@triveria/wallet 0.0.184 → 0.0.185
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
|
@@ -1287,6 +1287,12 @@ export interface PrepareToAccreditRequest {
|
|
|
1287
1287
|
* @memberof PrepareToAccreditRequest
|
|
1288
1288
|
*/
|
|
1289
1289
|
'accreditedFor': string;
|
|
1290
|
+
/**
|
|
1291
|
+
* Specifies when will the accreditation credential expire
|
|
1292
|
+
* @type {string}
|
|
1293
|
+
* @memberof PrepareToAccreditRequest
|
|
1294
|
+
*/
|
|
1295
|
+
'validUntil': string;
|
|
1290
1296
|
}
|
|
1291
1297
|
export declare const PrepareToAccreditRequestTypeEnum: {
|
|
1292
1298
|
readonly TrustedIssuer: "TrustedIssuer";
|