@triveria/wallet 0.0.175 → 0.0.176
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
|
@@ -1275,6 +1275,12 @@ export interface PrepareToAccreditRequest {
|
|
|
1275
1275
|
* @memberof PrepareToAccreditRequest
|
|
1276
1276
|
*/
|
|
1277
1277
|
'type': PrepareToAccreditRequestTypeEnum;
|
|
1278
|
+
/**
|
|
1279
|
+
*
|
|
1280
|
+
* @type {string}
|
|
1281
|
+
* @memberof PrepareToAccreditRequest
|
|
1282
|
+
*/
|
|
1283
|
+
'limitJurisdiction': string;
|
|
1278
1284
|
}
|
|
1279
1285
|
export declare const PrepareToAccreditRequestTypeEnum: {
|
|
1280
1286
|
readonly TrustedIssuer: "TrustedIssuer";
|