@daytonaio/api-client 0.16.0 → 0.17.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/.openapi-generator/FILES +2 -0
- package/api/api-keys-api.ts +16 -0
- package/api/docker-registry-api.ts +28 -0
- package/api/images-api.ts +20 -0
- package/api/nodes-api.ts +12 -0
- package/api/organizations-api.ts +301 -0
- package/api/preview-api.ts +4 -0
- package/api/toolbox-api.ts +144 -0
- package/api/workspace-api.ts +62 -8
- package/dist/api/api-keys-api.js +12 -0
- package/dist/api/docker-registry-api.js +21 -0
- package/dist/api/images-api.js +15 -0
- package/dist/api/nodes-api.js +9 -0
- package/dist/api/organizations-api.d.ts +71 -0
- package/dist/api/organizations-api.js +219 -0
- package/dist/api/preview-api.js +3 -0
- package/dist/api/toolbox-api.js +108 -0
- package/dist/api/workspace-api.d.ts +9 -8
- package/dist/api/workspace-api.js +43 -4
- package/dist/esm/api/api-keys-api.js +13 -1
- package/dist/esm/api/docker-registry-api.js +22 -1
- package/dist/esm/api/images-api.js +16 -1
- package/dist/esm/api/nodes-api.js +10 -1
- package/dist/esm/api/organizations-api.d.ts +71 -0
- package/dist/esm/api/organizations-api.js +220 -1
- package/dist/esm/api/preview-api.js +4 -1
- package/dist/esm/api/toolbox-api.js +109 -1
- package/dist/esm/api/workspace-api.d.ts +9 -8
- package/dist/esm/api/workspace-api.js +44 -5
- package/dist/esm/models/create-image.d.ts +2 -2
- package/dist/esm/models/create-organization.d.ts +0 -66
- package/dist/esm/models/create-workspace.d.ts +0 -12
- package/dist/esm/models/image-dto.d.ts +2 -2
- package/dist/esm/models/index.d.ts +2 -0
- package/dist/esm/models/index.js +2 -0
- package/dist/esm/models/list-workspaces-labels-parameter.d.ts +26 -0
- package/dist/esm/models/list-workspaces-labels-parameter.js +14 -0
- package/dist/esm/models/organization-suspension.d.ts +30 -0
- package/dist/esm/models/organization-suspension.js +14 -0
- package/dist/esm/models/organization.d.ts +24 -0
- package/dist/esm/models/workspace-info.d.ts +2 -1
- package/dist/esm/models/workspace-state.d.ts +1 -1
- package/dist/esm/models/workspace-state.js +1 -1
- package/dist/esm/models/workspace.d.ts +7 -0
- package/dist/models/create-image.d.ts +2 -2
- package/dist/models/create-organization.d.ts +0 -66
- package/dist/models/create-workspace.d.ts +0 -12
- package/dist/models/image-dto.d.ts +2 -2
- package/dist/models/index.d.ts +2 -0
- package/dist/models/index.js +2 -0
- package/dist/models/list-workspaces-labels-parameter.d.ts +26 -0
- package/dist/models/list-workspaces-labels-parameter.js +15 -0
- package/dist/models/organization-suspension.d.ts +30 -0
- package/dist/models/organization-suspension.js +15 -0
- package/dist/models/organization.d.ts +24 -0
- package/dist/models/workspace-info.d.ts +2 -1
- package/dist/models/workspace-state.d.ts +1 -1
- package/dist/models/workspace-state.js +1 -1
- package/dist/models/workspace.d.ts +7 -0
- package/models/create-image.ts +2 -2
- package/models/create-organization.ts +0 -66
- package/models/create-workspace.ts +0 -12
- package/models/image-dto.ts +2 -2
- package/models/index.ts +2 -0
- package/models/list-workspaces-labels-parameter.ts +27 -0
- package/models/organization-suspension.ts +33 -0
- package/models/organization.ts +24 -0
- package/models/workspace-info.ts +2 -1
- package/models/workspace-state.ts +1 -1
- package/models/workspace.ts +7 -0
- package/package.json +1 -1
package/.openapi-generator/FILES
CHANGED
|
@@ -48,6 +48,7 @@ models/image-dto.ts
|
|
|
48
48
|
models/image-state.ts
|
|
49
49
|
models/index.ts
|
|
50
50
|
models/list-branch-response.ts
|
|
51
|
+
models/list-workspaces-labels-parameter.ts
|
|
51
52
|
models/lsp-completion-params.ts
|
|
52
53
|
models/lsp-document-request.ts
|
|
53
54
|
models/lsp-location.ts
|
|
@@ -56,6 +57,7 @@ models/lsp-symbol.ts
|
|
|
56
57
|
models/match.ts
|
|
57
58
|
models/organization-invitation.ts
|
|
58
59
|
models/organization-role.ts
|
|
60
|
+
models/organization-suspension.ts
|
|
59
61
|
models/organization-user.ts
|
|
60
62
|
models/organization.ts
|
|
61
63
|
models/paginated-images-dto.ts
|
package/api/api-keys-api.ts
CHANGED
|
@@ -70,6 +70,10 @@ export const ApiKeysApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
70
70
|
const localVarHeaderParameter = {} as any
|
|
71
71
|
const localVarQueryParameter = {} as any
|
|
72
72
|
|
|
73
|
+
// authentication bearer required
|
|
74
|
+
// http bearer authentication required
|
|
75
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
76
|
+
|
|
73
77
|
// authentication oauth2 required
|
|
74
78
|
// oauth required
|
|
75
79
|
await setOAuthToObject(localVarHeaderParameter, 'oauth2', ['openid', 'profile', 'email'], configuration)
|
|
@@ -116,6 +120,10 @@ export const ApiKeysApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
116
120
|
const localVarHeaderParameter = {} as any
|
|
117
121
|
const localVarQueryParameter = {} as any
|
|
118
122
|
|
|
123
|
+
// authentication bearer required
|
|
124
|
+
// http bearer authentication required
|
|
125
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
126
|
+
|
|
119
127
|
// authentication oauth2 required
|
|
120
128
|
// oauth required
|
|
121
129
|
await setOAuthToObject(localVarHeaderParameter, 'oauth2', ['openid', 'profile', 'email'], configuration)
|
|
@@ -159,6 +167,10 @@ export const ApiKeysApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
159
167
|
const localVarHeaderParameter = {} as any
|
|
160
168
|
const localVarQueryParameter = {} as any
|
|
161
169
|
|
|
170
|
+
// authentication bearer required
|
|
171
|
+
// http bearer authentication required
|
|
172
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
173
|
+
|
|
162
174
|
// authentication oauth2 required
|
|
163
175
|
// oauth required
|
|
164
176
|
await setOAuthToObject(localVarHeaderParameter, 'oauth2', ['openid', 'profile', 'email'], configuration)
|
|
@@ -195,6 +207,10 @@ export const ApiKeysApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
195
207
|
const localVarHeaderParameter = {} as any
|
|
196
208
|
const localVarQueryParameter = {} as any
|
|
197
209
|
|
|
210
|
+
// authentication bearer required
|
|
211
|
+
// http bearer authentication required
|
|
212
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
213
|
+
|
|
198
214
|
// authentication oauth2 required
|
|
199
215
|
// oauth required
|
|
200
216
|
await setOAuthToObject(localVarHeaderParameter, 'oauth2', ['openid', 'profile', 'email'], configuration)
|
|
@@ -72,6 +72,10 @@ export const DockerRegistryApiAxiosParamCreator = function (configuration?: Conf
|
|
|
72
72
|
const localVarHeaderParameter = {} as any
|
|
73
73
|
const localVarQueryParameter = {} as any
|
|
74
74
|
|
|
75
|
+
// authentication bearer required
|
|
76
|
+
// http bearer authentication required
|
|
77
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
78
|
+
|
|
75
79
|
// authentication oauth2 required
|
|
76
80
|
// oauth required
|
|
77
81
|
await setOAuthToObject(localVarHeaderParameter, 'oauth2', ['openid', 'profile', 'email'], configuration)
|
|
@@ -118,6 +122,10 @@ export const DockerRegistryApiAxiosParamCreator = function (configuration?: Conf
|
|
|
118
122
|
const localVarHeaderParameter = {} as any
|
|
119
123
|
const localVarQueryParameter = {} as any
|
|
120
124
|
|
|
125
|
+
// authentication bearer required
|
|
126
|
+
// http bearer authentication required
|
|
127
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
128
|
+
|
|
121
129
|
// authentication oauth2 required
|
|
122
130
|
// oauth required
|
|
123
131
|
await setOAuthToObject(localVarHeaderParameter, 'oauth2', ['openid', 'profile', 'email'], configuration)
|
|
@@ -161,6 +169,10 @@ export const DockerRegistryApiAxiosParamCreator = function (configuration?: Conf
|
|
|
161
169
|
const localVarHeaderParameter = {} as any
|
|
162
170
|
const localVarQueryParameter = {} as any
|
|
163
171
|
|
|
172
|
+
// authentication bearer required
|
|
173
|
+
// http bearer authentication required
|
|
174
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
175
|
+
|
|
164
176
|
// authentication oauth2 required
|
|
165
177
|
// oauth required
|
|
166
178
|
await setOAuthToObject(localVarHeaderParameter, 'oauth2', ['openid', 'profile', 'email'], configuration)
|
|
@@ -200,6 +212,10 @@ export const DockerRegistryApiAxiosParamCreator = function (configuration?: Conf
|
|
|
200
212
|
const localVarHeaderParameter = {} as any
|
|
201
213
|
const localVarQueryParameter = {} as any
|
|
202
214
|
|
|
215
|
+
// authentication bearer required
|
|
216
|
+
// http bearer authentication required
|
|
217
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
218
|
+
|
|
203
219
|
// authentication oauth2 required
|
|
204
220
|
// oauth required
|
|
205
221
|
await setOAuthToObject(localVarHeaderParameter, 'oauth2', ['openid', 'profile', 'email'], configuration)
|
|
@@ -239,6 +255,10 @@ export const DockerRegistryApiAxiosParamCreator = function (configuration?: Conf
|
|
|
239
255
|
const localVarHeaderParameter = {} as any
|
|
240
256
|
const localVarQueryParameter = {} as any
|
|
241
257
|
|
|
258
|
+
// authentication bearer required
|
|
259
|
+
// http bearer authentication required
|
|
260
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
261
|
+
|
|
242
262
|
// authentication oauth2 required
|
|
243
263
|
// oauth required
|
|
244
264
|
await setOAuthToObject(localVarHeaderParameter, 'oauth2', ['openid', 'profile', 'email'], configuration)
|
|
@@ -282,6 +302,10 @@ export const DockerRegistryApiAxiosParamCreator = function (configuration?: Conf
|
|
|
282
302
|
const localVarHeaderParameter = {} as any
|
|
283
303
|
const localVarQueryParameter = {} as any
|
|
284
304
|
|
|
305
|
+
// authentication bearer required
|
|
306
|
+
// http bearer authentication required
|
|
307
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
308
|
+
|
|
285
309
|
// authentication oauth2 required
|
|
286
310
|
// oauth required
|
|
287
311
|
await setOAuthToObject(localVarHeaderParameter, 'oauth2', ['openid', 'profile', 'email'], configuration)
|
|
@@ -329,6 +353,10 @@ export const DockerRegistryApiAxiosParamCreator = function (configuration?: Conf
|
|
|
329
353
|
const localVarHeaderParameter = {} as any
|
|
330
354
|
const localVarQueryParameter = {} as any
|
|
331
355
|
|
|
356
|
+
// authentication bearer required
|
|
357
|
+
// http bearer authentication required
|
|
358
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
359
|
+
|
|
332
360
|
// authentication oauth2 required
|
|
333
361
|
// oauth required
|
|
334
362
|
await setOAuthToObject(localVarHeaderParameter, 'oauth2', ['openid', 'profile', 'email'], configuration)
|
package/api/images-api.ts
CHANGED
|
@@ -74,6 +74,10 @@ export const ImagesApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
74
74
|
const localVarHeaderParameter = {} as any
|
|
75
75
|
const localVarQueryParameter = {} as any
|
|
76
76
|
|
|
77
|
+
// authentication bearer required
|
|
78
|
+
// http bearer authentication required
|
|
79
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
80
|
+
|
|
77
81
|
// authentication oauth2 required
|
|
78
82
|
// oauth required
|
|
79
83
|
await setOAuthToObject(localVarHeaderParameter, 'oauth2', ['openid', 'profile', 'email'], configuration)
|
|
@@ -120,6 +124,10 @@ export const ImagesApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
120
124
|
const localVarHeaderParameter = {} as any
|
|
121
125
|
const localVarQueryParameter = {} as any
|
|
122
126
|
|
|
127
|
+
// authentication bearer required
|
|
128
|
+
// http bearer authentication required
|
|
129
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
130
|
+
|
|
123
131
|
// authentication oauth2 required
|
|
124
132
|
// oauth required
|
|
125
133
|
await setOAuthToObject(localVarHeaderParameter, 'oauth2', ['openid', 'profile', 'email'], configuration)
|
|
@@ -171,6 +179,10 @@ export const ImagesApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
171
179
|
const localVarHeaderParameter = {} as any
|
|
172
180
|
const localVarQueryParameter = {} as any
|
|
173
181
|
|
|
182
|
+
// authentication bearer required
|
|
183
|
+
// http bearer authentication required
|
|
184
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
185
|
+
|
|
174
186
|
// authentication oauth2 required
|
|
175
187
|
// oauth required
|
|
176
188
|
await setOAuthToObject(localVarHeaderParameter, 'oauth2', ['openid', 'profile', 'email'], configuration)
|
|
@@ -218,6 +230,10 @@ export const ImagesApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
218
230
|
const localVarHeaderParameter = {} as any
|
|
219
231
|
const localVarQueryParameter = {} as any
|
|
220
232
|
|
|
233
|
+
// authentication bearer required
|
|
234
|
+
// http bearer authentication required
|
|
235
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
236
|
+
|
|
221
237
|
// authentication oauth2 required
|
|
222
238
|
// oauth required
|
|
223
239
|
await setOAuthToObject(localVarHeaderParameter, 'oauth2', ['openid', 'profile', 'email'], configuration)
|
|
@@ -268,6 +284,10 @@ export const ImagesApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
268
284
|
const localVarHeaderParameter = {} as any
|
|
269
285
|
const localVarQueryParameter = {} as any
|
|
270
286
|
|
|
287
|
+
// authentication bearer required
|
|
288
|
+
// http bearer authentication required
|
|
289
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
290
|
+
|
|
271
291
|
// authentication oauth2 required
|
|
272
292
|
// oauth required
|
|
273
293
|
await setOAuthToObject(localVarHeaderParameter, 'oauth2', ['openid', 'profile', 'email'], configuration)
|
package/api/nodes-api.ts
CHANGED
|
@@ -61,6 +61,10 @@ export const NodesApiAxiosParamCreator = function (configuration?: Configuration
|
|
|
61
61
|
const localVarHeaderParameter = {} as any
|
|
62
62
|
const localVarQueryParameter = {} as any
|
|
63
63
|
|
|
64
|
+
// authentication bearer required
|
|
65
|
+
// http bearer authentication required
|
|
66
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
67
|
+
|
|
64
68
|
// authentication oauth2 required
|
|
65
69
|
// oauth required
|
|
66
70
|
await setOAuthToObject(localVarHeaderParameter, 'oauth2', ['openid', 'profile', 'email'], configuration)
|
|
@@ -96,6 +100,10 @@ export const NodesApiAxiosParamCreator = function (configuration?: Configuration
|
|
|
96
100
|
const localVarHeaderParameter = {} as any
|
|
97
101
|
const localVarQueryParameter = {} as any
|
|
98
102
|
|
|
103
|
+
// authentication bearer required
|
|
104
|
+
// http bearer authentication required
|
|
105
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
106
|
+
|
|
99
107
|
// authentication oauth2 required
|
|
100
108
|
// oauth required
|
|
101
109
|
await setOAuthToObject(localVarHeaderParameter, 'oauth2', ['openid', 'profile', 'email'], configuration)
|
|
@@ -131,6 +139,10 @@ export const NodesApiAxiosParamCreator = function (configuration?: Configuration
|
|
|
131
139
|
const localVarHeaderParameter = {} as any
|
|
132
140
|
const localVarQueryParameter = {} as any
|
|
133
141
|
|
|
142
|
+
// authentication bearer required
|
|
143
|
+
// http bearer authentication required
|
|
144
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
145
|
+
|
|
134
146
|
// authentication oauth2 required
|
|
135
147
|
// oauth required
|
|
136
148
|
await setOAuthToObject(localVarHeaderParameter, 'oauth2', ['openid', 'profile', 'email'], configuration)
|