@triveria/wallet 0.0.205 → 0.0.207

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 +18 -0
  2. package/package.json +1 -1
package/api.d.ts CHANGED
@@ -55,6 +55,12 @@ export interface AuthOffer {
55
55
  * @memberof AuthOffer
56
56
  */
57
57
  'offer': string;
58
+ /**
59
+ *
60
+ * @type {string}
61
+ * @memberof AuthOffer
62
+ */
63
+ 'validUntil': string;
58
64
  }
59
65
  /**
60
66
  *
@@ -1492,6 +1498,12 @@ export interface PreAuthOffer {
1492
1498
  * @memberof PreAuthOffer
1493
1499
  */
1494
1500
  'offer': string;
1501
+ /**
1502
+ *
1503
+ * @type {string}
1504
+ * @memberof PreAuthOffer
1505
+ */
1506
+ 'validUntil': string;
1495
1507
  }
1496
1508
  /**
1497
1509
  * Prepares to accredit legal entity\'s DID
@@ -1541,6 +1553,12 @@ export interface PrepareToOnboardRequest {
1541
1553
  * @memberof PrepareToOnboardRequest
1542
1554
  */
1543
1555
  'did': string;
1556
+ /**
1557
+ * Specifies when the authorization to onboard credential will expire
1558
+ * @type {string}
1559
+ * @memberof PrepareToOnboardRequest
1560
+ */
1561
+ 'validUntil': string;
1544
1562
  }
1545
1563
  /**
1546
1564
  *
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@triveria/wallet",
3
3
  "private": false,
4
- "version": "0.0.205",
4
+ "version": "0.0.207",
5
5
  "description": "",
6
6
  "main": "index.js",
7
7
  "scripts": {