@triveria/wallet 0.0.219 → 0.0.220

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 +7 -1
  2. package/package.json +1 -1
package/api.d.ts CHANGED
@@ -1364,7 +1364,13 @@ export interface ModelError {
1364
1364
  * @type {string}
1365
1365
  * @memberof ModelError
1366
1366
  */
1367
- 'Message': string;
1367
+ 'error': string;
1368
+ /**
1369
+ *
1370
+ * @type {string}
1371
+ * @memberof ModelError
1372
+ */
1373
+ 'message': string;
1368
1374
  }
1369
1375
  /**
1370
1376
  *
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@triveria/wallet",
3
3
  "private": false,
4
- "version": "0.0.219",
4
+ "version": "0.0.220",
5
5
  "description": "",
6
6
  "main": "index.js",
7
7
  "scripts": {