@triveria/wallet 0.0.267 → 0.0.268
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 +4 -0
- package/package.json +1 -1
package/api.d.ts
CHANGED
|
@@ -620,6 +620,10 @@ 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;
|
|
623
627
|
'verifiedFields': Array<FieldsToVerify>;
|
|
624
628
|
}
|
|
625
629
|
export interface IssuerDisplayItem {
|