@ourskyai/astro-api 1.3.1741 → 1.3.1783

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/dist/api.js CHANGED
@@ -5,7 +5,7 @@
5
5
  * OurSky Astro
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
- * The version of the OpenAPI document: 1.3.1741
8
+ * The version of the OpenAPI document: 1.3.1783
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -30,7 +30,7 @@ const common_1 = require("./common");
30
30
  // @ts-ignore
31
31
  const base_1 = require("./base");
32
32
  /**
33
- * asset file type
33
+ *
34
34
  * @export
35
35
  * @enum {string}
36
36
  */
@@ -43,7 +43,7 @@ exports.AssetFileType = {
43
43
  TXT: 'TXT'
44
44
  };
45
45
  /**
46
- * asset type
46
+ *
47
47
  * @export
48
48
  * @enum {string}
49
49
  */
@@ -90,7 +90,7 @@ exports.FilterType = {
90
90
  PHOTO_COUSINS_I: 'PHOTO_COUSINS_I'
91
91
  };
92
92
  /**
93
- * The type of mount
93
+ *
94
94
  * @export
95
95
  * @enum {string}
96
96
  */
@@ -99,7 +99,7 @@ exports.MountType = {
99
99
  EQUITORIAL: 'EQUITORIAL'
100
100
  };
101
101
  /**
102
- * possible states for a node
102
+ *
103
103
  * @export
104
104
  * @enum {string}
105
105
  */
@@ -112,7 +112,7 @@ exports.NodeState = {
112
112
  SUPERSEDED: 'SUPERSEDED'
113
113
  };
114
114
  /**
115
- * optical tube types
115
+ *
116
116
  * @export
117
117
  * @enum {string}
118
118
  */
@@ -124,7 +124,7 @@ exports.OpticalTubeType = {
124
124
  REFRACTOR: 'REFRACTOR'
125
125
  };
126
126
  /**
127
- * shutter type
127
+ *
128
128
  * @export
129
129
  * @enum {string}
130
130
  */
@@ -133,7 +133,7 @@ exports.ShutterType = {
133
133
  GLOBAL: 'GLOBAL'
134
134
  };
135
135
  /**
136
- * target tracking type
136
+ *
137
137
  * @export
138
138
  * @enum {string}
139
139
  */
@@ -142,7 +142,7 @@ exports.TrackingType = {
142
142
  TARGET_RATE: 'TARGET_RATE'
143
143
  };
144
144
  /**
145
- * platform credit source
145
+ *
146
146
  * @export
147
147
  * @enum {string}
148
148
  */
@@ -153,7 +153,7 @@ exports.V1PlatformCreditSource = {
153
153
  ADMIN: 'ADMIN'
154
154
  };
155
155
  /**
156
- * platform credit type
156
+ *
157
157
  * @export
158
158
  * @enum {string}
159
159
  */
@@ -161,7 +161,7 @@ exports.V1PlatformCreditType = {
161
161
  ASTRO_PLATFORM_USAGE: 'ASTRO_PLATFORM_USAGE'
162
162
  };
163
163
  /**
164
- * platform credit unit
164
+ *
165
165
  * @export
166
166
  * @enum {string}
167
167
  */
@@ -175,7 +175,7 @@ exports.V1PlatformCreditUnit = {
175
175
  const DefaultApiAxiosParamCreator = function (configuration) {
176
176
  return {
177
177
  /**
178
- * match camera
178
+ * Match camera.
179
179
  * @param {string} [model]
180
180
  * @param {number} [pixelSizeMicrons]
181
181
  * @param {number} [pixelsX]
@@ -235,14 +235,14 @@ const DefaultApiAxiosParamCreator = function (configuration) {
235
235
  };
236
236
  }),
237
237
  /**
238
- * create an astro user camera
239
- * @param {V1CreateCamera} v1CreateCamera request to create an camera
238
+ * Create an astro camera.
239
+ * @param {V1CreateCameraRequest} v1CreateCameraRequest
240
240
  * @param {*} [options] Override http request option.
241
241
  * @throws {RequiredError}
242
242
  */
243
- v1CreateAstroCamera: (v1CreateCamera, options = {}) => __awaiter(this, void 0, void 0, function* () {
244
- // verify required parameter 'v1CreateCamera' is not null or undefined
245
- (0, common_1.assertParamExists)('v1CreateAstroCamera', 'v1CreateCamera', v1CreateCamera);
243
+ v1CreateAstroCamera: (v1CreateCameraRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
244
+ // verify required parameter 'v1CreateCameraRequest' is not null or undefined
245
+ (0, common_1.assertParamExists)('v1CreateAstroCamera', 'v1CreateCameraRequest', v1CreateCameraRequest);
246
246
  const localVarPath = `/v1/astro-camera`;
247
247
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
248
248
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -261,21 +261,21 @@ const DefaultApiAxiosParamCreator = function (configuration) {
261
261
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
262
262
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
263
263
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
264
- localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(v1CreateCamera, localVarRequestOptions, configuration);
264
+ localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(v1CreateCameraRequest, localVarRequestOptions, configuration);
265
265
  return {
266
266
  url: (0, common_1.toPathString)(localVarUrlObj),
267
267
  options: localVarRequestOptions,
268
268
  };
269
269
  }),
270
270
  /**
271
- * create an astro user mount
272
- * @param {V1CreateMount} v1CreateMount request to create a mount
271
+ * Create an astro mount.
272
+ * @param {V1CreateMountRequest} v1CreateMountRequest
273
273
  * @param {*} [options] Override http request option.
274
274
  * @throws {RequiredError}
275
275
  */
276
- v1CreateAstroMount: (v1CreateMount, options = {}) => __awaiter(this, void 0, void 0, function* () {
277
- // verify required parameter 'v1CreateMount' is not null or undefined
278
- (0, common_1.assertParamExists)('v1CreateAstroMount', 'v1CreateMount', v1CreateMount);
276
+ v1CreateAstroMount: (v1CreateMountRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
277
+ // verify required parameter 'v1CreateMountRequest' is not null or undefined
278
+ (0, common_1.assertParamExists)('v1CreateAstroMount', 'v1CreateMountRequest', v1CreateMountRequest);
279
279
  const localVarPath = `/v1/astro-mount`;
280
280
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
281
281
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -294,21 +294,21 @@ const DefaultApiAxiosParamCreator = function (configuration) {
294
294
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
295
295
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
296
296
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
297
- localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(v1CreateMount, localVarRequestOptions, configuration);
297
+ localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(v1CreateMountRequest, localVarRequestOptions, configuration);
298
298
  return {
299
299
  url: (0, common_1.toPathString)(localVarUrlObj),
300
300
  options: localVarRequestOptions,
301
301
  };
302
302
  }),
303
303
  /**
304
- * create an optical tube for an astro user
305
- * @param {V1CreateOpticalTube} v1CreateOpticalTube request to create an optical tube
304
+ * Create an astro optical tube.
305
+ * @param {V1CreateOpticalTubeRequest} v1CreateOpticalTubeRequest
306
306
  * @param {*} [options] Override http request option.
307
307
  * @throws {RequiredError}
308
308
  */
309
- v1CreateAstroOpticalTube: (v1CreateOpticalTube, options = {}) => __awaiter(this, void 0, void 0, function* () {
310
- // verify required parameter 'v1CreateOpticalTube' is not null or undefined
311
- (0, common_1.assertParamExists)('v1CreateAstroOpticalTube', 'v1CreateOpticalTube', v1CreateOpticalTube);
309
+ v1CreateAstroOpticalTube: (v1CreateOpticalTubeRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
310
+ // verify required parameter 'v1CreateOpticalTubeRequest' is not null or undefined
311
+ (0, common_1.assertParamExists)('v1CreateAstroOpticalTube', 'v1CreateOpticalTubeRequest', v1CreateOpticalTubeRequest);
312
312
  const localVarPath = `/v1/astro-optical-tube`;
313
313
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
314
314
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -327,21 +327,21 @@ const DefaultApiAxiosParamCreator = function (configuration) {
327
327
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
328
328
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
329
329
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
330
- localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(v1CreateOpticalTube, localVarRequestOptions, configuration);
330
+ localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(v1CreateOpticalTubeRequest, localVarRequestOptions, configuration);
331
331
  return {
332
332
  url: (0, common_1.toPathString)(localVarUrlObj),
333
333
  options: localVarRequestOptions,
334
334
  };
335
335
  }),
336
336
  /**
337
- * create an astro project
338
- * @param {V1CreateAstroProject} v1CreateAstroProject request to create an astro project
337
+ * Create an astro project.
338
+ * @param {V1CreateAstroProjectRequest} v1CreateAstroProjectRequest
339
339
  * @param {*} [options] Override http request option.
340
340
  * @throws {RequiredError}
341
341
  */
342
- v1CreateAstroProject: (v1CreateAstroProject, options = {}) => __awaiter(this, void 0, void 0, function* () {
343
- // verify required parameter 'v1CreateAstroProject' is not null or undefined
344
- (0, common_1.assertParamExists)('v1CreateAstroProject', 'v1CreateAstroProject', v1CreateAstroProject);
342
+ v1CreateAstroProject: (v1CreateAstroProjectRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
343
+ // verify required parameter 'v1CreateAstroProjectRequest' is not null or undefined
344
+ (0, common_1.assertParamExists)('v1CreateAstroProject', 'v1CreateAstroProjectRequest', v1CreateAstroProjectRequest);
345
345
  const localVarPath = `/v1/astro-project`;
346
346
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
347
347
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -360,21 +360,21 @@ const DefaultApiAxiosParamCreator = function (configuration) {
360
360
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
361
361
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
362
362
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
363
- localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(v1CreateAstroProject, localVarRequestOptions, configuration);
363
+ localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(v1CreateAstroProjectRequest, localVarRequestOptions, configuration);
364
364
  return {
365
365
  url: (0, common_1.toPathString)(localVarUrlObj),
366
366
  options: localVarRequestOptions,
367
367
  };
368
368
  }),
369
369
  /**
370
- * create a project image set
371
- * @param {V1CreateAstroProjectImageSet} v1CreateAstroProjectImageSet request to create a project image Set
370
+ * Create an astro project image set.
371
+ * @param {V1CreateAstroProjectImageSetRequest} v1CreateAstroProjectImageSetRequest
372
372
  * @param {*} [options] Override http request option.
373
373
  * @throws {RequiredError}
374
374
  */
375
- v1CreateAstroProjectImageSet: (v1CreateAstroProjectImageSet, options = {}) => __awaiter(this, void 0, void 0, function* () {
376
- // verify required parameter 'v1CreateAstroProjectImageSet' is not null or undefined
377
- (0, common_1.assertParamExists)('v1CreateAstroProjectImageSet', 'v1CreateAstroProjectImageSet', v1CreateAstroProjectImageSet);
375
+ v1CreateAstroProjectImageSet: (v1CreateAstroProjectImageSetRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
376
+ // verify required parameter 'v1CreateAstroProjectImageSetRequest' is not null or undefined
377
+ (0, common_1.assertParamExists)('v1CreateAstroProjectImageSet', 'v1CreateAstroProjectImageSetRequest', v1CreateAstroProjectImageSetRequest);
378
378
  const localVarPath = `/v1/astro-project-image-set`;
379
379
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
380
380
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -393,21 +393,21 @@ const DefaultApiAxiosParamCreator = function (configuration) {
393
393
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
394
394
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
395
395
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
396
- localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(v1CreateAstroProjectImageSet, localVarRequestOptions, configuration);
396
+ localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(v1CreateAstroProjectImageSetRequest, localVarRequestOptions, configuration);
397
397
  return {
398
398
  url: (0, common_1.toPathString)(localVarUrlObj),
399
399
  options: localVarRequestOptions,
400
400
  };
401
401
  }),
402
402
  /**
403
- * create an calibration master
404
- * @param {V1CreateCalibrationMaster} v1CreateCalibrationMaster request to create the calibration master
403
+ * Create a calibration master.
404
+ * @param {V1CreateCalibrationMasterRequest} v1CreateCalibrationMasterRequest
405
405
  * @param {*} [options] Override http request option.
406
406
  * @throws {RequiredError}
407
407
  */
408
- v1CreateCalibrationMaster: (v1CreateCalibrationMaster, options = {}) => __awaiter(this, void 0, void 0, function* () {
409
- // verify required parameter 'v1CreateCalibrationMaster' is not null or undefined
410
- (0, common_1.assertParamExists)('v1CreateCalibrationMaster', 'v1CreateCalibrationMaster', v1CreateCalibrationMaster);
408
+ v1CreateCalibrationMaster: (v1CreateCalibrationMasterRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
409
+ // verify required parameter 'v1CreateCalibrationMasterRequest' is not null or undefined
410
+ (0, common_1.assertParamExists)('v1CreateCalibrationMaster', 'v1CreateCalibrationMasterRequest', v1CreateCalibrationMasterRequest);
411
411
  const localVarPath = `/v1/calibration-master`;
412
412
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
413
413
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -426,21 +426,21 @@ const DefaultApiAxiosParamCreator = function (configuration) {
426
426
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
427
427
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
428
428
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
429
- localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(v1CreateCalibrationMaster, localVarRequestOptions, configuration);
429
+ localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(v1CreateCalibrationMasterRequest, localVarRequestOptions, configuration);
430
430
  return {
431
431
  url: (0, common_1.toPathString)(localVarUrlObj),
432
432
  options: localVarRequestOptions,
433
433
  };
434
434
  }),
435
435
  /**
436
- * create an image set
437
- * @param {V1CreateImageSet} v1CreateImageSet request to create the Image Set
436
+ * Create an image set.
437
+ * @param {V1CreateImageSetRequest} v1CreateImageSetRequest
438
438
  * @param {*} [options] Override http request option.
439
439
  * @throws {RequiredError}
440
440
  */
441
- v1CreateImageSet: (v1CreateImageSet, options = {}) => __awaiter(this, void 0, void 0, function* () {
442
- // verify required parameter 'v1CreateImageSet' is not null or undefined
443
- (0, common_1.assertParamExists)('v1CreateImageSet', 'v1CreateImageSet', v1CreateImageSet);
441
+ v1CreateImageSet: (v1CreateImageSetRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
442
+ // verify required parameter 'v1CreateImageSetRequest' is not null or undefined
443
+ (0, common_1.assertParamExists)('v1CreateImageSet', 'v1CreateImageSetRequest', v1CreateImageSetRequest);
444
444
  const localVarPath = `/v1/image-set`;
445
445
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
446
446
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -459,21 +459,21 @@ const DefaultApiAxiosParamCreator = function (configuration) {
459
459
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
460
460
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
461
461
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
462
- localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(v1CreateImageSet, localVarRequestOptions, configuration);
462
+ localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(v1CreateImageSetRequest, localVarRequestOptions, configuration);
463
463
  return {
464
464
  url: (0, common_1.toPathString)(localVarUrlObj),
465
465
  options: localVarRequestOptions,
466
466
  };
467
467
  }),
468
468
  /**
469
- * create an image set image
470
- * @param {V1CreateImageSetImage} v1CreateImageSetImage request to create an image set image
469
+ * Create an image set image.
470
+ * @param {V1CreateImageSetImageRequest} v1CreateImageSetImageRequest
471
471
  * @param {*} [options] Override http request option.
472
472
  * @throws {RequiredError}
473
473
  */
474
- v1CreateImageSetImage: (v1CreateImageSetImage, options = {}) => __awaiter(this, void 0, void 0, function* () {
475
- // verify required parameter 'v1CreateImageSetImage' is not null or undefined
476
- (0, common_1.assertParamExists)('v1CreateImageSetImage', 'v1CreateImageSetImage', v1CreateImageSetImage);
474
+ v1CreateImageSetImage: (v1CreateImageSetImageRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
475
+ // verify required parameter 'v1CreateImageSetImageRequest' is not null or undefined
476
+ (0, common_1.assertParamExists)('v1CreateImageSetImage', 'v1CreateImageSetImageRequest', v1CreateImageSetImageRequest);
477
477
  const localVarPath = `/v1/image-set-image`;
478
478
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
479
479
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -492,21 +492,21 @@ const DefaultApiAxiosParamCreator = function (configuration) {
492
492
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
493
493
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
494
494
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
495
- localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(v1CreateImageSetImage, localVarRequestOptions, configuration);
495
+ localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(v1CreateImageSetImageRequest, localVarRequestOptions, configuration);
496
496
  return {
497
497
  url: (0, common_1.toPathString)(localVarUrlObj),
498
498
  options: localVarRequestOptions,
499
499
  };
500
500
  }),
501
501
  /**
502
- * create a node
503
- * @param {V1CreateNode} v1CreateNode request to create a node
502
+ * Create a node.
503
+ * @param {V1CreateNodeRequest} v1CreateNodeRequest
504
504
  * @param {*} [options] Override http request option.
505
505
  * @throws {RequiredError}
506
506
  */
507
- v1CreateNode: (v1CreateNode, options = {}) => __awaiter(this, void 0, void 0, function* () {
508
- // verify required parameter 'v1CreateNode' is not null or undefined
509
- (0, common_1.assertParamExists)('v1CreateNode', 'v1CreateNode', v1CreateNode);
507
+ v1CreateNode: (v1CreateNodeRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
508
+ // verify required parameter 'v1CreateNodeRequest' is not null or undefined
509
+ (0, common_1.assertParamExists)('v1CreateNode', 'v1CreateNodeRequest', v1CreateNodeRequest);
510
510
  const localVarPath = `/v1/node`;
511
511
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
512
512
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -525,14 +525,14 @@ const DefaultApiAxiosParamCreator = function (configuration) {
525
525
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
526
526
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
527
527
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
528
- localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(v1CreateNode, localVarRequestOptions, configuration);
528
+ localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(v1CreateNodeRequest, localVarRequestOptions, configuration);
529
529
  return {
530
530
  url: (0, common_1.toPathString)(localVarUrlObj),
531
531
  options: localVarRequestOptions,
532
532
  };
533
533
  }),
534
534
  /**
535
- * get an astro camera
535
+ * Get an astro camera.
536
536
  * @param {string} id
537
537
  * @param {*} [options] Override http request option.
538
538
  * @throws {RequiredError}
@@ -566,7 +566,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
566
566
  };
567
567
  }),
568
568
  /**
569
- * get an astro mount
569
+ * Get an astro mount.
570
570
  * @param {string} id
571
571
  * @param {*} [options] Override http request option.
572
572
  * @throws {RequiredError}
@@ -600,7 +600,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
600
600
  };
601
601
  }),
602
602
  /**
603
- * get an optical tube
603
+ * Get an astro optical tube.
604
604
  * @param {string} id
605
605
  * @param {*} [options] Override http request option.
606
606
  * @throws {RequiredError}
@@ -634,7 +634,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
634
634
  };
635
635
  }),
636
636
  /**
637
- * get astro platform credit balance
637
+ * Get astro platform credit balance.
638
638
  * @param {*} [options] Override http request option.
639
639
  * @throws {RequiredError}
640
640
  */
@@ -662,7 +662,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
662
662
  };
663
663
  }),
664
664
  /**
665
- * get an astro project
665
+ * Get an astro project.
666
666
  * @param {string} astroProjectId
667
667
  * @param {*} [options] Override http request option.
668
668
  * @throws {RequiredError}
@@ -696,7 +696,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
696
696
  };
697
697
  }),
698
698
  /**
699
- * get all assets for an astro project
699
+ * Get astro project assets.
700
700
  * @param {string} astroProjectId
701
701
  * @param {*} [options] Override http request option.
702
702
  * @throws {RequiredError}
@@ -730,7 +730,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
730
730
  };
731
731
  }),
732
732
  /**
733
- * get all astro projects
733
+ * Get astro projects.
734
734
  * @param {*} [options] Override http request option.
735
735
  * @throws {RequiredError}
736
736
  */
@@ -758,7 +758,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
758
758
  };
759
759
  }),
760
760
  /**
761
- * Get an astro targets. pass in an ID, an NGC ID or an IC ID
761
+ * Get an astro target. Pass in an ID, an NGC ID or an IC ID.
762
762
  * @param {string} [id]
763
763
  * @param {string} [ngcId]
764
764
  * @param {string} [icId]
@@ -842,7 +842,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
842
842
  };
843
843
  }),
844
844
  /**
845
- * get all calibration masters for a node
845
+ * Get calibration masters.
846
846
  * @param {string} nodeId
847
847
  * @param {*} [options] Override http request option.
848
848
  * @throws {RequiredError}
@@ -876,7 +876,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
876
876
  };
877
877
  }),
878
878
  /**
879
- * get all cameras
879
+ * Get cameras.
880
880
  * @param {*} [options] Override http request option.
881
881
  * @throws {RequiredError}
882
882
  */
@@ -904,7 +904,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
904
904
  };
905
905
  }),
906
906
  /**
907
- * get an image set
907
+ * Get an image set.
908
908
  * @param {string} id
909
909
  * @param {*} [options] Override http request option.
910
910
  * @throws {RequiredError}
@@ -938,7 +938,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
938
938
  };
939
939
  }),
940
940
  /**
941
- * get an image
941
+ * Get an image.
942
942
  * @param {string} imageId
943
943
  * @param {*} [options] Override http request option.
944
944
  * @throws {RequiredError}
@@ -972,7 +972,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
972
972
  };
973
973
  }),
974
974
  /**
975
- * get image set images
975
+ * Get image set images.
976
976
  * @param {Array<string>} imageSets
977
977
  * @param {*} [options] Override http request option.
978
978
  * @throws {RequiredError}
@@ -1006,7 +1006,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
1006
1006
  };
1007
1007
  }),
1008
1008
  /**
1009
- * get image sets for targets observed for your organization
1009
+ * Get image sets.
1010
1010
  * @param {*} [options] Override http request option.
1011
1011
  * @throws {RequiredError}
1012
1012
  */
@@ -1034,7 +1034,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
1034
1034
  };
1035
1035
  }),
1036
1036
  /**
1037
- * get mounts
1037
+ * Get mounts.
1038
1038
  * @param {*} [options] Override http request option.
1039
1039
  * @throws {RequiredError}
1040
1040
  */
@@ -1062,7 +1062,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
1062
1062
  };
1063
1063
  }),
1064
1064
  /**
1065
- * get all nodes
1065
+ * Get nodes.
1066
1066
  * @param {*} [options] Override http request option.
1067
1067
  * @throws {RequiredError}
1068
1068
  */
@@ -1090,7 +1090,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
1090
1090
  };
1091
1091
  }),
1092
1092
  /**
1093
- * get platform credits
1093
+ * Get platform credits.
1094
1094
  * @param {*} [options] Override http request option.
1095
1095
  * @throws {RequiredError}
1096
1096
  */
@@ -1118,7 +1118,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
1118
1118
  };
1119
1119
  }),
1120
1120
  /**
1121
- * search for an astro project with certain properties
1121
+ * Match astro project.
1122
1122
  * @param {string} targetId
1123
1123
  * @param {string} cameraId
1124
1124
  * @param {string} otaId
@@ -1164,7 +1164,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
1164
1164
  };
1165
1165
  }),
1166
1166
  /**
1167
- * match mount
1167
+ * Match mount.
1168
1168
  * @param {string} [model]
1169
1169
  * @param {*} [options] Override http request option.
1170
1170
  * @throws {RequiredError}
@@ -1196,7 +1196,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
1196
1196
  };
1197
1197
  }),
1198
1198
  /**
1199
- * match optical tube
1199
+ * Match optical tube.
1200
1200
  * @param {string} [model]
1201
1201
  * @param {number} [focalLengthMm]
1202
1202
  * @param {number} [apertureMm]
@@ -1236,14 +1236,14 @@ const DefaultApiAxiosParamCreator = function (configuration) {
1236
1236
  };
1237
1237
  }),
1238
1238
  /**
1239
- * stack an astro project
1240
- * @param {V1PutStackAstroProject} v1PutStackAstroProject request to stack an astro project
1239
+ * Stack an astro project.
1240
+ * @param {V1PutStackAstroProjectRequest} v1PutStackAstroProjectRequest
1241
1241
  * @param {*} [options] Override http request option.
1242
1242
  * @throws {RequiredError}
1243
1243
  */
1244
- v1PutStackAstroProject: (v1PutStackAstroProject, options = {}) => __awaiter(this, void 0, void 0, function* () {
1245
- // verify required parameter 'v1PutStackAstroProject' is not null or undefined
1246
- (0, common_1.assertParamExists)('v1PutStackAstroProject', 'v1PutStackAstroProject', v1PutStackAstroProject);
1244
+ v1PutStackAstroProject: (v1PutStackAstroProjectRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
1245
+ // verify required parameter 'v1PutStackAstroProjectRequest' is not null or undefined
1246
+ (0, common_1.assertParamExists)('v1PutStackAstroProject', 'v1PutStackAstroProjectRequest', v1PutStackAstroProjectRequest);
1247
1247
  const localVarPath = `/v1/stack-astro-project`;
1248
1248
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1249
1249
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -1262,21 +1262,21 @@ const DefaultApiAxiosParamCreator = function (configuration) {
1262
1262
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
1263
1263
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1264
1264
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
1265
- localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(v1PutStackAstroProject, localVarRequestOptions, configuration);
1265
+ localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(v1PutStackAstroProjectRequest, localVarRequestOptions, configuration);
1266
1266
  return {
1267
1267
  url: (0, common_1.toPathString)(localVarUrlObj),
1268
1268
  options: localVarRequestOptions,
1269
1269
  };
1270
1270
  }),
1271
1271
  /**
1272
- * update a node
1273
- * @param {V1UpdateNode} v1UpdateNode request to update a node
1272
+ * Update a node.
1273
+ * @param {V1UpdateNodeRequest} v1UpdateNodeRequest
1274
1274
  * @param {*} [options] Override http request option.
1275
1275
  * @throws {RequiredError}
1276
1276
  */
1277
- v1UpdateNode: (v1UpdateNode, options = {}) => __awaiter(this, void 0, void 0, function* () {
1278
- // verify required parameter 'v1UpdateNode' is not null or undefined
1279
- (0, common_1.assertParamExists)('v1UpdateNode', 'v1UpdateNode', v1UpdateNode);
1277
+ v1UpdateNode: (v1UpdateNodeRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
1278
+ // verify required parameter 'v1UpdateNodeRequest' is not null or undefined
1279
+ (0, common_1.assertParamExists)('v1UpdateNode', 'v1UpdateNodeRequest', v1UpdateNodeRequest);
1280
1280
  const localVarPath = `/v1/node`;
1281
1281
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1282
1282
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -1295,7 +1295,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
1295
1295
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
1296
1296
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1297
1297
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
1298
- localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(v1UpdateNode, localVarRequestOptions, configuration);
1298
+ localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(v1UpdateNodeRequest, localVarRequestOptions, configuration);
1299
1299
  return {
1300
1300
  url: (0, common_1.toPathString)(localVarUrlObj),
1301
1301
  options: localVarRequestOptions,
@@ -1312,7 +1312,7 @@ const DefaultApiFp = function (configuration) {
1312
1312
  const localVarAxiosParamCreator = (0, exports.DefaultApiAxiosParamCreator)(configuration);
1313
1313
  return {
1314
1314
  /**
1315
- * match camera
1315
+ * Match camera.
1316
1316
  * @param {string} [model]
1317
1317
  * @param {number} [pixelSizeMicrons]
1318
1318
  * @param {number} [pixelsX]
@@ -1331,115 +1331,115 @@ const DefaultApiFp = function (configuration) {
1331
1331
  });
1332
1332
  },
1333
1333
  /**
1334
- * create an astro user camera
1335
- * @param {V1CreateCamera} v1CreateCamera request to create an camera
1334
+ * Create an astro camera.
1335
+ * @param {V1CreateCameraRequest} v1CreateCameraRequest
1336
1336
  * @param {*} [options] Override http request option.
1337
1337
  * @throws {RequiredError}
1338
1338
  */
1339
- v1CreateAstroCamera(v1CreateCamera, options) {
1339
+ v1CreateAstroCamera(v1CreateCameraRequest, options) {
1340
1340
  return __awaiter(this, void 0, void 0, function* () {
1341
- const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateAstroCamera(v1CreateCamera, options);
1341
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateAstroCamera(v1CreateCameraRequest, options);
1342
1342
  return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
1343
1343
  });
1344
1344
  },
1345
1345
  /**
1346
- * create an astro user mount
1347
- * @param {V1CreateMount} v1CreateMount request to create a mount
1346
+ * Create an astro mount.
1347
+ * @param {V1CreateMountRequest} v1CreateMountRequest
1348
1348
  * @param {*} [options] Override http request option.
1349
1349
  * @throws {RequiredError}
1350
1350
  */
1351
- v1CreateAstroMount(v1CreateMount, options) {
1351
+ v1CreateAstroMount(v1CreateMountRequest, options) {
1352
1352
  return __awaiter(this, void 0, void 0, function* () {
1353
- const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateAstroMount(v1CreateMount, options);
1353
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateAstroMount(v1CreateMountRequest, options);
1354
1354
  return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
1355
1355
  });
1356
1356
  },
1357
1357
  /**
1358
- * create an optical tube for an astro user
1359
- * @param {V1CreateOpticalTube} v1CreateOpticalTube request to create an optical tube
1358
+ * Create an astro optical tube.
1359
+ * @param {V1CreateOpticalTubeRequest} v1CreateOpticalTubeRequest
1360
1360
  * @param {*} [options] Override http request option.
1361
1361
  * @throws {RequiredError}
1362
1362
  */
1363
- v1CreateAstroOpticalTube(v1CreateOpticalTube, options) {
1363
+ v1CreateAstroOpticalTube(v1CreateOpticalTubeRequest, options) {
1364
1364
  return __awaiter(this, void 0, void 0, function* () {
1365
- const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateAstroOpticalTube(v1CreateOpticalTube, options);
1365
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateAstroOpticalTube(v1CreateOpticalTubeRequest, options);
1366
1366
  return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
1367
1367
  });
1368
1368
  },
1369
1369
  /**
1370
- * create an astro project
1371
- * @param {V1CreateAstroProject} v1CreateAstroProject request to create an astro project
1370
+ * Create an astro project.
1371
+ * @param {V1CreateAstroProjectRequest} v1CreateAstroProjectRequest
1372
1372
  * @param {*} [options] Override http request option.
1373
1373
  * @throws {RequiredError}
1374
1374
  */
1375
- v1CreateAstroProject(v1CreateAstroProject, options) {
1375
+ v1CreateAstroProject(v1CreateAstroProjectRequest, options) {
1376
1376
  return __awaiter(this, void 0, void 0, function* () {
1377
- const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateAstroProject(v1CreateAstroProject, options);
1377
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateAstroProject(v1CreateAstroProjectRequest, options);
1378
1378
  return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
1379
1379
  });
1380
1380
  },
1381
1381
  /**
1382
- * create a project image set
1383
- * @param {V1CreateAstroProjectImageSet} v1CreateAstroProjectImageSet request to create a project image Set
1382
+ * Create an astro project image set.
1383
+ * @param {V1CreateAstroProjectImageSetRequest} v1CreateAstroProjectImageSetRequest
1384
1384
  * @param {*} [options] Override http request option.
1385
1385
  * @throws {RequiredError}
1386
1386
  */
1387
- v1CreateAstroProjectImageSet(v1CreateAstroProjectImageSet, options) {
1387
+ v1CreateAstroProjectImageSet(v1CreateAstroProjectImageSetRequest, options) {
1388
1388
  return __awaiter(this, void 0, void 0, function* () {
1389
- const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateAstroProjectImageSet(v1CreateAstroProjectImageSet, options);
1389
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateAstroProjectImageSet(v1CreateAstroProjectImageSetRequest, options);
1390
1390
  return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
1391
1391
  });
1392
1392
  },
1393
1393
  /**
1394
- * create an calibration master
1395
- * @param {V1CreateCalibrationMaster} v1CreateCalibrationMaster request to create the calibration master
1394
+ * Create a calibration master.
1395
+ * @param {V1CreateCalibrationMasterRequest} v1CreateCalibrationMasterRequest
1396
1396
  * @param {*} [options] Override http request option.
1397
1397
  * @throws {RequiredError}
1398
1398
  */
1399
- v1CreateCalibrationMaster(v1CreateCalibrationMaster, options) {
1399
+ v1CreateCalibrationMaster(v1CreateCalibrationMasterRequest, options) {
1400
1400
  return __awaiter(this, void 0, void 0, function* () {
1401
- const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateCalibrationMaster(v1CreateCalibrationMaster, options);
1401
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateCalibrationMaster(v1CreateCalibrationMasterRequest, options);
1402
1402
  return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
1403
1403
  });
1404
1404
  },
1405
1405
  /**
1406
- * create an image set
1407
- * @param {V1CreateImageSet} v1CreateImageSet request to create the Image Set
1406
+ * Create an image set.
1407
+ * @param {V1CreateImageSetRequest} v1CreateImageSetRequest
1408
1408
  * @param {*} [options] Override http request option.
1409
1409
  * @throws {RequiredError}
1410
1410
  */
1411
- v1CreateImageSet(v1CreateImageSet, options) {
1411
+ v1CreateImageSet(v1CreateImageSetRequest, options) {
1412
1412
  return __awaiter(this, void 0, void 0, function* () {
1413
- const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateImageSet(v1CreateImageSet, options);
1413
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateImageSet(v1CreateImageSetRequest, options);
1414
1414
  return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
1415
1415
  });
1416
1416
  },
1417
1417
  /**
1418
- * create an image set image
1419
- * @param {V1CreateImageSetImage} v1CreateImageSetImage request to create an image set image
1418
+ * Create an image set image.
1419
+ * @param {V1CreateImageSetImageRequest} v1CreateImageSetImageRequest
1420
1420
  * @param {*} [options] Override http request option.
1421
1421
  * @throws {RequiredError}
1422
1422
  */
1423
- v1CreateImageSetImage(v1CreateImageSetImage, options) {
1423
+ v1CreateImageSetImage(v1CreateImageSetImageRequest, options) {
1424
1424
  return __awaiter(this, void 0, void 0, function* () {
1425
- const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateImageSetImage(v1CreateImageSetImage, options);
1425
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateImageSetImage(v1CreateImageSetImageRequest, options);
1426
1426
  return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
1427
1427
  });
1428
1428
  },
1429
1429
  /**
1430
- * create a node
1431
- * @param {V1CreateNode} v1CreateNode request to create a node
1430
+ * Create a node.
1431
+ * @param {V1CreateNodeRequest} v1CreateNodeRequest
1432
1432
  * @param {*} [options] Override http request option.
1433
1433
  * @throws {RequiredError}
1434
1434
  */
1435
- v1CreateNode(v1CreateNode, options) {
1435
+ v1CreateNode(v1CreateNodeRequest, options) {
1436
1436
  return __awaiter(this, void 0, void 0, function* () {
1437
- const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateNode(v1CreateNode, options);
1437
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateNode(v1CreateNodeRequest, options);
1438
1438
  return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
1439
1439
  });
1440
1440
  },
1441
1441
  /**
1442
- * get an astro camera
1442
+ * Get an astro camera.
1443
1443
  * @param {string} id
1444
1444
  * @param {*} [options] Override http request option.
1445
1445
  * @throws {RequiredError}
@@ -1451,7 +1451,7 @@ const DefaultApiFp = function (configuration) {
1451
1451
  });
1452
1452
  },
1453
1453
  /**
1454
- * get an astro mount
1454
+ * Get an astro mount.
1455
1455
  * @param {string} id
1456
1456
  * @param {*} [options] Override http request option.
1457
1457
  * @throws {RequiredError}
@@ -1463,7 +1463,7 @@ const DefaultApiFp = function (configuration) {
1463
1463
  });
1464
1464
  },
1465
1465
  /**
1466
- * get an optical tube
1466
+ * Get an astro optical tube.
1467
1467
  * @param {string} id
1468
1468
  * @param {*} [options] Override http request option.
1469
1469
  * @throws {RequiredError}
@@ -1475,7 +1475,7 @@ const DefaultApiFp = function (configuration) {
1475
1475
  });
1476
1476
  },
1477
1477
  /**
1478
- * get astro platform credit balance
1478
+ * Get astro platform credit balance.
1479
1479
  * @param {*} [options] Override http request option.
1480
1480
  * @throws {RequiredError}
1481
1481
  */
@@ -1486,7 +1486,7 @@ const DefaultApiFp = function (configuration) {
1486
1486
  });
1487
1487
  },
1488
1488
  /**
1489
- * get an astro project
1489
+ * Get an astro project.
1490
1490
  * @param {string} astroProjectId
1491
1491
  * @param {*} [options] Override http request option.
1492
1492
  * @throws {RequiredError}
@@ -1498,7 +1498,7 @@ const DefaultApiFp = function (configuration) {
1498
1498
  });
1499
1499
  },
1500
1500
  /**
1501
- * get all assets for an astro project
1501
+ * Get astro project assets.
1502
1502
  * @param {string} astroProjectId
1503
1503
  * @param {*} [options] Override http request option.
1504
1504
  * @throws {RequiredError}
@@ -1510,7 +1510,7 @@ const DefaultApiFp = function (configuration) {
1510
1510
  });
1511
1511
  },
1512
1512
  /**
1513
- * get all astro projects
1513
+ * Get astro projects.
1514
1514
  * @param {*} [options] Override http request option.
1515
1515
  * @throws {RequiredError}
1516
1516
  */
@@ -1521,7 +1521,7 @@ const DefaultApiFp = function (configuration) {
1521
1521
  });
1522
1522
  },
1523
1523
  /**
1524
- * Get an astro targets. pass in an ID, an NGC ID or an IC ID
1524
+ * Get an astro target. Pass in an ID, an NGC ID or an IC ID.
1525
1525
  * @param {string} [id]
1526
1526
  * @param {string} [ngcId]
1527
1527
  * @param {string} [icId]
@@ -1550,7 +1550,7 @@ const DefaultApiFp = function (configuration) {
1550
1550
  });
1551
1551
  },
1552
1552
  /**
1553
- * get all calibration masters for a node
1553
+ * Get calibration masters.
1554
1554
  * @param {string} nodeId
1555
1555
  * @param {*} [options] Override http request option.
1556
1556
  * @throws {RequiredError}
@@ -1562,7 +1562,7 @@ const DefaultApiFp = function (configuration) {
1562
1562
  });
1563
1563
  },
1564
1564
  /**
1565
- * get all cameras
1565
+ * Get cameras.
1566
1566
  * @param {*} [options] Override http request option.
1567
1567
  * @throws {RequiredError}
1568
1568
  */
@@ -1573,7 +1573,7 @@ const DefaultApiFp = function (configuration) {
1573
1573
  });
1574
1574
  },
1575
1575
  /**
1576
- * get an image set
1576
+ * Get an image set.
1577
1577
  * @param {string} id
1578
1578
  * @param {*} [options] Override http request option.
1579
1579
  * @throws {RequiredError}
@@ -1585,7 +1585,7 @@ const DefaultApiFp = function (configuration) {
1585
1585
  });
1586
1586
  },
1587
1587
  /**
1588
- * get an image
1588
+ * Get an image.
1589
1589
  * @param {string} imageId
1590
1590
  * @param {*} [options] Override http request option.
1591
1591
  * @throws {RequiredError}
@@ -1597,7 +1597,7 @@ const DefaultApiFp = function (configuration) {
1597
1597
  });
1598
1598
  },
1599
1599
  /**
1600
- * get image set images
1600
+ * Get image set images.
1601
1601
  * @param {Array<string>} imageSets
1602
1602
  * @param {*} [options] Override http request option.
1603
1603
  * @throws {RequiredError}
@@ -1609,7 +1609,7 @@ const DefaultApiFp = function (configuration) {
1609
1609
  });
1610
1610
  },
1611
1611
  /**
1612
- * get image sets for targets observed for your organization
1612
+ * Get image sets.
1613
1613
  * @param {*} [options] Override http request option.
1614
1614
  * @throws {RequiredError}
1615
1615
  */
@@ -1620,7 +1620,7 @@ const DefaultApiFp = function (configuration) {
1620
1620
  });
1621
1621
  },
1622
1622
  /**
1623
- * get mounts
1623
+ * Get mounts.
1624
1624
  * @param {*} [options] Override http request option.
1625
1625
  * @throws {RequiredError}
1626
1626
  */
@@ -1631,7 +1631,7 @@ const DefaultApiFp = function (configuration) {
1631
1631
  });
1632
1632
  },
1633
1633
  /**
1634
- * get all nodes
1634
+ * Get nodes.
1635
1635
  * @param {*} [options] Override http request option.
1636
1636
  * @throws {RequiredError}
1637
1637
  */
@@ -1642,7 +1642,7 @@ const DefaultApiFp = function (configuration) {
1642
1642
  });
1643
1643
  },
1644
1644
  /**
1645
- * get platform credits
1645
+ * Get platform credits.
1646
1646
  * @param {*} [options] Override http request option.
1647
1647
  * @throws {RequiredError}
1648
1648
  */
@@ -1653,7 +1653,7 @@ const DefaultApiFp = function (configuration) {
1653
1653
  });
1654
1654
  },
1655
1655
  /**
1656
- * search for an astro project with certain properties
1656
+ * Match astro project.
1657
1657
  * @param {string} targetId
1658
1658
  * @param {string} cameraId
1659
1659
  * @param {string} otaId
@@ -1667,7 +1667,7 @@ const DefaultApiFp = function (configuration) {
1667
1667
  });
1668
1668
  },
1669
1669
  /**
1670
- * match mount
1670
+ * Match mount.
1671
1671
  * @param {string} [model]
1672
1672
  * @param {*} [options] Override http request option.
1673
1673
  * @throws {RequiredError}
@@ -1679,7 +1679,7 @@ const DefaultApiFp = function (configuration) {
1679
1679
  });
1680
1680
  },
1681
1681
  /**
1682
- * match optical tube
1682
+ * Match optical tube.
1683
1683
  * @param {string} [model]
1684
1684
  * @param {number} [focalLengthMm]
1685
1685
  * @param {number} [apertureMm]
@@ -1693,26 +1693,26 @@ const DefaultApiFp = function (configuration) {
1693
1693
  });
1694
1694
  },
1695
1695
  /**
1696
- * stack an astro project
1697
- * @param {V1PutStackAstroProject} v1PutStackAstroProject request to stack an astro project
1696
+ * Stack an astro project.
1697
+ * @param {V1PutStackAstroProjectRequest} v1PutStackAstroProjectRequest
1698
1698
  * @param {*} [options] Override http request option.
1699
1699
  * @throws {RequiredError}
1700
1700
  */
1701
- v1PutStackAstroProject(v1PutStackAstroProject, options) {
1701
+ v1PutStackAstroProject(v1PutStackAstroProjectRequest, options) {
1702
1702
  return __awaiter(this, void 0, void 0, function* () {
1703
- const localVarAxiosArgs = yield localVarAxiosParamCreator.v1PutStackAstroProject(v1PutStackAstroProject, options);
1703
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.v1PutStackAstroProject(v1PutStackAstroProjectRequest, options);
1704
1704
  return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
1705
1705
  });
1706
1706
  },
1707
1707
  /**
1708
- * update a node
1709
- * @param {V1UpdateNode} v1UpdateNode request to update a node
1708
+ * Update a node.
1709
+ * @param {V1UpdateNodeRequest} v1UpdateNodeRequest
1710
1710
  * @param {*} [options] Override http request option.
1711
1711
  * @throws {RequiredError}
1712
1712
  */
1713
- v1UpdateNode(v1UpdateNode, options) {
1713
+ v1UpdateNode(v1UpdateNodeRequest, options) {
1714
1714
  return __awaiter(this, void 0, void 0, function* () {
1715
- const localVarAxiosArgs = yield localVarAxiosParamCreator.v1UpdateNode(v1UpdateNode, options);
1715
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.v1UpdateNode(v1UpdateNodeRequest, options);
1716
1716
  return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
1717
1717
  });
1718
1718
  },
@@ -1727,7 +1727,7 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
1727
1727
  const localVarFp = (0, exports.DefaultApiFp)(configuration);
1728
1728
  return {
1729
1729
  /**
1730
- * match camera
1730
+ * Match camera.
1731
1731
  * @param {DefaultApiV1CameraMatchRequest} requestParameters Request parameters.
1732
1732
  * @param {*} [options] Override http request option.
1733
1733
  * @throws {RequiredError}
@@ -1736,88 +1736,88 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
1736
1736
  return localVarFp.v1CameraMatch(requestParameters.model, requestParameters.pixelSizeMicrons, requestParameters.pixelsX, requestParameters.pixelsY, requestParameters.megapixels, requestParameters.chilled, requestParameters.adcBitDepth, requestParameters.isColor, options).then((request) => request(axios, basePath));
1737
1737
  },
1738
1738
  /**
1739
- * create an astro user camera
1739
+ * Create an astro camera.
1740
1740
  * @param {DefaultApiV1CreateAstroCameraRequest} requestParameters Request parameters.
1741
1741
  * @param {*} [options] Override http request option.
1742
1742
  * @throws {RequiredError}
1743
1743
  */
1744
1744
  v1CreateAstroCamera(requestParameters, options) {
1745
- return localVarFp.v1CreateAstroCamera(requestParameters.v1CreateCamera, options).then((request) => request(axios, basePath));
1745
+ return localVarFp.v1CreateAstroCamera(requestParameters.v1CreateCameraRequest, options).then((request) => request(axios, basePath));
1746
1746
  },
1747
1747
  /**
1748
- * create an astro user mount
1748
+ * Create an astro mount.
1749
1749
  * @param {DefaultApiV1CreateAstroMountRequest} requestParameters Request parameters.
1750
1750
  * @param {*} [options] Override http request option.
1751
1751
  * @throws {RequiredError}
1752
1752
  */
1753
1753
  v1CreateAstroMount(requestParameters, options) {
1754
- return localVarFp.v1CreateAstroMount(requestParameters.v1CreateMount, options).then((request) => request(axios, basePath));
1754
+ return localVarFp.v1CreateAstroMount(requestParameters.v1CreateMountRequest, options).then((request) => request(axios, basePath));
1755
1755
  },
1756
1756
  /**
1757
- * create an optical tube for an astro user
1757
+ * Create an astro optical tube.
1758
1758
  * @param {DefaultApiV1CreateAstroOpticalTubeRequest} requestParameters Request parameters.
1759
1759
  * @param {*} [options] Override http request option.
1760
1760
  * @throws {RequiredError}
1761
1761
  */
1762
1762
  v1CreateAstroOpticalTube(requestParameters, options) {
1763
- return localVarFp.v1CreateAstroOpticalTube(requestParameters.v1CreateOpticalTube, options).then((request) => request(axios, basePath));
1763
+ return localVarFp.v1CreateAstroOpticalTube(requestParameters.v1CreateOpticalTubeRequest, options).then((request) => request(axios, basePath));
1764
1764
  },
1765
1765
  /**
1766
- * create an astro project
1766
+ * Create an astro project.
1767
1767
  * @param {DefaultApiV1CreateAstroProjectRequest} requestParameters Request parameters.
1768
1768
  * @param {*} [options] Override http request option.
1769
1769
  * @throws {RequiredError}
1770
1770
  */
1771
1771
  v1CreateAstroProject(requestParameters, options) {
1772
- return localVarFp.v1CreateAstroProject(requestParameters.v1CreateAstroProject, options).then((request) => request(axios, basePath));
1772
+ return localVarFp.v1CreateAstroProject(requestParameters.v1CreateAstroProjectRequest, options).then((request) => request(axios, basePath));
1773
1773
  },
1774
1774
  /**
1775
- * create a project image set
1775
+ * Create an astro project image set.
1776
1776
  * @param {DefaultApiV1CreateAstroProjectImageSetRequest} requestParameters Request parameters.
1777
1777
  * @param {*} [options] Override http request option.
1778
1778
  * @throws {RequiredError}
1779
1779
  */
1780
1780
  v1CreateAstroProjectImageSet(requestParameters, options) {
1781
- return localVarFp.v1CreateAstroProjectImageSet(requestParameters.v1CreateAstroProjectImageSet, options).then((request) => request(axios, basePath));
1781
+ return localVarFp.v1CreateAstroProjectImageSet(requestParameters.v1CreateAstroProjectImageSetRequest, options).then((request) => request(axios, basePath));
1782
1782
  },
1783
1783
  /**
1784
- * create an calibration master
1784
+ * Create a calibration master.
1785
1785
  * @param {DefaultApiV1CreateCalibrationMasterRequest} requestParameters Request parameters.
1786
1786
  * @param {*} [options] Override http request option.
1787
1787
  * @throws {RequiredError}
1788
1788
  */
1789
1789
  v1CreateCalibrationMaster(requestParameters, options) {
1790
- return localVarFp.v1CreateCalibrationMaster(requestParameters.v1CreateCalibrationMaster, options).then((request) => request(axios, basePath));
1790
+ return localVarFp.v1CreateCalibrationMaster(requestParameters.v1CreateCalibrationMasterRequest, options).then((request) => request(axios, basePath));
1791
1791
  },
1792
1792
  /**
1793
- * create an image set
1793
+ * Create an image set.
1794
1794
  * @param {DefaultApiV1CreateImageSetRequest} requestParameters Request parameters.
1795
1795
  * @param {*} [options] Override http request option.
1796
1796
  * @throws {RequiredError}
1797
1797
  */
1798
1798
  v1CreateImageSet(requestParameters, options) {
1799
- return localVarFp.v1CreateImageSet(requestParameters.v1CreateImageSet, options).then((request) => request(axios, basePath));
1799
+ return localVarFp.v1CreateImageSet(requestParameters.v1CreateImageSetRequest, options).then((request) => request(axios, basePath));
1800
1800
  },
1801
1801
  /**
1802
- * create an image set image
1802
+ * Create an image set image.
1803
1803
  * @param {DefaultApiV1CreateImageSetImageRequest} requestParameters Request parameters.
1804
1804
  * @param {*} [options] Override http request option.
1805
1805
  * @throws {RequiredError}
1806
1806
  */
1807
1807
  v1CreateImageSetImage(requestParameters, options) {
1808
- return localVarFp.v1CreateImageSetImage(requestParameters.v1CreateImageSetImage, options).then((request) => request(axios, basePath));
1808
+ return localVarFp.v1CreateImageSetImage(requestParameters.v1CreateImageSetImageRequest, options).then((request) => request(axios, basePath));
1809
1809
  },
1810
1810
  /**
1811
- * create a node
1811
+ * Create a node.
1812
1812
  * @param {DefaultApiV1CreateNodeRequest} requestParameters Request parameters.
1813
1813
  * @param {*} [options] Override http request option.
1814
1814
  * @throws {RequiredError}
1815
1815
  */
1816
1816
  v1CreateNode(requestParameters, options) {
1817
- return localVarFp.v1CreateNode(requestParameters.v1CreateNode, options).then((request) => request(axios, basePath));
1817
+ return localVarFp.v1CreateNode(requestParameters.v1CreateNodeRequest, options).then((request) => request(axios, basePath));
1818
1818
  },
1819
1819
  /**
1820
- * get an astro camera
1820
+ * Get an astro camera.
1821
1821
  * @param {DefaultApiV1GetAstroCameraRequest} requestParameters Request parameters.
1822
1822
  * @param {*} [options] Override http request option.
1823
1823
  * @throws {RequiredError}
@@ -1826,7 +1826,7 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
1826
1826
  return localVarFp.v1GetAstroCamera(requestParameters.id, options).then((request) => request(axios, basePath));
1827
1827
  },
1828
1828
  /**
1829
- * get an astro mount
1829
+ * Get an astro mount.
1830
1830
  * @param {DefaultApiV1GetAstroMountRequest} requestParameters Request parameters.
1831
1831
  * @param {*} [options] Override http request option.
1832
1832
  * @throws {RequiredError}
@@ -1835,7 +1835,7 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
1835
1835
  return localVarFp.v1GetAstroMount(requestParameters.id, options).then((request) => request(axios, basePath));
1836
1836
  },
1837
1837
  /**
1838
- * get an optical tube
1838
+ * Get an astro optical tube.
1839
1839
  * @param {DefaultApiV1GetAstroOpticalTubeRequest} requestParameters Request parameters.
1840
1840
  * @param {*} [options] Override http request option.
1841
1841
  * @throws {RequiredError}
@@ -1844,7 +1844,7 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
1844
1844
  return localVarFp.v1GetAstroOpticalTube(requestParameters.id, options).then((request) => request(axios, basePath));
1845
1845
  },
1846
1846
  /**
1847
- * get astro platform credit balance
1847
+ * Get astro platform credit balance.
1848
1848
  * @param {*} [options] Override http request option.
1849
1849
  * @throws {RequiredError}
1850
1850
  */
@@ -1852,7 +1852,7 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
1852
1852
  return localVarFp.v1GetAstroPlatformCreditBalance(options).then((request) => request(axios, basePath));
1853
1853
  },
1854
1854
  /**
1855
- * get an astro project
1855
+ * Get an astro project.
1856
1856
  * @param {DefaultApiV1GetAstroProjectRequest} requestParameters Request parameters.
1857
1857
  * @param {*} [options] Override http request option.
1858
1858
  * @throws {RequiredError}
@@ -1861,7 +1861,7 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
1861
1861
  return localVarFp.v1GetAstroProject(requestParameters.astroProjectId, options).then((request) => request(axios, basePath));
1862
1862
  },
1863
1863
  /**
1864
- * get all assets for an astro project
1864
+ * Get astro project assets.
1865
1865
  * @param {DefaultApiV1GetAstroProjectAssetsRequest} requestParameters Request parameters.
1866
1866
  * @param {*} [options] Override http request option.
1867
1867
  * @throws {RequiredError}
@@ -1870,7 +1870,7 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
1870
1870
  return localVarFp.v1GetAstroProjectAssets(requestParameters.astroProjectId, options).then((request) => request(axios, basePath));
1871
1871
  },
1872
1872
  /**
1873
- * get all astro projects
1873
+ * Get astro projects.
1874
1874
  * @param {*} [options] Override http request option.
1875
1875
  * @throws {RequiredError}
1876
1876
  */
@@ -1878,7 +1878,7 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
1878
1878
  return localVarFp.v1GetAstroProjects(options).then((request) => request(axios, basePath));
1879
1879
  },
1880
1880
  /**
1881
- * Get an astro targets. pass in an ID, an NGC ID or an IC ID
1881
+ * Get an astro target. Pass in an ID, an NGC ID or an IC ID.
1882
1882
  * @param {DefaultApiV1GetAstroTargetRequest} requestParameters Request parameters.
1883
1883
  * @param {*} [options] Override http request option.
1884
1884
  * @throws {RequiredError}
@@ -1896,7 +1896,7 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
1896
1896
  return localVarFp.v1GetAstroTargets(requestParameters.lastId, requestParameters.catalogId, requestParameters.ra, requestParameters.dec, options).then((request) => request(axios, basePath));
1897
1897
  },
1898
1898
  /**
1899
- * get all calibration masters for a node
1899
+ * Get calibration masters.
1900
1900
  * @param {DefaultApiV1GetCalibrationMastersRequest} requestParameters Request parameters.
1901
1901
  * @param {*} [options] Override http request option.
1902
1902
  * @throws {RequiredError}
@@ -1905,7 +1905,7 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
1905
1905
  return localVarFp.v1GetCalibrationMasters(requestParameters.nodeId, options).then((request) => request(axios, basePath));
1906
1906
  },
1907
1907
  /**
1908
- * get all cameras
1908
+ * Get cameras.
1909
1909
  * @param {*} [options] Override http request option.
1910
1910
  * @throws {RequiredError}
1911
1911
  */
@@ -1913,7 +1913,7 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
1913
1913
  return localVarFp.v1GetCameras(options).then((request) => request(axios, basePath));
1914
1914
  },
1915
1915
  /**
1916
- * get an image set
1916
+ * Get an image set.
1917
1917
  * @param {DefaultApiV1GetImageSetRequest} requestParameters Request parameters.
1918
1918
  * @param {*} [options] Override http request option.
1919
1919
  * @throws {RequiredError}
@@ -1922,7 +1922,7 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
1922
1922
  return localVarFp.v1GetImageSet(requestParameters.id, options).then((request) => request(axios, basePath));
1923
1923
  },
1924
1924
  /**
1925
- * get an image
1925
+ * Get an image.
1926
1926
  * @param {DefaultApiV1GetImageSetImageRequest} requestParameters Request parameters.
1927
1927
  * @param {*} [options] Override http request option.
1928
1928
  * @throws {RequiredError}
@@ -1931,7 +1931,7 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
1931
1931
  return localVarFp.v1GetImageSetImage(requestParameters.imageId, options).then((request) => request(axios, basePath));
1932
1932
  },
1933
1933
  /**
1934
- * get image set images
1934
+ * Get image set images.
1935
1935
  * @param {DefaultApiV1GetImageSetImagesRequest} requestParameters Request parameters.
1936
1936
  * @param {*} [options] Override http request option.
1937
1937
  * @throws {RequiredError}
@@ -1940,7 +1940,7 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
1940
1940
  return localVarFp.v1GetImageSetImages(requestParameters.imageSets, options).then((request) => request(axios, basePath));
1941
1941
  },
1942
1942
  /**
1943
- * get image sets for targets observed for your organization
1943
+ * Get image sets.
1944
1944
  * @param {*} [options] Override http request option.
1945
1945
  * @throws {RequiredError}
1946
1946
  */
@@ -1948,7 +1948,7 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
1948
1948
  return localVarFp.v1GetImageSets(options).then((request) => request(axios, basePath));
1949
1949
  },
1950
1950
  /**
1951
- * get mounts
1951
+ * Get mounts.
1952
1952
  * @param {*} [options] Override http request option.
1953
1953
  * @throws {RequiredError}
1954
1954
  */
@@ -1956,7 +1956,7 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
1956
1956
  return localVarFp.v1GetMounts(options).then((request) => request(axios, basePath));
1957
1957
  },
1958
1958
  /**
1959
- * get all nodes
1959
+ * Get nodes.
1960
1960
  * @param {*} [options] Override http request option.
1961
1961
  * @throws {RequiredError}
1962
1962
  */
@@ -1964,7 +1964,7 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
1964
1964
  return localVarFp.v1GetNodes(options).then((request) => request(axios, basePath));
1965
1965
  },
1966
1966
  /**
1967
- * get platform credits
1967
+ * Get platform credits.
1968
1968
  * @param {*} [options] Override http request option.
1969
1969
  * @throws {RequiredError}
1970
1970
  */
@@ -1972,7 +1972,7 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
1972
1972
  return localVarFp.v1GetPlatformCredits(options).then((request) => request(axios, basePath));
1973
1973
  },
1974
1974
  /**
1975
- * search for an astro project with certain properties
1975
+ * Match astro project.
1976
1976
  * @param {DefaultApiV1MatchAstroProjectRequest} requestParameters Request parameters.
1977
1977
  * @param {*} [options] Override http request option.
1978
1978
  * @throws {RequiredError}
@@ -1981,7 +1981,7 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
1981
1981
  return localVarFp.v1MatchAstroProject(requestParameters.targetId, requestParameters.cameraId, requestParameters.otaId, options).then((request) => request(axios, basePath));
1982
1982
  },
1983
1983
  /**
1984
- * match mount
1984
+ * Match mount.
1985
1985
  * @param {DefaultApiV1MountMatchRequest} requestParameters Request parameters.
1986
1986
  * @param {*} [options] Override http request option.
1987
1987
  * @throws {RequiredError}
@@ -1990,7 +1990,7 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
1990
1990
  return localVarFp.v1MountMatch(requestParameters.model, options).then((request) => request(axios, basePath));
1991
1991
  },
1992
1992
  /**
1993
- * match optical tube
1993
+ * Match optical tube.
1994
1994
  * @param {DefaultApiV1OpticalTubeMatchRequest} requestParameters Request parameters.
1995
1995
  * @param {*} [options] Override http request option.
1996
1996
  * @throws {RequiredError}
@@ -1999,22 +1999,22 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
1999
1999
  return localVarFp.v1OpticalTubeMatch(requestParameters.model, requestParameters.focalLengthMm, requestParameters.apertureMm, options).then((request) => request(axios, basePath));
2000
2000
  },
2001
2001
  /**
2002
- * stack an astro project
2002
+ * Stack an astro project.
2003
2003
  * @param {DefaultApiV1PutStackAstroProjectRequest} requestParameters Request parameters.
2004
2004
  * @param {*} [options] Override http request option.
2005
2005
  * @throws {RequiredError}
2006
2006
  */
2007
2007
  v1PutStackAstroProject(requestParameters, options) {
2008
- return localVarFp.v1PutStackAstroProject(requestParameters.v1PutStackAstroProject, options).then((request) => request(axios, basePath));
2008
+ return localVarFp.v1PutStackAstroProject(requestParameters.v1PutStackAstroProjectRequest, options).then((request) => request(axios, basePath));
2009
2009
  },
2010
2010
  /**
2011
- * update a node
2011
+ * Update a node.
2012
2012
  * @param {DefaultApiV1UpdateNodeRequest} requestParameters Request parameters.
2013
2013
  * @param {*} [options] Override http request option.
2014
2014
  * @throws {RequiredError}
2015
2015
  */
2016
2016
  v1UpdateNode(requestParameters, options) {
2017
- return localVarFp.v1UpdateNode(requestParameters.v1UpdateNode, options).then((request) => request(axios, basePath));
2017
+ return localVarFp.v1UpdateNode(requestParameters.v1UpdateNodeRequest, options).then((request) => request(axios, basePath));
2018
2018
  },
2019
2019
  };
2020
2020
  };
@@ -2027,7 +2027,7 @@ exports.DefaultApiFactory = DefaultApiFactory;
2027
2027
  */
2028
2028
  class DefaultApi extends base_1.BaseAPI {
2029
2029
  /**
2030
- * match camera
2030
+ * Match camera.
2031
2031
  * @param {DefaultApiV1CameraMatchRequest} requestParameters Request parameters.
2032
2032
  * @param {*} [options] Override http request option.
2033
2033
  * @throws {RequiredError}
@@ -2037,97 +2037,97 @@ class DefaultApi extends base_1.BaseAPI {
2037
2037
  return (0, exports.DefaultApiFp)(this.configuration).v1CameraMatch(requestParameters.model, requestParameters.pixelSizeMicrons, requestParameters.pixelsX, requestParameters.pixelsY, requestParameters.megapixels, requestParameters.chilled, requestParameters.adcBitDepth, requestParameters.isColor, options).then((request) => request(this.axios, this.basePath));
2038
2038
  }
2039
2039
  /**
2040
- * create an astro user camera
2040
+ * Create an astro camera.
2041
2041
  * @param {DefaultApiV1CreateAstroCameraRequest} requestParameters Request parameters.
2042
2042
  * @param {*} [options] Override http request option.
2043
2043
  * @throws {RequiredError}
2044
2044
  * @memberof DefaultApi
2045
2045
  */
2046
2046
  v1CreateAstroCamera(requestParameters, options) {
2047
- return (0, exports.DefaultApiFp)(this.configuration).v1CreateAstroCamera(requestParameters.v1CreateCamera, options).then((request) => request(this.axios, this.basePath));
2047
+ return (0, exports.DefaultApiFp)(this.configuration).v1CreateAstroCamera(requestParameters.v1CreateCameraRequest, options).then((request) => request(this.axios, this.basePath));
2048
2048
  }
2049
2049
  /**
2050
- * create an astro user mount
2050
+ * Create an astro mount.
2051
2051
  * @param {DefaultApiV1CreateAstroMountRequest} requestParameters Request parameters.
2052
2052
  * @param {*} [options] Override http request option.
2053
2053
  * @throws {RequiredError}
2054
2054
  * @memberof DefaultApi
2055
2055
  */
2056
2056
  v1CreateAstroMount(requestParameters, options) {
2057
- return (0, exports.DefaultApiFp)(this.configuration).v1CreateAstroMount(requestParameters.v1CreateMount, options).then((request) => request(this.axios, this.basePath));
2057
+ return (0, exports.DefaultApiFp)(this.configuration).v1CreateAstroMount(requestParameters.v1CreateMountRequest, options).then((request) => request(this.axios, this.basePath));
2058
2058
  }
2059
2059
  /**
2060
- * create an optical tube for an astro user
2060
+ * Create an astro optical tube.
2061
2061
  * @param {DefaultApiV1CreateAstroOpticalTubeRequest} requestParameters Request parameters.
2062
2062
  * @param {*} [options] Override http request option.
2063
2063
  * @throws {RequiredError}
2064
2064
  * @memberof DefaultApi
2065
2065
  */
2066
2066
  v1CreateAstroOpticalTube(requestParameters, options) {
2067
- return (0, exports.DefaultApiFp)(this.configuration).v1CreateAstroOpticalTube(requestParameters.v1CreateOpticalTube, options).then((request) => request(this.axios, this.basePath));
2067
+ return (0, exports.DefaultApiFp)(this.configuration).v1CreateAstroOpticalTube(requestParameters.v1CreateOpticalTubeRequest, options).then((request) => request(this.axios, this.basePath));
2068
2068
  }
2069
2069
  /**
2070
- * create an astro project
2070
+ * Create an astro project.
2071
2071
  * @param {DefaultApiV1CreateAstroProjectRequest} requestParameters Request parameters.
2072
2072
  * @param {*} [options] Override http request option.
2073
2073
  * @throws {RequiredError}
2074
2074
  * @memberof DefaultApi
2075
2075
  */
2076
2076
  v1CreateAstroProject(requestParameters, options) {
2077
- return (0, exports.DefaultApiFp)(this.configuration).v1CreateAstroProject(requestParameters.v1CreateAstroProject, options).then((request) => request(this.axios, this.basePath));
2077
+ return (0, exports.DefaultApiFp)(this.configuration).v1CreateAstroProject(requestParameters.v1CreateAstroProjectRequest, options).then((request) => request(this.axios, this.basePath));
2078
2078
  }
2079
2079
  /**
2080
- * create a project image set
2080
+ * Create an astro project image set.
2081
2081
  * @param {DefaultApiV1CreateAstroProjectImageSetRequest} requestParameters Request parameters.
2082
2082
  * @param {*} [options] Override http request option.
2083
2083
  * @throws {RequiredError}
2084
2084
  * @memberof DefaultApi
2085
2085
  */
2086
2086
  v1CreateAstroProjectImageSet(requestParameters, options) {
2087
- return (0, exports.DefaultApiFp)(this.configuration).v1CreateAstroProjectImageSet(requestParameters.v1CreateAstroProjectImageSet, options).then((request) => request(this.axios, this.basePath));
2087
+ return (0, exports.DefaultApiFp)(this.configuration).v1CreateAstroProjectImageSet(requestParameters.v1CreateAstroProjectImageSetRequest, options).then((request) => request(this.axios, this.basePath));
2088
2088
  }
2089
2089
  /**
2090
- * create an calibration master
2090
+ * Create a calibration master.
2091
2091
  * @param {DefaultApiV1CreateCalibrationMasterRequest} requestParameters Request parameters.
2092
2092
  * @param {*} [options] Override http request option.
2093
2093
  * @throws {RequiredError}
2094
2094
  * @memberof DefaultApi
2095
2095
  */
2096
2096
  v1CreateCalibrationMaster(requestParameters, options) {
2097
- return (0, exports.DefaultApiFp)(this.configuration).v1CreateCalibrationMaster(requestParameters.v1CreateCalibrationMaster, options).then((request) => request(this.axios, this.basePath));
2097
+ return (0, exports.DefaultApiFp)(this.configuration).v1CreateCalibrationMaster(requestParameters.v1CreateCalibrationMasterRequest, options).then((request) => request(this.axios, this.basePath));
2098
2098
  }
2099
2099
  /**
2100
- * create an image set
2100
+ * Create an image set.
2101
2101
  * @param {DefaultApiV1CreateImageSetRequest} requestParameters Request parameters.
2102
2102
  * @param {*} [options] Override http request option.
2103
2103
  * @throws {RequiredError}
2104
2104
  * @memberof DefaultApi
2105
2105
  */
2106
2106
  v1CreateImageSet(requestParameters, options) {
2107
- return (0, exports.DefaultApiFp)(this.configuration).v1CreateImageSet(requestParameters.v1CreateImageSet, options).then((request) => request(this.axios, this.basePath));
2107
+ return (0, exports.DefaultApiFp)(this.configuration).v1CreateImageSet(requestParameters.v1CreateImageSetRequest, options).then((request) => request(this.axios, this.basePath));
2108
2108
  }
2109
2109
  /**
2110
- * create an image set image
2110
+ * Create an image set image.
2111
2111
  * @param {DefaultApiV1CreateImageSetImageRequest} requestParameters Request parameters.
2112
2112
  * @param {*} [options] Override http request option.
2113
2113
  * @throws {RequiredError}
2114
2114
  * @memberof DefaultApi
2115
2115
  */
2116
2116
  v1CreateImageSetImage(requestParameters, options) {
2117
- return (0, exports.DefaultApiFp)(this.configuration).v1CreateImageSetImage(requestParameters.v1CreateImageSetImage, options).then((request) => request(this.axios, this.basePath));
2117
+ return (0, exports.DefaultApiFp)(this.configuration).v1CreateImageSetImage(requestParameters.v1CreateImageSetImageRequest, options).then((request) => request(this.axios, this.basePath));
2118
2118
  }
2119
2119
  /**
2120
- * create a node
2120
+ * Create a node.
2121
2121
  * @param {DefaultApiV1CreateNodeRequest} requestParameters Request parameters.
2122
2122
  * @param {*} [options] Override http request option.
2123
2123
  * @throws {RequiredError}
2124
2124
  * @memberof DefaultApi
2125
2125
  */
2126
2126
  v1CreateNode(requestParameters, options) {
2127
- return (0, exports.DefaultApiFp)(this.configuration).v1CreateNode(requestParameters.v1CreateNode, options).then((request) => request(this.axios, this.basePath));
2127
+ return (0, exports.DefaultApiFp)(this.configuration).v1CreateNode(requestParameters.v1CreateNodeRequest, options).then((request) => request(this.axios, this.basePath));
2128
2128
  }
2129
2129
  /**
2130
- * get an astro camera
2130
+ * Get an astro camera.
2131
2131
  * @param {DefaultApiV1GetAstroCameraRequest} requestParameters Request parameters.
2132
2132
  * @param {*} [options] Override http request option.
2133
2133
  * @throws {RequiredError}
@@ -2137,7 +2137,7 @@ class DefaultApi extends base_1.BaseAPI {
2137
2137
  return (0, exports.DefaultApiFp)(this.configuration).v1GetAstroCamera(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
2138
2138
  }
2139
2139
  /**
2140
- * get an astro mount
2140
+ * Get an astro mount.
2141
2141
  * @param {DefaultApiV1GetAstroMountRequest} requestParameters Request parameters.
2142
2142
  * @param {*} [options] Override http request option.
2143
2143
  * @throws {RequiredError}
@@ -2147,7 +2147,7 @@ class DefaultApi extends base_1.BaseAPI {
2147
2147
  return (0, exports.DefaultApiFp)(this.configuration).v1GetAstroMount(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
2148
2148
  }
2149
2149
  /**
2150
- * get an optical tube
2150
+ * Get an astro optical tube.
2151
2151
  * @param {DefaultApiV1GetAstroOpticalTubeRequest} requestParameters Request parameters.
2152
2152
  * @param {*} [options] Override http request option.
2153
2153
  * @throws {RequiredError}
@@ -2157,7 +2157,7 @@ class DefaultApi extends base_1.BaseAPI {
2157
2157
  return (0, exports.DefaultApiFp)(this.configuration).v1GetAstroOpticalTube(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
2158
2158
  }
2159
2159
  /**
2160
- * get astro platform credit balance
2160
+ * Get astro platform credit balance.
2161
2161
  * @param {*} [options] Override http request option.
2162
2162
  * @throws {RequiredError}
2163
2163
  * @memberof DefaultApi
@@ -2166,7 +2166,7 @@ class DefaultApi extends base_1.BaseAPI {
2166
2166
  return (0, exports.DefaultApiFp)(this.configuration).v1GetAstroPlatformCreditBalance(options).then((request) => request(this.axios, this.basePath));
2167
2167
  }
2168
2168
  /**
2169
- * get an astro project
2169
+ * Get an astro project.
2170
2170
  * @param {DefaultApiV1GetAstroProjectRequest} requestParameters Request parameters.
2171
2171
  * @param {*} [options] Override http request option.
2172
2172
  * @throws {RequiredError}
@@ -2176,7 +2176,7 @@ class DefaultApi extends base_1.BaseAPI {
2176
2176
  return (0, exports.DefaultApiFp)(this.configuration).v1GetAstroProject(requestParameters.astroProjectId, options).then((request) => request(this.axios, this.basePath));
2177
2177
  }
2178
2178
  /**
2179
- * get all assets for an astro project
2179
+ * Get astro project assets.
2180
2180
  * @param {DefaultApiV1GetAstroProjectAssetsRequest} requestParameters Request parameters.
2181
2181
  * @param {*} [options] Override http request option.
2182
2182
  * @throws {RequiredError}
@@ -2186,7 +2186,7 @@ class DefaultApi extends base_1.BaseAPI {
2186
2186
  return (0, exports.DefaultApiFp)(this.configuration).v1GetAstroProjectAssets(requestParameters.astroProjectId, options).then((request) => request(this.axios, this.basePath));
2187
2187
  }
2188
2188
  /**
2189
- * get all astro projects
2189
+ * Get astro projects.
2190
2190
  * @param {*} [options] Override http request option.
2191
2191
  * @throws {RequiredError}
2192
2192
  * @memberof DefaultApi
@@ -2195,7 +2195,7 @@ class DefaultApi extends base_1.BaseAPI {
2195
2195
  return (0, exports.DefaultApiFp)(this.configuration).v1GetAstroProjects(options).then((request) => request(this.axios, this.basePath));
2196
2196
  }
2197
2197
  /**
2198
- * Get an astro targets. pass in an ID, an NGC ID or an IC ID
2198
+ * Get an astro target. Pass in an ID, an NGC ID or an IC ID.
2199
2199
  * @param {DefaultApiV1GetAstroTargetRequest} requestParameters Request parameters.
2200
2200
  * @param {*} [options] Override http request option.
2201
2201
  * @throws {RequiredError}
@@ -2215,7 +2215,7 @@ class DefaultApi extends base_1.BaseAPI {
2215
2215
  return (0, exports.DefaultApiFp)(this.configuration).v1GetAstroTargets(requestParameters.lastId, requestParameters.catalogId, requestParameters.ra, requestParameters.dec, options).then((request) => request(this.axios, this.basePath));
2216
2216
  }
2217
2217
  /**
2218
- * get all calibration masters for a node
2218
+ * Get calibration masters.
2219
2219
  * @param {DefaultApiV1GetCalibrationMastersRequest} requestParameters Request parameters.
2220
2220
  * @param {*} [options] Override http request option.
2221
2221
  * @throws {RequiredError}
@@ -2225,7 +2225,7 @@ class DefaultApi extends base_1.BaseAPI {
2225
2225
  return (0, exports.DefaultApiFp)(this.configuration).v1GetCalibrationMasters(requestParameters.nodeId, options).then((request) => request(this.axios, this.basePath));
2226
2226
  }
2227
2227
  /**
2228
- * get all cameras
2228
+ * Get cameras.
2229
2229
  * @param {*} [options] Override http request option.
2230
2230
  * @throws {RequiredError}
2231
2231
  * @memberof DefaultApi
@@ -2234,7 +2234,7 @@ class DefaultApi extends base_1.BaseAPI {
2234
2234
  return (0, exports.DefaultApiFp)(this.configuration).v1GetCameras(options).then((request) => request(this.axios, this.basePath));
2235
2235
  }
2236
2236
  /**
2237
- * get an image set
2237
+ * Get an image set.
2238
2238
  * @param {DefaultApiV1GetImageSetRequest} requestParameters Request parameters.
2239
2239
  * @param {*} [options] Override http request option.
2240
2240
  * @throws {RequiredError}
@@ -2244,7 +2244,7 @@ class DefaultApi extends base_1.BaseAPI {
2244
2244
  return (0, exports.DefaultApiFp)(this.configuration).v1GetImageSet(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
2245
2245
  }
2246
2246
  /**
2247
- * get an image
2247
+ * Get an image.
2248
2248
  * @param {DefaultApiV1GetImageSetImageRequest} requestParameters Request parameters.
2249
2249
  * @param {*} [options] Override http request option.
2250
2250
  * @throws {RequiredError}
@@ -2254,7 +2254,7 @@ class DefaultApi extends base_1.BaseAPI {
2254
2254
  return (0, exports.DefaultApiFp)(this.configuration).v1GetImageSetImage(requestParameters.imageId, options).then((request) => request(this.axios, this.basePath));
2255
2255
  }
2256
2256
  /**
2257
- * get image set images
2257
+ * Get image set images.
2258
2258
  * @param {DefaultApiV1GetImageSetImagesRequest} requestParameters Request parameters.
2259
2259
  * @param {*} [options] Override http request option.
2260
2260
  * @throws {RequiredError}
@@ -2264,7 +2264,7 @@ class DefaultApi extends base_1.BaseAPI {
2264
2264
  return (0, exports.DefaultApiFp)(this.configuration).v1GetImageSetImages(requestParameters.imageSets, options).then((request) => request(this.axios, this.basePath));
2265
2265
  }
2266
2266
  /**
2267
- * get image sets for targets observed for your organization
2267
+ * Get image sets.
2268
2268
  * @param {*} [options] Override http request option.
2269
2269
  * @throws {RequiredError}
2270
2270
  * @memberof DefaultApi
@@ -2273,7 +2273,7 @@ class DefaultApi extends base_1.BaseAPI {
2273
2273
  return (0, exports.DefaultApiFp)(this.configuration).v1GetImageSets(options).then((request) => request(this.axios, this.basePath));
2274
2274
  }
2275
2275
  /**
2276
- * get mounts
2276
+ * Get mounts.
2277
2277
  * @param {*} [options] Override http request option.
2278
2278
  * @throws {RequiredError}
2279
2279
  * @memberof DefaultApi
@@ -2282,7 +2282,7 @@ class DefaultApi extends base_1.BaseAPI {
2282
2282
  return (0, exports.DefaultApiFp)(this.configuration).v1GetMounts(options).then((request) => request(this.axios, this.basePath));
2283
2283
  }
2284
2284
  /**
2285
- * get all nodes
2285
+ * Get nodes.
2286
2286
  * @param {*} [options] Override http request option.
2287
2287
  * @throws {RequiredError}
2288
2288
  * @memberof DefaultApi
@@ -2291,7 +2291,7 @@ class DefaultApi extends base_1.BaseAPI {
2291
2291
  return (0, exports.DefaultApiFp)(this.configuration).v1GetNodes(options).then((request) => request(this.axios, this.basePath));
2292
2292
  }
2293
2293
  /**
2294
- * get platform credits
2294
+ * Get platform credits.
2295
2295
  * @param {*} [options] Override http request option.
2296
2296
  * @throws {RequiredError}
2297
2297
  * @memberof DefaultApi
@@ -2300,7 +2300,7 @@ class DefaultApi extends base_1.BaseAPI {
2300
2300
  return (0, exports.DefaultApiFp)(this.configuration).v1GetPlatformCredits(options).then((request) => request(this.axios, this.basePath));
2301
2301
  }
2302
2302
  /**
2303
- * search for an astro project with certain properties
2303
+ * Match astro project.
2304
2304
  * @param {DefaultApiV1MatchAstroProjectRequest} requestParameters Request parameters.
2305
2305
  * @param {*} [options] Override http request option.
2306
2306
  * @throws {RequiredError}
@@ -2310,7 +2310,7 @@ class DefaultApi extends base_1.BaseAPI {
2310
2310
  return (0, exports.DefaultApiFp)(this.configuration).v1MatchAstroProject(requestParameters.targetId, requestParameters.cameraId, requestParameters.otaId, options).then((request) => request(this.axios, this.basePath));
2311
2311
  }
2312
2312
  /**
2313
- * match mount
2313
+ * Match mount.
2314
2314
  * @param {DefaultApiV1MountMatchRequest} requestParameters Request parameters.
2315
2315
  * @param {*} [options] Override http request option.
2316
2316
  * @throws {RequiredError}
@@ -2320,7 +2320,7 @@ class DefaultApi extends base_1.BaseAPI {
2320
2320
  return (0, exports.DefaultApiFp)(this.configuration).v1MountMatch(requestParameters.model, options).then((request) => request(this.axios, this.basePath));
2321
2321
  }
2322
2322
  /**
2323
- * match optical tube
2323
+ * Match optical tube.
2324
2324
  * @param {DefaultApiV1OpticalTubeMatchRequest} requestParameters Request parameters.
2325
2325
  * @param {*} [options] Override http request option.
2326
2326
  * @throws {RequiredError}
@@ -2330,24 +2330,24 @@ class DefaultApi extends base_1.BaseAPI {
2330
2330
  return (0, exports.DefaultApiFp)(this.configuration).v1OpticalTubeMatch(requestParameters.model, requestParameters.focalLengthMm, requestParameters.apertureMm, options).then((request) => request(this.axios, this.basePath));
2331
2331
  }
2332
2332
  /**
2333
- * stack an astro project
2333
+ * Stack an astro project.
2334
2334
  * @param {DefaultApiV1PutStackAstroProjectRequest} requestParameters Request parameters.
2335
2335
  * @param {*} [options] Override http request option.
2336
2336
  * @throws {RequiredError}
2337
2337
  * @memberof DefaultApi
2338
2338
  */
2339
2339
  v1PutStackAstroProject(requestParameters, options) {
2340
- return (0, exports.DefaultApiFp)(this.configuration).v1PutStackAstroProject(requestParameters.v1PutStackAstroProject, options).then((request) => request(this.axios, this.basePath));
2340
+ return (0, exports.DefaultApiFp)(this.configuration).v1PutStackAstroProject(requestParameters.v1PutStackAstroProjectRequest, options).then((request) => request(this.axios, this.basePath));
2341
2341
  }
2342
2342
  /**
2343
- * update a node
2343
+ * Update a node.
2344
2344
  * @param {DefaultApiV1UpdateNodeRequest} requestParameters Request parameters.
2345
2345
  * @param {*} [options] Override http request option.
2346
2346
  * @throws {RequiredError}
2347
2347
  * @memberof DefaultApi
2348
2348
  */
2349
2349
  v1UpdateNode(requestParameters, options) {
2350
- return (0, exports.DefaultApiFp)(this.configuration).v1UpdateNode(requestParameters.v1UpdateNode, options).then((request) => request(this.axios, this.basePath));
2350
+ return (0, exports.DefaultApiFp)(this.configuration).v1UpdateNode(requestParameters.v1UpdateNodeRequest, options).then((request) => request(this.axios, this.basePath));
2351
2351
  }
2352
2352
  }
2353
2353
  exports.DefaultApi = DefaultApi;