@ourskyai/platform-api 1.3.6669 → 1.3.8459
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 +3365 -664
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +2141 -223
- package/dist/api.js +1298 -105
- 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 +2141 -223
- package/dist/esm/api.js +1297 -104
- 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.8459
|
|
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,36 +2260,132 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1967
2260
|
};
|
|
1968
2261
|
}),
|
|
1969
2262
|
/**
|
|
1970
|
-
*
|
|
1971
|
-
* @param {V1NodeControllerBootstrapRequest} v1NodeControllerBootstrapRequest
|
|
2263
|
+
* Get the target QCOM OTA software release for a node
|
|
1972
2264
|
* @param {*} [options] Override http request option.
|
|
1973
2265
|
* @throws {RequiredError}
|
|
1974
2266
|
*/
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
assertParamExists('v1IssueCertificate', 'v1NodeControllerBootstrapRequest', v1NodeControllerBootstrapRequest);
|
|
1978
|
-
const localVarPath = `/v1/node-controller/issueCertificate`;
|
|
2267
|
+
v1GetTargetQCOMOTASoftwareReleaseForNode: (options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2268
|
+
const localVarPath = `/v1/node-controller-releases`;
|
|
1979
2269
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1980
2270
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1981
2271
|
let baseOptions;
|
|
1982
2272
|
if (configuration) {
|
|
1983
2273
|
baseOptions = configuration.baseOptions;
|
|
1984
2274
|
}
|
|
1985
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: '
|
|
2275
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
1986
2276
|
const localVarHeaderParameter = {};
|
|
1987
2277
|
const localVarQueryParameter = {};
|
|
1988
|
-
|
|
2278
|
+
// authentication Roles required
|
|
2279
|
+
// authentication BearerToken required
|
|
2280
|
+
// http bearer authentication required
|
|
2281
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1989
2282
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1990
2283
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1991
2284
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1992
|
-
localVarRequestOptions.data = serializeDataIfNeeded(v1NodeControllerBootstrapRequest, localVarRequestOptions, configuration);
|
|
1993
2285
|
return {
|
|
1994
2286
|
url: toPathString(localVarUrlObj),
|
|
1995
2287
|
options: localVarRequestOptions,
|
|
1996
2288
|
};
|
|
1997
2289
|
}),
|
|
1998
2290
|
/**
|
|
1999
|
-
*
|
|
2291
|
+
* Get the target software releases for a node
|
|
2292
|
+
* @param {string} lineageId lineage id
|
|
2293
|
+
* @param {*} [options] Override http request option.
|
|
2294
|
+
* @throws {RequiredError}
|
|
2295
|
+
*/
|
|
2296
|
+
v1GetTargetSoftwareReleasesForNode: (lineageId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2297
|
+
// verify required parameter 'lineageId' is not null or undefined
|
|
2298
|
+
assertParamExists('v1GetTargetSoftwareReleasesForNode', 'lineageId', lineageId);
|
|
2299
|
+
const localVarPath = `/v1/node/target-software-releases`;
|
|
2300
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2301
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
2302
|
+
let baseOptions;
|
|
2303
|
+
if (configuration) {
|
|
2304
|
+
baseOptions = configuration.baseOptions;
|
|
2305
|
+
}
|
|
2306
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
2307
|
+
const localVarHeaderParameter = {};
|
|
2308
|
+
const localVarQueryParameter = {};
|
|
2309
|
+
// authentication Roles required
|
|
2310
|
+
// authentication BearerToken required
|
|
2311
|
+
// http bearer authentication required
|
|
2312
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
2313
|
+
if (lineageId !== undefined) {
|
|
2314
|
+
localVarQueryParameter['lineageId'] = lineageId;
|
|
2315
|
+
}
|
|
2316
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2317
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2318
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
2319
|
+
return {
|
|
2320
|
+
url: toPathString(localVarUrlObj),
|
|
2321
|
+
options: localVarRequestOptions,
|
|
2322
|
+
};
|
|
2323
|
+
}),
|
|
2324
|
+
/**
|
|
2325
|
+
* Get a time windowed asset by id.
|
|
2326
|
+
* @param {string} timeWindowedAssetId
|
|
2327
|
+
* @param {*} [options] Override http request option.
|
|
2328
|
+
* @throws {RequiredError}
|
|
2329
|
+
*/
|
|
2330
|
+
v1GetTimeWindowedAsset: (timeWindowedAssetId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2331
|
+
// verify required parameter 'timeWindowedAssetId' is not null or undefined
|
|
2332
|
+
assertParamExists('v1GetTimeWindowedAsset', 'timeWindowedAssetId', timeWindowedAssetId);
|
|
2333
|
+
const localVarPath = `/v1/time-windowed-asset`;
|
|
2334
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2335
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
2336
|
+
let baseOptions;
|
|
2337
|
+
if (configuration) {
|
|
2338
|
+
baseOptions = configuration.baseOptions;
|
|
2339
|
+
}
|
|
2340
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
2341
|
+
const localVarHeaderParameter = {};
|
|
2342
|
+
const localVarQueryParameter = {};
|
|
2343
|
+
// authentication Roles required
|
|
2344
|
+
// authentication BearerToken required
|
|
2345
|
+
// http bearer authentication required
|
|
2346
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
2347
|
+
if (timeWindowedAssetId !== undefined) {
|
|
2348
|
+
localVarQueryParameter['timeWindowedAssetId'] = timeWindowedAssetId;
|
|
2349
|
+
}
|
|
2350
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2351
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2352
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
2353
|
+
return {
|
|
2354
|
+
url: toPathString(localVarUrlObj),
|
|
2355
|
+
options: localVarRequestOptions,
|
|
2356
|
+
};
|
|
2357
|
+
}),
|
|
2358
|
+
/**
|
|
2359
|
+
* issueCertificate
|
|
2360
|
+
* @param {V1NodeControllerBootstrapRequest} v1NodeControllerBootstrapRequest
|
|
2361
|
+
* @param {*} [options] Override http request option.
|
|
2362
|
+
* @throws {RequiredError}
|
|
2363
|
+
*/
|
|
2364
|
+
v1IssueCertificate: (v1NodeControllerBootstrapRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2365
|
+
// verify required parameter 'v1NodeControllerBootstrapRequest' is not null or undefined
|
|
2366
|
+
assertParamExists('v1IssueCertificate', 'v1NodeControllerBootstrapRequest', v1NodeControllerBootstrapRequest);
|
|
2367
|
+
const localVarPath = `/v1/node-controller/issueCertificate`;
|
|
2368
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2369
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
2370
|
+
let baseOptions;
|
|
2371
|
+
if (configuration) {
|
|
2372
|
+
baseOptions = configuration.baseOptions;
|
|
2373
|
+
}
|
|
2374
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
2375
|
+
const localVarHeaderParameter = {};
|
|
2376
|
+
const localVarQueryParameter = {};
|
|
2377
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2378
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2379
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2380
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
2381
|
+
localVarRequestOptions.data = serializeDataIfNeeded(v1NodeControllerBootstrapRequest, localVarRequestOptions, configuration);
|
|
2382
|
+
return {
|
|
2383
|
+
url: toPathString(localVarUrlObj),
|
|
2384
|
+
options: localVarRequestOptions,
|
|
2385
|
+
};
|
|
2386
|
+
}),
|
|
2387
|
+
/**
|
|
2388
|
+
* User initiated logout - revokes existing _user_ access tokens for the principal
|
|
2000
2389
|
* @param {*} [options] Override http request option.
|
|
2001
2390
|
* @throws {RequiredError}
|
|
2002
2391
|
*/
|
|
@@ -2054,6 +2443,142 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2054
2443
|
options: localVarRequestOptions,
|
|
2055
2444
|
};
|
|
2056
2445
|
}),
|
|
2446
|
+
/**
|
|
2447
|
+
* \' 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 \'
|
|
2448
|
+
* @param {V1EnableAutonomousOperation} v1EnableAutonomousOperation
|
|
2449
|
+
* @param {*} [options] Override http request option.
|
|
2450
|
+
* @deprecated
|
|
2451
|
+
* @throws {RequiredError}
|
|
2452
|
+
*/
|
|
2453
|
+
v1NodeCommandV1EnableAutonomousOperation: (v1EnableAutonomousOperation, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2454
|
+
// verify required parameter 'v1EnableAutonomousOperation' is not null or undefined
|
|
2455
|
+
assertParamExists('v1NodeCommandV1EnableAutonomousOperation', 'v1EnableAutonomousOperation', v1EnableAutonomousOperation);
|
|
2456
|
+
const localVarPath = `/v1/node-command/enable-autonomous-operation`;
|
|
2457
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2458
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
2459
|
+
let baseOptions;
|
|
2460
|
+
if (configuration) {
|
|
2461
|
+
baseOptions = configuration.baseOptions;
|
|
2462
|
+
}
|
|
2463
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
2464
|
+
const localVarHeaderParameter = {};
|
|
2465
|
+
const localVarQueryParameter = {};
|
|
2466
|
+
// authentication Roles required
|
|
2467
|
+
// authentication BearerToken required
|
|
2468
|
+
// http bearer authentication required
|
|
2469
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
2470
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2471
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2472
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2473
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
2474
|
+
localVarRequestOptions.data = serializeDataIfNeeded(v1EnableAutonomousOperation, localVarRequestOptions, configuration);
|
|
2475
|
+
return {
|
|
2476
|
+
url: toPathString(localVarUrlObj),
|
|
2477
|
+
options: localVarRequestOptions,
|
|
2478
|
+
};
|
|
2479
|
+
}),
|
|
2480
|
+
/**
|
|
2481
|
+
* \' 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! \'
|
|
2482
|
+
* @param {V1EnableManualOperation} v1EnableManualOperation
|
|
2483
|
+
* @param {*} [options] Override http request option.
|
|
2484
|
+
* @deprecated
|
|
2485
|
+
* @throws {RequiredError}
|
|
2486
|
+
*/
|
|
2487
|
+
v1NodeCommandV1EnableManualOperation: (v1EnableManualOperation, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2488
|
+
// verify required parameter 'v1EnableManualOperation' is not null or undefined
|
|
2489
|
+
assertParamExists('v1NodeCommandV1EnableManualOperation', 'v1EnableManualOperation', v1EnableManualOperation);
|
|
2490
|
+
const localVarPath = `/v1/node-command/enable-manual-operation`;
|
|
2491
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2492
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
2493
|
+
let baseOptions;
|
|
2494
|
+
if (configuration) {
|
|
2495
|
+
baseOptions = configuration.baseOptions;
|
|
2496
|
+
}
|
|
2497
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
2498
|
+
const localVarHeaderParameter = {};
|
|
2499
|
+
const localVarQueryParameter = {};
|
|
2500
|
+
// authentication Roles required
|
|
2501
|
+
// authentication BearerToken required
|
|
2502
|
+
// http bearer authentication required
|
|
2503
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
2504
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2505
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2506
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2507
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
2508
|
+
localVarRequestOptions.data = serializeDataIfNeeded(v1EnableManualOperation, localVarRequestOptions, configuration);
|
|
2509
|
+
return {
|
|
2510
|
+
url: toPathString(localVarUrlObj),
|
|
2511
|
+
options: localVarRequestOptions,
|
|
2512
|
+
};
|
|
2513
|
+
}),
|
|
2514
|
+
/**
|
|
2515
|
+
* v1 reboot system
|
|
2516
|
+
* @param {V1RebootSystem} v1RebootSystem
|
|
2517
|
+
* @param {*} [options] Override http request option.
|
|
2518
|
+
* @deprecated
|
|
2519
|
+
* @throws {RequiredError}
|
|
2520
|
+
*/
|
|
2521
|
+
v1NodeCommandV1RebootSystem: (v1RebootSystem, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2522
|
+
// verify required parameter 'v1RebootSystem' is not null or undefined
|
|
2523
|
+
assertParamExists('v1NodeCommandV1RebootSystem', 'v1RebootSystem', v1RebootSystem);
|
|
2524
|
+
const localVarPath = `/v1/node-command/reboot`;
|
|
2525
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2526
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
2527
|
+
let baseOptions;
|
|
2528
|
+
if (configuration) {
|
|
2529
|
+
baseOptions = configuration.baseOptions;
|
|
2530
|
+
}
|
|
2531
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
2532
|
+
const localVarHeaderParameter = {};
|
|
2533
|
+
const localVarQueryParameter = {};
|
|
2534
|
+
// authentication Roles required
|
|
2535
|
+
// authentication BearerToken required
|
|
2536
|
+
// http bearer authentication required
|
|
2537
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
2538
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2539
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2540
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2541
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
2542
|
+
localVarRequestOptions.data = serializeDataIfNeeded(v1RebootSystem, localVarRequestOptions, configuration);
|
|
2543
|
+
return {
|
|
2544
|
+
url: toPathString(localVarUrlObj),
|
|
2545
|
+
options: localVarRequestOptions,
|
|
2546
|
+
};
|
|
2547
|
+
}),
|
|
2548
|
+
/**
|
|
2549
|
+
* v1 send flare
|
|
2550
|
+
* @param {V1SendFlare} v1SendFlare
|
|
2551
|
+
* @param {*} [options] Override http request option.
|
|
2552
|
+
* @deprecated
|
|
2553
|
+
* @throws {RequiredError}
|
|
2554
|
+
*/
|
|
2555
|
+
v1NodeCommandV1SendFlare: (v1SendFlare, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2556
|
+
// verify required parameter 'v1SendFlare' is not null or undefined
|
|
2557
|
+
assertParamExists('v1NodeCommandV1SendFlare', 'v1SendFlare', v1SendFlare);
|
|
2558
|
+
const localVarPath = `/v1/node-command/send-flare`;
|
|
2559
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2560
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
2561
|
+
let baseOptions;
|
|
2562
|
+
if (configuration) {
|
|
2563
|
+
baseOptions = configuration.baseOptions;
|
|
2564
|
+
}
|
|
2565
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
2566
|
+
const localVarHeaderParameter = {};
|
|
2567
|
+
const localVarQueryParameter = {};
|
|
2568
|
+
// authentication Roles required
|
|
2569
|
+
// authentication BearerToken required
|
|
2570
|
+
// http bearer authentication required
|
|
2571
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
2572
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2573
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2574
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2575
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
2576
|
+
localVarRequestOptions.data = serializeDataIfNeeded(v1SendFlare, localVarRequestOptions, configuration);
|
|
2577
|
+
return {
|
|
2578
|
+
url: toPathString(localVarUrlObj),
|
|
2579
|
+
options: localVarRequestOptions,
|
|
2580
|
+
};
|
|
2581
|
+
}),
|
|
2057
2582
|
/**
|
|
2058
2583
|
* Match optical tube.
|
|
2059
2584
|
* @param {string} [model]
|
|
@@ -2123,6 +2648,72 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2123
2648
|
options: localVarRequestOptions,
|
|
2124
2649
|
};
|
|
2125
2650
|
}),
|
|
2651
|
+
/**
|
|
2652
|
+
* Requests mac addresses for the given lineage and interfaces.
|
|
2653
|
+
* @param {V1RequestMacAddressesRequest} v1RequestMacAddressesRequest
|
|
2654
|
+
* @param {*} [options] Override http request option.
|
|
2655
|
+
* @throws {RequiredError}
|
|
2656
|
+
*/
|
|
2657
|
+
v1RequestMacAddresses: (v1RequestMacAddressesRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2658
|
+
// verify required parameter 'v1RequestMacAddressesRequest' is not null or undefined
|
|
2659
|
+
assertParamExists('v1RequestMacAddresses', 'v1RequestMacAddressesRequest', v1RequestMacAddressesRequest);
|
|
2660
|
+
const localVarPath = `/v1/node-controller/request-mac-addresses`;
|
|
2661
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2662
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
2663
|
+
let baseOptions;
|
|
2664
|
+
if (configuration) {
|
|
2665
|
+
baseOptions = configuration.baseOptions;
|
|
2666
|
+
}
|
|
2667
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
2668
|
+
const localVarHeaderParameter = {};
|
|
2669
|
+
const localVarQueryParameter = {};
|
|
2670
|
+
// authentication Roles required
|
|
2671
|
+
// authentication BearerToken required
|
|
2672
|
+
// http bearer authentication required
|
|
2673
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
2674
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2675
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2676
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2677
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
2678
|
+
localVarRequestOptions.data = serializeDataIfNeeded(v1RequestMacAddressesRequest, localVarRequestOptions, configuration);
|
|
2679
|
+
return {
|
|
2680
|
+
url: toPathString(localVarUrlObj),
|
|
2681
|
+
options: localVarRequestOptions,
|
|
2682
|
+
};
|
|
2683
|
+
}),
|
|
2684
|
+
/**
|
|
2685
|
+
* Update a mount.
|
|
2686
|
+
* @param {V1UpdateMountRequest} v1UpdateMountRequest
|
|
2687
|
+
* @param {*} [options] Override http request option.
|
|
2688
|
+
* @throws {RequiredError}
|
|
2689
|
+
*/
|
|
2690
|
+
v1UpdateMount: (v1UpdateMountRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2691
|
+
// verify required parameter 'v1UpdateMountRequest' is not null or undefined
|
|
2692
|
+
assertParamExists('v1UpdateMount', 'v1UpdateMountRequest', v1UpdateMountRequest);
|
|
2693
|
+
const localVarPath = `/v1/mount`;
|
|
2694
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2695
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
2696
|
+
let baseOptions;
|
|
2697
|
+
if (configuration) {
|
|
2698
|
+
baseOptions = configuration.baseOptions;
|
|
2699
|
+
}
|
|
2700
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
|
|
2701
|
+
const localVarHeaderParameter = {};
|
|
2702
|
+
const localVarQueryParameter = {};
|
|
2703
|
+
// authentication Roles required
|
|
2704
|
+
// authentication BearerToken required
|
|
2705
|
+
// http bearer authentication required
|
|
2706
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
2707
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2708
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2709
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2710
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
2711
|
+
localVarRequestOptions.data = serializeDataIfNeeded(v1UpdateMountRequest, localVarRequestOptions, configuration);
|
|
2712
|
+
return {
|
|
2713
|
+
url: toPathString(localVarUrlObj),
|
|
2714
|
+
options: localVarRequestOptions,
|
|
2715
|
+
};
|
|
2716
|
+
}),
|
|
2126
2717
|
/**
|
|
2127
2718
|
* Update a node.
|
|
2128
2719
|
* @param {V1UpdateNodeRequest} v1UpdateNodeRequest
|
|
@@ -2189,6 +2780,39 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2189
2780
|
options: localVarRequestOptions,
|
|
2190
2781
|
};
|
|
2191
2782
|
}),
|
|
2783
|
+
/**
|
|
2784
|
+
* Update an optical tube.
|
|
2785
|
+
* @param {V1UpdateOpticalTubeRequest} v1UpdateOpticalTubeRequest
|
|
2786
|
+
* @param {*} [options] Override http request option.
|
|
2787
|
+
* @throws {RequiredError}
|
|
2788
|
+
*/
|
|
2789
|
+
v1UpdateOpticalTube: (v1UpdateOpticalTubeRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2790
|
+
// verify required parameter 'v1UpdateOpticalTubeRequest' is not null or undefined
|
|
2791
|
+
assertParamExists('v1UpdateOpticalTube', 'v1UpdateOpticalTubeRequest', v1UpdateOpticalTubeRequest);
|
|
2792
|
+
const localVarPath = `/v1/optical-tube`;
|
|
2793
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2794
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
2795
|
+
let baseOptions;
|
|
2796
|
+
if (configuration) {
|
|
2797
|
+
baseOptions = configuration.baseOptions;
|
|
2798
|
+
}
|
|
2799
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
|
|
2800
|
+
const localVarHeaderParameter = {};
|
|
2801
|
+
const localVarQueryParameter = {};
|
|
2802
|
+
// authentication Roles required
|
|
2803
|
+
// authentication BearerToken required
|
|
2804
|
+
// http bearer authentication required
|
|
2805
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
2806
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2807
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2808
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2809
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
2810
|
+
localVarRequestOptions.data = serializeDataIfNeeded(v1UpdateOpticalTubeRequest, localVarRequestOptions, configuration);
|
|
2811
|
+
return {
|
|
2812
|
+
url: toPathString(localVarUrlObj),
|
|
2813
|
+
options: localVarRequestOptions,
|
|
2814
|
+
};
|
|
2815
|
+
}),
|
|
2192
2816
|
/**
|
|
2193
2817
|
* Complete an observation utilizing the async pipeline.
|
|
2194
2818
|
* @param {V2CompleteObservationRequest} v2CompleteObservationRequest
|
|
@@ -2222,6 +2846,35 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2222
2846
|
options: localVarRequestOptions,
|
|
2223
2847
|
};
|
|
2224
2848
|
}),
|
|
2849
|
+
/**
|
|
2850
|
+
* V2 Issue Certificate
|
|
2851
|
+
* @param {V1NodeControllerBootstrapRequest} v1NodeControllerBootstrapRequest
|
|
2852
|
+
* @param {*} [options] Override http request option.
|
|
2853
|
+
* @throws {RequiredError}
|
|
2854
|
+
*/
|
|
2855
|
+
v2IssueCertificate: (v1NodeControllerBootstrapRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2856
|
+
// verify required parameter 'v1NodeControllerBootstrapRequest' is not null or undefined
|
|
2857
|
+
assertParamExists('v2IssueCertificate', 'v1NodeControllerBootstrapRequest', v1NodeControllerBootstrapRequest);
|
|
2858
|
+
const localVarPath = `/v2/node-controller/issue-certificate`;
|
|
2859
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2860
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
2861
|
+
let baseOptions;
|
|
2862
|
+
if (configuration) {
|
|
2863
|
+
baseOptions = configuration.baseOptions;
|
|
2864
|
+
}
|
|
2865
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
2866
|
+
const localVarHeaderParameter = {};
|
|
2867
|
+
const localVarQueryParameter = {};
|
|
2868
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2869
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2870
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2871
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
2872
|
+
localVarRequestOptions.data = serializeDataIfNeeded(v1NodeControllerBootstrapRequest, localVarRequestOptions, configuration);
|
|
2873
|
+
return {
|
|
2874
|
+
url: toPathString(localVarUrlObj),
|
|
2875
|
+
options: localVarRequestOptions,
|
|
2876
|
+
};
|
|
2877
|
+
}),
|
|
2225
2878
|
};
|
|
2226
2879
|
};
|
|
2227
2880
|
/**
|
|
@@ -2231,6 +2884,21 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2231
2884
|
export const DefaultApiFp = function (configuration) {
|
|
2232
2885
|
const localVarAxiosParamCreator = DefaultApiAxiosParamCreator(configuration);
|
|
2233
2886
|
return {
|
|
2887
|
+
/**
|
|
2888
|
+
* Get images for a node for display in a camera roll format
|
|
2889
|
+
* @param {string} [nodeId]
|
|
2890
|
+
* @param {string} [lineageId]
|
|
2891
|
+
* @param {string} [before]
|
|
2892
|
+
* @param {string} [types] Comma separated array of [ImageSetType](#model/imagesettype)
|
|
2893
|
+
* @param {*} [options] Override http request option.
|
|
2894
|
+
* @throws {RequiredError}
|
|
2895
|
+
*/
|
|
2896
|
+
getCameraRoll(nodeId, lineageId, before, types, options) {
|
|
2897
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2898
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.getCameraRoll(nodeId, lineageId, before, types, options);
|
|
2899
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2900
|
+
});
|
|
2901
|
+
},
|
|
2234
2902
|
/**
|
|
2235
2903
|
* Get the various tokens used in client applications
|
|
2236
2904
|
* @param {*} [options] Override http request option.
|
|
@@ -2320,6 +2988,18 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2320
2988
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2321
2989
|
});
|
|
2322
2990
|
},
|
|
2991
|
+
/**
|
|
2992
|
+
* Create a filter wheel.
|
|
2993
|
+
* @param {V1CreateFilterWheelRequest} v1CreateFilterWheelRequest
|
|
2994
|
+
* @param {*} [options] Override http request option.
|
|
2995
|
+
* @throws {RequiredError}
|
|
2996
|
+
*/
|
|
2997
|
+
v1CreateFilterWheel(v1CreateFilterWheelRequest, options) {
|
|
2998
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2999
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateFilterWheel(v1CreateFilterWheelRequest, options);
|
|
3000
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3001
|
+
});
|
|
3002
|
+
},
|
|
2323
3003
|
/**
|
|
2324
3004
|
* Create an focuser.
|
|
2325
3005
|
* @param {V1CreateFocuserRequest} v1CreateFocuserRequest
|
|
@@ -2356,6 +3036,18 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2356
3036
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2357
3037
|
});
|
|
2358
3038
|
},
|
|
3039
|
+
/**
|
|
3040
|
+
* Create an image set image upload url.
|
|
3041
|
+
* @param {V1CreateImageSetImageUploadUrlRequest} v1CreateImageSetImageUploadUrlRequest
|
|
3042
|
+
* @param {*} [options] Override http request option.
|
|
3043
|
+
* @throws {RequiredError}
|
|
3044
|
+
*/
|
|
3045
|
+
v1CreateImageSetImageUploadUrl(v1CreateImageSetImageUploadUrlRequest, options) {
|
|
3046
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
3047
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateImageSetImageUploadUrl(v1CreateImageSetImageUploadUrlRequest, options);
|
|
3048
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3049
|
+
});
|
|
3050
|
+
},
|
|
2359
3051
|
/**
|
|
2360
3052
|
* Create metrics.
|
|
2361
3053
|
* @param {Array<V1Metric>} v1Metric
|
|
@@ -2452,6 +3144,18 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2452
3144
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2453
3145
|
});
|
|
2454
3146
|
},
|
|
3147
|
+
/**
|
|
3148
|
+
* Set metadata and plate solve results for an image.
|
|
3149
|
+
* @param {V1CreateProcessedImageSetImageRequest} v1CreateProcessedImageSetImageRequest
|
|
3150
|
+
* @param {*} [options] Override http request option.
|
|
3151
|
+
* @throws {RequiredError}
|
|
3152
|
+
*/
|
|
3153
|
+
v1CreateProcessedImageSetImage(v1CreateProcessedImageSetImageRequest, options) {
|
|
3154
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
3155
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateProcessedImageSetImage(v1CreateProcessedImageSetImageRequest, options);
|
|
3156
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3157
|
+
});
|
|
3158
|
+
},
|
|
2455
3159
|
/**
|
|
2456
3160
|
* Create a time windowed asset.
|
|
2457
3161
|
* @param {V1CreateTimeWindowedAssetRequest} v1CreateTimeWindowedAssetRequest
|
|
@@ -2464,6 +3168,18 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2464
3168
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2465
3169
|
});
|
|
2466
3170
|
},
|
|
3171
|
+
/**
|
|
3172
|
+
* Get the sunrise/sunset times for a specific node by its ID
|
|
3173
|
+
* @param {string} nodeId
|
|
3174
|
+
* @param {*} [options] Override http request option.
|
|
3175
|
+
* @throws {RequiredError}
|
|
3176
|
+
*/
|
|
3177
|
+
v1CustomerGetSuntimes(nodeId, options) {
|
|
3178
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
3179
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CustomerGetSuntimes(nodeId, options);
|
|
3180
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3181
|
+
});
|
|
3182
|
+
},
|
|
2467
3183
|
/**
|
|
2468
3184
|
* Delete an image set.
|
|
2469
3185
|
* @param {string} id
|
|
@@ -2537,6 +3253,18 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2537
3253
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2538
3254
|
});
|
|
2539
3255
|
},
|
|
3256
|
+
/**
|
|
3257
|
+
* Get a filter wheel.
|
|
3258
|
+
* @param {string} id
|
|
3259
|
+
* @param {*} [options] Override http request option.
|
|
3260
|
+
* @throws {RequiredError}
|
|
3261
|
+
*/
|
|
3262
|
+
v1GetFilterWheel(id, options) {
|
|
3263
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
3264
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetFilterWheel(id, options);
|
|
3265
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3266
|
+
});
|
|
3267
|
+
},
|
|
2540
3268
|
/**
|
|
2541
3269
|
* Get a focuser.
|
|
2542
3270
|
* @param {string} id
|
|
@@ -2647,14 +3375,15 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2647
3375
|
});
|
|
2648
3376
|
},
|
|
2649
3377
|
/**
|
|
2650
|
-
* Get node by lineage id.
|
|
2651
|
-
* @param {string} lineageId
|
|
3378
|
+
* Get node by lineage id or node id.
|
|
3379
|
+
* @param {string} [lineageId]
|
|
3380
|
+
* @param {string} [nodeId]
|
|
2652
3381
|
* @param {*} [options] Override http request option.
|
|
2653
3382
|
* @throws {RequiredError}
|
|
2654
3383
|
*/
|
|
2655
|
-
v1GetNode(lineageId, options) {
|
|
3384
|
+
v1GetNode(lineageId, nodeId, options) {
|
|
2656
3385
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2657
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetNode(lineageId, options);
|
|
3386
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetNode(lineageId, nodeId, options);
|
|
2658
3387
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2659
3388
|
});
|
|
2660
3389
|
},
|
|
@@ -2672,27 +3401,30 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2672
3401
|
});
|
|
2673
3402
|
},
|
|
2674
3403
|
/**
|
|
2675
|
-
*
|
|
2676
|
-
* @param {string}
|
|
3404
|
+
* Get node diagnostic tasks.
|
|
3405
|
+
* @param {string} nodeId
|
|
3406
|
+
* @param {Array<V1NodeDiagnosticType>} [supportedDiagnostics]
|
|
2677
3407
|
* @param {*} [options] Override http request option.
|
|
2678
3408
|
* @throws {RequiredError}
|
|
2679
3409
|
*/
|
|
2680
|
-
|
|
3410
|
+
v1GetNodeDiagnosticTasks(nodeId, supportedDiagnostics, options) {
|
|
2681
3411
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2682
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
3412
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetNodeDiagnosticTasks(nodeId, supportedDiagnostics, options);
|
|
2683
3413
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2684
3414
|
});
|
|
2685
3415
|
},
|
|
2686
3416
|
/**
|
|
2687
|
-
* Get node
|
|
2688
|
-
* @param {string}
|
|
2689
|
-
* @param {
|
|
3417
|
+
* Get node events Apex Charts timeline
|
|
3418
|
+
* @param {string} startTime
|
|
3419
|
+
* @param {string} endTime
|
|
3420
|
+
* @param {string} [nodeId]
|
|
3421
|
+
* @param {string} [lineageId]
|
|
2690
3422
|
* @param {*} [options] Override http request option.
|
|
2691
3423
|
* @throws {RequiredError}
|
|
2692
3424
|
*/
|
|
2693
|
-
|
|
3425
|
+
v1GetNodeEventsApexChartsTimeline(startTime, endTime, nodeId, lineageId, options) {
|
|
2694
3426
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2695
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
3427
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetNodeEventsApexChartsTimeline(startTime, endTime, nodeId, lineageId, options);
|
|
2696
3428
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2697
3429
|
});
|
|
2698
3430
|
},
|
|
@@ -2797,56 +3529,142 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2797
3529
|
* @param {*} [options] Override http request option.
|
|
2798
3530
|
* @throws {RequiredError}
|
|
2799
3531
|
*/
|
|
2800
|
-
v1GetPlateSolveCatalogDiff(v1GetPlateSolveCatalogDiffRequest, options) {
|
|
3532
|
+
v1GetPlateSolveCatalogDiff(v1GetPlateSolveCatalogDiffRequest, options) {
|
|
3533
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
3534
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetPlateSolveCatalogDiff(v1GetPlateSolveCatalogDiffRequest, options);
|
|
3535
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3536
|
+
});
|
|
3537
|
+
},
|
|
3538
|
+
/**
|
|
3539
|
+
* Get satellites for skyAtlas. returns jsonl
|
|
3540
|
+
* @param {*} [options] Override http request option.
|
|
3541
|
+
* @throws {RequiredError}
|
|
3542
|
+
*/
|
|
3543
|
+
v1GetSkyAtlasSatellites(options) {
|
|
3544
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
3545
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetSkyAtlasSatellites(options);
|
|
3546
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3547
|
+
});
|
|
3548
|
+
},
|
|
3549
|
+
/**
|
|
3550
|
+
* Get the target QCOM OTA software release for a node
|
|
3551
|
+
* @param {*} [options] Override http request option.
|
|
3552
|
+
* @throws {RequiredError}
|
|
3553
|
+
*/
|
|
3554
|
+
v1GetTargetQCOMOTASoftwareReleaseForNode(options) {
|
|
3555
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
3556
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetTargetQCOMOTASoftwareReleaseForNode(options);
|
|
3557
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3558
|
+
});
|
|
3559
|
+
},
|
|
3560
|
+
/**
|
|
3561
|
+
* Get the target software releases for a node
|
|
3562
|
+
* @param {string} lineageId lineage id
|
|
3563
|
+
* @param {*} [options] Override http request option.
|
|
3564
|
+
* @throws {RequiredError}
|
|
3565
|
+
*/
|
|
3566
|
+
v1GetTargetSoftwareReleasesForNode(lineageId, options) {
|
|
3567
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
3568
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetTargetSoftwareReleasesForNode(lineageId, options);
|
|
3569
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3570
|
+
});
|
|
3571
|
+
},
|
|
3572
|
+
/**
|
|
3573
|
+
* Get a time windowed asset by id.
|
|
3574
|
+
* @param {string} timeWindowedAssetId
|
|
3575
|
+
* @param {*} [options] Override http request option.
|
|
3576
|
+
* @throws {RequiredError}
|
|
3577
|
+
*/
|
|
3578
|
+
v1GetTimeWindowedAsset(timeWindowedAssetId, options) {
|
|
3579
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
3580
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetTimeWindowedAsset(timeWindowedAssetId, options);
|
|
3581
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3582
|
+
});
|
|
3583
|
+
},
|
|
3584
|
+
/**
|
|
3585
|
+
* issueCertificate
|
|
3586
|
+
* @param {V1NodeControllerBootstrapRequest} v1NodeControllerBootstrapRequest
|
|
3587
|
+
* @param {*} [options] Override http request option.
|
|
3588
|
+
* @throws {RequiredError}
|
|
3589
|
+
*/
|
|
3590
|
+
v1IssueCertificate(v1NodeControllerBootstrapRequest, options) {
|
|
3591
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
3592
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1IssueCertificate(v1NodeControllerBootstrapRequest, options);
|
|
3593
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3594
|
+
});
|
|
3595
|
+
},
|
|
3596
|
+
/**
|
|
3597
|
+
* User initiated logout - revokes existing _user_ access tokens for the principal
|
|
3598
|
+
* @param {*} [options] Override http request option.
|
|
3599
|
+
* @throws {RequiredError}
|
|
3600
|
+
*/
|
|
3601
|
+
v1Logout(options) {
|
|
3602
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
3603
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1Logout(options);
|
|
3604
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3605
|
+
});
|
|
3606
|
+
},
|
|
3607
|
+
/**
|
|
3608
|
+
* Match mount.
|
|
3609
|
+
* @param {string} [model]
|
|
3610
|
+
* @param {*} [options] Override http request option.
|
|
3611
|
+
* @throws {RequiredError}
|
|
3612
|
+
*/
|
|
3613
|
+
v1MountMatch(model, options) {
|
|
2801
3614
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2802
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
3615
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1MountMatch(model, options);
|
|
2803
3616
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2804
3617
|
});
|
|
2805
3618
|
},
|
|
2806
3619
|
/**
|
|
2807
|
-
*
|
|
2808
|
-
* @param {
|
|
3620
|
+
* \' 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 \'
|
|
3621
|
+
* @param {V1EnableAutonomousOperation} v1EnableAutonomousOperation
|
|
2809
3622
|
* @param {*} [options] Override http request option.
|
|
3623
|
+
* @deprecated
|
|
2810
3624
|
* @throws {RequiredError}
|
|
2811
3625
|
*/
|
|
2812
|
-
|
|
3626
|
+
v1NodeCommandV1EnableAutonomousOperation(v1EnableAutonomousOperation, options) {
|
|
2813
3627
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2814
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
3628
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1NodeCommandV1EnableAutonomousOperation(v1EnableAutonomousOperation, options);
|
|
2815
3629
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2816
3630
|
});
|
|
2817
3631
|
},
|
|
2818
3632
|
/**
|
|
2819
|
-
*
|
|
2820
|
-
* @param {
|
|
3633
|
+
* \' 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! \'
|
|
3634
|
+
* @param {V1EnableManualOperation} v1EnableManualOperation
|
|
2821
3635
|
* @param {*} [options] Override http request option.
|
|
3636
|
+
* @deprecated
|
|
2822
3637
|
* @throws {RequiredError}
|
|
2823
3638
|
*/
|
|
2824
|
-
|
|
3639
|
+
v1NodeCommandV1EnableManualOperation(v1EnableManualOperation, options) {
|
|
2825
3640
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2826
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
3641
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1NodeCommandV1EnableManualOperation(v1EnableManualOperation, options);
|
|
2827
3642
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2828
3643
|
});
|
|
2829
3644
|
},
|
|
2830
3645
|
/**
|
|
2831
|
-
*
|
|
3646
|
+
* v1 reboot system
|
|
3647
|
+
* @param {V1RebootSystem} v1RebootSystem
|
|
2832
3648
|
* @param {*} [options] Override http request option.
|
|
3649
|
+
* @deprecated
|
|
2833
3650
|
* @throws {RequiredError}
|
|
2834
3651
|
*/
|
|
2835
|
-
|
|
3652
|
+
v1NodeCommandV1RebootSystem(v1RebootSystem, options) {
|
|
2836
3653
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2837
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
3654
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1NodeCommandV1RebootSystem(v1RebootSystem, options);
|
|
2838
3655
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2839
3656
|
});
|
|
2840
3657
|
},
|
|
2841
3658
|
/**
|
|
2842
|
-
*
|
|
2843
|
-
* @param {
|
|
3659
|
+
* v1 send flare
|
|
3660
|
+
* @param {V1SendFlare} v1SendFlare
|
|
2844
3661
|
* @param {*} [options] Override http request option.
|
|
3662
|
+
* @deprecated
|
|
2845
3663
|
* @throws {RequiredError}
|
|
2846
3664
|
*/
|
|
2847
|
-
|
|
3665
|
+
v1NodeCommandV1SendFlare(v1SendFlare, options) {
|
|
2848
3666
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2849
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
3667
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1NodeCommandV1SendFlare(v1SendFlare, options);
|
|
2850
3668
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2851
3669
|
});
|
|
2852
3670
|
},
|
|
@@ -2876,6 +3694,30 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2876
3694
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2877
3695
|
});
|
|
2878
3696
|
},
|
|
3697
|
+
/**
|
|
3698
|
+
* Requests mac addresses for the given lineage and interfaces.
|
|
3699
|
+
* @param {V1RequestMacAddressesRequest} v1RequestMacAddressesRequest
|
|
3700
|
+
* @param {*} [options] Override http request option.
|
|
3701
|
+
* @throws {RequiredError}
|
|
3702
|
+
*/
|
|
3703
|
+
v1RequestMacAddresses(v1RequestMacAddressesRequest, options) {
|
|
3704
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
3705
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1RequestMacAddresses(v1RequestMacAddressesRequest, options);
|
|
3706
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3707
|
+
});
|
|
3708
|
+
},
|
|
3709
|
+
/**
|
|
3710
|
+
* Update a mount.
|
|
3711
|
+
* @param {V1UpdateMountRequest} v1UpdateMountRequest
|
|
3712
|
+
* @param {*} [options] Override http request option.
|
|
3713
|
+
* @throws {RequiredError}
|
|
3714
|
+
*/
|
|
3715
|
+
v1UpdateMount(v1UpdateMountRequest, options) {
|
|
3716
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
3717
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1UpdateMount(v1UpdateMountRequest, options);
|
|
3718
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3719
|
+
});
|
|
3720
|
+
},
|
|
2879
3721
|
/**
|
|
2880
3722
|
* Update a node.
|
|
2881
3723
|
* @param {V1UpdateNodeRequest} v1UpdateNodeRequest
|
|
@@ -2900,6 +3742,18 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2900
3742
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2901
3743
|
});
|
|
2902
3744
|
},
|
|
3745
|
+
/**
|
|
3746
|
+
* Update an optical tube.
|
|
3747
|
+
* @param {V1UpdateOpticalTubeRequest} v1UpdateOpticalTubeRequest
|
|
3748
|
+
* @param {*} [options] Override http request option.
|
|
3749
|
+
* @throws {RequiredError}
|
|
3750
|
+
*/
|
|
3751
|
+
v1UpdateOpticalTube(v1UpdateOpticalTubeRequest, options) {
|
|
3752
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
3753
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1UpdateOpticalTube(v1UpdateOpticalTubeRequest, options);
|
|
3754
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3755
|
+
});
|
|
3756
|
+
},
|
|
2903
3757
|
/**
|
|
2904
3758
|
* Complete an observation utilizing the async pipeline.
|
|
2905
3759
|
* @param {V2CompleteObservationRequest} v2CompleteObservationRequest
|
|
@@ -2912,6 +3766,18 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2912
3766
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2913
3767
|
});
|
|
2914
3768
|
},
|
|
3769
|
+
/**
|
|
3770
|
+
* V2 Issue Certificate
|
|
3771
|
+
* @param {V1NodeControllerBootstrapRequest} v1NodeControllerBootstrapRequest
|
|
3772
|
+
* @param {*} [options] Override http request option.
|
|
3773
|
+
* @throws {RequiredError}
|
|
3774
|
+
*/
|
|
3775
|
+
v2IssueCertificate(v1NodeControllerBootstrapRequest, options) {
|
|
3776
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
3777
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v2IssueCertificate(v1NodeControllerBootstrapRequest, options);
|
|
3778
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3779
|
+
});
|
|
3780
|
+
},
|
|
2915
3781
|
};
|
|
2916
3782
|
};
|
|
2917
3783
|
/**
|
|
@@ -2921,6 +3787,15 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2921
3787
|
export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
2922
3788
|
const localVarFp = DefaultApiFp(configuration);
|
|
2923
3789
|
return {
|
|
3790
|
+
/**
|
|
3791
|
+
* Get images for a node for display in a camera roll format
|
|
3792
|
+
* @param {DefaultApiGetCameraRollRequest} requestParameters Request parameters.
|
|
3793
|
+
* @param {*} [options] Override http request option.
|
|
3794
|
+
* @throws {RequiredError}
|
|
3795
|
+
*/
|
|
3796
|
+
getCameraRoll(requestParameters = {}, options) {
|
|
3797
|
+
return localVarFp.getCameraRoll(requestParameters.nodeId, requestParameters.lineageId, requestParameters.before, requestParameters.types, options).then((request) => request(axios, basePath));
|
|
3798
|
+
},
|
|
2924
3799
|
/**
|
|
2925
3800
|
* Get the various tokens used in client applications
|
|
2926
3801
|
* @param {*} [options] Override http request option.
|
|
@@ -2982,6 +3857,15 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
2982
3857
|
v1CreateAutofocusResult(requestParameters, options) {
|
|
2983
3858
|
return localVarFp.v1CreateAutofocusResult(requestParameters.v1CreateAutofocusResultRequest, options).then((request) => request(axios, basePath));
|
|
2984
3859
|
},
|
|
3860
|
+
/**
|
|
3861
|
+
* Create a filter wheel.
|
|
3862
|
+
* @param {DefaultApiV1CreateFilterWheelRequest} requestParameters Request parameters.
|
|
3863
|
+
* @param {*} [options] Override http request option.
|
|
3864
|
+
* @throws {RequiredError}
|
|
3865
|
+
*/
|
|
3866
|
+
v1CreateFilterWheel(requestParameters, options) {
|
|
3867
|
+
return localVarFp.v1CreateFilterWheel(requestParameters.v1CreateFilterWheelRequest, options).then((request) => request(axios, basePath));
|
|
3868
|
+
},
|
|
2985
3869
|
/**
|
|
2986
3870
|
* Create an focuser.
|
|
2987
3871
|
* @param {DefaultApiV1CreateFocuserRequest} requestParameters Request parameters.
|
|
@@ -3009,6 +3893,15 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
3009
3893
|
v1CreateImageSetImage(requestParameters, options) {
|
|
3010
3894
|
return localVarFp.v1CreateImageSetImage(requestParameters.v1CreateImageSetImageRequest, options).then((request) => request(axios, basePath));
|
|
3011
3895
|
},
|
|
3896
|
+
/**
|
|
3897
|
+
* Create an image set image upload url.
|
|
3898
|
+
* @param {DefaultApiV1CreateImageSetImageUploadUrlRequest} requestParameters Request parameters.
|
|
3899
|
+
* @param {*} [options] Override http request option.
|
|
3900
|
+
* @throws {RequiredError}
|
|
3901
|
+
*/
|
|
3902
|
+
v1CreateImageSetImageUploadUrl(requestParameters, options) {
|
|
3903
|
+
return localVarFp.v1CreateImageSetImageUploadUrl(requestParameters.v1CreateImageSetImageUploadUrlRequest, options).then((request) => request(axios, basePath));
|
|
3904
|
+
},
|
|
3012
3905
|
/**
|
|
3013
3906
|
* Create metrics.
|
|
3014
3907
|
* @param {DefaultApiV1CreateMetricsRequest} requestParameters Request parameters.
|
|
@@ -3081,6 +3974,15 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
3081
3974
|
v1CreateOpticalTube(requestParameters, options) {
|
|
3082
3975
|
return localVarFp.v1CreateOpticalTube(requestParameters.v1CreateOpticalTubeRequest, options).then((request) => request(axios, basePath));
|
|
3083
3976
|
},
|
|
3977
|
+
/**
|
|
3978
|
+
* Set metadata and plate solve results for an image.
|
|
3979
|
+
* @param {DefaultApiV1CreateProcessedImageSetImageRequest} requestParameters Request parameters.
|
|
3980
|
+
* @param {*} [options] Override http request option.
|
|
3981
|
+
* @throws {RequiredError}
|
|
3982
|
+
*/
|
|
3983
|
+
v1CreateProcessedImageSetImage(requestParameters, options) {
|
|
3984
|
+
return localVarFp.v1CreateProcessedImageSetImage(requestParameters.v1CreateProcessedImageSetImageRequest, options).then((request) => request(axios, basePath));
|
|
3985
|
+
},
|
|
3084
3986
|
/**
|
|
3085
3987
|
* Create a time windowed asset.
|
|
3086
3988
|
* @param {DefaultApiV1CreateTimeWindowedAssetRequest} requestParameters Request parameters.
|
|
@@ -3090,6 +3992,15 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
3090
3992
|
v1CreateTimeWindowedAsset(requestParameters, options) {
|
|
3091
3993
|
return localVarFp.v1CreateTimeWindowedAsset(requestParameters.v1CreateTimeWindowedAssetRequest, options).then((request) => request(axios, basePath));
|
|
3092
3994
|
},
|
|
3995
|
+
/**
|
|
3996
|
+
* Get the sunrise/sunset times for a specific node by its ID
|
|
3997
|
+
* @param {DefaultApiV1CustomerGetSuntimesRequest} requestParameters Request parameters.
|
|
3998
|
+
* @param {*} [options] Override http request option.
|
|
3999
|
+
* @throws {RequiredError}
|
|
4000
|
+
*/
|
|
4001
|
+
v1CustomerGetSuntimes(requestParameters, options) {
|
|
4002
|
+
return localVarFp.v1CustomerGetSuntimes(requestParameters.nodeId, options).then((request) => request(axios, basePath));
|
|
4003
|
+
},
|
|
3093
4004
|
/**
|
|
3094
4005
|
* Delete an image set.
|
|
3095
4006
|
* @param {DefaultApiV1DeleteImageSetRequest} requestParameters Request parameters.
|
|
@@ -3143,6 +4054,15 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
3143
4054
|
v1GetCameras(options) {
|
|
3144
4055
|
return localVarFp.v1GetCameras(options).then((request) => request(axios, basePath));
|
|
3145
4056
|
},
|
|
4057
|
+
/**
|
|
4058
|
+
* Get a filter wheel.
|
|
4059
|
+
* @param {DefaultApiV1GetFilterWheelRequest} requestParameters Request parameters.
|
|
4060
|
+
* @param {*} [options] Override http request option.
|
|
4061
|
+
* @throws {RequiredError}
|
|
4062
|
+
*/
|
|
4063
|
+
v1GetFilterWheel(requestParameters, options) {
|
|
4064
|
+
return localVarFp.v1GetFilterWheel(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
4065
|
+
},
|
|
3146
4066
|
/**
|
|
3147
4067
|
* Get a focuser.
|
|
3148
4068
|
* @param {DefaultApiV1GetFocuserRequest} requestParameters Request parameters.
|
|
@@ -3225,13 +4145,13 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
3225
4145
|
return localVarFp.v1GetMount(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
3226
4146
|
},
|
|
3227
4147
|
/**
|
|
3228
|
-
* Get node by lineage id.
|
|
4148
|
+
* Get node by lineage id or node id.
|
|
3229
4149
|
* @param {DefaultApiV1GetNodeRequest} requestParameters Request parameters.
|
|
3230
4150
|
* @param {*} [options] Override http request option.
|
|
3231
4151
|
* @throws {RequiredError}
|
|
3232
4152
|
*/
|
|
3233
|
-
v1GetNode(requestParameters, options) {
|
|
3234
|
-
return localVarFp.v1GetNode(requestParameters.lineageId, options).then((request) => request(axios, basePath));
|
|
4153
|
+
v1GetNode(requestParameters = {}, options) {
|
|
4154
|
+
return localVarFp.v1GetNode(requestParameters.lineageId, requestParameters.nodeId, options).then((request) => request(axios, basePath));
|
|
3235
4155
|
},
|
|
3236
4156
|
/**
|
|
3237
4157
|
* Get node commands
|
|
@@ -3243,22 +4163,22 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
3243
4163
|
return localVarFp.v1GetNodeCommands(requestParameters.nodeId, requestParameters.executableAt, options).then((request) => request(axios, basePath));
|
|
3244
4164
|
},
|
|
3245
4165
|
/**
|
|
3246
|
-
*
|
|
3247
|
-
* @param {
|
|
4166
|
+
* Get node diagnostic tasks.
|
|
4167
|
+
* @param {DefaultApiV1GetNodeDiagnosticTasksRequest} requestParameters Request parameters.
|
|
3248
4168
|
* @param {*} [options] Override http request option.
|
|
3249
4169
|
* @throws {RequiredError}
|
|
3250
4170
|
*/
|
|
3251
|
-
|
|
3252
|
-
return localVarFp.
|
|
4171
|
+
v1GetNodeDiagnosticTasks(requestParameters, options) {
|
|
4172
|
+
return localVarFp.v1GetNodeDiagnosticTasks(requestParameters.nodeId, requestParameters.supportedDiagnostics, options).then((request) => request(axios, basePath));
|
|
3253
4173
|
},
|
|
3254
4174
|
/**
|
|
3255
|
-
* Get node
|
|
3256
|
-
* @param {
|
|
4175
|
+
* Get node events Apex Charts timeline
|
|
4176
|
+
* @param {DefaultApiV1GetNodeEventsApexChartsTimelineRequest} requestParameters Request parameters.
|
|
3257
4177
|
* @param {*} [options] Override http request option.
|
|
3258
4178
|
* @throws {RequiredError}
|
|
3259
4179
|
*/
|
|
3260
|
-
|
|
3261
|
-
return localVarFp.
|
|
4180
|
+
v1GetNodeEventsApexChartsTimeline(requestParameters, options) {
|
|
4181
|
+
return localVarFp.v1GetNodeEventsApexChartsTimeline(requestParameters.startTime, requestParameters.endTime, requestParameters.nodeId, requestParameters.lineageId, options).then((request) => request(axios, basePath));
|
|
3262
4182
|
},
|
|
3263
4183
|
/**
|
|
3264
4184
|
* Get a node flare by id.
|
|
@@ -3340,6 +4260,31 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
3340
4260
|
v1GetPlateSolveCatalogDiff(requestParameters, options) {
|
|
3341
4261
|
return localVarFp.v1GetPlateSolveCatalogDiff(requestParameters.v1GetPlateSolveCatalogDiffRequest, options).then((request) => request(axios, basePath));
|
|
3342
4262
|
},
|
|
4263
|
+
/**
|
|
4264
|
+
* Get satellites for skyAtlas. returns jsonl
|
|
4265
|
+
* @param {*} [options] Override http request option.
|
|
4266
|
+
* @throws {RequiredError}
|
|
4267
|
+
*/
|
|
4268
|
+
v1GetSkyAtlasSatellites(options) {
|
|
4269
|
+
return localVarFp.v1GetSkyAtlasSatellites(options).then((request) => request(axios, basePath));
|
|
4270
|
+
},
|
|
4271
|
+
/**
|
|
4272
|
+
* Get the target QCOM OTA software release for a node
|
|
4273
|
+
* @param {*} [options] Override http request option.
|
|
4274
|
+
* @throws {RequiredError}
|
|
4275
|
+
*/
|
|
4276
|
+
v1GetTargetQCOMOTASoftwareReleaseForNode(options) {
|
|
4277
|
+
return localVarFp.v1GetTargetQCOMOTASoftwareReleaseForNode(options).then((request) => request(axios, basePath));
|
|
4278
|
+
},
|
|
4279
|
+
/**
|
|
4280
|
+
* Get the target software releases for a node
|
|
4281
|
+
* @param {DefaultApiV1GetTargetSoftwareReleasesForNodeRequest} requestParameters Request parameters.
|
|
4282
|
+
* @param {*} [options] Override http request option.
|
|
4283
|
+
* @throws {RequiredError}
|
|
4284
|
+
*/
|
|
4285
|
+
v1GetTargetSoftwareReleasesForNode(requestParameters, options) {
|
|
4286
|
+
return localVarFp.v1GetTargetSoftwareReleasesForNode(requestParameters.lineageId, options).then((request) => request(axios, basePath));
|
|
4287
|
+
},
|
|
3343
4288
|
/**
|
|
3344
4289
|
* Get a time windowed asset by id.
|
|
3345
4290
|
* @param {DefaultApiV1GetTimeWindowedAssetRequest} requestParameters Request parameters.
|
|
@@ -3375,6 +4320,46 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
3375
4320
|
v1MountMatch(requestParameters = {}, options) {
|
|
3376
4321
|
return localVarFp.v1MountMatch(requestParameters.model, options).then((request) => request(axios, basePath));
|
|
3377
4322
|
},
|
|
4323
|
+
/**
|
|
4324
|
+
* \' 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 \'
|
|
4325
|
+
* @param {DefaultApiV1NodeCommandV1EnableAutonomousOperationRequest} requestParameters Request parameters.
|
|
4326
|
+
* @param {*} [options] Override http request option.
|
|
4327
|
+
* @deprecated
|
|
4328
|
+
* @throws {RequiredError}
|
|
4329
|
+
*/
|
|
4330
|
+
v1NodeCommandV1EnableAutonomousOperation(requestParameters, options) {
|
|
4331
|
+
return localVarFp.v1NodeCommandV1EnableAutonomousOperation(requestParameters.v1EnableAutonomousOperation, options).then((request) => request(axios, basePath));
|
|
4332
|
+
},
|
|
4333
|
+
/**
|
|
4334
|
+
* \' 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! \'
|
|
4335
|
+
* @param {DefaultApiV1NodeCommandV1EnableManualOperationRequest} requestParameters Request parameters.
|
|
4336
|
+
* @param {*} [options] Override http request option.
|
|
4337
|
+
* @deprecated
|
|
4338
|
+
* @throws {RequiredError}
|
|
4339
|
+
*/
|
|
4340
|
+
v1NodeCommandV1EnableManualOperation(requestParameters, options) {
|
|
4341
|
+
return localVarFp.v1NodeCommandV1EnableManualOperation(requestParameters.v1EnableManualOperation, options).then((request) => request(axios, basePath));
|
|
4342
|
+
},
|
|
4343
|
+
/**
|
|
4344
|
+
* v1 reboot system
|
|
4345
|
+
* @param {DefaultApiV1NodeCommandV1RebootSystemRequest} requestParameters Request parameters.
|
|
4346
|
+
* @param {*} [options] Override http request option.
|
|
4347
|
+
* @deprecated
|
|
4348
|
+
* @throws {RequiredError}
|
|
4349
|
+
*/
|
|
4350
|
+
v1NodeCommandV1RebootSystem(requestParameters, options) {
|
|
4351
|
+
return localVarFp.v1NodeCommandV1RebootSystem(requestParameters.v1RebootSystem, options).then((request) => request(axios, basePath));
|
|
4352
|
+
},
|
|
4353
|
+
/**
|
|
4354
|
+
* v1 send flare
|
|
4355
|
+
* @param {DefaultApiV1NodeCommandV1SendFlareRequest} requestParameters Request parameters.
|
|
4356
|
+
* @param {*} [options] Override http request option.
|
|
4357
|
+
* @deprecated
|
|
4358
|
+
* @throws {RequiredError}
|
|
4359
|
+
*/
|
|
4360
|
+
v1NodeCommandV1SendFlare(requestParameters, options) {
|
|
4361
|
+
return localVarFp.v1NodeCommandV1SendFlare(requestParameters.v1SendFlare, options).then((request) => request(axios, basePath));
|
|
4362
|
+
},
|
|
3378
4363
|
/**
|
|
3379
4364
|
* Match optical tube.
|
|
3380
4365
|
* @param {DefaultApiV1OpticalTubeMatchRequest} requestParameters Request parameters.
|
|
@@ -3393,6 +4378,24 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
3393
4378
|
v1RegisterNodeController(requestParameters, options) {
|
|
3394
4379
|
return localVarFp.v1RegisterNodeController(requestParameters.v1RegisterNodeControllerRequest, options).then((request) => request(axios, basePath));
|
|
3395
4380
|
},
|
|
4381
|
+
/**
|
|
4382
|
+
* Requests mac addresses for the given lineage and interfaces.
|
|
4383
|
+
* @param {DefaultApiV1RequestMacAddressesRequest} requestParameters Request parameters.
|
|
4384
|
+
* @param {*} [options] Override http request option.
|
|
4385
|
+
* @throws {RequiredError}
|
|
4386
|
+
*/
|
|
4387
|
+
v1RequestMacAddresses(requestParameters, options) {
|
|
4388
|
+
return localVarFp.v1RequestMacAddresses(requestParameters.v1RequestMacAddressesRequest, options).then((request) => request(axios, basePath));
|
|
4389
|
+
},
|
|
4390
|
+
/**
|
|
4391
|
+
* Update a mount.
|
|
4392
|
+
* @param {DefaultApiV1UpdateMountRequest} requestParameters Request parameters.
|
|
4393
|
+
* @param {*} [options] Override http request option.
|
|
4394
|
+
* @throws {RequiredError}
|
|
4395
|
+
*/
|
|
4396
|
+
v1UpdateMount(requestParameters, options) {
|
|
4397
|
+
return localVarFp.v1UpdateMount(requestParameters.v1UpdateMountRequest, options).then((request) => request(axios, basePath));
|
|
4398
|
+
},
|
|
3396
4399
|
/**
|
|
3397
4400
|
* Update a node.
|
|
3398
4401
|
* @param {DefaultApiV1UpdateNodeRequest} requestParameters Request parameters.
|
|
@@ -3411,6 +4414,15 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
3411
4414
|
v1UpdateNodeComponents(requestParameters, options) {
|
|
3412
4415
|
return localVarFp.v1UpdateNodeComponents(requestParameters.v1UpdateNodeComponentsRequest, options).then((request) => request(axios, basePath));
|
|
3413
4416
|
},
|
|
4417
|
+
/**
|
|
4418
|
+
* Update an optical tube.
|
|
4419
|
+
* @param {DefaultApiV1UpdateOpticalTubeRequest} requestParameters Request parameters.
|
|
4420
|
+
* @param {*} [options] Override http request option.
|
|
4421
|
+
* @throws {RequiredError}
|
|
4422
|
+
*/
|
|
4423
|
+
v1UpdateOpticalTube(requestParameters, options) {
|
|
4424
|
+
return localVarFp.v1UpdateOpticalTube(requestParameters.v1UpdateOpticalTubeRequest, options).then((request) => request(axios, basePath));
|
|
4425
|
+
},
|
|
3414
4426
|
/**
|
|
3415
4427
|
* Complete an observation utilizing the async pipeline.
|
|
3416
4428
|
* @param {DefaultApiV2CompleteObservationRequest} requestParameters Request parameters.
|
|
@@ -3420,6 +4432,15 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
3420
4432
|
v2CompleteObservation(requestParameters, options) {
|
|
3421
4433
|
return localVarFp.v2CompleteObservation(requestParameters.v2CompleteObservationRequest, options).then((request) => request(axios, basePath));
|
|
3422
4434
|
},
|
|
4435
|
+
/**
|
|
4436
|
+
* V2 Issue Certificate
|
|
4437
|
+
* @param {DefaultApiV2IssueCertificateRequest} requestParameters Request parameters.
|
|
4438
|
+
* @param {*} [options] Override http request option.
|
|
4439
|
+
* @throws {RequiredError}
|
|
4440
|
+
*/
|
|
4441
|
+
v2IssueCertificate(requestParameters, options) {
|
|
4442
|
+
return localVarFp.v2IssueCertificate(requestParameters.v1NodeControllerBootstrapRequest, options).then((request) => request(axios, basePath));
|
|
4443
|
+
},
|
|
3423
4444
|
};
|
|
3424
4445
|
};
|
|
3425
4446
|
/**
|
|
@@ -3429,6 +4450,16 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
3429
4450
|
* @extends {BaseAPI}
|
|
3430
4451
|
*/
|
|
3431
4452
|
export class DefaultApi extends BaseAPI {
|
|
4453
|
+
/**
|
|
4454
|
+
* Get images for a node for display in a camera roll format
|
|
4455
|
+
* @param {DefaultApiGetCameraRollRequest} requestParameters Request parameters.
|
|
4456
|
+
* @param {*} [options] Override http request option.
|
|
4457
|
+
* @throws {RequiredError}
|
|
4458
|
+
* @memberof DefaultApi
|
|
4459
|
+
*/
|
|
4460
|
+
getCameraRoll(requestParameters = {}, options) {
|
|
4461
|
+
return DefaultApiFp(this.configuration).getCameraRoll(requestParameters.nodeId, requestParameters.lineageId, requestParameters.before, requestParameters.types, options).then((request) => request(this.axios, this.basePath));
|
|
4462
|
+
}
|
|
3432
4463
|
/**
|
|
3433
4464
|
* Get the various tokens used in client applications
|
|
3434
4465
|
* @param {*} [options] Override http request option.
|
|
@@ -3497,6 +4528,16 @@ export class DefaultApi extends BaseAPI {
|
|
|
3497
4528
|
v1CreateAutofocusResult(requestParameters, options) {
|
|
3498
4529
|
return DefaultApiFp(this.configuration).v1CreateAutofocusResult(requestParameters.v1CreateAutofocusResultRequest, options).then((request) => request(this.axios, this.basePath));
|
|
3499
4530
|
}
|
|
4531
|
+
/**
|
|
4532
|
+
* Create a filter wheel.
|
|
4533
|
+
* @param {DefaultApiV1CreateFilterWheelRequest} requestParameters Request parameters.
|
|
4534
|
+
* @param {*} [options] Override http request option.
|
|
4535
|
+
* @throws {RequiredError}
|
|
4536
|
+
* @memberof DefaultApi
|
|
4537
|
+
*/
|
|
4538
|
+
v1CreateFilterWheel(requestParameters, options) {
|
|
4539
|
+
return DefaultApiFp(this.configuration).v1CreateFilterWheel(requestParameters.v1CreateFilterWheelRequest, options).then((request) => request(this.axios, this.basePath));
|
|
4540
|
+
}
|
|
3500
4541
|
/**
|
|
3501
4542
|
* Create an focuser.
|
|
3502
4543
|
* @param {DefaultApiV1CreateFocuserRequest} requestParameters Request parameters.
|
|
@@ -3527,6 +4568,16 @@ export class DefaultApi extends BaseAPI {
|
|
|
3527
4568
|
v1CreateImageSetImage(requestParameters, options) {
|
|
3528
4569
|
return DefaultApiFp(this.configuration).v1CreateImageSetImage(requestParameters.v1CreateImageSetImageRequest, options).then((request) => request(this.axios, this.basePath));
|
|
3529
4570
|
}
|
|
4571
|
+
/**
|
|
4572
|
+
* Create an image set image upload url.
|
|
4573
|
+
* @param {DefaultApiV1CreateImageSetImageUploadUrlRequest} requestParameters Request parameters.
|
|
4574
|
+
* @param {*} [options] Override http request option.
|
|
4575
|
+
* @throws {RequiredError}
|
|
4576
|
+
* @memberof DefaultApi
|
|
4577
|
+
*/
|
|
4578
|
+
v1CreateImageSetImageUploadUrl(requestParameters, options) {
|
|
4579
|
+
return DefaultApiFp(this.configuration).v1CreateImageSetImageUploadUrl(requestParameters.v1CreateImageSetImageUploadUrlRequest, options).then((request) => request(this.axios, this.basePath));
|
|
4580
|
+
}
|
|
3530
4581
|
/**
|
|
3531
4582
|
* Create metrics.
|
|
3532
4583
|
* @param {DefaultApiV1CreateMetricsRequest} requestParameters Request parameters.
|
|
@@ -3607,6 +4658,16 @@ export class DefaultApi extends BaseAPI {
|
|
|
3607
4658
|
v1CreateOpticalTube(requestParameters, options) {
|
|
3608
4659
|
return DefaultApiFp(this.configuration).v1CreateOpticalTube(requestParameters.v1CreateOpticalTubeRequest, options).then((request) => request(this.axios, this.basePath));
|
|
3609
4660
|
}
|
|
4661
|
+
/**
|
|
4662
|
+
* Set metadata and plate solve results for an image.
|
|
4663
|
+
* @param {DefaultApiV1CreateProcessedImageSetImageRequest} requestParameters Request parameters.
|
|
4664
|
+
* @param {*} [options] Override http request option.
|
|
4665
|
+
* @throws {RequiredError}
|
|
4666
|
+
* @memberof DefaultApi
|
|
4667
|
+
*/
|
|
4668
|
+
v1CreateProcessedImageSetImage(requestParameters, options) {
|
|
4669
|
+
return DefaultApiFp(this.configuration).v1CreateProcessedImageSetImage(requestParameters.v1CreateProcessedImageSetImageRequest, options).then((request) => request(this.axios, this.basePath));
|
|
4670
|
+
}
|
|
3610
4671
|
/**
|
|
3611
4672
|
* Create a time windowed asset.
|
|
3612
4673
|
* @param {DefaultApiV1CreateTimeWindowedAssetRequest} requestParameters Request parameters.
|
|
@@ -3617,6 +4678,16 @@ export class DefaultApi extends BaseAPI {
|
|
|
3617
4678
|
v1CreateTimeWindowedAsset(requestParameters, options) {
|
|
3618
4679
|
return DefaultApiFp(this.configuration).v1CreateTimeWindowedAsset(requestParameters.v1CreateTimeWindowedAssetRequest, options).then((request) => request(this.axios, this.basePath));
|
|
3619
4680
|
}
|
|
4681
|
+
/**
|
|
4682
|
+
* Get the sunrise/sunset times for a specific node by its ID
|
|
4683
|
+
* @param {DefaultApiV1CustomerGetSuntimesRequest} requestParameters Request parameters.
|
|
4684
|
+
* @param {*} [options] Override http request option.
|
|
4685
|
+
* @throws {RequiredError}
|
|
4686
|
+
* @memberof DefaultApi
|
|
4687
|
+
*/
|
|
4688
|
+
v1CustomerGetSuntimes(requestParameters, options) {
|
|
4689
|
+
return DefaultApiFp(this.configuration).v1CustomerGetSuntimes(requestParameters.nodeId, options).then((request) => request(this.axios, this.basePath));
|
|
4690
|
+
}
|
|
3620
4691
|
/**
|
|
3621
4692
|
* Delete an image set.
|
|
3622
4693
|
* @param {DefaultApiV1DeleteImageSetRequest} requestParameters Request parameters.
|
|
@@ -3676,6 +4747,16 @@ export class DefaultApi extends BaseAPI {
|
|
|
3676
4747
|
v1GetCameras(options) {
|
|
3677
4748
|
return DefaultApiFp(this.configuration).v1GetCameras(options).then((request) => request(this.axios, this.basePath));
|
|
3678
4749
|
}
|
|
4750
|
+
/**
|
|
4751
|
+
* Get a filter wheel.
|
|
4752
|
+
* @param {DefaultApiV1GetFilterWheelRequest} requestParameters Request parameters.
|
|
4753
|
+
* @param {*} [options] Override http request option.
|
|
4754
|
+
* @throws {RequiredError}
|
|
4755
|
+
* @memberof DefaultApi
|
|
4756
|
+
*/
|
|
4757
|
+
v1GetFilterWheel(requestParameters, options) {
|
|
4758
|
+
return DefaultApiFp(this.configuration).v1GetFilterWheel(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
4759
|
+
}
|
|
3679
4760
|
/**
|
|
3680
4761
|
* Get a focuser.
|
|
3681
4762
|
* @param {DefaultApiV1GetFocuserRequest} requestParameters Request parameters.
|
|
@@ -3767,14 +4848,14 @@ export class DefaultApi extends BaseAPI {
|
|
|
3767
4848
|
return DefaultApiFp(this.configuration).v1GetMount(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
3768
4849
|
}
|
|
3769
4850
|
/**
|
|
3770
|
-
* Get node by lineage id.
|
|
4851
|
+
* Get node by lineage id or node id.
|
|
3771
4852
|
* @param {DefaultApiV1GetNodeRequest} requestParameters Request parameters.
|
|
3772
4853
|
* @param {*} [options] Override http request option.
|
|
3773
4854
|
* @throws {RequiredError}
|
|
3774
4855
|
* @memberof DefaultApi
|
|
3775
4856
|
*/
|
|
3776
|
-
v1GetNode(requestParameters, options) {
|
|
3777
|
-
return DefaultApiFp(this.configuration).v1GetNode(requestParameters.lineageId, options).then((request) => request(this.axios, this.basePath));
|
|
4857
|
+
v1GetNode(requestParameters = {}, options) {
|
|
4858
|
+
return DefaultApiFp(this.configuration).v1GetNode(requestParameters.lineageId, requestParameters.nodeId, options).then((request) => request(this.axios, this.basePath));
|
|
3778
4859
|
}
|
|
3779
4860
|
/**
|
|
3780
4861
|
* Get node commands
|
|
@@ -3787,24 +4868,24 @@ export class DefaultApi extends BaseAPI {
|
|
|
3787
4868
|
return DefaultApiFp(this.configuration).v1GetNodeCommands(requestParameters.nodeId, requestParameters.executableAt, options).then((request) => request(this.axios, this.basePath));
|
|
3788
4869
|
}
|
|
3789
4870
|
/**
|
|
3790
|
-
*
|
|
3791
|
-
* @param {
|
|
4871
|
+
* Get node diagnostic tasks.
|
|
4872
|
+
* @param {DefaultApiV1GetNodeDiagnosticTasksRequest} requestParameters Request parameters.
|
|
3792
4873
|
* @param {*} [options] Override http request option.
|
|
3793
4874
|
* @throws {RequiredError}
|
|
3794
4875
|
* @memberof DefaultApi
|
|
3795
4876
|
*/
|
|
3796
|
-
|
|
3797
|
-
return DefaultApiFp(this.configuration).
|
|
4877
|
+
v1GetNodeDiagnosticTasks(requestParameters, options) {
|
|
4878
|
+
return DefaultApiFp(this.configuration).v1GetNodeDiagnosticTasks(requestParameters.nodeId, requestParameters.supportedDiagnostics, options).then((request) => request(this.axios, this.basePath));
|
|
3798
4879
|
}
|
|
3799
4880
|
/**
|
|
3800
|
-
* Get node
|
|
3801
|
-
* @param {
|
|
4881
|
+
* Get node events Apex Charts timeline
|
|
4882
|
+
* @param {DefaultApiV1GetNodeEventsApexChartsTimelineRequest} requestParameters Request parameters.
|
|
3802
4883
|
* @param {*} [options] Override http request option.
|
|
3803
4884
|
* @throws {RequiredError}
|
|
3804
4885
|
* @memberof DefaultApi
|
|
3805
4886
|
*/
|
|
3806
|
-
|
|
3807
|
-
return DefaultApiFp(this.configuration).
|
|
4887
|
+
v1GetNodeEventsApexChartsTimeline(requestParameters, options) {
|
|
4888
|
+
return DefaultApiFp(this.configuration).v1GetNodeEventsApexChartsTimeline(requestParameters.startTime, requestParameters.endTime, requestParameters.nodeId, requestParameters.lineageId, options).then((request) => request(this.axios, this.basePath));
|
|
3808
4889
|
}
|
|
3809
4890
|
/**
|
|
3810
4891
|
* Get a node flare by id.
|
|
@@ -3895,6 +4976,34 @@ export class DefaultApi extends BaseAPI {
|
|
|
3895
4976
|
v1GetPlateSolveCatalogDiff(requestParameters, options) {
|
|
3896
4977
|
return DefaultApiFp(this.configuration).v1GetPlateSolveCatalogDiff(requestParameters.v1GetPlateSolveCatalogDiffRequest, options).then((request) => request(this.axios, this.basePath));
|
|
3897
4978
|
}
|
|
4979
|
+
/**
|
|
4980
|
+
* Get satellites for skyAtlas. returns jsonl
|
|
4981
|
+
* @param {*} [options] Override http request option.
|
|
4982
|
+
* @throws {RequiredError}
|
|
4983
|
+
* @memberof DefaultApi
|
|
4984
|
+
*/
|
|
4985
|
+
v1GetSkyAtlasSatellites(options) {
|
|
4986
|
+
return DefaultApiFp(this.configuration).v1GetSkyAtlasSatellites(options).then((request) => request(this.axios, this.basePath));
|
|
4987
|
+
}
|
|
4988
|
+
/**
|
|
4989
|
+
* Get the target QCOM OTA software release for a node
|
|
4990
|
+
* @param {*} [options] Override http request option.
|
|
4991
|
+
* @throws {RequiredError}
|
|
4992
|
+
* @memberof DefaultApi
|
|
4993
|
+
*/
|
|
4994
|
+
v1GetTargetQCOMOTASoftwareReleaseForNode(options) {
|
|
4995
|
+
return DefaultApiFp(this.configuration).v1GetTargetQCOMOTASoftwareReleaseForNode(options).then((request) => request(this.axios, this.basePath));
|
|
4996
|
+
}
|
|
4997
|
+
/**
|
|
4998
|
+
* Get the target software releases for a node
|
|
4999
|
+
* @param {DefaultApiV1GetTargetSoftwareReleasesForNodeRequest} requestParameters Request parameters.
|
|
5000
|
+
* @param {*} [options] Override http request option.
|
|
5001
|
+
* @throws {RequiredError}
|
|
5002
|
+
* @memberof DefaultApi
|
|
5003
|
+
*/
|
|
5004
|
+
v1GetTargetSoftwareReleasesForNode(requestParameters, options) {
|
|
5005
|
+
return DefaultApiFp(this.configuration).v1GetTargetSoftwareReleasesForNode(requestParameters.lineageId, options).then((request) => request(this.axios, this.basePath));
|
|
5006
|
+
}
|
|
3898
5007
|
/**
|
|
3899
5008
|
* Get a time windowed asset by id.
|
|
3900
5009
|
* @param {DefaultApiV1GetTimeWindowedAssetRequest} requestParameters Request parameters.
|
|
@@ -3934,6 +5043,50 @@ export class DefaultApi extends BaseAPI {
|
|
|
3934
5043
|
v1MountMatch(requestParameters = {}, options) {
|
|
3935
5044
|
return DefaultApiFp(this.configuration).v1MountMatch(requestParameters.model, options).then((request) => request(this.axios, this.basePath));
|
|
3936
5045
|
}
|
|
5046
|
+
/**
|
|
5047
|
+
* \' 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 \'
|
|
5048
|
+
* @param {DefaultApiV1NodeCommandV1EnableAutonomousOperationRequest} requestParameters Request parameters.
|
|
5049
|
+
* @param {*} [options] Override http request option.
|
|
5050
|
+
* @deprecated
|
|
5051
|
+
* @throws {RequiredError}
|
|
5052
|
+
* @memberof DefaultApi
|
|
5053
|
+
*/
|
|
5054
|
+
v1NodeCommandV1EnableAutonomousOperation(requestParameters, options) {
|
|
5055
|
+
return DefaultApiFp(this.configuration).v1NodeCommandV1EnableAutonomousOperation(requestParameters.v1EnableAutonomousOperation, options).then((request) => request(this.axios, this.basePath));
|
|
5056
|
+
}
|
|
5057
|
+
/**
|
|
5058
|
+
* \' 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! \'
|
|
5059
|
+
* @param {DefaultApiV1NodeCommandV1EnableManualOperationRequest} requestParameters Request parameters.
|
|
5060
|
+
* @param {*} [options] Override http request option.
|
|
5061
|
+
* @deprecated
|
|
5062
|
+
* @throws {RequiredError}
|
|
5063
|
+
* @memberof DefaultApi
|
|
5064
|
+
*/
|
|
5065
|
+
v1NodeCommandV1EnableManualOperation(requestParameters, options) {
|
|
5066
|
+
return DefaultApiFp(this.configuration).v1NodeCommandV1EnableManualOperation(requestParameters.v1EnableManualOperation, options).then((request) => request(this.axios, this.basePath));
|
|
5067
|
+
}
|
|
5068
|
+
/**
|
|
5069
|
+
* v1 reboot system
|
|
5070
|
+
* @param {DefaultApiV1NodeCommandV1RebootSystemRequest} requestParameters Request parameters.
|
|
5071
|
+
* @param {*} [options] Override http request option.
|
|
5072
|
+
* @deprecated
|
|
5073
|
+
* @throws {RequiredError}
|
|
5074
|
+
* @memberof DefaultApi
|
|
5075
|
+
*/
|
|
5076
|
+
v1NodeCommandV1RebootSystem(requestParameters, options) {
|
|
5077
|
+
return DefaultApiFp(this.configuration).v1NodeCommandV1RebootSystem(requestParameters.v1RebootSystem, options).then((request) => request(this.axios, this.basePath));
|
|
5078
|
+
}
|
|
5079
|
+
/**
|
|
5080
|
+
* v1 send flare
|
|
5081
|
+
* @param {DefaultApiV1NodeCommandV1SendFlareRequest} requestParameters Request parameters.
|
|
5082
|
+
* @param {*} [options] Override http request option.
|
|
5083
|
+
* @deprecated
|
|
5084
|
+
* @throws {RequiredError}
|
|
5085
|
+
* @memberof DefaultApi
|
|
5086
|
+
*/
|
|
5087
|
+
v1NodeCommandV1SendFlare(requestParameters, options) {
|
|
5088
|
+
return DefaultApiFp(this.configuration).v1NodeCommandV1SendFlare(requestParameters.v1SendFlare, options).then((request) => request(this.axios, this.basePath));
|
|
5089
|
+
}
|
|
3937
5090
|
/**
|
|
3938
5091
|
* Match optical tube.
|
|
3939
5092
|
* @param {DefaultApiV1OpticalTubeMatchRequest} requestParameters Request parameters.
|
|
@@ -3954,6 +5107,26 @@ export class DefaultApi extends BaseAPI {
|
|
|
3954
5107
|
v1RegisterNodeController(requestParameters, options) {
|
|
3955
5108
|
return DefaultApiFp(this.configuration).v1RegisterNodeController(requestParameters.v1RegisterNodeControllerRequest, options).then((request) => request(this.axios, this.basePath));
|
|
3956
5109
|
}
|
|
5110
|
+
/**
|
|
5111
|
+
* Requests mac addresses for the given lineage and interfaces.
|
|
5112
|
+
* @param {DefaultApiV1RequestMacAddressesRequest} requestParameters Request parameters.
|
|
5113
|
+
* @param {*} [options] Override http request option.
|
|
5114
|
+
* @throws {RequiredError}
|
|
5115
|
+
* @memberof DefaultApi
|
|
5116
|
+
*/
|
|
5117
|
+
v1RequestMacAddresses(requestParameters, options) {
|
|
5118
|
+
return DefaultApiFp(this.configuration).v1RequestMacAddresses(requestParameters.v1RequestMacAddressesRequest, options).then((request) => request(this.axios, this.basePath));
|
|
5119
|
+
}
|
|
5120
|
+
/**
|
|
5121
|
+
* Update a mount.
|
|
5122
|
+
* @param {DefaultApiV1UpdateMountRequest} requestParameters Request parameters.
|
|
5123
|
+
* @param {*} [options] Override http request option.
|
|
5124
|
+
* @throws {RequiredError}
|
|
5125
|
+
* @memberof DefaultApi
|
|
5126
|
+
*/
|
|
5127
|
+
v1UpdateMount(requestParameters, options) {
|
|
5128
|
+
return DefaultApiFp(this.configuration).v1UpdateMount(requestParameters.v1UpdateMountRequest, options).then((request) => request(this.axios, this.basePath));
|
|
5129
|
+
}
|
|
3957
5130
|
/**
|
|
3958
5131
|
* Update a node.
|
|
3959
5132
|
* @param {DefaultApiV1UpdateNodeRequest} requestParameters Request parameters.
|
|
@@ -3974,6 +5147,16 @@ export class DefaultApi extends BaseAPI {
|
|
|
3974
5147
|
v1UpdateNodeComponents(requestParameters, options) {
|
|
3975
5148
|
return DefaultApiFp(this.configuration).v1UpdateNodeComponents(requestParameters.v1UpdateNodeComponentsRequest, options).then((request) => request(this.axios, this.basePath));
|
|
3976
5149
|
}
|
|
5150
|
+
/**
|
|
5151
|
+
* Update an optical tube.
|
|
5152
|
+
* @param {DefaultApiV1UpdateOpticalTubeRequest} requestParameters Request parameters.
|
|
5153
|
+
* @param {*} [options] Override http request option.
|
|
5154
|
+
* @throws {RequiredError}
|
|
5155
|
+
* @memberof DefaultApi
|
|
5156
|
+
*/
|
|
5157
|
+
v1UpdateOpticalTube(requestParameters, options) {
|
|
5158
|
+
return DefaultApiFp(this.configuration).v1UpdateOpticalTube(requestParameters.v1UpdateOpticalTubeRequest, options).then((request) => request(this.axios, this.basePath));
|
|
5159
|
+
}
|
|
3977
5160
|
/**
|
|
3978
5161
|
* Complete an observation utilizing the async pipeline.
|
|
3979
5162
|
* @param {DefaultApiV2CompleteObservationRequest} requestParameters Request parameters.
|
|
@@ -3984,4 +5167,14 @@ export class DefaultApi extends BaseAPI {
|
|
|
3984
5167
|
v2CompleteObservation(requestParameters, options) {
|
|
3985
5168
|
return DefaultApiFp(this.configuration).v2CompleteObservation(requestParameters.v2CompleteObservationRequest, options).then((request) => request(this.axios, this.basePath));
|
|
3986
5169
|
}
|
|
5170
|
+
/**
|
|
5171
|
+
* V2 Issue Certificate
|
|
5172
|
+
* @param {DefaultApiV2IssueCertificateRequest} requestParameters Request parameters.
|
|
5173
|
+
* @param {*} [options] Override http request option.
|
|
5174
|
+
* @throws {RequiredError}
|
|
5175
|
+
* @memberof DefaultApi
|
|
5176
|
+
*/
|
|
5177
|
+
v2IssueCertificate(requestParameters, options) {
|
|
5178
|
+
return DefaultApiFp(this.configuration).v2IssueCertificate(requestParameters.v1NodeControllerBootstrapRequest, options).then((request) => request(this.axios, this.basePath));
|
|
5179
|
+
}
|
|
3987
5180
|
}
|