@daytonaio/api-client 0.20.0 → 0.21.0-alpha.0
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/docker-registry-api.d.ts +4 -4
- package/src/api/docker-registry-api.js +4 -4
- package/src/api/preview-api.d.ts +40 -40
- package/src/api/preview-api.js +65 -65
- package/src/api/preview-api.js.map +1 -1
- package/src/api/runners-api.d.ts +136 -0
- package/src/api/{nodes-api.js → runners-api.js} +70 -70
- package/src/api/runners-api.js.map +1 -0
- package/src/api/sandbox-api.d.ts +598 -0
- package/src/api/sandbox-api.js +1212 -0
- package/src/api/sandbox-api.js.map +1 -0
- package/src/api/snapshots-api.d.ts +320 -0
- package/src/api/{images-api.js → snapshots-api.js} +162 -241
- package/src/api/snapshots-api.js.map +1 -0
- package/src/api/toolbox-api.d.ts +412 -412
- package/src/api/toolbox-api.js +676 -676
- package/src/api/toolbox-api.js.map +1 -1
- package/src/api/users-api.d.ts +67 -0
- package/src/api/users-api.js +138 -0
- package/src/api/users-api.js.map +1 -1
- package/src/api/workspace-api.d.ts +207 -110
- package/src/api/workspace-api.js +322 -180
- package/src/api/workspace-api.js.map +1 -1
- package/src/api.d.ts +3 -2
- package/src/api.js +3 -2
- package/src/api.js.map +1 -1
- package/src/models/api-key-list.d.ts +2 -2
- package/src/models/api-key-list.js +2 -2
- package/src/models/api-key-list.js.map +1 -1
- package/src/models/api-key-response.d.ts +2 -2
- package/src/models/api-key-response.js +2 -2
- package/src/models/api-key-response.js.map +1 -1
- package/src/models/build-snapshot.d.ts +55 -0
- package/src/models/{workspace-info.js → build-snapshot.js} +1 -1
- package/src/models/build-snapshot.js.map +1 -0
- package/src/models/create-api-key.d.ts +2 -2
- package/src/models/create-api-key.js +2 -2
- package/src/models/create-api-key.js.map +1 -1
- package/src/models/{build-image.d.ts → create-linked-account.d.ts} +9 -10
- package/src/models/{paginated-images-dto.js → create-linked-account.js} +1 -1
- package/src/models/create-linked-account.js.map +1 -0
- package/src/models/create-organization-quota.d.ts +5 -5
- package/src/models/create-organization-role.d.ts +2 -2
- package/src/models/create-organization-role.js +2 -2
- package/src/models/create-organization-role.js.map +1 -1
- package/src/models/{create-node.d.ts → create-runner.d.ts} +19 -19
- package/src/models/{create-node.js → create-runner.js} +4 -4
- package/src/models/create-runner.js.map +1 -0
- package/src/models/create-sandbox.d.ts +126 -0
- package/src/models/create-sandbox.js +27 -0
- package/src/models/create-sandbox.js.map +1 -0
- package/src/models/create-snapshot.d.ts +73 -0
- package/src/models/create-snapshot.js +16 -0
- package/src/models/create-snapshot.js.map +1 -0
- package/src/models/create-workspace.d.ts +10 -4
- package/src/models/create-workspace.js.map +1 -1
- package/src/models/index.d.ts +13 -12
- package/src/models/index.js +13 -12
- package/src/models/index.js.map +1 -1
- package/src/models/organization-role.d.ts +2 -2
- package/src/models/organization-role.js +2 -2
- package/src/models/organization-role.js.map +1 -1
- package/src/models/{paginated-images-dto.d.ts → paginated-snapshots-dto.d.ts} +9 -9
- package/src/models/paginated-snapshots-dto.js +16 -0
- package/src/models/paginated-snapshots-dto.js.map +1 -0
- package/src/models/{workspace-info.d.ts → sandbox-info.d.ts} +6 -6
- package/src/models/{image-dto.js → sandbox-info.js} +1 -1
- package/src/models/sandbox-info.js.map +1 -0
- package/src/models/{workspace-labels.d.ts → sandbox-labels.d.ts} +3 -3
- package/src/models/{create-image.js → sandbox-labels.js} +1 -1
- package/src/models/sandbox-labels.js.map +1 -0
- package/src/models/{workspace-state.d.ts → sandbox-state.d.ts} +5 -5
- package/src/models/{workspace-state.js → sandbox-state.js} +6 -6
- package/src/models/sandbox-state.js.map +1 -0
- package/src/models/{workspace-volume.d.ts → sandbox-volume.d.ts} +4 -4
- package/src/models/sandbox-volume.js +16 -0
- package/src/models/sandbox-volume.js.map +1 -0
- package/src/models/sandbox.d.ts +160 -0
- package/src/models/{workspace.js → sandbox.js} +3 -3
- package/src/models/sandbox.js.map +1 -0
- package/src/models/{set-image-general-status.d.ts → set-snapshot-general-status-dto.d.ts} +4 -4
- package/src/models/set-snapshot-general-status-dto.js +16 -0
- package/src/models/set-snapshot-general-status-dto.js.map +1 -0
- package/src/models/{image-dto.d.ts → snapshot-dto.d.ts} +47 -17
- package/src/models/{build-image.js → snapshot-dto.js} +1 -1
- package/src/models/snapshot-dto.js.map +1 -0
- package/src/models/{image-state.d.ts → snapshot-state.d.ts} +3 -3
- package/src/models/{image-state.js → snapshot-state.js} +4 -4
- package/src/models/snapshot-state.js.map +1 -0
- package/src/models/toggle-state.d.ts +1 -1
- package/src/models/update-organization-quota.d.ts +5 -5
- package/src/models/update-organization-role.d.ts +2 -2
- package/src/models/update-organization-role.js +2 -2
- package/src/models/update-organization-role.js.map +1 -1
- package/src/models/volume-dto.d.ts +1 -1
- package/src/api/images-api.d.ts +0 -358
- package/src/api/images-api.js.map +0 -1
- package/src/api/nodes-api.d.ts +0 -136
- package/src/api/nodes-api.js.map +0 -1
- package/src/models/build-image.js.map +0 -1
- package/src/models/create-image.d.ts +0 -36
- package/src/models/create-image.js.map +0 -1
- package/src/models/create-node.js.map +0 -1
- package/src/models/image-dto.js.map +0 -1
- package/src/models/image-state.js.map +0 -1
- package/src/models/paginated-images-dto.js.map +0 -1
- package/src/models/set-image-general-status.js +0 -16
- package/src/models/set-image-general-status.js.map +0 -1
- package/src/models/workspace-info.js.map +0 -1
- package/src/models/workspace-labels.js +0 -16
- package/src/models/workspace-labels.js.map +0 -1
- package/src/models/workspace-state.js.map +0 -1
- package/src/models/workspace-volume.js +0 -16
- package/src/models/workspace-volume.js.map +0 -1
- package/src/models/workspace.d.ts +0 -154
- package/src/models/workspace.js.map +0 -1
package/package.json
CHANGED
|
@@ -50,7 +50,7 @@ export declare const DockerRegistryApiAxiosParamCreator: (configuration?: Config
|
|
|
50
50
|
getRegistry: (id: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
51
51
|
/**
|
|
52
52
|
*
|
|
53
|
-
* @summary Get temporary registry access for pushing
|
|
53
|
+
* @summary Get temporary registry access for pushing snapshots
|
|
54
54
|
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
55
55
|
* @param {*} [options] Override http request option.
|
|
56
56
|
* @throws {RequiredError}
|
|
@@ -118,7 +118,7 @@ export declare const DockerRegistryApiFp: (configuration?: Configuration) => {
|
|
|
118
118
|
getRegistry(id: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DockerRegistry>>;
|
|
119
119
|
/**
|
|
120
120
|
*
|
|
121
|
-
* @summary Get temporary registry access for pushing
|
|
121
|
+
* @summary Get temporary registry access for pushing snapshots
|
|
122
122
|
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
123
123
|
* @param {*} [options] Override http request option.
|
|
124
124
|
* @throws {RequiredError}
|
|
@@ -186,7 +186,7 @@ export declare const DockerRegistryApiFactory: (configuration?: Configuration, b
|
|
|
186
186
|
getRegistry(id: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<DockerRegistry>;
|
|
187
187
|
/**
|
|
188
188
|
*
|
|
189
|
-
* @summary Get temporary registry access for pushing
|
|
189
|
+
* @summary Get temporary registry access for pushing snapshots
|
|
190
190
|
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
191
191
|
* @param {*} [options] Override http request option.
|
|
192
192
|
* @throws {RequiredError}
|
|
@@ -259,7 +259,7 @@ export declare class DockerRegistryApi extends BaseAPI {
|
|
|
259
259
|
getRegistry(id: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DockerRegistry, any>>;
|
|
260
260
|
/**
|
|
261
261
|
*
|
|
262
|
-
* @summary Get temporary registry access for pushing
|
|
262
|
+
* @summary Get temporary registry access for pushing snapshots
|
|
263
263
|
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
264
264
|
* @param {*} [options] Override http request option.
|
|
265
265
|
* @throws {RequiredError}
|
|
@@ -138,7 +138,7 @@ const DockerRegistryApiAxiosParamCreator = function (configuration) {
|
|
|
138
138
|
},
|
|
139
139
|
/**
|
|
140
140
|
*
|
|
141
|
-
* @summary Get temporary registry access for pushing
|
|
141
|
+
* @summary Get temporary registry access for pushing snapshots
|
|
142
142
|
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
143
143
|
* @param {*} [options] Override http request option.
|
|
144
144
|
* @throws {RequiredError}
|
|
@@ -333,7 +333,7 @@ const DockerRegistryApiFp = function (configuration) {
|
|
|
333
333
|
},
|
|
334
334
|
/**
|
|
335
335
|
*
|
|
336
|
-
* @summary Get temporary registry access for pushing
|
|
336
|
+
* @summary Get temporary registry access for pushing snapshots
|
|
337
337
|
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
338
338
|
* @param {*} [options] Override http request option.
|
|
339
339
|
* @throws {RequiredError}
|
|
@@ -433,7 +433,7 @@ const DockerRegistryApiFactory = function (configuration, basePath, axios) {
|
|
|
433
433
|
},
|
|
434
434
|
/**
|
|
435
435
|
*
|
|
436
|
-
* @summary Get temporary registry access for pushing
|
|
436
|
+
* @summary Get temporary registry access for pushing snapshots
|
|
437
437
|
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
438
438
|
* @param {*} [options] Override http request option.
|
|
439
439
|
* @throws {RequiredError}
|
|
@@ -534,7 +534,7 @@ class DockerRegistryApi extends base_1.BaseAPI {
|
|
|
534
534
|
}
|
|
535
535
|
/**
|
|
536
536
|
*
|
|
537
|
-
* @summary Get temporary registry access for pushing
|
|
537
|
+
* @summary Get temporary registry access for pushing snapshots
|
|
538
538
|
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
539
539
|
* @param {*} [options] Override http request option.
|
|
540
540
|
* @throws {RequiredError}
|
package/src/api/preview-api.d.ts
CHANGED
|
@@ -19,29 +19,29 @@ import { type RequestArgs, BaseAPI } from '../base';
|
|
|
19
19
|
export declare const PreviewApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
20
20
|
/**
|
|
21
21
|
*
|
|
22
|
-
* @summary Check if user has access to the
|
|
23
|
-
* @param {string}
|
|
22
|
+
* @summary Check if user has access to the sandbox
|
|
23
|
+
* @param {string} sandboxId
|
|
24
24
|
* @param {*} [options] Override http request option.
|
|
25
25
|
* @throws {RequiredError}
|
|
26
26
|
*/
|
|
27
|
-
|
|
27
|
+
hasSandboxAccess: (sandboxId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
28
28
|
/**
|
|
29
29
|
*
|
|
30
|
-
* @summary Check if
|
|
31
|
-
* @param {string}
|
|
32
|
-
* @param {string} authToken Auth token of the workspace
|
|
30
|
+
* @summary Check if sandbox is public
|
|
31
|
+
* @param {string} sandboxId ID of the sandbox
|
|
33
32
|
* @param {*} [options] Override http request option.
|
|
34
33
|
* @throws {RequiredError}
|
|
35
34
|
*/
|
|
36
|
-
|
|
35
|
+
isSandboxPublic: (sandboxId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
37
36
|
/**
|
|
38
37
|
*
|
|
39
|
-
* @summary Check if
|
|
40
|
-
* @param {string}
|
|
38
|
+
* @summary Check if sandbox auth token is valid
|
|
39
|
+
* @param {string} sandboxId ID of the sandbox
|
|
40
|
+
* @param {string} authToken Auth token of the sandbox
|
|
41
41
|
* @param {*} [options] Override http request option.
|
|
42
42
|
* @throws {RequiredError}
|
|
43
43
|
*/
|
|
44
|
-
|
|
44
|
+
isValidAuthToken: (sandboxId: string, authToken: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
45
45
|
};
|
|
46
46
|
/**
|
|
47
47
|
* PreviewApi - functional programming interface
|
|
@@ -50,29 +50,29 @@ export declare const PreviewApiAxiosParamCreator: (configuration?: Configuration
|
|
|
50
50
|
export declare const PreviewApiFp: (configuration?: Configuration) => {
|
|
51
51
|
/**
|
|
52
52
|
*
|
|
53
|
-
* @summary Check if user has access to the
|
|
54
|
-
* @param {string}
|
|
53
|
+
* @summary Check if user has access to the sandbox
|
|
54
|
+
* @param {string} sandboxId
|
|
55
55
|
* @param {*} [options] Override http request option.
|
|
56
56
|
* @throws {RequiredError}
|
|
57
57
|
*/
|
|
58
|
-
|
|
58
|
+
hasSandboxAccess(sandboxId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
59
59
|
/**
|
|
60
60
|
*
|
|
61
|
-
* @summary Check if
|
|
62
|
-
* @param {string}
|
|
63
|
-
* @param {string} authToken Auth token of the workspace
|
|
61
|
+
* @summary Check if sandbox is public
|
|
62
|
+
* @param {string} sandboxId ID of the sandbox
|
|
64
63
|
* @param {*} [options] Override http request option.
|
|
65
64
|
* @throws {RequiredError}
|
|
66
65
|
*/
|
|
67
|
-
|
|
66
|
+
isSandboxPublic(sandboxId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
68
67
|
/**
|
|
69
68
|
*
|
|
70
|
-
* @summary Check if
|
|
71
|
-
* @param {string}
|
|
69
|
+
* @summary Check if sandbox auth token is valid
|
|
70
|
+
* @param {string} sandboxId ID of the sandbox
|
|
71
|
+
* @param {string} authToken Auth token of the sandbox
|
|
72
72
|
* @param {*} [options] Override http request option.
|
|
73
73
|
* @throws {RequiredError}
|
|
74
74
|
*/
|
|
75
|
-
|
|
75
|
+
isValidAuthToken(sandboxId: string, authToken: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
76
76
|
};
|
|
77
77
|
/**
|
|
78
78
|
* PreviewApi - factory interface
|
|
@@ -81,29 +81,29 @@ export declare const PreviewApiFp: (configuration?: Configuration) => {
|
|
|
81
81
|
export declare const PreviewApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
82
82
|
/**
|
|
83
83
|
*
|
|
84
|
-
* @summary Check if user has access to the
|
|
85
|
-
* @param {string}
|
|
84
|
+
* @summary Check if user has access to the sandbox
|
|
85
|
+
* @param {string} sandboxId
|
|
86
86
|
* @param {*} [options] Override http request option.
|
|
87
87
|
* @throws {RequiredError}
|
|
88
88
|
*/
|
|
89
|
-
|
|
89
|
+
hasSandboxAccess(sandboxId: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
90
90
|
/**
|
|
91
91
|
*
|
|
92
|
-
* @summary Check if
|
|
93
|
-
* @param {string}
|
|
94
|
-
* @param {string} authToken Auth token of the workspace
|
|
92
|
+
* @summary Check if sandbox is public
|
|
93
|
+
* @param {string} sandboxId ID of the sandbox
|
|
95
94
|
* @param {*} [options] Override http request option.
|
|
96
95
|
* @throws {RequiredError}
|
|
97
96
|
*/
|
|
98
|
-
|
|
97
|
+
isSandboxPublic(sandboxId: string, options?: RawAxiosRequestConfig): AxiosPromise<boolean>;
|
|
99
98
|
/**
|
|
100
99
|
*
|
|
101
|
-
* @summary Check if
|
|
102
|
-
* @param {string}
|
|
100
|
+
* @summary Check if sandbox auth token is valid
|
|
101
|
+
* @param {string} sandboxId ID of the sandbox
|
|
102
|
+
* @param {string} authToken Auth token of the sandbox
|
|
103
103
|
* @param {*} [options] Override http request option.
|
|
104
104
|
* @throws {RequiredError}
|
|
105
105
|
*/
|
|
106
|
-
|
|
106
|
+
isValidAuthToken(sandboxId: string, authToken: string, options?: RawAxiosRequestConfig): AxiosPromise<boolean>;
|
|
107
107
|
};
|
|
108
108
|
/**
|
|
109
109
|
* PreviewApi - object-oriented interface
|
|
@@ -114,30 +114,30 @@ export declare const PreviewApiFactory: (configuration?: Configuration, basePath
|
|
|
114
114
|
export declare class PreviewApi extends BaseAPI {
|
|
115
115
|
/**
|
|
116
116
|
*
|
|
117
|
-
* @summary Check if user has access to the
|
|
118
|
-
* @param {string}
|
|
117
|
+
* @summary Check if user has access to the sandbox
|
|
118
|
+
* @param {string} sandboxId
|
|
119
119
|
* @param {*} [options] Override http request option.
|
|
120
120
|
* @throws {RequiredError}
|
|
121
121
|
* @memberof PreviewApi
|
|
122
122
|
*/
|
|
123
|
-
|
|
123
|
+
hasSandboxAccess(sandboxId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
124
124
|
/**
|
|
125
125
|
*
|
|
126
|
-
* @summary Check if
|
|
127
|
-
* @param {string}
|
|
128
|
-
* @param {string} authToken Auth token of the workspace
|
|
126
|
+
* @summary Check if sandbox is public
|
|
127
|
+
* @param {string} sandboxId ID of the sandbox
|
|
129
128
|
* @param {*} [options] Override http request option.
|
|
130
129
|
* @throws {RequiredError}
|
|
131
130
|
* @memberof PreviewApi
|
|
132
131
|
*/
|
|
133
|
-
|
|
132
|
+
isSandboxPublic(sandboxId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
134
133
|
/**
|
|
135
134
|
*
|
|
136
|
-
* @summary Check if
|
|
137
|
-
* @param {string}
|
|
135
|
+
* @summary Check if sandbox auth token is valid
|
|
136
|
+
* @param {string} sandboxId ID of the sandbox
|
|
137
|
+
* @param {string} authToken Auth token of the sandbox
|
|
138
138
|
* @param {*} [options] Override http request option.
|
|
139
139
|
* @throws {RequiredError}
|
|
140
140
|
* @memberof PreviewApi
|
|
141
141
|
*/
|
|
142
|
-
|
|
142
|
+
isValidAuthToken(sandboxId: string, authToken: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
143
143
|
}
|
package/src/api/preview-api.js
CHANGED
|
@@ -28,15 +28,15 @@ const PreviewApiAxiosParamCreator = function (configuration) {
|
|
|
28
28
|
return {
|
|
29
29
|
/**
|
|
30
30
|
*
|
|
31
|
-
* @summary Check if user has access to the
|
|
32
|
-
* @param {string}
|
|
31
|
+
* @summary Check if user has access to the sandbox
|
|
32
|
+
* @param {string} sandboxId
|
|
33
33
|
* @param {*} [options] Override http request option.
|
|
34
34
|
* @throws {RequiredError}
|
|
35
35
|
*/
|
|
36
|
-
|
|
37
|
-
// verify required parameter '
|
|
38
|
-
(0, common_1.assertParamExists)('
|
|
39
|
-
const localVarPath = `/preview/{
|
|
36
|
+
hasSandboxAccess: async (sandboxId, options = {}) => {
|
|
37
|
+
// verify required parameter 'sandboxId' is not null or undefined
|
|
38
|
+
(0, common_1.assertParamExists)('hasSandboxAccess', 'sandboxId', sandboxId);
|
|
39
|
+
const localVarPath = `/preview/{sandboxId}/access`.replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)));
|
|
40
40
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
41
41
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
42
42
|
let baseOptions;
|
|
@@ -60,20 +60,15 @@ const PreviewApiAxiosParamCreator = function (configuration) {
|
|
|
60
60
|
},
|
|
61
61
|
/**
|
|
62
62
|
*
|
|
63
|
-
* @summary Check if
|
|
64
|
-
* @param {string}
|
|
65
|
-
* @param {string} authToken Auth token of the workspace
|
|
63
|
+
* @summary Check if sandbox is public
|
|
64
|
+
* @param {string} sandboxId ID of the sandbox
|
|
66
65
|
* @param {*} [options] Override http request option.
|
|
67
66
|
* @throws {RequiredError}
|
|
68
67
|
*/
|
|
69
|
-
|
|
70
|
-
// verify required parameter '
|
|
71
|
-
(0, common_1.assertParamExists)('
|
|
72
|
-
|
|
73
|
-
(0, common_1.assertParamExists)('isValidAuthToken', 'authToken', authToken);
|
|
74
|
-
const localVarPath = `/preview/{workspaceId}/validate/{authToken}`
|
|
75
|
-
.replace(`{${'workspaceId'}}`, encodeURIComponent(String(workspaceId)))
|
|
76
|
-
.replace(`{${'authToken'}}`, encodeURIComponent(String(authToken)));
|
|
68
|
+
isSandboxPublic: async (sandboxId, options = {}) => {
|
|
69
|
+
// verify required parameter 'sandboxId' is not null or undefined
|
|
70
|
+
(0, common_1.assertParamExists)('isSandboxPublic', 'sandboxId', sandboxId);
|
|
71
|
+
const localVarPath = `/preview/{sandboxId}/public`.replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)));
|
|
77
72
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
78
73
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
79
74
|
let baseOptions;
|
|
@@ -93,15 +88,20 @@ const PreviewApiAxiosParamCreator = function (configuration) {
|
|
|
93
88
|
},
|
|
94
89
|
/**
|
|
95
90
|
*
|
|
96
|
-
* @summary Check if
|
|
97
|
-
* @param {string}
|
|
91
|
+
* @summary Check if sandbox auth token is valid
|
|
92
|
+
* @param {string} sandboxId ID of the sandbox
|
|
93
|
+
* @param {string} authToken Auth token of the sandbox
|
|
98
94
|
* @param {*} [options] Override http request option.
|
|
99
95
|
* @throws {RequiredError}
|
|
100
96
|
*/
|
|
101
|
-
|
|
102
|
-
// verify required parameter '
|
|
103
|
-
(0, common_1.assertParamExists)('
|
|
104
|
-
|
|
97
|
+
isValidAuthToken: async (sandboxId, authToken, options = {}) => {
|
|
98
|
+
// verify required parameter 'sandboxId' is not null or undefined
|
|
99
|
+
(0, common_1.assertParamExists)('isValidAuthToken', 'sandboxId', sandboxId);
|
|
100
|
+
// verify required parameter 'authToken' is not null or undefined
|
|
101
|
+
(0, common_1.assertParamExists)('isValidAuthToken', 'authToken', authToken);
|
|
102
|
+
const localVarPath = `/preview/{sandboxId}/validate/{authToken}`
|
|
103
|
+
.replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)))
|
|
104
|
+
.replace(`{${'authToken'}}`, encodeURIComponent(String(authToken)));
|
|
105
105
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
106
106
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
107
107
|
let baseOptions;
|
|
@@ -131,42 +131,42 @@ const PreviewApiFp = function (configuration) {
|
|
|
131
131
|
return {
|
|
132
132
|
/**
|
|
133
133
|
*
|
|
134
|
-
* @summary Check if user has access to the
|
|
135
|
-
* @param {string}
|
|
134
|
+
* @summary Check if user has access to the sandbox
|
|
135
|
+
* @param {string} sandboxId
|
|
136
136
|
* @param {*} [options] Override http request option.
|
|
137
137
|
* @throws {RequiredError}
|
|
138
138
|
*/
|
|
139
|
-
async
|
|
140
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
139
|
+
async hasSandboxAccess(sandboxId, options) {
|
|
140
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.hasSandboxAccess(sandboxId, options);
|
|
141
141
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
142
|
-
const localVarOperationServerBasePath = base_1.operationServerMap['PreviewApi.
|
|
142
|
+
const localVarOperationServerBasePath = base_1.operationServerMap['PreviewApi.hasSandboxAccess']?.[localVarOperationServerIndex]?.url;
|
|
143
143
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
144
144
|
},
|
|
145
145
|
/**
|
|
146
146
|
*
|
|
147
|
-
* @summary Check if
|
|
148
|
-
* @param {string}
|
|
149
|
-
* @param {string} authToken Auth token of the workspace
|
|
147
|
+
* @summary Check if sandbox is public
|
|
148
|
+
* @param {string} sandboxId ID of the sandbox
|
|
150
149
|
* @param {*} [options] Override http request option.
|
|
151
150
|
* @throws {RequiredError}
|
|
152
151
|
*/
|
|
153
|
-
async
|
|
154
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
152
|
+
async isSandboxPublic(sandboxId, options) {
|
|
153
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.isSandboxPublic(sandboxId, options);
|
|
155
154
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
156
|
-
const localVarOperationServerBasePath = base_1.operationServerMap['PreviewApi.
|
|
155
|
+
const localVarOperationServerBasePath = base_1.operationServerMap['PreviewApi.isSandboxPublic']?.[localVarOperationServerIndex]?.url;
|
|
157
156
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
158
157
|
},
|
|
159
158
|
/**
|
|
160
159
|
*
|
|
161
|
-
* @summary Check if
|
|
162
|
-
* @param {string}
|
|
160
|
+
* @summary Check if sandbox auth token is valid
|
|
161
|
+
* @param {string} sandboxId ID of the sandbox
|
|
162
|
+
* @param {string} authToken Auth token of the sandbox
|
|
163
163
|
* @param {*} [options] Override http request option.
|
|
164
164
|
* @throws {RequiredError}
|
|
165
165
|
*/
|
|
166
|
-
async
|
|
167
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
166
|
+
async isValidAuthToken(sandboxId, authToken, options) {
|
|
167
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.isValidAuthToken(sandboxId, authToken, options);
|
|
168
168
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
169
|
-
const localVarOperationServerBasePath = base_1.operationServerMap['PreviewApi.
|
|
169
|
+
const localVarOperationServerBasePath = base_1.operationServerMap['PreviewApi.isValidAuthToken']?.[localVarOperationServerIndex]?.url;
|
|
170
170
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
171
171
|
},
|
|
172
172
|
};
|
|
@@ -181,34 +181,34 @@ const PreviewApiFactory = function (configuration, basePath, axios) {
|
|
|
181
181
|
return {
|
|
182
182
|
/**
|
|
183
183
|
*
|
|
184
|
-
* @summary Check if user has access to the
|
|
185
|
-
* @param {string}
|
|
184
|
+
* @summary Check if user has access to the sandbox
|
|
185
|
+
* @param {string} sandboxId
|
|
186
186
|
* @param {*} [options] Override http request option.
|
|
187
187
|
* @throws {RequiredError}
|
|
188
188
|
*/
|
|
189
|
-
|
|
190
|
-
return localVarFp.
|
|
189
|
+
hasSandboxAccess(sandboxId, options) {
|
|
190
|
+
return localVarFp.hasSandboxAccess(sandboxId, options).then((request) => request(axios, basePath));
|
|
191
191
|
},
|
|
192
192
|
/**
|
|
193
193
|
*
|
|
194
|
-
* @summary Check if
|
|
195
|
-
* @param {string}
|
|
196
|
-
* @param {string} authToken Auth token of the workspace
|
|
194
|
+
* @summary Check if sandbox is public
|
|
195
|
+
* @param {string} sandboxId ID of the sandbox
|
|
197
196
|
* @param {*} [options] Override http request option.
|
|
198
197
|
* @throws {RequiredError}
|
|
199
198
|
*/
|
|
200
|
-
|
|
201
|
-
return localVarFp.
|
|
199
|
+
isSandboxPublic(sandboxId, options) {
|
|
200
|
+
return localVarFp.isSandboxPublic(sandboxId, options).then((request) => request(axios, basePath));
|
|
202
201
|
},
|
|
203
202
|
/**
|
|
204
203
|
*
|
|
205
|
-
* @summary Check if
|
|
206
|
-
* @param {string}
|
|
204
|
+
* @summary Check if sandbox auth token is valid
|
|
205
|
+
* @param {string} sandboxId ID of the sandbox
|
|
206
|
+
* @param {string} authToken Auth token of the sandbox
|
|
207
207
|
* @param {*} [options] Override http request option.
|
|
208
208
|
* @throws {RequiredError}
|
|
209
209
|
*/
|
|
210
|
-
|
|
211
|
-
return localVarFp.
|
|
210
|
+
isValidAuthToken(sandboxId, authToken, options) {
|
|
211
|
+
return localVarFp.isValidAuthToken(sandboxId, authToken, options).then((request) => request(axios, basePath));
|
|
212
212
|
},
|
|
213
213
|
};
|
|
214
214
|
};
|
|
@@ -222,42 +222,42 @@ exports.PreviewApiFactory = PreviewApiFactory;
|
|
|
222
222
|
class PreviewApi extends base_1.BaseAPI {
|
|
223
223
|
/**
|
|
224
224
|
*
|
|
225
|
-
* @summary Check if user has access to the
|
|
226
|
-
* @param {string}
|
|
225
|
+
* @summary Check if user has access to the sandbox
|
|
226
|
+
* @param {string} sandboxId
|
|
227
227
|
* @param {*} [options] Override http request option.
|
|
228
228
|
* @throws {RequiredError}
|
|
229
229
|
* @memberof PreviewApi
|
|
230
230
|
*/
|
|
231
|
-
|
|
231
|
+
hasSandboxAccess(sandboxId, options) {
|
|
232
232
|
return (0, exports.PreviewApiFp)(this.configuration)
|
|
233
|
-
.
|
|
233
|
+
.hasSandboxAccess(sandboxId, options)
|
|
234
234
|
.then((request) => request(this.axios, this.basePath));
|
|
235
235
|
}
|
|
236
236
|
/**
|
|
237
237
|
*
|
|
238
|
-
* @summary Check if
|
|
239
|
-
* @param {string}
|
|
240
|
-
* @param {string} authToken Auth token of the workspace
|
|
238
|
+
* @summary Check if sandbox is public
|
|
239
|
+
* @param {string} sandboxId ID of the sandbox
|
|
241
240
|
* @param {*} [options] Override http request option.
|
|
242
241
|
* @throws {RequiredError}
|
|
243
242
|
* @memberof PreviewApi
|
|
244
243
|
*/
|
|
245
|
-
|
|
244
|
+
isSandboxPublic(sandboxId, options) {
|
|
246
245
|
return (0, exports.PreviewApiFp)(this.configuration)
|
|
247
|
-
.
|
|
246
|
+
.isSandboxPublic(sandboxId, options)
|
|
248
247
|
.then((request) => request(this.axios, this.basePath));
|
|
249
248
|
}
|
|
250
249
|
/**
|
|
251
250
|
*
|
|
252
|
-
* @summary Check if
|
|
253
|
-
* @param {string}
|
|
251
|
+
* @summary Check if sandbox auth token is valid
|
|
252
|
+
* @param {string} sandboxId ID of the sandbox
|
|
253
|
+
* @param {string} authToken Auth token of the sandbox
|
|
254
254
|
* @param {*} [options] Override http request option.
|
|
255
255
|
* @throws {RequiredError}
|
|
256
256
|
* @memberof PreviewApi
|
|
257
257
|
*/
|
|
258
|
-
|
|
258
|
+
isValidAuthToken(sandboxId, authToken, options) {
|
|
259
259
|
return (0, exports.PreviewApiFp)(this.configuration)
|
|
260
|
-
.
|
|
260
|
+
.isValidAuthToken(sandboxId, authToken, options)
|
|
261
261
|
.then((request) => request(this.axios, this.basePath));
|
|
262
262
|
}
|
|
263
263
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"preview-api.js","sourceRoot":"","sources":["../../../../../libs/api-client/src/api/preview-api.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAIH,iCAA+B;AAC/B,yDAAyD;AACzD,aAAa;AACb,sCAWkB;AAClB,aAAa;AACb,kCAAqH;AACrH;;;GAGG;AACI,MAAM,2BAA2B,GAAG,UAAU,aAA6B;IAChF,OAAO;QACL;;;;;;WAMG;QACH,
|
|
1
|
+
{"version":3,"file":"preview-api.js","sourceRoot":"","sources":["../../../../../libs/api-client/src/api/preview-api.ts"],"names":[],"mappings":"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"}
|