@ourskyai/platform-api 1.3.1734 → 1.3.1767

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/api.ts 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.1734
7
+ * The version of the OpenAPI document: 1.3.1767
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -24,7 +24,7 @@ import type { RequestArgs } from './base';
24
24
  import { BASE_PATH, COLLECTION_FORMATS, BaseAPI, RequiredError } from './base';
25
25
 
26
26
  /**
27
- * Camera mode
27
+ *
28
28
  * @export
29
29
  * @enum {string}
30
30
  */
@@ -38,7 +38,7 @@ export type CameraMode = typeof CameraMode[keyof typeof CameraMode];
38
38
 
39
39
 
40
40
  /**
41
- * successful action
41
+ *
42
42
  * @export
43
43
  * @interface EmptySuccess
44
44
  */
@@ -80,87 +80,6 @@ export const FilterType = {
80
80
  export type FilterType = typeof FilterType[keyof typeof FilterType];
81
81
 
82
82
 
83
- /**
84
- * GroundStationParticipant
85
- * @export
86
- * @interface GroundStationParticipant
87
- */
88
- export interface GroundStationParticipant {
89
- /**
90
- *
91
- * @type {string}
92
- * @memberof GroundStationParticipant
93
- */
94
- 'nodeId': string;
95
- /**
96
- *
97
- * @type {Location}
98
- * @memberof GroundStationParticipant
99
- */
100
- 'location': Location;
101
- /**
102
- *
103
- * @type {number}
104
- * @memberof GroundStationParticipant
105
- */
106
- 'megapixels': number;
107
- /**
108
- *
109
- * @type {ShutterType}
110
- * @memberof GroundStationParticipant
111
- */
112
- 'shutterType': ShutterType;
113
- /**
114
- *
115
- * @type {number}
116
- * @memberof GroundStationParticipant
117
- */
118
- 'pixelSizeMicrons': number;
119
- /**
120
- *
121
- * @type {boolean}
122
- * @memberof GroundStationParticipant
123
- */
124
- 'gpsTimestamps': boolean;
125
- /**
126
- *
127
- * @type {number}
128
- * @memberof GroundStationParticipant
129
- */
130
- 'otaFocalLengthMm': number;
131
- /**
132
- *
133
- * @type {number}
134
- * @memberof GroundStationParticipant
135
- */
136
- 'otaApertureMm': number;
137
- /**
138
- *
139
- * @type {MountType}
140
- * @memberof GroundStationParticipant
141
- */
142
- 'mountType': MountType;
143
- /**
144
- *
145
- * @type {string}
146
- * @memberof GroundStationParticipant
147
- */
148
- 'masterFlat'?: string;
149
- /**
150
- *
151
- * @type {string}
152
- * @memberof GroundStationParticipant
153
- */
154
- 'masterDark'?: string;
155
- /**
156
- *
157
- * @type {string}
158
- * @memberof GroundStationParticipant
159
- */
160
- 'masterBias'?: string;
161
- }
162
-
163
-
164
83
  /**
165
84
  *
166
85
  * @export
@@ -187,7 +106,7 @@ export interface Location {
187
106
  'altitude': number;
188
107
  }
189
108
  /**
190
- * metric type
109
+ *
191
110
  * @export
192
111
  * @enum {string}
193
112
  */
@@ -201,7 +120,7 @@ export type MetricType = typeof MetricType[keyof typeof MetricType];
201
120
 
202
121
 
203
122
  /**
204
- * The type of mount
123
+ *
205
124
  * @export
206
125
  * @enum {string}
207
126
  */
@@ -215,7 +134,7 @@ export type MountType = typeof MountType[keyof typeof MountType];
215
134
 
216
135
 
217
136
  /**
218
- * possible states for a node
137
+ *
219
138
  * @export
220
139
  * @enum {string}
221
140
  */
@@ -233,7 +152,7 @@ export type NodeState = typeof NodeState[keyof typeof NodeState];
233
152
 
234
153
 
235
154
  /**
236
- * optical tube types
155
+ *
237
156
  * @export
238
157
  * @enum {string}
239
158
  */
@@ -250,7 +169,7 @@ export type OpticalTubeType = typeof OpticalTubeType[keyof typeof OpticalTubeTyp
250
169
 
251
170
 
252
171
  /**
253
- * shutter type
172
+ *
254
173
  * @export
255
174
  * @enum {string}
256
175
  */
@@ -264,7 +183,7 @@ export type ShutterType = typeof ShutterType[keyof typeof ShutterType];
264
183
 
265
184
 
266
185
  /**
267
- * successful create
186
+ *
268
187
  * @export
269
188
  * @interface SuccessfulCreate
270
189
  */
@@ -277,7 +196,7 @@ export interface SuccessfulCreate {
277
196
  'id': string;
278
197
  }
279
198
  /**
280
- * target tracking type
199
+ *
281
200
  * @export
282
201
  * @enum {string}
283
202
  */
@@ -291,7 +210,7 @@ export type TrackingType = typeof TrackingType[keyof typeof TrackingType];
291
210
 
292
211
 
293
212
  /**
294
- * v1Camera
213
+ * Camera
295
214
  * @export
296
215
  * @interface V1Camera
297
216
  */
@@ -378,158 +297,151 @@ export interface V1Camera {
378
297
 
379
298
 
380
299
  /**
381
- * complete an observation
300
+ *
382
301
  * @export
383
- * @interface V1CompleteObservation
302
+ * @interface V1CompleteObservationRequest
384
303
  */
385
- export interface V1CompleteObservation {
304
+ export interface V1CompleteObservationRequest {
386
305
  /**
387
306
  *
388
307
  * @type {string}
389
- * @memberof V1CompleteObservation
308
+ * @memberof V1CompleteObservationRequest
390
309
  */
391
310
  'imageSetId': string;
392
311
  }
393
312
  /**
394
- * create image set
313
+ *
395
314
  * @export
396
- * @interface V1CreateImageSet
315
+ * @interface V1CreateImageSetImageRequest
397
316
  */
398
- export interface V1CreateImageSet {
317
+ export interface V1CreateImageSetImageRequest {
399
318
  /**
400
319
  *
401
320
  * @type {string}
402
- * @memberof V1CreateImageSet
321
+ * @memberof V1CreateImageSetImageRequest
403
322
  */
404
- 'targetId': string;
323
+ 'imageSetId': string;
324
+ }
325
+ /**
326
+ *
327
+ * @export
328
+ * @interface V1CreateImageSetImageResponse
329
+ */
330
+ export interface V1CreateImageSetImageResponse {
405
331
  /**
406
332
  *
407
333
  * @type {string}
408
- * @memberof V1CreateImageSet
334
+ * @memberof V1CreateImageSetImageResponse
409
335
  */
410
- 'nodeId': string;
336
+ 'id': string;
411
337
  /**
412
338
  *
413
339
  * @type {string}
414
- * @memberof V1CreateImageSet
340
+ * @memberof V1CreateImageSetImageResponse
415
341
  */
416
- 'observationId'?: string;
342
+ 'uploadUrl': string;
343
+ }
344
+ /**
345
+ *
346
+ * @export
347
+ * @interface V1CreateImageSetRequest
348
+ */
349
+ export interface V1CreateImageSetRequest {
417
350
  /**
418
351
  *
419
352
  * @type {string}
420
- * @memberof V1CreateImageSet
421
- * @deprecated
422
- */
423
- 'ourskyPluginVersion'?: string;
424
- /**
425
- *
426
- * @type {TrackingType}
427
- * @memberof V1CreateImageSet
353
+ * @memberof V1CreateImageSetRequest
428
354
  */
429
- 'trackingType'?: TrackingType;
355
+ 'targetId': string;
430
356
  /**
431
357
  *
432
- * @type {FilterType}
433
- * @memberof V1CreateImageSet
358
+ * @type {string}
359
+ * @memberof V1CreateImageSetRequest
434
360
  */
435
- 'filterType'?: FilterType;
436
- }
437
-
438
-
439
- /**
440
- * create image set image
441
- * @export
442
- * @interface V1CreateImageSetImage
443
- */
444
- export interface V1CreateImageSetImage {
361
+ 'nodeId': string;
445
362
  /**
446
363
  *
447
364
  * @type {string}
448
- * @memberof V1CreateImageSetImage
365
+ * @memberof V1CreateImageSetRequest
449
366
  */
450
- 'imageSetId': string;
451
- }
452
- /**
453
- * successful create of image set image
454
- * @export
455
- * @interface V1CreateImageSetImageResponse
456
- */
457
- export interface V1CreateImageSetImageResponse {
367
+ 'observationId'?: string;
458
368
  /**
459
369
  *
460
- * @type {string}
461
- * @memberof V1CreateImageSetImageResponse
370
+ * @type {TrackingType}
371
+ * @memberof V1CreateImageSetRequest
462
372
  */
463
- 'id': string;
373
+ 'trackingType'?: TrackingType;
464
374
  /**
465
375
  *
466
- * @type {string}
467
- * @memberof V1CreateImageSetImageResponse
376
+ * @type {FilterType}
377
+ * @memberof V1CreateImageSetRequest
468
378
  */
469
- 'uploadUrl': string;
379
+ 'filterType'?: FilterType;
470
380
  }
381
+
382
+
471
383
  /**
472
- * create a mount
384
+ *
473
385
  * @export
474
- * @interface V1CreateMount
386
+ * @interface V1CreateMountRequest
475
387
  */
476
- export interface V1CreateMount {
388
+ export interface V1CreateMountRequest {
477
389
  /**
478
390
  *
479
391
  * @type {string}
480
- * @memberof V1CreateMount
392
+ * @memberof V1CreateMountRequest
481
393
  */
482
394
  'model': string;
483
395
  /**
484
396
  *
485
397
  * @type {MountType}
486
- * @memberof V1CreateMount
398
+ * @memberof V1CreateMountRequest
487
399
  */
488
400
  'mountType': MountType;
489
401
  /**
490
402
  *
491
403
  * @type {number}
492
- * @memberof V1CreateMount
404
+ * @memberof V1CreateMountRequest
493
405
  */
494
406
  'slewRate': number;
495
407
  }
496
408
 
497
409
 
498
410
  /**
499
- * create an optical tube
411
+ *
500
412
  * @export
501
- * @interface V1CreateOpticalTube
413
+ * @interface V1CreateOpticalTubeRequest
502
414
  */
503
- export interface V1CreateOpticalTube {
415
+ export interface V1CreateOpticalTubeRequest {
504
416
  /**
505
417
  *
506
418
  * @type {string}
507
- * @memberof V1CreateOpticalTube
419
+ * @memberof V1CreateOpticalTubeRequest
508
420
  */
509
421
  'model': string;
510
422
  /**
511
423
  *
512
424
  * @type {number}
513
- * @memberof V1CreateOpticalTube
425
+ * @memberof V1CreateOpticalTubeRequest
514
426
  */
515
427
  'focalLengthMm': number;
516
428
  /**
517
429
  *
518
430
  * @type {number}
519
- * @memberof V1CreateOpticalTube
431
+ * @memberof V1CreateOpticalTubeRequest
520
432
  */
521
433
  'apertureMm': number;
522
434
  /**
523
435
  *
524
436
  * @type {OpticalTubeType}
525
- * @memberof V1CreateOpticalTube
437
+ * @memberof V1CreateOpticalTubeRequest
526
438
  */
527
439
  'type'?: OpticalTubeType;
528
440
  }
529
441
 
530
442
 
531
443
  /**
532
- * v1GetNodes
444
+ *
533
445
  * @export
534
446
  * @interface V1GetNodes
535
447
  */
@@ -542,20 +454,88 @@ export interface V1GetNodes {
542
454
  'nodes': Array<V1NodeWithLocation>;
543
455
  }
544
456
  /**
545
- * V1GetObservatories
457
+ *
546
458
  * @export
547
- * @interface V1GetObservatories
459
+ * @interface V1GroundStationParticipant
548
460
  */
549
- export interface V1GetObservatories {
461
+ export interface V1GroundStationParticipant {
462
+ /**
463
+ *
464
+ * @type {string}
465
+ * @memberof V1GroundStationParticipant
466
+ */
467
+ 'nodeId': string;
550
468
  /**
551
469
  *
552
- * @type {Array<V1Observatory>}
553
- * @memberof V1GetObservatories
470
+ * @type {Location}
471
+ * @memberof V1GroundStationParticipant
472
+ */
473
+ 'location': Location;
474
+ /**
475
+ *
476
+ * @type {number}
477
+ * @memberof V1GroundStationParticipant
478
+ */
479
+ 'megapixels': number;
480
+ /**
481
+ *
482
+ * @type {ShutterType}
483
+ * @memberof V1GroundStationParticipant
484
+ */
485
+ 'shutterType': ShutterType;
486
+ /**
487
+ *
488
+ * @type {number}
489
+ * @memberof V1GroundStationParticipant
490
+ */
491
+ 'pixelSizeMicrons': number;
492
+ /**
493
+ *
494
+ * @type {boolean}
495
+ * @memberof V1GroundStationParticipant
496
+ */
497
+ 'gpsTimestamps': boolean;
498
+ /**
499
+ *
500
+ * @type {number}
501
+ * @memberof V1GroundStationParticipant
502
+ */
503
+ 'otaFocalLengthMm': number;
504
+ /**
505
+ *
506
+ * @type {number}
507
+ * @memberof V1GroundStationParticipant
508
+ */
509
+ 'otaApertureMm': number;
510
+ /**
511
+ *
512
+ * @type {MountType}
513
+ * @memberof V1GroundStationParticipant
554
514
  */
555
- 'observatories': Array<V1Observatory>;
515
+ 'mountType': MountType;
516
+ /**
517
+ *
518
+ * @type {string}
519
+ * @memberof V1GroundStationParticipant
520
+ */
521
+ 'masterFlat'?: string;
522
+ /**
523
+ *
524
+ * @type {string}
525
+ * @memberof V1GroundStationParticipant
526
+ */
527
+ 'masterDark'?: string;
528
+ /**
529
+ *
530
+ * @type {string}
531
+ * @memberof V1GroundStationParticipant
532
+ */
533
+ 'masterBias'?: string;
556
534
  }
535
+
536
+
557
537
  /**
558
- * v1GetImageSet
538
+ * An image set represents a contiguous set of observations of the same target captured by the same node.
559
539
  * @export
560
540
  * @interface V1ImageSet
561
541
  */
@@ -630,7 +610,7 @@ export interface V1ImageSet {
630
610
 
631
611
 
632
612
  /**
633
- * v1GetImageSetImage
613
+ * Image Set Image
634
614
  * @export
635
615
  * @interface V1ImageSetImage
636
616
  */
@@ -775,7 +755,7 @@ export interface V1ImageSetImage {
775
755
  'exposureLength': number;
776
756
  }
777
757
  /**
778
- * metric
758
+ *
779
759
  * @export
780
760
  * @interface V1Metric
781
761
  */
@@ -814,7 +794,7 @@ export interface V1Metric {
814
794
 
815
795
 
816
796
  /**
817
- * v1Mount
797
+ * Mount
818
798
  * @export
819
799
  * @interface V1Mount
820
800
  */
@@ -914,7 +894,7 @@ export interface V1Node {
914
894
 
915
895
 
916
896
  /**
917
- * v1NodeWithLocation
897
+ * Node with location
918
898
  * @export
919
899
  * @interface V1NodeWithLocation
920
900
  */
@@ -933,44 +913,7 @@ export interface V1NodeWithLocation {
933
913
  'location': Location;
934
914
  }
935
915
  /**
936
- * V1Observatory
937
- * @export
938
- * @interface V1Observatory
939
- */
940
- export interface V1Observatory {
941
- /**
942
- *
943
- * @type {string}
944
- * @memberof V1Observatory
945
- */
946
- 'id': string;
947
- /**
948
- *
949
- * @type {string}
950
- * @memberof V1Observatory
951
- */
952
- 'name': string;
953
- /**
954
- *
955
- * @type {number}
956
- * @memberof V1Observatory
957
- */
958
- 'latitude': number;
959
- /**
960
- *
961
- * @type {number}
962
- * @memberof V1Observatory
963
- */
964
- 'longitude': number;
965
- /**
966
- *
967
- * @type {number}
968
- * @memberof V1Observatory
969
- */
970
- 'altitude': number;
971
- }
972
- /**
973
- * v1OpticalTube
916
+ * Optical Tube
974
917
  * @export
975
918
  * @interface V1OpticalTube
976
919
  */
@@ -1001,7 +944,7 @@ export interface V1OpticalTube {
1001
944
  'apertureMm': number;
1002
945
  }
1003
946
  /**
1004
- * v1SetupAction
947
+ * Setup Action
1005
948
  * @export
1006
949
  * @interface V1SetupAction
1007
950
  */
@@ -1020,184 +963,184 @@ export interface V1SetupAction {
1020
963
  'arguments'?: Array<string>;
1021
964
  }
1022
965
  /**
1023
- * update node metrics
966
+ *
1024
967
  * @export
1025
- * @interface V1UpdateNodeMetrics
968
+ * @interface V1UpdateNodeMetricsRequest
1026
969
  */
1027
- export interface V1UpdateNodeMetrics {
970
+ export interface V1UpdateNodeMetricsRequest {
1028
971
  /**
1029
972
  *
1030
973
  * @type {string}
1031
- * @memberof V1UpdateNodeMetrics
974
+ * @memberof V1UpdateNodeMetricsRequest
1032
975
  */
1033
976
  'nodeId': string;
1034
977
  /**
1035
978
  *
1036
979
  * @type {number}
1037
- * @memberof V1UpdateNodeMetrics
980
+ * @memberof V1UpdateNodeMetricsRequest
1038
981
  */
1039
982
  'availableDiskBytes': number;
1040
983
  /**
1041
984
  *
1042
985
  * @type {number}
1043
- * @memberof V1UpdateNodeMetrics
986
+ * @memberof V1UpdateNodeMetricsRequest
1044
987
  */
1045
988
  'availableMemoryBytes': number;
1046
989
  /**
1047
990
  *
1048
991
  * @type {number}
1049
- * @memberof V1UpdateNodeMetrics
992
+ * @memberof V1UpdateNodeMetricsRequest
1050
993
  */
1051
994
  'ntpTimeDriftMs': number;
1052
995
  /**
1053
996
  *
1054
997
  * @type {number}
1055
- * @memberof V1UpdateNodeMetrics
998
+ * @memberof V1UpdateNodeMetricsRequest
1056
999
  */
1057
1000
  'minSlewSpeedMs'?: number;
1058
1001
  /**
1059
1002
  *
1060
1003
  * @type {number}
1061
- * @memberof V1UpdateNodeMetrics
1004
+ * @memberof V1UpdateNodeMetricsRequest
1062
1005
  */
1063
1006
  'maxSlewSpeedMs'?: number;
1064
1007
  /**
1065
1008
  *
1066
1009
  * @type {number}
1067
- * @memberof V1UpdateNodeMetrics
1010
+ * @memberof V1UpdateNodeMetricsRequest
1068
1011
  */
1069
1012
  'minSlewAndCenterSpeedMs'?: number;
1070
1013
  /**
1071
1014
  *
1072
1015
  * @type {number}
1073
- * @memberof V1UpdateNodeMetrics
1016
+ * @memberof V1UpdateNodeMetricsRequest
1074
1017
  */
1075
1018
  'maxSlewAndCenterSpeedMs'?: number;
1076
1019
  /**
1077
1020
  *
1078
1021
  * @type {number}
1079
- * @memberof V1UpdateNodeMetrics
1022
+ * @memberof V1UpdateNodeMetricsRequest
1080
1023
  */
1081
1024
  'minSlewAccuracyArcseconds'?: number;
1082
1025
  /**
1083
1026
  *
1084
1027
  * @type {number}
1085
- * @memberof V1UpdateNodeMetrics
1028
+ * @memberof V1UpdateNodeMetricsRequest
1086
1029
  */
1087
1030
  'maxSlewAccuracyArcseconds'?: number;
1088
1031
  /**
1089
1032
  *
1090
1033
  * @type {string}
1091
- * @memberof V1UpdateNodeMetrics
1034
+ * @memberof V1UpdateNodeMetricsRequest
1092
1035
  */
1093
1036
  'measuredAt': string;
1094
1037
  }
1095
1038
  /**
1096
- * v2ObservationInstruction
1039
+ *
1097
1040
  * @export
1098
- * @interface V2GetObservation
1041
+ * @interface V2GetObservationResponse
1099
1042
  */
1100
- export interface V2GetObservation {
1043
+ export interface V2GetObservationResponse {
1101
1044
  /**
1102
1045
  *
1103
1046
  * @type {string}
1104
- * @memberof V2GetObservation
1047
+ * @memberof V2GetObservationResponse
1105
1048
  */
1106
1049
  'id': string;
1107
1050
  /**
1108
1051
  *
1109
1052
  * @type {string}
1110
- * @memberof V2GetObservation
1053
+ * @memberof V2GetObservationResponse
1111
1054
  */
1112
1055
  'imageSetId': string;
1113
1056
  /**
1114
1057
  *
1115
1058
  * @type {string}
1116
- * @memberof V2GetObservation
1059
+ * @memberof V2GetObservationResponse
1117
1060
  */
1118
1061
  'targetId': string;
1119
1062
  /**
1120
1063
  *
1121
1064
  * @type {TrackingType}
1122
- * @memberof V2GetObservation
1065
+ * @memberof V2GetObservationResponse
1123
1066
  */
1124
1067
  'trackingType': TrackingType;
1125
1068
  /**
1126
1069
  *
1127
1070
  * @type {number}
1128
- * @memberof V2GetObservation
1071
+ * @memberof V2GetObservationResponse
1129
1072
  */
1130
1073
  'exposureDuration': number;
1131
1074
  /**
1132
1075
  *
1133
1076
  * @type {number}
1134
- * @memberof V2GetObservation
1077
+ * @memberof V2GetObservationResponse
1135
1078
  */
1136
1079
  'binning': number;
1137
1080
  /**
1138
1081
  *
1139
1082
  * @type {number}
1140
- * @memberof V2GetObservation
1083
+ * @memberof V2GetObservationResponse
1141
1084
  */
1142
1085
  'gain': number;
1143
1086
  /**
1144
1087
  *
1145
1088
  * @type {number}
1146
- * @memberof V2GetObservation
1089
+ * @memberof V2GetObservationResponse
1147
1090
  */
1148
1091
  'gainMode': number;
1149
1092
  /**
1150
1093
  *
1151
1094
  * @type {number}
1152
- * @memberof V2GetObservation
1095
+ * @memberof V2GetObservationResponse
1153
1096
  */
1154
1097
  'ra': number;
1155
1098
  /**
1156
1099
  *
1157
1100
  * @type {number}
1158
- * @memberof V2GetObservation
1101
+ * @memberof V2GetObservationResponse
1159
1102
  */
1160
1103
  'dec': number;
1161
1104
  /**
1162
1105
  *
1163
1106
  * @type {string}
1164
- * @memberof V2GetObservation
1107
+ * @memberof V2GetObservationResponse
1165
1108
  */
1166
1109
  'captureStart': string;
1167
1110
  /**
1168
1111
  *
1169
1112
  * @type {string}
1170
- * @memberof V2GetObservation
1113
+ * @memberof V2GetObservationResponse
1171
1114
  */
1172
1115
  'captureEnd': string;
1173
1116
  /**
1174
1117
  *
1175
1118
  * @type {number}
1176
- * @memberof V2GetObservation
1119
+ * @memberof V2GetObservationResponse
1177
1120
  */
1178
1121
  'preCaptureWait': number;
1179
1122
  /**
1180
1123
  *
1181
1124
  * @type {string}
1182
- * @memberof V2GetObservation
1125
+ * @memberof V2GetObservationResponse
1183
1126
  */
1184
1127
  'startSlewAt': string;
1185
1128
  /**
1186
1129
  *
1187
1130
  * @type {CameraMode}
1188
- * @memberof V2GetObservation
1131
+ * @memberof V2GetObservationResponse
1189
1132
  */
1190
1133
  'cameraMode': CameraMode;
1191
1134
  /**
1192
1135
  *
1193
1136
  * @type {string}
1194
- * @memberof V2GetObservation
1137
+ * @memberof V2GetObservationResponse
1195
1138
  */
1196
1139
  'tleLine1': string;
1197
1140
  /**
1198
1141
  *
1199
1142
  * @type {string}
1200
- * @memberof V2GetObservation
1143
+ * @memberof V2GetObservationResponse
1201
1144
  */
1202
1145
  'tleLine2': string;
1203
1146
  }
@@ -1211,7 +1154,7 @@ export interface V2GetObservation {
1211
1154
  export const DefaultApiAxiosParamCreator = function (configuration?: Configuration) {
1212
1155
  return {
1213
1156
  /**
1214
- * match camera
1157
+ * Match camera.
1215
1158
  * @param {string} [model]
1216
1159
  * @param {number} [pixelSizeMicrons]
1217
1160
  * @param {number} [pixelsX]
@@ -1286,14 +1229,14 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
1286
1229
  };
1287
1230
  },
1288
1231
  /**
1289
- * complete an observation
1290
- * @param {V1CompleteObservation} v1CompleteObservation request to complete an observation
1232
+ * Complete an observation.
1233
+ * @param {V1CompleteObservationRequest} v1CompleteObservationRequest
1291
1234
  * @param {*} [options] Override http request option.
1292
1235
  * @throws {RequiredError}
1293
1236
  */
1294
- v1CompleteObservation: async (v1CompleteObservation: V1CompleteObservation, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
1295
- // verify required parameter 'v1CompleteObservation' is not null or undefined
1296
- assertParamExists('v1CompleteObservation', 'v1CompleteObservation', v1CompleteObservation)
1237
+ v1CompleteObservation: async (v1CompleteObservationRequest: V1CompleteObservationRequest, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
1238
+ // verify required parameter 'v1CompleteObservationRequest' is not null or undefined
1239
+ assertParamExists('v1CompleteObservation', 'v1CompleteObservationRequest', v1CompleteObservationRequest)
1297
1240
  const localVarPath = `/v1/observation-complete`;
1298
1241
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1299
1242
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -1319,7 +1262,7 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
1319
1262
  setSearchParams(localVarUrlObj, localVarQueryParameter);
1320
1263
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1321
1264
  localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
1322
- localVarRequestOptions.data = serializeDataIfNeeded(v1CompleteObservation, localVarRequestOptions, configuration)
1265
+ localVarRequestOptions.data = serializeDataIfNeeded(v1CompleteObservationRequest, localVarRequestOptions, configuration)
1323
1266
 
1324
1267
  return {
1325
1268
  url: toPathString(localVarUrlObj),
@@ -1327,14 +1270,14 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
1327
1270
  };
1328
1271
  },
1329
1272
  /**
1330
- * create an image set
1331
- * @param {V1CreateImageSet} v1CreateImageSet request to create the Image Set
1273
+ * Create an image set.
1274
+ * @param {V1CreateImageSetRequest} v1CreateImageSetRequest
1332
1275
  * @param {*} [options] Override http request option.
1333
1276
  * @throws {RequiredError}
1334
1277
  */
1335
- v1CreateImageSet: async (v1CreateImageSet: V1CreateImageSet, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
1336
- // verify required parameter 'v1CreateImageSet' is not null or undefined
1337
- assertParamExists('v1CreateImageSet', 'v1CreateImageSet', v1CreateImageSet)
1278
+ v1CreateImageSet: async (v1CreateImageSetRequest: V1CreateImageSetRequest, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
1279
+ // verify required parameter 'v1CreateImageSetRequest' is not null or undefined
1280
+ assertParamExists('v1CreateImageSet', 'v1CreateImageSetRequest', v1CreateImageSetRequest)
1338
1281
  const localVarPath = `/v1/image-set`;
1339
1282
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1340
1283
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -1360,7 +1303,7 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
1360
1303
  setSearchParams(localVarUrlObj, localVarQueryParameter);
1361
1304
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1362
1305
  localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
1363
- localVarRequestOptions.data = serializeDataIfNeeded(v1CreateImageSet, localVarRequestOptions, configuration)
1306
+ localVarRequestOptions.data = serializeDataIfNeeded(v1CreateImageSetRequest, localVarRequestOptions, configuration)
1364
1307
 
1365
1308
  return {
1366
1309
  url: toPathString(localVarUrlObj),
@@ -1368,14 +1311,14 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
1368
1311
  };
1369
1312
  },
1370
1313
  /**
1371
- * create an image set image
1372
- * @param {V1CreateImageSetImage} v1CreateImageSetImage request to create an image set image
1314
+ * Create an image set image.
1315
+ * @param {V1CreateImageSetImageRequest} v1CreateImageSetImageRequest
1373
1316
  * @param {*} [options] Override http request option.
1374
1317
  * @throws {RequiredError}
1375
1318
  */
1376
- v1CreateImageSetImage: async (v1CreateImageSetImage: V1CreateImageSetImage, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
1377
- // verify required parameter 'v1CreateImageSetImage' is not null or undefined
1378
- assertParamExists('v1CreateImageSetImage', 'v1CreateImageSetImage', v1CreateImageSetImage)
1319
+ v1CreateImageSetImage: async (v1CreateImageSetImageRequest: V1CreateImageSetImageRequest, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
1320
+ // verify required parameter 'v1CreateImageSetImageRequest' is not null or undefined
1321
+ assertParamExists('v1CreateImageSetImage', 'v1CreateImageSetImageRequest', v1CreateImageSetImageRequest)
1379
1322
  const localVarPath = `/v1/image-set-image`;
1380
1323
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1381
1324
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -1401,7 +1344,7 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
1401
1344
  setSearchParams(localVarUrlObj, localVarQueryParameter);
1402
1345
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1403
1346
  localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
1404
- localVarRequestOptions.data = serializeDataIfNeeded(v1CreateImageSetImage, localVarRequestOptions, configuration)
1347
+ localVarRequestOptions.data = serializeDataIfNeeded(v1CreateImageSetImageRequest, localVarRequestOptions, configuration)
1405
1348
 
1406
1349
  return {
1407
1350
  url: toPathString(localVarUrlObj),
@@ -1409,8 +1352,8 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
1409
1352
  };
1410
1353
  },
1411
1354
  /**
1412
- * create metrics
1413
- * @param {Array<V1Metric>} v1Metric request to create metrics
1355
+ * Create metrics.
1356
+ * @param {Array<V1Metric>} v1Metric
1414
1357
  * @param {*} [options] Override http request option.
1415
1358
  * @throws {RequiredError}
1416
1359
  */
@@ -1450,14 +1393,14 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
1450
1393
  };
1451
1394
  },
1452
1395
  /**
1453
- * create a mount
1454
- * @param {V1CreateMount} v1CreateMount request to create a mount
1396
+ * Create a mount.
1397
+ * @param {V1CreateMountRequest} v1CreateMountRequest
1455
1398
  * @param {*} [options] Override http request option.
1456
1399
  * @throws {RequiredError}
1457
1400
  */
1458
- v1CreateMount: async (v1CreateMount: V1CreateMount, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
1459
- // verify required parameter 'v1CreateMount' is not null or undefined
1460
- assertParamExists('v1CreateMount', 'v1CreateMount', v1CreateMount)
1401
+ v1CreateMount: async (v1CreateMountRequest: V1CreateMountRequest, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
1402
+ // verify required parameter 'v1CreateMountRequest' is not null or undefined
1403
+ assertParamExists('v1CreateMount', 'v1CreateMountRequest', v1CreateMountRequest)
1461
1404
  const localVarPath = `/v1/mount`;
1462
1405
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1463
1406
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -1483,7 +1426,7 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
1483
1426
  setSearchParams(localVarUrlObj, localVarQueryParameter);
1484
1427
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1485
1428
  localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
1486
- localVarRequestOptions.data = serializeDataIfNeeded(v1CreateMount, localVarRequestOptions, configuration)
1429
+ localVarRequestOptions.data = serializeDataIfNeeded(v1CreateMountRequest, localVarRequestOptions, configuration)
1487
1430
 
1488
1431
  return {
1489
1432
  url: toPathString(localVarUrlObj),
@@ -1491,14 +1434,14 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
1491
1434
  };
1492
1435
  },
1493
1436
  /**
1494
- * create an optical tube
1495
- * @param {V1CreateOpticalTube} v1CreateOpticalTube request to create an optical tube
1437
+ * Create an optical tube.
1438
+ * @param {V1CreateOpticalTubeRequest} v1CreateOpticalTubeRequest
1496
1439
  * @param {*} [options] Override http request option.
1497
1440
  * @throws {RequiredError}
1498
1441
  */
1499
- v1CreateOpticalTube: async (v1CreateOpticalTube: V1CreateOpticalTube, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
1500
- // verify required parameter 'v1CreateOpticalTube' is not null or undefined
1501
- assertParamExists('v1CreateOpticalTube', 'v1CreateOpticalTube', v1CreateOpticalTube)
1442
+ v1CreateOpticalTube: async (v1CreateOpticalTubeRequest: V1CreateOpticalTubeRequest, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
1443
+ // verify required parameter 'v1CreateOpticalTubeRequest' is not null or undefined
1444
+ assertParamExists('v1CreateOpticalTube', 'v1CreateOpticalTubeRequest', v1CreateOpticalTubeRequest)
1502
1445
  const localVarPath = `/v1/optical-tube`;
1503
1446
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1504
1447
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -1524,7 +1467,7 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
1524
1467
  setSearchParams(localVarUrlObj, localVarQueryParameter);
1525
1468
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1526
1469
  localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
1527
- localVarRequestOptions.data = serializeDataIfNeeded(v1CreateOpticalTube, localVarRequestOptions, configuration)
1470
+ localVarRequestOptions.data = serializeDataIfNeeded(v1CreateOpticalTubeRequest, localVarRequestOptions, configuration)
1528
1471
 
1529
1472
  return {
1530
1473
  url: toPathString(localVarUrlObj),
@@ -1532,7 +1475,7 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
1532
1475
  };
1533
1476
  },
1534
1477
  /**
1535
- * get all cameras
1478
+ * Get cameras.
1536
1479
  * @param {*} [options] Override http request option.
1537
1480
  * @throws {RequiredError}
1538
1481
  */
@@ -1567,7 +1510,7 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
1567
1510
  };
1568
1511
  },
1569
1512
  /**
1570
- * get an image set
1513
+ * Get an image set.
1571
1514
  * @param {string} id
1572
1515
  * @param {*} [options] Override http request option.
1573
1516
  * @throws {RequiredError}
@@ -1609,7 +1552,7 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
1609
1552
  };
1610
1553
  },
1611
1554
  /**
1612
- * get an image
1555
+ * Get an image.
1613
1556
  * @param {string} imageId
1614
1557
  * @param {*} [options] Override http request option.
1615
1558
  * @throws {RequiredError}
@@ -1651,7 +1594,7 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
1651
1594
  };
1652
1595
  },
1653
1596
  /**
1654
- * get a mount
1597
+ * Get a mount.
1655
1598
  * @param {string} id
1656
1599
  * @param {*} [options] Override http request option.
1657
1600
  * @throws {RequiredError}
@@ -1693,7 +1636,7 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
1693
1636
  };
1694
1637
  },
1695
1638
  /**
1696
- * get the current properties of a node
1639
+ * Get node properties.
1697
1640
  * @param {string} nodeId
1698
1641
  * @param {*} [options] Override http request option.
1699
1642
  * @throws {RequiredError}
@@ -1735,7 +1678,7 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
1735
1678
  };
1736
1679
  },
1737
1680
  /**
1738
- * get all nodes
1681
+ * Get nodes.
1739
1682
  * @param {*} [options] Override http request option.
1740
1683
  * @throws {RequiredError}
1741
1684
  */
@@ -1770,42 +1713,7 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
1770
1713
  };
1771
1714
  },
1772
1715
  /**
1773
- * get observatories
1774
- * @param {*} [options] Override http request option.
1775
- * @throws {RequiredError}
1776
- */
1777
- v1GetObservatories: async (options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
1778
- const localVarPath = `/v1/observatories`;
1779
- // use dummy base URL string because the URL constructor only accepts absolute URLs.
1780
- const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
1781
- let baseOptions;
1782
- if (configuration) {
1783
- baseOptions = configuration.baseOptions;
1784
- }
1785
-
1786
- const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
1787
- const localVarHeaderParameter = {} as any;
1788
- const localVarQueryParameter = {} as any;
1789
-
1790
- // authentication Roles required
1791
-
1792
- // authentication BearerToken required
1793
- // http bearer authentication required
1794
- await setBearerAuthToObject(localVarHeaderParameter, configuration)
1795
-
1796
-
1797
-
1798
- setSearchParams(localVarUrlObj, localVarQueryParameter);
1799
- let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1800
- localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
1801
-
1802
- return {
1803
- url: toPathString(localVarUrlObj),
1804
- options: localVarRequestOptions,
1805
- };
1806
- },
1807
- /**
1808
- * get an optical tube
1716
+ * Get an optical tube.
1809
1717
  * @param {string} id
1810
1718
  * @param {*} [options] Override http request option.
1811
1719
  * @throws {RequiredError}
@@ -1847,7 +1755,7 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
1847
1755
  };
1848
1756
  },
1849
1757
  /**
1850
- * match mount
1758
+ * Match mount.
1851
1759
  * @param {string} [model]
1852
1760
  * @param {*} [options] Override http request option.
1853
1761
  * @throws {RequiredError}
@@ -1887,7 +1795,7 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
1887
1795
  };
1888
1796
  },
1889
1797
  /**
1890
- * match optical tube
1798
+ * Match optical tube.
1891
1799
  * @param {string} [model]
1892
1800
  * @param {number} [focalLengthMm]
1893
1801
  * @param {number} [apertureMm]
@@ -1937,14 +1845,14 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
1937
1845
  };
1938
1846
  },
1939
1847
  /**
1940
- * update node metrics
1941
- * @param {V1UpdateNodeMetrics} v1UpdateNodeMetrics request to update node metrics
1848
+ * Update node metrics.
1849
+ * @param {V1UpdateNodeMetricsRequest} v1UpdateNodeMetricsRequest
1942
1850
  * @param {*} [options] Override http request option.
1943
1851
  * @throws {RequiredError}
1944
1852
  */
1945
- v1UpdateNodeMetrics: async (v1UpdateNodeMetrics: V1UpdateNodeMetrics, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
1946
- // verify required parameter 'v1UpdateNodeMetrics' is not null or undefined
1947
- assertParamExists('v1UpdateNodeMetrics', 'v1UpdateNodeMetrics', v1UpdateNodeMetrics)
1853
+ v1UpdateNodeMetrics: async (v1UpdateNodeMetricsRequest: V1UpdateNodeMetricsRequest, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
1854
+ // verify required parameter 'v1UpdateNodeMetricsRequest' is not null or undefined
1855
+ assertParamExists('v1UpdateNodeMetrics', 'v1UpdateNodeMetricsRequest', v1UpdateNodeMetricsRequest)
1948
1856
  const localVarPath = `/v1/node-metrics`;
1949
1857
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1950
1858
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -1970,7 +1878,7 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
1970
1878
  setSearchParams(localVarUrlObj, localVarQueryParameter);
1971
1879
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1972
1880
  localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
1973
- localVarRequestOptions.data = serializeDataIfNeeded(v1UpdateNodeMetrics, localVarRequestOptions, configuration)
1881
+ localVarRequestOptions.data = serializeDataIfNeeded(v1UpdateNodeMetricsRequest, localVarRequestOptions, configuration)
1974
1882
 
1975
1883
  return {
1976
1884
  url: toPathString(localVarUrlObj),
@@ -1978,7 +1886,7 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
1978
1886
  };
1979
1887
  },
1980
1888
  /**
1981
- * get next observation
1889
+ * Get next observation.
1982
1890
  * @param {string} nodeId
1983
1891
  * @param {*} [options] Override http request option.
1984
1892
  * @throws {RequiredError}
@@ -2030,7 +1938,7 @@ export const DefaultApiFp = function(configuration?: Configuration) {
2030
1938
  const localVarAxiosParamCreator = DefaultApiAxiosParamCreator(configuration)
2031
1939
  return {
2032
1940
  /**
2033
- * match camera
1941
+ * Match camera.
2034
1942
  * @param {string} [model]
2035
1943
  * @param {number} [pixelSizeMicrons]
2036
1944
  * @param {number} [pixelsX]
@@ -2047,38 +1955,38 @@ export const DefaultApiFp = function(configuration?: Configuration) {
2047
1955
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
2048
1956
  },
2049
1957
  /**
2050
- * complete an observation
2051
- * @param {V1CompleteObservation} v1CompleteObservation request to complete an observation
1958
+ * Complete an observation.
1959
+ * @param {V1CompleteObservationRequest} v1CompleteObservationRequest
2052
1960
  * @param {*} [options] Override http request option.
2053
1961
  * @throws {RequiredError}
2054
1962
  */
2055
- async v1CompleteObservation(v1CompleteObservation: V1CompleteObservation, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<EmptySuccess>> {
2056
- const localVarAxiosArgs = await localVarAxiosParamCreator.v1CompleteObservation(v1CompleteObservation, options);
1963
+ async v1CompleteObservation(v1CompleteObservationRequest: V1CompleteObservationRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<EmptySuccess>> {
1964
+ const localVarAxiosArgs = await localVarAxiosParamCreator.v1CompleteObservation(v1CompleteObservationRequest, options);
2057
1965
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
2058
1966
  },
2059
1967
  /**
2060
- * create an image set
2061
- * @param {V1CreateImageSet} v1CreateImageSet request to create the Image Set
1968
+ * Create an image set.
1969
+ * @param {V1CreateImageSetRequest} v1CreateImageSetRequest
2062
1970
  * @param {*} [options] Override http request option.
2063
1971
  * @throws {RequiredError}
2064
1972
  */
2065
- async v1CreateImageSet(v1CreateImageSet: V1CreateImageSet, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SuccessfulCreate>> {
2066
- const localVarAxiosArgs = await localVarAxiosParamCreator.v1CreateImageSet(v1CreateImageSet, options);
1973
+ async v1CreateImageSet(v1CreateImageSetRequest: V1CreateImageSetRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SuccessfulCreate>> {
1974
+ const localVarAxiosArgs = await localVarAxiosParamCreator.v1CreateImageSet(v1CreateImageSetRequest, options);
2067
1975
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
2068
1976
  },
2069
1977
  /**
2070
- * create an image set image
2071
- * @param {V1CreateImageSetImage} v1CreateImageSetImage request to create an image set image
1978
+ * Create an image set image.
1979
+ * @param {V1CreateImageSetImageRequest} v1CreateImageSetImageRequest
2072
1980
  * @param {*} [options] Override http request option.
2073
1981
  * @throws {RequiredError}
2074
1982
  */
2075
- async v1CreateImageSetImage(v1CreateImageSetImage: V1CreateImageSetImage, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<V1CreateImageSetImageResponse>> {
2076
- const localVarAxiosArgs = await localVarAxiosParamCreator.v1CreateImageSetImage(v1CreateImageSetImage, options);
1983
+ async v1CreateImageSetImage(v1CreateImageSetImageRequest: V1CreateImageSetImageRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<V1CreateImageSetImageResponse>> {
1984
+ const localVarAxiosArgs = await localVarAxiosParamCreator.v1CreateImageSetImage(v1CreateImageSetImageRequest, options);
2077
1985
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
2078
1986
  },
2079
1987
  /**
2080
- * create metrics
2081
- * @param {Array<V1Metric>} v1Metric request to create metrics
1988
+ * Create metrics.
1989
+ * @param {Array<V1Metric>} v1Metric
2082
1990
  * @param {*} [options] Override http request option.
2083
1991
  * @throws {RequiredError}
2084
1992
  */
@@ -2087,27 +1995,27 @@ export const DefaultApiFp = function(configuration?: Configuration) {
2087
1995
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
2088
1996
  },
2089
1997
  /**
2090
- * create a mount
2091
- * @param {V1CreateMount} v1CreateMount request to create a mount
1998
+ * Create a mount.
1999
+ * @param {V1CreateMountRequest} v1CreateMountRequest
2092
2000
  * @param {*} [options] Override http request option.
2093
2001
  * @throws {RequiredError}
2094
2002
  */
2095
- async v1CreateMount(v1CreateMount: V1CreateMount, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SuccessfulCreate>> {
2096
- const localVarAxiosArgs = await localVarAxiosParamCreator.v1CreateMount(v1CreateMount, options);
2003
+ async v1CreateMount(v1CreateMountRequest: V1CreateMountRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SuccessfulCreate>> {
2004
+ const localVarAxiosArgs = await localVarAxiosParamCreator.v1CreateMount(v1CreateMountRequest, options);
2097
2005
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
2098
2006
  },
2099
2007
  /**
2100
- * create an optical tube
2101
- * @param {V1CreateOpticalTube} v1CreateOpticalTube request to create an optical tube
2008
+ * Create an optical tube.
2009
+ * @param {V1CreateOpticalTubeRequest} v1CreateOpticalTubeRequest
2102
2010
  * @param {*} [options] Override http request option.
2103
2011
  * @throws {RequiredError}
2104
2012
  */
2105
- async v1CreateOpticalTube(v1CreateOpticalTube: V1CreateOpticalTube, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SuccessfulCreate>> {
2106
- const localVarAxiosArgs = await localVarAxiosParamCreator.v1CreateOpticalTube(v1CreateOpticalTube, options);
2013
+ async v1CreateOpticalTube(v1CreateOpticalTubeRequest: V1CreateOpticalTubeRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SuccessfulCreate>> {
2014
+ const localVarAxiosArgs = await localVarAxiosParamCreator.v1CreateOpticalTube(v1CreateOpticalTubeRequest, options);
2107
2015
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
2108
2016
  },
2109
2017
  /**
2110
- * get all cameras
2018
+ * Get cameras.
2111
2019
  * @param {*} [options] Override http request option.
2112
2020
  * @throws {RequiredError}
2113
2021
  */
@@ -2116,7 +2024,7 @@ export const DefaultApiFp = function(configuration?: Configuration) {
2116
2024
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
2117
2025
  },
2118
2026
  /**
2119
- * get an image set
2027
+ * Get an image set.
2120
2028
  * @param {string} id
2121
2029
  * @param {*} [options] Override http request option.
2122
2030
  * @throws {RequiredError}
@@ -2126,7 +2034,7 @@ export const DefaultApiFp = function(configuration?: Configuration) {
2126
2034
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
2127
2035
  },
2128
2036
  /**
2129
- * get an image
2037
+ * Get an image.
2130
2038
  * @param {string} imageId
2131
2039
  * @param {*} [options] Override http request option.
2132
2040
  * @throws {RequiredError}
@@ -2136,7 +2044,7 @@ export const DefaultApiFp = function(configuration?: Configuration) {
2136
2044
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
2137
2045
  },
2138
2046
  /**
2139
- * get a mount
2047
+ * Get a mount.
2140
2048
  * @param {string} id
2141
2049
  * @param {*} [options] Override http request option.
2142
2050
  * @throws {RequiredError}
@@ -2146,17 +2054,17 @@ export const DefaultApiFp = function(configuration?: Configuration) {
2146
2054
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
2147
2055
  },
2148
2056
  /**
2149
- * get the current properties of a node
2057
+ * Get node properties.
2150
2058
  * @param {string} nodeId
2151
2059
  * @param {*} [options] Override http request option.
2152
2060
  * @throws {RequiredError}
2153
2061
  */
2154
- async v1GetNodeProperties(nodeId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GroundStationParticipant>> {
2062
+ async v1GetNodeProperties(nodeId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<V1GroundStationParticipant>> {
2155
2063
  const localVarAxiosArgs = await localVarAxiosParamCreator.v1GetNodeProperties(nodeId, options);
2156
2064
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
2157
2065
  },
2158
2066
  /**
2159
- * get all nodes
2067
+ * Get nodes.
2160
2068
  * @param {*} [options] Override http request option.
2161
2069
  * @throws {RequiredError}
2162
2070
  */
@@ -2165,16 +2073,7 @@ export const DefaultApiFp = function(configuration?: Configuration) {
2165
2073
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
2166
2074
  },
2167
2075
  /**
2168
- * get observatories
2169
- * @param {*} [options] Override http request option.
2170
- * @throws {RequiredError}
2171
- */
2172
- async v1GetObservatories(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<V1GetObservatories>> {
2173
- const localVarAxiosArgs = await localVarAxiosParamCreator.v1GetObservatories(options);
2174
- return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
2175
- },
2176
- /**
2177
- * get an optical tube
2076
+ * Get an optical tube.
2178
2077
  * @param {string} id
2179
2078
  * @param {*} [options] Override http request option.
2180
2079
  * @throws {RequiredError}
@@ -2184,7 +2083,7 @@ export const DefaultApiFp = function(configuration?: Configuration) {
2184
2083
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
2185
2084
  },
2186
2085
  /**
2187
- * match mount
2086
+ * Match mount.
2188
2087
  * @param {string} [model]
2189
2088
  * @param {*} [options] Override http request option.
2190
2089
  * @throws {RequiredError}
@@ -2194,7 +2093,7 @@ export const DefaultApiFp = function(configuration?: Configuration) {
2194
2093
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
2195
2094
  },
2196
2095
  /**
2197
- * match optical tube
2096
+ * Match optical tube.
2198
2097
  * @param {string} [model]
2199
2098
  * @param {number} [focalLengthMm]
2200
2099
  * @param {number} [apertureMm]
@@ -2206,22 +2105,22 @@ export const DefaultApiFp = function(configuration?: Configuration) {
2206
2105
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
2207
2106
  },
2208
2107
  /**
2209
- * update node metrics
2210
- * @param {V1UpdateNodeMetrics} v1UpdateNodeMetrics request to update node metrics
2108
+ * Update node metrics.
2109
+ * @param {V1UpdateNodeMetricsRequest} v1UpdateNodeMetricsRequest
2211
2110
  * @param {*} [options] Override http request option.
2212
2111
  * @throws {RequiredError}
2213
2112
  */
2214
- async v1UpdateNodeMetrics(v1UpdateNodeMetrics: V1UpdateNodeMetrics, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<EmptySuccess>> {
2215
- const localVarAxiosArgs = await localVarAxiosParamCreator.v1UpdateNodeMetrics(v1UpdateNodeMetrics, options);
2113
+ async v1UpdateNodeMetrics(v1UpdateNodeMetricsRequest: V1UpdateNodeMetricsRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<EmptySuccess>> {
2114
+ const localVarAxiosArgs = await localVarAxiosParamCreator.v1UpdateNodeMetrics(v1UpdateNodeMetricsRequest, options);
2216
2115
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
2217
2116
  },
2218
2117
  /**
2219
- * get next observation
2118
+ * Get next observation.
2220
2119
  * @param {string} nodeId
2221
2120
  * @param {*} [options] Override http request option.
2222
2121
  * @throws {RequiredError}
2223
2122
  */
2224
- async v2GetObservation(nodeId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<V2GetObservation>> {
2123
+ async v2GetObservation(nodeId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<V2GetObservationResponse>> {
2225
2124
  const localVarAxiosArgs = await localVarAxiosParamCreator.v2GetObservation(nodeId, options);
2226
2125
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
2227
2126
  },
@@ -2236,7 +2135,7 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
2236
2135
  const localVarFp = DefaultApiFp(configuration)
2237
2136
  return {
2238
2137
  /**
2239
- * match camera
2138
+ * Match camera.
2240
2139
  * @param {DefaultApiV1CameraMatchRequest} requestParameters Request parameters.
2241
2140
  * @param {*} [options] Override http request option.
2242
2141
  * @throws {RequiredError}
@@ -2245,34 +2144,34 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
2245
2144
  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));
2246
2145
  },
2247
2146
  /**
2248
- * complete an observation
2147
+ * Complete an observation.
2249
2148
  * @param {DefaultApiV1CompleteObservationRequest} requestParameters Request parameters.
2250
2149
  * @param {*} [options] Override http request option.
2251
2150
  * @throws {RequiredError}
2252
2151
  */
2253
2152
  v1CompleteObservation(requestParameters: DefaultApiV1CompleteObservationRequest, options?: AxiosRequestConfig): AxiosPromise<EmptySuccess> {
2254
- return localVarFp.v1CompleteObservation(requestParameters.v1CompleteObservation, options).then((request) => request(axios, basePath));
2153
+ return localVarFp.v1CompleteObservation(requestParameters.v1CompleteObservationRequest, options).then((request) => request(axios, basePath));
2255
2154
  },
2256
2155
  /**
2257
- * create an image set
2156
+ * Create an image set.
2258
2157
  * @param {DefaultApiV1CreateImageSetRequest} requestParameters Request parameters.
2259
2158
  * @param {*} [options] Override http request option.
2260
2159
  * @throws {RequiredError}
2261
2160
  */
2262
2161
  v1CreateImageSet(requestParameters: DefaultApiV1CreateImageSetRequest, options?: AxiosRequestConfig): AxiosPromise<SuccessfulCreate> {
2263
- return localVarFp.v1CreateImageSet(requestParameters.v1CreateImageSet, options).then((request) => request(axios, basePath));
2162
+ return localVarFp.v1CreateImageSet(requestParameters.v1CreateImageSetRequest, options).then((request) => request(axios, basePath));
2264
2163
  },
2265
2164
  /**
2266
- * create an image set image
2165
+ * Create an image set image.
2267
2166
  * @param {DefaultApiV1CreateImageSetImageRequest} requestParameters Request parameters.
2268
2167
  * @param {*} [options] Override http request option.
2269
2168
  * @throws {RequiredError}
2270
2169
  */
2271
2170
  v1CreateImageSetImage(requestParameters: DefaultApiV1CreateImageSetImageRequest, options?: AxiosRequestConfig): AxiosPromise<V1CreateImageSetImageResponse> {
2272
- return localVarFp.v1CreateImageSetImage(requestParameters.v1CreateImageSetImage, options).then((request) => request(axios, basePath));
2171
+ return localVarFp.v1CreateImageSetImage(requestParameters.v1CreateImageSetImageRequest, options).then((request) => request(axios, basePath));
2273
2172
  },
2274
2173
  /**
2275
- * create metrics
2174
+ * Create metrics.
2276
2175
  * @param {DefaultApiV1CreateMetricsRequest} requestParameters Request parameters.
2277
2176
  * @param {*} [options] Override http request option.
2278
2177
  * @throws {RequiredError}
@@ -2281,25 +2180,25 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
2281
2180
  return localVarFp.v1CreateMetrics(requestParameters.v1Metric, options).then((request) => request(axios, basePath));
2282
2181
  },
2283
2182
  /**
2284
- * create a mount
2183
+ * Create a mount.
2285
2184
  * @param {DefaultApiV1CreateMountRequest} requestParameters Request parameters.
2286
2185
  * @param {*} [options] Override http request option.
2287
2186
  * @throws {RequiredError}
2288
2187
  */
2289
2188
  v1CreateMount(requestParameters: DefaultApiV1CreateMountRequest, options?: AxiosRequestConfig): AxiosPromise<SuccessfulCreate> {
2290
- return localVarFp.v1CreateMount(requestParameters.v1CreateMount, options).then((request) => request(axios, basePath));
2189
+ return localVarFp.v1CreateMount(requestParameters.v1CreateMountRequest, options).then((request) => request(axios, basePath));
2291
2190
  },
2292
2191
  /**
2293
- * create an optical tube
2192
+ * Create an optical tube.
2294
2193
  * @param {DefaultApiV1CreateOpticalTubeRequest} requestParameters Request parameters.
2295
2194
  * @param {*} [options] Override http request option.
2296
2195
  * @throws {RequiredError}
2297
2196
  */
2298
2197
  v1CreateOpticalTube(requestParameters: DefaultApiV1CreateOpticalTubeRequest, options?: AxiosRequestConfig): AxiosPromise<SuccessfulCreate> {
2299
- return localVarFp.v1CreateOpticalTube(requestParameters.v1CreateOpticalTube, options).then((request) => request(axios, basePath));
2198
+ return localVarFp.v1CreateOpticalTube(requestParameters.v1CreateOpticalTubeRequest, options).then((request) => request(axios, basePath));
2300
2199
  },
2301
2200
  /**
2302
- * get all cameras
2201
+ * Get cameras.
2303
2202
  * @param {*} [options] Override http request option.
2304
2203
  * @throws {RequiredError}
2305
2204
  */
@@ -2307,7 +2206,7 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
2307
2206
  return localVarFp.v1GetCameras(options).then((request) => request(axios, basePath));
2308
2207
  },
2309
2208
  /**
2310
- * get an image set
2209
+ * Get an image set.
2311
2210
  * @param {DefaultApiV1GetImageSetRequest} requestParameters Request parameters.
2312
2211
  * @param {*} [options] Override http request option.
2313
2212
  * @throws {RequiredError}
@@ -2316,7 +2215,7 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
2316
2215
  return localVarFp.v1GetImageSet(requestParameters.id, options).then((request) => request(axios, basePath));
2317
2216
  },
2318
2217
  /**
2319
- * get an image
2218
+ * Get an image.
2320
2219
  * @param {DefaultApiV1GetImageSetImageRequest} requestParameters Request parameters.
2321
2220
  * @param {*} [options] Override http request option.
2322
2221
  * @throws {RequiredError}
@@ -2325,7 +2224,7 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
2325
2224
  return localVarFp.v1GetImageSetImage(requestParameters.imageId, options).then((request) => request(axios, basePath));
2326
2225
  },
2327
2226
  /**
2328
- * get a mount
2227
+ * Get a mount.
2329
2228
  * @param {DefaultApiV1GetMountRequest} requestParameters Request parameters.
2330
2229
  * @param {*} [options] Override http request option.
2331
2230
  * @throws {RequiredError}
@@ -2334,16 +2233,16 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
2334
2233
  return localVarFp.v1GetMount(requestParameters.id, options).then((request) => request(axios, basePath));
2335
2234
  },
2336
2235
  /**
2337
- * get the current properties of a node
2236
+ * Get node properties.
2338
2237
  * @param {DefaultApiV1GetNodePropertiesRequest} requestParameters Request parameters.
2339
2238
  * @param {*} [options] Override http request option.
2340
2239
  * @throws {RequiredError}
2341
2240
  */
2342
- v1GetNodeProperties(requestParameters: DefaultApiV1GetNodePropertiesRequest, options?: AxiosRequestConfig): AxiosPromise<GroundStationParticipant> {
2241
+ v1GetNodeProperties(requestParameters: DefaultApiV1GetNodePropertiesRequest, options?: AxiosRequestConfig): AxiosPromise<V1GroundStationParticipant> {
2343
2242
  return localVarFp.v1GetNodeProperties(requestParameters.nodeId, options).then((request) => request(axios, basePath));
2344
2243
  },
2345
2244
  /**
2346
- * get all nodes
2245
+ * Get nodes.
2347
2246
  * @param {*} [options] Override http request option.
2348
2247
  * @throws {RequiredError}
2349
2248
  */
@@ -2351,15 +2250,7 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
2351
2250
  return localVarFp.v1GetNodes(options).then((request) => request(axios, basePath));
2352
2251
  },
2353
2252
  /**
2354
- * get observatories
2355
- * @param {*} [options] Override http request option.
2356
- * @throws {RequiredError}
2357
- */
2358
- v1GetObservatories(options?: AxiosRequestConfig): AxiosPromise<V1GetObservatories> {
2359
- return localVarFp.v1GetObservatories(options).then((request) => request(axios, basePath));
2360
- },
2361
- /**
2362
- * get an optical tube
2253
+ * Get an optical tube.
2363
2254
  * @param {DefaultApiV1GetOpticalTubeRequest} requestParameters Request parameters.
2364
2255
  * @param {*} [options] Override http request option.
2365
2256
  * @throws {RequiredError}
@@ -2368,7 +2259,7 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
2368
2259
  return localVarFp.v1GetOpticalTube(requestParameters.id, options).then((request) => request(axios, basePath));
2369
2260
  },
2370
2261
  /**
2371
- * match mount
2262
+ * Match mount.
2372
2263
  * @param {DefaultApiV1MountMatchRequest} requestParameters Request parameters.
2373
2264
  * @param {*} [options] Override http request option.
2374
2265
  * @throws {RequiredError}
@@ -2377,7 +2268,7 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
2377
2268
  return localVarFp.v1MountMatch(requestParameters.model, options).then((request) => request(axios, basePath));
2378
2269
  },
2379
2270
  /**
2380
- * match optical tube
2271
+ * Match optical tube.
2381
2272
  * @param {DefaultApiV1OpticalTubeMatchRequest} requestParameters Request parameters.
2382
2273
  * @param {*} [options] Override http request option.
2383
2274
  * @throws {RequiredError}
@@ -2386,21 +2277,21 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
2386
2277
  return localVarFp.v1OpticalTubeMatch(requestParameters.model, requestParameters.focalLengthMm, requestParameters.apertureMm, options).then((request) => request(axios, basePath));
2387
2278
  },
2388
2279
  /**
2389
- * update node metrics
2280
+ * Update node metrics.
2390
2281
  * @param {DefaultApiV1UpdateNodeMetricsRequest} requestParameters Request parameters.
2391
2282
  * @param {*} [options] Override http request option.
2392
2283
  * @throws {RequiredError}
2393
2284
  */
2394
2285
  v1UpdateNodeMetrics(requestParameters: DefaultApiV1UpdateNodeMetricsRequest, options?: AxiosRequestConfig): AxiosPromise<EmptySuccess> {
2395
- return localVarFp.v1UpdateNodeMetrics(requestParameters.v1UpdateNodeMetrics, options).then((request) => request(axios, basePath));
2286
+ return localVarFp.v1UpdateNodeMetrics(requestParameters.v1UpdateNodeMetricsRequest, options).then((request) => request(axios, basePath));
2396
2287
  },
2397
2288
  /**
2398
- * get next observation
2289
+ * Get next observation.
2399
2290
  * @param {DefaultApiV2GetObservationRequest} requestParameters Request parameters.
2400
2291
  * @param {*} [options] Override http request option.
2401
2292
  * @throws {RequiredError}
2402
2293
  */
2403
- v2GetObservation(requestParameters: DefaultApiV2GetObservationRequest, options?: AxiosRequestConfig): AxiosPromise<V2GetObservation> {
2294
+ v2GetObservation(requestParameters: DefaultApiV2GetObservationRequest, options?: AxiosRequestConfig): AxiosPromise<V2GetObservationResponse> {
2404
2295
  return localVarFp.v2GetObservation(requestParameters.nodeId, options).then((request) => request(axios, basePath));
2405
2296
  },
2406
2297
  };
@@ -2476,11 +2367,11 @@ export interface DefaultApiV1CameraMatchRequest {
2476
2367
  */
2477
2368
  export interface DefaultApiV1CompleteObservationRequest {
2478
2369
  /**
2479
- * request to complete an observation
2480
- * @type {V1CompleteObservation}
2370
+ *
2371
+ * @type {V1CompleteObservationRequest}
2481
2372
  * @memberof DefaultApiV1CompleteObservation
2482
2373
  */
2483
- readonly v1CompleteObservation: V1CompleteObservation
2374
+ readonly v1CompleteObservationRequest: V1CompleteObservationRequest
2484
2375
  }
2485
2376
 
2486
2377
  /**
@@ -2490,11 +2381,11 @@ export interface DefaultApiV1CompleteObservationRequest {
2490
2381
  */
2491
2382
  export interface DefaultApiV1CreateImageSetRequest {
2492
2383
  /**
2493
- * request to create the Image Set
2494
- * @type {V1CreateImageSet}
2384
+ *
2385
+ * @type {V1CreateImageSetRequest}
2495
2386
  * @memberof DefaultApiV1CreateImageSet
2496
2387
  */
2497
- readonly v1CreateImageSet: V1CreateImageSet
2388
+ readonly v1CreateImageSetRequest: V1CreateImageSetRequest
2498
2389
  }
2499
2390
 
2500
2391
  /**
@@ -2504,11 +2395,11 @@ export interface DefaultApiV1CreateImageSetRequest {
2504
2395
  */
2505
2396
  export interface DefaultApiV1CreateImageSetImageRequest {
2506
2397
  /**
2507
- * request to create an image set image
2508
- * @type {V1CreateImageSetImage}
2398
+ *
2399
+ * @type {V1CreateImageSetImageRequest}
2509
2400
  * @memberof DefaultApiV1CreateImageSetImage
2510
2401
  */
2511
- readonly v1CreateImageSetImage: V1CreateImageSetImage
2402
+ readonly v1CreateImageSetImageRequest: V1CreateImageSetImageRequest
2512
2403
  }
2513
2404
 
2514
2405
  /**
@@ -2518,7 +2409,7 @@ export interface DefaultApiV1CreateImageSetImageRequest {
2518
2409
  */
2519
2410
  export interface DefaultApiV1CreateMetricsRequest {
2520
2411
  /**
2521
- * request to create metrics
2412
+ *
2522
2413
  * @type {Array<V1Metric>}
2523
2414
  * @memberof DefaultApiV1CreateMetrics
2524
2415
  */
@@ -2532,11 +2423,11 @@ export interface DefaultApiV1CreateMetricsRequest {
2532
2423
  */
2533
2424
  export interface DefaultApiV1CreateMountRequest {
2534
2425
  /**
2535
- * request to create a mount
2536
- * @type {V1CreateMount}
2426
+ *
2427
+ * @type {V1CreateMountRequest}
2537
2428
  * @memberof DefaultApiV1CreateMount
2538
2429
  */
2539
- readonly v1CreateMount: V1CreateMount
2430
+ readonly v1CreateMountRequest: V1CreateMountRequest
2540
2431
  }
2541
2432
 
2542
2433
  /**
@@ -2546,11 +2437,11 @@ export interface DefaultApiV1CreateMountRequest {
2546
2437
  */
2547
2438
  export interface DefaultApiV1CreateOpticalTubeRequest {
2548
2439
  /**
2549
- * request to create an optical tube
2550
- * @type {V1CreateOpticalTube}
2440
+ *
2441
+ * @type {V1CreateOpticalTubeRequest}
2551
2442
  * @memberof DefaultApiV1CreateOpticalTube
2552
2443
  */
2553
- readonly v1CreateOpticalTube: V1CreateOpticalTube
2444
+ readonly v1CreateOpticalTubeRequest: V1CreateOpticalTubeRequest
2554
2445
  }
2555
2446
 
2556
2447
  /**
@@ -2672,11 +2563,11 @@ export interface DefaultApiV1OpticalTubeMatchRequest {
2672
2563
  */
2673
2564
  export interface DefaultApiV1UpdateNodeMetricsRequest {
2674
2565
  /**
2675
- * request to update node metrics
2676
- * @type {V1UpdateNodeMetrics}
2566
+ *
2567
+ * @type {V1UpdateNodeMetricsRequest}
2677
2568
  * @memberof DefaultApiV1UpdateNodeMetrics
2678
2569
  */
2679
- readonly v1UpdateNodeMetrics: V1UpdateNodeMetrics
2570
+ readonly v1UpdateNodeMetricsRequest: V1UpdateNodeMetricsRequest
2680
2571
  }
2681
2572
 
2682
2573
  /**
@@ -2701,7 +2592,7 @@ export interface DefaultApiV2GetObservationRequest {
2701
2592
  */
2702
2593
  export class DefaultApi extends BaseAPI {
2703
2594
  /**
2704
- * match camera
2595
+ * Match camera.
2705
2596
  * @param {DefaultApiV1CameraMatchRequest} requestParameters Request parameters.
2706
2597
  * @param {*} [options] Override http request option.
2707
2598
  * @throws {RequiredError}
@@ -2712,40 +2603,40 @@ export class DefaultApi extends BaseAPI {
2712
2603
  }
2713
2604
 
2714
2605
  /**
2715
- * complete an observation
2606
+ * Complete an observation.
2716
2607
  * @param {DefaultApiV1CompleteObservationRequest} requestParameters Request parameters.
2717
2608
  * @param {*} [options] Override http request option.
2718
2609
  * @throws {RequiredError}
2719
2610
  * @memberof DefaultApi
2720
2611
  */
2721
2612
  public v1CompleteObservation(requestParameters: DefaultApiV1CompleteObservationRequest, options?: AxiosRequestConfig) {
2722
- return DefaultApiFp(this.configuration).v1CompleteObservation(requestParameters.v1CompleteObservation, options).then((request) => request(this.axios, this.basePath));
2613
+ return DefaultApiFp(this.configuration).v1CompleteObservation(requestParameters.v1CompleteObservationRequest, options).then((request) => request(this.axios, this.basePath));
2723
2614
  }
2724
2615
 
2725
2616
  /**
2726
- * create an image set
2617
+ * Create an image set.
2727
2618
  * @param {DefaultApiV1CreateImageSetRequest} requestParameters Request parameters.
2728
2619
  * @param {*} [options] Override http request option.
2729
2620
  * @throws {RequiredError}
2730
2621
  * @memberof DefaultApi
2731
2622
  */
2732
2623
  public v1CreateImageSet(requestParameters: DefaultApiV1CreateImageSetRequest, options?: AxiosRequestConfig) {
2733
- return DefaultApiFp(this.configuration).v1CreateImageSet(requestParameters.v1CreateImageSet, options).then((request) => request(this.axios, this.basePath));
2624
+ return DefaultApiFp(this.configuration).v1CreateImageSet(requestParameters.v1CreateImageSetRequest, options).then((request) => request(this.axios, this.basePath));
2734
2625
  }
2735
2626
 
2736
2627
  /**
2737
- * create an image set image
2628
+ * Create an image set image.
2738
2629
  * @param {DefaultApiV1CreateImageSetImageRequest} requestParameters Request parameters.
2739
2630
  * @param {*} [options] Override http request option.
2740
2631
  * @throws {RequiredError}
2741
2632
  * @memberof DefaultApi
2742
2633
  */
2743
2634
  public v1CreateImageSetImage(requestParameters: DefaultApiV1CreateImageSetImageRequest, options?: AxiosRequestConfig) {
2744
- return DefaultApiFp(this.configuration).v1CreateImageSetImage(requestParameters.v1CreateImageSetImage, options).then((request) => request(this.axios, this.basePath));
2635
+ return DefaultApiFp(this.configuration).v1CreateImageSetImage(requestParameters.v1CreateImageSetImageRequest, options).then((request) => request(this.axios, this.basePath));
2745
2636
  }
2746
2637
 
2747
2638
  /**
2748
- * create metrics
2639
+ * Create metrics.
2749
2640
  * @param {DefaultApiV1CreateMetricsRequest} requestParameters Request parameters.
2750
2641
  * @param {*} [options] Override http request option.
2751
2642
  * @throws {RequiredError}
@@ -2756,29 +2647,29 @@ export class DefaultApi extends BaseAPI {
2756
2647
  }
2757
2648
 
2758
2649
  /**
2759
- * create a mount
2650
+ * Create a mount.
2760
2651
  * @param {DefaultApiV1CreateMountRequest} requestParameters Request parameters.
2761
2652
  * @param {*} [options] Override http request option.
2762
2653
  * @throws {RequiredError}
2763
2654
  * @memberof DefaultApi
2764
2655
  */
2765
2656
  public v1CreateMount(requestParameters: DefaultApiV1CreateMountRequest, options?: AxiosRequestConfig) {
2766
- return DefaultApiFp(this.configuration).v1CreateMount(requestParameters.v1CreateMount, options).then((request) => request(this.axios, this.basePath));
2657
+ return DefaultApiFp(this.configuration).v1CreateMount(requestParameters.v1CreateMountRequest, options).then((request) => request(this.axios, this.basePath));
2767
2658
  }
2768
2659
 
2769
2660
  /**
2770
- * create an optical tube
2661
+ * Create an optical tube.
2771
2662
  * @param {DefaultApiV1CreateOpticalTubeRequest} requestParameters Request parameters.
2772
2663
  * @param {*} [options] Override http request option.
2773
2664
  * @throws {RequiredError}
2774
2665
  * @memberof DefaultApi
2775
2666
  */
2776
2667
  public v1CreateOpticalTube(requestParameters: DefaultApiV1CreateOpticalTubeRequest, options?: AxiosRequestConfig) {
2777
- return DefaultApiFp(this.configuration).v1CreateOpticalTube(requestParameters.v1CreateOpticalTube, options).then((request) => request(this.axios, this.basePath));
2668
+ return DefaultApiFp(this.configuration).v1CreateOpticalTube(requestParameters.v1CreateOpticalTubeRequest, options).then((request) => request(this.axios, this.basePath));
2778
2669
  }
2779
2670
 
2780
2671
  /**
2781
- * get all cameras
2672
+ * Get cameras.
2782
2673
  * @param {*} [options] Override http request option.
2783
2674
  * @throws {RequiredError}
2784
2675
  * @memberof DefaultApi
@@ -2788,7 +2679,7 @@ export class DefaultApi extends BaseAPI {
2788
2679
  }
2789
2680
 
2790
2681
  /**
2791
- * get an image set
2682
+ * Get an image set.
2792
2683
  * @param {DefaultApiV1GetImageSetRequest} requestParameters Request parameters.
2793
2684
  * @param {*} [options] Override http request option.
2794
2685
  * @throws {RequiredError}
@@ -2799,7 +2690,7 @@ export class DefaultApi extends BaseAPI {
2799
2690
  }
2800
2691
 
2801
2692
  /**
2802
- * get an image
2693
+ * Get an image.
2803
2694
  * @param {DefaultApiV1GetImageSetImageRequest} requestParameters Request parameters.
2804
2695
  * @param {*} [options] Override http request option.
2805
2696
  * @throws {RequiredError}
@@ -2810,7 +2701,7 @@ export class DefaultApi extends BaseAPI {
2810
2701
  }
2811
2702
 
2812
2703
  /**
2813
- * get a mount
2704
+ * Get a mount.
2814
2705
  * @param {DefaultApiV1GetMountRequest} requestParameters Request parameters.
2815
2706
  * @param {*} [options] Override http request option.
2816
2707
  * @throws {RequiredError}
@@ -2821,7 +2712,7 @@ export class DefaultApi extends BaseAPI {
2821
2712
  }
2822
2713
 
2823
2714
  /**
2824
- * get the current properties of a node
2715
+ * Get node properties.
2825
2716
  * @param {DefaultApiV1GetNodePropertiesRequest} requestParameters Request parameters.
2826
2717
  * @param {*} [options] Override http request option.
2827
2718
  * @throws {RequiredError}
@@ -2832,7 +2723,7 @@ export class DefaultApi extends BaseAPI {
2832
2723
  }
2833
2724
 
2834
2725
  /**
2835
- * get all nodes
2726
+ * Get nodes.
2836
2727
  * @param {*} [options] Override http request option.
2837
2728
  * @throws {RequiredError}
2838
2729
  * @memberof DefaultApi
@@ -2842,17 +2733,7 @@ export class DefaultApi extends BaseAPI {
2842
2733
  }
2843
2734
 
2844
2735
  /**
2845
- * get observatories
2846
- * @param {*} [options] Override http request option.
2847
- * @throws {RequiredError}
2848
- * @memberof DefaultApi
2849
- */
2850
- public v1GetObservatories(options?: AxiosRequestConfig) {
2851
- return DefaultApiFp(this.configuration).v1GetObservatories(options).then((request) => request(this.axios, this.basePath));
2852
- }
2853
-
2854
- /**
2855
- * get an optical tube
2736
+ * Get an optical tube.
2856
2737
  * @param {DefaultApiV1GetOpticalTubeRequest} requestParameters Request parameters.
2857
2738
  * @param {*} [options] Override http request option.
2858
2739
  * @throws {RequiredError}
@@ -2863,7 +2744,7 @@ export class DefaultApi extends BaseAPI {
2863
2744
  }
2864
2745
 
2865
2746
  /**
2866
- * match mount
2747
+ * Match mount.
2867
2748
  * @param {DefaultApiV1MountMatchRequest} requestParameters Request parameters.
2868
2749
  * @param {*} [options] Override http request option.
2869
2750
  * @throws {RequiredError}
@@ -2874,7 +2755,7 @@ export class DefaultApi extends BaseAPI {
2874
2755
  }
2875
2756
 
2876
2757
  /**
2877
- * match optical tube
2758
+ * Match optical tube.
2878
2759
  * @param {DefaultApiV1OpticalTubeMatchRequest} requestParameters Request parameters.
2879
2760
  * @param {*} [options] Override http request option.
2880
2761
  * @throws {RequiredError}
@@ -2885,18 +2766,18 @@ export class DefaultApi extends BaseAPI {
2885
2766
  }
2886
2767
 
2887
2768
  /**
2888
- * update node metrics
2769
+ * Update node metrics.
2889
2770
  * @param {DefaultApiV1UpdateNodeMetricsRequest} requestParameters Request parameters.
2890
2771
  * @param {*} [options] Override http request option.
2891
2772
  * @throws {RequiredError}
2892
2773
  * @memberof DefaultApi
2893
2774
  */
2894
2775
  public v1UpdateNodeMetrics(requestParameters: DefaultApiV1UpdateNodeMetricsRequest, options?: AxiosRequestConfig) {
2895
- return DefaultApiFp(this.configuration).v1UpdateNodeMetrics(requestParameters.v1UpdateNodeMetrics, options).then((request) => request(this.axios, this.basePath));
2776
+ return DefaultApiFp(this.configuration).v1UpdateNodeMetrics(requestParameters.v1UpdateNodeMetricsRequest, options).then((request) => request(this.axios, this.basePath));
2896
2777
  }
2897
2778
 
2898
2779
  /**
2899
- * get next observation
2780
+ * Get next observation.
2900
2781
  * @param {DefaultApiV2GetObservationRequest} requestParameters Request parameters.
2901
2782
  * @param {*} [options] Override http request option.
2902
2783
  * @throws {RequiredError}