@daytonaio/api-client 0.129.0 → 0.131.0-rc.1
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/api/admin-api.d.ts +208 -0
- package/src/api/admin-api.js +404 -0
- package/src/api/admin-api.js.map +1 -0
- package/src/api/docker-registry-api.d.ts +8 -4
- package/src/api/docker-registry-api.js +14 -7
- package/src/api/docker-registry-api.js.map +1 -1
- package/src/api/jobs-api.d.ts +197 -0
- package/src/api/jobs-api.js +371 -0
- package/src/api/jobs-api.js.map +1 -0
- package/src/api/organizations-api.d.ts +222 -0
- package/src/api/organizations-api.js +454 -0
- package/src/api/organizations-api.js.map +1 -1
- package/src/api/preview-api.d.ts +37 -0
- package/src/api/preview-api.js +74 -0
- package/src/api/preview-api.js.map +1 -1
- package/src/api/regions-api.d.ts +8 -16
- package/src/api/regions-api.js +13 -29
- package/src/api/regions-api.js.map +1 -1
- package/src/api/runners-api.d.ts +177 -22
- package/src/api/runners-api.js +338 -25
- package/src/api/runners-api.js.map +1 -1
- package/src/api/sandbox-api.d.ts +171 -0
- package/src/api/sandbox-api.js +342 -0
- package/src/api/sandbox-api.js.map +1 -1
- package/src/api/snapshots-api.d.ts +46 -4
- package/src/api/snapshots-api.js +85 -4
- package/src/api/snapshots-api.js.map +1 -1
- package/src/api.d.ts +2 -0
- package/src/api.js +2 -0
- package/src/api.js.map +1 -1
- package/src/models/admin-create-runner.d.ts +78 -0
- package/src/models/admin-create-runner.js +4 -0
- package/src/models/admin-create-runner.js.map +1 -0
- package/src/models/api-key-list.d.ts +5 -0
- package/src/models/api-key-list.js +5 -0
- package/src/models/api-key-list.js.map +1 -1
- package/src/models/api-key-response.d.ts +5 -0
- package/src/models/api-key-response.js +5 -0
- package/src/models/api-key-response.js.map +1 -1
- package/src/models/build-info.d.ts +6 -0
- package/src/models/create-api-key.d.ts +5 -0
- package/src/models/create-api-key.js +5 -0
- package/src/models/create-api-key.js.map +1 -1
- package/src/models/create-organization-role.d.ts +5 -0
- package/src/models/create-organization-role.js +5 -0
- package/src/models/create-organization-role.js.map +1 -1
- package/src/models/create-region-response.d.ts +48 -0
- package/src/models/create-region-response.js +4 -0
- package/src/models/create-region-response.js.map +1 -0
- package/src/models/create-region.d.ts +42 -0
- package/src/models/create-region.js +4 -0
- package/src/models/create-region.js.map +1 -0
- package/src/models/create-runner-response.d.ts +30 -0
- package/src/models/create-runner-response.js +4 -0
- package/src/models/create-runner-response.js.map +1 -0
- package/src/models/create-runner.d.ts +2 -68
- package/src/models/create-runner.js +0 -6
- package/src/models/create-runner.js.map +1 -1
- package/src/models/create-snapshot.d.ts +6 -0
- package/src/models/index.d.ts +18 -0
- package/src/models/index.js +18 -0
- package/src/models/index.js.map +1 -1
- package/src/models/job-status.d.ts +23 -0
- package/src/models/job-status.js +27 -0
- package/src/models/job-status.js.map +1 -0
- package/src/models/job-type.d.ts +30 -0
- package/src/models/job-type.js +34 -0
- package/src/models/job-type.js.map +1 -0
- package/src/models/job.d.ts +88 -0
- package/src/models/job.js +22 -0
- package/src/models/job.js.map +1 -0
- package/src/models/organization-role.d.ts +5 -0
- package/src/models/organization-role.js +5 -0
- package/src/models/organization-role.js.map +1 -1
- package/src/models/paginated-jobs.d.ts +43 -0
- package/src/models/paginated-jobs.js +16 -0
- package/src/models/paginated-jobs.js.map +1 -0
- package/src/models/poll-jobs-response.d.ts +25 -0
- package/src/models/poll-jobs-response.js +16 -0
- package/src/models/poll-jobs-response.js.map +1 -0
- package/src/models/regenerate-api-key-response.d.ts +24 -0
- package/src/models/regenerate-api-key-response.js +4 -0
- package/src/models/regenerate-api-key-response.js.map +1 -0
- package/src/models/region-type.d.ts +22 -0
- package/src/models/region-type.js +26 -0
- package/src/models/region-type.js.map +1 -0
- package/src/models/region.d.ts +19 -0
- package/src/models/region.js +12 -0
- package/src/models/region.js.map +1 -1
- package/src/models/runner-full.d.ts +210 -0
- package/src/models/runner-full.js +16 -0
- package/src/models/runner-full.js.map +1 -0
- package/src/models/runner-health-metrics.d.ts +84 -0
- package/src/models/runner-health-metrics.js +4 -0
- package/src/models/runner-health-metrics.js.map +1 -0
- package/src/models/runner-healthcheck.d.ts +49 -0
- package/src/models/runner-healthcheck.js +16 -0
- package/src/models/runner-healthcheck.js.map +1 -0
- package/src/models/runner-snapshot-dto.d.ts +1 -1
- package/src/models/runner.d.ts +33 -12
- package/src/models/sandbox.d.ts +6 -0
- package/src/models/sandbox.js.map +1 -1
- package/src/models/signed-port-preview-url.d.ts +42 -0
- package/src/models/signed-port-preview-url.js +4 -0
- package/src/models/signed-port-preview-url.js.map +1 -0
- package/src/models/snapshot-dto.d.ts +18 -0
- package/src/models/ssh-access-dto.d.ts +6 -0
- package/src/models/toolbox-proxy-url.d.ts +24 -0
- package/src/models/toolbox-proxy-url.js +4 -0
- package/src/models/toolbox-proxy-url.js.map +1 -0
- package/src/models/update-job-status.d.ts +37 -0
- package/src/models/update-job-status.js +16 -0
- package/src/models/update-job-status.js.map +1 -0
- package/src/models/update-organization-role.d.ts +5 -0
- package/src/models/update-organization-role.js +5 -0
- package/src/models/update-organization-role.js.map +1 -1
- package/src/models/update-sandbox-state-dto.d.ts +6 -0
- package/src/models/update-sandbox-state-dto.js.map +1 -1
- package/src/models/url.d.ts +24 -0
- package/src/models/url.js +4 -0
- package/src/models/url.js.map +1 -0
- package/src/models/workspace.d.ts +6 -0
- package/src/models/workspace.js.map +1 -1
|
@@ -15,6 +15,8 @@ import { type RequestArgs, BaseAPI } from '../base';
|
|
|
15
15
|
import type { CreateOrganization } from '../models';
|
|
16
16
|
import type { CreateOrganizationInvitation } from '../models';
|
|
17
17
|
import type { CreateOrganizationRole } from '../models';
|
|
18
|
+
import type { CreateRegion } from '../models';
|
|
19
|
+
import type { CreateRegionResponse } from '../models';
|
|
18
20
|
import type { Organization } from '../models';
|
|
19
21
|
import type { OrganizationInvitation } from '../models';
|
|
20
22
|
import type { OrganizationRole } from '../models';
|
|
@@ -22,6 +24,8 @@ import type { OrganizationSandboxDefaultLimitedNetworkEgress } from '../models';
|
|
|
22
24
|
import type { OrganizationSuspension } from '../models';
|
|
23
25
|
import type { OrganizationUsageOverview } from '../models';
|
|
24
26
|
import type { OrganizationUser } from '../models';
|
|
27
|
+
import type { RegenerateApiKeyResponse } from '../models';
|
|
28
|
+
import type { Region } from '../models';
|
|
25
29
|
import type { RegionQuota } from '../models';
|
|
26
30
|
import type { UpdateOrganizationDefaultRegion } from '../models';
|
|
27
31
|
import type { UpdateOrganizationInvitation } from '../models';
|
|
@@ -77,6 +81,15 @@ export declare const OrganizationsApiAxiosParamCreator: (configuration?: Configu
|
|
|
77
81
|
* @throws {RequiredError}
|
|
78
82
|
*/
|
|
79
83
|
createOrganizationRole: (organizationId: string, createOrganizationRole: CreateOrganizationRole, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
84
|
+
/**
|
|
85
|
+
*
|
|
86
|
+
* @summary Create a new region
|
|
87
|
+
* @param {CreateRegion} createRegion
|
|
88
|
+
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
89
|
+
* @param {*} [options] Override http request option.
|
|
90
|
+
* @throws {RequiredError}
|
|
91
|
+
*/
|
|
92
|
+
createRegion: (createRegion: CreateRegion, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
80
93
|
/**
|
|
81
94
|
*
|
|
82
95
|
* @summary Decline organization invitation
|
|
@@ -111,6 +124,15 @@ export declare const OrganizationsApiAxiosParamCreator: (configuration?: Configu
|
|
|
111
124
|
* @throws {RequiredError}
|
|
112
125
|
*/
|
|
113
126
|
deleteOrganizationRole: (organizationId: string, roleId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
127
|
+
/**
|
|
128
|
+
*
|
|
129
|
+
* @summary Delete a region
|
|
130
|
+
* @param {string} id Region ID
|
|
131
|
+
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
132
|
+
* @param {*} [options] Override http request option.
|
|
133
|
+
* @throws {RequiredError}
|
|
134
|
+
*/
|
|
135
|
+
deleteRegion: (id: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
114
136
|
/**
|
|
115
137
|
*
|
|
116
138
|
* @summary Get organization by ID
|
|
@@ -142,6 +164,15 @@ export declare const OrganizationsApiAxiosParamCreator: (configuration?: Configu
|
|
|
142
164
|
* @throws {RequiredError}
|
|
143
165
|
*/
|
|
144
166
|
getOrganizationUsageOverview: (organizationId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
167
|
+
/**
|
|
168
|
+
*
|
|
169
|
+
* @summary Get region by ID
|
|
170
|
+
* @param {string} id Region ID
|
|
171
|
+
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
172
|
+
* @param {*} [options] Override http request option.
|
|
173
|
+
* @throws {RequiredError}
|
|
174
|
+
*/
|
|
175
|
+
getRegionById: (id: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
145
176
|
/**
|
|
146
177
|
*
|
|
147
178
|
* @summary Get region quota by sandbox ID
|
|
@@ -158,6 +189,14 @@ export declare const OrganizationsApiAxiosParamCreator: (configuration?: Configu
|
|
|
158
189
|
* @throws {RequiredError}
|
|
159
190
|
*/
|
|
160
191
|
leaveOrganization: (organizationId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
192
|
+
/**
|
|
193
|
+
*
|
|
194
|
+
* @summary List all available regions for the organization
|
|
195
|
+
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
196
|
+
* @param {*} [options] Override http request option.
|
|
197
|
+
* @throws {RequiredError}
|
|
198
|
+
*/
|
|
199
|
+
listAvailableRegions: (xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
161
200
|
/**
|
|
162
201
|
*
|
|
163
202
|
* @summary List pending organization invitations
|
|
@@ -196,6 +235,24 @@ export declare const OrganizationsApiAxiosParamCreator: (configuration?: Configu
|
|
|
196
235
|
* @throws {RequiredError}
|
|
197
236
|
*/
|
|
198
237
|
listOrganizations: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
238
|
+
/**
|
|
239
|
+
*
|
|
240
|
+
* @summary Regenerate proxy API key for a region
|
|
241
|
+
* @param {string} id Region ID
|
|
242
|
+
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
243
|
+
* @param {*} [options] Override http request option.
|
|
244
|
+
* @throws {RequiredError}
|
|
245
|
+
*/
|
|
246
|
+
regenerateProxyApiKey: (id: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
247
|
+
/**
|
|
248
|
+
*
|
|
249
|
+
* @summary Regenerate SSH gateway API key for a region
|
|
250
|
+
* @param {string} id Region ID
|
|
251
|
+
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
252
|
+
* @param {*} [options] Override http request option.
|
|
253
|
+
* @throws {RequiredError}
|
|
254
|
+
*/
|
|
255
|
+
regenerateSshGatewayApiKey: (id: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
199
256
|
/**
|
|
200
257
|
*
|
|
201
258
|
* @summary Set default region for organization
|
|
@@ -329,6 +386,15 @@ export declare const OrganizationsApiFp: (configuration?: Configuration) => {
|
|
|
329
386
|
* @throws {RequiredError}
|
|
330
387
|
*/
|
|
331
388
|
createOrganizationRole(organizationId: string, createOrganizationRole: CreateOrganizationRole, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<OrganizationRole>>;
|
|
389
|
+
/**
|
|
390
|
+
*
|
|
391
|
+
* @summary Create a new region
|
|
392
|
+
* @param {CreateRegion} createRegion
|
|
393
|
+
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
394
|
+
* @param {*} [options] Override http request option.
|
|
395
|
+
* @throws {RequiredError}
|
|
396
|
+
*/
|
|
397
|
+
createRegion(createRegion: CreateRegion, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateRegionResponse>>;
|
|
332
398
|
/**
|
|
333
399
|
*
|
|
334
400
|
* @summary Decline organization invitation
|
|
@@ -363,6 +429,15 @@ export declare const OrganizationsApiFp: (configuration?: Configuration) => {
|
|
|
363
429
|
* @throws {RequiredError}
|
|
364
430
|
*/
|
|
365
431
|
deleteOrganizationRole(organizationId: string, roleId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
432
|
+
/**
|
|
433
|
+
*
|
|
434
|
+
* @summary Delete a region
|
|
435
|
+
* @param {string} id Region ID
|
|
436
|
+
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
437
|
+
* @param {*} [options] Override http request option.
|
|
438
|
+
* @throws {RequiredError}
|
|
439
|
+
*/
|
|
440
|
+
deleteRegion(id: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
366
441
|
/**
|
|
367
442
|
*
|
|
368
443
|
* @summary Get organization by ID
|
|
@@ -394,6 +469,15 @@ export declare const OrganizationsApiFp: (configuration?: Configuration) => {
|
|
|
394
469
|
* @throws {RequiredError}
|
|
395
470
|
*/
|
|
396
471
|
getOrganizationUsageOverview(organizationId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<OrganizationUsageOverview>>;
|
|
472
|
+
/**
|
|
473
|
+
*
|
|
474
|
+
* @summary Get region by ID
|
|
475
|
+
* @param {string} id Region ID
|
|
476
|
+
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
477
|
+
* @param {*} [options] Override http request option.
|
|
478
|
+
* @throws {RequiredError}
|
|
479
|
+
*/
|
|
480
|
+
getRegionById(id: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Region>>;
|
|
397
481
|
/**
|
|
398
482
|
*
|
|
399
483
|
* @summary Get region quota by sandbox ID
|
|
@@ -410,6 +494,14 @@ export declare const OrganizationsApiFp: (configuration?: Configuration) => {
|
|
|
410
494
|
* @throws {RequiredError}
|
|
411
495
|
*/
|
|
412
496
|
leaveOrganization(organizationId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
497
|
+
/**
|
|
498
|
+
*
|
|
499
|
+
* @summary List all available regions for the organization
|
|
500
|
+
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
501
|
+
* @param {*} [options] Override http request option.
|
|
502
|
+
* @throws {RequiredError}
|
|
503
|
+
*/
|
|
504
|
+
listAvailableRegions(xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<Region>>>;
|
|
413
505
|
/**
|
|
414
506
|
*
|
|
415
507
|
* @summary List pending organization invitations
|
|
@@ -448,6 +540,24 @@ export declare const OrganizationsApiFp: (configuration?: Configuration) => {
|
|
|
448
540
|
* @throws {RequiredError}
|
|
449
541
|
*/
|
|
450
542
|
listOrganizations(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<Organization>>>;
|
|
543
|
+
/**
|
|
544
|
+
*
|
|
545
|
+
* @summary Regenerate proxy API key for a region
|
|
546
|
+
* @param {string} id Region ID
|
|
547
|
+
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
548
|
+
* @param {*} [options] Override http request option.
|
|
549
|
+
* @throws {RequiredError}
|
|
550
|
+
*/
|
|
551
|
+
regenerateProxyApiKey(id: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<RegenerateApiKeyResponse>>;
|
|
552
|
+
/**
|
|
553
|
+
*
|
|
554
|
+
* @summary Regenerate SSH gateway API key for a region
|
|
555
|
+
* @param {string} id Region ID
|
|
556
|
+
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
557
|
+
* @param {*} [options] Override http request option.
|
|
558
|
+
* @throws {RequiredError}
|
|
559
|
+
*/
|
|
560
|
+
regenerateSshGatewayApiKey(id: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<RegenerateApiKeyResponse>>;
|
|
451
561
|
/**
|
|
452
562
|
*
|
|
453
563
|
* @summary Set default region for organization
|
|
@@ -581,6 +691,15 @@ export declare const OrganizationsApiFactory: (configuration?: Configuration, ba
|
|
|
581
691
|
* @throws {RequiredError}
|
|
582
692
|
*/
|
|
583
693
|
createOrganizationRole(organizationId: string, createOrganizationRole: CreateOrganizationRole, options?: RawAxiosRequestConfig): AxiosPromise<OrganizationRole>;
|
|
694
|
+
/**
|
|
695
|
+
*
|
|
696
|
+
* @summary Create a new region
|
|
697
|
+
* @param {CreateRegion} createRegion
|
|
698
|
+
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
699
|
+
* @param {*} [options] Override http request option.
|
|
700
|
+
* @throws {RequiredError}
|
|
701
|
+
*/
|
|
702
|
+
createRegion(createRegion: CreateRegion, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<CreateRegionResponse>;
|
|
584
703
|
/**
|
|
585
704
|
*
|
|
586
705
|
* @summary Decline organization invitation
|
|
@@ -615,6 +734,15 @@ export declare const OrganizationsApiFactory: (configuration?: Configuration, ba
|
|
|
615
734
|
* @throws {RequiredError}
|
|
616
735
|
*/
|
|
617
736
|
deleteOrganizationRole(organizationId: string, roleId: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
737
|
+
/**
|
|
738
|
+
*
|
|
739
|
+
* @summary Delete a region
|
|
740
|
+
* @param {string} id Region ID
|
|
741
|
+
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
742
|
+
* @param {*} [options] Override http request option.
|
|
743
|
+
* @throws {RequiredError}
|
|
744
|
+
*/
|
|
745
|
+
deleteRegion(id: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
618
746
|
/**
|
|
619
747
|
*
|
|
620
748
|
* @summary Get organization by ID
|
|
@@ -646,6 +774,15 @@ export declare const OrganizationsApiFactory: (configuration?: Configuration, ba
|
|
|
646
774
|
* @throws {RequiredError}
|
|
647
775
|
*/
|
|
648
776
|
getOrganizationUsageOverview(organizationId: string, options?: RawAxiosRequestConfig): AxiosPromise<OrganizationUsageOverview>;
|
|
777
|
+
/**
|
|
778
|
+
*
|
|
779
|
+
* @summary Get region by ID
|
|
780
|
+
* @param {string} id Region ID
|
|
781
|
+
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
782
|
+
* @param {*} [options] Override http request option.
|
|
783
|
+
* @throws {RequiredError}
|
|
784
|
+
*/
|
|
785
|
+
getRegionById(id: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<Region>;
|
|
649
786
|
/**
|
|
650
787
|
*
|
|
651
788
|
* @summary Get region quota by sandbox ID
|
|
@@ -662,6 +799,14 @@ export declare const OrganizationsApiFactory: (configuration?: Configuration, ba
|
|
|
662
799
|
* @throws {RequiredError}
|
|
663
800
|
*/
|
|
664
801
|
leaveOrganization(organizationId: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
802
|
+
/**
|
|
803
|
+
*
|
|
804
|
+
* @summary List all available regions for the organization
|
|
805
|
+
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
806
|
+
* @param {*} [options] Override http request option.
|
|
807
|
+
* @throws {RequiredError}
|
|
808
|
+
*/
|
|
809
|
+
listAvailableRegions(xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<Array<Region>>;
|
|
665
810
|
/**
|
|
666
811
|
*
|
|
667
812
|
* @summary List pending organization invitations
|
|
@@ -700,6 +845,24 @@ export declare const OrganizationsApiFactory: (configuration?: Configuration, ba
|
|
|
700
845
|
* @throws {RequiredError}
|
|
701
846
|
*/
|
|
702
847
|
listOrganizations(options?: RawAxiosRequestConfig): AxiosPromise<Array<Organization>>;
|
|
848
|
+
/**
|
|
849
|
+
*
|
|
850
|
+
* @summary Regenerate proxy API key for a region
|
|
851
|
+
* @param {string} id Region ID
|
|
852
|
+
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
853
|
+
* @param {*} [options] Override http request option.
|
|
854
|
+
* @throws {RequiredError}
|
|
855
|
+
*/
|
|
856
|
+
regenerateProxyApiKey(id: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<RegenerateApiKeyResponse>;
|
|
857
|
+
/**
|
|
858
|
+
*
|
|
859
|
+
* @summary Regenerate SSH gateway API key for a region
|
|
860
|
+
* @param {string} id Region ID
|
|
861
|
+
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
862
|
+
* @param {*} [options] Override http request option.
|
|
863
|
+
* @throws {RequiredError}
|
|
864
|
+
*/
|
|
865
|
+
regenerateSshGatewayApiKey(id: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<RegenerateApiKeyResponse>;
|
|
703
866
|
/**
|
|
704
867
|
*
|
|
705
868
|
* @summary Set default region for organization
|
|
@@ -840,6 +1003,16 @@ export declare class OrganizationsApi extends BaseAPI {
|
|
|
840
1003
|
* @memberof OrganizationsApi
|
|
841
1004
|
*/
|
|
842
1005
|
createOrganizationRole(organizationId: string, createOrganizationRole: CreateOrganizationRole, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OrganizationRole, any>>;
|
|
1006
|
+
/**
|
|
1007
|
+
*
|
|
1008
|
+
* @summary Create a new region
|
|
1009
|
+
* @param {CreateRegion} createRegion
|
|
1010
|
+
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
1011
|
+
* @param {*} [options] Override http request option.
|
|
1012
|
+
* @throws {RequiredError}
|
|
1013
|
+
* @memberof OrganizationsApi
|
|
1014
|
+
*/
|
|
1015
|
+
createRegion(createRegion: CreateRegion, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateRegionResponse, any>>;
|
|
843
1016
|
/**
|
|
844
1017
|
*
|
|
845
1018
|
* @summary Decline organization invitation
|
|
@@ -878,6 +1051,16 @@ export declare class OrganizationsApi extends BaseAPI {
|
|
|
878
1051
|
* @memberof OrganizationsApi
|
|
879
1052
|
*/
|
|
880
1053
|
deleteOrganizationRole(organizationId: string, roleId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
1054
|
+
/**
|
|
1055
|
+
*
|
|
1056
|
+
* @summary Delete a region
|
|
1057
|
+
* @param {string} id Region ID
|
|
1058
|
+
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
1059
|
+
* @param {*} [options] Override http request option.
|
|
1060
|
+
* @throws {RequiredError}
|
|
1061
|
+
* @memberof OrganizationsApi
|
|
1062
|
+
*/
|
|
1063
|
+
deleteRegion(id: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
881
1064
|
/**
|
|
882
1065
|
*
|
|
883
1066
|
* @summary Get organization by ID
|
|
@@ -913,6 +1096,16 @@ export declare class OrganizationsApi extends BaseAPI {
|
|
|
913
1096
|
* @memberof OrganizationsApi
|
|
914
1097
|
*/
|
|
915
1098
|
getOrganizationUsageOverview(organizationId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OrganizationUsageOverview, any>>;
|
|
1099
|
+
/**
|
|
1100
|
+
*
|
|
1101
|
+
* @summary Get region by ID
|
|
1102
|
+
* @param {string} id Region ID
|
|
1103
|
+
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
1104
|
+
* @param {*} [options] Override http request option.
|
|
1105
|
+
* @throws {RequiredError}
|
|
1106
|
+
* @memberof OrganizationsApi
|
|
1107
|
+
*/
|
|
1108
|
+
getRegionById(id: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Region, any>>;
|
|
916
1109
|
/**
|
|
917
1110
|
*
|
|
918
1111
|
* @summary Get region quota by sandbox ID
|
|
@@ -931,6 +1124,15 @@ export declare class OrganizationsApi extends BaseAPI {
|
|
|
931
1124
|
* @memberof OrganizationsApi
|
|
932
1125
|
*/
|
|
933
1126
|
leaveOrganization(organizationId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
1127
|
+
/**
|
|
1128
|
+
*
|
|
1129
|
+
* @summary List all available regions for the organization
|
|
1130
|
+
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
1131
|
+
* @param {*} [options] Override http request option.
|
|
1132
|
+
* @throws {RequiredError}
|
|
1133
|
+
* @memberof OrganizationsApi
|
|
1134
|
+
*/
|
|
1135
|
+
listAvailableRegions(xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Region[], any>>;
|
|
934
1136
|
/**
|
|
935
1137
|
*
|
|
936
1138
|
* @summary List pending organization invitations
|
|
@@ -974,6 +1176,26 @@ export declare class OrganizationsApi extends BaseAPI {
|
|
|
974
1176
|
* @memberof OrganizationsApi
|
|
975
1177
|
*/
|
|
976
1178
|
listOrganizations(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Organization[], any>>;
|
|
1179
|
+
/**
|
|
1180
|
+
*
|
|
1181
|
+
* @summary Regenerate proxy API key for a region
|
|
1182
|
+
* @param {string} id Region ID
|
|
1183
|
+
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
1184
|
+
* @param {*} [options] Override http request option.
|
|
1185
|
+
* @throws {RequiredError}
|
|
1186
|
+
* @memberof OrganizationsApi
|
|
1187
|
+
*/
|
|
1188
|
+
regenerateProxyApiKey(id: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RegenerateApiKeyResponse, any>>;
|
|
1189
|
+
/**
|
|
1190
|
+
*
|
|
1191
|
+
* @summary Regenerate SSH gateway API key for a region
|
|
1192
|
+
* @param {string} id Region ID
|
|
1193
|
+
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
1194
|
+
* @param {*} [options] Override http request option.
|
|
1195
|
+
* @throws {RequiredError}
|
|
1196
|
+
* @memberof OrganizationsApi
|
|
1197
|
+
*/
|
|
1198
|
+
regenerateSshGatewayApiKey(id: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RegenerateApiKeyResponse, any>>;
|
|
977
1199
|
/**
|
|
978
1200
|
*
|
|
979
1201
|
* @summary Set default region for organization
|