fix: issues #861
continuous-integration.yaml
on: pull_request
Validate
1m 36s
Annotations
6 errors
Validate:
packages/agent/src/format/formatPresentation.ts#L210
Property 'credentialFormat' does not exist on type '{ doctype: string; credential_format: "mso_mdoc"; namespaces: { [x: string]: { [x: string]: unknown; }; }; } | { vct: string; claims: { [x: string]: Json; }; credential_format: "vc+sd-jwt"; } | { claims: { ...; }; credential_format: "jwt_vc_json-ld" | "jwt_vc_json"; }'. Did you mean 'credential_format'?
|
Validate:
packages/agent/src/format/formatPresentation.ts#L219
Property 'claims' does not exist on type '{ doctype: string; credential_format: "mso_mdoc"; namespaces: { [x: string]: { [x: string]: unknown; }; }; } | { vct: string; claims: { [x: string]: Json; }; credential_format: "vc+sd-jwt"; } | { claims: { ...; }; credential_format: "jwt_vc_json-ld" | "jwt_vc_json"; }'.
|
Validate:
packages/agent/src/format/formatPresentation.ts#L228
Property 'credentialFormat' does not exist on type '{ doctype: string; credential_format: "mso_mdoc"; namespaces: { [x: string]: { [x: string]: unknown; }; }; } | { vct: string; claims: { [x: string]: Json; }; credential_format: "vc+sd-jwt"; } | { claims: { ...; }; credential_format: "jwt_vc_json-ld" | "jwt_vc_json"; }'. Did you mean 'credential_format'?
|
Validate:
packages/agent/src/format/formatPresentation.ts#L234
Property 'namespaces' does not exist on type '{ doctype: string; credential_format: "mso_mdoc"; namespaces: { [x: string]: { [x: string]: unknown; }; }; } | { vct: string; claims: { [x: string]: Json; }; credential_format: "vc+sd-jwt"; } | { claims: { ...; }; credential_format: "jwt_vc_json-ld" | "jwt_vc_json"; }'.
|
Validate:
packages/agent/src/format/formatPresentation.ts#L235
Property 'namespaces' does not exist on type '{ doctype: string; credential_format: "mso_mdoc"; namespaces: { [x: string]: { [x: string]: unknown; }; }; } | { vct: string; claims: { [x: string]: Json; }; credential_format: "vc+sd-jwt"; } | { claims: { ...; }; credential_format: "jwt_vc_json-ld" | "jwt_vc_json"; }'.
|
Validate
Process completed with exit code 2.
|