@triveria/wallet 0.0.69 → 0.0.71

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 (3) hide show
  1. package/api.d.ts +1 -0
  2. package/api.js +1 -0
  3. package/package.json +1 -1
package/api.d.ts CHANGED
@@ -1198,6 +1198,7 @@ export interface WalletNotification {
1198
1198
  }
1199
1199
  export declare const WalletNotificationEventTypeEnum: {
1200
1200
  readonly VpVerified: "vp.verified";
1201
+ readonly VpInvalid: "vp.invalid";
1201
1202
  readonly IdTokenReceived: "idToken.received";
1202
1203
  };
1203
1204
  export type WalletNotificationEventTypeEnum = typeof WalletNotificationEventTypeEnum[keyof typeof WalletNotificationEventTypeEnum];
package/api.js CHANGED
@@ -62,6 +62,7 @@ exports.SystemImpactStatusEnum = {
62
62
  };
63
63
  exports.WalletNotificationEventTypeEnum = {
64
64
  VpVerified: 'vp.verified',
65
+ VpInvalid: 'vp.invalid',
65
66
  IdTokenReceived: 'idToken.received'
66
67
  };
67
68
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@triveria/wallet",
3
3
  "private": false,
4
- "version": "0.0.69",
4
+ "version": "0.0.71",
5
5
  "description": "",
6
6
  "main": "index.js",
7
7
  "scripts": {