@triveria/wallet 0.0.266 → 0.0.267
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api.d.ts +0 -4
- package/package.json +1 -1
package/api.d.ts
CHANGED
|
@@ -620,10 +620,6 @@ export declare const InteractionAuthorizationRequirementsRequirementTypeEnum: {
|
|
|
620
620
|
};
|
|
621
621
|
export type InteractionAuthorizationRequirementsRequirementTypeEnum = typeof InteractionAuthorizationRequirementsRequirementTypeEnum[keyof typeof InteractionAuthorizationRequirementsRequirementTypeEnum];
|
|
622
622
|
export interface IssuanceRequirementsToVerify {
|
|
623
|
-
/**
|
|
624
|
-
* ID of the verifier used for the verification of presented credential.
|
|
625
|
-
*/
|
|
626
|
-
'credentialVerifierId': string;
|
|
627
623
|
'verifiedFields': Array<FieldsToVerify>;
|
|
628
624
|
}
|
|
629
625
|
export interface IssuerDisplayItem {
|