@triveria/wallet 0.0.205 → 0.0.206
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 +6 -0
- package/package.json +1 -1
package/api.d.ts
CHANGED
|
@@ -1541,6 +1541,12 @@ export interface PrepareToOnboardRequest {
|
|
|
1541
1541
|
* @memberof PrepareToOnboardRequest
|
|
1542
1542
|
*/
|
|
1543
1543
|
'did': string;
|
|
1544
|
+
/**
|
|
1545
|
+
* Specifies when the authorization to onboard credential will expire
|
|
1546
|
+
* @type {string}
|
|
1547
|
+
* @memberof PrepareToOnboardRequest
|
|
1548
|
+
*/
|
|
1549
|
+
'validUntil': string;
|
|
1544
1550
|
}
|
|
1545
1551
|
/**
|
|
1546
1552
|
*
|