@triveria/wallet 0.0.238 → 0.0.239

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 +24 -0
  2. package/package.json +1 -1
package/api.d.ts CHANGED
@@ -62,6 +62,12 @@ export interface AuthOffer {
62
62
  * @memberof AuthOffer
63
63
  */
64
64
  'validUntil': string;
65
+ /**
66
+ *
67
+ * @type {string}
68
+ * @memberof AuthOffer
69
+ */
70
+ 'offerId': string;
65
71
  }
66
72
  /**
67
73
  * Accompanying information about the verifiable credential draft - schema, type, format etc.
@@ -210,6 +216,12 @@ export interface CredentialIssuedNotification {
210
216
  * @memberof CredentialIssuedNotification
211
217
  */
212
218
  'holderDid': string;
219
+ /**
220
+ *
221
+ * @type {string}
222
+ * @memberof CredentialIssuedNotification
223
+ */
224
+ 'offerId': string;
213
225
  /**
214
226
  *
215
227
  * @type {string}
@@ -1504,6 +1516,12 @@ export interface OfferReceivedNotification {
1504
1516
  * @memberof OfferReceivedNotification
1505
1517
  */
1506
1518
  'holderDid': string;
1519
+ /**
1520
+ *
1521
+ * @type {string}
1522
+ * @memberof OfferReceivedNotification
1523
+ */
1524
+ 'offerId': string;
1507
1525
  /**
1508
1526
  *
1509
1527
  * @type {string}
@@ -1589,6 +1607,12 @@ export interface PreAuthOffer {
1589
1607
  * @memberof PreAuthOffer
1590
1608
  */
1591
1609
  'validUntil': string;
1610
+ /**
1611
+ *
1612
+ * @type {string}
1613
+ * @memberof PreAuthOffer
1614
+ */
1615
+ 'offerId': string;
1592
1616
  }
1593
1617
  /**
1594
1618
  * Prepares to accredit legal entity\'s DID
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@triveria/wallet",
3
3
  "private": false,
4
- "version": "0.0.238",
4
+ "version": "0.0.239",
5
5
  "description": "",
6
6
  "main": "index.js",
7
7
  "scripts": {