Skip to content

feat: extra onboarding flow screens #836

feat: extra onboarding flow screens

feat: extra onboarding flow screens #836

Triggered via pull request November 25, 2024 14:43
Status Failure
Total duration 49s
Artifacts

continuous-integration.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Validate: apps/easypid/src/features/onboarding/onboardingContext.tsx#L669
This comparison appears to be unintentional because the types '"id-card-start" | "id-card-requested-attributes" | "id-card-pin" | "id-card-start-scan" | "id-card-scan" | "id-card-fetch" | "id-card-verify" | "id-card-biometrics-disabled" | "id-card-complete" | "wallet-explanation" | "introduction-steps"' and '"data-protection"' have no overlap.
Validate: apps/easypid/src/features/onboarding/onboardingContext.tsx#L670
Property 'Screen' does not exist on type 'never'.
Validate: apps/easypid/src/features/onboarding/onboardingContext.tsx#L704
Type '() => void' is not assignable to type '((shouldUseCloudHsm: boolean) => Promise<void>) & (() => void) & (() => void)'.
Validate: apps/easypid/src/features/pid/PidReviewRequestSlide.tsx#L18
Property 'onSkipCardSetup' is missing in type '{ goToNextStep: () => Promise<void>; requestedAttributes: string[]; }' but required in type 'OnboardingIdCardRequestedAttributesProps'.
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.