@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
|
@@ -115,6 +115,7 @@ require('../models/WhenToImplementEnum.cjs');
|
|
|
115
115
|
*/
|
|
116
116
|
class OrganizationsApi extends runtime.BaseAPI {
|
|
117
117
|
/**
|
|
118
|
+
* Applies a coupon to the subscription for the specified organization.
|
|
118
119
|
* Add coupon to subscription
|
|
119
120
|
*/
|
|
120
121
|
applyCouponForSubscriptionRaw(requestParameters, initOverrides) {
|
|
@@ -146,6 +147,7 @@ class OrganizationsApi extends runtime.BaseAPI {
|
|
|
146
147
|
});
|
|
147
148
|
}
|
|
148
149
|
/**
|
|
150
|
+
* Applies a coupon to the subscription for the specified organization.
|
|
149
151
|
* Add coupon to subscription
|
|
150
152
|
*/
|
|
151
153
|
applyCouponForSubscription(requestParameters, initOverrides) {
|
|
@@ -155,7 +157,8 @@ class OrganizationsApi extends runtime.BaseAPI {
|
|
|
155
157
|
});
|
|
156
158
|
}
|
|
157
159
|
/**
|
|
158
|
-
* Creates organization
|
|
160
|
+
* Creates a new organization.
|
|
161
|
+
* Create an organization
|
|
159
162
|
*/
|
|
160
163
|
createOrganizationRaw(requestParameters, initOverrides) {
|
|
161
164
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -183,7 +186,8 @@ class OrganizationsApi extends runtime.BaseAPI {
|
|
|
183
186
|
});
|
|
184
187
|
}
|
|
185
188
|
/**
|
|
186
|
-
* Creates organization
|
|
189
|
+
* Creates a new organization.
|
|
190
|
+
* Create an organization
|
|
187
191
|
*/
|
|
188
192
|
createOrganization(requestParameters, initOverrides) {
|
|
189
193
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -192,6 +196,7 @@ class OrganizationsApi extends runtime.BaseAPI {
|
|
|
192
196
|
});
|
|
193
197
|
}
|
|
194
198
|
/**
|
|
199
|
+
* Creates a new SSO provider configuration for the specified organization.
|
|
195
200
|
* Create SSO provider configuration for organization
|
|
196
201
|
*/
|
|
197
202
|
createSsoProviderRaw(requestParameters, initOverrides) {
|
|
@@ -223,6 +228,7 @@ class OrganizationsApi extends runtime.BaseAPI {
|
|
|
223
228
|
});
|
|
224
229
|
}
|
|
225
230
|
/**
|
|
231
|
+
* Creates a new SSO provider configuration for the specified organization.
|
|
226
232
|
* Create SSO provider configuration for organization
|
|
227
233
|
*/
|
|
228
234
|
createSsoProvider(requestParameters, initOverrides) {
|
|
@@ -232,6 +238,7 @@ class OrganizationsApi extends runtime.BaseAPI {
|
|
|
232
238
|
});
|
|
233
239
|
}
|
|
234
240
|
/**
|
|
241
|
+
* Permanently removes the specified SSO provider configuration.
|
|
235
242
|
* Delete SSO provider configuration
|
|
236
243
|
*/
|
|
237
244
|
deleteSsoProviderRaw(requestParameters, initOverrides) {
|
|
@@ -261,6 +268,7 @@ class OrganizationsApi extends runtime.BaseAPI {
|
|
|
261
268
|
});
|
|
262
269
|
}
|
|
263
270
|
/**
|
|
271
|
+
* Permanently removes the specified SSO provider configuration.
|
|
264
272
|
* Delete SSO provider configuration
|
|
265
273
|
*/
|
|
266
274
|
deleteSsoProvider(requestParameters, initOverrides) {
|
|
@@ -269,7 +277,8 @@ class OrganizationsApi extends runtime.BaseAPI {
|
|
|
269
277
|
});
|
|
270
278
|
}
|
|
271
279
|
/**
|
|
272
|
-
*
|
|
280
|
+
* Returns the billing subscription for the specified organization.
|
|
281
|
+
* Get the subscription for an organization
|
|
273
282
|
*/
|
|
274
283
|
getBillingSubscriptionByOrganizationRaw(requestParameters, initOverrides) {
|
|
275
284
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -295,7 +304,8 @@ class OrganizationsApi extends runtime.BaseAPI {
|
|
|
295
304
|
});
|
|
296
305
|
}
|
|
297
306
|
/**
|
|
298
|
-
*
|
|
307
|
+
* Returns the billing subscription for the specified organization.
|
|
308
|
+
* Get the subscription for an organization
|
|
299
309
|
*/
|
|
300
310
|
getBillingSubscriptionByOrganization(requestParameters, initOverrides) {
|
|
301
311
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -304,7 +314,8 @@ class OrganizationsApi extends runtime.BaseAPI {
|
|
|
304
314
|
});
|
|
305
315
|
}
|
|
306
316
|
/**
|
|
307
|
-
*
|
|
317
|
+
* Returns a single organization by its unique identifier.
|
|
318
|
+
* Get an organization by ID
|
|
308
319
|
*/
|
|
309
320
|
getOrganizationByIdRaw(requestParameters, initOverrides) {
|
|
310
321
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -330,7 +341,8 @@ class OrganizationsApi extends runtime.BaseAPI {
|
|
|
330
341
|
});
|
|
331
342
|
}
|
|
332
343
|
/**
|
|
333
|
-
*
|
|
344
|
+
* Returns a single organization by its unique identifier.
|
|
345
|
+
* Get an organization by ID
|
|
334
346
|
*/
|
|
335
347
|
getOrganizationById(requestParameters, initOverrides) {
|
|
336
348
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -339,7 +351,8 @@ class OrganizationsApi extends runtime.BaseAPI {
|
|
|
339
351
|
});
|
|
340
352
|
}
|
|
341
353
|
/**
|
|
342
|
-
*
|
|
354
|
+
* Returns the organizations for the current user.
|
|
355
|
+
* Get organizations for the current user
|
|
343
356
|
*/
|
|
344
357
|
getOrganizationsForMemberRaw(initOverrides) {
|
|
345
358
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -362,7 +375,8 @@ class OrganizationsApi extends runtime.BaseAPI {
|
|
|
362
375
|
});
|
|
363
376
|
}
|
|
364
377
|
/**
|
|
365
|
-
*
|
|
378
|
+
* Returns the organizations for the current user.
|
|
379
|
+
* Get organizations for the current user
|
|
366
380
|
*/
|
|
367
381
|
getOrganizationsForMember(initOverrides) {
|
|
368
382
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -371,6 +385,7 @@ class OrganizationsApi extends runtime.BaseAPI {
|
|
|
371
385
|
});
|
|
372
386
|
}
|
|
373
387
|
/**
|
|
388
|
+
* Returns the SSO provider configuration for the specified organization.
|
|
374
389
|
* Get SSO provider configuration for organization
|
|
375
390
|
*/
|
|
376
391
|
getSsoProviderForOrganizationRaw(requestParameters, initOverrides) {
|
|
@@ -397,6 +412,7 @@ class OrganizationsApi extends runtime.BaseAPI {
|
|
|
397
412
|
});
|
|
398
413
|
}
|
|
399
414
|
/**
|
|
415
|
+
* Returns the SSO provider configuration for the specified organization.
|
|
400
416
|
* Get SSO provider configuration for organization
|
|
401
417
|
*/
|
|
402
418
|
getSsoProviderForOrganization(requestParameters, initOverrides) {
|
|
@@ -406,6 +422,7 @@ class OrganizationsApi extends runtime.BaseAPI {
|
|
|
406
422
|
});
|
|
407
423
|
}
|
|
408
424
|
/**
|
|
425
|
+
* Updates the address for the specified organization.
|
|
409
426
|
* Update an organization address by ID
|
|
410
427
|
*/
|
|
411
428
|
updateOrganizationAddressByIdRaw(requestParameters, initOverrides) {
|
|
@@ -437,6 +454,7 @@ class OrganizationsApi extends runtime.BaseAPI {
|
|
|
437
454
|
});
|
|
438
455
|
}
|
|
439
456
|
/**
|
|
457
|
+
* Updates the address for the specified organization.
|
|
440
458
|
* Update an organization address by ID
|
|
441
459
|
*/
|
|
442
460
|
updateOrganizationAddressById(requestParameters, initOverrides) {
|
|
@@ -446,6 +464,7 @@ class OrganizationsApi extends runtime.BaseAPI {
|
|
|
446
464
|
});
|
|
447
465
|
}
|
|
448
466
|
/**
|
|
467
|
+
* Updates the specified organization.
|
|
449
468
|
* Update an organization by ID
|
|
450
469
|
*/
|
|
451
470
|
updateOrganizationByIdRaw(requestParameters, initOverrides) {
|
|
@@ -477,6 +496,7 @@ class OrganizationsApi extends runtime.BaseAPI {
|
|
|
477
496
|
});
|
|
478
497
|
}
|
|
479
498
|
/**
|
|
499
|
+
* Updates the specified organization.
|
|
480
500
|
* Update an organization by ID
|
|
481
501
|
*/
|
|
482
502
|
updateOrganizationById(requestParameters, initOverrides) {
|
|
@@ -486,6 +506,7 @@ class OrganizationsApi extends runtime.BaseAPI {
|
|
|
486
506
|
});
|
|
487
507
|
}
|
|
488
508
|
/**
|
|
509
|
+
* Updates the specified SSO provider configuration.
|
|
489
510
|
* Update SSO provider configuration
|
|
490
511
|
*/
|
|
491
512
|
updateSsoProviderRaw(requestParameters, initOverrides) {
|
|
@@ -520,6 +541,7 @@ class OrganizationsApi extends runtime.BaseAPI {
|
|
|
520
541
|
});
|
|
521
542
|
}
|
|
522
543
|
/**
|
|
544
|
+
* Updates the specified SSO provider configuration.
|
|
523
545
|
* Update SSO provider configuration
|
|
524
546
|
*/
|
|
525
547
|
updateSsoProvider(requestParameters, initOverrides) {
|
|
@@ -529,7 +551,8 @@ class OrganizationsApi extends runtime.BaseAPI {
|
|
|
529
551
|
});
|
|
530
552
|
}
|
|
531
553
|
/**
|
|
532
|
-
*
|
|
554
|
+
* Upgrades the subscription plan for the specified organization.
|
|
555
|
+
* Upgrade organization to advanced plan
|
|
533
556
|
*/
|
|
534
557
|
upgradeSubscriptionForOrganizationRaw(requestParameters, initOverrides) {
|
|
535
558
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -555,7 +578,8 @@ class OrganizationsApi extends runtime.BaseAPI {
|
|
|
555
578
|
});
|
|
556
579
|
}
|
|
557
580
|
/**
|
|
558
|
-
*
|
|
581
|
+
* Upgrades the subscription plan for the specified organization.
|
|
582
|
+
* Upgrade organization to advanced plan
|
|
559
583
|
*/
|
|
560
584
|
upgradeSubscriptionForOrganization(requestParameters, initOverrides) {
|
|
561
585
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -56,99 +56,123 @@ export interface UpgradeSubscriptionForOrganizationRequest {
|
|
|
56
56
|
*/
|
|
57
57
|
export declare class OrganizationsApi extends runtime.BaseAPI {
|
|
58
58
|
/**
|
|
59
|
+
* Applies a coupon to the subscription for the specified organization.
|
|
59
60
|
* Add coupon to subscription
|
|
60
61
|
*/
|
|
61
62
|
applyCouponForSubscriptionRaw(requestParameters: ApplyCouponForSubscriptionRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<BillingSubscription>>;
|
|
62
63
|
/**
|
|
64
|
+
* Applies a coupon to the subscription for the specified organization.
|
|
63
65
|
* Add coupon to subscription
|
|
64
66
|
*/
|
|
65
67
|
applyCouponForSubscription(requestParameters: ApplyCouponForSubscriptionRequest, initOverrides?: RequestInit): Promise<BillingSubscription>;
|
|
66
68
|
/**
|
|
67
|
-
* Creates organization
|
|
69
|
+
* Creates a new organization.
|
|
70
|
+
* Create an organization
|
|
68
71
|
*/
|
|
69
72
|
createOrganizationRaw(requestParameters: CreateOrganizationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<OrganizationResponse>>;
|
|
70
73
|
/**
|
|
71
|
-
* Creates organization
|
|
74
|
+
* Creates a new organization.
|
|
75
|
+
* Create an organization
|
|
72
76
|
*/
|
|
73
77
|
createOrganization(requestParameters: CreateOrganizationRequest, initOverrides?: RequestInit): Promise<OrganizationResponse>;
|
|
74
78
|
/**
|
|
79
|
+
* Creates a new SSO provider configuration for the specified organization.
|
|
75
80
|
* Create SSO provider configuration for organization
|
|
76
81
|
*/
|
|
77
82
|
createSsoProviderRaw(requestParameters: CreateSsoProviderRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<SsoProvider>>;
|
|
78
83
|
/**
|
|
84
|
+
* Creates a new SSO provider configuration for the specified organization.
|
|
79
85
|
* Create SSO provider configuration for organization
|
|
80
86
|
*/
|
|
81
87
|
createSsoProvider(requestParameters: CreateSsoProviderRequest, initOverrides?: RequestInit): Promise<SsoProvider>;
|
|
82
88
|
/**
|
|
89
|
+
* Permanently removes the specified SSO provider configuration.
|
|
83
90
|
* Delete SSO provider configuration
|
|
84
91
|
*/
|
|
85
92
|
deleteSsoProviderRaw(requestParameters: DeleteSsoProviderRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
86
93
|
/**
|
|
94
|
+
* Permanently removes the specified SSO provider configuration.
|
|
87
95
|
* Delete SSO provider configuration
|
|
88
96
|
*/
|
|
89
97
|
deleteSsoProvider(requestParameters: DeleteSsoProviderRequest, initOverrides?: RequestInit): Promise<void>;
|
|
90
98
|
/**
|
|
91
|
-
*
|
|
99
|
+
* Returns the billing subscription for the specified organization.
|
|
100
|
+
* Get the subscription for an organization
|
|
92
101
|
*/
|
|
93
102
|
getBillingSubscriptionByOrganizationRaw(requestParameters: GetBillingSubscriptionByOrganizationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<BillingSubscription>>;
|
|
94
103
|
/**
|
|
95
|
-
*
|
|
104
|
+
* Returns the billing subscription for the specified organization.
|
|
105
|
+
* Get the subscription for an organization
|
|
96
106
|
*/
|
|
97
107
|
getBillingSubscriptionByOrganization(requestParameters: GetBillingSubscriptionByOrganizationRequest, initOverrides?: RequestInit): Promise<BillingSubscription>;
|
|
98
108
|
/**
|
|
99
|
-
*
|
|
109
|
+
* Returns a single organization by its unique identifier.
|
|
110
|
+
* Get an organization by ID
|
|
100
111
|
*/
|
|
101
112
|
getOrganizationByIdRaw(requestParameters: GetOrganizationByIdRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<Organization>>;
|
|
102
113
|
/**
|
|
103
|
-
*
|
|
114
|
+
* Returns a single organization by its unique identifier.
|
|
115
|
+
* Get an organization by ID
|
|
104
116
|
*/
|
|
105
117
|
getOrganizationById(requestParameters: GetOrganizationByIdRequest, initOverrides?: RequestInit): Promise<Organization>;
|
|
106
118
|
/**
|
|
107
|
-
*
|
|
119
|
+
* Returns the organizations for the current user.
|
|
120
|
+
* Get organizations for the current user
|
|
108
121
|
*/
|
|
109
122
|
getOrganizationsForMemberRaw(initOverrides?: RequestInit): Promise<runtime.ApiResponse<OrganizationsResponse>>;
|
|
110
123
|
/**
|
|
111
|
-
*
|
|
124
|
+
* Returns the organizations for the current user.
|
|
125
|
+
* Get organizations for the current user
|
|
112
126
|
*/
|
|
113
127
|
getOrganizationsForMember(initOverrides?: RequestInit): Promise<OrganizationsResponse>;
|
|
114
128
|
/**
|
|
129
|
+
* Returns the SSO provider configuration for the specified organization.
|
|
115
130
|
* Get SSO provider configuration for organization
|
|
116
131
|
*/
|
|
117
132
|
getSsoProviderForOrganizationRaw(requestParameters: GetSsoProviderForOrganizationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<SsoProvider>>;
|
|
118
133
|
/**
|
|
134
|
+
* Returns the SSO provider configuration for the specified organization.
|
|
119
135
|
* Get SSO provider configuration for organization
|
|
120
136
|
*/
|
|
121
137
|
getSsoProviderForOrganization(requestParameters: GetSsoProviderForOrganizationRequest, initOverrides?: RequestInit): Promise<SsoProvider>;
|
|
122
138
|
/**
|
|
139
|
+
* Updates the address for the specified organization.
|
|
123
140
|
* Update an organization address by ID
|
|
124
141
|
*/
|
|
125
142
|
updateOrganizationAddressByIdRaw(requestParameters: UpdateOrganizationAddressByIdRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<OrganizationResponse>>;
|
|
126
143
|
/**
|
|
144
|
+
* Updates the address for the specified organization.
|
|
127
145
|
* Update an organization address by ID
|
|
128
146
|
*/
|
|
129
147
|
updateOrganizationAddressById(requestParameters: UpdateOrganizationAddressByIdRequest, initOverrides?: RequestInit): Promise<OrganizationResponse>;
|
|
130
148
|
/**
|
|
149
|
+
* Updates the specified organization.
|
|
131
150
|
* Update an organization by ID
|
|
132
151
|
*/
|
|
133
152
|
updateOrganizationByIdRaw(requestParameters: UpdateOrganizationByIdRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<OrganizationResponse>>;
|
|
134
153
|
/**
|
|
154
|
+
* Updates the specified organization.
|
|
135
155
|
* Update an organization by ID
|
|
136
156
|
*/
|
|
137
157
|
updateOrganizationById(requestParameters: UpdateOrganizationByIdRequest, initOverrides?: RequestInit): Promise<OrganizationResponse>;
|
|
138
158
|
/**
|
|
159
|
+
* Updates the specified SSO provider configuration.
|
|
139
160
|
* Update SSO provider configuration
|
|
140
161
|
*/
|
|
141
162
|
updateSsoProviderRaw(requestParameters: UpdateSsoProviderRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<SsoProvider>>;
|
|
142
163
|
/**
|
|
164
|
+
* Updates the specified SSO provider configuration.
|
|
143
165
|
* Update SSO provider configuration
|
|
144
166
|
*/
|
|
145
167
|
updateSsoProvider(requestParameters: UpdateSsoProviderRequest, initOverrides?: RequestInit): Promise<SsoProvider>;
|
|
146
168
|
/**
|
|
147
|
-
*
|
|
169
|
+
* Upgrades the subscription plan for the specified organization.
|
|
170
|
+
* Upgrade organization to advanced plan
|
|
148
171
|
*/
|
|
149
172
|
upgradeSubscriptionForOrganizationRaw(requestParameters: UpgradeSubscriptionForOrganizationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<BillingSubscription>>;
|
|
150
173
|
/**
|
|
151
|
-
*
|
|
174
|
+
* Upgrades the subscription plan for the specified organization.
|
|
175
|
+
* Upgrade organization to advanced plan
|
|
152
176
|
*/
|
|
153
177
|
upgradeSubscriptionForOrganization(requestParameters: UpgradeSubscriptionForOrganizationRequest, initOverrides?: RequestInit): Promise<BillingSubscription>;
|
|
154
178
|
}
|
|
@@ -111,6 +111,7 @@ import '../models/WhenToImplementEnum.js';
|
|
|
111
111
|
*/
|
|
112
112
|
class OrganizationsApi extends BaseAPI {
|
|
113
113
|
/**
|
|
114
|
+
* Applies a coupon to the subscription for the specified organization.
|
|
114
115
|
* Add coupon to subscription
|
|
115
116
|
*/
|
|
116
117
|
applyCouponForSubscriptionRaw(requestParameters, initOverrides) {
|
|
@@ -142,6 +143,7 @@ class OrganizationsApi extends BaseAPI {
|
|
|
142
143
|
});
|
|
143
144
|
}
|
|
144
145
|
/**
|
|
146
|
+
* Applies a coupon to the subscription for the specified organization.
|
|
145
147
|
* Add coupon to subscription
|
|
146
148
|
*/
|
|
147
149
|
applyCouponForSubscription(requestParameters, initOverrides) {
|
|
@@ -151,7 +153,8 @@ class OrganizationsApi extends BaseAPI {
|
|
|
151
153
|
});
|
|
152
154
|
}
|
|
153
155
|
/**
|
|
154
|
-
* Creates organization
|
|
156
|
+
* Creates a new organization.
|
|
157
|
+
* Create an organization
|
|
155
158
|
*/
|
|
156
159
|
createOrganizationRaw(requestParameters, initOverrides) {
|
|
157
160
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -179,7 +182,8 @@ class OrganizationsApi extends BaseAPI {
|
|
|
179
182
|
});
|
|
180
183
|
}
|
|
181
184
|
/**
|
|
182
|
-
* Creates organization
|
|
185
|
+
* Creates a new organization.
|
|
186
|
+
* Create an organization
|
|
183
187
|
*/
|
|
184
188
|
createOrganization(requestParameters, initOverrides) {
|
|
185
189
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -188,6 +192,7 @@ class OrganizationsApi extends BaseAPI {
|
|
|
188
192
|
});
|
|
189
193
|
}
|
|
190
194
|
/**
|
|
195
|
+
* Creates a new SSO provider configuration for the specified organization.
|
|
191
196
|
* Create SSO provider configuration for organization
|
|
192
197
|
*/
|
|
193
198
|
createSsoProviderRaw(requestParameters, initOverrides) {
|
|
@@ -219,6 +224,7 @@ class OrganizationsApi extends BaseAPI {
|
|
|
219
224
|
});
|
|
220
225
|
}
|
|
221
226
|
/**
|
|
227
|
+
* Creates a new SSO provider configuration for the specified organization.
|
|
222
228
|
* Create SSO provider configuration for organization
|
|
223
229
|
*/
|
|
224
230
|
createSsoProvider(requestParameters, initOverrides) {
|
|
@@ -228,6 +234,7 @@ class OrganizationsApi extends BaseAPI {
|
|
|
228
234
|
});
|
|
229
235
|
}
|
|
230
236
|
/**
|
|
237
|
+
* Permanently removes the specified SSO provider configuration.
|
|
231
238
|
* Delete SSO provider configuration
|
|
232
239
|
*/
|
|
233
240
|
deleteSsoProviderRaw(requestParameters, initOverrides) {
|
|
@@ -257,6 +264,7 @@ class OrganizationsApi extends BaseAPI {
|
|
|
257
264
|
});
|
|
258
265
|
}
|
|
259
266
|
/**
|
|
267
|
+
* Permanently removes the specified SSO provider configuration.
|
|
260
268
|
* Delete SSO provider configuration
|
|
261
269
|
*/
|
|
262
270
|
deleteSsoProvider(requestParameters, initOverrides) {
|
|
@@ -265,7 +273,8 @@ class OrganizationsApi extends BaseAPI {
|
|
|
265
273
|
});
|
|
266
274
|
}
|
|
267
275
|
/**
|
|
268
|
-
*
|
|
276
|
+
* Returns the billing subscription for the specified organization.
|
|
277
|
+
* Get the subscription for an organization
|
|
269
278
|
*/
|
|
270
279
|
getBillingSubscriptionByOrganizationRaw(requestParameters, initOverrides) {
|
|
271
280
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -291,7 +300,8 @@ class OrganizationsApi extends BaseAPI {
|
|
|
291
300
|
});
|
|
292
301
|
}
|
|
293
302
|
/**
|
|
294
|
-
*
|
|
303
|
+
* Returns the billing subscription for the specified organization.
|
|
304
|
+
* Get the subscription for an organization
|
|
295
305
|
*/
|
|
296
306
|
getBillingSubscriptionByOrganization(requestParameters, initOverrides) {
|
|
297
307
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -300,7 +310,8 @@ class OrganizationsApi extends BaseAPI {
|
|
|
300
310
|
});
|
|
301
311
|
}
|
|
302
312
|
/**
|
|
303
|
-
*
|
|
313
|
+
* Returns a single organization by its unique identifier.
|
|
314
|
+
* Get an organization by ID
|
|
304
315
|
*/
|
|
305
316
|
getOrganizationByIdRaw(requestParameters, initOverrides) {
|
|
306
317
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -326,7 +337,8 @@ class OrganizationsApi extends BaseAPI {
|
|
|
326
337
|
});
|
|
327
338
|
}
|
|
328
339
|
/**
|
|
329
|
-
*
|
|
340
|
+
* Returns a single organization by its unique identifier.
|
|
341
|
+
* Get an organization by ID
|
|
330
342
|
*/
|
|
331
343
|
getOrganizationById(requestParameters, initOverrides) {
|
|
332
344
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -335,7 +347,8 @@ class OrganizationsApi extends BaseAPI {
|
|
|
335
347
|
});
|
|
336
348
|
}
|
|
337
349
|
/**
|
|
338
|
-
*
|
|
350
|
+
* Returns the organizations for the current user.
|
|
351
|
+
* Get organizations for the current user
|
|
339
352
|
*/
|
|
340
353
|
getOrganizationsForMemberRaw(initOverrides) {
|
|
341
354
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -358,7 +371,8 @@ class OrganizationsApi extends BaseAPI {
|
|
|
358
371
|
});
|
|
359
372
|
}
|
|
360
373
|
/**
|
|
361
|
-
*
|
|
374
|
+
* Returns the organizations for the current user.
|
|
375
|
+
* Get organizations for the current user
|
|
362
376
|
*/
|
|
363
377
|
getOrganizationsForMember(initOverrides) {
|
|
364
378
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -367,6 +381,7 @@ class OrganizationsApi extends BaseAPI {
|
|
|
367
381
|
});
|
|
368
382
|
}
|
|
369
383
|
/**
|
|
384
|
+
* Returns the SSO provider configuration for the specified organization.
|
|
370
385
|
* Get SSO provider configuration for organization
|
|
371
386
|
*/
|
|
372
387
|
getSsoProviderForOrganizationRaw(requestParameters, initOverrides) {
|
|
@@ -393,6 +408,7 @@ class OrganizationsApi extends BaseAPI {
|
|
|
393
408
|
});
|
|
394
409
|
}
|
|
395
410
|
/**
|
|
411
|
+
* Returns the SSO provider configuration for the specified organization.
|
|
396
412
|
* Get SSO provider configuration for organization
|
|
397
413
|
*/
|
|
398
414
|
getSsoProviderForOrganization(requestParameters, initOverrides) {
|
|
@@ -402,6 +418,7 @@ class OrganizationsApi extends BaseAPI {
|
|
|
402
418
|
});
|
|
403
419
|
}
|
|
404
420
|
/**
|
|
421
|
+
* Updates the address for the specified organization.
|
|
405
422
|
* Update an organization address by ID
|
|
406
423
|
*/
|
|
407
424
|
updateOrganizationAddressByIdRaw(requestParameters, initOverrides) {
|
|
@@ -433,6 +450,7 @@ class OrganizationsApi extends BaseAPI {
|
|
|
433
450
|
});
|
|
434
451
|
}
|
|
435
452
|
/**
|
|
453
|
+
* Updates the address for the specified organization.
|
|
436
454
|
* Update an organization address by ID
|
|
437
455
|
*/
|
|
438
456
|
updateOrganizationAddressById(requestParameters, initOverrides) {
|
|
@@ -442,6 +460,7 @@ class OrganizationsApi extends BaseAPI {
|
|
|
442
460
|
});
|
|
443
461
|
}
|
|
444
462
|
/**
|
|
463
|
+
* Updates the specified organization.
|
|
445
464
|
* Update an organization by ID
|
|
446
465
|
*/
|
|
447
466
|
updateOrganizationByIdRaw(requestParameters, initOverrides) {
|
|
@@ -473,6 +492,7 @@ class OrganizationsApi extends BaseAPI {
|
|
|
473
492
|
});
|
|
474
493
|
}
|
|
475
494
|
/**
|
|
495
|
+
* Updates the specified organization.
|
|
476
496
|
* Update an organization by ID
|
|
477
497
|
*/
|
|
478
498
|
updateOrganizationById(requestParameters, initOverrides) {
|
|
@@ -482,6 +502,7 @@ class OrganizationsApi extends BaseAPI {
|
|
|
482
502
|
});
|
|
483
503
|
}
|
|
484
504
|
/**
|
|
505
|
+
* Updates the specified SSO provider configuration.
|
|
485
506
|
* Update SSO provider configuration
|
|
486
507
|
*/
|
|
487
508
|
updateSsoProviderRaw(requestParameters, initOverrides) {
|
|
@@ -516,6 +537,7 @@ class OrganizationsApi extends BaseAPI {
|
|
|
516
537
|
});
|
|
517
538
|
}
|
|
518
539
|
/**
|
|
540
|
+
* Updates the specified SSO provider configuration.
|
|
519
541
|
* Update SSO provider configuration
|
|
520
542
|
*/
|
|
521
543
|
updateSsoProvider(requestParameters, initOverrides) {
|
|
@@ -525,7 +547,8 @@ class OrganizationsApi extends BaseAPI {
|
|
|
525
547
|
});
|
|
526
548
|
}
|
|
527
549
|
/**
|
|
528
|
-
*
|
|
550
|
+
* Upgrades the subscription plan for the specified organization.
|
|
551
|
+
* Upgrade organization to advanced plan
|
|
529
552
|
*/
|
|
530
553
|
upgradeSubscriptionForOrganizationRaw(requestParameters, initOverrides) {
|
|
531
554
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -551,7 +574,8 @@ class OrganizationsApi extends BaseAPI {
|
|
|
551
574
|
});
|
|
552
575
|
}
|
|
553
576
|
/**
|
|
554
|
-
*
|
|
577
|
+
* Upgrades the subscription plan for the specified organization.
|
|
578
|
+
* Upgrade organization to advanced plan
|
|
555
579
|
*/
|
|
556
580
|
upgradeSubscriptionForOrganization(requestParameters, initOverrides) {
|
|
557
581
|
return __awaiter(this, void 0, void 0, function* () {
|
package/src/apis/OriginsApi.cjs
CHANGED
|
@@ -107,7 +107,8 @@ require('../models/WalletTransactionType.cjs');
|
|
|
107
107
|
*/
|
|
108
108
|
class OriginsApi extends runtime.BaseAPI {
|
|
109
109
|
/**
|
|
110
|
-
* Adds an allowed origin for
|
|
110
|
+
* Adds an allowed origin for the specified environment.
|
|
111
|
+
* Add an allowed origin for the environment
|
|
111
112
|
*/
|
|
112
113
|
addOriginRaw(requestParameters, initOverrides) {
|
|
113
114
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -131,7 +132,8 @@ class OriginsApi extends runtime.BaseAPI {
|
|
|
131
132
|
});
|
|
132
133
|
}
|
|
133
134
|
/**
|
|
134
|
-
* Adds an allowed origin for
|
|
135
|
+
* Adds an allowed origin for the specified environment.
|
|
136
|
+
* Add an allowed origin for the environment
|
|
135
137
|
*/
|
|
136
138
|
addOrigin(requestParameters, initOverrides) {
|
|
137
139
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -140,7 +142,8 @@ class OriginsApi extends runtime.BaseAPI {
|
|
|
140
142
|
});
|
|
141
143
|
}
|
|
142
144
|
/**
|
|
143
|
-
*
|
|
145
|
+
* Permanently removes the specified origin.
|
|
146
|
+
* Delete an origin by ID
|
|
144
147
|
*/
|
|
145
148
|
deleteOriginByIdRaw(requestParameters, initOverrides) {
|
|
146
149
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -166,7 +169,8 @@ class OriginsApi extends runtime.BaseAPI {
|
|
|
166
169
|
});
|
|
167
170
|
}
|
|
168
171
|
/**
|
|
169
|
-
*
|
|
172
|
+
* Permanently removes the specified origin.
|
|
173
|
+
* Delete an origin by ID
|
|
170
174
|
*/
|
|
171
175
|
deleteOriginById(requestParameters, initOverrides) {
|
|
172
176
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -174,7 +178,8 @@ class OriginsApi extends runtime.BaseAPI {
|
|
|
174
178
|
});
|
|
175
179
|
}
|
|
176
180
|
/**
|
|
177
|
-
*
|
|
181
|
+
* Returns the allowed origins for the specified environment.
|
|
182
|
+
* Get allowed origins for the environment
|
|
178
183
|
*/
|
|
179
184
|
getOriginsRaw(requestParameters, initOverrides) {
|
|
180
185
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -193,7 +198,8 @@ class OriginsApi extends runtime.BaseAPI {
|
|
|
193
198
|
});
|
|
194
199
|
}
|
|
195
200
|
/**
|
|
196
|
-
*
|
|
201
|
+
* Returns the allowed origins for the specified environment.
|
|
202
|
+
* Get allowed origins for the environment
|
|
197
203
|
*/
|
|
198
204
|
getOrigins(requestParameters, initOverrides) {
|
|
199
205
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
package/src/apis/OriginsApi.d.ts
CHANGED
|
@@ -26,27 +26,33 @@ export interface GetOriginsRequest {
|
|
|
26
26
|
*/
|
|
27
27
|
export declare class OriginsApi extends runtime.BaseAPI {
|
|
28
28
|
/**
|
|
29
|
-
* Adds an allowed origin for
|
|
29
|
+
* Adds an allowed origin for the specified environment.
|
|
30
|
+
* Add an allowed origin for the environment
|
|
30
31
|
*/
|
|
31
32
|
addOriginRaw(requestParameters: AddOriginRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<InlineResponse201>>;
|
|
32
33
|
/**
|
|
33
|
-
* Adds an allowed origin for
|
|
34
|
+
* Adds an allowed origin for the specified environment.
|
|
35
|
+
* Add an allowed origin for the environment
|
|
34
36
|
*/
|
|
35
37
|
addOrigin(requestParameters: AddOriginRequest, initOverrides?: RequestInit): Promise<InlineResponse201>;
|
|
36
38
|
/**
|
|
37
|
-
*
|
|
39
|
+
* Permanently removes the specified origin.
|
|
40
|
+
* Delete an origin by ID
|
|
38
41
|
*/
|
|
39
42
|
deleteOriginByIdRaw(requestParameters: DeleteOriginByIdRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
40
43
|
/**
|
|
41
|
-
*
|
|
44
|
+
* Permanently removes the specified origin.
|
|
45
|
+
* Delete an origin by ID
|
|
42
46
|
*/
|
|
43
47
|
deleteOriginById(requestParameters: DeleteOriginByIdRequest, initOverrides?: RequestInit): Promise<void>;
|
|
44
48
|
/**
|
|
45
|
-
*
|
|
49
|
+
* Returns the allowed origins for the specified environment.
|
|
50
|
+
* Get allowed origins for the environment
|
|
46
51
|
*/
|
|
47
52
|
getOriginsRaw(requestParameters: GetOriginsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<OriginsResponse>>;
|
|
48
53
|
/**
|
|
49
|
-
*
|
|
54
|
+
* Returns the allowed origins for the specified environment.
|
|
55
|
+
* Get allowed origins for the environment
|
|
50
56
|
*/
|
|
51
57
|
getOrigins(requestParameters: GetOriginsRequest, initOverrides?: RequestInit): Promise<OriginsResponse>;
|
|
52
58
|
}
|