chore: prepare interface for OAuth2StatusList args #2426
build-test-publish-on-push.yml
on: push
build-test-publish
1m 11s
Annotations
9 errors and 1 warning
build-test-publish
Argument of type 'BaseCreateNewStatusListArgs' is not assignable to parameter of type '{ issuer: string | IIssuer; id: string; type?: StatusListType | undefined; }'.
|
build-test-publish
Property 'statusPurpose' does not exist on type 'BaseCreateNewStatusListArgs'.
|
build-test-publish
Argument of type '{ type: StatusListType; proofFormat: ProofFormat; encodedList: string; id: string; issuer: string | IIssuer; correlationId?: string; length?: number; keyRef?: string; statusList2021?: StatusList2021Args; oauth2StatusList?: OAuth2StatusListArgs; }' is not assignable to parameter of type 'StatusList2021ToVerifiableCredentialArgs'.
|
build-test-publish
Argument of type 'UpdateStatusListFromEncodedListArgs' is not assignable to parameter of type '{ issuer: string | IIssuer; id: string; type?: StatusListType | undefined; }'.
|
build-test-publish
Property 'encodedList' does not exist on type 'UpdateStatusListFromEncodedListArgs'.
|
build-test-publish
Property 'statusPurpose' does not exist on type 'UpdateStatusListFromEncodedListArgs'.
|
build-test-publish
Argument of type '{ type: StatusListType; proofFormat: ProofFormat; encodedList: string; statusListIndex: number | string; value: boolean; keyRef?: string; correlationId?: string; statusList2021?: UpdateStatusList2021Args; oauth2StatusList?: UpdateOAuth2StatusListArgs; }' is not assignable to parameter of type 'StatusList2021ToVerifiableCredentialArgs'.
|
build-test-publish
Argument of type 'StatusList2021ToVerifiableCredentialArgs' is not assignable to parameter of type '{ issuer: string | IIssuer; id: string; type?: StatusListType | undefined; }'.
|
build-test-publish
Process completed with exit code 1.
|
build-test-publish
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|