@hautechai/sdk 0.0.22 → 0.0.25
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/autogenerated/api.d.ts +302 -302
- package/dist/autogenerated/api.js +421 -1235
- package/dist/autogenerated/permissions.d.ts +5 -1
- package/dist/token/index.js +1 -2
- package/package.json +1 -1
- package/dist/token/permissions.d.ts +0 -2
- package/dist/token/permissions.js +0 -26
|
@@ -14,48 +14,48 @@
|
|
|
14
14
|
import globalAxios from 'axios';
|
|
15
15
|
// Some imports not used depending on template conditions
|
|
16
16
|
// @ts-ignore
|
|
17
|
-
import { DUMMY_BASE_URL, assertParamExists, setBearerAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction
|
|
17
|
+
import { DUMMY_BASE_URL, assertParamExists, setBearerAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from './common';
|
|
18
18
|
// @ts-ignore
|
|
19
19
|
import { BASE_PATH, BaseAPI, operationServerMap } from './base';
|
|
20
20
|
export const AccountEntityTypeEnum = {
|
|
21
21
|
Root: 'root',
|
|
22
|
-
User: 'user'
|
|
22
|
+
User: 'user'
|
|
23
23
|
};
|
|
24
24
|
export const AddAccountToGroupControllerParamsDtoRoleEnum = {
|
|
25
25
|
Maintainer: 'maintainer',
|
|
26
26
|
Member: 'member',
|
|
27
|
-
Owner: 'owner'
|
|
27
|
+
Owner: 'owner'
|
|
28
28
|
};
|
|
29
29
|
export const AddAccountToGroupParamsDtoRoleEnum = {
|
|
30
30
|
Maintainer: 'maintainer',
|
|
31
31
|
Member: 'member',
|
|
32
|
-
Owner: 'owner'
|
|
32
|
+
Owner: 'owner'
|
|
33
33
|
};
|
|
34
34
|
export const CompositeElementFitEnum = {
|
|
35
35
|
Cover: 'cover',
|
|
36
36
|
Contain: 'contain',
|
|
37
37
|
Fill: 'fill',
|
|
38
38
|
Inside: 'inside',
|
|
39
|
-
Outside: 'outside'
|
|
39
|
+
Outside: 'outside'
|
|
40
40
|
};
|
|
41
41
|
export const GPTV1InputModelEnum = {
|
|
42
|
-
Gpt4o: 'gpt-4o'
|
|
42
|
+
Gpt4o: 'gpt-4o'
|
|
43
43
|
};
|
|
44
44
|
export const GetImageRepresentationParamsDtoTypeEnum = {
|
|
45
|
-
SamV1: 'sam.v1'
|
|
45
|
+
SamV1: 'sam.v1'
|
|
46
46
|
};
|
|
47
47
|
export const GiseleVtonV1InputCategoryEnum = {
|
|
48
48
|
Dresses: 'dresses',
|
|
49
49
|
LowerBody: 'lower_body',
|
|
50
|
-
UpperBody: 'upper_body'
|
|
50
|
+
UpperBody: 'upper_body'
|
|
51
51
|
};
|
|
52
52
|
export const GrantAccessControllerParamsPrincipalTypeEnum = {
|
|
53
53
|
Account: 'account',
|
|
54
|
-
Group: 'group'
|
|
54
|
+
Group: 'group'
|
|
55
55
|
};
|
|
56
56
|
export const GrantAccessParamsDtoPrincipalTypeEnum = {
|
|
57
57
|
Account: 'account',
|
|
58
|
-
Group: 'group'
|
|
58
|
+
Group: 'group'
|
|
59
59
|
};
|
|
60
60
|
export const ImageEntityKindEnum = {
|
|
61
61
|
Collection: 'collection',
|
|
@@ -64,7 +64,7 @@ export const ImageEntityKindEnum = {
|
|
|
64
64
|
Image: 'image',
|
|
65
65
|
Pose: 'pose',
|
|
66
66
|
Storage: 'storage',
|
|
67
|
-
Pipeline: 'pipeline'
|
|
67
|
+
Pipeline: 'pipeline'
|
|
68
68
|
};
|
|
69
69
|
export const KateImagineV1InputAspectRatioEnum = {
|
|
70
70
|
_11: '1:1',
|
|
@@ -75,7 +75,7 @@ export const KateImagineV1InputAspectRatioEnum = {
|
|
|
75
75
|
_74: '7:4',
|
|
76
76
|
_47: '4:7',
|
|
77
77
|
_125: '12:5',
|
|
78
|
-
_512: '5:12'
|
|
78
|
+
_512: '5:12'
|
|
79
79
|
};
|
|
80
80
|
export const LindaHauteV1InputAspectRatioEnum = {
|
|
81
81
|
_11: '1:1',
|
|
@@ -86,17 +86,17 @@ export const LindaHauteV1InputAspectRatioEnum = {
|
|
|
86
86
|
_74: '7:4',
|
|
87
87
|
_47: '4:7',
|
|
88
88
|
_125: '12:5',
|
|
89
|
-
_512: '5:12'
|
|
89
|
+
_512: '5:12'
|
|
90
90
|
};
|
|
91
91
|
export const ListAccountsParamsDtoOrderByEnum = {
|
|
92
92
|
Asc: 'createdAt_ASC',
|
|
93
|
-
Desc: 'createdAt_DESC'
|
|
93
|
+
Desc: 'createdAt_DESC'
|
|
94
94
|
};
|
|
95
95
|
export const ListCollectionItemsParamsDtoOrderByEnum = {
|
|
96
96
|
CreatedAtAsc: 'createdAt_ASC',
|
|
97
97
|
CreatedAtDesc: 'createdAt_DESC',
|
|
98
98
|
UpdatedAtAsc: 'updatedAt_ASC',
|
|
99
|
-
UpdatedAtDesc: 'updatedAt_DESC'
|
|
99
|
+
UpdatedAtDesc: 'updatedAt_DESC'
|
|
100
100
|
};
|
|
101
101
|
export const ListCollectionItemsParamsDtoKindEnum = {
|
|
102
102
|
Collection: 'collection',
|
|
@@ -105,29 +105,29 @@ export const ListCollectionItemsParamsDtoKindEnum = {
|
|
|
105
105
|
Image: 'image',
|
|
106
106
|
Pose: 'pose',
|
|
107
107
|
Storage: 'storage',
|
|
108
|
-
Pipeline: 'pipeline'
|
|
108
|
+
Pipeline: 'pipeline'
|
|
109
109
|
};
|
|
110
110
|
export const ListCollectionsParamsDtoOrderByEnum = {
|
|
111
111
|
CreatedAtAsc: 'createdAt_ASC',
|
|
112
112
|
CreatedAtDesc: 'createdAt_DESC',
|
|
113
113
|
UpdatedAtAsc: 'updatedAt_ASC',
|
|
114
|
-
UpdatedAtDesc: 'updatedAt_DESC'
|
|
114
|
+
UpdatedAtDesc: 'updatedAt_DESC'
|
|
115
115
|
};
|
|
116
116
|
export const ListOperationsParamsDtoOrderByEnum = {
|
|
117
117
|
CreatedAtAsc: 'createdAt_ASC',
|
|
118
118
|
CreatedAtDesc: 'createdAt_DESC',
|
|
119
119
|
UpdatedAtAsc: 'updatedAt_ASC',
|
|
120
|
-
UpdatedAtDesc: 'updatedAt_DESC'
|
|
120
|
+
UpdatedAtDesc: 'updatedAt_DESC'
|
|
121
121
|
};
|
|
122
122
|
export const ListPosesParamsDtoOrderByEnum = {
|
|
123
123
|
Asc: 'createdAt_ASC',
|
|
124
|
-
Desc: 'createdAt_DESC'
|
|
124
|
+
Desc: 'createdAt_DESC'
|
|
125
125
|
};
|
|
126
126
|
export const ListStacksParamsDtoOrderByEnum = {
|
|
127
127
|
CreatedAtAsc: 'createdAt_ASC',
|
|
128
128
|
CreatedAtDesc: 'createdAt_DESC',
|
|
129
129
|
UpdatedAtAsc: 'updatedAt_ASC',
|
|
130
|
-
UpdatedAtDesc: 'updatedAt_DESC'
|
|
130
|
+
UpdatedAtDesc: 'updatedAt_DESC'
|
|
131
131
|
};
|
|
132
132
|
export const OperationEntityKindEnum = {
|
|
133
133
|
Collection: 'collection',
|
|
@@ -136,12 +136,12 @@ export const OperationEntityKindEnum = {
|
|
|
136
136
|
Image: 'image',
|
|
137
137
|
Pose: 'pose',
|
|
138
138
|
Storage: 'storage',
|
|
139
|
-
Pipeline: 'pipeline'
|
|
139
|
+
Pipeline: 'pipeline'
|
|
140
140
|
};
|
|
141
141
|
export const OperationEntityStatusEnum = {
|
|
142
142
|
Pending: 'pending',
|
|
143
143
|
Finished: 'finished',
|
|
144
|
-
Failed: 'failed'
|
|
144
|
+
Failed: 'failed'
|
|
145
145
|
};
|
|
146
146
|
export const PipelineEntityKindEnum = {
|
|
147
147
|
Collection: 'collection',
|
|
@@ -150,12 +150,12 @@ export const PipelineEntityKindEnum = {
|
|
|
150
150
|
Image: 'image',
|
|
151
151
|
Pose: 'pose',
|
|
152
152
|
Storage: 'storage',
|
|
153
|
-
Pipeline: 'pipeline'
|
|
153
|
+
Pipeline: 'pipeline'
|
|
154
154
|
};
|
|
155
155
|
export const PipelineEntityStatusEnum = {
|
|
156
156
|
Pending: 'pending',
|
|
157
157
|
Completed: 'completed',
|
|
158
|
-
Failed: 'failed'
|
|
158
|
+
Failed: 'failed'
|
|
159
159
|
};
|
|
160
160
|
export const PoseEntityKindEnum = {
|
|
161
161
|
Collection: 'collection',
|
|
@@ -164,17 +164,17 @@ export const PoseEntityKindEnum = {
|
|
|
164
164
|
Image: 'image',
|
|
165
165
|
Pose: 'pose',
|
|
166
166
|
Storage: 'storage',
|
|
167
|
-
Pipeline: 'pipeline'
|
|
167
|
+
Pipeline: 'pipeline'
|
|
168
168
|
};
|
|
169
169
|
export const RemoveAccountFromGroupControllerParamsDtoRoleEnum = {
|
|
170
170
|
Maintainer: 'maintainer',
|
|
171
171
|
Member: 'member',
|
|
172
|
-
Owner: 'owner'
|
|
172
|
+
Owner: 'owner'
|
|
173
173
|
};
|
|
174
174
|
export const RemoveAccountFromGroupParamsDtoRoleEnum = {
|
|
175
175
|
Maintainer: 'maintainer',
|
|
176
176
|
Member: 'member',
|
|
177
|
-
Owner: 'owner'
|
|
177
|
+
Owner: 'owner'
|
|
178
178
|
};
|
|
179
179
|
export const ResourceEntityKindEnum = {
|
|
180
180
|
Collection: 'collection',
|
|
@@ -183,10 +183,10 @@ export const ResourceEntityKindEnum = {
|
|
|
183
183
|
Image: 'image',
|
|
184
184
|
Pose: 'pose',
|
|
185
185
|
Storage: 'storage',
|
|
186
|
-
Pipeline: 'pipeline'
|
|
186
|
+
Pipeline: 'pipeline'
|
|
187
187
|
};
|
|
188
188
|
export const StackEntityKindEnum = {
|
|
189
|
-
Stack: 'stack'
|
|
189
|
+
Stack: 'stack'
|
|
190
190
|
};
|
|
191
191
|
export const StorageEntityKindEnum = {
|
|
192
192
|
Collection: 'collection',
|
|
@@ -195,7 +195,7 @@ export const StorageEntityKindEnum = {
|
|
|
195
195
|
Image: 'image',
|
|
196
196
|
Pose: 'pose',
|
|
197
197
|
Storage: 'storage',
|
|
198
|
-
Pipeline: 'pipeline'
|
|
198
|
+
Pipeline: 'pipeline'
|
|
199
199
|
};
|
|
200
200
|
/**
|
|
201
201
|
* AccessApi - axios parameter creator
|
|
@@ -215,7 +215,8 @@ export const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
215
215
|
assertParamExists('accessControllerAttachAccessV1', 'id', id);
|
|
216
216
|
// verify required parameter 'attachAccessControllerParamsDto' is not null or undefined
|
|
217
217
|
assertParamExists('accessControllerAttachAccessV1', 'attachAccessControllerParamsDto', attachAccessControllerParamsDto);
|
|
218
|
-
const localVarPath = `/v1/resources/{id}/access/attach
|
|
218
|
+
const localVarPath = `/v1/resources/{id}/access/attach`
|
|
219
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
219
220
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
220
221
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
221
222
|
let baseOptions;
|
|
@@ -231,11 +232,7 @@ export const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
231
232
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
232
233
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
233
234
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
234
|
-
localVarRequestOptions.headers = {
|
|
235
|
-
...localVarHeaderParameter,
|
|
236
|
-
...headersFromBaseOptions,
|
|
237
|
-
...options.headers,
|
|
238
|
-
};
|
|
235
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
239
236
|
localVarRequestOptions.data = serializeDataIfNeeded(attachAccessControllerParamsDto, localVarRequestOptions, configuration);
|
|
240
237
|
return {
|
|
241
238
|
url: toPathString(localVarUrlObj),
|
|
@@ -254,7 +251,8 @@ export const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
254
251
|
assertParamExists('accessControllerGrantAccessV1', 'id', id);
|
|
255
252
|
// verify required parameter 'grantAccessControllerParams' is not null or undefined
|
|
256
253
|
assertParamExists('accessControllerGrantAccessV1', 'grantAccessControllerParams', grantAccessControllerParams);
|
|
257
|
-
const localVarPath = `/v1/resources/{id}/access/grant
|
|
254
|
+
const localVarPath = `/v1/resources/{id}/access/grant`
|
|
255
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
258
256
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
259
257
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
260
258
|
let baseOptions;
|
|
@@ -270,11 +268,7 @@ export const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
270
268
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
271
269
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
272
270
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
273
|
-
localVarRequestOptions.headers = {
|
|
274
|
-
...localVarHeaderParameter,
|
|
275
|
-
...headersFromBaseOptions,
|
|
276
|
-
...options.headers,
|
|
277
|
-
};
|
|
271
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
278
272
|
localVarRequestOptions.data = serializeDataIfNeeded(grantAccessControllerParams, localVarRequestOptions, configuration);
|
|
279
273
|
return {
|
|
280
274
|
url: toPathString(localVarUrlObj),
|
|
@@ -333,9 +327,7 @@ export const AccessApiFactory = function (configuration, basePath, axios) {
|
|
|
333
327
|
* @throws {RequiredError}
|
|
334
328
|
*/
|
|
335
329
|
accessControllerAttachAccessV1(id, attachAccessControllerParamsDto, options) {
|
|
336
|
-
return localVarFp
|
|
337
|
-
.accessControllerAttachAccessV1(id, attachAccessControllerParamsDto, options)
|
|
338
|
-
.then((request) => request(axios, basePath));
|
|
330
|
+
return localVarFp.accessControllerAttachAccessV1(id, attachAccessControllerParamsDto, options).then((request) => request(axios, basePath));
|
|
339
331
|
},
|
|
340
332
|
/**
|
|
341
333
|
*
|
|
@@ -345,9 +337,7 @@ export const AccessApiFactory = function (configuration, basePath, axios) {
|
|
|
345
337
|
* @throws {RequiredError}
|
|
346
338
|
*/
|
|
347
339
|
accessControllerGrantAccessV1(id, grantAccessControllerParams, options) {
|
|
348
|
-
return localVarFp
|
|
349
|
-
.accessControllerGrantAccessV1(id, grantAccessControllerParams, options)
|
|
350
|
-
.then((request) => request(axios, basePath));
|
|
340
|
+
return localVarFp.accessControllerGrantAccessV1(id, grantAccessControllerParams, options).then((request) => request(axios, basePath));
|
|
351
341
|
},
|
|
352
342
|
};
|
|
353
343
|
};
|
|
@@ -367,9 +357,7 @@ export class AccessApi extends BaseAPI {
|
|
|
367
357
|
* @memberof AccessApi
|
|
368
358
|
*/
|
|
369
359
|
accessControllerAttachAccessV1(id, attachAccessControllerParamsDto, options) {
|
|
370
|
-
return AccessApiFp(this.configuration)
|
|
371
|
-
.accessControllerAttachAccessV1(id, attachAccessControllerParamsDto, options)
|
|
372
|
-
.then((request) => request(this.axios, this.basePath));
|
|
360
|
+
return AccessApiFp(this.configuration).accessControllerAttachAccessV1(id, attachAccessControllerParamsDto, options).then((request) => request(this.axios, this.basePath));
|
|
373
361
|
}
|
|
374
362
|
/**
|
|
375
363
|
*
|
|
@@ -380,9 +368,7 @@ export class AccessApi extends BaseAPI {
|
|
|
380
368
|
* @memberof AccessApi
|
|
381
369
|
*/
|
|
382
370
|
accessControllerGrantAccessV1(id, grantAccessControllerParams, options) {
|
|
383
|
-
return AccessApiFp(this.configuration)
|
|
384
|
-
.accessControllerGrantAccessV1(id, grantAccessControllerParams, options)
|
|
385
|
-
.then((request) => request(this.axios, this.basePath));
|
|
371
|
+
return AccessApiFp(this.configuration).accessControllerGrantAccessV1(id, grantAccessControllerParams, options).then((request) => request(this.axios, this.basePath));
|
|
386
372
|
}
|
|
387
373
|
}
|
|
388
374
|
/**
|
|
@@ -416,11 +402,7 @@ export const AccountsApiAxiosParamCreator = function (configuration) {
|
|
|
416
402
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
417
403
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
418
404
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
419
|
-
localVarRequestOptions.headers = {
|
|
420
|
-
...localVarHeaderParameter,
|
|
421
|
-
...headersFromBaseOptions,
|
|
422
|
-
...options.headers,
|
|
423
|
-
};
|
|
405
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
424
406
|
localVarRequestOptions.data = serializeDataIfNeeded(createAccountParamsDto, localVarRequestOptions, configuration);
|
|
425
407
|
return {
|
|
426
408
|
url: toPathString(localVarUrlObj),
|
|
@@ -436,7 +418,8 @@ export const AccountsApiAxiosParamCreator = function (configuration) {
|
|
|
436
418
|
accountsControllerGetAccountByAliasV1: async (id, options = {}) => {
|
|
437
419
|
// verify required parameter 'id' is not null or undefined
|
|
438
420
|
assertParamExists('accountsControllerGetAccountByAliasV1', 'id', id);
|
|
439
|
-
const localVarPath = `/v1/accounts/alias/{id}
|
|
421
|
+
const localVarPath = `/v1/accounts/alias/{id}`
|
|
422
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
440
423
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
441
424
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
442
425
|
let baseOptions;
|
|
@@ -451,11 +434,7 @@ export const AccountsApiAxiosParamCreator = function (configuration) {
|
|
|
451
434
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
452
435
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
453
436
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
454
|
-
localVarRequestOptions.headers = {
|
|
455
|
-
...localVarHeaderParameter,
|
|
456
|
-
...headersFromBaseOptions,
|
|
457
|
-
...options.headers,
|
|
458
|
-
};
|
|
437
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
459
438
|
return {
|
|
460
439
|
url: toPathString(localVarUrlObj),
|
|
461
440
|
options: localVarRequestOptions,
|
|
@@ -470,7 +449,8 @@ export const AccountsApiAxiosParamCreator = function (configuration) {
|
|
|
470
449
|
accountsControllerGetAccountV1: async (id, options = {}) => {
|
|
471
450
|
// verify required parameter 'id' is not null or undefined
|
|
472
451
|
assertParamExists('accountsControllerGetAccountV1', 'id', id);
|
|
473
|
-
const localVarPath = `/v1/accounts/{id}
|
|
452
|
+
const localVarPath = `/v1/accounts/{id}`
|
|
453
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
474
454
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
475
455
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
476
456
|
let baseOptions;
|
|
@@ -485,11 +465,7 @@ export const AccountsApiAxiosParamCreator = function (configuration) {
|
|
|
485
465
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
486
466
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
487
467
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
488
|
-
localVarRequestOptions.headers = {
|
|
489
|
-
...localVarHeaderParameter,
|
|
490
|
-
...headersFromBaseOptions,
|
|
491
|
-
...options.headers,
|
|
492
|
-
};
|
|
468
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
493
469
|
return {
|
|
494
470
|
url: toPathString(localVarUrlObj),
|
|
495
471
|
options: localVarRequestOptions,
|
|
@@ -516,11 +492,7 @@ export const AccountsApiAxiosParamCreator = function (configuration) {
|
|
|
516
492
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
517
493
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
518
494
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
519
|
-
localVarRequestOptions.headers = {
|
|
520
|
-
...localVarHeaderParameter,
|
|
521
|
-
...headersFromBaseOptions,
|
|
522
|
-
...options.headers,
|
|
523
|
-
};
|
|
495
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
524
496
|
return {
|
|
525
497
|
url: toPathString(localVarUrlObj),
|
|
526
498
|
options: localVarRequestOptions,
|
|
@@ -559,11 +531,7 @@ export const AccountsApiAxiosParamCreator = function (configuration) {
|
|
|
559
531
|
}
|
|
560
532
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
561
533
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
562
|
-
localVarRequestOptions.headers = {
|
|
563
|
-
...localVarHeaderParameter,
|
|
564
|
-
...headersFromBaseOptions,
|
|
565
|
-
...options.headers,
|
|
566
|
-
};
|
|
534
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
567
535
|
return {
|
|
568
536
|
url: toPathString(localVarUrlObj),
|
|
569
537
|
options: localVarRequestOptions,
|
|
@@ -587,8 +555,7 @@ export const AccountsApiFp = function (configuration) {
|
|
|
587
555
|
async accountsControllerCreateAccountV1(createAccountParamsDto, options) {
|
|
588
556
|
const localVarAxiosArgs = await localVarAxiosParamCreator.accountsControllerCreateAccountV1(createAccountParamsDto, options);
|
|
589
557
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
590
|
-
const localVarOperationServerBasePath = operationServerMap['AccountsApi.accountsControllerCreateAccountV1']?.[localVarOperationServerIndex]
|
|
591
|
-
?.url;
|
|
558
|
+
const localVarOperationServerBasePath = operationServerMap['AccountsApi.accountsControllerCreateAccountV1']?.[localVarOperationServerIndex]?.url;
|
|
592
559
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
593
560
|
},
|
|
594
561
|
/**
|
|
@@ -600,8 +567,7 @@ export const AccountsApiFp = function (configuration) {
|
|
|
600
567
|
async accountsControllerGetAccountByAliasV1(id, options) {
|
|
601
568
|
const localVarAxiosArgs = await localVarAxiosParamCreator.accountsControllerGetAccountByAliasV1(id, options);
|
|
602
569
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
603
|
-
const localVarOperationServerBasePath = operationServerMap['AccountsApi.accountsControllerGetAccountByAliasV1']?.[localVarOperationServerIndex]
|
|
604
|
-
?.url;
|
|
570
|
+
const localVarOperationServerBasePath = operationServerMap['AccountsApi.accountsControllerGetAccountByAliasV1']?.[localVarOperationServerIndex]?.url;
|
|
605
571
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
606
572
|
},
|
|
607
573
|
/**
|
|
@@ -657,9 +623,7 @@ export const AccountsApiFactory = function (configuration, basePath, axios) {
|
|
|
657
623
|
* @throws {RequiredError}
|
|
658
624
|
*/
|
|
659
625
|
accountsControllerCreateAccountV1(createAccountParamsDto, options) {
|
|
660
|
-
return localVarFp
|
|
661
|
-
.accountsControllerCreateAccountV1(createAccountParamsDto, options)
|
|
662
|
-
.then((request) => request(axios, basePath));
|
|
626
|
+
return localVarFp.accountsControllerCreateAccountV1(createAccountParamsDto, options).then((request) => request(axios, basePath));
|
|
663
627
|
},
|
|
664
628
|
/**
|
|
665
629
|
*
|
|
@@ -668,9 +632,7 @@ export const AccountsApiFactory = function (configuration, basePath, axios) {
|
|
|
668
632
|
* @throws {RequiredError}
|
|
669
633
|
*/
|
|
670
634
|
accountsControllerGetAccountByAliasV1(id, options) {
|
|
671
|
-
return localVarFp
|
|
672
|
-
.accountsControllerGetAccountByAliasV1(id, options)
|
|
673
|
-
.then((request) => request(axios, basePath));
|
|
635
|
+
return localVarFp.accountsControllerGetAccountByAliasV1(id, options).then((request) => request(axios, basePath));
|
|
674
636
|
},
|
|
675
637
|
/**
|
|
676
638
|
*
|
|
@@ -698,9 +660,7 @@ export const AccountsApiFactory = function (configuration, basePath, axios) {
|
|
|
698
660
|
* @throws {RequiredError}
|
|
699
661
|
*/
|
|
700
662
|
accountsControllerListAccointsV1(orderBy, limit, cursor, options) {
|
|
701
|
-
return localVarFp
|
|
702
|
-
.accountsControllerListAccointsV1(orderBy, limit, cursor, options)
|
|
703
|
-
.then((request) => request(axios, basePath));
|
|
663
|
+
return localVarFp.accountsControllerListAccointsV1(orderBy, limit, cursor, options).then((request) => request(axios, basePath));
|
|
704
664
|
},
|
|
705
665
|
};
|
|
706
666
|
};
|
|
@@ -719,9 +679,7 @@ export class AccountsApi extends BaseAPI {
|
|
|
719
679
|
* @memberof AccountsApi
|
|
720
680
|
*/
|
|
721
681
|
accountsControllerCreateAccountV1(createAccountParamsDto, options) {
|
|
722
|
-
return AccountsApiFp(this.configuration)
|
|
723
|
-
.accountsControllerCreateAccountV1(createAccountParamsDto, options)
|
|
724
|
-
.then((request) => request(this.axios, this.basePath));
|
|
682
|
+
return AccountsApiFp(this.configuration).accountsControllerCreateAccountV1(createAccountParamsDto, options).then((request) => request(this.axios, this.basePath));
|
|
725
683
|
}
|
|
726
684
|
/**
|
|
727
685
|
*
|
|
@@ -731,9 +689,7 @@ export class AccountsApi extends BaseAPI {
|
|
|
731
689
|
* @memberof AccountsApi
|
|
732
690
|
*/
|
|
733
691
|
accountsControllerGetAccountByAliasV1(id, options) {
|
|
734
|
-
return AccountsApiFp(this.configuration)
|
|
735
|
-
.accountsControllerGetAccountByAliasV1(id, options)
|
|
736
|
-
.then((request) => request(this.axios, this.basePath));
|
|
692
|
+
return AccountsApiFp(this.configuration).accountsControllerGetAccountByAliasV1(id, options).then((request) => request(this.axios, this.basePath));
|
|
737
693
|
}
|
|
738
694
|
/**
|
|
739
695
|
*
|
|
@@ -743,9 +699,7 @@ export class AccountsApi extends BaseAPI {
|
|
|
743
699
|
* @memberof AccountsApi
|
|
744
700
|
*/
|
|
745
701
|
accountsControllerGetAccountV1(id, options) {
|
|
746
|
-
return AccountsApiFp(this.configuration)
|
|
747
|
-
.accountsControllerGetAccountV1(id, options)
|
|
748
|
-
.then((request) => request(this.axios, this.basePath));
|
|
702
|
+
return AccountsApiFp(this.configuration).accountsControllerGetAccountV1(id, options).then((request) => request(this.axios, this.basePath));
|
|
749
703
|
}
|
|
750
704
|
/**
|
|
751
705
|
*
|
|
@@ -754,9 +708,7 @@ export class AccountsApi extends BaseAPI {
|
|
|
754
708
|
* @memberof AccountsApi
|
|
755
709
|
*/
|
|
756
710
|
accountsControllerGetSelfV1(options) {
|
|
757
|
-
return AccountsApiFp(this.configuration)
|
|
758
|
-
.accountsControllerGetSelfV1(options)
|
|
759
|
-
.then((request) => request(this.axios, this.basePath));
|
|
711
|
+
return AccountsApiFp(this.configuration).accountsControllerGetSelfV1(options).then((request) => request(this.axios, this.basePath));
|
|
760
712
|
}
|
|
761
713
|
/**
|
|
762
714
|
*
|
|
@@ -768,9 +720,7 @@ export class AccountsApi extends BaseAPI {
|
|
|
768
720
|
* @memberof AccountsApi
|
|
769
721
|
*/
|
|
770
722
|
accountsControllerListAccointsV1(orderBy, limit, cursor, options) {
|
|
771
|
-
return AccountsApiFp(this.configuration)
|
|
772
|
-
.accountsControllerListAccointsV1(orderBy, limit, cursor, options)
|
|
773
|
-
.then((request) => request(this.axios, this.basePath));
|
|
723
|
+
return AccountsApiFp(this.configuration).accountsControllerListAccointsV1(orderBy, limit, cursor, options).then((request) => request(this.axios, this.basePath));
|
|
774
724
|
}
|
|
775
725
|
}
|
|
776
726
|
/**
|
|
@@ -778,7 +728,7 @@ export class AccountsApi extends BaseAPI {
|
|
|
778
728
|
*/
|
|
779
729
|
export const AccountsControllerListAccointsV1OrderByEnum = {
|
|
780
730
|
Asc: 'createdAt_ASC',
|
|
781
|
-
Desc: 'createdAt_DESC'
|
|
731
|
+
Desc: 'createdAt_DESC'
|
|
782
732
|
};
|
|
783
733
|
/**
|
|
784
734
|
* BalancesApi - axios parameter creator
|
|
@@ -798,7 +748,8 @@ export const BalancesApiAxiosParamCreator = function (configuration) {
|
|
|
798
748
|
assertParamExists('balancesControllerAddBalanceV1', 'id', id);
|
|
799
749
|
// verify required parameter 'addBalanceControllerParamsDto' is not null or undefined
|
|
800
750
|
assertParamExists('balancesControllerAddBalanceV1', 'addBalanceControllerParamsDto', addBalanceControllerParamsDto);
|
|
801
|
-
const localVarPath = `/v1/accounts/{id}/balance
|
|
751
|
+
const localVarPath = `/v1/accounts/{id}/balance`
|
|
752
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
802
753
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
803
754
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
804
755
|
let baseOptions;
|
|
@@ -814,11 +765,7 @@ export const BalancesApiAxiosParamCreator = function (configuration) {
|
|
|
814
765
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
815
766
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
816
767
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
817
|
-
localVarRequestOptions.headers = {
|
|
818
|
-
...localVarHeaderParameter,
|
|
819
|
-
...headersFromBaseOptions,
|
|
820
|
-
...options.headers,
|
|
821
|
-
};
|
|
768
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
822
769
|
localVarRequestOptions.data = serializeDataIfNeeded(addBalanceControllerParamsDto, localVarRequestOptions, configuration);
|
|
823
770
|
return {
|
|
824
771
|
url: toPathString(localVarUrlObj),
|
|
@@ -846,11 +793,7 @@ export const BalancesApiAxiosParamCreator = function (configuration) {
|
|
|
846
793
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
847
794
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
848
795
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
849
|
-
localVarRequestOptions.headers = {
|
|
850
|
-
...localVarHeaderParameter,
|
|
851
|
-
...headersFromBaseOptions,
|
|
852
|
-
...options.headers,
|
|
853
|
-
};
|
|
796
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
854
797
|
return {
|
|
855
798
|
url: toPathString(localVarUrlObj),
|
|
856
799
|
options: localVarRequestOptions,
|
|
@@ -865,7 +808,8 @@ export const BalancesApiAxiosParamCreator = function (configuration) {
|
|
|
865
808
|
balancesControllerGetBalanceV1: async (id, options = {}) => {
|
|
866
809
|
// verify required parameter 'id' is not null or undefined
|
|
867
810
|
assertParamExists('balancesControllerGetBalanceV1', 'id', id);
|
|
868
|
-
const localVarPath = `/v1/accounts/{id}/balance
|
|
811
|
+
const localVarPath = `/v1/accounts/{id}/balance`
|
|
812
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
869
813
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
870
814
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
871
815
|
let baseOptions;
|
|
@@ -880,11 +824,7 @@ export const BalancesApiAxiosParamCreator = function (configuration) {
|
|
|
880
824
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
881
825
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
882
826
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
883
|
-
localVarRequestOptions.headers = {
|
|
884
|
-
...localVarHeaderParameter,
|
|
885
|
-
...headersFromBaseOptions,
|
|
886
|
-
...options.headers,
|
|
887
|
-
};
|
|
827
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
888
828
|
return {
|
|
889
829
|
url: toPathString(localVarUrlObj),
|
|
890
830
|
options: localVarRequestOptions,
|
|
@@ -920,8 +860,7 @@ export const BalancesApiFp = function (configuration) {
|
|
|
920
860
|
async balancesControllerGetBalanceForSelfV1(options) {
|
|
921
861
|
const localVarAxiosArgs = await localVarAxiosParamCreator.balancesControllerGetBalanceForSelfV1(options);
|
|
922
862
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
923
|
-
const localVarOperationServerBasePath = operationServerMap['BalancesApi.balancesControllerGetBalanceForSelfV1']?.[localVarOperationServerIndex]
|
|
924
|
-
?.url;
|
|
863
|
+
const localVarOperationServerBasePath = operationServerMap['BalancesApi.balancesControllerGetBalanceForSelfV1']?.[localVarOperationServerIndex]?.url;
|
|
925
864
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
926
865
|
},
|
|
927
866
|
/**
|
|
@@ -953,9 +892,7 @@ export const BalancesApiFactory = function (configuration, basePath, axios) {
|
|
|
953
892
|
* @throws {RequiredError}
|
|
954
893
|
*/
|
|
955
894
|
balancesControllerAddBalanceV1(id, addBalanceControllerParamsDto, options) {
|
|
956
|
-
return localVarFp
|
|
957
|
-
.balancesControllerAddBalanceV1(id, addBalanceControllerParamsDto, options)
|
|
958
|
-
.then((request) => request(axios, basePath));
|
|
895
|
+
return localVarFp.balancesControllerAddBalanceV1(id, addBalanceControllerParamsDto, options).then((request) => request(axios, basePath));
|
|
959
896
|
},
|
|
960
897
|
/**
|
|
961
898
|
*
|
|
@@ -963,9 +900,7 @@ export const BalancesApiFactory = function (configuration, basePath, axios) {
|
|
|
963
900
|
* @throws {RequiredError}
|
|
964
901
|
*/
|
|
965
902
|
balancesControllerGetBalanceForSelfV1(options) {
|
|
966
|
-
return localVarFp
|
|
967
|
-
.balancesControllerGetBalanceForSelfV1(options)
|
|
968
|
-
.then((request) => request(axios, basePath));
|
|
903
|
+
return localVarFp.balancesControllerGetBalanceForSelfV1(options).then((request) => request(axios, basePath));
|
|
969
904
|
},
|
|
970
905
|
/**
|
|
971
906
|
*
|
|
@@ -994,9 +929,7 @@ export class BalancesApi extends BaseAPI {
|
|
|
994
929
|
* @memberof BalancesApi
|
|
995
930
|
*/
|
|
996
931
|
balancesControllerAddBalanceV1(id, addBalanceControllerParamsDto, options) {
|
|
997
|
-
return BalancesApiFp(this.configuration)
|
|
998
|
-
.balancesControllerAddBalanceV1(id, addBalanceControllerParamsDto, options)
|
|
999
|
-
.then((request) => request(this.axios, this.basePath));
|
|
932
|
+
return BalancesApiFp(this.configuration).balancesControllerAddBalanceV1(id, addBalanceControllerParamsDto, options).then((request) => request(this.axios, this.basePath));
|
|
1000
933
|
}
|
|
1001
934
|
/**
|
|
1002
935
|
*
|
|
@@ -1005,9 +938,7 @@ export class BalancesApi extends BaseAPI {
|
|
|
1005
938
|
* @memberof BalancesApi
|
|
1006
939
|
*/
|
|
1007
940
|
balancesControllerGetBalanceForSelfV1(options) {
|
|
1008
|
-
return BalancesApiFp(this.configuration)
|
|
1009
|
-
.balancesControllerGetBalanceForSelfV1(options)
|
|
1010
|
-
.then((request) => request(this.axios, this.basePath));
|
|
941
|
+
return BalancesApiFp(this.configuration).balancesControllerGetBalanceForSelfV1(options).then((request) => request(this.axios, this.basePath));
|
|
1011
942
|
}
|
|
1012
943
|
/**
|
|
1013
944
|
*
|
|
@@ -1017,9 +948,7 @@ export class BalancesApi extends BaseAPI {
|
|
|
1017
948
|
* @memberof BalancesApi
|
|
1018
949
|
*/
|
|
1019
950
|
balancesControllerGetBalanceV1(id, options) {
|
|
1020
|
-
return BalancesApiFp(this.configuration)
|
|
1021
|
-
.balancesControllerGetBalanceV1(id, options)
|
|
1022
|
-
.then((request) => request(this.axios, this.basePath));
|
|
951
|
+
return BalancesApiFp(this.configuration).balancesControllerGetBalanceV1(id, options).then((request) => request(this.axios, this.basePath));
|
|
1023
952
|
}
|
|
1024
953
|
}
|
|
1025
954
|
/**
|
|
@@ -1053,11 +982,7 @@ export const CallApiAxiosParamCreator = function (configuration) {
|
|
|
1053
982
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1054
983
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1055
984
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1056
|
-
localVarRequestOptions.headers = {
|
|
1057
|
-
...localVarHeaderParameter,
|
|
1058
|
-
...headersFromBaseOptions,
|
|
1059
|
-
...options.headers,
|
|
1060
|
-
};
|
|
985
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
1061
986
|
localVarRequestOptions.data = serializeDataIfNeeded(addBalanceParamsDto, localVarRequestOptions, configuration);
|
|
1062
987
|
return {
|
|
1063
988
|
url: toPathString(localVarUrlObj),
|
|
@@ -1089,11 +1014,7 @@ export const CallApiAxiosParamCreator = function (configuration) {
|
|
|
1089
1014
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1090
1015
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1091
1016
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1092
|
-
localVarRequestOptions.headers = {
|
|
1093
|
-
...localVarHeaderParameter,
|
|
1094
|
-
...headersFromBaseOptions,
|
|
1095
|
-
...options.headers,
|
|
1096
|
-
};
|
|
1017
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
1097
1018
|
localVarRequestOptions.data = serializeDataIfNeeded(getBalanceParamsDto, localVarRequestOptions, configuration);
|
|
1098
1019
|
return {
|
|
1099
1020
|
url: toPathString(localVarUrlObj),
|
|
@@ -1125,11 +1046,7 @@ export const CallApiAxiosParamCreator = function (configuration) {
|
|
|
1125
1046
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1126
1047
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1127
1048
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1128
|
-
localVarRequestOptions.headers = {
|
|
1129
|
-
...localVarHeaderParameter,
|
|
1130
|
-
...headersFromBaseOptions,
|
|
1131
|
-
...options.headers,
|
|
1132
|
-
};
|
|
1049
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
1133
1050
|
localVarRequestOptions.data = serializeDataIfNeeded(body, localVarRequestOptions, configuration);
|
|
1134
1051
|
return {
|
|
1135
1052
|
url: toPathString(localVarUrlObj),
|
|
@@ -1161,11 +1078,7 @@ export const CallApiAxiosParamCreator = function (configuration) {
|
|
|
1161
1078
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1162
1079
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1163
1080
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1164
|
-
localVarRequestOptions.headers = {
|
|
1165
|
-
...localVarHeaderParameter,
|
|
1166
|
-
...headersFromBaseOptions,
|
|
1167
|
-
...options.headers,
|
|
1168
|
-
};
|
|
1081
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
1169
1082
|
localVarRequestOptions.data = serializeDataIfNeeded(createAccountParamsDto, localVarRequestOptions, configuration);
|
|
1170
1083
|
return {
|
|
1171
1084
|
url: toPathString(localVarUrlObj),
|
|
@@ -1197,11 +1110,7 @@ export const CallApiAxiosParamCreator = function (configuration) {
|
|
|
1197
1110
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1198
1111
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1199
1112
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1200
|
-
localVarRequestOptions.headers = {
|
|
1201
|
-
...localVarHeaderParameter,
|
|
1202
|
-
...headersFromBaseOptions,
|
|
1203
|
-
...options.headers,
|
|
1204
|
-
};
|
|
1113
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
1205
1114
|
localVarRequestOptions.data = serializeDataIfNeeded(getAccountParamsDto, localVarRequestOptions, configuration);
|
|
1206
1115
|
return {
|
|
1207
1116
|
url: toPathString(localVarUrlObj),
|
|
@@ -1233,11 +1142,7 @@ export const CallApiAxiosParamCreator = function (configuration) {
|
|
|
1233
1142
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1234
1143
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1235
1144
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1236
|
-
localVarRequestOptions.headers = {
|
|
1237
|
-
...localVarHeaderParameter,
|
|
1238
|
-
...headersFromBaseOptions,
|
|
1239
|
-
...options.headers,
|
|
1240
|
-
};
|
|
1145
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
1241
1146
|
localVarRequestOptions.data = serializeDataIfNeeded(listAccountsParamsDto, localVarRequestOptions, configuration);
|
|
1242
1147
|
return {
|
|
1243
1148
|
url: toPathString(localVarUrlObj),
|
|
@@ -1269,11 +1174,7 @@ export const CallApiAxiosParamCreator = function (configuration) {
|
|
|
1269
1174
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1270
1175
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1271
1176
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1272
|
-
localVarRequestOptions.headers = {
|
|
1273
|
-
...localVarHeaderParameter,
|
|
1274
|
-
...headersFromBaseOptions,
|
|
1275
|
-
...options.headers,
|
|
1276
|
-
};
|
|
1177
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
1277
1178
|
localVarRequestOptions.data = serializeDataIfNeeded(body, localVarRequestOptions, configuration);
|
|
1278
1179
|
return {
|
|
1279
1180
|
url: toPathString(localVarUrlObj),
|
|
@@ -1305,11 +1206,7 @@ export const CallApiAxiosParamCreator = function (configuration) {
|
|
|
1305
1206
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1306
1207
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1307
1208
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1308
|
-
localVarRequestOptions.headers = {
|
|
1309
|
-
...localVarHeaderParameter,
|
|
1310
|
-
...headersFromBaseOptions,
|
|
1311
|
-
...options.headers,
|
|
1312
|
-
};
|
|
1209
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
1313
1210
|
localVarRequestOptions.data = serializeDataIfNeeded(createCollectionParamsDto, localVarRequestOptions, configuration);
|
|
1314
1211
|
return {
|
|
1315
1212
|
url: toPathString(localVarUrlObj),
|
|
@@ -1341,11 +1238,7 @@ export const CallApiAxiosParamCreator = function (configuration) {
|
|
|
1341
1238
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1342
1239
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1343
1240
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1344
|
-
localVarRequestOptions.headers = {
|
|
1345
|
-
...localVarHeaderParameter,
|
|
1346
|
-
...headersFromBaseOptions,
|
|
1347
|
-
...options.headers,
|
|
1348
|
-
};
|
|
1241
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
1349
1242
|
localVarRequestOptions.data = serializeDataIfNeeded(getCollectionParamsDto, localVarRequestOptions, configuration);
|
|
1350
1243
|
return {
|
|
1351
1244
|
url: toPathString(localVarUrlObj),
|
|
@@ -1377,11 +1270,7 @@ export const CallApiAxiosParamCreator = function (configuration) {
|
|
|
1377
1270
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1378
1271
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1379
1272
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1380
|
-
localVarRequestOptions.headers = {
|
|
1381
|
-
...localVarHeaderParameter,
|
|
1382
|
-
...headersFromBaseOptions,
|
|
1383
|
-
...options.headers,
|
|
1384
|
-
};
|
|
1273
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
1385
1274
|
localVarRequestOptions.data = serializeDataIfNeeded(addItemsToCollectionParamsDto, localVarRequestOptions, configuration);
|
|
1386
1275
|
return {
|
|
1387
1276
|
url: toPathString(localVarUrlObj),
|
|
@@ -1413,11 +1302,7 @@ export const CallApiAxiosParamCreator = function (configuration) {
|
|
|
1413
1302
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1414
1303
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1415
1304
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1416
|
-
localVarRequestOptions.headers = {
|
|
1417
|
-
...localVarHeaderParameter,
|
|
1418
|
-
...headersFromBaseOptions,
|
|
1419
|
-
...options.headers,
|
|
1420
|
-
};
|
|
1305
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
1421
1306
|
localVarRequestOptions.data = serializeDataIfNeeded(listCollectionItemsParamsDto, localVarRequestOptions, configuration);
|
|
1422
1307
|
return {
|
|
1423
1308
|
url: toPathString(localVarUrlObj),
|
|
@@ -1449,11 +1334,7 @@ export const CallApiAxiosParamCreator = function (configuration) {
|
|
|
1449
1334
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1450
1335
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1451
1336
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1452
|
-
localVarRequestOptions.headers = {
|
|
1453
|
-
...localVarHeaderParameter,
|
|
1454
|
-
...headersFromBaseOptions,
|
|
1455
|
-
...options.headers,
|
|
1456
|
-
};
|
|
1337
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
1457
1338
|
localVarRequestOptions.data = serializeDataIfNeeded(removeItemsFromCollectionParamsDto, localVarRequestOptions, configuration);
|
|
1458
1339
|
return {
|
|
1459
1340
|
url: toPathString(localVarUrlObj),
|
|
@@ -1485,11 +1366,7 @@ export const CallApiAxiosParamCreator = function (configuration) {
|
|
|
1485
1366
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1486
1367
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1487
1368
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1488
|
-
localVarRequestOptions.headers = {
|
|
1489
|
-
...localVarHeaderParameter,
|
|
1490
|
-
...headersFromBaseOptions,
|
|
1491
|
-
...options.headers,
|
|
1492
|
-
};
|
|
1369
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
1493
1370
|
localVarRequestOptions.data = serializeDataIfNeeded(listCollectionsParamsDto, localVarRequestOptions, configuration);
|
|
1494
1371
|
return {
|
|
1495
1372
|
url: toPathString(localVarUrlObj),
|
|
@@ -1521,11 +1398,7 @@ export const CallApiAxiosParamCreator = function (configuration) {
|
|
|
1521
1398
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1522
1399
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1523
1400
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1524
|
-
localVarRequestOptions.headers = {
|
|
1525
|
-
...localVarHeaderParameter,
|
|
1526
|
-
...headersFromBaseOptions,
|
|
1527
|
-
...options.headers,
|
|
1528
|
-
};
|
|
1401
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
1529
1402
|
localVarRequestOptions.data = serializeDataIfNeeded(updateResourceMetadataDto, localVarRequestOptions, configuration);
|
|
1530
1403
|
return {
|
|
1531
1404
|
url: toPathString(localVarUrlObj),
|
|
@@ -1557,11 +1430,7 @@ export const CallApiAxiosParamCreator = function (configuration) {
|
|
|
1557
1430
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1558
1431
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1559
1432
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1560
|
-
localVarRequestOptions.headers = {
|
|
1561
|
-
...localVarHeaderParameter,
|
|
1562
|
-
...headersFromBaseOptions,
|
|
1563
|
-
...options.headers,
|
|
1564
|
-
};
|
|
1433
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
1565
1434
|
localVarRequestOptions.data = serializeDataIfNeeded(addAccountToGroupParamsDto, localVarRequestOptions, configuration);
|
|
1566
1435
|
return {
|
|
1567
1436
|
url: toPathString(localVarUrlObj),
|
|
@@ -1593,11 +1462,7 @@ export const CallApiAxiosParamCreator = function (configuration) {
|
|
|
1593
1462
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1594
1463
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1595
1464
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1596
|
-
localVarRequestOptions.headers = {
|
|
1597
|
-
...localVarHeaderParameter,
|
|
1598
|
-
...headersFromBaseOptions,
|
|
1599
|
-
...options.headers,
|
|
1600
|
-
};
|
|
1465
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
1601
1466
|
localVarRequestOptions.data = serializeDataIfNeeded(removeAccountFromGroupParamsDto, localVarRequestOptions, configuration);
|
|
1602
1467
|
return {
|
|
1603
1468
|
url: toPathString(localVarUrlObj),
|
|
@@ -1629,11 +1494,7 @@ export const CallApiAxiosParamCreator = function (configuration) {
|
|
|
1629
1494
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1630
1495
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1631
1496
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1632
|
-
localVarRequestOptions.headers = {
|
|
1633
|
-
...localVarHeaderParameter,
|
|
1634
|
-
...headersFromBaseOptions,
|
|
1635
|
-
...options.headers,
|
|
1636
|
-
};
|
|
1497
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
1637
1498
|
localVarRequestOptions.data = serializeDataIfNeeded(body, localVarRequestOptions, configuration);
|
|
1638
1499
|
return {
|
|
1639
1500
|
url: toPathString(localVarUrlObj),
|
|
@@ -1665,11 +1526,7 @@ export const CallApiAxiosParamCreator = function (configuration) {
|
|
|
1665
1526
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1666
1527
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1667
1528
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1668
|
-
localVarRequestOptions.headers = {
|
|
1669
|
-
...localVarHeaderParameter,
|
|
1670
|
-
...headersFromBaseOptions,
|
|
1671
|
-
...options.headers,
|
|
1672
|
-
};
|
|
1529
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
1673
1530
|
localVarRequestOptions.data = serializeDataIfNeeded(deleteParamsDto, localVarRequestOptions, configuration);
|
|
1674
1531
|
return {
|
|
1675
1532
|
url: toPathString(localVarUrlObj),
|
|
@@ -1701,11 +1558,7 @@ export const CallApiAxiosParamCreator = function (configuration) {
|
|
|
1701
1558
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1702
1559
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1703
1560
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1704
|
-
localVarRequestOptions.headers = {
|
|
1705
|
-
...localVarHeaderParameter,
|
|
1706
|
-
...headersFromBaseOptions,
|
|
1707
|
-
...options.headers,
|
|
1708
|
-
};
|
|
1561
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
1709
1562
|
localVarRequestOptions.data = serializeDataIfNeeded(getGroupParamsDto, localVarRequestOptions, configuration);
|
|
1710
1563
|
return {
|
|
1711
1564
|
url: toPathString(localVarUrlObj),
|
|
@@ -1737,11 +1590,7 @@ export const CallApiAxiosParamCreator = function (configuration) {
|
|
|
1737
1590
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1738
1591
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1739
1592
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1740
|
-
localVarRequestOptions.headers = {
|
|
1741
|
-
...localVarHeaderParameter,
|
|
1742
|
-
...headersFromBaseOptions,
|
|
1743
|
-
...options.headers,
|
|
1744
|
-
};
|
|
1593
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
1745
1594
|
localVarRequestOptions.data = serializeDataIfNeeded(getUrlsForImagesParamsDto, localVarRequestOptions, configuration);
|
|
1746
1595
|
return {
|
|
1747
1596
|
url: toPathString(localVarUrlObj),
|
|
@@ -1773,11 +1622,7 @@ export const CallApiAxiosParamCreator = function (configuration) {
|
|
|
1773
1622
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1774
1623
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1775
1624
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1776
|
-
localVarRequestOptions.headers = {
|
|
1777
|
-
...localVarHeaderParameter,
|
|
1778
|
-
...headersFromBaseOptions,
|
|
1779
|
-
...options.headers,
|
|
1780
|
-
};
|
|
1625
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
1781
1626
|
localVarRequestOptions.data = serializeDataIfNeeded(getImageParamsDto, localVarRequestOptions, configuration);
|
|
1782
1627
|
return {
|
|
1783
1628
|
url: toPathString(localVarUrlObj),
|
|
@@ -1809,11 +1654,7 @@ export const CallApiAxiosParamCreator = function (configuration) {
|
|
|
1809
1654
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1810
1655
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1811
1656
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1812
|
-
localVarRequestOptions.headers = {
|
|
1813
|
-
...localVarHeaderParameter,
|
|
1814
|
-
...headersFromBaseOptions,
|
|
1815
|
-
...options.headers,
|
|
1816
|
-
};
|
|
1657
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
1817
1658
|
localVarRequestOptions.data = serializeDataIfNeeded(getImageRepresentationParamsDto, localVarRequestOptions, configuration);
|
|
1818
1659
|
return {
|
|
1819
1660
|
url: toPathString(localVarUrlObj),
|
|
@@ -1845,11 +1686,7 @@ export const CallApiAxiosParamCreator = function (configuration) {
|
|
|
1845
1686
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1846
1687
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1847
1688
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1848
|
-
localVarRequestOptions.headers = {
|
|
1849
|
-
...localVarHeaderParameter,
|
|
1850
|
-
...headersFromBaseOptions,
|
|
1851
|
-
...options.headers,
|
|
1852
|
-
};
|
|
1689
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
1853
1690
|
localVarRequestOptions.data = serializeDataIfNeeded(getOperationsParamsDto, localVarRequestOptions, configuration);
|
|
1854
1691
|
return {
|
|
1855
1692
|
url: toPathString(localVarUrlObj),
|
|
@@ -1881,11 +1718,7 @@ export const CallApiAxiosParamCreator = function (configuration) {
|
|
|
1881
1718
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1882
1719
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1883
1720
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1884
|
-
localVarRequestOptions.headers = {
|
|
1885
|
-
...localVarHeaderParameter,
|
|
1886
|
-
...headersFromBaseOptions,
|
|
1887
|
-
...options.headers,
|
|
1888
|
-
};
|
|
1721
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
1889
1722
|
localVarRequestOptions.data = serializeDataIfNeeded(getOperationParamsDto, localVarRequestOptions, configuration);
|
|
1890
1723
|
return {
|
|
1891
1724
|
url: toPathString(localVarUrlObj),
|
|
@@ -1917,11 +1750,7 @@ export const CallApiAxiosParamCreator = function (configuration) {
|
|
|
1917
1750
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1918
1751
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1919
1752
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1920
|
-
localVarRequestOptions.headers = {
|
|
1921
|
-
...localVarHeaderParameter,
|
|
1922
|
-
...headersFromBaseOptions,
|
|
1923
|
-
...options.headers,
|
|
1924
|
-
};
|
|
1753
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
1925
1754
|
localVarRequestOptions.data = serializeDataIfNeeded(listOperationsParamsDto, localVarRequestOptions, configuration);
|
|
1926
1755
|
return {
|
|
1927
1756
|
url: toPathString(localVarUrlObj),
|
|
@@ -1953,11 +1782,7 @@ export const CallApiAxiosParamCreator = function (configuration) {
|
|
|
1953
1782
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1954
1783
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1955
1784
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1956
|
-
localVarRequestOptions.headers = {
|
|
1957
|
-
...localVarHeaderParameter,
|
|
1958
|
-
...headersFromBaseOptions,
|
|
1959
|
-
...options.headers,
|
|
1960
|
-
};
|
|
1785
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
1961
1786
|
localVarRequestOptions.data = serializeDataIfNeeded(updateResourceMetadataDto, localVarRequestOptions, configuration);
|
|
1962
1787
|
return {
|
|
1963
1788
|
url: toPathString(localVarUrlObj),
|
|
@@ -1989,11 +1814,7 @@ export const CallApiAxiosParamCreator = function (configuration) {
|
|
|
1989
1814
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1990
1815
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1991
1816
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1992
|
-
localVarRequestOptions.headers = {
|
|
1993
|
-
...localVarHeaderParameter,
|
|
1994
|
-
...headersFromBaseOptions,
|
|
1995
|
-
...options.headers,
|
|
1996
|
-
};
|
|
1817
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
1997
1818
|
localVarRequestOptions.data = serializeDataIfNeeded(getPoseParamsDto, localVarRequestOptions, configuration);
|
|
1998
1819
|
return {
|
|
1999
1820
|
url: toPathString(localVarUrlObj),
|
|
@@ -2025,11 +1846,7 @@ export const CallApiAxiosParamCreator = function (configuration) {
|
|
|
2025
1846
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2026
1847
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2027
1848
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2028
|
-
localVarRequestOptions.headers = {
|
|
2029
|
-
...localVarHeaderParameter,
|
|
2030
|
-
...headersFromBaseOptions,
|
|
2031
|
-
...options.headers,
|
|
2032
|
-
};
|
|
1849
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
2033
1850
|
localVarRequestOptions.data = serializeDataIfNeeded(listPosesParamsDto, localVarRequestOptions, configuration);
|
|
2034
1851
|
return {
|
|
2035
1852
|
url: toPathString(localVarUrlObj),
|
|
@@ -2061,11 +1878,7 @@ export const CallApiAxiosParamCreator = function (configuration) {
|
|
|
2061
1878
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2062
1879
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2063
1880
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2064
|
-
localVarRequestOptions.headers = {
|
|
2065
|
-
...localVarHeaderParameter,
|
|
2066
|
-
...headersFromBaseOptions,
|
|
2067
|
-
...options.headers,
|
|
2068
|
-
};
|
|
1881
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
2069
1882
|
localVarRequestOptions.data = serializeDataIfNeeded(setPosePreviewDto, localVarRequestOptions, configuration);
|
|
2070
1883
|
return {
|
|
2071
1884
|
url: toPathString(localVarUrlObj),
|
|
@@ -2097,11 +1910,7 @@ export const CallApiAxiosParamCreator = function (configuration) {
|
|
|
2097
1910
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2098
1911
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2099
1912
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2100
|
-
localVarRequestOptions.headers = {
|
|
2101
|
-
...localVarHeaderParameter,
|
|
2102
|
-
...headersFromBaseOptions,
|
|
2103
|
-
...options.headers,
|
|
2104
|
-
};
|
|
1913
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
2105
1914
|
localVarRequestOptions.data = serializeDataIfNeeded(attachAccessParamsDto, localVarRequestOptions, configuration);
|
|
2106
1915
|
return {
|
|
2107
1916
|
url: toPathString(localVarUrlObj),
|
|
@@ -2133,11 +1942,7 @@ export const CallApiAxiosParamCreator = function (configuration) {
|
|
|
2133
1942
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2134
1943
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2135
1944
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2136
|
-
localVarRequestOptions.headers = {
|
|
2137
|
-
...localVarHeaderParameter,
|
|
2138
|
-
...headersFromBaseOptions,
|
|
2139
|
-
...options.headers,
|
|
2140
|
-
};
|
|
1945
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
2141
1946
|
localVarRequestOptions.data = serializeDataIfNeeded(grantAccessParamsDto, localVarRequestOptions, configuration);
|
|
2142
1947
|
return {
|
|
2143
1948
|
url: toPathString(localVarUrlObj),
|
|
@@ -2169,11 +1974,7 @@ export const CallApiAxiosParamCreator = function (configuration) {
|
|
|
2169
1974
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2170
1975
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2171
1976
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2172
|
-
localVarRequestOptions.headers = {
|
|
2173
|
-
...localVarHeaderParameter,
|
|
2174
|
-
...headersFromBaseOptions,
|
|
2175
|
-
...options.headers,
|
|
2176
|
-
};
|
|
1977
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
2177
1978
|
localVarRequestOptions.data = serializeDataIfNeeded(createStackParamsDto, localVarRequestOptions, configuration);
|
|
2178
1979
|
return {
|
|
2179
1980
|
url: toPathString(localVarUrlObj),
|
|
@@ -2205,11 +2006,7 @@ export const CallApiAxiosParamCreator = function (configuration) {
|
|
|
2205
2006
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2206
2007
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2207
2008
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2208
|
-
localVarRequestOptions.headers = {
|
|
2209
|
-
...localVarHeaderParameter,
|
|
2210
|
-
...headersFromBaseOptions,
|
|
2211
|
-
...options.headers,
|
|
2212
|
-
};
|
|
2009
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
2213
2010
|
localVarRequestOptions.data = serializeDataIfNeeded(getStackParamsDto, localVarRequestOptions, configuration);
|
|
2214
2011
|
return {
|
|
2215
2012
|
url: toPathString(localVarUrlObj),
|
|
@@ -2241,11 +2038,7 @@ export const CallApiAxiosParamCreator = function (configuration) {
|
|
|
2241
2038
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2242
2039
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2243
2040
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2244
|
-
localVarRequestOptions.headers = {
|
|
2245
|
-
...localVarHeaderParameter,
|
|
2246
|
-
...headersFromBaseOptions,
|
|
2247
|
-
...options.headers,
|
|
2248
|
-
};
|
|
2041
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
2249
2042
|
localVarRequestOptions.data = serializeDataIfNeeded(addItemsToStackParamsDto, localVarRequestOptions, configuration);
|
|
2250
2043
|
return {
|
|
2251
2044
|
url: toPathString(localVarUrlObj),
|
|
@@ -2277,11 +2070,7 @@ export const CallApiAxiosParamCreator = function (configuration) {
|
|
|
2277
2070
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2278
2071
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2279
2072
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2280
|
-
localVarRequestOptions.headers = {
|
|
2281
|
-
...localVarHeaderParameter,
|
|
2282
|
-
...headersFromBaseOptions,
|
|
2283
|
-
...options.headers,
|
|
2284
|
-
};
|
|
2073
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
2285
2074
|
localVarRequestOptions.data = serializeDataIfNeeded(removeItemsFromStackParamsDto, localVarRequestOptions, configuration);
|
|
2286
2075
|
return {
|
|
2287
2076
|
url: toPathString(localVarUrlObj),
|
|
@@ -2313,11 +2102,7 @@ export const CallApiAxiosParamCreator = function (configuration) {
|
|
|
2313
2102
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2314
2103
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2315
2104
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2316
|
-
localVarRequestOptions.headers = {
|
|
2317
|
-
...localVarHeaderParameter,
|
|
2318
|
-
...headersFromBaseOptions,
|
|
2319
|
-
...options.headers,
|
|
2320
|
-
};
|
|
2105
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
2321
2106
|
localVarRequestOptions.data = serializeDataIfNeeded(listStacksParamsDto, localVarRequestOptions, configuration);
|
|
2322
2107
|
return {
|
|
2323
2108
|
url: toPathString(localVarUrlObj),
|
|
@@ -2349,11 +2134,7 @@ export const CallApiAxiosParamCreator = function (configuration) {
|
|
|
2349
2134
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2350
2135
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2351
2136
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2352
|
-
localVarRequestOptions.headers = {
|
|
2353
|
-
...localVarHeaderParameter,
|
|
2354
|
-
...headersFromBaseOptions,
|
|
2355
|
-
...options.headers,
|
|
2356
|
-
};
|
|
2137
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
2357
2138
|
localVarRequestOptions.data = serializeDataIfNeeded(updateResourceMetadataDto, localVarRequestOptions, configuration);
|
|
2358
2139
|
return {
|
|
2359
2140
|
url: toPathString(localVarUrlObj),
|
|
@@ -2385,11 +2166,7 @@ export const CallApiAxiosParamCreator = function (configuration) {
|
|
|
2385
2166
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2386
2167
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2387
2168
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2388
|
-
localVarRequestOptions.headers = {
|
|
2389
|
-
...localVarHeaderParameter,
|
|
2390
|
-
...headersFromBaseOptions,
|
|
2391
|
-
...options.headers,
|
|
2392
|
-
};
|
|
2169
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
2393
2170
|
localVarRequestOptions.data = serializeDataIfNeeded(createStorageRecordParamsDto, localVarRequestOptions, configuration);
|
|
2394
2171
|
return {
|
|
2395
2172
|
url: toPathString(localVarUrlObj),
|
|
@@ -2421,11 +2198,7 @@ export const CallApiAxiosParamCreator = function (configuration) {
|
|
|
2421
2198
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2422
2199
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2423
2200
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2424
|
-
localVarRequestOptions.headers = {
|
|
2425
|
-
...localVarHeaderParameter,
|
|
2426
|
-
...headersFromBaseOptions,
|
|
2427
|
-
...options.headers,
|
|
2428
|
-
};
|
|
2201
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
2429
2202
|
localVarRequestOptions.data = serializeDataIfNeeded(deleteStorageParamsDto, localVarRequestOptions, configuration);
|
|
2430
2203
|
return {
|
|
2431
2204
|
url: toPathString(localVarUrlObj),
|
|
@@ -2457,11 +2230,7 @@ export const CallApiAxiosParamCreator = function (configuration) {
|
|
|
2457
2230
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2458
2231
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2459
2232
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2460
|
-
localVarRequestOptions.headers = {
|
|
2461
|
-
...localVarHeaderParameter,
|
|
2462
|
-
...headersFromBaseOptions,
|
|
2463
|
-
...options.headers,
|
|
2464
|
-
};
|
|
2233
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
2465
2234
|
localVarRequestOptions.data = serializeDataIfNeeded(getStorageRecordParamsDto, localVarRequestOptions, configuration);
|
|
2466
2235
|
return {
|
|
2467
2236
|
url: toPathString(localVarUrlObj),
|
|
@@ -2493,11 +2262,7 @@ export const CallApiAxiosParamCreator = function (configuration) {
|
|
|
2493
2262
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2494
2263
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2495
2264
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2496
|
-
localVarRequestOptions.headers = {
|
|
2497
|
-
...localVarHeaderParameter,
|
|
2498
|
-
...headersFromBaseOptions,
|
|
2499
|
-
...options.headers,
|
|
2500
|
-
};
|
|
2265
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
2501
2266
|
localVarRequestOptions.data = serializeDataIfNeeded(updateStorageRecordParamsDto, localVarRequestOptions, configuration);
|
|
2502
2267
|
return {
|
|
2503
2268
|
url: toPathString(localVarUrlObj),
|
|
@@ -2522,8 +2287,7 @@ export const CallApiFp = function (configuration) {
|
|
|
2522
2287
|
async callControllerCallAccountsBalanceAddV1(addBalanceParamsDto, options) {
|
|
2523
2288
|
const localVarAxiosArgs = await localVarAxiosParamCreator.callControllerCallAccountsBalanceAddV1(addBalanceParamsDto, options);
|
|
2524
2289
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2525
|
-
const localVarOperationServerBasePath = operationServerMap['CallApi.callControllerCallAccountsBalanceAddV1']?.[localVarOperationServerIndex]
|
|
2526
|
-
?.url;
|
|
2290
|
+
const localVarOperationServerBasePath = operationServerMap['CallApi.callControllerCallAccountsBalanceAddV1']?.[localVarOperationServerIndex]?.url;
|
|
2527
2291
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2528
2292
|
},
|
|
2529
2293
|
/**
|
|
@@ -2535,8 +2299,7 @@ export const CallApiFp = function (configuration) {
|
|
|
2535
2299
|
async callControllerCallAccountsBalanceGetV1(getBalanceParamsDto, options) {
|
|
2536
2300
|
const localVarAxiosArgs = await localVarAxiosParamCreator.callControllerCallAccountsBalanceGetV1(getBalanceParamsDto, options);
|
|
2537
2301
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2538
|
-
const localVarOperationServerBasePath = operationServerMap['CallApi.callControllerCallAccountsBalanceGetV1']?.[localVarOperationServerIndex]
|
|
2539
|
-
?.url;
|
|
2302
|
+
const localVarOperationServerBasePath = operationServerMap['CallApi.callControllerCallAccountsBalanceGetV1']?.[localVarOperationServerIndex]?.url;
|
|
2540
2303
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2541
2304
|
},
|
|
2542
2305
|
/**
|
|
@@ -2548,8 +2311,7 @@ export const CallApiFp = function (configuration) {
|
|
|
2548
2311
|
async callControllerCallAccountsBalanceSelfV1(body, options) {
|
|
2549
2312
|
const localVarAxiosArgs = await localVarAxiosParamCreator.callControllerCallAccountsBalanceSelfV1(body, options);
|
|
2550
2313
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2551
|
-
const localVarOperationServerBasePath = operationServerMap['CallApi.callControllerCallAccountsBalanceSelfV1']?.[localVarOperationServerIndex]
|
|
2552
|
-
?.url;
|
|
2314
|
+
const localVarOperationServerBasePath = operationServerMap['CallApi.callControllerCallAccountsBalanceSelfV1']?.[localVarOperationServerIndex]?.url;
|
|
2553
2315
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2554
2316
|
},
|
|
2555
2317
|
/**
|
|
@@ -2609,8 +2371,7 @@ export const CallApiFp = function (configuration) {
|
|
|
2609
2371
|
async callControllerCallCollectionsCreateV1(createCollectionParamsDto, options) {
|
|
2610
2372
|
const localVarAxiosArgs = await localVarAxiosParamCreator.callControllerCallCollectionsCreateV1(createCollectionParamsDto, options);
|
|
2611
2373
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2612
|
-
const localVarOperationServerBasePath = operationServerMap['CallApi.callControllerCallCollectionsCreateV1']?.[localVarOperationServerIndex]
|
|
2613
|
-
?.url;
|
|
2374
|
+
const localVarOperationServerBasePath = operationServerMap['CallApi.callControllerCallCollectionsCreateV1']?.[localVarOperationServerIndex]?.url;
|
|
2614
2375
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2615
2376
|
},
|
|
2616
2377
|
/**
|
|
@@ -2634,8 +2395,7 @@ export const CallApiFp = function (configuration) {
|
|
|
2634
2395
|
async callControllerCallCollectionsItemsAddV1(addItemsToCollectionParamsDto, options) {
|
|
2635
2396
|
const localVarAxiosArgs = await localVarAxiosParamCreator.callControllerCallCollectionsItemsAddV1(addItemsToCollectionParamsDto, options);
|
|
2636
2397
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2637
|
-
const localVarOperationServerBasePath = operationServerMap['CallApi.callControllerCallCollectionsItemsAddV1']?.[localVarOperationServerIndex]
|
|
2638
|
-
?.url;
|
|
2398
|
+
const localVarOperationServerBasePath = operationServerMap['CallApi.callControllerCallCollectionsItemsAddV1']?.[localVarOperationServerIndex]?.url;
|
|
2639
2399
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2640
2400
|
},
|
|
2641
2401
|
/**
|
|
@@ -2647,8 +2407,7 @@ export const CallApiFp = function (configuration) {
|
|
|
2647
2407
|
async callControllerCallCollectionsItemsListV1(listCollectionItemsParamsDto, options) {
|
|
2648
2408
|
const localVarAxiosArgs = await localVarAxiosParamCreator.callControllerCallCollectionsItemsListV1(listCollectionItemsParamsDto, options);
|
|
2649
2409
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2650
|
-
const localVarOperationServerBasePath = operationServerMap['CallApi.callControllerCallCollectionsItemsListV1']?.[localVarOperationServerIndex]
|
|
2651
|
-
?.url;
|
|
2410
|
+
const localVarOperationServerBasePath = operationServerMap['CallApi.callControllerCallCollectionsItemsListV1']?.[localVarOperationServerIndex]?.url;
|
|
2652
2411
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2653
2412
|
},
|
|
2654
2413
|
/**
|
|
@@ -2660,8 +2419,7 @@ export const CallApiFp = function (configuration) {
|
|
|
2660
2419
|
async callControllerCallCollectionsItemsRemoveV1(removeItemsFromCollectionParamsDto, options) {
|
|
2661
2420
|
const localVarAxiosArgs = await localVarAxiosParamCreator.callControllerCallCollectionsItemsRemoveV1(removeItemsFromCollectionParamsDto, options);
|
|
2662
2421
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2663
|
-
const localVarOperationServerBasePath = operationServerMap['CallApi.callControllerCallCollectionsItemsRemoveV1']?.[localVarOperationServerIndex]
|
|
2664
|
-
?.url;
|
|
2422
|
+
const localVarOperationServerBasePath = operationServerMap['CallApi.callControllerCallCollectionsItemsRemoveV1']?.[localVarOperationServerIndex]?.url;
|
|
2665
2423
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2666
2424
|
},
|
|
2667
2425
|
/**
|
|
@@ -2697,8 +2455,7 @@ export const CallApiFp = function (configuration) {
|
|
|
2697
2455
|
async callControllerCallGroupsAccountsAddV1(addAccountToGroupParamsDto, options) {
|
|
2698
2456
|
const localVarAxiosArgs = await localVarAxiosParamCreator.callControllerCallGroupsAccountsAddV1(addAccountToGroupParamsDto, options);
|
|
2699
2457
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2700
|
-
const localVarOperationServerBasePath = operationServerMap['CallApi.callControllerCallGroupsAccountsAddV1']?.[localVarOperationServerIndex]
|
|
2701
|
-
?.url;
|
|
2458
|
+
const localVarOperationServerBasePath = operationServerMap['CallApi.callControllerCallGroupsAccountsAddV1']?.[localVarOperationServerIndex]?.url;
|
|
2702
2459
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2703
2460
|
},
|
|
2704
2461
|
/**
|
|
@@ -2710,8 +2467,7 @@ export const CallApiFp = function (configuration) {
|
|
|
2710
2467
|
async callControllerCallGroupsAccountsRemoveV1(removeAccountFromGroupParamsDto, options) {
|
|
2711
2468
|
const localVarAxiosArgs = await localVarAxiosParamCreator.callControllerCallGroupsAccountsRemoveV1(removeAccountFromGroupParamsDto, options);
|
|
2712
2469
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2713
|
-
const localVarOperationServerBasePath = operationServerMap['CallApi.callControllerCallGroupsAccountsRemoveV1']?.[localVarOperationServerIndex]
|
|
2714
|
-
?.url;
|
|
2470
|
+
const localVarOperationServerBasePath = operationServerMap['CallApi.callControllerCallGroupsAccountsRemoveV1']?.[localVarOperationServerIndex]?.url;
|
|
2715
2471
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2716
2472
|
},
|
|
2717
2473
|
/**
|
|
@@ -2795,8 +2551,7 @@ export const CallApiFp = function (configuration) {
|
|
|
2795
2551
|
async callControllerCallOperationsGetManyV1(getOperationsParamsDto, options) {
|
|
2796
2552
|
const localVarAxiosArgs = await localVarAxiosParamCreator.callControllerCallOperationsGetManyV1(getOperationsParamsDto, options);
|
|
2797
2553
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2798
|
-
const localVarOperationServerBasePath = operationServerMap['CallApi.callControllerCallOperationsGetManyV1']?.[localVarOperationServerIndex]
|
|
2799
|
-
?.url;
|
|
2554
|
+
const localVarOperationServerBasePath = operationServerMap['CallApi.callControllerCallOperationsGetManyV1']?.[localVarOperationServerIndex]?.url;
|
|
2800
2555
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2801
2556
|
},
|
|
2802
2557
|
/**
|
|
@@ -2880,8 +2635,7 @@ export const CallApiFp = function (configuration) {
|
|
|
2880
2635
|
async callControllerCallResourceAccessAttachV1(attachAccessParamsDto, options) {
|
|
2881
2636
|
const localVarAxiosArgs = await localVarAxiosParamCreator.callControllerCallResourceAccessAttachV1(attachAccessParamsDto, options);
|
|
2882
2637
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2883
|
-
const localVarOperationServerBasePath = operationServerMap['CallApi.callControllerCallResourceAccessAttachV1']?.[localVarOperationServerIndex]
|
|
2884
|
-
?.url;
|
|
2638
|
+
const localVarOperationServerBasePath = operationServerMap['CallApi.callControllerCallResourceAccessAttachV1']?.[localVarOperationServerIndex]?.url;
|
|
2885
2639
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2886
2640
|
},
|
|
2887
2641
|
/**
|
|
@@ -2893,8 +2647,7 @@ export const CallApiFp = function (configuration) {
|
|
|
2893
2647
|
async callControllerCallResourceAccessGrantV1(grantAccessParamsDto, options) {
|
|
2894
2648
|
const localVarAxiosArgs = await localVarAxiosParamCreator.callControllerCallResourceAccessGrantV1(grantAccessParamsDto, options);
|
|
2895
2649
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2896
|
-
const localVarOperationServerBasePath = operationServerMap['CallApi.callControllerCallResourceAccessGrantV1']?.[localVarOperationServerIndex]
|
|
2897
|
-
?.url;
|
|
2650
|
+
const localVarOperationServerBasePath = operationServerMap['CallApi.callControllerCallResourceAccessGrantV1']?.[localVarOperationServerIndex]?.url;
|
|
2898
2651
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2899
2652
|
},
|
|
2900
2653
|
/**
|
|
@@ -2942,8 +2695,7 @@ export const CallApiFp = function (configuration) {
|
|
|
2942
2695
|
async callControllerCallStacksItemsRemoveV1(removeItemsFromStackParamsDto, options) {
|
|
2943
2696
|
const localVarAxiosArgs = await localVarAxiosParamCreator.callControllerCallStacksItemsRemoveV1(removeItemsFromStackParamsDto, options);
|
|
2944
2697
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2945
|
-
const localVarOperationServerBasePath = operationServerMap['CallApi.callControllerCallStacksItemsRemoveV1']?.[localVarOperationServerIndex]
|
|
2946
|
-
?.url;
|
|
2698
|
+
const localVarOperationServerBasePath = operationServerMap['CallApi.callControllerCallStacksItemsRemoveV1']?.[localVarOperationServerIndex]?.url;
|
|
2947
2699
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2948
2700
|
},
|
|
2949
2701
|
/**
|
|
@@ -2967,8 +2719,7 @@ export const CallApiFp = function (configuration) {
|
|
|
2967
2719
|
async callControllerCallStacksMetadataUpdateV1(updateResourceMetadataDto, options) {
|
|
2968
2720
|
const localVarAxiosArgs = await localVarAxiosParamCreator.callControllerCallStacksMetadataUpdateV1(updateResourceMetadataDto, options);
|
|
2969
2721
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2970
|
-
const localVarOperationServerBasePath = operationServerMap['CallApi.callControllerCallStacksMetadataUpdateV1']?.[localVarOperationServerIndex]
|
|
2971
|
-
?.url;
|
|
2722
|
+
const localVarOperationServerBasePath = operationServerMap['CallApi.callControllerCallStacksMetadataUpdateV1']?.[localVarOperationServerIndex]?.url;
|
|
2972
2723
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2973
2724
|
},
|
|
2974
2725
|
/**
|
|
@@ -3035,9 +2786,7 @@ export const CallApiFactory = function (configuration, basePath, axios) {
|
|
|
3035
2786
|
* @throws {RequiredError}
|
|
3036
2787
|
*/
|
|
3037
2788
|
callControllerCallAccountsBalanceAddV1(addBalanceParamsDto, options) {
|
|
3038
|
-
return localVarFp
|
|
3039
|
-
.callControllerCallAccountsBalanceAddV1(addBalanceParamsDto, options)
|
|
3040
|
-
.then((request) => request(axios, basePath));
|
|
2789
|
+
return localVarFp.callControllerCallAccountsBalanceAddV1(addBalanceParamsDto, options).then((request) => request(axios, basePath));
|
|
3041
2790
|
},
|
|
3042
2791
|
/**
|
|
3043
2792
|
*
|
|
@@ -3046,9 +2795,7 @@ export const CallApiFactory = function (configuration, basePath, axios) {
|
|
|
3046
2795
|
* @throws {RequiredError}
|
|
3047
2796
|
*/
|
|
3048
2797
|
callControllerCallAccountsBalanceGetV1(getBalanceParamsDto, options) {
|
|
3049
|
-
return localVarFp
|
|
3050
|
-
.callControllerCallAccountsBalanceGetV1(getBalanceParamsDto, options)
|
|
3051
|
-
.then((request) => request(axios, basePath));
|
|
2798
|
+
return localVarFp.callControllerCallAccountsBalanceGetV1(getBalanceParamsDto, options).then((request) => request(axios, basePath));
|
|
3052
2799
|
},
|
|
3053
2800
|
/**
|
|
3054
2801
|
*
|
|
@@ -3057,9 +2804,7 @@ export const CallApiFactory = function (configuration, basePath, axios) {
|
|
|
3057
2804
|
* @throws {RequiredError}
|
|
3058
2805
|
*/
|
|
3059
2806
|
callControllerCallAccountsBalanceSelfV1(body, options) {
|
|
3060
|
-
return localVarFp
|
|
3061
|
-
.callControllerCallAccountsBalanceSelfV1(body, options)
|
|
3062
|
-
.then((request) => request(axios, basePath));
|
|
2807
|
+
return localVarFp.callControllerCallAccountsBalanceSelfV1(body, options).then((request) => request(axios, basePath));
|
|
3063
2808
|
},
|
|
3064
2809
|
/**
|
|
3065
2810
|
*
|
|
@@ -3068,9 +2813,7 @@ export const CallApiFactory = function (configuration, basePath, axios) {
|
|
|
3068
2813
|
* @throws {RequiredError}
|
|
3069
2814
|
*/
|
|
3070
2815
|
callControllerCallAccountsCreateV1(createAccountParamsDto, options) {
|
|
3071
|
-
return localVarFp
|
|
3072
|
-
.callControllerCallAccountsCreateV1(createAccountParamsDto, options)
|
|
3073
|
-
.then((request) => request(axios, basePath));
|
|
2816
|
+
return localVarFp.callControllerCallAccountsCreateV1(createAccountParamsDto, options).then((request) => request(axios, basePath));
|
|
3074
2817
|
},
|
|
3075
2818
|
/**
|
|
3076
2819
|
*
|
|
@@ -3079,9 +2822,7 @@ export const CallApiFactory = function (configuration, basePath, axios) {
|
|
|
3079
2822
|
* @throws {RequiredError}
|
|
3080
2823
|
*/
|
|
3081
2824
|
callControllerCallAccountsGetV1(getAccountParamsDto, options) {
|
|
3082
|
-
return localVarFp
|
|
3083
|
-
.callControllerCallAccountsGetV1(getAccountParamsDto, options)
|
|
3084
|
-
.then((request) => request(axios, basePath));
|
|
2825
|
+
return localVarFp.callControllerCallAccountsGetV1(getAccountParamsDto, options).then((request) => request(axios, basePath));
|
|
3085
2826
|
},
|
|
3086
2827
|
/**
|
|
3087
2828
|
*
|
|
@@ -3090,9 +2831,7 @@ export const CallApiFactory = function (configuration, basePath, axios) {
|
|
|
3090
2831
|
* @throws {RequiredError}
|
|
3091
2832
|
*/
|
|
3092
2833
|
callControllerCallAccountsListV1(listAccountsParamsDto, options) {
|
|
3093
|
-
return localVarFp
|
|
3094
|
-
.callControllerCallAccountsListV1(listAccountsParamsDto, options)
|
|
3095
|
-
.then((request) => request(axios, basePath));
|
|
2834
|
+
return localVarFp.callControllerCallAccountsListV1(listAccountsParamsDto, options).then((request) => request(axios, basePath));
|
|
3096
2835
|
},
|
|
3097
2836
|
/**
|
|
3098
2837
|
*
|
|
@@ -3101,9 +2840,7 @@ export const CallApiFactory = function (configuration, basePath, axios) {
|
|
|
3101
2840
|
* @throws {RequiredError}
|
|
3102
2841
|
*/
|
|
3103
2842
|
callControllerCallAccountsSelfV1(body, options) {
|
|
3104
|
-
return localVarFp
|
|
3105
|
-
.callControllerCallAccountsSelfV1(body, options)
|
|
3106
|
-
.then((request) => request(axios, basePath));
|
|
2843
|
+
return localVarFp.callControllerCallAccountsSelfV1(body, options).then((request) => request(axios, basePath));
|
|
3107
2844
|
},
|
|
3108
2845
|
/**
|
|
3109
2846
|
*
|
|
@@ -3112,9 +2849,7 @@ export const CallApiFactory = function (configuration, basePath, axios) {
|
|
|
3112
2849
|
* @throws {RequiredError}
|
|
3113
2850
|
*/
|
|
3114
2851
|
callControllerCallCollectionsCreateV1(createCollectionParamsDto, options) {
|
|
3115
|
-
return localVarFp
|
|
3116
|
-
.callControllerCallCollectionsCreateV1(createCollectionParamsDto, options)
|
|
3117
|
-
.then((request) => request(axios, basePath));
|
|
2852
|
+
return localVarFp.callControllerCallCollectionsCreateV1(createCollectionParamsDto, options).then((request) => request(axios, basePath));
|
|
3118
2853
|
},
|
|
3119
2854
|
/**
|
|
3120
2855
|
*
|
|
@@ -3123,9 +2858,7 @@ export const CallApiFactory = function (configuration, basePath, axios) {
|
|
|
3123
2858
|
* @throws {RequiredError}
|
|
3124
2859
|
*/
|
|
3125
2860
|
callControllerCallCollectionsGetV1(getCollectionParamsDto, options) {
|
|
3126
|
-
return localVarFp
|
|
3127
|
-
.callControllerCallCollectionsGetV1(getCollectionParamsDto, options)
|
|
3128
|
-
.then((request) => request(axios, basePath));
|
|
2861
|
+
return localVarFp.callControllerCallCollectionsGetV1(getCollectionParamsDto, options).then((request) => request(axios, basePath));
|
|
3129
2862
|
},
|
|
3130
2863
|
/**
|
|
3131
2864
|
*
|
|
@@ -3134,9 +2867,7 @@ export const CallApiFactory = function (configuration, basePath, axios) {
|
|
|
3134
2867
|
* @throws {RequiredError}
|
|
3135
2868
|
*/
|
|
3136
2869
|
callControllerCallCollectionsItemsAddV1(addItemsToCollectionParamsDto, options) {
|
|
3137
|
-
return localVarFp
|
|
3138
|
-
.callControllerCallCollectionsItemsAddV1(addItemsToCollectionParamsDto, options)
|
|
3139
|
-
.then((request) => request(axios, basePath));
|
|
2870
|
+
return localVarFp.callControllerCallCollectionsItemsAddV1(addItemsToCollectionParamsDto, options).then((request) => request(axios, basePath));
|
|
3140
2871
|
},
|
|
3141
2872
|
/**
|
|
3142
2873
|
*
|
|
@@ -3145,9 +2876,7 @@ export const CallApiFactory = function (configuration, basePath, axios) {
|
|
|
3145
2876
|
* @throws {RequiredError}
|
|
3146
2877
|
*/
|
|
3147
2878
|
callControllerCallCollectionsItemsListV1(listCollectionItemsParamsDto, options) {
|
|
3148
|
-
return localVarFp
|
|
3149
|
-
.callControllerCallCollectionsItemsListV1(listCollectionItemsParamsDto, options)
|
|
3150
|
-
.then((request) => request(axios, basePath));
|
|
2879
|
+
return localVarFp.callControllerCallCollectionsItemsListV1(listCollectionItemsParamsDto, options).then((request) => request(axios, basePath));
|
|
3151
2880
|
},
|
|
3152
2881
|
/**
|
|
3153
2882
|
*
|
|
@@ -3156,9 +2885,7 @@ export const CallApiFactory = function (configuration, basePath, axios) {
|
|
|
3156
2885
|
* @throws {RequiredError}
|
|
3157
2886
|
*/
|
|
3158
2887
|
callControllerCallCollectionsItemsRemoveV1(removeItemsFromCollectionParamsDto, options) {
|
|
3159
|
-
return localVarFp
|
|
3160
|
-
.callControllerCallCollectionsItemsRemoveV1(removeItemsFromCollectionParamsDto, options)
|
|
3161
|
-
.then((request) => request(axios, basePath));
|
|
2888
|
+
return localVarFp.callControllerCallCollectionsItemsRemoveV1(removeItemsFromCollectionParamsDto, options).then((request) => request(axios, basePath));
|
|
3162
2889
|
},
|
|
3163
2890
|
/**
|
|
3164
2891
|
*
|
|
@@ -3167,9 +2894,7 @@ export const CallApiFactory = function (configuration, basePath, axios) {
|
|
|
3167
2894
|
* @throws {RequiredError}
|
|
3168
2895
|
*/
|
|
3169
2896
|
callControllerCallCollectionsListV1(listCollectionsParamsDto, options) {
|
|
3170
|
-
return localVarFp
|
|
3171
|
-
.callControllerCallCollectionsListV1(listCollectionsParamsDto, options)
|
|
3172
|
-
.then((request) => request(axios, basePath));
|
|
2897
|
+
return localVarFp.callControllerCallCollectionsListV1(listCollectionsParamsDto, options).then((request) => request(axios, basePath));
|
|
3173
2898
|
},
|
|
3174
2899
|
/**
|
|
3175
2900
|
*
|
|
@@ -3178,9 +2903,7 @@ export const CallApiFactory = function (configuration, basePath, axios) {
|
|
|
3178
2903
|
* @throws {RequiredError}
|
|
3179
2904
|
*/
|
|
3180
2905
|
callControllerCallCollectionsMetadataUpdateV1(updateResourceMetadataDto, options) {
|
|
3181
|
-
return localVarFp
|
|
3182
|
-
.callControllerCallCollectionsMetadataUpdateV1(updateResourceMetadataDto, options)
|
|
3183
|
-
.then((request) => request(axios, basePath));
|
|
2906
|
+
return localVarFp.callControllerCallCollectionsMetadataUpdateV1(updateResourceMetadataDto, options).then((request) => request(axios, basePath));
|
|
3184
2907
|
},
|
|
3185
2908
|
/**
|
|
3186
2909
|
*
|
|
@@ -3189,9 +2912,7 @@ export const CallApiFactory = function (configuration, basePath, axios) {
|
|
|
3189
2912
|
* @throws {RequiredError}
|
|
3190
2913
|
*/
|
|
3191
2914
|
callControllerCallGroupsAccountsAddV1(addAccountToGroupParamsDto, options) {
|
|
3192
|
-
return localVarFp
|
|
3193
|
-
.callControllerCallGroupsAccountsAddV1(addAccountToGroupParamsDto, options)
|
|
3194
|
-
.then((request) => request(axios, basePath));
|
|
2915
|
+
return localVarFp.callControllerCallGroupsAccountsAddV1(addAccountToGroupParamsDto, options).then((request) => request(axios, basePath));
|
|
3195
2916
|
},
|
|
3196
2917
|
/**
|
|
3197
2918
|
*
|
|
@@ -3200,9 +2921,7 @@ export const CallApiFactory = function (configuration, basePath, axios) {
|
|
|
3200
2921
|
* @throws {RequiredError}
|
|
3201
2922
|
*/
|
|
3202
2923
|
callControllerCallGroupsAccountsRemoveV1(removeAccountFromGroupParamsDto, options) {
|
|
3203
|
-
return localVarFp
|
|
3204
|
-
.callControllerCallGroupsAccountsRemoveV1(removeAccountFromGroupParamsDto, options)
|
|
3205
|
-
.then((request) => request(axios, basePath));
|
|
2924
|
+
return localVarFp.callControllerCallGroupsAccountsRemoveV1(removeAccountFromGroupParamsDto, options).then((request) => request(axios, basePath));
|
|
3206
2925
|
},
|
|
3207
2926
|
/**
|
|
3208
2927
|
*
|
|
@@ -3211,9 +2930,7 @@ export const CallApiFactory = function (configuration, basePath, axios) {
|
|
|
3211
2930
|
* @throws {RequiredError}
|
|
3212
2931
|
*/
|
|
3213
2932
|
callControllerCallGroupsCreateV1(body, options) {
|
|
3214
|
-
return localVarFp
|
|
3215
|
-
.callControllerCallGroupsCreateV1(body, options)
|
|
3216
|
-
.then((request) => request(axios, basePath));
|
|
2933
|
+
return localVarFp.callControllerCallGroupsCreateV1(body, options).then((request) => request(axios, basePath));
|
|
3217
2934
|
},
|
|
3218
2935
|
/**
|
|
3219
2936
|
*
|
|
@@ -3222,9 +2939,7 @@ export const CallApiFactory = function (configuration, basePath, axios) {
|
|
|
3222
2939
|
* @throws {RequiredError}
|
|
3223
2940
|
*/
|
|
3224
2941
|
callControllerCallGroupsDeleteV1(deleteParamsDto, options) {
|
|
3225
|
-
return localVarFp
|
|
3226
|
-
.callControllerCallGroupsDeleteV1(deleteParamsDto, options)
|
|
3227
|
-
.then((request) => request(axios, basePath));
|
|
2942
|
+
return localVarFp.callControllerCallGroupsDeleteV1(deleteParamsDto, options).then((request) => request(axios, basePath));
|
|
3228
2943
|
},
|
|
3229
2944
|
/**
|
|
3230
2945
|
*
|
|
@@ -3233,9 +2948,7 @@ export const CallApiFactory = function (configuration, basePath, axios) {
|
|
|
3233
2948
|
* @throws {RequiredError}
|
|
3234
2949
|
*/
|
|
3235
2950
|
callControllerCallGroupsGetV1(getGroupParamsDto, options) {
|
|
3236
|
-
return localVarFp
|
|
3237
|
-
.callControllerCallGroupsGetV1(getGroupParamsDto, options)
|
|
3238
|
-
.then((request) => request(axios, basePath));
|
|
2951
|
+
return localVarFp.callControllerCallGroupsGetV1(getGroupParamsDto, options).then((request) => request(axios, basePath));
|
|
3239
2952
|
},
|
|
3240
2953
|
/**
|
|
3241
2954
|
*
|
|
@@ -3244,9 +2957,7 @@ export const CallApiFactory = function (configuration, basePath, axios) {
|
|
|
3244
2957
|
* @throws {RequiredError}
|
|
3245
2958
|
*/
|
|
3246
2959
|
callControllerCallImagesGetManyV1(getUrlsForImagesParamsDto, options) {
|
|
3247
|
-
return localVarFp
|
|
3248
|
-
.callControllerCallImagesGetManyV1(getUrlsForImagesParamsDto, options)
|
|
3249
|
-
.then((request) => request(axios, basePath));
|
|
2960
|
+
return localVarFp.callControllerCallImagesGetManyV1(getUrlsForImagesParamsDto, options).then((request) => request(axios, basePath));
|
|
3250
2961
|
},
|
|
3251
2962
|
/**
|
|
3252
2963
|
*
|
|
@@ -3255,9 +2966,7 @@ export const CallApiFactory = function (configuration, basePath, axios) {
|
|
|
3255
2966
|
* @throws {RequiredError}
|
|
3256
2967
|
*/
|
|
3257
2968
|
callControllerCallImagesGetV1(getImageParamsDto, options) {
|
|
3258
|
-
return localVarFp
|
|
3259
|
-
.callControllerCallImagesGetV1(getImageParamsDto, options)
|
|
3260
|
-
.then((request) => request(axios, basePath));
|
|
2969
|
+
return localVarFp.callControllerCallImagesGetV1(getImageParamsDto, options).then((request) => request(axios, basePath));
|
|
3261
2970
|
},
|
|
3262
2971
|
/**
|
|
3263
2972
|
*
|
|
@@ -3266,9 +2975,7 @@ export const CallApiFactory = function (configuration, basePath, axios) {
|
|
|
3266
2975
|
* @throws {RequiredError}
|
|
3267
2976
|
*/
|
|
3268
2977
|
callControllerCallImagesRepresentationsGetV1(getImageRepresentationParamsDto, options) {
|
|
3269
|
-
return localVarFp
|
|
3270
|
-
.callControllerCallImagesRepresentationsGetV1(getImageRepresentationParamsDto, options)
|
|
3271
|
-
.then((request) => request(axios, basePath));
|
|
2978
|
+
return localVarFp.callControllerCallImagesRepresentationsGetV1(getImageRepresentationParamsDto, options).then((request) => request(axios, basePath));
|
|
3272
2979
|
},
|
|
3273
2980
|
/**
|
|
3274
2981
|
*
|
|
@@ -3277,9 +2984,7 @@ export const CallApiFactory = function (configuration, basePath, axios) {
|
|
|
3277
2984
|
* @throws {RequiredError}
|
|
3278
2985
|
*/
|
|
3279
2986
|
callControllerCallOperationsGetManyV1(getOperationsParamsDto, options) {
|
|
3280
|
-
return localVarFp
|
|
3281
|
-
.callControllerCallOperationsGetManyV1(getOperationsParamsDto, options)
|
|
3282
|
-
.then((request) => request(axios, basePath));
|
|
2987
|
+
return localVarFp.callControllerCallOperationsGetManyV1(getOperationsParamsDto, options).then((request) => request(axios, basePath));
|
|
3283
2988
|
},
|
|
3284
2989
|
/**
|
|
3285
2990
|
*
|
|
@@ -3288,9 +2993,7 @@ export const CallApiFactory = function (configuration, basePath, axios) {
|
|
|
3288
2993
|
* @throws {RequiredError}
|
|
3289
2994
|
*/
|
|
3290
2995
|
callControllerCallOperationsGetV1(getOperationParamsDto, options) {
|
|
3291
|
-
return localVarFp
|
|
3292
|
-
.callControllerCallOperationsGetV1(getOperationParamsDto, options)
|
|
3293
|
-
.then((request) => request(axios, basePath));
|
|
2996
|
+
return localVarFp.callControllerCallOperationsGetV1(getOperationParamsDto, options).then((request) => request(axios, basePath));
|
|
3294
2997
|
},
|
|
3295
2998
|
/**
|
|
3296
2999
|
*
|
|
@@ -3299,9 +3002,7 @@ export const CallApiFactory = function (configuration, basePath, axios) {
|
|
|
3299
3002
|
* @throws {RequiredError}
|
|
3300
3003
|
*/
|
|
3301
3004
|
callControllerCallOperationsListV1(listOperationsParamsDto, options) {
|
|
3302
|
-
return localVarFp
|
|
3303
|
-
.callControllerCallOperationsListV1(listOperationsParamsDto, options)
|
|
3304
|
-
.then((request) => request(axios, basePath));
|
|
3005
|
+
return localVarFp.callControllerCallOperationsListV1(listOperationsParamsDto, options).then((request) => request(axios, basePath));
|
|
3305
3006
|
},
|
|
3306
3007
|
/**
|
|
3307
3008
|
*
|
|
@@ -3310,9 +3011,7 @@ export const CallApiFactory = function (configuration, basePath, axios) {
|
|
|
3310
3011
|
* @throws {RequiredError}
|
|
3311
3012
|
*/
|
|
3312
3013
|
callControllerCallOperationsMetadataUpdateV1(updateResourceMetadataDto, options) {
|
|
3313
|
-
return localVarFp
|
|
3314
|
-
.callControllerCallOperationsMetadataUpdateV1(updateResourceMetadataDto, options)
|
|
3315
|
-
.then((request) => request(axios, basePath));
|
|
3014
|
+
return localVarFp.callControllerCallOperationsMetadataUpdateV1(updateResourceMetadataDto, options).then((request) => request(axios, basePath));
|
|
3316
3015
|
},
|
|
3317
3016
|
/**
|
|
3318
3017
|
*
|
|
@@ -3321,9 +3020,7 @@ export const CallApiFactory = function (configuration, basePath, axios) {
|
|
|
3321
3020
|
* @throws {RequiredError}
|
|
3322
3021
|
*/
|
|
3323
3022
|
callControllerCallPosesGetV1(getPoseParamsDto, options) {
|
|
3324
|
-
return localVarFp
|
|
3325
|
-
.callControllerCallPosesGetV1(getPoseParamsDto, options)
|
|
3326
|
-
.then((request) => request(axios, basePath));
|
|
3023
|
+
return localVarFp.callControllerCallPosesGetV1(getPoseParamsDto, options).then((request) => request(axios, basePath));
|
|
3327
3024
|
},
|
|
3328
3025
|
/**
|
|
3329
3026
|
*
|
|
@@ -3332,9 +3029,7 @@ export const CallApiFactory = function (configuration, basePath, axios) {
|
|
|
3332
3029
|
* @throws {RequiredError}
|
|
3333
3030
|
*/
|
|
3334
3031
|
callControllerCallPosesListV1(listPosesParamsDto, options) {
|
|
3335
|
-
return localVarFp
|
|
3336
|
-
.callControllerCallPosesListV1(listPosesParamsDto, options)
|
|
3337
|
-
.then((request) => request(axios, basePath));
|
|
3032
|
+
return localVarFp.callControllerCallPosesListV1(listPosesParamsDto, options).then((request) => request(axios, basePath));
|
|
3338
3033
|
},
|
|
3339
3034
|
/**
|
|
3340
3035
|
*
|
|
@@ -3343,9 +3038,7 @@ export const CallApiFactory = function (configuration, basePath, axios) {
|
|
|
3343
3038
|
* @throws {RequiredError}
|
|
3344
3039
|
*/
|
|
3345
3040
|
callControllerCallPosesPreviewSetV1(setPosePreviewDto, options) {
|
|
3346
|
-
return localVarFp
|
|
3347
|
-
.callControllerCallPosesPreviewSetV1(setPosePreviewDto, options)
|
|
3348
|
-
.then((request) => request(axios, basePath));
|
|
3041
|
+
return localVarFp.callControllerCallPosesPreviewSetV1(setPosePreviewDto, options).then((request) => request(axios, basePath));
|
|
3349
3042
|
},
|
|
3350
3043
|
/**
|
|
3351
3044
|
*
|
|
@@ -3354,9 +3047,7 @@ export const CallApiFactory = function (configuration, basePath, axios) {
|
|
|
3354
3047
|
* @throws {RequiredError}
|
|
3355
3048
|
*/
|
|
3356
3049
|
callControllerCallResourceAccessAttachV1(attachAccessParamsDto, options) {
|
|
3357
|
-
return localVarFp
|
|
3358
|
-
.callControllerCallResourceAccessAttachV1(attachAccessParamsDto, options)
|
|
3359
|
-
.then((request) => request(axios, basePath));
|
|
3050
|
+
return localVarFp.callControllerCallResourceAccessAttachV1(attachAccessParamsDto, options).then((request) => request(axios, basePath));
|
|
3360
3051
|
},
|
|
3361
3052
|
/**
|
|
3362
3053
|
*
|
|
@@ -3365,9 +3056,7 @@ export const CallApiFactory = function (configuration, basePath, axios) {
|
|
|
3365
3056
|
* @throws {RequiredError}
|
|
3366
3057
|
*/
|
|
3367
3058
|
callControllerCallResourceAccessGrantV1(grantAccessParamsDto, options) {
|
|
3368
|
-
return localVarFp
|
|
3369
|
-
.callControllerCallResourceAccessGrantV1(grantAccessParamsDto, options)
|
|
3370
|
-
.then((request) => request(axios, basePath));
|
|
3059
|
+
return localVarFp.callControllerCallResourceAccessGrantV1(grantAccessParamsDto, options).then((request) => request(axios, basePath));
|
|
3371
3060
|
},
|
|
3372
3061
|
/**
|
|
3373
3062
|
*
|
|
@@ -3376,9 +3065,7 @@ export const CallApiFactory = function (configuration, basePath, axios) {
|
|
|
3376
3065
|
* @throws {RequiredError}
|
|
3377
3066
|
*/
|
|
3378
3067
|
callControllerCallStacksCreateV1(createStackParamsDto, options) {
|
|
3379
|
-
return localVarFp
|
|
3380
|
-
.callControllerCallStacksCreateV1(createStackParamsDto, options)
|
|
3381
|
-
.then((request) => request(axios, basePath));
|
|
3068
|
+
return localVarFp.callControllerCallStacksCreateV1(createStackParamsDto, options).then((request) => request(axios, basePath));
|
|
3382
3069
|
},
|
|
3383
3070
|
/**
|
|
3384
3071
|
*
|
|
@@ -3387,9 +3074,7 @@ export const CallApiFactory = function (configuration, basePath, axios) {
|
|
|
3387
3074
|
* @throws {RequiredError}
|
|
3388
3075
|
*/
|
|
3389
3076
|
callControllerCallStacksGetV1(getStackParamsDto, options) {
|
|
3390
|
-
return localVarFp
|
|
3391
|
-
.callControllerCallStacksGetV1(getStackParamsDto, options)
|
|
3392
|
-
.then((request) => request(axios, basePath));
|
|
3077
|
+
return localVarFp.callControllerCallStacksGetV1(getStackParamsDto, options).then((request) => request(axios, basePath));
|
|
3393
3078
|
},
|
|
3394
3079
|
/**
|
|
3395
3080
|
*
|
|
@@ -3398,9 +3083,7 @@ export const CallApiFactory = function (configuration, basePath, axios) {
|
|
|
3398
3083
|
* @throws {RequiredError}
|
|
3399
3084
|
*/
|
|
3400
3085
|
callControllerCallStacksItemsAddV1(addItemsToStackParamsDto, options) {
|
|
3401
|
-
return localVarFp
|
|
3402
|
-
.callControllerCallStacksItemsAddV1(addItemsToStackParamsDto, options)
|
|
3403
|
-
.then((request) => request(axios, basePath));
|
|
3086
|
+
return localVarFp.callControllerCallStacksItemsAddV1(addItemsToStackParamsDto, options).then((request) => request(axios, basePath));
|
|
3404
3087
|
},
|
|
3405
3088
|
/**
|
|
3406
3089
|
*
|
|
@@ -3409,9 +3092,7 @@ export const CallApiFactory = function (configuration, basePath, axios) {
|
|
|
3409
3092
|
* @throws {RequiredError}
|
|
3410
3093
|
*/
|
|
3411
3094
|
callControllerCallStacksItemsRemoveV1(removeItemsFromStackParamsDto, options) {
|
|
3412
|
-
return localVarFp
|
|
3413
|
-
.callControllerCallStacksItemsRemoveV1(removeItemsFromStackParamsDto, options)
|
|
3414
|
-
.then((request) => request(axios, basePath));
|
|
3095
|
+
return localVarFp.callControllerCallStacksItemsRemoveV1(removeItemsFromStackParamsDto, options).then((request) => request(axios, basePath));
|
|
3415
3096
|
},
|
|
3416
3097
|
/**
|
|
3417
3098
|
*
|
|
@@ -3420,9 +3101,7 @@ export const CallApiFactory = function (configuration, basePath, axios) {
|
|
|
3420
3101
|
* @throws {RequiredError}
|
|
3421
3102
|
*/
|
|
3422
3103
|
callControllerCallStacksListV1(listStacksParamsDto, options) {
|
|
3423
|
-
return localVarFp
|
|
3424
|
-
.callControllerCallStacksListV1(listStacksParamsDto, options)
|
|
3425
|
-
.then((request) => request(axios, basePath));
|
|
3104
|
+
return localVarFp.callControllerCallStacksListV1(listStacksParamsDto, options).then((request) => request(axios, basePath));
|
|
3426
3105
|
},
|
|
3427
3106
|
/**
|
|
3428
3107
|
*
|
|
@@ -3431,9 +3110,7 @@ export const CallApiFactory = function (configuration, basePath, axios) {
|
|
|
3431
3110
|
* @throws {RequiredError}
|
|
3432
3111
|
*/
|
|
3433
3112
|
callControllerCallStacksMetadataUpdateV1(updateResourceMetadataDto, options) {
|
|
3434
|
-
return localVarFp
|
|
3435
|
-
.callControllerCallStacksMetadataUpdateV1(updateResourceMetadataDto, options)
|
|
3436
|
-
.then((request) => request(axios, basePath));
|
|
3113
|
+
return localVarFp.callControllerCallStacksMetadataUpdateV1(updateResourceMetadataDto, options).then((request) => request(axios, basePath));
|
|
3437
3114
|
},
|
|
3438
3115
|
/**
|
|
3439
3116
|
*
|
|
@@ -3442,9 +3119,7 @@ export const CallApiFactory = function (configuration, basePath, axios) {
|
|
|
3442
3119
|
* @throws {RequiredError}
|
|
3443
3120
|
*/
|
|
3444
3121
|
callControllerCallStorageCreateV1(createStorageRecordParamsDto, options) {
|
|
3445
|
-
return localVarFp
|
|
3446
|
-
.callControllerCallStorageCreateV1(createStorageRecordParamsDto, options)
|
|
3447
|
-
.then((request) => request(axios, basePath));
|
|
3122
|
+
return localVarFp.callControllerCallStorageCreateV1(createStorageRecordParamsDto, options).then((request) => request(axios, basePath));
|
|
3448
3123
|
},
|
|
3449
3124
|
/**
|
|
3450
3125
|
*
|
|
@@ -3453,9 +3128,7 @@ export const CallApiFactory = function (configuration, basePath, axios) {
|
|
|
3453
3128
|
* @throws {RequiredError}
|
|
3454
3129
|
*/
|
|
3455
3130
|
callControllerCallStorageDeleteV1(deleteStorageParamsDto, options) {
|
|
3456
|
-
return localVarFp
|
|
3457
|
-
.callControllerCallStorageDeleteV1(deleteStorageParamsDto, options)
|
|
3458
|
-
.then((request) => request(axios, basePath));
|
|
3131
|
+
return localVarFp.callControllerCallStorageDeleteV1(deleteStorageParamsDto, options).then((request) => request(axios, basePath));
|
|
3459
3132
|
},
|
|
3460
3133
|
/**
|
|
3461
3134
|
*
|
|
@@ -3464,9 +3137,7 @@ export const CallApiFactory = function (configuration, basePath, axios) {
|
|
|
3464
3137
|
* @throws {RequiredError}
|
|
3465
3138
|
*/
|
|
3466
3139
|
callControllerCallStorageGetManyV1(getStorageRecordParamsDto, options) {
|
|
3467
|
-
return localVarFp
|
|
3468
|
-
.callControllerCallStorageGetManyV1(getStorageRecordParamsDto, options)
|
|
3469
|
-
.then((request) => request(axios, basePath));
|
|
3140
|
+
return localVarFp.callControllerCallStorageGetManyV1(getStorageRecordParamsDto, options).then((request) => request(axios, basePath));
|
|
3470
3141
|
},
|
|
3471
3142
|
/**
|
|
3472
3143
|
*
|
|
@@ -3475,9 +3146,7 @@ export const CallApiFactory = function (configuration, basePath, axios) {
|
|
|
3475
3146
|
* @throws {RequiredError}
|
|
3476
3147
|
*/
|
|
3477
3148
|
callControllerCallStorageUpdateV1(updateStorageRecordParamsDto, options) {
|
|
3478
|
-
return localVarFp
|
|
3479
|
-
.callControllerCallStorageUpdateV1(updateStorageRecordParamsDto, options)
|
|
3480
|
-
.then((request) => request(axios, basePath));
|
|
3149
|
+
return localVarFp.callControllerCallStorageUpdateV1(updateStorageRecordParamsDto, options).then((request) => request(axios, basePath));
|
|
3481
3150
|
},
|
|
3482
3151
|
};
|
|
3483
3152
|
};
|
|
@@ -3496,9 +3165,7 @@ export class CallApi extends BaseAPI {
|
|
|
3496
3165
|
* @memberof CallApi
|
|
3497
3166
|
*/
|
|
3498
3167
|
callControllerCallAccountsBalanceAddV1(addBalanceParamsDto, options) {
|
|
3499
|
-
return CallApiFp(this.configuration)
|
|
3500
|
-
.callControllerCallAccountsBalanceAddV1(addBalanceParamsDto, options)
|
|
3501
|
-
.then((request) => request(this.axios, this.basePath));
|
|
3168
|
+
return CallApiFp(this.configuration).callControllerCallAccountsBalanceAddV1(addBalanceParamsDto, options).then((request) => request(this.axios, this.basePath));
|
|
3502
3169
|
}
|
|
3503
3170
|
/**
|
|
3504
3171
|
*
|
|
@@ -3508,9 +3175,7 @@ export class CallApi extends BaseAPI {
|
|
|
3508
3175
|
* @memberof CallApi
|
|
3509
3176
|
*/
|
|
3510
3177
|
callControllerCallAccountsBalanceGetV1(getBalanceParamsDto, options) {
|
|
3511
|
-
return CallApiFp(this.configuration)
|
|
3512
|
-
.callControllerCallAccountsBalanceGetV1(getBalanceParamsDto, options)
|
|
3513
|
-
.then((request) => request(this.axios, this.basePath));
|
|
3178
|
+
return CallApiFp(this.configuration).callControllerCallAccountsBalanceGetV1(getBalanceParamsDto, options).then((request) => request(this.axios, this.basePath));
|
|
3514
3179
|
}
|
|
3515
3180
|
/**
|
|
3516
3181
|
*
|
|
@@ -3520,9 +3185,7 @@ export class CallApi extends BaseAPI {
|
|
|
3520
3185
|
* @memberof CallApi
|
|
3521
3186
|
*/
|
|
3522
3187
|
callControllerCallAccountsBalanceSelfV1(body, options) {
|
|
3523
|
-
return CallApiFp(this.configuration)
|
|
3524
|
-
.callControllerCallAccountsBalanceSelfV1(body, options)
|
|
3525
|
-
.then((request) => request(this.axios, this.basePath));
|
|
3188
|
+
return CallApiFp(this.configuration).callControllerCallAccountsBalanceSelfV1(body, options).then((request) => request(this.axios, this.basePath));
|
|
3526
3189
|
}
|
|
3527
3190
|
/**
|
|
3528
3191
|
*
|
|
@@ -3532,9 +3195,7 @@ export class CallApi extends BaseAPI {
|
|
|
3532
3195
|
* @memberof CallApi
|
|
3533
3196
|
*/
|
|
3534
3197
|
callControllerCallAccountsCreateV1(createAccountParamsDto, options) {
|
|
3535
|
-
return CallApiFp(this.configuration)
|
|
3536
|
-
.callControllerCallAccountsCreateV1(createAccountParamsDto, options)
|
|
3537
|
-
.then((request) => request(this.axios, this.basePath));
|
|
3198
|
+
return CallApiFp(this.configuration).callControllerCallAccountsCreateV1(createAccountParamsDto, options).then((request) => request(this.axios, this.basePath));
|
|
3538
3199
|
}
|
|
3539
3200
|
/**
|
|
3540
3201
|
*
|
|
@@ -3544,9 +3205,7 @@ export class CallApi extends BaseAPI {
|
|
|
3544
3205
|
* @memberof CallApi
|
|
3545
3206
|
*/
|
|
3546
3207
|
callControllerCallAccountsGetV1(getAccountParamsDto, options) {
|
|
3547
|
-
return CallApiFp(this.configuration)
|
|
3548
|
-
.callControllerCallAccountsGetV1(getAccountParamsDto, options)
|
|
3549
|
-
.then((request) => request(this.axios, this.basePath));
|
|
3208
|
+
return CallApiFp(this.configuration).callControllerCallAccountsGetV1(getAccountParamsDto, options).then((request) => request(this.axios, this.basePath));
|
|
3550
3209
|
}
|
|
3551
3210
|
/**
|
|
3552
3211
|
*
|
|
@@ -3556,9 +3215,7 @@ export class CallApi extends BaseAPI {
|
|
|
3556
3215
|
* @memberof CallApi
|
|
3557
3216
|
*/
|
|
3558
3217
|
callControllerCallAccountsListV1(listAccountsParamsDto, options) {
|
|
3559
|
-
return CallApiFp(this.configuration)
|
|
3560
|
-
.callControllerCallAccountsListV1(listAccountsParamsDto, options)
|
|
3561
|
-
.then((request) => request(this.axios, this.basePath));
|
|
3218
|
+
return CallApiFp(this.configuration).callControllerCallAccountsListV1(listAccountsParamsDto, options).then((request) => request(this.axios, this.basePath));
|
|
3562
3219
|
}
|
|
3563
3220
|
/**
|
|
3564
3221
|
*
|
|
@@ -3568,9 +3225,7 @@ export class CallApi extends BaseAPI {
|
|
|
3568
3225
|
* @memberof CallApi
|
|
3569
3226
|
*/
|
|
3570
3227
|
callControllerCallAccountsSelfV1(body, options) {
|
|
3571
|
-
return CallApiFp(this.configuration)
|
|
3572
|
-
.callControllerCallAccountsSelfV1(body, options)
|
|
3573
|
-
.then((request) => request(this.axios, this.basePath));
|
|
3228
|
+
return CallApiFp(this.configuration).callControllerCallAccountsSelfV1(body, options).then((request) => request(this.axios, this.basePath));
|
|
3574
3229
|
}
|
|
3575
3230
|
/**
|
|
3576
3231
|
*
|
|
@@ -3580,9 +3235,7 @@ export class CallApi extends BaseAPI {
|
|
|
3580
3235
|
* @memberof CallApi
|
|
3581
3236
|
*/
|
|
3582
3237
|
callControllerCallCollectionsCreateV1(createCollectionParamsDto, options) {
|
|
3583
|
-
return CallApiFp(this.configuration)
|
|
3584
|
-
.callControllerCallCollectionsCreateV1(createCollectionParamsDto, options)
|
|
3585
|
-
.then((request) => request(this.axios, this.basePath));
|
|
3238
|
+
return CallApiFp(this.configuration).callControllerCallCollectionsCreateV1(createCollectionParamsDto, options).then((request) => request(this.axios, this.basePath));
|
|
3586
3239
|
}
|
|
3587
3240
|
/**
|
|
3588
3241
|
*
|
|
@@ -3592,9 +3245,7 @@ export class CallApi extends BaseAPI {
|
|
|
3592
3245
|
* @memberof CallApi
|
|
3593
3246
|
*/
|
|
3594
3247
|
callControllerCallCollectionsGetV1(getCollectionParamsDto, options) {
|
|
3595
|
-
return CallApiFp(this.configuration)
|
|
3596
|
-
.callControllerCallCollectionsGetV1(getCollectionParamsDto, options)
|
|
3597
|
-
.then((request) => request(this.axios, this.basePath));
|
|
3248
|
+
return CallApiFp(this.configuration).callControllerCallCollectionsGetV1(getCollectionParamsDto, options).then((request) => request(this.axios, this.basePath));
|
|
3598
3249
|
}
|
|
3599
3250
|
/**
|
|
3600
3251
|
*
|
|
@@ -3604,9 +3255,7 @@ export class CallApi extends BaseAPI {
|
|
|
3604
3255
|
* @memberof CallApi
|
|
3605
3256
|
*/
|
|
3606
3257
|
callControllerCallCollectionsItemsAddV1(addItemsToCollectionParamsDto, options) {
|
|
3607
|
-
return CallApiFp(this.configuration)
|
|
3608
|
-
.callControllerCallCollectionsItemsAddV1(addItemsToCollectionParamsDto, options)
|
|
3609
|
-
.then((request) => request(this.axios, this.basePath));
|
|
3258
|
+
return CallApiFp(this.configuration).callControllerCallCollectionsItemsAddV1(addItemsToCollectionParamsDto, options).then((request) => request(this.axios, this.basePath));
|
|
3610
3259
|
}
|
|
3611
3260
|
/**
|
|
3612
3261
|
*
|
|
@@ -3616,9 +3265,7 @@ export class CallApi extends BaseAPI {
|
|
|
3616
3265
|
* @memberof CallApi
|
|
3617
3266
|
*/
|
|
3618
3267
|
callControllerCallCollectionsItemsListV1(listCollectionItemsParamsDto, options) {
|
|
3619
|
-
return CallApiFp(this.configuration)
|
|
3620
|
-
.callControllerCallCollectionsItemsListV1(listCollectionItemsParamsDto, options)
|
|
3621
|
-
.then((request) => request(this.axios, this.basePath));
|
|
3268
|
+
return CallApiFp(this.configuration).callControllerCallCollectionsItemsListV1(listCollectionItemsParamsDto, options).then((request) => request(this.axios, this.basePath));
|
|
3622
3269
|
}
|
|
3623
3270
|
/**
|
|
3624
3271
|
*
|
|
@@ -3628,9 +3275,7 @@ export class CallApi extends BaseAPI {
|
|
|
3628
3275
|
* @memberof CallApi
|
|
3629
3276
|
*/
|
|
3630
3277
|
callControllerCallCollectionsItemsRemoveV1(removeItemsFromCollectionParamsDto, options) {
|
|
3631
|
-
return CallApiFp(this.configuration)
|
|
3632
|
-
.callControllerCallCollectionsItemsRemoveV1(removeItemsFromCollectionParamsDto, options)
|
|
3633
|
-
.then((request) => request(this.axios, this.basePath));
|
|
3278
|
+
return CallApiFp(this.configuration).callControllerCallCollectionsItemsRemoveV1(removeItemsFromCollectionParamsDto, options).then((request) => request(this.axios, this.basePath));
|
|
3634
3279
|
}
|
|
3635
3280
|
/**
|
|
3636
3281
|
*
|
|
@@ -3640,9 +3285,7 @@ export class CallApi extends BaseAPI {
|
|
|
3640
3285
|
* @memberof CallApi
|
|
3641
3286
|
*/
|
|
3642
3287
|
callControllerCallCollectionsListV1(listCollectionsParamsDto, options) {
|
|
3643
|
-
return CallApiFp(this.configuration)
|
|
3644
|
-
.callControllerCallCollectionsListV1(listCollectionsParamsDto, options)
|
|
3645
|
-
.then((request) => request(this.axios, this.basePath));
|
|
3288
|
+
return CallApiFp(this.configuration).callControllerCallCollectionsListV1(listCollectionsParamsDto, options).then((request) => request(this.axios, this.basePath));
|
|
3646
3289
|
}
|
|
3647
3290
|
/**
|
|
3648
3291
|
*
|
|
@@ -3652,9 +3295,7 @@ export class CallApi extends BaseAPI {
|
|
|
3652
3295
|
* @memberof CallApi
|
|
3653
3296
|
*/
|
|
3654
3297
|
callControllerCallCollectionsMetadataUpdateV1(updateResourceMetadataDto, options) {
|
|
3655
|
-
return CallApiFp(this.configuration)
|
|
3656
|
-
.callControllerCallCollectionsMetadataUpdateV1(updateResourceMetadataDto, options)
|
|
3657
|
-
.then((request) => request(this.axios, this.basePath));
|
|
3298
|
+
return CallApiFp(this.configuration).callControllerCallCollectionsMetadataUpdateV1(updateResourceMetadataDto, options).then((request) => request(this.axios, this.basePath));
|
|
3658
3299
|
}
|
|
3659
3300
|
/**
|
|
3660
3301
|
*
|
|
@@ -3664,9 +3305,7 @@ export class CallApi extends BaseAPI {
|
|
|
3664
3305
|
* @memberof CallApi
|
|
3665
3306
|
*/
|
|
3666
3307
|
callControllerCallGroupsAccountsAddV1(addAccountToGroupParamsDto, options) {
|
|
3667
|
-
return CallApiFp(this.configuration)
|
|
3668
|
-
.callControllerCallGroupsAccountsAddV1(addAccountToGroupParamsDto, options)
|
|
3669
|
-
.then((request) => request(this.axios, this.basePath));
|
|
3308
|
+
return CallApiFp(this.configuration).callControllerCallGroupsAccountsAddV1(addAccountToGroupParamsDto, options).then((request) => request(this.axios, this.basePath));
|
|
3670
3309
|
}
|
|
3671
3310
|
/**
|
|
3672
3311
|
*
|
|
@@ -3676,9 +3315,7 @@ export class CallApi extends BaseAPI {
|
|
|
3676
3315
|
* @memberof CallApi
|
|
3677
3316
|
*/
|
|
3678
3317
|
callControllerCallGroupsAccountsRemoveV1(removeAccountFromGroupParamsDto, options) {
|
|
3679
|
-
return CallApiFp(this.configuration)
|
|
3680
|
-
.callControllerCallGroupsAccountsRemoveV1(removeAccountFromGroupParamsDto, options)
|
|
3681
|
-
.then((request) => request(this.axios, this.basePath));
|
|
3318
|
+
return CallApiFp(this.configuration).callControllerCallGroupsAccountsRemoveV1(removeAccountFromGroupParamsDto, options).then((request) => request(this.axios, this.basePath));
|
|
3682
3319
|
}
|
|
3683
3320
|
/**
|
|
3684
3321
|
*
|
|
@@ -3688,9 +3325,7 @@ export class CallApi extends BaseAPI {
|
|
|
3688
3325
|
* @memberof CallApi
|
|
3689
3326
|
*/
|
|
3690
3327
|
callControllerCallGroupsCreateV1(body, options) {
|
|
3691
|
-
return CallApiFp(this.configuration)
|
|
3692
|
-
.callControllerCallGroupsCreateV1(body, options)
|
|
3693
|
-
.then((request) => request(this.axios, this.basePath));
|
|
3328
|
+
return CallApiFp(this.configuration).callControllerCallGroupsCreateV1(body, options).then((request) => request(this.axios, this.basePath));
|
|
3694
3329
|
}
|
|
3695
3330
|
/**
|
|
3696
3331
|
*
|
|
@@ -3700,9 +3335,7 @@ export class CallApi extends BaseAPI {
|
|
|
3700
3335
|
* @memberof CallApi
|
|
3701
3336
|
*/
|
|
3702
3337
|
callControllerCallGroupsDeleteV1(deleteParamsDto, options) {
|
|
3703
|
-
return CallApiFp(this.configuration)
|
|
3704
|
-
.callControllerCallGroupsDeleteV1(deleteParamsDto, options)
|
|
3705
|
-
.then((request) => request(this.axios, this.basePath));
|
|
3338
|
+
return CallApiFp(this.configuration).callControllerCallGroupsDeleteV1(deleteParamsDto, options).then((request) => request(this.axios, this.basePath));
|
|
3706
3339
|
}
|
|
3707
3340
|
/**
|
|
3708
3341
|
*
|
|
@@ -3712,9 +3345,7 @@ export class CallApi extends BaseAPI {
|
|
|
3712
3345
|
* @memberof CallApi
|
|
3713
3346
|
*/
|
|
3714
3347
|
callControllerCallGroupsGetV1(getGroupParamsDto, options) {
|
|
3715
|
-
return CallApiFp(this.configuration)
|
|
3716
|
-
.callControllerCallGroupsGetV1(getGroupParamsDto, options)
|
|
3717
|
-
.then((request) => request(this.axios, this.basePath));
|
|
3348
|
+
return CallApiFp(this.configuration).callControllerCallGroupsGetV1(getGroupParamsDto, options).then((request) => request(this.axios, this.basePath));
|
|
3718
3349
|
}
|
|
3719
3350
|
/**
|
|
3720
3351
|
*
|
|
@@ -3724,9 +3355,7 @@ export class CallApi extends BaseAPI {
|
|
|
3724
3355
|
* @memberof CallApi
|
|
3725
3356
|
*/
|
|
3726
3357
|
callControllerCallImagesGetManyV1(getUrlsForImagesParamsDto, options) {
|
|
3727
|
-
return CallApiFp(this.configuration)
|
|
3728
|
-
.callControllerCallImagesGetManyV1(getUrlsForImagesParamsDto, options)
|
|
3729
|
-
.then((request) => request(this.axios, this.basePath));
|
|
3358
|
+
return CallApiFp(this.configuration).callControllerCallImagesGetManyV1(getUrlsForImagesParamsDto, options).then((request) => request(this.axios, this.basePath));
|
|
3730
3359
|
}
|
|
3731
3360
|
/**
|
|
3732
3361
|
*
|
|
@@ -3736,9 +3365,7 @@ export class CallApi extends BaseAPI {
|
|
|
3736
3365
|
* @memberof CallApi
|
|
3737
3366
|
*/
|
|
3738
3367
|
callControllerCallImagesGetV1(getImageParamsDto, options) {
|
|
3739
|
-
return CallApiFp(this.configuration)
|
|
3740
|
-
.callControllerCallImagesGetV1(getImageParamsDto, options)
|
|
3741
|
-
.then((request) => request(this.axios, this.basePath));
|
|
3368
|
+
return CallApiFp(this.configuration).callControllerCallImagesGetV1(getImageParamsDto, options).then((request) => request(this.axios, this.basePath));
|
|
3742
3369
|
}
|
|
3743
3370
|
/**
|
|
3744
3371
|
*
|
|
@@ -3748,9 +3375,7 @@ export class CallApi extends BaseAPI {
|
|
|
3748
3375
|
* @memberof CallApi
|
|
3749
3376
|
*/
|
|
3750
3377
|
callControllerCallImagesRepresentationsGetV1(getImageRepresentationParamsDto, options) {
|
|
3751
|
-
return CallApiFp(this.configuration)
|
|
3752
|
-
.callControllerCallImagesRepresentationsGetV1(getImageRepresentationParamsDto, options)
|
|
3753
|
-
.then((request) => request(this.axios, this.basePath));
|
|
3378
|
+
return CallApiFp(this.configuration).callControllerCallImagesRepresentationsGetV1(getImageRepresentationParamsDto, options).then((request) => request(this.axios, this.basePath));
|
|
3754
3379
|
}
|
|
3755
3380
|
/**
|
|
3756
3381
|
*
|
|
@@ -3760,9 +3385,7 @@ export class CallApi extends BaseAPI {
|
|
|
3760
3385
|
* @memberof CallApi
|
|
3761
3386
|
*/
|
|
3762
3387
|
callControllerCallOperationsGetManyV1(getOperationsParamsDto, options) {
|
|
3763
|
-
return CallApiFp(this.configuration)
|
|
3764
|
-
.callControllerCallOperationsGetManyV1(getOperationsParamsDto, options)
|
|
3765
|
-
.then((request) => request(this.axios, this.basePath));
|
|
3388
|
+
return CallApiFp(this.configuration).callControllerCallOperationsGetManyV1(getOperationsParamsDto, options).then((request) => request(this.axios, this.basePath));
|
|
3766
3389
|
}
|
|
3767
3390
|
/**
|
|
3768
3391
|
*
|
|
@@ -3772,9 +3395,7 @@ export class CallApi extends BaseAPI {
|
|
|
3772
3395
|
* @memberof CallApi
|
|
3773
3396
|
*/
|
|
3774
3397
|
callControllerCallOperationsGetV1(getOperationParamsDto, options) {
|
|
3775
|
-
return CallApiFp(this.configuration)
|
|
3776
|
-
.callControllerCallOperationsGetV1(getOperationParamsDto, options)
|
|
3777
|
-
.then((request) => request(this.axios, this.basePath));
|
|
3398
|
+
return CallApiFp(this.configuration).callControllerCallOperationsGetV1(getOperationParamsDto, options).then((request) => request(this.axios, this.basePath));
|
|
3778
3399
|
}
|
|
3779
3400
|
/**
|
|
3780
3401
|
*
|
|
@@ -3784,9 +3405,7 @@ export class CallApi extends BaseAPI {
|
|
|
3784
3405
|
* @memberof CallApi
|
|
3785
3406
|
*/
|
|
3786
3407
|
callControllerCallOperationsListV1(listOperationsParamsDto, options) {
|
|
3787
|
-
return CallApiFp(this.configuration)
|
|
3788
|
-
.callControllerCallOperationsListV1(listOperationsParamsDto, options)
|
|
3789
|
-
.then((request) => request(this.axios, this.basePath));
|
|
3408
|
+
return CallApiFp(this.configuration).callControllerCallOperationsListV1(listOperationsParamsDto, options).then((request) => request(this.axios, this.basePath));
|
|
3790
3409
|
}
|
|
3791
3410
|
/**
|
|
3792
3411
|
*
|
|
@@ -3796,9 +3415,7 @@ export class CallApi extends BaseAPI {
|
|
|
3796
3415
|
* @memberof CallApi
|
|
3797
3416
|
*/
|
|
3798
3417
|
callControllerCallOperationsMetadataUpdateV1(updateResourceMetadataDto, options) {
|
|
3799
|
-
return CallApiFp(this.configuration)
|
|
3800
|
-
.callControllerCallOperationsMetadataUpdateV1(updateResourceMetadataDto, options)
|
|
3801
|
-
.then((request) => request(this.axios, this.basePath));
|
|
3418
|
+
return CallApiFp(this.configuration).callControllerCallOperationsMetadataUpdateV1(updateResourceMetadataDto, options).then((request) => request(this.axios, this.basePath));
|
|
3802
3419
|
}
|
|
3803
3420
|
/**
|
|
3804
3421
|
*
|
|
@@ -3808,9 +3425,7 @@ export class CallApi extends BaseAPI {
|
|
|
3808
3425
|
* @memberof CallApi
|
|
3809
3426
|
*/
|
|
3810
3427
|
callControllerCallPosesGetV1(getPoseParamsDto, options) {
|
|
3811
|
-
return CallApiFp(this.configuration)
|
|
3812
|
-
.callControllerCallPosesGetV1(getPoseParamsDto, options)
|
|
3813
|
-
.then((request) => request(this.axios, this.basePath));
|
|
3428
|
+
return CallApiFp(this.configuration).callControllerCallPosesGetV1(getPoseParamsDto, options).then((request) => request(this.axios, this.basePath));
|
|
3814
3429
|
}
|
|
3815
3430
|
/**
|
|
3816
3431
|
*
|
|
@@ -3820,9 +3435,7 @@ export class CallApi extends BaseAPI {
|
|
|
3820
3435
|
* @memberof CallApi
|
|
3821
3436
|
*/
|
|
3822
3437
|
callControllerCallPosesListV1(listPosesParamsDto, options) {
|
|
3823
|
-
return CallApiFp(this.configuration)
|
|
3824
|
-
.callControllerCallPosesListV1(listPosesParamsDto, options)
|
|
3825
|
-
.then((request) => request(this.axios, this.basePath));
|
|
3438
|
+
return CallApiFp(this.configuration).callControllerCallPosesListV1(listPosesParamsDto, options).then((request) => request(this.axios, this.basePath));
|
|
3826
3439
|
}
|
|
3827
3440
|
/**
|
|
3828
3441
|
*
|
|
@@ -3832,9 +3445,7 @@ export class CallApi extends BaseAPI {
|
|
|
3832
3445
|
* @memberof CallApi
|
|
3833
3446
|
*/
|
|
3834
3447
|
callControllerCallPosesPreviewSetV1(setPosePreviewDto, options) {
|
|
3835
|
-
return CallApiFp(this.configuration)
|
|
3836
|
-
.callControllerCallPosesPreviewSetV1(setPosePreviewDto, options)
|
|
3837
|
-
.then((request) => request(this.axios, this.basePath));
|
|
3448
|
+
return CallApiFp(this.configuration).callControllerCallPosesPreviewSetV1(setPosePreviewDto, options).then((request) => request(this.axios, this.basePath));
|
|
3838
3449
|
}
|
|
3839
3450
|
/**
|
|
3840
3451
|
*
|
|
@@ -3844,9 +3455,7 @@ export class CallApi extends BaseAPI {
|
|
|
3844
3455
|
* @memberof CallApi
|
|
3845
3456
|
*/
|
|
3846
3457
|
callControllerCallResourceAccessAttachV1(attachAccessParamsDto, options) {
|
|
3847
|
-
return CallApiFp(this.configuration)
|
|
3848
|
-
.callControllerCallResourceAccessAttachV1(attachAccessParamsDto, options)
|
|
3849
|
-
.then((request) => request(this.axios, this.basePath));
|
|
3458
|
+
return CallApiFp(this.configuration).callControllerCallResourceAccessAttachV1(attachAccessParamsDto, options).then((request) => request(this.axios, this.basePath));
|
|
3850
3459
|
}
|
|
3851
3460
|
/**
|
|
3852
3461
|
*
|
|
@@ -3856,9 +3465,7 @@ export class CallApi extends BaseAPI {
|
|
|
3856
3465
|
* @memberof CallApi
|
|
3857
3466
|
*/
|
|
3858
3467
|
callControllerCallResourceAccessGrantV1(grantAccessParamsDto, options) {
|
|
3859
|
-
return CallApiFp(this.configuration)
|
|
3860
|
-
.callControllerCallResourceAccessGrantV1(grantAccessParamsDto, options)
|
|
3861
|
-
.then((request) => request(this.axios, this.basePath));
|
|
3468
|
+
return CallApiFp(this.configuration).callControllerCallResourceAccessGrantV1(grantAccessParamsDto, options).then((request) => request(this.axios, this.basePath));
|
|
3862
3469
|
}
|
|
3863
3470
|
/**
|
|
3864
3471
|
*
|
|
@@ -3868,9 +3475,7 @@ export class CallApi extends BaseAPI {
|
|
|
3868
3475
|
* @memberof CallApi
|
|
3869
3476
|
*/
|
|
3870
3477
|
callControllerCallStacksCreateV1(createStackParamsDto, options) {
|
|
3871
|
-
return CallApiFp(this.configuration)
|
|
3872
|
-
.callControllerCallStacksCreateV1(createStackParamsDto, options)
|
|
3873
|
-
.then((request) => request(this.axios, this.basePath));
|
|
3478
|
+
return CallApiFp(this.configuration).callControllerCallStacksCreateV1(createStackParamsDto, options).then((request) => request(this.axios, this.basePath));
|
|
3874
3479
|
}
|
|
3875
3480
|
/**
|
|
3876
3481
|
*
|
|
@@ -3880,9 +3485,7 @@ export class CallApi extends BaseAPI {
|
|
|
3880
3485
|
* @memberof CallApi
|
|
3881
3486
|
*/
|
|
3882
3487
|
callControllerCallStacksGetV1(getStackParamsDto, options) {
|
|
3883
|
-
return CallApiFp(this.configuration)
|
|
3884
|
-
.callControllerCallStacksGetV1(getStackParamsDto, options)
|
|
3885
|
-
.then((request) => request(this.axios, this.basePath));
|
|
3488
|
+
return CallApiFp(this.configuration).callControllerCallStacksGetV1(getStackParamsDto, options).then((request) => request(this.axios, this.basePath));
|
|
3886
3489
|
}
|
|
3887
3490
|
/**
|
|
3888
3491
|
*
|
|
@@ -3892,9 +3495,7 @@ export class CallApi extends BaseAPI {
|
|
|
3892
3495
|
* @memberof CallApi
|
|
3893
3496
|
*/
|
|
3894
3497
|
callControllerCallStacksItemsAddV1(addItemsToStackParamsDto, options) {
|
|
3895
|
-
return CallApiFp(this.configuration)
|
|
3896
|
-
.callControllerCallStacksItemsAddV1(addItemsToStackParamsDto, options)
|
|
3897
|
-
.then((request) => request(this.axios, this.basePath));
|
|
3498
|
+
return CallApiFp(this.configuration).callControllerCallStacksItemsAddV1(addItemsToStackParamsDto, options).then((request) => request(this.axios, this.basePath));
|
|
3898
3499
|
}
|
|
3899
3500
|
/**
|
|
3900
3501
|
*
|
|
@@ -3904,9 +3505,7 @@ export class CallApi extends BaseAPI {
|
|
|
3904
3505
|
* @memberof CallApi
|
|
3905
3506
|
*/
|
|
3906
3507
|
callControllerCallStacksItemsRemoveV1(removeItemsFromStackParamsDto, options) {
|
|
3907
|
-
return CallApiFp(this.configuration)
|
|
3908
|
-
.callControllerCallStacksItemsRemoveV1(removeItemsFromStackParamsDto, options)
|
|
3909
|
-
.then((request) => request(this.axios, this.basePath));
|
|
3508
|
+
return CallApiFp(this.configuration).callControllerCallStacksItemsRemoveV1(removeItemsFromStackParamsDto, options).then((request) => request(this.axios, this.basePath));
|
|
3910
3509
|
}
|
|
3911
3510
|
/**
|
|
3912
3511
|
*
|
|
@@ -3916,9 +3515,7 @@ export class CallApi extends BaseAPI {
|
|
|
3916
3515
|
* @memberof CallApi
|
|
3917
3516
|
*/
|
|
3918
3517
|
callControllerCallStacksListV1(listStacksParamsDto, options) {
|
|
3919
|
-
return CallApiFp(this.configuration)
|
|
3920
|
-
.callControllerCallStacksListV1(listStacksParamsDto, options)
|
|
3921
|
-
.then((request) => request(this.axios, this.basePath));
|
|
3518
|
+
return CallApiFp(this.configuration).callControllerCallStacksListV1(listStacksParamsDto, options).then((request) => request(this.axios, this.basePath));
|
|
3922
3519
|
}
|
|
3923
3520
|
/**
|
|
3924
3521
|
*
|
|
@@ -3928,9 +3525,7 @@ export class CallApi extends BaseAPI {
|
|
|
3928
3525
|
* @memberof CallApi
|
|
3929
3526
|
*/
|
|
3930
3527
|
callControllerCallStacksMetadataUpdateV1(updateResourceMetadataDto, options) {
|
|
3931
|
-
return CallApiFp(this.configuration)
|
|
3932
|
-
.callControllerCallStacksMetadataUpdateV1(updateResourceMetadataDto, options)
|
|
3933
|
-
.then((request) => request(this.axios, this.basePath));
|
|
3528
|
+
return CallApiFp(this.configuration).callControllerCallStacksMetadataUpdateV1(updateResourceMetadataDto, options).then((request) => request(this.axios, this.basePath));
|
|
3934
3529
|
}
|
|
3935
3530
|
/**
|
|
3936
3531
|
*
|
|
@@ -3940,9 +3535,7 @@ export class CallApi extends BaseAPI {
|
|
|
3940
3535
|
* @memberof CallApi
|
|
3941
3536
|
*/
|
|
3942
3537
|
callControllerCallStorageCreateV1(createStorageRecordParamsDto, options) {
|
|
3943
|
-
return CallApiFp(this.configuration)
|
|
3944
|
-
.callControllerCallStorageCreateV1(createStorageRecordParamsDto, options)
|
|
3945
|
-
.then((request) => request(this.axios, this.basePath));
|
|
3538
|
+
return CallApiFp(this.configuration).callControllerCallStorageCreateV1(createStorageRecordParamsDto, options).then((request) => request(this.axios, this.basePath));
|
|
3946
3539
|
}
|
|
3947
3540
|
/**
|
|
3948
3541
|
*
|
|
@@ -3952,9 +3545,7 @@ export class CallApi extends BaseAPI {
|
|
|
3952
3545
|
* @memberof CallApi
|
|
3953
3546
|
*/
|
|
3954
3547
|
callControllerCallStorageDeleteV1(deleteStorageParamsDto, options) {
|
|
3955
|
-
return CallApiFp(this.configuration)
|
|
3956
|
-
.callControllerCallStorageDeleteV1(deleteStorageParamsDto, options)
|
|
3957
|
-
.then((request) => request(this.axios, this.basePath));
|
|
3548
|
+
return CallApiFp(this.configuration).callControllerCallStorageDeleteV1(deleteStorageParamsDto, options).then((request) => request(this.axios, this.basePath));
|
|
3958
3549
|
}
|
|
3959
3550
|
/**
|
|
3960
3551
|
*
|
|
@@ -3964,9 +3555,7 @@ export class CallApi extends BaseAPI {
|
|
|
3964
3555
|
* @memberof CallApi
|
|
3965
3556
|
*/
|
|
3966
3557
|
callControllerCallStorageGetManyV1(getStorageRecordParamsDto, options) {
|
|
3967
|
-
return CallApiFp(this.configuration)
|
|
3968
|
-
.callControllerCallStorageGetManyV1(getStorageRecordParamsDto, options)
|
|
3969
|
-
.then((request) => request(this.axios, this.basePath));
|
|
3558
|
+
return CallApiFp(this.configuration).callControllerCallStorageGetManyV1(getStorageRecordParamsDto, options).then((request) => request(this.axios, this.basePath));
|
|
3970
3559
|
}
|
|
3971
3560
|
/**
|
|
3972
3561
|
*
|
|
@@ -3976,9 +3565,7 @@ export class CallApi extends BaseAPI {
|
|
|
3976
3565
|
* @memberof CallApi
|
|
3977
3566
|
*/
|
|
3978
3567
|
callControllerCallStorageUpdateV1(updateStorageRecordParamsDto, options) {
|
|
3979
|
-
return CallApiFp(this.configuration)
|
|
3980
|
-
.callControllerCallStorageUpdateV1(updateStorageRecordParamsDto, options)
|
|
3981
|
-
.then((request) => request(this.axios, this.basePath));
|
|
3568
|
+
return CallApiFp(this.configuration).callControllerCallStorageUpdateV1(updateStorageRecordParamsDto, options).then((request) => request(this.axios, this.basePath));
|
|
3982
3569
|
}
|
|
3983
3570
|
}
|
|
3984
3571
|
/**
|
|
@@ -3999,7 +3586,8 @@ export const CollectionsApiAxiosParamCreator = function (configuration) {
|
|
|
3999
3586
|
assertParamExists('collectionsControllerAddItemsV1', 'id', id);
|
|
4000
3587
|
// verify required parameter 'addItemsToCollectionControllerParamsDto' is not null or undefined
|
|
4001
3588
|
assertParamExists('collectionsControllerAddItemsV1', 'addItemsToCollectionControllerParamsDto', addItemsToCollectionControllerParamsDto);
|
|
4002
|
-
const localVarPath = `/v1/collections/{id}/items/add
|
|
3589
|
+
const localVarPath = `/v1/collections/{id}/items/add`
|
|
3590
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
4003
3591
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
4004
3592
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
4005
3593
|
let baseOptions;
|
|
@@ -4015,11 +3603,7 @@ export const CollectionsApiAxiosParamCreator = function (configuration) {
|
|
|
4015
3603
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
4016
3604
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4017
3605
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4018
|
-
localVarRequestOptions.headers = {
|
|
4019
|
-
...localVarHeaderParameter,
|
|
4020
|
-
...headersFromBaseOptions,
|
|
4021
|
-
...options.headers,
|
|
4022
|
-
};
|
|
3606
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
4023
3607
|
localVarRequestOptions.data = serializeDataIfNeeded(addItemsToCollectionControllerParamsDto, localVarRequestOptions, configuration);
|
|
4024
3608
|
return {
|
|
4025
3609
|
url: toPathString(localVarUrlObj),
|
|
@@ -4051,11 +3635,7 @@ export const CollectionsApiAxiosParamCreator = function (configuration) {
|
|
|
4051
3635
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
4052
3636
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4053
3637
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4054
|
-
localVarRequestOptions.headers = {
|
|
4055
|
-
...localVarHeaderParameter,
|
|
4056
|
-
...headersFromBaseOptions,
|
|
4057
|
-
...options.headers,
|
|
4058
|
-
};
|
|
3638
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
4059
3639
|
localVarRequestOptions.data = serializeDataIfNeeded(createCollectionParamsDto, localVarRequestOptions, configuration);
|
|
4060
3640
|
return {
|
|
4061
3641
|
url: toPathString(localVarUrlObj),
|
|
@@ -4071,7 +3651,8 @@ export const CollectionsApiAxiosParamCreator = function (configuration) {
|
|
|
4071
3651
|
collectionsControllerGetCollectionV1: async (id, options = {}) => {
|
|
4072
3652
|
// verify required parameter 'id' is not null or undefined
|
|
4073
3653
|
assertParamExists('collectionsControllerGetCollectionV1', 'id', id);
|
|
4074
|
-
const localVarPath = `/v1/collections/{id}
|
|
3654
|
+
const localVarPath = `/v1/collections/{id}`
|
|
3655
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
4075
3656
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
4076
3657
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
4077
3658
|
let baseOptions;
|
|
@@ -4086,11 +3667,7 @@ export const CollectionsApiAxiosParamCreator = function (configuration) {
|
|
|
4086
3667
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
4087
3668
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4088
3669
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4089
|
-
localVarRequestOptions.headers = {
|
|
4090
|
-
...localVarHeaderParameter,
|
|
4091
|
-
...headersFromBaseOptions,
|
|
4092
|
-
...options.headers,
|
|
4093
|
-
};
|
|
3670
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
4094
3671
|
return {
|
|
4095
3672
|
url: toPathString(localVarUrlObj),
|
|
4096
3673
|
options: localVarRequestOptions,
|
|
@@ -4129,11 +3706,7 @@ export const CollectionsApiAxiosParamCreator = function (configuration) {
|
|
|
4129
3706
|
}
|
|
4130
3707
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4131
3708
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4132
|
-
localVarRequestOptions.headers = {
|
|
4133
|
-
...localVarHeaderParameter,
|
|
4134
|
-
...headersFromBaseOptions,
|
|
4135
|
-
...options.headers,
|
|
4136
|
-
};
|
|
3709
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
4137
3710
|
return {
|
|
4138
3711
|
url: toPathString(localVarUrlObj),
|
|
4139
3712
|
options: localVarRequestOptions,
|
|
@@ -4152,7 +3725,8 @@ export const CollectionsApiAxiosParamCreator = function (configuration) {
|
|
|
4152
3725
|
collectionsControllerListItemsV1: async (id, cursor, orderBy, limit, kind, options = {}) => {
|
|
4153
3726
|
// verify required parameter 'id' is not null or undefined
|
|
4154
3727
|
assertParamExists('collectionsControllerListItemsV1', 'id', id);
|
|
4155
|
-
const localVarPath = `/v1/collections/{id}/items
|
|
3728
|
+
const localVarPath = `/v1/collections/{id}/items`
|
|
3729
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
4156
3730
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
4157
3731
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
4158
3732
|
let baseOptions;
|
|
@@ -4179,11 +3753,7 @@ export const CollectionsApiAxiosParamCreator = function (configuration) {
|
|
|
4179
3753
|
}
|
|
4180
3754
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4181
3755
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4182
|
-
localVarRequestOptions.headers = {
|
|
4183
|
-
...localVarHeaderParameter,
|
|
4184
|
-
...headersFromBaseOptions,
|
|
4185
|
-
...options.headers,
|
|
4186
|
-
};
|
|
3756
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
4187
3757
|
return {
|
|
4188
3758
|
url: toPathString(localVarUrlObj),
|
|
4189
3759
|
options: localVarRequestOptions,
|
|
@@ -4201,7 +3771,8 @@ export const CollectionsApiAxiosParamCreator = function (configuration) {
|
|
|
4201
3771
|
assertParamExists('collectionsControllerRemoveItemsV1', 'id', id);
|
|
4202
3772
|
// verify required parameter 'removeItemsFromCollectionControllerParamsDto' is not null or undefined
|
|
4203
3773
|
assertParamExists('collectionsControllerRemoveItemsV1', 'removeItemsFromCollectionControllerParamsDto', removeItemsFromCollectionControllerParamsDto);
|
|
4204
|
-
const localVarPath = `/v1/collections/{id}/items/remove
|
|
3774
|
+
const localVarPath = `/v1/collections/{id}/items/remove`
|
|
3775
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
4205
3776
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
4206
3777
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
4207
3778
|
let baseOptions;
|
|
@@ -4217,11 +3788,7 @@ export const CollectionsApiAxiosParamCreator = function (configuration) {
|
|
|
4217
3788
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
4218
3789
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4219
3790
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4220
|
-
localVarRequestOptions.headers = {
|
|
4221
|
-
...localVarHeaderParameter,
|
|
4222
|
-
...headersFromBaseOptions,
|
|
4223
|
-
...options.headers,
|
|
4224
|
-
};
|
|
3791
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
4225
3792
|
localVarRequestOptions.data = serializeDataIfNeeded(removeItemsFromCollectionControllerParamsDto, localVarRequestOptions, configuration);
|
|
4226
3793
|
return {
|
|
4227
3794
|
url: toPathString(localVarUrlObj),
|
|
@@ -4240,7 +3807,8 @@ export const CollectionsApiAxiosParamCreator = function (configuration) {
|
|
|
4240
3807
|
assertParamExists('collectionsControllerUpdateMetadataV1', 'id', id);
|
|
4241
3808
|
// verify required parameter 'updateMetadataDto' is not null or undefined
|
|
4242
3809
|
assertParamExists('collectionsControllerUpdateMetadataV1', 'updateMetadataDto', updateMetadataDto);
|
|
4243
|
-
const localVarPath = `/v1/collections/{id}/metadata
|
|
3810
|
+
const localVarPath = `/v1/collections/{id}/metadata`
|
|
3811
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
4244
3812
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
4245
3813
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
4246
3814
|
let baseOptions;
|
|
@@ -4256,11 +3824,7 @@ export const CollectionsApiAxiosParamCreator = function (configuration) {
|
|
|
4256
3824
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
4257
3825
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4258
3826
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4259
|
-
localVarRequestOptions.headers = {
|
|
4260
|
-
...localVarHeaderParameter,
|
|
4261
|
-
...headersFromBaseOptions,
|
|
4262
|
-
...options.headers,
|
|
4263
|
-
};
|
|
3827
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
4264
3828
|
localVarRequestOptions.data = serializeDataIfNeeded(updateMetadataDto, localVarRequestOptions, configuration);
|
|
4265
3829
|
return {
|
|
4266
3830
|
url: toPathString(localVarUrlObj),
|
|
@@ -4286,8 +3850,7 @@ export const CollectionsApiFp = function (configuration) {
|
|
|
4286
3850
|
async collectionsControllerAddItemsV1(id, addItemsToCollectionControllerParamsDto, options) {
|
|
4287
3851
|
const localVarAxiosArgs = await localVarAxiosParamCreator.collectionsControllerAddItemsV1(id, addItemsToCollectionControllerParamsDto, options);
|
|
4288
3852
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
4289
|
-
const localVarOperationServerBasePath = operationServerMap['CollectionsApi.collectionsControllerAddItemsV1']?.[localVarOperationServerIndex]
|
|
4290
|
-
?.url;
|
|
3853
|
+
const localVarOperationServerBasePath = operationServerMap['CollectionsApi.collectionsControllerAddItemsV1']?.[localVarOperationServerIndex]?.url;
|
|
4291
3854
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4292
3855
|
},
|
|
4293
3856
|
/**
|
|
@@ -4341,8 +3904,7 @@ export const CollectionsApiFp = function (configuration) {
|
|
|
4341
3904
|
async collectionsControllerListItemsV1(id, cursor, orderBy, limit, kind, options) {
|
|
4342
3905
|
const localVarAxiosArgs = await localVarAxiosParamCreator.collectionsControllerListItemsV1(id, cursor, orderBy, limit, kind, options);
|
|
4343
3906
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
4344
|
-
const localVarOperationServerBasePath = operationServerMap['CollectionsApi.collectionsControllerListItemsV1']?.[localVarOperationServerIndex]
|
|
4345
|
-
?.url;
|
|
3907
|
+
const localVarOperationServerBasePath = operationServerMap['CollectionsApi.collectionsControllerListItemsV1']?.[localVarOperationServerIndex]?.url;
|
|
4346
3908
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4347
3909
|
},
|
|
4348
3910
|
/**
|
|
@@ -4355,8 +3917,7 @@ export const CollectionsApiFp = function (configuration) {
|
|
|
4355
3917
|
async collectionsControllerRemoveItemsV1(id, removeItemsFromCollectionControllerParamsDto, options) {
|
|
4356
3918
|
const localVarAxiosArgs = await localVarAxiosParamCreator.collectionsControllerRemoveItemsV1(id, removeItemsFromCollectionControllerParamsDto, options);
|
|
4357
3919
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
4358
|
-
const localVarOperationServerBasePath = operationServerMap['CollectionsApi.collectionsControllerRemoveItemsV1']?.[localVarOperationServerIndex]
|
|
4359
|
-
?.url;
|
|
3920
|
+
const localVarOperationServerBasePath = operationServerMap['CollectionsApi.collectionsControllerRemoveItemsV1']?.[localVarOperationServerIndex]?.url;
|
|
4360
3921
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4361
3922
|
},
|
|
4362
3923
|
/**
|
|
@@ -4389,9 +3950,7 @@ export const CollectionsApiFactory = function (configuration, basePath, axios) {
|
|
|
4389
3950
|
* @throws {RequiredError}
|
|
4390
3951
|
*/
|
|
4391
3952
|
collectionsControllerAddItemsV1(id, addItemsToCollectionControllerParamsDto, options) {
|
|
4392
|
-
return localVarFp
|
|
4393
|
-
.collectionsControllerAddItemsV1(id, addItemsToCollectionControllerParamsDto, options)
|
|
4394
|
-
.then((request) => request(axios, basePath));
|
|
3953
|
+
return localVarFp.collectionsControllerAddItemsV1(id, addItemsToCollectionControllerParamsDto, options).then((request) => request(axios, basePath));
|
|
4395
3954
|
},
|
|
4396
3955
|
/**
|
|
4397
3956
|
*
|
|
@@ -4400,9 +3959,7 @@ export const CollectionsApiFactory = function (configuration, basePath, axios) {
|
|
|
4400
3959
|
* @throws {RequiredError}
|
|
4401
3960
|
*/
|
|
4402
3961
|
collectionsControllerCreateCollectionV1(createCollectionParamsDto, options) {
|
|
4403
|
-
return localVarFp
|
|
4404
|
-
.collectionsControllerCreateCollectionV1(createCollectionParamsDto, options)
|
|
4405
|
-
.then((request) => request(axios, basePath));
|
|
3962
|
+
return localVarFp.collectionsControllerCreateCollectionV1(createCollectionParamsDto, options).then((request) => request(axios, basePath));
|
|
4406
3963
|
},
|
|
4407
3964
|
/**
|
|
4408
3965
|
*
|
|
@@ -4411,9 +3968,7 @@ export const CollectionsApiFactory = function (configuration, basePath, axios) {
|
|
|
4411
3968
|
* @throws {RequiredError}
|
|
4412
3969
|
*/
|
|
4413
3970
|
collectionsControllerGetCollectionV1(id, options) {
|
|
4414
|
-
return localVarFp
|
|
4415
|
-
.collectionsControllerGetCollectionV1(id, options)
|
|
4416
|
-
.then((request) => request(axios, basePath));
|
|
3971
|
+
return localVarFp.collectionsControllerGetCollectionV1(id, options).then((request) => request(axios, basePath));
|
|
4417
3972
|
},
|
|
4418
3973
|
/**
|
|
4419
3974
|
*
|
|
@@ -4424,9 +3979,7 @@ export const CollectionsApiFactory = function (configuration, basePath, axios) {
|
|
|
4424
3979
|
* @throws {RequiredError}
|
|
4425
3980
|
*/
|
|
4426
3981
|
collectionsControllerListCollectionsV1(orderBy, limit, cursor, options) {
|
|
4427
|
-
return localVarFp
|
|
4428
|
-
.collectionsControllerListCollectionsV1(orderBy, limit, cursor, options)
|
|
4429
|
-
.then((request) => request(axios, basePath));
|
|
3982
|
+
return localVarFp.collectionsControllerListCollectionsV1(orderBy, limit, cursor, options).then((request) => request(axios, basePath));
|
|
4430
3983
|
},
|
|
4431
3984
|
/**
|
|
4432
3985
|
*
|
|
@@ -4439,9 +3992,7 @@ export const CollectionsApiFactory = function (configuration, basePath, axios) {
|
|
|
4439
3992
|
* @throws {RequiredError}
|
|
4440
3993
|
*/
|
|
4441
3994
|
collectionsControllerListItemsV1(id, cursor, orderBy, limit, kind, options) {
|
|
4442
|
-
return localVarFp
|
|
4443
|
-
.collectionsControllerListItemsV1(id, cursor, orderBy, limit, kind, options)
|
|
4444
|
-
.then((request) => request(axios, basePath));
|
|
3995
|
+
return localVarFp.collectionsControllerListItemsV1(id, cursor, orderBy, limit, kind, options).then((request) => request(axios, basePath));
|
|
4445
3996
|
},
|
|
4446
3997
|
/**
|
|
4447
3998
|
*
|
|
@@ -4451,9 +4002,7 @@ export const CollectionsApiFactory = function (configuration, basePath, axios) {
|
|
|
4451
4002
|
* @throws {RequiredError}
|
|
4452
4003
|
*/
|
|
4453
4004
|
collectionsControllerRemoveItemsV1(id, removeItemsFromCollectionControllerParamsDto, options) {
|
|
4454
|
-
return localVarFp
|
|
4455
|
-
.collectionsControllerRemoveItemsV1(id, removeItemsFromCollectionControllerParamsDto, options)
|
|
4456
|
-
.then((request) => request(axios, basePath));
|
|
4005
|
+
return localVarFp.collectionsControllerRemoveItemsV1(id, removeItemsFromCollectionControllerParamsDto, options).then((request) => request(axios, basePath));
|
|
4457
4006
|
},
|
|
4458
4007
|
/**
|
|
4459
4008
|
*
|
|
@@ -4463,9 +4012,7 @@ export const CollectionsApiFactory = function (configuration, basePath, axios) {
|
|
|
4463
4012
|
* @throws {RequiredError}
|
|
4464
4013
|
*/
|
|
4465
4014
|
collectionsControllerUpdateMetadataV1(id, updateMetadataDto, options) {
|
|
4466
|
-
return localVarFp
|
|
4467
|
-
.collectionsControllerUpdateMetadataV1(id, updateMetadataDto, options)
|
|
4468
|
-
.then((request) => request(axios, basePath));
|
|
4015
|
+
return localVarFp.collectionsControllerUpdateMetadataV1(id, updateMetadataDto, options).then((request) => request(axios, basePath));
|
|
4469
4016
|
},
|
|
4470
4017
|
};
|
|
4471
4018
|
};
|
|
@@ -4485,9 +4032,7 @@ export class CollectionsApi extends BaseAPI {
|
|
|
4485
4032
|
* @memberof CollectionsApi
|
|
4486
4033
|
*/
|
|
4487
4034
|
collectionsControllerAddItemsV1(id, addItemsToCollectionControllerParamsDto, options) {
|
|
4488
|
-
return CollectionsApiFp(this.configuration)
|
|
4489
|
-
.collectionsControllerAddItemsV1(id, addItemsToCollectionControllerParamsDto, options)
|
|
4490
|
-
.then((request) => request(this.axios, this.basePath));
|
|
4035
|
+
return CollectionsApiFp(this.configuration).collectionsControllerAddItemsV1(id, addItemsToCollectionControllerParamsDto, options).then((request) => request(this.axios, this.basePath));
|
|
4491
4036
|
}
|
|
4492
4037
|
/**
|
|
4493
4038
|
*
|
|
@@ -4497,9 +4042,7 @@ export class CollectionsApi extends BaseAPI {
|
|
|
4497
4042
|
* @memberof CollectionsApi
|
|
4498
4043
|
*/
|
|
4499
4044
|
collectionsControllerCreateCollectionV1(createCollectionParamsDto, options) {
|
|
4500
|
-
return CollectionsApiFp(this.configuration)
|
|
4501
|
-
.collectionsControllerCreateCollectionV1(createCollectionParamsDto, options)
|
|
4502
|
-
.then((request) => request(this.axios, this.basePath));
|
|
4045
|
+
return CollectionsApiFp(this.configuration).collectionsControllerCreateCollectionV1(createCollectionParamsDto, options).then((request) => request(this.axios, this.basePath));
|
|
4503
4046
|
}
|
|
4504
4047
|
/**
|
|
4505
4048
|
*
|
|
@@ -4509,9 +4052,7 @@ export class CollectionsApi extends BaseAPI {
|
|
|
4509
4052
|
* @memberof CollectionsApi
|
|
4510
4053
|
*/
|
|
4511
4054
|
collectionsControllerGetCollectionV1(id, options) {
|
|
4512
|
-
return CollectionsApiFp(this.configuration)
|
|
4513
|
-
.collectionsControllerGetCollectionV1(id, options)
|
|
4514
|
-
.then((request) => request(this.axios, this.basePath));
|
|
4055
|
+
return CollectionsApiFp(this.configuration).collectionsControllerGetCollectionV1(id, options).then((request) => request(this.axios, this.basePath));
|
|
4515
4056
|
}
|
|
4516
4057
|
/**
|
|
4517
4058
|
*
|
|
@@ -4523,9 +4064,7 @@ export class CollectionsApi extends BaseAPI {
|
|
|
4523
4064
|
* @memberof CollectionsApi
|
|
4524
4065
|
*/
|
|
4525
4066
|
collectionsControllerListCollectionsV1(orderBy, limit, cursor, options) {
|
|
4526
|
-
return CollectionsApiFp(this.configuration)
|
|
4527
|
-
.collectionsControllerListCollectionsV1(orderBy, limit, cursor, options)
|
|
4528
|
-
.then((request) => request(this.axios, this.basePath));
|
|
4067
|
+
return CollectionsApiFp(this.configuration).collectionsControllerListCollectionsV1(orderBy, limit, cursor, options).then((request) => request(this.axios, this.basePath));
|
|
4529
4068
|
}
|
|
4530
4069
|
/**
|
|
4531
4070
|
*
|
|
@@ -4539,9 +4078,7 @@ export class CollectionsApi extends BaseAPI {
|
|
|
4539
4078
|
* @memberof CollectionsApi
|
|
4540
4079
|
*/
|
|
4541
4080
|
collectionsControllerListItemsV1(id, cursor, orderBy, limit, kind, options) {
|
|
4542
|
-
return CollectionsApiFp(this.configuration)
|
|
4543
|
-
.collectionsControllerListItemsV1(id, cursor, orderBy, limit, kind, options)
|
|
4544
|
-
.then((request) => request(this.axios, this.basePath));
|
|
4081
|
+
return CollectionsApiFp(this.configuration).collectionsControllerListItemsV1(id, cursor, orderBy, limit, kind, options).then((request) => request(this.axios, this.basePath));
|
|
4545
4082
|
}
|
|
4546
4083
|
/**
|
|
4547
4084
|
*
|
|
@@ -4552,9 +4089,7 @@ export class CollectionsApi extends BaseAPI {
|
|
|
4552
4089
|
* @memberof CollectionsApi
|
|
4553
4090
|
*/
|
|
4554
4091
|
collectionsControllerRemoveItemsV1(id, removeItemsFromCollectionControllerParamsDto, options) {
|
|
4555
|
-
return CollectionsApiFp(this.configuration)
|
|
4556
|
-
.collectionsControllerRemoveItemsV1(id, removeItemsFromCollectionControllerParamsDto, options)
|
|
4557
|
-
.then((request) => request(this.axios, this.basePath));
|
|
4092
|
+
return CollectionsApiFp(this.configuration).collectionsControllerRemoveItemsV1(id, removeItemsFromCollectionControllerParamsDto, options).then((request) => request(this.axios, this.basePath));
|
|
4558
4093
|
}
|
|
4559
4094
|
/**
|
|
4560
4095
|
*
|
|
@@ -4565,9 +4100,7 @@ export class CollectionsApi extends BaseAPI {
|
|
|
4565
4100
|
* @memberof CollectionsApi
|
|
4566
4101
|
*/
|
|
4567
4102
|
collectionsControllerUpdateMetadataV1(id, updateMetadataDto, options) {
|
|
4568
|
-
return CollectionsApiFp(this.configuration)
|
|
4569
|
-
.collectionsControllerUpdateMetadataV1(id, updateMetadataDto, options)
|
|
4570
|
-
.then((request) => request(this.axios, this.basePath));
|
|
4103
|
+
return CollectionsApiFp(this.configuration).collectionsControllerUpdateMetadataV1(id, updateMetadataDto, options).then((request) => request(this.axios, this.basePath));
|
|
4571
4104
|
}
|
|
4572
4105
|
}
|
|
4573
4106
|
/**
|
|
@@ -4577,7 +4110,7 @@ export const CollectionsControllerListCollectionsV1OrderByEnum = {
|
|
|
4577
4110
|
CreatedAtAsc: 'createdAt_ASC',
|
|
4578
4111
|
CreatedAtDesc: 'createdAt_DESC',
|
|
4579
4112
|
UpdatedAtAsc: 'updatedAt_ASC',
|
|
4580
|
-
UpdatedAtDesc: 'updatedAt_DESC'
|
|
4113
|
+
UpdatedAtDesc: 'updatedAt_DESC'
|
|
4581
4114
|
};
|
|
4582
4115
|
/**
|
|
4583
4116
|
* @export
|
|
@@ -4586,7 +4119,7 @@ export const CollectionsControllerListItemsV1OrderByEnum = {
|
|
|
4586
4119
|
CreatedAtAsc: 'createdAt_ASC',
|
|
4587
4120
|
CreatedAtDesc: 'createdAt_DESC',
|
|
4588
4121
|
UpdatedAtAsc: 'updatedAt_ASC',
|
|
4589
|
-
UpdatedAtDesc: 'updatedAt_DESC'
|
|
4122
|
+
UpdatedAtDesc: 'updatedAt_DESC'
|
|
4590
4123
|
};
|
|
4591
4124
|
/**
|
|
4592
4125
|
* @export
|
|
@@ -4598,7 +4131,7 @@ export const CollectionsControllerListItemsV1KindEnum = {
|
|
|
4598
4131
|
Image: 'image',
|
|
4599
4132
|
Pose: 'pose',
|
|
4600
4133
|
Storage: 'storage',
|
|
4601
|
-
Pipeline: 'pipeline'
|
|
4134
|
+
Pipeline: 'pipeline'
|
|
4602
4135
|
};
|
|
4603
4136
|
/**
|
|
4604
4137
|
* GroupsApi - axios parameter creator
|
|
@@ -4618,7 +4151,8 @@ export const GroupsApiAxiosParamCreator = function (configuration) {
|
|
|
4618
4151
|
assertParamExists('groupsControllerAddAccountV1', 'id', id);
|
|
4619
4152
|
// verify required parameter 'addAccountToGroupControllerParamsDto' is not null or undefined
|
|
4620
4153
|
assertParamExists('groupsControllerAddAccountV1', 'addAccountToGroupControllerParamsDto', addAccountToGroupControllerParamsDto);
|
|
4621
|
-
const localVarPath = `/v1/groups/{id}/accounts/add
|
|
4154
|
+
const localVarPath = `/v1/groups/{id}/accounts/add`
|
|
4155
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
4622
4156
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
4623
4157
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
4624
4158
|
let baseOptions;
|
|
@@ -4634,11 +4168,7 @@ export const GroupsApiAxiosParamCreator = function (configuration) {
|
|
|
4634
4168
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
4635
4169
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4636
4170
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4637
|
-
localVarRequestOptions.headers = {
|
|
4638
|
-
...localVarHeaderParameter,
|
|
4639
|
-
...headersFromBaseOptions,
|
|
4640
|
-
...options.headers,
|
|
4641
|
-
};
|
|
4171
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
4642
4172
|
localVarRequestOptions.data = serializeDataIfNeeded(addAccountToGroupControllerParamsDto, localVarRequestOptions, configuration);
|
|
4643
4173
|
return {
|
|
4644
4174
|
url: toPathString(localVarUrlObj),
|
|
@@ -4666,11 +4196,7 @@ export const GroupsApiAxiosParamCreator = function (configuration) {
|
|
|
4666
4196
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
4667
4197
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4668
4198
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4669
|
-
localVarRequestOptions.headers = {
|
|
4670
|
-
...localVarHeaderParameter,
|
|
4671
|
-
...headersFromBaseOptions,
|
|
4672
|
-
...options.headers,
|
|
4673
|
-
};
|
|
4199
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
4674
4200
|
return {
|
|
4675
4201
|
url: toPathString(localVarUrlObj),
|
|
4676
4202
|
options: localVarRequestOptions,
|
|
@@ -4685,7 +4211,8 @@ export const GroupsApiAxiosParamCreator = function (configuration) {
|
|
|
4685
4211
|
groupsControllerDeleteGroupV1: async (id, options = {}) => {
|
|
4686
4212
|
// verify required parameter 'id' is not null or undefined
|
|
4687
4213
|
assertParamExists('groupsControllerDeleteGroupV1', 'id', id);
|
|
4688
|
-
const localVarPath = `/v1/groups/{id}
|
|
4214
|
+
const localVarPath = `/v1/groups/{id}`
|
|
4215
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
4689
4216
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
4690
4217
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
4691
4218
|
let baseOptions;
|
|
@@ -4700,11 +4227,7 @@ export const GroupsApiAxiosParamCreator = function (configuration) {
|
|
|
4700
4227
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
4701
4228
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4702
4229
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4703
|
-
localVarRequestOptions.headers = {
|
|
4704
|
-
...localVarHeaderParameter,
|
|
4705
|
-
...headersFromBaseOptions,
|
|
4706
|
-
...options.headers,
|
|
4707
|
-
};
|
|
4230
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
4708
4231
|
return {
|
|
4709
4232
|
url: toPathString(localVarUrlObj),
|
|
4710
4233
|
options: localVarRequestOptions,
|
|
@@ -4719,7 +4242,8 @@ export const GroupsApiAxiosParamCreator = function (configuration) {
|
|
|
4719
4242
|
groupsControllerGetGroupV1: async (id, options = {}) => {
|
|
4720
4243
|
// verify required parameter 'id' is not null or undefined
|
|
4721
4244
|
assertParamExists('groupsControllerGetGroupV1', 'id', id);
|
|
4722
|
-
const localVarPath = `/v1/groups/{id}
|
|
4245
|
+
const localVarPath = `/v1/groups/{id}`
|
|
4246
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
4723
4247
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
4724
4248
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
4725
4249
|
let baseOptions;
|
|
@@ -4734,11 +4258,7 @@ export const GroupsApiAxiosParamCreator = function (configuration) {
|
|
|
4734
4258
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
4735
4259
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4736
4260
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4737
|
-
localVarRequestOptions.headers = {
|
|
4738
|
-
...localVarHeaderParameter,
|
|
4739
|
-
...headersFromBaseOptions,
|
|
4740
|
-
...options.headers,
|
|
4741
|
-
};
|
|
4261
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
4742
4262
|
return {
|
|
4743
4263
|
url: toPathString(localVarUrlObj),
|
|
4744
4264
|
options: localVarRequestOptions,
|
|
@@ -4756,7 +4276,8 @@ export const GroupsApiAxiosParamCreator = function (configuration) {
|
|
|
4756
4276
|
assertParamExists('groupsControllerRemoveAccountV1', 'id', id);
|
|
4757
4277
|
// verify required parameter 'removeAccountFromGroupControllerParamsDto' is not null or undefined
|
|
4758
4278
|
assertParamExists('groupsControllerRemoveAccountV1', 'removeAccountFromGroupControllerParamsDto', removeAccountFromGroupControllerParamsDto);
|
|
4759
|
-
const localVarPath = `/v1/groups/{id}/accounts/remove
|
|
4279
|
+
const localVarPath = `/v1/groups/{id}/accounts/remove`
|
|
4280
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
4760
4281
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
4761
4282
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
4762
4283
|
let baseOptions;
|
|
@@ -4772,11 +4293,7 @@ export const GroupsApiAxiosParamCreator = function (configuration) {
|
|
|
4772
4293
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
4773
4294
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4774
4295
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4775
|
-
localVarRequestOptions.headers = {
|
|
4776
|
-
...localVarHeaderParameter,
|
|
4777
|
-
...headersFromBaseOptions,
|
|
4778
|
-
...options.headers,
|
|
4779
|
-
};
|
|
4296
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
4780
4297
|
localVarRequestOptions.data = serializeDataIfNeeded(removeAccountFromGroupControllerParamsDto, localVarRequestOptions, configuration);
|
|
4781
4298
|
return {
|
|
4782
4299
|
url: toPathString(localVarUrlObj),
|
|
@@ -4870,9 +4387,7 @@ export const GroupsApiFactory = function (configuration, basePath, axios) {
|
|
|
4870
4387
|
* @throws {RequiredError}
|
|
4871
4388
|
*/
|
|
4872
4389
|
groupsControllerAddAccountV1(id, addAccountToGroupControllerParamsDto, options) {
|
|
4873
|
-
return localVarFp
|
|
4874
|
-
.groupsControllerAddAccountV1(id, addAccountToGroupControllerParamsDto, options)
|
|
4875
|
-
.then((request) => request(axios, basePath));
|
|
4390
|
+
return localVarFp.groupsControllerAddAccountV1(id, addAccountToGroupControllerParamsDto, options).then((request) => request(axios, basePath));
|
|
4876
4391
|
},
|
|
4877
4392
|
/**
|
|
4878
4393
|
*
|
|
@@ -4908,9 +4423,7 @@ export const GroupsApiFactory = function (configuration, basePath, axios) {
|
|
|
4908
4423
|
* @throws {RequiredError}
|
|
4909
4424
|
*/
|
|
4910
4425
|
groupsControllerRemoveAccountV1(id, removeAccountFromGroupControllerParamsDto, options) {
|
|
4911
|
-
return localVarFp
|
|
4912
|
-
.groupsControllerRemoveAccountV1(id, removeAccountFromGroupControllerParamsDto, options)
|
|
4913
|
-
.then((request) => request(axios, basePath));
|
|
4426
|
+
return localVarFp.groupsControllerRemoveAccountV1(id, removeAccountFromGroupControllerParamsDto, options).then((request) => request(axios, basePath));
|
|
4914
4427
|
},
|
|
4915
4428
|
};
|
|
4916
4429
|
};
|
|
@@ -4930,9 +4443,7 @@ export class GroupsApi extends BaseAPI {
|
|
|
4930
4443
|
* @memberof GroupsApi
|
|
4931
4444
|
*/
|
|
4932
4445
|
groupsControllerAddAccountV1(id, addAccountToGroupControllerParamsDto, options) {
|
|
4933
|
-
return GroupsApiFp(this.configuration)
|
|
4934
|
-
.groupsControllerAddAccountV1(id, addAccountToGroupControllerParamsDto, options)
|
|
4935
|
-
.then((request) => request(this.axios, this.basePath));
|
|
4446
|
+
return GroupsApiFp(this.configuration).groupsControllerAddAccountV1(id, addAccountToGroupControllerParamsDto, options).then((request) => request(this.axios, this.basePath));
|
|
4936
4447
|
}
|
|
4937
4448
|
/**
|
|
4938
4449
|
*
|
|
@@ -4941,9 +4452,7 @@ export class GroupsApi extends BaseAPI {
|
|
|
4941
4452
|
* @memberof GroupsApi
|
|
4942
4453
|
*/
|
|
4943
4454
|
groupsControllerCreateGroupV1(options) {
|
|
4944
|
-
return GroupsApiFp(this.configuration)
|
|
4945
|
-
.groupsControllerCreateGroupV1(options)
|
|
4946
|
-
.then((request) => request(this.axios, this.basePath));
|
|
4455
|
+
return GroupsApiFp(this.configuration).groupsControllerCreateGroupV1(options).then((request) => request(this.axios, this.basePath));
|
|
4947
4456
|
}
|
|
4948
4457
|
/**
|
|
4949
4458
|
*
|
|
@@ -4953,9 +4462,7 @@ export class GroupsApi extends BaseAPI {
|
|
|
4953
4462
|
* @memberof GroupsApi
|
|
4954
4463
|
*/
|
|
4955
4464
|
groupsControllerDeleteGroupV1(id, options) {
|
|
4956
|
-
return GroupsApiFp(this.configuration)
|
|
4957
|
-
.groupsControllerDeleteGroupV1(id, options)
|
|
4958
|
-
.then((request) => request(this.axios, this.basePath));
|
|
4465
|
+
return GroupsApiFp(this.configuration).groupsControllerDeleteGroupV1(id, options).then((request) => request(this.axios, this.basePath));
|
|
4959
4466
|
}
|
|
4960
4467
|
/**
|
|
4961
4468
|
*
|
|
@@ -4965,9 +4472,7 @@ export class GroupsApi extends BaseAPI {
|
|
|
4965
4472
|
* @memberof GroupsApi
|
|
4966
4473
|
*/
|
|
4967
4474
|
groupsControllerGetGroupV1(id, options) {
|
|
4968
|
-
return GroupsApiFp(this.configuration)
|
|
4969
|
-
.groupsControllerGetGroupV1(id, options)
|
|
4970
|
-
.then((request) => request(this.axios, this.basePath));
|
|
4475
|
+
return GroupsApiFp(this.configuration).groupsControllerGetGroupV1(id, options).then((request) => request(this.axios, this.basePath));
|
|
4971
4476
|
}
|
|
4972
4477
|
/**
|
|
4973
4478
|
*
|
|
@@ -4978,9 +4483,7 @@ export class GroupsApi extends BaseAPI {
|
|
|
4978
4483
|
* @memberof GroupsApi
|
|
4979
4484
|
*/
|
|
4980
4485
|
groupsControllerRemoveAccountV1(id, removeAccountFromGroupControllerParamsDto, options) {
|
|
4981
|
-
return GroupsApiFp(this.configuration)
|
|
4982
|
-
.groupsControllerRemoveAccountV1(id, removeAccountFromGroupControllerParamsDto, options)
|
|
4983
|
-
.then((request) => request(this.axios, this.basePath));
|
|
4486
|
+
return GroupsApiFp(this.configuration).groupsControllerRemoveAccountV1(id, removeAccountFromGroupControllerParamsDto, options).then((request) => request(this.axios, this.basePath));
|
|
4984
4487
|
}
|
|
4985
4488
|
}
|
|
4986
4489
|
/**
|
|
@@ -5014,11 +4517,7 @@ export const ImagesApiAxiosParamCreator = function (configuration) {
|
|
|
5014
4517
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
5015
4518
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5016
4519
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5017
|
-
localVarRequestOptions.headers = {
|
|
5018
|
-
...localVarHeaderParameter,
|
|
5019
|
-
...headersFromBaseOptions,
|
|
5020
|
-
...options.headers,
|
|
5021
|
-
};
|
|
4520
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
5022
4521
|
localVarRequestOptions.data = serializeDataIfNeeded(createImageParamsDto, localVarRequestOptions, configuration);
|
|
5023
4522
|
return {
|
|
5024
4523
|
url: toPathString(localVarUrlObj),
|
|
@@ -5034,7 +4533,8 @@ export const ImagesApiAxiosParamCreator = function (configuration) {
|
|
|
5034
4533
|
imagesControllerGetImageV1: async (id, options = {}) => {
|
|
5035
4534
|
// verify required parameter 'id' is not null or undefined
|
|
5036
4535
|
assertParamExists('imagesControllerGetImageV1', 'id', id);
|
|
5037
|
-
const localVarPath = `/v1/images/{id}
|
|
4536
|
+
const localVarPath = `/v1/images/{id}`
|
|
4537
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
5038
4538
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
5039
4539
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
5040
4540
|
let baseOptions;
|
|
@@ -5049,11 +4549,7 @@ export const ImagesApiAxiosParamCreator = function (configuration) {
|
|
|
5049
4549
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
5050
4550
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5051
4551
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5052
|
-
localVarRequestOptions.headers = {
|
|
5053
|
-
...localVarHeaderParameter,
|
|
5054
|
-
...headersFromBaseOptions,
|
|
5055
|
-
...options.headers,
|
|
5056
|
-
};
|
|
4552
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
5057
4553
|
return {
|
|
5058
4554
|
url: toPathString(localVarUrlObj),
|
|
5059
4555
|
options: localVarRequestOptions,
|
|
@@ -5072,8 +4568,8 @@ export const ImagesApiAxiosParamCreator = function (configuration) {
|
|
|
5072
4568
|
// verify required parameter 'type' is not null or undefined
|
|
5073
4569
|
assertParamExists('imagesControllerGetRepresentationV1', 'type', type);
|
|
5074
4570
|
const localVarPath = `/v1/images/{id}/representation/{type}`
|
|
5075
|
-
.replace(`{${
|
|
5076
|
-
.replace(`{${
|
|
4571
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)))
|
|
4572
|
+
.replace(`{${"type"}}`, encodeURIComponent(String(type)));
|
|
5077
4573
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
5078
4574
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
5079
4575
|
let baseOptions;
|
|
@@ -5088,11 +4584,7 @@ export const ImagesApiAxiosParamCreator = function (configuration) {
|
|
|
5088
4584
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
5089
4585
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5090
4586
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5091
|
-
localVarRequestOptions.headers = {
|
|
5092
|
-
...localVarHeaderParameter,
|
|
5093
|
-
...headersFromBaseOptions,
|
|
5094
|
-
...options.headers,
|
|
5095
|
-
};
|
|
4587
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
5096
4588
|
return {
|
|
5097
4589
|
url: toPathString(localVarUrlObj),
|
|
5098
4590
|
options: localVarRequestOptions,
|
|
@@ -5123,11 +4615,7 @@ export const ImagesApiAxiosParamCreator = function (configuration) {
|
|
|
5123
4615
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
5124
4616
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5125
4617
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5126
|
-
localVarRequestOptions.headers = {
|
|
5127
|
-
...localVarHeaderParameter,
|
|
5128
|
-
...headersFromBaseOptions,
|
|
5129
|
-
...options.headers,
|
|
5130
|
-
};
|
|
4618
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
5131
4619
|
localVarRequestOptions.data = serializeDataIfNeeded(getUrlsForImagesParamsDto, localVarRequestOptions, configuration);
|
|
5132
4620
|
return {
|
|
5133
4621
|
url: toPathString(localVarUrlObj),
|
|
@@ -5155,11 +4643,7 @@ export const ImagesApiAxiosParamCreator = function (configuration) {
|
|
|
5155
4643
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
5156
4644
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5157
4645
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5158
|
-
localVarRequestOptions.headers = {
|
|
5159
|
-
...localVarHeaderParameter,
|
|
5160
|
-
...headersFromBaseOptions,
|
|
5161
|
-
...options.headers,
|
|
5162
|
-
};
|
|
4646
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
5163
4647
|
return {
|
|
5164
4648
|
url: toPathString(localVarUrlObj),
|
|
5165
4649
|
options: localVarRequestOptions,
|
|
@@ -5208,8 +4692,7 @@ export const ImagesApiFp = function (configuration) {
|
|
|
5208
4692
|
async imagesControllerGetRepresentationV1(id, type, options) {
|
|
5209
4693
|
const localVarAxiosArgs = await localVarAxiosParamCreator.imagesControllerGetRepresentationV1(id, type, options);
|
|
5210
4694
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
5211
|
-
const localVarOperationServerBasePath = operationServerMap['ImagesApi.imagesControllerGetRepresentationV1']?.[localVarOperationServerIndex]
|
|
5212
|
-
?.url;
|
|
4695
|
+
const localVarOperationServerBasePath = operationServerMap['ImagesApi.imagesControllerGetRepresentationV1']?.[localVarOperationServerIndex]?.url;
|
|
5213
4696
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
5214
4697
|
},
|
|
5215
4698
|
/**
|
|
@@ -5251,9 +4734,7 @@ export const ImagesApiFactory = function (configuration, basePath, axios) {
|
|
|
5251
4734
|
* @throws {RequiredError}
|
|
5252
4735
|
*/
|
|
5253
4736
|
imagesControllerFinalizeUploadV1(createImageParamsDto, options) {
|
|
5254
|
-
return localVarFp
|
|
5255
|
-
.imagesControllerFinalizeUploadV1(createImageParamsDto, options)
|
|
5256
|
-
.then((request) => request(axios, basePath));
|
|
4737
|
+
return localVarFp.imagesControllerFinalizeUploadV1(createImageParamsDto, options).then((request) => request(axios, basePath));
|
|
5257
4738
|
},
|
|
5258
4739
|
/**
|
|
5259
4740
|
*
|
|
@@ -5272,9 +4753,7 @@ export const ImagesApiFactory = function (configuration, basePath, axios) {
|
|
|
5272
4753
|
* @throws {RequiredError}
|
|
5273
4754
|
*/
|
|
5274
4755
|
imagesControllerGetRepresentationV1(id, type, options) {
|
|
5275
|
-
return localVarFp
|
|
5276
|
-
.imagesControllerGetRepresentationV1(id, type, options)
|
|
5277
|
-
.then((request) => request(axios, basePath));
|
|
4756
|
+
return localVarFp.imagesControllerGetRepresentationV1(id, type, options).then((request) => request(axios, basePath));
|
|
5278
4757
|
},
|
|
5279
4758
|
/**
|
|
5280
4759
|
*
|
|
@@ -5283,9 +4762,7 @@ export const ImagesApiFactory = function (configuration, basePath, axios) {
|
|
|
5283
4762
|
* @throws {RequiredError}
|
|
5284
4763
|
*/
|
|
5285
4764
|
imagesControllerGetUrlsV1(getUrlsForImagesParamsDto, options) {
|
|
5286
|
-
return localVarFp
|
|
5287
|
-
.imagesControllerGetUrlsV1(getUrlsForImagesParamsDto, options)
|
|
5288
|
-
.then((request) => request(axios, basePath));
|
|
4765
|
+
return localVarFp.imagesControllerGetUrlsV1(getUrlsForImagesParamsDto, options).then((request) => request(axios, basePath));
|
|
5289
4766
|
},
|
|
5290
4767
|
/**
|
|
5291
4768
|
*
|
|
@@ -5312,9 +4789,7 @@ export class ImagesApi extends BaseAPI {
|
|
|
5312
4789
|
* @memberof ImagesApi
|
|
5313
4790
|
*/
|
|
5314
4791
|
imagesControllerFinalizeUploadV1(createImageParamsDto, options) {
|
|
5315
|
-
return ImagesApiFp(this.configuration)
|
|
5316
|
-
.imagesControllerFinalizeUploadV1(createImageParamsDto, options)
|
|
5317
|
-
.then((request) => request(this.axios, this.basePath));
|
|
4792
|
+
return ImagesApiFp(this.configuration).imagesControllerFinalizeUploadV1(createImageParamsDto, options).then((request) => request(this.axios, this.basePath));
|
|
5318
4793
|
}
|
|
5319
4794
|
/**
|
|
5320
4795
|
*
|
|
@@ -5324,9 +4799,7 @@ export class ImagesApi extends BaseAPI {
|
|
|
5324
4799
|
* @memberof ImagesApi
|
|
5325
4800
|
*/
|
|
5326
4801
|
imagesControllerGetImageV1(id, options) {
|
|
5327
|
-
return ImagesApiFp(this.configuration)
|
|
5328
|
-
.imagesControllerGetImageV1(id, options)
|
|
5329
|
-
.then((request) => request(this.axios, this.basePath));
|
|
4802
|
+
return ImagesApiFp(this.configuration).imagesControllerGetImageV1(id, options).then((request) => request(this.axios, this.basePath));
|
|
5330
4803
|
}
|
|
5331
4804
|
/**
|
|
5332
4805
|
*
|
|
@@ -5337,9 +4810,7 @@ export class ImagesApi extends BaseAPI {
|
|
|
5337
4810
|
* @memberof ImagesApi
|
|
5338
4811
|
*/
|
|
5339
4812
|
imagesControllerGetRepresentationV1(id, type, options) {
|
|
5340
|
-
return ImagesApiFp(this.configuration)
|
|
5341
|
-
.imagesControllerGetRepresentationV1(id, type, options)
|
|
5342
|
-
.then((request) => request(this.axios, this.basePath));
|
|
4813
|
+
return ImagesApiFp(this.configuration).imagesControllerGetRepresentationV1(id, type, options).then((request) => request(this.axios, this.basePath));
|
|
5343
4814
|
}
|
|
5344
4815
|
/**
|
|
5345
4816
|
*
|
|
@@ -5349,9 +4820,7 @@ export class ImagesApi extends BaseAPI {
|
|
|
5349
4820
|
* @memberof ImagesApi
|
|
5350
4821
|
*/
|
|
5351
4822
|
imagesControllerGetUrlsV1(getUrlsForImagesParamsDto, options) {
|
|
5352
|
-
return ImagesApiFp(this.configuration)
|
|
5353
|
-
.imagesControllerGetUrlsV1(getUrlsForImagesParamsDto, options)
|
|
5354
|
-
.then((request) => request(this.axios, this.basePath));
|
|
4823
|
+
return ImagesApiFp(this.configuration).imagesControllerGetUrlsV1(getUrlsForImagesParamsDto, options).then((request) => request(this.axios, this.basePath));
|
|
5355
4824
|
}
|
|
5356
4825
|
/**
|
|
5357
4826
|
*
|
|
@@ -5360,9 +4829,7 @@ export class ImagesApi extends BaseAPI {
|
|
|
5360
4829
|
* @memberof ImagesApi
|
|
5361
4830
|
*/
|
|
5362
4831
|
imagesControllerStartUploadV1(options) {
|
|
5363
|
-
return ImagesApiFp(this.configuration)
|
|
5364
|
-
.imagesControllerStartUploadV1(options)
|
|
5365
|
-
.then((request) => request(this.axios, this.basePath));
|
|
4832
|
+
return ImagesApiFp(this.configuration).imagesControllerStartUploadV1(options).then((request) => request(this.axios, this.basePath));
|
|
5366
4833
|
}
|
|
5367
4834
|
}
|
|
5368
4835
|
/**
|
|
@@ -5380,7 +4847,8 @@ export const OperationsApiAxiosParamCreator = function (configuration) {
|
|
|
5380
4847
|
operationsControllerGetOperationV1: async (id, options = {}) => {
|
|
5381
4848
|
// verify required parameter 'id' is not null or undefined
|
|
5382
4849
|
assertParamExists('operationsControllerGetOperationV1', 'id', id);
|
|
5383
|
-
const localVarPath = `/v1/operations/{id}
|
|
4850
|
+
const localVarPath = `/v1/operations/{id}`
|
|
4851
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
5384
4852
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
5385
4853
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
5386
4854
|
let baseOptions;
|
|
@@ -5395,11 +4863,7 @@ export const OperationsApiAxiosParamCreator = function (configuration) {
|
|
|
5395
4863
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
5396
4864
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5397
4865
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5398
|
-
localVarRequestOptions.headers = {
|
|
5399
|
-
...localVarHeaderParameter,
|
|
5400
|
-
...headersFromBaseOptions,
|
|
5401
|
-
...options.headers,
|
|
5402
|
-
};
|
|
4866
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
5403
4867
|
return {
|
|
5404
4868
|
url: toPathString(localVarUrlObj),
|
|
5405
4869
|
options: localVarRequestOptions,
|
|
@@ -5430,11 +4894,7 @@ export const OperationsApiAxiosParamCreator = function (configuration) {
|
|
|
5430
4894
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
5431
4895
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5432
4896
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5433
|
-
localVarRequestOptions.headers = {
|
|
5434
|
-
...localVarHeaderParameter,
|
|
5435
|
-
...headersFromBaseOptions,
|
|
5436
|
-
...options.headers,
|
|
5437
|
-
};
|
|
4897
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
5438
4898
|
localVarRequestOptions.data = serializeDataIfNeeded(getOperationsParamsDto, localVarRequestOptions, configuration);
|
|
5439
4899
|
return {
|
|
5440
4900
|
url: toPathString(localVarUrlObj),
|
|
@@ -5474,11 +4934,7 @@ export const OperationsApiAxiosParamCreator = function (configuration) {
|
|
|
5474
4934
|
}
|
|
5475
4935
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5476
4936
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5477
|
-
localVarRequestOptions.headers = {
|
|
5478
|
-
...localVarHeaderParameter,
|
|
5479
|
-
...headersFromBaseOptions,
|
|
5480
|
-
...options.headers,
|
|
5481
|
-
};
|
|
4937
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
5482
4938
|
return {
|
|
5483
4939
|
url: toPathString(localVarUrlObj),
|
|
5484
4940
|
options: localVarRequestOptions,
|
|
@@ -5509,11 +4965,7 @@ export const OperationsApiAxiosParamCreator = function (configuration) {
|
|
|
5509
4965
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
5510
4966
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5511
4967
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5512
|
-
localVarRequestOptions.headers = {
|
|
5513
|
-
...localVarHeaderParameter,
|
|
5514
|
-
...headersFromBaseOptions,
|
|
5515
|
-
...options.headers,
|
|
5516
|
-
};
|
|
4968
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
5517
4969
|
localVarRequestOptions.data = serializeDataIfNeeded(compositeV1ControllerInput, localVarRequestOptions, configuration);
|
|
5518
4970
|
return {
|
|
5519
4971
|
url: toPathString(localVarUrlObj),
|
|
@@ -5545,11 +4997,7 @@ export const OperationsApiAxiosParamCreator = function (configuration) {
|
|
|
5545
4997
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
5546
4998
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5547
4999
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5548
|
-
localVarRequestOptions.headers = {
|
|
5549
|
-
...localVarHeaderParameter,
|
|
5550
|
-
...headersFromBaseOptions,
|
|
5551
|
-
...options.headers,
|
|
5552
|
-
};
|
|
5000
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
5553
5001
|
localVarRequestOptions.data = serializeDataIfNeeded(cutV1ControllerInput, localVarRequestOptions, configuration);
|
|
5554
5002
|
return {
|
|
5555
5003
|
url: toPathString(localVarUrlObj),
|
|
@@ -5581,11 +5029,7 @@ export const OperationsApiAxiosParamCreator = function (configuration) {
|
|
|
5581
5029
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
5582
5030
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5583
5031
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5584
|
-
localVarRequestOptions.headers = {
|
|
5585
|
-
...localVarHeaderParameter,
|
|
5586
|
-
...headersFromBaseOptions,
|
|
5587
|
-
...options.headers,
|
|
5588
|
-
};
|
|
5032
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
5589
5033
|
localVarRequestOptions.data = serializeDataIfNeeded(gPTV1ControllerInput, localVarRequestOptions, configuration);
|
|
5590
5034
|
return {
|
|
5591
5035
|
url: toPathString(localVarUrlObj),
|
|
@@ -5617,11 +5061,7 @@ export const OperationsApiAxiosParamCreator = function (configuration) {
|
|
|
5617
5061
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
5618
5062
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5619
5063
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5620
|
-
localVarRequestOptions.headers = {
|
|
5621
|
-
...localVarHeaderParameter,
|
|
5622
|
-
...headersFromBaseOptions,
|
|
5623
|
-
...options.headers,
|
|
5624
|
-
};
|
|
5064
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
5625
5065
|
localVarRequestOptions.data = serializeDataIfNeeded(lindaHauteV1ControllerInput, localVarRequestOptions, configuration);
|
|
5626
5066
|
return {
|
|
5627
5067
|
url: toPathString(localVarUrlObj),
|
|
@@ -5653,11 +5093,7 @@ export const OperationsApiAxiosParamCreator = function (configuration) {
|
|
|
5653
5093
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
5654
5094
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5655
5095
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5656
|
-
localVarRequestOptions.headers = {
|
|
5657
|
-
...localVarHeaderParameter,
|
|
5658
|
-
...headersFromBaseOptions,
|
|
5659
|
-
...options.headers,
|
|
5660
|
-
};
|
|
5096
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
5661
5097
|
localVarRequestOptions.data = serializeDataIfNeeded(naomiHauteV1ControllerInput, localVarRequestOptions, configuration);
|
|
5662
5098
|
return {
|
|
5663
5099
|
url: toPathString(localVarUrlObj),
|
|
@@ -5689,11 +5125,7 @@ export const OperationsApiAxiosParamCreator = function (configuration) {
|
|
|
5689
5125
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
5690
5126
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5691
5127
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5692
|
-
localVarRequestOptions.headers = {
|
|
5693
|
-
...localVarHeaderParameter,
|
|
5694
|
-
...headersFromBaseOptions,
|
|
5695
|
-
...options.headers,
|
|
5696
|
-
};
|
|
5128
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
5697
5129
|
localVarRequestOptions.data = serializeDataIfNeeded(kateImagineV1ControllerInput, localVarRequestOptions, configuration);
|
|
5698
5130
|
return {
|
|
5699
5131
|
url: toPathString(localVarUrlObj),
|
|
@@ -5725,11 +5157,7 @@ export const OperationsApiAxiosParamCreator = function (configuration) {
|
|
|
5725
5157
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
5726
5158
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5727
5159
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5728
|
-
localVarRequestOptions.headers = {
|
|
5729
|
-
...localVarHeaderParameter,
|
|
5730
|
-
...headersFromBaseOptions,
|
|
5731
|
-
...options.headers,
|
|
5732
|
-
};
|
|
5160
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
5733
5161
|
localVarRequestOptions.data = serializeDataIfNeeded(kateInpaintV1ControllerInput, localVarRequestOptions, configuration);
|
|
5734
5162
|
return {
|
|
5735
5163
|
url: toPathString(localVarUrlObj),
|
|
@@ -5761,11 +5189,7 @@ export const OperationsApiAxiosParamCreator = function (configuration) {
|
|
|
5761
5189
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
5762
5190
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5763
5191
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5764
|
-
localVarRequestOptions.headers = {
|
|
5765
|
-
...localVarHeaderParameter,
|
|
5766
|
-
...headersFromBaseOptions,
|
|
5767
|
-
...options.headers,
|
|
5768
|
-
};
|
|
5192
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
5769
5193
|
localVarRequestOptions.data = serializeDataIfNeeded(objectDetectionV1ControllerInput, localVarRequestOptions, configuration);
|
|
5770
5194
|
return {
|
|
5771
5195
|
url: toPathString(localVarUrlObj),
|
|
@@ -5797,11 +5221,7 @@ export const OperationsApiAxiosParamCreator = function (configuration) {
|
|
|
5797
5221
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
5798
5222
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5799
5223
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5800
|
-
localVarRequestOptions.headers = {
|
|
5801
|
-
...localVarHeaderParameter,
|
|
5802
|
-
...headersFromBaseOptions,
|
|
5803
|
-
...options.headers,
|
|
5804
|
-
};
|
|
5224
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
5805
5225
|
localVarRequestOptions.data = serializeDataIfNeeded(poseEstimationV1ControllerInput, localVarRequestOptions, configuration);
|
|
5806
5226
|
return {
|
|
5807
5227
|
url: toPathString(localVarUrlObj),
|
|
@@ -5833,11 +5253,7 @@ export const OperationsApiAxiosParamCreator = function (configuration) {
|
|
|
5833
5253
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
5834
5254
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5835
5255
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5836
|
-
localVarRequestOptions.headers = {
|
|
5837
|
-
...localVarHeaderParameter,
|
|
5838
|
-
...headersFromBaseOptions,
|
|
5839
|
-
...options.headers,
|
|
5840
|
-
};
|
|
5256
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
5841
5257
|
localVarRequestOptions.data = serializeDataIfNeeded(segmentAnythingEmbeddingsV1ControllerInput, localVarRequestOptions, configuration);
|
|
5842
5258
|
return {
|
|
5843
5259
|
url: toPathString(localVarUrlObj),
|
|
@@ -5869,11 +5285,7 @@ export const OperationsApiAxiosParamCreator = function (configuration) {
|
|
|
5869
5285
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
5870
5286
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5871
5287
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5872
|
-
localVarRequestOptions.headers = {
|
|
5873
|
-
...localVarHeaderParameter,
|
|
5874
|
-
...headersFromBaseOptions,
|
|
5875
|
-
...options.headers,
|
|
5876
|
-
};
|
|
5288
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
5877
5289
|
localVarRequestOptions.data = serializeDataIfNeeded(segmentAnythingMaskV1ControllerInput, localVarRequestOptions, configuration);
|
|
5878
5290
|
return {
|
|
5879
5291
|
url: toPathString(localVarUrlObj),
|
|
@@ -5905,11 +5317,7 @@ export const OperationsApiAxiosParamCreator = function (configuration) {
|
|
|
5905
5317
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
5906
5318
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5907
5319
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5908
|
-
localVarRequestOptions.headers = {
|
|
5909
|
-
...localVarHeaderParameter,
|
|
5910
|
-
...headersFromBaseOptions,
|
|
5911
|
-
...options.headers,
|
|
5912
|
-
};
|
|
5320
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
5913
5321
|
localVarRequestOptions.data = serializeDataIfNeeded(upscaleV1ControllerInput, localVarRequestOptions, configuration);
|
|
5914
5322
|
return {
|
|
5915
5323
|
url: toPathString(localVarUrlObj),
|
|
@@ -5941,11 +5349,7 @@ export const OperationsApiAxiosParamCreator = function (configuration) {
|
|
|
5941
5349
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
5942
5350
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5943
5351
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5944
|
-
localVarRequestOptions.headers = {
|
|
5945
|
-
...localVarHeaderParameter,
|
|
5946
|
-
...headersFromBaseOptions,
|
|
5947
|
-
...options.headers,
|
|
5948
|
-
};
|
|
5352
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
5949
5353
|
localVarRequestOptions.data = serializeDataIfNeeded(giseleVtonV1ControllerInput, localVarRequestOptions, configuration);
|
|
5950
5354
|
return {
|
|
5951
5355
|
url: toPathString(localVarUrlObj),
|
|
@@ -5964,7 +5368,8 @@ export const OperationsApiAxiosParamCreator = function (configuration) {
|
|
|
5964
5368
|
assertParamExists('operationsControllerUpdateMetadataV1', 'id', id);
|
|
5965
5369
|
// verify required parameter 'updateMetadataDto' is not null or undefined
|
|
5966
5370
|
assertParamExists('operationsControllerUpdateMetadataV1', 'updateMetadataDto', updateMetadataDto);
|
|
5967
|
-
const localVarPath = `/v1/operations/{id}/metadata
|
|
5371
|
+
const localVarPath = `/v1/operations/{id}/metadata`
|
|
5372
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
5968
5373
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
5969
5374
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
5970
5375
|
let baseOptions;
|
|
@@ -5980,11 +5385,7 @@ export const OperationsApiAxiosParamCreator = function (configuration) {
|
|
|
5980
5385
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
5981
5386
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5982
5387
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5983
|
-
localVarRequestOptions.headers = {
|
|
5984
|
-
...localVarHeaderParameter,
|
|
5985
|
-
...headersFromBaseOptions,
|
|
5986
|
-
...options.headers,
|
|
5987
|
-
};
|
|
5388
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
5988
5389
|
localVarRequestOptions.data = serializeDataIfNeeded(updateMetadataDto, localVarRequestOptions, configuration);
|
|
5989
5390
|
return {
|
|
5990
5391
|
url: toPathString(localVarUrlObj),
|
|
@@ -6009,8 +5410,7 @@ export const OperationsApiFp = function (configuration) {
|
|
|
6009
5410
|
async operationsControllerGetOperationV1(id, options) {
|
|
6010
5411
|
const localVarAxiosArgs = await localVarAxiosParamCreator.operationsControllerGetOperationV1(id, options);
|
|
6011
5412
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
6012
|
-
const localVarOperationServerBasePath = operationServerMap['OperationsApi.operationsControllerGetOperationV1']?.[localVarOperationServerIndex]
|
|
6013
|
-
?.url;
|
|
5413
|
+
const localVarOperationServerBasePath = operationServerMap['OperationsApi.operationsControllerGetOperationV1']?.[localVarOperationServerIndex]?.url;
|
|
6014
5414
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
6015
5415
|
},
|
|
6016
5416
|
/**
|
|
@@ -6022,8 +5422,7 @@ export const OperationsApiFp = function (configuration) {
|
|
|
6022
5422
|
async operationsControllerGetOperationsV1(getOperationsParamsDto, options) {
|
|
6023
5423
|
const localVarAxiosArgs = await localVarAxiosParamCreator.operationsControllerGetOperationsV1(getOperationsParamsDto, options);
|
|
6024
5424
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
6025
|
-
const localVarOperationServerBasePath = operationServerMap['OperationsApi.operationsControllerGetOperationsV1']?.[localVarOperationServerIndex]
|
|
6026
|
-
?.url;
|
|
5425
|
+
const localVarOperationServerBasePath = operationServerMap['OperationsApi.operationsControllerGetOperationsV1']?.[localVarOperationServerIndex]?.url;
|
|
6027
5426
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
6028
5427
|
},
|
|
6029
5428
|
/**
|
|
@@ -6037,8 +5436,7 @@ export const OperationsApiFp = function (configuration) {
|
|
|
6037
5436
|
async operationsControllerListOperationsV1(orderBy, limit, cursor, options) {
|
|
6038
5437
|
const localVarAxiosArgs = await localVarAxiosParamCreator.operationsControllerListOperationsV1(orderBy, limit, cursor, options);
|
|
6039
5438
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
6040
|
-
const localVarOperationServerBasePath = operationServerMap['OperationsApi.operationsControllerListOperationsV1']?.[localVarOperationServerIndex]
|
|
6041
|
-
?.url;
|
|
5439
|
+
const localVarOperationServerBasePath = operationServerMap['OperationsApi.operationsControllerListOperationsV1']?.[localVarOperationServerIndex]?.url;
|
|
6042
5440
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
6043
5441
|
},
|
|
6044
5442
|
/**
|
|
@@ -6050,8 +5448,7 @@ export const OperationsApiFp = function (configuration) {
|
|
|
6050
5448
|
async operationsControllerRunCompositeV1V1(compositeV1ControllerInput, options) {
|
|
6051
5449
|
const localVarAxiosArgs = await localVarAxiosParamCreator.operationsControllerRunCompositeV1V1(compositeV1ControllerInput, options);
|
|
6052
5450
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
6053
|
-
const localVarOperationServerBasePath = operationServerMap['OperationsApi.operationsControllerRunCompositeV1V1']?.[localVarOperationServerIndex]
|
|
6054
|
-
?.url;
|
|
5451
|
+
const localVarOperationServerBasePath = operationServerMap['OperationsApi.operationsControllerRunCompositeV1V1']?.[localVarOperationServerIndex]?.url;
|
|
6055
5452
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
6056
5453
|
},
|
|
6057
5454
|
/**
|
|
@@ -6183,8 +5580,7 @@ export const OperationsApiFp = function (configuration) {
|
|
|
6183
5580
|
async operationsControllerRunUpscaleV1V1(upscaleV1ControllerInput, options) {
|
|
6184
5581
|
const localVarAxiosArgs = await localVarAxiosParamCreator.operationsControllerRunUpscaleV1V1(upscaleV1ControllerInput, options);
|
|
6185
5582
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
6186
|
-
const localVarOperationServerBasePath = operationServerMap['OperationsApi.operationsControllerRunUpscaleV1V1']?.[localVarOperationServerIndex]
|
|
6187
|
-
?.url;
|
|
5583
|
+
const localVarOperationServerBasePath = operationServerMap['OperationsApi.operationsControllerRunUpscaleV1V1']?.[localVarOperationServerIndex]?.url;
|
|
6188
5584
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
6189
5585
|
},
|
|
6190
5586
|
/**
|
|
@@ -6209,8 +5605,7 @@ export const OperationsApiFp = function (configuration) {
|
|
|
6209
5605
|
async operationsControllerUpdateMetadataV1(id, updateMetadataDto, options) {
|
|
6210
5606
|
const localVarAxiosArgs = await localVarAxiosParamCreator.operationsControllerUpdateMetadataV1(id, updateMetadataDto, options);
|
|
6211
5607
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
6212
|
-
const localVarOperationServerBasePath = operationServerMap['OperationsApi.operationsControllerUpdateMetadataV1']?.[localVarOperationServerIndex]
|
|
6213
|
-
?.url;
|
|
5608
|
+
const localVarOperationServerBasePath = operationServerMap['OperationsApi.operationsControllerUpdateMetadataV1']?.[localVarOperationServerIndex]?.url;
|
|
6214
5609
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
6215
5610
|
},
|
|
6216
5611
|
};
|
|
@@ -6229,9 +5624,7 @@ export const OperationsApiFactory = function (configuration, basePath, axios) {
|
|
|
6229
5624
|
* @throws {RequiredError}
|
|
6230
5625
|
*/
|
|
6231
5626
|
operationsControllerGetOperationV1(id, options) {
|
|
6232
|
-
return localVarFp
|
|
6233
|
-
.operationsControllerGetOperationV1(id, options)
|
|
6234
|
-
.then((request) => request(axios, basePath));
|
|
5627
|
+
return localVarFp.operationsControllerGetOperationV1(id, options).then((request) => request(axios, basePath));
|
|
6235
5628
|
},
|
|
6236
5629
|
/**
|
|
6237
5630
|
*
|
|
@@ -6240,9 +5633,7 @@ export const OperationsApiFactory = function (configuration, basePath, axios) {
|
|
|
6240
5633
|
* @throws {RequiredError}
|
|
6241
5634
|
*/
|
|
6242
5635
|
operationsControllerGetOperationsV1(getOperationsParamsDto, options) {
|
|
6243
|
-
return localVarFp
|
|
6244
|
-
.operationsControllerGetOperationsV1(getOperationsParamsDto, options)
|
|
6245
|
-
.then((request) => request(axios, basePath));
|
|
5636
|
+
return localVarFp.operationsControllerGetOperationsV1(getOperationsParamsDto, options).then((request) => request(axios, basePath));
|
|
6246
5637
|
},
|
|
6247
5638
|
/**
|
|
6248
5639
|
*
|
|
@@ -6253,9 +5644,7 @@ export const OperationsApiFactory = function (configuration, basePath, axios) {
|
|
|
6253
5644
|
* @throws {RequiredError}
|
|
6254
5645
|
*/
|
|
6255
5646
|
operationsControllerListOperationsV1(orderBy, limit, cursor, options) {
|
|
6256
|
-
return localVarFp
|
|
6257
|
-
.operationsControllerListOperationsV1(orderBy, limit, cursor, options)
|
|
6258
|
-
.then((request) => request(axios, basePath));
|
|
5647
|
+
return localVarFp.operationsControllerListOperationsV1(orderBy, limit, cursor, options).then((request) => request(axios, basePath));
|
|
6259
5648
|
},
|
|
6260
5649
|
/**
|
|
6261
5650
|
*
|
|
@@ -6264,9 +5653,7 @@ export const OperationsApiFactory = function (configuration, basePath, axios) {
|
|
|
6264
5653
|
* @throws {RequiredError}
|
|
6265
5654
|
*/
|
|
6266
5655
|
operationsControllerRunCompositeV1V1(compositeV1ControllerInput, options) {
|
|
6267
|
-
return localVarFp
|
|
6268
|
-
.operationsControllerRunCompositeV1V1(compositeV1ControllerInput, options)
|
|
6269
|
-
.then((request) => request(axios, basePath));
|
|
5656
|
+
return localVarFp.operationsControllerRunCompositeV1V1(compositeV1ControllerInput, options).then((request) => request(axios, basePath));
|
|
6270
5657
|
},
|
|
6271
5658
|
/**
|
|
6272
5659
|
*
|
|
@@ -6275,9 +5662,7 @@ export const OperationsApiFactory = function (configuration, basePath, axios) {
|
|
|
6275
5662
|
* @throws {RequiredError}
|
|
6276
5663
|
*/
|
|
6277
5664
|
operationsControllerRunCutV1V1(cutV1ControllerInput, options) {
|
|
6278
|
-
return localVarFp
|
|
6279
|
-
.operationsControllerRunCutV1V1(cutV1ControllerInput, options)
|
|
6280
|
-
.then((request) => request(axios, basePath));
|
|
5665
|
+
return localVarFp.operationsControllerRunCutV1V1(cutV1ControllerInput, options).then((request) => request(axios, basePath));
|
|
6281
5666
|
},
|
|
6282
5667
|
/**
|
|
6283
5668
|
*
|
|
@@ -6286,9 +5671,7 @@ export const OperationsApiFactory = function (configuration, basePath, axios) {
|
|
|
6286
5671
|
* @throws {RequiredError}
|
|
6287
5672
|
*/
|
|
6288
5673
|
operationsControllerRunGptV1V1(gPTV1ControllerInput, options) {
|
|
6289
|
-
return localVarFp
|
|
6290
|
-
.operationsControllerRunGptV1V1(gPTV1ControllerInput, options)
|
|
6291
|
-
.then((request) => request(axios, basePath));
|
|
5674
|
+
return localVarFp.operationsControllerRunGptV1V1(gPTV1ControllerInput, options).then((request) => request(axios, basePath));
|
|
6292
5675
|
},
|
|
6293
5676
|
/**
|
|
6294
5677
|
*
|
|
@@ -6297,9 +5680,7 @@ export const OperationsApiFactory = function (configuration, basePath, axios) {
|
|
|
6297
5680
|
* @throws {RequiredError}
|
|
6298
5681
|
*/
|
|
6299
5682
|
operationsControllerRunHauteLindaV1V1(lindaHauteV1ControllerInput, options) {
|
|
6300
|
-
return localVarFp
|
|
6301
|
-
.operationsControllerRunHauteLindaV1V1(lindaHauteV1ControllerInput, options)
|
|
6302
|
-
.then((request) => request(axios, basePath));
|
|
5683
|
+
return localVarFp.operationsControllerRunHauteLindaV1V1(lindaHauteV1ControllerInput, options).then((request) => request(axios, basePath));
|
|
6303
5684
|
},
|
|
6304
5685
|
/**
|
|
6305
5686
|
*
|
|
@@ -6308,9 +5689,7 @@ export const OperationsApiFactory = function (configuration, basePath, axios) {
|
|
|
6308
5689
|
* @throws {RequiredError}
|
|
6309
5690
|
*/
|
|
6310
5691
|
operationsControllerRunHauteNaomiV1V1(naomiHauteV1ControllerInput, options) {
|
|
6311
|
-
return localVarFp
|
|
6312
|
-
.operationsControllerRunHauteNaomiV1V1(naomiHauteV1ControllerInput, options)
|
|
6313
|
-
.then((request) => request(axios, basePath));
|
|
5692
|
+
return localVarFp.operationsControllerRunHauteNaomiV1V1(naomiHauteV1ControllerInput, options).then((request) => request(axios, basePath));
|
|
6314
5693
|
},
|
|
6315
5694
|
/**
|
|
6316
5695
|
*
|
|
@@ -6319,9 +5698,7 @@ export const OperationsApiFactory = function (configuration, basePath, axios) {
|
|
|
6319
5698
|
* @throws {RequiredError}
|
|
6320
5699
|
*/
|
|
6321
5700
|
operationsControllerRunImagineKateV1V1(kateImagineV1ControllerInput, options) {
|
|
6322
|
-
return localVarFp
|
|
6323
|
-
.operationsControllerRunImagineKateV1V1(kateImagineV1ControllerInput, options)
|
|
6324
|
-
.then((request) => request(axios, basePath));
|
|
5701
|
+
return localVarFp.operationsControllerRunImagineKateV1V1(kateImagineV1ControllerInput, options).then((request) => request(axios, basePath));
|
|
6325
5702
|
},
|
|
6326
5703
|
/**
|
|
6327
5704
|
*
|
|
@@ -6330,9 +5707,7 @@ export const OperationsApiFactory = function (configuration, basePath, axios) {
|
|
|
6330
5707
|
* @throws {RequiredError}
|
|
6331
5708
|
*/
|
|
6332
5709
|
operationsControllerRunInpaintKateV1V1(kateInpaintV1ControllerInput, options) {
|
|
6333
|
-
return localVarFp
|
|
6334
|
-
.operationsControllerRunInpaintKateV1V1(kateInpaintV1ControllerInput, options)
|
|
6335
|
-
.then((request) => request(axios, basePath));
|
|
5710
|
+
return localVarFp.operationsControllerRunInpaintKateV1V1(kateInpaintV1ControllerInput, options).then((request) => request(axios, basePath));
|
|
6336
5711
|
},
|
|
6337
5712
|
/**
|
|
6338
5713
|
*
|
|
@@ -6341,9 +5716,7 @@ export const OperationsApiFactory = function (configuration, basePath, axios) {
|
|
|
6341
5716
|
* @throws {RequiredError}
|
|
6342
5717
|
*/
|
|
6343
5718
|
operationsControllerRunObjectDetectionV1V1(objectDetectionV1ControllerInput, options) {
|
|
6344
|
-
return localVarFp
|
|
6345
|
-
.operationsControllerRunObjectDetectionV1V1(objectDetectionV1ControllerInput, options)
|
|
6346
|
-
.then((request) => request(axios, basePath));
|
|
5719
|
+
return localVarFp.operationsControllerRunObjectDetectionV1V1(objectDetectionV1ControllerInput, options).then((request) => request(axios, basePath));
|
|
6347
5720
|
},
|
|
6348
5721
|
/**
|
|
6349
5722
|
*
|
|
@@ -6352,9 +5725,7 @@ export const OperationsApiFactory = function (configuration, basePath, axios) {
|
|
|
6352
5725
|
* @throws {RequiredError}
|
|
6353
5726
|
*/
|
|
6354
5727
|
operationsControllerRunPoseEstimationV1V1(poseEstimationV1ControllerInput, options) {
|
|
6355
|
-
return localVarFp
|
|
6356
|
-
.operationsControllerRunPoseEstimationV1V1(poseEstimationV1ControllerInput, options)
|
|
6357
|
-
.then((request) => request(axios, basePath));
|
|
5728
|
+
return localVarFp.operationsControllerRunPoseEstimationV1V1(poseEstimationV1ControllerInput, options).then((request) => request(axios, basePath));
|
|
6358
5729
|
},
|
|
6359
5730
|
/**
|
|
6360
5731
|
*
|
|
@@ -6363,9 +5734,7 @@ export const OperationsApiFactory = function (configuration, basePath, axios) {
|
|
|
6363
5734
|
* @throws {RequiredError}
|
|
6364
5735
|
*/
|
|
6365
5736
|
operationsControllerRunSegmentAnythingEmbeddingsV1V1(segmentAnythingEmbeddingsV1ControllerInput, options) {
|
|
6366
|
-
return localVarFp
|
|
6367
|
-
.operationsControllerRunSegmentAnythingEmbeddingsV1V1(segmentAnythingEmbeddingsV1ControllerInput, options)
|
|
6368
|
-
.then((request) => request(axios, basePath));
|
|
5737
|
+
return localVarFp.operationsControllerRunSegmentAnythingEmbeddingsV1V1(segmentAnythingEmbeddingsV1ControllerInput, options).then((request) => request(axios, basePath));
|
|
6369
5738
|
},
|
|
6370
5739
|
/**
|
|
6371
5740
|
*
|
|
@@ -6374,9 +5743,7 @@ export const OperationsApiFactory = function (configuration, basePath, axios) {
|
|
|
6374
5743
|
* @throws {RequiredError}
|
|
6375
5744
|
*/
|
|
6376
5745
|
operationsControllerRunSegmentAnythingMaskV1V1(segmentAnythingMaskV1ControllerInput, options) {
|
|
6377
|
-
return localVarFp
|
|
6378
|
-
.operationsControllerRunSegmentAnythingMaskV1V1(segmentAnythingMaskV1ControllerInput, options)
|
|
6379
|
-
.then((request) => request(axios, basePath));
|
|
5746
|
+
return localVarFp.operationsControllerRunSegmentAnythingMaskV1V1(segmentAnythingMaskV1ControllerInput, options).then((request) => request(axios, basePath));
|
|
6380
5747
|
},
|
|
6381
5748
|
/**
|
|
6382
5749
|
*
|
|
@@ -6385,9 +5752,7 @@ export const OperationsApiFactory = function (configuration, basePath, axios) {
|
|
|
6385
5752
|
* @throws {RequiredError}
|
|
6386
5753
|
*/
|
|
6387
5754
|
operationsControllerRunUpscaleV1V1(upscaleV1ControllerInput, options) {
|
|
6388
|
-
return localVarFp
|
|
6389
|
-
.operationsControllerRunUpscaleV1V1(upscaleV1ControllerInput, options)
|
|
6390
|
-
.then((request) => request(axios, basePath));
|
|
5755
|
+
return localVarFp.operationsControllerRunUpscaleV1V1(upscaleV1ControllerInput, options).then((request) => request(axios, basePath));
|
|
6391
5756
|
},
|
|
6392
5757
|
/**
|
|
6393
5758
|
*
|
|
@@ -6396,9 +5761,7 @@ export const OperationsApiFactory = function (configuration, basePath, axios) {
|
|
|
6396
5761
|
* @throws {RequiredError}
|
|
6397
5762
|
*/
|
|
6398
5763
|
operationsControllerRunVtonGiseleV1V1(giseleVtonV1ControllerInput, options) {
|
|
6399
|
-
return localVarFp
|
|
6400
|
-
.operationsControllerRunVtonGiseleV1V1(giseleVtonV1ControllerInput, options)
|
|
6401
|
-
.then((request) => request(axios, basePath));
|
|
5764
|
+
return localVarFp.operationsControllerRunVtonGiseleV1V1(giseleVtonV1ControllerInput, options).then((request) => request(axios, basePath));
|
|
6402
5765
|
},
|
|
6403
5766
|
/**
|
|
6404
5767
|
*
|
|
@@ -6408,9 +5771,7 @@ export const OperationsApiFactory = function (configuration, basePath, axios) {
|
|
|
6408
5771
|
* @throws {RequiredError}
|
|
6409
5772
|
*/
|
|
6410
5773
|
operationsControllerUpdateMetadataV1(id, updateMetadataDto, options) {
|
|
6411
|
-
return localVarFp
|
|
6412
|
-
.operationsControllerUpdateMetadataV1(id, updateMetadataDto, options)
|
|
6413
|
-
.then((request) => request(axios, basePath));
|
|
5774
|
+
return localVarFp.operationsControllerUpdateMetadataV1(id, updateMetadataDto, options).then((request) => request(axios, basePath));
|
|
6414
5775
|
},
|
|
6415
5776
|
};
|
|
6416
5777
|
};
|
|
@@ -6429,9 +5790,7 @@ export class OperationsApi extends BaseAPI {
|
|
|
6429
5790
|
* @memberof OperationsApi
|
|
6430
5791
|
*/
|
|
6431
5792
|
operationsControllerGetOperationV1(id, options) {
|
|
6432
|
-
return OperationsApiFp(this.configuration)
|
|
6433
|
-
.operationsControllerGetOperationV1(id, options)
|
|
6434
|
-
.then((request) => request(this.axios, this.basePath));
|
|
5793
|
+
return OperationsApiFp(this.configuration).operationsControllerGetOperationV1(id, options).then((request) => request(this.axios, this.basePath));
|
|
6435
5794
|
}
|
|
6436
5795
|
/**
|
|
6437
5796
|
*
|
|
@@ -6441,9 +5800,7 @@ export class OperationsApi extends BaseAPI {
|
|
|
6441
5800
|
* @memberof OperationsApi
|
|
6442
5801
|
*/
|
|
6443
5802
|
operationsControllerGetOperationsV1(getOperationsParamsDto, options) {
|
|
6444
|
-
return OperationsApiFp(this.configuration)
|
|
6445
|
-
.operationsControllerGetOperationsV1(getOperationsParamsDto, options)
|
|
6446
|
-
.then((request) => request(this.axios, this.basePath));
|
|
5803
|
+
return OperationsApiFp(this.configuration).operationsControllerGetOperationsV1(getOperationsParamsDto, options).then((request) => request(this.axios, this.basePath));
|
|
6447
5804
|
}
|
|
6448
5805
|
/**
|
|
6449
5806
|
*
|
|
@@ -6455,9 +5812,7 @@ export class OperationsApi extends BaseAPI {
|
|
|
6455
5812
|
* @memberof OperationsApi
|
|
6456
5813
|
*/
|
|
6457
5814
|
operationsControllerListOperationsV1(orderBy, limit, cursor, options) {
|
|
6458
|
-
return OperationsApiFp(this.configuration)
|
|
6459
|
-
.operationsControllerListOperationsV1(orderBy, limit, cursor, options)
|
|
6460
|
-
.then((request) => request(this.axios, this.basePath));
|
|
5815
|
+
return OperationsApiFp(this.configuration).operationsControllerListOperationsV1(orderBy, limit, cursor, options).then((request) => request(this.axios, this.basePath));
|
|
6461
5816
|
}
|
|
6462
5817
|
/**
|
|
6463
5818
|
*
|
|
@@ -6467,9 +5822,7 @@ export class OperationsApi extends BaseAPI {
|
|
|
6467
5822
|
* @memberof OperationsApi
|
|
6468
5823
|
*/
|
|
6469
5824
|
operationsControllerRunCompositeV1V1(compositeV1ControllerInput, options) {
|
|
6470
|
-
return OperationsApiFp(this.configuration)
|
|
6471
|
-
.operationsControllerRunCompositeV1V1(compositeV1ControllerInput, options)
|
|
6472
|
-
.then((request) => request(this.axios, this.basePath));
|
|
5825
|
+
return OperationsApiFp(this.configuration).operationsControllerRunCompositeV1V1(compositeV1ControllerInput, options).then((request) => request(this.axios, this.basePath));
|
|
6473
5826
|
}
|
|
6474
5827
|
/**
|
|
6475
5828
|
*
|
|
@@ -6479,9 +5832,7 @@ export class OperationsApi extends BaseAPI {
|
|
|
6479
5832
|
* @memberof OperationsApi
|
|
6480
5833
|
*/
|
|
6481
5834
|
operationsControllerRunCutV1V1(cutV1ControllerInput, options) {
|
|
6482
|
-
return OperationsApiFp(this.configuration)
|
|
6483
|
-
.operationsControllerRunCutV1V1(cutV1ControllerInput, options)
|
|
6484
|
-
.then((request) => request(this.axios, this.basePath));
|
|
5835
|
+
return OperationsApiFp(this.configuration).operationsControllerRunCutV1V1(cutV1ControllerInput, options).then((request) => request(this.axios, this.basePath));
|
|
6485
5836
|
}
|
|
6486
5837
|
/**
|
|
6487
5838
|
*
|
|
@@ -6491,9 +5842,7 @@ export class OperationsApi extends BaseAPI {
|
|
|
6491
5842
|
* @memberof OperationsApi
|
|
6492
5843
|
*/
|
|
6493
5844
|
operationsControllerRunGptV1V1(gPTV1ControllerInput, options) {
|
|
6494
|
-
return OperationsApiFp(this.configuration)
|
|
6495
|
-
.operationsControllerRunGptV1V1(gPTV1ControllerInput, options)
|
|
6496
|
-
.then((request) => request(this.axios, this.basePath));
|
|
5845
|
+
return OperationsApiFp(this.configuration).operationsControllerRunGptV1V1(gPTV1ControllerInput, options).then((request) => request(this.axios, this.basePath));
|
|
6497
5846
|
}
|
|
6498
5847
|
/**
|
|
6499
5848
|
*
|
|
@@ -6503,9 +5852,7 @@ export class OperationsApi extends BaseAPI {
|
|
|
6503
5852
|
* @memberof OperationsApi
|
|
6504
5853
|
*/
|
|
6505
5854
|
operationsControllerRunHauteLindaV1V1(lindaHauteV1ControllerInput, options) {
|
|
6506
|
-
return OperationsApiFp(this.configuration)
|
|
6507
|
-
.operationsControllerRunHauteLindaV1V1(lindaHauteV1ControllerInput, options)
|
|
6508
|
-
.then((request) => request(this.axios, this.basePath));
|
|
5855
|
+
return OperationsApiFp(this.configuration).operationsControllerRunHauteLindaV1V1(lindaHauteV1ControllerInput, options).then((request) => request(this.axios, this.basePath));
|
|
6509
5856
|
}
|
|
6510
5857
|
/**
|
|
6511
5858
|
*
|
|
@@ -6515,9 +5862,7 @@ export class OperationsApi extends BaseAPI {
|
|
|
6515
5862
|
* @memberof OperationsApi
|
|
6516
5863
|
*/
|
|
6517
5864
|
operationsControllerRunHauteNaomiV1V1(naomiHauteV1ControllerInput, options) {
|
|
6518
|
-
return OperationsApiFp(this.configuration)
|
|
6519
|
-
.operationsControllerRunHauteNaomiV1V1(naomiHauteV1ControllerInput, options)
|
|
6520
|
-
.then((request) => request(this.axios, this.basePath));
|
|
5865
|
+
return OperationsApiFp(this.configuration).operationsControllerRunHauteNaomiV1V1(naomiHauteV1ControllerInput, options).then((request) => request(this.axios, this.basePath));
|
|
6521
5866
|
}
|
|
6522
5867
|
/**
|
|
6523
5868
|
*
|
|
@@ -6527,9 +5872,7 @@ export class OperationsApi extends BaseAPI {
|
|
|
6527
5872
|
* @memberof OperationsApi
|
|
6528
5873
|
*/
|
|
6529
5874
|
operationsControllerRunImagineKateV1V1(kateImagineV1ControllerInput, options) {
|
|
6530
|
-
return OperationsApiFp(this.configuration)
|
|
6531
|
-
.operationsControllerRunImagineKateV1V1(kateImagineV1ControllerInput, options)
|
|
6532
|
-
.then((request) => request(this.axios, this.basePath));
|
|
5875
|
+
return OperationsApiFp(this.configuration).operationsControllerRunImagineKateV1V1(kateImagineV1ControllerInput, options).then((request) => request(this.axios, this.basePath));
|
|
6533
5876
|
}
|
|
6534
5877
|
/**
|
|
6535
5878
|
*
|
|
@@ -6539,9 +5882,7 @@ export class OperationsApi extends BaseAPI {
|
|
|
6539
5882
|
* @memberof OperationsApi
|
|
6540
5883
|
*/
|
|
6541
5884
|
operationsControllerRunInpaintKateV1V1(kateInpaintV1ControllerInput, options) {
|
|
6542
|
-
return OperationsApiFp(this.configuration)
|
|
6543
|
-
.operationsControllerRunInpaintKateV1V1(kateInpaintV1ControllerInput, options)
|
|
6544
|
-
.then((request) => request(this.axios, this.basePath));
|
|
5885
|
+
return OperationsApiFp(this.configuration).operationsControllerRunInpaintKateV1V1(kateInpaintV1ControllerInput, options).then((request) => request(this.axios, this.basePath));
|
|
6545
5886
|
}
|
|
6546
5887
|
/**
|
|
6547
5888
|
*
|
|
@@ -6551,9 +5892,7 @@ export class OperationsApi extends BaseAPI {
|
|
|
6551
5892
|
* @memberof OperationsApi
|
|
6552
5893
|
*/
|
|
6553
5894
|
operationsControllerRunObjectDetectionV1V1(objectDetectionV1ControllerInput, options) {
|
|
6554
|
-
return OperationsApiFp(this.configuration)
|
|
6555
|
-
.operationsControllerRunObjectDetectionV1V1(objectDetectionV1ControllerInput, options)
|
|
6556
|
-
.then((request) => request(this.axios, this.basePath));
|
|
5895
|
+
return OperationsApiFp(this.configuration).operationsControllerRunObjectDetectionV1V1(objectDetectionV1ControllerInput, options).then((request) => request(this.axios, this.basePath));
|
|
6557
5896
|
}
|
|
6558
5897
|
/**
|
|
6559
5898
|
*
|
|
@@ -6563,9 +5902,7 @@ export class OperationsApi extends BaseAPI {
|
|
|
6563
5902
|
* @memberof OperationsApi
|
|
6564
5903
|
*/
|
|
6565
5904
|
operationsControllerRunPoseEstimationV1V1(poseEstimationV1ControllerInput, options) {
|
|
6566
|
-
return OperationsApiFp(this.configuration)
|
|
6567
|
-
.operationsControllerRunPoseEstimationV1V1(poseEstimationV1ControllerInput, options)
|
|
6568
|
-
.then((request) => request(this.axios, this.basePath));
|
|
5905
|
+
return OperationsApiFp(this.configuration).operationsControllerRunPoseEstimationV1V1(poseEstimationV1ControllerInput, options).then((request) => request(this.axios, this.basePath));
|
|
6569
5906
|
}
|
|
6570
5907
|
/**
|
|
6571
5908
|
*
|
|
@@ -6575,9 +5912,7 @@ export class OperationsApi extends BaseAPI {
|
|
|
6575
5912
|
* @memberof OperationsApi
|
|
6576
5913
|
*/
|
|
6577
5914
|
operationsControllerRunSegmentAnythingEmbeddingsV1V1(segmentAnythingEmbeddingsV1ControllerInput, options) {
|
|
6578
|
-
return OperationsApiFp(this.configuration)
|
|
6579
|
-
.operationsControllerRunSegmentAnythingEmbeddingsV1V1(segmentAnythingEmbeddingsV1ControllerInput, options)
|
|
6580
|
-
.then((request) => request(this.axios, this.basePath));
|
|
5915
|
+
return OperationsApiFp(this.configuration).operationsControllerRunSegmentAnythingEmbeddingsV1V1(segmentAnythingEmbeddingsV1ControllerInput, options).then((request) => request(this.axios, this.basePath));
|
|
6581
5916
|
}
|
|
6582
5917
|
/**
|
|
6583
5918
|
*
|
|
@@ -6587,9 +5922,7 @@ export class OperationsApi extends BaseAPI {
|
|
|
6587
5922
|
* @memberof OperationsApi
|
|
6588
5923
|
*/
|
|
6589
5924
|
operationsControllerRunSegmentAnythingMaskV1V1(segmentAnythingMaskV1ControllerInput, options) {
|
|
6590
|
-
return OperationsApiFp(this.configuration)
|
|
6591
|
-
.operationsControllerRunSegmentAnythingMaskV1V1(segmentAnythingMaskV1ControllerInput, options)
|
|
6592
|
-
.then((request) => request(this.axios, this.basePath));
|
|
5925
|
+
return OperationsApiFp(this.configuration).operationsControllerRunSegmentAnythingMaskV1V1(segmentAnythingMaskV1ControllerInput, options).then((request) => request(this.axios, this.basePath));
|
|
6593
5926
|
}
|
|
6594
5927
|
/**
|
|
6595
5928
|
*
|
|
@@ -6599,9 +5932,7 @@ export class OperationsApi extends BaseAPI {
|
|
|
6599
5932
|
* @memberof OperationsApi
|
|
6600
5933
|
*/
|
|
6601
5934
|
operationsControllerRunUpscaleV1V1(upscaleV1ControllerInput, options) {
|
|
6602
|
-
return OperationsApiFp(this.configuration)
|
|
6603
|
-
.operationsControllerRunUpscaleV1V1(upscaleV1ControllerInput, options)
|
|
6604
|
-
.then((request) => request(this.axios, this.basePath));
|
|
5935
|
+
return OperationsApiFp(this.configuration).operationsControllerRunUpscaleV1V1(upscaleV1ControllerInput, options).then((request) => request(this.axios, this.basePath));
|
|
6605
5936
|
}
|
|
6606
5937
|
/**
|
|
6607
5938
|
*
|
|
@@ -6611,9 +5942,7 @@ export class OperationsApi extends BaseAPI {
|
|
|
6611
5942
|
* @memberof OperationsApi
|
|
6612
5943
|
*/
|
|
6613
5944
|
operationsControllerRunVtonGiseleV1V1(giseleVtonV1ControllerInput, options) {
|
|
6614
|
-
return OperationsApiFp(this.configuration)
|
|
6615
|
-
.operationsControllerRunVtonGiseleV1V1(giseleVtonV1ControllerInput, options)
|
|
6616
|
-
.then((request) => request(this.axios, this.basePath));
|
|
5945
|
+
return OperationsApiFp(this.configuration).operationsControllerRunVtonGiseleV1V1(giseleVtonV1ControllerInput, options).then((request) => request(this.axios, this.basePath));
|
|
6617
5946
|
}
|
|
6618
5947
|
/**
|
|
6619
5948
|
*
|
|
@@ -6624,9 +5953,7 @@ export class OperationsApi extends BaseAPI {
|
|
|
6624
5953
|
* @memberof OperationsApi
|
|
6625
5954
|
*/
|
|
6626
5955
|
operationsControllerUpdateMetadataV1(id, updateMetadataDto, options) {
|
|
6627
|
-
return OperationsApiFp(this.configuration)
|
|
6628
|
-
.operationsControllerUpdateMetadataV1(id, updateMetadataDto, options)
|
|
6629
|
-
.then((request) => request(this.axios, this.basePath));
|
|
5956
|
+
return OperationsApiFp(this.configuration).operationsControllerUpdateMetadataV1(id, updateMetadataDto, options).then((request) => request(this.axios, this.basePath));
|
|
6630
5957
|
}
|
|
6631
5958
|
}
|
|
6632
5959
|
/**
|
|
@@ -6636,7 +5963,7 @@ export const OperationsControllerListOperationsV1OrderByEnum = {
|
|
|
6636
5963
|
CreatedAtAsc: 'createdAt_ASC',
|
|
6637
5964
|
CreatedAtDesc: 'createdAt_DESC',
|
|
6638
5965
|
UpdatedAtAsc: 'updatedAt_ASC',
|
|
6639
|
-
UpdatedAtDesc: 'updatedAt_DESC'
|
|
5966
|
+
UpdatedAtDesc: 'updatedAt_DESC'
|
|
6640
5967
|
};
|
|
6641
5968
|
/**
|
|
6642
5969
|
* PermissionsApi - axios parameter creator
|
|
@@ -6665,11 +5992,7 @@ export const PermissionsApiAxiosParamCreator = function (configuration) {
|
|
|
6665
5992
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
6666
5993
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
6667
5994
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
6668
|
-
localVarRequestOptions.headers = {
|
|
6669
|
-
...localVarHeaderParameter,
|
|
6670
|
-
...headersFromBaseOptions,
|
|
6671
|
-
...options.headers,
|
|
6672
|
-
};
|
|
5995
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
6673
5996
|
return {
|
|
6674
5997
|
url: toPathString(localVarUrlObj),
|
|
6675
5998
|
options: localVarRequestOptions,
|
|
@@ -6710,9 +6033,7 @@ export const PermissionsApiFactory = function (configuration, basePath, axios) {
|
|
|
6710
6033
|
* @throws {RequiredError}
|
|
6711
6034
|
*/
|
|
6712
6035
|
permissionsControllerListAvailablePermissionsV1(options) {
|
|
6713
|
-
return localVarFp
|
|
6714
|
-
.permissionsControllerListAvailablePermissionsV1(options)
|
|
6715
|
-
.then((request) => request(axios, basePath));
|
|
6036
|
+
return localVarFp.permissionsControllerListAvailablePermissionsV1(options).then((request) => request(axios, basePath));
|
|
6716
6037
|
},
|
|
6717
6038
|
};
|
|
6718
6039
|
};
|
|
@@ -6730,9 +6051,7 @@ export class PermissionsApi extends BaseAPI {
|
|
|
6730
6051
|
* @memberof PermissionsApi
|
|
6731
6052
|
*/
|
|
6732
6053
|
permissionsControllerListAvailablePermissionsV1(options) {
|
|
6733
|
-
return PermissionsApiFp(this.configuration)
|
|
6734
|
-
.permissionsControllerListAvailablePermissionsV1(options)
|
|
6735
|
-
.then((request) => request(this.axios, this.basePath));
|
|
6054
|
+
return PermissionsApiFp(this.configuration).permissionsControllerListAvailablePermissionsV1(options).then((request) => request(this.axios, this.basePath));
|
|
6736
6055
|
}
|
|
6737
6056
|
}
|
|
6738
6057
|
/**
|
|
@@ -6766,11 +6085,7 @@ export const PipelinesApiAxiosParamCreator = function (configuration) {
|
|
|
6766
6085
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
6767
6086
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
6768
6087
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
6769
|
-
localVarRequestOptions.headers = {
|
|
6770
|
-
...localVarHeaderParameter,
|
|
6771
|
-
...headersFromBaseOptions,
|
|
6772
|
-
...options.headers,
|
|
6773
|
-
};
|
|
6088
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
6774
6089
|
localVarRequestOptions.data = serializeDataIfNeeded(createPipelineParamsDto, localVarRequestOptions, configuration);
|
|
6775
6090
|
return {
|
|
6776
6091
|
url: toPathString(localVarUrlObj),
|
|
@@ -6786,7 +6101,8 @@ export const PipelinesApiAxiosParamCreator = function (configuration) {
|
|
|
6786
6101
|
pipelinesControllerGetPipelineV1: async (id, options = {}) => {
|
|
6787
6102
|
// verify required parameter 'id' is not null or undefined
|
|
6788
6103
|
assertParamExists('pipelinesControllerGetPipelineV1', 'id', id);
|
|
6789
|
-
const localVarPath = `/v1/pipelines/{id}
|
|
6104
|
+
const localVarPath = `/v1/pipelines/{id}`
|
|
6105
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
6790
6106
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
6791
6107
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
6792
6108
|
let baseOptions;
|
|
@@ -6801,11 +6117,7 @@ export const PipelinesApiAxiosParamCreator = function (configuration) {
|
|
|
6801
6117
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
6802
6118
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
6803
6119
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
6804
|
-
localVarRequestOptions.headers = {
|
|
6805
|
-
...localVarHeaderParameter,
|
|
6806
|
-
...headersFromBaseOptions,
|
|
6807
|
-
...options.headers,
|
|
6808
|
-
};
|
|
6120
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
6809
6121
|
return {
|
|
6810
6122
|
url: toPathString(localVarUrlObj),
|
|
6811
6123
|
options: localVarRequestOptions,
|
|
@@ -6844,11 +6156,7 @@ export const PipelinesApiAxiosParamCreator = function (configuration) {
|
|
|
6844
6156
|
}
|
|
6845
6157
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
6846
6158
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
6847
|
-
localVarRequestOptions.headers = {
|
|
6848
|
-
...localVarHeaderParameter,
|
|
6849
|
-
...headersFromBaseOptions,
|
|
6850
|
-
...options.headers,
|
|
6851
|
-
};
|
|
6159
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
6852
6160
|
return {
|
|
6853
6161
|
url: toPathString(localVarUrlObj),
|
|
6854
6162
|
options: localVarRequestOptions,
|
|
@@ -6872,8 +6180,7 @@ export const PipelinesApiFp = function (configuration) {
|
|
|
6872
6180
|
async pipelinesControllerCreatePipelineV1(createPipelineParamsDto, options) {
|
|
6873
6181
|
const localVarAxiosArgs = await localVarAxiosParamCreator.pipelinesControllerCreatePipelineV1(createPipelineParamsDto, options);
|
|
6874
6182
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
6875
|
-
const localVarOperationServerBasePath = operationServerMap['PipelinesApi.pipelinesControllerCreatePipelineV1']?.[localVarOperationServerIndex]
|
|
6876
|
-
?.url;
|
|
6183
|
+
const localVarOperationServerBasePath = operationServerMap['PipelinesApi.pipelinesControllerCreatePipelineV1']?.[localVarOperationServerIndex]?.url;
|
|
6877
6184
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
6878
6185
|
},
|
|
6879
6186
|
/**
|
|
@@ -6885,8 +6192,7 @@ export const PipelinesApiFp = function (configuration) {
|
|
|
6885
6192
|
async pipelinesControllerGetPipelineV1(id, options) {
|
|
6886
6193
|
const localVarAxiosArgs = await localVarAxiosParamCreator.pipelinesControllerGetPipelineV1(id, options);
|
|
6887
6194
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
6888
|
-
const localVarOperationServerBasePath = operationServerMap['PipelinesApi.pipelinesControllerGetPipelineV1']?.[localVarOperationServerIndex]
|
|
6889
|
-
?.url;
|
|
6195
|
+
const localVarOperationServerBasePath = operationServerMap['PipelinesApi.pipelinesControllerGetPipelineV1']?.[localVarOperationServerIndex]?.url;
|
|
6890
6196
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
6891
6197
|
},
|
|
6892
6198
|
/**
|
|
@@ -6900,8 +6206,7 @@ export const PipelinesApiFp = function (configuration) {
|
|
|
6900
6206
|
async pipelinesControllerListPipelinesV1(orderBy, limit, cursor, options) {
|
|
6901
6207
|
const localVarAxiosArgs = await localVarAxiosParamCreator.pipelinesControllerListPipelinesV1(orderBy, limit, cursor, options);
|
|
6902
6208
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
6903
|
-
const localVarOperationServerBasePath = operationServerMap['PipelinesApi.pipelinesControllerListPipelinesV1']?.[localVarOperationServerIndex]
|
|
6904
|
-
?.url;
|
|
6209
|
+
const localVarOperationServerBasePath = operationServerMap['PipelinesApi.pipelinesControllerListPipelinesV1']?.[localVarOperationServerIndex]?.url;
|
|
6905
6210
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
6906
6211
|
},
|
|
6907
6212
|
};
|
|
@@ -6920,9 +6225,7 @@ export const PipelinesApiFactory = function (configuration, basePath, axios) {
|
|
|
6920
6225
|
* @throws {RequiredError}
|
|
6921
6226
|
*/
|
|
6922
6227
|
pipelinesControllerCreatePipelineV1(createPipelineParamsDto, options) {
|
|
6923
|
-
return localVarFp
|
|
6924
|
-
.pipelinesControllerCreatePipelineV1(createPipelineParamsDto, options)
|
|
6925
|
-
.then((request) => request(axios, basePath));
|
|
6228
|
+
return localVarFp.pipelinesControllerCreatePipelineV1(createPipelineParamsDto, options).then((request) => request(axios, basePath));
|
|
6926
6229
|
},
|
|
6927
6230
|
/**
|
|
6928
6231
|
*
|
|
@@ -6942,9 +6245,7 @@ export const PipelinesApiFactory = function (configuration, basePath, axios) {
|
|
|
6942
6245
|
* @throws {RequiredError}
|
|
6943
6246
|
*/
|
|
6944
6247
|
pipelinesControllerListPipelinesV1(orderBy, limit, cursor, options) {
|
|
6945
|
-
return localVarFp
|
|
6946
|
-
.pipelinesControllerListPipelinesV1(orderBy, limit, cursor, options)
|
|
6947
|
-
.then((request) => request(axios, basePath));
|
|
6248
|
+
return localVarFp.pipelinesControllerListPipelinesV1(orderBy, limit, cursor, options).then((request) => request(axios, basePath));
|
|
6948
6249
|
},
|
|
6949
6250
|
};
|
|
6950
6251
|
};
|
|
@@ -6963,9 +6264,7 @@ export class PipelinesApi extends BaseAPI {
|
|
|
6963
6264
|
* @memberof PipelinesApi
|
|
6964
6265
|
*/
|
|
6965
6266
|
pipelinesControllerCreatePipelineV1(createPipelineParamsDto, options) {
|
|
6966
|
-
return PipelinesApiFp(this.configuration)
|
|
6967
|
-
.pipelinesControllerCreatePipelineV1(createPipelineParamsDto, options)
|
|
6968
|
-
.then((request) => request(this.axios, this.basePath));
|
|
6267
|
+
return PipelinesApiFp(this.configuration).pipelinesControllerCreatePipelineV1(createPipelineParamsDto, options).then((request) => request(this.axios, this.basePath));
|
|
6969
6268
|
}
|
|
6970
6269
|
/**
|
|
6971
6270
|
*
|
|
@@ -6975,9 +6274,7 @@ export class PipelinesApi extends BaseAPI {
|
|
|
6975
6274
|
* @memberof PipelinesApi
|
|
6976
6275
|
*/
|
|
6977
6276
|
pipelinesControllerGetPipelineV1(id, options) {
|
|
6978
|
-
return PipelinesApiFp(this.configuration)
|
|
6979
|
-
.pipelinesControllerGetPipelineV1(id, options)
|
|
6980
|
-
.then((request) => request(this.axios, this.basePath));
|
|
6277
|
+
return PipelinesApiFp(this.configuration).pipelinesControllerGetPipelineV1(id, options).then((request) => request(this.axios, this.basePath));
|
|
6981
6278
|
}
|
|
6982
6279
|
/**
|
|
6983
6280
|
*
|
|
@@ -6989,9 +6286,7 @@ export class PipelinesApi extends BaseAPI {
|
|
|
6989
6286
|
* @memberof PipelinesApi
|
|
6990
6287
|
*/
|
|
6991
6288
|
pipelinesControllerListPipelinesV1(orderBy, limit, cursor, options) {
|
|
6992
|
-
return PipelinesApiFp(this.configuration)
|
|
6993
|
-
.pipelinesControllerListPipelinesV1(orderBy, limit, cursor, options)
|
|
6994
|
-
.then((request) => request(this.axios, this.basePath));
|
|
6289
|
+
return PipelinesApiFp(this.configuration).pipelinesControllerListPipelinesV1(orderBy, limit, cursor, options).then((request) => request(this.axios, this.basePath));
|
|
6995
6290
|
}
|
|
6996
6291
|
}
|
|
6997
6292
|
/**
|
|
@@ -6999,7 +6294,7 @@ export class PipelinesApi extends BaseAPI {
|
|
|
6999
6294
|
*/
|
|
7000
6295
|
export const PipelinesControllerListPipelinesV1OrderByEnum = {
|
|
7001
6296
|
Asc: 'createdAt_ASC',
|
|
7002
|
-
Desc: 'createdAt_DESC'
|
|
6297
|
+
Desc: 'createdAt_DESC'
|
|
7003
6298
|
};
|
|
7004
6299
|
/**
|
|
7005
6300
|
* PosesApi - axios parameter creator
|
|
@@ -7016,7 +6311,8 @@ export const PosesApiAxiosParamCreator = function (configuration) {
|
|
|
7016
6311
|
posesControllerGetPoseV1: async (id, options = {}) => {
|
|
7017
6312
|
// verify required parameter 'id' is not null or undefined
|
|
7018
6313
|
assertParamExists('posesControllerGetPoseV1', 'id', id);
|
|
7019
|
-
const localVarPath = `/v1/poses/{id}
|
|
6314
|
+
const localVarPath = `/v1/poses/{id}`
|
|
6315
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
7020
6316
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
7021
6317
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
7022
6318
|
let baseOptions;
|
|
@@ -7031,11 +6327,7 @@ export const PosesApiAxiosParamCreator = function (configuration) {
|
|
|
7031
6327
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
7032
6328
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
7033
6329
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
7034
|
-
localVarRequestOptions.headers = {
|
|
7035
|
-
...localVarHeaderParameter,
|
|
7036
|
-
...headersFromBaseOptions,
|
|
7037
|
-
...options.headers,
|
|
7038
|
-
};
|
|
6330
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
7039
6331
|
return {
|
|
7040
6332
|
url: toPathString(localVarUrlObj),
|
|
7041
6333
|
options: localVarRequestOptions,
|
|
@@ -7074,11 +6366,7 @@ export const PosesApiAxiosParamCreator = function (configuration) {
|
|
|
7074
6366
|
}
|
|
7075
6367
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
7076
6368
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
7077
|
-
localVarRequestOptions.headers = {
|
|
7078
|
-
...localVarHeaderParameter,
|
|
7079
|
-
...headersFromBaseOptions,
|
|
7080
|
-
...options.headers,
|
|
7081
|
-
};
|
|
6369
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
7082
6370
|
return {
|
|
7083
6371
|
url: toPathString(localVarUrlObj),
|
|
7084
6372
|
options: localVarRequestOptions,
|
|
@@ -7096,7 +6384,8 @@ export const PosesApiAxiosParamCreator = function (configuration) {
|
|
|
7096
6384
|
assertParamExists('posesControllerSetPosePreviewV1', 'id', id);
|
|
7097
6385
|
// verify required parameter 'setPosePreviewControllerParamsDto' is not null or undefined
|
|
7098
6386
|
assertParamExists('posesControllerSetPosePreviewV1', 'setPosePreviewControllerParamsDto', setPosePreviewControllerParamsDto);
|
|
7099
|
-
const localVarPath = `/v1/poses/{id}/preview
|
|
6387
|
+
const localVarPath = `/v1/poses/{id}/preview`
|
|
6388
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
7100
6389
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
7101
6390
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
7102
6391
|
let baseOptions;
|
|
@@ -7112,11 +6401,7 @@ export const PosesApiAxiosParamCreator = function (configuration) {
|
|
|
7112
6401
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
7113
6402
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
7114
6403
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
7115
|
-
localVarRequestOptions.headers = {
|
|
7116
|
-
...localVarHeaderParameter,
|
|
7117
|
-
...headersFromBaseOptions,
|
|
7118
|
-
...options.headers,
|
|
7119
|
-
};
|
|
6404
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
7120
6405
|
localVarRequestOptions.data = serializeDataIfNeeded(setPosePreviewControllerParamsDto, localVarRequestOptions, configuration);
|
|
7121
6406
|
return {
|
|
7122
6407
|
url: toPathString(localVarUrlObj),
|
|
@@ -7198,9 +6483,7 @@ export const PosesApiFactory = function (configuration, basePath, axios) {
|
|
|
7198
6483
|
* @throws {RequiredError}
|
|
7199
6484
|
*/
|
|
7200
6485
|
posesControllerListPosesV1(orderBy, limit, cursor, options) {
|
|
7201
|
-
return localVarFp
|
|
7202
|
-
.posesControllerListPosesV1(orderBy, limit, cursor, options)
|
|
7203
|
-
.then((request) => request(axios, basePath));
|
|
6486
|
+
return localVarFp.posesControllerListPosesV1(orderBy, limit, cursor, options).then((request) => request(axios, basePath));
|
|
7204
6487
|
},
|
|
7205
6488
|
/**
|
|
7206
6489
|
*
|
|
@@ -7210,9 +6493,7 @@ export const PosesApiFactory = function (configuration, basePath, axios) {
|
|
|
7210
6493
|
* @throws {RequiredError}
|
|
7211
6494
|
*/
|
|
7212
6495
|
posesControllerSetPosePreviewV1(id, setPosePreviewControllerParamsDto, options) {
|
|
7213
|
-
return localVarFp
|
|
7214
|
-
.posesControllerSetPosePreviewV1(id, setPosePreviewControllerParamsDto, options)
|
|
7215
|
-
.then((request) => request(axios, basePath));
|
|
6496
|
+
return localVarFp.posesControllerSetPosePreviewV1(id, setPosePreviewControllerParamsDto, options).then((request) => request(axios, basePath));
|
|
7216
6497
|
},
|
|
7217
6498
|
};
|
|
7218
6499
|
};
|
|
@@ -7231,9 +6512,7 @@ export class PosesApi extends BaseAPI {
|
|
|
7231
6512
|
* @memberof PosesApi
|
|
7232
6513
|
*/
|
|
7233
6514
|
posesControllerGetPoseV1(id, options) {
|
|
7234
|
-
return PosesApiFp(this.configuration)
|
|
7235
|
-
.posesControllerGetPoseV1(id, options)
|
|
7236
|
-
.then((request) => request(this.axios, this.basePath));
|
|
6515
|
+
return PosesApiFp(this.configuration).posesControllerGetPoseV1(id, options).then((request) => request(this.axios, this.basePath));
|
|
7237
6516
|
}
|
|
7238
6517
|
/**
|
|
7239
6518
|
*
|
|
@@ -7245,9 +6524,7 @@ export class PosesApi extends BaseAPI {
|
|
|
7245
6524
|
* @memberof PosesApi
|
|
7246
6525
|
*/
|
|
7247
6526
|
posesControllerListPosesV1(orderBy, limit, cursor, options) {
|
|
7248
|
-
return PosesApiFp(this.configuration)
|
|
7249
|
-
.posesControllerListPosesV1(orderBy, limit, cursor, options)
|
|
7250
|
-
.then((request) => request(this.axios, this.basePath));
|
|
6527
|
+
return PosesApiFp(this.configuration).posesControllerListPosesV1(orderBy, limit, cursor, options).then((request) => request(this.axios, this.basePath));
|
|
7251
6528
|
}
|
|
7252
6529
|
/**
|
|
7253
6530
|
*
|
|
@@ -7258,9 +6535,7 @@ export class PosesApi extends BaseAPI {
|
|
|
7258
6535
|
* @memberof PosesApi
|
|
7259
6536
|
*/
|
|
7260
6537
|
posesControllerSetPosePreviewV1(id, setPosePreviewControllerParamsDto, options) {
|
|
7261
|
-
return PosesApiFp(this.configuration)
|
|
7262
|
-
.posesControllerSetPosePreviewV1(id, setPosePreviewControllerParamsDto, options)
|
|
7263
|
-
.then((request) => request(this.axios, this.basePath));
|
|
6538
|
+
return PosesApiFp(this.configuration).posesControllerSetPosePreviewV1(id, setPosePreviewControllerParamsDto, options).then((request) => request(this.axios, this.basePath));
|
|
7264
6539
|
}
|
|
7265
6540
|
}
|
|
7266
6541
|
/**
|
|
@@ -7268,7 +6543,7 @@ export class PosesApi extends BaseAPI {
|
|
|
7268
6543
|
*/
|
|
7269
6544
|
export const PosesControllerListPosesV1OrderByEnum = {
|
|
7270
6545
|
Asc: 'createdAt_ASC',
|
|
7271
|
-
Desc: 'createdAt_DESC'
|
|
6546
|
+
Desc: 'createdAt_DESC'
|
|
7272
6547
|
};
|
|
7273
6548
|
/**
|
|
7274
6549
|
* StacksApi - axios parameter creator
|
|
@@ -7288,7 +6563,8 @@ export const StacksApiAxiosParamCreator = function (configuration) {
|
|
|
7288
6563
|
assertParamExists('stacksControllerAddItemsV1', 'id', id);
|
|
7289
6564
|
// verify required parameter 'addItemsToStackControllerParamsDto' is not null or undefined
|
|
7290
6565
|
assertParamExists('stacksControllerAddItemsV1', 'addItemsToStackControllerParamsDto', addItemsToStackControllerParamsDto);
|
|
7291
|
-
const localVarPath = `/v1/stacks/{id}/items/add
|
|
6566
|
+
const localVarPath = `/v1/stacks/{id}/items/add`
|
|
6567
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
7292
6568
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
7293
6569
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
7294
6570
|
let baseOptions;
|
|
@@ -7304,11 +6580,7 @@ export const StacksApiAxiosParamCreator = function (configuration) {
|
|
|
7304
6580
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
7305
6581
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
7306
6582
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
7307
|
-
localVarRequestOptions.headers = {
|
|
7308
|
-
...localVarHeaderParameter,
|
|
7309
|
-
...headersFromBaseOptions,
|
|
7310
|
-
...options.headers,
|
|
7311
|
-
};
|
|
6583
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
7312
6584
|
localVarRequestOptions.data = serializeDataIfNeeded(addItemsToStackControllerParamsDto, localVarRequestOptions, configuration);
|
|
7313
6585
|
return {
|
|
7314
6586
|
url: toPathString(localVarUrlObj),
|
|
@@ -7340,11 +6612,7 @@ export const StacksApiAxiosParamCreator = function (configuration) {
|
|
|
7340
6612
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
7341
6613
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
7342
6614
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
7343
|
-
localVarRequestOptions.headers = {
|
|
7344
|
-
...localVarHeaderParameter,
|
|
7345
|
-
...headersFromBaseOptions,
|
|
7346
|
-
...options.headers,
|
|
7347
|
-
};
|
|
6615
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
7348
6616
|
localVarRequestOptions.data = serializeDataIfNeeded(createStackParamsDto, localVarRequestOptions, configuration);
|
|
7349
6617
|
return {
|
|
7350
6618
|
url: toPathString(localVarUrlObj),
|
|
@@ -7360,7 +6628,8 @@ export const StacksApiAxiosParamCreator = function (configuration) {
|
|
|
7360
6628
|
stacksControllerGetStackV1: async (id, options = {}) => {
|
|
7361
6629
|
// verify required parameter 'id' is not null or undefined
|
|
7362
6630
|
assertParamExists('stacksControllerGetStackV1', 'id', id);
|
|
7363
|
-
const localVarPath = `/v1/stacks/{id}
|
|
6631
|
+
const localVarPath = `/v1/stacks/{id}`
|
|
6632
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
7364
6633
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
7365
6634
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
7366
6635
|
let baseOptions;
|
|
@@ -7375,11 +6644,7 @@ export const StacksApiAxiosParamCreator = function (configuration) {
|
|
|
7375
6644
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
7376
6645
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
7377
6646
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
7378
|
-
localVarRequestOptions.headers = {
|
|
7379
|
-
...localVarHeaderParameter,
|
|
7380
|
-
...headersFromBaseOptions,
|
|
7381
|
-
...options.headers,
|
|
7382
|
-
};
|
|
6647
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
7383
6648
|
return {
|
|
7384
6649
|
url: toPathString(localVarUrlObj),
|
|
7385
6650
|
options: localVarRequestOptions,
|
|
@@ -7418,11 +6683,7 @@ export const StacksApiAxiosParamCreator = function (configuration) {
|
|
|
7418
6683
|
}
|
|
7419
6684
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
7420
6685
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
7421
|
-
localVarRequestOptions.headers = {
|
|
7422
|
-
...localVarHeaderParameter,
|
|
7423
|
-
...headersFromBaseOptions,
|
|
7424
|
-
...options.headers,
|
|
7425
|
-
};
|
|
6686
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
7426
6687
|
return {
|
|
7427
6688
|
url: toPathString(localVarUrlObj),
|
|
7428
6689
|
options: localVarRequestOptions,
|
|
@@ -7440,7 +6701,8 @@ export const StacksApiAxiosParamCreator = function (configuration) {
|
|
|
7440
6701
|
assertParamExists('stacksControllerRemoveItemsV1', 'id', id);
|
|
7441
6702
|
// verify required parameter 'removeItemsFromCollectionControllerParamsDto' is not null or undefined
|
|
7442
6703
|
assertParamExists('stacksControllerRemoveItemsV1', 'removeItemsFromCollectionControllerParamsDto', removeItemsFromCollectionControllerParamsDto);
|
|
7443
|
-
const localVarPath = `/v1/stacks/{id}/items/remove
|
|
6704
|
+
const localVarPath = `/v1/stacks/{id}/items/remove`
|
|
6705
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
7444
6706
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
7445
6707
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
7446
6708
|
let baseOptions;
|
|
@@ -7456,11 +6718,7 @@ export const StacksApiAxiosParamCreator = function (configuration) {
|
|
|
7456
6718
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
7457
6719
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
7458
6720
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
7459
|
-
localVarRequestOptions.headers = {
|
|
7460
|
-
...localVarHeaderParameter,
|
|
7461
|
-
...headersFromBaseOptions,
|
|
7462
|
-
...options.headers,
|
|
7463
|
-
};
|
|
6721
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
7464
6722
|
localVarRequestOptions.data = serializeDataIfNeeded(removeItemsFromCollectionControllerParamsDto, localVarRequestOptions, configuration);
|
|
7465
6723
|
return {
|
|
7466
6724
|
url: toPathString(localVarUrlObj),
|
|
@@ -7479,7 +6737,8 @@ export const StacksApiAxiosParamCreator = function (configuration) {
|
|
|
7479
6737
|
assertParamExists('stacksControllerUpdateMetadataV1', 'id', id);
|
|
7480
6738
|
// verify required parameter 'updateMetadataDto' is not null or undefined
|
|
7481
6739
|
assertParamExists('stacksControllerUpdateMetadataV1', 'updateMetadataDto', updateMetadataDto);
|
|
7482
|
-
const localVarPath = `/v1/stacks/{id}/metadata
|
|
6740
|
+
const localVarPath = `/v1/stacks/{id}/metadata`
|
|
6741
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
7483
6742
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
7484
6743
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
7485
6744
|
let baseOptions;
|
|
@@ -7495,11 +6754,7 @@ export const StacksApiAxiosParamCreator = function (configuration) {
|
|
|
7495
6754
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
7496
6755
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
7497
6756
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
7498
|
-
localVarRequestOptions.headers = {
|
|
7499
|
-
...localVarHeaderParameter,
|
|
7500
|
-
...headersFromBaseOptions,
|
|
7501
|
-
...options.headers,
|
|
7502
|
-
};
|
|
6757
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
7503
6758
|
localVarRequestOptions.data = serializeDataIfNeeded(updateMetadataDto, localVarRequestOptions, configuration);
|
|
7504
6759
|
return {
|
|
7505
6760
|
url: toPathString(localVarUrlObj),
|
|
@@ -7609,9 +6864,7 @@ export const StacksApiFactory = function (configuration, basePath, axios) {
|
|
|
7609
6864
|
* @throws {RequiredError}
|
|
7610
6865
|
*/
|
|
7611
6866
|
stacksControllerAddItemsV1(id, addItemsToStackControllerParamsDto, options) {
|
|
7612
|
-
return localVarFp
|
|
7613
|
-
.stacksControllerAddItemsV1(id, addItemsToStackControllerParamsDto, options)
|
|
7614
|
-
.then((request) => request(axios, basePath));
|
|
6867
|
+
return localVarFp.stacksControllerAddItemsV1(id, addItemsToStackControllerParamsDto, options).then((request) => request(axios, basePath));
|
|
7615
6868
|
},
|
|
7616
6869
|
/**
|
|
7617
6870
|
*
|
|
@@ -7620,9 +6873,7 @@ export const StacksApiFactory = function (configuration, basePath, axios) {
|
|
|
7620
6873
|
* @throws {RequiredError}
|
|
7621
6874
|
*/
|
|
7622
6875
|
stacksControllerCreateStackV1(createStackParamsDto, options) {
|
|
7623
|
-
return localVarFp
|
|
7624
|
-
.stacksControllerCreateStackV1(createStackParamsDto, options)
|
|
7625
|
-
.then((request) => request(axios, basePath));
|
|
6876
|
+
return localVarFp.stacksControllerCreateStackV1(createStackParamsDto, options).then((request) => request(axios, basePath));
|
|
7626
6877
|
},
|
|
7627
6878
|
/**
|
|
7628
6879
|
*
|
|
@@ -7642,9 +6893,7 @@ export const StacksApiFactory = function (configuration, basePath, axios) {
|
|
|
7642
6893
|
* @throws {RequiredError}
|
|
7643
6894
|
*/
|
|
7644
6895
|
stacksControllerListStacksV1(orderBy, limit, cursor, options) {
|
|
7645
|
-
return localVarFp
|
|
7646
|
-
.stacksControllerListStacksV1(orderBy, limit, cursor, options)
|
|
7647
|
-
.then((request) => request(axios, basePath));
|
|
6896
|
+
return localVarFp.stacksControllerListStacksV1(orderBy, limit, cursor, options).then((request) => request(axios, basePath));
|
|
7648
6897
|
},
|
|
7649
6898
|
/**
|
|
7650
6899
|
*
|
|
@@ -7654,9 +6903,7 @@ export const StacksApiFactory = function (configuration, basePath, axios) {
|
|
|
7654
6903
|
* @throws {RequiredError}
|
|
7655
6904
|
*/
|
|
7656
6905
|
stacksControllerRemoveItemsV1(id, removeItemsFromCollectionControllerParamsDto, options) {
|
|
7657
|
-
return localVarFp
|
|
7658
|
-
.stacksControllerRemoveItemsV1(id, removeItemsFromCollectionControllerParamsDto, options)
|
|
7659
|
-
.then((request) => request(axios, basePath));
|
|
6906
|
+
return localVarFp.stacksControllerRemoveItemsV1(id, removeItemsFromCollectionControllerParamsDto, options).then((request) => request(axios, basePath));
|
|
7660
6907
|
},
|
|
7661
6908
|
/**
|
|
7662
6909
|
*
|
|
@@ -7666,9 +6913,7 @@ export const StacksApiFactory = function (configuration, basePath, axios) {
|
|
|
7666
6913
|
* @throws {RequiredError}
|
|
7667
6914
|
*/
|
|
7668
6915
|
stacksControllerUpdateMetadataV1(id, updateMetadataDto, options) {
|
|
7669
|
-
return localVarFp
|
|
7670
|
-
.stacksControllerUpdateMetadataV1(id, updateMetadataDto, options)
|
|
7671
|
-
.then((request) => request(axios, basePath));
|
|
6916
|
+
return localVarFp.stacksControllerUpdateMetadataV1(id, updateMetadataDto, options).then((request) => request(axios, basePath));
|
|
7672
6917
|
},
|
|
7673
6918
|
};
|
|
7674
6919
|
};
|
|
@@ -7688,9 +6933,7 @@ export class StacksApi extends BaseAPI {
|
|
|
7688
6933
|
* @memberof StacksApi
|
|
7689
6934
|
*/
|
|
7690
6935
|
stacksControllerAddItemsV1(id, addItemsToStackControllerParamsDto, options) {
|
|
7691
|
-
return StacksApiFp(this.configuration)
|
|
7692
|
-
.stacksControllerAddItemsV1(id, addItemsToStackControllerParamsDto, options)
|
|
7693
|
-
.then((request) => request(this.axios, this.basePath));
|
|
6936
|
+
return StacksApiFp(this.configuration).stacksControllerAddItemsV1(id, addItemsToStackControllerParamsDto, options).then((request) => request(this.axios, this.basePath));
|
|
7694
6937
|
}
|
|
7695
6938
|
/**
|
|
7696
6939
|
*
|
|
@@ -7700,9 +6943,7 @@ export class StacksApi extends BaseAPI {
|
|
|
7700
6943
|
* @memberof StacksApi
|
|
7701
6944
|
*/
|
|
7702
6945
|
stacksControllerCreateStackV1(createStackParamsDto, options) {
|
|
7703
|
-
return StacksApiFp(this.configuration)
|
|
7704
|
-
.stacksControllerCreateStackV1(createStackParamsDto, options)
|
|
7705
|
-
.then((request) => request(this.axios, this.basePath));
|
|
6946
|
+
return StacksApiFp(this.configuration).stacksControllerCreateStackV1(createStackParamsDto, options).then((request) => request(this.axios, this.basePath));
|
|
7706
6947
|
}
|
|
7707
6948
|
/**
|
|
7708
6949
|
*
|
|
@@ -7712,9 +6953,7 @@ export class StacksApi extends BaseAPI {
|
|
|
7712
6953
|
* @memberof StacksApi
|
|
7713
6954
|
*/
|
|
7714
6955
|
stacksControllerGetStackV1(id, options) {
|
|
7715
|
-
return StacksApiFp(this.configuration)
|
|
7716
|
-
.stacksControllerGetStackV1(id, options)
|
|
7717
|
-
.then((request) => request(this.axios, this.basePath));
|
|
6956
|
+
return StacksApiFp(this.configuration).stacksControllerGetStackV1(id, options).then((request) => request(this.axios, this.basePath));
|
|
7718
6957
|
}
|
|
7719
6958
|
/**
|
|
7720
6959
|
*
|
|
@@ -7726,9 +6965,7 @@ export class StacksApi extends BaseAPI {
|
|
|
7726
6965
|
* @memberof StacksApi
|
|
7727
6966
|
*/
|
|
7728
6967
|
stacksControllerListStacksV1(orderBy, limit, cursor, options) {
|
|
7729
|
-
return StacksApiFp(this.configuration)
|
|
7730
|
-
.stacksControllerListStacksV1(orderBy, limit, cursor, options)
|
|
7731
|
-
.then((request) => request(this.axios, this.basePath));
|
|
6968
|
+
return StacksApiFp(this.configuration).stacksControllerListStacksV1(orderBy, limit, cursor, options).then((request) => request(this.axios, this.basePath));
|
|
7732
6969
|
}
|
|
7733
6970
|
/**
|
|
7734
6971
|
*
|
|
@@ -7739,9 +6976,7 @@ export class StacksApi extends BaseAPI {
|
|
|
7739
6976
|
* @memberof StacksApi
|
|
7740
6977
|
*/
|
|
7741
6978
|
stacksControllerRemoveItemsV1(id, removeItemsFromCollectionControllerParamsDto, options) {
|
|
7742
|
-
return StacksApiFp(this.configuration)
|
|
7743
|
-
.stacksControllerRemoveItemsV1(id, removeItemsFromCollectionControllerParamsDto, options)
|
|
7744
|
-
.then((request) => request(this.axios, this.basePath));
|
|
6979
|
+
return StacksApiFp(this.configuration).stacksControllerRemoveItemsV1(id, removeItemsFromCollectionControllerParamsDto, options).then((request) => request(this.axios, this.basePath));
|
|
7745
6980
|
}
|
|
7746
6981
|
/**
|
|
7747
6982
|
*
|
|
@@ -7752,9 +6987,7 @@ export class StacksApi extends BaseAPI {
|
|
|
7752
6987
|
* @memberof StacksApi
|
|
7753
6988
|
*/
|
|
7754
6989
|
stacksControllerUpdateMetadataV1(id, updateMetadataDto, options) {
|
|
7755
|
-
return StacksApiFp(this.configuration)
|
|
7756
|
-
.stacksControllerUpdateMetadataV1(id, updateMetadataDto, options)
|
|
7757
|
-
.then((request) => request(this.axios, this.basePath));
|
|
6990
|
+
return StacksApiFp(this.configuration).stacksControllerUpdateMetadataV1(id, updateMetadataDto, options).then((request) => request(this.axios, this.basePath));
|
|
7758
6991
|
}
|
|
7759
6992
|
}
|
|
7760
6993
|
/**
|
|
@@ -7764,7 +6997,7 @@ export const StacksControllerListStacksV1OrderByEnum = {
|
|
|
7764
6997
|
CreatedAtAsc: 'createdAt_ASC',
|
|
7765
6998
|
CreatedAtDesc: 'createdAt_DESC',
|
|
7766
6999
|
UpdatedAtAsc: 'updatedAt_ASC',
|
|
7767
|
-
UpdatedAtDesc: 'updatedAt_DESC'
|
|
7000
|
+
UpdatedAtDesc: 'updatedAt_DESC'
|
|
7768
7001
|
};
|
|
7769
7002
|
/**
|
|
7770
7003
|
* StorageApi - axios parameter creator
|
|
@@ -7797,11 +7030,7 @@ export const StorageApiAxiosParamCreator = function (configuration) {
|
|
|
7797
7030
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
7798
7031
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
7799
7032
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
7800
|
-
localVarRequestOptions.headers = {
|
|
7801
|
-
...localVarHeaderParameter,
|
|
7802
|
-
...headersFromBaseOptions,
|
|
7803
|
-
...options.headers,
|
|
7804
|
-
};
|
|
7033
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
7805
7034
|
localVarRequestOptions.data = serializeDataIfNeeded(createStorageRecordParamsDto, localVarRequestOptions, configuration);
|
|
7806
7035
|
return {
|
|
7807
7036
|
url: toPathString(localVarUrlObj),
|
|
@@ -7833,11 +7062,7 @@ export const StorageApiAxiosParamCreator = function (configuration) {
|
|
|
7833
7062
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
7834
7063
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
7835
7064
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
7836
|
-
localVarRequestOptions.headers = {
|
|
7837
|
-
...localVarHeaderParameter,
|
|
7838
|
-
...headersFromBaseOptions,
|
|
7839
|
-
...options.headers,
|
|
7840
|
-
};
|
|
7065
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
7841
7066
|
localVarRequestOptions.data = serializeDataIfNeeded(deleteStorageParamsDto, localVarRequestOptions, configuration);
|
|
7842
7067
|
return {
|
|
7843
7068
|
url: toPathString(localVarUrlObj),
|
|
@@ -7869,11 +7094,7 @@ export const StorageApiAxiosParamCreator = function (configuration) {
|
|
|
7869
7094
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
7870
7095
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
7871
7096
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
7872
|
-
localVarRequestOptions.headers = {
|
|
7873
|
-
...localVarHeaderParameter,
|
|
7874
|
-
...headersFromBaseOptions,
|
|
7875
|
-
...options.headers,
|
|
7876
|
-
};
|
|
7097
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
7877
7098
|
localVarRequestOptions.data = serializeDataIfNeeded(getStorageRecordParamsDto, localVarRequestOptions, configuration);
|
|
7878
7099
|
return {
|
|
7879
7100
|
url: toPathString(localVarUrlObj),
|
|
@@ -7905,11 +7126,7 @@ export const StorageApiAxiosParamCreator = function (configuration) {
|
|
|
7905
7126
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
7906
7127
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
7907
7128
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
7908
|
-
localVarRequestOptions.headers = {
|
|
7909
|
-
...localVarHeaderParameter,
|
|
7910
|
-
...headersFromBaseOptions,
|
|
7911
|
-
...options.headers,
|
|
7912
|
-
};
|
|
7129
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
7913
7130
|
localVarRequestOptions.data = serializeDataIfNeeded(updateStorageRecordParamsDto, localVarRequestOptions, configuration);
|
|
7914
7131
|
return {
|
|
7915
7132
|
url: toPathString(localVarUrlObj),
|
|
@@ -7989,9 +7206,7 @@ export const StorageApiFactory = function (configuration, basePath, axios) {
|
|
|
7989
7206
|
* @throws {RequiredError}
|
|
7990
7207
|
*/
|
|
7991
7208
|
storageControllerCreateRecordV1(createStorageRecordParamsDto, options) {
|
|
7992
|
-
return localVarFp
|
|
7993
|
-
.storageControllerCreateRecordV1(createStorageRecordParamsDto, options)
|
|
7994
|
-
.then((request) => request(axios, basePath));
|
|
7209
|
+
return localVarFp.storageControllerCreateRecordV1(createStorageRecordParamsDto, options).then((request) => request(axios, basePath));
|
|
7995
7210
|
},
|
|
7996
7211
|
/**
|
|
7997
7212
|
*
|
|
@@ -8000,9 +7215,7 @@ export const StorageApiFactory = function (configuration, basePath, axios) {
|
|
|
8000
7215
|
* @throws {RequiredError}
|
|
8001
7216
|
*/
|
|
8002
7217
|
storageControllerDeleteRecordV1(deleteStorageParamsDto, options) {
|
|
8003
|
-
return localVarFp
|
|
8004
|
-
.storageControllerDeleteRecordV1(deleteStorageParamsDto, options)
|
|
8005
|
-
.then((request) => request(axios, basePath));
|
|
7218
|
+
return localVarFp.storageControllerDeleteRecordV1(deleteStorageParamsDto, options).then((request) => request(axios, basePath));
|
|
8006
7219
|
},
|
|
8007
7220
|
/**
|
|
8008
7221
|
*
|
|
@@ -8011,9 +7224,7 @@ export const StorageApiFactory = function (configuration, basePath, axios) {
|
|
|
8011
7224
|
* @throws {RequiredError}
|
|
8012
7225
|
*/
|
|
8013
7226
|
storageControllerGetRecordsV1(getStorageRecordParamsDto, options) {
|
|
8014
|
-
return localVarFp
|
|
8015
|
-
.storageControllerGetRecordsV1(getStorageRecordParamsDto, options)
|
|
8016
|
-
.then((request) => request(axios, basePath));
|
|
7227
|
+
return localVarFp.storageControllerGetRecordsV1(getStorageRecordParamsDto, options).then((request) => request(axios, basePath));
|
|
8017
7228
|
},
|
|
8018
7229
|
/**
|
|
8019
7230
|
*
|
|
@@ -8022,9 +7233,7 @@ export const StorageApiFactory = function (configuration, basePath, axios) {
|
|
|
8022
7233
|
* @throws {RequiredError}
|
|
8023
7234
|
*/
|
|
8024
7235
|
storageControllerUpdateRecordV1(updateStorageRecordParamsDto, options) {
|
|
8025
|
-
return localVarFp
|
|
8026
|
-
.storageControllerUpdateRecordV1(updateStorageRecordParamsDto, options)
|
|
8027
|
-
.then((request) => request(axios, basePath));
|
|
7236
|
+
return localVarFp.storageControllerUpdateRecordV1(updateStorageRecordParamsDto, options).then((request) => request(axios, basePath));
|
|
8028
7237
|
},
|
|
8029
7238
|
};
|
|
8030
7239
|
};
|
|
@@ -8043,9 +7252,7 @@ export class StorageApi extends BaseAPI {
|
|
|
8043
7252
|
* @memberof StorageApi
|
|
8044
7253
|
*/
|
|
8045
7254
|
storageControllerCreateRecordV1(createStorageRecordParamsDto, options) {
|
|
8046
|
-
return StorageApiFp(this.configuration)
|
|
8047
|
-
.storageControllerCreateRecordV1(createStorageRecordParamsDto, options)
|
|
8048
|
-
.then((request) => request(this.axios, this.basePath));
|
|
7255
|
+
return StorageApiFp(this.configuration).storageControllerCreateRecordV1(createStorageRecordParamsDto, options).then((request) => request(this.axios, this.basePath));
|
|
8049
7256
|
}
|
|
8050
7257
|
/**
|
|
8051
7258
|
*
|
|
@@ -8055,9 +7262,7 @@ export class StorageApi extends BaseAPI {
|
|
|
8055
7262
|
* @memberof StorageApi
|
|
8056
7263
|
*/
|
|
8057
7264
|
storageControllerDeleteRecordV1(deleteStorageParamsDto, options) {
|
|
8058
|
-
return StorageApiFp(this.configuration)
|
|
8059
|
-
.storageControllerDeleteRecordV1(deleteStorageParamsDto, options)
|
|
8060
|
-
.then((request) => request(this.axios, this.basePath));
|
|
7265
|
+
return StorageApiFp(this.configuration).storageControllerDeleteRecordV1(deleteStorageParamsDto, options).then((request) => request(this.axios, this.basePath));
|
|
8061
7266
|
}
|
|
8062
7267
|
/**
|
|
8063
7268
|
*
|
|
@@ -8067,9 +7272,7 @@ export class StorageApi extends BaseAPI {
|
|
|
8067
7272
|
* @memberof StorageApi
|
|
8068
7273
|
*/
|
|
8069
7274
|
storageControllerGetRecordsV1(getStorageRecordParamsDto, options) {
|
|
8070
|
-
return StorageApiFp(this.configuration)
|
|
8071
|
-
.storageControllerGetRecordsV1(getStorageRecordParamsDto, options)
|
|
8072
|
-
.then((request) => request(this.axios, this.basePath));
|
|
7275
|
+
return StorageApiFp(this.configuration).storageControllerGetRecordsV1(getStorageRecordParamsDto, options).then((request) => request(this.axios, this.basePath));
|
|
8073
7276
|
}
|
|
8074
7277
|
/**
|
|
8075
7278
|
*
|
|
@@ -8079,9 +7282,7 @@ export class StorageApi extends BaseAPI {
|
|
|
8079
7282
|
* @memberof StorageApi
|
|
8080
7283
|
*/
|
|
8081
7284
|
storageControllerUpdateRecordV1(updateStorageRecordParamsDto, options) {
|
|
8082
|
-
return StorageApiFp(this.configuration)
|
|
8083
|
-
.storageControllerUpdateRecordV1(updateStorageRecordParamsDto, options)
|
|
8084
|
-
.then((request) => request(this.axios, this.basePath));
|
|
7285
|
+
return StorageApiFp(this.configuration).storageControllerUpdateRecordV1(updateStorageRecordParamsDto, options).then((request) => request(this.axios, this.basePath));
|
|
8085
7286
|
}
|
|
8086
7287
|
}
|
|
8087
7288
|
/**
|
|
@@ -8111,11 +7312,7 @@ export const WebsocketApiAxiosParamCreator = function (configuration) {
|
|
|
8111
7312
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
8112
7313
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
8113
7314
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
8114
|
-
localVarRequestOptions.headers = {
|
|
8115
|
-
...localVarHeaderParameter,
|
|
8116
|
-
...headersFromBaseOptions,
|
|
8117
|
-
...options.headers,
|
|
8118
|
-
};
|
|
7315
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
8119
7316
|
return {
|
|
8120
7317
|
url: toPathString(localVarUrlObj),
|
|
8121
7318
|
options: localVarRequestOptions,
|
|
@@ -8142,11 +7339,7 @@ export const WebsocketApiAxiosParamCreator = function (configuration) {
|
|
|
8142
7339
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
8143
7340
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
8144
7341
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
8145
|
-
localVarRequestOptions.headers = {
|
|
8146
|
-
...localVarHeaderParameter,
|
|
8147
|
-
...headersFromBaseOptions,
|
|
8148
|
-
...options.headers,
|
|
8149
|
-
};
|
|
7342
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
8150
7343
|
return {
|
|
8151
7344
|
url: toPathString(localVarUrlObj),
|
|
8152
7345
|
options: localVarRequestOptions,
|
|
@@ -8169,8 +7362,7 @@ export const WebsocketApiFp = function (configuration) {
|
|
|
8169
7362
|
async websocketControllerGetSettingsV1(options) {
|
|
8170
7363
|
const localVarAxiosArgs = await localVarAxiosParamCreator.websocketControllerGetSettingsV1(options);
|
|
8171
7364
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
8172
|
-
const localVarOperationServerBasePath = operationServerMap['WebsocketApi.websocketControllerGetSettingsV1']?.[localVarOperationServerIndex]
|
|
8173
|
-
?.url;
|
|
7365
|
+
const localVarOperationServerBasePath = operationServerMap['WebsocketApi.websocketControllerGetSettingsV1']?.[localVarOperationServerIndex]?.url;
|
|
8174
7366
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
8175
7367
|
},
|
|
8176
7368
|
/**
|
|
@@ -8207,9 +7399,7 @@ export const WebsocketApiFactory = function (configuration, basePath, axios) {
|
|
|
8207
7399
|
* @throws {RequiredError}
|
|
8208
7400
|
*/
|
|
8209
7401
|
websocketControllerRegisterWebsocketV1(options) {
|
|
8210
|
-
return localVarFp
|
|
8211
|
-
.websocketControllerRegisterWebsocketV1(options)
|
|
8212
|
-
.then((request) => request(axios, basePath));
|
|
7402
|
+
return localVarFp.websocketControllerRegisterWebsocketV1(options).then((request) => request(axios, basePath));
|
|
8213
7403
|
},
|
|
8214
7404
|
};
|
|
8215
7405
|
};
|
|
@@ -8227,9 +7417,7 @@ export class WebsocketApi extends BaseAPI {
|
|
|
8227
7417
|
* @memberof WebsocketApi
|
|
8228
7418
|
*/
|
|
8229
7419
|
websocketControllerGetSettingsV1(options) {
|
|
8230
|
-
return WebsocketApiFp(this.configuration)
|
|
8231
|
-
.websocketControllerGetSettingsV1(options)
|
|
8232
|
-
.then((request) => request(this.axios, this.basePath));
|
|
7420
|
+
return WebsocketApiFp(this.configuration).websocketControllerGetSettingsV1(options).then((request) => request(this.axios, this.basePath));
|
|
8233
7421
|
}
|
|
8234
7422
|
/**
|
|
8235
7423
|
*
|
|
@@ -8238,8 +7426,6 @@ export class WebsocketApi extends BaseAPI {
|
|
|
8238
7426
|
* @memberof WebsocketApi
|
|
8239
7427
|
*/
|
|
8240
7428
|
websocketControllerRegisterWebsocketV1(options) {
|
|
8241
|
-
return WebsocketApiFp(this.configuration)
|
|
8242
|
-
.websocketControllerRegisterWebsocketV1(options)
|
|
8243
|
-
.then((request) => request(this.axios, this.basePath));
|
|
7429
|
+
return WebsocketApiFp(this.configuration).websocketControllerRegisterWebsocketV1(options).then((request) => request(this.axios, this.basePath));
|
|
8244
7430
|
}
|
|
8245
7431
|
}
|