@triveria/wallet 0.0.52 → 0.0.53

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 +6 -0
  2. package/package.json +1 -1
package/api.d.ts CHANGED
@@ -1061,6 +1061,12 @@ export interface Wallet {
1061
1061
  * @memberof Wallet
1062
1062
  */
1063
1063
  'name': string;
1064
+ /**
1065
+ * Based on the wallet configuration this property defines the roles which the wallet has. It may be one of \"holder\", \"issuer\" and \"verifier\".
1066
+ * @type {string}
1067
+ * @memberof Wallet
1068
+ */
1069
+ 'role'?: string;
1064
1070
  /**
1065
1071
  * Wallet metadata is a key value container for any custom data a client may want
1066
1072
  * @type {{ [key: string]: any; }}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@triveria/wallet",
3
3
  "private": false,
4
- "version": "0.0.52",
4
+ "version": "0.0.53",
5
5
  "description": "",
6
6
  "main": "index.js",
7
7
  "scripts": {