clear unnecessary proof extraction #48
Annotations
10 errors and 1 warning
build_and_test (18)
Argument of type 'unknown' is not assignable to parameter of type '{ [s: string]: any; } | ArrayLike<any>'.
|
build_and_test (18)
Property 'id' does not exist on type 'BJJSignatureProofRaw | Iden3SparseMerkleTreeProofRaw'.
|
build_and_test (18)
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
|
build_and_test (18)
Property 'signature' does not exist on type 'BJJSignatureProofRaw | Iden3SparseMerkleTreeProofRaw'.
|
build_and_test (18)
Property 'credentialStatus' does not exist on type '{ id: string; updateUrl: string; state: { claimsTreeRoot: string; value: string; }; authCoreClaim: string; mtp: { existence: boolean; siblings: string[]; }; credentialStatus: { id: string; revocationNonce: number; type: string; }; } | { ...; }'.
|
build_and_test (18)
Property 'mtp' does not exist on type '{ id: string; updateUrl: string; state: { claimsTreeRoot: string; value: string; }; authCoreClaim: string; mtp: { existence: boolean; siblings: string[]; }; credentialStatus: { id: string; revocationNonce: number; type: string; }; } | { ...; }'.
|
build_and_test (18)
Property 'authCoreClaim' does not exist on type '{ id: string; updateUrl: string; state: { claimsTreeRoot: string; value: string; }; authCoreClaim: string; mtp: { existence: boolean; siblings: string[]; }; credentialStatus: { id: string; revocationNonce: number; type: string; }; } | { ...; }'.
|
build_and_test (18)
Property 'authCoreClaim' does not exist on type '{ id: string; updateUrl: string; state: { claimsTreeRoot: string; value: string; }; authCoreClaim: string; mtp: { existence: boolean; siblings: string[]; }; credentialStatus: { id: string; revocationNonce: number; type: string; }; } | { ...; }'.
|
build_and_test (18)
Type 'unknown' is not assignable to type '{ [key: string]: unknown; }'.
|
build_and_test (18)
Object is possibly 'undefined'.
|
build_and_test (18)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|