@dynamic-labs/sdk-api 0.0.868 → 0.0.869
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/package.json +1 -1
- package/src/apis/AllowlistsApi.cjs +26 -6
- package/src/apis/AllowlistsApi.d.ts +26 -6
- package/src/apis/AllowlistsApi.js +26 -6
- package/src/apis/AnalyticsApi.cjs +12 -0
- package/src/apis/AnalyticsApi.d.ts +12 -0
- package/src/apis/AnalyticsApi.js +12 -0
- package/src/apis/ChainalysisApi.cjs +6 -0
- package/src/apis/ChainalysisApi.d.ts +6 -0
- package/src/apis/ChainalysisApi.js +6 -0
- package/src/apis/ChainsApi.cjs +4 -2
- package/src/apis/ChainsApi.d.ts +4 -2
- package/src/apis/ChainsApi.js +4 -2
- package/src/apis/CustomFieldsApi.cjs +14 -4
- package/src/apis/CustomFieldsApi.d.ts +14 -4
- package/src/apis/CustomFieldsApi.js +14 -4
- package/src/apis/CustomHostnamesApi.cjs +10 -4
- package/src/apis/CustomHostnamesApi.d.ts +10 -4
- package/src/apis/CustomHostnamesApi.js +10 -4
- package/src/apis/CustomNetworksApi.cjs +10 -0
- package/src/apis/CustomNetworksApi.d.ts +10 -0
- package/src/apis/CustomNetworksApi.js +10 -0
- package/src/apis/DeeplinkUrlsApi.cjs +12 -6
- package/src/apis/DeeplinkUrlsApi.d.ts +12 -6
- package/src/apis/DeeplinkUrlsApi.js +12 -6
- package/src/apis/EnvironmentsApi.cjs +20 -10
- package/src/apis/EnvironmentsApi.d.ts +20 -10
- package/src/apis/EnvironmentsApi.js +20 -10
- package/src/apis/EventsApi.cjs +8 -2
- package/src/apis/EventsApi.d.ts +8 -2
- package/src/apis/EventsApi.js +8 -2
- package/src/apis/ExportsApi.cjs +8 -0
- package/src/apis/ExportsApi.d.ts +8 -0
- package/src/apis/ExportsApi.js +8 -0
- package/src/apis/ExternalJwtApi.cjs +4 -2
- package/src/apis/ExternalJwtApi.d.ts +4 -2
- package/src/apis/ExternalJwtApi.js +4 -2
- package/src/apis/GatesApi.cjs +16 -2
- package/src/apis/GatesApi.d.ts +16 -2
- package/src/apis/GatesApi.js +16 -2
- package/src/apis/GlobalWalletAccessControlApi.cjs +22 -8
- package/src/apis/GlobalWalletAccessControlApi.d.ts +22 -8
- package/src/apis/GlobalWalletAccessControlApi.js +22 -8
- package/src/apis/GlobalWalletConnectionsApi.cjs +4 -2
- package/src/apis/GlobalWalletConnectionsApi.d.ts +4 -2
- package/src/apis/GlobalWalletConnectionsApi.js +4 -2
- package/src/apis/GlobalWalletsApi.cjs +18 -8
- package/src/apis/GlobalWalletsApi.d.ts +18 -8
- package/src/apis/GlobalWalletsApi.js +18 -8
- package/src/apis/InvitesApi.cjs +16 -6
- package/src/apis/InvitesApi.d.ts +16 -6
- package/src/apis/InvitesApi.js +16 -6
- package/src/apis/MembersApi.cjs +16 -8
- package/src/apis/MembersApi.d.ts +16 -8
- package/src/apis/MembersApi.js +16 -8
- package/src/apis/MfaApi.cjs +8 -4
- package/src/apis/MfaApi.d.ts +8 -4
- package/src/apis/MfaApi.js +8 -4
- package/src/apis/MfaSettingsApi.cjs +6 -0
- package/src/apis/MfaSettingsApi.d.ts +6 -0
- package/src/apis/MfaSettingsApi.js +6 -0
- package/src/apis/NameServicesApi.cjs +22 -10
- package/src/apis/NameServicesApi.d.ts +22 -10
- package/src/apis/NameServicesApi.js +22 -10
- package/src/apis/OrganizationsApi.cjs +34 -10
- package/src/apis/OrganizationsApi.d.ts +34 -10
- package/src/apis/OrganizationsApi.js +34 -10
- package/src/apis/OriginsApi.cjs +12 -6
- package/src/apis/OriginsApi.d.ts +12 -6
- package/src/apis/OriginsApi.js +12 -6
- package/src/apis/ProjectsApi.cjs +18 -8
- package/src/apis/ProjectsApi.d.ts +18 -8
- package/src/apis/ProjectsApi.js +18 -8
- package/src/apis/SDKApi.cjs +350 -164
- package/src/apis/SDKApi.d.ts +350 -164
- package/src/apis/SDKApi.js +350 -164
- package/src/apis/SDKViewsApi.cjs +12 -6
- package/src/apis/SDKViewsApi.d.ts +12 -6
- package/src/apis/SDKViewsApi.js +12 -6
- package/src/apis/SessionsApi.cjs +4 -0
- package/src/apis/SessionsApi.d.ts +4 -0
- package/src/apis/SessionsApi.js +4 -0
- package/src/apis/SettingsApi.cjs +32 -4
- package/src/apis/SettingsApi.d.ts +32 -4
- package/src/apis/SettingsApi.js +32 -4
- package/src/apis/TestAccountApi.cjs +10 -4
- package/src/apis/TestAccountApi.d.ts +10 -4
- package/src/apis/TestAccountApi.js +10 -4
- package/src/apis/TokensApi.cjs +12 -6
- package/src/apis/TokensApi.d.ts +12 -6
- package/src/apis/TokensApi.js +12 -6
- package/src/apis/UserApiTokensApi.cjs +12 -6
- package/src/apis/UserApiTokensApi.d.ts +12 -6
- package/src/apis/UserApiTokensApi.js +12 -6
- package/src/apis/UsersApi.cjs +28 -4
- package/src/apis/UsersApi.d.ts +28 -4
- package/src/apis/UsersApi.js +28 -4
- package/src/apis/VisitsApi.cjs +2 -0
- package/src/apis/VisitsApi.d.ts +2 -0
- package/src/apis/VisitsApi.js +2 -0
- package/src/apis/WaasApi.cjs +32 -4
- package/src/apis/WaasApi.d.ts +32 -4
- package/src/apis/WaasApi.js +32 -4
- package/src/apis/WalletConnectApi.cjs +2 -0
- package/src/apis/WalletConnectApi.d.ts +2 -0
- package/src/apis/WalletConnectApi.js +2 -0
- package/src/apis/WalletsApi.cjs +20 -6
- package/src/apis/WalletsApi.d.ts +20 -6
- package/src/apis/WalletsApi.js +20 -6
- package/src/apis/WebhooksApi.cjs +32 -16
- package/src/apis/WebhooksApi.d.ts +32 -16
- package/src/apis/WebhooksApi.js +32 -16
package/src/apis/WaasApi.cjs
CHANGED
|
@@ -124,7 +124,8 @@ require('../models/WalletTransactionType.cjs');
|
|
|
124
124
|
*/
|
|
125
125
|
class WaasApi extends runtime.BaseAPI {
|
|
126
126
|
/**
|
|
127
|
-
*
|
|
127
|
+
* Authenticates for WaaS using an API key.
|
|
128
|
+
* Authenticate for WAAS using an API key
|
|
128
129
|
*/
|
|
129
130
|
authenticateWaasRaw(requestParameters, initOverrides) {
|
|
130
131
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -150,7 +151,8 @@ class WaasApi extends runtime.BaseAPI {
|
|
|
150
151
|
});
|
|
151
152
|
}
|
|
152
153
|
/**
|
|
153
|
-
*
|
|
154
|
+
* Authenticates for WaaS using an API key.
|
|
155
|
+
* Authenticate for WAAS using an API key
|
|
154
156
|
*/
|
|
155
157
|
authenticateWaas(requestParameters, initOverrides) {
|
|
156
158
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -204,6 +206,7 @@ class WaasApi extends runtime.BaseAPI {
|
|
|
204
206
|
});
|
|
205
207
|
}
|
|
206
208
|
/**
|
|
209
|
+
* Creates new encryption public key credentials for WaaS wallet delegation.
|
|
207
210
|
* Create credentials for waas wallet delegation
|
|
208
211
|
*/
|
|
209
212
|
createDelegatedCredentialsRaw(requestParameters, initOverrides) {
|
|
@@ -228,6 +231,7 @@ class WaasApi extends runtime.BaseAPI {
|
|
|
228
231
|
});
|
|
229
232
|
}
|
|
230
233
|
/**
|
|
234
|
+
* Creates new encryption public key credentials for WaaS wallet delegation.
|
|
231
235
|
* Create credentials for waas wallet delegation
|
|
232
236
|
*/
|
|
233
237
|
createDelegatedCredentials(requestParameters, initOverrides) {
|
|
@@ -237,6 +241,7 @@ class WaasApi extends runtime.BaseAPI {
|
|
|
237
241
|
});
|
|
238
242
|
}
|
|
239
243
|
/**
|
|
244
|
+
* Creates a new WaaS policy for the specified environment.
|
|
240
245
|
* Create a new WAAS policy for an environment or add new rules to an existing policy
|
|
241
246
|
*/
|
|
242
247
|
createWaasPolicyRaw(requestParameters, initOverrides) {
|
|
@@ -261,6 +266,7 @@ class WaasApi extends runtime.BaseAPI {
|
|
|
261
266
|
});
|
|
262
267
|
}
|
|
263
268
|
/**
|
|
269
|
+
* Creates a new WaaS policy for the specified environment.
|
|
264
270
|
* Create a new WAAS policy for an environment or add new rules to an existing policy
|
|
265
271
|
*/
|
|
266
272
|
createWaasPolicy(requestParameters, initOverrides) {
|
|
@@ -270,6 +276,7 @@ class WaasApi extends runtime.BaseAPI {
|
|
|
270
276
|
});
|
|
271
277
|
}
|
|
272
278
|
/**
|
|
279
|
+
* Creates a new WaaS signature policy for the specified wallet.
|
|
273
280
|
* Create a new WAAS signature policy for a wallet
|
|
274
281
|
*/
|
|
275
282
|
createWaasSignaturePolicyRaw(requestParameters, initOverrides) {
|
|
@@ -297,6 +304,7 @@ class WaasApi extends runtime.BaseAPI {
|
|
|
297
304
|
});
|
|
298
305
|
}
|
|
299
306
|
/**
|
|
307
|
+
* Creates a new WaaS signature policy for the specified wallet.
|
|
300
308
|
* Create a new WAAS signature policy for a wallet
|
|
301
309
|
*/
|
|
302
310
|
createWaasSignaturePolicy(requestParameters, initOverrides) {
|
|
@@ -307,7 +315,7 @@ class WaasApi extends runtime.BaseAPI {
|
|
|
307
315
|
}
|
|
308
316
|
/**
|
|
309
317
|
* Creates a new WAAS wallet for a user given an email or userId. If an email is provided and it is not associated with an existing user this call will also create a new user.
|
|
310
|
-
* Create a
|
|
318
|
+
* Create a WAAS wallet for a user
|
|
311
319
|
*/
|
|
312
320
|
createWaasWalletRaw(requestParameters, initOverrides) {
|
|
313
321
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -339,7 +347,7 @@ class WaasApi extends runtime.BaseAPI {
|
|
|
339
347
|
}
|
|
340
348
|
/**
|
|
341
349
|
* Creates a new WAAS wallet for a user given an email or userId. If an email is provided and it is not associated with an existing user this call will also create a new user.
|
|
342
|
-
* Create a
|
|
350
|
+
* Create a WAAS wallet for a user
|
|
343
351
|
*/
|
|
344
352
|
createWaasWallet(requestParameters, initOverrides) {
|
|
345
353
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -348,6 +356,7 @@ class WaasApi extends runtime.BaseAPI {
|
|
|
348
356
|
});
|
|
349
357
|
}
|
|
350
358
|
/**
|
|
359
|
+
* Signs a message using a delegated WaaS account.
|
|
351
360
|
* Sign a message with a delegated waas account
|
|
352
361
|
*/
|
|
353
362
|
delegatedSignMessageRaw(requestParameters, initOverrides) {
|
|
@@ -375,6 +384,7 @@ class WaasApi extends runtime.BaseAPI {
|
|
|
375
384
|
});
|
|
376
385
|
}
|
|
377
386
|
/**
|
|
387
|
+
* Signs a message using a delegated WaaS account.
|
|
378
388
|
* Sign a message with a delegated waas account
|
|
379
389
|
*/
|
|
380
390
|
delegatedSignMessage(requestParameters, initOverrides) {
|
|
@@ -416,6 +426,7 @@ class WaasApi extends runtime.BaseAPI {
|
|
|
416
426
|
});
|
|
417
427
|
}
|
|
418
428
|
/**
|
|
429
|
+
* Permanently removes the specified WaaS policy rule.
|
|
419
430
|
* Delete a WAAS policy rule by ruleId
|
|
420
431
|
*/
|
|
421
432
|
deleteWaasPolicyRaw(requestParameters, initOverrides) {
|
|
@@ -440,6 +451,7 @@ class WaasApi extends runtime.BaseAPI {
|
|
|
440
451
|
});
|
|
441
452
|
}
|
|
442
453
|
/**
|
|
454
|
+
* Permanently removes the specified WaaS policy rule.
|
|
443
455
|
* Delete a WAAS policy rule by ruleId
|
|
444
456
|
*/
|
|
445
457
|
deleteWaasPolicy(requestParameters, initOverrides) {
|
|
@@ -449,6 +461,7 @@ class WaasApi extends runtime.BaseAPI {
|
|
|
449
461
|
});
|
|
450
462
|
}
|
|
451
463
|
/**
|
|
464
|
+
* Permanently removes a WaaS signature policy by wallet ID and policy ID.
|
|
452
465
|
* Delete a WAAS signature policy by walletId and policyId
|
|
453
466
|
*/
|
|
454
467
|
deleteWaasSignaturePolicyByWalletIdAndPolicyIdRaw(requestParameters, initOverrides) {
|
|
@@ -474,6 +487,7 @@ class WaasApi extends runtime.BaseAPI {
|
|
|
474
487
|
});
|
|
475
488
|
}
|
|
476
489
|
/**
|
|
490
|
+
* Permanently removes a WaaS signature policy by wallet ID and policy ID.
|
|
477
491
|
* Delete a WAAS signature policy by walletId and policyId
|
|
478
492
|
*/
|
|
479
493
|
deleteWaasSignaturePolicyByWalletIdAndPolicyId(requestParameters, initOverrides) {
|
|
@@ -513,6 +527,7 @@ class WaasApi extends runtime.BaseAPI {
|
|
|
513
527
|
});
|
|
514
528
|
}
|
|
515
529
|
/**
|
|
530
|
+
* Returns a delegated access encryption public key by its ID.
|
|
516
531
|
* Get a specific delegated access encryption public key by ID
|
|
517
532
|
*/
|
|
518
533
|
getDelegatedAccessEncryptionPublicKeyByIdRaw(requestParameters, initOverrides) {
|
|
@@ -535,6 +550,7 @@ class WaasApi extends runtime.BaseAPI {
|
|
|
535
550
|
});
|
|
536
551
|
}
|
|
537
552
|
/**
|
|
553
|
+
* Returns a delegated access encryption public key by its ID.
|
|
538
554
|
* Get a specific delegated access encryption public key by ID
|
|
539
555
|
*/
|
|
540
556
|
getDelegatedAccessEncryptionPublicKeyById(requestParameters, initOverrides) {
|
|
@@ -577,6 +593,7 @@ class WaasApi extends runtime.BaseAPI {
|
|
|
577
593
|
});
|
|
578
594
|
}
|
|
579
595
|
/**
|
|
596
|
+
* Returns the WaaS policy for the specified environment.
|
|
580
597
|
* Get the WAAS policy for an environment
|
|
581
598
|
*/
|
|
582
599
|
getWaasPolicyRaw(requestParameters, initOverrides) {
|
|
@@ -596,6 +613,7 @@ class WaasApi extends runtime.BaseAPI {
|
|
|
596
613
|
});
|
|
597
614
|
}
|
|
598
615
|
/**
|
|
616
|
+
* Returns the WaaS policy for the specified environment.
|
|
599
617
|
* Get the WAAS policy for an environment
|
|
600
618
|
*/
|
|
601
619
|
getWaasPolicy(requestParameters, initOverrides) {
|
|
@@ -605,6 +623,7 @@ class WaasApi extends runtime.BaseAPI {
|
|
|
605
623
|
});
|
|
606
624
|
}
|
|
607
625
|
/**
|
|
626
|
+
* Returns all active WaaS signature policies for the specified wallet.
|
|
608
627
|
* Get all active WAAS signature policies for a wallet
|
|
609
628
|
*/
|
|
610
629
|
getWaasSignaturePoliciesRaw(requestParameters, initOverrides) {
|
|
@@ -627,6 +646,7 @@ class WaasApi extends runtime.BaseAPI {
|
|
|
627
646
|
});
|
|
628
647
|
}
|
|
629
648
|
/**
|
|
649
|
+
* Returns all active WaaS signature policies for the specified wallet.
|
|
630
650
|
* Get all active WAAS signature policies for a wallet
|
|
631
651
|
*/
|
|
632
652
|
getWaasSignaturePolicies(requestParameters, initOverrides) {
|
|
@@ -636,6 +656,7 @@ class WaasApi extends runtime.BaseAPI {
|
|
|
636
656
|
});
|
|
637
657
|
}
|
|
638
658
|
/**
|
|
659
|
+
* Returns a WaaS signature policy by wallet ID and policy ID.
|
|
639
660
|
* Get a WAAS signature policy by walletId and policyId
|
|
640
661
|
*/
|
|
641
662
|
getWaasSignaturePolicyByWalletIdAndPolicyIdRaw(requestParameters, initOverrides) {
|
|
@@ -661,6 +682,7 @@ class WaasApi extends runtime.BaseAPI {
|
|
|
661
682
|
});
|
|
662
683
|
}
|
|
663
684
|
/**
|
|
685
|
+
* Returns a WaaS signature policy by wallet ID and policy ID.
|
|
664
686
|
* Get a WAAS signature policy by walletId and policyId
|
|
665
687
|
*/
|
|
666
688
|
getWaasSignaturePolicyByWalletIdAndPolicyId(requestParameters, initOverrides) {
|
|
@@ -670,6 +692,7 @@ class WaasApi extends runtime.BaseAPI {
|
|
|
670
692
|
});
|
|
671
693
|
}
|
|
672
694
|
/**
|
|
695
|
+
* Returns a WaaS wallet by its wallet ID.
|
|
673
696
|
* Get a specific WAAS wallet by walletId
|
|
674
697
|
*/
|
|
675
698
|
getWaasWalletByWalletIdRaw(requestParameters, initOverrides) {
|
|
@@ -692,6 +715,7 @@ class WaasApi extends runtime.BaseAPI {
|
|
|
692
715
|
});
|
|
693
716
|
}
|
|
694
717
|
/**
|
|
718
|
+
* Returns a WaaS wallet by its wallet ID.
|
|
695
719
|
* Get a specific WAAS wallet by walletId
|
|
696
720
|
*/
|
|
697
721
|
getWaasWalletByWalletId(requestParameters, initOverrides) {
|
|
@@ -765,6 +789,7 @@ class WaasApi extends runtime.BaseAPI {
|
|
|
765
789
|
});
|
|
766
790
|
}
|
|
767
791
|
/**
|
|
792
|
+
* Updates the WaaS policy for the specified environment.
|
|
768
793
|
* Update the WAAS policy for an environment by ruleId
|
|
769
794
|
*/
|
|
770
795
|
updateWaasPolicyRaw(requestParameters, initOverrides) {
|
|
@@ -789,6 +814,7 @@ class WaasApi extends runtime.BaseAPI {
|
|
|
789
814
|
});
|
|
790
815
|
}
|
|
791
816
|
/**
|
|
817
|
+
* Updates the WaaS policy for the specified environment.
|
|
792
818
|
* Update the WAAS policy for an environment by ruleId
|
|
793
819
|
*/
|
|
794
820
|
updateWaasPolicy(requestParameters, initOverrides) {
|
|
@@ -798,6 +824,7 @@ class WaasApi extends runtime.BaseAPI {
|
|
|
798
824
|
});
|
|
799
825
|
}
|
|
800
826
|
/**
|
|
827
|
+
* Updates a WaaS signature policy by wallet ID and policy ID.
|
|
801
828
|
* Update a WAAS signature policy by walletId and policyId
|
|
802
829
|
*/
|
|
803
830
|
updateWaasSignaturePolicyByWalletIdAndPolicyIdRaw(requestParameters, initOverrides) {
|
|
@@ -828,6 +855,7 @@ class WaasApi extends runtime.BaseAPI {
|
|
|
828
855
|
});
|
|
829
856
|
}
|
|
830
857
|
/**
|
|
858
|
+
* Updates a WaaS signature policy by wallet ID and policy ID.
|
|
831
859
|
* Update a WAAS signature policy by walletId and policyId
|
|
832
860
|
*/
|
|
833
861
|
updateWaasSignaturePolicyByWalletIdAndPolicyId(requestParameters, initOverrides) {
|
package/src/apis/WaasApi.d.ts
CHANGED
|
@@ -106,11 +106,13 @@ export interface WaasVerifyApiKeyRequest {
|
|
|
106
106
|
*/
|
|
107
107
|
export declare class WaasApi extends runtime.BaseAPI {
|
|
108
108
|
/**
|
|
109
|
-
*
|
|
109
|
+
* Authenticates for WaaS using an API key.
|
|
110
|
+
* Authenticate for WAAS using an API key
|
|
110
111
|
*/
|
|
111
112
|
authenticateWaasRaw(requestParameters: AuthenticateWaasRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<WaasAuthenticateResponse>>;
|
|
112
113
|
/**
|
|
113
|
-
*
|
|
114
|
+
* Authenticates for WaaS using an API key.
|
|
115
|
+
* Authenticate for WAAS using an API key
|
|
114
116
|
*/
|
|
115
117
|
authenticateWaas(requestParameters: AuthenticateWaasRequest, initOverrides?: RequestInit): Promise<WaasAuthenticateResponse>;
|
|
116
118
|
/**
|
|
@@ -124,44 +126,52 @@ export declare class WaasApi extends runtime.BaseAPI {
|
|
|
124
126
|
*/
|
|
125
127
|
backupKeySharesToLocationsForPregen(requestParameters: BackupKeySharesToLocationsForPregenRequest, initOverrides?: RequestInit): Promise<BackupKeySharesToLocationsResponse>;
|
|
126
128
|
/**
|
|
129
|
+
* Creates new encryption public key credentials for WaaS wallet delegation.
|
|
127
130
|
* Create credentials for waas wallet delegation
|
|
128
131
|
*/
|
|
129
132
|
createDelegatedCredentialsRaw(requestParameters: CreateDelegatedCredentialsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<WaasDelegationCredentialsResponse>>;
|
|
130
133
|
/**
|
|
134
|
+
* Creates new encryption public key credentials for WaaS wallet delegation.
|
|
131
135
|
* Create credentials for waas wallet delegation
|
|
132
136
|
*/
|
|
133
137
|
createDelegatedCredentials(requestParameters: CreateDelegatedCredentialsRequest, initOverrides?: RequestInit): Promise<WaasDelegationCredentialsResponse>;
|
|
134
138
|
/**
|
|
139
|
+
* Creates a new WaaS policy for the specified environment.
|
|
135
140
|
* Create a new WAAS policy for an environment or add new rules to an existing policy
|
|
136
141
|
*/
|
|
137
142
|
createWaasPolicyRaw(requestParameters: CreateWaasPolicyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<WaasPolicyResponse>>;
|
|
138
143
|
/**
|
|
144
|
+
* Creates a new WaaS policy for the specified environment.
|
|
139
145
|
* Create a new WAAS policy for an environment or add new rules to an existing policy
|
|
140
146
|
*/
|
|
141
147
|
createWaasPolicy(requestParameters: CreateWaasPolicyRequest, initOverrides?: RequestInit): Promise<WaasPolicyResponse>;
|
|
142
148
|
/**
|
|
149
|
+
* Creates a new WaaS signature policy for the specified wallet.
|
|
143
150
|
* Create a new WAAS signature policy for a wallet
|
|
144
151
|
*/
|
|
145
152
|
createWaasSignaturePolicyRaw(requestParameters: CreateWaasSignaturePolicyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<WaasWalletSignaturePolicyTmpResponse>>;
|
|
146
153
|
/**
|
|
154
|
+
* Creates a new WaaS signature policy for the specified wallet.
|
|
147
155
|
* Create a new WAAS signature policy for a wallet
|
|
148
156
|
*/
|
|
149
157
|
createWaasSignaturePolicy(requestParameters: CreateWaasSignaturePolicyRequest, initOverrides?: RequestInit): Promise<WaasWalletSignaturePolicyTmpResponse>;
|
|
150
158
|
/**
|
|
151
159
|
* Creates a new WAAS wallet for a user given an email or userId. If an email is provided and it is not associated with an existing user this call will also create a new user.
|
|
152
|
-
* Create a
|
|
160
|
+
* Create a WAAS wallet for a user
|
|
153
161
|
*/
|
|
154
162
|
createWaasWalletRaw(requestParameters: CreateWaasWalletRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<UserResponse>>;
|
|
155
163
|
/**
|
|
156
164
|
* Creates a new WAAS wallet for a user given an email or userId. If an email is provided and it is not associated with an existing user this call will also create a new user.
|
|
157
|
-
* Create a
|
|
165
|
+
* Create a WAAS wallet for a user
|
|
158
166
|
*/
|
|
159
167
|
createWaasWallet(requestParameters: CreateWaasWalletRequest, initOverrides?: RequestInit): Promise<UserResponse>;
|
|
160
168
|
/**
|
|
169
|
+
* Signs a message using a delegated WaaS account.
|
|
161
170
|
* Sign a message with a delegated waas account
|
|
162
171
|
*/
|
|
163
172
|
delegatedSignMessageRaw(requestParameters: DelegatedSignMessageRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<OpenRoomResponse>>;
|
|
164
173
|
/**
|
|
174
|
+
* Signs a message using a delegated WaaS account.
|
|
165
175
|
* Sign a message with a delegated waas account
|
|
166
176
|
*/
|
|
167
177
|
delegatedSignMessage(requestParameters: DelegatedSignMessageRequest, initOverrides?: RequestInit): Promise<OpenRoomResponse>;
|
|
@@ -176,18 +186,22 @@ export declare class WaasApi extends runtime.BaseAPI {
|
|
|
176
186
|
*/
|
|
177
187
|
deleteDelegatedAccess(requestParameters: DeleteDelegatedAccessRequest, initOverrides?: RequestInit): Promise<void>;
|
|
178
188
|
/**
|
|
189
|
+
* Permanently removes the specified WaaS policy rule.
|
|
179
190
|
* Delete a WAAS policy rule by ruleId
|
|
180
191
|
*/
|
|
181
192
|
deleteWaasPolicyRaw(requestParameters: DeleteWaasPolicyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<WaasPolicyResponse>>;
|
|
182
193
|
/**
|
|
194
|
+
* Permanently removes the specified WaaS policy rule.
|
|
183
195
|
* Delete a WAAS policy rule by ruleId
|
|
184
196
|
*/
|
|
185
197
|
deleteWaasPolicy(requestParameters: DeleteWaasPolicyRequest, initOverrides?: RequestInit): Promise<WaasPolicyResponse>;
|
|
186
198
|
/**
|
|
199
|
+
* Permanently removes a WaaS signature policy by wallet ID and policy ID.
|
|
187
200
|
* Delete a WAAS signature policy by walletId and policyId
|
|
188
201
|
*/
|
|
189
202
|
deleteWaasSignaturePolicyByWalletIdAndPolicyIdRaw(requestParameters: DeleteWaasSignaturePolicyByWalletIdAndPolicyIdRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<WaasWalletSignaturePolicyTmpResponse>>;
|
|
190
203
|
/**
|
|
204
|
+
* Permanently removes a WaaS signature policy by wallet ID and policy ID.
|
|
191
205
|
* Delete a WAAS signature policy by walletId and policyId
|
|
192
206
|
*/
|
|
193
207
|
deleteWaasSignaturePolicyByWalletIdAndPolicyId(requestParameters: DeleteWaasSignaturePolicyByWalletIdAndPolicyIdRequest, initOverrides?: RequestInit): Promise<WaasWalletSignaturePolicyTmpResponse>;
|
|
@@ -202,10 +216,12 @@ export declare class WaasApi extends runtime.BaseAPI {
|
|
|
202
216
|
*/
|
|
203
217
|
getDelegatedAccessEncryptionPublicKey(requestParameters: GetDelegatedAccessEncryptionPublicKeyRequest, initOverrides?: RequestInit): Promise<DelegatedAccessEncryptionPublicKeyResponse>;
|
|
204
218
|
/**
|
|
219
|
+
* Returns a delegated access encryption public key by its ID.
|
|
205
220
|
* Get a specific delegated access encryption public key by ID
|
|
206
221
|
*/
|
|
207
222
|
getDelegatedAccessEncryptionPublicKeyByIdRaw(requestParameters: GetDelegatedAccessEncryptionPublicKeyByIdRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<DelegatedAccessEncryptionPublicKeyResponse>>;
|
|
208
223
|
/**
|
|
224
|
+
* Returns a delegated access encryption public key by its ID.
|
|
209
225
|
* Get a specific delegated access encryption public key by ID
|
|
210
226
|
*/
|
|
211
227
|
getDelegatedAccessEncryptionPublicKeyById(requestParameters: GetDelegatedAccessEncryptionPublicKeyByIdRequest, initOverrides?: RequestInit): Promise<DelegatedAccessEncryptionPublicKeyResponse>;
|
|
@@ -220,34 +236,42 @@ export declare class WaasApi extends runtime.BaseAPI {
|
|
|
220
236
|
*/
|
|
221
237
|
getDelegatedAccessEncryptionPublicKeys(requestParameters: GetDelegatedAccessEncryptionPublicKeysRequest, initOverrides?: RequestInit): Promise<DelegatedAccessEncryptionPublicKeysUnifiedResponse>;
|
|
222
238
|
/**
|
|
239
|
+
* Returns the WaaS policy for the specified environment.
|
|
223
240
|
* Get the WAAS policy for an environment
|
|
224
241
|
*/
|
|
225
242
|
getWaasPolicyRaw(requestParameters: GetWaasPolicyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<WaasPolicyResponse>>;
|
|
226
243
|
/**
|
|
244
|
+
* Returns the WaaS policy for the specified environment.
|
|
227
245
|
* Get the WAAS policy for an environment
|
|
228
246
|
*/
|
|
229
247
|
getWaasPolicy(requestParameters: GetWaasPolicyRequest, initOverrides?: RequestInit): Promise<WaasPolicyResponse>;
|
|
230
248
|
/**
|
|
249
|
+
* Returns all active WaaS signature policies for the specified wallet.
|
|
231
250
|
* Get all active WAAS signature policies for a wallet
|
|
232
251
|
*/
|
|
233
252
|
getWaasSignaturePoliciesRaw(requestParameters: GetWaasSignaturePoliciesRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<Array<WaasWalletSignaturePolicyTmpResponse>>>;
|
|
234
253
|
/**
|
|
254
|
+
* Returns all active WaaS signature policies for the specified wallet.
|
|
235
255
|
* Get all active WAAS signature policies for a wallet
|
|
236
256
|
*/
|
|
237
257
|
getWaasSignaturePolicies(requestParameters: GetWaasSignaturePoliciesRequest, initOverrides?: RequestInit): Promise<Array<WaasWalletSignaturePolicyTmpResponse>>;
|
|
238
258
|
/**
|
|
259
|
+
* Returns a WaaS signature policy by wallet ID and policy ID.
|
|
239
260
|
* Get a WAAS signature policy by walletId and policyId
|
|
240
261
|
*/
|
|
241
262
|
getWaasSignaturePolicyByWalletIdAndPolicyIdRaw(requestParameters: GetWaasSignaturePolicyByWalletIdAndPolicyIdRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<WaasWalletSignaturePolicyTmpResponse>>;
|
|
242
263
|
/**
|
|
264
|
+
* Returns a WaaS signature policy by wallet ID and policy ID.
|
|
243
265
|
* Get a WAAS signature policy by walletId and policyId
|
|
244
266
|
*/
|
|
245
267
|
getWaasSignaturePolicyByWalletIdAndPolicyId(requestParameters: GetWaasSignaturePolicyByWalletIdAndPolicyIdRequest, initOverrides?: RequestInit): Promise<WaasWalletSignaturePolicyTmpResponse>;
|
|
246
268
|
/**
|
|
269
|
+
* Returns a WaaS wallet by its wallet ID.
|
|
247
270
|
* Get a specific WAAS wallet by walletId
|
|
248
271
|
*/
|
|
249
272
|
getWaasWalletByWalletIdRaw(requestParameters: GetWaasWalletByWalletIdRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<WaasWalletResponse>>;
|
|
250
273
|
/**
|
|
274
|
+
* Returns a WaaS wallet by its wallet ID.
|
|
251
275
|
* Get a specific WAAS wallet by walletId
|
|
252
276
|
*/
|
|
253
277
|
getWaasWalletByWalletId(requestParameters: GetWaasWalletByWalletIdRequest, initOverrides?: RequestInit): Promise<WaasWalletResponse>;
|
|
@@ -272,18 +296,22 @@ export declare class WaasApi extends runtime.BaseAPI {
|
|
|
272
296
|
*/
|
|
273
297
|
revokeDelegatedAccess(requestParameters: RevokeDelegatedAccessOperationRequest, initOverrides?: RequestInit): Promise<RevokeDelegatedAccessResponse>;
|
|
274
298
|
/**
|
|
299
|
+
* Updates the WaaS policy for the specified environment.
|
|
275
300
|
* Update the WAAS policy for an environment by ruleId
|
|
276
301
|
*/
|
|
277
302
|
updateWaasPolicyRaw(requestParameters: UpdateWaasPolicyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<WaasPolicyResponse>>;
|
|
278
303
|
/**
|
|
304
|
+
* Updates the WaaS policy for the specified environment.
|
|
279
305
|
* Update the WAAS policy for an environment by ruleId
|
|
280
306
|
*/
|
|
281
307
|
updateWaasPolicy(requestParameters: UpdateWaasPolicyRequest, initOverrides?: RequestInit): Promise<WaasPolicyResponse>;
|
|
282
308
|
/**
|
|
309
|
+
* Updates a WaaS signature policy by wallet ID and policy ID.
|
|
283
310
|
* Update a WAAS signature policy by walletId and policyId
|
|
284
311
|
*/
|
|
285
312
|
updateWaasSignaturePolicyByWalletIdAndPolicyIdRaw(requestParameters: UpdateWaasSignaturePolicyByWalletIdAndPolicyIdRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<WaasWalletSignaturePolicyTmpResponse>>;
|
|
286
313
|
/**
|
|
314
|
+
* Updates a WaaS signature policy by wallet ID and policy ID.
|
|
287
315
|
* Update a WAAS signature policy by walletId and policyId
|
|
288
316
|
*/
|
|
289
317
|
updateWaasSignaturePolicyByWalletIdAndPolicyId(requestParameters: UpdateWaasSignaturePolicyByWalletIdAndPolicyIdRequest, initOverrides?: RequestInit): Promise<WaasWalletSignaturePolicyTmpResponse>;
|
package/src/apis/WaasApi.js
CHANGED
|
@@ -120,7 +120,8 @@ import '../models/WalletTransactionType.js';
|
|
|
120
120
|
*/
|
|
121
121
|
class WaasApi extends BaseAPI {
|
|
122
122
|
/**
|
|
123
|
-
*
|
|
123
|
+
* Authenticates for WaaS using an API key.
|
|
124
|
+
* Authenticate for WAAS using an API key
|
|
124
125
|
*/
|
|
125
126
|
authenticateWaasRaw(requestParameters, initOverrides) {
|
|
126
127
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -146,7 +147,8 @@ class WaasApi extends BaseAPI {
|
|
|
146
147
|
});
|
|
147
148
|
}
|
|
148
149
|
/**
|
|
149
|
-
*
|
|
150
|
+
* Authenticates for WaaS using an API key.
|
|
151
|
+
* Authenticate for WAAS using an API key
|
|
150
152
|
*/
|
|
151
153
|
authenticateWaas(requestParameters, initOverrides) {
|
|
152
154
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -200,6 +202,7 @@ class WaasApi extends BaseAPI {
|
|
|
200
202
|
});
|
|
201
203
|
}
|
|
202
204
|
/**
|
|
205
|
+
* Creates new encryption public key credentials for WaaS wallet delegation.
|
|
203
206
|
* Create credentials for waas wallet delegation
|
|
204
207
|
*/
|
|
205
208
|
createDelegatedCredentialsRaw(requestParameters, initOverrides) {
|
|
@@ -224,6 +227,7 @@ class WaasApi extends BaseAPI {
|
|
|
224
227
|
});
|
|
225
228
|
}
|
|
226
229
|
/**
|
|
230
|
+
* Creates new encryption public key credentials for WaaS wallet delegation.
|
|
227
231
|
* Create credentials for waas wallet delegation
|
|
228
232
|
*/
|
|
229
233
|
createDelegatedCredentials(requestParameters, initOverrides) {
|
|
@@ -233,6 +237,7 @@ class WaasApi extends BaseAPI {
|
|
|
233
237
|
});
|
|
234
238
|
}
|
|
235
239
|
/**
|
|
240
|
+
* Creates a new WaaS policy for the specified environment.
|
|
236
241
|
* Create a new WAAS policy for an environment or add new rules to an existing policy
|
|
237
242
|
*/
|
|
238
243
|
createWaasPolicyRaw(requestParameters, initOverrides) {
|
|
@@ -257,6 +262,7 @@ class WaasApi extends BaseAPI {
|
|
|
257
262
|
});
|
|
258
263
|
}
|
|
259
264
|
/**
|
|
265
|
+
* Creates a new WaaS policy for the specified environment.
|
|
260
266
|
* Create a new WAAS policy for an environment or add new rules to an existing policy
|
|
261
267
|
*/
|
|
262
268
|
createWaasPolicy(requestParameters, initOverrides) {
|
|
@@ -266,6 +272,7 @@ class WaasApi extends BaseAPI {
|
|
|
266
272
|
});
|
|
267
273
|
}
|
|
268
274
|
/**
|
|
275
|
+
* Creates a new WaaS signature policy for the specified wallet.
|
|
269
276
|
* Create a new WAAS signature policy for a wallet
|
|
270
277
|
*/
|
|
271
278
|
createWaasSignaturePolicyRaw(requestParameters, initOverrides) {
|
|
@@ -293,6 +300,7 @@ class WaasApi extends BaseAPI {
|
|
|
293
300
|
});
|
|
294
301
|
}
|
|
295
302
|
/**
|
|
303
|
+
* Creates a new WaaS signature policy for the specified wallet.
|
|
296
304
|
* Create a new WAAS signature policy for a wallet
|
|
297
305
|
*/
|
|
298
306
|
createWaasSignaturePolicy(requestParameters, initOverrides) {
|
|
@@ -303,7 +311,7 @@ class WaasApi extends BaseAPI {
|
|
|
303
311
|
}
|
|
304
312
|
/**
|
|
305
313
|
* Creates a new WAAS wallet for a user given an email or userId. If an email is provided and it is not associated with an existing user this call will also create a new user.
|
|
306
|
-
* Create a
|
|
314
|
+
* Create a WAAS wallet for a user
|
|
307
315
|
*/
|
|
308
316
|
createWaasWalletRaw(requestParameters, initOverrides) {
|
|
309
317
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -335,7 +343,7 @@ class WaasApi extends BaseAPI {
|
|
|
335
343
|
}
|
|
336
344
|
/**
|
|
337
345
|
* Creates a new WAAS wallet for a user given an email or userId. If an email is provided and it is not associated with an existing user this call will also create a new user.
|
|
338
|
-
* Create a
|
|
346
|
+
* Create a WAAS wallet for a user
|
|
339
347
|
*/
|
|
340
348
|
createWaasWallet(requestParameters, initOverrides) {
|
|
341
349
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -344,6 +352,7 @@ class WaasApi extends BaseAPI {
|
|
|
344
352
|
});
|
|
345
353
|
}
|
|
346
354
|
/**
|
|
355
|
+
* Signs a message using a delegated WaaS account.
|
|
347
356
|
* Sign a message with a delegated waas account
|
|
348
357
|
*/
|
|
349
358
|
delegatedSignMessageRaw(requestParameters, initOverrides) {
|
|
@@ -371,6 +380,7 @@ class WaasApi extends BaseAPI {
|
|
|
371
380
|
});
|
|
372
381
|
}
|
|
373
382
|
/**
|
|
383
|
+
* Signs a message using a delegated WaaS account.
|
|
374
384
|
* Sign a message with a delegated waas account
|
|
375
385
|
*/
|
|
376
386
|
delegatedSignMessage(requestParameters, initOverrides) {
|
|
@@ -412,6 +422,7 @@ class WaasApi extends BaseAPI {
|
|
|
412
422
|
});
|
|
413
423
|
}
|
|
414
424
|
/**
|
|
425
|
+
* Permanently removes the specified WaaS policy rule.
|
|
415
426
|
* Delete a WAAS policy rule by ruleId
|
|
416
427
|
*/
|
|
417
428
|
deleteWaasPolicyRaw(requestParameters, initOverrides) {
|
|
@@ -436,6 +447,7 @@ class WaasApi extends BaseAPI {
|
|
|
436
447
|
});
|
|
437
448
|
}
|
|
438
449
|
/**
|
|
450
|
+
* Permanently removes the specified WaaS policy rule.
|
|
439
451
|
* Delete a WAAS policy rule by ruleId
|
|
440
452
|
*/
|
|
441
453
|
deleteWaasPolicy(requestParameters, initOverrides) {
|
|
@@ -445,6 +457,7 @@ class WaasApi extends BaseAPI {
|
|
|
445
457
|
});
|
|
446
458
|
}
|
|
447
459
|
/**
|
|
460
|
+
* Permanently removes a WaaS signature policy by wallet ID and policy ID.
|
|
448
461
|
* Delete a WAAS signature policy by walletId and policyId
|
|
449
462
|
*/
|
|
450
463
|
deleteWaasSignaturePolicyByWalletIdAndPolicyIdRaw(requestParameters, initOverrides) {
|
|
@@ -470,6 +483,7 @@ class WaasApi extends BaseAPI {
|
|
|
470
483
|
});
|
|
471
484
|
}
|
|
472
485
|
/**
|
|
486
|
+
* Permanently removes a WaaS signature policy by wallet ID and policy ID.
|
|
473
487
|
* Delete a WAAS signature policy by walletId and policyId
|
|
474
488
|
*/
|
|
475
489
|
deleteWaasSignaturePolicyByWalletIdAndPolicyId(requestParameters, initOverrides) {
|
|
@@ -509,6 +523,7 @@ class WaasApi extends BaseAPI {
|
|
|
509
523
|
});
|
|
510
524
|
}
|
|
511
525
|
/**
|
|
526
|
+
* Returns a delegated access encryption public key by its ID.
|
|
512
527
|
* Get a specific delegated access encryption public key by ID
|
|
513
528
|
*/
|
|
514
529
|
getDelegatedAccessEncryptionPublicKeyByIdRaw(requestParameters, initOverrides) {
|
|
@@ -531,6 +546,7 @@ class WaasApi extends BaseAPI {
|
|
|
531
546
|
});
|
|
532
547
|
}
|
|
533
548
|
/**
|
|
549
|
+
* Returns a delegated access encryption public key by its ID.
|
|
534
550
|
* Get a specific delegated access encryption public key by ID
|
|
535
551
|
*/
|
|
536
552
|
getDelegatedAccessEncryptionPublicKeyById(requestParameters, initOverrides) {
|
|
@@ -573,6 +589,7 @@ class WaasApi extends BaseAPI {
|
|
|
573
589
|
});
|
|
574
590
|
}
|
|
575
591
|
/**
|
|
592
|
+
* Returns the WaaS policy for the specified environment.
|
|
576
593
|
* Get the WAAS policy for an environment
|
|
577
594
|
*/
|
|
578
595
|
getWaasPolicyRaw(requestParameters, initOverrides) {
|
|
@@ -592,6 +609,7 @@ class WaasApi extends BaseAPI {
|
|
|
592
609
|
});
|
|
593
610
|
}
|
|
594
611
|
/**
|
|
612
|
+
* Returns the WaaS policy for the specified environment.
|
|
595
613
|
* Get the WAAS policy for an environment
|
|
596
614
|
*/
|
|
597
615
|
getWaasPolicy(requestParameters, initOverrides) {
|
|
@@ -601,6 +619,7 @@ class WaasApi extends BaseAPI {
|
|
|
601
619
|
});
|
|
602
620
|
}
|
|
603
621
|
/**
|
|
622
|
+
* Returns all active WaaS signature policies for the specified wallet.
|
|
604
623
|
* Get all active WAAS signature policies for a wallet
|
|
605
624
|
*/
|
|
606
625
|
getWaasSignaturePoliciesRaw(requestParameters, initOverrides) {
|
|
@@ -623,6 +642,7 @@ class WaasApi extends BaseAPI {
|
|
|
623
642
|
});
|
|
624
643
|
}
|
|
625
644
|
/**
|
|
645
|
+
* Returns all active WaaS signature policies for the specified wallet.
|
|
626
646
|
* Get all active WAAS signature policies for a wallet
|
|
627
647
|
*/
|
|
628
648
|
getWaasSignaturePolicies(requestParameters, initOverrides) {
|
|
@@ -632,6 +652,7 @@ class WaasApi extends BaseAPI {
|
|
|
632
652
|
});
|
|
633
653
|
}
|
|
634
654
|
/**
|
|
655
|
+
* Returns a WaaS signature policy by wallet ID and policy ID.
|
|
635
656
|
* Get a WAAS signature policy by walletId and policyId
|
|
636
657
|
*/
|
|
637
658
|
getWaasSignaturePolicyByWalletIdAndPolicyIdRaw(requestParameters, initOverrides) {
|
|
@@ -657,6 +678,7 @@ class WaasApi extends BaseAPI {
|
|
|
657
678
|
});
|
|
658
679
|
}
|
|
659
680
|
/**
|
|
681
|
+
* Returns a WaaS signature policy by wallet ID and policy ID.
|
|
660
682
|
* Get a WAAS signature policy by walletId and policyId
|
|
661
683
|
*/
|
|
662
684
|
getWaasSignaturePolicyByWalletIdAndPolicyId(requestParameters, initOverrides) {
|
|
@@ -666,6 +688,7 @@ class WaasApi extends BaseAPI {
|
|
|
666
688
|
});
|
|
667
689
|
}
|
|
668
690
|
/**
|
|
691
|
+
* Returns a WaaS wallet by its wallet ID.
|
|
669
692
|
* Get a specific WAAS wallet by walletId
|
|
670
693
|
*/
|
|
671
694
|
getWaasWalletByWalletIdRaw(requestParameters, initOverrides) {
|
|
@@ -688,6 +711,7 @@ class WaasApi extends BaseAPI {
|
|
|
688
711
|
});
|
|
689
712
|
}
|
|
690
713
|
/**
|
|
714
|
+
* Returns a WaaS wallet by its wallet ID.
|
|
691
715
|
* Get a specific WAAS wallet by walletId
|
|
692
716
|
*/
|
|
693
717
|
getWaasWalletByWalletId(requestParameters, initOverrides) {
|
|
@@ -761,6 +785,7 @@ class WaasApi extends BaseAPI {
|
|
|
761
785
|
});
|
|
762
786
|
}
|
|
763
787
|
/**
|
|
788
|
+
* Updates the WaaS policy for the specified environment.
|
|
764
789
|
* Update the WAAS policy for an environment by ruleId
|
|
765
790
|
*/
|
|
766
791
|
updateWaasPolicyRaw(requestParameters, initOverrides) {
|
|
@@ -785,6 +810,7 @@ class WaasApi extends BaseAPI {
|
|
|
785
810
|
});
|
|
786
811
|
}
|
|
787
812
|
/**
|
|
813
|
+
* Updates the WaaS policy for the specified environment.
|
|
788
814
|
* Update the WAAS policy for an environment by ruleId
|
|
789
815
|
*/
|
|
790
816
|
updateWaasPolicy(requestParameters, initOverrides) {
|
|
@@ -794,6 +820,7 @@ class WaasApi extends BaseAPI {
|
|
|
794
820
|
});
|
|
795
821
|
}
|
|
796
822
|
/**
|
|
823
|
+
* Updates a WaaS signature policy by wallet ID and policy ID.
|
|
797
824
|
* Update a WAAS signature policy by walletId and policyId
|
|
798
825
|
*/
|
|
799
826
|
updateWaasSignaturePolicyByWalletIdAndPolicyIdRaw(requestParameters, initOverrides) {
|
|
@@ -824,6 +851,7 @@ class WaasApi extends BaseAPI {
|
|
|
824
851
|
});
|
|
825
852
|
}
|
|
826
853
|
/**
|
|
854
|
+
* Updates a WaaS signature policy by wallet ID and policy ID.
|
|
827
855
|
* Update a WAAS signature policy by walletId and policyId
|
|
828
856
|
*/
|
|
829
857
|
updateWaasSignaturePolicyByWalletIdAndPolicyId(requestParameters, initOverrides) {
|
|
@@ -106,6 +106,7 @@ require('../models/WalletTransactionType.cjs');
|
|
|
106
106
|
*/
|
|
107
107
|
class WalletConnectApi extends runtime.BaseAPI {
|
|
108
108
|
/**
|
|
109
|
+
* Creates or updates a WalletConnect project for the specified environment using the partner API.
|
|
109
110
|
* Create or update a WalletConnect project for this environment using the partner API
|
|
110
111
|
*/
|
|
111
112
|
upsertWalletConnectProjectRaw(requestParameters, initOverrides) {
|
|
@@ -130,6 +131,7 @@ class WalletConnectApi extends runtime.BaseAPI {
|
|
|
130
131
|
});
|
|
131
132
|
}
|
|
132
133
|
/**
|
|
134
|
+
* Creates or updates a WalletConnect project for the specified environment using the partner API.
|
|
133
135
|
* Create or update a WalletConnect project for this environment using the partner API
|
|
134
136
|
*/
|
|
135
137
|
upsertWalletConnectProject(requestParameters, initOverrides) {
|
|
@@ -20,10 +20,12 @@ export interface UpsertWalletConnectProjectRequest {
|
|
|
20
20
|
*/
|
|
21
21
|
export declare class WalletConnectApi extends runtime.BaseAPI {
|
|
22
22
|
/**
|
|
23
|
+
* Creates or updates a WalletConnect project for the specified environment using the partner API.
|
|
23
24
|
* Create or update a WalletConnect project for this environment using the partner API
|
|
24
25
|
*/
|
|
25
26
|
upsertWalletConnectProjectRaw(requestParameters: UpsertWalletConnectProjectRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<WalletConnectProject>>;
|
|
26
27
|
/**
|
|
28
|
+
* Creates or updates a WalletConnect project for the specified environment using the partner API.
|
|
27
29
|
* Create or update a WalletConnect project for this environment using the partner API
|
|
28
30
|
*/
|
|
29
31
|
upsertWalletConnectProject(requestParameters: UpsertWalletConnectProjectRequest, initOverrides?: RequestInit): Promise<WalletConnectProject>;
|