@dynamic-labs/sdk-api 0.0.864 → 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 +108 -10
- package/src/apis/EnvironmentsApi.d.ts +49 -11
- package/src/apis/EnvironmentsApi.js +108 -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 +554 -162
- package/src/apis/SDKApi.d.ts +423 -163
- package/src/apis/SDKApi.js +554 -162
- 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 +36 -8
- package/src/apis/WaasApi.d.ts +35 -7
- package/src/apis/WaasApi.js +36 -8
- 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/index.cjs +4 -0
- package/src/index.js +1 -0
- package/src/models/SignMessageBtcTransaction.cjs +5 -13
- package/src/models/SignMessageBtcTransaction.d.ts +8 -2
- package/src/models/SignMessageBtcTransaction.js +5 -13
- package/src/models/SmsVerificationVerifyRequest.cjs +3 -0
- package/src/models/SmsVerificationVerifyRequest.d.ts +7 -0
- package/src/models/SmsVerificationVerifyRequest.js +3 -0
- package/src/models/UserFilterableFieldsEnum.cjs +1 -0
- package/src/models/UserFilterableFieldsEnum.d.ts +2 -1
- package/src/models/UserFilterableFieldsEnum.js +1 -0
- package/src/models/WalletSanctionsResponse.cjs +37 -0
- package/src/models/WalletSanctionsResponse.d.ts +40 -0
- package/src/models/WalletSanctionsResponse.js +31 -0
- package/src/models/index.d.ts +1 -0
package/src/apis/SettingsApi.js
CHANGED
|
@@ -108,7 +108,8 @@ import '../models/ZerodevBundlerProvider.js';
|
|
|
108
108
|
*/
|
|
109
109
|
class SettingsApi extends BaseAPI {
|
|
110
110
|
/**
|
|
111
|
-
* Creates a new exchange for the
|
|
111
|
+
* Creates a new exchange for the specified environment.
|
|
112
|
+
* Create an exchange for the environment
|
|
112
113
|
*/
|
|
113
114
|
createExchangeRaw(requestParameters, initOverrides) {
|
|
114
115
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -132,7 +133,8 @@ class SettingsApi extends BaseAPI {
|
|
|
132
133
|
});
|
|
133
134
|
}
|
|
134
135
|
/**
|
|
135
|
-
* Creates a new exchange for the
|
|
136
|
+
* Creates a new exchange for the specified environment.
|
|
137
|
+
* Create an exchange for the environment
|
|
136
138
|
*/
|
|
137
139
|
createExchange(requestParameters, initOverrides) {
|
|
138
140
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -141,7 +143,8 @@ class SettingsApi extends BaseAPI {
|
|
|
141
143
|
});
|
|
142
144
|
}
|
|
143
145
|
/**
|
|
144
|
-
* Creates a new provider for the
|
|
146
|
+
* Creates a new provider for the specified environment.
|
|
147
|
+
* Create a provider for the environment
|
|
145
148
|
*/
|
|
146
149
|
createProviderRaw(requestParameters, initOverrides) {
|
|
147
150
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -165,7 +168,8 @@ class SettingsApi extends BaseAPI {
|
|
|
165
168
|
});
|
|
166
169
|
}
|
|
167
170
|
/**
|
|
168
|
-
* Creates a new provider for the
|
|
171
|
+
* Creates a new provider for the specified environment.
|
|
172
|
+
* Create a provider for the environment
|
|
169
173
|
*/
|
|
170
174
|
createProvider(requestParameters, initOverrides) {
|
|
171
175
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -174,6 +178,7 @@ class SettingsApi extends BaseAPI {
|
|
|
174
178
|
});
|
|
175
179
|
}
|
|
176
180
|
/**
|
|
181
|
+
* Permanently removes the specified exchange.
|
|
177
182
|
* Delete an exchange by exchangeId
|
|
178
183
|
*/
|
|
179
184
|
deleteExchangeRaw(requestParameters, initOverrides) {
|
|
@@ -200,6 +205,7 @@ class SettingsApi extends BaseAPI {
|
|
|
200
205
|
});
|
|
201
206
|
}
|
|
202
207
|
/**
|
|
208
|
+
* Permanently removes the specified exchange.
|
|
203
209
|
* Delete an exchange by exchangeId
|
|
204
210
|
*/
|
|
205
211
|
deleteExchange(requestParameters, initOverrides) {
|
|
@@ -208,6 +214,7 @@ class SettingsApi extends BaseAPI {
|
|
|
208
214
|
});
|
|
209
215
|
}
|
|
210
216
|
/**
|
|
217
|
+
* Permanently removes the specified provider.
|
|
211
218
|
* Delete a provider by providerId
|
|
212
219
|
*/
|
|
213
220
|
deleteProviderRaw(requestParameters, initOverrides) {
|
|
@@ -234,6 +241,7 @@ class SettingsApi extends BaseAPI {
|
|
|
234
241
|
});
|
|
235
242
|
}
|
|
236
243
|
/**
|
|
244
|
+
* Permanently removes the specified provider.
|
|
237
245
|
* Delete a provider by providerId
|
|
238
246
|
*/
|
|
239
247
|
deleteProvider(requestParameters, initOverrides) {
|
|
@@ -242,6 +250,7 @@ class SettingsApi extends BaseAPI {
|
|
|
242
250
|
});
|
|
243
251
|
}
|
|
244
252
|
/**
|
|
253
|
+
* Disables the specified exchange for the environment.
|
|
245
254
|
* Disable the exchange for the environment
|
|
246
255
|
*/
|
|
247
256
|
disableExchangeRaw(requestParameters, initOverrides) {
|
|
@@ -268,6 +277,7 @@ class SettingsApi extends BaseAPI {
|
|
|
268
277
|
});
|
|
269
278
|
}
|
|
270
279
|
/**
|
|
280
|
+
* Disables the specified exchange for the environment.
|
|
271
281
|
* Disable the exchange for the environment
|
|
272
282
|
*/
|
|
273
283
|
disableExchange(requestParameters, initOverrides) {
|
|
@@ -277,6 +287,7 @@ class SettingsApi extends BaseAPI {
|
|
|
277
287
|
});
|
|
278
288
|
}
|
|
279
289
|
/**
|
|
290
|
+
* Disables the specified provider for the environment.
|
|
280
291
|
* Disable the provider for the environment
|
|
281
292
|
*/
|
|
282
293
|
disableProviderRaw(requestParameters, initOverrides) {
|
|
@@ -303,6 +314,7 @@ class SettingsApi extends BaseAPI {
|
|
|
303
314
|
});
|
|
304
315
|
}
|
|
305
316
|
/**
|
|
317
|
+
* Disables the specified provider for the environment.
|
|
306
318
|
* Disable the provider for the environment
|
|
307
319
|
*/
|
|
308
320
|
disableProvider(requestParameters, initOverrides) {
|
|
@@ -312,6 +324,7 @@ class SettingsApi extends BaseAPI {
|
|
|
312
324
|
});
|
|
313
325
|
}
|
|
314
326
|
/**
|
|
327
|
+
* Enables the specified exchange for the environment.
|
|
315
328
|
* Enable the exchange for the environment
|
|
316
329
|
*/
|
|
317
330
|
enableExchangeRaw(requestParameters, initOverrides) {
|
|
@@ -338,6 +351,7 @@ class SettingsApi extends BaseAPI {
|
|
|
338
351
|
});
|
|
339
352
|
}
|
|
340
353
|
/**
|
|
354
|
+
* Enables the specified exchange for the environment.
|
|
341
355
|
* Enable the exchange for the environment
|
|
342
356
|
*/
|
|
343
357
|
enableExchange(requestParameters, initOverrides) {
|
|
@@ -347,6 +361,7 @@ class SettingsApi extends BaseAPI {
|
|
|
347
361
|
});
|
|
348
362
|
}
|
|
349
363
|
/**
|
|
364
|
+
* Enables the specified provider for the environment.
|
|
350
365
|
* Enable the provider for the environment
|
|
351
366
|
*/
|
|
352
367
|
enableProviderRaw(requestParameters, initOverrides) {
|
|
@@ -373,6 +388,7 @@ class SettingsApi extends BaseAPI {
|
|
|
373
388
|
});
|
|
374
389
|
}
|
|
375
390
|
/**
|
|
391
|
+
* Enables the specified provider for the environment.
|
|
376
392
|
* Enable the provider for the environment
|
|
377
393
|
*/
|
|
378
394
|
enableProvider(requestParameters, initOverrides) {
|
|
@@ -382,6 +398,7 @@ class SettingsApi extends BaseAPI {
|
|
|
382
398
|
});
|
|
383
399
|
}
|
|
384
400
|
/**
|
|
401
|
+
* Returns the exchanges for the specified environment.
|
|
385
402
|
* Get the exchanges for an environment
|
|
386
403
|
*/
|
|
387
404
|
getEnvironmentExchangesRaw(requestParameters, initOverrides) {
|
|
@@ -401,6 +418,7 @@ class SettingsApi extends BaseAPI {
|
|
|
401
418
|
});
|
|
402
419
|
}
|
|
403
420
|
/**
|
|
421
|
+
* Returns the exchanges for the specified environment.
|
|
404
422
|
* Get the exchanges for an environment
|
|
405
423
|
*/
|
|
406
424
|
getEnvironmentExchanges(requestParameters, initOverrides) {
|
|
@@ -410,6 +428,7 @@ class SettingsApi extends BaseAPI {
|
|
|
410
428
|
});
|
|
411
429
|
}
|
|
412
430
|
/**
|
|
431
|
+
* Returns the provider URLs for the specified environment.
|
|
413
432
|
* Get the URLs for the environment providers
|
|
414
433
|
*/
|
|
415
434
|
getEnvironmentProviderUrlsRaw(requestParameters, initOverrides) {
|
|
@@ -429,6 +448,7 @@ class SettingsApi extends BaseAPI {
|
|
|
429
448
|
});
|
|
430
449
|
}
|
|
431
450
|
/**
|
|
451
|
+
* Returns the provider URLs for the specified environment.
|
|
432
452
|
* Get the URLs for the environment providers
|
|
433
453
|
*/
|
|
434
454
|
getEnvironmentProviderUrls(requestParameters, initOverrides) {
|
|
@@ -438,6 +458,7 @@ class SettingsApi extends BaseAPI {
|
|
|
438
458
|
});
|
|
439
459
|
}
|
|
440
460
|
/**
|
|
461
|
+
* Returns the providers for the specified environment.
|
|
441
462
|
* Get the providers for an environment
|
|
442
463
|
*/
|
|
443
464
|
getEnvironmentProvidersRaw(requestParameters, initOverrides) {
|
|
@@ -457,6 +478,7 @@ class SettingsApi extends BaseAPI {
|
|
|
457
478
|
});
|
|
458
479
|
}
|
|
459
480
|
/**
|
|
481
|
+
* Returns the providers for the specified environment.
|
|
460
482
|
* Get the providers for an environment
|
|
461
483
|
*/
|
|
462
484
|
getEnvironmentProviders(requestParameters, initOverrides) {
|
|
@@ -466,6 +488,7 @@ class SettingsApi extends BaseAPI {
|
|
|
466
488
|
});
|
|
467
489
|
}
|
|
468
490
|
/**
|
|
491
|
+
* Returns a single exchange by its unique identifier.
|
|
469
492
|
* Gets an exchange
|
|
470
493
|
*/
|
|
471
494
|
getExchangeRaw(requestParameters, initOverrides) {
|
|
@@ -485,6 +508,7 @@ class SettingsApi extends BaseAPI {
|
|
|
485
508
|
});
|
|
486
509
|
}
|
|
487
510
|
/**
|
|
511
|
+
* Returns a single exchange by its unique identifier.
|
|
488
512
|
* Gets an exchange
|
|
489
513
|
*/
|
|
490
514
|
getExchange(requestParameters, initOverrides) {
|
|
@@ -494,6 +518,7 @@ class SettingsApi extends BaseAPI {
|
|
|
494
518
|
});
|
|
495
519
|
}
|
|
496
520
|
/**
|
|
521
|
+
* Returns a single provider by its unique identifier.
|
|
497
522
|
* Gets a provider
|
|
498
523
|
*/
|
|
499
524
|
getProviderRaw(requestParameters, initOverrides) {
|
|
@@ -513,6 +538,7 @@ class SettingsApi extends BaseAPI {
|
|
|
513
538
|
});
|
|
514
539
|
}
|
|
515
540
|
/**
|
|
541
|
+
* Returns a single provider by its unique identifier.
|
|
516
542
|
* Gets a provider
|
|
517
543
|
*/
|
|
518
544
|
getProvider(requestParameters, initOverrides) {
|
|
@@ -522,6 +548,7 @@ class SettingsApi extends BaseAPI {
|
|
|
522
548
|
});
|
|
523
549
|
}
|
|
524
550
|
/**
|
|
551
|
+
* Updates the configuration of the specified provider.
|
|
525
552
|
* Updates a provider
|
|
526
553
|
*/
|
|
527
554
|
updateProviderRaw(requestParameters, initOverrides) {
|
|
@@ -546,6 +573,7 @@ class SettingsApi extends BaseAPI {
|
|
|
546
573
|
});
|
|
547
574
|
}
|
|
548
575
|
/**
|
|
576
|
+
* Updates the configuration of the specified provider.
|
|
549
577
|
* Updates a provider
|
|
550
578
|
*/
|
|
551
579
|
updateProvider(requestParameters, initOverrides) {
|
|
@@ -105,7 +105,8 @@ require('../models/WalletTransactionType.cjs');
|
|
|
105
105
|
*/
|
|
106
106
|
class TestAccountApi extends runtime.BaseAPI {
|
|
107
107
|
/**
|
|
108
|
-
*
|
|
108
|
+
* Creates a new test account for the specified environment.
|
|
109
|
+
* Create a test account for the environment
|
|
109
110
|
*/
|
|
110
111
|
createTestAccountRaw(requestParameters, initOverrides) {
|
|
111
112
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -124,7 +125,8 @@ class TestAccountApi extends runtime.BaseAPI {
|
|
|
124
125
|
});
|
|
125
126
|
}
|
|
126
127
|
/**
|
|
127
|
-
*
|
|
128
|
+
* Creates a new test account for the specified environment.
|
|
129
|
+
* Create a test account for the environment
|
|
128
130
|
*/
|
|
129
131
|
createTestAccount(requestParameters, initOverrides) {
|
|
130
132
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -133,6 +135,7 @@ class TestAccountApi extends runtime.BaseAPI {
|
|
|
133
135
|
});
|
|
134
136
|
}
|
|
135
137
|
/**
|
|
138
|
+
* Permanently removes the test account for the specified environment.
|
|
136
139
|
* Delete the test account for this environment
|
|
137
140
|
*/
|
|
138
141
|
deleteTestAccountRaw(requestParameters, initOverrides) {
|
|
@@ -152,6 +155,7 @@ class TestAccountApi extends runtime.BaseAPI {
|
|
|
152
155
|
});
|
|
153
156
|
}
|
|
154
157
|
/**
|
|
158
|
+
* Permanently removes the test account for the specified environment.
|
|
155
159
|
* Delete the test account for this environment
|
|
156
160
|
*/
|
|
157
161
|
deleteTestAccount(requestParameters, initOverrides) {
|
|
@@ -160,7 +164,8 @@ class TestAccountApi extends runtime.BaseAPI {
|
|
|
160
164
|
});
|
|
161
165
|
}
|
|
162
166
|
/**
|
|
163
|
-
*
|
|
167
|
+
* Returns the test account for the specified environment.
|
|
168
|
+
* Get the test account for this environment
|
|
164
169
|
*/
|
|
165
170
|
getTestAccountRaw(requestParameters, initOverrides) {
|
|
166
171
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -179,7 +184,8 @@ class TestAccountApi extends runtime.BaseAPI {
|
|
|
179
184
|
});
|
|
180
185
|
}
|
|
181
186
|
/**
|
|
182
|
-
*
|
|
187
|
+
* Returns the test account for the specified environment.
|
|
188
|
+
* Get the test account for this environment
|
|
183
189
|
*/
|
|
184
190
|
getTestAccount(requestParameters, initOverrides) {
|
|
185
191
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -25,27 +25,33 @@ export interface GetTestAccountRequest {
|
|
|
25
25
|
*/
|
|
26
26
|
export declare class TestAccountApi extends runtime.BaseAPI {
|
|
27
27
|
/**
|
|
28
|
-
*
|
|
28
|
+
* Creates a new test account for the specified environment.
|
|
29
|
+
* Create a test account for the environment
|
|
29
30
|
*/
|
|
30
31
|
createTestAccountRaw(requestParameters: CreateTestAccountRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<TestAccountResponse>>;
|
|
31
32
|
/**
|
|
32
|
-
*
|
|
33
|
+
* Creates a new test account for the specified environment.
|
|
34
|
+
* Create a test account for the environment
|
|
33
35
|
*/
|
|
34
36
|
createTestAccount(requestParameters: CreateTestAccountRequest, initOverrides?: RequestInit): Promise<TestAccountResponse>;
|
|
35
37
|
/**
|
|
38
|
+
* Permanently removes the test account for the specified environment.
|
|
36
39
|
* Delete the test account for this environment
|
|
37
40
|
*/
|
|
38
41
|
deleteTestAccountRaw(requestParameters: DeleteTestAccountRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
39
42
|
/**
|
|
43
|
+
* Permanently removes the test account for the specified environment.
|
|
40
44
|
* Delete the test account for this environment
|
|
41
45
|
*/
|
|
42
46
|
deleteTestAccount(requestParameters: DeleteTestAccountRequest, initOverrides?: RequestInit): Promise<void>;
|
|
43
47
|
/**
|
|
44
|
-
*
|
|
48
|
+
* Returns the test account for the specified environment.
|
|
49
|
+
* Get the test account for this environment
|
|
45
50
|
*/
|
|
46
51
|
getTestAccountRaw(requestParameters: GetTestAccountRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<TestAccountResponse>>;
|
|
47
52
|
/**
|
|
48
|
-
*
|
|
53
|
+
* Returns the test account for the specified environment.
|
|
54
|
+
* Get the test account for this environment
|
|
49
55
|
*/
|
|
50
56
|
getTestAccount(requestParameters: GetTestAccountRequest, initOverrides?: RequestInit): Promise<TestAccountResponse>;
|
|
51
57
|
}
|
|
@@ -101,7 +101,8 @@ import '../models/WalletTransactionType.js';
|
|
|
101
101
|
*/
|
|
102
102
|
class TestAccountApi extends BaseAPI {
|
|
103
103
|
/**
|
|
104
|
-
*
|
|
104
|
+
* Creates a new test account for the specified environment.
|
|
105
|
+
* Create a test account for the environment
|
|
105
106
|
*/
|
|
106
107
|
createTestAccountRaw(requestParameters, initOverrides) {
|
|
107
108
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -120,7 +121,8 @@ class TestAccountApi extends BaseAPI {
|
|
|
120
121
|
});
|
|
121
122
|
}
|
|
122
123
|
/**
|
|
123
|
-
*
|
|
124
|
+
* Creates a new test account for the specified environment.
|
|
125
|
+
* Create a test account for the environment
|
|
124
126
|
*/
|
|
125
127
|
createTestAccount(requestParameters, initOverrides) {
|
|
126
128
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -129,6 +131,7 @@ class TestAccountApi extends BaseAPI {
|
|
|
129
131
|
});
|
|
130
132
|
}
|
|
131
133
|
/**
|
|
134
|
+
* Permanently removes the test account for the specified environment.
|
|
132
135
|
* Delete the test account for this environment
|
|
133
136
|
*/
|
|
134
137
|
deleteTestAccountRaw(requestParameters, initOverrides) {
|
|
@@ -148,6 +151,7 @@ class TestAccountApi extends BaseAPI {
|
|
|
148
151
|
});
|
|
149
152
|
}
|
|
150
153
|
/**
|
|
154
|
+
* Permanently removes the test account for the specified environment.
|
|
151
155
|
* Delete the test account for this environment
|
|
152
156
|
*/
|
|
153
157
|
deleteTestAccount(requestParameters, initOverrides) {
|
|
@@ -156,7 +160,8 @@ class TestAccountApi extends BaseAPI {
|
|
|
156
160
|
});
|
|
157
161
|
}
|
|
158
162
|
/**
|
|
159
|
-
*
|
|
163
|
+
* Returns the test account for the specified environment.
|
|
164
|
+
* Get the test account for this environment
|
|
160
165
|
*/
|
|
161
166
|
getTestAccountRaw(requestParameters, initOverrides) {
|
|
162
167
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -175,7 +180,8 @@ class TestAccountApi extends BaseAPI {
|
|
|
175
180
|
});
|
|
176
181
|
}
|
|
177
182
|
/**
|
|
178
|
-
*
|
|
183
|
+
* Returns the test account for the specified environment.
|
|
184
|
+
* Get the test account for this environment
|
|
179
185
|
*/
|
|
180
186
|
getTestAccount(requestParameters, initOverrides) {
|
|
181
187
|
return __awaiter(this, void 0, void 0, function* () {
|
package/src/apis/TokensApi.cjs
CHANGED
|
@@ -107,7 +107,8 @@ require('../models/WalletTransactionType.cjs');
|
|
|
107
107
|
*/
|
|
108
108
|
class TokensApi extends runtime.BaseAPI {
|
|
109
109
|
/**
|
|
110
|
-
*
|
|
110
|
+
* Permanently removes the specified API token.
|
|
111
|
+
* Delete an API token by ID
|
|
111
112
|
*/
|
|
112
113
|
deleteTokenByIdRaw(requestParameters, initOverrides) {
|
|
113
114
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -136,7 +137,8 @@ class TokensApi extends runtime.BaseAPI {
|
|
|
136
137
|
});
|
|
137
138
|
}
|
|
138
139
|
/**
|
|
139
|
-
*
|
|
140
|
+
* Permanently removes the specified API token.
|
|
141
|
+
* Delete an API token by ID
|
|
140
142
|
*/
|
|
141
143
|
deleteTokenById(requestParameters, initOverrides) {
|
|
142
144
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -144,7 +146,8 @@ class TokensApi extends runtime.BaseAPI {
|
|
|
144
146
|
});
|
|
145
147
|
}
|
|
146
148
|
/**
|
|
147
|
-
*
|
|
149
|
+
* Returns the API tokens for the specified environment.
|
|
150
|
+
* Get API tokens for the environment
|
|
148
151
|
*/
|
|
149
152
|
getTokensRaw(requestParameters, initOverrides) {
|
|
150
153
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -170,7 +173,8 @@ class TokensApi extends runtime.BaseAPI {
|
|
|
170
173
|
});
|
|
171
174
|
}
|
|
172
175
|
/**
|
|
173
|
-
*
|
|
176
|
+
* Returns the API tokens for the specified environment.
|
|
177
|
+
* Get API tokens for the environment
|
|
174
178
|
*/
|
|
175
179
|
getTokens(requestParameters, initOverrides) {
|
|
176
180
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -179,7 +183,8 @@ class TokensApi extends runtime.BaseAPI {
|
|
|
179
183
|
});
|
|
180
184
|
}
|
|
181
185
|
/**
|
|
182
|
-
*
|
|
186
|
+
* Creates a new API token for the specified environment.
|
|
187
|
+
* Create an API token for the environment
|
|
183
188
|
*/
|
|
184
189
|
postTokenRaw(requestParameters, initOverrides) {
|
|
185
190
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -210,7 +215,8 @@ class TokensApi extends runtime.BaseAPI {
|
|
|
210
215
|
});
|
|
211
216
|
}
|
|
212
217
|
/**
|
|
213
|
-
*
|
|
218
|
+
* Creates a new API token for the specified environment.
|
|
219
|
+
* Create an API token for the environment
|
|
214
220
|
*/
|
|
215
221
|
postToken(requestParameters, initOverrides) {
|
|
216
222
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
package/src/apis/TokensApi.d.ts
CHANGED
|
@@ -27,27 +27,33 @@ export interface PostTokenRequest {
|
|
|
27
27
|
*/
|
|
28
28
|
export declare class TokensApi extends runtime.BaseAPI {
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
30
|
+
* Permanently removes the specified API token.
|
|
31
|
+
* Delete an API token by ID
|
|
31
32
|
*/
|
|
32
33
|
deleteTokenByIdRaw(requestParameters: DeleteTokenByIdRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
33
34
|
/**
|
|
34
|
-
*
|
|
35
|
+
* Permanently removes the specified API token.
|
|
36
|
+
* Delete an API token by ID
|
|
35
37
|
*/
|
|
36
38
|
deleteTokenById(requestParameters: DeleteTokenByIdRequest, initOverrides?: RequestInit): Promise<void>;
|
|
37
39
|
/**
|
|
38
|
-
*
|
|
40
|
+
* Returns the API tokens for the specified environment.
|
|
41
|
+
* Get API tokens for the environment
|
|
39
42
|
*/
|
|
40
43
|
getTokensRaw(requestParameters: GetTokensRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<TokensResponse>>;
|
|
41
44
|
/**
|
|
42
|
-
*
|
|
45
|
+
* Returns the API tokens for the specified environment.
|
|
46
|
+
* Get API tokens for the environment
|
|
43
47
|
*/
|
|
44
48
|
getTokens(requestParameters: GetTokensRequest, initOverrides?: RequestInit): Promise<TokensResponse>;
|
|
45
49
|
/**
|
|
46
|
-
*
|
|
50
|
+
* Creates a new API token for the specified environment.
|
|
51
|
+
* Create an API token for the environment
|
|
47
52
|
*/
|
|
48
53
|
postTokenRaw(requestParameters: PostTokenRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<CreateTokenResponse>>;
|
|
49
54
|
/**
|
|
50
|
-
*
|
|
55
|
+
* Creates a new API token for the specified environment.
|
|
56
|
+
* Create an API token for the environment
|
|
51
57
|
*/
|
|
52
58
|
postToken(requestParameters: PostTokenRequest, initOverrides?: RequestInit): Promise<CreateTokenResponse>;
|
|
53
59
|
}
|
package/src/apis/TokensApi.js
CHANGED
|
@@ -103,7 +103,8 @@ import '../models/WalletTransactionType.js';
|
|
|
103
103
|
*/
|
|
104
104
|
class TokensApi extends BaseAPI {
|
|
105
105
|
/**
|
|
106
|
-
*
|
|
106
|
+
* Permanently removes the specified API token.
|
|
107
|
+
* Delete an API token by ID
|
|
107
108
|
*/
|
|
108
109
|
deleteTokenByIdRaw(requestParameters, initOverrides) {
|
|
109
110
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -132,7 +133,8 @@ class TokensApi extends BaseAPI {
|
|
|
132
133
|
});
|
|
133
134
|
}
|
|
134
135
|
/**
|
|
135
|
-
*
|
|
136
|
+
* Permanently removes the specified API token.
|
|
137
|
+
* Delete an API token by ID
|
|
136
138
|
*/
|
|
137
139
|
deleteTokenById(requestParameters, initOverrides) {
|
|
138
140
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -140,7 +142,8 @@ class TokensApi extends BaseAPI {
|
|
|
140
142
|
});
|
|
141
143
|
}
|
|
142
144
|
/**
|
|
143
|
-
*
|
|
145
|
+
* Returns the API tokens for the specified environment.
|
|
146
|
+
* Get API tokens for the environment
|
|
144
147
|
*/
|
|
145
148
|
getTokensRaw(requestParameters, initOverrides) {
|
|
146
149
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -166,7 +169,8 @@ class TokensApi extends BaseAPI {
|
|
|
166
169
|
});
|
|
167
170
|
}
|
|
168
171
|
/**
|
|
169
|
-
*
|
|
172
|
+
* Returns the API tokens for the specified environment.
|
|
173
|
+
* Get API tokens for the environment
|
|
170
174
|
*/
|
|
171
175
|
getTokens(requestParameters, initOverrides) {
|
|
172
176
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -175,7 +179,8 @@ class TokensApi extends BaseAPI {
|
|
|
175
179
|
});
|
|
176
180
|
}
|
|
177
181
|
/**
|
|
178
|
-
*
|
|
182
|
+
* Creates a new API token for the specified environment.
|
|
183
|
+
* Create an API token for the environment
|
|
179
184
|
*/
|
|
180
185
|
postTokenRaw(requestParameters, initOverrides) {
|
|
181
186
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -206,7 +211,8 @@ class TokensApi extends BaseAPI {
|
|
|
206
211
|
});
|
|
207
212
|
}
|
|
208
213
|
/**
|
|
209
|
-
*
|
|
214
|
+
* Creates a new API token for the specified environment.
|
|
215
|
+
* Create an API token for the environment
|
|
210
216
|
*/
|
|
211
217
|
postToken(requestParameters, initOverrides) {
|
|
212
218
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -107,7 +107,8 @@ require('../models/WalletTransactionType.cjs');
|
|
|
107
107
|
*/
|
|
108
108
|
class UserApiTokensApi extends runtime.BaseAPI {
|
|
109
109
|
/**
|
|
110
|
-
*
|
|
110
|
+
* Creates a new API token for the current user.
|
|
111
|
+
* Create an API token for the current user
|
|
111
112
|
*/
|
|
112
113
|
createUserApiTokenRaw(requestParameters, initOverrides) {
|
|
113
114
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -135,7 +136,8 @@ class UserApiTokensApi extends runtime.BaseAPI {
|
|
|
135
136
|
});
|
|
136
137
|
}
|
|
137
138
|
/**
|
|
138
|
-
*
|
|
139
|
+
* Creates a new API token for the current user.
|
|
140
|
+
* Create an API token for the current user
|
|
139
141
|
*/
|
|
140
142
|
createUserApiToken(requestParameters, initOverrides) {
|
|
141
143
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -144,7 +146,8 @@ class UserApiTokensApi extends runtime.BaseAPI {
|
|
|
144
146
|
});
|
|
145
147
|
}
|
|
146
148
|
/**
|
|
147
|
-
*
|
|
149
|
+
* Permanently removes the specified user API token.
|
|
150
|
+
* Delete an API token by ID
|
|
148
151
|
*/
|
|
149
152
|
deleteUserApiTokenRaw(requestParameters, initOverrides) {
|
|
150
153
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -170,7 +173,8 @@ class UserApiTokensApi extends runtime.BaseAPI {
|
|
|
170
173
|
});
|
|
171
174
|
}
|
|
172
175
|
/**
|
|
173
|
-
*
|
|
176
|
+
* Permanently removes the specified user API token.
|
|
177
|
+
* Delete an API token by ID
|
|
174
178
|
*/
|
|
175
179
|
deleteUserApiToken(requestParameters, initOverrides) {
|
|
176
180
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -178,7 +182,8 @@ class UserApiTokensApi extends runtime.BaseAPI {
|
|
|
178
182
|
});
|
|
179
183
|
}
|
|
180
184
|
/**
|
|
181
|
-
*
|
|
185
|
+
* Returns the API tokens for the current user.
|
|
186
|
+
* Get API tokens for the current user
|
|
182
187
|
*/
|
|
183
188
|
getUserApiTokensRaw(initOverrides) {
|
|
184
189
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -201,7 +206,8 @@ class UserApiTokensApi extends runtime.BaseAPI {
|
|
|
201
206
|
});
|
|
202
207
|
}
|
|
203
208
|
/**
|
|
204
|
-
*
|
|
209
|
+
* Returns the API tokens for the current user.
|
|
210
|
+
* Get API tokens for the current user
|
|
205
211
|
*/
|
|
206
212
|
getUserApiTokens(initOverrides) {
|
|
207
213
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -22,27 +22,33 @@ export interface DeleteUserApiTokenRequest {
|
|
|
22
22
|
*/
|
|
23
23
|
export declare class UserApiTokensApi extends runtime.BaseAPI {
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
25
|
+
* Creates a new API token for the current user.
|
|
26
|
+
* Create an API token for the current user
|
|
26
27
|
*/
|
|
27
28
|
createUserApiTokenRaw(requestParameters: CreateUserApiTokenRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<CreateTokenResponse>>;
|
|
28
29
|
/**
|
|
29
|
-
*
|
|
30
|
+
* Creates a new API token for the current user.
|
|
31
|
+
* Create an API token for the current user
|
|
30
32
|
*/
|
|
31
33
|
createUserApiToken(requestParameters: CreateUserApiTokenRequest, initOverrides?: RequestInit): Promise<CreateTokenResponse>;
|
|
32
34
|
/**
|
|
33
|
-
*
|
|
35
|
+
* Permanently removes the specified user API token.
|
|
36
|
+
* Delete an API token by ID
|
|
34
37
|
*/
|
|
35
38
|
deleteUserApiTokenRaw(requestParameters: DeleteUserApiTokenRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
36
39
|
/**
|
|
37
|
-
*
|
|
40
|
+
* Permanently removes the specified user API token.
|
|
41
|
+
* Delete an API token by ID
|
|
38
42
|
*/
|
|
39
43
|
deleteUserApiToken(requestParameters: DeleteUserApiTokenRequest, initOverrides?: RequestInit): Promise<void>;
|
|
40
44
|
/**
|
|
41
|
-
*
|
|
45
|
+
* Returns the API tokens for the current user.
|
|
46
|
+
* Get API tokens for the current user
|
|
42
47
|
*/
|
|
43
48
|
getUserApiTokensRaw(initOverrides?: RequestInit): Promise<runtime.ApiResponse<TokensResponse>>;
|
|
44
49
|
/**
|
|
45
|
-
*
|
|
50
|
+
* Returns the API tokens for the current user.
|
|
51
|
+
* Get API tokens for the current user
|
|
46
52
|
*/
|
|
47
53
|
getUserApiTokens(initOverrides?: RequestInit): Promise<TokensResponse>;
|
|
48
54
|
}
|