@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.
- package/api.d.ts +7 -1
- 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
|
-
'
|
|
1367
|
+
'error': string;
|
|
1368
|
+
/**
|
|
1369
|
+
*
|
|
1370
|
+
* @type {string}
|
|
1371
|
+
* @memberof ModelError
|
|
1372
|
+
*/
|
|
1373
|
+
'message': string;
|
|
1368
1374
|
}
|
|
1369
1375
|
/**
|
|
1370
1376
|
*
|