@ourskyai/platform-api 1.3.4331 → 1.3.4675

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @ourskyai/platform-api@1.3.4331
1
+ ## @ourskyai/platform-api@1.3.4675
2
2
 
3
3
  This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
4
4
 
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
36
36
  _published:_
37
37
 
38
38
  ```
39
- npm install @ourskyai/platform-api@1.3.4331 --save
39
+ npm install @ourskyai/platform-api@1.3.4675 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
package/api.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * OurSky Platform
5
5
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: 1.3.4331
7
+ * The version of the OpenAPI document: 1.3.4675
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -190,6 +190,36 @@ export const OpticalTubeType = {
190
190
  export type OpticalTubeType = typeof OpticalTubeType[keyof typeof OpticalTubeType];
191
191
 
192
192
 
193
+ /**
194
+ *
195
+ * @export
196
+ * @enum {string}
197
+ */
198
+
199
+ export const OrbitType = {
200
+ GEOSTATIONARY: 'GEOSTATIONARY',
201
+ GEOSYNCHRONOUS: 'GEOSYNCHRONOUS',
202
+ MEO: 'MEO',
203
+ LEO: 'LEO',
204
+ GTO: 'GTO',
205
+ SSO: 'SSO',
206
+ TUNDRA: 'TUNDRA',
207
+ MOLNIYA: 'MOLNIYA',
208
+ EGO: 'EGO',
209
+ ESO: 'ESO',
210
+ GHO: 'GHO',
211
+ HAO: 'HAO',
212
+ HEO: 'HEO',
213
+ IGO: 'IGO',
214
+ LMO: 'LMO',
215
+ MGO: 'MGO',
216
+ NSO: 'NSO',
217
+ UFO: 'UFO'
218
+ } as const;
219
+
220
+ export type OrbitType = typeof OrbitType[keyof typeof OrbitType];
221
+
222
+
193
223
  /**
194
224
  *
195
225
  * @export
@@ -1444,6 +1474,12 @@ export interface V1ImageSetImage {
1444
1474
  * @memberof V1ImageSetImage
1445
1475
  */
1446
1476
  'fitsHeaders': Array<FitsHeader>;
1477
+ /**
1478
+ *
1479
+ * @type {V1PredictedStreakLocation}
1480
+ * @memberof V1ImageSetImage
1481
+ */
1482
+ 'predictedStreakLocation'?: V1PredictedStreakLocation;
1447
1483
  }
1448
1484
  /**
1449
1485
  * Instruction
@@ -1695,7 +1731,19 @@ export const V1NodeDiagnosticType = {
1695
1731
  CPU_USAGE_LAST_MINUTE_PCT: 'CPU_USAGE_LAST_MINUTE_PCT',
1696
1732
  FOCUS_HFR_VALUES: 'FOCUS_HFR_VALUES',
1697
1733
  HAS_FOCUSER: 'HAS_FOCUSER',
1698
- GNSS_CALIBRATION: 'GNSS_CALIBRATION'
1734
+ GNSS_CALIBRATION: 'GNSS_CALIBRATION',
1735
+ SATELLITE_CALIBRATION: 'SATELLITE_CALIBRATION',
1736
+ MOUNT_MODEL_CHECKED: 'MOUNT_MODEL_CHECKED',
1737
+ ASCOM_CAN_MOVE_BOTH_AXIS: 'ASCOM_CAN_MOVE_BOTH_AXIS',
1738
+ ASCOM_MAX_PRIMARY_AXIS_SPEED: 'ASCOM_MAX_PRIMARY_AXIS_SPEED',
1739
+ ASCOM_MAX_SECONDARY_AXIS_SPEED: 'ASCOM_MAX_SECONDARY_AXIS_SPEED',
1740
+ ASCOM_PRIMARY_SIGN_WEST: 'ASCOM_PRIMARY_SIGN_WEST',
1741
+ ASCOM_PRIMARY_SIGN_EAST: 'ASCOM_PRIMARY_SIGN_EAST',
1742
+ ASCOM_SECONDARY_SIGN_WEST: 'ASCOM_SECONDARY_SIGN_WEST',
1743
+ ASCOM_SECONDARY_SIGN_EAST: 'ASCOM_SECONDARY_SIGN_EAST',
1744
+ ASCOM_PRIMARY_REVERSED: 'ASCOM_PRIMARY_REVERSED',
1745
+ ASCOM_SECONDARY_REVERSED: 'ASCOM_SECONDARY_REVERSED',
1746
+ ASCOM_CAN_TRACK_LEO: 'ASCOM_CAN_TRACK_LEO'
1699
1747
  } as const;
1700
1748
 
1701
1749
  export type V1NodeDiagnosticType = typeof V1NodeDiagnosticType[keyof typeof V1NodeDiagnosticType];
@@ -1732,6 +1780,18 @@ export interface V1ObservationInstruction {
1732
1780
  * @memberof V1ObservationInstruction
1733
1781
  */
1734
1782
  'id': string;
1783
+ /**
1784
+ *
1785
+ * @type {string}
1786
+ * @memberof V1ObservationInstruction
1787
+ */
1788
+ 'noradId'?: string;
1789
+ /**
1790
+ *
1791
+ * @type {OrbitType}
1792
+ * @memberof V1ObservationInstruction
1793
+ */
1794
+ 'orbitType'?: OrbitType;
1735
1795
  /**
1736
1796
  *
1737
1797
  * @type {string}
@@ -1822,6 +1882,12 @@ export interface V1ObservationInstruction {
1822
1882
  * @memberof V1ObservationInstruction
1823
1883
  */
1824
1884
  'cameraMode': CameraMode;
1885
+ /**
1886
+ *
1887
+ * @type {string}
1888
+ * @memberof V1ObservationInstruction
1889
+ */
1890
+ 'tleName'?: string;
1825
1891
  /**
1826
1892
  *
1827
1893
  * @type {string}
@@ -1858,9 +1924,101 @@ export interface V1ObservationInstruction {
1858
1924
  * @memberof V1ObservationInstruction
1859
1925
  */
1860
1926
  'uploadPriority'?: UploadPriority;
1927
+ /**
1928
+ *
1929
+ * @type {Array<V1ObservationInstructionSatellitePassEphemerisInner>}
1930
+ * @memberof V1ObservationInstruction
1931
+ */
1932
+ 'satellitePassEphemeris'?: Array<V1ObservationInstructionSatellitePassEphemerisInner>;
1933
+ /**
1934
+ *
1935
+ * @type {V1ObservationInstructionAscomAxisRates}
1936
+ * @memberof V1ObservationInstruction
1937
+ */
1938
+ 'ascomAxisRates'?: V1ObservationInstructionAscomAxisRates;
1861
1939
  }
1862
1940
 
1863
1941
 
1942
+ /**
1943
+ * ASCOM mount properties for rate tracking based on previous diagnostics
1944
+ * @export
1945
+ * @interface V1ObservationInstructionAscomAxisRates
1946
+ */
1947
+ export interface V1ObservationInstructionAscomAxisRates {
1948
+ /**
1949
+ *
1950
+ * @type {number}
1951
+ * @memberof V1ObservationInstructionAscomAxisRates
1952
+ */
1953
+ 'maxPrimarySpeed'?: number;
1954
+ /**
1955
+ *
1956
+ * @type {number}
1957
+ * @memberof V1ObservationInstructionAscomAxisRates
1958
+ */
1959
+ 'maxSecondarySpeed'?: number;
1960
+ /**
1961
+ *
1962
+ * @type {number}
1963
+ * @memberof V1ObservationInstructionAscomAxisRates
1964
+ */
1965
+ 'primarySignWest'?: number;
1966
+ /**
1967
+ *
1968
+ * @type {number}
1969
+ * @memberof V1ObservationInstructionAscomAxisRates
1970
+ */
1971
+ 'primarySignEast'?: number;
1972
+ /**
1973
+ *
1974
+ * @type {number}
1975
+ * @memberof V1ObservationInstructionAscomAxisRates
1976
+ */
1977
+ 'secondarySignWest'?: number;
1978
+ /**
1979
+ *
1980
+ * @type {number}
1981
+ * @memberof V1ObservationInstructionAscomAxisRates
1982
+ */
1983
+ 'secondarySignEast'?: number;
1984
+ /**
1985
+ *
1986
+ * @type {boolean}
1987
+ * @memberof V1ObservationInstructionAscomAxisRates
1988
+ */
1989
+ 'primaryReversed'?: boolean;
1990
+ /**
1991
+ *
1992
+ * @type {boolean}
1993
+ * @memberof V1ObservationInstructionAscomAxisRates
1994
+ */
1995
+ 'secondaryReversed'?: boolean;
1996
+ }
1997
+ /**
1998
+ * Satellite position data relative to the observer
1999
+ * @export
2000
+ * @interface V1ObservationInstructionSatellitePassEphemerisInner
2001
+ */
2002
+ export interface V1ObservationInstructionSatellitePassEphemerisInner {
2003
+ /**
2004
+ *
2005
+ * @type {string}
2006
+ * @memberof V1ObservationInstructionSatellitePassEphemerisInner
2007
+ */
2008
+ 'timeUtc'?: string;
2009
+ /**
2010
+ *
2011
+ * @type {number}
2012
+ * @memberof V1ObservationInstructionSatellitePassEphemerisInner
2013
+ */
2014
+ 'azimuth'?: number;
2015
+ /**
2016
+ *
2017
+ * @type {number}
2018
+ * @memberof V1ObservationInstructionSatellitePassEphemerisInner
2019
+ */
2020
+ 'altitude'?: number;
2021
+ }
1864
2022
  /**
1865
2023
  * Optical Tube
1866
2024
  * @export
@@ -1951,6 +2109,37 @@ export const V1PlateSolveCatalogFileDownloadActionEnum = {
1951
2109
 
1952
2110
  export type V1PlateSolveCatalogFileDownloadActionEnum = typeof V1PlateSolveCatalogFileDownloadActionEnum[keyof typeof V1PlateSolveCatalogFileDownloadActionEnum];
1953
2111
 
2112
+ /**
2113
+ *
2114
+ * @export
2115
+ * @interface V1PredictedStreakLocation
2116
+ */
2117
+ export interface V1PredictedStreakLocation {
2118
+ /**
2119
+ *
2120
+ * @type {number}
2121
+ * @memberof V1PredictedStreakLocation
2122
+ */
2123
+ 'startX'?: number;
2124
+ /**
2125
+ *
2126
+ * @type {number}
2127
+ * @memberof V1PredictedStreakLocation
2128
+ */
2129
+ 'startY'?: number;
2130
+ /**
2131
+ *
2132
+ * @type {number}
2133
+ * @memberof V1PredictedStreakLocation
2134
+ */
2135
+ 'endX'?: number;
2136
+ /**
2137
+ *
2138
+ * @type {number}
2139
+ * @memberof V1PredictedStreakLocation
2140
+ */
2141
+ 'endY'?: number;
2142
+ }
1954
2143
  /**
1955
2144
  *
1956
2145
  * @export
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.4331
7
+ * The version of the OpenAPI document: 1.3.4675
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.4331
7
+ * The version of the OpenAPI document: 1.3.4675
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.4331
7
+ * The version of the OpenAPI document: 1.3.4675
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.4331
5
+ * The version of the OpenAPI document: 1.3.4675
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -156,6 +156,32 @@ export declare const OpticalTubeType: {
156
156
  readonly REFRACTOR: "REFRACTOR";
157
157
  };
158
158
  export type OpticalTubeType = typeof OpticalTubeType[keyof typeof OpticalTubeType];
159
+ /**
160
+ *
161
+ * @export
162
+ * @enum {string}
163
+ */
164
+ export declare const OrbitType: {
165
+ readonly GEOSTATIONARY: "GEOSTATIONARY";
166
+ readonly GEOSYNCHRONOUS: "GEOSYNCHRONOUS";
167
+ readonly MEO: "MEO";
168
+ readonly LEO: "LEO";
169
+ readonly GTO: "GTO";
170
+ readonly SSO: "SSO";
171
+ readonly TUNDRA: "TUNDRA";
172
+ readonly MOLNIYA: "MOLNIYA";
173
+ readonly EGO: "EGO";
174
+ readonly ESO: "ESO";
175
+ readonly GHO: "GHO";
176
+ readonly HAO: "HAO";
177
+ readonly HEO: "HEO";
178
+ readonly IGO: "IGO";
179
+ readonly LMO: "LMO";
180
+ readonly MGO: "MGO";
181
+ readonly NSO: "NSO";
182
+ readonly UFO: "UFO";
183
+ };
184
+ export type OrbitType = typeof OrbitType[keyof typeof OrbitType];
159
185
  /**
160
186
  *
161
187
  * @export
@@ -1372,6 +1398,12 @@ export interface V1ImageSetImage {
1372
1398
  * @memberof V1ImageSetImage
1373
1399
  */
1374
1400
  'fitsHeaders': Array<FitsHeader>;
1401
+ /**
1402
+ *
1403
+ * @type {V1PredictedStreakLocation}
1404
+ * @memberof V1ImageSetImage
1405
+ */
1406
+ 'predictedStreakLocation'?: V1PredictedStreakLocation;
1375
1407
  }
1376
1408
  /**
1377
1409
  * Instruction
@@ -1615,6 +1647,18 @@ export declare const V1NodeDiagnosticType: {
1615
1647
  readonly FOCUS_HFR_VALUES: "FOCUS_HFR_VALUES";
1616
1648
  readonly HAS_FOCUSER: "HAS_FOCUSER";
1617
1649
  readonly GNSS_CALIBRATION: "GNSS_CALIBRATION";
1650
+ readonly SATELLITE_CALIBRATION: "SATELLITE_CALIBRATION";
1651
+ readonly MOUNT_MODEL_CHECKED: "MOUNT_MODEL_CHECKED";
1652
+ readonly ASCOM_CAN_MOVE_BOTH_AXIS: "ASCOM_CAN_MOVE_BOTH_AXIS";
1653
+ readonly ASCOM_MAX_PRIMARY_AXIS_SPEED: "ASCOM_MAX_PRIMARY_AXIS_SPEED";
1654
+ readonly ASCOM_MAX_SECONDARY_AXIS_SPEED: "ASCOM_MAX_SECONDARY_AXIS_SPEED";
1655
+ readonly ASCOM_PRIMARY_SIGN_WEST: "ASCOM_PRIMARY_SIGN_WEST";
1656
+ readonly ASCOM_PRIMARY_SIGN_EAST: "ASCOM_PRIMARY_SIGN_EAST";
1657
+ readonly ASCOM_SECONDARY_SIGN_WEST: "ASCOM_SECONDARY_SIGN_WEST";
1658
+ readonly ASCOM_SECONDARY_SIGN_EAST: "ASCOM_SECONDARY_SIGN_EAST";
1659
+ readonly ASCOM_PRIMARY_REVERSED: "ASCOM_PRIMARY_REVERSED";
1660
+ readonly ASCOM_SECONDARY_REVERSED: "ASCOM_SECONDARY_REVERSED";
1661
+ readonly ASCOM_CAN_TRACK_LEO: "ASCOM_CAN_TRACK_LEO";
1618
1662
  };
1619
1663
  export type V1NodeDiagnosticType = typeof V1NodeDiagnosticType[keyof typeof V1NodeDiagnosticType];
1620
1664
  /**
@@ -1648,6 +1692,18 @@ export interface V1ObservationInstruction {
1648
1692
  * @memberof V1ObservationInstruction
1649
1693
  */
1650
1694
  'id': string;
1695
+ /**
1696
+ *
1697
+ * @type {string}
1698
+ * @memberof V1ObservationInstruction
1699
+ */
1700
+ 'noradId'?: string;
1701
+ /**
1702
+ *
1703
+ * @type {OrbitType}
1704
+ * @memberof V1ObservationInstruction
1705
+ */
1706
+ 'orbitType'?: OrbitType;
1651
1707
  /**
1652
1708
  *
1653
1709
  * @type {string}
@@ -1738,6 +1794,12 @@ export interface V1ObservationInstruction {
1738
1794
  * @memberof V1ObservationInstruction
1739
1795
  */
1740
1796
  'cameraMode': CameraMode;
1797
+ /**
1798
+ *
1799
+ * @type {string}
1800
+ * @memberof V1ObservationInstruction
1801
+ */
1802
+ 'tleName'?: string;
1741
1803
  /**
1742
1804
  *
1743
1805
  * @type {string}
@@ -1774,6 +1836,98 @@ export interface V1ObservationInstruction {
1774
1836
  * @memberof V1ObservationInstruction
1775
1837
  */
1776
1838
  'uploadPriority'?: UploadPriority;
1839
+ /**
1840
+ *
1841
+ * @type {Array<V1ObservationInstructionSatellitePassEphemerisInner>}
1842
+ * @memberof V1ObservationInstruction
1843
+ */
1844
+ 'satellitePassEphemeris'?: Array<V1ObservationInstructionSatellitePassEphemerisInner>;
1845
+ /**
1846
+ *
1847
+ * @type {V1ObservationInstructionAscomAxisRates}
1848
+ * @memberof V1ObservationInstruction
1849
+ */
1850
+ 'ascomAxisRates'?: V1ObservationInstructionAscomAxisRates;
1851
+ }
1852
+ /**
1853
+ * ASCOM mount properties for rate tracking based on previous diagnostics
1854
+ * @export
1855
+ * @interface V1ObservationInstructionAscomAxisRates
1856
+ */
1857
+ export interface V1ObservationInstructionAscomAxisRates {
1858
+ /**
1859
+ *
1860
+ * @type {number}
1861
+ * @memberof V1ObservationInstructionAscomAxisRates
1862
+ */
1863
+ 'maxPrimarySpeed'?: number;
1864
+ /**
1865
+ *
1866
+ * @type {number}
1867
+ * @memberof V1ObservationInstructionAscomAxisRates
1868
+ */
1869
+ 'maxSecondarySpeed'?: number;
1870
+ /**
1871
+ *
1872
+ * @type {number}
1873
+ * @memberof V1ObservationInstructionAscomAxisRates
1874
+ */
1875
+ 'primarySignWest'?: number;
1876
+ /**
1877
+ *
1878
+ * @type {number}
1879
+ * @memberof V1ObservationInstructionAscomAxisRates
1880
+ */
1881
+ 'primarySignEast'?: number;
1882
+ /**
1883
+ *
1884
+ * @type {number}
1885
+ * @memberof V1ObservationInstructionAscomAxisRates
1886
+ */
1887
+ 'secondarySignWest'?: number;
1888
+ /**
1889
+ *
1890
+ * @type {number}
1891
+ * @memberof V1ObservationInstructionAscomAxisRates
1892
+ */
1893
+ 'secondarySignEast'?: number;
1894
+ /**
1895
+ *
1896
+ * @type {boolean}
1897
+ * @memberof V1ObservationInstructionAscomAxisRates
1898
+ */
1899
+ 'primaryReversed'?: boolean;
1900
+ /**
1901
+ *
1902
+ * @type {boolean}
1903
+ * @memberof V1ObservationInstructionAscomAxisRates
1904
+ */
1905
+ 'secondaryReversed'?: boolean;
1906
+ }
1907
+ /**
1908
+ * Satellite position data relative to the observer
1909
+ * @export
1910
+ * @interface V1ObservationInstructionSatellitePassEphemerisInner
1911
+ */
1912
+ export interface V1ObservationInstructionSatellitePassEphemerisInner {
1913
+ /**
1914
+ *
1915
+ * @type {string}
1916
+ * @memberof V1ObservationInstructionSatellitePassEphemerisInner
1917
+ */
1918
+ 'timeUtc'?: string;
1919
+ /**
1920
+ *
1921
+ * @type {number}
1922
+ * @memberof V1ObservationInstructionSatellitePassEphemerisInner
1923
+ */
1924
+ 'azimuth'?: number;
1925
+ /**
1926
+ *
1927
+ * @type {number}
1928
+ * @memberof V1ObservationInstructionSatellitePassEphemerisInner
1929
+ */
1930
+ 'altitude'?: number;
1777
1931
  }
1778
1932
  /**
1779
1933
  * Optical Tube
@@ -1862,6 +2016,37 @@ export declare const V1PlateSolveCatalogFileDownloadActionEnum: {
1862
2016
  readonly NO_ACTION: "NO_ACTION";
1863
2017
  };
1864
2018
  export type V1PlateSolveCatalogFileDownloadActionEnum = typeof V1PlateSolveCatalogFileDownloadActionEnum[keyof typeof V1PlateSolveCatalogFileDownloadActionEnum];
2019
+ /**
2020
+ *
2021
+ * @export
2022
+ * @interface V1PredictedStreakLocation
2023
+ */
2024
+ export interface V1PredictedStreakLocation {
2025
+ /**
2026
+ *
2027
+ * @type {number}
2028
+ * @memberof V1PredictedStreakLocation
2029
+ */
2030
+ 'startX'?: number;
2031
+ /**
2032
+ *
2033
+ * @type {number}
2034
+ * @memberof V1PredictedStreakLocation
2035
+ */
2036
+ 'startY'?: number;
2037
+ /**
2038
+ *
2039
+ * @type {number}
2040
+ * @memberof V1PredictedStreakLocation
2041
+ */
2042
+ 'endX'?: number;
2043
+ /**
2044
+ *
2045
+ * @type {number}
2046
+ * @memberof V1PredictedStreakLocation
2047
+ */
2048
+ 'endY'?: number;
2049
+ }
1865
2050
  /**
1866
2051
  *
1867
2052
  * @export
package/dist/api.js CHANGED
@@ -5,7 +5,7 @@
5
5
  * OurSky Platform
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
- * The version of the OpenAPI document: 1.3.4331
8
+ * The version of the OpenAPI document: 1.3.4675
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -22,7 +22,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
22
22
  });
23
23
  };
24
24
  Object.defineProperty(exports, "__esModule", { value: true });
25
- exports.DefaultApi = exports.DefaultApiFactory = exports.DefaultApiFp = exports.DefaultApiAxiosParamCreator = exports.V1PlateSolveCatalogFileDownloadActionEnum = exports.V1NodeDiagnosticType = exports.V1NodeComponentType = exports.V1FileType = exports.UploadPriority = exports.TrackingType = exports.ShutterType = exports.OpticalTubeType = exports.NodeState = exports.MountType = exports.MetricType = exports.FilterType = exports.CameraMode = void 0;
25
+ exports.DefaultApi = exports.DefaultApiFactory = exports.DefaultApiFp = exports.DefaultApiAxiosParamCreator = exports.V1PlateSolveCatalogFileDownloadActionEnum = exports.V1NodeDiagnosticType = exports.V1NodeComponentType = exports.V1FileType = exports.UploadPriority = exports.TrackingType = exports.ShutterType = exports.OrbitType = exports.OpticalTubeType = exports.NodeState = exports.MountType = exports.MetricType = exports.FilterType = exports.CameraMode = void 0;
26
26
  const axios_1 = require("axios");
27
27
  // Some imports not used depending on template conditions
28
28
  // @ts-ignore
@@ -109,6 +109,31 @@ exports.OpticalTubeType = {
109
109
  RC: 'RC',
110
110
  REFRACTOR: 'REFRACTOR'
111
111
  };
112
+ /**
113
+ *
114
+ * @export
115
+ * @enum {string}
116
+ */
117
+ exports.OrbitType = {
118
+ GEOSTATIONARY: 'GEOSTATIONARY',
119
+ GEOSYNCHRONOUS: 'GEOSYNCHRONOUS',
120
+ MEO: 'MEO',
121
+ LEO: 'LEO',
122
+ GTO: 'GTO',
123
+ SSO: 'SSO',
124
+ TUNDRA: 'TUNDRA',
125
+ MOLNIYA: 'MOLNIYA',
126
+ EGO: 'EGO',
127
+ ESO: 'ESO',
128
+ GHO: 'GHO',
129
+ HAO: 'HAO',
130
+ HEO: 'HEO',
131
+ IGO: 'IGO',
132
+ LMO: 'LMO',
133
+ MGO: 'MGO',
134
+ NSO: 'NSO',
135
+ UFO: 'UFO'
136
+ };
112
137
  /**
113
138
  *
114
139
  * @export
@@ -181,7 +206,19 @@ exports.V1NodeDiagnosticType = {
181
206
  CPU_USAGE_LAST_MINUTE_PCT: 'CPU_USAGE_LAST_MINUTE_PCT',
182
207
  FOCUS_HFR_VALUES: 'FOCUS_HFR_VALUES',
183
208
  HAS_FOCUSER: 'HAS_FOCUSER',
184
- GNSS_CALIBRATION: 'GNSS_CALIBRATION'
209
+ GNSS_CALIBRATION: 'GNSS_CALIBRATION',
210
+ SATELLITE_CALIBRATION: 'SATELLITE_CALIBRATION',
211
+ MOUNT_MODEL_CHECKED: 'MOUNT_MODEL_CHECKED',
212
+ ASCOM_CAN_MOVE_BOTH_AXIS: 'ASCOM_CAN_MOVE_BOTH_AXIS',
213
+ ASCOM_MAX_PRIMARY_AXIS_SPEED: 'ASCOM_MAX_PRIMARY_AXIS_SPEED',
214
+ ASCOM_MAX_SECONDARY_AXIS_SPEED: 'ASCOM_MAX_SECONDARY_AXIS_SPEED',
215
+ ASCOM_PRIMARY_SIGN_WEST: 'ASCOM_PRIMARY_SIGN_WEST',
216
+ ASCOM_PRIMARY_SIGN_EAST: 'ASCOM_PRIMARY_SIGN_EAST',
217
+ ASCOM_SECONDARY_SIGN_WEST: 'ASCOM_SECONDARY_SIGN_WEST',
218
+ ASCOM_SECONDARY_SIGN_EAST: 'ASCOM_SECONDARY_SIGN_EAST',
219
+ ASCOM_PRIMARY_REVERSED: 'ASCOM_PRIMARY_REVERSED',
220
+ ASCOM_SECONDARY_REVERSED: 'ASCOM_SECONDARY_REVERSED',
221
+ ASCOM_CAN_TRACK_LEO: 'ASCOM_CAN_TRACK_LEO'
185
222
  };
186
223
  exports.V1PlateSolveCatalogFileDownloadActionEnum = {
187
224
  DOWNLOAD: 'DOWNLOAD',
package/dist/base.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.4331
5
+ * The version of the OpenAPI document: 1.3.4675
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/base.js CHANGED
@@ -5,7 +5,7 @@
5
5
  * OurSky Platform
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
- * The version of the OpenAPI document: 1.3.4331
8
+ * The version of the OpenAPI document: 1.3.4675
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/common.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.4331
5
+ * The version of the OpenAPI document: 1.3.4675
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/common.js CHANGED
@@ -5,7 +5,7 @@
5
5
  * OurSky Platform
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
- * The version of the OpenAPI document: 1.3.4331
8
+ * The version of the OpenAPI document: 1.3.4675
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -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.4331
5
+ * The version of the OpenAPI document: 1.3.4675
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * OurSky Platform
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
- * The version of the OpenAPI document: 1.3.4331
8
+ * The version of the OpenAPI document: 1.3.4675
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/esm/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.4331
5
+ * The version of the OpenAPI document: 1.3.4675
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -156,6 +156,32 @@ export declare const OpticalTubeType: {
156
156
  readonly REFRACTOR: "REFRACTOR";
157
157
  };
158
158
  export type OpticalTubeType = typeof OpticalTubeType[keyof typeof OpticalTubeType];
159
+ /**
160
+ *
161
+ * @export
162
+ * @enum {string}
163
+ */
164
+ export declare const OrbitType: {
165
+ readonly GEOSTATIONARY: "GEOSTATIONARY";
166
+ readonly GEOSYNCHRONOUS: "GEOSYNCHRONOUS";
167
+ readonly MEO: "MEO";
168
+ readonly LEO: "LEO";
169
+ readonly GTO: "GTO";
170
+ readonly SSO: "SSO";
171
+ readonly TUNDRA: "TUNDRA";
172
+ readonly MOLNIYA: "MOLNIYA";
173
+ readonly EGO: "EGO";
174
+ readonly ESO: "ESO";
175
+ readonly GHO: "GHO";
176
+ readonly HAO: "HAO";
177
+ readonly HEO: "HEO";
178
+ readonly IGO: "IGO";
179
+ readonly LMO: "LMO";
180
+ readonly MGO: "MGO";
181
+ readonly NSO: "NSO";
182
+ readonly UFO: "UFO";
183
+ };
184
+ export type OrbitType = typeof OrbitType[keyof typeof OrbitType];
159
185
  /**
160
186
  *
161
187
  * @export
@@ -1372,6 +1398,12 @@ export interface V1ImageSetImage {
1372
1398
  * @memberof V1ImageSetImage
1373
1399
  */
1374
1400
  'fitsHeaders': Array<FitsHeader>;
1401
+ /**
1402
+ *
1403
+ * @type {V1PredictedStreakLocation}
1404
+ * @memberof V1ImageSetImage
1405
+ */
1406
+ 'predictedStreakLocation'?: V1PredictedStreakLocation;
1375
1407
  }
1376
1408
  /**
1377
1409
  * Instruction
@@ -1615,6 +1647,18 @@ export declare const V1NodeDiagnosticType: {
1615
1647
  readonly FOCUS_HFR_VALUES: "FOCUS_HFR_VALUES";
1616
1648
  readonly HAS_FOCUSER: "HAS_FOCUSER";
1617
1649
  readonly GNSS_CALIBRATION: "GNSS_CALIBRATION";
1650
+ readonly SATELLITE_CALIBRATION: "SATELLITE_CALIBRATION";
1651
+ readonly MOUNT_MODEL_CHECKED: "MOUNT_MODEL_CHECKED";
1652
+ readonly ASCOM_CAN_MOVE_BOTH_AXIS: "ASCOM_CAN_MOVE_BOTH_AXIS";
1653
+ readonly ASCOM_MAX_PRIMARY_AXIS_SPEED: "ASCOM_MAX_PRIMARY_AXIS_SPEED";
1654
+ readonly ASCOM_MAX_SECONDARY_AXIS_SPEED: "ASCOM_MAX_SECONDARY_AXIS_SPEED";
1655
+ readonly ASCOM_PRIMARY_SIGN_WEST: "ASCOM_PRIMARY_SIGN_WEST";
1656
+ readonly ASCOM_PRIMARY_SIGN_EAST: "ASCOM_PRIMARY_SIGN_EAST";
1657
+ readonly ASCOM_SECONDARY_SIGN_WEST: "ASCOM_SECONDARY_SIGN_WEST";
1658
+ readonly ASCOM_SECONDARY_SIGN_EAST: "ASCOM_SECONDARY_SIGN_EAST";
1659
+ readonly ASCOM_PRIMARY_REVERSED: "ASCOM_PRIMARY_REVERSED";
1660
+ readonly ASCOM_SECONDARY_REVERSED: "ASCOM_SECONDARY_REVERSED";
1661
+ readonly ASCOM_CAN_TRACK_LEO: "ASCOM_CAN_TRACK_LEO";
1618
1662
  };
1619
1663
  export type V1NodeDiagnosticType = typeof V1NodeDiagnosticType[keyof typeof V1NodeDiagnosticType];
1620
1664
  /**
@@ -1648,6 +1692,18 @@ export interface V1ObservationInstruction {
1648
1692
  * @memberof V1ObservationInstruction
1649
1693
  */
1650
1694
  'id': string;
1695
+ /**
1696
+ *
1697
+ * @type {string}
1698
+ * @memberof V1ObservationInstruction
1699
+ */
1700
+ 'noradId'?: string;
1701
+ /**
1702
+ *
1703
+ * @type {OrbitType}
1704
+ * @memberof V1ObservationInstruction
1705
+ */
1706
+ 'orbitType'?: OrbitType;
1651
1707
  /**
1652
1708
  *
1653
1709
  * @type {string}
@@ -1738,6 +1794,12 @@ export interface V1ObservationInstruction {
1738
1794
  * @memberof V1ObservationInstruction
1739
1795
  */
1740
1796
  'cameraMode': CameraMode;
1797
+ /**
1798
+ *
1799
+ * @type {string}
1800
+ * @memberof V1ObservationInstruction
1801
+ */
1802
+ 'tleName'?: string;
1741
1803
  /**
1742
1804
  *
1743
1805
  * @type {string}
@@ -1774,6 +1836,98 @@ export interface V1ObservationInstruction {
1774
1836
  * @memberof V1ObservationInstruction
1775
1837
  */
1776
1838
  'uploadPriority'?: UploadPriority;
1839
+ /**
1840
+ *
1841
+ * @type {Array<V1ObservationInstructionSatellitePassEphemerisInner>}
1842
+ * @memberof V1ObservationInstruction
1843
+ */
1844
+ 'satellitePassEphemeris'?: Array<V1ObservationInstructionSatellitePassEphemerisInner>;
1845
+ /**
1846
+ *
1847
+ * @type {V1ObservationInstructionAscomAxisRates}
1848
+ * @memberof V1ObservationInstruction
1849
+ */
1850
+ 'ascomAxisRates'?: V1ObservationInstructionAscomAxisRates;
1851
+ }
1852
+ /**
1853
+ * ASCOM mount properties for rate tracking based on previous diagnostics
1854
+ * @export
1855
+ * @interface V1ObservationInstructionAscomAxisRates
1856
+ */
1857
+ export interface V1ObservationInstructionAscomAxisRates {
1858
+ /**
1859
+ *
1860
+ * @type {number}
1861
+ * @memberof V1ObservationInstructionAscomAxisRates
1862
+ */
1863
+ 'maxPrimarySpeed'?: number;
1864
+ /**
1865
+ *
1866
+ * @type {number}
1867
+ * @memberof V1ObservationInstructionAscomAxisRates
1868
+ */
1869
+ 'maxSecondarySpeed'?: number;
1870
+ /**
1871
+ *
1872
+ * @type {number}
1873
+ * @memberof V1ObservationInstructionAscomAxisRates
1874
+ */
1875
+ 'primarySignWest'?: number;
1876
+ /**
1877
+ *
1878
+ * @type {number}
1879
+ * @memberof V1ObservationInstructionAscomAxisRates
1880
+ */
1881
+ 'primarySignEast'?: number;
1882
+ /**
1883
+ *
1884
+ * @type {number}
1885
+ * @memberof V1ObservationInstructionAscomAxisRates
1886
+ */
1887
+ 'secondarySignWest'?: number;
1888
+ /**
1889
+ *
1890
+ * @type {number}
1891
+ * @memberof V1ObservationInstructionAscomAxisRates
1892
+ */
1893
+ 'secondarySignEast'?: number;
1894
+ /**
1895
+ *
1896
+ * @type {boolean}
1897
+ * @memberof V1ObservationInstructionAscomAxisRates
1898
+ */
1899
+ 'primaryReversed'?: boolean;
1900
+ /**
1901
+ *
1902
+ * @type {boolean}
1903
+ * @memberof V1ObservationInstructionAscomAxisRates
1904
+ */
1905
+ 'secondaryReversed'?: boolean;
1906
+ }
1907
+ /**
1908
+ * Satellite position data relative to the observer
1909
+ * @export
1910
+ * @interface V1ObservationInstructionSatellitePassEphemerisInner
1911
+ */
1912
+ export interface V1ObservationInstructionSatellitePassEphemerisInner {
1913
+ /**
1914
+ *
1915
+ * @type {string}
1916
+ * @memberof V1ObservationInstructionSatellitePassEphemerisInner
1917
+ */
1918
+ 'timeUtc'?: string;
1919
+ /**
1920
+ *
1921
+ * @type {number}
1922
+ * @memberof V1ObservationInstructionSatellitePassEphemerisInner
1923
+ */
1924
+ 'azimuth'?: number;
1925
+ /**
1926
+ *
1927
+ * @type {number}
1928
+ * @memberof V1ObservationInstructionSatellitePassEphemerisInner
1929
+ */
1930
+ 'altitude'?: number;
1777
1931
  }
1778
1932
  /**
1779
1933
  * Optical Tube
@@ -1862,6 +2016,37 @@ export declare const V1PlateSolveCatalogFileDownloadActionEnum: {
1862
2016
  readonly NO_ACTION: "NO_ACTION";
1863
2017
  };
1864
2018
  export type V1PlateSolveCatalogFileDownloadActionEnum = typeof V1PlateSolveCatalogFileDownloadActionEnum[keyof typeof V1PlateSolveCatalogFileDownloadActionEnum];
2019
+ /**
2020
+ *
2021
+ * @export
2022
+ * @interface V1PredictedStreakLocation
2023
+ */
2024
+ export interface V1PredictedStreakLocation {
2025
+ /**
2026
+ *
2027
+ * @type {number}
2028
+ * @memberof V1PredictedStreakLocation
2029
+ */
2030
+ 'startX'?: number;
2031
+ /**
2032
+ *
2033
+ * @type {number}
2034
+ * @memberof V1PredictedStreakLocation
2035
+ */
2036
+ 'startY'?: number;
2037
+ /**
2038
+ *
2039
+ * @type {number}
2040
+ * @memberof V1PredictedStreakLocation
2041
+ */
2042
+ 'endX'?: number;
2043
+ /**
2044
+ *
2045
+ * @type {number}
2046
+ * @memberof V1PredictedStreakLocation
2047
+ */
2048
+ 'endY'?: number;
2049
+ }
1865
2050
  /**
1866
2051
  *
1867
2052
  * @export
package/dist/esm/api.js CHANGED
@@ -4,7 +4,7 @@
4
4
  * OurSky Platform
5
5
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: 1.3.4331
7
+ * The version of the OpenAPI document: 1.3.4675
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -106,6 +106,31 @@ export const OpticalTubeType = {
106
106
  RC: 'RC',
107
107
  REFRACTOR: 'REFRACTOR'
108
108
  };
109
+ /**
110
+ *
111
+ * @export
112
+ * @enum {string}
113
+ */
114
+ export const OrbitType = {
115
+ GEOSTATIONARY: 'GEOSTATIONARY',
116
+ GEOSYNCHRONOUS: 'GEOSYNCHRONOUS',
117
+ MEO: 'MEO',
118
+ LEO: 'LEO',
119
+ GTO: 'GTO',
120
+ SSO: 'SSO',
121
+ TUNDRA: 'TUNDRA',
122
+ MOLNIYA: 'MOLNIYA',
123
+ EGO: 'EGO',
124
+ ESO: 'ESO',
125
+ GHO: 'GHO',
126
+ HAO: 'HAO',
127
+ HEO: 'HEO',
128
+ IGO: 'IGO',
129
+ LMO: 'LMO',
130
+ MGO: 'MGO',
131
+ NSO: 'NSO',
132
+ UFO: 'UFO'
133
+ };
109
134
  /**
110
135
  *
111
136
  * @export
@@ -178,7 +203,19 @@ export const V1NodeDiagnosticType = {
178
203
  CPU_USAGE_LAST_MINUTE_PCT: 'CPU_USAGE_LAST_MINUTE_PCT',
179
204
  FOCUS_HFR_VALUES: 'FOCUS_HFR_VALUES',
180
205
  HAS_FOCUSER: 'HAS_FOCUSER',
181
- GNSS_CALIBRATION: 'GNSS_CALIBRATION'
206
+ GNSS_CALIBRATION: 'GNSS_CALIBRATION',
207
+ SATELLITE_CALIBRATION: 'SATELLITE_CALIBRATION',
208
+ MOUNT_MODEL_CHECKED: 'MOUNT_MODEL_CHECKED',
209
+ ASCOM_CAN_MOVE_BOTH_AXIS: 'ASCOM_CAN_MOVE_BOTH_AXIS',
210
+ ASCOM_MAX_PRIMARY_AXIS_SPEED: 'ASCOM_MAX_PRIMARY_AXIS_SPEED',
211
+ ASCOM_MAX_SECONDARY_AXIS_SPEED: 'ASCOM_MAX_SECONDARY_AXIS_SPEED',
212
+ ASCOM_PRIMARY_SIGN_WEST: 'ASCOM_PRIMARY_SIGN_WEST',
213
+ ASCOM_PRIMARY_SIGN_EAST: 'ASCOM_PRIMARY_SIGN_EAST',
214
+ ASCOM_SECONDARY_SIGN_WEST: 'ASCOM_SECONDARY_SIGN_WEST',
215
+ ASCOM_SECONDARY_SIGN_EAST: 'ASCOM_SECONDARY_SIGN_EAST',
216
+ ASCOM_PRIMARY_REVERSED: 'ASCOM_PRIMARY_REVERSED',
217
+ ASCOM_SECONDARY_REVERSED: 'ASCOM_SECONDARY_REVERSED',
218
+ ASCOM_CAN_TRACK_LEO: 'ASCOM_CAN_TRACK_LEO'
182
219
  };
183
220
  export const V1PlateSolveCatalogFileDownloadActionEnum = {
184
221
  DOWNLOAD: 'DOWNLOAD',
@@ -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.4331
5
+ * The version of the OpenAPI document: 1.3.4675
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/esm/base.js CHANGED
@@ -4,7 +4,7 @@
4
4
  * OurSky Platform
5
5
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: 1.3.4331
7
+ * The version of the OpenAPI document: 1.3.4675
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -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.4331
5
+ * The version of the OpenAPI document: 1.3.4675
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -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.4331
7
+ * The version of the OpenAPI document: 1.3.4675
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -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.4331
5
+ * The version of the OpenAPI document: 1.3.4675
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -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.4331
7
+ * The version of the OpenAPI document: 1.3.4675
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -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.4331
5
+ * The version of the OpenAPI document: 1.3.4675
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/esm/index.js CHANGED
@@ -4,7 +4,7 @@
4
4
  * OurSky Platform
5
5
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: 1.3.4331
7
+ * The version of the OpenAPI document: 1.3.4675
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/index.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.4331
5
+ * The version of the OpenAPI document: 1.3.4675
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/index.js CHANGED
@@ -5,7 +5,7 @@
5
5
  * OurSky Platform
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
- * The version of the OpenAPI document: 1.3.4331
8
+ * The version of the OpenAPI document: 1.3.4675
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/index.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.4331
7
+ * The version of the OpenAPI document: 1.3.4675
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ourskyai/platform-api",
3
- "version": "1.3.4331",
3
+ "version": "1.3.4675",
4
4
  "description": "OpenAPI client for @ourskyai/platform-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {