@blaxel/core 0.2.95-preview.199 → 0.2.95-preview.200
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/dist/cjs/.tsbuildinfo +1 -1
- package/dist/cjs/client/sdk.gen.js +955 -140
- package/dist/cjs/common/settings.js +2 -2
- package/dist/cjs/drive/index.js +9 -1
- package/dist/cjs/types/client/sdk.gen.d.ts +35 -1
- package/dist/cjs/types/client/types.gen.d.ts +421 -34
- package/dist/cjs/types/drive/index.d.ts +3 -0
- package/dist/cjs-browser/.tsbuildinfo +1 -1
- package/dist/cjs-browser/client/sdk.gen.js +955 -140
- package/dist/cjs-browser/common/settings.js +2 -2
- package/dist/cjs-browser/drive/index.js +9 -1
- package/dist/cjs-browser/types/client/sdk.gen.d.ts +35 -1
- package/dist/cjs-browser/types/client/types.gen.d.ts +421 -34
- package/dist/cjs-browser/types/drive/index.d.ts +3 -0
- package/dist/esm/.tsbuildinfo +1 -1
- package/dist/esm/client/sdk.gen.js +945 -137
- package/dist/esm/common/settings.js +2 -2
- package/dist/esm/drive/index.js +9 -1
- package/dist/esm-browser/.tsbuildinfo +1 -1
- package/dist/esm-browser/client/sdk.gen.js +945 -137
- package/dist/esm-browser/common/settings.js +2 -2
- package/dist/esm-browser/drive/index.js +9 -1
- package/package.json +1 -1
|
@@ -6,7 +6,12 @@ import { client as _heyApiClient } from "./client.gen.js";
|
|
|
6
6
|
*/
|
|
7
7
|
export const listAgents = (options) => {
|
|
8
8
|
return (options?.client ?? _heyApiClient).get({
|
|
9
|
-
security: [
|
|
9
|
+
security: [
|
|
10
|
+
{
|
|
11
|
+
scheme: 'bearer',
|
|
12
|
+
type: 'http'
|
|
13
|
+
}
|
|
14
|
+
],
|
|
10
15
|
url: '/agents',
|
|
11
16
|
...options
|
|
12
17
|
});
|
|
@@ -17,7 +22,12 @@ export const listAgents = (options) => {
|
|
|
17
22
|
*/
|
|
18
23
|
export const createAgent = (options) => {
|
|
19
24
|
return (options.client ?? _heyApiClient).post({
|
|
20
|
-
security: [
|
|
25
|
+
security: [
|
|
26
|
+
{
|
|
27
|
+
scheme: 'bearer',
|
|
28
|
+
type: 'http'
|
|
29
|
+
}
|
|
30
|
+
],
|
|
21
31
|
url: '/agents',
|
|
22
32
|
...options,
|
|
23
33
|
headers: {
|
|
@@ -32,7 +42,12 @@ export const createAgent = (options) => {
|
|
|
32
42
|
*/
|
|
33
43
|
export const deleteAgent = (options) => {
|
|
34
44
|
return (options.client ?? _heyApiClient).delete({
|
|
35
|
-
security: [
|
|
45
|
+
security: [
|
|
46
|
+
{
|
|
47
|
+
scheme: 'bearer',
|
|
48
|
+
type: 'http'
|
|
49
|
+
}
|
|
50
|
+
],
|
|
36
51
|
url: '/agents/{agentName}',
|
|
37
52
|
...options
|
|
38
53
|
});
|
|
@@ -43,7 +58,12 @@ export const deleteAgent = (options) => {
|
|
|
43
58
|
*/
|
|
44
59
|
export const getAgent = (options) => {
|
|
45
60
|
return (options.client ?? _heyApiClient).get({
|
|
46
|
-
security: [
|
|
61
|
+
security: [
|
|
62
|
+
{
|
|
63
|
+
scheme: 'bearer',
|
|
64
|
+
type: 'http'
|
|
65
|
+
}
|
|
66
|
+
],
|
|
47
67
|
url: '/agents/{agentName}',
|
|
48
68
|
...options
|
|
49
69
|
});
|
|
@@ -54,7 +74,12 @@ export const getAgent = (options) => {
|
|
|
54
74
|
*/
|
|
55
75
|
export const updateAgent = (options) => {
|
|
56
76
|
return (options.client ?? _heyApiClient).put({
|
|
57
|
-
security: [
|
|
77
|
+
security: [
|
|
78
|
+
{
|
|
79
|
+
scheme: 'bearer',
|
|
80
|
+
type: 'http'
|
|
81
|
+
}
|
|
82
|
+
],
|
|
58
83
|
url: '/agents/{agentName}',
|
|
59
84
|
...options,
|
|
60
85
|
headers: {
|
|
@@ -68,18 +93,151 @@ export const updateAgent = (options) => {
|
|
|
68
93
|
*/
|
|
69
94
|
export const listAgentRevisions = (options) => {
|
|
70
95
|
return (options.client ?? _heyApiClient).get({
|
|
71
|
-
security: [
|
|
96
|
+
security: [
|
|
97
|
+
{
|
|
98
|
+
scheme: 'bearer',
|
|
99
|
+
type: 'http'
|
|
100
|
+
}
|
|
101
|
+
],
|
|
72
102
|
url: '/agents/{agentName}/revisions',
|
|
73
103
|
...options
|
|
74
104
|
});
|
|
75
105
|
};
|
|
106
|
+
/**
|
|
107
|
+
* List all applications
|
|
108
|
+
* Returns applications deployed in the workspace. Each application includes its deployment status, runtime configuration, and endpoint URL. Starting with API version 2026-04-28 the response is wrapped in `{data, meta}` and supports cursor pagination via the `cursor` and `limit` query parameters; older versions keep returning a bare array with all applications.
|
|
109
|
+
*/
|
|
110
|
+
export const listApplications = (options) => {
|
|
111
|
+
return (options?.client ?? _heyApiClient).get({
|
|
112
|
+
security: [
|
|
113
|
+
{
|
|
114
|
+
scheme: 'bearer',
|
|
115
|
+
type: 'http'
|
|
116
|
+
}
|
|
117
|
+
],
|
|
118
|
+
url: '/applications',
|
|
119
|
+
...options
|
|
120
|
+
});
|
|
121
|
+
};
|
|
122
|
+
/**
|
|
123
|
+
* Create application
|
|
124
|
+
* Creates a new application deployment. Applications are long-running workloads that default to public access and mk3 generation.
|
|
125
|
+
*/
|
|
126
|
+
export const createApplication = (options) => {
|
|
127
|
+
return (options.client ?? _heyApiClient).post({
|
|
128
|
+
security: [
|
|
129
|
+
{
|
|
130
|
+
scheme: 'bearer',
|
|
131
|
+
type: 'http'
|
|
132
|
+
}
|
|
133
|
+
],
|
|
134
|
+
url: '/applications',
|
|
135
|
+
...options,
|
|
136
|
+
headers: {
|
|
137
|
+
'Content-Type': 'application/json',
|
|
138
|
+
...options?.headers
|
|
139
|
+
}
|
|
140
|
+
});
|
|
141
|
+
};
|
|
142
|
+
/**
|
|
143
|
+
* Delete application
|
|
144
|
+
* Permanently deletes an application and all its deployment history. The application endpoint will immediately stop responding. This action cannot be undone.
|
|
145
|
+
*/
|
|
146
|
+
export const deleteApplication = (options) => {
|
|
147
|
+
return (options.client ?? _heyApiClient).delete({
|
|
148
|
+
security: [
|
|
149
|
+
{
|
|
150
|
+
scheme: 'bearer',
|
|
151
|
+
type: 'http'
|
|
152
|
+
}
|
|
153
|
+
],
|
|
154
|
+
url: '/applications/{applicationName}',
|
|
155
|
+
...options
|
|
156
|
+
});
|
|
157
|
+
};
|
|
158
|
+
/**
|
|
159
|
+
* Get application
|
|
160
|
+
* Returns detailed information about an application including its current deployment status, configuration, events history, and endpoint URL.
|
|
161
|
+
*/
|
|
162
|
+
export const getApplication = (options) => {
|
|
163
|
+
return (options.client ?? _heyApiClient).get({
|
|
164
|
+
security: [
|
|
165
|
+
{
|
|
166
|
+
scheme: 'bearer',
|
|
167
|
+
type: 'http'
|
|
168
|
+
}
|
|
169
|
+
],
|
|
170
|
+
url: '/applications/{applicationName}',
|
|
171
|
+
...options
|
|
172
|
+
});
|
|
173
|
+
};
|
|
174
|
+
/**
|
|
175
|
+
* Update application
|
|
176
|
+
* Updates an application's configuration and triggers a new deployment. Changes to runtime settings, environment variables, or scaling parameters will be applied on the next deployment.
|
|
177
|
+
*/
|
|
178
|
+
export const updateApplication = (options) => {
|
|
179
|
+
return (options.client ?? _heyApiClient).put({
|
|
180
|
+
security: [
|
|
181
|
+
{
|
|
182
|
+
scheme: 'bearer',
|
|
183
|
+
type: 'http'
|
|
184
|
+
}
|
|
185
|
+
],
|
|
186
|
+
url: '/applications/{applicationName}',
|
|
187
|
+
...options,
|
|
188
|
+
headers: {
|
|
189
|
+
'Content-Type': 'application/json',
|
|
190
|
+
...options?.headers
|
|
191
|
+
}
|
|
192
|
+
});
|
|
193
|
+
};
|
|
194
|
+
/**
|
|
195
|
+
* Create application custom domain
|
|
196
|
+
* Creates a new custom domain scoped to a specific application. After creation, you must configure DNS records and verify domain ownership before it becomes active.
|
|
197
|
+
*/
|
|
198
|
+
export const createApplicationCustomDomain = (options) => {
|
|
199
|
+
return (options.client ?? _heyApiClient).post({
|
|
200
|
+
security: [
|
|
201
|
+
{
|
|
202
|
+
scheme: 'bearer',
|
|
203
|
+
type: 'http'
|
|
204
|
+
}
|
|
205
|
+
],
|
|
206
|
+
url: '/applications/{applicationName}/customdomains',
|
|
207
|
+
...options,
|
|
208
|
+
headers: {
|
|
209
|
+
'Content-Type': 'application/json',
|
|
210
|
+
...options?.headers
|
|
211
|
+
}
|
|
212
|
+
});
|
|
213
|
+
};
|
|
214
|
+
/**
|
|
215
|
+
* List all application revisions
|
|
216
|
+
*/
|
|
217
|
+
export const listApplicationRevisions = (options) => {
|
|
218
|
+
return (options.client ?? _heyApiClient).get({
|
|
219
|
+
security: [
|
|
220
|
+
{
|
|
221
|
+
scheme: 'bearer',
|
|
222
|
+
type: 'http'
|
|
223
|
+
}
|
|
224
|
+
],
|
|
225
|
+
url: '/applications/{applicationName}/revisions',
|
|
226
|
+
...options
|
|
227
|
+
});
|
|
228
|
+
};
|
|
76
229
|
/**
|
|
77
230
|
* Get platform configuration
|
|
78
231
|
* Returns global platform configuration including available regions, countries, continents, and private locations for deployment policies.
|
|
79
232
|
*/
|
|
80
233
|
export const getConfiguration = (options) => {
|
|
81
234
|
return (options?.client ?? _heyApiClient).get({
|
|
82
|
-
security: [
|
|
235
|
+
security: [
|
|
236
|
+
{
|
|
237
|
+
scheme: 'bearer',
|
|
238
|
+
type: 'http'
|
|
239
|
+
}
|
|
240
|
+
],
|
|
83
241
|
url: '/configuration',
|
|
84
242
|
...options
|
|
85
243
|
});
|
|
@@ -90,7 +248,12 @@ export const getConfiguration = (options) => {
|
|
|
90
248
|
*/
|
|
91
249
|
export const listCustomDomains = (options) => {
|
|
92
250
|
return (options?.client ?? _heyApiClient).get({
|
|
93
|
-
security: [
|
|
251
|
+
security: [
|
|
252
|
+
{
|
|
253
|
+
scheme: 'bearer',
|
|
254
|
+
type: 'http'
|
|
255
|
+
}
|
|
256
|
+
],
|
|
94
257
|
url: '/customdomains',
|
|
95
258
|
...options
|
|
96
259
|
});
|
|
@@ -101,7 +264,12 @@ export const listCustomDomains = (options) => {
|
|
|
101
264
|
*/
|
|
102
265
|
export const createCustomDomain = (options) => {
|
|
103
266
|
return (options.client ?? _heyApiClient).post({
|
|
104
|
-
security: [
|
|
267
|
+
security: [
|
|
268
|
+
{
|
|
269
|
+
scheme: 'bearer',
|
|
270
|
+
type: 'http'
|
|
271
|
+
}
|
|
272
|
+
],
|
|
105
273
|
url: '/customdomains',
|
|
106
274
|
...options,
|
|
107
275
|
headers: {
|
|
@@ -115,7 +283,12 @@ export const createCustomDomain = (options) => {
|
|
|
115
283
|
*/
|
|
116
284
|
export const deleteCustomDomain = (options) => {
|
|
117
285
|
return (options.client ?? _heyApiClient).delete({
|
|
118
|
-
security: [
|
|
286
|
+
security: [
|
|
287
|
+
{
|
|
288
|
+
scheme: 'bearer',
|
|
289
|
+
type: 'http'
|
|
290
|
+
}
|
|
291
|
+
],
|
|
119
292
|
url: '/customdomains/{domainName}',
|
|
120
293
|
...options
|
|
121
294
|
});
|
|
@@ -125,7 +298,12 @@ export const deleteCustomDomain = (options) => {
|
|
|
125
298
|
*/
|
|
126
299
|
export const getCustomDomain = (options) => {
|
|
127
300
|
return (options.client ?? _heyApiClient).get({
|
|
128
|
-
security: [
|
|
301
|
+
security: [
|
|
302
|
+
{
|
|
303
|
+
scheme: 'bearer',
|
|
304
|
+
type: 'http'
|
|
305
|
+
}
|
|
306
|
+
],
|
|
129
307
|
url: '/customdomains/{domainName}',
|
|
130
308
|
...options
|
|
131
309
|
});
|
|
@@ -135,7 +313,12 @@ export const getCustomDomain = (options) => {
|
|
|
135
313
|
*/
|
|
136
314
|
export const updateCustomDomain = (options) => {
|
|
137
315
|
return (options.client ?? _heyApiClient).put({
|
|
138
|
-
security: [
|
|
316
|
+
security: [
|
|
317
|
+
{
|
|
318
|
+
scheme: 'bearer',
|
|
319
|
+
type: 'http'
|
|
320
|
+
}
|
|
321
|
+
],
|
|
139
322
|
url: '/customdomains/{domainName}',
|
|
140
323
|
...options,
|
|
141
324
|
headers: {
|
|
@@ -149,7 +332,12 @@ export const updateCustomDomain = (options) => {
|
|
|
149
332
|
*/
|
|
150
333
|
export const verifyCustomDomain = (options) => {
|
|
151
334
|
return (options.client ?? _heyApiClient).post({
|
|
152
|
-
security: [
|
|
335
|
+
security: [
|
|
336
|
+
{
|
|
337
|
+
scheme: 'bearer',
|
|
338
|
+
type: 'http'
|
|
339
|
+
}
|
|
340
|
+
],
|
|
153
341
|
url: '/customdomains/{domainName}/verify',
|
|
154
342
|
...options
|
|
155
343
|
});
|
|
@@ -160,7 +348,12 @@ export const verifyCustomDomain = (options) => {
|
|
|
160
348
|
*/
|
|
161
349
|
export const listDrives = (options) => {
|
|
162
350
|
return (options?.client ?? _heyApiClient).get({
|
|
163
|
-
security: [
|
|
351
|
+
security: [
|
|
352
|
+
{
|
|
353
|
+
scheme: 'bearer',
|
|
354
|
+
type: 'http'
|
|
355
|
+
}
|
|
356
|
+
],
|
|
164
357
|
url: '/drives',
|
|
165
358
|
...options
|
|
166
359
|
});
|
|
@@ -171,7 +364,12 @@ export const listDrives = (options) => {
|
|
|
171
364
|
*/
|
|
172
365
|
export const createDrive = (options) => {
|
|
173
366
|
return (options.client ?? _heyApiClient).post({
|
|
174
|
-
security: [
|
|
367
|
+
security: [
|
|
368
|
+
{
|
|
369
|
+
scheme: 'bearer',
|
|
370
|
+
type: 'http'
|
|
371
|
+
}
|
|
372
|
+
],
|
|
175
373
|
url: '/drives',
|
|
176
374
|
...options,
|
|
177
375
|
headers: {
|
|
@@ -186,7 +384,12 @@ export const createDrive = (options) => {
|
|
|
186
384
|
*/
|
|
187
385
|
export const deleteDrive = (options) => {
|
|
188
386
|
return (options.client ?? _heyApiClient).delete({
|
|
189
|
-
security: [
|
|
387
|
+
security: [
|
|
388
|
+
{
|
|
389
|
+
scheme: 'bearer',
|
|
390
|
+
type: 'http'
|
|
391
|
+
}
|
|
392
|
+
],
|
|
190
393
|
url: '/drives/{driveName}',
|
|
191
394
|
...options
|
|
192
395
|
});
|
|
@@ -197,7 +400,12 @@ export const deleteDrive = (options) => {
|
|
|
197
400
|
*/
|
|
198
401
|
export const getDrive = (options) => {
|
|
199
402
|
return (options.client ?? _heyApiClient).get({
|
|
200
|
-
security: [
|
|
403
|
+
security: [
|
|
404
|
+
{
|
|
405
|
+
scheme: 'bearer',
|
|
406
|
+
type: 'http'
|
|
407
|
+
}
|
|
408
|
+
],
|
|
201
409
|
url: '/drives/{driveName}',
|
|
202
410
|
...options
|
|
203
411
|
});
|
|
@@ -208,7 +416,12 @@ export const getDrive = (options) => {
|
|
|
208
416
|
*/
|
|
209
417
|
export const updateDrive = (options) => {
|
|
210
418
|
return (options.client ?? _heyApiClient).put({
|
|
211
|
-
security: [
|
|
419
|
+
security: [
|
|
420
|
+
{
|
|
421
|
+
scheme: 'bearer',
|
|
422
|
+
type: 'http'
|
|
423
|
+
}
|
|
424
|
+
],
|
|
212
425
|
url: '/drives/{driveName}',
|
|
213
426
|
...options,
|
|
214
427
|
headers: {
|
|
@@ -223,7 +436,12 @@ export const updateDrive = (options) => {
|
|
|
223
436
|
*/
|
|
224
437
|
export const createDriveAccessToken = (options) => {
|
|
225
438
|
return (options.client ?? _heyApiClient).post({
|
|
226
|
-
security: [
|
|
439
|
+
security: [
|
|
440
|
+
{
|
|
441
|
+
scheme: 'bearer',
|
|
442
|
+
type: 'http'
|
|
443
|
+
}
|
|
444
|
+
],
|
|
227
445
|
url: '/drives/{driveName}/access-token',
|
|
228
446
|
...options
|
|
229
447
|
});
|
|
@@ -243,7 +461,12 @@ export const getDriveJwks = (options) => {
|
|
|
243
461
|
*/
|
|
244
462
|
export const listAllEgressGateways = (options) => {
|
|
245
463
|
return (options?.client ?? _heyApiClient).get({
|
|
246
|
-
security: [
|
|
464
|
+
security: [
|
|
465
|
+
{
|
|
466
|
+
scheme: 'bearer',
|
|
467
|
+
type: 'http'
|
|
468
|
+
}
|
|
469
|
+
],
|
|
247
470
|
url: '/egressgateways',
|
|
248
471
|
...options
|
|
249
472
|
});
|
|
@@ -254,7 +477,12 @@ export const listAllEgressGateways = (options) => {
|
|
|
254
477
|
*/
|
|
255
478
|
export const getEgressGatewayUsage = (options) => {
|
|
256
479
|
return (options?.client ?? _heyApiClient).get({
|
|
257
|
-
security: [
|
|
480
|
+
security: [
|
|
481
|
+
{
|
|
482
|
+
scheme: 'bearer',
|
|
483
|
+
type: 'http'
|
|
484
|
+
}
|
|
485
|
+
],
|
|
258
486
|
url: '/egressgateways/usage',
|
|
259
487
|
...options
|
|
260
488
|
});
|
|
@@ -264,7 +492,12 @@ export const getEgressGatewayUsage = (options) => {
|
|
|
264
492
|
*/
|
|
265
493
|
export const listAllEgressIps = (options) => {
|
|
266
494
|
return (options?.client ?? _heyApiClient).get({
|
|
267
|
-
security: [
|
|
495
|
+
security: [
|
|
496
|
+
{
|
|
497
|
+
scheme: 'bearer',
|
|
498
|
+
type: 'http'
|
|
499
|
+
}
|
|
500
|
+
],
|
|
268
501
|
url: '/egressips',
|
|
269
502
|
...options
|
|
270
503
|
});
|
|
@@ -275,7 +508,12 @@ export const listAllEgressIps = (options) => {
|
|
|
275
508
|
*/
|
|
276
509
|
export const getWorkspaceFeatures = (options) => {
|
|
277
510
|
return (options?.client ?? _heyApiClient).get({
|
|
278
|
-
security: [
|
|
511
|
+
security: [
|
|
512
|
+
{
|
|
513
|
+
scheme: 'bearer',
|
|
514
|
+
type: 'http'
|
|
515
|
+
}
|
|
516
|
+
],
|
|
279
517
|
url: '/features',
|
|
280
518
|
...options
|
|
281
519
|
});
|
|
@@ -286,7 +524,12 @@ export const getWorkspaceFeatures = (options) => {
|
|
|
286
524
|
*/
|
|
287
525
|
export const testFeatureFlag = (options) => {
|
|
288
526
|
return (options.client ?? _heyApiClient).get({
|
|
289
|
-
security: [
|
|
527
|
+
security: [
|
|
528
|
+
{
|
|
529
|
+
scheme: 'bearer',
|
|
530
|
+
type: 'http'
|
|
531
|
+
}
|
|
532
|
+
],
|
|
290
533
|
url: '/features/{featureKey}',
|
|
291
534
|
...options
|
|
292
535
|
});
|
|
@@ -297,7 +540,12 @@ export const testFeatureFlag = (options) => {
|
|
|
297
540
|
*/
|
|
298
541
|
export const listFunctions = (options) => {
|
|
299
542
|
return (options?.client ?? _heyApiClient).get({
|
|
300
|
-
security: [
|
|
543
|
+
security: [
|
|
544
|
+
{
|
|
545
|
+
scheme: 'bearer',
|
|
546
|
+
type: 'http'
|
|
547
|
+
}
|
|
548
|
+
],
|
|
301
549
|
url: '/functions',
|
|
302
550
|
...options
|
|
303
551
|
});
|
|
@@ -308,7 +556,12 @@ export const listFunctions = (options) => {
|
|
|
308
556
|
*/
|
|
309
557
|
export const createFunction = (options) => {
|
|
310
558
|
return (options.client ?? _heyApiClient).post({
|
|
311
|
-
security: [
|
|
559
|
+
security: [
|
|
560
|
+
{
|
|
561
|
+
scheme: 'bearer',
|
|
562
|
+
type: 'http'
|
|
563
|
+
}
|
|
564
|
+
],
|
|
312
565
|
url: '/functions',
|
|
313
566
|
...options,
|
|
314
567
|
headers: {
|
|
@@ -323,7 +576,12 @@ export const createFunction = (options) => {
|
|
|
323
576
|
*/
|
|
324
577
|
export const deleteFunction = (options) => {
|
|
325
578
|
return (options.client ?? _heyApiClient).delete({
|
|
326
|
-
security: [
|
|
579
|
+
security: [
|
|
580
|
+
{
|
|
581
|
+
scheme: 'bearer',
|
|
582
|
+
type: 'http'
|
|
583
|
+
}
|
|
584
|
+
],
|
|
327
585
|
url: '/functions/{functionName}',
|
|
328
586
|
...options
|
|
329
587
|
});
|
|
@@ -334,7 +592,12 @@ export const deleteFunction = (options) => {
|
|
|
334
592
|
*/
|
|
335
593
|
export const getFunction = (options) => {
|
|
336
594
|
return (options.client ?? _heyApiClient).get({
|
|
337
|
-
security: [
|
|
595
|
+
security: [
|
|
596
|
+
{
|
|
597
|
+
scheme: 'bearer',
|
|
598
|
+
type: 'http'
|
|
599
|
+
}
|
|
600
|
+
],
|
|
338
601
|
url: '/functions/{functionName}',
|
|
339
602
|
...options
|
|
340
603
|
});
|
|
@@ -345,7 +608,12 @@ export const getFunction = (options) => {
|
|
|
345
608
|
*/
|
|
346
609
|
export const updateFunction = (options) => {
|
|
347
610
|
return (options.client ?? _heyApiClient).put({
|
|
348
|
-
security: [
|
|
611
|
+
security: [
|
|
612
|
+
{
|
|
613
|
+
scheme: 'bearer',
|
|
614
|
+
type: 'http'
|
|
615
|
+
}
|
|
616
|
+
],
|
|
349
617
|
url: '/functions/{functionName}',
|
|
350
618
|
...options,
|
|
351
619
|
headers: {
|
|
@@ -360,7 +628,12 @@ export const updateFunction = (options) => {
|
|
|
360
628
|
*/
|
|
361
629
|
export const listFunctionRevisions = (options) => {
|
|
362
630
|
return (options.client ?? _heyApiClient).get({
|
|
363
|
-
security: [
|
|
631
|
+
security: [
|
|
632
|
+
{
|
|
633
|
+
scheme: 'bearer',
|
|
634
|
+
type: 'http'
|
|
635
|
+
}
|
|
636
|
+
],
|
|
364
637
|
url: '/functions/{functionName}/revisions',
|
|
365
638
|
...options
|
|
366
639
|
});
|
|
@@ -371,7 +644,12 @@ export const listFunctionRevisions = (options) => {
|
|
|
371
644
|
*/
|
|
372
645
|
export const cleanupImages = (options) => {
|
|
373
646
|
return (options?.client ?? _heyApiClient).delete({
|
|
374
|
-
security: [
|
|
647
|
+
security: [
|
|
648
|
+
{
|
|
649
|
+
scheme: 'bearer',
|
|
650
|
+
type: 'http'
|
|
651
|
+
}
|
|
652
|
+
],
|
|
375
653
|
url: '/images',
|
|
376
654
|
...options
|
|
377
655
|
});
|
|
@@ -382,7 +660,12 @@ export const cleanupImages = (options) => {
|
|
|
382
660
|
*/
|
|
383
661
|
export const listImages = (options) => {
|
|
384
662
|
return (options?.client ?? _heyApiClient).get({
|
|
385
|
-
security: [
|
|
663
|
+
security: [
|
|
664
|
+
{
|
|
665
|
+
scheme: 'bearer',
|
|
666
|
+
type: 'http'
|
|
667
|
+
}
|
|
668
|
+
],
|
|
386
669
|
url: '/images',
|
|
387
670
|
...options
|
|
388
671
|
});
|
|
@@ -393,7 +676,12 @@ export const listImages = (options) => {
|
|
|
393
676
|
*/
|
|
394
677
|
export const createImage = (options) => {
|
|
395
678
|
return (options.client ?? _heyApiClient).post({
|
|
396
|
-
security: [
|
|
679
|
+
security: [
|
|
680
|
+
{
|
|
681
|
+
scheme: 'bearer',
|
|
682
|
+
type: 'http'
|
|
683
|
+
}
|
|
684
|
+
],
|
|
397
685
|
url: '/images',
|
|
398
686
|
...options,
|
|
399
687
|
headers: {
|
|
@@ -408,7 +696,12 @@ export const createImage = (options) => {
|
|
|
408
696
|
*/
|
|
409
697
|
export const deleteImage = (options) => {
|
|
410
698
|
return (options.client ?? _heyApiClient).delete({
|
|
411
|
-
security: [
|
|
699
|
+
security: [
|
|
700
|
+
{
|
|
701
|
+
scheme: 'bearer',
|
|
702
|
+
type: 'http'
|
|
703
|
+
}
|
|
704
|
+
],
|
|
412
705
|
url: '/images/{resourceType}/{imageName}',
|
|
413
706
|
...options
|
|
414
707
|
});
|
|
@@ -419,7 +712,12 @@ export const deleteImage = (options) => {
|
|
|
419
712
|
*/
|
|
420
713
|
export const getImage = (options) => {
|
|
421
714
|
return (options.client ?? _heyApiClient).get({
|
|
422
|
-
security: [
|
|
715
|
+
security: [
|
|
716
|
+
{
|
|
717
|
+
scheme: 'bearer',
|
|
718
|
+
type: 'http'
|
|
719
|
+
}
|
|
720
|
+
],
|
|
423
721
|
url: '/images/{resourceType}/{imageName}',
|
|
424
722
|
...options
|
|
425
723
|
});
|
|
@@ -430,7 +728,12 @@ export const getImage = (options) => {
|
|
|
430
728
|
*/
|
|
431
729
|
export const listImageShares = (options) => {
|
|
432
730
|
return (options.client ?? _heyApiClient).get({
|
|
433
|
-
security: [
|
|
731
|
+
security: [
|
|
732
|
+
{
|
|
733
|
+
scheme: 'bearer',
|
|
734
|
+
type: 'http'
|
|
735
|
+
}
|
|
736
|
+
],
|
|
434
737
|
url: '/images/{resourceType}/{imageName}/share',
|
|
435
738
|
...options
|
|
436
739
|
});
|
|
@@ -441,7 +744,12 @@ export const listImageShares = (options) => {
|
|
|
441
744
|
*/
|
|
442
745
|
export const shareImage = (options) => {
|
|
443
746
|
return (options.client ?? _heyApiClient).post({
|
|
444
|
-
security: [
|
|
747
|
+
security: [
|
|
748
|
+
{
|
|
749
|
+
scheme: 'bearer',
|
|
750
|
+
type: 'http'
|
|
751
|
+
}
|
|
752
|
+
],
|
|
445
753
|
url: '/images/{resourceType}/{imageName}/share',
|
|
446
754
|
...options,
|
|
447
755
|
headers: {
|
|
@@ -456,7 +764,12 @@ export const shareImage = (options) => {
|
|
|
456
764
|
*/
|
|
457
765
|
export const unshareImage = (options) => {
|
|
458
766
|
return (options.client ?? _heyApiClient).delete({
|
|
459
|
-
security: [
|
|
767
|
+
security: [
|
|
768
|
+
{
|
|
769
|
+
scheme: 'bearer',
|
|
770
|
+
type: 'http'
|
|
771
|
+
}
|
|
772
|
+
],
|
|
460
773
|
url: '/images/{resourceType}/{imageName}/share/{targetWorkspace}',
|
|
461
774
|
...options
|
|
462
775
|
});
|
|
@@ -467,7 +780,12 @@ export const unshareImage = (options) => {
|
|
|
467
780
|
*/
|
|
468
781
|
export const deleteImageTag = (options) => {
|
|
469
782
|
return (options.client ?? _heyApiClient).delete({
|
|
470
|
-
security: [
|
|
783
|
+
security: [
|
|
784
|
+
{
|
|
785
|
+
scheme: 'bearer',
|
|
786
|
+
type: 'http'
|
|
787
|
+
}
|
|
788
|
+
],
|
|
471
789
|
url: '/images/{resourceType}/{imageName}/tags/{tagName}',
|
|
472
790
|
...options
|
|
473
791
|
});
|
|
@@ -478,7 +796,12 @@ export const deleteImageTag = (options) => {
|
|
|
478
796
|
*/
|
|
479
797
|
export const getIntegration = (options) => {
|
|
480
798
|
return (options.client ?? _heyApiClient).get({
|
|
481
|
-
security: [
|
|
799
|
+
security: [
|
|
800
|
+
{
|
|
801
|
+
scheme: 'bearer',
|
|
802
|
+
type: 'http'
|
|
803
|
+
}
|
|
804
|
+
],
|
|
482
805
|
url: '/integrations/{integrationName}',
|
|
483
806
|
...options
|
|
484
807
|
});
|
|
@@ -489,7 +812,12 @@ export const getIntegration = (options) => {
|
|
|
489
812
|
*/
|
|
490
813
|
export const listIntegrationConnections = (options) => {
|
|
491
814
|
return (options?.client ?? _heyApiClient).get({
|
|
492
|
-
security: [
|
|
815
|
+
security: [
|
|
816
|
+
{
|
|
817
|
+
scheme: 'bearer',
|
|
818
|
+
type: 'http'
|
|
819
|
+
}
|
|
820
|
+
],
|
|
493
821
|
url: '/integrations/connections',
|
|
494
822
|
...options
|
|
495
823
|
});
|
|
@@ -500,7 +828,12 @@ export const listIntegrationConnections = (options) => {
|
|
|
500
828
|
*/
|
|
501
829
|
export const createIntegrationConnection = (options) => {
|
|
502
830
|
return (options.client ?? _heyApiClient).post({
|
|
503
|
-
security: [
|
|
831
|
+
security: [
|
|
832
|
+
{
|
|
833
|
+
scheme: 'bearer',
|
|
834
|
+
type: 'http'
|
|
835
|
+
}
|
|
836
|
+
],
|
|
504
837
|
url: '/integrations/connections',
|
|
505
838
|
...options,
|
|
506
839
|
headers: {
|
|
@@ -515,7 +848,12 @@ export const createIntegrationConnection = (options) => {
|
|
|
515
848
|
*/
|
|
516
849
|
export const deleteIntegrationConnection = (options) => {
|
|
517
850
|
return (options.client ?? _heyApiClient).delete({
|
|
518
|
-
security: [
|
|
851
|
+
security: [
|
|
852
|
+
{
|
|
853
|
+
scheme: 'bearer',
|
|
854
|
+
type: 'http'
|
|
855
|
+
}
|
|
856
|
+
],
|
|
519
857
|
url: '/integrations/connections/{connectionName}',
|
|
520
858
|
...options
|
|
521
859
|
});
|
|
@@ -526,7 +864,12 @@ export const deleteIntegrationConnection = (options) => {
|
|
|
526
864
|
*/
|
|
527
865
|
export const getIntegrationConnection = (options) => {
|
|
528
866
|
return (options.client ?? _heyApiClient).get({
|
|
529
|
-
security: [
|
|
867
|
+
security: [
|
|
868
|
+
{
|
|
869
|
+
scheme: 'bearer',
|
|
870
|
+
type: 'http'
|
|
871
|
+
}
|
|
872
|
+
],
|
|
530
873
|
url: '/integrations/connections/{connectionName}',
|
|
531
874
|
...options
|
|
532
875
|
});
|
|
@@ -537,7 +880,12 @@ export const getIntegrationConnection = (options) => {
|
|
|
537
880
|
*/
|
|
538
881
|
export const updateIntegrationConnection = (options) => {
|
|
539
882
|
return (options.client ?? _heyApiClient).put({
|
|
540
|
-
security: [
|
|
883
|
+
security: [
|
|
884
|
+
{
|
|
885
|
+
scheme: 'bearer',
|
|
886
|
+
type: 'http'
|
|
887
|
+
}
|
|
888
|
+
],
|
|
541
889
|
url: '/integrations/connections/{connectionName}',
|
|
542
890
|
...options,
|
|
543
891
|
headers: {
|
|
@@ -552,7 +900,12 @@ export const updateIntegrationConnection = (options) => {
|
|
|
552
900
|
*/
|
|
553
901
|
export const getIntegrationConnectionModelEndpointConfigurations = (options) => {
|
|
554
902
|
return (options.client ?? _heyApiClient).get({
|
|
555
|
-
security: [
|
|
903
|
+
security: [
|
|
904
|
+
{
|
|
905
|
+
scheme: 'bearer',
|
|
906
|
+
type: 'http'
|
|
907
|
+
}
|
|
908
|
+
],
|
|
556
909
|
url: '/integrations/connections/{connectionName}/endpointConfigurations',
|
|
557
910
|
...options
|
|
558
911
|
});
|
|
@@ -563,7 +916,12 @@ export const getIntegrationConnectionModelEndpointConfigurations = (options) =>
|
|
|
563
916
|
*/
|
|
564
917
|
export const listIntegrationConnectionModels = (options) => {
|
|
565
918
|
return (options.client ?? _heyApiClient).get({
|
|
566
|
-
security: [
|
|
919
|
+
security: [
|
|
920
|
+
{
|
|
921
|
+
scheme: 'bearer',
|
|
922
|
+
type: 'http'
|
|
923
|
+
}
|
|
924
|
+
],
|
|
567
925
|
url: '/integrations/connections/{connectionName}/models',
|
|
568
926
|
...options
|
|
569
927
|
});
|
|
@@ -574,7 +932,12 @@ export const listIntegrationConnectionModels = (options) => {
|
|
|
574
932
|
*/
|
|
575
933
|
export const getIntegrationConnectionModel = (options) => {
|
|
576
934
|
return (options.client ?? _heyApiClient).get({
|
|
577
|
-
security: [
|
|
935
|
+
security: [
|
|
936
|
+
{
|
|
937
|
+
scheme: 'bearer',
|
|
938
|
+
type: 'http'
|
|
939
|
+
}
|
|
940
|
+
],
|
|
578
941
|
url: '/integrations/connections/{connectionName}/models/{modelId}',
|
|
579
942
|
...options
|
|
580
943
|
});
|
|
@@ -585,7 +948,12 @@ export const getIntegrationConnectionModel = (options) => {
|
|
|
585
948
|
*/
|
|
586
949
|
export const listJobs = (options) => {
|
|
587
950
|
return (options?.client ?? _heyApiClient).get({
|
|
588
|
-
security: [
|
|
951
|
+
security: [
|
|
952
|
+
{
|
|
953
|
+
scheme: 'bearer',
|
|
954
|
+
type: 'http'
|
|
955
|
+
}
|
|
956
|
+
],
|
|
589
957
|
url: '/jobs',
|
|
590
958
|
...options
|
|
591
959
|
});
|
|
@@ -596,7 +964,12 @@ export const listJobs = (options) => {
|
|
|
596
964
|
*/
|
|
597
965
|
export const createJob = (options) => {
|
|
598
966
|
return (options.client ?? _heyApiClient).post({
|
|
599
|
-
security: [
|
|
967
|
+
security: [
|
|
968
|
+
{
|
|
969
|
+
scheme: 'bearer',
|
|
970
|
+
type: 'http'
|
|
971
|
+
}
|
|
972
|
+
],
|
|
600
973
|
url: '/jobs',
|
|
601
974
|
...options,
|
|
602
975
|
headers: {
|
|
@@ -611,7 +984,12 @@ export const createJob = (options) => {
|
|
|
611
984
|
*/
|
|
612
985
|
export const deleteJob = (options) => {
|
|
613
986
|
return (options.client ?? _heyApiClient).delete({
|
|
614
|
-
security: [
|
|
987
|
+
security: [
|
|
988
|
+
{
|
|
989
|
+
scheme: 'bearer',
|
|
990
|
+
type: 'http'
|
|
991
|
+
}
|
|
992
|
+
],
|
|
615
993
|
url: '/jobs/{jobId}',
|
|
616
994
|
...options
|
|
617
995
|
});
|
|
@@ -622,7 +1000,12 @@ export const deleteJob = (options) => {
|
|
|
622
1000
|
*/
|
|
623
1001
|
export const getJob = (options) => {
|
|
624
1002
|
return (options.client ?? _heyApiClient).get({
|
|
625
|
-
security: [
|
|
1003
|
+
security: [
|
|
1004
|
+
{
|
|
1005
|
+
scheme: 'bearer',
|
|
1006
|
+
type: 'http'
|
|
1007
|
+
}
|
|
1008
|
+
],
|
|
626
1009
|
url: '/jobs/{jobId}',
|
|
627
1010
|
...options
|
|
628
1011
|
});
|
|
@@ -633,7 +1016,12 @@ export const getJob = (options) => {
|
|
|
633
1016
|
*/
|
|
634
1017
|
export const updateJob = (options) => {
|
|
635
1018
|
return (options.client ?? _heyApiClient).put({
|
|
636
|
-
security: [
|
|
1019
|
+
security: [
|
|
1020
|
+
{
|
|
1021
|
+
scheme: 'bearer',
|
|
1022
|
+
type: 'http'
|
|
1023
|
+
}
|
|
1024
|
+
],
|
|
637
1025
|
url: '/jobs/{jobId}',
|
|
638
1026
|
...options,
|
|
639
1027
|
headers: {
|
|
@@ -648,7 +1036,12 @@ export const updateJob = (options) => {
|
|
|
648
1036
|
*/
|
|
649
1037
|
export const listJobExecutions = (options) => {
|
|
650
1038
|
return (options.client ?? _heyApiClient).get({
|
|
651
|
-
security: [
|
|
1039
|
+
security: [
|
|
1040
|
+
{
|
|
1041
|
+
scheme: 'bearer',
|
|
1042
|
+
type: 'http'
|
|
1043
|
+
}
|
|
1044
|
+
],
|
|
652
1045
|
url: '/jobs/{jobId}/executions',
|
|
653
1046
|
...options
|
|
654
1047
|
});
|
|
@@ -659,7 +1052,12 @@ export const listJobExecutions = (options) => {
|
|
|
659
1052
|
*/
|
|
660
1053
|
export const createJobExecution = (options) => {
|
|
661
1054
|
return (options.client ?? _heyApiClient).post({
|
|
662
|
-
security: [
|
|
1055
|
+
security: [
|
|
1056
|
+
{
|
|
1057
|
+
scheme: 'bearer',
|
|
1058
|
+
type: 'http'
|
|
1059
|
+
}
|
|
1060
|
+
],
|
|
663
1061
|
url: '/jobs/{jobId}/executions',
|
|
664
1062
|
...options,
|
|
665
1063
|
headers: {
|
|
@@ -674,7 +1072,12 @@ export const createJobExecution = (options) => {
|
|
|
674
1072
|
*/
|
|
675
1073
|
export const deleteJobExecution = (options) => {
|
|
676
1074
|
return (options.client ?? _heyApiClient).delete({
|
|
677
|
-
security: [
|
|
1075
|
+
security: [
|
|
1076
|
+
{
|
|
1077
|
+
scheme: 'bearer',
|
|
1078
|
+
type: 'http'
|
|
1079
|
+
}
|
|
1080
|
+
],
|
|
678
1081
|
url: '/jobs/{jobId}/executions/{executionId}',
|
|
679
1082
|
...options
|
|
680
1083
|
});
|
|
@@ -685,7 +1088,12 @@ export const deleteJobExecution = (options) => {
|
|
|
685
1088
|
*/
|
|
686
1089
|
export const getJobExecution = (options) => {
|
|
687
1090
|
return (options.client ?? _heyApiClient).get({
|
|
688
|
-
security: [
|
|
1091
|
+
security: [
|
|
1092
|
+
{
|
|
1093
|
+
scheme: 'bearer',
|
|
1094
|
+
type: 'http'
|
|
1095
|
+
}
|
|
1096
|
+
],
|
|
689
1097
|
url: '/jobs/{jobId}/executions/{executionId}',
|
|
690
1098
|
...options
|
|
691
1099
|
});
|
|
@@ -696,7 +1104,12 @@ export const getJobExecution = (options) => {
|
|
|
696
1104
|
*/
|
|
697
1105
|
export const listJobExecutionTasks = (options) => {
|
|
698
1106
|
return (options.client ?? _heyApiClient).get({
|
|
699
|
-
security: [
|
|
1107
|
+
security: [
|
|
1108
|
+
{
|
|
1109
|
+
scheme: 'bearer',
|
|
1110
|
+
type: 'http'
|
|
1111
|
+
}
|
|
1112
|
+
],
|
|
700
1113
|
url: '/jobs/{jobId}/executions/{executionId}/tasks',
|
|
701
1114
|
...options
|
|
702
1115
|
});
|
|
@@ -707,7 +1120,12 @@ export const listJobExecutionTasks = (options) => {
|
|
|
707
1120
|
*/
|
|
708
1121
|
export const listJobRevisions = (options) => {
|
|
709
1122
|
return (options.client ?? _heyApiClient).get({
|
|
710
|
-
security: [
|
|
1123
|
+
security: [
|
|
1124
|
+
{
|
|
1125
|
+
scheme: 'bearer',
|
|
1126
|
+
type: 'http'
|
|
1127
|
+
}
|
|
1128
|
+
],
|
|
711
1129
|
url: '/jobs/{jobId}/revisions',
|
|
712
1130
|
...options
|
|
713
1131
|
});
|
|
@@ -718,7 +1136,12 @@ export const listJobRevisions = (options) => {
|
|
|
718
1136
|
*/
|
|
719
1137
|
export const listLocations = (options) => {
|
|
720
1138
|
return (options?.client ?? _heyApiClient).get({
|
|
721
|
-
security: [
|
|
1139
|
+
security: [
|
|
1140
|
+
{
|
|
1141
|
+
scheme: 'bearer',
|
|
1142
|
+
type: 'http'
|
|
1143
|
+
}
|
|
1144
|
+
],
|
|
722
1145
|
url: '/locations',
|
|
723
1146
|
...options
|
|
724
1147
|
});
|
|
@@ -729,7 +1152,12 @@ export const listLocations = (options) => {
|
|
|
729
1152
|
*/
|
|
730
1153
|
export const listMcpHubDefinitions = (options) => {
|
|
731
1154
|
return (options?.client ?? _heyApiClient).get({
|
|
732
|
-
security: [
|
|
1155
|
+
security: [
|
|
1156
|
+
{
|
|
1157
|
+
scheme: 'bearer',
|
|
1158
|
+
type: 'http'
|
|
1159
|
+
}
|
|
1160
|
+
],
|
|
733
1161
|
url: '/mcp/hub',
|
|
734
1162
|
...options
|
|
735
1163
|
});
|
|
@@ -740,7 +1168,12 @@ export const listMcpHubDefinitions = (options) => {
|
|
|
740
1168
|
*/
|
|
741
1169
|
export const listModels = (options) => {
|
|
742
1170
|
return (options?.client ?? _heyApiClient).get({
|
|
743
|
-
security: [
|
|
1171
|
+
security: [
|
|
1172
|
+
{
|
|
1173
|
+
scheme: 'bearer',
|
|
1174
|
+
type: 'http'
|
|
1175
|
+
}
|
|
1176
|
+
],
|
|
744
1177
|
url: '/models',
|
|
745
1178
|
...options
|
|
746
1179
|
});
|
|
@@ -751,7 +1184,12 @@ export const listModels = (options) => {
|
|
|
751
1184
|
*/
|
|
752
1185
|
export const createModel = (options) => {
|
|
753
1186
|
return (options.client ?? _heyApiClient).post({
|
|
754
|
-
security: [
|
|
1187
|
+
security: [
|
|
1188
|
+
{
|
|
1189
|
+
scheme: 'bearer',
|
|
1190
|
+
type: 'http'
|
|
1191
|
+
}
|
|
1192
|
+
],
|
|
755
1193
|
url: '/models',
|
|
756
1194
|
...options,
|
|
757
1195
|
headers: {
|
|
@@ -766,7 +1204,12 @@ export const createModel = (options) => {
|
|
|
766
1204
|
*/
|
|
767
1205
|
export const deleteModel = (options) => {
|
|
768
1206
|
return (options.client ?? _heyApiClient).delete({
|
|
769
|
-
security: [
|
|
1207
|
+
security: [
|
|
1208
|
+
{
|
|
1209
|
+
scheme: 'bearer',
|
|
1210
|
+
type: 'http'
|
|
1211
|
+
}
|
|
1212
|
+
],
|
|
770
1213
|
url: '/models/{modelName}',
|
|
771
1214
|
...options
|
|
772
1215
|
});
|
|
@@ -777,7 +1220,12 @@ export const deleteModel = (options) => {
|
|
|
777
1220
|
*/
|
|
778
1221
|
export const getModel = (options) => {
|
|
779
1222
|
return (options.client ?? _heyApiClient).get({
|
|
780
|
-
security: [
|
|
1223
|
+
security: [
|
|
1224
|
+
{
|
|
1225
|
+
scheme: 'bearer',
|
|
1226
|
+
type: 'http'
|
|
1227
|
+
}
|
|
1228
|
+
],
|
|
781
1229
|
url: '/models/{modelName}',
|
|
782
1230
|
...options
|
|
783
1231
|
});
|
|
@@ -788,7 +1236,12 @@ export const getModel = (options) => {
|
|
|
788
1236
|
*/
|
|
789
1237
|
export const updateModel = (options) => {
|
|
790
1238
|
return (options.client ?? _heyApiClient).put({
|
|
791
|
-
security: [
|
|
1239
|
+
security: [
|
|
1240
|
+
{
|
|
1241
|
+
scheme: 'bearer',
|
|
1242
|
+
type: 'http'
|
|
1243
|
+
}
|
|
1244
|
+
],
|
|
792
1245
|
url: '/models/{modelName}',
|
|
793
1246
|
...options,
|
|
794
1247
|
headers: {
|
|
@@ -803,7 +1256,12 @@ export const updateModel = (options) => {
|
|
|
803
1256
|
*/
|
|
804
1257
|
export const listModelRevisions = (options) => {
|
|
805
1258
|
return (options.client ?? _heyApiClient).get({
|
|
806
|
-
security: [
|
|
1259
|
+
security: [
|
|
1260
|
+
{
|
|
1261
|
+
scheme: 'bearer',
|
|
1262
|
+
type: 'http'
|
|
1263
|
+
}
|
|
1264
|
+
],
|
|
807
1265
|
url: '/models/{modelName}/revisions',
|
|
808
1266
|
...options
|
|
809
1267
|
});
|
|
@@ -814,7 +1272,12 @@ export const listModelRevisions = (options) => {
|
|
|
814
1272
|
*/
|
|
815
1273
|
export const listPendingImageShares = (options) => {
|
|
816
1274
|
return (options?.client ?? _heyApiClient).get({
|
|
817
|
-
security: [
|
|
1275
|
+
security: [
|
|
1276
|
+
{
|
|
1277
|
+
scheme: 'bearer',
|
|
1278
|
+
type: 'http'
|
|
1279
|
+
}
|
|
1280
|
+
],
|
|
818
1281
|
url: '/pending-image-shares',
|
|
819
1282
|
...options
|
|
820
1283
|
});
|
|
@@ -825,7 +1288,12 @@ export const listPendingImageShares = (options) => {
|
|
|
825
1288
|
*/
|
|
826
1289
|
export const acceptImageShare = (options) => {
|
|
827
1290
|
return (options.client ?? _heyApiClient).post({
|
|
828
|
-
security: [
|
|
1291
|
+
security: [
|
|
1292
|
+
{
|
|
1293
|
+
scheme: 'bearer',
|
|
1294
|
+
type: 'http'
|
|
1295
|
+
}
|
|
1296
|
+
],
|
|
829
1297
|
url: '/pending-image-shares/{pendingShareId}/accept',
|
|
830
1298
|
...options
|
|
831
1299
|
});
|
|
@@ -836,7 +1304,12 @@ export const acceptImageShare = (options) => {
|
|
|
836
1304
|
*/
|
|
837
1305
|
export const declineImageShare = (options) => {
|
|
838
1306
|
return (options.client ?? _heyApiClient).post({
|
|
839
|
-
security: [
|
|
1307
|
+
security: [
|
|
1308
|
+
{
|
|
1309
|
+
scheme: 'bearer',
|
|
1310
|
+
type: 'http'
|
|
1311
|
+
}
|
|
1312
|
+
],
|
|
840
1313
|
url: '/pending-image-shares/{pendingShareId}/decline',
|
|
841
1314
|
...options
|
|
842
1315
|
});
|
|
@@ -847,7 +1320,12 @@ export const declineImageShare = (options) => {
|
|
|
847
1320
|
*/
|
|
848
1321
|
export const listPolicies = (options) => {
|
|
849
1322
|
return (options?.client ?? _heyApiClient).get({
|
|
850
|
-
security: [
|
|
1323
|
+
security: [
|
|
1324
|
+
{
|
|
1325
|
+
scheme: 'bearer',
|
|
1326
|
+
type: 'http'
|
|
1327
|
+
}
|
|
1328
|
+
],
|
|
851
1329
|
url: '/policies',
|
|
852
1330
|
...options
|
|
853
1331
|
});
|
|
@@ -858,7 +1336,12 @@ export const listPolicies = (options) => {
|
|
|
858
1336
|
*/
|
|
859
1337
|
export const createPolicy = (options) => {
|
|
860
1338
|
return (options.client ?? _heyApiClient).post({
|
|
861
|
-
security: [
|
|
1339
|
+
security: [
|
|
1340
|
+
{
|
|
1341
|
+
scheme: 'bearer',
|
|
1342
|
+
type: 'http'
|
|
1343
|
+
}
|
|
1344
|
+
],
|
|
862
1345
|
url: '/policies',
|
|
863
1346
|
...options,
|
|
864
1347
|
headers: {
|
|
@@ -873,7 +1356,12 @@ export const createPolicy = (options) => {
|
|
|
873
1356
|
*/
|
|
874
1357
|
export const deletePolicy = (options) => {
|
|
875
1358
|
return (options.client ?? _heyApiClient).delete({
|
|
876
|
-
security: [
|
|
1359
|
+
security: [
|
|
1360
|
+
{
|
|
1361
|
+
scheme: 'bearer',
|
|
1362
|
+
type: 'http'
|
|
1363
|
+
}
|
|
1364
|
+
],
|
|
877
1365
|
url: '/policies/{policyName}',
|
|
878
1366
|
...options
|
|
879
1367
|
});
|
|
@@ -884,7 +1372,12 @@ export const deletePolicy = (options) => {
|
|
|
884
1372
|
*/
|
|
885
1373
|
export const getPolicy = (options) => {
|
|
886
1374
|
return (options.client ?? _heyApiClient).get({
|
|
887
|
-
security: [
|
|
1375
|
+
security: [
|
|
1376
|
+
{
|
|
1377
|
+
scheme: 'bearer',
|
|
1378
|
+
type: 'http'
|
|
1379
|
+
}
|
|
1380
|
+
],
|
|
888
1381
|
url: '/policies/{policyName}',
|
|
889
1382
|
...options
|
|
890
1383
|
});
|
|
@@ -895,7 +1388,12 @@ export const getPolicy = (options) => {
|
|
|
895
1388
|
*/
|
|
896
1389
|
export const updatePolicy = (options) => {
|
|
897
1390
|
return (options.client ?? _heyApiClient).put({
|
|
898
|
-
security: [
|
|
1391
|
+
security: [
|
|
1392
|
+
{
|
|
1393
|
+
scheme: 'bearer',
|
|
1394
|
+
type: 'http'
|
|
1395
|
+
}
|
|
1396
|
+
],
|
|
899
1397
|
url: '/policies/{policyName}',
|
|
900
1398
|
...options,
|
|
901
1399
|
headers: {
|
|
@@ -910,7 +1408,12 @@ export const updatePolicy = (options) => {
|
|
|
910
1408
|
*/
|
|
911
1409
|
export const getPolicyUsages = (options) => {
|
|
912
1410
|
return (options.client ?? _heyApiClient).get({
|
|
913
|
-
security: [
|
|
1411
|
+
security: [
|
|
1412
|
+
{
|
|
1413
|
+
scheme: 'bearer',
|
|
1414
|
+
type: 'http'
|
|
1415
|
+
}
|
|
1416
|
+
],
|
|
914
1417
|
url: '/policies/{policyName}/usages',
|
|
915
1418
|
...options
|
|
916
1419
|
});
|
|
@@ -921,7 +1424,12 @@ export const getPolicyUsages = (options) => {
|
|
|
921
1424
|
*/
|
|
922
1425
|
export const listPublicIps = (options) => {
|
|
923
1426
|
return (options?.client ?? _heyApiClient).get({
|
|
924
|
-
security: [
|
|
1427
|
+
security: [
|
|
1428
|
+
{
|
|
1429
|
+
scheme: 'bearer',
|
|
1430
|
+
type: 'http'
|
|
1431
|
+
}
|
|
1432
|
+
],
|
|
925
1433
|
url: '/publicIps',
|
|
926
1434
|
...options
|
|
927
1435
|
});
|
|
@@ -932,7 +1440,12 @@ export const listPublicIps = (options) => {
|
|
|
932
1440
|
*/
|
|
933
1441
|
export const listSandboxHubDefinitions = (options) => {
|
|
934
1442
|
return (options?.client ?? _heyApiClient).get({
|
|
935
|
-
security: [
|
|
1443
|
+
security: [
|
|
1444
|
+
{
|
|
1445
|
+
scheme: 'bearer',
|
|
1446
|
+
type: 'http'
|
|
1447
|
+
}
|
|
1448
|
+
],
|
|
936
1449
|
url: '/sandbox/hub',
|
|
937
1450
|
...options
|
|
938
1451
|
});
|
|
@@ -943,7 +1456,12 @@ export const listSandboxHubDefinitions = (options) => {
|
|
|
943
1456
|
*/
|
|
944
1457
|
export const listSandboxes = (options) => {
|
|
945
1458
|
return (options?.client ?? _heyApiClient).get({
|
|
946
|
-
security: [
|
|
1459
|
+
security: [
|
|
1460
|
+
{
|
|
1461
|
+
scheme: 'bearer',
|
|
1462
|
+
type: 'http'
|
|
1463
|
+
}
|
|
1464
|
+
],
|
|
947
1465
|
url: '/sandboxes',
|
|
948
1466
|
...options
|
|
949
1467
|
});
|
|
@@ -954,7 +1472,12 @@ export const listSandboxes = (options) => {
|
|
|
954
1472
|
*/
|
|
955
1473
|
export const createSandbox = (options) => {
|
|
956
1474
|
return (options.client ?? _heyApiClient).post({
|
|
957
|
-
security: [
|
|
1475
|
+
security: [
|
|
1476
|
+
{
|
|
1477
|
+
scheme: 'bearer',
|
|
1478
|
+
type: 'http'
|
|
1479
|
+
}
|
|
1480
|
+
],
|
|
958
1481
|
url: '/sandboxes',
|
|
959
1482
|
...options,
|
|
960
1483
|
headers: {
|
|
@@ -969,7 +1492,12 @@ export const createSandbox = (options) => {
|
|
|
969
1492
|
*/
|
|
970
1493
|
export const deleteSandbox = (options) => {
|
|
971
1494
|
return (options.client ?? _heyApiClient).delete({
|
|
972
|
-
security: [
|
|
1495
|
+
security: [
|
|
1496
|
+
{
|
|
1497
|
+
scheme: 'bearer',
|
|
1498
|
+
type: 'http'
|
|
1499
|
+
}
|
|
1500
|
+
],
|
|
973
1501
|
url: '/sandboxes/{sandboxName}',
|
|
974
1502
|
...options
|
|
975
1503
|
});
|
|
@@ -980,7 +1508,12 @@ export const deleteSandbox = (options) => {
|
|
|
980
1508
|
*/
|
|
981
1509
|
export const getSandbox = (options) => {
|
|
982
1510
|
return (options.client ?? _heyApiClient).get({
|
|
983
|
-
security: [
|
|
1511
|
+
security: [
|
|
1512
|
+
{
|
|
1513
|
+
scheme: 'bearer',
|
|
1514
|
+
type: 'http'
|
|
1515
|
+
}
|
|
1516
|
+
],
|
|
984
1517
|
url: '/sandboxes/{sandboxName}',
|
|
985
1518
|
...options
|
|
986
1519
|
});
|
|
@@ -991,7 +1524,12 @@ export const getSandbox = (options) => {
|
|
|
991
1524
|
*/
|
|
992
1525
|
export const updateSandbox = (options) => {
|
|
993
1526
|
return (options.client ?? _heyApiClient).put({
|
|
994
|
-
security: [
|
|
1527
|
+
security: [
|
|
1528
|
+
{
|
|
1529
|
+
scheme: 'bearer',
|
|
1530
|
+
type: 'http'
|
|
1531
|
+
}
|
|
1532
|
+
],
|
|
995
1533
|
url: '/sandboxes/{sandboxName}',
|
|
996
1534
|
...options,
|
|
997
1535
|
headers: {
|
|
@@ -1006,7 +1544,12 @@ export const updateSandbox = (options) => {
|
|
|
1006
1544
|
*/
|
|
1007
1545
|
export const listSandboxPreviews = (options) => {
|
|
1008
1546
|
return (options.client ?? _heyApiClient).get({
|
|
1009
|
-
security: [
|
|
1547
|
+
security: [
|
|
1548
|
+
{
|
|
1549
|
+
scheme: 'bearer',
|
|
1550
|
+
type: 'http'
|
|
1551
|
+
}
|
|
1552
|
+
],
|
|
1010
1553
|
url: '/sandboxes/{sandboxName}/previews',
|
|
1011
1554
|
...options
|
|
1012
1555
|
});
|
|
@@ -1017,7 +1560,12 @@ export const listSandboxPreviews = (options) => {
|
|
|
1017
1560
|
*/
|
|
1018
1561
|
export const createSandboxPreview = (options) => {
|
|
1019
1562
|
return (options.client ?? _heyApiClient).post({
|
|
1020
|
-
security: [
|
|
1563
|
+
security: [
|
|
1564
|
+
{
|
|
1565
|
+
scheme: 'bearer',
|
|
1566
|
+
type: 'http'
|
|
1567
|
+
}
|
|
1568
|
+
],
|
|
1021
1569
|
url: '/sandboxes/{sandboxName}/previews',
|
|
1022
1570
|
...options,
|
|
1023
1571
|
headers: {
|
|
@@ -1032,7 +1580,12 @@ export const createSandboxPreview = (options) => {
|
|
|
1032
1580
|
*/
|
|
1033
1581
|
export const deleteSandboxPreview = (options) => {
|
|
1034
1582
|
return (options.client ?? _heyApiClient).delete({
|
|
1035
|
-
security: [
|
|
1583
|
+
security: [
|
|
1584
|
+
{
|
|
1585
|
+
scheme: 'bearer',
|
|
1586
|
+
type: 'http'
|
|
1587
|
+
}
|
|
1588
|
+
],
|
|
1036
1589
|
url: '/sandboxes/{sandboxName}/previews/{previewName}',
|
|
1037
1590
|
...options
|
|
1038
1591
|
});
|
|
@@ -1043,7 +1596,12 @@ export const deleteSandboxPreview = (options) => {
|
|
|
1043
1596
|
*/
|
|
1044
1597
|
export const getSandboxPreview = (options) => {
|
|
1045
1598
|
return (options.client ?? _heyApiClient).get({
|
|
1046
|
-
security: [
|
|
1599
|
+
security: [
|
|
1600
|
+
{
|
|
1601
|
+
scheme: 'bearer',
|
|
1602
|
+
type: 'http'
|
|
1603
|
+
}
|
|
1604
|
+
],
|
|
1047
1605
|
url: '/sandboxes/{sandboxName}/previews/{previewName}',
|
|
1048
1606
|
...options
|
|
1049
1607
|
});
|
|
@@ -1054,7 +1612,12 @@ export const getSandboxPreview = (options) => {
|
|
|
1054
1612
|
*/
|
|
1055
1613
|
export const updateSandboxPreview = (options) => {
|
|
1056
1614
|
return (options.client ?? _heyApiClient).put({
|
|
1057
|
-
security: [
|
|
1615
|
+
security: [
|
|
1616
|
+
{
|
|
1617
|
+
scheme: 'bearer',
|
|
1618
|
+
type: 'http'
|
|
1619
|
+
}
|
|
1620
|
+
],
|
|
1058
1621
|
url: '/sandboxes/{sandboxName}/previews/{previewName}',
|
|
1059
1622
|
...options,
|
|
1060
1623
|
headers: {
|
|
@@ -1069,7 +1632,12 @@ export const updateSandboxPreview = (options) => {
|
|
|
1069
1632
|
*/
|
|
1070
1633
|
export const listSandboxPreviewTokens = (options) => {
|
|
1071
1634
|
return (options.client ?? _heyApiClient).get({
|
|
1072
|
-
security: [
|
|
1635
|
+
security: [
|
|
1636
|
+
{
|
|
1637
|
+
scheme: 'bearer',
|
|
1638
|
+
type: 'http'
|
|
1639
|
+
}
|
|
1640
|
+
],
|
|
1073
1641
|
url: '/sandboxes/{sandboxName}/previews/{previewName}/tokens',
|
|
1074
1642
|
...options
|
|
1075
1643
|
});
|
|
@@ -1080,7 +1648,12 @@ export const listSandboxPreviewTokens = (options) => {
|
|
|
1080
1648
|
*/
|
|
1081
1649
|
export const createSandboxPreviewToken = (options) => {
|
|
1082
1650
|
return (options.client ?? _heyApiClient).post({
|
|
1083
|
-
security: [
|
|
1651
|
+
security: [
|
|
1652
|
+
{
|
|
1653
|
+
scheme: 'bearer',
|
|
1654
|
+
type: 'http'
|
|
1655
|
+
}
|
|
1656
|
+
],
|
|
1084
1657
|
url: '/sandboxes/{sandboxName}/previews/{previewName}/tokens',
|
|
1085
1658
|
...options,
|
|
1086
1659
|
headers: {
|
|
@@ -1095,7 +1668,12 @@ export const createSandboxPreviewToken = (options) => {
|
|
|
1095
1668
|
*/
|
|
1096
1669
|
export const deleteSandboxPreviewToken = (options) => {
|
|
1097
1670
|
return (options.client ?? _heyApiClient).delete({
|
|
1098
|
-
security: [
|
|
1671
|
+
security: [
|
|
1672
|
+
{
|
|
1673
|
+
scheme: 'bearer',
|
|
1674
|
+
type: 'http'
|
|
1675
|
+
}
|
|
1676
|
+
],
|
|
1099
1677
|
url: '/sandboxes/{sandboxName}/previews/{previewName}/tokens/{tokenName}',
|
|
1100
1678
|
...options
|
|
1101
1679
|
});
|
|
@@ -1106,7 +1684,12 @@ export const deleteSandboxPreviewToken = (options) => {
|
|
|
1106
1684
|
*/
|
|
1107
1685
|
export const getSandboxByExternalId = (options) => {
|
|
1108
1686
|
return (options.client ?? _heyApiClient).get({
|
|
1109
|
-
security: [
|
|
1687
|
+
security: [
|
|
1688
|
+
{
|
|
1689
|
+
scheme: 'bearer',
|
|
1690
|
+
type: 'http'
|
|
1691
|
+
}
|
|
1692
|
+
],
|
|
1110
1693
|
url: '/sandboxes/by-external-id/{externalId}',
|
|
1111
1694
|
...options
|
|
1112
1695
|
});
|
|
@@ -1117,7 +1700,12 @@ export const getSandboxByExternalId = (options) => {
|
|
|
1117
1700
|
*/
|
|
1118
1701
|
export const getWorkspaceServiceAccounts = (options) => {
|
|
1119
1702
|
return (options?.client ?? _heyApiClient).get({
|
|
1120
|
-
security: [
|
|
1703
|
+
security: [
|
|
1704
|
+
{
|
|
1705
|
+
scheme: 'bearer',
|
|
1706
|
+
type: 'http'
|
|
1707
|
+
}
|
|
1708
|
+
],
|
|
1121
1709
|
url: '/service_accounts',
|
|
1122
1710
|
...options
|
|
1123
1711
|
});
|
|
@@ -1128,7 +1716,12 @@ export const getWorkspaceServiceAccounts = (options) => {
|
|
|
1128
1716
|
*/
|
|
1129
1717
|
export const createWorkspaceServiceAccount = (options) => {
|
|
1130
1718
|
return (options.client ?? _heyApiClient).post({
|
|
1131
|
-
security: [
|
|
1719
|
+
security: [
|
|
1720
|
+
{
|
|
1721
|
+
scheme: 'bearer',
|
|
1722
|
+
type: 'http'
|
|
1723
|
+
}
|
|
1724
|
+
],
|
|
1132
1725
|
url: '/service_accounts',
|
|
1133
1726
|
...options,
|
|
1134
1727
|
headers: {
|
|
@@ -1143,7 +1736,12 @@ export const createWorkspaceServiceAccount = (options) => {
|
|
|
1143
1736
|
*/
|
|
1144
1737
|
export const deleteWorkspaceServiceAccount = (options) => {
|
|
1145
1738
|
return (options.client ?? _heyApiClient).delete({
|
|
1146
|
-
security: [
|
|
1739
|
+
security: [
|
|
1740
|
+
{
|
|
1741
|
+
scheme: 'bearer',
|
|
1742
|
+
type: 'http'
|
|
1743
|
+
}
|
|
1744
|
+
],
|
|
1147
1745
|
url: '/service_accounts/{clientId}',
|
|
1148
1746
|
...options
|
|
1149
1747
|
});
|
|
@@ -1154,7 +1752,12 @@ export const deleteWorkspaceServiceAccount = (options) => {
|
|
|
1154
1752
|
*/
|
|
1155
1753
|
export const updateWorkspaceServiceAccount = (options) => {
|
|
1156
1754
|
return (options.client ?? _heyApiClient).put({
|
|
1157
|
-
security: [
|
|
1755
|
+
security: [
|
|
1756
|
+
{
|
|
1757
|
+
scheme: 'bearer',
|
|
1758
|
+
type: 'http'
|
|
1759
|
+
}
|
|
1760
|
+
],
|
|
1158
1761
|
url: '/service_accounts/{clientId}',
|
|
1159
1762
|
...options,
|
|
1160
1763
|
headers: {
|
|
@@ -1169,7 +1772,12 @@ export const updateWorkspaceServiceAccount = (options) => {
|
|
|
1169
1772
|
*/
|
|
1170
1773
|
export const listApiKeysForServiceAccount = (options) => {
|
|
1171
1774
|
return (options.client ?? _heyApiClient).get({
|
|
1172
|
-
security: [
|
|
1775
|
+
security: [
|
|
1776
|
+
{
|
|
1777
|
+
scheme: 'bearer',
|
|
1778
|
+
type: 'http'
|
|
1779
|
+
}
|
|
1780
|
+
],
|
|
1173
1781
|
url: '/service_accounts/{clientId}/api_keys',
|
|
1174
1782
|
...options
|
|
1175
1783
|
});
|
|
@@ -1180,7 +1788,12 @@ export const listApiKeysForServiceAccount = (options) => {
|
|
|
1180
1788
|
*/
|
|
1181
1789
|
export const createApiKeyForServiceAccount = (options) => {
|
|
1182
1790
|
return (options.client ?? _heyApiClient).post({
|
|
1183
|
-
security: [
|
|
1791
|
+
security: [
|
|
1792
|
+
{
|
|
1793
|
+
scheme: 'bearer',
|
|
1794
|
+
type: 'http'
|
|
1795
|
+
}
|
|
1796
|
+
],
|
|
1184
1797
|
url: '/service_accounts/{clientId}/api_keys',
|
|
1185
1798
|
...options,
|
|
1186
1799
|
headers: {
|
|
@@ -1195,7 +1808,12 @@ export const createApiKeyForServiceAccount = (options) => {
|
|
|
1195
1808
|
*/
|
|
1196
1809
|
export const deleteApiKeyForServiceAccount = (options) => {
|
|
1197
1810
|
return (options.client ?? _heyApiClient).delete({
|
|
1198
|
-
security: [
|
|
1811
|
+
security: [
|
|
1812
|
+
{
|
|
1813
|
+
scheme: 'bearer',
|
|
1814
|
+
type: 'http'
|
|
1815
|
+
}
|
|
1816
|
+
],
|
|
1199
1817
|
url: '/service_accounts/{clientId}/api_keys/{apiKeyId}',
|
|
1200
1818
|
...options
|
|
1201
1819
|
});
|
|
@@ -1206,7 +1824,12 @@ export const deleteApiKeyForServiceAccount = (options) => {
|
|
|
1206
1824
|
*/
|
|
1207
1825
|
export const listTemplates = (options) => {
|
|
1208
1826
|
return (options?.client ?? _heyApiClient).get({
|
|
1209
|
-
security: [
|
|
1827
|
+
security: [
|
|
1828
|
+
{
|
|
1829
|
+
scheme: 'bearer',
|
|
1830
|
+
type: 'http'
|
|
1831
|
+
}
|
|
1832
|
+
],
|
|
1210
1833
|
url: '/templates',
|
|
1211
1834
|
...options
|
|
1212
1835
|
});
|
|
@@ -1217,7 +1840,12 @@ export const listTemplates = (options) => {
|
|
|
1217
1840
|
*/
|
|
1218
1841
|
export const getTemplate = (options) => {
|
|
1219
1842
|
return (options.client ?? _heyApiClient).get({
|
|
1220
|
-
security: [
|
|
1843
|
+
security: [
|
|
1844
|
+
{
|
|
1845
|
+
scheme: 'bearer',
|
|
1846
|
+
type: 'http'
|
|
1847
|
+
}
|
|
1848
|
+
],
|
|
1221
1849
|
url: '/templates/{templateName}',
|
|
1222
1850
|
...options
|
|
1223
1851
|
});
|
|
@@ -1228,7 +1856,12 @@ export const getTemplate = (options) => {
|
|
|
1228
1856
|
*/
|
|
1229
1857
|
export const listWorkspaceUsers = (options) => {
|
|
1230
1858
|
return (options?.client ?? _heyApiClient).get({
|
|
1231
|
-
security: [
|
|
1859
|
+
security: [
|
|
1860
|
+
{
|
|
1861
|
+
scheme: 'bearer',
|
|
1862
|
+
type: 'http'
|
|
1863
|
+
}
|
|
1864
|
+
],
|
|
1232
1865
|
url: '/users',
|
|
1233
1866
|
...options
|
|
1234
1867
|
});
|
|
@@ -1239,7 +1872,12 @@ export const listWorkspaceUsers = (options) => {
|
|
|
1239
1872
|
*/
|
|
1240
1873
|
export const inviteWorkspaceUser = (options) => {
|
|
1241
1874
|
return (options.client ?? _heyApiClient).post({
|
|
1242
|
-
security: [
|
|
1875
|
+
security: [
|
|
1876
|
+
{
|
|
1877
|
+
scheme: 'bearer',
|
|
1878
|
+
type: 'http'
|
|
1879
|
+
}
|
|
1880
|
+
],
|
|
1243
1881
|
url: '/users',
|
|
1244
1882
|
...options,
|
|
1245
1883
|
headers: {
|
|
@@ -1254,7 +1892,12 @@ export const inviteWorkspaceUser = (options) => {
|
|
|
1254
1892
|
*/
|
|
1255
1893
|
export const removeWorkspaceUser = (options) => {
|
|
1256
1894
|
return (options.client ?? _heyApiClient).delete({
|
|
1257
|
-
security: [
|
|
1895
|
+
security: [
|
|
1896
|
+
{
|
|
1897
|
+
scheme: 'bearer',
|
|
1898
|
+
type: 'http'
|
|
1899
|
+
}
|
|
1900
|
+
],
|
|
1258
1901
|
url: '/users/{subOrEmail}',
|
|
1259
1902
|
...options
|
|
1260
1903
|
});
|
|
@@ -1265,7 +1908,12 @@ export const removeWorkspaceUser = (options) => {
|
|
|
1265
1908
|
*/
|
|
1266
1909
|
export const updateWorkspaceUserRole = (options) => {
|
|
1267
1910
|
return (options.client ?? _heyApiClient).put({
|
|
1268
|
-
security: [
|
|
1911
|
+
security: [
|
|
1912
|
+
{
|
|
1913
|
+
scheme: 'bearer',
|
|
1914
|
+
type: 'http'
|
|
1915
|
+
}
|
|
1916
|
+
],
|
|
1269
1917
|
url: '/users/{subOrEmail}',
|
|
1270
1918
|
...options,
|
|
1271
1919
|
headers: {
|
|
@@ -1280,7 +1928,12 @@ export const updateWorkspaceUserRole = (options) => {
|
|
|
1280
1928
|
*/
|
|
1281
1929
|
export const listVolumeTemplates = (options) => {
|
|
1282
1930
|
return (options?.client ?? _heyApiClient).get({
|
|
1283
|
-
security: [
|
|
1931
|
+
security: [
|
|
1932
|
+
{
|
|
1933
|
+
scheme: 'bearer',
|
|
1934
|
+
type: 'http'
|
|
1935
|
+
}
|
|
1936
|
+
],
|
|
1284
1937
|
url: '/volume_templates',
|
|
1285
1938
|
...options
|
|
1286
1939
|
});
|
|
@@ -1291,7 +1944,12 @@ export const listVolumeTemplates = (options) => {
|
|
|
1291
1944
|
*/
|
|
1292
1945
|
export const createVolumeTemplate = (options) => {
|
|
1293
1946
|
return (options.client ?? _heyApiClient).post({
|
|
1294
|
-
security: [
|
|
1947
|
+
security: [
|
|
1948
|
+
{
|
|
1949
|
+
scheme: 'bearer',
|
|
1950
|
+
type: 'http'
|
|
1951
|
+
}
|
|
1952
|
+
],
|
|
1295
1953
|
url: '/volume_templates',
|
|
1296
1954
|
...options,
|
|
1297
1955
|
headers: {
|
|
@@ -1306,7 +1964,12 @@ export const createVolumeTemplate = (options) => {
|
|
|
1306
1964
|
*/
|
|
1307
1965
|
export const deleteVolumeTemplate = (options) => {
|
|
1308
1966
|
return (options.client ?? _heyApiClient).delete({
|
|
1309
|
-
security: [
|
|
1967
|
+
security: [
|
|
1968
|
+
{
|
|
1969
|
+
scheme: 'bearer',
|
|
1970
|
+
type: 'http'
|
|
1971
|
+
}
|
|
1972
|
+
],
|
|
1310
1973
|
url: '/volume_templates/{volumeTemplateName}',
|
|
1311
1974
|
...options
|
|
1312
1975
|
});
|
|
@@ -1317,7 +1980,12 @@ export const deleteVolumeTemplate = (options) => {
|
|
|
1317
1980
|
*/
|
|
1318
1981
|
export const getVolumeTemplate = (options) => {
|
|
1319
1982
|
return (options.client ?? _heyApiClient).get({
|
|
1320
|
-
security: [
|
|
1983
|
+
security: [
|
|
1984
|
+
{
|
|
1985
|
+
scheme: 'bearer',
|
|
1986
|
+
type: 'http'
|
|
1987
|
+
}
|
|
1988
|
+
],
|
|
1321
1989
|
url: '/volume_templates/{volumeTemplateName}',
|
|
1322
1990
|
...options
|
|
1323
1991
|
});
|
|
@@ -1328,7 +1996,12 @@ export const getVolumeTemplate = (options) => {
|
|
|
1328
1996
|
*/
|
|
1329
1997
|
export const updateVolumeTemplate = (options) => {
|
|
1330
1998
|
return (options.client ?? _heyApiClient).put({
|
|
1331
|
-
security: [
|
|
1999
|
+
security: [
|
|
2000
|
+
{
|
|
2001
|
+
scheme: 'bearer',
|
|
2002
|
+
type: 'http'
|
|
2003
|
+
}
|
|
2004
|
+
],
|
|
1332
2005
|
url: '/volume_templates/{volumeTemplateName}',
|
|
1333
2006
|
...options,
|
|
1334
2007
|
headers: {
|
|
@@ -1343,7 +2016,12 @@ export const updateVolumeTemplate = (options) => {
|
|
|
1343
2016
|
*/
|
|
1344
2017
|
export const deleteVolumeTemplateVersion = (options) => {
|
|
1345
2018
|
return (options.client ?? _heyApiClient).delete({
|
|
1346
|
-
security: [
|
|
2019
|
+
security: [
|
|
2020
|
+
{
|
|
2021
|
+
scheme: 'bearer',
|
|
2022
|
+
type: 'http'
|
|
2023
|
+
}
|
|
2024
|
+
],
|
|
1347
2025
|
url: '/volume_templates/{volumeTemplateName}/versions/{versionName}',
|
|
1348
2026
|
...options
|
|
1349
2027
|
});
|
|
@@ -1354,7 +2032,12 @@ export const deleteVolumeTemplateVersion = (options) => {
|
|
|
1354
2032
|
*/
|
|
1355
2033
|
export const listVolumes = (options) => {
|
|
1356
2034
|
return (options?.client ?? _heyApiClient).get({
|
|
1357
|
-
security: [
|
|
2035
|
+
security: [
|
|
2036
|
+
{
|
|
2037
|
+
scheme: 'bearer',
|
|
2038
|
+
type: 'http'
|
|
2039
|
+
}
|
|
2040
|
+
],
|
|
1358
2041
|
url: '/volumes',
|
|
1359
2042
|
...options
|
|
1360
2043
|
});
|
|
@@ -1365,7 +2048,12 @@ export const listVolumes = (options) => {
|
|
|
1365
2048
|
*/
|
|
1366
2049
|
export const createVolume = (options) => {
|
|
1367
2050
|
return (options.client ?? _heyApiClient).post({
|
|
1368
|
-
security: [
|
|
2051
|
+
security: [
|
|
2052
|
+
{
|
|
2053
|
+
scheme: 'bearer',
|
|
2054
|
+
type: 'http'
|
|
2055
|
+
}
|
|
2056
|
+
],
|
|
1369
2057
|
url: '/volumes',
|
|
1370
2058
|
...options,
|
|
1371
2059
|
headers: {
|
|
@@ -1380,7 +2068,12 @@ export const createVolume = (options) => {
|
|
|
1380
2068
|
*/
|
|
1381
2069
|
export const deleteVolume = (options) => {
|
|
1382
2070
|
return (options.client ?? _heyApiClient).delete({
|
|
1383
|
-
security: [
|
|
2071
|
+
security: [
|
|
2072
|
+
{
|
|
2073
|
+
scheme: 'bearer',
|
|
2074
|
+
type: 'http'
|
|
2075
|
+
}
|
|
2076
|
+
],
|
|
1384
2077
|
url: '/volumes/{volumeName}',
|
|
1385
2078
|
...options
|
|
1386
2079
|
});
|
|
@@ -1391,7 +2084,12 @@ export const deleteVolume = (options) => {
|
|
|
1391
2084
|
*/
|
|
1392
2085
|
export const getVolume = (options) => {
|
|
1393
2086
|
return (options.client ?? _heyApiClient).get({
|
|
1394
|
-
security: [
|
|
2087
|
+
security: [
|
|
2088
|
+
{
|
|
2089
|
+
scheme: 'bearer',
|
|
2090
|
+
type: 'http'
|
|
2091
|
+
}
|
|
2092
|
+
],
|
|
1395
2093
|
url: '/volumes/{volumeName}',
|
|
1396
2094
|
...options
|
|
1397
2095
|
});
|
|
@@ -1402,7 +2100,12 @@ export const getVolume = (options) => {
|
|
|
1402
2100
|
*/
|
|
1403
2101
|
export const updateVolume = (options) => {
|
|
1404
2102
|
return (options.client ?? _heyApiClient).put({
|
|
1405
|
-
security: [
|
|
2103
|
+
security: [
|
|
2104
|
+
{
|
|
2105
|
+
scheme: 'bearer',
|
|
2106
|
+
type: 'http'
|
|
2107
|
+
}
|
|
2108
|
+
],
|
|
1406
2109
|
url: '/volumes/{volumeName}',
|
|
1407
2110
|
...options,
|
|
1408
2111
|
headers: {
|
|
@@ -1416,7 +2119,12 @@ export const updateVolume = (options) => {
|
|
|
1416
2119
|
*/
|
|
1417
2120
|
export const listVpcs = (options) => {
|
|
1418
2121
|
return (options?.client ?? _heyApiClient).get({
|
|
1419
|
-
security: [
|
|
2122
|
+
security: [
|
|
2123
|
+
{
|
|
2124
|
+
scheme: 'bearer',
|
|
2125
|
+
type: 'http'
|
|
2126
|
+
}
|
|
2127
|
+
],
|
|
1420
2128
|
url: '/vpcs',
|
|
1421
2129
|
...options
|
|
1422
2130
|
});
|
|
@@ -1426,7 +2134,12 @@ export const listVpcs = (options) => {
|
|
|
1426
2134
|
*/
|
|
1427
2135
|
export const createVpc = (options) => {
|
|
1428
2136
|
return (options.client ?? _heyApiClient).post({
|
|
1429
|
-
security: [
|
|
2137
|
+
security: [
|
|
2138
|
+
{
|
|
2139
|
+
scheme: 'bearer',
|
|
2140
|
+
type: 'http'
|
|
2141
|
+
}
|
|
2142
|
+
],
|
|
1430
2143
|
url: '/vpcs',
|
|
1431
2144
|
...options,
|
|
1432
2145
|
headers: {
|
|
@@ -1440,7 +2153,12 @@ export const createVpc = (options) => {
|
|
|
1440
2153
|
*/
|
|
1441
2154
|
export const deleteVpc = (options) => {
|
|
1442
2155
|
return (options.client ?? _heyApiClient).delete({
|
|
1443
|
-
security: [
|
|
2156
|
+
security: [
|
|
2157
|
+
{
|
|
2158
|
+
scheme: 'bearer',
|
|
2159
|
+
type: 'http'
|
|
2160
|
+
}
|
|
2161
|
+
],
|
|
1444
2162
|
url: '/vpcs/{vpcName}',
|
|
1445
2163
|
...options
|
|
1446
2164
|
});
|
|
@@ -1450,7 +2168,12 @@ export const deleteVpc = (options) => {
|
|
|
1450
2168
|
*/
|
|
1451
2169
|
export const getVpc = (options) => {
|
|
1452
2170
|
return (options.client ?? _heyApiClient).get({
|
|
1453
|
-
security: [
|
|
2171
|
+
security: [
|
|
2172
|
+
{
|
|
2173
|
+
scheme: 'bearer',
|
|
2174
|
+
type: 'http'
|
|
2175
|
+
}
|
|
2176
|
+
],
|
|
1454
2177
|
url: '/vpcs/{vpcName}',
|
|
1455
2178
|
...options
|
|
1456
2179
|
});
|
|
@@ -1460,7 +2183,12 @@ export const getVpc = (options) => {
|
|
|
1460
2183
|
*/
|
|
1461
2184
|
export const listEgressGateways = (options) => {
|
|
1462
2185
|
return (options.client ?? _heyApiClient).get({
|
|
1463
|
-
security: [
|
|
2186
|
+
security: [
|
|
2187
|
+
{
|
|
2188
|
+
scheme: 'bearer',
|
|
2189
|
+
type: 'http'
|
|
2190
|
+
}
|
|
2191
|
+
],
|
|
1464
2192
|
url: '/vpcs/{vpcName}/egressgateways',
|
|
1465
2193
|
...options
|
|
1466
2194
|
});
|
|
@@ -1470,7 +2198,12 @@ export const listEgressGateways = (options) => {
|
|
|
1470
2198
|
*/
|
|
1471
2199
|
export const createEgressGateway = (options) => {
|
|
1472
2200
|
return (options.client ?? _heyApiClient).post({
|
|
1473
|
-
security: [
|
|
2201
|
+
security: [
|
|
2202
|
+
{
|
|
2203
|
+
scheme: 'bearer',
|
|
2204
|
+
type: 'http'
|
|
2205
|
+
}
|
|
2206
|
+
],
|
|
1474
2207
|
url: '/vpcs/{vpcName}/egressgateways',
|
|
1475
2208
|
...options,
|
|
1476
2209
|
headers: {
|
|
@@ -1484,7 +2217,12 @@ export const createEgressGateway = (options) => {
|
|
|
1484
2217
|
*/
|
|
1485
2218
|
export const deleteEgressGateway = (options) => {
|
|
1486
2219
|
return (options.client ?? _heyApiClient).delete({
|
|
1487
|
-
security: [
|
|
2220
|
+
security: [
|
|
2221
|
+
{
|
|
2222
|
+
scheme: 'bearer',
|
|
2223
|
+
type: 'http'
|
|
2224
|
+
}
|
|
2225
|
+
],
|
|
1488
2226
|
url: '/vpcs/{vpcName}/egressgateways/{gatewayName}',
|
|
1489
2227
|
...options
|
|
1490
2228
|
});
|
|
@@ -1494,7 +2232,12 @@ export const deleteEgressGateway = (options) => {
|
|
|
1494
2232
|
*/
|
|
1495
2233
|
export const getEgressGateway = (options) => {
|
|
1496
2234
|
return (options.client ?? _heyApiClient).get({
|
|
1497
|
-
security: [
|
|
2235
|
+
security: [
|
|
2236
|
+
{
|
|
2237
|
+
scheme: 'bearer',
|
|
2238
|
+
type: 'http'
|
|
2239
|
+
}
|
|
2240
|
+
],
|
|
1498
2241
|
url: '/vpcs/{vpcName}/egressgateways/{gatewayName}',
|
|
1499
2242
|
...options
|
|
1500
2243
|
});
|
|
@@ -1504,7 +2247,12 @@ export const getEgressGateway = (options) => {
|
|
|
1504
2247
|
*/
|
|
1505
2248
|
export const listEgressIps = (options) => {
|
|
1506
2249
|
return (options.client ?? _heyApiClient).get({
|
|
1507
|
-
security: [
|
|
2250
|
+
security: [
|
|
2251
|
+
{
|
|
2252
|
+
scheme: 'bearer',
|
|
2253
|
+
type: 'http'
|
|
2254
|
+
}
|
|
2255
|
+
],
|
|
1508
2256
|
url: '/vpcs/{vpcName}/egressgateways/{gatewayName}/ips',
|
|
1509
2257
|
...options
|
|
1510
2258
|
});
|
|
@@ -1514,7 +2262,12 @@ export const listEgressIps = (options) => {
|
|
|
1514
2262
|
*/
|
|
1515
2263
|
export const createEgressIp = (options) => {
|
|
1516
2264
|
return (options.client ?? _heyApiClient).post({
|
|
1517
|
-
security: [
|
|
2265
|
+
security: [
|
|
2266
|
+
{
|
|
2267
|
+
scheme: 'bearer',
|
|
2268
|
+
type: 'http'
|
|
2269
|
+
}
|
|
2270
|
+
],
|
|
1518
2271
|
url: '/vpcs/{vpcName}/egressgateways/{gatewayName}/ips',
|
|
1519
2272
|
...options,
|
|
1520
2273
|
headers: {
|
|
@@ -1528,7 +2281,12 @@ export const createEgressIp = (options) => {
|
|
|
1528
2281
|
*/
|
|
1529
2282
|
export const deleteEgressIp = (options) => {
|
|
1530
2283
|
return (options.client ?? _heyApiClient).delete({
|
|
1531
|
-
security: [
|
|
2284
|
+
security: [
|
|
2285
|
+
{
|
|
2286
|
+
scheme: 'bearer',
|
|
2287
|
+
type: 'http'
|
|
2288
|
+
}
|
|
2289
|
+
],
|
|
1532
2290
|
url: '/vpcs/{vpcName}/egressgateways/{gatewayName}/ips/{ipName}',
|
|
1533
2291
|
...options
|
|
1534
2292
|
});
|
|
@@ -1538,7 +2296,12 @@ export const deleteEgressIp = (options) => {
|
|
|
1538
2296
|
*/
|
|
1539
2297
|
export const getEgressIp = (options) => {
|
|
1540
2298
|
return (options.client ?? _heyApiClient).get({
|
|
1541
|
-
security: [
|
|
2299
|
+
security: [
|
|
2300
|
+
{
|
|
2301
|
+
scheme: 'bearer',
|
|
2302
|
+
type: 'http'
|
|
2303
|
+
}
|
|
2304
|
+
],
|
|
1542
2305
|
url: '/vpcs/{vpcName}/egressgateways/{gatewayName}/ips/{ipName}',
|
|
1543
2306
|
...options
|
|
1544
2307
|
});
|
|
@@ -1549,7 +2312,12 @@ export const getEgressIp = (options) => {
|
|
|
1549
2312
|
*/
|
|
1550
2313
|
export const listWorkspaces = (options) => {
|
|
1551
2314
|
return (options?.client ?? _heyApiClient).get({
|
|
1552
|
-
security: [
|
|
2315
|
+
security: [
|
|
2316
|
+
{
|
|
2317
|
+
scheme: 'bearer',
|
|
2318
|
+
type: 'http'
|
|
2319
|
+
}
|
|
2320
|
+
],
|
|
1553
2321
|
url: '/workspaces',
|
|
1554
2322
|
...options
|
|
1555
2323
|
});
|
|
@@ -1560,7 +2328,12 @@ export const listWorkspaces = (options) => {
|
|
|
1560
2328
|
*/
|
|
1561
2329
|
export const createWorkspace = (options) => {
|
|
1562
2330
|
return (options.client ?? _heyApiClient).post({
|
|
1563
|
-
security: [
|
|
2331
|
+
security: [
|
|
2332
|
+
{
|
|
2333
|
+
scheme: 'bearer',
|
|
2334
|
+
type: 'http'
|
|
2335
|
+
}
|
|
2336
|
+
],
|
|
1564
2337
|
url: '/workspaces',
|
|
1565
2338
|
...options,
|
|
1566
2339
|
headers: {
|
|
@@ -1575,7 +2348,12 @@ export const createWorkspace = (options) => {
|
|
|
1575
2348
|
*/
|
|
1576
2349
|
export const deleteWorkspace = (options) => {
|
|
1577
2350
|
return (options.client ?? _heyApiClient).delete({
|
|
1578
|
-
security: [
|
|
2351
|
+
security: [
|
|
2352
|
+
{
|
|
2353
|
+
scheme: 'bearer',
|
|
2354
|
+
type: 'http'
|
|
2355
|
+
}
|
|
2356
|
+
],
|
|
1579
2357
|
url: '/workspaces/{workspaceName}',
|
|
1580
2358
|
...options
|
|
1581
2359
|
});
|
|
@@ -1586,7 +2364,12 @@ export const deleteWorkspace = (options) => {
|
|
|
1586
2364
|
*/
|
|
1587
2365
|
export const getWorkspace = (options) => {
|
|
1588
2366
|
return (options.client ?? _heyApiClient).get({
|
|
1589
|
-
security: [
|
|
2367
|
+
security: [
|
|
2368
|
+
{
|
|
2369
|
+
scheme: 'bearer',
|
|
2370
|
+
type: 'http'
|
|
2371
|
+
}
|
|
2372
|
+
],
|
|
1590
2373
|
url: '/workspaces/{workspaceName}',
|
|
1591
2374
|
...options
|
|
1592
2375
|
});
|
|
@@ -1597,7 +2380,12 @@ export const getWorkspace = (options) => {
|
|
|
1597
2380
|
*/
|
|
1598
2381
|
export const updateWorkspace = (options) => {
|
|
1599
2382
|
return (options.client ?? _heyApiClient).put({
|
|
1600
|
-
security: [
|
|
2383
|
+
security: [
|
|
2384
|
+
{
|
|
2385
|
+
scheme: 'bearer',
|
|
2386
|
+
type: 'http'
|
|
2387
|
+
}
|
|
2388
|
+
],
|
|
1601
2389
|
url: '/workspaces/{workspaceName}',
|
|
1602
2390
|
...options,
|
|
1603
2391
|
headers: {
|
|
@@ -1612,7 +2400,12 @@ export const updateWorkspace = (options) => {
|
|
|
1612
2400
|
*/
|
|
1613
2401
|
export const declineWorkspaceInvitation = (options) => {
|
|
1614
2402
|
return (options.client ?? _heyApiClient).post({
|
|
1615
|
-
security: [
|
|
2403
|
+
security: [
|
|
2404
|
+
{
|
|
2405
|
+
scheme: 'bearer',
|
|
2406
|
+
type: 'http'
|
|
2407
|
+
}
|
|
2408
|
+
],
|
|
1616
2409
|
url: '/workspaces/{workspaceName}/decline',
|
|
1617
2410
|
...options
|
|
1618
2411
|
});
|
|
@@ -1623,7 +2416,12 @@ export const declineWorkspaceInvitation = (options) => {
|
|
|
1623
2416
|
*/
|
|
1624
2417
|
export const acceptWorkspaceInvitation = (options) => {
|
|
1625
2418
|
return (options.client ?? _heyApiClient).post({
|
|
1626
|
-
security: [
|
|
2419
|
+
security: [
|
|
2420
|
+
{
|
|
2421
|
+
scheme: 'bearer',
|
|
2422
|
+
type: 'http'
|
|
2423
|
+
}
|
|
2424
|
+
],
|
|
1627
2425
|
url: '/workspaces/{workspaceName}/join',
|
|
1628
2426
|
...options
|
|
1629
2427
|
});
|
|
@@ -1634,7 +2432,12 @@ export const acceptWorkspaceInvitation = (options) => {
|
|
|
1634
2432
|
*/
|
|
1635
2433
|
export const leaveWorkspace = (options) => {
|
|
1636
2434
|
return (options.client ?? _heyApiClient).delete({
|
|
1637
|
-
security: [
|
|
2435
|
+
security: [
|
|
2436
|
+
{
|
|
2437
|
+
scheme: 'bearer',
|
|
2438
|
+
type: 'http'
|
|
2439
|
+
}
|
|
2440
|
+
],
|
|
1638
2441
|
url: '/workspaces/{workspaceName}/leave',
|
|
1639
2442
|
...options
|
|
1640
2443
|
});
|
|
@@ -1645,7 +2448,12 @@ export const leaveWorkspace = (options) => {
|
|
|
1645
2448
|
*/
|
|
1646
2449
|
export const checkWorkspaceAvailability = (options) => {
|
|
1647
2450
|
return (options.client ?? _heyApiClient).post({
|
|
1648
|
-
security: [
|
|
2451
|
+
security: [
|
|
2452
|
+
{
|
|
2453
|
+
scheme: 'bearer',
|
|
2454
|
+
type: 'http'
|
|
2455
|
+
}
|
|
2456
|
+
],
|
|
1649
2457
|
url: '/workspaces/availability',
|
|
1650
2458
|
...options,
|
|
1651
2459
|
headers: {
|