@triveria/wallet 0.0.69 → 0.0.70
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 +1 -0
- package/api.js +1 -0
- 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