@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.
Files changed (2) hide show
  1. package/api.d.ts +0 -4
  2. 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 {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@triveria/wallet",
3
3
  "private": false,
4
- "version": "0.0.266",
4
+ "version": "0.0.267",
5
5
  "description": "",
6
6
  "main": "index.js",
7
7
  "scripts": {