@ourskyai/platform-api 1.3.6669 → 1.3.8106
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 +3287 -562
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +2163 -228
- package/dist/api.js +1310 -108
- 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 +2163 -228
- package/dist/esm/api.js +1309 -107
- 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.8106
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -58,7 +58,16 @@ export const FilterType = {
|
|
|
58
58
|
PHOTO_JOHNSON_B: 'PHOTO_JOHNSON_B',
|
|
59
59
|
PHOTO_JOHNSON_V: 'PHOTO_JOHNSON_V',
|
|
60
60
|
PHOTO_COUSINS_R: 'PHOTO_COUSINS_R',
|
|
61
|
-
PHOTO_COUSINS_I: 'PHOTO_COUSINS_I'
|
|
61
|
+
PHOTO_COUSINS_I: 'PHOTO_COUSINS_I',
|
|
62
|
+
PHOTO_SLOAN_U: 'PHOTO_SLOAN_U',
|
|
63
|
+
PHOTO_SLOAN_G: 'PHOTO_SLOAN_G',
|
|
64
|
+
PHOTO_SLOAN_R: 'PHOTO_SLOAN_R',
|
|
65
|
+
PHOTO_SLOAN_I: 'PHOTO_SLOAN_I',
|
|
66
|
+
PHOTO_SLOAN_Z: 'PHOTO_SLOAN_Z',
|
|
67
|
+
TRIPLE_BAND: 'TRIPLE_BAND',
|
|
68
|
+
QUAD_BAND: 'QUAD_BAND',
|
|
69
|
+
DARK: 'DARK',
|
|
70
|
+
OTHER: 'OTHER'
|
|
62
71
|
};
|
|
63
72
|
/**
|
|
64
73
|
*
|
|
@@ -101,6 +110,17 @@ export const MountType = {
|
|
|
101
110
|
ALT_AZ: 'ALT_AZ',
|
|
102
111
|
EQUITORIAL: 'EQUITORIAL'
|
|
103
112
|
};
|
|
113
|
+
/**
|
|
114
|
+
* Network interface types
|
|
115
|
+
* @export
|
|
116
|
+
* @enum {string}
|
|
117
|
+
*/
|
|
118
|
+
export const NetworkInterface = {
|
|
119
|
+
ETH0: 'eth0',
|
|
120
|
+
ETH1: 'eth1',
|
|
121
|
+
ETH2: 'eth2',
|
|
122
|
+
WLAN0: 'wlan0'
|
|
123
|
+
};
|
|
104
124
|
/**
|
|
105
125
|
*
|
|
106
126
|
* @export
|
|
@@ -192,6 +212,15 @@ export const V1AllSkyPredictionLabel = {
|
|
|
192
212
|
PRECIPITATION: 'PRECIPITATION',
|
|
193
213
|
UNKNOWN: 'UNKNOWN'
|
|
194
214
|
};
|
|
215
|
+
/**
|
|
216
|
+
*
|
|
217
|
+
* @export
|
|
218
|
+
* @enum {string}
|
|
219
|
+
*/
|
|
220
|
+
export const V1AssetSize = {
|
|
221
|
+
FULL_SIZE: 'FULL_SIZE',
|
|
222
|
+
THUMBNAIL: 'THUMBNAIL'
|
|
223
|
+
};
|
|
195
224
|
/**
|
|
196
225
|
*
|
|
197
226
|
* @export
|
|
@@ -214,13 +243,33 @@ export const V1ImageFileType = {
|
|
|
214
243
|
* @export
|
|
215
244
|
* @enum {string}
|
|
216
245
|
*/
|
|
217
|
-
export const
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
246
|
+
export const V1ImageRejectionReason = {
|
|
247
|
+
TARGET_NOT_FOUND: 'TARGET_NOT_FOUND',
|
|
248
|
+
RATE_TARGET_NOT_FOUND: 'RATE_TARGET_NOT_FOUND',
|
|
249
|
+
RATE_PLATE_SOLVE_FAILURE: 'RATE_PLATE_SOLVE_FAILURE',
|
|
250
|
+
STREAK_DETECTION_FAILURE: 'STREAK_DETECTION_FAILURE',
|
|
251
|
+
PLATE_SOLVE_FAILURE: 'PLATE_SOLVE_FAILURE',
|
|
252
|
+
PLATE_SOLVE_NOT_ENOUGH_STARS_FAILURE: 'PLATE_SOLVE_NOT_ENOUGH_STARS_FAILURE',
|
|
253
|
+
PLATE_SOLVE_NO_SOLUTION_FAILURE: 'PLATE_SOLVE_NO_SOLUTION_FAILURE',
|
|
254
|
+
CROP_IMAGE_FAILURE: 'CROP_IMAGE_FAILURE',
|
|
255
|
+
COSMETIC_CORRECTION_FAILURE: 'COSMETIC_CORRECTION_FAILURE',
|
|
256
|
+
GRADIENT_REMOVAL_FAILURE: 'GRADIENT_REMOVAL_FAILURE',
|
|
257
|
+
CATMAG_FAILURE: 'CATMAG_FAILURE',
|
|
258
|
+
IMAGE_QUALITY_TOO_LOW: 'IMAGE_QUALITY_TOO_LOW',
|
|
259
|
+
OBSERVATION_NOT_FOUND: 'OBSERVATION_NOT_FOUND',
|
|
260
|
+
NODE_NOT_FOUND: 'NODE_NOT_FOUND',
|
|
261
|
+
CAMERA_NOT_FOUND: 'CAMERA_NOT_FOUND',
|
|
262
|
+
OTA_NOT_FOUND: 'OTA_NOT_FOUND',
|
|
263
|
+
TLE_NOT_EXTRACTED: 'TLE_NOT_EXTRACTED',
|
|
264
|
+
FAILED_TO_LOAD: 'FAILED_TO_LOAD',
|
|
265
|
+
GPS_ERROR: 'GPS_ERROR',
|
|
266
|
+
MUTEX_TIMEOUT: 'MUTEX_TIMEOUT',
|
|
267
|
+
AWAIT_TIMEOUT: 'AWAIT_TIMEOUT',
|
|
268
|
+
CATALOG_COMPARE_ERROR: 'CATALOG_COMPARE_ERROR',
|
|
269
|
+
SAVE_FAILURE: 'SAVE_FAILURE',
|
|
270
|
+
RATE_CATALOG_COMPARE_ERROR: 'RATE_CATALOG_COMPARE_ERROR',
|
|
271
|
+
MISSING_IMG_WIDTH_HEADER: 'MISSING_IMG_WIDTH_HEADER',
|
|
272
|
+
UNKNOWN_ERROR: 'UNKNOWN_ERROR'
|
|
224
273
|
};
|
|
225
274
|
/**
|
|
226
275
|
*
|
|
@@ -318,13 +367,30 @@ export const V1NodeEventType = {
|
|
|
318
367
|
V1_OBSERVATION_INSTRUCTION_TASKED: 'V1_OBSERVATION_INSTRUCTION_TASKED',
|
|
319
368
|
V1_PROPAGATION_TARGET_SELECTED: 'V1_PROPAGATION_TARGET_SELECTED',
|
|
320
369
|
V1_HYPOTHESIS_OBSERVATION_TASKED: 'V1_HYPOTHESIS_OBSERVATION_TASKED',
|
|
321
|
-
V1_NETWORK_STATUS: 'V1_NETWORK_STATUS'
|
|
370
|
+
V1_NETWORK_STATUS: 'V1_NETWORK_STATUS',
|
|
371
|
+
V1_RESOLVED_IMAGE_INSTRUCTION_TASKED: 'V1_RESOLVED_IMAGE_INSTRUCTION_TASKED'
|
|
322
372
|
};
|
|
323
373
|
export const V1PlateSolveCatalogFileDownloadActionEnum = {
|
|
324
374
|
DOWNLOAD: 'DOWNLOAD',
|
|
325
375
|
DELETE: 'DELETE',
|
|
326
376
|
NO_ACTION: 'NO_ACTION'
|
|
327
377
|
};
|
|
378
|
+
/**
|
|
379
|
+
*
|
|
380
|
+
* @export
|
|
381
|
+
* @enum {string}
|
|
382
|
+
*/
|
|
383
|
+
export const V1SoftwarePackageType = {
|
|
384
|
+
QCOM_OTA: 'QCOM_OTA'
|
|
385
|
+
};
|
|
386
|
+
/**
|
|
387
|
+
*
|
|
388
|
+
* @export
|
|
389
|
+
* @enum {string}
|
|
390
|
+
*/
|
|
391
|
+
export const V1SoftwareRuntimeEnvironmentType = {
|
|
392
|
+
EDGE_CONTROLLER: 'EDGE_CONTROLLER'
|
|
393
|
+
};
|
|
328
394
|
/**
|
|
329
395
|
*
|
|
330
396
|
* @export
|
|
@@ -340,6 +406,52 @@ export const V1TimeWindowedAssetType = {
|
|
|
340
406
|
*/
|
|
341
407
|
export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
342
408
|
return {
|
|
409
|
+
/**
|
|
410
|
+
* Get images for a node for display in a camera roll format
|
|
411
|
+
* @param {string} [nodeId]
|
|
412
|
+
* @param {string} [lineageId]
|
|
413
|
+
* @param {string} [before]
|
|
414
|
+
* @param {string} [types] Comma separated array of [ImageSetType](#model/imagesettype)
|
|
415
|
+
* @param {*} [options] Override http request option.
|
|
416
|
+
* @throws {RequiredError}
|
|
417
|
+
*/
|
|
418
|
+
getCameraRoll: (nodeId, lineageId, before, types, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
419
|
+
const localVarPath = `/v1/camera-roll`;
|
|
420
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
421
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
422
|
+
let baseOptions;
|
|
423
|
+
if (configuration) {
|
|
424
|
+
baseOptions = configuration.baseOptions;
|
|
425
|
+
}
|
|
426
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
427
|
+
const localVarHeaderParameter = {};
|
|
428
|
+
const localVarQueryParameter = {};
|
|
429
|
+
// authentication Roles required
|
|
430
|
+
// authentication BearerToken required
|
|
431
|
+
// http bearer authentication required
|
|
432
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
433
|
+
if (nodeId !== undefined) {
|
|
434
|
+
localVarQueryParameter['nodeId'] = nodeId;
|
|
435
|
+
}
|
|
436
|
+
if (lineageId !== undefined) {
|
|
437
|
+
localVarQueryParameter['lineageId'] = lineageId;
|
|
438
|
+
}
|
|
439
|
+
if (before !== undefined) {
|
|
440
|
+
localVarQueryParameter['before'] = (before instanceof Date) ?
|
|
441
|
+
before.toISOString() :
|
|
442
|
+
before;
|
|
443
|
+
}
|
|
444
|
+
if (types !== undefined) {
|
|
445
|
+
localVarQueryParameter['types'] = types;
|
|
446
|
+
}
|
|
447
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
448
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
449
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
450
|
+
return {
|
|
451
|
+
url: toPathString(localVarUrlObj),
|
|
452
|
+
options: localVarRequestOptions,
|
|
453
|
+
};
|
|
454
|
+
}),
|
|
343
455
|
/**
|
|
344
456
|
* Get the various tokens used in client applications
|
|
345
457
|
* @param {*} [options] Override http request option.
|
|
@@ -584,6 +696,39 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
584
696
|
options: localVarRequestOptions,
|
|
585
697
|
};
|
|
586
698
|
}),
|
|
699
|
+
/**
|
|
700
|
+
* Create a filter wheel.
|
|
701
|
+
* @param {V1CreateFilterWheelRequest} v1CreateFilterWheelRequest
|
|
702
|
+
* @param {*} [options] Override http request option.
|
|
703
|
+
* @throws {RequiredError}
|
|
704
|
+
*/
|
|
705
|
+
v1CreateFilterWheel: (v1CreateFilterWheelRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
706
|
+
// verify required parameter 'v1CreateFilterWheelRequest' is not null or undefined
|
|
707
|
+
assertParamExists('v1CreateFilterWheel', 'v1CreateFilterWheelRequest', v1CreateFilterWheelRequest);
|
|
708
|
+
const localVarPath = `/v1/filterwheel`;
|
|
709
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
710
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
711
|
+
let baseOptions;
|
|
712
|
+
if (configuration) {
|
|
713
|
+
baseOptions = configuration.baseOptions;
|
|
714
|
+
}
|
|
715
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
716
|
+
const localVarHeaderParameter = {};
|
|
717
|
+
const localVarQueryParameter = {};
|
|
718
|
+
// authentication Roles required
|
|
719
|
+
// authentication BearerToken required
|
|
720
|
+
// http bearer authentication required
|
|
721
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
722
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
723
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
724
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
725
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
726
|
+
localVarRequestOptions.data = serializeDataIfNeeded(v1CreateFilterWheelRequest, localVarRequestOptions, configuration);
|
|
727
|
+
return {
|
|
728
|
+
url: toPathString(localVarUrlObj),
|
|
729
|
+
options: localVarRequestOptions,
|
|
730
|
+
};
|
|
731
|
+
}),
|
|
587
732
|
/**
|
|
588
733
|
* Create an focuser.
|
|
589
734
|
* @param {V1CreateFocuserRequest} v1CreateFocuserRequest
|
|
@@ -683,6 +828,39 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
683
828
|
options: localVarRequestOptions,
|
|
684
829
|
};
|
|
685
830
|
}),
|
|
831
|
+
/**
|
|
832
|
+
* Create an image set image upload url.
|
|
833
|
+
* @param {V1CreateImageSetImageUploadUrlRequest} v1CreateImageSetImageUploadUrlRequest
|
|
834
|
+
* @param {*} [options] Override http request option.
|
|
835
|
+
* @throws {RequiredError}
|
|
836
|
+
*/
|
|
837
|
+
v1CreateImageSetImageUploadUrl: (v1CreateImageSetImageUploadUrlRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
838
|
+
// verify required parameter 'v1CreateImageSetImageUploadUrlRequest' is not null or undefined
|
|
839
|
+
assertParamExists('v1CreateImageSetImageUploadUrl', 'v1CreateImageSetImageUploadUrlRequest', v1CreateImageSetImageUploadUrlRequest);
|
|
840
|
+
const localVarPath = `/v1/image-set-image/upload-url`;
|
|
841
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
842
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
843
|
+
let baseOptions;
|
|
844
|
+
if (configuration) {
|
|
845
|
+
baseOptions = configuration.baseOptions;
|
|
846
|
+
}
|
|
847
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
848
|
+
const localVarHeaderParameter = {};
|
|
849
|
+
const localVarQueryParameter = {};
|
|
850
|
+
// authentication Roles required
|
|
851
|
+
// authentication BearerToken required
|
|
852
|
+
// http bearer authentication required
|
|
853
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
854
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
855
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
856
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
857
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
858
|
+
localVarRequestOptions.data = serializeDataIfNeeded(v1CreateImageSetImageUploadUrlRequest, localVarRequestOptions, configuration);
|
|
859
|
+
return {
|
|
860
|
+
url: toPathString(localVarUrlObj),
|
|
861
|
+
options: localVarRequestOptions,
|
|
862
|
+
};
|
|
863
|
+
}),
|
|
686
864
|
/**
|
|
687
865
|
* Create metrics.
|
|
688
866
|
* @param {Array<V1Metric>} v1Metric
|
|
@@ -947,6 +1125,39 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
947
1125
|
options: localVarRequestOptions,
|
|
948
1126
|
};
|
|
949
1127
|
}),
|
|
1128
|
+
/**
|
|
1129
|
+
* Set metadata and plate solve results for an image.
|
|
1130
|
+
* @param {V1CreateProcessedImageSetImageRequest} v1CreateProcessedImageSetImageRequest
|
|
1131
|
+
* @param {*} [options] Override http request option.
|
|
1132
|
+
* @throws {RequiredError}
|
|
1133
|
+
*/
|
|
1134
|
+
v1CreateProcessedImageSetImage: (v1CreateProcessedImageSetImageRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1135
|
+
// verify required parameter 'v1CreateProcessedImageSetImageRequest' is not null or undefined
|
|
1136
|
+
assertParamExists('v1CreateProcessedImageSetImage', 'v1CreateProcessedImageSetImageRequest', v1CreateProcessedImageSetImageRequest);
|
|
1137
|
+
const localVarPath = `/v1/image-set-image/processed`;
|
|
1138
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1139
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1140
|
+
let baseOptions;
|
|
1141
|
+
if (configuration) {
|
|
1142
|
+
baseOptions = configuration.baseOptions;
|
|
1143
|
+
}
|
|
1144
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
1145
|
+
const localVarHeaderParameter = {};
|
|
1146
|
+
const localVarQueryParameter = {};
|
|
1147
|
+
// authentication Roles required
|
|
1148
|
+
// authentication BearerToken required
|
|
1149
|
+
// http bearer authentication required
|
|
1150
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1151
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1152
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1153
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1154
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1155
|
+
localVarRequestOptions.data = serializeDataIfNeeded(v1CreateProcessedImageSetImageRequest, localVarRequestOptions, configuration);
|
|
1156
|
+
return {
|
|
1157
|
+
url: toPathString(localVarUrlObj),
|
|
1158
|
+
options: localVarRequestOptions,
|
|
1159
|
+
};
|
|
1160
|
+
}),
|
|
950
1161
|
/**
|
|
951
1162
|
* Create a time windowed asset.
|
|
952
1163
|
* @param {V1CreateTimeWindowedAssetRequest} v1CreateTimeWindowedAssetRequest
|
|
@@ -980,6 +1191,40 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
980
1191
|
options: localVarRequestOptions,
|
|
981
1192
|
};
|
|
982
1193
|
}),
|
|
1194
|
+
/**
|
|
1195
|
+
* Get the sunrise/sunset times for a specific node by its ID
|
|
1196
|
+
* @param {string} nodeId
|
|
1197
|
+
* @param {*} [options] Override http request option.
|
|
1198
|
+
* @throws {RequiredError}
|
|
1199
|
+
*/
|
|
1200
|
+
v1CustomerGetSuntimes: (nodeId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1201
|
+
// verify required parameter 'nodeId' is not null or undefined
|
|
1202
|
+
assertParamExists('v1CustomerGetSuntimes', 'nodeId', nodeId);
|
|
1203
|
+
const localVarPath = `/v1/suntimes`;
|
|
1204
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1205
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1206
|
+
let baseOptions;
|
|
1207
|
+
if (configuration) {
|
|
1208
|
+
baseOptions = configuration.baseOptions;
|
|
1209
|
+
}
|
|
1210
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
1211
|
+
const localVarHeaderParameter = {};
|
|
1212
|
+
const localVarQueryParameter = {};
|
|
1213
|
+
// authentication Roles required
|
|
1214
|
+
// authentication BearerToken required
|
|
1215
|
+
// http bearer authentication required
|
|
1216
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1217
|
+
if (nodeId !== undefined) {
|
|
1218
|
+
localVarQueryParameter['nodeId'] = nodeId;
|
|
1219
|
+
}
|
|
1220
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1221
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1222
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1223
|
+
return {
|
|
1224
|
+
url: toPathString(localVarUrlObj),
|
|
1225
|
+
options: localVarRequestOptions,
|
|
1226
|
+
};
|
|
1227
|
+
}),
|
|
983
1228
|
/**
|
|
984
1229
|
* Delete an image set.
|
|
985
1230
|
* @param {string} id
|
|
@@ -1057,7 +1302,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1057
1302
|
v1DeleteNodeCommand: (id, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1058
1303
|
// verify required parameter 'id' is not null or undefined
|
|
1059
1304
|
assertParamExists('v1DeleteNodeCommand', 'id', id);
|
|
1060
|
-
const localVarPath = `/v1/node-
|
|
1305
|
+
const localVarPath = `/v1/node-command`;
|
|
1061
1306
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1062
1307
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1063
1308
|
let baseOptions;
|
|
@@ -1178,6 +1423,40 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1178
1423
|
options: localVarRequestOptions,
|
|
1179
1424
|
};
|
|
1180
1425
|
}),
|
|
1426
|
+
/**
|
|
1427
|
+
* Get a filter wheel.
|
|
1428
|
+
* @param {string} id
|
|
1429
|
+
* @param {*} [options] Override http request option.
|
|
1430
|
+
* @throws {RequiredError}
|
|
1431
|
+
*/
|
|
1432
|
+
v1GetFilterWheel: (id, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1433
|
+
// verify required parameter 'id' is not null or undefined
|
|
1434
|
+
assertParamExists('v1GetFilterWheel', 'id', id);
|
|
1435
|
+
const localVarPath = `/v1/filterwheel`;
|
|
1436
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1437
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1438
|
+
let baseOptions;
|
|
1439
|
+
if (configuration) {
|
|
1440
|
+
baseOptions = configuration.baseOptions;
|
|
1441
|
+
}
|
|
1442
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
1443
|
+
const localVarHeaderParameter = {};
|
|
1444
|
+
const localVarQueryParameter = {};
|
|
1445
|
+
// authentication Roles required
|
|
1446
|
+
// authentication BearerToken required
|
|
1447
|
+
// http bearer authentication required
|
|
1448
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1449
|
+
if (id !== undefined) {
|
|
1450
|
+
localVarQueryParameter['id'] = id;
|
|
1451
|
+
}
|
|
1452
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1453
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1454
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1455
|
+
return {
|
|
1456
|
+
url: toPathString(localVarUrlObj),
|
|
1457
|
+
options: localVarRequestOptions,
|
|
1458
|
+
};
|
|
1459
|
+
}),
|
|
1181
1460
|
/**
|
|
1182
1461
|
* Get a focuser.
|
|
1183
1462
|
* @param {string} id
|
|
@@ -1490,14 +1769,13 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1490
1769
|
};
|
|
1491
1770
|
}),
|
|
1492
1771
|
/**
|
|
1493
|
-
* Get node by lineage id.
|
|
1494
|
-
* @param {string} lineageId
|
|
1772
|
+
* Get node by lineage id or node id.
|
|
1773
|
+
* @param {string} [lineageId]
|
|
1774
|
+
* @param {string} [nodeId]
|
|
1495
1775
|
* @param {*} [options] Override http request option.
|
|
1496
1776
|
* @throws {RequiredError}
|
|
1497
1777
|
*/
|
|
1498
|
-
v1GetNode: (lineageId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1499
|
-
// verify required parameter 'lineageId' is not null or undefined
|
|
1500
|
-
assertParamExists('v1GetNode', 'lineageId', lineageId);
|
|
1778
|
+
v1GetNode: (lineageId, nodeId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1501
1779
|
const localVarPath = `/v1/node`;
|
|
1502
1780
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1503
1781
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1515,6 +1793,9 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1515
1793
|
if (lineageId !== undefined) {
|
|
1516
1794
|
localVarQueryParameter['lineageId'] = lineageId;
|
|
1517
1795
|
}
|
|
1796
|
+
if (nodeId !== undefined) {
|
|
1797
|
+
localVarQueryParameter['nodeId'] = nodeId;
|
|
1798
|
+
}
|
|
1518
1799
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1519
1800
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1520
1801
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1566,15 +1847,16 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1566
1847
|
};
|
|
1567
1848
|
}),
|
|
1568
1849
|
/**
|
|
1569
|
-
*
|
|
1570
|
-
* @param {string}
|
|
1850
|
+
* Get node diagnostic tasks.
|
|
1851
|
+
* @param {string} nodeId
|
|
1852
|
+
* @param {Array<V1NodeDiagnosticType>} [supportedDiagnostics]
|
|
1571
1853
|
* @param {*} [options] Override http request option.
|
|
1572
1854
|
* @throws {RequiredError}
|
|
1573
1855
|
*/
|
|
1574
|
-
|
|
1575
|
-
// verify required parameter '
|
|
1576
|
-
assertParamExists('
|
|
1577
|
-
const localVarPath = `/v1/node-
|
|
1856
|
+
v1GetNodeDiagnosticTasks: (nodeId, supportedDiagnostics, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1857
|
+
// verify required parameter 'nodeId' is not null or undefined
|
|
1858
|
+
assertParamExists('v1GetNodeDiagnosticTasks', 'nodeId', nodeId);
|
|
1859
|
+
const localVarPath = `/v1/node-diagnostic-tasks`;
|
|
1578
1860
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1579
1861
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1580
1862
|
let baseOptions;
|
|
@@ -1588,8 +1870,11 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1588
1870
|
// authentication BearerToken required
|
|
1589
1871
|
// http bearer authentication required
|
|
1590
1872
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1591
|
-
if (
|
|
1592
|
-
localVarQueryParameter['
|
|
1873
|
+
if (nodeId !== undefined) {
|
|
1874
|
+
localVarQueryParameter['nodeId'] = nodeId;
|
|
1875
|
+
}
|
|
1876
|
+
if (supportedDiagnostics) {
|
|
1877
|
+
localVarQueryParameter['supportedDiagnostics'] = supportedDiagnostics.join(COLLECTION_FORMATS.csv);
|
|
1593
1878
|
}
|
|
1594
1879
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1595
1880
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -1600,16 +1885,20 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1600
1885
|
};
|
|
1601
1886
|
}),
|
|
1602
1887
|
/**
|
|
1603
|
-
* Get node
|
|
1604
|
-
* @param {string}
|
|
1605
|
-
* @param {
|
|
1888
|
+
* Get node events Apex Charts timeline
|
|
1889
|
+
* @param {string} startTime
|
|
1890
|
+
* @param {string} endTime
|
|
1891
|
+
* @param {string} [nodeId]
|
|
1892
|
+
* @param {string} [lineageId]
|
|
1606
1893
|
* @param {*} [options] Override http request option.
|
|
1607
1894
|
* @throws {RequiredError}
|
|
1608
1895
|
*/
|
|
1609
|
-
|
|
1610
|
-
// verify required parameter '
|
|
1611
|
-
assertParamExists('
|
|
1612
|
-
|
|
1896
|
+
v1GetNodeEventsApexChartsTimeline: (startTime, endTime, nodeId, lineageId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1897
|
+
// verify required parameter 'startTime' is not null or undefined
|
|
1898
|
+
assertParamExists('v1GetNodeEventsApexChartsTimeline', 'startTime', startTime);
|
|
1899
|
+
// verify required parameter 'endTime' is not null or undefined
|
|
1900
|
+
assertParamExists('v1GetNodeEventsApexChartsTimeline', 'endTime', endTime);
|
|
1901
|
+
const localVarPath = `/v1/node-events/timeline`;
|
|
1613
1902
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1614
1903
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1615
1904
|
let baseOptions;
|
|
@@ -1626,8 +1915,18 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1626
1915
|
if (nodeId !== undefined) {
|
|
1627
1916
|
localVarQueryParameter['nodeId'] = nodeId;
|
|
1628
1917
|
}
|
|
1629
|
-
if (
|
|
1630
|
-
localVarQueryParameter['
|
|
1918
|
+
if (lineageId !== undefined) {
|
|
1919
|
+
localVarQueryParameter['lineageId'] = lineageId;
|
|
1920
|
+
}
|
|
1921
|
+
if (startTime !== undefined) {
|
|
1922
|
+
localVarQueryParameter['startTime'] = (startTime instanceof Date) ?
|
|
1923
|
+
startTime.toISOString() :
|
|
1924
|
+
startTime;
|
|
1925
|
+
}
|
|
1926
|
+
if (endTime !== undefined) {
|
|
1927
|
+
localVarQueryParameter['endTime'] = (endTime instanceof Date) ?
|
|
1928
|
+
endTime.toISOString() :
|
|
1929
|
+
endTime;
|
|
1631
1930
|
}
|
|
1632
1931
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1633
1932
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -1933,15 +2232,12 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1933
2232
|
};
|
|
1934
2233
|
}),
|
|
1935
2234
|
/**
|
|
1936
|
-
* Get
|
|
1937
|
-
* @param {string} timeWindowedAssetId
|
|
2235
|
+
* Get satellites for skyAtlas. returns jsonl
|
|
1938
2236
|
* @param {*} [options] Override http request option.
|
|
1939
2237
|
* @throws {RequiredError}
|
|
1940
2238
|
*/
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
assertParamExists('v1GetTimeWindowedAsset', 'timeWindowedAssetId', timeWindowedAssetId);
|
|
1944
|
-
const localVarPath = `/v1/time-windowed-asset`;
|
|
2239
|
+
v1GetSkyAtlasSatellites: (options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2240
|
+
const localVarPath = `/v1/sky-atlas/satellites`;
|
|
1945
2241
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1946
2242
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1947
2243
|
let baseOptions;
|
|
@@ -1955,9 +2251,6 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1955
2251
|
// authentication BearerToken required
|
|
1956
2252
|
// http bearer authentication required
|
|
1957
2253
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1958
|
-
if (timeWindowedAssetId !== undefined) {
|
|
1959
|
-
localVarQueryParameter['timeWindowedAssetId'] = timeWindowedAssetId;
|
|
1960
|
-
}
|
|
1961
2254
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1962
2255
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1963
2256
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1967,30 +2260,132 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1967
2260
|
};
|
|
1968
2261
|
}),
|
|
1969
2262
|
/**
|
|
1970
|
-
*
|
|
1971
|
-
* @param {
|
|
2263
|
+
* Get the target QCOM OTA software release for a node
|
|
2264
|
+
* @param {string} lineageId lineage id
|
|
1972
2265
|
* @param {*} [options] Override http request option.
|
|
1973
2266
|
* @throws {RequiredError}
|
|
1974
2267
|
*/
|
|
1975
|
-
|
|
1976
|
-
// verify required parameter '
|
|
1977
|
-
assertParamExists('
|
|
1978
|
-
const localVarPath = `/v1/node-controller
|
|
2268
|
+
v1GetTargetQCOMOTASoftwareReleaseForNode: (lineageId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2269
|
+
// verify required parameter 'lineageId' is not null or undefined
|
|
2270
|
+
assertParamExists('v1GetTargetQCOMOTASoftwareReleaseForNode', 'lineageId', lineageId);
|
|
2271
|
+
const localVarPath = `/v1/node-controller-releases`;
|
|
1979
2272
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1980
2273
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1981
2274
|
let baseOptions;
|
|
1982
2275
|
if (configuration) {
|
|
1983
2276
|
baseOptions = configuration.baseOptions;
|
|
1984
2277
|
}
|
|
1985
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: '
|
|
2278
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
1986
2279
|
const localVarHeaderParameter = {};
|
|
1987
2280
|
const localVarQueryParameter = {};
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
2281
|
+
// authentication Roles required
|
|
2282
|
+
// authentication BearerToken required
|
|
2283
|
+
// http bearer authentication required
|
|
2284
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
2285
|
+
if (lineageId !== undefined) {
|
|
2286
|
+
localVarQueryParameter['lineageId'] = lineageId;
|
|
2287
|
+
}
|
|
2288
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2289
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2290
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
2291
|
+
return {
|
|
2292
|
+
url: toPathString(localVarUrlObj),
|
|
2293
|
+
options: localVarRequestOptions,
|
|
2294
|
+
};
|
|
2295
|
+
}),
|
|
2296
|
+
/**
|
|
2297
|
+
* Get the target software releases for a node
|
|
2298
|
+
* @param {string} lineageId lineage id
|
|
2299
|
+
* @param {*} [options] Override http request option.
|
|
2300
|
+
* @throws {RequiredError}
|
|
2301
|
+
*/
|
|
2302
|
+
v1GetTargetSoftwareReleasesForNode: (lineageId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2303
|
+
// verify required parameter 'lineageId' is not null or undefined
|
|
2304
|
+
assertParamExists('v1GetTargetSoftwareReleasesForNode', 'lineageId', lineageId);
|
|
2305
|
+
const localVarPath = `/v1/node/target-software-releases`;
|
|
2306
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2307
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
2308
|
+
let baseOptions;
|
|
2309
|
+
if (configuration) {
|
|
2310
|
+
baseOptions = configuration.baseOptions;
|
|
2311
|
+
}
|
|
2312
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
2313
|
+
const localVarHeaderParameter = {};
|
|
2314
|
+
const localVarQueryParameter = {};
|
|
2315
|
+
// authentication Roles required
|
|
2316
|
+
// authentication BearerToken required
|
|
2317
|
+
// http bearer authentication required
|
|
2318
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
2319
|
+
if (lineageId !== undefined) {
|
|
2320
|
+
localVarQueryParameter['lineageId'] = lineageId;
|
|
2321
|
+
}
|
|
2322
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2323
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2324
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
2325
|
+
return {
|
|
2326
|
+
url: toPathString(localVarUrlObj),
|
|
2327
|
+
options: localVarRequestOptions,
|
|
2328
|
+
};
|
|
2329
|
+
}),
|
|
2330
|
+
/**
|
|
2331
|
+
* Get a time windowed asset by id.
|
|
2332
|
+
* @param {string} timeWindowedAssetId
|
|
2333
|
+
* @param {*} [options] Override http request option.
|
|
2334
|
+
* @throws {RequiredError}
|
|
2335
|
+
*/
|
|
2336
|
+
v1GetTimeWindowedAsset: (timeWindowedAssetId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2337
|
+
// verify required parameter 'timeWindowedAssetId' is not null or undefined
|
|
2338
|
+
assertParamExists('v1GetTimeWindowedAsset', 'timeWindowedAssetId', timeWindowedAssetId);
|
|
2339
|
+
const localVarPath = `/v1/time-windowed-asset`;
|
|
2340
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2341
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
2342
|
+
let baseOptions;
|
|
2343
|
+
if (configuration) {
|
|
2344
|
+
baseOptions = configuration.baseOptions;
|
|
2345
|
+
}
|
|
2346
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
2347
|
+
const localVarHeaderParameter = {};
|
|
2348
|
+
const localVarQueryParameter = {};
|
|
2349
|
+
// authentication Roles required
|
|
2350
|
+
// authentication BearerToken required
|
|
2351
|
+
// http bearer authentication required
|
|
2352
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
2353
|
+
if (timeWindowedAssetId !== undefined) {
|
|
2354
|
+
localVarQueryParameter['timeWindowedAssetId'] = timeWindowedAssetId;
|
|
2355
|
+
}
|
|
2356
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2357
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2358
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
2359
|
+
return {
|
|
2360
|
+
url: toPathString(localVarUrlObj),
|
|
2361
|
+
options: localVarRequestOptions,
|
|
2362
|
+
};
|
|
2363
|
+
}),
|
|
2364
|
+
/**
|
|
2365
|
+
* issueCertificate
|
|
2366
|
+
* @param {V1NodeControllerBootstrapRequest} v1NodeControllerBootstrapRequest
|
|
2367
|
+
* @param {*} [options] Override http request option.
|
|
2368
|
+
* @throws {RequiredError}
|
|
2369
|
+
*/
|
|
2370
|
+
v1IssueCertificate: (v1NodeControllerBootstrapRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2371
|
+
// verify required parameter 'v1NodeControllerBootstrapRequest' is not null or undefined
|
|
2372
|
+
assertParamExists('v1IssueCertificate', 'v1NodeControllerBootstrapRequest', v1NodeControllerBootstrapRequest);
|
|
2373
|
+
const localVarPath = `/v1/node-controller/issueCertificate`;
|
|
2374
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2375
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
2376
|
+
let baseOptions;
|
|
2377
|
+
if (configuration) {
|
|
2378
|
+
baseOptions = configuration.baseOptions;
|
|
2379
|
+
}
|
|
2380
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
2381
|
+
const localVarHeaderParameter = {};
|
|
2382
|
+
const localVarQueryParameter = {};
|
|
2383
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2384
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2385
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2386
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
2387
|
+
localVarRequestOptions.data = serializeDataIfNeeded(v1NodeControllerBootstrapRequest, localVarRequestOptions, configuration);
|
|
2388
|
+
return {
|
|
1994
2389
|
url: toPathString(localVarUrlObj),
|
|
1995
2390
|
options: localVarRequestOptions,
|
|
1996
2391
|
};
|
|
@@ -2054,6 +2449,142 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2054
2449
|
options: localVarRequestOptions,
|
|
2055
2450
|
};
|
|
2056
2451
|
}),
|
|
2452
|
+
/**
|
|
2453
|
+
* \' V1EnableAutonomousOperation - immediately places the system back under autonomous operation mode. !!CAUTION!! This will immediately begin slewing your system around if conditions are safe. Please ensure your system is prepared to move \'
|
|
2454
|
+
* @param {V1EnableAutonomousOperation} v1EnableAutonomousOperation
|
|
2455
|
+
* @param {*} [options] Override http request option.
|
|
2456
|
+
* @deprecated
|
|
2457
|
+
* @throws {RequiredError}
|
|
2458
|
+
*/
|
|
2459
|
+
v1NodeCommandV1EnableAutonomousOperation: (v1EnableAutonomousOperation, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2460
|
+
// verify required parameter 'v1EnableAutonomousOperation' is not null or undefined
|
|
2461
|
+
assertParamExists('v1NodeCommandV1EnableAutonomousOperation', 'v1EnableAutonomousOperation', v1EnableAutonomousOperation);
|
|
2462
|
+
const localVarPath = `/v1/node-command/enable-autonomous-operation`;
|
|
2463
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2464
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
2465
|
+
let baseOptions;
|
|
2466
|
+
if (configuration) {
|
|
2467
|
+
baseOptions = configuration.baseOptions;
|
|
2468
|
+
}
|
|
2469
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
2470
|
+
const localVarHeaderParameter = {};
|
|
2471
|
+
const localVarQueryParameter = {};
|
|
2472
|
+
// authentication Roles required
|
|
2473
|
+
// authentication BearerToken required
|
|
2474
|
+
// http bearer authentication required
|
|
2475
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
2476
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2477
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2478
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2479
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
2480
|
+
localVarRequestOptions.data = serializeDataIfNeeded(v1EnableAutonomousOperation, localVarRequestOptions, configuration);
|
|
2481
|
+
return {
|
|
2482
|
+
url: toPathString(localVarUrlObj),
|
|
2483
|
+
options: localVarRequestOptions,
|
|
2484
|
+
};
|
|
2485
|
+
}),
|
|
2486
|
+
/**
|
|
2487
|
+
* \' V1EnableManualOperation- immediately halts all autonomous operation of the system and parks the telescope (including closing the enclosure if present). !!CAUTION!! This is an indefinite halt until V1EnableAutonomousOperation is called. Your system will not respond to weather and safety events! \'
|
|
2488
|
+
* @param {V1EnableManualOperation} v1EnableManualOperation
|
|
2489
|
+
* @param {*} [options] Override http request option.
|
|
2490
|
+
* @deprecated
|
|
2491
|
+
* @throws {RequiredError}
|
|
2492
|
+
*/
|
|
2493
|
+
v1NodeCommandV1EnableManualOperation: (v1EnableManualOperation, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2494
|
+
// verify required parameter 'v1EnableManualOperation' is not null or undefined
|
|
2495
|
+
assertParamExists('v1NodeCommandV1EnableManualOperation', 'v1EnableManualOperation', v1EnableManualOperation);
|
|
2496
|
+
const localVarPath = `/v1/node-command/enable-manual-operation`;
|
|
2497
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2498
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
2499
|
+
let baseOptions;
|
|
2500
|
+
if (configuration) {
|
|
2501
|
+
baseOptions = configuration.baseOptions;
|
|
2502
|
+
}
|
|
2503
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
2504
|
+
const localVarHeaderParameter = {};
|
|
2505
|
+
const localVarQueryParameter = {};
|
|
2506
|
+
// authentication Roles required
|
|
2507
|
+
// authentication BearerToken required
|
|
2508
|
+
// http bearer authentication required
|
|
2509
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
2510
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2511
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2512
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2513
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
2514
|
+
localVarRequestOptions.data = serializeDataIfNeeded(v1EnableManualOperation, localVarRequestOptions, configuration);
|
|
2515
|
+
return {
|
|
2516
|
+
url: toPathString(localVarUrlObj),
|
|
2517
|
+
options: localVarRequestOptions,
|
|
2518
|
+
};
|
|
2519
|
+
}),
|
|
2520
|
+
/**
|
|
2521
|
+
* v1 reboot system
|
|
2522
|
+
* @param {V1RebootSystem} v1RebootSystem
|
|
2523
|
+
* @param {*} [options] Override http request option.
|
|
2524
|
+
* @deprecated
|
|
2525
|
+
* @throws {RequiredError}
|
|
2526
|
+
*/
|
|
2527
|
+
v1NodeCommandV1RebootSystem: (v1RebootSystem, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2528
|
+
// verify required parameter 'v1RebootSystem' is not null or undefined
|
|
2529
|
+
assertParamExists('v1NodeCommandV1RebootSystem', 'v1RebootSystem', v1RebootSystem);
|
|
2530
|
+
const localVarPath = `/v1/node-command/reboot`;
|
|
2531
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2532
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
2533
|
+
let baseOptions;
|
|
2534
|
+
if (configuration) {
|
|
2535
|
+
baseOptions = configuration.baseOptions;
|
|
2536
|
+
}
|
|
2537
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
2538
|
+
const localVarHeaderParameter = {};
|
|
2539
|
+
const localVarQueryParameter = {};
|
|
2540
|
+
// authentication Roles required
|
|
2541
|
+
// authentication BearerToken required
|
|
2542
|
+
// http bearer authentication required
|
|
2543
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
2544
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2545
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2546
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2547
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
2548
|
+
localVarRequestOptions.data = serializeDataIfNeeded(v1RebootSystem, localVarRequestOptions, configuration);
|
|
2549
|
+
return {
|
|
2550
|
+
url: toPathString(localVarUrlObj),
|
|
2551
|
+
options: localVarRequestOptions,
|
|
2552
|
+
};
|
|
2553
|
+
}),
|
|
2554
|
+
/**
|
|
2555
|
+
* v1 send flare
|
|
2556
|
+
* @param {V1SendFlare} v1SendFlare
|
|
2557
|
+
* @param {*} [options] Override http request option.
|
|
2558
|
+
* @deprecated
|
|
2559
|
+
* @throws {RequiredError}
|
|
2560
|
+
*/
|
|
2561
|
+
v1NodeCommandV1SendFlare: (v1SendFlare, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2562
|
+
// verify required parameter 'v1SendFlare' is not null or undefined
|
|
2563
|
+
assertParamExists('v1NodeCommandV1SendFlare', 'v1SendFlare', v1SendFlare);
|
|
2564
|
+
const localVarPath = `/v1/node-command/send-flare`;
|
|
2565
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2566
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
2567
|
+
let baseOptions;
|
|
2568
|
+
if (configuration) {
|
|
2569
|
+
baseOptions = configuration.baseOptions;
|
|
2570
|
+
}
|
|
2571
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
2572
|
+
const localVarHeaderParameter = {};
|
|
2573
|
+
const localVarQueryParameter = {};
|
|
2574
|
+
// authentication Roles required
|
|
2575
|
+
// authentication BearerToken required
|
|
2576
|
+
// http bearer authentication required
|
|
2577
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
2578
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2579
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2580
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2581
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
2582
|
+
localVarRequestOptions.data = serializeDataIfNeeded(v1SendFlare, localVarRequestOptions, configuration);
|
|
2583
|
+
return {
|
|
2584
|
+
url: toPathString(localVarUrlObj),
|
|
2585
|
+
options: localVarRequestOptions,
|
|
2586
|
+
};
|
|
2587
|
+
}),
|
|
2057
2588
|
/**
|
|
2058
2589
|
* Match optical tube.
|
|
2059
2590
|
* @param {string} [model]
|
|
@@ -2123,6 +2654,72 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2123
2654
|
options: localVarRequestOptions,
|
|
2124
2655
|
};
|
|
2125
2656
|
}),
|
|
2657
|
+
/**
|
|
2658
|
+
* Requests mac addresses for the given lineage and interfaces.
|
|
2659
|
+
* @param {V1RequestMacAddressesRequest} v1RequestMacAddressesRequest
|
|
2660
|
+
* @param {*} [options] Override http request option.
|
|
2661
|
+
* @throws {RequiredError}
|
|
2662
|
+
*/
|
|
2663
|
+
v1RequestMacAddresses: (v1RequestMacAddressesRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2664
|
+
// verify required parameter 'v1RequestMacAddressesRequest' is not null or undefined
|
|
2665
|
+
assertParamExists('v1RequestMacAddresses', 'v1RequestMacAddressesRequest', v1RequestMacAddressesRequest);
|
|
2666
|
+
const localVarPath = `/v1/node-controller/request-mac-addresses`;
|
|
2667
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2668
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
2669
|
+
let baseOptions;
|
|
2670
|
+
if (configuration) {
|
|
2671
|
+
baseOptions = configuration.baseOptions;
|
|
2672
|
+
}
|
|
2673
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
2674
|
+
const localVarHeaderParameter = {};
|
|
2675
|
+
const localVarQueryParameter = {};
|
|
2676
|
+
// authentication Roles required
|
|
2677
|
+
// authentication BearerToken required
|
|
2678
|
+
// http bearer authentication required
|
|
2679
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
2680
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2681
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2682
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2683
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
2684
|
+
localVarRequestOptions.data = serializeDataIfNeeded(v1RequestMacAddressesRequest, localVarRequestOptions, configuration);
|
|
2685
|
+
return {
|
|
2686
|
+
url: toPathString(localVarUrlObj),
|
|
2687
|
+
options: localVarRequestOptions,
|
|
2688
|
+
};
|
|
2689
|
+
}),
|
|
2690
|
+
/**
|
|
2691
|
+
* Update a mount.
|
|
2692
|
+
* @param {V1UpdateMountRequest} v1UpdateMountRequest
|
|
2693
|
+
* @param {*} [options] Override http request option.
|
|
2694
|
+
* @throws {RequiredError}
|
|
2695
|
+
*/
|
|
2696
|
+
v1UpdateMount: (v1UpdateMountRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2697
|
+
// verify required parameter 'v1UpdateMountRequest' is not null or undefined
|
|
2698
|
+
assertParamExists('v1UpdateMount', 'v1UpdateMountRequest', v1UpdateMountRequest);
|
|
2699
|
+
const localVarPath = `/v1/mount`;
|
|
2700
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2701
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
2702
|
+
let baseOptions;
|
|
2703
|
+
if (configuration) {
|
|
2704
|
+
baseOptions = configuration.baseOptions;
|
|
2705
|
+
}
|
|
2706
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
|
|
2707
|
+
const localVarHeaderParameter = {};
|
|
2708
|
+
const localVarQueryParameter = {};
|
|
2709
|
+
// authentication Roles required
|
|
2710
|
+
// authentication BearerToken required
|
|
2711
|
+
// http bearer authentication required
|
|
2712
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
2713
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2714
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2715
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2716
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
2717
|
+
localVarRequestOptions.data = serializeDataIfNeeded(v1UpdateMountRequest, localVarRequestOptions, configuration);
|
|
2718
|
+
return {
|
|
2719
|
+
url: toPathString(localVarUrlObj),
|
|
2720
|
+
options: localVarRequestOptions,
|
|
2721
|
+
};
|
|
2722
|
+
}),
|
|
2126
2723
|
/**
|
|
2127
2724
|
* Update a node.
|
|
2128
2725
|
* @param {V1UpdateNodeRequest} v1UpdateNodeRequest
|
|
@@ -2189,6 +2786,39 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2189
2786
|
options: localVarRequestOptions,
|
|
2190
2787
|
};
|
|
2191
2788
|
}),
|
|
2789
|
+
/**
|
|
2790
|
+
* Update an optical tube.
|
|
2791
|
+
* @param {V1UpdateOpticalTubeRequest} v1UpdateOpticalTubeRequest
|
|
2792
|
+
* @param {*} [options] Override http request option.
|
|
2793
|
+
* @throws {RequiredError}
|
|
2794
|
+
*/
|
|
2795
|
+
v1UpdateOpticalTube: (v1UpdateOpticalTubeRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2796
|
+
// verify required parameter 'v1UpdateOpticalTubeRequest' is not null or undefined
|
|
2797
|
+
assertParamExists('v1UpdateOpticalTube', 'v1UpdateOpticalTubeRequest', v1UpdateOpticalTubeRequest);
|
|
2798
|
+
const localVarPath = `/v1/optical-tube`;
|
|
2799
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2800
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
2801
|
+
let baseOptions;
|
|
2802
|
+
if (configuration) {
|
|
2803
|
+
baseOptions = configuration.baseOptions;
|
|
2804
|
+
}
|
|
2805
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
|
|
2806
|
+
const localVarHeaderParameter = {};
|
|
2807
|
+
const localVarQueryParameter = {};
|
|
2808
|
+
// authentication Roles required
|
|
2809
|
+
// authentication BearerToken required
|
|
2810
|
+
// http bearer authentication required
|
|
2811
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
2812
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2813
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2814
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2815
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
2816
|
+
localVarRequestOptions.data = serializeDataIfNeeded(v1UpdateOpticalTubeRequest, localVarRequestOptions, configuration);
|
|
2817
|
+
return {
|
|
2818
|
+
url: toPathString(localVarUrlObj),
|
|
2819
|
+
options: localVarRequestOptions,
|
|
2820
|
+
};
|
|
2821
|
+
}),
|
|
2192
2822
|
/**
|
|
2193
2823
|
* Complete an observation utilizing the async pipeline.
|
|
2194
2824
|
* @param {V2CompleteObservationRequest} v2CompleteObservationRequest
|
|
@@ -2222,6 +2852,35 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2222
2852
|
options: localVarRequestOptions,
|
|
2223
2853
|
};
|
|
2224
2854
|
}),
|
|
2855
|
+
/**
|
|
2856
|
+
* V2 Issue Certificate
|
|
2857
|
+
* @param {V1NodeControllerBootstrapRequest} v1NodeControllerBootstrapRequest
|
|
2858
|
+
* @param {*} [options] Override http request option.
|
|
2859
|
+
* @throws {RequiredError}
|
|
2860
|
+
*/
|
|
2861
|
+
v2IssueCertificate: (v1NodeControllerBootstrapRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2862
|
+
// verify required parameter 'v1NodeControllerBootstrapRequest' is not null or undefined
|
|
2863
|
+
assertParamExists('v2IssueCertificate', 'v1NodeControllerBootstrapRequest', v1NodeControllerBootstrapRequest);
|
|
2864
|
+
const localVarPath = `/v2/node-controller/issue-certificate`;
|
|
2865
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2866
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
2867
|
+
let baseOptions;
|
|
2868
|
+
if (configuration) {
|
|
2869
|
+
baseOptions = configuration.baseOptions;
|
|
2870
|
+
}
|
|
2871
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
2872
|
+
const localVarHeaderParameter = {};
|
|
2873
|
+
const localVarQueryParameter = {};
|
|
2874
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2875
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2876
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2877
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
2878
|
+
localVarRequestOptions.data = serializeDataIfNeeded(v1NodeControllerBootstrapRequest, localVarRequestOptions, configuration);
|
|
2879
|
+
return {
|
|
2880
|
+
url: toPathString(localVarUrlObj),
|
|
2881
|
+
options: localVarRequestOptions,
|
|
2882
|
+
};
|
|
2883
|
+
}),
|
|
2225
2884
|
};
|
|
2226
2885
|
};
|
|
2227
2886
|
/**
|
|
@@ -2231,6 +2890,21 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2231
2890
|
export const DefaultApiFp = function (configuration) {
|
|
2232
2891
|
const localVarAxiosParamCreator = DefaultApiAxiosParamCreator(configuration);
|
|
2233
2892
|
return {
|
|
2893
|
+
/**
|
|
2894
|
+
* Get images for a node for display in a camera roll format
|
|
2895
|
+
* @param {string} [nodeId]
|
|
2896
|
+
* @param {string} [lineageId]
|
|
2897
|
+
* @param {string} [before]
|
|
2898
|
+
* @param {string} [types] Comma separated array of [ImageSetType](#model/imagesettype)
|
|
2899
|
+
* @param {*} [options] Override http request option.
|
|
2900
|
+
* @throws {RequiredError}
|
|
2901
|
+
*/
|
|
2902
|
+
getCameraRoll(nodeId, lineageId, before, types, options) {
|
|
2903
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2904
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.getCameraRoll(nodeId, lineageId, before, types, options);
|
|
2905
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2906
|
+
});
|
|
2907
|
+
},
|
|
2234
2908
|
/**
|
|
2235
2909
|
* Get the various tokens used in client applications
|
|
2236
2910
|
* @param {*} [options] Override http request option.
|
|
@@ -2320,6 +2994,18 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2320
2994
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2321
2995
|
});
|
|
2322
2996
|
},
|
|
2997
|
+
/**
|
|
2998
|
+
* Create a filter wheel.
|
|
2999
|
+
* @param {V1CreateFilterWheelRequest} v1CreateFilterWheelRequest
|
|
3000
|
+
* @param {*} [options] Override http request option.
|
|
3001
|
+
* @throws {RequiredError}
|
|
3002
|
+
*/
|
|
3003
|
+
v1CreateFilterWheel(v1CreateFilterWheelRequest, options) {
|
|
3004
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
3005
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateFilterWheel(v1CreateFilterWheelRequest, options);
|
|
3006
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3007
|
+
});
|
|
3008
|
+
},
|
|
2323
3009
|
/**
|
|
2324
3010
|
* Create an focuser.
|
|
2325
3011
|
* @param {V1CreateFocuserRequest} v1CreateFocuserRequest
|
|
@@ -2356,6 +3042,18 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2356
3042
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2357
3043
|
});
|
|
2358
3044
|
},
|
|
3045
|
+
/**
|
|
3046
|
+
* Create an image set image upload url.
|
|
3047
|
+
* @param {V1CreateImageSetImageUploadUrlRequest} v1CreateImageSetImageUploadUrlRequest
|
|
3048
|
+
* @param {*} [options] Override http request option.
|
|
3049
|
+
* @throws {RequiredError}
|
|
3050
|
+
*/
|
|
3051
|
+
v1CreateImageSetImageUploadUrl(v1CreateImageSetImageUploadUrlRequest, options) {
|
|
3052
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
3053
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateImageSetImageUploadUrl(v1CreateImageSetImageUploadUrlRequest, options);
|
|
3054
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3055
|
+
});
|
|
3056
|
+
},
|
|
2359
3057
|
/**
|
|
2360
3058
|
* Create metrics.
|
|
2361
3059
|
* @param {Array<V1Metric>} v1Metric
|
|
@@ -2452,6 +3150,18 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2452
3150
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2453
3151
|
});
|
|
2454
3152
|
},
|
|
3153
|
+
/**
|
|
3154
|
+
* Set metadata and plate solve results for an image.
|
|
3155
|
+
* @param {V1CreateProcessedImageSetImageRequest} v1CreateProcessedImageSetImageRequest
|
|
3156
|
+
* @param {*} [options] Override http request option.
|
|
3157
|
+
* @throws {RequiredError}
|
|
3158
|
+
*/
|
|
3159
|
+
v1CreateProcessedImageSetImage(v1CreateProcessedImageSetImageRequest, options) {
|
|
3160
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
3161
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateProcessedImageSetImage(v1CreateProcessedImageSetImageRequest, options);
|
|
3162
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3163
|
+
});
|
|
3164
|
+
},
|
|
2455
3165
|
/**
|
|
2456
3166
|
* Create a time windowed asset.
|
|
2457
3167
|
* @param {V1CreateTimeWindowedAssetRequest} v1CreateTimeWindowedAssetRequest
|
|
@@ -2464,6 +3174,18 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2464
3174
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2465
3175
|
});
|
|
2466
3176
|
},
|
|
3177
|
+
/**
|
|
3178
|
+
* Get the sunrise/sunset times for a specific node by its ID
|
|
3179
|
+
* @param {string} nodeId
|
|
3180
|
+
* @param {*} [options] Override http request option.
|
|
3181
|
+
* @throws {RequiredError}
|
|
3182
|
+
*/
|
|
3183
|
+
v1CustomerGetSuntimes(nodeId, options) {
|
|
3184
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
3185
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CustomerGetSuntimes(nodeId, options);
|
|
3186
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3187
|
+
});
|
|
3188
|
+
},
|
|
2467
3189
|
/**
|
|
2468
3190
|
* Delete an image set.
|
|
2469
3191
|
* @param {string} id
|
|
@@ -2537,6 +3259,18 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2537
3259
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2538
3260
|
});
|
|
2539
3261
|
},
|
|
3262
|
+
/**
|
|
3263
|
+
* Get a filter wheel.
|
|
3264
|
+
* @param {string} id
|
|
3265
|
+
* @param {*} [options] Override http request option.
|
|
3266
|
+
* @throws {RequiredError}
|
|
3267
|
+
*/
|
|
3268
|
+
v1GetFilterWheel(id, options) {
|
|
3269
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
3270
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetFilterWheel(id, options);
|
|
3271
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3272
|
+
});
|
|
3273
|
+
},
|
|
2540
3274
|
/**
|
|
2541
3275
|
* Get a focuser.
|
|
2542
3276
|
* @param {string} id
|
|
@@ -2647,14 +3381,15 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2647
3381
|
});
|
|
2648
3382
|
},
|
|
2649
3383
|
/**
|
|
2650
|
-
* Get node by lineage id.
|
|
2651
|
-
* @param {string} lineageId
|
|
3384
|
+
* Get node by lineage id or node id.
|
|
3385
|
+
* @param {string} [lineageId]
|
|
3386
|
+
* @param {string} [nodeId]
|
|
2652
3387
|
* @param {*} [options] Override http request option.
|
|
2653
3388
|
* @throws {RequiredError}
|
|
2654
3389
|
*/
|
|
2655
|
-
v1GetNode(lineageId, options) {
|
|
3390
|
+
v1GetNode(lineageId, nodeId, options) {
|
|
2656
3391
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2657
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetNode(lineageId, options);
|
|
3392
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetNode(lineageId, nodeId, options);
|
|
2658
3393
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2659
3394
|
});
|
|
2660
3395
|
},
|
|
@@ -2672,27 +3407,30 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2672
3407
|
});
|
|
2673
3408
|
},
|
|
2674
3409
|
/**
|
|
2675
|
-
*
|
|
2676
|
-
* @param {string}
|
|
3410
|
+
* Get node diagnostic tasks.
|
|
3411
|
+
* @param {string} nodeId
|
|
3412
|
+
* @param {Array<V1NodeDiagnosticType>} [supportedDiagnostics]
|
|
2677
3413
|
* @param {*} [options] Override http request option.
|
|
2678
3414
|
* @throws {RequiredError}
|
|
2679
3415
|
*/
|
|
2680
|
-
|
|
3416
|
+
v1GetNodeDiagnosticTasks(nodeId, supportedDiagnostics, options) {
|
|
2681
3417
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2682
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
3418
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetNodeDiagnosticTasks(nodeId, supportedDiagnostics, options);
|
|
2683
3419
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2684
3420
|
});
|
|
2685
3421
|
},
|
|
2686
3422
|
/**
|
|
2687
|
-
* Get node
|
|
2688
|
-
* @param {string}
|
|
2689
|
-
* @param {
|
|
3423
|
+
* Get node events Apex Charts timeline
|
|
3424
|
+
* @param {string} startTime
|
|
3425
|
+
* @param {string} endTime
|
|
3426
|
+
* @param {string} [nodeId]
|
|
3427
|
+
* @param {string} [lineageId]
|
|
2690
3428
|
* @param {*} [options] Override http request option.
|
|
2691
3429
|
* @throws {RequiredError}
|
|
2692
3430
|
*/
|
|
2693
|
-
|
|
3431
|
+
v1GetNodeEventsApexChartsTimeline(startTime, endTime, nodeId, lineageId, options) {
|
|
2694
3432
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2695
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
3433
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetNodeEventsApexChartsTimeline(startTime, endTime, nodeId, lineageId, options);
|
|
2696
3434
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2697
3435
|
});
|
|
2698
3436
|
},
|
|
@@ -2797,56 +3535,143 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2797
3535
|
* @param {*} [options] Override http request option.
|
|
2798
3536
|
* @throws {RequiredError}
|
|
2799
3537
|
*/
|
|
2800
|
-
v1GetPlateSolveCatalogDiff(v1GetPlateSolveCatalogDiffRequest, options) {
|
|
3538
|
+
v1GetPlateSolveCatalogDiff(v1GetPlateSolveCatalogDiffRequest, options) {
|
|
3539
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
3540
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetPlateSolveCatalogDiff(v1GetPlateSolveCatalogDiffRequest, options);
|
|
3541
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3542
|
+
});
|
|
3543
|
+
},
|
|
3544
|
+
/**
|
|
3545
|
+
* Get satellites for skyAtlas. returns jsonl
|
|
3546
|
+
* @param {*} [options] Override http request option.
|
|
3547
|
+
* @throws {RequiredError}
|
|
3548
|
+
*/
|
|
3549
|
+
v1GetSkyAtlasSatellites(options) {
|
|
3550
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
3551
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetSkyAtlasSatellites(options);
|
|
3552
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3553
|
+
});
|
|
3554
|
+
},
|
|
3555
|
+
/**
|
|
3556
|
+
* Get the target QCOM OTA software release for a node
|
|
3557
|
+
* @param {string} lineageId lineage id
|
|
3558
|
+
* @param {*} [options] Override http request option.
|
|
3559
|
+
* @throws {RequiredError}
|
|
3560
|
+
*/
|
|
3561
|
+
v1GetTargetQCOMOTASoftwareReleaseForNode(lineageId, options) {
|
|
3562
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
3563
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetTargetQCOMOTASoftwareReleaseForNode(lineageId, options);
|
|
3564
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3565
|
+
});
|
|
3566
|
+
},
|
|
3567
|
+
/**
|
|
3568
|
+
* Get the target software releases for a node
|
|
3569
|
+
* @param {string} lineageId lineage id
|
|
3570
|
+
* @param {*} [options] Override http request option.
|
|
3571
|
+
* @throws {RequiredError}
|
|
3572
|
+
*/
|
|
3573
|
+
v1GetTargetSoftwareReleasesForNode(lineageId, options) {
|
|
3574
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
3575
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetTargetSoftwareReleasesForNode(lineageId, options);
|
|
3576
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3577
|
+
});
|
|
3578
|
+
},
|
|
3579
|
+
/**
|
|
3580
|
+
* Get a time windowed asset by id.
|
|
3581
|
+
* @param {string} timeWindowedAssetId
|
|
3582
|
+
* @param {*} [options] Override http request option.
|
|
3583
|
+
* @throws {RequiredError}
|
|
3584
|
+
*/
|
|
3585
|
+
v1GetTimeWindowedAsset(timeWindowedAssetId, options) {
|
|
3586
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
3587
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetTimeWindowedAsset(timeWindowedAssetId, options);
|
|
3588
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3589
|
+
});
|
|
3590
|
+
},
|
|
3591
|
+
/**
|
|
3592
|
+
* issueCertificate
|
|
3593
|
+
* @param {V1NodeControllerBootstrapRequest} v1NodeControllerBootstrapRequest
|
|
3594
|
+
* @param {*} [options] Override http request option.
|
|
3595
|
+
* @throws {RequiredError}
|
|
3596
|
+
*/
|
|
3597
|
+
v1IssueCertificate(v1NodeControllerBootstrapRequest, options) {
|
|
3598
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
3599
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1IssueCertificate(v1NodeControllerBootstrapRequest, options);
|
|
3600
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3601
|
+
});
|
|
3602
|
+
},
|
|
3603
|
+
/**
|
|
3604
|
+
* User initiated logout - revokes existing _user_ access tokens for the principal
|
|
3605
|
+
* @param {*} [options] Override http request option.
|
|
3606
|
+
* @throws {RequiredError}
|
|
3607
|
+
*/
|
|
3608
|
+
v1Logout(options) {
|
|
3609
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
3610
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1Logout(options);
|
|
3611
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3612
|
+
});
|
|
3613
|
+
},
|
|
3614
|
+
/**
|
|
3615
|
+
* Match mount.
|
|
3616
|
+
* @param {string} [model]
|
|
3617
|
+
* @param {*} [options] Override http request option.
|
|
3618
|
+
* @throws {RequiredError}
|
|
3619
|
+
*/
|
|
3620
|
+
v1MountMatch(model, options) {
|
|
2801
3621
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2802
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
3622
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1MountMatch(model, options);
|
|
2803
3623
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2804
3624
|
});
|
|
2805
3625
|
},
|
|
2806
3626
|
/**
|
|
2807
|
-
*
|
|
2808
|
-
* @param {
|
|
3627
|
+
* \' V1EnableAutonomousOperation - immediately places the system back under autonomous operation mode. !!CAUTION!! This will immediately begin slewing your system around if conditions are safe. Please ensure your system is prepared to move \'
|
|
3628
|
+
* @param {V1EnableAutonomousOperation} v1EnableAutonomousOperation
|
|
2809
3629
|
* @param {*} [options] Override http request option.
|
|
3630
|
+
* @deprecated
|
|
2810
3631
|
* @throws {RequiredError}
|
|
2811
3632
|
*/
|
|
2812
|
-
|
|
3633
|
+
v1NodeCommandV1EnableAutonomousOperation(v1EnableAutonomousOperation, options) {
|
|
2813
3634
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2814
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
3635
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1NodeCommandV1EnableAutonomousOperation(v1EnableAutonomousOperation, options);
|
|
2815
3636
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2816
3637
|
});
|
|
2817
3638
|
},
|
|
2818
3639
|
/**
|
|
2819
|
-
*
|
|
2820
|
-
* @param {
|
|
3640
|
+
* \' V1EnableManualOperation- immediately halts all autonomous operation of the system and parks the telescope (including closing the enclosure if present). !!CAUTION!! This is an indefinite halt until V1EnableAutonomousOperation is called. Your system will not respond to weather and safety events! \'
|
|
3641
|
+
* @param {V1EnableManualOperation} v1EnableManualOperation
|
|
2821
3642
|
* @param {*} [options] Override http request option.
|
|
3643
|
+
* @deprecated
|
|
2822
3644
|
* @throws {RequiredError}
|
|
2823
3645
|
*/
|
|
2824
|
-
|
|
3646
|
+
v1NodeCommandV1EnableManualOperation(v1EnableManualOperation, options) {
|
|
2825
3647
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2826
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
3648
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1NodeCommandV1EnableManualOperation(v1EnableManualOperation, options);
|
|
2827
3649
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2828
3650
|
});
|
|
2829
3651
|
},
|
|
2830
3652
|
/**
|
|
2831
|
-
*
|
|
3653
|
+
* v1 reboot system
|
|
3654
|
+
* @param {V1RebootSystem} v1RebootSystem
|
|
2832
3655
|
* @param {*} [options] Override http request option.
|
|
3656
|
+
* @deprecated
|
|
2833
3657
|
* @throws {RequiredError}
|
|
2834
3658
|
*/
|
|
2835
|
-
|
|
3659
|
+
v1NodeCommandV1RebootSystem(v1RebootSystem, options) {
|
|
2836
3660
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2837
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
3661
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1NodeCommandV1RebootSystem(v1RebootSystem, options);
|
|
2838
3662
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2839
3663
|
});
|
|
2840
3664
|
},
|
|
2841
3665
|
/**
|
|
2842
|
-
*
|
|
2843
|
-
* @param {
|
|
3666
|
+
* v1 send flare
|
|
3667
|
+
* @param {V1SendFlare} v1SendFlare
|
|
2844
3668
|
* @param {*} [options] Override http request option.
|
|
3669
|
+
* @deprecated
|
|
2845
3670
|
* @throws {RequiredError}
|
|
2846
3671
|
*/
|
|
2847
|
-
|
|
3672
|
+
v1NodeCommandV1SendFlare(v1SendFlare, options) {
|
|
2848
3673
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2849
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
3674
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1NodeCommandV1SendFlare(v1SendFlare, options);
|
|
2850
3675
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2851
3676
|
});
|
|
2852
3677
|
},
|
|
@@ -2876,6 +3701,30 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2876
3701
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2877
3702
|
});
|
|
2878
3703
|
},
|
|
3704
|
+
/**
|
|
3705
|
+
* Requests mac addresses for the given lineage and interfaces.
|
|
3706
|
+
* @param {V1RequestMacAddressesRequest} v1RequestMacAddressesRequest
|
|
3707
|
+
* @param {*} [options] Override http request option.
|
|
3708
|
+
* @throws {RequiredError}
|
|
3709
|
+
*/
|
|
3710
|
+
v1RequestMacAddresses(v1RequestMacAddressesRequest, options) {
|
|
3711
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
3712
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1RequestMacAddresses(v1RequestMacAddressesRequest, options);
|
|
3713
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3714
|
+
});
|
|
3715
|
+
},
|
|
3716
|
+
/**
|
|
3717
|
+
* Update a mount.
|
|
3718
|
+
* @param {V1UpdateMountRequest} v1UpdateMountRequest
|
|
3719
|
+
* @param {*} [options] Override http request option.
|
|
3720
|
+
* @throws {RequiredError}
|
|
3721
|
+
*/
|
|
3722
|
+
v1UpdateMount(v1UpdateMountRequest, options) {
|
|
3723
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
3724
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1UpdateMount(v1UpdateMountRequest, options);
|
|
3725
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3726
|
+
});
|
|
3727
|
+
},
|
|
2879
3728
|
/**
|
|
2880
3729
|
* Update a node.
|
|
2881
3730
|
* @param {V1UpdateNodeRequest} v1UpdateNodeRequest
|
|
@@ -2900,6 +3749,18 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2900
3749
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2901
3750
|
});
|
|
2902
3751
|
},
|
|
3752
|
+
/**
|
|
3753
|
+
* Update an optical tube.
|
|
3754
|
+
* @param {V1UpdateOpticalTubeRequest} v1UpdateOpticalTubeRequest
|
|
3755
|
+
* @param {*} [options] Override http request option.
|
|
3756
|
+
* @throws {RequiredError}
|
|
3757
|
+
*/
|
|
3758
|
+
v1UpdateOpticalTube(v1UpdateOpticalTubeRequest, options) {
|
|
3759
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
3760
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1UpdateOpticalTube(v1UpdateOpticalTubeRequest, options);
|
|
3761
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3762
|
+
});
|
|
3763
|
+
},
|
|
2903
3764
|
/**
|
|
2904
3765
|
* Complete an observation utilizing the async pipeline.
|
|
2905
3766
|
* @param {V2CompleteObservationRequest} v2CompleteObservationRequest
|
|
@@ -2912,6 +3773,18 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2912
3773
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2913
3774
|
});
|
|
2914
3775
|
},
|
|
3776
|
+
/**
|
|
3777
|
+
* V2 Issue Certificate
|
|
3778
|
+
* @param {V1NodeControllerBootstrapRequest} v1NodeControllerBootstrapRequest
|
|
3779
|
+
* @param {*} [options] Override http request option.
|
|
3780
|
+
* @throws {RequiredError}
|
|
3781
|
+
*/
|
|
3782
|
+
v2IssueCertificate(v1NodeControllerBootstrapRequest, options) {
|
|
3783
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
3784
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v2IssueCertificate(v1NodeControllerBootstrapRequest, options);
|
|
3785
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3786
|
+
});
|
|
3787
|
+
},
|
|
2915
3788
|
};
|
|
2916
3789
|
};
|
|
2917
3790
|
/**
|
|
@@ -2921,6 +3794,15 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2921
3794
|
export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
2922
3795
|
const localVarFp = DefaultApiFp(configuration);
|
|
2923
3796
|
return {
|
|
3797
|
+
/**
|
|
3798
|
+
* Get images for a node for display in a camera roll format
|
|
3799
|
+
* @param {DefaultApiGetCameraRollRequest} requestParameters Request parameters.
|
|
3800
|
+
* @param {*} [options] Override http request option.
|
|
3801
|
+
* @throws {RequiredError}
|
|
3802
|
+
*/
|
|
3803
|
+
getCameraRoll(requestParameters = {}, options) {
|
|
3804
|
+
return localVarFp.getCameraRoll(requestParameters.nodeId, requestParameters.lineageId, requestParameters.before, requestParameters.types, options).then((request) => request(axios, basePath));
|
|
3805
|
+
},
|
|
2924
3806
|
/**
|
|
2925
3807
|
* Get the various tokens used in client applications
|
|
2926
3808
|
* @param {*} [options] Override http request option.
|
|
@@ -2982,6 +3864,15 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
2982
3864
|
v1CreateAutofocusResult(requestParameters, options) {
|
|
2983
3865
|
return localVarFp.v1CreateAutofocusResult(requestParameters.v1CreateAutofocusResultRequest, options).then((request) => request(axios, basePath));
|
|
2984
3866
|
},
|
|
3867
|
+
/**
|
|
3868
|
+
* Create a filter wheel.
|
|
3869
|
+
* @param {DefaultApiV1CreateFilterWheelRequest} requestParameters Request parameters.
|
|
3870
|
+
* @param {*} [options] Override http request option.
|
|
3871
|
+
* @throws {RequiredError}
|
|
3872
|
+
*/
|
|
3873
|
+
v1CreateFilterWheel(requestParameters, options) {
|
|
3874
|
+
return localVarFp.v1CreateFilterWheel(requestParameters.v1CreateFilterWheelRequest, options).then((request) => request(axios, basePath));
|
|
3875
|
+
},
|
|
2985
3876
|
/**
|
|
2986
3877
|
* Create an focuser.
|
|
2987
3878
|
* @param {DefaultApiV1CreateFocuserRequest} requestParameters Request parameters.
|
|
@@ -3009,6 +3900,15 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
3009
3900
|
v1CreateImageSetImage(requestParameters, options) {
|
|
3010
3901
|
return localVarFp.v1CreateImageSetImage(requestParameters.v1CreateImageSetImageRequest, options).then((request) => request(axios, basePath));
|
|
3011
3902
|
},
|
|
3903
|
+
/**
|
|
3904
|
+
* Create an image set image upload url.
|
|
3905
|
+
* @param {DefaultApiV1CreateImageSetImageUploadUrlRequest} requestParameters Request parameters.
|
|
3906
|
+
* @param {*} [options] Override http request option.
|
|
3907
|
+
* @throws {RequiredError}
|
|
3908
|
+
*/
|
|
3909
|
+
v1CreateImageSetImageUploadUrl(requestParameters, options) {
|
|
3910
|
+
return localVarFp.v1CreateImageSetImageUploadUrl(requestParameters.v1CreateImageSetImageUploadUrlRequest, options).then((request) => request(axios, basePath));
|
|
3911
|
+
},
|
|
3012
3912
|
/**
|
|
3013
3913
|
* Create metrics.
|
|
3014
3914
|
* @param {DefaultApiV1CreateMetricsRequest} requestParameters Request parameters.
|
|
@@ -3081,6 +3981,15 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
3081
3981
|
v1CreateOpticalTube(requestParameters, options) {
|
|
3082
3982
|
return localVarFp.v1CreateOpticalTube(requestParameters.v1CreateOpticalTubeRequest, options).then((request) => request(axios, basePath));
|
|
3083
3983
|
},
|
|
3984
|
+
/**
|
|
3985
|
+
* Set metadata and plate solve results for an image.
|
|
3986
|
+
* @param {DefaultApiV1CreateProcessedImageSetImageRequest} requestParameters Request parameters.
|
|
3987
|
+
* @param {*} [options] Override http request option.
|
|
3988
|
+
* @throws {RequiredError}
|
|
3989
|
+
*/
|
|
3990
|
+
v1CreateProcessedImageSetImage(requestParameters, options) {
|
|
3991
|
+
return localVarFp.v1CreateProcessedImageSetImage(requestParameters.v1CreateProcessedImageSetImageRequest, options).then((request) => request(axios, basePath));
|
|
3992
|
+
},
|
|
3084
3993
|
/**
|
|
3085
3994
|
* Create a time windowed asset.
|
|
3086
3995
|
* @param {DefaultApiV1CreateTimeWindowedAssetRequest} requestParameters Request parameters.
|
|
@@ -3090,6 +3999,15 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
3090
3999
|
v1CreateTimeWindowedAsset(requestParameters, options) {
|
|
3091
4000
|
return localVarFp.v1CreateTimeWindowedAsset(requestParameters.v1CreateTimeWindowedAssetRequest, options).then((request) => request(axios, basePath));
|
|
3092
4001
|
},
|
|
4002
|
+
/**
|
|
4003
|
+
* Get the sunrise/sunset times for a specific node by its ID
|
|
4004
|
+
* @param {DefaultApiV1CustomerGetSuntimesRequest} requestParameters Request parameters.
|
|
4005
|
+
* @param {*} [options] Override http request option.
|
|
4006
|
+
* @throws {RequiredError}
|
|
4007
|
+
*/
|
|
4008
|
+
v1CustomerGetSuntimes(requestParameters, options) {
|
|
4009
|
+
return localVarFp.v1CustomerGetSuntimes(requestParameters.nodeId, options).then((request) => request(axios, basePath));
|
|
4010
|
+
},
|
|
3093
4011
|
/**
|
|
3094
4012
|
* Delete an image set.
|
|
3095
4013
|
* @param {DefaultApiV1DeleteImageSetRequest} requestParameters Request parameters.
|
|
@@ -3143,6 +4061,15 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
3143
4061
|
v1GetCameras(options) {
|
|
3144
4062
|
return localVarFp.v1GetCameras(options).then((request) => request(axios, basePath));
|
|
3145
4063
|
},
|
|
4064
|
+
/**
|
|
4065
|
+
* Get a filter wheel.
|
|
4066
|
+
* @param {DefaultApiV1GetFilterWheelRequest} requestParameters Request parameters.
|
|
4067
|
+
* @param {*} [options] Override http request option.
|
|
4068
|
+
* @throws {RequiredError}
|
|
4069
|
+
*/
|
|
4070
|
+
v1GetFilterWheel(requestParameters, options) {
|
|
4071
|
+
return localVarFp.v1GetFilterWheel(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
4072
|
+
},
|
|
3146
4073
|
/**
|
|
3147
4074
|
* Get a focuser.
|
|
3148
4075
|
* @param {DefaultApiV1GetFocuserRequest} requestParameters Request parameters.
|
|
@@ -3225,13 +4152,13 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
3225
4152
|
return localVarFp.v1GetMount(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
3226
4153
|
},
|
|
3227
4154
|
/**
|
|
3228
|
-
* Get node by lineage id.
|
|
4155
|
+
* Get node by lineage id or node id.
|
|
3229
4156
|
* @param {DefaultApiV1GetNodeRequest} requestParameters Request parameters.
|
|
3230
4157
|
* @param {*} [options] Override http request option.
|
|
3231
4158
|
* @throws {RequiredError}
|
|
3232
4159
|
*/
|
|
3233
|
-
v1GetNode(requestParameters, options) {
|
|
3234
|
-
return localVarFp.v1GetNode(requestParameters.lineageId, options).then((request) => request(axios, basePath));
|
|
4160
|
+
v1GetNode(requestParameters = {}, options) {
|
|
4161
|
+
return localVarFp.v1GetNode(requestParameters.lineageId, requestParameters.nodeId, options).then((request) => request(axios, basePath));
|
|
3235
4162
|
},
|
|
3236
4163
|
/**
|
|
3237
4164
|
* Get node commands
|
|
@@ -3243,22 +4170,22 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
3243
4170
|
return localVarFp.v1GetNodeCommands(requestParameters.nodeId, requestParameters.executableAt, options).then((request) => request(axios, basePath));
|
|
3244
4171
|
},
|
|
3245
4172
|
/**
|
|
3246
|
-
*
|
|
3247
|
-
* @param {
|
|
4173
|
+
* Get node diagnostic tasks.
|
|
4174
|
+
* @param {DefaultApiV1GetNodeDiagnosticTasksRequest} requestParameters Request parameters.
|
|
3248
4175
|
* @param {*} [options] Override http request option.
|
|
3249
4176
|
* @throws {RequiredError}
|
|
3250
4177
|
*/
|
|
3251
|
-
|
|
3252
|
-
return localVarFp.
|
|
4178
|
+
v1GetNodeDiagnosticTasks(requestParameters, options) {
|
|
4179
|
+
return localVarFp.v1GetNodeDiagnosticTasks(requestParameters.nodeId, requestParameters.supportedDiagnostics, options).then((request) => request(axios, basePath));
|
|
3253
4180
|
},
|
|
3254
4181
|
/**
|
|
3255
|
-
* Get node
|
|
3256
|
-
* @param {
|
|
4182
|
+
* Get node events Apex Charts timeline
|
|
4183
|
+
* @param {DefaultApiV1GetNodeEventsApexChartsTimelineRequest} requestParameters Request parameters.
|
|
3257
4184
|
* @param {*} [options] Override http request option.
|
|
3258
4185
|
* @throws {RequiredError}
|
|
3259
4186
|
*/
|
|
3260
|
-
|
|
3261
|
-
return localVarFp.
|
|
4187
|
+
v1GetNodeEventsApexChartsTimeline(requestParameters, options) {
|
|
4188
|
+
return localVarFp.v1GetNodeEventsApexChartsTimeline(requestParameters.startTime, requestParameters.endTime, requestParameters.nodeId, requestParameters.lineageId, options).then((request) => request(axios, basePath));
|
|
3262
4189
|
},
|
|
3263
4190
|
/**
|
|
3264
4191
|
* Get a node flare by id.
|
|
@@ -3340,6 +4267,32 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
3340
4267
|
v1GetPlateSolveCatalogDiff(requestParameters, options) {
|
|
3341
4268
|
return localVarFp.v1GetPlateSolveCatalogDiff(requestParameters.v1GetPlateSolveCatalogDiffRequest, options).then((request) => request(axios, basePath));
|
|
3342
4269
|
},
|
|
4270
|
+
/**
|
|
4271
|
+
* Get satellites for skyAtlas. returns jsonl
|
|
4272
|
+
* @param {*} [options] Override http request option.
|
|
4273
|
+
* @throws {RequiredError}
|
|
4274
|
+
*/
|
|
4275
|
+
v1GetSkyAtlasSatellites(options) {
|
|
4276
|
+
return localVarFp.v1GetSkyAtlasSatellites(options).then((request) => request(axios, basePath));
|
|
4277
|
+
},
|
|
4278
|
+
/**
|
|
4279
|
+
* Get the target QCOM OTA software release for a node
|
|
4280
|
+
* @param {DefaultApiV1GetTargetQCOMOTASoftwareReleaseForNodeRequest} requestParameters Request parameters.
|
|
4281
|
+
* @param {*} [options] Override http request option.
|
|
4282
|
+
* @throws {RequiredError}
|
|
4283
|
+
*/
|
|
4284
|
+
v1GetTargetQCOMOTASoftwareReleaseForNode(requestParameters, options) {
|
|
4285
|
+
return localVarFp.v1GetTargetQCOMOTASoftwareReleaseForNode(requestParameters.lineageId, options).then((request) => request(axios, basePath));
|
|
4286
|
+
},
|
|
4287
|
+
/**
|
|
4288
|
+
* Get the target software releases for a node
|
|
4289
|
+
* @param {DefaultApiV1GetTargetSoftwareReleasesForNodeRequest} requestParameters Request parameters.
|
|
4290
|
+
* @param {*} [options] Override http request option.
|
|
4291
|
+
* @throws {RequiredError}
|
|
4292
|
+
*/
|
|
4293
|
+
v1GetTargetSoftwareReleasesForNode(requestParameters, options) {
|
|
4294
|
+
return localVarFp.v1GetTargetSoftwareReleasesForNode(requestParameters.lineageId, options).then((request) => request(axios, basePath));
|
|
4295
|
+
},
|
|
3343
4296
|
/**
|
|
3344
4297
|
* Get a time windowed asset by id.
|
|
3345
4298
|
* @param {DefaultApiV1GetTimeWindowedAssetRequest} requestParameters Request parameters.
|
|
@@ -3375,6 +4328,46 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
3375
4328
|
v1MountMatch(requestParameters = {}, options) {
|
|
3376
4329
|
return localVarFp.v1MountMatch(requestParameters.model, options).then((request) => request(axios, basePath));
|
|
3377
4330
|
},
|
|
4331
|
+
/**
|
|
4332
|
+
* \' V1EnableAutonomousOperation - immediately places the system back under autonomous operation mode. !!CAUTION!! This will immediately begin slewing your system around if conditions are safe. Please ensure your system is prepared to move \'
|
|
4333
|
+
* @param {DefaultApiV1NodeCommandV1EnableAutonomousOperationRequest} requestParameters Request parameters.
|
|
4334
|
+
* @param {*} [options] Override http request option.
|
|
4335
|
+
* @deprecated
|
|
4336
|
+
* @throws {RequiredError}
|
|
4337
|
+
*/
|
|
4338
|
+
v1NodeCommandV1EnableAutonomousOperation(requestParameters, options) {
|
|
4339
|
+
return localVarFp.v1NodeCommandV1EnableAutonomousOperation(requestParameters.v1EnableAutonomousOperation, options).then((request) => request(axios, basePath));
|
|
4340
|
+
},
|
|
4341
|
+
/**
|
|
4342
|
+
* \' V1EnableManualOperation- immediately halts all autonomous operation of the system and parks the telescope (including closing the enclosure if present). !!CAUTION!! This is an indefinite halt until V1EnableAutonomousOperation is called. Your system will not respond to weather and safety events! \'
|
|
4343
|
+
* @param {DefaultApiV1NodeCommandV1EnableManualOperationRequest} requestParameters Request parameters.
|
|
4344
|
+
* @param {*} [options] Override http request option.
|
|
4345
|
+
* @deprecated
|
|
4346
|
+
* @throws {RequiredError}
|
|
4347
|
+
*/
|
|
4348
|
+
v1NodeCommandV1EnableManualOperation(requestParameters, options) {
|
|
4349
|
+
return localVarFp.v1NodeCommandV1EnableManualOperation(requestParameters.v1EnableManualOperation, options).then((request) => request(axios, basePath));
|
|
4350
|
+
},
|
|
4351
|
+
/**
|
|
4352
|
+
* v1 reboot system
|
|
4353
|
+
* @param {DefaultApiV1NodeCommandV1RebootSystemRequest} requestParameters Request parameters.
|
|
4354
|
+
* @param {*} [options] Override http request option.
|
|
4355
|
+
* @deprecated
|
|
4356
|
+
* @throws {RequiredError}
|
|
4357
|
+
*/
|
|
4358
|
+
v1NodeCommandV1RebootSystem(requestParameters, options) {
|
|
4359
|
+
return localVarFp.v1NodeCommandV1RebootSystem(requestParameters.v1RebootSystem, options).then((request) => request(axios, basePath));
|
|
4360
|
+
},
|
|
4361
|
+
/**
|
|
4362
|
+
* v1 send flare
|
|
4363
|
+
* @param {DefaultApiV1NodeCommandV1SendFlareRequest} requestParameters Request parameters.
|
|
4364
|
+
* @param {*} [options] Override http request option.
|
|
4365
|
+
* @deprecated
|
|
4366
|
+
* @throws {RequiredError}
|
|
4367
|
+
*/
|
|
4368
|
+
v1NodeCommandV1SendFlare(requestParameters, options) {
|
|
4369
|
+
return localVarFp.v1NodeCommandV1SendFlare(requestParameters.v1SendFlare, options).then((request) => request(axios, basePath));
|
|
4370
|
+
},
|
|
3378
4371
|
/**
|
|
3379
4372
|
* Match optical tube.
|
|
3380
4373
|
* @param {DefaultApiV1OpticalTubeMatchRequest} requestParameters Request parameters.
|
|
@@ -3393,6 +4386,24 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
3393
4386
|
v1RegisterNodeController(requestParameters, options) {
|
|
3394
4387
|
return localVarFp.v1RegisterNodeController(requestParameters.v1RegisterNodeControllerRequest, options).then((request) => request(axios, basePath));
|
|
3395
4388
|
},
|
|
4389
|
+
/**
|
|
4390
|
+
* Requests mac addresses for the given lineage and interfaces.
|
|
4391
|
+
* @param {DefaultApiV1RequestMacAddressesRequest} requestParameters Request parameters.
|
|
4392
|
+
* @param {*} [options] Override http request option.
|
|
4393
|
+
* @throws {RequiredError}
|
|
4394
|
+
*/
|
|
4395
|
+
v1RequestMacAddresses(requestParameters, options) {
|
|
4396
|
+
return localVarFp.v1RequestMacAddresses(requestParameters.v1RequestMacAddressesRequest, options).then((request) => request(axios, basePath));
|
|
4397
|
+
},
|
|
4398
|
+
/**
|
|
4399
|
+
* Update a mount.
|
|
4400
|
+
* @param {DefaultApiV1UpdateMountRequest} requestParameters Request parameters.
|
|
4401
|
+
* @param {*} [options] Override http request option.
|
|
4402
|
+
* @throws {RequiredError}
|
|
4403
|
+
*/
|
|
4404
|
+
v1UpdateMount(requestParameters, options) {
|
|
4405
|
+
return localVarFp.v1UpdateMount(requestParameters.v1UpdateMountRequest, options).then((request) => request(axios, basePath));
|
|
4406
|
+
},
|
|
3396
4407
|
/**
|
|
3397
4408
|
* Update a node.
|
|
3398
4409
|
* @param {DefaultApiV1UpdateNodeRequest} requestParameters Request parameters.
|
|
@@ -3411,6 +4422,15 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
3411
4422
|
v1UpdateNodeComponents(requestParameters, options) {
|
|
3412
4423
|
return localVarFp.v1UpdateNodeComponents(requestParameters.v1UpdateNodeComponentsRequest, options).then((request) => request(axios, basePath));
|
|
3413
4424
|
},
|
|
4425
|
+
/**
|
|
4426
|
+
* Update an optical tube.
|
|
4427
|
+
* @param {DefaultApiV1UpdateOpticalTubeRequest} requestParameters Request parameters.
|
|
4428
|
+
* @param {*} [options] Override http request option.
|
|
4429
|
+
* @throws {RequiredError}
|
|
4430
|
+
*/
|
|
4431
|
+
v1UpdateOpticalTube(requestParameters, options) {
|
|
4432
|
+
return localVarFp.v1UpdateOpticalTube(requestParameters.v1UpdateOpticalTubeRequest, options).then((request) => request(axios, basePath));
|
|
4433
|
+
},
|
|
3414
4434
|
/**
|
|
3415
4435
|
* Complete an observation utilizing the async pipeline.
|
|
3416
4436
|
* @param {DefaultApiV2CompleteObservationRequest} requestParameters Request parameters.
|
|
@@ -3420,6 +4440,15 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
3420
4440
|
v2CompleteObservation(requestParameters, options) {
|
|
3421
4441
|
return localVarFp.v2CompleteObservation(requestParameters.v2CompleteObservationRequest, options).then((request) => request(axios, basePath));
|
|
3422
4442
|
},
|
|
4443
|
+
/**
|
|
4444
|
+
* V2 Issue Certificate
|
|
4445
|
+
* @param {DefaultApiV2IssueCertificateRequest} requestParameters Request parameters.
|
|
4446
|
+
* @param {*} [options] Override http request option.
|
|
4447
|
+
* @throws {RequiredError}
|
|
4448
|
+
*/
|
|
4449
|
+
v2IssueCertificate(requestParameters, options) {
|
|
4450
|
+
return localVarFp.v2IssueCertificate(requestParameters.v1NodeControllerBootstrapRequest, options).then((request) => request(axios, basePath));
|
|
4451
|
+
},
|
|
3423
4452
|
};
|
|
3424
4453
|
};
|
|
3425
4454
|
/**
|
|
@@ -3429,6 +4458,16 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
3429
4458
|
* @extends {BaseAPI}
|
|
3430
4459
|
*/
|
|
3431
4460
|
export class DefaultApi extends BaseAPI {
|
|
4461
|
+
/**
|
|
4462
|
+
* Get images for a node for display in a camera roll format
|
|
4463
|
+
* @param {DefaultApiGetCameraRollRequest} requestParameters Request parameters.
|
|
4464
|
+
* @param {*} [options] Override http request option.
|
|
4465
|
+
* @throws {RequiredError}
|
|
4466
|
+
* @memberof DefaultApi
|
|
4467
|
+
*/
|
|
4468
|
+
getCameraRoll(requestParameters = {}, options) {
|
|
4469
|
+
return DefaultApiFp(this.configuration).getCameraRoll(requestParameters.nodeId, requestParameters.lineageId, requestParameters.before, requestParameters.types, options).then((request) => request(this.axios, this.basePath));
|
|
4470
|
+
}
|
|
3432
4471
|
/**
|
|
3433
4472
|
* Get the various tokens used in client applications
|
|
3434
4473
|
* @param {*} [options] Override http request option.
|
|
@@ -3497,6 +4536,16 @@ export class DefaultApi extends BaseAPI {
|
|
|
3497
4536
|
v1CreateAutofocusResult(requestParameters, options) {
|
|
3498
4537
|
return DefaultApiFp(this.configuration).v1CreateAutofocusResult(requestParameters.v1CreateAutofocusResultRequest, options).then((request) => request(this.axios, this.basePath));
|
|
3499
4538
|
}
|
|
4539
|
+
/**
|
|
4540
|
+
* Create a filter wheel.
|
|
4541
|
+
* @param {DefaultApiV1CreateFilterWheelRequest} requestParameters Request parameters.
|
|
4542
|
+
* @param {*} [options] Override http request option.
|
|
4543
|
+
* @throws {RequiredError}
|
|
4544
|
+
* @memberof DefaultApi
|
|
4545
|
+
*/
|
|
4546
|
+
v1CreateFilterWheel(requestParameters, options) {
|
|
4547
|
+
return DefaultApiFp(this.configuration).v1CreateFilterWheel(requestParameters.v1CreateFilterWheelRequest, options).then((request) => request(this.axios, this.basePath));
|
|
4548
|
+
}
|
|
3500
4549
|
/**
|
|
3501
4550
|
* Create an focuser.
|
|
3502
4551
|
* @param {DefaultApiV1CreateFocuserRequest} requestParameters Request parameters.
|
|
@@ -3527,6 +4576,16 @@ export class DefaultApi extends BaseAPI {
|
|
|
3527
4576
|
v1CreateImageSetImage(requestParameters, options) {
|
|
3528
4577
|
return DefaultApiFp(this.configuration).v1CreateImageSetImage(requestParameters.v1CreateImageSetImageRequest, options).then((request) => request(this.axios, this.basePath));
|
|
3529
4578
|
}
|
|
4579
|
+
/**
|
|
4580
|
+
* Create an image set image upload url.
|
|
4581
|
+
* @param {DefaultApiV1CreateImageSetImageUploadUrlRequest} requestParameters Request parameters.
|
|
4582
|
+
* @param {*} [options] Override http request option.
|
|
4583
|
+
* @throws {RequiredError}
|
|
4584
|
+
* @memberof DefaultApi
|
|
4585
|
+
*/
|
|
4586
|
+
v1CreateImageSetImageUploadUrl(requestParameters, options) {
|
|
4587
|
+
return DefaultApiFp(this.configuration).v1CreateImageSetImageUploadUrl(requestParameters.v1CreateImageSetImageUploadUrlRequest, options).then((request) => request(this.axios, this.basePath));
|
|
4588
|
+
}
|
|
3530
4589
|
/**
|
|
3531
4590
|
* Create metrics.
|
|
3532
4591
|
* @param {DefaultApiV1CreateMetricsRequest} requestParameters Request parameters.
|
|
@@ -3607,6 +4666,16 @@ export class DefaultApi extends BaseAPI {
|
|
|
3607
4666
|
v1CreateOpticalTube(requestParameters, options) {
|
|
3608
4667
|
return DefaultApiFp(this.configuration).v1CreateOpticalTube(requestParameters.v1CreateOpticalTubeRequest, options).then((request) => request(this.axios, this.basePath));
|
|
3609
4668
|
}
|
|
4669
|
+
/**
|
|
4670
|
+
* Set metadata and plate solve results for an image.
|
|
4671
|
+
* @param {DefaultApiV1CreateProcessedImageSetImageRequest} requestParameters Request parameters.
|
|
4672
|
+
* @param {*} [options] Override http request option.
|
|
4673
|
+
* @throws {RequiredError}
|
|
4674
|
+
* @memberof DefaultApi
|
|
4675
|
+
*/
|
|
4676
|
+
v1CreateProcessedImageSetImage(requestParameters, options) {
|
|
4677
|
+
return DefaultApiFp(this.configuration).v1CreateProcessedImageSetImage(requestParameters.v1CreateProcessedImageSetImageRequest, options).then((request) => request(this.axios, this.basePath));
|
|
4678
|
+
}
|
|
3610
4679
|
/**
|
|
3611
4680
|
* Create a time windowed asset.
|
|
3612
4681
|
* @param {DefaultApiV1CreateTimeWindowedAssetRequest} requestParameters Request parameters.
|
|
@@ -3617,6 +4686,16 @@ export class DefaultApi extends BaseAPI {
|
|
|
3617
4686
|
v1CreateTimeWindowedAsset(requestParameters, options) {
|
|
3618
4687
|
return DefaultApiFp(this.configuration).v1CreateTimeWindowedAsset(requestParameters.v1CreateTimeWindowedAssetRequest, options).then((request) => request(this.axios, this.basePath));
|
|
3619
4688
|
}
|
|
4689
|
+
/**
|
|
4690
|
+
* Get the sunrise/sunset times for a specific node by its ID
|
|
4691
|
+
* @param {DefaultApiV1CustomerGetSuntimesRequest} requestParameters Request parameters.
|
|
4692
|
+
* @param {*} [options] Override http request option.
|
|
4693
|
+
* @throws {RequiredError}
|
|
4694
|
+
* @memberof DefaultApi
|
|
4695
|
+
*/
|
|
4696
|
+
v1CustomerGetSuntimes(requestParameters, options) {
|
|
4697
|
+
return DefaultApiFp(this.configuration).v1CustomerGetSuntimes(requestParameters.nodeId, options).then((request) => request(this.axios, this.basePath));
|
|
4698
|
+
}
|
|
3620
4699
|
/**
|
|
3621
4700
|
* Delete an image set.
|
|
3622
4701
|
* @param {DefaultApiV1DeleteImageSetRequest} requestParameters Request parameters.
|
|
@@ -3676,6 +4755,16 @@ export class DefaultApi extends BaseAPI {
|
|
|
3676
4755
|
v1GetCameras(options) {
|
|
3677
4756
|
return DefaultApiFp(this.configuration).v1GetCameras(options).then((request) => request(this.axios, this.basePath));
|
|
3678
4757
|
}
|
|
4758
|
+
/**
|
|
4759
|
+
* Get a filter wheel.
|
|
4760
|
+
* @param {DefaultApiV1GetFilterWheelRequest} requestParameters Request parameters.
|
|
4761
|
+
* @param {*} [options] Override http request option.
|
|
4762
|
+
* @throws {RequiredError}
|
|
4763
|
+
* @memberof DefaultApi
|
|
4764
|
+
*/
|
|
4765
|
+
v1GetFilterWheel(requestParameters, options) {
|
|
4766
|
+
return DefaultApiFp(this.configuration).v1GetFilterWheel(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
4767
|
+
}
|
|
3679
4768
|
/**
|
|
3680
4769
|
* Get a focuser.
|
|
3681
4770
|
* @param {DefaultApiV1GetFocuserRequest} requestParameters Request parameters.
|
|
@@ -3767,14 +4856,14 @@ export class DefaultApi extends BaseAPI {
|
|
|
3767
4856
|
return DefaultApiFp(this.configuration).v1GetMount(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
3768
4857
|
}
|
|
3769
4858
|
/**
|
|
3770
|
-
* Get node by lineage id.
|
|
4859
|
+
* Get node by lineage id or node id.
|
|
3771
4860
|
* @param {DefaultApiV1GetNodeRequest} requestParameters Request parameters.
|
|
3772
4861
|
* @param {*} [options] Override http request option.
|
|
3773
4862
|
* @throws {RequiredError}
|
|
3774
4863
|
* @memberof DefaultApi
|
|
3775
4864
|
*/
|
|
3776
|
-
v1GetNode(requestParameters, options) {
|
|
3777
|
-
return DefaultApiFp(this.configuration).v1GetNode(requestParameters.lineageId, options).then((request) => request(this.axios, this.basePath));
|
|
4865
|
+
v1GetNode(requestParameters = {}, options) {
|
|
4866
|
+
return DefaultApiFp(this.configuration).v1GetNode(requestParameters.lineageId, requestParameters.nodeId, options).then((request) => request(this.axios, this.basePath));
|
|
3778
4867
|
}
|
|
3779
4868
|
/**
|
|
3780
4869
|
* Get node commands
|
|
@@ -3787,24 +4876,24 @@ export class DefaultApi extends BaseAPI {
|
|
|
3787
4876
|
return DefaultApiFp(this.configuration).v1GetNodeCommands(requestParameters.nodeId, requestParameters.executableAt, options).then((request) => request(this.axios, this.basePath));
|
|
3788
4877
|
}
|
|
3789
4878
|
/**
|
|
3790
|
-
*
|
|
3791
|
-
* @param {
|
|
4879
|
+
* Get node diagnostic tasks.
|
|
4880
|
+
* @param {DefaultApiV1GetNodeDiagnosticTasksRequest} requestParameters Request parameters.
|
|
3792
4881
|
* @param {*} [options] Override http request option.
|
|
3793
4882
|
* @throws {RequiredError}
|
|
3794
4883
|
* @memberof DefaultApi
|
|
3795
4884
|
*/
|
|
3796
|
-
|
|
3797
|
-
return DefaultApiFp(this.configuration).
|
|
4885
|
+
v1GetNodeDiagnosticTasks(requestParameters, options) {
|
|
4886
|
+
return DefaultApiFp(this.configuration).v1GetNodeDiagnosticTasks(requestParameters.nodeId, requestParameters.supportedDiagnostics, options).then((request) => request(this.axios, this.basePath));
|
|
3798
4887
|
}
|
|
3799
4888
|
/**
|
|
3800
|
-
* Get node
|
|
3801
|
-
* @param {
|
|
4889
|
+
* Get node events Apex Charts timeline
|
|
4890
|
+
* @param {DefaultApiV1GetNodeEventsApexChartsTimelineRequest} requestParameters Request parameters.
|
|
3802
4891
|
* @param {*} [options] Override http request option.
|
|
3803
4892
|
* @throws {RequiredError}
|
|
3804
4893
|
* @memberof DefaultApi
|
|
3805
4894
|
*/
|
|
3806
|
-
|
|
3807
|
-
return DefaultApiFp(this.configuration).
|
|
4895
|
+
v1GetNodeEventsApexChartsTimeline(requestParameters, options) {
|
|
4896
|
+
return DefaultApiFp(this.configuration).v1GetNodeEventsApexChartsTimeline(requestParameters.startTime, requestParameters.endTime, requestParameters.nodeId, requestParameters.lineageId, options).then((request) => request(this.axios, this.basePath));
|
|
3808
4897
|
}
|
|
3809
4898
|
/**
|
|
3810
4899
|
* Get a node flare by id.
|
|
@@ -3895,6 +4984,35 @@ export class DefaultApi extends BaseAPI {
|
|
|
3895
4984
|
v1GetPlateSolveCatalogDiff(requestParameters, options) {
|
|
3896
4985
|
return DefaultApiFp(this.configuration).v1GetPlateSolveCatalogDiff(requestParameters.v1GetPlateSolveCatalogDiffRequest, options).then((request) => request(this.axios, this.basePath));
|
|
3897
4986
|
}
|
|
4987
|
+
/**
|
|
4988
|
+
* Get satellites for skyAtlas. returns jsonl
|
|
4989
|
+
* @param {*} [options] Override http request option.
|
|
4990
|
+
* @throws {RequiredError}
|
|
4991
|
+
* @memberof DefaultApi
|
|
4992
|
+
*/
|
|
4993
|
+
v1GetSkyAtlasSatellites(options) {
|
|
4994
|
+
return DefaultApiFp(this.configuration).v1GetSkyAtlasSatellites(options).then((request) => request(this.axios, this.basePath));
|
|
4995
|
+
}
|
|
4996
|
+
/**
|
|
4997
|
+
* Get the target QCOM OTA software release for a node
|
|
4998
|
+
* @param {DefaultApiV1GetTargetQCOMOTASoftwareReleaseForNodeRequest} requestParameters Request parameters.
|
|
4999
|
+
* @param {*} [options] Override http request option.
|
|
5000
|
+
* @throws {RequiredError}
|
|
5001
|
+
* @memberof DefaultApi
|
|
5002
|
+
*/
|
|
5003
|
+
v1GetTargetQCOMOTASoftwareReleaseForNode(requestParameters, options) {
|
|
5004
|
+
return DefaultApiFp(this.configuration).v1GetTargetQCOMOTASoftwareReleaseForNode(requestParameters.lineageId, options).then((request) => request(this.axios, this.basePath));
|
|
5005
|
+
}
|
|
5006
|
+
/**
|
|
5007
|
+
* Get the target software releases for a node
|
|
5008
|
+
* @param {DefaultApiV1GetTargetSoftwareReleasesForNodeRequest} requestParameters Request parameters.
|
|
5009
|
+
* @param {*} [options] Override http request option.
|
|
5010
|
+
* @throws {RequiredError}
|
|
5011
|
+
* @memberof DefaultApi
|
|
5012
|
+
*/
|
|
5013
|
+
v1GetTargetSoftwareReleasesForNode(requestParameters, options) {
|
|
5014
|
+
return DefaultApiFp(this.configuration).v1GetTargetSoftwareReleasesForNode(requestParameters.lineageId, options).then((request) => request(this.axios, this.basePath));
|
|
5015
|
+
}
|
|
3898
5016
|
/**
|
|
3899
5017
|
* Get a time windowed asset by id.
|
|
3900
5018
|
* @param {DefaultApiV1GetTimeWindowedAssetRequest} requestParameters Request parameters.
|
|
@@ -3934,6 +5052,50 @@ export class DefaultApi extends BaseAPI {
|
|
|
3934
5052
|
v1MountMatch(requestParameters = {}, options) {
|
|
3935
5053
|
return DefaultApiFp(this.configuration).v1MountMatch(requestParameters.model, options).then((request) => request(this.axios, this.basePath));
|
|
3936
5054
|
}
|
|
5055
|
+
/**
|
|
5056
|
+
* \' V1EnableAutonomousOperation - immediately places the system back under autonomous operation mode. !!CAUTION!! This will immediately begin slewing your system around if conditions are safe. Please ensure your system is prepared to move \'
|
|
5057
|
+
* @param {DefaultApiV1NodeCommandV1EnableAutonomousOperationRequest} requestParameters Request parameters.
|
|
5058
|
+
* @param {*} [options] Override http request option.
|
|
5059
|
+
* @deprecated
|
|
5060
|
+
* @throws {RequiredError}
|
|
5061
|
+
* @memberof DefaultApi
|
|
5062
|
+
*/
|
|
5063
|
+
v1NodeCommandV1EnableAutonomousOperation(requestParameters, options) {
|
|
5064
|
+
return DefaultApiFp(this.configuration).v1NodeCommandV1EnableAutonomousOperation(requestParameters.v1EnableAutonomousOperation, options).then((request) => request(this.axios, this.basePath));
|
|
5065
|
+
}
|
|
5066
|
+
/**
|
|
5067
|
+
* \' V1EnableManualOperation- immediately halts all autonomous operation of the system and parks the telescope (including closing the enclosure if present). !!CAUTION!! This is an indefinite halt until V1EnableAutonomousOperation is called. Your system will not respond to weather and safety events! \'
|
|
5068
|
+
* @param {DefaultApiV1NodeCommandV1EnableManualOperationRequest} requestParameters Request parameters.
|
|
5069
|
+
* @param {*} [options] Override http request option.
|
|
5070
|
+
* @deprecated
|
|
5071
|
+
* @throws {RequiredError}
|
|
5072
|
+
* @memberof DefaultApi
|
|
5073
|
+
*/
|
|
5074
|
+
v1NodeCommandV1EnableManualOperation(requestParameters, options) {
|
|
5075
|
+
return DefaultApiFp(this.configuration).v1NodeCommandV1EnableManualOperation(requestParameters.v1EnableManualOperation, options).then((request) => request(this.axios, this.basePath));
|
|
5076
|
+
}
|
|
5077
|
+
/**
|
|
5078
|
+
* v1 reboot system
|
|
5079
|
+
* @param {DefaultApiV1NodeCommandV1RebootSystemRequest} requestParameters Request parameters.
|
|
5080
|
+
* @param {*} [options] Override http request option.
|
|
5081
|
+
* @deprecated
|
|
5082
|
+
* @throws {RequiredError}
|
|
5083
|
+
* @memberof DefaultApi
|
|
5084
|
+
*/
|
|
5085
|
+
v1NodeCommandV1RebootSystem(requestParameters, options) {
|
|
5086
|
+
return DefaultApiFp(this.configuration).v1NodeCommandV1RebootSystem(requestParameters.v1RebootSystem, options).then((request) => request(this.axios, this.basePath));
|
|
5087
|
+
}
|
|
5088
|
+
/**
|
|
5089
|
+
* v1 send flare
|
|
5090
|
+
* @param {DefaultApiV1NodeCommandV1SendFlareRequest} requestParameters Request parameters.
|
|
5091
|
+
* @param {*} [options] Override http request option.
|
|
5092
|
+
* @deprecated
|
|
5093
|
+
* @throws {RequiredError}
|
|
5094
|
+
* @memberof DefaultApi
|
|
5095
|
+
*/
|
|
5096
|
+
v1NodeCommandV1SendFlare(requestParameters, options) {
|
|
5097
|
+
return DefaultApiFp(this.configuration).v1NodeCommandV1SendFlare(requestParameters.v1SendFlare, options).then((request) => request(this.axios, this.basePath));
|
|
5098
|
+
}
|
|
3937
5099
|
/**
|
|
3938
5100
|
* Match optical tube.
|
|
3939
5101
|
* @param {DefaultApiV1OpticalTubeMatchRequest} requestParameters Request parameters.
|
|
@@ -3954,6 +5116,26 @@ export class DefaultApi extends BaseAPI {
|
|
|
3954
5116
|
v1RegisterNodeController(requestParameters, options) {
|
|
3955
5117
|
return DefaultApiFp(this.configuration).v1RegisterNodeController(requestParameters.v1RegisterNodeControllerRequest, options).then((request) => request(this.axios, this.basePath));
|
|
3956
5118
|
}
|
|
5119
|
+
/**
|
|
5120
|
+
* Requests mac addresses for the given lineage and interfaces.
|
|
5121
|
+
* @param {DefaultApiV1RequestMacAddressesRequest} requestParameters Request parameters.
|
|
5122
|
+
* @param {*} [options] Override http request option.
|
|
5123
|
+
* @throws {RequiredError}
|
|
5124
|
+
* @memberof DefaultApi
|
|
5125
|
+
*/
|
|
5126
|
+
v1RequestMacAddresses(requestParameters, options) {
|
|
5127
|
+
return DefaultApiFp(this.configuration).v1RequestMacAddresses(requestParameters.v1RequestMacAddressesRequest, options).then((request) => request(this.axios, this.basePath));
|
|
5128
|
+
}
|
|
5129
|
+
/**
|
|
5130
|
+
* Update a mount.
|
|
5131
|
+
* @param {DefaultApiV1UpdateMountRequest} requestParameters Request parameters.
|
|
5132
|
+
* @param {*} [options] Override http request option.
|
|
5133
|
+
* @throws {RequiredError}
|
|
5134
|
+
* @memberof DefaultApi
|
|
5135
|
+
*/
|
|
5136
|
+
v1UpdateMount(requestParameters, options) {
|
|
5137
|
+
return DefaultApiFp(this.configuration).v1UpdateMount(requestParameters.v1UpdateMountRequest, options).then((request) => request(this.axios, this.basePath));
|
|
5138
|
+
}
|
|
3957
5139
|
/**
|
|
3958
5140
|
* Update a node.
|
|
3959
5141
|
* @param {DefaultApiV1UpdateNodeRequest} requestParameters Request parameters.
|
|
@@ -3974,6 +5156,16 @@ export class DefaultApi extends BaseAPI {
|
|
|
3974
5156
|
v1UpdateNodeComponents(requestParameters, options) {
|
|
3975
5157
|
return DefaultApiFp(this.configuration).v1UpdateNodeComponents(requestParameters.v1UpdateNodeComponentsRequest, options).then((request) => request(this.axios, this.basePath));
|
|
3976
5158
|
}
|
|
5159
|
+
/**
|
|
5160
|
+
* Update an optical tube.
|
|
5161
|
+
* @param {DefaultApiV1UpdateOpticalTubeRequest} requestParameters Request parameters.
|
|
5162
|
+
* @param {*} [options] Override http request option.
|
|
5163
|
+
* @throws {RequiredError}
|
|
5164
|
+
* @memberof DefaultApi
|
|
5165
|
+
*/
|
|
5166
|
+
v1UpdateOpticalTube(requestParameters, options) {
|
|
5167
|
+
return DefaultApiFp(this.configuration).v1UpdateOpticalTube(requestParameters.v1UpdateOpticalTubeRequest, options).then((request) => request(this.axios, this.basePath));
|
|
5168
|
+
}
|
|
3977
5169
|
/**
|
|
3978
5170
|
* Complete an observation utilizing the async pipeline.
|
|
3979
5171
|
* @param {DefaultApiV2CompleteObservationRequest} requestParameters Request parameters.
|
|
@@ -3984,4 +5176,14 @@ export class DefaultApi extends BaseAPI {
|
|
|
3984
5176
|
v2CompleteObservation(requestParameters, options) {
|
|
3985
5177
|
return DefaultApiFp(this.configuration).v2CompleteObservation(requestParameters.v2CompleteObservationRequest, options).then((request) => request(this.axios, this.basePath));
|
|
3986
5178
|
}
|
|
5179
|
+
/**
|
|
5180
|
+
* V2 Issue Certificate
|
|
5181
|
+
* @param {DefaultApiV2IssueCertificateRequest} requestParameters Request parameters.
|
|
5182
|
+
* @param {*} [options] Override http request option.
|
|
5183
|
+
* @throws {RequiredError}
|
|
5184
|
+
* @memberof DefaultApi
|
|
5185
|
+
*/
|
|
5186
|
+
v2IssueCertificate(requestParameters, options) {
|
|
5187
|
+
return DefaultApiFp(this.configuration).v2IssueCertificate(requestParameters.v1NodeControllerBootstrapRequest, options).then((request) => request(this.axios, this.basePath));
|
|
5188
|
+
}
|
|
3987
5189
|
}
|