@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/api.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * OurSky Astro
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.1741
7
+ * The version of the OpenAPI document: 1.3.1783
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
- * asset file type
27
+ *
28
28
  * @export
29
29
  * @enum {string}
30
30
  */
@@ -42,7 +42,7 @@ export type AssetFileType = typeof AssetFileType[keyof typeof AssetFileType];
42
42
 
43
43
 
44
44
  /**
45
- * asset type
45
+ *
46
46
  * @export
47
47
  * @enum {string}
48
48
  */
@@ -58,25 +58,6 @@ export const AssetType = {
58
58
  export type AssetType = typeof AssetType[keyof typeof AssetType];
59
59
 
60
60
 
61
- /**
62
- * successful create
63
- * @export
64
- * @interface CalibrationMasterCreateResponse
65
- */
66
- export interface CalibrationMasterCreateResponse {
67
- /**
68
- *
69
- * @type {string}
70
- * @memberof CalibrationMasterCreateResponse
71
- */
72
- 'id': string;
73
- /**
74
- *
75
- * @type {string}
76
- * @memberof CalibrationMasterCreateResponse
77
- */
78
- 'uploadUrl': string;
79
- }
80
61
  /**
81
62
  *
82
63
  * @export
@@ -93,7 +74,7 @@ export type CalibrationMasterType = typeof CalibrationMasterType[keyof typeof Ca
93
74
 
94
75
 
95
76
  /**
96
- * successful action
77
+ *
97
78
  * @export
98
79
  * @interface EmptySuccess
99
80
  */
@@ -161,7 +142,7 @@ export interface Location {
161
142
  'altitude': number;
162
143
  }
163
144
  /**
164
- * The type of mount
145
+ *
165
146
  * @export
166
147
  * @enum {string}
167
148
  */
@@ -175,7 +156,7 @@ export type MountType = typeof MountType[keyof typeof MountType];
175
156
 
176
157
 
177
158
  /**
178
- * possible states for a node
159
+ *
179
160
  * @export
180
161
  * @enum {string}
181
162
  */
@@ -193,7 +174,7 @@ export type NodeState = typeof NodeState[keyof typeof NodeState];
193
174
 
194
175
 
195
176
  /**
196
- * optical tube types
177
+ *
197
178
  * @export
198
179
  * @enum {string}
199
180
  */
@@ -210,7 +191,7 @@ export type OpticalTubeType = typeof OpticalTubeType[keyof typeof OpticalTubeTyp
210
191
 
211
192
 
212
193
  /**
213
- * shutter type
194
+ *
214
195
  * @export
215
196
  * @enum {string}
216
197
  */
@@ -224,7 +205,7 @@ export type ShutterType = typeof ShutterType[keyof typeof ShutterType];
224
205
 
225
206
 
226
207
  /**
227
- * successful create
208
+ *
228
209
  * @export
229
210
  * @interface SuccessfulCreate
230
211
  */
@@ -237,7 +218,7 @@ export interface SuccessfulCreate {
237
218
  'id': string;
238
219
  }
239
220
  /**
240
- * target tracking type
221
+ *
241
222
  * @export
242
223
  * @enum {string}
243
224
  */
@@ -251,7 +232,74 @@ export type TrackingType = typeof TrackingType[keyof typeof TrackingType];
251
232
 
252
233
 
253
234
  /**
254
- * get an astro project asset
235
+ * Astro Project
236
+ * @export
237
+ * @interface V1AstroProject
238
+ */
239
+ export interface V1AstroProject {
240
+ /**
241
+ *
242
+ * @type {string}
243
+ * @memberof V1AstroProject
244
+ */
245
+ 'id': string;
246
+ /**
247
+ *
248
+ * @type {string}
249
+ * @memberof V1AstroProject
250
+ */
251
+ 'name': string;
252
+ /**
253
+ *
254
+ * @type {string}
255
+ * @memberof V1AstroProject
256
+ */
257
+ 'targetId'?: string;
258
+ /**
259
+ *
260
+ * @type {number}
261
+ * @memberof V1AstroProject
262
+ */
263
+ 'ra'?: number;
264
+ /**
265
+ *
266
+ * @type {number}
267
+ * @memberof V1AstroProject
268
+ */
269
+ 'dec'?: number;
270
+ /**
271
+ *
272
+ * @type {string}
273
+ * @memberof V1AstroProject
274
+ */
275
+ 'cameraId': string;
276
+ /**
277
+ *
278
+ * @type {string}
279
+ * @memberof V1AstroProject
280
+ */
281
+ 'otaId': string;
282
+ /**
283
+ *
284
+ * @type {Array<string>}
285
+ * @memberof V1AstroProject
286
+ */
287
+ 'imageSets'?: Array<string>;
288
+ /**
289
+ *
290
+ * @type {string}
291
+ * @memberof V1AstroProject
292
+ */
293
+ 'createdAt': string;
294
+ /**
295
+ *
296
+ * @type {string}
297
+ * @memberof V1AstroProject
298
+ */
299
+ 'updatedAt'?: string;
300
+ }
301
+ /**
302
+ * Astro Project Asset
255
303
  * @export
256
304
  * @interface V1AstroProjectAsset
257
305
  */
@@ -364,7 +412,7 @@ export interface V1AstroProjectAssetMetadataColorCombination {
364
412
  'blue'?: Array<FilterType>;
365
413
  }
366
414
  /**
367
- * astro target
415
+ * Astro Target
368
416
  * @export
369
417
  * @interface V1AstroTarget
370
418
  */
@@ -407,7 +455,7 @@ export interface V1AstroTarget {
407
455
  'dec': number;
408
456
  }
409
457
  /**
410
- * calibration master
458
+ * Calibration Master
411
459
  * @export
412
460
  * @interface V1CalibrationMaster
413
461
  */
@@ -476,7 +524,7 @@ export interface V1CalibrationMaster {
476
524
 
477
525
 
478
526
  /**
479
- * v1Camera
527
+ * Camera
480
528
  * @export
481
529
  * @interface V1Camera
482
530
  */
@@ -563,86 +611,79 @@ export interface V1Camera {
563
611
 
564
612
 
565
613
  /**
566
- * create an astro project
614
+ *
567
615
  * @export
568
- * @interface V1CreateAstroProject
616
+ * @interface V1CreateAstroProjectImageSetRequest
569
617
  */
570
- export interface V1CreateAstroProject {
618
+ export interface V1CreateAstroProjectImageSetRequest {
571
619
  /**
572
620
  *
573
621
  * @type {string}
574
- * @memberof V1CreateAstroProject
622
+ * @memberof V1CreateAstroProjectImageSetRequest
575
623
  */
576
- 'name'?: string;
577
- /**
578
- *
579
- * @type {string}
580
- * @memberof V1CreateAstroProject
581
- */
582
- 'targetId'?: string;
583
- /**
584
- *
585
- * @type {number}
586
- * @memberof V1CreateAstroProject
587
- */
588
- 'ra'?: number;
589
- /**
590
- *
591
- * @type {number}
592
- * @memberof V1CreateAstroProject
593
- */
594
- 'dec'?: number;
624
+ 'projectId': string;
595
625
  /**
596
626
  *
597
627
  * @type {string}
598
- * @memberof V1CreateAstroProject
628
+ * @memberof V1CreateAstroProjectImageSetRequest
599
629
  */
600
630
  'nodeId': string;
601
631
  /**
602
632
  *
603
633
  * @type {FilterType}
604
- * @memberof V1CreateAstroProject
634
+ * @memberof V1CreateAstroProjectImageSetRequest
605
635
  */
606
636
  'filterType'?: FilterType;
607
637
  }
608
638
 
609
639
 
610
640
  /**
611
- * create a project image set
641
+ *
612
642
  * @export
613
- * @interface V1CreateAstroProjectImageSet
643
+ * @interface V1CreateAstroProjectRequest
614
644
  */
615
- export interface V1CreateAstroProjectImageSet {
645
+ export interface V1CreateAstroProjectRequest {
616
646
  /**
617
647
  *
618
648
  * @type {string}
619
- * @memberof V1CreateAstroProjectImageSet
649
+ * @memberof V1CreateAstroProjectRequest
620
650
  */
621
- 'projectId': string;
651
+ 'name'?: string;
622
652
  /**
623
653
  *
624
654
  * @type {string}
625
- * @memberof V1CreateAstroProjectImageSet
655
+ * @memberof V1CreateAstroProjectRequest
626
656
  */
627
- 'nodeId': string;
657
+ 'targetId'?: string;
658
+ /**
659
+ *
660
+ * @type {number}
661
+ * @memberof V1CreateAstroProjectRequest
662
+ */
663
+ 'ra'?: number;
664
+ /**
665
+ *
666
+ * @type {number}
667
+ * @memberof V1CreateAstroProjectRequest
668
+ */
669
+ 'dec'?: number;
628
670
  /**
629
671
  *
630
672
  * @type {string}
631
- * @memberof V1CreateAstroProjectImageSet
632
- * @deprecated
673
+ * @memberof V1CreateAstroProjectRequest
633
674
  */
634
- 'ourskyPluginVersion'?: string;
675
+ 'nodeId': string;
635
676
  /**
636
677
  *
637
678
  * @type {FilterType}
638
- * @memberof V1CreateAstroProjectImageSet
679
+ * @memberof V1CreateAstroProjectRequest
639
680
  */
640
681
  'filterType'?: FilterType;
641
682
  }
642
683
 
643
684
 
644
685
  /**
645
- * create astro response
686
+ * Create Astro Response
646
687
  * @export
647
688
  * @interface V1CreateAstroProjectResponse
648
689
  */
@@ -661,398 +702,410 @@ export interface V1CreateAstroProjectResponse {
661
702
  'imageSetId': string;
662
703
  }
663
704
  /**
664
- * create calibration master
705
+ *
665
706
  * @export
666
- * @interface V1CreateCalibrationMaster
707
+ * @interface V1CreateCalibrationMasterRequest
667
708
  */
668
- export interface V1CreateCalibrationMaster {
709
+ export interface V1CreateCalibrationMasterRequest {
669
710
  /**
670
711
  *
671
712
  * @type {string}
672
- * @memberof V1CreateCalibrationMaster
713
+ * @memberof V1CreateCalibrationMasterRequest
673
714
  */
674
715
  'nodeId': string;
675
716
  /**
676
717
  *
677
718
  * @type {CalibrationMasterType}
678
- * @memberof V1CreateCalibrationMaster
719
+ * @memberof V1CreateCalibrationMasterRequest
679
720
  */
680
721
  'calibrationMasterType': CalibrationMasterType;
681
722
  /**
682
723
  *
683
724
  * @type {FilterType}
684
- * @memberof V1CreateCalibrationMaster
725
+ * @memberof V1CreateCalibrationMasterRequest
685
726
  */
686
727
  'filterType'?: FilterType;
687
728
  /**
688
729
  *
689
730
  * @type {number}
690
- * @memberof V1CreateCalibrationMaster
731
+ * @memberof V1CreateCalibrationMasterRequest
691
732
  */
692
733
  'binXY': number;
693
734
  /**
694
735
  *
695
736
  * @type {number}
696
- * @memberof V1CreateCalibrationMaster
737
+ * @memberof V1CreateCalibrationMasterRequest
697
738
  */
698
739
  'gain'?: number;
699
740
  /**
700
741
  *
701
742
  * @type {number}
702
- * @memberof V1CreateCalibrationMaster
743
+ * @memberof V1CreateCalibrationMasterRequest
703
744
  */
704
745
  'gainMode'?: number;
705
746
  /**
706
747
  * temperature in degrees celsius
707
748
  * @type {number}
708
- * @memberof V1CreateCalibrationMaster
749
+ * @memberof V1CreateCalibrationMasterRequest
709
750
  */
710
751
  'temperature'?: number;
711
752
  /**
712
753
  *
713
754
  * @type {number}
714
- * @memberof V1CreateCalibrationMaster
755
+ * @memberof V1CreateCalibrationMasterRequest
715
756
  */
716
757
  'exposureTime': number;
717
758
  /**
718
759
  *
719
760
  * @type {boolean}
720
- * @memberof V1CreateCalibrationMaster
761
+ * @memberof V1CreateCalibrationMasterRequest
721
762
  */
722
763
  'overwrite'?: boolean;
723
764
  }
724
765
 
725
766
 
726
767
  /**
727
- * create a camera
768
+ *
769
+ * @export
770
+ * @interface V1CreateCalibrationMasterResponse
771
+ */
772
+ export interface V1CreateCalibrationMasterResponse {
773
+ /**
774
+ *
775
+ * @type {string}
776
+ * @memberof V1CreateCalibrationMasterResponse
777
+ */
778
+ 'id': string;
779
+ /**
780
+ *
781
+ * @type {string}
782
+ * @memberof V1CreateCalibrationMasterResponse
783
+ */
784
+ 'uploadUrl': string;
785
+ }
786
+ /**
787
+ *
728
788
  * @export
729
- * @interface V1CreateCamera
789
+ * @interface V1CreateCameraRequest
730
790
  */
731
- export interface V1CreateCamera {
791
+ export interface V1CreateCameraRequest {
732
792
  /**
733
793
  *
734
794
  * @type {string}
735
- * @memberof V1CreateCamera
795
+ * @memberof V1CreateCameraRequest
736
796
  */
737
797
  'model': string;
738
798
  /**
739
799
  *
740
800
  * @type {number}
741
- * @memberof V1CreateCamera
801
+ * @memberof V1CreateCameraRequest
742
802
  */
743
803
  'pixelSizeMicrons': number;
744
804
  /**
745
805
  *
746
806
  * @type {number}
747
- * @memberof V1CreateCamera
807
+ * @memberof V1CreateCameraRequest
748
808
  */
749
809
  'fullWellCapacity'?: number;
750
810
  /**
751
811
  *
752
812
  * @type {number}
753
- * @memberof V1CreateCamera
813
+ * @memberof V1CreateCameraRequest
754
814
  */
755
815
  'pixelsX': number;
756
816
  /**
757
817
  *
758
818
  * @type {number}
759
- * @memberof V1CreateCamera
819
+ * @memberof V1CreateCameraRequest
760
820
  */
761
821
  'pixelsY': number;
762
822
  /**
763
823
  *
764
824
  * @type {number}
765
- * @memberof V1CreateCamera
825
+ * @memberof V1CreateCameraRequest
766
826
  */
767
827
  'megapixels': number;
768
828
  /**
769
829
  *
770
830
  * @type {boolean}
771
- * @memberof V1CreateCamera
831
+ * @memberof V1CreateCameraRequest
772
832
  */
773
833
  'chilled'?: boolean;
774
834
  /**
775
835
  *
776
836
  * @type {ShutterType}
777
- * @memberof V1CreateCamera
837
+ * @memberof V1CreateCameraRequest
778
838
  */
779
839
  'shutterType': ShutterType;
780
840
  /**
781
841
  *
782
842
  * @type {boolean}
783
- * @memberof V1CreateCamera
843
+ * @memberof V1CreateCameraRequest
784
844
  */
785
845
  'gpsTimestamps': boolean;
786
846
  /**
787
847
  *
788
848
  * @type {number}
789
- * @memberof V1CreateCamera
849
+ * @memberof V1CreateCameraRequest
790
850
  */
791
851
  'sensorXmm': number;
792
852
  /**
793
853
  *
794
854
  * @type {number}
795
- * @memberof V1CreateCamera
855
+ * @memberof V1CreateCameraRequest
796
856
  */
797
857
  'sensorYmm': number;
798
858
  /**
799
859
  * the gain level where e-/ADU = 1
800
860
  * @type {number}
801
- * @memberof V1CreateCamera
861
+ * @memberof V1CreateCameraRequest
802
862
  */
803
863
  'unityGain': number;
804
864
  /**
805
865
  *
806
866
  * @type {number}
807
- * @memberof V1CreateCamera
867
+ * @memberof V1CreateCameraRequest
808
868
  */
809
869
  'optimalNighttimeGain': number;
810
870
  /**
811
871
  *
812
872
  * @type {number}
813
- * @memberof V1CreateCamera
873
+ * @memberof V1CreateCameraRequest
814
874
  */
815
875
  'optimalNighttimeGainOffset': number;
816
876
  /**
817
877
  *
818
878
  * @type {number}
819
- * @memberof V1CreateCamera
879
+ * @memberof V1CreateCameraRequest
820
880
  */
821
881
  'optimalNighttimeGainMode': number;
822
882
  /**
823
883
  * whether the camera supports video mode
824
884
  * @type {boolean}
825
- * @memberof V1CreateCamera
885
+ * @memberof V1CreateCameraRequest
826
886
  */
827
887
  'supportsVideoMode': boolean;
828
888
  /**
829
889
  *
830
890
  * @type {number}
831
- * @memberof V1CreateCamera
891
+ * @memberof V1CreateCameraRequest
832
892
  */
833
893
  'adcBitDepth': number;
834
894
  /**
835
895
  *
836
896
  * @type {number}
837
- * @memberof V1CreateCamera
897
+ * @memberof V1CreateCameraRequest
838
898
  */
839
899
  'quantumEfficiency': number;
840
900
  /**
841
901
  * gain curves for the camera
842
902
  * @type {Array<V1GainCurve>}
843
- * @memberof V1CreateCamera
903
+ * @memberof V1CreateCameraRequest
844
904
  */
845
905
  'gainCurves'?: Array<V1GainCurve>;
846
906
  /**
847
907
  *
848
908
  * @type {Array<V1SetupAction>}
849
- * @memberof V1CreateCamera
909
+ * @memberof V1CreateCameraRequest
850
910
  */
851
911
  'setupActions'?: Array<V1SetupAction>;
852
912
  /**
853
913
  * whether the camera is monochrome or color (OSC)
854
914
  * @type {boolean}
855
- * @memberof V1CreateCamera
915
+ * @memberof V1CreateCameraRequest
856
916
  */
857
917
  'isColor': boolean;
858
918
  }
859
919
 
860
920
 
861
921
  /**
862
- * create image set
922
+ *
863
923
  * @export
864
- * @interface V1CreateImageSet
924
+ * @interface V1CreateImageSetImageRequest
865
925
  */
866
- export interface V1CreateImageSet {
926
+ export interface V1CreateImageSetImageRequest {
867
927
  /**
868
928
  *
869
929
  * @type {string}
870
- * @memberof V1CreateImageSet
930
+ * @memberof V1CreateImageSetImageRequest
871
931
  */
872
- 'targetId': string;
932
+ 'imageSetId': string;
933
+ }
934
+ /**
935
+ *
936
+ * @export
937
+ * @interface V1CreateImageSetImageResponse
938
+ */
939
+ export interface V1CreateImageSetImageResponse {
873
940
  /**
874
941
  *
875
942
  * @type {string}
876
- * @memberof V1CreateImageSet
943
+ * @memberof V1CreateImageSetImageResponse
877
944
  */
878
- 'nodeId': string;
945
+ 'id': string;
879
946
  /**
880
947
  *
881
948
  * @type {string}
882
- * @memberof V1CreateImageSet
949
+ * @memberof V1CreateImageSetImageResponse
883
950
  */
884
- 'observationId'?: string;
951
+ 'uploadUrl': string;
952
+ }
953
+ /**
954
+ *
955
+ * @export
956
+ * @interface V1CreateImageSetRequest
957
+ */
958
+ export interface V1CreateImageSetRequest {
885
959
  /**
886
960
  *
887
961
  * @type {string}
888
- * @memberof V1CreateImageSet
889
- * @deprecated
890
- */
891
- 'ourskyPluginVersion'?: string;
892
- /**
893
- *
894
- * @type {TrackingType}
895
- * @memberof V1CreateImageSet
962
+ * @memberof V1CreateImageSetRequest
896
963
  */
897
- 'trackingType'?: TrackingType;
964
+ 'targetId': string;
898
965
  /**
899
966
  *
900
- * @type {FilterType}
901
- * @memberof V1CreateImageSet
967
+ * @type {string}
968
+ * @memberof V1CreateImageSetRequest
902
969
  */
903
- 'filterType'?: FilterType;
904
- }
905
-
906
-
907
- /**
908
- * create image set image
909
- * @export
910
- * @interface V1CreateImageSetImage
911
- */
912
- export interface V1CreateImageSetImage {
970
+ 'nodeId': string;
913
971
  /**
914
972
  *
915
973
  * @type {string}
916
- * @memberof V1CreateImageSetImage
974
+ * @memberof V1CreateImageSetRequest
917
975
  */
918
- 'imageSetId': string;
919
- }
920
- /**
921
- * successful create of image set image
922
- * @export
923
- * @interface V1CreateImageSetImageResponse
924
- */
925
- export interface V1CreateImageSetImageResponse {
976
+ 'observationId'?: string;
926
977
  /**
927
978
  *
928
- * @type {string}
929
- * @memberof V1CreateImageSetImageResponse
979
+ * @type {TrackingType}
980
+ * @memberof V1CreateImageSetRequest
930
981
  */
931
- 'id': string;
982
+ 'trackingType'?: TrackingType;
932
983
  /**
933
984
  *
934
- * @type {string}
935
- * @memberof V1CreateImageSetImageResponse
985
+ * @type {FilterType}
986
+ * @memberof V1CreateImageSetRequest
936
987
  */
937
- 'uploadUrl': string;
988
+ 'filterType'?: FilterType;
938
989
  }
990
+
991
+
939
992
  /**
940
- * create a mount
993
+ *
941
994
  * @export
942
- * @interface V1CreateMount
995
+ * @interface V1CreateMountRequest
943
996
  */
944
- export interface V1CreateMount {
997
+ export interface V1CreateMountRequest {
945
998
  /**
946
999
  *
947
1000
  * @type {string}
948
- * @memberof V1CreateMount
1001
+ * @memberof V1CreateMountRequest
949
1002
  */
950
1003
  'model': string;
951
1004
  /**
952
1005
  *
953
1006
  * @type {MountType}
954
- * @memberof V1CreateMount
1007
+ * @memberof V1CreateMountRequest
955
1008
  */
956
1009
  'mountType': MountType;
957
1010
  /**
958
1011
  *
959
1012
  * @type {number}
960
- * @memberof V1CreateMount
1013
+ * @memberof V1CreateMountRequest
961
1014
  */
962
1015
  'slewRate': number;
963
1016
  }
964
1017
 
965
1018
 
966
1019
  /**
967
- * create node
1020
+ * Create Node
968
1021
  * @export
969
- * @interface V1CreateNode
1022
+ * @interface V1CreateNodeRequest
970
1023
  */
971
- export interface V1CreateNode {
1024
+ export interface V1CreateNodeRequest {
972
1025
  /**
973
1026
  *
974
1027
  * @type {string}
975
- * @memberof V1CreateNode
1028
+ * @memberof V1CreateNodeRequest
976
1029
  */
977
1030
  'name': string;
978
1031
  /**
979
1032
  *
980
1033
  * @type {string}
981
- * @memberof V1CreateNode
1034
+ * @memberof V1CreateNodeRequest
982
1035
  */
983
1036
  'observatoryId'?: string;
984
1037
  /**
985
1038
  *
986
1039
  * @type {string}
987
- * @memberof V1CreateNode
1040
+ * @memberof V1CreateNodeRequest
988
1041
  */
989
1042
  'cameraId': string;
990
1043
  /**
991
1044
  *
992
1045
  * @type {string}
993
- * @memberof V1CreateNode
1046
+ * @memberof V1CreateNodeRequest
994
1047
  */
995
1048
  'opticalTubeId': string;
996
1049
  /**
997
1050
  *
998
1051
  * @type {string}
999
- * @memberof V1CreateNode
1052
+ * @memberof V1CreateNodeRequest
1000
1053
  */
1001
1054
  'mountId': string;
1002
1055
  /**
1003
1056
  *
1004
1057
  * @type {string}
1005
- * @memberof V1CreateNode
1058
+ * @memberof V1CreateNodeRequest
1006
1059
  */
1007
1060
  'filterWheelId'?: string;
1008
1061
  /**
1009
1062
  *
1010
1063
  * @type {number}
1011
- * @memberof V1CreateNode
1064
+ * @memberof V1CreateNodeRequest
1012
1065
  */
1013
1066
  'maxAltitude': number;
1014
1067
  /**
1015
1068
  *
1016
1069
  * @type {Location}
1017
- * @memberof V1CreateNode
1070
+ * @memberof V1CreateNodeRequest
1018
1071
  */
1019
1072
  'location': Location;
1020
1073
  }
1021
1074
  /**
1022
- * create an optical tube
1075
+ *
1023
1076
  * @export
1024
- * @interface V1CreateOpticalTube
1077
+ * @interface V1CreateOpticalTubeRequest
1025
1078
  */
1026
- export interface V1CreateOpticalTube {
1079
+ export interface V1CreateOpticalTubeRequest {
1027
1080
  /**
1028
1081
  *
1029
1082
  * @type {string}
1030
- * @memberof V1CreateOpticalTube
1083
+ * @memberof V1CreateOpticalTubeRequest
1031
1084
  */
1032
1085
  'model': string;
1033
1086
  /**
1034
1087
  *
1035
1088
  * @type {number}
1036
- * @memberof V1CreateOpticalTube
1089
+ * @memberof V1CreateOpticalTubeRequest
1037
1090
  */
1038
1091
  'focalLengthMm': number;
1039
1092
  /**
1040
1093
  *
1041
1094
  * @type {number}
1042
- * @memberof V1CreateOpticalTube
1095
+ * @memberof V1CreateOpticalTubeRequest
1043
1096
  */
1044
1097
  'apertureMm': number;
1045
1098
  /**
1046
1099
  *
1047
1100
  * @type {OpticalTubeType}
1048
- * @memberof V1CreateOpticalTube
1101
+ * @memberof V1CreateOpticalTubeRequest
1049
1102
  */
1050
1103
  'type'?: OpticalTubeType;
1051
1104
  }
1052
1105
 
1053
1106
 
1054
1107
  /**
1055
- * v1GainCurve
1108
+ * Gain Curve
1056
1109
  * @export
1057
1110
  * @interface V1GainCurve
1058
1111
  */
@@ -1096,7 +1149,7 @@ export interface V1GainCurvePoint {
1096
1149
  'eADU': number;
1097
1150
  }
1098
1151
  /**
1099
- * get astro platform credit balance
1152
+ * Astro Platform Credit Balance
1100
1153
  * @export
1101
1154
  * @interface V1GetAstroPlatformCreditBalanceResponse
1102
1155
  */
@@ -1109,74 +1162,7 @@ export interface V1GetAstroPlatformCreditBalanceResponse {
1109
1162
  'amount': number;
1110
1163
  }
1111
1164
  /**
1112
- * get an astro project
1113
- * @export
1114
- * @interface V1GetAstroProject
1115
- */
1116
- export interface V1GetAstroProject {
1117
- /**
1118
- *
1119
- * @type {string}
1120
- * @memberof V1GetAstroProject
1121
- */
1122
- 'id': string;
1123
- /**
1124
- *
1125
- * @type {string}
1126
- * @memberof V1GetAstroProject
1127
- */
1128
- 'name': string;
1129
- /**
1130
- *
1131
- * @type {string}
1132
- * @memberof V1GetAstroProject
1133
- */
1134
- 'targetId'?: string;
1135
- /**
1136
- *
1137
- * @type {number}
1138
- * @memberof V1GetAstroProject
1139
- */
1140
- 'ra'?: number;
1141
- /**
1142
- *
1143
- * @type {number}
1144
- * @memberof V1GetAstroProject
1145
- */
1146
- 'dec'?: number;
1147
- /**
1148
- *
1149
- * @type {string}
1150
- * @memberof V1GetAstroProject
1151
- */
1152
- 'cameraId': string;
1153
- /**
1154
- *
1155
- * @type {string}
1156
- * @memberof V1GetAstroProject
1157
- */
1158
- 'otaId': string;
1159
- /**
1160
- *
1161
- * @type {Array<string>}
1162
- * @memberof V1GetAstroProject
1163
- */
1164
- 'imageSets'?: Array<string>;
1165
- /**
1166
- *
1167
- * @type {string}
1168
- * @memberof V1GetAstroProject
1169
- */
1170
- 'createdAt': string;
1171
- /**
1172
- *
1173
- * @type {string}
1174
- * @memberof V1GetAstroProject
1175
- */
1176
- 'updatedAt'?: string;
1177
- }
1178
- /**
1179
- * v1GetNodes
1165
+ *
1180
1166
  * @export
1181
1167
  * @interface V1GetNodes
1182
1168
  */
@@ -1189,7 +1175,7 @@ export interface V1GetNodes {
1189
1175
  'nodes': Array<V1NodeWithLocation>;
1190
1176
  }
1191
1177
  /**
1192
- * v1GetImageSet
1178
+ * An image set represents a contiguous set of observations of the same target captured by the same node.
1193
1179
  * @export
1194
1180
  * @interface V1ImageSet
1195
1181
  */
@@ -1264,7 +1250,7 @@ export interface V1ImageSet {
1264
1250
 
1265
1251
 
1266
1252
  /**
1267
- * v1GetImageSetImage
1253
+ * Image Set Image
1268
1254
  * @export
1269
1255
  * @interface V1ImageSetImage
1270
1256
  */
@@ -1409,7 +1395,7 @@ export interface V1ImageSetImage {
1409
1395
  'exposureLength': number;
1410
1396
  }
1411
1397
  /**
1412
- * v1Mount
1398
+ * Mount
1413
1399
  * @export
1414
1400
  * @interface V1Mount
1415
1401
  */
@@ -1509,7 +1495,7 @@ export interface V1Node {
1509
1495
 
1510
1496
 
1511
1497
  /**
1512
- * v1NodeWithLocation
1498
+ * Node with location
1513
1499
  * @export
1514
1500
  * @interface V1NodeWithLocation
1515
1501
  */
@@ -1528,7 +1514,7 @@ export interface V1NodeWithLocation {
1528
1514
  'location': Location;
1529
1515
  }
1530
1516
  /**
1531
- * v1OpticalTube
1517
+ * Optical Tube
1532
1518
  * @export
1533
1519
  * @interface V1OpticalTube
1534
1520
  */
@@ -1559,7 +1545,7 @@ export interface V1OpticalTube {
1559
1545
  'apertureMm': number;
1560
1546
  }
1561
1547
  /**
1562
- * platform credit
1548
+ * Platform Credit
1563
1549
  * @export
1564
1550
  * @interface V1PlatformCredit
1565
1551
  */
@@ -1622,7 +1608,7 @@ export interface V1PlatformCredit {
1622
1608
 
1623
1609
 
1624
1610
  /**
1625
- * platform credit source
1611
+ *
1626
1612
  * @export
1627
1613
  * @enum {string}
1628
1614
  */
@@ -1638,7 +1624,7 @@ export type V1PlatformCreditSource = typeof V1PlatformCreditSource[keyof typeof
1638
1624
 
1639
1625
 
1640
1626
  /**
1641
- * platform credit type
1627
+ *
1642
1628
  * @export
1643
1629
  * @enum {string}
1644
1630
  */
@@ -1651,7 +1637,7 @@ export type V1PlatformCreditType = typeof V1PlatformCreditType[keyof typeof V1Pl
1651
1637
 
1652
1638
 
1653
1639
  /**
1654
- * platform credit unit
1640
+ *
1655
1641
  * @export
1656
1642
  * @enum {string}
1657
1643
  */
@@ -1664,15 +1650,15 @@ export type V1PlatformCreditUnit = typeof V1PlatformCreditUnit[keyof typeof V1Pl
1664
1650
 
1665
1651
 
1666
1652
  /**
1667
- * stack an astro project
1653
+ *
1668
1654
  * @export
1669
- * @interface V1PutStackAstroProject
1655
+ * @interface V1PutStackAstroProjectRequest
1670
1656
  */
1671
- export interface V1PutStackAstroProject {
1657
+ export interface V1PutStackAstroProjectRequest {
1672
1658
  /**
1673
1659
  *
1674
1660
  * @type {string}
1675
- * @memberof V1PutStackAstroProject
1661
+ * @memberof V1PutStackAstroProjectRequest
1676
1662
  */
1677
1663
  'projectId': string;
1678
1664
  }
@@ -1696,7 +1682,7 @@ export interface V1ReadNoisePoint {
1696
1682
  'eRMS': number;
1697
1683
  }
1698
1684
  /**
1699
- * v1SetupAction
1685
+ * Setup Action
1700
1686
  * @export
1701
1687
  * @interface V1SetupAction
1702
1688
  */
@@ -1715,69 +1701,69 @@ export interface V1SetupAction {
1715
1701
  'arguments'?: Array<string>;
1716
1702
  }
1717
1703
  /**
1718
- * update node
1704
+ * Update Node
1719
1705
  * @export
1720
- * @interface V1UpdateNode
1706
+ * @interface V1UpdateNodeRequest
1721
1707
  */
1722
- export interface V1UpdateNode {
1708
+ export interface V1UpdateNodeRequest {
1723
1709
  /**
1724
1710
  *
1725
1711
  * @type {string}
1726
- * @memberof V1UpdateNode
1712
+ * @memberof V1UpdateNodeRequest
1727
1713
  */
1728
1714
  'nodeId': string;
1729
1715
  /**
1730
1716
  *
1731
1717
  * @type {string}
1732
- * @memberof V1UpdateNode
1718
+ * @memberof V1UpdateNodeRequest
1733
1719
  */
1734
1720
  'name'?: string;
1735
1721
  /**
1736
1722
  *
1737
1723
  * @type {string}
1738
- * @memberof V1UpdateNode
1724
+ * @memberof V1UpdateNodeRequest
1739
1725
  */
1740
1726
  'observatoryId'?: string;
1741
1727
  /**
1742
1728
  *
1743
1729
  * @type {string}
1744
- * @memberof V1UpdateNode
1730
+ * @memberof V1UpdateNodeRequest
1745
1731
  */
1746
1732
  'cameraId'?: string;
1747
1733
  /**
1748
1734
  *
1749
1735
  * @type {string}
1750
- * @memberof V1UpdateNode
1736
+ * @memberof V1UpdateNodeRequest
1751
1737
  */
1752
1738
  'opticalTubeId'?: string;
1753
1739
  /**
1754
1740
  *
1755
1741
  * @type {string}
1756
- * @memberof V1UpdateNode
1742
+ * @memberof V1UpdateNodeRequest
1757
1743
  */
1758
1744
  'mountId'?: string;
1759
1745
  /**
1760
1746
  *
1761
1747
  * @type {string}
1762
- * @memberof V1UpdateNode
1748
+ * @memberof V1UpdateNodeRequest
1763
1749
  */
1764
1750
  'filterWheelId'?: string;
1765
1751
  /**
1766
1752
  *
1767
1753
  * @type {number}
1768
- * @memberof V1UpdateNode
1754
+ * @memberof V1UpdateNodeRequest
1769
1755
  */
1770
1756
  'maxAltitude'?: number;
1771
1757
  /**
1772
1758
  *
1773
1759
  * @type {Location}
1774
- * @memberof V1UpdateNode
1760
+ * @memberof V1UpdateNodeRequest
1775
1761
  */
1776
1762
  'location'?: Location;
1777
1763
  /**
1778
1764
  *
1779
1765
  * @type {NodeState}
1780
- * @memberof V1UpdateNode
1766
+ * @memberof V1UpdateNodeRequest
1781
1767
  */
1782
1768
  'state'?: NodeState;
1783
1769
  }
@@ -1791,7 +1777,7 @@ export interface V1UpdateNode {
1791
1777
  export const DefaultApiAxiosParamCreator = function (configuration?: Configuration) {
1792
1778
  return {
1793
1779
  /**
1794
- * match camera
1780
+ * Match camera.
1795
1781
  * @param {string} [model]
1796
1782
  * @param {number} [pixelSizeMicrons]
1797
1783
  * @param {number} [pixelsX]
@@ -1866,14 +1852,14 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
1866
1852
  };
1867
1853
  },
1868
1854
  /**
1869
- * create an astro user camera
1870
- * @param {V1CreateCamera} v1CreateCamera request to create an camera
1855
+ * Create an astro camera.
1856
+ * @param {V1CreateCameraRequest} v1CreateCameraRequest
1871
1857
  * @param {*} [options] Override http request option.
1872
1858
  * @throws {RequiredError}
1873
1859
  */
1874
- v1CreateAstroCamera: async (v1CreateCamera: V1CreateCamera, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
1875
- // verify required parameter 'v1CreateCamera' is not null or undefined
1876
- assertParamExists('v1CreateAstroCamera', 'v1CreateCamera', v1CreateCamera)
1860
+ v1CreateAstroCamera: async (v1CreateCameraRequest: V1CreateCameraRequest, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
1861
+ // verify required parameter 'v1CreateCameraRequest' is not null or undefined
1862
+ assertParamExists('v1CreateAstroCamera', 'v1CreateCameraRequest', v1CreateCameraRequest)
1877
1863
  const localVarPath = `/v1/astro-camera`;
1878
1864
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1879
1865
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -1899,7 +1885,7 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
1899
1885
  setSearchParams(localVarUrlObj, localVarQueryParameter);
1900
1886
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1901
1887
  localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
1902
- localVarRequestOptions.data = serializeDataIfNeeded(v1CreateCamera, localVarRequestOptions, configuration)
1888
+ localVarRequestOptions.data = serializeDataIfNeeded(v1CreateCameraRequest, localVarRequestOptions, configuration)
1903
1889
 
1904
1890
  return {
1905
1891
  url: toPathString(localVarUrlObj),
@@ -1907,14 +1893,14 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
1907
1893
  };
1908
1894
  },
1909
1895
  /**
1910
- * create an astro user mount
1911
- * @param {V1CreateMount} v1CreateMount request to create a mount
1896
+ * Create an astro mount.
1897
+ * @param {V1CreateMountRequest} v1CreateMountRequest
1912
1898
  * @param {*} [options] Override http request option.
1913
1899
  * @throws {RequiredError}
1914
1900
  */
1915
- v1CreateAstroMount: async (v1CreateMount: V1CreateMount, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
1916
- // verify required parameter 'v1CreateMount' is not null or undefined
1917
- assertParamExists('v1CreateAstroMount', 'v1CreateMount', v1CreateMount)
1901
+ v1CreateAstroMount: async (v1CreateMountRequest: V1CreateMountRequest, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
1902
+ // verify required parameter 'v1CreateMountRequest' is not null or undefined
1903
+ assertParamExists('v1CreateAstroMount', 'v1CreateMountRequest', v1CreateMountRequest)
1918
1904
  const localVarPath = `/v1/astro-mount`;
1919
1905
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1920
1906
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -1940,7 +1926,7 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
1940
1926
  setSearchParams(localVarUrlObj, localVarQueryParameter);
1941
1927
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1942
1928
  localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
1943
- localVarRequestOptions.data = serializeDataIfNeeded(v1CreateMount, localVarRequestOptions, configuration)
1929
+ localVarRequestOptions.data = serializeDataIfNeeded(v1CreateMountRequest, localVarRequestOptions, configuration)
1944
1930
 
1945
1931
  return {
1946
1932
  url: toPathString(localVarUrlObj),
@@ -1948,14 +1934,14 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
1948
1934
  };
1949
1935
  },
1950
1936
  /**
1951
- * create an optical tube for an astro user
1952
- * @param {V1CreateOpticalTube} v1CreateOpticalTube request to create an optical tube
1937
+ * Create an astro optical tube.
1938
+ * @param {V1CreateOpticalTubeRequest} v1CreateOpticalTubeRequest
1953
1939
  * @param {*} [options] Override http request option.
1954
1940
  * @throws {RequiredError}
1955
1941
  */
1956
- v1CreateAstroOpticalTube: async (v1CreateOpticalTube: V1CreateOpticalTube, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
1957
- // verify required parameter 'v1CreateOpticalTube' is not null or undefined
1958
- assertParamExists('v1CreateAstroOpticalTube', 'v1CreateOpticalTube', v1CreateOpticalTube)
1942
+ v1CreateAstroOpticalTube: async (v1CreateOpticalTubeRequest: V1CreateOpticalTubeRequest, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
1943
+ // verify required parameter 'v1CreateOpticalTubeRequest' is not null or undefined
1944
+ assertParamExists('v1CreateAstroOpticalTube', 'v1CreateOpticalTubeRequest', v1CreateOpticalTubeRequest)
1959
1945
  const localVarPath = `/v1/astro-optical-tube`;
1960
1946
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1961
1947
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -1981,7 +1967,7 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
1981
1967
  setSearchParams(localVarUrlObj, localVarQueryParameter);
1982
1968
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1983
1969
  localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
1984
- localVarRequestOptions.data = serializeDataIfNeeded(v1CreateOpticalTube, localVarRequestOptions, configuration)
1970
+ localVarRequestOptions.data = serializeDataIfNeeded(v1CreateOpticalTubeRequest, localVarRequestOptions, configuration)
1985
1971
 
1986
1972
  return {
1987
1973
  url: toPathString(localVarUrlObj),
@@ -1989,14 +1975,14 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
1989
1975
  };
1990
1976
  },
1991
1977
  /**
1992
- * create an astro project
1993
- * @param {V1CreateAstroProject} v1CreateAstroProject request to create an astro project
1978
+ * Create an astro project.
1979
+ * @param {V1CreateAstroProjectRequest} v1CreateAstroProjectRequest
1994
1980
  * @param {*} [options] Override http request option.
1995
1981
  * @throws {RequiredError}
1996
1982
  */
1997
- v1CreateAstroProject: async (v1CreateAstroProject: V1CreateAstroProject, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
1998
- // verify required parameter 'v1CreateAstroProject' is not null or undefined
1999
- assertParamExists('v1CreateAstroProject', 'v1CreateAstroProject', v1CreateAstroProject)
1983
+ v1CreateAstroProject: async (v1CreateAstroProjectRequest: V1CreateAstroProjectRequest, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
1984
+ // verify required parameter 'v1CreateAstroProjectRequest' is not null or undefined
1985
+ assertParamExists('v1CreateAstroProject', 'v1CreateAstroProjectRequest', v1CreateAstroProjectRequest)
2000
1986
  const localVarPath = `/v1/astro-project`;
2001
1987
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
2002
1988
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -2022,7 +2008,7 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
2022
2008
  setSearchParams(localVarUrlObj, localVarQueryParameter);
2023
2009
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
2024
2010
  localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
2025
- localVarRequestOptions.data = serializeDataIfNeeded(v1CreateAstroProject, localVarRequestOptions, configuration)
2011
+ localVarRequestOptions.data = serializeDataIfNeeded(v1CreateAstroProjectRequest, localVarRequestOptions, configuration)
2026
2012
 
2027
2013
  return {
2028
2014
  url: toPathString(localVarUrlObj),
@@ -2030,14 +2016,14 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
2030
2016
  };
2031
2017
  },
2032
2018
  /**
2033
- * create a project image set
2034
- * @param {V1CreateAstroProjectImageSet} v1CreateAstroProjectImageSet request to create a project image Set
2019
+ * Create an astro project image set.
2020
+ * @param {V1CreateAstroProjectImageSetRequest} v1CreateAstroProjectImageSetRequest
2035
2021
  * @param {*} [options] Override http request option.
2036
2022
  * @throws {RequiredError}
2037
2023
  */
2038
- v1CreateAstroProjectImageSet: async (v1CreateAstroProjectImageSet: V1CreateAstroProjectImageSet, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
2039
- // verify required parameter 'v1CreateAstroProjectImageSet' is not null or undefined
2040
- assertParamExists('v1CreateAstroProjectImageSet', 'v1CreateAstroProjectImageSet', v1CreateAstroProjectImageSet)
2024
+ v1CreateAstroProjectImageSet: async (v1CreateAstroProjectImageSetRequest: V1CreateAstroProjectImageSetRequest, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
2025
+ // verify required parameter 'v1CreateAstroProjectImageSetRequest' is not null or undefined
2026
+ assertParamExists('v1CreateAstroProjectImageSet', 'v1CreateAstroProjectImageSetRequest', v1CreateAstroProjectImageSetRequest)
2041
2027
  const localVarPath = `/v1/astro-project-image-set`;
2042
2028
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
2043
2029
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -2063,7 +2049,7 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
2063
2049
  setSearchParams(localVarUrlObj, localVarQueryParameter);
2064
2050
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
2065
2051
  localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
2066
- localVarRequestOptions.data = serializeDataIfNeeded(v1CreateAstroProjectImageSet, localVarRequestOptions, configuration)
2052
+ localVarRequestOptions.data = serializeDataIfNeeded(v1CreateAstroProjectImageSetRequest, localVarRequestOptions, configuration)
2067
2053
 
2068
2054
  return {
2069
2055
  url: toPathString(localVarUrlObj),
@@ -2071,14 +2057,14 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
2071
2057
  };
2072
2058
  },
2073
2059
  /**
2074
- * create an calibration master
2075
- * @param {V1CreateCalibrationMaster} v1CreateCalibrationMaster request to create the calibration master
2060
+ * Create a calibration master.
2061
+ * @param {V1CreateCalibrationMasterRequest} v1CreateCalibrationMasterRequest
2076
2062
  * @param {*} [options] Override http request option.
2077
2063
  * @throws {RequiredError}
2078
2064
  */
2079
- v1CreateCalibrationMaster: async (v1CreateCalibrationMaster: V1CreateCalibrationMaster, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
2080
- // verify required parameter 'v1CreateCalibrationMaster' is not null or undefined
2081
- assertParamExists('v1CreateCalibrationMaster', 'v1CreateCalibrationMaster', v1CreateCalibrationMaster)
2065
+ v1CreateCalibrationMaster: async (v1CreateCalibrationMasterRequest: V1CreateCalibrationMasterRequest, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
2066
+ // verify required parameter 'v1CreateCalibrationMasterRequest' is not null or undefined
2067
+ assertParamExists('v1CreateCalibrationMaster', 'v1CreateCalibrationMasterRequest', v1CreateCalibrationMasterRequest)
2082
2068
  const localVarPath = `/v1/calibration-master`;
2083
2069
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
2084
2070
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -2104,7 +2090,7 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
2104
2090
  setSearchParams(localVarUrlObj, localVarQueryParameter);
2105
2091
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
2106
2092
  localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
2107
- localVarRequestOptions.data = serializeDataIfNeeded(v1CreateCalibrationMaster, localVarRequestOptions, configuration)
2093
+ localVarRequestOptions.data = serializeDataIfNeeded(v1CreateCalibrationMasterRequest, localVarRequestOptions, configuration)
2108
2094
 
2109
2095
  return {
2110
2096
  url: toPathString(localVarUrlObj),
@@ -2112,14 +2098,14 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
2112
2098
  };
2113
2099
  },
2114
2100
  /**
2115
- * create an image set
2116
- * @param {V1CreateImageSet} v1CreateImageSet request to create the Image Set
2101
+ * Create an image set.
2102
+ * @param {V1CreateImageSetRequest} v1CreateImageSetRequest
2117
2103
  * @param {*} [options] Override http request option.
2118
2104
  * @throws {RequiredError}
2119
2105
  */
2120
- v1CreateImageSet: async (v1CreateImageSet: V1CreateImageSet, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
2121
- // verify required parameter 'v1CreateImageSet' is not null or undefined
2122
- assertParamExists('v1CreateImageSet', 'v1CreateImageSet', v1CreateImageSet)
2106
+ v1CreateImageSet: async (v1CreateImageSetRequest: V1CreateImageSetRequest, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
2107
+ // verify required parameter 'v1CreateImageSetRequest' is not null or undefined
2108
+ assertParamExists('v1CreateImageSet', 'v1CreateImageSetRequest', v1CreateImageSetRequest)
2123
2109
  const localVarPath = `/v1/image-set`;
2124
2110
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
2125
2111
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -2145,7 +2131,7 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
2145
2131
  setSearchParams(localVarUrlObj, localVarQueryParameter);
2146
2132
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
2147
2133
  localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
2148
- localVarRequestOptions.data = serializeDataIfNeeded(v1CreateImageSet, localVarRequestOptions, configuration)
2134
+ localVarRequestOptions.data = serializeDataIfNeeded(v1CreateImageSetRequest, localVarRequestOptions, configuration)
2149
2135
 
2150
2136
  return {
2151
2137
  url: toPathString(localVarUrlObj),
@@ -2153,14 +2139,14 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
2153
2139
  };
2154
2140
  },
2155
2141
  /**
2156
- * create an image set image
2157
- * @param {V1CreateImageSetImage} v1CreateImageSetImage request to create an image set image
2142
+ * Create an image set image.
2143
+ * @param {V1CreateImageSetImageRequest} v1CreateImageSetImageRequest
2158
2144
  * @param {*} [options] Override http request option.
2159
2145
  * @throws {RequiredError}
2160
2146
  */
2161
- v1CreateImageSetImage: async (v1CreateImageSetImage: V1CreateImageSetImage, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
2162
- // verify required parameter 'v1CreateImageSetImage' is not null or undefined
2163
- assertParamExists('v1CreateImageSetImage', 'v1CreateImageSetImage', v1CreateImageSetImage)
2147
+ v1CreateImageSetImage: async (v1CreateImageSetImageRequest: V1CreateImageSetImageRequest, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
2148
+ // verify required parameter 'v1CreateImageSetImageRequest' is not null or undefined
2149
+ assertParamExists('v1CreateImageSetImage', 'v1CreateImageSetImageRequest', v1CreateImageSetImageRequest)
2164
2150
  const localVarPath = `/v1/image-set-image`;
2165
2151
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
2166
2152
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -2186,7 +2172,7 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
2186
2172
  setSearchParams(localVarUrlObj, localVarQueryParameter);
2187
2173
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
2188
2174
  localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
2189
- localVarRequestOptions.data = serializeDataIfNeeded(v1CreateImageSetImage, localVarRequestOptions, configuration)
2175
+ localVarRequestOptions.data = serializeDataIfNeeded(v1CreateImageSetImageRequest, localVarRequestOptions, configuration)
2190
2176
 
2191
2177
  return {
2192
2178
  url: toPathString(localVarUrlObj),
@@ -2194,14 +2180,14 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
2194
2180
  };
2195
2181
  },
2196
2182
  /**
2197
- * create a node
2198
- * @param {V1CreateNode} v1CreateNode request to create a node
2183
+ * Create a node.
2184
+ * @param {V1CreateNodeRequest} v1CreateNodeRequest
2199
2185
  * @param {*} [options] Override http request option.
2200
2186
  * @throws {RequiredError}
2201
2187
  */
2202
- v1CreateNode: async (v1CreateNode: V1CreateNode, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
2203
- // verify required parameter 'v1CreateNode' is not null or undefined
2204
- assertParamExists('v1CreateNode', 'v1CreateNode', v1CreateNode)
2188
+ v1CreateNode: async (v1CreateNodeRequest: V1CreateNodeRequest, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
2189
+ // verify required parameter 'v1CreateNodeRequest' is not null or undefined
2190
+ assertParamExists('v1CreateNode', 'v1CreateNodeRequest', v1CreateNodeRequest)
2205
2191
  const localVarPath = `/v1/node`;
2206
2192
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
2207
2193
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -2227,7 +2213,7 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
2227
2213
  setSearchParams(localVarUrlObj, localVarQueryParameter);
2228
2214
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
2229
2215
  localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
2230
- localVarRequestOptions.data = serializeDataIfNeeded(v1CreateNode, localVarRequestOptions, configuration)
2216
+ localVarRequestOptions.data = serializeDataIfNeeded(v1CreateNodeRequest, localVarRequestOptions, configuration)
2231
2217
 
2232
2218
  return {
2233
2219
  url: toPathString(localVarUrlObj),
@@ -2235,7 +2221,7 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
2235
2221
  };
2236
2222
  },
2237
2223
  /**
2238
- * get an astro camera
2224
+ * Get an astro camera.
2239
2225
  * @param {string} id
2240
2226
  * @param {*} [options] Override http request option.
2241
2227
  * @throws {RequiredError}
@@ -2277,7 +2263,7 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
2277
2263
  };
2278
2264
  },
2279
2265
  /**
2280
- * get an astro mount
2266
+ * Get an astro mount.
2281
2267
  * @param {string} id
2282
2268
  * @param {*} [options] Override http request option.
2283
2269
  * @throws {RequiredError}
@@ -2319,7 +2305,7 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
2319
2305
  };
2320
2306
  },
2321
2307
  /**
2322
- * get an optical tube
2308
+ * Get an astro optical tube.
2323
2309
  * @param {string} id
2324
2310
  * @param {*} [options] Override http request option.
2325
2311
  * @throws {RequiredError}
@@ -2361,7 +2347,7 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
2361
2347
  };
2362
2348
  },
2363
2349
  /**
2364
- * get astro platform credit balance
2350
+ * Get astro platform credit balance.
2365
2351
  * @param {*} [options] Override http request option.
2366
2352
  * @throws {RequiredError}
2367
2353
  */
@@ -2396,7 +2382,7 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
2396
2382
  };
2397
2383
  },
2398
2384
  /**
2399
- * get an astro project
2385
+ * Get an astro project.
2400
2386
  * @param {string} astroProjectId
2401
2387
  * @param {*} [options] Override http request option.
2402
2388
  * @throws {RequiredError}
@@ -2438,7 +2424,7 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
2438
2424
  };
2439
2425
  },
2440
2426
  /**
2441
- * get all assets for an astro project
2427
+ * Get astro project assets.
2442
2428
  * @param {string} astroProjectId
2443
2429
  * @param {*} [options] Override http request option.
2444
2430
  * @throws {RequiredError}
@@ -2480,7 +2466,7 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
2480
2466
  };
2481
2467
  },
2482
2468
  /**
2483
- * get all astro projects
2469
+ * Get astro projects.
2484
2470
  * @param {*} [options] Override http request option.
2485
2471
  * @throws {RequiredError}
2486
2472
  */
@@ -2515,7 +2501,7 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
2515
2501
  };
2516
2502
  },
2517
2503
  /**
2518
- * Get an astro targets. pass in an ID, an NGC ID or an IC ID
2504
+ * Get an astro target. Pass in an ID, an NGC ID or an IC ID.
2519
2505
  * @param {string} [id]
2520
2506
  * @param {string} [ngcId]
2521
2507
  * @param {string} [icId]
@@ -2620,7 +2606,7 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
2620
2606
  };
2621
2607
  },
2622
2608
  /**
2623
- * get all calibration masters for a node
2609
+ * Get calibration masters.
2624
2610
  * @param {string} nodeId
2625
2611
  * @param {*} [options] Override http request option.
2626
2612
  * @throws {RequiredError}
@@ -2662,7 +2648,7 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
2662
2648
  };
2663
2649
  },
2664
2650
  /**
2665
- * get all cameras
2651
+ * Get cameras.
2666
2652
  * @param {*} [options] Override http request option.
2667
2653
  * @throws {RequiredError}
2668
2654
  */
@@ -2697,7 +2683,7 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
2697
2683
  };
2698
2684
  },
2699
2685
  /**
2700
- * get an image set
2686
+ * Get an image set.
2701
2687
  * @param {string} id
2702
2688
  * @param {*} [options] Override http request option.
2703
2689
  * @throws {RequiredError}
@@ -2739,7 +2725,7 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
2739
2725
  };
2740
2726
  },
2741
2727
  /**
2742
- * get an image
2728
+ * Get an image.
2743
2729
  * @param {string} imageId
2744
2730
  * @param {*} [options] Override http request option.
2745
2731
  * @throws {RequiredError}
@@ -2781,7 +2767,7 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
2781
2767
  };
2782
2768
  },
2783
2769
  /**
2784
- * get image set images
2770
+ * Get image set images.
2785
2771
  * @param {Array<string>} imageSets
2786
2772
  * @param {*} [options] Override http request option.
2787
2773
  * @throws {RequiredError}
@@ -2823,7 +2809,7 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
2823
2809
  };
2824
2810
  },
2825
2811
  /**
2826
- * get image sets for targets observed for your organization
2812
+ * Get image sets.
2827
2813
  * @param {*} [options] Override http request option.
2828
2814
  * @throws {RequiredError}
2829
2815
  */
@@ -2858,7 +2844,7 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
2858
2844
  };
2859
2845
  },
2860
2846
  /**
2861
- * get mounts
2847
+ * Get mounts.
2862
2848
  * @param {*} [options] Override http request option.
2863
2849
  * @throws {RequiredError}
2864
2850
  */
@@ -2893,7 +2879,7 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
2893
2879
  };
2894
2880
  },
2895
2881
  /**
2896
- * get all nodes
2882
+ * Get nodes.
2897
2883
  * @param {*} [options] Override http request option.
2898
2884
  * @throws {RequiredError}
2899
2885
  */
@@ -2928,7 +2914,7 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
2928
2914
  };
2929
2915
  },
2930
2916
  /**
2931
- * get platform credits
2917
+ * Get platform credits.
2932
2918
  * @param {*} [options] Override http request option.
2933
2919
  * @throws {RequiredError}
2934
2920
  */
@@ -2963,7 +2949,7 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
2963
2949
  };
2964
2950
  },
2965
2951
  /**
2966
- * search for an astro project with certain properties
2952
+ * Match astro project.
2967
2953
  * @param {string} targetId
2968
2954
  * @param {string} cameraId
2969
2955
  * @param {string} otaId
@@ -3019,7 +3005,7 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
3019
3005
  };
3020
3006
  },
3021
3007
  /**
3022
- * match mount
3008
+ * Match mount.
3023
3009
  * @param {string} [model]
3024
3010
  * @param {*} [options] Override http request option.
3025
3011
  * @throws {RequiredError}
@@ -3059,7 +3045,7 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
3059
3045
  };
3060
3046
  },
3061
3047
  /**
3062
- * match optical tube
3048
+ * Match optical tube.
3063
3049
  * @param {string} [model]
3064
3050
  * @param {number} [focalLengthMm]
3065
3051
  * @param {number} [apertureMm]
@@ -3109,14 +3095,14 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
3109
3095
  };
3110
3096
  },
3111
3097
  /**
3112
- * stack an astro project
3113
- * @param {V1PutStackAstroProject} v1PutStackAstroProject request to stack an astro project
3098
+ * Stack an astro project.
3099
+ * @param {V1PutStackAstroProjectRequest} v1PutStackAstroProjectRequest
3114
3100
  * @param {*} [options] Override http request option.
3115
3101
  * @throws {RequiredError}
3116
3102
  */
3117
- v1PutStackAstroProject: async (v1PutStackAstroProject: V1PutStackAstroProject, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
3118
- // verify required parameter 'v1PutStackAstroProject' is not null or undefined
3119
- assertParamExists('v1PutStackAstroProject', 'v1PutStackAstroProject', v1PutStackAstroProject)
3103
+ v1PutStackAstroProject: async (v1PutStackAstroProjectRequest: V1PutStackAstroProjectRequest, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
3104
+ // verify required parameter 'v1PutStackAstroProjectRequest' is not null or undefined
3105
+ assertParamExists('v1PutStackAstroProject', 'v1PutStackAstroProjectRequest', v1PutStackAstroProjectRequest)
3120
3106
  const localVarPath = `/v1/stack-astro-project`;
3121
3107
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
3122
3108
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -3142,7 +3128,7 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
3142
3128
  setSearchParams(localVarUrlObj, localVarQueryParameter);
3143
3129
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
3144
3130
  localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
3145
- localVarRequestOptions.data = serializeDataIfNeeded(v1PutStackAstroProject, localVarRequestOptions, configuration)
3131
+ localVarRequestOptions.data = serializeDataIfNeeded(v1PutStackAstroProjectRequest, localVarRequestOptions, configuration)
3146
3132
 
3147
3133
  return {
3148
3134
  url: toPathString(localVarUrlObj),
@@ -3150,14 +3136,14 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
3150
3136
  };
3151
3137
  },
3152
3138
  /**
3153
- * update a node
3154
- * @param {V1UpdateNode} v1UpdateNode request to update a node
3139
+ * Update a node.
3140
+ * @param {V1UpdateNodeRequest} v1UpdateNodeRequest
3155
3141
  * @param {*} [options] Override http request option.
3156
3142
  * @throws {RequiredError}
3157
3143
  */
3158
- v1UpdateNode: async (v1UpdateNode: V1UpdateNode, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
3159
- // verify required parameter 'v1UpdateNode' is not null or undefined
3160
- assertParamExists('v1UpdateNode', 'v1UpdateNode', v1UpdateNode)
3144
+ v1UpdateNode: async (v1UpdateNodeRequest: V1UpdateNodeRequest, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
3145
+ // verify required parameter 'v1UpdateNodeRequest' is not null or undefined
3146
+ assertParamExists('v1UpdateNode', 'v1UpdateNodeRequest', v1UpdateNodeRequest)
3161
3147
  const localVarPath = `/v1/node`;
3162
3148
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
3163
3149
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -3183,7 +3169,7 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
3183
3169
  setSearchParams(localVarUrlObj, localVarQueryParameter);
3184
3170
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
3185
3171
  localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
3186
- localVarRequestOptions.data = serializeDataIfNeeded(v1UpdateNode, localVarRequestOptions, configuration)
3172
+ localVarRequestOptions.data = serializeDataIfNeeded(v1UpdateNodeRequest, localVarRequestOptions, configuration)
3187
3173
 
3188
3174
  return {
3189
3175
  url: toPathString(localVarUrlObj),
@@ -3201,7 +3187,7 @@ export const DefaultApiFp = function(configuration?: Configuration) {
3201
3187
  const localVarAxiosParamCreator = DefaultApiAxiosParamCreator(configuration)
3202
3188
  return {
3203
3189
  /**
3204
- * match camera
3190
+ * Match camera.
3205
3191
  * @param {string} [model]
3206
3192
  * @param {number} [pixelSizeMicrons]
3207
3193
  * @param {number} [pixelsX]
@@ -3218,97 +3204,97 @@ export const DefaultApiFp = function(configuration?: Configuration) {
3218
3204
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
3219
3205
  },
3220
3206
  /**
3221
- * create an astro user camera
3222
- * @param {V1CreateCamera} v1CreateCamera request to create an camera
3207
+ * Create an astro camera.
3208
+ * @param {V1CreateCameraRequest} v1CreateCameraRequest
3223
3209
  * @param {*} [options] Override http request option.
3224
3210
  * @throws {RequiredError}
3225
3211
  */
3226
- async v1CreateAstroCamera(v1CreateCamera: V1CreateCamera, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SuccessfulCreate>> {
3227
- const localVarAxiosArgs = await localVarAxiosParamCreator.v1CreateAstroCamera(v1CreateCamera, options);
3212
+ async v1CreateAstroCamera(v1CreateCameraRequest: V1CreateCameraRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SuccessfulCreate>> {
3213
+ const localVarAxiosArgs = await localVarAxiosParamCreator.v1CreateAstroCamera(v1CreateCameraRequest, options);
3228
3214
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
3229
3215
  },
3230
3216
  /**
3231
- * create an astro user mount
3232
- * @param {V1CreateMount} v1CreateMount request to create a mount
3217
+ * Create an astro mount.
3218
+ * @param {V1CreateMountRequest} v1CreateMountRequest
3233
3219
  * @param {*} [options] Override http request option.
3234
3220
  * @throws {RequiredError}
3235
3221
  */
3236
- async v1CreateAstroMount(v1CreateMount: V1CreateMount, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SuccessfulCreate>> {
3237
- const localVarAxiosArgs = await localVarAxiosParamCreator.v1CreateAstroMount(v1CreateMount, options);
3222
+ async v1CreateAstroMount(v1CreateMountRequest: V1CreateMountRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SuccessfulCreate>> {
3223
+ const localVarAxiosArgs = await localVarAxiosParamCreator.v1CreateAstroMount(v1CreateMountRequest, options);
3238
3224
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
3239
3225
  },
3240
3226
  /**
3241
- * create an optical tube for an astro user
3242
- * @param {V1CreateOpticalTube} v1CreateOpticalTube request to create an optical tube
3227
+ * Create an astro optical tube.
3228
+ * @param {V1CreateOpticalTubeRequest} v1CreateOpticalTubeRequest
3243
3229
  * @param {*} [options] Override http request option.
3244
3230
  * @throws {RequiredError}
3245
3231
  */
3246
- async v1CreateAstroOpticalTube(v1CreateOpticalTube: V1CreateOpticalTube, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SuccessfulCreate>> {
3247
- const localVarAxiosArgs = await localVarAxiosParamCreator.v1CreateAstroOpticalTube(v1CreateOpticalTube, options);
3232
+ async v1CreateAstroOpticalTube(v1CreateOpticalTubeRequest: V1CreateOpticalTubeRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SuccessfulCreate>> {
3233
+ const localVarAxiosArgs = await localVarAxiosParamCreator.v1CreateAstroOpticalTube(v1CreateOpticalTubeRequest, options);
3248
3234
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
3249
3235
  },
3250
3236
  /**
3251
- * create an astro project
3252
- * @param {V1CreateAstroProject} v1CreateAstroProject request to create an astro project
3237
+ * Create an astro project.
3238
+ * @param {V1CreateAstroProjectRequest} v1CreateAstroProjectRequest
3253
3239
  * @param {*} [options] Override http request option.
3254
3240
  * @throws {RequiredError}
3255
3241
  */
3256
- async v1CreateAstroProject(v1CreateAstroProject: V1CreateAstroProject, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<V1CreateAstroProjectResponse>> {
3257
- const localVarAxiosArgs = await localVarAxiosParamCreator.v1CreateAstroProject(v1CreateAstroProject, options);
3242
+ async v1CreateAstroProject(v1CreateAstroProjectRequest: V1CreateAstroProjectRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<V1CreateAstroProjectResponse>> {
3243
+ const localVarAxiosArgs = await localVarAxiosParamCreator.v1CreateAstroProject(v1CreateAstroProjectRequest, options);
3258
3244
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
3259
3245
  },
3260
3246
  /**
3261
- * create a project image set
3262
- * @param {V1CreateAstroProjectImageSet} v1CreateAstroProjectImageSet request to create a project image Set
3247
+ * Create an astro project image set.
3248
+ * @param {V1CreateAstroProjectImageSetRequest} v1CreateAstroProjectImageSetRequest
3263
3249
  * @param {*} [options] Override http request option.
3264
3250
  * @throws {RequiredError}
3265
3251
  */
3266
- async v1CreateAstroProjectImageSet(v1CreateAstroProjectImageSet: V1CreateAstroProjectImageSet, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SuccessfulCreate>> {
3267
- const localVarAxiosArgs = await localVarAxiosParamCreator.v1CreateAstroProjectImageSet(v1CreateAstroProjectImageSet, options);
3252
+ async v1CreateAstroProjectImageSet(v1CreateAstroProjectImageSetRequest: V1CreateAstroProjectImageSetRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SuccessfulCreate>> {
3253
+ const localVarAxiosArgs = await localVarAxiosParamCreator.v1CreateAstroProjectImageSet(v1CreateAstroProjectImageSetRequest, options);
3268
3254
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
3269
3255
  },
3270
3256
  /**
3271
- * create an calibration master
3272
- * @param {V1CreateCalibrationMaster} v1CreateCalibrationMaster request to create the calibration master
3257
+ * Create a calibration master.
3258
+ * @param {V1CreateCalibrationMasterRequest} v1CreateCalibrationMasterRequest
3273
3259
  * @param {*} [options] Override http request option.
3274
3260
  * @throws {RequiredError}
3275
3261
  */
3276
- async v1CreateCalibrationMaster(v1CreateCalibrationMaster: V1CreateCalibrationMaster, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CalibrationMasterCreateResponse>> {
3277
- const localVarAxiosArgs = await localVarAxiosParamCreator.v1CreateCalibrationMaster(v1CreateCalibrationMaster, options);
3262
+ async v1CreateCalibrationMaster(v1CreateCalibrationMasterRequest: V1CreateCalibrationMasterRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<V1CreateCalibrationMasterResponse>> {
3263
+ const localVarAxiosArgs = await localVarAxiosParamCreator.v1CreateCalibrationMaster(v1CreateCalibrationMasterRequest, options);
3278
3264
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
3279
3265
  },
3280
3266
  /**
3281
- * create an image set
3282
- * @param {V1CreateImageSet} v1CreateImageSet request to create the Image Set
3267
+ * Create an image set.
3268
+ * @param {V1CreateImageSetRequest} v1CreateImageSetRequest
3283
3269
  * @param {*} [options] Override http request option.
3284
3270
  * @throws {RequiredError}
3285
3271
  */
3286
- async v1CreateImageSet(v1CreateImageSet: V1CreateImageSet, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SuccessfulCreate>> {
3287
- const localVarAxiosArgs = await localVarAxiosParamCreator.v1CreateImageSet(v1CreateImageSet, options);
3272
+ async v1CreateImageSet(v1CreateImageSetRequest: V1CreateImageSetRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SuccessfulCreate>> {
3273
+ const localVarAxiosArgs = await localVarAxiosParamCreator.v1CreateImageSet(v1CreateImageSetRequest, options);
3288
3274
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
3289
3275
  },
3290
3276
  /**
3291
- * create an image set image
3292
- * @param {V1CreateImageSetImage} v1CreateImageSetImage request to create an image set image
3277
+ * Create an image set image.
3278
+ * @param {V1CreateImageSetImageRequest} v1CreateImageSetImageRequest
3293
3279
  * @param {*} [options] Override http request option.
3294
3280
  * @throws {RequiredError}
3295
3281
  */
3296
- async v1CreateImageSetImage(v1CreateImageSetImage: V1CreateImageSetImage, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<V1CreateImageSetImageResponse>> {
3297
- const localVarAxiosArgs = await localVarAxiosParamCreator.v1CreateImageSetImage(v1CreateImageSetImage, options);
3282
+ async v1CreateImageSetImage(v1CreateImageSetImageRequest: V1CreateImageSetImageRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<V1CreateImageSetImageResponse>> {
3283
+ const localVarAxiosArgs = await localVarAxiosParamCreator.v1CreateImageSetImage(v1CreateImageSetImageRequest, options);
3298
3284
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
3299
3285
  },
3300
3286
  /**
3301
- * create a node
3302
- * @param {V1CreateNode} v1CreateNode request to create a node
3287
+ * Create a node.
3288
+ * @param {V1CreateNodeRequest} v1CreateNodeRequest
3303
3289
  * @param {*} [options] Override http request option.
3304
3290
  * @throws {RequiredError}
3305
3291
  */
3306
- async v1CreateNode(v1CreateNode: V1CreateNode, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SuccessfulCreate>> {
3307
- const localVarAxiosArgs = await localVarAxiosParamCreator.v1CreateNode(v1CreateNode, options);
3292
+ async v1CreateNode(v1CreateNodeRequest: V1CreateNodeRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SuccessfulCreate>> {
3293
+ const localVarAxiosArgs = await localVarAxiosParamCreator.v1CreateNode(v1CreateNodeRequest, options);
3308
3294
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
3309
3295
  },
3310
3296
  /**
3311
- * get an astro camera
3297
+ * Get an astro camera.
3312
3298
  * @param {string} id
3313
3299
  * @param {*} [options] Override http request option.
3314
3300
  * @throws {RequiredError}
@@ -3318,7 +3304,7 @@ export const DefaultApiFp = function(configuration?: Configuration) {
3318
3304
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
3319
3305
  },
3320
3306
  /**
3321
- * get an astro mount
3307
+ * Get an astro mount.
3322
3308
  * @param {string} id
3323
3309
  * @param {*} [options] Override http request option.
3324
3310
  * @throws {RequiredError}
@@ -3328,7 +3314,7 @@ export const DefaultApiFp = function(configuration?: Configuration) {
3328
3314
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
3329
3315
  },
3330
3316
  /**
3331
- * get an optical tube
3317
+ * Get an astro optical tube.
3332
3318
  * @param {string} id
3333
3319
  * @param {*} [options] Override http request option.
3334
3320
  * @throws {RequiredError}
@@ -3338,7 +3324,7 @@ export const DefaultApiFp = function(configuration?: Configuration) {
3338
3324
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
3339
3325
  },
3340
3326
  /**
3341
- * get astro platform credit balance
3327
+ * Get astro platform credit balance.
3342
3328
  * @param {*} [options] Override http request option.
3343
3329
  * @throws {RequiredError}
3344
3330
  */
@@ -3347,17 +3333,17 @@ export const DefaultApiFp = function(configuration?: Configuration) {
3347
3333
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
3348
3334
  },
3349
3335
  /**
3350
- * get an astro project
3336
+ * Get an astro project.
3351
3337
  * @param {string} astroProjectId
3352
3338
  * @param {*} [options] Override http request option.
3353
3339
  * @throws {RequiredError}
3354
3340
  */
3355
- async v1GetAstroProject(astroProjectId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<V1GetAstroProject>> {
3341
+ async v1GetAstroProject(astroProjectId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<V1AstroProject>> {
3356
3342
  const localVarAxiosArgs = await localVarAxiosParamCreator.v1GetAstroProject(astroProjectId, options);
3357
3343
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
3358
3344
  },
3359
3345
  /**
3360
- * get all assets for an astro project
3346
+ * Get astro project assets.
3361
3347
  * @param {string} astroProjectId
3362
3348
  * @param {*} [options] Override http request option.
3363
3349
  * @throws {RequiredError}
@@ -3367,16 +3353,16 @@ export const DefaultApiFp = function(configuration?: Configuration) {
3367
3353
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
3368
3354
  },
3369
3355
  /**
3370
- * get all astro projects
3356
+ * Get astro projects.
3371
3357
  * @param {*} [options] Override http request option.
3372
3358
  * @throws {RequiredError}
3373
3359
  */
3374
- async v1GetAstroProjects(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<V1GetAstroProject>>> {
3360
+ async v1GetAstroProjects(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<V1AstroProject>>> {
3375
3361
  const localVarAxiosArgs = await localVarAxiosParamCreator.v1GetAstroProjects(options);
3376
3362
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
3377
3363
  },
3378
3364
  /**
3379
- * Get an astro targets. pass in an ID, an NGC ID or an IC ID
3365
+ * Get an astro target. Pass in an ID, an NGC ID or an IC ID.
3380
3366
  * @param {string} [id]
3381
3367
  * @param {string} [ngcId]
3382
3368
  * @param {string} [icId]
@@ -3401,7 +3387,7 @@ export const DefaultApiFp = function(configuration?: Configuration) {
3401
3387
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
3402
3388
  },
3403
3389
  /**
3404
- * get all calibration masters for a node
3390
+ * Get calibration masters.
3405
3391
  * @param {string} nodeId
3406
3392
  * @param {*} [options] Override http request option.
3407
3393
  * @throws {RequiredError}
@@ -3411,7 +3397,7 @@ export const DefaultApiFp = function(configuration?: Configuration) {
3411
3397
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
3412
3398
  },
3413
3399
  /**
3414
- * get all cameras
3400
+ * Get cameras.
3415
3401
  * @param {*} [options] Override http request option.
3416
3402
  * @throws {RequiredError}
3417
3403
  */
@@ -3420,7 +3406,7 @@ export const DefaultApiFp = function(configuration?: Configuration) {
3420
3406
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
3421
3407
  },
3422
3408
  /**
3423
- * get an image set
3409
+ * Get an image set.
3424
3410
  * @param {string} id
3425
3411
  * @param {*} [options] Override http request option.
3426
3412
  * @throws {RequiredError}
@@ -3430,7 +3416,7 @@ export const DefaultApiFp = function(configuration?: Configuration) {
3430
3416
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
3431
3417
  },
3432
3418
  /**
3433
- * get an image
3419
+ * Get an image.
3434
3420
  * @param {string} imageId
3435
3421
  * @param {*} [options] Override http request option.
3436
3422
  * @throws {RequiredError}
@@ -3440,7 +3426,7 @@ export const DefaultApiFp = function(configuration?: Configuration) {
3440
3426
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
3441
3427
  },
3442
3428
  /**
3443
- * get image set images
3429
+ * Get image set images.
3444
3430
  * @param {Array<string>} imageSets
3445
3431
  * @param {*} [options] Override http request option.
3446
3432
  * @throws {RequiredError}
@@ -3450,7 +3436,7 @@ export const DefaultApiFp = function(configuration?: Configuration) {
3450
3436
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
3451
3437
  },
3452
3438
  /**
3453
- * get image sets for targets observed for your organization
3439
+ * Get image sets.
3454
3440
  * @param {*} [options] Override http request option.
3455
3441
  * @throws {RequiredError}
3456
3442
  */
@@ -3459,7 +3445,7 @@ export const DefaultApiFp = function(configuration?: Configuration) {
3459
3445
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
3460
3446
  },
3461
3447
  /**
3462
- * get mounts
3448
+ * Get mounts.
3463
3449
  * @param {*} [options] Override http request option.
3464
3450
  * @throws {RequiredError}
3465
3451
  */
@@ -3468,7 +3454,7 @@ export const DefaultApiFp = function(configuration?: Configuration) {
3468
3454
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
3469
3455
  },
3470
3456
  /**
3471
- * get all nodes
3457
+ * Get nodes.
3472
3458
  * @param {*} [options] Override http request option.
3473
3459
  * @throws {RequiredError}
3474
3460
  */
@@ -3477,7 +3463,7 @@ export const DefaultApiFp = function(configuration?: Configuration) {
3477
3463
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
3478
3464
  },
3479
3465
  /**
3480
- * get platform credits
3466
+ * Get platform credits.
3481
3467
  * @param {*} [options] Override http request option.
3482
3468
  * @throws {RequiredError}
3483
3469
  */
@@ -3486,19 +3472,19 @@ export const DefaultApiFp = function(configuration?: Configuration) {
3486
3472
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
3487
3473
  },
3488
3474
  /**
3489
- * search for an astro project with certain properties
3475
+ * Match astro project.
3490
3476
  * @param {string} targetId
3491
3477
  * @param {string} cameraId
3492
3478
  * @param {string} otaId
3493
3479
  * @param {*} [options] Override http request option.
3494
3480
  * @throws {RequiredError}
3495
3481
  */
3496
- async v1MatchAstroProject(targetId: string, cameraId: string, otaId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<V1GetAstroProject>>> {
3482
+ async v1MatchAstroProject(targetId: string, cameraId: string, otaId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<V1AstroProject>>> {
3497
3483
  const localVarAxiosArgs = await localVarAxiosParamCreator.v1MatchAstroProject(targetId, cameraId, otaId, options);
3498
3484
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
3499
3485
  },
3500
3486
  /**
3501
- * match mount
3487
+ * Match mount.
3502
3488
  * @param {string} [model]
3503
3489
  * @param {*} [options] Override http request option.
3504
3490
  * @throws {RequiredError}
@@ -3508,7 +3494,7 @@ export const DefaultApiFp = function(configuration?: Configuration) {
3508
3494
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
3509
3495
  },
3510
3496
  /**
3511
- * match optical tube
3497
+ * Match optical tube.
3512
3498
  * @param {string} [model]
3513
3499
  * @param {number} [focalLengthMm]
3514
3500
  * @param {number} [apertureMm]
@@ -3520,23 +3506,23 @@ export const DefaultApiFp = function(configuration?: Configuration) {
3520
3506
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
3521
3507
  },
3522
3508
  /**
3523
- * stack an astro project
3524
- * @param {V1PutStackAstroProject} v1PutStackAstroProject request to stack an astro project
3509
+ * Stack an astro project.
3510
+ * @param {V1PutStackAstroProjectRequest} v1PutStackAstroProjectRequest
3525
3511
  * @param {*} [options] Override http request option.
3526
3512
  * @throws {RequiredError}
3527
3513
  */
3528
- async v1PutStackAstroProject(v1PutStackAstroProject: V1PutStackAstroProject, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
3529
- const localVarAxiosArgs = await localVarAxiosParamCreator.v1PutStackAstroProject(v1PutStackAstroProject, options);
3514
+ async v1PutStackAstroProject(v1PutStackAstroProjectRequest: V1PutStackAstroProjectRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
3515
+ const localVarAxiosArgs = await localVarAxiosParamCreator.v1PutStackAstroProject(v1PutStackAstroProjectRequest, options);
3530
3516
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
3531
3517
  },
3532
3518
  /**
3533
- * update a node
3534
- * @param {V1UpdateNode} v1UpdateNode request to update a node
3519
+ * Update a node.
3520
+ * @param {V1UpdateNodeRequest} v1UpdateNodeRequest
3535
3521
  * @param {*} [options] Override http request option.
3536
3522
  * @throws {RequiredError}
3537
3523
  */
3538
- async v1UpdateNode(v1UpdateNode: V1UpdateNode, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<EmptySuccess>> {
3539
- const localVarAxiosArgs = await localVarAxiosParamCreator.v1UpdateNode(v1UpdateNode, options);
3524
+ async v1UpdateNode(v1UpdateNodeRequest: V1UpdateNodeRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<EmptySuccess>> {
3525
+ const localVarAxiosArgs = await localVarAxiosParamCreator.v1UpdateNode(v1UpdateNodeRequest, options);
3540
3526
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
3541
3527
  },
3542
3528
  }
@@ -3550,7 +3536,7 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
3550
3536
  const localVarFp = DefaultApiFp(configuration)
3551
3537
  return {
3552
3538
  /**
3553
- * match camera
3539
+ * Match camera.
3554
3540
  * @param {DefaultApiV1CameraMatchRequest} requestParameters Request parameters.
3555
3541
  * @param {*} [options] Override http request option.
3556
3542
  * @throws {RequiredError}
@@ -3559,88 +3545,88 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
3559
3545
  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));
3560
3546
  },
3561
3547
  /**
3562
- * create an astro user camera
3548
+ * Create an astro camera.
3563
3549
  * @param {DefaultApiV1CreateAstroCameraRequest} requestParameters Request parameters.
3564
3550
  * @param {*} [options] Override http request option.
3565
3551
  * @throws {RequiredError}
3566
3552
  */
3567
3553
  v1CreateAstroCamera(requestParameters: DefaultApiV1CreateAstroCameraRequest, options?: AxiosRequestConfig): AxiosPromise<SuccessfulCreate> {
3568
- return localVarFp.v1CreateAstroCamera(requestParameters.v1CreateCamera, options).then((request) => request(axios, basePath));
3554
+ return localVarFp.v1CreateAstroCamera(requestParameters.v1CreateCameraRequest, options).then((request) => request(axios, basePath));
3569
3555
  },
3570
3556
  /**
3571
- * create an astro user mount
3557
+ * Create an astro mount.
3572
3558
  * @param {DefaultApiV1CreateAstroMountRequest} requestParameters Request parameters.
3573
3559
  * @param {*} [options] Override http request option.
3574
3560
  * @throws {RequiredError}
3575
3561
  */
3576
3562
  v1CreateAstroMount(requestParameters: DefaultApiV1CreateAstroMountRequest, options?: AxiosRequestConfig): AxiosPromise<SuccessfulCreate> {
3577
- return localVarFp.v1CreateAstroMount(requestParameters.v1CreateMount, options).then((request) => request(axios, basePath));
3563
+ return localVarFp.v1CreateAstroMount(requestParameters.v1CreateMountRequest, options).then((request) => request(axios, basePath));
3578
3564
  },
3579
3565
  /**
3580
- * create an optical tube for an astro user
3566
+ * Create an astro optical tube.
3581
3567
  * @param {DefaultApiV1CreateAstroOpticalTubeRequest} requestParameters Request parameters.
3582
3568
  * @param {*} [options] Override http request option.
3583
3569
  * @throws {RequiredError}
3584
3570
  */
3585
3571
  v1CreateAstroOpticalTube(requestParameters: DefaultApiV1CreateAstroOpticalTubeRequest, options?: AxiosRequestConfig): AxiosPromise<SuccessfulCreate> {
3586
- return localVarFp.v1CreateAstroOpticalTube(requestParameters.v1CreateOpticalTube, options).then((request) => request(axios, basePath));
3572
+ return localVarFp.v1CreateAstroOpticalTube(requestParameters.v1CreateOpticalTubeRequest, options).then((request) => request(axios, basePath));
3587
3573
  },
3588
3574
  /**
3589
- * create an astro project
3575
+ * Create an astro project.
3590
3576
  * @param {DefaultApiV1CreateAstroProjectRequest} requestParameters Request parameters.
3591
3577
  * @param {*} [options] Override http request option.
3592
3578
  * @throws {RequiredError}
3593
3579
  */
3594
3580
  v1CreateAstroProject(requestParameters: DefaultApiV1CreateAstroProjectRequest, options?: AxiosRequestConfig): AxiosPromise<V1CreateAstroProjectResponse> {
3595
- return localVarFp.v1CreateAstroProject(requestParameters.v1CreateAstroProject, options).then((request) => request(axios, basePath));
3581
+ return localVarFp.v1CreateAstroProject(requestParameters.v1CreateAstroProjectRequest, options).then((request) => request(axios, basePath));
3596
3582
  },
3597
3583
  /**
3598
- * create a project image set
3584
+ * Create an astro project image set.
3599
3585
  * @param {DefaultApiV1CreateAstroProjectImageSetRequest} requestParameters Request parameters.
3600
3586
  * @param {*} [options] Override http request option.
3601
3587
  * @throws {RequiredError}
3602
3588
  */
3603
3589
  v1CreateAstroProjectImageSet(requestParameters: DefaultApiV1CreateAstroProjectImageSetRequest, options?: AxiosRequestConfig): AxiosPromise<SuccessfulCreate> {
3604
- return localVarFp.v1CreateAstroProjectImageSet(requestParameters.v1CreateAstroProjectImageSet, options).then((request) => request(axios, basePath));
3590
+ return localVarFp.v1CreateAstroProjectImageSet(requestParameters.v1CreateAstroProjectImageSetRequest, options).then((request) => request(axios, basePath));
3605
3591
  },
3606
3592
  /**
3607
- * create an calibration master
3593
+ * Create a calibration master.
3608
3594
  * @param {DefaultApiV1CreateCalibrationMasterRequest} requestParameters Request parameters.
3609
3595
  * @param {*} [options] Override http request option.
3610
3596
  * @throws {RequiredError}
3611
3597
  */
3612
- v1CreateCalibrationMaster(requestParameters: DefaultApiV1CreateCalibrationMasterRequest, options?: AxiosRequestConfig): AxiosPromise<CalibrationMasterCreateResponse> {
3613
- return localVarFp.v1CreateCalibrationMaster(requestParameters.v1CreateCalibrationMaster, options).then((request) => request(axios, basePath));
3598
+ v1CreateCalibrationMaster(requestParameters: DefaultApiV1CreateCalibrationMasterRequest, options?: AxiosRequestConfig): AxiosPromise<V1CreateCalibrationMasterResponse> {
3599
+ return localVarFp.v1CreateCalibrationMaster(requestParameters.v1CreateCalibrationMasterRequest, options).then((request) => request(axios, basePath));
3614
3600
  },
3615
3601
  /**
3616
- * create an image set
3602
+ * Create an image set.
3617
3603
  * @param {DefaultApiV1CreateImageSetRequest} requestParameters Request parameters.
3618
3604
  * @param {*} [options] Override http request option.
3619
3605
  * @throws {RequiredError}
3620
3606
  */
3621
3607
  v1CreateImageSet(requestParameters: DefaultApiV1CreateImageSetRequest, options?: AxiosRequestConfig): AxiosPromise<SuccessfulCreate> {
3622
- return localVarFp.v1CreateImageSet(requestParameters.v1CreateImageSet, options).then((request) => request(axios, basePath));
3608
+ return localVarFp.v1CreateImageSet(requestParameters.v1CreateImageSetRequest, options).then((request) => request(axios, basePath));
3623
3609
  },
3624
3610
  /**
3625
- * create an image set image
3611
+ * Create an image set image.
3626
3612
  * @param {DefaultApiV1CreateImageSetImageRequest} requestParameters Request parameters.
3627
3613
  * @param {*} [options] Override http request option.
3628
3614
  * @throws {RequiredError}
3629
3615
  */
3630
3616
  v1CreateImageSetImage(requestParameters: DefaultApiV1CreateImageSetImageRequest, options?: AxiosRequestConfig): AxiosPromise<V1CreateImageSetImageResponse> {
3631
- return localVarFp.v1CreateImageSetImage(requestParameters.v1CreateImageSetImage, options).then((request) => request(axios, basePath));
3617
+ return localVarFp.v1CreateImageSetImage(requestParameters.v1CreateImageSetImageRequest, options).then((request) => request(axios, basePath));
3632
3618
  },
3633
3619
  /**
3634
- * create a node
3620
+ * Create a node.
3635
3621
  * @param {DefaultApiV1CreateNodeRequest} requestParameters Request parameters.
3636
3622
  * @param {*} [options] Override http request option.
3637
3623
  * @throws {RequiredError}
3638
3624
  */
3639
3625
  v1CreateNode(requestParameters: DefaultApiV1CreateNodeRequest, options?: AxiosRequestConfig): AxiosPromise<SuccessfulCreate> {
3640
- return localVarFp.v1CreateNode(requestParameters.v1CreateNode, options).then((request) => request(axios, basePath));
3626
+ return localVarFp.v1CreateNode(requestParameters.v1CreateNodeRequest, options).then((request) => request(axios, basePath));
3641
3627
  },
3642
3628
  /**
3643
- * get an astro camera
3629
+ * Get an astro camera.
3644
3630
  * @param {DefaultApiV1GetAstroCameraRequest} requestParameters Request parameters.
3645
3631
  * @param {*} [options] Override http request option.
3646
3632
  * @throws {RequiredError}
@@ -3649,7 +3635,7 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
3649
3635
  return localVarFp.v1GetAstroCamera(requestParameters.id, options).then((request) => request(axios, basePath));
3650
3636
  },
3651
3637
  /**
3652
- * get an astro mount
3638
+ * Get an astro mount.
3653
3639
  * @param {DefaultApiV1GetAstroMountRequest} requestParameters Request parameters.
3654
3640
  * @param {*} [options] Override http request option.
3655
3641
  * @throws {RequiredError}
@@ -3658,7 +3644,7 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
3658
3644
  return localVarFp.v1GetAstroMount(requestParameters.id, options).then((request) => request(axios, basePath));
3659
3645
  },
3660
3646
  /**
3661
- * get an optical tube
3647
+ * Get an astro optical tube.
3662
3648
  * @param {DefaultApiV1GetAstroOpticalTubeRequest} requestParameters Request parameters.
3663
3649
  * @param {*} [options] Override http request option.
3664
3650
  * @throws {RequiredError}
@@ -3667,7 +3653,7 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
3667
3653
  return localVarFp.v1GetAstroOpticalTube(requestParameters.id, options).then((request) => request(axios, basePath));
3668
3654
  },
3669
3655
  /**
3670
- * get astro platform credit balance
3656
+ * Get astro platform credit balance.
3671
3657
  * @param {*} [options] Override http request option.
3672
3658
  * @throws {RequiredError}
3673
3659
  */
@@ -3675,16 +3661,16 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
3675
3661
  return localVarFp.v1GetAstroPlatformCreditBalance(options).then((request) => request(axios, basePath));
3676
3662
  },
3677
3663
  /**
3678
- * get an astro project
3664
+ * Get an astro project.
3679
3665
  * @param {DefaultApiV1GetAstroProjectRequest} requestParameters Request parameters.
3680
3666
  * @param {*} [options] Override http request option.
3681
3667
  * @throws {RequiredError}
3682
3668
  */
3683
- v1GetAstroProject(requestParameters: DefaultApiV1GetAstroProjectRequest, options?: AxiosRequestConfig): AxiosPromise<V1GetAstroProject> {
3669
+ v1GetAstroProject(requestParameters: DefaultApiV1GetAstroProjectRequest, options?: AxiosRequestConfig): AxiosPromise<V1AstroProject> {
3684
3670
  return localVarFp.v1GetAstroProject(requestParameters.astroProjectId, options).then((request) => request(axios, basePath));
3685
3671
  },
3686
3672
  /**
3687
- * get all assets for an astro project
3673
+ * Get astro project assets.
3688
3674
  * @param {DefaultApiV1GetAstroProjectAssetsRequest} requestParameters Request parameters.
3689
3675
  * @param {*} [options] Override http request option.
3690
3676
  * @throws {RequiredError}
@@ -3693,15 +3679,15 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
3693
3679
  return localVarFp.v1GetAstroProjectAssets(requestParameters.astroProjectId, options).then((request) => request(axios, basePath));
3694
3680
  },
3695
3681
  /**
3696
- * get all astro projects
3682
+ * Get astro projects.
3697
3683
  * @param {*} [options] Override http request option.
3698
3684
  * @throws {RequiredError}
3699
3685
  */
3700
- v1GetAstroProjects(options?: AxiosRequestConfig): AxiosPromise<Array<V1GetAstroProject>> {
3686
+ v1GetAstroProjects(options?: AxiosRequestConfig): AxiosPromise<Array<V1AstroProject>> {
3701
3687
  return localVarFp.v1GetAstroProjects(options).then((request) => request(axios, basePath));
3702
3688
  },
3703
3689
  /**
3704
- * Get an astro targets. pass in an ID, an NGC ID or an IC ID
3690
+ * Get an astro target. Pass in an ID, an NGC ID or an IC ID.
3705
3691
  * @param {DefaultApiV1GetAstroTargetRequest} requestParameters Request parameters.
3706
3692
  * @param {*} [options] Override http request option.
3707
3693
  * @throws {RequiredError}
@@ -3719,7 +3705,7 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
3719
3705
  return localVarFp.v1GetAstroTargets(requestParameters.lastId, requestParameters.catalogId, requestParameters.ra, requestParameters.dec, options).then((request) => request(axios, basePath));
3720
3706
  },
3721
3707
  /**
3722
- * get all calibration masters for a node
3708
+ * Get calibration masters.
3723
3709
  * @param {DefaultApiV1GetCalibrationMastersRequest} requestParameters Request parameters.
3724
3710
  * @param {*} [options] Override http request option.
3725
3711
  * @throws {RequiredError}
@@ -3728,7 +3714,7 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
3728
3714
  return localVarFp.v1GetCalibrationMasters(requestParameters.nodeId, options).then((request) => request(axios, basePath));
3729
3715
  },
3730
3716
  /**
3731
- * get all cameras
3717
+ * Get cameras.
3732
3718
  * @param {*} [options] Override http request option.
3733
3719
  * @throws {RequiredError}
3734
3720
  */
@@ -3736,7 +3722,7 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
3736
3722
  return localVarFp.v1GetCameras(options).then((request) => request(axios, basePath));
3737
3723
  },
3738
3724
  /**
3739
- * get an image set
3725
+ * Get an image set.
3740
3726
  * @param {DefaultApiV1GetImageSetRequest} requestParameters Request parameters.
3741
3727
  * @param {*} [options] Override http request option.
3742
3728
  * @throws {RequiredError}
@@ -3745,7 +3731,7 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
3745
3731
  return localVarFp.v1GetImageSet(requestParameters.id, options).then((request) => request(axios, basePath));
3746
3732
  },
3747
3733
  /**
3748
- * get an image
3734
+ * Get an image.
3749
3735
  * @param {DefaultApiV1GetImageSetImageRequest} requestParameters Request parameters.
3750
3736
  * @param {*} [options] Override http request option.
3751
3737
  * @throws {RequiredError}
@@ -3754,7 +3740,7 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
3754
3740
  return localVarFp.v1GetImageSetImage(requestParameters.imageId, options).then((request) => request(axios, basePath));
3755
3741
  },
3756
3742
  /**
3757
- * get image set images
3743
+ * Get image set images.
3758
3744
  * @param {DefaultApiV1GetImageSetImagesRequest} requestParameters Request parameters.
3759
3745
  * @param {*} [options] Override http request option.
3760
3746
  * @throws {RequiredError}
@@ -3763,7 +3749,7 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
3763
3749
  return localVarFp.v1GetImageSetImages(requestParameters.imageSets, options).then((request) => request(axios, basePath));
3764
3750
  },
3765
3751
  /**
3766
- * get image sets for targets observed for your organization
3752
+ * Get image sets.
3767
3753
  * @param {*} [options] Override http request option.
3768
3754
  * @throws {RequiredError}
3769
3755
  */
@@ -3771,7 +3757,7 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
3771
3757
  return localVarFp.v1GetImageSets(options).then((request) => request(axios, basePath));
3772
3758
  },
3773
3759
  /**
3774
- * get mounts
3760
+ * Get mounts.
3775
3761
  * @param {*} [options] Override http request option.
3776
3762
  * @throws {RequiredError}
3777
3763
  */
@@ -3779,7 +3765,7 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
3779
3765
  return localVarFp.v1GetMounts(options).then((request) => request(axios, basePath));
3780
3766
  },
3781
3767
  /**
3782
- * get all nodes
3768
+ * Get nodes.
3783
3769
  * @param {*} [options] Override http request option.
3784
3770
  * @throws {RequiredError}
3785
3771
  */
@@ -3787,7 +3773,7 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
3787
3773
  return localVarFp.v1GetNodes(options).then((request) => request(axios, basePath));
3788
3774
  },
3789
3775
  /**
3790
- * get platform credits
3776
+ * Get platform credits.
3791
3777
  * @param {*} [options] Override http request option.
3792
3778
  * @throws {RequiredError}
3793
3779
  */
@@ -3795,16 +3781,16 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
3795
3781
  return localVarFp.v1GetPlatformCredits(options).then((request) => request(axios, basePath));
3796
3782
  },
3797
3783
  /**
3798
- * search for an astro project with certain properties
3784
+ * Match astro project.
3799
3785
  * @param {DefaultApiV1MatchAstroProjectRequest} requestParameters Request parameters.
3800
3786
  * @param {*} [options] Override http request option.
3801
3787
  * @throws {RequiredError}
3802
3788
  */
3803
- v1MatchAstroProject(requestParameters: DefaultApiV1MatchAstroProjectRequest, options?: AxiosRequestConfig): AxiosPromise<Array<V1GetAstroProject>> {
3789
+ v1MatchAstroProject(requestParameters: DefaultApiV1MatchAstroProjectRequest, options?: AxiosRequestConfig): AxiosPromise<Array<V1AstroProject>> {
3804
3790
  return localVarFp.v1MatchAstroProject(requestParameters.targetId, requestParameters.cameraId, requestParameters.otaId, options).then((request) => request(axios, basePath));
3805
3791
  },
3806
3792
  /**
3807
- * match mount
3793
+ * Match mount.
3808
3794
  * @param {DefaultApiV1MountMatchRequest} requestParameters Request parameters.
3809
3795
  * @param {*} [options] Override http request option.
3810
3796
  * @throws {RequiredError}
@@ -3813,7 +3799,7 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
3813
3799
  return localVarFp.v1MountMatch(requestParameters.model, options).then((request) => request(axios, basePath));
3814
3800
  },
3815
3801
  /**
3816
- * match optical tube
3802
+ * Match optical tube.
3817
3803
  * @param {DefaultApiV1OpticalTubeMatchRequest} requestParameters Request parameters.
3818
3804
  * @param {*} [options] Override http request option.
3819
3805
  * @throws {RequiredError}
@@ -3822,22 +3808,22 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
3822
3808
  return localVarFp.v1OpticalTubeMatch(requestParameters.model, requestParameters.focalLengthMm, requestParameters.apertureMm, options).then((request) => request(axios, basePath));
3823
3809
  },
3824
3810
  /**
3825
- * stack an astro project
3811
+ * Stack an astro project.
3826
3812
  * @param {DefaultApiV1PutStackAstroProjectRequest} requestParameters Request parameters.
3827
3813
  * @param {*} [options] Override http request option.
3828
3814
  * @throws {RequiredError}
3829
3815
  */
3830
3816
  v1PutStackAstroProject(requestParameters: DefaultApiV1PutStackAstroProjectRequest, options?: AxiosRequestConfig): AxiosPromise<void> {
3831
- return localVarFp.v1PutStackAstroProject(requestParameters.v1PutStackAstroProject, options).then((request) => request(axios, basePath));
3817
+ return localVarFp.v1PutStackAstroProject(requestParameters.v1PutStackAstroProjectRequest, options).then((request) => request(axios, basePath));
3832
3818
  },
3833
3819
  /**
3834
- * update a node
3820
+ * Update a node.
3835
3821
  * @param {DefaultApiV1UpdateNodeRequest} requestParameters Request parameters.
3836
3822
  * @param {*} [options] Override http request option.
3837
3823
  * @throws {RequiredError}
3838
3824
  */
3839
3825
  v1UpdateNode(requestParameters: DefaultApiV1UpdateNodeRequest, options?: AxiosRequestConfig): AxiosPromise<EmptySuccess> {
3840
- return localVarFp.v1UpdateNode(requestParameters.v1UpdateNode, options).then((request) => request(axios, basePath));
3826
+ return localVarFp.v1UpdateNode(requestParameters.v1UpdateNodeRequest, options).then((request) => request(axios, basePath));
3841
3827
  },
3842
3828
  };
3843
3829
  };
@@ -3912,11 +3898,11 @@ export interface DefaultApiV1CameraMatchRequest {
3912
3898
  */
3913
3899
  export interface DefaultApiV1CreateAstroCameraRequest {
3914
3900
  /**
3915
- * request to create an camera
3916
- * @type {V1CreateCamera}
3901
+ *
3902
+ * @type {V1CreateCameraRequest}
3917
3903
  * @memberof DefaultApiV1CreateAstroCamera
3918
3904
  */
3919
- readonly v1CreateCamera: V1CreateCamera
3905
+ readonly v1CreateCameraRequest: V1CreateCameraRequest
3920
3906
  }
3921
3907
 
3922
3908
  /**
@@ -3926,11 +3912,11 @@ export interface DefaultApiV1CreateAstroCameraRequest {
3926
3912
  */
3927
3913
  export interface DefaultApiV1CreateAstroMountRequest {
3928
3914
  /**
3929
- * request to create a mount
3930
- * @type {V1CreateMount}
3915
+ *
3916
+ * @type {V1CreateMountRequest}
3931
3917
  * @memberof DefaultApiV1CreateAstroMount
3932
3918
  */
3933
- readonly v1CreateMount: V1CreateMount
3919
+ readonly v1CreateMountRequest: V1CreateMountRequest
3934
3920
  }
3935
3921
 
3936
3922
  /**
@@ -3940,11 +3926,11 @@ export interface DefaultApiV1CreateAstroMountRequest {
3940
3926
  */
3941
3927
  export interface DefaultApiV1CreateAstroOpticalTubeRequest {
3942
3928
  /**
3943
- * request to create an optical tube
3944
- * @type {V1CreateOpticalTube}
3929
+ *
3930
+ * @type {V1CreateOpticalTubeRequest}
3945
3931
  * @memberof DefaultApiV1CreateAstroOpticalTube
3946
3932
  */
3947
- readonly v1CreateOpticalTube: V1CreateOpticalTube
3933
+ readonly v1CreateOpticalTubeRequest: V1CreateOpticalTubeRequest
3948
3934
  }
3949
3935
 
3950
3936
  /**
@@ -3954,11 +3940,11 @@ export interface DefaultApiV1CreateAstroOpticalTubeRequest {
3954
3940
  */
3955
3941
  export interface DefaultApiV1CreateAstroProjectRequest {
3956
3942
  /**
3957
- * request to create an astro project
3958
- * @type {V1CreateAstroProject}
3943
+ *
3944
+ * @type {V1CreateAstroProjectRequest}
3959
3945
  * @memberof DefaultApiV1CreateAstroProject
3960
3946
  */
3961
- readonly v1CreateAstroProject: V1CreateAstroProject
3947
+ readonly v1CreateAstroProjectRequest: V1CreateAstroProjectRequest
3962
3948
  }
3963
3949
 
3964
3950
  /**
@@ -3968,11 +3954,11 @@ export interface DefaultApiV1CreateAstroProjectRequest {
3968
3954
  */
3969
3955
  export interface DefaultApiV1CreateAstroProjectImageSetRequest {
3970
3956
  /**
3971
- * request to create a project image Set
3972
- * @type {V1CreateAstroProjectImageSet}
3957
+ *
3958
+ * @type {V1CreateAstroProjectImageSetRequest}
3973
3959
  * @memberof DefaultApiV1CreateAstroProjectImageSet
3974
3960
  */
3975
- readonly v1CreateAstroProjectImageSet: V1CreateAstroProjectImageSet
3961
+ readonly v1CreateAstroProjectImageSetRequest: V1CreateAstroProjectImageSetRequest
3976
3962
  }
3977
3963
 
3978
3964
  /**
@@ -3982,11 +3968,11 @@ export interface DefaultApiV1CreateAstroProjectImageSetRequest {
3982
3968
  */
3983
3969
  export interface DefaultApiV1CreateCalibrationMasterRequest {
3984
3970
  /**
3985
- * request to create the calibration master
3986
- * @type {V1CreateCalibrationMaster}
3971
+ *
3972
+ * @type {V1CreateCalibrationMasterRequest}
3987
3973
  * @memberof DefaultApiV1CreateCalibrationMaster
3988
3974
  */
3989
- readonly v1CreateCalibrationMaster: V1CreateCalibrationMaster
3975
+ readonly v1CreateCalibrationMasterRequest: V1CreateCalibrationMasterRequest
3990
3976
  }
3991
3977
 
3992
3978
  /**
@@ -3996,11 +3982,11 @@ export interface DefaultApiV1CreateCalibrationMasterRequest {
3996
3982
  */
3997
3983
  export interface DefaultApiV1CreateImageSetRequest {
3998
3984
  /**
3999
- * request to create the Image Set
4000
- * @type {V1CreateImageSet}
3985
+ *
3986
+ * @type {V1CreateImageSetRequest}
4001
3987
  * @memberof DefaultApiV1CreateImageSet
4002
3988
  */
4003
- readonly v1CreateImageSet: V1CreateImageSet
3989
+ readonly v1CreateImageSetRequest: V1CreateImageSetRequest
4004
3990
  }
4005
3991
 
4006
3992
  /**
@@ -4010,11 +3996,11 @@ export interface DefaultApiV1CreateImageSetRequest {
4010
3996
  */
4011
3997
  export interface DefaultApiV1CreateImageSetImageRequest {
4012
3998
  /**
4013
- * request to create an image set image
4014
- * @type {V1CreateImageSetImage}
3999
+ *
4000
+ * @type {V1CreateImageSetImageRequest}
4015
4001
  * @memberof DefaultApiV1CreateImageSetImage
4016
4002
  */
4017
- readonly v1CreateImageSetImage: V1CreateImageSetImage
4003
+ readonly v1CreateImageSetImageRequest: V1CreateImageSetImageRequest
4018
4004
  }
4019
4005
 
4020
4006
  /**
@@ -4024,11 +4010,11 @@ export interface DefaultApiV1CreateImageSetImageRequest {
4024
4010
  */
4025
4011
  export interface DefaultApiV1CreateNodeRequest {
4026
4012
  /**
4027
- * request to create a node
4028
- * @type {V1CreateNode}
4013
+ *
4014
+ * @type {V1CreateNodeRequest}
4029
4015
  * @memberof DefaultApiV1CreateNode
4030
4016
  */
4031
- readonly v1CreateNode: V1CreateNode
4017
+ readonly v1CreateNodeRequest: V1CreateNodeRequest
4032
4018
  }
4033
4019
 
4034
4020
  /**
@@ -4297,11 +4283,11 @@ export interface DefaultApiV1OpticalTubeMatchRequest {
4297
4283
  */
4298
4284
  export interface DefaultApiV1PutStackAstroProjectRequest {
4299
4285
  /**
4300
- * request to stack an astro project
4301
- * @type {V1PutStackAstroProject}
4286
+ *
4287
+ * @type {V1PutStackAstroProjectRequest}
4302
4288
  * @memberof DefaultApiV1PutStackAstroProject
4303
4289
  */
4304
- readonly v1PutStackAstroProject: V1PutStackAstroProject
4290
+ readonly v1PutStackAstroProjectRequest: V1PutStackAstroProjectRequest
4305
4291
  }
4306
4292
 
4307
4293
  /**
@@ -4311,11 +4297,11 @@ export interface DefaultApiV1PutStackAstroProjectRequest {
4311
4297
  */
4312
4298
  export interface DefaultApiV1UpdateNodeRequest {
4313
4299
  /**
4314
- * request to update a node
4315
- * @type {V1UpdateNode}
4300
+ *
4301
+ * @type {V1UpdateNodeRequest}
4316
4302
  * @memberof DefaultApiV1UpdateNode
4317
4303
  */
4318
- readonly v1UpdateNode: V1UpdateNode
4304
+ readonly v1UpdateNodeRequest: V1UpdateNodeRequest
4319
4305
  }
4320
4306
 
4321
4307
  /**
@@ -4326,7 +4312,7 @@ export interface DefaultApiV1UpdateNodeRequest {
4326
4312
  */
4327
4313
  export class DefaultApi extends BaseAPI {
4328
4314
  /**
4329
- * match camera
4315
+ * Match camera.
4330
4316
  * @param {DefaultApiV1CameraMatchRequest} requestParameters Request parameters.
4331
4317
  * @param {*} [options] Override http request option.
4332
4318
  * @throws {RequiredError}
@@ -4337,106 +4323,106 @@ export class DefaultApi extends BaseAPI {
4337
4323
  }
4338
4324
 
4339
4325
  /**
4340
- * create an astro user camera
4326
+ * Create an astro camera.
4341
4327
  * @param {DefaultApiV1CreateAstroCameraRequest} requestParameters Request parameters.
4342
4328
  * @param {*} [options] Override http request option.
4343
4329
  * @throws {RequiredError}
4344
4330
  * @memberof DefaultApi
4345
4331
  */
4346
4332
  public v1CreateAstroCamera(requestParameters: DefaultApiV1CreateAstroCameraRequest, options?: AxiosRequestConfig) {
4347
- return DefaultApiFp(this.configuration).v1CreateAstroCamera(requestParameters.v1CreateCamera, options).then((request) => request(this.axios, this.basePath));
4333
+ return DefaultApiFp(this.configuration).v1CreateAstroCamera(requestParameters.v1CreateCameraRequest, options).then((request) => request(this.axios, this.basePath));
4348
4334
  }
4349
4335
 
4350
4336
  /**
4351
- * create an astro user mount
4337
+ * Create an astro mount.
4352
4338
  * @param {DefaultApiV1CreateAstroMountRequest} requestParameters Request parameters.
4353
4339
  * @param {*} [options] Override http request option.
4354
4340
  * @throws {RequiredError}
4355
4341
  * @memberof DefaultApi
4356
4342
  */
4357
4343
  public v1CreateAstroMount(requestParameters: DefaultApiV1CreateAstroMountRequest, options?: AxiosRequestConfig) {
4358
- return DefaultApiFp(this.configuration).v1CreateAstroMount(requestParameters.v1CreateMount, options).then((request) => request(this.axios, this.basePath));
4344
+ return DefaultApiFp(this.configuration).v1CreateAstroMount(requestParameters.v1CreateMountRequest, options).then((request) => request(this.axios, this.basePath));
4359
4345
  }
4360
4346
 
4361
4347
  /**
4362
- * create an optical tube for an astro user
4348
+ * Create an astro optical tube.
4363
4349
  * @param {DefaultApiV1CreateAstroOpticalTubeRequest} requestParameters Request parameters.
4364
4350
  * @param {*} [options] Override http request option.
4365
4351
  * @throws {RequiredError}
4366
4352
  * @memberof DefaultApi
4367
4353
  */
4368
4354
  public v1CreateAstroOpticalTube(requestParameters: DefaultApiV1CreateAstroOpticalTubeRequest, options?: AxiosRequestConfig) {
4369
- return DefaultApiFp(this.configuration).v1CreateAstroOpticalTube(requestParameters.v1CreateOpticalTube, options).then((request) => request(this.axios, this.basePath));
4355
+ return DefaultApiFp(this.configuration).v1CreateAstroOpticalTube(requestParameters.v1CreateOpticalTubeRequest, options).then((request) => request(this.axios, this.basePath));
4370
4356
  }
4371
4357
 
4372
4358
  /**
4373
- * create an astro project
4359
+ * Create an astro project.
4374
4360
  * @param {DefaultApiV1CreateAstroProjectRequest} requestParameters Request parameters.
4375
4361
  * @param {*} [options] Override http request option.
4376
4362
  * @throws {RequiredError}
4377
4363
  * @memberof DefaultApi
4378
4364
  */
4379
4365
  public v1CreateAstroProject(requestParameters: DefaultApiV1CreateAstroProjectRequest, options?: AxiosRequestConfig) {
4380
- return DefaultApiFp(this.configuration).v1CreateAstroProject(requestParameters.v1CreateAstroProject, options).then((request) => request(this.axios, this.basePath));
4366
+ return DefaultApiFp(this.configuration).v1CreateAstroProject(requestParameters.v1CreateAstroProjectRequest, options).then((request) => request(this.axios, this.basePath));
4381
4367
  }
4382
4368
 
4383
4369
  /**
4384
- * create a project image set
4370
+ * Create an astro project image set.
4385
4371
  * @param {DefaultApiV1CreateAstroProjectImageSetRequest} requestParameters Request parameters.
4386
4372
  * @param {*} [options] Override http request option.
4387
4373
  * @throws {RequiredError}
4388
4374
  * @memberof DefaultApi
4389
4375
  */
4390
4376
  public v1CreateAstroProjectImageSet(requestParameters: DefaultApiV1CreateAstroProjectImageSetRequest, options?: AxiosRequestConfig) {
4391
- return DefaultApiFp(this.configuration).v1CreateAstroProjectImageSet(requestParameters.v1CreateAstroProjectImageSet, options).then((request) => request(this.axios, this.basePath));
4377
+ return DefaultApiFp(this.configuration).v1CreateAstroProjectImageSet(requestParameters.v1CreateAstroProjectImageSetRequest, options).then((request) => request(this.axios, this.basePath));
4392
4378
  }
4393
4379
 
4394
4380
  /**
4395
- * create an calibration master
4381
+ * Create a calibration master.
4396
4382
  * @param {DefaultApiV1CreateCalibrationMasterRequest} requestParameters Request parameters.
4397
4383
  * @param {*} [options] Override http request option.
4398
4384
  * @throws {RequiredError}
4399
4385
  * @memberof DefaultApi
4400
4386
  */
4401
4387
  public v1CreateCalibrationMaster(requestParameters: DefaultApiV1CreateCalibrationMasterRequest, options?: AxiosRequestConfig) {
4402
- return DefaultApiFp(this.configuration).v1CreateCalibrationMaster(requestParameters.v1CreateCalibrationMaster, options).then((request) => request(this.axios, this.basePath));
4388
+ return DefaultApiFp(this.configuration).v1CreateCalibrationMaster(requestParameters.v1CreateCalibrationMasterRequest, options).then((request) => request(this.axios, this.basePath));
4403
4389
  }
4404
4390
 
4405
4391
  /**
4406
- * create an image set
4392
+ * Create an image set.
4407
4393
  * @param {DefaultApiV1CreateImageSetRequest} requestParameters Request parameters.
4408
4394
  * @param {*} [options] Override http request option.
4409
4395
  * @throws {RequiredError}
4410
4396
  * @memberof DefaultApi
4411
4397
  */
4412
4398
  public v1CreateImageSet(requestParameters: DefaultApiV1CreateImageSetRequest, options?: AxiosRequestConfig) {
4413
- return DefaultApiFp(this.configuration).v1CreateImageSet(requestParameters.v1CreateImageSet, options).then((request) => request(this.axios, this.basePath));
4399
+ return DefaultApiFp(this.configuration).v1CreateImageSet(requestParameters.v1CreateImageSetRequest, options).then((request) => request(this.axios, this.basePath));
4414
4400
  }
4415
4401
 
4416
4402
  /**
4417
- * create an image set image
4403
+ * Create an image set image.
4418
4404
  * @param {DefaultApiV1CreateImageSetImageRequest} requestParameters Request parameters.
4419
4405
  * @param {*} [options] Override http request option.
4420
4406
  * @throws {RequiredError}
4421
4407
  * @memberof DefaultApi
4422
4408
  */
4423
4409
  public v1CreateImageSetImage(requestParameters: DefaultApiV1CreateImageSetImageRequest, options?: AxiosRequestConfig) {
4424
- return DefaultApiFp(this.configuration).v1CreateImageSetImage(requestParameters.v1CreateImageSetImage, options).then((request) => request(this.axios, this.basePath));
4410
+ return DefaultApiFp(this.configuration).v1CreateImageSetImage(requestParameters.v1CreateImageSetImageRequest, options).then((request) => request(this.axios, this.basePath));
4425
4411
  }
4426
4412
 
4427
4413
  /**
4428
- * create a node
4414
+ * Create a node.
4429
4415
  * @param {DefaultApiV1CreateNodeRequest} requestParameters Request parameters.
4430
4416
  * @param {*} [options] Override http request option.
4431
4417
  * @throws {RequiredError}
4432
4418
  * @memberof DefaultApi
4433
4419
  */
4434
4420
  public v1CreateNode(requestParameters: DefaultApiV1CreateNodeRequest, options?: AxiosRequestConfig) {
4435
- return DefaultApiFp(this.configuration).v1CreateNode(requestParameters.v1CreateNode, options).then((request) => request(this.axios, this.basePath));
4421
+ return DefaultApiFp(this.configuration).v1CreateNode(requestParameters.v1CreateNodeRequest, options).then((request) => request(this.axios, this.basePath));
4436
4422
  }
4437
4423
 
4438
4424
  /**
4439
- * get an astro camera
4425
+ * Get an astro camera.
4440
4426
  * @param {DefaultApiV1GetAstroCameraRequest} requestParameters Request parameters.
4441
4427
  * @param {*} [options] Override http request option.
4442
4428
  * @throws {RequiredError}
@@ -4447,7 +4433,7 @@ export class DefaultApi extends BaseAPI {
4447
4433
  }
4448
4434
 
4449
4435
  /**
4450
- * get an astro mount
4436
+ * Get an astro mount.
4451
4437
  * @param {DefaultApiV1GetAstroMountRequest} requestParameters Request parameters.
4452
4438
  * @param {*} [options] Override http request option.
4453
4439
  * @throws {RequiredError}
@@ -4458,7 +4444,7 @@ export class DefaultApi extends BaseAPI {
4458
4444
  }
4459
4445
 
4460
4446
  /**
4461
- * get an optical tube
4447
+ * Get an astro optical tube.
4462
4448
  * @param {DefaultApiV1GetAstroOpticalTubeRequest} requestParameters Request parameters.
4463
4449
  * @param {*} [options] Override http request option.
4464
4450
  * @throws {RequiredError}
@@ -4469,7 +4455,7 @@ export class DefaultApi extends BaseAPI {
4469
4455
  }
4470
4456
 
4471
4457
  /**
4472
- * get astro platform credit balance
4458
+ * Get astro platform credit balance.
4473
4459
  * @param {*} [options] Override http request option.
4474
4460
  * @throws {RequiredError}
4475
4461
  * @memberof DefaultApi
@@ -4479,7 +4465,7 @@ export class DefaultApi extends BaseAPI {
4479
4465
  }
4480
4466
 
4481
4467
  /**
4482
- * get an astro project
4468
+ * Get an astro project.
4483
4469
  * @param {DefaultApiV1GetAstroProjectRequest} requestParameters Request parameters.
4484
4470
  * @param {*} [options] Override http request option.
4485
4471
  * @throws {RequiredError}
@@ -4490,7 +4476,7 @@ export class DefaultApi extends BaseAPI {
4490
4476
  }
4491
4477
 
4492
4478
  /**
4493
- * get all assets for an astro project
4479
+ * Get astro project assets.
4494
4480
  * @param {DefaultApiV1GetAstroProjectAssetsRequest} requestParameters Request parameters.
4495
4481
  * @param {*} [options] Override http request option.
4496
4482
  * @throws {RequiredError}
@@ -4501,7 +4487,7 @@ export class DefaultApi extends BaseAPI {
4501
4487
  }
4502
4488
 
4503
4489
  /**
4504
- * get all astro projects
4490
+ * Get astro projects.
4505
4491
  * @param {*} [options] Override http request option.
4506
4492
  * @throws {RequiredError}
4507
4493
  * @memberof DefaultApi
@@ -4511,7 +4497,7 @@ export class DefaultApi extends BaseAPI {
4511
4497
  }
4512
4498
 
4513
4499
  /**
4514
- * Get an astro targets. pass in an ID, an NGC ID or an IC ID
4500
+ * Get an astro target. Pass in an ID, an NGC ID or an IC ID.
4515
4501
  * @param {DefaultApiV1GetAstroTargetRequest} requestParameters Request parameters.
4516
4502
  * @param {*} [options] Override http request option.
4517
4503
  * @throws {RequiredError}
@@ -4533,7 +4519,7 @@ export class DefaultApi extends BaseAPI {
4533
4519
  }
4534
4520
 
4535
4521
  /**
4536
- * get all calibration masters for a node
4522
+ * Get calibration masters.
4537
4523
  * @param {DefaultApiV1GetCalibrationMastersRequest} requestParameters Request parameters.
4538
4524
  * @param {*} [options] Override http request option.
4539
4525
  * @throws {RequiredError}
@@ -4544,7 +4530,7 @@ export class DefaultApi extends BaseAPI {
4544
4530
  }
4545
4531
 
4546
4532
  /**
4547
- * get all cameras
4533
+ * Get cameras.
4548
4534
  * @param {*} [options] Override http request option.
4549
4535
  * @throws {RequiredError}
4550
4536
  * @memberof DefaultApi
@@ -4554,7 +4540,7 @@ export class DefaultApi extends BaseAPI {
4554
4540
  }
4555
4541
 
4556
4542
  /**
4557
- * get an image set
4543
+ * Get an image set.
4558
4544
  * @param {DefaultApiV1GetImageSetRequest} requestParameters Request parameters.
4559
4545
  * @param {*} [options] Override http request option.
4560
4546
  * @throws {RequiredError}
@@ -4565,7 +4551,7 @@ export class DefaultApi extends BaseAPI {
4565
4551
  }
4566
4552
 
4567
4553
  /**
4568
- * get an image
4554
+ * Get an image.
4569
4555
  * @param {DefaultApiV1GetImageSetImageRequest} requestParameters Request parameters.
4570
4556
  * @param {*} [options] Override http request option.
4571
4557
  * @throws {RequiredError}
@@ -4576,7 +4562,7 @@ export class DefaultApi extends BaseAPI {
4576
4562
  }
4577
4563
 
4578
4564
  /**
4579
- * get image set images
4565
+ * Get image set images.
4580
4566
  * @param {DefaultApiV1GetImageSetImagesRequest} requestParameters Request parameters.
4581
4567
  * @param {*} [options] Override http request option.
4582
4568
  * @throws {RequiredError}
@@ -4587,7 +4573,7 @@ export class DefaultApi extends BaseAPI {
4587
4573
  }
4588
4574
 
4589
4575
  /**
4590
- * get image sets for targets observed for your organization
4576
+ * Get image sets.
4591
4577
  * @param {*} [options] Override http request option.
4592
4578
  * @throws {RequiredError}
4593
4579
  * @memberof DefaultApi
@@ -4597,7 +4583,7 @@ export class DefaultApi extends BaseAPI {
4597
4583
  }
4598
4584
 
4599
4585
  /**
4600
- * get mounts
4586
+ * Get mounts.
4601
4587
  * @param {*} [options] Override http request option.
4602
4588
  * @throws {RequiredError}
4603
4589
  * @memberof DefaultApi
@@ -4607,7 +4593,7 @@ export class DefaultApi extends BaseAPI {
4607
4593
  }
4608
4594
 
4609
4595
  /**
4610
- * get all nodes
4596
+ * Get nodes.
4611
4597
  * @param {*} [options] Override http request option.
4612
4598
  * @throws {RequiredError}
4613
4599
  * @memberof DefaultApi
@@ -4617,7 +4603,7 @@ export class DefaultApi extends BaseAPI {
4617
4603
  }
4618
4604
 
4619
4605
  /**
4620
- * get platform credits
4606
+ * Get platform credits.
4621
4607
  * @param {*} [options] Override http request option.
4622
4608
  * @throws {RequiredError}
4623
4609
  * @memberof DefaultApi
@@ -4627,7 +4613,7 @@ export class DefaultApi extends BaseAPI {
4627
4613
  }
4628
4614
 
4629
4615
  /**
4630
- * search for an astro project with certain properties
4616
+ * Match astro project.
4631
4617
  * @param {DefaultApiV1MatchAstroProjectRequest} requestParameters Request parameters.
4632
4618
  * @param {*} [options] Override http request option.
4633
4619
  * @throws {RequiredError}
@@ -4638,7 +4624,7 @@ export class DefaultApi extends BaseAPI {
4638
4624
  }
4639
4625
 
4640
4626
  /**
4641
- * match mount
4627
+ * Match mount.
4642
4628
  * @param {DefaultApiV1MountMatchRequest} requestParameters Request parameters.
4643
4629
  * @param {*} [options] Override http request option.
4644
4630
  * @throws {RequiredError}
@@ -4649,7 +4635,7 @@ export class DefaultApi extends BaseAPI {
4649
4635
  }
4650
4636
 
4651
4637
  /**
4652
- * match optical tube
4638
+ * Match optical tube.
4653
4639
  * @param {DefaultApiV1OpticalTubeMatchRequest} requestParameters Request parameters.
4654
4640
  * @param {*} [options] Override http request option.
4655
4641
  * @throws {RequiredError}
@@ -4660,25 +4646,25 @@ export class DefaultApi extends BaseAPI {
4660
4646
  }
4661
4647
 
4662
4648
  /**
4663
- * stack an astro project
4649
+ * Stack an astro project.
4664
4650
  * @param {DefaultApiV1PutStackAstroProjectRequest} requestParameters Request parameters.
4665
4651
  * @param {*} [options] Override http request option.
4666
4652
  * @throws {RequiredError}
4667
4653
  * @memberof DefaultApi
4668
4654
  */
4669
4655
  public v1PutStackAstroProject(requestParameters: DefaultApiV1PutStackAstroProjectRequest, options?: AxiosRequestConfig) {
4670
- return DefaultApiFp(this.configuration).v1PutStackAstroProject(requestParameters.v1PutStackAstroProject, options).then((request) => request(this.axios, this.basePath));
4656
+ return DefaultApiFp(this.configuration).v1PutStackAstroProject(requestParameters.v1PutStackAstroProjectRequest, options).then((request) => request(this.axios, this.basePath));
4671
4657
  }
4672
4658
 
4673
4659
  /**
4674
- * update a node
4660
+ * Update a node.
4675
4661
  * @param {DefaultApiV1UpdateNodeRequest} requestParameters Request parameters.
4676
4662
  * @param {*} [options] Override http request option.
4677
4663
  * @throws {RequiredError}
4678
4664
  * @memberof DefaultApi
4679
4665
  */
4680
4666
  public v1UpdateNode(requestParameters: DefaultApiV1UpdateNodeRequest, options?: AxiosRequestConfig) {
4681
- return DefaultApiFp(this.configuration).v1UpdateNode(requestParameters.v1UpdateNode, options).then((request) => request(this.axios, this.basePath));
4667
+ return DefaultApiFp(this.configuration).v1UpdateNode(requestParameters.v1UpdateNodeRequest, options).then((request) => request(this.axios, this.basePath));
4682
4668
  }
4683
4669
  }
4684
4670