@ourskyai/platform-api 1.3.1905 → 1.3.2078

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/base.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * OurSky Platform
5
5
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: 1.3.1905
7
+ * The version of the OpenAPI document: 1.3.2078
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/common.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * OurSky Platform
5
5
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: 1.3.1905
7
+ * The version of the OpenAPI document: 1.3.2078
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/configuration.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * OurSky Platform
5
5
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: 1.3.1905
7
+ * The version of the OpenAPI document: 1.3.2078
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/api.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * OurSky Platform
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 1.3.1905
5
+ * The version of the OpenAPI document: 1.3.2078
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -251,6 +251,12 @@ export interface V1Camera {
251
251
  * @memberof V1Camera
252
252
  */
253
253
  'isColor': boolean;
254
+ /**
255
+ *
256
+ * @type {Array<V1VideoModeFramerateProperty>}
257
+ * @memberof V1Camera
258
+ */
259
+ 'videoModeFramerateProperties'?: Array<V1VideoModeFramerateProperty>;
254
260
  }
255
261
  /**
256
262
  *
@@ -362,46 +368,59 @@ export interface V1CreateMountRequest {
362
368
  /**
363
369
  *
364
370
  * @export
365
- * @interface V1CreateNodeDiagnosticRequest
371
+ * @interface V1CreateNodeDiagnostic
366
372
  */
367
- export interface V1CreateNodeDiagnosticRequest {
368
- /**
369
- *
370
- * @type {string}
371
- * @memberof V1CreateNodeDiagnosticRequest
372
- */
373
- 'nodeId': string;
373
+ export interface V1CreateNodeDiagnostic {
374
374
  /**
375
375
  *
376
376
  * @type {V1NodeComponentType}
377
- * @memberof V1CreateNodeDiagnosticRequest
377
+ * @memberof V1CreateNodeDiagnostic
378
378
  */
379
379
  'componentType': V1NodeComponentType;
380
380
  /**
381
381
  *
382
382
  * @type {string}
383
- * @memberof V1CreateNodeDiagnosticRequest
383
+ * @memberof V1CreateNodeDiagnostic
384
384
  */
385
385
  'componentId': string;
386
386
  /**
387
387
  *
388
388
  * @type {V1NodeDiagnosticType}
389
- * @memberof V1CreateNodeDiagnosticRequest
389
+ * @memberof V1CreateNodeDiagnostic
390
390
  */
391
391
  'diagnosticType': V1NodeDiagnosticType;
392
392
  /**
393
393
  *
394
394
  * @type {string}
395
- * @memberof V1CreateNodeDiagnosticRequest
395
+ * @memberof V1CreateNodeDiagnostic
396
396
  */
397
397
  'value': string;
398
398
  /**
399
399
  *
400
400
  * @type {string}
401
- * @memberof V1CreateNodeDiagnosticRequest
401
+ * @memberof V1CreateNodeDiagnostic
402
402
  */
403
403
  'measuredAt': string;
404
404
  }
405
+ /**
406
+ *
407
+ * @export
408
+ * @interface V1CreateNodeDiagnosticsRequest
409
+ */
410
+ export interface V1CreateNodeDiagnosticsRequest {
411
+ /**
412
+ *
413
+ * @type {string}
414
+ * @memberof V1CreateNodeDiagnosticsRequest
415
+ */
416
+ 'nodeId': string;
417
+ /**
418
+ *
419
+ * @type {Array<V1CreateNodeDiagnostic>}
420
+ * @memberof V1CreateNodeDiagnosticsRequest
421
+ */
422
+ 'diagnostics': Array<V1CreateNodeDiagnostic>;
423
+ }
405
424
  /**
406
425
  *
407
426
  * @export
@@ -490,6 +509,201 @@ export interface V1GetNodes {
490
509
  */
491
510
  'nodes': Array<V1NodeWithLocation>;
492
511
  }
512
+ /**
513
+ *
514
+ * @export
515
+ * @interface V1GetOrCreateCameraRequest
516
+ */
517
+ export interface V1GetOrCreateCameraRequest {
518
+ /**
519
+ *
520
+ * @type {string}
521
+ * @memberof V1GetOrCreateCameraRequest
522
+ */
523
+ 'model'?: string;
524
+ /**
525
+ *
526
+ * @type {number}
527
+ * @memberof V1GetOrCreateCameraRequest
528
+ */
529
+ 'pixelSizeMicrons'?: number;
530
+ /**
531
+ *
532
+ * @type {number}
533
+ * @memberof V1GetOrCreateCameraRequest
534
+ */
535
+ 'fullWellCapacity'?: number;
536
+ /**
537
+ *
538
+ * @type {number}
539
+ * @memberof V1GetOrCreateCameraRequest
540
+ */
541
+ 'pixelsX'?: number;
542
+ /**
543
+ *
544
+ * @type {number}
545
+ * @memberof V1GetOrCreateCameraRequest
546
+ */
547
+ 'pixelsY'?: number;
548
+ /**
549
+ *
550
+ * @type {number}
551
+ * @memberof V1GetOrCreateCameraRequest
552
+ */
553
+ 'megapixels'?: number;
554
+ /**
555
+ *
556
+ * @type {boolean}
557
+ * @memberof V1GetOrCreateCameraRequest
558
+ */
559
+ 'chilled'?: boolean;
560
+ /**
561
+ *
562
+ * @type {ShutterType}
563
+ * @memberof V1GetOrCreateCameraRequest
564
+ */
565
+ 'shutterType'?: ShutterType;
566
+ /**
567
+ *
568
+ * @type {boolean}
569
+ * @memberof V1GetOrCreateCameraRequest
570
+ */
571
+ 'gpsTimestamps'?: boolean;
572
+ /**
573
+ *
574
+ * @type {number}
575
+ * @memberof V1GetOrCreateCameraRequest
576
+ */
577
+ 'sensorXmm'?: number;
578
+ /**
579
+ *
580
+ * @type {number}
581
+ * @memberof V1GetOrCreateCameraRequest
582
+ */
583
+ 'sensorYmm'?: number;
584
+ /**
585
+ *
586
+ * @type {number}
587
+ * @memberof V1GetOrCreateCameraRequest
588
+ */
589
+ 'unityGain'?: number;
590
+ /**
591
+ *
592
+ * @type {number}
593
+ * @memberof V1GetOrCreateCameraRequest
594
+ */
595
+ 'optimalNighttimeGain'?: number;
596
+ /**
597
+ *
598
+ * @type {number}
599
+ * @memberof V1GetOrCreateCameraRequest
600
+ */
601
+ 'optimalNighttimeGainOffset'?: number;
602
+ /**
603
+ *
604
+ * @type {number}
605
+ * @memberof V1GetOrCreateCameraRequest
606
+ */
607
+ 'optimalNighttimeGainMode'?: number;
608
+ /**
609
+ *
610
+ * @type {boolean}
611
+ * @memberof V1GetOrCreateCameraRequest
612
+ */
613
+ 'supportsVideoMode'?: boolean;
614
+ /**
615
+ *
616
+ * @type {number}
617
+ * @memberof V1GetOrCreateCameraRequest
618
+ */
619
+ 'adcBitDepth'?: number;
620
+ /**
621
+ *
622
+ * @type {number}
623
+ * @memberof V1GetOrCreateCameraRequest
624
+ */
625
+ 'quantumEfficiency'?: number;
626
+ /**
627
+ *
628
+ * @type {Array<V1GainCurve>}
629
+ * @memberof V1GetOrCreateCameraRequest
630
+ */
631
+ 'gainCurves'?: Array<V1GainCurve>;
632
+ /**
633
+ *
634
+ * @type {Array<V1SetupAction>}
635
+ * @memberof V1GetOrCreateCameraRequest
636
+ */
637
+ 'setupActions'?: Array<V1SetupAction>;
638
+ /**
639
+ *
640
+ * @type {boolean}
641
+ * @memberof V1GetOrCreateCameraRequest
642
+ */
643
+ 'isColor'?: boolean;
644
+ /**
645
+ *
646
+ * @type {Array<V1VideoModeFramerateProperty>}
647
+ * @memberof V1GetOrCreateCameraRequest
648
+ */
649
+ 'videoModeFramerateProperties'?: Array<V1VideoModeFramerateProperty>;
650
+ }
651
+ /**
652
+ *
653
+ * @export
654
+ * @interface V1GetOrCreateMountRequest
655
+ */
656
+ export interface V1GetOrCreateMountRequest {
657
+ /**
658
+ *
659
+ * @type {string}
660
+ * @memberof V1GetOrCreateMountRequest
661
+ */
662
+ 'model'?: string;
663
+ /**
664
+ *
665
+ * @type {MountType}
666
+ * @memberof V1GetOrCreateMountRequest
667
+ */
668
+ 'type'?: MountType;
669
+ /**
670
+ *
671
+ * @type {number}
672
+ * @memberof V1GetOrCreateMountRequest
673
+ */
674
+ 'slewRate'?: number;
675
+ }
676
+ /**
677
+ *
678
+ * @export
679
+ * @interface V1GetOrCreateOpticalTubeRequest
680
+ */
681
+ export interface V1GetOrCreateOpticalTubeRequest {
682
+ /**
683
+ *
684
+ * @type {string}
685
+ * @memberof V1GetOrCreateOpticalTubeRequest
686
+ */
687
+ 'model'?: string;
688
+ /**
689
+ *
690
+ * @type {number}
691
+ * @memberof V1GetOrCreateOpticalTubeRequest
692
+ */
693
+ 'focalLengthMm'?: number;
694
+ /**
695
+ *
696
+ * @type {number}
697
+ * @memberof V1GetOrCreateOpticalTubeRequest
698
+ */
699
+ 'apertureMm'?: number;
700
+ /**
701
+ *
702
+ * @type {OpticalTubeType}
703
+ * @memberof V1GetOrCreateOpticalTubeRequest
704
+ */
705
+ 'type'?: OpticalTubeType;
706
+ }
493
707
  /**
494
708
  *
495
709
  * @export
@@ -945,6 +1159,12 @@ export declare const V1NodeDiagnosticType: {
945
1159
  readonly MAX_SLEW_AND_CENTER_SPEED_MS: "MAX_SLEW_AND_CENTER_SPEED_MS";
946
1160
  readonly MIN_SLEW_ACCURACY_ARCSECONDS: "MIN_SLEW_ACCURACY_ARCSECONDS";
947
1161
  readonly MAX_SLEW_ACCURACY_ARCSECONDS: "MAX_SLEW_ACCURACY_ARCSECONDS";
1162
+ readonly SLEW_SPEED_DEGREES_PER_SECOND: "SLEW_SPEED_DEGREES_PER_SECOND";
1163
+ readonly CENTERING_TIME_MS: "CENTERING_TIME_MS";
1164
+ readonly POINTING_ERROR_DEGREES: "POINTING_ERROR_DEGREES";
1165
+ readonly CAMERA_CHECKED: "CAMERA_CHECKED";
1166
+ readonly MOUNT_CHECKED: "MOUNT_CHECKED";
1167
+ readonly OPTICAL_TUBE_CHECKED: "OPTICAL_TUBE_CHECKED";
948
1168
  };
949
1169
  export type V1NodeDiagnosticType = typeof V1NodeDiagnosticType[keyof typeof V1NodeDiagnosticType];
950
1170
  /**
@@ -1216,7 +1436,7 @@ export interface V1UpdateNodeComponentsRequestMount {
1216
1436
  * @type {MountType}
1217
1437
  * @memberof V1UpdateNodeComponentsRequestMount
1218
1438
  */
1219
- 'mountType'?: MountType;
1439
+ 'type'?: MountType;
1220
1440
  /**
1221
1441
  *
1222
1442
  * @type {number}
@@ -1328,6 +1548,62 @@ export interface V1UpdateNodeMetricsRequest {
1328
1548
  */
1329
1549
  'measuredAt': string;
1330
1550
  }
1551
+ /**
1552
+ *
1553
+ * @export
1554
+ * @interface V1VideoModeFramerateProperty
1555
+ */
1556
+ export interface V1VideoModeFramerateProperty {
1557
+ /**
1558
+ *
1559
+ * @type {number}
1560
+ * @memberof V1VideoModeFramerateProperty
1561
+ */
1562
+ 'roiXPixels': number;
1563
+ /**
1564
+ *
1565
+ * @type {number}
1566
+ * @memberof V1VideoModeFramerateProperty
1567
+ */
1568
+ 'roiYPixels': number;
1569
+ /**
1570
+ *
1571
+ * @type {number}
1572
+ * @memberof V1VideoModeFramerateProperty
1573
+ */
1574
+ 'adcBitDepth': number;
1575
+ /**
1576
+ *
1577
+ * @type {number}
1578
+ * @memberof V1VideoModeFramerateProperty
1579
+ */
1580
+ 'fps': number;
1581
+ /**
1582
+ *
1583
+ * @type {number}
1584
+ * @memberof V1VideoModeFramerateProperty
1585
+ */
1586
+ 'binning': number;
1587
+ }
1588
+ /**
1589
+ *
1590
+ * @export
1591
+ * @interface V2CompleteObservationRequest
1592
+ */
1593
+ export interface V2CompleteObservationRequest {
1594
+ /**
1595
+ *
1596
+ * @type {string}
1597
+ * @memberof V2CompleteObservationRequest
1598
+ */
1599
+ 'imageSetId': string;
1600
+ /**
1601
+ *
1602
+ * @type {number}
1603
+ * @memberof V2CompleteObservationRequest
1604
+ */
1605
+ 'expectedImageCount': number;
1606
+ }
1331
1607
  /**
1332
1608
  *
1333
1609
  * @export
@@ -1493,11 +1769,11 @@ export declare const DefaultApiAxiosParamCreator: (configuration?: Configuration
1493
1769
  v1CreateMount: (v1CreateMountRequest: V1CreateMountRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
1494
1770
  /**
1495
1771
  * Create node diagnostics.
1496
- * @param {Array<V1CreateNodeDiagnosticRequest>} v1CreateNodeDiagnosticRequest
1772
+ * @param {V1CreateNodeDiagnosticsRequest} v1CreateNodeDiagnosticsRequest
1497
1773
  * @param {*} [options] Override http request option.
1498
1774
  * @throws {RequiredError}
1499
1775
  */
1500
- v1CreateNodeDiagnostics: (v1CreateNodeDiagnosticRequest: Array<V1CreateNodeDiagnosticRequest>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
1776
+ v1CreateNodeDiagnostics: (v1CreateNodeDiagnosticsRequest: V1CreateNodeDiagnosticsRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
1501
1777
  /**
1502
1778
  * Create an optical tube.
1503
1779
  * @param {V1CreateOpticalTubeRequest} v1CreateOpticalTubeRequest
@@ -1559,6 +1835,27 @@ export declare const DefaultApiAxiosParamCreator: (configuration?: Configuration
1559
1835
  * @throws {RequiredError}
1560
1836
  */
1561
1837
  v1GetOpticalTube: (id: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
1838
+ /**
1839
+ * Get or create camera.
1840
+ * @param {V1GetOrCreateCameraRequest} v1GetOrCreateCameraRequest
1841
+ * @param {*} [options] Override http request option.
1842
+ * @throws {RequiredError}
1843
+ */
1844
+ v1GetOrCreateCamera: (v1GetOrCreateCameraRequest: V1GetOrCreateCameraRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
1845
+ /**
1846
+ * Get or create mount.
1847
+ * @param {V1GetOrCreateMountRequest} v1GetOrCreateMountRequest
1848
+ * @param {*} [options] Override http request option.
1849
+ * @throws {RequiredError}
1850
+ */
1851
+ v1GetOrCreateMount: (v1GetOrCreateMountRequest: V1GetOrCreateMountRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
1852
+ /**
1853
+ * Get or create optical tube.
1854
+ * @param {V1GetOrCreateOpticalTubeRequest} v1GetOrCreateOpticalTubeRequest
1855
+ * @param {*} [options] Override http request option.
1856
+ * @throws {RequiredError}
1857
+ */
1858
+ v1GetOrCreateOpticalTube: (v1GetOrCreateOpticalTubeRequest: V1GetOrCreateOpticalTubeRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
1562
1859
  /**
1563
1860
  * Match mount.
1564
1861
  * @param {string} [model]
@@ -1589,6 +1886,13 @@ export declare const DefaultApiAxiosParamCreator: (configuration?: Configuration
1589
1886
  * @throws {RequiredError}
1590
1887
  */
1591
1888
  v1UpdateNodeMetrics: (v1UpdateNodeMetricsRequest: V1UpdateNodeMetricsRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
1889
+ /**
1890
+ * Complete an observation utilizing the async pipeline.
1891
+ * @param {V2CompleteObservationRequest} v2CompleteObservationRequest
1892
+ * @param {*} [options] Override http request option.
1893
+ * @throws {RequiredError}
1894
+ */
1895
+ v2CompleteObservation: (v2CompleteObservationRequest: V2CompleteObservationRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
1592
1896
  /**
1593
1897
  * Get next observation.
1594
1898
  * @param {string} nodeId
@@ -1653,11 +1957,11 @@ export declare const DefaultApiFp: (configuration?: Configuration) => {
1653
1957
  v1CreateMount(v1CreateMountRequest: V1CreateMountRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SuccessfulCreate>>;
1654
1958
  /**
1655
1959
  * Create node diagnostics.
1656
- * @param {Array<V1CreateNodeDiagnosticRequest>} v1CreateNodeDiagnosticRequest
1960
+ * @param {V1CreateNodeDiagnosticsRequest} v1CreateNodeDiagnosticsRequest
1657
1961
  * @param {*} [options] Override http request option.
1658
1962
  * @throws {RequiredError}
1659
1963
  */
1660
- v1CreateNodeDiagnostics(v1CreateNodeDiagnosticRequest: Array<V1CreateNodeDiagnosticRequest>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<EmptySuccess>>;
1964
+ v1CreateNodeDiagnostics(v1CreateNodeDiagnosticsRequest: V1CreateNodeDiagnosticsRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<EmptySuccess>>;
1661
1965
  /**
1662
1966
  * Create an optical tube.
1663
1967
  * @param {V1CreateOpticalTubeRequest} v1CreateOpticalTubeRequest
@@ -1719,6 +2023,27 @@ export declare const DefaultApiFp: (configuration?: Configuration) => {
1719
2023
  * @throws {RequiredError}
1720
2024
  */
1721
2025
  v1GetOpticalTube(id: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<V1OpticalTube>>;
2026
+ /**
2027
+ * Get or create camera.
2028
+ * @param {V1GetOrCreateCameraRequest} v1GetOrCreateCameraRequest
2029
+ * @param {*} [options] Override http request option.
2030
+ * @throws {RequiredError}
2031
+ */
2032
+ v1GetOrCreateCamera(v1GetOrCreateCameraRequest: V1GetOrCreateCameraRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<V1Camera>>;
2033
+ /**
2034
+ * Get or create mount.
2035
+ * @param {V1GetOrCreateMountRequest} v1GetOrCreateMountRequest
2036
+ * @param {*} [options] Override http request option.
2037
+ * @throws {RequiredError}
2038
+ */
2039
+ v1GetOrCreateMount(v1GetOrCreateMountRequest: V1GetOrCreateMountRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<V1Mount>>;
2040
+ /**
2041
+ * Get or create optical tube.
2042
+ * @param {V1GetOrCreateOpticalTubeRequest} v1GetOrCreateOpticalTubeRequest
2043
+ * @param {*} [options] Override http request option.
2044
+ * @throws {RequiredError}
2045
+ */
2046
+ v1GetOrCreateOpticalTube(v1GetOrCreateOpticalTubeRequest: V1GetOrCreateOpticalTubeRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<V1OpticalTube>>;
1722
2047
  /**
1723
2048
  * Match mount.
1724
2049
  * @param {string} [model]
@@ -1749,6 +2074,13 @@ export declare const DefaultApiFp: (configuration?: Configuration) => {
1749
2074
  * @throws {RequiredError}
1750
2075
  */
1751
2076
  v1UpdateNodeMetrics(v1UpdateNodeMetricsRequest: V1UpdateNodeMetricsRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<EmptySuccess>>;
2077
+ /**
2078
+ * Complete an observation utilizing the async pipeline.
2079
+ * @param {V2CompleteObservationRequest} v2CompleteObservationRequest
2080
+ * @param {*} [options] Override http request option.
2081
+ * @throws {RequiredError}
2082
+ */
2083
+ v2CompleteObservation(v2CompleteObservationRequest: V2CompleteObservationRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<EmptySuccess>>;
1752
2084
  /**
1753
2085
  * Get next observation.
1754
2086
  * @param {string} nodeId
@@ -1872,6 +2204,27 @@ export declare const DefaultApiFactory: (configuration?: Configuration, basePath
1872
2204
  * @throws {RequiredError}
1873
2205
  */
1874
2206
  v1GetOpticalTube(requestParameters: DefaultApiV1GetOpticalTubeRequest, options?: AxiosRequestConfig): AxiosPromise<V1OpticalTube>;
2207
+ /**
2208
+ * Get or create camera.
2209
+ * @param {DefaultApiV1GetOrCreateCameraRequest} requestParameters Request parameters.
2210
+ * @param {*} [options] Override http request option.
2211
+ * @throws {RequiredError}
2212
+ */
2213
+ v1GetOrCreateCamera(requestParameters: DefaultApiV1GetOrCreateCameraRequest, options?: AxiosRequestConfig): AxiosPromise<V1Camera>;
2214
+ /**
2215
+ * Get or create mount.
2216
+ * @param {DefaultApiV1GetOrCreateMountRequest} requestParameters Request parameters.
2217
+ * @param {*} [options] Override http request option.
2218
+ * @throws {RequiredError}
2219
+ */
2220
+ v1GetOrCreateMount(requestParameters: DefaultApiV1GetOrCreateMountRequest, options?: AxiosRequestConfig): AxiosPromise<V1Mount>;
2221
+ /**
2222
+ * Get or create optical tube.
2223
+ * @param {DefaultApiV1GetOrCreateOpticalTubeRequest} requestParameters Request parameters.
2224
+ * @param {*} [options] Override http request option.
2225
+ * @throws {RequiredError}
2226
+ */
2227
+ v1GetOrCreateOpticalTube(requestParameters: DefaultApiV1GetOrCreateOpticalTubeRequest, options?: AxiosRequestConfig): AxiosPromise<V1OpticalTube>;
1875
2228
  /**
1876
2229
  * Match mount.
1877
2230
  * @param {DefaultApiV1MountMatchRequest} requestParameters Request parameters.
@@ -1900,6 +2253,13 @@ export declare const DefaultApiFactory: (configuration?: Configuration, basePath
1900
2253
  * @throws {RequiredError}
1901
2254
  */
1902
2255
  v1UpdateNodeMetrics(requestParameters: DefaultApiV1UpdateNodeMetricsRequest, options?: AxiosRequestConfig): AxiosPromise<EmptySuccess>;
2256
+ /**
2257
+ * Complete an observation utilizing the async pipeline.
2258
+ * @param {DefaultApiV2CompleteObservationRequest} requestParameters Request parameters.
2259
+ * @param {*} [options] Override http request option.
2260
+ * @throws {RequiredError}
2261
+ */
2262
+ v2CompleteObservation(requestParameters: DefaultApiV2CompleteObservationRequest, options?: AxiosRequestConfig): AxiosPromise<EmptySuccess>;
1903
2263
  /**
1904
2264
  * Get next observation.
1905
2265
  * @param {DefaultApiV2GetObservationRequest} requestParameters Request parameters.
@@ -2036,10 +2396,10 @@ export interface DefaultApiV1CreateMountRequest {
2036
2396
  export interface DefaultApiV1CreateNodeDiagnosticsRequest {
2037
2397
  /**
2038
2398
  *
2039
- * @type {Array<V1CreateNodeDiagnosticRequest>}
2399
+ * @type {V1CreateNodeDiagnosticsRequest}
2040
2400
  * @memberof DefaultApiV1CreateNodeDiagnostics
2041
2401
  */
2042
- readonly v1CreateNodeDiagnosticRequest: Array<V1CreateNodeDiagnosticRequest>;
2402
+ readonly v1CreateNodeDiagnosticsRequest: V1CreateNodeDiagnosticsRequest;
2043
2403
  }
2044
2404
  /**
2045
2405
  * Request parameters for v1CreateOpticalTube operation in DefaultApi.
@@ -2132,6 +2492,45 @@ export interface DefaultApiV1GetOpticalTubeRequest {
2132
2492
  */
2133
2493
  readonly id: string;
2134
2494
  }
2495
+ /**
2496
+ * Request parameters for v1GetOrCreateCamera operation in DefaultApi.
2497
+ * @export
2498
+ * @interface DefaultApiV1GetOrCreateCameraRequest
2499
+ */
2500
+ export interface DefaultApiV1GetOrCreateCameraRequest {
2501
+ /**
2502
+ *
2503
+ * @type {V1GetOrCreateCameraRequest}
2504
+ * @memberof DefaultApiV1GetOrCreateCamera
2505
+ */
2506
+ readonly v1GetOrCreateCameraRequest: V1GetOrCreateCameraRequest;
2507
+ }
2508
+ /**
2509
+ * Request parameters for v1GetOrCreateMount operation in DefaultApi.
2510
+ * @export
2511
+ * @interface DefaultApiV1GetOrCreateMountRequest
2512
+ */
2513
+ export interface DefaultApiV1GetOrCreateMountRequest {
2514
+ /**
2515
+ *
2516
+ * @type {V1GetOrCreateMountRequest}
2517
+ * @memberof DefaultApiV1GetOrCreateMount
2518
+ */
2519
+ readonly v1GetOrCreateMountRequest: V1GetOrCreateMountRequest;
2520
+ }
2521
+ /**
2522
+ * Request parameters for v1GetOrCreateOpticalTube operation in DefaultApi.
2523
+ * @export
2524
+ * @interface DefaultApiV1GetOrCreateOpticalTubeRequest
2525
+ */
2526
+ export interface DefaultApiV1GetOrCreateOpticalTubeRequest {
2527
+ /**
2528
+ *
2529
+ * @type {V1GetOrCreateOpticalTubeRequest}
2530
+ * @memberof DefaultApiV1GetOrCreateOpticalTube
2531
+ */
2532
+ readonly v1GetOrCreateOpticalTubeRequest: V1GetOrCreateOpticalTubeRequest;
2533
+ }
2135
2534
  /**
2136
2535
  * Request parameters for v1MountMatch operation in DefaultApi.
2137
2536
  * @export
@@ -2196,6 +2595,19 @@ export interface DefaultApiV1UpdateNodeMetricsRequest {
2196
2595
  */
2197
2596
  readonly v1UpdateNodeMetricsRequest: V1UpdateNodeMetricsRequest;
2198
2597
  }
2598
+ /**
2599
+ * Request parameters for v2CompleteObservation operation in DefaultApi.
2600
+ * @export
2601
+ * @interface DefaultApiV2CompleteObservationRequest
2602
+ */
2603
+ export interface DefaultApiV2CompleteObservationRequest {
2604
+ /**
2605
+ *
2606
+ * @type {V2CompleteObservationRequest}
2607
+ * @memberof DefaultApiV2CompleteObservation
2608
+ */
2609
+ readonly v2CompleteObservationRequest: V2CompleteObservationRequest;
2610
+ }
2199
2611
  /**
2200
2612
  * Request parameters for v2GetObservation operation in DefaultApi.
2201
2613
  * @export
@@ -2342,6 +2754,30 @@ export declare class DefaultApi extends BaseAPI {
2342
2754
  * @memberof DefaultApi
2343
2755
  */
2344
2756
  v1GetOpticalTube(requestParameters: DefaultApiV1GetOpticalTubeRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<V1OpticalTube, any>>;
2757
+ /**
2758
+ * Get or create camera.
2759
+ * @param {DefaultApiV1GetOrCreateCameraRequest} requestParameters Request parameters.
2760
+ * @param {*} [options] Override http request option.
2761
+ * @throws {RequiredError}
2762
+ * @memberof DefaultApi
2763
+ */
2764
+ v1GetOrCreateCamera(requestParameters: DefaultApiV1GetOrCreateCameraRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<V1Camera, any>>;
2765
+ /**
2766
+ * Get or create mount.
2767
+ * @param {DefaultApiV1GetOrCreateMountRequest} requestParameters Request parameters.
2768
+ * @param {*} [options] Override http request option.
2769
+ * @throws {RequiredError}
2770
+ * @memberof DefaultApi
2771
+ */
2772
+ v1GetOrCreateMount(requestParameters: DefaultApiV1GetOrCreateMountRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<V1Mount, any>>;
2773
+ /**
2774
+ * Get or create optical tube.
2775
+ * @param {DefaultApiV1GetOrCreateOpticalTubeRequest} requestParameters Request parameters.
2776
+ * @param {*} [options] Override http request option.
2777
+ * @throws {RequiredError}
2778
+ * @memberof DefaultApi
2779
+ */
2780
+ v1GetOrCreateOpticalTube(requestParameters: DefaultApiV1GetOrCreateOpticalTubeRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<V1OpticalTube, any>>;
2345
2781
  /**
2346
2782
  * Match mount.
2347
2783
  * @param {DefaultApiV1MountMatchRequest} requestParameters Request parameters.
@@ -2374,6 +2810,14 @@ export declare class DefaultApi extends BaseAPI {
2374
2810
  * @memberof DefaultApi
2375
2811
  */
2376
2812
  v1UpdateNodeMetrics(requestParameters: DefaultApiV1UpdateNodeMetricsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<EmptySuccess, any>>;
2813
+ /**
2814
+ * Complete an observation utilizing the async pipeline.
2815
+ * @param {DefaultApiV2CompleteObservationRequest} requestParameters Request parameters.
2816
+ * @param {*} [options] Override http request option.
2817
+ * @throws {RequiredError}
2818
+ * @memberof DefaultApi
2819
+ */
2820
+ v2CompleteObservation(requestParameters: DefaultApiV2CompleteObservationRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<EmptySuccess, any>>;
2377
2821
  /**
2378
2822
  * Get next observation.
2379
2823
  * @param {DefaultApiV2GetObservationRequest} requestParameters Request parameters.