@ourskyai/platform-api 1.3.5602 → 1.3.6669
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 +2 -2
- package/api.ts +1518 -61
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +1002 -4
- package/dist/api.js +703 -4
- package/dist/base.d.ts +1 -1
- package/dist/base.js +1 -1
- package/dist/common.d.ts +1 -1
- package/dist/common.js +1 -1
- package/dist/configuration.d.ts +1 -1
- package/dist/configuration.js +1 -1
- package/dist/esm/api.d.ts +1002 -4
- package/dist/esm/api.js +702 -3
- package/dist/esm/base.d.ts +1 -1
- package/dist/esm/base.js +1 -1
- package/dist/esm/common.d.ts +1 -1
- package/dist/esm/common.js +1 -1
- package/dist/esm/configuration.d.ts +1 -1
- package/dist/esm/configuration.js +1 -1
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/index.ts +1 -1
- package/package.json +1 -1
package/dist/esm/api.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* OurSky Platform
|
|
5
5
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.3.
|
|
7
|
+
* The version of the OpenAPI document: 1.3.6669
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -66,6 +66,10 @@ export const FilterType = {
|
|
|
66
66
|
* @enum {string}
|
|
67
67
|
*/
|
|
68
68
|
export const ImageSetType = {
|
|
69
|
+
ASTRONOMICAL: 'ASTRONOMICAL',
|
|
70
|
+
EARTH_ORBITAL: 'EARTH_ORBITAL',
|
|
71
|
+
GNSS_CALIBRATION: 'GNSS_CALIBRATION',
|
|
72
|
+
SATELLITE_CALIBRATION: 'SATELLITE_CALIBRATION',
|
|
69
73
|
ALL_SKY: 'ALL_SKY'
|
|
70
74
|
};
|
|
71
75
|
/**
|
|
@@ -79,6 +83,15 @@ export const MetricType = {
|
|
|
79
83
|
GAUGE: 'GAUGE',
|
|
80
84
|
EVENT: 'EVENT'
|
|
81
85
|
};
|
|
86
|
+
/**
|
|
87
|
+
*
|
|
88
|
+
* @export
|
|
89
|
+
* @enum {string}
|
|
90
|
+
*/
|
|
91
|
+
export const ModelType = {
|
|
92
|
+
STREAK_MODEL: 'STREAK_MODEL',
|
|
93
|
+
ALLSKY_MODEL: 'ALLSKY_MODEL'
|
|
94
|
+
};
|
|
82
95
|
/**
|
|
83
96
|
*
|
|
84
97
|
* @export
|
|
@@ -167,6 +180,18 @@ export const UploadPriority = {
|
|
|
167
180
|
STANDARD: 'STANDARD',
|
|
168
181
|
HIGH: 'HIGH'
|
|
169
182
|
};
|
|
183
|
+
/**
|
|
184
|
+
*
|
|
185
|
+
* @export
|
|
186
|
+
* @enum {string}
|
|
187
|
+
*/
|
|
188
|
+
export const V1AllSkyPredictionLabel = {
|
|
189
|
+
CLEAR: 'CLEAR',
|
|
190
|
+
LIGHT_CLOUDS: 'LIGHT_CLOUDS',
|
|
191
|
+
HEAVY_CLOUDS: 'HEAVY_CLOUDS',
|
|
192
|
+
PRECIPITATION: 'PRECIPITATION',
|
|
193
|
+
UNKNOWN: 'UNKNOWN'
|
|
194
|
+
};
|
|
170
195
|
/**
|
|
171
196
|
*
|
|
172
197
|
* @export
|
|
@@ -175,6 +200,15 @@ export const UploadPriority = {
|
|
|
175
200
|
export const V1FileType = {
|
|
176
201
|
ZIP: 'ZIP'
|
|
177
202
|
};
|
|
203
|
+
/**
|
|
204
|
+
*
|
|
205
|
+
* @export
|
|
206
|
+
* @enum {string}
|
|
207
|
+
*/
|
|
208
|
+
export const V1ImageFileType = {
|
|
209
|
+
FITS: 'FITS',
|
|
210
|
+
JPG: 'JPG'
|
|
211
|
+
};
|
|
178
212
|
/**
|
|
179
213
|
*
|
|
180
214
|
* @export
|
|
@@ -185,7 +219,8 @@ export const V1NodeCommandType = {
|
|
|
185
219
|
V1_STOP_PERPETUAL_INSTRUCTION_LOOP: 'V1_STOP_PERPETUAL_INSTRUCTION_LOOP',
|
|
186
220
|
V1_HALT: 'V1_HALT',
|
|
187
221
|
V1_REBOOT_SYSTEM: 'V1_REBOOT_SYSTEM',
|
|
188
|
-
V1_RESTART_ADB: 'V1_RESTART_ADB'
|
|
222
|
+
V1_RESTART_ADB: 'V1_RESTART_ADB',
|
|
223
|
+
V1_SEND_FLARE: 'V1_SEND_FLARE'
|
|
189
224
|
};
|
|
190
225
|
/**
|
|
191
226
|
*
|
|
@@ -198,6 +233,19 @@ export const V1NodeComponentType = {
|
|
|
198
233
|
OPTICAL_TUBE: 'OPTICAL_TUBE',
|
|
199
234
|
COMPUTER: 'COMPUTER',
|
|
200
235
|
SAFETY_MONITOR: 'SAFETY_MONITOR',
|
|
236
|
+
NODE: 'NODE',
|
|
237
|
+
FOCUSER: 'FOCUSER',
|
|
238
|
+
FILTER_WHEEL: 'FILTER_WHEEL',
|
|
239
|
+
WEATHER_STATION: 'WEATHER_STATION'
|
|
240
|
+
};
|
|
241
|
+
/**
|
|
242
|
+
*
|
|
243
|
+
* @export
|
|
244
|
+
* @enum {string}
|
|
245
|
+
*/
|
|
246
|
+
export const V1NodeConfigScopeType = {
|
|
247
|
+
GLOBAL: 'GLOBAL',
|
|
248
|
+
ORGANIZATION: 'ORGANIZATION',
|
|
201
249
|
NODE: 'NODE'
|
|
202
250
|
};
|
|
203
251
|
/**
|
|
@@ -225,6 +273,7 @@ export const V1NodeDiagnosticType = {
|
|
|
225
273
|
MOUNT_CHECKED: 'MOUNT_CHECKED',
|
|
226
274
|
OPTICAL_TUBE_CHECKED: 'OPTICAL_TUBE_CHECKED',
|
|
227
275
|
ELEVATION_MASK_CHECKED: 'ELEVATION_MASK_CHECKED',
|
|
276
|
+
TOTAL_DISK_BYTES: 'TOTAL_DISK_BYTES',
|
|
228
277
|
AVAILABLE_DISK_BYTES: 'AVAILABLE_DISK_BYTES',
|
|
229
278
|
AVAILABLE_MEMORY_BYTES: 'AVAILABLE_MEMORY_BYTES',
|
|
230
279
|
NTP_TIME_DRIFT_MS: 'NTP_TIME_DRIFT_MS',
|
|
@@ -266,13 +315,25 @@ export const V1NodeEventType = {
|
|
|
266
315
|
V1_DIAGNOSTIC_INSTRUCTION_TASKED: 'V1_DIAGNOSTIC_INSTRUCTION_TASKED',
|
|
267
316
|
V1_SEARCH_INSTRUCTION_TASKED: 'V1_SEARCH_INSTRUCTION_TASKED',
|
|
268
317
|
V1_SURVEY_INSTRUCTION_TASKED: 'V1_SURVEY_INSTRUCTION_TASKED',
|
|
269
|
-
V1_OBSERVATION_INSTRUCTION_TASKED: 'V1_OBSERVATION_INSTRUCTION_TASKED'
|
|
318
|
+
V1_OBSERVATION_INSTRUCTION_TASKED: 'V1_OBSERVATION_INSTRUCTION_TASKED',
|
|
319
|
+
V1_PROPAGATION_TARGET_SELECTED: 'V1_PROPAGATION_TARGET_SELECTED',
|
|
320
|
+
V1_HYPOTHESIS_OBSERVATION_TASKED: 'V1_HYPOTHESIS_OBSERVATION_TASKED',
|
|
321
|
+
V1_NETWORK_STATUS: 'V1_NETWORK_STATUS'
|
|
270
322
|
};
|
|
271
323
|
export const V1PlateSolveCatalogFileDownloadActionEnum = {
|
|
272
324
|
DOWNLOAD: 'DOWNLOAD',
|
|
273
325
|
DELETE: 'DELETE',
|
|
274
326
|
NO_ACTION: 'NO_ACTION'
|
|
275
327
|
};
|
|
328
|
+
/**
|
|
329
|
+
*
|
|
330
|
+
* @export
|
|
331
|
+
* @enum {string}
|
|
332
|
+
*/
|
|
333
|
+
export const V1TimeWindowedAssetType = {
|
|
334
|
+
TIMELAPSE: 'TIMELAPSE',
|
|
335
|
+
KEOGRAM: 'KEOGRAM'
|
|
336
|
+
};
|
|
276
337
|
/**
|
|
277
338
|
* DefaultApi - axios parameter creator
|
|
278
339
|
* @export
|
|
@@ -395,6 +456,39 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
395
456
|
options: localVarRequestOptions,
|
|
396
457
|
};
|
|
397
458
|
}),
|
|
459
|
+
/**
|
|
460
|
+
* Complete a node flare.
|
|
461
|
+
* @param {V1CompleteNodeFlareRequest} v1CompleteNodeFlareRequest
|
|
462
|
+
* @param {*} [options] Override http request option.
|
|
463
|
+
* @throws {RequiredError}
|
|
464
|
+
*/
|
|
465
|
+
v1CompleteNodeFlare: (v1CompleteNodeFlareRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
466
|
+
// verify required parameter 'v1CompleteNodeFlareRequest' is not null or undefined
|
|
467
|
+
assertParamExists('v1CompleteNodeFlare', 'v1CompleteNodeFlareRequest', v1CompleteNodeFlareRequest);
|
|
468
|
+
const localVarPath = `/v1/node-flare/complete`;
|
|
469
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
470
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
471
|
+
let baseOptions;
|
|
472
|
+
if (configuration) {
|
|
473
|
+
baseOptions = configuration.baseOptions;
|
|
474
|
+
}
|
|
475
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
476
|
+
const localVarHeaderParameter = {};
|
|
477
|
+
const localVarQueryParameter = {};
|
|
478
|
+
// authentication Roles required
|
|
479
|
+
// authentication BearerToken required
|
|
480
|
+
// http bearer authentication required
|
|
481
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
482
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
483
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
484
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
485
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
486
|
+
localVarRequestOptions.data = serializeDataIfNeeded(v1CompleteNodeFlareRequest, localVarRequestOptions, configuration);
|
|
487
|
+
return {
|
|
488
|
+
url: toPathString(localVarUrlObj),
|
|
489
|
+
options: localVarRequestOptions,
|
|
490
|
+
};
|
|
491
|
+
}),
|
|
398
492
|
/**
|
|
399
493
|
* Complete an observation.
|
|
400
494
|
* @param {V1CompleteObservationRequest} v1CompleteObservationRequest
|
|
@@ -428,6 +522,35 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
428
522
|
options: localVarRequestOptions,
|
|
429
523
|
};
|
|
430
524
|
}),
|
|
525
|
+
/**
|
|
526
|
+
* Create a new all sky prediction
|
|
527
|
+
* @param {V1CreateAllSkyPredictionRequest} v1CreateAllSkyPredictionRequest
|
|
528
|
+
* @param {*} [options] Override http request option.
|
|
529
|
+
* @throws {RequiredError}
|
|
530
|
+
*/
|
|
531
|
+
v1CreateAllSkyPrediction: (v1CreateAllSkyPredictionRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
532
|
+
// verify required parameter 'v1CreateAllSkyPredictionRequest' is not null or undefined
|
|
533
|
+
assertParamExists('v1CreateAllSkyPrediction', 'v1CreateAllSkyPredictionRequest', v1CreateAllSkyPredictionRequest);
|
|
534
|
+
const localVarPath = `/v1/all-sky-prediction`;
|
|
535
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
536
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
537
|
+
let baseOptions;
|
|
538
|
+
if (configuration) {
|
|
539
|
+
baseOptions = configuration.baseOptions;
|
|
540
|
+
}
|
|
541
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
542
|
+
const localVarHeaderParameter = {};
|
|
543
|
+
const localVarQueryParameter = {};
|
|
544
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
545
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
546
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
547
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
548
|
+
localVarRequestOptions.data = serializeDataIfNeeded(v1CreateAllSkyPredictionRequest, localVarRequestOptions, configuration);
|
|
549
|
+
return {
|
|
550
|
+
url: toPathString(localVarUrlObj),
|
|
551
|
+
options: localVarRequestOptions,
|
|
552
|
+
};
|
|
553
|
+
}),
|
|
431
554
|
/**
|
|
432
555
|
* Create an autofocus result.
|
|
433
556
|
* @param {V1CreateAutofocusResultRequest} v1CreateAutofocusResultRequest
|
|
@@ -758,6 +881,39 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
758
881
|
options: localVarRequestOptions,
|
|
759
882
|
};
|
|
760
883
|
}),
|
|
884
|
+
/**
|
|
885
|
+
* Create a node flare.
|
|
886
|
+
* @param {V1CreateNodeFlareRequest} v1CreateNodeFlareRequest
|
|
887
|
+
* @param {*} [options] Override http request option.
|
|
888
|
+
* @throws {RequiredError}
|
|
889
|
+
*/
|
|
890
|
+
v1CreateNodeFlare: (v1CreateNodeFlareRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
891
|
+
// verify required parameter 'v1CreateNodeFlareRequest' is not null or undefined
|
|
892
|
+
assertParamExists('v1CreateNodeFlare', 'v1CreateNodeFlareRequest', v1CreateNodeFlareRequest);
|
|
893
|
+
const localVarPath = `/v1/node-flare`;
|
|
894
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
895
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
896
|
+
let baseOptions;
|
|
897
|
+
if (configuration) {
|
|
898
|
+
baseOptions = configuration.baseOptions;
|
|
899
|
+
}
|
|
900
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
901
|
+
const localVarHeaderParameter = {};
|
|
902
|
+
const localVarQueryParameter = {};
|
|
903
|
+
// authentication Roles required
|
|
904
|
+
// authentication BearerToken required
|
|
905
|
+
// http bearer authentication required
|
|
906
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
907
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
908
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
909
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
910
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
911
|
+
localVarRequestOptions.data = serializeDataIfNeeded(v1CreateNodeFlareRequest, localVarRequestOptions, configuration);
|
|
912
|
+
return {
|
|
913
|
+
url: toPathString(localVarUrlObj),
|
|
914
|
+
options: localVarRequestOptions,
|
|
915
|
+
};
|
|
916
|
+
}),
|
|
761
917
|
/**
|
|
762
918
|
* Create an optical tube.
|
|
763
919
|
* @param {V1CreateOpticalTubeRequest} v1CreateOpticalTubeRequest
|
|
@@ -791,6 +947,39 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
791
947
|
options: localVarRequestOptions,
|
|
792
948
|
};
|
|
793
949
|
}),
|
|
950
|
+
/**
|
|
951
|
+
* Create a time windowed asset.
|
|
952
|
+
* @param {V1CreateTimeWindowedAssetRequest} v1CreateTimeWindowedAssetRequest
|
|
953
|
+
* @param {*} [options] Override http request option.
|
|
954
|
+
* @throws {RequiredError}
|
|
955
|
+
*/
|
|
956
|
+
v1CreateTimeWindowedAsset: (v1CreateTimeWindowedAssetRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
957
|
+
// verify required parameter 'v1CreateTimeWindowedAssetRequest' is not null or undefined
|
|
958
|
+
assertParamExists('v1CreateTimeWindowedAsset', 'v1CreateTimeWindowedAssetRequest', v1CreateTimeWindowedAssetRequest);
|
|
959
|
+
const localVarPath = `/v1/time-windowed-asset`;
|
|
960
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
961
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
962
|
+
let baseOptions;
|
|
963
|
+
if (configuration) {
|
|
964
|
+
baseOptions = configuration.baseOptions;
|
|
965
|
+
}
|
|
966
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
967
|
+
const localVarHeaderParameter = {};
|
|
968
|
+
const localVarQueryParameter = {};
|
|
969
|
+
// authentication Roles required
|
|
970
|
+
// authentication BearerToken required
|
|
971
|
+
// http bearer authentication required
|
|
972
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
973
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
974
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
975
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
976
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
977
|
+
localVarRequestOptions.data = serializeDataIfNeeded(v1CreateTimeWindowedAssetRequest, localVarRequestOptions, configuration);
|
|
978
|
+
return {
|
|
979
|
+
url: toPathString(localVarUrlObj),
|
|
980
|
+
options: localVarRequestOptions,
|
|
981
|
+
};
|
|
982
|
+
}),
|
|
794
983
|
/**
|
|
795
984
|
* Delete an image set.
|
|
796
985
|
* @param {string} id
|
|
@@ -929,6 +1118,38 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
929
1118
|
options: localVarRequestOptions,
|
|
930
1119
|
};
|
|
931
1120
|
}),
|
|
1121
|
+
/**
|
|
1122
|
+
* Get an all sky prediction by ID or image id
|
|
1123
|
+
* @param {string} [imageId]
|
|
1124
|
+
* @param {string} [id]
|
|
1125
|
+
* @param {*} [options] Override http request option.
|
|
1126
|
+
* @throws {RequiredError}
|
|
1127
|
+
*/
|
|
1128
|
+
v1GetAllSkyPrediction: (imageId, id, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1129
|
+
const localVarPath = `/v1/all-sky-prediction`;
|
|
1130
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1131
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1132
|
+
let baseOptions;
|
|
1133
|
+
if (configuration) {
|
|
1134
|
+
baseOptions = configuration.baseOptions;
|
|
1135
|
+
}
|
|
1136
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
1137
|
+
const localVarHeaderParameter = {};
|
|
1138
|
+
const localVarQueryParameter = {};
|
|
1139
|
+
if (imageId !== undefined) {
|
|
1140
|
+
localVarQueryParameter['image_id'] = imageId;
|
|
1141
|
+
}
|
|
1142
|
+
if (id !== undefined) {
|
|
1143
|
+
localVarQueryParameter['id'] = id;
|
|
1144
|
+
}
|
|
1145
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1146
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1147
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1148
|
+
return {
|
|
1149
|
+
url: toPathString(localVarUrlObj),
|
|
1150
|
+
options: localVarRequestOptions,
|
|
1151
|
+
};
|
|
1152
|
+
}),
|
|
932
1153
|
/**
|
|
933
1154
|
* Get cameras.
|
|
934
1155
|
* @param {*} [options] Override http request option.
|
|
@@ -1160,6 +1381,80 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1160
1381
|
options: localVarRequestOptions,
|
|
1161
1382
|
};
|
|
1162
1383
|
}),
|
|
1384
|
+
/**
|
|
1385
|
+
* GetLatestModel
|
|
1386
|
+
* @param {ModelType} modelType
|
|
1387
|
+
* @param {string} lineageId
|
|
1388
|
+
* @param {*} [options] Override http request option.
|
|
1389
|
+
* @throws {RequiredError}
|
|
1390
|
+
*/
|
|
1391
|
+
v1GetLatestModel: (modelType, lineageId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1392
|
+
// verify required parameter 'modelType' is not null or undefined
|
|
1393
|
+
assertParamExists('v1GetLatestModel', 'modelType', modelType);
|
|
1394
|
+
// verify required parameter 'lineageId' is not null or undefined
|
|
1395
|
+
assertParamExists('v1GetLatestModel', 'lineageId', lineageId);
|
|
1396
|
+
const localVarPath = `/v1/ml/get-latest-model`;
|
|
1397
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1398
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1399
|
+
let baseOptions;
|
|
1400
|
+
if (configuration) {
|
|
1401
|
+
baseOptions = configuration.baseOptions;
|
|
1402
|
+
}
|
|
1403
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
1404
|
+
const localVarHeaderParameter = {};
|
|
1405
|
+
const localVarQueryParameter = {};
|
|
1406
|
+
// authentication Roles required
|
|
1407
|
+
// authentication BearerToken required
|
|
1408
|
+
// http bearer authentication required
|
|
1409
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1410
|
+
if (modelType !== undefined) {
|
|
1411
|
+
localVarQueryParameter['modelType'] = modelType;
|
|
1412
|
+
}
|
|
1413
|
+
if (lineageId !== undefined) {
|
|
1414
|
+
localVarQueryParameter['lineageId'] = lineageId;
|
|
1415
|
+
}
|
|
1416
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1417
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1418
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1419
|
+
return {
|
|
1420
|
+
url: toPathString(localVarUrlObj),
|
|
1421
|
+
options: localVarRequestOptions,
|
|
1422
|
+
};
|
|
1423
|
+
}),
|
|
1424
|
+
/**
|
|
1425
|
+
* Get merged node config body
|
|
1426
|
+
* @param {string} nodeId
|
|
1427
|
+
* @param {*} [options] Override http request option.
|
|
1428
|
+
* @throws {RequiredError}
|
|
1429
|
+
*/
|
|
1430
|
+
v1GetMergedNodeConfigBody: (nodeId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1431
|
+
// verify required parameter 'nodeId' is not null or undefined
|
|
1432
|
+
assertParamExists('v1GetMergedNodeConfigBody', 'nodeId', nodeId);
|
|
1433
|
+
const localVarPath = `/v1/node-config`;
|
|
1434
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1435
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1436
|
+
let baseOptions;
|
|
1437
|
+
if (configuration) {
|
|
1438
|
+
baseOptions = configuration.baseOptions;
|
|
1439
|
+
}
|
|
1440
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
1441
|
+
const localVarHeaderParameter = {};
|
|
1442
|
+
const localVarQueryParameter = {};
|
|
1443
|
+
// authentication Roles required
|
|
1444
|
+
// authentication BearerToken required
|
|
1445
|
+
// http bearer authentication required
|
|
1446
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1447
|
+
if (nodeId !== undefined) {
|
|
1448
|
+
localVarQueryParameter['nodeId'] = nodeId;
|
|
1449
|
+
}
|
|
1450
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1451
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1452
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1453
|
+
return {
|
|
1454
|
+
url: toPathString(localVarUrlObj),
|
|
1455
|
+
options: localVarRequestOptions,
|
|
1456
|
+
};
|
|
1457
|
+
}),
|
|
1163
1458
|
/**
|
|
1164
1459
|
* Get a mount.
|
|
1165
1460
|
* @param {string} id
|
|
@@ -1342,6 +1637,40 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1342
1637
|
options: localVarRequestOptions,
|
|
1343
1638
|
};
|
|
1344
1639
|
}),
|
|
1640
|
+
/**
|
|
1641
|
+
* Get a node flare by id.
|
|
1642
|
+
* @param {string} id
|
|
1643
|
+
* @param {*} [options] Override http request option.
|
|
1644
|
+
* @throws {RequiredError}
|
|
1645
|
+
*/
|
|
1646
|
+
v1GetNodeFlare: (id, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1647
|
+
// verify required parameter 'id' is not null or undefined
|
|
1648
|
+
assertParamExists('v1GetNodeFlare', 'id', id);
|
|
1649
|
+
const localVarPath = `/v1/node-flare/complete`;
|
|
1650
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1651
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1652
|
+
let baseOptions;
|
|
1653
|
+
if (configuration) {
|
|
1654
|
+
baseOptions = configuration.baseOptions;
|
|
1655
|
+
}
|
|
1656
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
1657
|
+
const localVarHeaderParameter = {};
|
|
1658
|
+
const localVarQueryParameter = {};
|
|
1659
|
+
// authentication Roles required
|
|
1660
|
+
// authentication BearerToken required
|
|
1661
|
+
// http bearer authentication required
|
|
1662
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1663
|
+
if (id !== undefined) {
|
|
1664
|
+
localVarQueryParameter['id'] = id;
|
|
1665
|
+
}
|
|
1666
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1667
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1668
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1669
|
+
return {
|
|
1670
|
+
url: toPathString(localVarUrlObj),
|
|
1671
|
+
options: localVarRequestOptions,
|
|
1672
|
+
};
|
|
1673
|
+
}),
|
|
1345
1674
|
/**
|
|
1346
1675
|
* Get node properties.
|
|
1347
1676
|
* @param {string} nodeId
|
|
@@ -1603,6 +1932,40 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1603
1932
|
options: localVarRequestOptions,
|
|
1604
1933
|
};
|
|
1605
1934
|
}),
|
|
1935
|
+
/**
|
|
1936
|
+
* Get a time windowed asset by id.
|
|
1937
|
+
* @param {string} timeWindowedAssetId
|
|
1938
|
+
* @param {*} [options] Override http request option.
|
|
1939
|
+
* @throws {RequiredError}
|
|
1940
|
+
*/
|
|
1941
|
+
v1GetTimeWindowedAsset: (timeWindowedAssetId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1942
|
+
// verify required parameter 'timeWindowedAssetId' is not null or undefined
|
|
1943
|
+
assertParamExists('v1GetTimeWindowedAsset', 'timeWindowedAssetId', timeWindowedAssetId);
|
|
1944
|
+
const localVarPath = `/v1/time-windowed-asset`;
|
|
1945
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1946
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1947
|
+
let baseOptions;
|
|
1948
|
+
if (configuration) {
|
|
1949
|
+
baseOptions = configuration.baseOptions;
|
|
1950
|
+
}
|
|
1951
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
1952
|
+
const localVarHeaderParameter = {};
|
|
1953
|
+
const localVarQueryParameter = {};
|
|
1954
|
+
// authentication Roles required
|
|
1955
|
+
// authentication BearerToken required
|
|
1956
|
+
// http bearer authentication required
|
|
1957
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1958
|
+
if (timeWindowedAssetId !== undefined) {
|
|
1959
|
+
localVarQueryParameter['timeWindowedAssetId'] = timeWindowedAssetId;
|
|
1960
|
+
}
|
|
1961
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1962
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1963
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1964
|
+
return {
|
|
1965
|
+
url: toPathString(localVarUrlObj),
|
|
1966
|
+
options: localVarRequestOptions,
|
|
1967
|
+
};
|
|
1968
|
+
}),
|
|
1606
1969
|
/**
|
|
1607
1970
|
* issueCertificate
|
|
1608
1971
|
* @param {V1NodeControllerBootstrapRequest} v1NodeControllerBootstrapRequest
|
|
@@ -1632,6 +1995,33 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1632
1995
|
options: localVarRequestOptions,
|
|
1633
1996
|
};
|
|
1634
1997
|
}),
|
|
1998
|
+
/**
|
|
1999
|
+
* User initiated logout - revokes existing _user_ access tokens for the principal
|
|
2000
|
+
* @param {*} [options] Override http request option.
|
|
2001
|
+
* @throws {RequiredError}
|
|
2002
|
+
*/
|
|
2003
|
+
v1Logout: (options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2004
|
+
const localVarPath = `/v1/logout`;
|
|
2005
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2006
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
2007
|
+
let baseOptions;
|
|
2008
|
+
if (configuration) {
|
|
2009
|
+
baseOptions = configuration.baseOptions;
|
|
2010
|
+
}
|
|
2011
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
2012
|
+
const localVarHeaderParameter = {};
|
|
2013
|
+
const localVarQueryParameter = {};
|
|
2014
|
+
// authentication BearerToken required
|
|
2015
|
+
// http bearer authentication required
|
|
2016
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
2017
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2018
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2019
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
2020
|
+
return {
|
|
2021
|
+
url: toPathString(localVarUrlObj),
|
|
2022
|
+
options: localVarRequestOptions,
|
|
2023
|
+
};
|
|
2024
|
+
}),
|
|
1635
2025
|
/**
|
|
1636
2026
|
* Match mount.
|
|
1637
2027
|
* @param {string} [model]
|
|
@@ -1882,6 +2272,18 @@ export const DefaultApiFp = function (configuration) {
|
|
|
1882
2272
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
1883
2273
|
});
|
|
1884
2274
|
},
|
|
2275
|
+
/**
|
|
2276
|
+
* Complete a node flare.
|
|
2277
|
+
* @param {V1CompleteNodeFlareRequest} v1CompleteNodeFlareRequest
|
|
2278
|
+
* @param {*} [options] Override http request option.
|
|
2279
|
+
* @throws {RequiredError}
|
|
2280
|
+
*/
|
|
2281
|
+
v1CompleteNodeFlare(v1CompleteNodeFlareRequest, options) {
|
|
2282
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2283
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CompleteNodeFlare(v1CompleteNodeFlareRequest, options);
|
|
2284
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2285
|
+
});
|
|
2286
|
+
},
|
|
1885
2287
|
/**
|
|
1886
2288
|
* Complete an observation.
|
|
1887
2289
|
* @param {V1CompleteObservationRequest} v1CompleteObservationRequest
|
|
@@ -1894,6 +2296,18 @@ export const DefaultApiFp = function (configuration) {
|
|
|
1894
2296
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
1895
2297
|
});
|
|
1896
2298
|
},
|
|
2299
|
+
/**
|
|
2300
|
+
* Create a new all sky prediction
|
|
2301
|
+
* @param {V1CreateAllSkyPredictionRequest} v1CreateAllSkyPredictionRequest
|
|
2302
|
+
* @param {*} [options] Override http request option.
|
|
2303
|
+
* @throws {RequiredError}
|
|
2304
|
+
*/
|
|
2305
|
+
v1CreateAllSkyPrediction(v1CreateAllSkyPredictionRequest, options) {
|
|
2306
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2307
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateAllSkyPrediction(v1CreateAllSkyPredictionRequest, options);
|
|
2308
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2309
|
+
});
|
|
2310
|
+
},
|
|
1897
2311
|
/**
|
|
1898
2312
|
* Create an autofocus result.
|
|
1899
2313
|
* @param {V1CreateAutofocusResultRequest} v1CreateAutofocusResultRequest
|
|
@@ -2014,6 +2428,18 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2014
2428
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2015
2429
|
});
|
|
2016
2430
|
},
|
|
2431
|
+
/**
|
|
2432
|
+
* Create a node flare.
|
|
2433
|
+
* @param {V1CreateNodeFlareRequest} v1CreateNodeFlareRequest
|
|
2434
|
+
* @param {*} [options] Override http request option.
|
|
2435
|
+
* @throws {RequiredError}
|
|
2436
|
+
*/
|
|
2437
|
+
v1CreateNodeFlare(v1CreateNodeFlareRequest, options) {
|
|
2438
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2439
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateNodeFlare(v1CreateNodeFlareRequest, options);
|
|
2440
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2441
|
+
});
|
|
2442
|
+
},
|
|
2017
2443
|
/**
|
|
2018
2444
|
* Create an optical tube.
|
|
2019
2445
|
* @param {V1CreateOpticalTubeRequest} v1CreateOpticalTubeRequest
|
|
@@ -2026,6 +2452,18 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2026
2452
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2027
2453
|
});
|
|
2028
2454
|
},
|
|
2455
|
+
/**
|
|
2456
|
+
* Create a time windowed asset.
|
|
2457
|
+
* @param {V1CreateTimeWindowedAssetRequest} v1CreateTimeWindowedAssetRequest
|
|
2458
|
+
* @param {*} [options] Override http request option.
|
|
2459
|
+
* @throws {RequiredError}
|
|
2460
|
+
*/
|
|
2461
|
+
v1CreateTimeWindowedAsset(v1CreateTimeWindowedAssetRequest, options) {
|
|
2462
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2463
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateTimeWindowedAsset(v1CreateTimeWindowedAssetRequest, options);
|
|
2464
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2465
|
+
});
|
|
2466
|
+
},
|
|
2029
2467
|
/**
|
|
2030
2468
|
* Delete an image set.
|
|
2031
2469
|
* @param {string} id
|
|
@@ -2075,6 +2513,19 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2075
2513
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2076
2514
|
});
|
|
2077
2515
|
},
|
|
2516
|
+
/**
|
|
2517
|
+
* Get an all sky prediction by ID or image id
|
|
2518
|
+
* @param {string} [imageId]
|
|
2519
|
+
* @param {string} [id]
|
|
2520
|
+
* @param {*} [options] Override http request option.
|
|
2521
|
+
* @throws {RequiredError}
|
|
2522
|
+
*/
|
|
2523
|
+
v1GetAllSkyPrediction(imageId, id, options) {
|
|
2524
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2525
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetAllSkyPrediction(imageId, id, options);
|
|
2526
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2527
|
+
});
|
|
2528
|
+
},
|
|
2078
2529
|
/**
|
|
2079
2530
|
* Get cameras.
|
|
2080
2531
|
* @param {*} [options] Override http request option.
|
|
@@ -2158,6 +2609,31 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2158
2609
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2159
2610
|
});
|
|
2160
2611
|
},
|
|
2612
|
+
/**
|
|
2613
|
+
* GetLatestModel
|
|
2614
|
+
* @param {ModelType} modelType
|
|
2615
|
+
* @param {string} lineageId
|
|
2616
|
+
* @param {*} [options] Override http request option.
|
|
2617
|
+
* @throws {RequiredError}
|
|
2618
|
+
*/
|
|
2619
|
+
v1GetLatestModel(modelType, lineageId, options) {
|
|
2620
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2621
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetLatestModel(modelType, lineageId, options);
|
|
2622
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2623
|
+
});
|
|
2624
|
+
},
|
|
2625
|
+
/**
|
|
2626
|
+
* Get merged node config body
|
|
2627
|
+
* @param {string} nodeId
|
|
2628
|
+
* @param {*} [options] Override http request option.
|
|
2629
|
+
* @throws {RequiredError}
|
|
2630
|
+
*/
|
|
2631
|
+
v1GetMergedNodeConfigBody(nodeId, options) {
|
|
2632
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2633
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetMergedNodeConfigBody(nodeId, options);
|
|
2634
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2635
|
+
});
|
|
2636
|
+
},
|
|
2161
2637
|
/**
|
|
2162
2638
|
* Get a mount.
|
|
2163
2639
|
* @param {string} id
|
|
@@ -2220,6 +2696,18 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2220
2696
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2221
2697
|
});
|
|
2222
2698
|
},
|
|
2699
|
+
/**
|
|
2700
|
+
* Get a node flare by id.
|
|
2701
|
+
* @param {string} id
|
|
2702
|
+
* @param {*} [options] Override http request option.
|
|
2703
|
+
* @throws {RequiredError}
|
|
2704
|
+
*/
|
|
2705
|
+
v1GetNodeFlare(id, options) {
|
|
2706
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2707
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetNodeFlare(id, options);
|
|
2708
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2709
|
+
});
|
|
2710
|
+
},
|
|
2223
2711
|
/**
|
|
2224
2712
|
* Get node properties.
|
|
2225
2713
|
* @param {string} nodeId
|
|
@@ -2315,6 +2803,18 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2315
2803
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2316
2804
|
});
|
|
2317
2805
|
},
|
|
2806
|
+
/**
|
|
2807
|
+
* Get a time windowed asset by id.
|
|
2808
|
+
* @param {string} timeWindowedAssetId
|
|
2809
|
+
* @param {*} [options] Override http request option.
|
|
2810
|
+
* @throws {RequiredError}
|
|
2811
|
+
*/
|
|
2812
|
+
v1GetTimeWindowedAsset(timeWindowedAssetId, options) {
|
|
2813
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2814
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetTimeWindowedAsset(timeWindowedAssetId, options);
|
|
2815
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2816
|
+
});
|
|
2817
|
+
},
|
|
2318
2818
|
/**
|
|
2319
2819
|
* issueCertificate
|
|
2320
2820
|
* @param {V1NodeControllerBootstrapRequest} v1NodeControllerBootstrapRequest
|
|
@@ -2327,6 +2827,17 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2327
2827
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2328
2828
|
});
|
|
2329
2829
|
},
|
|
2830
|
+
/**
|
|
2831
|
+
* User initiated logout - revokes existing _user_ access tokens for the principal
|
|
2832
|
+
* @param {*} [options] Override http request option.
|
|
2833
|
+
* @throws {RequiredError}
|
|
2834
|
+
*/
|
|
2835
|
+
v1Logout(options) {
|
|
2836
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2837
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1Logout(options);
|
|
2838
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2839
|
+
});
|
|
2840
|
+
},
|
|
2330
2841
|
/**
|
|
2331
2842
|
* Match mount.
|
|
2332
2843
|
* @param {string} [model]
|
|
@@ -2435,6 +2946,15 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
2435
2946
|
v1CompleteBootstrap(options) {
|
|
2436
2947
|
return localVarFp.v1CompleteBootstrap(options).then((request) => request(axios, basePath));
|
|
2437
2948
|
},
|
|
2949
|
+
/**
|
|
2950
|
+
* Complete a node flare.
|
|
2951
|
+
* @param {DefaultApiV1CompleteNodeFlareRequest} requestParameters Request parameters.
|
|
2952
|
+
* @param {*} [options] Override http request option.
|
|
2953
|
+
* @throws {RequiredError}
|
|
2954
|
+
*/
|
|
2955
|
+
v1CompleteNodeFlare(requestParameters, options) {
|
|
2956
|
+
return localVarFp.v1CompleteNodeFlare(requestParameters.v1CompleteNodeFlareRequest, options).then((request) => request(axios, basePath));
|
|
2957
|
+
},
|
|
2438
2958
|
/**
|
|
2439
2959
|
* Complete an observation.
|
|
2440
2960
|
* @param {DefaultApiV1CompleteObservationRequest} requestParameters Request parameters.
|
|
@@ -2444,6 +2964,15 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
2444
2964
|
v1CompleteObservation(requestParameters, options) {
|
|
2445
2965
|
return localVarFp.v1CompleteObservation(requestParameters.v1CompleteObservationRequest, options).then((request) => request(axios, basePath));
|
|
2446
2966
|
},
|
|
2967
|
+
/**
|
|
2968
|
+
* Create a new all sky prediction
|
|
2969
|
+
* @param {DefaultApiV1CreateAllSkyPredictionRequest} requestParameters Request parameters.
|
|
2970
|
+
* @param {*} [options] Override http request option.
|
|
2971
|
+
* @throws {RequiredError}
|
|
2972
|
+
*/
|
|
2973
|
+
v1CreateAllSkyPrediction(requestParameters, options) {
|
|
2974
|
+
return localVarFp.v1CreateAllSkyPrediction(requestParameters.v1CreateAllSkyPredictionRequest, options).then((request) => request(axios, basePath));
|
|
2975
|
+
},
|
|
2447
2976
|
/**
|
|
2448
2977
|
* Create an autofocus result.
|
|
2449
2978
|
* @param {DefaultApiV1CreateAutofocusResultRequest} requestParameters Request parameters.
|
|
@@ -2534,6 +3063,15 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
2534
3063
|
v1CreateNodeEvents(requestParameters, options) {
|
|
2535
3064
|
return localVarFp.v1CreateNodeEvents(requestParameters.v1CreateNodeEventsRequest, options).then((request) => request(axios, basePath));
|
|
2536
3065
|
},
|
|
3066
|
+
/**
|
|
3067
|
+
* Create a node flare.
|
|
3068
|
+
* @param {DefaultApiV1CreateNodeFlareRequest} requestParameters Request parameters.
|
|
3069
|
+
* @param {*} [options] Override http request option.
|
|
3070
|
+
* @throws {RequiredError}
|
|
3071
|
+
*/
|
|
3072
|
+
v1CreateNodeFlare(requestParameters, options) {
|
|
3073
|
+
return localVarFp.v1CreateNodeFlare(requestParameters.v1CreateNodeFlareRequest, options).then((request) => request(axios, basePath));
|
|
3074
|
+
},
|
|
2537
3075
|
/**
|
|
2538
3076
|
* Create an optical tube.
|
|
2539
3077
|
* @param {DefaultApiV1CreateOpticalTubeRequest} requestParameters Request parameters.
|
|
@@ -2543,6 +3081,15 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
2543
3081
|
v1CreateOpticalTube(requestParameters, options) {
|
|
2544
3082
|
return localVarFp.v1CreateOpticalTube(requestParameters.v1CreateOpticalTubeRequest, options).then((request) => request(axios, basePath));
|
|
2545
3083
|
},
|
|
3084
|
+
/**
|
|
3085
|
+
* Create a time windowed asset.
|
|
3086
|
+
* @param {DefaultApiV1CreateTimeWindowedAssetRequest} requestParameters Request parameters.
|
|
3087
|
+
* @param {*} [options] Override http request option.
|
|
3088
|
+
* @throws {RequiredError}
|
|
3089
|
+
*/
|
|
3090
|
+
v1CreateTimeWindowedAsset(requestParameters, options) {
|
|
3091
|
+
return localVarFp.v1CreateTimeWindowedAsset(requestParameters.v1CreateTimeWindowedAssetRequest, options).then((request) => request(axios, basePath));
|
|
3092
|
+
},
|
|
2546
3093
|
/**
|
|
2547
3094
|
* Delete an image set.
|
|
2548
3095
|
* @param {DefaultApiV1DeleteImageSetRequest} requestParameters Request parameters.
|
|
@@ -2579,6 +3126,15 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
2579
3126
|
v1FocuserMatch(requestParameters = {}, options) {
|
|
2580
3127
|
return localVarFp.v1FocuserMatch(requestParameters.model, requestParameters.travelDistanceMm, options).then((request) => request(axios, basePath));
|
|
2581
3128
|
},
|
|
3129
|
+
/**
|
|
3130
|
+
* Get an all sky prediction by ID or image id
|
|
3131
|
+
* @param {DefaultApiV1GetAllSkyPredictionRequest} requestParameters Request parameters.
|
|
3132
|
+
* @param {*} [options] Override http request option.
|
|
3133
|
+
* @throws {RequiredError}
|
|
3134
|
+
*/
|
|
3135
|
+
v1GetAllSkyPrediction(requestParameters = {}, options) {
|
|
3136
|
+
return localVarFp.v1GetAllSkyPrediction(requestParameters.imageId, requestParameters.id, options).then((request) => request(axios, basePath));
|
|
3137
|
+
},
|
|
2582
3138
|
/**
|
|
2583
3139
|
* Get cameras.
|
|
2584
3140
|
* @param {*} [options] Override http request option.
|
|
@@ -2641,6 +3197,24 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
2641
3197
|
v1GetLatestHfr(requestParameters, options) {
|
|
2642
3198
|
return localVarFp.v1GetLatestHfr(requestParameters.nodeId, options).then((request) => request(axios, basePath));
|
|
2643
3199
|
},
|
|
3200
|
+
/**
|
|
3201
|
+
* GetLatestModel
|
|
3202
|
+
* @param {DefaultApiV1GetLatestModelRequest} requestParameters Request parameters.
|
|
3203
|
+
* @param {*} [options] Override http request option.
|
|
3204
|
+
* @throws {RequiredError}
|
|
3205
|
+
*/
|
|
3206
|
+
v1GetLatestModel(requestParameters, options) {
|
|
3207
|
+
return localVarFp.v1GetLatestModel(requestParameters.modelType, requestParameters.lineageId, options).then((request) => request(axios, basePath));
|
|
3208
|
+
},
|
|
3209
|
+
/**
|
|
3210
|
+
* Get merged node config body
|
|
3211
|
+
* @param {DefaultApiV1GetMergedNodeConfigBodyRequest} requestParameters Request parameters.
|
|
3212
|
+
* @param {*} [options] Override http request option.
|
|
3213
|
+
* @throws {RequiredError}
|
|
3214
|
+
*/
|
|
3215
|
+
v1GetMergedNodeConfigBody(requestParameters, options) {
|
|
3216
|
+
return localVarFp.v1GetMergedNodeConfigBody(requestParameters.nodeId, options).then((request) => request(axios, basePath));
|
|
3217
|
+
},
|
|
2644
3218
|
/**
|
|
2645
3219
|
* Get a mount.
|
|
2646
3220
|
* @param {DefaultApiV1GetMountRequest} requestParameters Request parameters.
|
|
@@ -2686,6 +3260,15 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
2686
3260
|
v1GetNodeDiagnosticTasks(requestParameters, options) {
|
|
2687
3261
|
return localVarFp.v1GetNodeDiagnosticTasks(requestParameters.nodeId, requestParameters.supportedDiagnostics, options).then((request) => request(axios, basePath));
|
|
2688
3262
|
},
|
|
3263
|
+
/**
|
|
3264
|
+
* Get a node flare by id.
|
|
3265
|
+
* @param {DefaultApiV1GetNodeFlareRequest} requestParameters Request parameters.
|
|
3266
|
+
* @param {*} [options] Override http request option.
|
|
3267
|
+
* @throws {RequiredError}
|
|
3268
|
+
*/
|
|
3269
|
+
v1GetNodeFlare(requestParameters, options) {
|
|
3270
|
+
return localVarFp.v1GetNodeFlare(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
3271
|
+
},
|
|
2689
3272
|
/**
|
|
2690
3273
|
* Get node properties.
|
|
2691
3274
|
* @param {DefaultApiV1GetNodePropertiesRequest} requestParameters Request parameters.
|
|
@@ -2757,6 +3340,15 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
2757
3340
|
v1GetPlateSolveCatalogDiff(requestParameters, options) {
|
|
2758
3341
|
return localVarFp.v1GetPlateSolveCatalogDiff(requestParameters.v1GetPlateSolveCatalogDiffRequest, options).then((request) => request(axios, basePath));
|
|
2759
3342
|
},
|
|
3343
|
+
/**
|
|
3344
|
+
* Get a time windowed asset by id.
|
|
3345
|
+
* @param {DefaultApiV1GetTimeWindowedAssetRequest} requestParameters Request parameters.
|
|
3346
|
+
* @param {*} [options] Override http request option.
|
|
3347
|
+
* @throws {RequiredError}
|
|
3348
|
+
*/
|
|
3349
|
+
v1GetTimeWindowedAsset(requestParameters, options) {
|
|
3350
|
+
return localVarFp.v1GetTimeWindowedAsset(requestParameters.timeWindowedAssetId, options).then((request) => request(axios, basePath));
|
|
3351
|
+
},
|
|
2760
3352
|
/**
|
|
2761
3353
|
* issueCertificate
|
|
2762
3354
|
* @param {DefaultApiV1IssueCertificateRequest} requestParameters Request parameters.
|
|
@@ -2766,6 +3358,14 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
2766
3358
|
v1IssueCertificate(requestParameters, options) {
|
|
2767
3359
|
return localVarFp.v1IssueCertificate(requestParameters.v1NodeControllerBootstrapRequest, options).then((request) => request(axios, basePath));
|
|
2768
3360
|
},
|
|
3361
|
+
/**
|
|
3362
|
+
* User initiated logout - revokes existing _user_ access tokens for the principal
|
|
3363
|
+
* @param {*} [options] Override http request option.
|
|
3364
|
+
* @throws {RequiredError}
|
|
3365
|
+
*/
|
|
3366
|
+
v1Logout(options) {
|
|
3367
|
+
return localVarFp.v1Logout(options).then((request) => request(axios, basePath));
|
|
3368
|
+
},
|
|
2769
3369
|
/**
|
|
2770
3370
|
* Match mount.
|
|
2771
3371
|
* @param {DefaultApiV1MountMatchRequest} requestParameters Request parameters.
|
|
@@ -2857,6 +3457,16 @@ export class DefaultApi extends BaseAPI {
|
|
|
2857
3457
|
v1CompleteBootstrap(options) {
|
|
2858
3458
|
return DefaultApiFp(this.configuration).v1CompleteBootstrap(options).then((request) => request(this.axios, this.basePath));
|
|
2859
3459
|
}
|
|
3460
|
+
/**
|
|
3461
|
+
* Complete a node flare.
|
|
3462
|
+
* @param {DefaultApiV1CompleteNodeFlareRequest} requestParameters Request parameters.
|
|
3463
|
+
* @param {*} [options] Override http request option.
|
|
3464
|
+
* @throws {RequiredError}
|
|
3465
|
+
* @memberof DefaultApi
|
|
3466
|
+
*/
|
|
3467
|
+
v1CompleteNodeFlare(requestParameters, options) {
|
|
3468
|
+
return DefaultApiFp(this.configuration).v1CompleteNodeFlare(requestParameters.v1CompleteNodeFlareRequest, options).then((request) => request(this.axios, this.basePath));
|
|
3469
|
+
}
|
|
2860
3470
|
/**
|
|
2861
3471
|
* Complete an observation.
|
|
2862
3472
|
* @param {DefaultApiV1CompleteObservationRequest} requestParameters Request parameters.
|
|
@@ -2867,6 +3477,16 @@ export class DefaultApi extends BaseAPI {
|
|
|
2867
3477
|
v1CompleteObservation(requestParameters, options) {
|
|
2868
3478
|
return DefaultApiFp(this.configuration).v1CompleteObservation(requestParameters.v1CompleteObservationRequest, options).then((request) => request(this.axios, this.basePath));
|
|
2869
3479
|
}
|
|
3480
|
+
/**
|
|
3481
|
+
* Create a new all sky prediction
|
|
3482
|
+
* @param {DefaultApiV1CreateAllSkyPredictionRequest} requestParameters Request parameters.
|
|
3483
|
+
* @param {*} [options] Override http request option.
|
|
3484
|
+
* @throws {RequiredError}
|
|
3485
|
+
* @memberof DefaultApi
|
|
3486
|
+
*/
|
|
3487
|
+
v1CreateAllSkyPrediction(requestParameters, options) {
|
|
3488
|
+
return DefaultApiFp(this.configuration).v1CreateAllSkyPrediction(requestParameters.v1CreateAllSkyPredictionRequest, options).then((request) => request(this.axios, this.basePath));
|
|
3489
|
+
}
|
|
2870
3490
|
/**
|
|
2871
3491
|
* Create an autofocus result.
|
|
2872
3492
|
* @param {DefaultApiV1CreateAutofocusResultRequest} requestParameters Request parameters.
|
|
@@ -2967,6 +3587,16 @@ export class DefaultApi extends BaseAPI {
|
|
|
2967
3587
|
v1CreateNodeEvents(requestParameters, options) {
|
|
2968
3588
|
return DefaultApiFp(this.configuration).v1CreateNodeEvents(requestParameters.v1CreateNodeEventsRequest, options).then((request) => request(this.axios, this.basePath));
|
|
2969
3589
|
}
|
|
3590
|
+
/**
|
|
3591
|
+
* Create a node flare.
|
|
3592
|
+
* @param {DefaultApiV1CreateNodeFlareRequest} requestParameters Request parameters.
|
|
3593
|
+
* @param {*} [options] Override http request option.
|
|
3594
|
+
* @throws {RequiredError}
|
|
3595
|
+
* @memberof DefaultApi
|
|
3596
|
+
*/
|
|
3597
|
+
v1CreateNodeFlare(requestParameters, options) {
|
|
3598
|
+
return DefaultApiFp(this.configuration).v1CreateNodeFlare(requestParameters.v1CreateNodeFlareRequest, options).then((request) => request(this.axios, this.basePath));
|
|
3599
|
+
}
|
|
2970
3600
|
/**
|
|
2971
3601
|
* Create an optical tube.
|
|
2972
3602
|
* @param {DefaultApiV1CreateOpticalTubeRequest} requestParameters Request parameters.
|
|
@@ -2977,6 +3607,16 @@ export class DefaultApi extends BaseAPI {
|
|
|
2977
3607
|
v1CreateOpticalTube(requestParameters, options) {
|
|
2978
3608
|
return DefaultApiFp(this.configuration).v1CreateOpticalTube(requestParameters.v1CreateOpticalTubeRequest, options).then((request) => request(this.axios, this.basePath));
|
|
2979
3609
|
}
|
|
3610
|
+
/**
|
|
3611
|
+
* Create a time windowed asset.
|
|
3612
|
+
* @param {DefaultApiV1CreateTimeWindowedAssetRequest} requestParameters Request parameters.
|
|
3613
|
+
* @param {*} [options] Override http request option.
|
|
3614
|
+
* @throws {RequiredError}
|
|
3615
|
+
* @memberof DefaultApi
|
|
3616
|
+
*/
|
|
3617
|
+
v1CreateTimeWindowedAsset(requestParameters, options) {
|
|
3618
|
+
return DefaultApiFp(this.configuration).v1CreateTimeWindowedAsset(requestParameters.v1CreateTimeWindowedAssetRequest, options).then((request) => request(this.axios, this.basePath));
|
|
3619
|
+
}
|
|
2980
3620
|
/**
|
|
2981
3621
|
* Delete an image set.
|
|
2982
3622
|
* @param {DefaultApiV1DeleteImageSetRequest} requestParameters Request parameters.
|
|
@@ -3017,6 +3657,16 @@ export class DefaultApi extends BaseAPI {
|
|
|
3017
3657
|
v1FocuserMatch(requestParameters = {}, options) {
|
|
3018
3658
|
return DefaultApiFp(this.configuration).v1FocuserMatch(requestParameters.model, requestParameters.travelDistanceMm, options).then((request) => request(this.axios, this.basePath));
|
|
3019
3659
|
}
|
|
3660
|
+
/**
|
|
3661
|
+
* Get an all sky prediction by ID or image id
|
|
3662
|
+
* @param {DefaultApiV1GetAllSkyPredictionRequest} requestParameters Request parameters.
|
|
3663
|
+
* @param {*} [options] Override http request option.
|
|
3664
|
+
* @throws {RequiredError}
|
|
3665
|
+
* @memberof DefaultApi
|
|
3666
|
+
*/
|
|
3667
|
+
v1GetAllSkyPrediction(requestParameters = {}, options) {
|
|
3668
|
+
return DefaultApiFp(this.configuration).v1GetAllSkyPrediction(requestParameters.imageId, requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
3669
|
+
}
|
|
3020
3670
|
/**
|
|
3021
3671
|
* Get cameras.
|
|
3022
3672
|
* @param {*} [options] Override http request option.
|
|
@@ -3086,6 +3736,26 @@ export class DefaultApi extends BaseAPI {
|
|
|
3086
3736
|
v1GetLatestHfr(requestParameters, options) {
|
|
3087
3737
|
return DefaultApiFp(this.configuration).v1GetLatestHfr(requestParameters.nodeId, options).then((request) => request(this.axios, this.basePath));
|
|
3088
3738
|
}
|
|
3739
|
+
/**
|
|
3740
|
+
* GetLatestModel
|
|
3741
|
+
* @param {DefaultApiV1GetLatestModelRequest} requestParameters Request parameters.
|
|
3742
|
+
* @param {*} [options] Override http request option.
|
|
3743
|
+
* @throws {RequiredError}
|
|
3744
|
+
* @memberof DefaultApi
|
|
3745
|
+
*/
|
|
3746
|
+
v1GetLatestModel(requestParameters, options) {
|
|
3747
|
+
return DefaultApiFp(this.configuration).v1GetLatestModel(requestParameters.modelType, requestParameters.lineageId, options).then((request) => request(this.axios, this.basePath));
|
|
3748
|
+
}
|
|
3749
|
+
/**
|
|
3750
|
+
* Get merged node config body
|
|
3751
|
+
* @param {DefaultApiV1GetMergedNodeConfigBodyRequest} requestParameters Request parameters.
|
|
3752
|
+
* @param {*} [options] Override http request option.
|
|
3753
|
+
* @throws {RequiredError}
|
|
3754
|
+
* @memberof DefaultApi
|
|
3755
|
+
*/
|
|
3756
|
+
v1GetMergedNodeConfigBody(requestParameters, options) {
|
|
3757
|
+
return DefaultApiFp(this.configuration).v1GetMergedNodeConfigBody(requestParameters.nodeId, options).then((request) => request(this.axios, this.basePath));
|
|
3758
|
+
}
|
|
3089
3759
|
/**
|
|
3090
3760
|
* Get a mount.
|
|
3091
3761
|
* @param {DefaultApiV1GetMountRequest} requestParameters Request parameters.
|
|
@@ -3136,6 +3806,16 @@ export class DefaultApi extends BaseAPI {
|
|
|
3136
3806
|
v1GetNodeDiagnosticTasks(requestParameters, options) {
|
|
3137
3807
|
return DefaultApiFp(this.configuration).v1GetNodeDiagnosticTasks(requestParameters.nodeId, requestParameters.supportedDiagnostics, options).then((request) => request(this.axios, this.basePath));
|
|
3138
3808
|
}
|
|
3809
|
+
/**
|
|
3810
|
+
* Get a node flare by id.
|
|
3811
|
+
* @param {DefaultApiV1GetNodeFlareRequest} requestParameters Request parameters.
|
|
3812
|
+
* @param {*} [options] Override http request option.
|
|
3813
|
+
* @throws {RequiredError}
|
|
3814
|
+
* @memberof DefaultApi
|
|
3815
|
+
*/
|
|
3816
|
+
v1GetNodeFlare(requestParameters, options) {
|
|
3817
|
+
return DefaultApiFp(this.configuration).v1GetNodeFlare(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
3818
|
+
}
|
|
3139
3819
|
/**
|
|
3140
3820
|
* Get node properties.
|
|
3141
3821
|
* @param {DefaultApiV1GetNodePropertiesRequest} requestParameters Request parameters.
|
|
@@ -3215,6 +3895,16 @@ export class DefaultApi extends BaseAPI {
|
|
|
3215
3895
|
v1GetPlateSolveCatalogDiff(requestParameters, options) {
|
|
3216
3896
|
return DefaultApiFp(this.configuration).v1GetPlateSolveCatalogDiff(requestParameters.v1GetPlateSolveCatalogDiffRequest, options).then((request) => request(this.axios, this.basePath));
|
|
3217
3897
|
}
|
|
3898
|
+
/**
|
|
3899
|
+
* Get a time windowed asset by id.
|
|
3900
|
+
* @param {DefaultApiV1GetTimeWindowedAssetRequest} requestParameters Request parameters.
|
|
3901
|
+
* @param {*} [options] Override http request option.
|
|
3902
|
+
* @throws {RequiredError}
|
|
3903
|
+
* @memberof DefaultApi
|
|
3904
|
+
*/
|
|
3905
|
+
v1GetTimeWindowedAsset(requestParameters, options) {
|
|
3906
|
+
return DefaultApiFp(this.configuration).v1GetTimeWindowedAsset(requestParameters.timeWindowedAssetId, options).then((request) => request(this.axios, this.basePath));
|
|
3907
|
+
}
|
|
3218
3908
|
/**
|
|
3219
3909
|
* issueCertificate
|
|
3220
3910
|
* @param {DefaultApiV1IssueCertificateRequest} requestParameters Request parameters.
|
|
@@ -3225,6 +3915,15 @@ export class DefaultApi extends BaseAPI {
|
|
|
3225
3915
|
v1IssueCertificate(requestParameters, options) {
|
|
3226
3916
|
return DefaultApiFp(this.configuration).v1IssueCertificate(requestParameters.v1NodeControllerBootstrapRequest, options).then((request) => request(this.axios, this.basePath));
|
|
3227
3917
|
}
|
|
3918
|
+
/**
|
|
3919
|
+
* User initiated logout - revokes existing _user_ access tokens for the principal
|
|
3920
|
+
* @param {*} [options] Override http request option.
|
|
3921
|
+
* @throws {RequiredError}
|
|
3922
|
+
* @memberof DefaultApi
|
|
3923
|
+
*/
|
|
3924
|
+
v1Logout(options) {
|
|
3925
|
+
return DefaultApiFp(this.configuration).v1Logout(options).then((request) => request(this.axios, this.basePath));
|
|
3926
|
+
}
|
|
3228
3927
|
/**
|
|
3229
3928
|
* Match mount.
|
|
3230
3929
|
* @param {DefaultApiV1MountMatchRequest} requestParameters Request parameters.
|