Skip to content

Commit e9bc900

Browse files
Automatically update typescript client (ref: Cosmo-Tech/cosmotech-api@8842d3f)
Co-authored-by: jreynard-code <jreynard-code@users.noreply.github.com>
1 parent aa2715d commit e9bc900

File tree

3 files changed

+120
-120
lines changed

3 files changed

+120
-120
lines changed

api.ts

Lines changed: 80 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -6177,10 +6177,10 @@ export const RunApiAxiosParamCreator = function (configuration?: Configuration)
61776177
/**
61786178
*
61796179
* @summary Delete a run
6180-
* @param {string} organizationId the Organization identifier
6181-
* @param {string} workspaceId the Workspace identifier
6182-
* @param {string} runnerId the Runner identifier
6183-
* @param {string} runId the Run identifier
6180+
* @param {string} organizationId The Organization identifier
6181+
* @param {string} workspaceId The Workspace identifier
6182+
* @param {string} runnerId The Runner identifier
6183+
* @param {string} runId The Run identifier
61846184
* @param {*} [options] Override http request option.
61856185
* @throws {RequiredError}
61866186
*/
@@ -6227,10 +6227,10 @@ export const RunApiAxiosParamCreator = function (configuration?: Configuration)
62276227
/**
62286228
*
62296229
* @summary Get the details of a run
6230-
* @param {string} organizationId the Organization identifier
6231-
* @param {string} workspaceId the Workspace identifier
6232-
* @param {string} runnerId the Runner identifier
6233-
* @param {string} runId the Run identifier
6230+
* @param {string} organizationId The Organization identifier
6231+
* @param {string} workspaceId The Workspace identifier
6232+
* @param {string} runnerId The Runner identifier
6233+
* @param {string} runId The Run identifier
62346234
* @param {*} [options] Override http request option.
62356235
* @throws {RequiredError}
62366236
*/
@@ -6277,10 +6277,10 @@ export const RunApiAxiosParamCreator = function (configuration?: Configuration)
62776277
/**
62786278
*
62796279
* @summary get the logs for the Run
6280-
* @param {string} organizationId the Organization identifier
6281-
* @param {string} workspaceId the Workspace identifier
6282-
* @param {string} runnerId the Runner identifier
6283-
* @param {string} runId the Run identifier
6280+
* @param {string} organizationId The Organization identifier
6281+
* @param {string} workspaceId The Workspace identifier
6282+
* @param {string} runnerId The Runner identifier
6283+
* @param {string} runId The Run identifier
62846284
* @param {*} [options] Override http request option.
62856285
* @throws {RequiredError}
62866286
*/
@@ -6327,10 +6327,10 @@ export const RunApiAxiosParamCreator = function (configuration?: Configuration)
63276327
/**
63286328
*
63296329
* @summary get the status for the Run
6330-
* @param {string} organizationId the Organization identifier
6331-
* @param {string} workspaceId the Workspace identifier
6332-
* @param {string} runnerId the Runner identifier
6333-
* @param {string} runId the Run identifier
6330+
* @param {string} organizationId The Organization identifier
6331+
* @param {string} workspaceId The Workspace identifier
6332+
* @param {string} runnerId The Runner identifier
6333+
* @param {string} runId The Run identifier
63346334
* @param {*} [options] Override http request option.
63356335
* @throws {RequiredError}
63366336
*/
@@ -6377,9 +6377,9 @@ export const RunApiAxiosParamCreator = function (configuration?: Configuration)
63776377
/**
63786378
*
63796379
* @summary get the list of Runs for the Runner
6380-
* @param {string} organizationId the Organization identifier
6381-
* @param {string} workspaceId the Workspace identifier
6382-
* @param {string} runnerId the Runner identifier
6380+
* @param {string} organizationId The Organization identifier
6381+
* @param {string} workspaceId The Workspace identifier
6382+
* @param {string} runnerId The Runner identifier
63836383
* @param {number} [page] page number to query (first page is at index 0)
63846384
* @param {number} [size] amount of result by page
63856385
* @param {*} [options] Override http request option.
@@ -6443,10 +6443,10 @@ export const RunApiFp = function(configuration?: Configuration) {
64436443
/**
64446444
*
64456445
* @summary Delete a run
6446-
* @param {string} organizationId the Organization identifier
6447-
* @param {string} workspaceId the Workspace identifier
6448-
* @param {string} runnerId the Runner identifier
6449-
* @param {string} runId the Run identifier
6446+
* @param {string} organizationId The Organization identifier
6447+
* @param {string} workspaceId The Workspace identifier
6448+
* @param {string} runnerId The Runner identifier
6449+
* @param {string} runId The Run identifier
64506450
* @param {*} [options] Override http request option.
64516451
* @throws {RequiredError}
64526452
*/
@@ -6459,10 +6459,10 @@ export const RunApiFp = function(configuration?: Configuration) {
64596459
/**
64606460
*
64616461
* @summary Get the details of a run
6462-
* @param {string} organizationId the Organization identifier
6463-
* @param {string} workspaceId the Workspace identifier
6464-
* @param {string} runnerId the Runner identifier
6465-
* @param {string} runId the Run identifier
6462+
* @param {string} organizationId The Organization identifier
6463+
* @param {string} workspaceId The Workspace identifier
6464+
* @param {string} runnerId The Runner identifier
6465+
* @param {string} runId The Run identifier
64666466
* @param {*} [options] Override http request option.
64676467
* @throws {RequiredError}
64686468
*/
@@ -6475,10 +6475,10 @@ export const RunApiFp = function(configuration?: Configuration) {
64756475
/**
64766476
*
64776477
* @summary get the logs for the Run
6478-
* @param {string} organizationId the Organization identifier
6479-
* @param {string} workspaceId the Workspace identifier
6480-
* @param {string} runnerId the Runner identifier
6481-
* @param {string} runId the Run identifier
6478+
* @param {string} organizationId The Organization identifier
6479+
* @param {string} workspaceId The Workspace identifier
6480+
* @param {string} runnerId The Runner identifier
6481+
* @param {string} runId The Run identifier
64826482
* @param {*} [options] Override http request option.
64836483
* @throws {RequiredError}
64846484
*/
@@ -6491,10 +6491,10 @@ export const RunApiFp = function(configuration?: Configuration) {
64916491
/**
64926492
*
64936493
* @summary get the status for the Run
6494-
* @param {string} organizationId the Organization identifier
6495-
* @param {string} workspaceId the Workspace identifier
6496-
* @param {string} runnerId the Runner identifier
6497-
* @param {string} runId the Run identifier
6494+
* @param {string} organizationId The Organization identifier
6495+
* @param {string} workspaceId The Workspace identifier
6496+
* @param {string} runnerId The Runner identifier
6497+
* @param {string} runId The Run identifier
64986498
* @param {*} [options] Override http request option.
64996499
* @throws {RequiredError}
65006500
*/
@@ -6507,9 +6507,9 @@ export const RunApiFp = function(configuration?: Configuration) {
65076507
/**
65086508
*
65096509
* @summary get the list of Runs for the Runner
6510-
* @param {string} organizationId the Organization identifier
6511-
* @param {string} workspaceId the Workspace identifier
6512-
* @param {string} runnerId the Runner identifier
6510+
* @param {string} organizationId The Organization identifier
6511+
* @param {string} workspaceId The Workspace identifier
6512+
* @param {string} runnerId The Runner identifier
65136513
* @param {number} [page] page number to query (first page is at index 0)
65146514
* @param {number} [size] amount of result by page
65156515
* @param {*} [options] Override http request option.
@@ -6534,10 +6534,10 @@ export const RunApiFactory = function (configuration?: Configuration, basePath?:
65346534
/**
65356535
*
65366536
* @summary Delete a run
6537-
* @param {string} organizationId the Organization identifier
6538-
* @param {string} workspaceId the Workspace identifier
6539-
* @param {string} runnerId the Runner identifier
6540-
* @param {string} runId the Run identifier
6537+
* @param {string} organizationId The Organization identifier
6538+
* @param {string} workspaceId The Workspace identifier
6539+
* @param {string} runnerId The Runner identifier
6540+
* @param {string} runId The Run identifier
65416541
* @param {*} [options] Override http request option.
65426542
* @throws {RequiredError}
65436543
*/
@@ -6547,10 +6547,10 @@ export const RunApiFactory = function (configuration?: Configuration, basePath?:
65476547
/**
65486548
*
65496549
* @summary Get the details of a run
6550-
* @param {string} organizationId the Organization identifier
6551-
* @param {string} workspaceId the Workspace identifier
6552-
* @param {string} runnerId the Runner identifier
6553-
* @param {string} runId the Run identifier
6550+
* @param {string} organizationId The Organization identifier
6551+
* @param {string} workspaceId The Workspace identifier
6552+
* @param {string} runnerId The Runner identifier
6553+
* @param {string} runId The Run identifier
65546554
* @param {*} [options] Override http request option.
65556555
* @throws {RequiredError}
65566556
*/
@@ -6560,10 +6560,10 @@ export const RunApiFactory = function (configuration?: Configuration, basePath?:
65606560
/**
65616561
*
65626562
* @summary get the logs for the Run
6563-
* @param {string} organizationId the Organization identifier
6564-
* @param {string} workspaceId the Workspace identifier
6565-
* @param {string} runnerId the Runner identifier
6566-
* @param {string} runId the Run identifier
6563+
* @param {string} organizationId The Organization identifier
6564+
* @param {string} workspaceId The Workspace identifier
6565+
* @param {string} runnerId The Runner identifier
6566+
* @param {string} runId The Run identifier
65676567
* @param {*} [options] Override http request option.
65686568
* @throws {RequiredError}
65696569
*/
@@ -6573,10 +6573,10 @@ export const RunApiFactory = function (configuration?: Configuration, basePath?:
65736573
/**
65746574
*
65756575
* @summary get the status for the Run
6576-
* @param {string} organizationId the Organization identifier
6577-
* @param {string} workspaceId the Workspace identifier
6578-
* @param {string} runnerId the Runner identifier
6579-
* @param {string} runId the Run identifier
6576+
* @param {string} organizationId The Organization identifier
6577+
* @param {string} workspaceId The Workspace identifier
6578+
* @param {string} runnerId The Runner identifier
6579+
* @param {string} runId The Run identifier
65806580
* @param {*} [options] Override http request option.
65816581
* @throws {RequiredError}
65826582
*/
@@ -6586,9 +6586,9 @@ export const RunApiFactory = function (configuration?: Configuration, basePath?:
65866586
/**
65876587
*
65886588
* @summary get the list of Runs for the Runner
6589-
* @param {string} organizationId the Organization identifier
6590-
* @param {string} workspaceId the Workspace identifier
6591-
* @param {string} runnerId the Runner identifier
6589+
* @param {string} organizationId The Organization identifier
6590+
* @param {string} workspaceId The Workspace identifier
6591+
* @param {string} runnerId The Runner identifier
65926592
* @param {number} [page] page number to query (first page is at index 0)
65936593
* @param {number} [size] amount of result by page
65946594
* @param {*} [options] Override http request option.
@@ -6610,10 +6610,10 @@ export class RunApi extends BaseAPI {
66106610
/**
66116611
*
66126612
* @summary Delete a run
6613-
* @param {string} organizationId the Organization identifier
6614-
* @param {string} workspaceId the Workspace identifier
6615-
* @param {string} runnerId the Runner identifier
6616-
* @param {string} runId the Run identifier
6613+
* @param {string} organizationId The Organization identifier
6614+
* @param {string} workspaceId The Workspace identifier
6615+
* @param {string} runnerId The Runner identifier
6616+
* @param {string} runId The Run identifier
66176617
* @param {*} [options] Override http request option.
66186618
* @throws {RequiredError}
66196619
* @memberof RunApi
@@ -6625,10 +6625,10 @@ export class RunApi extends BaseAPI {
66256625
/**
66266626
*
66276627
* @summary Get the details of a run
6628-
* @param {string} organizationId the Organization identifier
6629-
* @param {string} workspaceId the Workspace identifier
6630-
* @param {string} runnerId the Runner identifier
6631-
* @param {string} runId the Run identifier
6628+
* @param {string} organizationId The Organization identifier
6629+
* @param {string} workspaceId The Workspace identifier
6630+
* @param {string} runnerId The Runner identifier
6631+
* @param {string} runId The Run identifier
66326632
* @param {*} [options] Override http request option.
66336633
* @throws {RequiredError}
66346634
* @memberof RunApi
@@ -6640,10 +6640,10 @@ export class RunApi extends BaseAPI {
66406640
/**
66416641
*
66426642
* @summary get the logs for the Run
6643-
* @param {string} organizationId the Organization identifier
6644-
* @param {string} workspaceId the Workspace identifier
6645-
* @param {string} runnerId the Runner identifier
6646-
* @param {string} runId the Run identifier
6643+
* @param {string} organizationId The Organization identifier
6644+
* @param {string} workspaceId The Workspace identifier
6645+
* @param {string} runnerId The Runner identifier
6646+
* @param {string} runId The Run identifier
66476647
* @param {*} [options] Override http request option.
66486648
* @throws {RequiredError}
66496649
* @memberof RunApi
@@ -6655,10 +6655,10 @@ export class RunApi extends BaseAPI {
66556655
/**
66566656
*
66576657
* @summary get the status for the Run
6658-
* @param {string} organizationId the Organization identifier
6659-
* @param {string} workspaceId the Workspace identifier
6660-
* @param {string} runnerId the Runner identifier
6661-
* @param {string} runId the Run identifier
6658+
* @param {string} organizationId The Organization identifier
6659+
* @param {string} workspaceId The Workspace identifier
6660+
* @param {string} runnerId The Runner identifier
6661+
* @param {string} runId The Run identifier
66626662
* @param {*} [options] Override http request option.
66636663
* @throws {RequiredError}
66646664
* @memberof RunApi
@@ -6670,9 +6670,9 @@ export class RunApi extends BaseAPI {
66706670
/**
66716671
*
66726672
* @summary get the list of Runs for the Runner
6673-
* @param {string} organizationId the Organization identifier
6674-
* @param {string} workspaceId the Workspace identifier
6675-
* @param {string} runnerId the Runner identifier
6673+
* @param {string} organizationId The Organization identifier
6674+
* @param {string} workspaceId The Workspace identifier
6675+
* @param {string} runnerId The Runner identifier
66766676
* @param {number} [page] page number to query (first page is at index 0)
66776677
* @param {number} [size] amount of result by page
66786678
* @param {*} [options] Override http request option.
@@ -11142,7 +11142,7 @@ export const WorkspaceApiAxiosParamCreator = function (configuration?: Configura
1114211142
*
1114311143
* @summary List all Workspaces
1114411144
* @param {string} organizationId The Organization identifier
11145-
* @param {number} [page] page number to query (first page is at index 0)
11145+
* @param {number} [page] Page number to query (first page is at index 0)
1114611146
* @param {number} [size] Amount of result by page
1114711147
* @param {*} [options] Override http request option.
1114811148
* @throws {RequiredError}
@@ -11553,7 +11553,7 @@ export const WorkspaceApiFp = function(configuration?: Configuration) {
1155311553
*
1155411554
* @summary List all Workspaces
1155511555
* @param {string} organizationId The Organization identifier
11556-
* @param {number} [page] page number to query (first page is at index 0)
11556+
* @param {number} [page] Page number to query (first page is at index 0)
1155711557
* @param {number} [size] Amount of result by page
1155811558
* @param {*} [options] Override http request option.
1155911559
* @throws {RequiredError}
@@ -11787,7 +11787,7 @@ export const WorkspaceApiFactory = function (configuration?: Configuration, base
1178711787
*
1178811788
* @summary List all Workspaces
1178911789
* @param {string} organizationId The Organization identifier
11790-
* @param {number} [page] page number to query (first page is at index 0)
11790+
* @param {number} [page] Page number to query (first page is at index 0)
1179111791
* @param {number} [size] Amount of result by page
1179211792
* @param {*} [options] Override http request option.
1179311793
* @throws {RequiredError}
@@ -12037,7 +12037,7 @@ export class WorkspaceApi extends BaseAPI {
1203712037
*
1203812038
* @summary List all Workspaces
1203912039
* @param {string} organizationId The Organization identifier
12040-
* @param {number} [page] page number to query (first page is at index 0)
12040+
* @param {number} [page] Page number to query (first page is at index 0)
1204112041
* @param {number} [size] Amount of result by page
1204212042
* @param {*} [options] Override http request option.
1204312043
* @throws {RequiredError}

0 commit comments

Comments
 (0)