@daytonaio/api-client 0.2.2 → 0.2.3

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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @daytonaio/api-client@0.2.2
1
+ ## @daytonaio/api-client@0.2.3
2
2
 
3
3
  This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
4
4
 
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
36
36
  _published:_
37
37
 
38
38
  ```
39
- npm install @daytonaio/api-client@0.2.2 --save
39
+ npm install @daytonaio/api-client@0.2.3 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
@@ -75,7 +75,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
75
75
  * @param {*} [options] Override http request option.
76
76
  * @throws {RequiredError}
77
77
  */
78
- apiKeyControllerDeleteApiKey: (name_1, ...args_2) => __awaiter(this, [name_1, ...args_2], void 0, function* (name, options = {}) {
78
+ apiKeyControllerDeleteApiKey: (name_1, ...args_1) => __awaiter(this, [name_1, ...args_1], void 0, function* (name, options = {}) {
79
79
  // verify required parameter 'name' is not null or undefined
80
80
  (0, common_1.assertParamExists)('apiKeyControllerDeleteApiKey', 'name', name);
81
81
  const localVarPath = `/api-keys/{name}`
@@ -107,7 +107,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
107
107
  * @param {*} [options] Override http request option.
108
108
  * @throws {RequiredError}
109
109
  */
110
- apiKeyControllerGetApiKey: (name_2, ...args_3) => __awaiter(this, [name_2, ...args_3], void 0, function* (name, options = {}) {
110
+ apiKeyControllerGetApiKey: (name_1, ...args_1) => __awaiter(this, [name_1, ...args_1], void 0, function* (name, options = {}) {
111
111
  // verify required parameter 'name' is not null or undefined
112
112
  (0, common_1.assertParamExists)('apiKeyControllerGetApiKey', 'name', name);
113
113
  const localVarPath = `/api-keys/{name}`
@@ -138,7 +138,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
138
138
  * @param {*} [options] Override http request option.
139
139
  * @throws {RequiredError}
140
140
  */
141
- apiKeyControllerGetApiKeys: (...args_4) => __awaiter(this, [...args_4], void 0, function* (options = {}) {
141
+ apiKeyControllerGetApiKeys: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
142
142
  const localVarPath = `/api-keys`;
143
143
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
144
144
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -165,7 +165,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
165
165
  * @param {*} [options] Override http request option.
166
166
  * @throws {RequiredError}
167
167
  */
168
- appControllerGetHello: (...args_5) => __awaiter(this, [...args_5], void 0, function* (options = {}) {
168
+ appControllerGetHello: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
169
169
  const localVarPath = `/`;
170
170
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
171
171
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -190,7 +190,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
190
190
  * @param {*} [options] Override http request option.
191
191
  * @throws {RequiredError}
192
192
  */
193
- nodeControllerCreate: (body_1, ...args_6) => __awaiter(this, [body_1, ...args_6], void 0, function* (body, options = {}) {
193
+ nodeControllerCreate: (body_1, ...args_1) => __awaiter(this, [body_1, ...args_1], void 0, function* (body, options = {}) {
194
194
  // verify required parameter 'body' is not null or undefined
195
195
  (0, common_1.assertParamExists)('nodeControllerCreate', 'body', body);
196
196
  const localVarPath = `/nodes`;
@@ -221,7 +221,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
221
221
  * @param {*} [options] Override http request option.
222
222
  * @throws {RequiredError}
223
223
  */
224
- nodeControllerFindAll: (...args_7) => __awaiter(this, [...args_7], void 0, function* (options = {}) {
224
+ nodeControllerFindAll: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
225
225
  const localVarPath = `/nodes`;
226
226
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
227
227
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -249,7 +249,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
249
249
  * @param {*} [options] Override http request option.
250
250
  * @throws {RequiredError}
251
251
  */
252
- nodeControllerUpdateSchedulingStatus: (id_1, ...args_8) => __awaiter(this, [id_1, ...args_8], void 0, function* (id, options = {}) {
252
+ nodeControllerUpdateSchedulingStatus: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
253
253
  // verify required parameter 'id' is not null or undefined
254
254
  (0, common_1.assertParamExists)('nodeControllerUpdateSchedulingStatus', 'id', id);
255
255
  const localVarPath = `/nodes/{id}/scheduling`
@@ -280,7 +280,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
280
280
  * @param {*} [options] Override http request option.
281
281
  * @throws {RequiredError}
282
282
  */
283
- userControllerCreate: (body_2, ...args_9) => __awaiter(this, [body_2, ...args_9], void 0, function* (body, options = {}) {
283
+ userControllerCreate: (body_1, ...args_1) => __awaiter(this, [body_1, ...args_1], void 0, function* (body, options = {}) {
284
284
  // verify required parameter 'body' is not null or undefined
285
285
  (0, common_1.assertParamExists)('userControllerCreate', 'body', body);
286
286
  const localVarPath = `/users`;
@@ -311,7 +311,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
311
311
  * @param {*} [options] Override http request option.
312
312
  * @throws {RequiredError}
313
313
  */
314
- userControllerFindAll: (...args_10) => __awaiter(this, [...args_10], void 0, function* (options = {}) {
314
+ userControllerFindAll: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
315
315
  const localVarPath = `/users`;
316
316
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
317
317
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -339,7 +339,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
339
339
  * @param {*} [options] Override http request option.
340
340
  * @throws {RequiredError}
341
341
  */
342
- userControllerRegenerateKeyPair: (id_2, ...args_11) => __awaiter(this, [id_2, ...args_11], void 0, function* (id, options = {}) {
342
+ userControllerRegenerateKeyPair: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
343
343
  // verify required parameter 'id' is not null or undefined
344
344
  (0, common_1.assertParamExists)('userControllerRegenerateKeyPair', 'id', id);
345
345
  const localVarPath = `/users/{id}/regenerate-key-pair`
@@ -374,7 +374,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
374
374
  * @param {*} [options] Override http request option.
375
375
  * @throws {RequiredError}
376
376
  */
377
- workspaceControllerCreateFolder: (workspaceId_1, projectId_1, path_1, mode_1, ...args_12) => __awaiter(this, [workspaceId_1, projectId_1, path_1, mode_1, ...args_12], void 0, function* (workspaceId, projectId, path, mode, options = {}) {
377
+ workspaceControllerCreateFolder: (workspaceId_1, projectId_1, path_1, mode_1, ...args_1) => __awaiter(this, [workspaceId_1, projectId_1, path_1, mode_1, ...args_1], void 0, function* (workspaceId, projectId, path, mode, options = {}) {
378
378
  // verify required parameter 'workspaceId' is not null or undefined
379
379
  (0, common_1.assertParamExists)('workspaceControllerCreateFolder', 'workspaceId', workspaceId);
380
380
  // verify required parameter 'projectId' is not null or undefined
@@ -419,7 +419,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
419
419
  * @param {*} [options] Override http request option.
420
420
  * @throws {RequiredError}
421
421
  */
422
- workspaceControllerCreateSnapshot: (workspaceId_2, ...args_13) => __awaiter(this, [workspaceId_2, ...args_13], void 0, function* (workspaceId, options = {}) {
422
+ workspaceControllerCreateSnapshot: (workspaceId_1, ...args_1) => __awaiter(this, [workspaceId_1, ...args_1], void 0, function* (workspaceId, options = {}) {
423
423
  // verify required parameter 'workspaceId' is not null or undefined
424
424
  (0, common_1.assertParamExists)('workspaceControllerCreateSnapshot', 'workspaceId', workspaceId);
425
425
  const localVarPath = `/workspace/{workspaceId}/snapshot`
@@ -450,7 +450,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
450
450
  * @param {*} [options] Override http request option.
451
451
  * @throws {RequiredError}
452
452
  */
453
- workspaceControllerCreateWorkspace: (createWorkspaceDto_1, ...args_14) => __awaiter(this, [createWorkspaceDto_1, ...args_14], void 0, function* (createWorkspaceDto, options = {}) {
453
+ workspaceControllerCreateWorkspace: (createWorkspaceDto_1, ...args_1) => __awaiter(this, [createWorkspaceDto_1, ...args_1], void 0, function* (createWorkspaceDto, options = {}) {
454
454
  // verify required parameter 'createWorkspaceDto' is not null or undefined
455
455
  (0, common_1.assertParamExists)('workspaceControllerCreateWorkspace', 'createWorkspaceDto', createWorkspaceDto);
456
456
  const localVarPath = `/workspace`;
@@ -485,7 +485,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
485
485
  * @param {*} [options] Override http request option.
486
486
  * @throws {RequiredError}
487
487
  */
488
- workspaceControllerDeleteFile: (workspaceId_3, projectId_2, path_2, ...args_15) => __awaiter(this, [workspaceId_3, projectId_2, path_2, ...args_15], void 0, function* (workspaceId, projectId, path, options = {}) {
488
+ workspaceControllerDeleteFile: (workspaceId_1, projectId_1, path_1, ...args_1) => __awaiter(this, [workspaceId_1, projectId_1, path_1, ...args_1], void 0, function* (workspaceId, projectId, path, options = {}) {
489
489
  // verify required parameter 'workspaceId' is not null or undefined
490
490
  (0, common_1.assertParamExists)('workspaceControllerDeleteFile', 'workspaceId', workspaceId);
491
491
  // verify required parameter 'projectId' is not null or undefined
@@ -527,7 +527,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
527
527
  * @param {*} [options] Override http request option.
528
528
  * @throws {RequiredError}
529
529
  */
530
- workspaceControllerDownloadFile: (workspaceId_4, projectId_3, path_3, ...args_16) => __awaiter(this, [workspaceId_4, projectId_3, path_3, ...args_16], void 0, function* (workspaceId, projectId, path, options = {}) {
530
+ workspaceControllerDownloadFile: (workspaceId_1, projectId_1, path_1, ...args_1) => __awaiter(this, [workspaceId_1, projectId_1, path_1, ...args_1], void 0, function* (workspaceId, projectId, path, options = {}) {
531
531
  // verify required parameter 'workspaceId' is not null or undefined
532
532
  (0, common_1.assertParamExists)('workspaceControllerDownloadFile', 'workspaceId', workspaceId);
533
533
  // verify required parameter 'projectId' is not null or undefined
@@ -569,7 +569,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
569
569
  * @param {*} [options] Override http request option.
570
570
  * @throws {RequiredError}
571
571
  */
572
- workspaceControllerExecuteCommand: (workspaceId_5, projectId_4, executeRequestDto_1, ...args_17) => __awaiter(this, [workspaceId_5, projectId_4, executeRequestDto_1, ...args_17], void 0, function* (workspaceId, projectId, executeRequestDto, options = {}) {
572
+ workspaceControllerExecuteCommand: (workspaceId_1, projectId_1, executeRequestDto_1, ...args_1) => __awaiter(this, [workspaceId_1, projectId_1, executeRequestDto_1, ...args_1], void 0, function* (workspaceId, projectId, executeRequestDto, options = {}) {
573
573
  // verify required parameter 'workspaceId' is not null or undefined
574
574
  (0, common_1.assertParamExists)('workspaceControllerExecuteCommand', 'workspaceId', workspaceId);
575
575
  // verify required parameter 'projectId' is not null or undefined
@@ -611,7 +611,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
611
611
  * @param {*} [options] Override http request option.
612
612
  * @throws {RequiredError}
613
613
  */
614
- workspaceControllerFindInFiles: (workspaceId_6, projectId_5, path_4, pattern_1, ...args_18) => __awaiter(this, [workspaceId_6, projectId_5, path_4, pattern_1, ...args_18], void 0, function* (workspaceId, projectId, path, pattern, options = {}) {
614
+ workspaceControllerFindInFiles: (workspaceId_1, projectId_1, path_1, pattern_1, ...args_1) => __awaiter(this, [workspaceId_1, projectId_1, path_1, pattern_1, ...args_1], void 0, function* (workspaceId, projectId, path, pattern, options = {}) {
615
615
  // verify required parameter 'workspaceId' is not null or undefined
616
616
  (0, common_1.assertParamExists)('workspaceControllerFindInFiles', 'workspaceId', workspaceId);
617
617
  // verify required parameter 'projectId' is not null or undefined
@@ -658,7 +658,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
658
658
  * @param {*} [options] Override http request option.
659
659
  * @throws {RequiredError}
660
660
  */
661
- workspaceControllerGetFileInfo: (workspaceId_7, projectId_6, path_5, ...args_19) => __awaiter(this, [workspaceId_7, projectId_6, path_5, ...args_19], void 0, function* (workspaceId, projectId, path, options = {}) {
661
+ workspaceControllerGetFileInfo: (workspaceId_1, projectId_1, path_1, ...args_1) => __awaiter(this, [workspaceId_1, projectId_1, path_1, ...args_1], void 0, function* (workspaceId, projectId, path, options = {}) {
662
662
  // verify required parameter 'workspaceId' is not null or undefined
663
663
  (0, common_1.assertParamExists)('workspaceControllerGetFileInfo', 'workspaceId', workspaceId);
664
664
  // verify required parameter 'projectId' is not null or undefined
@@ -699,7 +699,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
699
699
  * @param {*} [options] Override http request option.
700
700
  * @throws {RequiredError}
701
701
  */
702
- workspaceControllerGetProjectDir: (workspaceId_8, projectId_7, ...args_20) => __awaiter(this, [workspaceId_8, projectId_7, ...args_20], void 0, function* (workspaceId, projectId, options = {}) {
702
+ workspaceControllerGetProjectDir: (workspaceId_1, projectId_1, ...args_1) => __awaiter(this, [workspaceId_1, projectId_1, ...args_1], void 0, function* (workspaceId, projectId, options = {}) {
703
703
  // verify required parameter 'workspaceId' is not null or undefined
704
704
  (0, common_1.assertParamExists)('workspaceControllerGetProjectDir', 'workspaceId', workspaceId);
705
705
  // verify required parameter 'projectId' is not null or undefined
@@ -734,7 +734,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
734
734
  * @param {*} [options] Override http request option.
735
735
  * @throws {RequiredError}
736
736
  */
737
- workspaceControllerGetWorkspace: (workspaceId_9, verbose_1, ...args_21) => __awaiter(this, [workspaceId_9, verbose_1, ...args_21], void 0, function* (workspaceId, verbose, options = {}) {
737
+ workspaceControllerGetWorkspace: (workspaceId_1, verbose_1, ...args_1) => __awaiter(this, [workspaceId_1, verbose_1, ...args_1], void 0, function* (workspaceId, verbose, options = {}) {
738
738
  // verify required parameter 'workspaceId' is not null or undefined
739
739
  (0, common_1.assertParamExists)('workspaceControllerGetWorkspace', 'workspaceId', workspaceId);
740
740
  const localVarPath = `/workspace/{workspaceId}`
@@ -771,7 +771,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
771
771
  * @param {*} [options] Override http request option.
772
772
  * @throws {RequiredError}
773
773
  */
774
- workspaceControllerGitAddFiles: (workspaceId_10, projectId_8, gitAddRequestDto_1, ...args_22) => __awaiter(this, [workspaceId_10, projectId_8, gitAddRequestDto_1, ...args_22], void 0, function* (workspaceId, projectId, gitAddRequestDto, options = {}) {
774
+ workspaceControllerGitAddFiles: (workspaceId_1, projectId_1, gitAddRequestDto_1, ...args_1) => __awaiter(this, [workspaceId_1, projectId_1, gitAddRequestDto_1, ...args_1], void 0, function* (workspaceId, projectId, gitAddRequestDto, options = {}) {
775
775
  // verify required parameter 'workspaceId' is not null or undefined
776
776
  (0, common_1.assertParamExists)('workspaceControllerGitAddFiles', 'workspaceId', workspaceId);
777
777
  // verify required parameter 'projectId' is not null or undefined
@@ -812,7 +812,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
812
812
  * @param {*} [options] Override http request option.
813
813
  * @throws {RequiredError}
814
814
  */
815
- workspaceControllerGitBranchList: (workspaceId_11, projectId_9, path_6, ...args_23) => __awaiter(this, [workspaceId_11, projectId_9, path_6, ...args_23], void 0, function* (workspaceId, projectId, path, options = {}) {
815
+ workspaceControllerGitBranchList: (workspaceId_1, projectId_1, path_1, ...args_1) => __awaiter(this, [workspaceId_1, projectId_1, path_1, ...args_1], void 0, function* (workspaceId, projectId, path, options = {}) {
816
816
  // verify required parameter 'workspaceId' is not null or undefined
817
817
  (0, common_1.assertParamExists)('workspaceControllerGitBranchList', 'workspaceId', workspaceId);
818
818
  // verify required parameter 'projectId' is not null or undefined
@@ -854,7 +854,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
854
854
  * @param {*} [options] Override http request option.
855
855
  * @throws {RequiredError}
856
856
  */
857
- workspaceControllerGitCloneRepository: (workspaceId_12, projectId_10, gitCloneRequestDto_1, ...args_24) => __awaiter(this, [workspaceId_12, projectId_10, gitCloneRequestDto_1, ...args_24], void 0, function* (workspaceId, projectId, gitCloneRequestDto, options = {}) {
857
+ workspaceControllerGitCloneRepository: (workspaceId_1, projectId_1, gitCloneRequestDto_1, ...args_1) => __awaiter(this, [workspaceId_1, projectId_1, gitCloneRequestDto_1, ...args_1], void 0, function* (workspaceId, projectId, gitCloneRequestDto, options = {}) {
858
858
  // verify required parameter 'workspaceId' is not null or undefined
859
859
  (0, common_1.assertParamExists)('workspaceControllerGitCloneRepository', 'workspaceId', workspaceId);
860
860
  // verify required parameter 'projectId' is not null or undefined
@@ -895,7 +895,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
895
895
  * @param {*} [options] Override http request option.
896
896
  * @throws {RequiredError}
897
897
  */
898
- workspaceControllerGitCommitChanges: (workspaceId_13, projectId_11, gitCommitRequestDto_1, ...args_25) => __awaiter(this, [workspaceId_13, projectId_11, gitCommitRequestDto_1, ...args_25], void 0, function* (workspaceId, projectId, gitCommitRequestDto, options = {}) {
898
+ workspaceControllerGitCommitChanges: (workspaceId_1, projectId_1, gitCommitRequestDto_1, ...args_1) => __awaiter(this, [workspaceId_1, projectId_1, gitCommitRequestDto_1, ...args_1], void 0, function* (workspaceId, projectId, gitCommitRequestDto, options = {}) {
899
899
  // verify required parameter 'workspaceId' is not null or undefined
900
900
  (0, common_1.assertParamExists)('workspaceControllerGitCommitChanges', 'workspaceId', workspaceId);
901
901
  // verify required parameter 'projectId' is not null or undefined
@@ -936,7 +936,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
936
936
  * @param {*} [options] Override http request option.
937
937
  * @throws {RequiredError}
938
938
  */
939
- workspaceControllerGitCommitHistory: (workspaceId_14, projectId_12, path_7, ...args_26) => __awaiter(this, [workspaceId_14, projectId_12, path_7, ...args_26], void 0, function* (workspaceId, projectId, path, options = {}) {
939
+ workspaceControllerGitCommitHistory: (workspaceId_1, projectId_1, path_1, ...args_1) => __awaiter(this, [workspaceId_1, projectId_1, path_1, ...args_1], void 0, function* (workspaceId, projectId, path, options = {}) {
940
940
  // verify required parameter 'workspaceId' is not null or undefined
941
941
  (0, common_1.assertParamExists)('workspaceControllerGitCommitHistory', 'workspaceId', workspaceId);
942
942
  // verify required parameter 'projectId' is not null or undefined
@@ -978,7 +978,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
978
978
  * @param {*} [options] Override http request option.
979
979
  * @throws {RequiredError}
980
980
  */
981
- workspaceControllerGitCreateBranch: (workspaceId_15, projectId_13, gitBranchRequestDto_1, ...args_27) => __awaiter(this, [workspaceId_15, projectId_13, gitBranchRequestDto_1, ...args_27], void 0, function* (workspaceId, projectId, gitBranchRequestDto, options = {}) {
981
+ workspaceControllerGitCreateBranch: (workspaceId_1, projectId_1, gitBranchRequestDto_1, ...args_1) => __awaiter(this, [workspaceId_1, projectId_1, gitBranchRequestDto_1, ...args_1], void 0, function* (workspaceId, projectId, gitBranchRequestDto, options = {}) {
982
982
  // verify required parameter 'workspaceId' is not null or undefined
983
983
  (0, common_1.assertParamExists)('workspaceControllerGitCreateBranch', 'workspaceId', workspaceId);
984
984
  // verify required parameter 'projectId' is not null or undefined
@@ -1019,7 +1019,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
1019
1019
  * @param {*} [options] Override http request option.
1020
1020
  * @throws {RequiredError}
1021
1021
  */
1022
- workspaceControllerGitPullChanges: (workspaceId_16, projectId_14, gitRepoRequestDto_1, ...args_28) => __awaiter(this, [workspaceId_16, projectId_14, gitRepoRequestDto_1, ...args_28], void 0, function* (workspaceId, projectId, gitRepoRequestDto, options = {}) {
1022
+ workspaceControllerGitPullChanges: (workspaceId_1, projectId_1, gitRepoRequestDto_1, ...args_1) => __awaiter(this, [workspaceId_1, projectId_1, gitRepoRequestDto_1, ...args_1], void 0, function* (workspaceId, projectId, gitRepoRequestDto, options = {}) {
1023
1023
  // verify required parameter 'workspaceId' is not null or undefined
1024
1024
  (0, common_1.assertParamExists)('workspaceControllerGitPullChanges', 'workspaceId', workspaceId);
1025
1025
  // verify required parameter 'projectId' is not null or undefined
@@ -1060,7 +1060,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
1060
1060
  * @param {*} [options] Override http request option.
1061
1061
  * @throws {RequiredError}
1062
1062
  */
1063
- workspaceControllerGitPushChanges: (workspaceId_17, projectId_15, gitRepoRequestDto_2, ...args_29) => __awaiter(this, [workspaceId_17, projectId_15, gitRepoRequestDto_2, ...args_29], void 0, function* (workspaceId, projectId, gitRepoRequestDto, options = {}) {
1063
+ workspaceControllerGitPushChanges: (workspaceId_1, projectId_1, gitRepoRequestDto_1, ...args_1) => __awaiter(this, [workspaceId_1, projectId_1, gitRepoRequestDto_1, ...args_1], void 0, function* (workspaceId, projectId, gitRepoRequestDto, options = {}) {
1064
1064
  // verify required parameter 'workspaceId' is not null or undefined
1065
1065
  (0, common_1.assertParamExists)('workspaceControllerGitPushChanges', 'workspaceId', workspaceId);
1066
1066
  // verify required parameter 'projectId' is not null or undefined
@@ -1101,7 +1101,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
1101
1101
  * @param {*} [options] Override http request option.
1102
1102
  * @throws {RequiredError}
1103
1103
  */
1104
- workspaceControllerGitStatus: (workspaceId_18, projectId_16, path_8, ...args_30) => __awaiter(this, [workspaceId_18, projectId_16, path_8, ...args_30], void 0, function* (workspaceId, projectId, path, options = {}) {
1104
+ workspaceControllerGitStatus: (workspaceId_1, projectId_1, path_1, ...args_1) => __awaiter(this, [workspaceId_1, projectId_1, path_1, ...args_1], void 0, function* (workspaceId, projectId, path, options = {}) {
1105
1105
  // verify required parameter 'workspaceId' is not null or undefined
1106
1106
  (0, common_1.assertParamExists)('workspaceControllerGitStatus', 'workspaceId', workspaceId);
1107
1107
  // verify required parameter 'projectId' is not null or undefined
@@ -1143,7 +1143,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
1143
1143
  * @param {*} [options] Override http request option.
1144
1144
  * @throws {RequiredError}
1145
1145
  */
1146
- workspaceControllerListFiles: (workspaceId_19, projectId_17, path_9, ...args_31) => __awaiter(this, [workspaceId_19, projectId_17, path_9, ...args_31], void 0, function* (workspaceId, projectId, path, options = {}) {
1146
+ workspaceControllerListFiles: (workspaceId_1, projectId_1, path_1, ...args_1) => __awaiter(this, [workspaceId_1, projectId_1, path_1, ...args_1], void 0, function* (workspaceId, projectId, path, options = {}) {
1147
1147
  // verify required parameter 'workspaceId' is not null or undefined
1148
1148
  (0, common_1.assertParamExists)('workspaceControllerListFiles', 'workspaceId', workspaceId);
1149
1149
  // verify required parameter 'projectId' is not null or undefined
@@ -1180,7 +1180,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
1180
1180
  * @param {*} [options] Override http request option.
1181
1181
  * @throws {RequiredError}
1182
1182
  */
1183
- workspaceControllerListWorkspaces: (verbose_2, ...args_32) => __awaiter(this, [verbose_2, ...args_32], void 0, function* (verbose, options = {}) {
1183
+ workspaceControllerListWorkspaces: (verbose_1, ...args_1) => __awaiter(this, [verbose_1, ...args_1], void 0, function* (verbose, options = {}) {
1184
1184
  const localVarPath = `/workspace`;
1185
1185
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1186
1186
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -1215,7 +1215,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
1215
1215
  * @param {*} [options] Override http request option.
1216
1216
  * @throws {RequiredError}
1217
1217
  */
1218
- workspaceControllerMoveFile: (workspaceId_20, projectId_18, source_1, destination_1, ...args_33) => __awaiter(this, [workspaceId_20, projectId_18, source_1, destination_1, ...args_33], void 0, function* (workspaceId, projectId, source, destination, options = {}) {
1218
+ workspaceControllerMoveFile: (workspaceId_1, projectId_1, source_1, destination_1, ...args_1) => __awaiter(this, [workspaceId_1, projectId_1, source_1, destination_1, ...args_1], void 0, function* (workspaceId, projectId, source, destination, options = {}) {
1219
1219
  // verify required parameter 'workspaceId' is not null or undefined
1220
1220
  (0, common_1.assertParamExists)('workspaceControllerMoveFile', 'workspaceId', workspaceId);
1221
1221
  // verify required parameter 'projectId' is not null or undefined
@@ -1260,7 +1260,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
1260
1260
  * @param {*} [options] Override http request option.
1261
1261
  * @throws {RequiredError}
1262
1262
  */
1263
- workspaceControllerRemoveWorkspace: (workspaceId_21, force_1, ...args_34) => __awaiter(this, [workspaceId_21, force_1, ...args_34], void 0, function* (workspaceId, force, options = {}) {
1263
+ workspaceControllerRemoveWorkspace: (workspaceId_1, force_1, ...args_1) => __awaiter(this, [workspaceId_1, force_1, ...args_1], void 0, function* (workspaceId, force, options = {}) {
1264
1264
  // verify required parameter 'workspaceId' is not null or undefined
1265
1265
  (0, common_1.assertParamExists)('workspaceControllerRemoveWorkspace', 'workspaceId', workspaceId);
1266
1266
  // verify required parameter 'force' is not null or undefined
@@ -1299,7 +1299,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
1299
1299
  * @param {*} [options] Override http request option.
1300
1300
  * @throws {RequiredError}
1301
1301
  */
1302
- workspaceControllerReplaceInFiles: (workspaceId_22, projectId_19, replaceRequestDto_1, ...args_35) => __awaiter(this, [workspaceId_22, projectId_19, replaceRequestDto_1, ...args_35], void 0, function* (workspaceId, projectId, replaceRequestDto, options = {}) {
1302
+ workspaceControllerReplaceInFiles: (workspaceId_1, projectId_1, replaceRequestDto_1, ...args_1) => __awaiter(this, [workspaceId_1, projectId_1, replaceRequestDto_1, ...args_1], void 0, function* (workspaceId, projectId, replaceRequestDto, options = {}) {
1303
1303
  // verify required parameter 'workspaceId' is not null or undefined
1304
1304
  (0, common_1.assertParamExists)('workspaceControllerReplaceInFiles', 'workspaceId', workspaceId);
1305
1305
  // verify required parameter 'projectId' is not null or undefined
@@ -1339,7 +1339,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
1339
1339
  * @param {*} [options] Override http request option.
1340
1340
  * @throws {RequiredError}
1341
1341
  */
1342
- workspaceControllerReplaceLabels: (workspaceId_23, workspaceLabelsDto_1, ...args_36) => __awaiter(this, [workspaceId_23, workspaceLabelsDto_1, ...args_36], void 0, function* (workspaceId, workspaceLabelsDto, options = {}) {
1342
+ workspaceControllerReplaceLabels: (workspaceId_1, workspaceLabelsDto_1, ...args_1) => __awaiter(this, [workspaceId_1, workspaceLabelsDto_1, ...args_1], void 0, function* (workspaceId, workspaceLabelsDto, options = {}) {
1343
1343
  // verify required parameter 'workspaceId' is not null or undefined
1344
1344
  (0, common_1.assertParamExists)('workspaceControllerReplaceLabels', 'workspaceId', workspaceId);
1345
1345
  // verify required parameter 'workspaceLabelsDto' is not null or undefined
@@ -1378,7 +1378,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
1378
1378
  * @param {*} [options] Override http request option.
1379
1379
  * @throws {RequiredError}
1380
1380
  */
1381
- workspaceControllerSearchFiles: (workspaceId_24, projectId_20, path_10, pattern_2, ...args_37) => __awaiter(this, [workspaceId_24, projectId_20, path_10, pattern_2, ...args_37], void 0, function* (workspaceId, projectId, path, pattern, options = {}) {
1381
+ workspaceControllerSearchFiles: (workspaceId_1, projectId_1, path_1, pattern_1, ...args_1) => __awaiter(this, [workspaceId_1, projectId_1, path_1, pattern_1, ...args_1], void 0, function* (workspaceId, projectId, path, pattern, options = {}) {
1382
1382
  // verify required parameter 'workspaceId' is not null or undefined
1383
1383
  (0, common_1.assertParamExists)('workspaceControllerSearchFiles', 'workspaceId', workspaceId);
1384
1384
  // verify required parameter 'projectId' is not null or undefined
@@ -1428,7 +1428,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
1428
1428
  * @param {*} [options] Override http request option.
1429
1429
  * @throws {RequiredError}
1430
1430
  */
1431
- workspaceControllerSetFilePermissions: (workspaceId_25, projectId_21, path_11, owner_1, group_1, mode_2, ...args_38) => __awaiter(this, [workspaceId_25, projectId_21, path_11, owner_1, group_1, mode_2, ...args_38], void 0, function* (workspaceId, projectId, path, owner, group, mode, options = {}) {
1431
+ workspaceControllerSetFilePermissions: (workspaceId_1, projectId_1, path_1, owner_1, group_1, mode_1, ...args_1) => __awaiter(this, [workspaceId_1, projectId_1, path_1, owner_1, group_1, mode_1, ...args_1], void 0, function* (workspaceId, projectId, path, owner, group, mode, options = {}) {
1432
1432
  // verify required parameter 'workspaceId' is not null or undefined
1433
1433
  (0, common_1.assertParamExists)('workspaceControllerSetFilePermissions', 'workspaceId', workspaceId);
1434
1434
  // verify required parameter 'projectId' is not null or undefined
@@ -1483,7 +1483,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
1483
1483
  * @param {*} [options] Override http request option.
1484
1484
  * @throws {RequiredError}
1485
1485
  */
1486
- workspaceControllerStartProject: (workspaceId_26, projectId_22, ...args_39) => __awaiter(this, [workspaceId_26, projectId_22, ...args_39], void 0, function* (workspaceId, projectId, options = {}) {
1486
+ workspaceControllerStartProject: (workspaceId_1, projectId_1, ...args_1) => __awaiter(this, [workspaceId_1, projectId_1, ...args_1], void 0, function* (workspaceId, projectId, options = {}) {
1487
1487
  // verify required parameter 'workspaceId' is not null or undefined
1488
1488
  (0, common_1.assertParamExists)('workspaceControllerStartProject', 'workspaceId', workspaceId);
1489
1489
  // verify required parameter 'projectId' is not null or undefined
@@ -1517,7 +1517,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
1517
1517
  * @param {*} [options] Override http request option.
1518
1518
  * @throws {RequiredError}
1519
1519
  */
1520
- workspaceControllerStartWorkspace: (workspaceId_27, ...args_40) => __awaiter(this, [workspaceId_27, ...args_40], void 0, function* (workspaceId, options = {}) {
1520
+ workspaceControllerStartWorkspace: (workspaceId_1, ...args_1) => __awaiter(this, [workspaceId_1, ...args_1], void 0, function* (workspaceId, options = {}) {
1521
1521
  // verify required parameter 'workspaceId' is not null or undefined
1522
1522
  (0, common_1.assertParamExists)('workspaceControllerStartWorkspace', 'workspaceId', workspaceId);
1523
1523
  const localVarPath = `/workspace/{workspaceId}/start`
@@ -1549,7 +1549,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
1549
1549
  * @param {*} [options] Override http request option.
1550
1550
  * @throws {RequiredError}
1551
1551
  */
1552
- workspaceControllerStopProject: (workspaceId_28, projectId_23, ...args_41) => __awaiter(this, [workspaceId_28, projectId_23, ...args_41], void 0, function* (workspaceId, projectId, options = {}) {
1552
+ workspaceControllerStopProject: (workspaceId_1, projectId_1, ...args_1) => __awaiter(this, [workspaceId_1, projectId_1, ...args_1], void 0, function* (workspaceId, projectId, options = {}) {
1553
1553
  // verify required parameter 'workspaceId' is not null or undefined
1554
1554
  (0, common_1.assertParamExists)('workspaceControllerStopProject', 'workspaceId', workspaceId);
1555
1555
  // verify required parameter 'projectId' is not null or undefined
@@ -1583,7 +1583,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
1583
1583
  * @param {*} [options] Override http request option.
1584
1584
  * @throws {RequiredError}
1585
1585
  */
1586
- workspaceControllerStopWorkspace: (workspaceId_29, ...args_42) => __awaiter(this, [workspaceId_29, ...args_42], void 0, function* (workspaceId, options = {}) {
1586
+ workspaceControllerStopWorkspace: (workspaceId_1, ...args_1) => __awaiter(this, [workspaceId_1, ...args_1], void 0, function* (workspaceId, options = {}) {
1587
1587
  // verify required parameter 'workspaceId' is not null or undefined
1588
1588
  (0, common_1.assertParamExists)('workspaceControllerStopWorkspace', 'workspaceId', workspaceId);
1589
1589
  const localVarPath = `/workspace/{workspaceId}/stop`
@@ -1618,7 +1618,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
1618
1618
  * @param {*} [options] Override http request option.
1619
1619
  * @throws {RequiredError}
1620
1620
  */
1621
- workspaceControllerUploadFile: (workspaceId_30, projectId_24, path_12, file_1, ...args_43) => __awaiter(this, [workspaceId_30, projectId_24, path_12, file_1, ...args_43], void 0, function* (workspaceId, projectId, path, file, options = {}) {
1621
+ workspaceControllerUploadFile: (workspaceId_1, projectId_1, path_1, file_1, ...args_1) => __awaiter(this, [workspaceId_1, projectId_1, path_1, file_1, ...args_1], void 0, function* (workspaceId, projectId, path, file, options = {}) {
1622
1622
  // verify required parameter 'workspaceId' is not null or undefined
1623
1623
  (0, common_1.assertParamExists)('workspaceControllerUploadFile', 'workspaceId', workspaceId);
1624
1624
  // verify required parameter 'projectId' is not null or undefined
@@ -74,7 +74,7 @@ const DockerRegistryApiAxiosParamCreator = function (configuration) {
74
74
  * @param {*} [options] Override http request option.
75
75
  * @throws {RequiredError}
76
76
  */
77
- dockerRegistryControllerFindAll: (...args_2) => __awaiter(this, [...args_2], void 0, function* (options = {}) {
77
+ dockerRegistryControllerFindAll: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
78
78
  const localVarPath = `/docker-registry`;
79
79
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
80
80
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -103,7 +103,7 @@ const DockerRegistryApiAxiosParamCreator = function (configuration) {
103
103
  * @param {*} [options] Override http request option.
104
104
  * @throws {RequiredError}
105
105
  */
106
- dockerRegistryControllerFindOne: (id_1, ...args_3) => __awaiter(this, [id_1, ...args_3], void 0, function* (id, options = {}) {
106
+ dockerRegistryControllerFindOne: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
107
107
  // verify required parameter 'id' is not null or undefined
108
108
  (0, common_1.assertParamExists)('dockerRegistryControllerFindOne', 'id', id);
109
109
  const localVarPath = `/docker-registry/{id}`
@@ -134,7 +134,7 @@ const DockerRegistryApiAxiosParamCreator = function (configuration) {
134
134
  * @param {*} [options] Override http request option.
135
135
  * @throws {RequiredError}
136
136
  */
137
- dockerRegistryControllerGetDefault: (...args_4) => __awaiter(this, [...args_4], void 0, function* (options = {}) {
137
+ dockerRegistryControllerGetDefault: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
138
138
  const localVarPath = `/docker-registry/default`;
139
139
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
140
140
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -163,7 +163,7 @@ const DockerRegistryApiAxiosParamCreator = function (configuration) {
163
163
  * @param {*} [options] Override http request option.
164
164
  * @throws {RequiredError}
165
165
  */
166
- dockerRegistryControllerRemove: (id_2, ...args_5) => __awaiter(this, [id_2, ...args_5], void 0, function* (id, options = {}) {
166
+ dockerRegistryControllerRemove: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
167
167
  // verify required parameter 'id' is not null or undefined
168
168
  (0, common_1.assertParamExists)('dockerRegistryControllerRemove', 'id', id);
169
169
  const localVarPath = `/docker-registry/{id}`
@@ -195,7 +195,7 @@ const DockerRegistryApiAxiosParamCreator = function (configuration) {
195
195
  * @param {*} [options] Override http request option.
196
196
  * @throws {RequiredError}
197
197
  */
198
- dockerRegistryControllerSetDefault: (id_3, ...args_6) => __awaiter(this, [id_3, ...args_6], void 0, function* (id, options = {}) {
198
+ dockerRegistryControllerSetDefault: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
199
199
  // verify required parameter 'id' is not null or undefined
200
200
  (0, common_1.assertParamExists)('dockerRegistryControllerSetDefault', 'id', id);
201
201
  const localVarPath = `/docker-registry/{id}/set-default`
@@ -228,7 +228,7 @@ const DockerRegistryApiAxiosParamCreator = function (configuration) {
228
228
  * @param {*} [options] Override http request option.
229
229
  * @throws {RequiredError}
230
230
  */
231
- dockerRegistryControllerUpdate: (id_4, updateDockerRegistryDto_1, ...args_7) => __awaiter(this, [id_4, updateDockerRegistryDto_1, ...args_7], void 0, function* (id, updateDockerRegistryDto, options = {}) {
231
+ dockerRegistryControllerUpdate: (id_1, updateDockerRegistryDto_1, ...args_1) => __awaiter(this, [id_1, updateDockerRegistryDto_1, ...args_1], void 0, function* (id, updateDockerRegistryDto, options = {}) {
232
232
  // verify required parameter 'id' is not null or undefined
233
233
  (0, common_1.assertParamExists)('dockerRegistryControllerUpdate', 'id', id);
234
234
  // verify required parameter 'updateDockerRegistryDto' is not null or undefined
@@ -72,7 +72,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
72
72
  * @param {*} [options] Override http request option.
73
73
  * @throws {RequiredError}
74
74
  */
75
- apiKeyControllerDeleteApiKey: (name_1, ...args_2) => __awaiter(this, [name_1, ...args_2], void 0, function* (name, options = {}) {
75
+ apiKeyControllerDeleteApiKey: (name_1, ...args_1) => __awaiter(this, [name_1, ...args_1], void 0, function* (name, options = {}) {
76
76
  // verify required parameter 'name' is not null or undefined
77
77
  assertParamExists('apiKeyControllerDeleteApiKey', 'name', name);
78
78
  const localVarPath = `/api-keys/{name}`
@@ -104,7 +104,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
104
104
  * @param {*} [options] Override http request option.
105
105
  * @throws {RequiredError}
106
106
  */
107
- apiKeyControllerGetApiKey: (name_2, ...args_3) => __awaiter(this, [name_2, ...args_3], void 0, function* (name, options = {}) {
107
+ apiKeyControllerGetApiKey: (name_1, ...args_1) => __awaiter(this, [name_1, ...args_1], void 0, function* (name, options = {}) {
108
108
  // verify required parameter 'name' is not null or undefined
109
109
  assertParamExists('apiKeyControllerGetApiKey', 'name', name);
110
110
  const localVarPath = `/api-keys/{name}`
@@ -135,7 +135,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
135
135
  * @param {*} [options] Override http request option.
136
136
  * @throws {RequiredError}
137
137
  */
138
- apiKeyControllerGetApiKeys: (...args_4) => __awaiter(this, [...args_4], void 0, function* (options = {}) {
138
+ apiKeyControllerGetApiKeys: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
139
139
  const localVarPath = `/api-keys`;
140
140
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
141
141
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -162,7 +162,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
162
162
  * @param {*} [options] Override http request option.
163
163
  * @throws {RequiredError}
164
164
  */
165
- appControllerGetHello: (...args_5) => __awaiter(this, [...args_5], void 0, function* (options = {}) {
165
+ appControllerGetHello: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
166
166
  const localVarPath = `/`;
167
167
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
168
168
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -187,7 +187,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
187
187
  * @param {*} [options] Override http request option.
188
188
  * @throws {RequiredError}
189
189
  */
190
- nodeControllerCreate: (body_1, ...args_6) => __awaiter(this, [body_1, ...args_6], void 0, function* (body, options = {}) {
190
+ nodeControllerCreate: (body_1, ...args_1) => __awaiter(this, [body_1, ...args_1], void 0, function* (body, options = {}) {
191
191
  // verify required parameter 'body' is not null or undefined
192
192
  assertParamExists('nodeControllerCreate', 'body', body);
193
193
  const localVarPath = `/nodes`;
@@ -218,7 +218,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
218
218
  * @param {*} [options] Override http request option.
219
219
  * @throws {RequiredError}
220
220
  */
221
- nodeControllerFindAll: (...args_7) => __awaiter(this, [...args_7], void 0, function* (options = {}) {
221
+ nodeControllerFindAll: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
222
222
  const localVarPath = `/nodes`;
223
223
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
224
224
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -246,7 +246,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
246
246
  * @param {*} [options] Override http request option.
247
247
  * @throws {RequiredError}
248
248
  */
249
- nodeControllerUpdateSchedulingStatus: (id_1, ...args_8) => __awaiter(this, [id_1, ...args_8], void 0, function* (id, options = {}) {
249
+ nodeControllerUpdateSchedulingStatus: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
250
250
  // verify required parameter 'id' is not null or undefined
251
251
  assertParamExists('nodeControllerUpdateSchedulingStatus', 'id', id);
252
252
  const localVarPath = `/nodes/{id}/scheduling`
@@ -277,7 +277,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
277
277
  * @param {*} [options] Override http request option.
278
278
  * @throws {RequiredError}
279
279
  */
280
- userControllerCreate: (body_2, ...args_9) => __awaiter(this, [body_2, ...args_9], void 0, function* (body, options = {}) {
280
+ userControllerCreate: (body_1, ...args_1) => __awaiter(this, [body_1, ...args_1], void 0, function* (body, options = {}) {
281
281
  // verify required parameter 'body' is not null or undefined
282
282
  assertParamExists('userControllerCreate', 'body', body);
283
283
  const localVarPath = `/users`;
@@ -308,7 +308,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
308
308
  * @param {*} [options] Override http request option.
309
309
  * @throws {RequiredError}
310
310
  */
311
- userControllerFindAll: (...args_10) => __awaiter(this, [...args_10], void 0, function* (options = {}) {
311
+ userControllerFindAll: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
312
312
  const localVarPath = `/users`;
313
313
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
314
314
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -336,7 +336,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
336
336
  * @param {*} [options] Override http request option.
337
337
  * @throws {RequiredError}
338
338
  */
339
- userControllerRegenerateKeyPair: (id_2, ...args_11) => __awaiter(this, [id_2, ...args_11], void 0, function* (id, options = {}) {
339
+ userControllerRegenerateKeyPair: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
340
340
  // verify required parameter 'id' is not null or undefined
341
341
  assertParamExists('userControllerRegenerateKeyPair', 'id', id);
342
342
  const localVarPath = `/users/{id}/regenerate-key-pair`
@@ -371,7 +371,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
371
371
  * @param {*} [options] Override http request option.
372
372
  * @throws {RequiredError}
373
373
  */
374
- workspaceControllerCreateFolder: (workspaceId_1, projectId_1, path_1, mode_1, ...args_12) => __awaiter(this, [workspaceId_1, projectId_1, path_1, mode_1, ...args_12], void 0, function* (workspaceId, projectId, path, mode, options = {}) {
374
+ workspaceControllerCreateFolder: (workspaceId_1, projectId_1, path_1, mode_1, ...args_1) => __awaiter(this, [workspaceId_1, projectId_1, path_1, mode_1, ...args_1], void 0, function* (workspaceId, projectId, path, mode, options = {}) {
375
375
  // verify required parameter 'workspaceId' is not null or undefined
376
376
  assertParamExists('workspaceControllerCreateFolder', 'workspaceId', workspaceId);
377
377
  // verify required parameter 'projectId' is not null or undefined
@@ -416,7 +416,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
416
416
  * @param {*} [options] Override http request option.
417
417
  * @throws {RequiredError}
418
418
  */
419
- workspaceControllerCreateSnapshot: (workspaceId_2, ...args_13) => __awaiter(this, [workspaceId_2, ...args_13], void 0, function* (workspaceId, options = {}) {
419
+ workspaceControllerCreateSnapshot: (workspaceId_1, ...args_1) => __awaiter(this, [workspaceId_1, ...args_1], void 0, function* (workspaceId, options = {}) {
420
420
  // verify required parameter 'workspaceId' is not null or undefined
421
421
  assertParamExists('workspaceControllerCreateSnapshot', 'workspaceId', workspaceId);
422
422
  const localVarPath = `/workspace/{workspaceId}/snapshot`
@@ -447,7 +447,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
447
447
  * @param {*} [options] Override http request option.
448
448
  * @throws {RequiredError}
449
449
  */
450
- workspaceControllerCreateWorkspace: (createWorkspaceDto_1, ...args_14) => __awaiter(this, [createWorkspaceDto_1, ...args_14], void 0, function* (createWorkspaceDto, options = {}) {
450
+ workspaceControllerCreateWorkspace: (createWorkspaceDto_1, ...args_1) => __awaiter(this, [createWorkspaceDto_1, ...args_1], void 0, function* (createWorkspaceDto, options = {}) {
451
451
  // verify required parameter 'createWorkspaceDto' is not null or undefined
452
452
  assertParamExists('workspaceControllerCreateWorkspace', 'createWorkspaceDto', createWorkspaceDto);
453
453
  const localVarPath = `/workspace`;
@@ -482,7 +482,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
482
482
  * @param {*} [options] Override http request option.
483
483
  * @throws {RequiredError}
484
484
  */
485
- workspaceControllerDeleteFile: (workspaceId_3, projectId_2, path_2, ...args_15) => __awaiter(this, [workspaceId_3, projectId_2, path_2, ...args_15], void 0, function* (workspaceId, projectId, path, options = {}) {
485
+ workspaceControllerDeleteFile: (workspaceId_1, projectId_1, path_1, ...args_1) => __awaiter(this, [workspaceId_1, projectId_1, path_1, ...args_1], void 0, function* (workspaceId, projectId, path, options = {}) {
486
486
  // verify required parameter 'workspaceId' is not null or undefined
487
487
  assertParamExists('workspaceControllerDeleteFile', 'workspaceId', workspaceId);
488
488
  // verify required parameter 'projectId' is not null or undefined
@@ -524,7 +524,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
524
524
  * @param {*} [options] Override http request option.
525
525
  * @throws {RequiredError}
526
526
  */
527
- workspaceControllerDownloadFile: (workspaceId_4, projectId_3, path_3, ...args_16) => __awaiter(this, [workspaceId_4, projectId_3, path_3, ...args_16], void 0, function* (workspaceId, projectId, path, options = {}) {
527
+ workspaceControllerDownloadFile: (workspaceId_1, projectId_1, path_1, ...args_1) => __awaiter(this, [workspaceId_1, projectId_1, path_1, ...args_1], void 0, function* (workspaceId, projectId, path, options = {}) {
528
528
  // verify required parameter 'workspaceId' is not null or undefined
529
529
  assertParamExists('workspaceControllerDownloadFile', 'workspaceId', workspaceId);
530
530
  // verify required parameter 'projectId' is not null or undefined
@@ -566,7 +566,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
566
566
  * @param {*} [options] Override http request option.
567
567
  * @throws {RequiredError}
568
568
  */
569
- workspaceControllerExecuteCommand: (workspaceId_5, projectId_4, executeRequestDto_1, ...args_17) => __awaiter(this, [workspaceId_5, projectId_4, executeRequestDto_1, ...args_17], void 0, function* (workspaceId, projectId, executeRequestDto, options = {}) {
569
+ workspaceControllerExecuteCommand: (workspaceId_1, projectId_1, executeRequestDto_1, ...args_1) => __awaiter(this, [workspaceId_1, projectId_1, executeRequestDto_1, ...args_1], void 0, function* (workspaceId, projectId, executeRequestDto, options = {}) {
570
570
  // verify required parameter 'workspaceId' is not null or undefined
571
571
  assertParamExists('workspaceControllerExecuteCommand', 'workspaceId', workspaceId);
572
572
  // verify required parameter 'projectId' is not null or undefined
@@ -608,7 +608,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
608
608
  * @param {*} [options] Override http request option.
609
609
  * @throws {RequiredError}
610
610
  */
611
- workspaceControllerFindInFiles: (workspaceId_6, projectId_5, path_4, pattern_1, ...args_18) => __awaiter(this, [workspaceId_6, projectId_5, path_4, pattern_1, ...args_18], void 0, function* (workspaceId, projectId, path, pattern, options = {}) {
611
+ workspaceControllerFindInFiles: (workspaceId_1, projectId_1, path_1, pattern_1, ...args_1) => __awaiter(this, [workspaceId_1, projectId_1, path_1, pattern_1, ...args_1], void 0, function* (workspaceId, projectId, path, pattern, options = {}) {
612
612
  // verify required parameter 'workspaceId' is not null or undefined
613
613
  assertParamExists('workspaceControllerFindInFiles', 'workspaceId', workspaceId);
614
614
  // verify required parameter 'projectId' is not null or undefined
@@ -655,7 +655,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
655
655
  * @param {*} [options] Override http request option.
656
656
  * @throws {RequiredError}
657
657
  */
658
- workspaceControllerGetFileInfo: (workspaceId_7, projectId_6, path_5, ...args_19) => __awaiter(this, [workspaceId_7, projectId_6, path_5, ...args_19], void 0, function* (workspaceId, projectId, path, options = {}) {
658
+ workspaceControllerGetFileInfo: (workspaceId_1, projectId_1, path_1, ...args_1) => __awaiter(this, [workspaceId_1, projectId_1, path_1, ...args_1], void 0, function* (workspaceId, projectId, path, options = {}) {
659
659
  // verify required parameter 'workspaceId' is not null or undefined
660
660
  assertParamExists('workspaceControllerGetFileInfo', 'workspaceId', workspaceId);
661
661
  // verify required parameter 'projectId' is not null or undefined
@@ -696,7 +696,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
696
696
  * @param {*} [options] Override http request option.
697
697
  * @throws {RequiredError}
698
698
  */
699
- workspaceControllerGetProjectDir: (workspaceId_8, projectId_7, ...args_20) => __awaiter(this, [workspaceId_8, projectId_7, ...args_20], void 0, function* (workspaceId, projectId, options = {}) {
699
+ workspaceControllerGetProjectDir: (workspaceId_1, projectId_1, ...args_1) => __awaiter(this, [workspaceId_1, projectId_1, ...args_1], void 0, function* (workspaceId, projectId, options = {}) {
700
700
  // verify required parameter 'workspaceId' is not null or undefined
701
701
  assertParamExists('workspaceControllerGetProjectDir', 'workspaceId', workspaceId);
702
702
  // verify required parameter 'projectId' is not null or undefined
@@ -731,7 +731,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
731
731
  * @param {*} [options] Override http request option.
732
732
  * @throws {RequiredError}
733
733
  */
734
- workspaceControllerGetWorkspace: (workspaceId_9, verbose_1, ...args_21) => __awaiter(this, [workspaceId_9, verbose_1, ...args_21], void 0, function* (workspaceId, verbose, options = {}) {
734
+ workspaceControllerGetWorkspace: (workspaceId_1, verbose_1, ...args_1) => __awaiter(this, [workspaceId_1, verbose_1, ...args_1], void 0, function* (workspaceId, verbose, options = {}) {
735
735
  // verify required parameter 'workspaceId' is not null or undefined
736
736
  assertParamExists('workspaceControllerGetWorkspace', 'workspaceId', workspaceId);
737
737
  const localVarPath = `/workspace/{workspaceId}`
@@ -768,7 +768,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
768
768
  * @param {*} [options] Override http request option.
769
769
  * @throws {RequiredError}
770
770
  */
771
- workspaceControllerGitAddFiles: (workspaceId_10, projectId_8, gitAddRequestDto_1, ...args_22) => __awaiter(this, [workspaceId_10, projectId_8, gitAddRequestDto_1, ...args_22], void 0, function* (workspaceId, projectId, gitAddRequestDto, options = {}) {
771
+ workspaceControllerGitAddFiles: (workspaceId_1, projectId_1, gitAddRequestDto_1, ...args_1) => __awaiter(this, [workspaceId_1, projectId_1, gitAddRequestDto_1, ...args_1], void 0, function* (workspaceId, projectId, gitAddRequestDto, options = {}) {
772
772
  // verify required parameter 'workspaceId' is not null or undefined
773
773
  assertParamExists('workspaceControllerGitAddFiles', 'workspaceId', workspaceId);
774
774
  // verify required parameter 'projectId' is not null or undefined
@@ -809,7 +809,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
809
809
  * @param {*} [options] Override http request option.
810
810
  * @throws {RequiredError}
811
811
  */
812
- workspaceControllerGitBranchList: (workspaceId_11, projectId_9, path_6, ...args_23) => __awaiter(this, [workspaceId_11, projectId_9, path_6, ...args_23], void 0, function* (workspaceId, projectId, path, options = {}) {
812
+ workspaceControllerGitBranchList: (workspaceId_1, projectId_1, path_1, ...args_1) => __awaiter(this, [workspaceId_1, projectId_1, path_1, ...args_1], void 0, function* (workspaceId, projectId, path, options = {}) {
813
813
  // verify required parameter 'workspaceId' is not null or undefined
814
814
  assertParamExists('workspaceControllerGitBranchList', 'workspaceId', workspaceId);
815
815
  // verify required parameter 'projectId' is not null or undefined
@@ -851,7 +851,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
851
851
  * @param {*} [options] Override http request option.
852
852
  * @throws {RequiredError}
853
853
  */
854
- workspaceControllerGitCloneRepository: (workspaceId_12, projectId_10, gitCloneRequestDto_1, ...args_24) => __awaiter(this, [workspaceId_12, projectId_10, gitCloneRequestDto_1, ...args_24], void 0, function* (workspaceId, projectId, gitCloneRequestDto, options = {}) {
854
+ workspaceControllerGitCloneRepository: (workspaceId_1, projectId_1, gitCloneRequestDto_1, ...args_1) => __awaiter(this, [workspaceId_1, projectId_1, gitCloneRequestDto_1, ...args_1], void 0, function* (workspaceId, projectId, gitCloneRequestDto, options = {}) {
855
855
  // verify required parameter 'workspaceId' is not null or undefined
856
856
  assertParamExists('workspaceControllerGitCloneRepository', 'workspaceId', workspaceId);
857
857
  // verify required parameter 'projectId' is not null or undefined
@@ -892,7 +892,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
892
892
  * @param {*} [options] Override http request option.
893
893
  * @throws {RequiredError}
894
894
  */
895
- workspaceControllerGitCommitChanges: (workspaceId_13, projectId_11, gitCommitRequestDto_1, ...args_25) => __awaiter(this, [workspaceId_13, projectId_11, gitCommitRequestDto_1, ...args_25], void 0, function* (workspaceId, projectId, gitCommitRequestDto, options = {}) {
895
+ workspaceControllerGitCommitChanges: (workspaceId_1, projectId_1, gitCommitRequestDto_1, ...args_1) => __awaiter(this, [workspaceId_1, projectId_1, gitCommitRequestDto_1, ...args_1], void 0, function* (workspaceId, projectId, gitCommitRequestDto, options = {}) {
896
896
  // verify required parameter 'workspaceId' is not null or undefined
897
897
  assertParamExists('workspaceControllerGitCommitChanges', 'workspaceId', workspaceId);
898
898
  // verify required parameter 'projectId' is not null or undefined
@@ -933,7 +933,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
933
933
  * @param {*} [options] Override http request option.
934
934
  * @throws {RequiredError}
935
935
  */
936
- workspaceControllerGitCommitHistory: (workspaceId_14, projectId_12, path_7, ...args_26) => __awaiter(this, [workspaceId_14, projectId_12, path_7, ...args_26], void 0, function* (workspaceId, projectId, path, options = {}) {
936
+ workspaceControllerGitCommitHistory: (workspaceId_1, projectId_1, path_1, ...args_1) => __awaiter(this, [workspaceId_1, projectId_1, path_1, ...args_1], void 0, function* (workspaceId, projectId, path, options = {}) {
937
937
  // verify required parameter 'workspaceId' is not null or undefined
938
938
  assertParamExists('workspaceControllerGitCommitHistory', 'workspaceId', workspaceId);
939
939
  // verify required parameter 'projectId' is not null or undefined
@@ -975,7 +975,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
975
975
  * @param {*} [options] Override http request option.
976
976
  * @throws {RequiredError}
977
977
  */
978
- workspaceControllerGitCreateBranch: (workspaceId_15, projectId_13, gitBranchRequestDto_1, ...args_27) => __awaiter(this, [workspaceId_15, projectId_13, gitBranchRequestDto_1, ...args_27], void 0, function* (workspaceId, projectId, gitBranchRequestDto, options = {}) {
978
+ workspaceControllerGitCreateBranch: (workspaceId_1, projectId_1, gitBranchRequestDto_1, ...args_1) => __awaiter(this, [workspaceId_1, projectId_1, gitBranchRequestDto_1, ...args_1], void 0, function* (workspaceId, projectId, gitBranchRequestDto, options = {}) {
979
979
  // verify required parameter 'workspaceId' is not null or undefined
980
980
  assertParamExists('workspaceControllerGitCreateBranch', 'workspaceId', workspaceId);
981
981
  // verify required parameter 'projectId' is not null or undefined
@@ -1016,7 +1016,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
1016
1016
  * @param {*} [options] Override http request option.
1017
1017
  * @throws {RequiredError}
1018
1018
  */
1019
- workspaceControllerGitPullChanges: (workspaceId_16, projectId_14, gitRepoRequestDto_1, ...args_28) => __awaiter(this, [workspaceId_16, projectId_14, gitRepoRequestDto_1, ...args_28], void 0, function* (workspaceId, projectId, gitRepoRequestDto, options = {}) {
1019
+ workspaceControllerGitPullChanges: (workspaceId_1, projectId_1, gitRepoRequestDto_1, ...args_1) => __awaiter(this, [workspaceId_1, projectId_1, gitRepoRequestDto_1, ...args_1], void 0, function* (workspaceId, projectId, gitRepoRequestDto, options = {}) {
1020
1020
  // verify required parameter 'workspaceId' is not null or undefined
1021
1021
  assertParamExists('workspaceControllerGitPullChanges', 'workspaceId', workspaceId);
1022
1022
  // verify required parameter 'projectId' is not null or undefined
@@ -1057,7 +1057,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
1057
1057
  * @param {*} [options] Override http request option.
1058
1058
  * @throws {RequiredError}
1059
1059
  */
1060
- workspaceControllerGitPushChanges: (workspaceId_17, projectId_15, gitRepoRequestDto_2, ...args_29) => __awaiter(this, [workspaceId_17, projectId_15, gitRepoRequestDto_2, ...args_29], void 0, function* (workspaceId, projectId, gitRepoRequestDto, options = {}) {
1060
+ workspaceControllerGitPushChanges: (workspaceId_1, projectId_1, gitRepoRequestDto_1, ...args_1) => __awaiter(this, [workspaceId_1, projectId_1, gitRepoRequestDto_1, ...args_1], void 0, function* (workspaceId, projectId, gitRepoRequestDto, options = {}) {
1061
1061
  // verify required parameter 'workspaceId' is not null or undefined
1062
1062
  assertParamExists('workspaceControllerGitPushChanges', 'workspaceId', workspaceId);
1063
1063
  // verify required parameter 'projectId' is not null or undefined
@@ -1098,7 +1098,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
1098
1098
  * @param {*} [options] Override http request option.
1099
1099
  * @throws {RequiredError}
1100
1100
  */
1101
- workspaceControllerGitStatus: (workspaceId_18, projectId_16, path_8, ...args_30) => __awaiter(this, [workspaceId_18, projectId_16, path_8, ...args_30], void 0, function* (workspaceId, projectId, path, options = {}) {
1101
+ workspaceControllerGitStatus: (workspaceId_1, projectId_1, path_1, ...args_1) => __awaiter(this, [workspaceId_1, projectId_1, path_1, ...args_1], void 0, function* (workspaceId, projectId, path, options = {}) {
1102
1102
  // verify required parameter 'workspaceId' is not null or undefined
1103
1103
  assertParamExists('workspaceControllerGitStatus', 'workspaceId', workspaceId);
1104
1104
  // verify required parameter 'projectId' is not null or undefined
@@ -1140,7 +1140,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
1140
1140
  * @param {*} [options] Override http request option.
1141
1141
  * @throws {RequiredError}
1142
1142
  */
1143
- workspaceControllerListFiles: (workspaceId_19, projectId_17, path_9, ...args_31) => __awaiter(this, [workspaceId_19, projectId_17, path_9, ...args_31], void 0, function* (workspaceId, projectId, path, options = {}) {
1143
+ workspaceControllerListFiles: (workspaceId_1, projectId_1, path_1, ...args_1) => __awaiter(this, [workspaceId_1, projectId_1, path_1, ...args_1], void 0, function* (workspaceId, projectId, path, options = {}) {
1144
1144
  // verify required parameter 'workspaceId' is not null or undefined
1145
1145
  assertParamExists('workspaceControllerListFiles', 'workspaceId', workspaceId);
1146
1146
  // verify required parameter 'projectId' is not null or undefined
@@ -1177,7 +1177,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
1177
1177
  * @param {*} [options] Override http request option.
1178
1178
  * @throws {RequiredError}
1179
1179
  */
1180
- workspaceControllerListWorkspaces: (verbose_2, ...args_32) => __awaiter(this, [verbose_2, ...args_32], void 0, function* (verbose, options = {}) {
1180
+ workspaceControllerListWorkspaces: (verbose_1, ...args_1) => __awaiter(this, [verbose_1, ...args_1], void 0, function* (verbose, options = {}) {
1181
1181
  const localVarPath = `/workspace`;
1182
1182
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1183
1183
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -1212,7 +1212,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
1212
1212
  * @param {*} [options] Override http request option.
1213
1213
  * @throws {RequiredError}
1214
1214
  */
1215
- workspaceControllerMoveFile: (workspaceId_20, projectId_18, source_1, destination_1, ...args_33) => __awaiter(this, [workspaceId_20, projectId_18, source_1, destination_1, ...args_33], void 0, function* (workspaceId, projectId, source, destination, options = {}) {
1215
+ workspaceControllerMoveFile: (workspaceId_1, projectId_1, source_1, destination_1, ...args_1) => __awaiter(this, [workspaceId_1, projectId_1, source_1, destination_1, ...args_1], void 0, function* (workspaceId, projectId, source, destination, options = {}) {
1216
1216
  // verify required parameter 'workspaceId' is not null or undefined
1217
1217
  assertParamExists('workspaceControllerMoveFile', 'workspaceId', workspaceId);
1218
1218
  // verify required parameter 'projectId' is not null or undefined
@@ -1257,7 +1257,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
1257
1257
  * @param {*} [options] Override http request option.
1258
1258
  * @throws {RequiredError}
1259
1259
  */
1260
- workspaceControllerRemoveWorkspace: (workspaceId_21, force_1, ...args_34) => __awaiter(this, [workspaceId_21, force_1, ...args_34], void 0, function* (workspaceId, force, options = {}) {
1260
+ workspaceControllerRemoveWorkspace: (workspaceId_1, force_1, ...args_1) => __awaiter(this, [workspaceId_1, force_1, ...args_1], void 0, function* (workspaceId, force, options = {}) {
1261
1261
  // verify required parameter 'workspaceId' is not null or undefined
1262
1262
  assertParamExists('workspaceControllerRemoveWorkspace', 'workspaceId', workspaceId);
1263
1263
  // verify required parameter 'force' is not null or undefined
@@ -1296,7 +1296,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
1296
1296
  * @param {*} [options] Override http request option.
1297
1297
  * @throws {RequiredError}
1298
1298
  */
1299
- workspaceControllerReplaceInFiles: (workspaceId_22, projectId_19, replaceRequestDto_1, ...args_35) => __awaiter(this, [workspaceId_22, projectId_19, replaceRequestDto_1, ...args_35], void 0, function* (workspaceId, projectId, replaceRequestDto, options = {}) {
1299
+ workspaceControllerReplaceInFiles: (workspaceId_1, projectId_1, replaceRequestDto_1, ...args_1) => __awaiter(this, [workspaceId_1, projectId_1, replaceRequestDto_1, ...args_1], void 0, function* (workspaceId, projectId, replaceRequestDto, options = {}) {
1300
1300
  // verify required parameter 'workspaceId' is not null or undefined
1301
1301
  assertParamExists('workspaceControllerReplaceInFiles', 'workspaceId', workspaceId);
1302
1302
  // verify required parameter 'projectId' is not null or undefined
@@ -1336,7 +1336,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
1336
1336
  * @param {*} [options] Override http request option.
1337
1337
  * @throws {RequiredError}
1338
1338
  */
1339
- workspaceControllerReplaceLabels: (workspaceId_23, workspaceLabelsDto_1, ...args_36) => __awaiter(this, [workspaceId_23, workspaceLabelsDto_1, ...args_36], void 0, function* (workspaceId, workspaceLabelsDto, options = {}) {
1339
+ workspaceControllerReplaceLabels: (workspaceId_1, workspaceLabelsDto_1, ...args_1) => __awaiter(this, [workspaceId_1, workspaceLabelsDto_1, ...args_1], void 0, function* (workspaceId, workspaceLabelsDto, options = {}) {
1340
1340
  // verify required parameter 'workspaceId' is not null or undefined
1341
1341
  assertParamExists('workspaceControllerReplaceLabels', 'workspaceId', workspaceId);
1342
1342
  // verify required parameter 'workspaceLabelsDto' is not null or undefined
@@ -1375,7 +1375,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
1375
1375
  * @param {*} [options] Override http request option.
1376
1376
  * @throws {RequiredError}
1377
1377
  */
1378
- workspaceControllerSearchFiles: (workspaceId_24, projectId_20, path_10, pattern_2, ...args_37) => __awaiter(this, [workspaceId_24, projectId_20, path_10, pattern_2, ...args_37], void 0, function* (workspaceId, projectId, path, pattern, options = {}) {
1378
+ workspaceControllerSearchFiles: (workspaceId_1, projectId_1, path_1, pattern_1, ...args_1) => __awaiter(this, [workspaceId_1, projectId_1, path_1, pattern_1, ...args_1], void 0, function* (workspaceId, projectId, path, pattern, options = {}) {
1379
1379
  // verify required parameter 'workspaceId' is not null or undefined
1380
1380
  assertParamExists('workspaceControllerSearchFiles', 'workspaceId', workspaceId);
1381
1381
  // verify required parameter 'projectId' is not null or undefined
@@ -1425,7 +1425,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
1425
1425
  * @param {*} [options] Override http request option.
1426
1426
  * @throws {RequiredError}
1427
1427
  */
1428
- workspaceControllerSetFilePermissions: (workspaceId_25, projectId_21, path_11, owner_1, group_1, mode_2, ...args_38) => __awaiter(this, [workspaceId_25, projectId_21, path_11, owner_1, group_1, mode_2, ...args_38], void 0, function* (workspaceId, projectId, path, owner, group, mode, options = {}) {
1428
+ workspaceControllerSetFilePermissions: (workspaceId_1, projectId_1, path_1, owner_1, group_1, mode_1, ...args_1) => __awaiter(this, [workspaceId_1, projectId_1, path_1, owner_1, group_1, mode_1, ...args_1], void 0, function* (workspaceId, projectId, path, owner, group, mode, options = {}) {
1429
1429
  // verify required parameter 'workspaceId' is not null or undefined
1430
1430
  assertParamExists('workspaceControllerSetFilePermissions', 'workspaceId', workspaceId);
1431
1431
  // verify required parameter 'projectId' is not null or undefined
@@ -1480,7 +1480,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
1480
1480
  * @param {*} [options] Override http request option.
1481
1481
  * @throws {RequiredError}
1482
1482
  */
1483
- workspaceControllerStartProject: (workspaceId_26, projectId_22, ...args_39) => __awaiter(this, [workspaceId_26, projectId_22, ...args_39], void 0, function* (workspaceId, projectId, options = {}) {
1483
+ workspaceControllerStartProject: (workspaceId_1, projectId_1, ...args_1) => __awaiter(this, [workspaceId_1, projectId_1, ...args_1], void 0, function* (workspaceId, projectId, options = {}) {
1484
1484
  // verify required parameter 'workspaceId' is not null or undefined
1485
1485
  assertParamExists('workspaceControllerStartProject', 'workspaceId', workspaceId);
1486
1486
  // verify required parameter 'projectId' is not null or undefined
@@ -1514,7 +1514,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
1514
1514
  * @param {*} [options] Override http request option.
1515
1515
  * @throws {RequiredError}
1516
1516
  */
1517
- workspaceControllerStartWorkspace: (workspaceId_27, ...args_40) => __awaiter(this, [workspaceId_27, ...args_40], void 0, function* (workspaceId, options = {}) {
1517
+ workspaceControllerStartWorkspace: (workspaceId_1, ...args_1) => __awaiter(this, [workspaceId_1, ...args_1], void 0, function* (workspaceId, options = {}) {
1518
1518
  // verify required parameter 'workspaceId' is not null or undefined
1519
1519
  assertParamExists('workspaceControllerStartWorkspace', 'workspaceId', workspaceId);
1520
1520
  const localVarPath = `/workspace/{workspaceId}/start`
@@ -1546,7 +1546,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
1546
1546
  * @param {*} [options] Override http request option.
1547
1547
  * @throws {RequiredError}
1548
1548
  */
1549
- workspaceControllerStopProject: (workspaceId_28, projectId_23, ...args_41) => __awaiter(this, [workspaceId_28, projectId_23, ...args_41], void 0, function* (workspaceId, projectId, options = {}) {
1549
+ workspaceControllerStopProject: (workspaceId_1, projectId_1, ...args_1) => __awaiter(this, [workspaceId_1, projectId_1, ...args_1], void 0, function* (workspaceId, projectId, options = {}) {
1550
1550
  // verify required parameter 'workspaceId' is not null or undefined
1551
1551
  assertParamExists('workspaceControllerStopProject', 'workspaceId', workspaceId);
1552
1552
  // verify required parameter 'projectId' is not null or undefined
@@ -1580,7 +1580,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
1580
1580
  * @param {*} [options] Override http request option.
1581
1581
  * @throws {RequiredError}
1582
1582
  */
1583
- workspaceControllerStopWorkspace: (workspaceId_29, ...args_42) => __awaiter(this, [workspaceId_29, ...args_42], void 0, function* (workspaceId, options = {}) {
1583
+ workspaceControllerStopWorkspace: (workspaceId_1, ...args_1) => __awaiter(this, [workspaceId_1, ...args_1], void 0, function* (workspaceId, options = {}) {
1584
1584
  // verify required parameter 'workspaceId' is not null or undefined
1585
1585
  assertParamExists('workspaceControllerStopWorkspace', 'workspaceId', workspaceId);
1586
1586
  const localVarPath = `/workspace/{workspaceId}/stop`
@@ -1615,7 +1615,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
1615
1615
  * @param {*} [options] Override http request option.
1616
1616
  * @throws {RequiredError}
1617
1617
  */
1618
- workspaceControllerUploadFile: (workspaceId_30, projectId_24, path_12, file_1, ...args_43) => __awaiter(this, [workspaceId_30, projectId_24, path_12, file_1, ...args_43], void 0, function* (workspaceId, projectId, path, file, options = {}) {
1618
+ workspaceControllerUploadFile: (workspaceId_1, projectId_1, path_1, file_1, ...args_1) => __awaiter(this, [workspaceId_1, projectId_1, path_1, file_1, ...args_1], void 0, function* (workspaceId, projectId, path, file, options = {}) {
1619
1619
  // verify required parameter 'workspaceId' is not null or undefined
1620
1620
  assertParamExists('workspaceControllerUploadFile', 'workspaceId', workspaceId);
1621
1621
  // verify required parameter 'projectId' is not null or undefined
@@ -71,7 +71,7 @@ export const DockerRegistryApiAxiosParamCreator = function (configuration) {
71
71
  * @param {*} [options] Override http request option.
72
72
  * @throws {RequiredError}
73
73
  */
74
- dockerRegistryControllerFindAll: (...args_2) => __awaiter(this, [...args_2], void 0, function* (options = {}) {
74
+ dockerRegistryControllerFindAll: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
75
75
  const localVarPath = `/docker-registry`;
76
76
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
77
77
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -100,7 +100,7 @@ export const DockerRegistryApiAxiosParamCreator = function (configuration) {
100
100
  * @param {*} [options] Override http request option.
101
101
  * @throws {RequiredError}
102
102
  */
103
- dockerRegistryControllerFindOne: (id_1, ...args_3) => __awaiter(this, [id_1, ...args_3], void 0, function* (id, options = {}) {
103
+ dockerRegistryControllerFindOne: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
104
104
  // verify required parameter 'id' is not null or undefined
105
105
  assertParamExists('dockerRegistryControllerFindOne', 'id', id);
106
106
  const localVarPath = `/docker-registry/{id}`
@@ -131,7 +131,7 @@ export const DockerRegistryApiAxiosParamCreator = function (configuration) {
131
131
  * @param {*} [options] Override http request option.
132
132
  * @throws {RequiredError}
133
133
  */
134
- dockerRegistryControllerGetDefault: (...args_4) => __awaiter(this, [...args_4], void 0, function* (options = {}) {
134
+ dockerRegistryControllerGetDefault: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
135
135
  const localVarPath = `/docker-registry/default`;
136
136
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
137
137
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -160,7 +160,7 @@ export const DockerRegistryApiAxiosParamCreator = function (configuration) {
160
160
  * @param {*} [options] Override http request option.
161
161
  * @throws {RequiredError}
162
162
  */
163
- dockerRegistryControllerRemove: (id_2, ...args_5) => __awaiter(this, [id_2, ...args_5], void 0, function* (id, options = {}) {
163
+ dockerRegistryControllerRemove: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
164
164
  // verify required parameter 'id' is not null or undefined
165
165
  assertParamExists('dockerRegistryControllerRemove', 'id', id);
166
166
  const localVarPath = `/docker-registry/{id}`
@@ -192,7 +192,7 @@ export const DockerRegistryApiAxiosParamCreator = function (configuration) {
192
192
  * @param {*} [options] Override http request option.
193
193
  * @throws {RequiredError}
194
194
  */
195
- dockerRegistryControllerSetDefault: (id_3, ...args_6) => __awaiter(this, [id_3, ...args_6], void 0, function* (id, options = {}) {
195
+ dockerRegistryControllerSetDefault: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
196
196
  // verify required parameter 'id' is not null or undefined
197
197
  assertParamExists('dockerRegistryControllerSetDefault', 'id', id);
198
198
  const localVarPath = `/docker-registry/{id}/set-default`
@@ -225,7 +225,7 @@ export const DockerRegistryApiAxiosParamCreator = function (configuration) {
225
225
  * @param {*} [options] Override http request option.
226
226
  * @throws {RequiredError}
227
227
  */
228
- dockerRegistryControllerUpdate: (id_4, updateDockerRegistryDto_1, ...args_7) => __awaiter(this, [id_4, updateDockerRegistryDto_1, ...args_7], void 0, function* (id, updateDockerRegistryDto, options = {}) {
228
+ dockerRegistryControllerUpdate: (id_1, updateDockerRegistryDto_1, ...args_1) => __awaiter(this, [id_1, updateDockerRegistryDto_1, ...args_1], void 0, function* (id, updateDockerRegistryDto, options = {}) {
229
229
  // verify required parameter 'id' is not null or undefined
230
230
  assertParamExists('dockerRegistryControllerUpdate', 'id', id);
231
231
  // verify required parameter 'updateDockerRegistryDto' is not null or undefined
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daytonaio/api-client",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "OpenAPI client for @daytonaio/api-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {