@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
|
@@ -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
|
}
|
package/src/apis/OriginsApi.js
CHANGED
|
@@ -103,7 +103,8 @@ import '../models/WalletTransactionType.js';
|
|
|
103
103
|
*/
|
|
104
104
|
class OriginsApi extends BaseAPI {
|
|
105
105
|
/**
|
|
106
|
-
* Adds an allowed origin for
|
|
106
|
+
* Adds an allowed origin for the specified environment.
|
|
107
|
+
* Add an allowed origin for the environment
|
|
107
108
|
*/
|
|
108
109
|
addOriginRaw(requestParameters, initOverrides) {
|
|
109
110
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -127,7 +128,8 @@ class OriginsApi extends BaseAPI {
|
|
|
127
128
|
});
|
|
128
129
|
}
|
|
129
130
|
/**
|
|
130
|
-
* Adds an allowed origin for
|
|
131
|
+
* Adds an allowed origin for the specified environment.
|
|
132
|
+
* Add an allowed origin for the environment
|
|
131
133
|
*/
|
|
132
134
|
addOrigin(requestParameters, initOverrides) {
|
|
133
135
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -136,7 +138,8 @@ class OriginsApi extends BaseAPI {
|
|
|
136
138
|
});
|
|
137
139
|
}
|
|
138
140
|
/**
|
|
139
|
-
*
|
|
141
|
+
* Permanently removes the specified origin.
|
|
142
|
+
* Delete an origin by ID
|
|
140
143
|
*/
|
|
141
144
|
deleteOriginByIdRaw(requestParameters, initOverrides) {
|
|
142
145
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -162,7 +165,8 @@ class OriginsApi extends BaseAPI {
|
|
|
162
165
|
});
|
|
163
166
|
}
|
|
164
167
|
/**
|
|
165
|
-
*
|
|
168
|
+
* Permanently removes the specified origin.
|
|
169
|
+
* Delete an origin by ID
|
|
166
170
|
*/
|
|
167
171
|
deleteOriginById(requestParameters, initOverrides) {
|
|
168
172
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -170,7 +174,8 @@ class OriginsApi extends BaseAPI {
|
|
|
170
174
|
});
|
|
171
175
|
}
|
|
172
176
|
/**
|
|
173
|
-
*
|
|
177
|
+
* Returns the allowed origins for the specified environment.
|
|
178
|
+
* Get allowed origins for the environment
|
|
174
179
|
*/
|
|
175
180
|
getOriginsRaw(requestParameters, initOverrides) {
|
|
176
181
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -189,7 +194,8 @@ class OriginsApi extends BaseAPI {
|
|
|
189
194
|
});
|
|
190
195
|
}
|
|
191
196
|
/**
|
|
192
|
-
*
|
|
197
|
+
* Returns the allowed origins for the specified environment.
|
|
198
|
+
* Get allowed origins for the environment
|
|
193
199
|
*/
|
|
194
200
|
getOrigins(requestParameters, initOverrides) {
|
|
195
201
|
return __awaiter(this, void 0, void 0, function* () {
|
package/src/apis/ProjectsApi.cjs
CHANGED
|
@@ -110,7 +110,8 @@ require('../models/WalletTransactionType.cjs');
|
|
|
110
110
|
*/
|
|
111
111
|
class ProjectsApi extends runtime.BaseAPI {
|
|
112
112
|
/**
|
|
113
|
-
* Creates a new project
|
|
113
|
+
* Creates a new project for the specified organization.
|
|
114
|
+
* Create a project
|
|
114
115
|
*/
|
|
115
116
|
createProjectRaw(requestParameters, initOverrides) {
|
|
116
117
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -141,7 +142,8 @@ class ProjectsApi extends runtime.BaseAPI {
|
|
|
141
142
|
});
|
|
142
143
|
}
|
|
143
144
|
/**
|
|
144
|
-
* Creates a new project
|
|
145
|
+
* Creates a new project for the specified organization.
|
|
146
|
+
* Create a project
|
|
145
147
|
*/
|
|
146
148
|
createProject(requestParameters, initOverrides) {
|
|
147
149
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -150,7 +152,8 @@ class ProjectsApi extends runtime.BaseAPI {
|
|
|
150
152
|
});
|
|
151
153
|
}
|
|
152
154
|
/**
|
|
153
|
-
*
|
|
155
|
+
* Permanently removes the specified project.
|
|
156
|
+
* Delete a project by ID
|
|
154
157
|
*/
|
|
155
158
|
deleteProjectByIdRaw(requestParameters, initOverrides) {
|
|
156
159
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -176,7 +179,8 @@ class ProjectsApi extends runtime.BaseAPI {
|
|
|
176
179
|
});
|
|
177
180
|
}
|
|
178
181
|
/**
|
|
179
|
-
*
|
|
182
|
+
* Permanently removes the specified project.
|
|
183
|
+
* Delete a project by ID
|
|
180
184
|
*/
|
|
181
185
|
deleteProjectById(requestParameters, initOverrides) {
|
|
182
186
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -184,7 +188,8 @@ class ProjectsApi extends runtime.BaseAPI {
|
|
|
184
188
|
});
|
|
185
189
|
}
|
|
186
190
|
/**
|
|
187
|
-
*
|
|
191
|
+
* Returns a single project by its unique identifier.
|
|
192
|
+
* Get a project by ID
|
|
188
193
|
*/
|
|
189
194
|
getProjectByIdRaw(requestParameters, initOverrides) {
|
|
190
195
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -210,7 +215,8 @@ class ProjectsApi extends runtime.BaseAPI {
|
|
|
210
215
|
});
|
|
211
216
|
}
|
|
212
217
|
/**
|
|
213
|
-
*
|
|
218
|
+
* Returns a single project by its unique identifier.
|
|
219
|
+
* Get a project by ID
|
|
214
220
|
*/
|
|
215
221
|
getProjectById(requestParameters, initOverrides) {
|
|
216
222
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -219,7 +225,8 @@ class ProjectsApi extends runtime.BaseAPI {
|
|
|
219
225
|
});
|
|
220
226
|
}
|
|
221
227
|
/**
|
|
222
|
-
*
|
|
228
|
+
* Returns the projects for the specified organization.
|
|
229
|
+
* Get projects for the organization
|
|
223
230
|
*/
|
|
224
231
|
getProjectsRaw(requestParameters, initOverrides) {
|
|
225
232
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -245,7 +252,8 @@ class ProjectsApi extends runtime.BaseAPI {
|
|
|
245
252
|
});
|
|
246
253
|
}
|
|
247
254
|
/**
|
|
248
|
-
*
|
|
255
|
+
* Returns the projects for the specified organization.
|
|
256
|
+
* Get projects for the organization
|
|
249
257
|
*/
|
|
250
258
|
getProjects(requestParameters, initOverrides) {
|
|
251
259
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -254,6 +262,7 @@ class ProjectsApi extends runtime.BaseAPI {
|
|
|
254
262
|
});
|
|
255
263
|
}
|
|
256
264
|
/**
|
|
265
|
+
* Updates the specified project.
|
|
257
266
|
* Update a project
|
|
258
267
|
*/
|
|
259
268
|
updateProjectRaw(requestParameters, initOverrides) {
|
|
@@ -285,6 +294,7 @@ class ProjectsApi extends runtime.BaseAPI {
|
|
|
285
294
|
});
|
|
286
295
|
}
|
|
287
296
|
/**
|
|
297
|
+
* Updates the specified project.
|
|
288
298
|
* Update a project
|
|
289
299
|
*/
|
|
290
300
|
updateProject(requestParameters, initOverrides) {
|
|
@@ -33,42 +33,52 @@ export interface UpdateProjectOperationRequest {
|
|
|
33
33
|
*/
|
|
34
34
|
export declare class ProjectsApi extends runtime.BaseAPI {
|
|
35
35
|
/**
|
|
36
|
-
* Creates a new project
|
|
36
|
+
* Creates a new project for the specified organization.
|
|
37
|
+
* Create a project
|
|
37
38
|
*/
|
|
38
39
|
createProjectRaw(requestParameters: CreateProjectRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<CreateProjectResponse>>;
|
|
39
40
|
/**
|
|
40
|
-
* Creates a new project
|
|
41
|
+
* Creates a new project for the specified organization.
|
|
42
|
+
* Create a project
|
|
41
43
|
*/
|
|
42
44
|
createProject(requestParameters: CreateProjectRequest, initOverrides?: RequestInit): Promise<CreateProjectResponse>;
|
|
43
45
|
/**
|
|
44
|
-
*
|
|
46
|
+
* Permanently removes the specified project.
|
|
47
|
+
* Delete a project by ID
|
|
45
48
|
*/
|
|
46
49
|
deleteProjectByIdRaw(requestParameters: DeleteProjectByIdRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
47
50
|
/**
|
|
48
|
-
*
|
|
51
|
+
* Permanently removes the specified project.
|
|
52
|
+
* Delete a project by ID
|
|
49
53
|
*/
|
|
50
54
|
deleteProjectById(requestParameters: DeleteProjectByIdRequest, initOverrides?: RequestInit): Promise<void>;
|
|
51
55
|
/**
|
|
52
|
-
*
|
|
56
|
+
* Returns a single project by its unique identifier.
|
|
57
|
+
* Get a project by ID
|
|
53
58
|
*/
|
|
54
59
|
getProjectByIdRaw(requestParameters: GetProjectByIdRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<Project>>;
|
|
55
60
|
/**
|
|
56
|
-
*
|
|
61
|
+
* Returns a single project by its unique identifier.
|
|
62
|
+
* Get a project by ID
|
|
57
63
|
*/
|
|
58
64
|
getProjectById(requestParameters: GetProjectByIdRequest, initOverrides?: RequestInit): Promise<Project>;
|
|
59
65
|
/**
|
|
60
|
-
*
|
|
66
|
+
* Returns the projects for the specified organization.
|
|
67
|
+
* Get projects for the organization
|
|
61
68
|
*/
|
|
62
69
|
getProjectsRaw(requestParameters: GetProjectsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<ProjectsResponse>>;
|
|
63
70
|
/**
|
|
64
|
-
*
|
|
71
|
+
* Returns the projects for the specified organization.
|
|
72
|
+
* Get projects for the organization
|
|
65
73
|
*/
|
|
66
74
|
getProjects(requestParameters: GetProjectsRequest, initOverrides?: RequestInit): Promise<ProjectsResponse>;
|
|
67
75
|
/**
|
|
76
|
+
* Updates the specified project.
|
|
68
77
|
* Update a project
|
|
69
78
|
*/
|
|
70
79
|
updateProjectRaw(requestParameters: UpdateProjectOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<UpdateProjectResponse>>;
|
|
71
80
|
/**
|
|
81
|
+
* Updates the specified project.
|
|
72
82
|
* Update a project
|
|
73
83
|
*/
|
|
74
84
|
updateProject(requestParameters: UpdateProjectOperationRequest, initOverrides?: RequestInit): Promise<UpdateProjectResponse>;
|