@ourskyai/astro-api 1.3.8459 → 1.3.8815

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/astro-api@1.3.8459
1
+ ## @ourskyai/astro-api@1.3.8815
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/astro-api@1.3.8459 --save
39
+ npm install @ourskyai/astro-api@1.3.8815 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
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.8459
7
+ * The version of the OpenAPI document: 1.3.8815
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1943,6 +1943,44 @@ export const V1ImageFileType = {
1943
1943
  export type V1ImageFileType = typeof V1ImageFileType[keyof typeof V1ImageFileType];
1944
1944
 
1945
1945
 
1946
+ /**
1947
+ *
1948
+ * @export
1949
+ * @enum {string}
1950
+ */
1951
+
1952
+ export const V1ImageRejectionReason = {
1953
+ TARGET_NOT_FOUND: 'TARGET_NOT_FOUND',
1954
+ RATE_TARGET_NOT_FOUND: 'RATE_TARGET_NOT_FOUND',
1955
+ RATE_PLATE_SOLVE_FAILURE: 'RATE_PLATE_SOLVE_FAILURE',
1956
+ STREAK_DETECTION_FAILURE: 'STREAK_DETECTION_FAILURE',
1957
+ PLATE_SOLVE_FAILURE: 'PLATE_SOLVE_FAILURE',
1958
+ PLATE_SOLVE_NOT_ENOUGH_STARS_FAILURE: 'PLATE_SOLVE_NOT_ENOUGH_STARS_FAILURE',
1959
+ PLATE_SOLVE_NO_SOLUTION_FAILURE: 'PLATE_SOLVE_NO_SOLUTION_FAILURE',
1960
+ CROP_IMAGE_FAILURE: 'CROP_IMAGE_FAILURE',
1961
+ COSMETIC_CORRECTION_FAILURE: 'COSMETIC_CORRECTION_FAILURE',
1962
+ GRADIENT_REMOVAL_FAILURE: 'GRADIENT_REMOVAL_FAILURE',
1963
+ CATMAG_FAILURE: 'CATMAG_FAILURE',
1964
+ IMAGE_QUALITY_TOO_LOW: 'IMAGE_QUALITY_TOO_LOW',
1965
+ OBSERVATION_NOT_FOUND: 'OBSERVATION_NOT_FOUND',
1966
+ NODE_NOT_FOUND: 'NODE_NOT_FOUND',
1967
+ CAMERA_NOT_FOUND: 'CAMERA_NOT_FOUND',
1968
+ OTA_NOT_FOUND: 'OTA_NOT_FOUND',
1969
+ TLE_NOT_EXTRACTED: 'TLE_NOT_EXTRACTED',
1970
+ FAILED_TO_LOAD: 'FAILED_TO_LOAD',
1971
+ GPS_ERROR: 'GPS_ERROR',
1972
+ MUTEX_TIMEOUT: 'MUTEX_TIMEOUT',
1973
+ AWAIT_TIMEOUT: 'AWAIT_TIMEOUT',
1974
+ CATALOG_COMPARE_ERROR: 'CATALOG_COMPARE_ERROR',
1975
+ SAVE_FAILURE: 'SAVE_FAILURE',
1976
+ RATE_CATALOG_COMPARE_ERROR: 'RATE_CATALOG_COMPARE_ERROR',
1977
+ MISSING_IMG_WIDTH_HEADER: 'MISSING_IMG_WIDTH_HEADER',
1978
+ UNKNOWN_ERROR: 'UNKNOWN_ERROR'
1979
+ } as const;
1980
+
1981
+ export type V1ImageRejectionReason = typeof V1ImageRejectionReason[keyof typeof V1ImageRejectionReason];
1982
+
1983
+
1946
1984
  /**
1947
1985
  * An image set represents a contiguous set of observations of the same target captured by the same node.
1948
1986
  * @export
@@ -2180,7 +2218,15 @@ export interface V1ImageSetImage {
2180
2218
  * @memberof V1ImageSetImage
2181
2219
  */
2182
2220
  'predictedStreakLocation'?: V1PredictedStreakLocation;
2221
+ /**
2222
+ *
2223
+ * @type {V1ImageRejectionReason}
2224
+ * @memberof V1ImageSetImage
2225
+ */
2226
+ 'rejectedReason'?: V1ImageRejectionReason;
2183
2227
  }
2228
+
2229
+
2184
2230
  /**
2185
2231
  *
2186
2232
  * @export
package/base.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.8459
7
+ * The version of the OpenAPI document: 1.3.8815
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 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.8459
7
+ * The version of the OpenAPI document: 1.3.8815
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 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.8459
7
+ * The version of the OpenAPI document: 1.3.8815
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 Astro
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.8459
5
+ * The version of the OpenAPI document: 1.3.8815
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1857,6 +1857,40 @@ export declare const V1ImageFileType: {
1857
1857
  readonly JPG: "JPG";
1858
1858
  };
1859
1859
  export type V1ImageFileType = typeof V1ImageFileType[keyof typeof V1ImageFileType];
1860
+ /**
1861
+ *
1862
+ * @export
1863
+ * @enum {string}
1864
+ */
1865
+ export declare const V1ImageRejectionReason: {
1866
+ readonly TARGET_NOT_FOUND: "TARGET_NOT_FOUND";
1867
+ readonly RATE_TARGET_NOT_FOUND: "RATE_TARGET_NOT_FOUND";
1868
+ readonly RATE_PLATE_SOLVE_FAILURE: "RATE_PLATE_SOLVE_FAILURE";
1869
+ readonly STREAK_DETECTION_FAILURE: "STREAK_DETECTION_FAILURE";
1870
+ readonly PLATE_SOLVE_FAILURE: "PLATE_SOLVE_FAILURE";
1871
+ readonly PLATE_SOLVE_NOT_ENOUGH_STARS_FAILURE: "PLATE_SOLVE_NOT_ENOUGH_STARS_FAILURE";
1872
+ readonly PLATE_SOLVE_NO_SOLUTION_FAILURE: "PLATE_SOLVE_NO_SOLUTION_FAILURE";
1873
+ readonly CROP_IMAGE_FAILURE: "CROP_IMAGE_FAILURE";
1874
+ readonly COSMETIC_CORRECTION_FAILURE: "COSMETIC_CORRECTION_FAILURE";
1875
+ readonly GRADIENT_REMOVAL_FAILURE: "GRADIENT_REMOVAL_FAILURE";
1876
+ readonly CATMAG_FAILURE: "CATMAG_FAILURE";
1877
+ readonly IMAGE_QUALITY_TOO_LOW: "IMAGE_QUALITY_TOO_LOW";
1878
+ readonly OBSERVATION_NOT_FOUND: "OBSERVATION_NOT_FOUND";
1879
+ readonly NODE_NOT_FOUND: "NODE_NOT_FOUND";
1880
+ readonly CAMERA_NOT_FOUND: "CAMERA_NOT_FOUND";
1881
+ readonly OTA_NOT_FOUND: "OTA_NOT_FOUND";
1882
+ readonly TLE_NOT_EXTRACTED: "TLE_NOT_EXTRACTED";
1883
+ readonly FAILED_TO_LOAD: "FAILED_TO_LOAD";
1884
+ readonly GPS_ERROR: "GPS_ERROR";
1885
+ readonly MUTEX_TIMEOUT: "MUTEX_TIMEOUT";
1886
+ readonly AWAIT_TIMEOUT: "AWAIT_TIMEOUT";
1887
+ readonly CATALOG_COMPARE_ERROR: "CATALOG_COMPARE_ERROR";
1888
+ readonly SAVE_FAILURE: "SAVE_FAILURE";
1889
+ readonly RATE_CATALOG_COMPARE_ERROR: "RATE_CATALOG_COMPARE_ERROR";
1890
+ readonly MISSING_IMG_WIDTH_HEADER: "MISSING_IMG_WIDTH_HEADER";
1891
+ readonly UNKNOWN_ERROR: "UNKNOWN_ERROR";
1892
+ };
1893
+ export type V1ImageRejectionReason = typeof V1ImageRejectionReason[keyof typeof V1ImageRejectionReason];
1860
1894
  /**
1861
1895
  * An image set represents a contiguous set of observations of the same target captured by the same node.
1862
1896
  * @export
@@ -2092,6 +2126,12 @@ export interface V1ImageSetImage {
2092
2126
  * @memberof V1ImageSetImage
2093
2127
  */
2094
2128
  'predictedStreakLocation'?: V1PredictedStreakLocation;
2129
+ /**
2130
+ *
2131
+ * @type {V1ImageRejectionReason}
2132
+ * @memberof V1ImageSetImage
2133
+ */
2134
+ 'rejectedReason'?: V1ImageRejectionReason;
2095
2135
  }
2096
2136
  /**
2097
2137
  *
package/dist/api.js CHANGED
@@ -5,7 +5,7 @@
5
5
  * OurSky Astro
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
- * The version of the OpenAPI document: 1.3.8459
8
+ * The version of the OpenAPI document: 1.3.8815
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.V1PlatformCreditUnit = exports.V1PlatformCreditType = exports.V1PlatformCreditSource = exports.V1JobStatus = exports.V1JobKind = exports.V1ImageFileType = exports.TrackingType = exports.ShutterType = exports.OpticalTubeType = exports.NodeState = exports.MountType = exports.ImageSetType = exports.FilterType = exports.CalibrationMasterType = exports.AssetType = exports.AssetFileType = void 0;
25
+ exports.DefaultApi = exports.DefaultApiFactory = exports.DefaultApiFp = exports.DefaultApiAxiosParamCreator = exports.V1PlatformCreditUnit = exports.V1PlatformCreditType = exports.V1PlatformCreditSource = exports.V1JobStatus = exports.V1JobKind = exports.V1ImageRejectionReason = exports.V1ImageFileType = exports.TrackingType = exports.ShutterType = exports.OpticalTubeType = exports.NodeState = exports.MountType = exports.ImageSetType = exports.FilterType = exports.CalibrationMasterType = exports.AssetType = exports.AssetFileType = void 0;
26
26
  const axios_1 = require("axios");
27
27
  // Some imports not used depending on template conditions
28
28
  // @ts-ignore
@@ -173,6 +173,39 @@ exports.V1ImageFileType = {
173
173
  FITS: 'FITS',
174
174
  JPG: 'JPG'
175
175
  };
176
+ /**
177
+ *
178
+ * @export
179
+ * @enum {string}
180
+ */
181
+ exports.V1ImageRejectionReason = {
182
+ TARGET_NOT_FOUND: 'TARGET_NOT_FOUND',
183
+ RATE_TARGET_NOT_FOUND: 'RATE_TARGET_NOT_FOUND',
184
+ RATE_PLATE_SOLVE_FAILURE: 'RATE_PLATE_SOLVE_FAILURE',
185
+ STREAK_DETECTION_FAILURE: 'STREAK_DETECTION_FAILURE',
186
+ PLATE_SOLVE_FAILURE: 'PLATE_SOLVE_FAILURE',
187
+ PLATE_SOLVE_NOT_ENOUGH_STARS_FAILURE: 'PLATE_SOLVE_NOT_ENOUGH_STARS_FAILURE',
188
+ PLATE_SOLVE_NO_SOLUTION_FAILURE: 'PLATE_SOLVE_NO_SOLUTION_FAILURE',
189
+ CROP_IMAGE_FAILURE: 'CROP_IMAGE_FAILURE',
190
+ COSMETIC_CORRECTION_FAILURE: 'COSMETIC_CORRECTION_FAILURE',
191
+ GRADIENT_REMOVAL_FAILURE: 'GRADIENT_REMOVAL_FAILURE',
192
+ CATMAG_FAILURE: 'CATMAG_FAILURE',
193
+ IMAGE_QUALITY_TOO_LOW: 'IMAGE_QUALITY_TOO_LOW',
194
+ OBSERVATION_NOT_FOUND: 'OBSERVATION_NOT_FOUND',
195
+ NODE_NOT_FOUND: 'NODE_NOT_FOUND',
196
+ CAMERA_NOT_FOUND: 'CAMERA_NOT_FOUND',
197
+ OTA_NOT_FOUND: 'OTA_NOT_FOUND',
198
+ TLE_NOT_EXTRACTED: 'TLE_NOT_EXTRACTED',
199
+ FAILED_TO_LOAD: 'FAILED_TO_LOAD',
200
+ GPS_ERROR: 'GPS_ERROR',
201
+ MUTEX_TIMEOUT: 'MUTEX_TIMEOUT',
202
+ AWAIT_TIMEOUT: 'AWAIT_TIMEOUT',
203
+ CATALOG_COMPARE_ERROR: 'CATALOG_COMPARE_ERROR',
204
+ SAVE_FAILURE: 'SAVE_FAILURE',
205
+ RATE_CATALOG_COMPARE_ERROR: 'RATE_CATALOG_COMPARE_ERROR',
206
+ MISSING_IMG_WIDTH_HEADER: 'MISSING_IMG_WIDTH_HEADER',
207
+ UNKNOWN_ERROR: 'UNKNOWN_ERROR'
208
+ };
176
209
  /**
177
210
  *
178
211
  * @export
package/dist/base.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * OurSky Astro
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.8459
5
+ * The version of the OpenAPI document: 1.3.8815
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 Astro
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
- * The version of the OpenAPI document: 1.3.8459
8
+ * The version of the OpenAPI document: 1.3.8815
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 Astro
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.8459
5
+ * The version of the OpenAPI document: 1.3.8815
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 Astro
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
- * The version of the OpenAPI document: 1.3.8459
8
+ * The version of the OpenAPI document: 1.3.8815
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 Astro
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.8459
5
+ * The version of the OpenAPI document: 1.3.8815
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 Astro
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
- * The version of the OpenAPI document: 1.3.8459
8
+ * The version of the OpenAPI document: 1.3.8815
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 Astro
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.8459
5
+ * The version of the OpenAPI document: 1.3.8815
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1857,6 +1857,40 @@ export declare const V1ImageFileType: {
1857
1857
  readonly JPG: "JPG";
1858
1858
  };
1859
1859
  export type V1ImageFileType = typeof V1ImageFileType[keyof typeof V1ImageFileType];
1860
+ /**
1861
+ *
1862
+ * @export
1863
+ * @enum {string}
1864
+ */
1865
+ export declare const V1ImageRejectionReason: {
1866
+ readonly TARGET_NOT_FOUND: "TARGET_NOT_FOUND";
1867
+ readonly RATE_TARGET_NOT_FOUND: "RATE_TARGET_NOT_FOUND";
1868
+ readonly RATE_PLATE_SOLVE_FAILURE: "RATE_PLATE_SOLVE_FAILURE";
1869
+ readonly STREAK_DETECTION_FAILURE: "STREAK_DETECTION_FAILURE";
1870
+ readonly PLATE_SOLVE_FAILURE: "PLATE_SOLVE_FAILURE";
1871
+ readonly PLATE_SOLVE_NOT_ENOUGH_STARS_FAILURE: "PLATE_SOLVE_NOT_ENOUGH_STARS_FAILURE";
1872
+ readonly PLATE_SOLVE_NO_SOLUTION_FAILURE: "PLATE_SOLVE_NO_SOLUTION_FAILURE";
1873
+ readonly CROP_IMAGE_FAILURE: "CROP_IMAGE_FAILURE";
1874
+ readonly COSMETIC_CORRECTION_FAILURE: "COSMETIC_CORRECTION_FAILURE";
1875
+ readonly GRADIENT_REMOVAL_FAILURE: "GRADIENT_REMOVAL_FAILURE";
1876
+ readonly CATMAG_FAILURE: "CATMAG_FAILURE";
1877
+ readonly IMAGE_QUALITY_TOO_LOW: "IMAGE_QUALITY_TOO_LOW";
1878
+ readonly OBSERVATION_NOT_FOUND: "OBSERVATION_NOT_FOUND";
1879
+ readonly NODE_NOT_FOUND: "NODE_NOT_FOUND";
1880
+ readonly CAMERA_NOT_FOUND: "CAMERA_NOT_FOUND";
1881
+ readonly OTA_NOT_FOUND: "OTA_NOT_FOUND";
1882
+ readonly TLE_NOT_EXTRACTED: "TLE_NOT_EXTRACTED";
1883
+ readonly FAILED_TO_LOAD: "FAILED_TO_LOAD";
1884
+ readonly GPS_ERROR: "GPS_ERROR";
1885
+ readonly MUTEX_TIMEOUT: "MUTEX_TIMEOUT";
1886
+ readonly AWAIT_TIMEOUT: "AWAIT_TIMEOUT";
1887
+ readonly CATALOG_COMPARE_ERROR: "CATALOG_COMPARE_ERROR";
1888
+ readonly SAVE_FAILURE: "SAVE_FAILURE";
1889
+ readonly RATE_CATALOG_COMPARE_ERROR: "RATE_CATALOG_COMPARE_ERROR";
1890
+ readonly MISSING_IMG_WIDTH_HEADER: "MISSING_IMG_WIDTH_HEADER";
1891
+ readonly UNKNOWN_ERROR: "UNKNOWN_ERROR";
1892
+ };
1893
+ export type V1ImageRejectionReason = typeof V1ImageRejectionReason[keyof typeof V1ImageRejectionReason];
1860
1894
  /**
1861
1895
  * An image set represents a contiguous set of observations of the same target captured by the same node.
1862
1896
  * @export
@@ -2092,6 +2126,12 @@ export interface V1ImageSetImage {
2092
2126
  * @memberof V1ImageSetImage
2093
2127
  */
2094
2128
  'predictedStreakLocation'?: V1PredictedStreakLocation;
2129
+ /**
2130
+ *
2131
+ * @type {V1ImageRejectionReason}
2132
+ * @memberof V1ImageSetImage
2133
+ */
2134
+ 'rejectedReason'?: V1ImageRejectionReason;
2095
2135
  }
2096
2136
  /**
2097
2137
  *
package/dist/esm/api.js 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.8459
7
+ * The version of the OpenAPI document: 1.3.8815
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -170,6 +170,39 @@ export const V1ImageFileType = {
170
170
  FITS: 'FITS',
171
171
  JPG: 'JPG'
172
172
  };
173
+ /**
174
+ *
175
+ * @export
176
+ * @enum {string}
177
+ */
178
+ export const V1ImageRejectionReason = {
179
+ TARGET_NOT_FOUND: 'TARGET_NOT_FOUND',
180
+ RATE_TARGET_NOT_FOUND: 'RATE_TARGET_NOT_FOUND',
181
+ RATE_PLATE_SOLVE_FAILURE: 'RATE_PLATE_SOLVE_FAILURE',
182
+ STREAK_DETECTION_FAILURE: 'STREAK_DETECTION_FAILURE',
183
+ PLATE_SOLVE_FAILURE: 'PLATE_SOLVE_FAILURE',
184
+ PLATE_SOLVE_NOT_ENOUGH_STARS_FAILURE: 'PLATE_SOLVE_NOT_ENOUGH_STARS_FAILURE',
185
+ PLATE_SOLVE_NO_SOLUTION_FAILURE: 'PLATE_SOLVE_NO_SOLUTION_FAILURE',
186
+ CROP_IMAGE_FAILURE: 'CROP_IMAGE_FAILURE',
187
+ COSMETIC_CORRECTION_FAILURE: 'COSMETIC_CORRECTION_FAILURE',
188
+ GRADIENT_REMOVAL_FAILURE: 'GRADIENT_REMOVAL_FAILURE',
189
+ CATMAG_FAILURE: 'CATMAG_FAILURE',
190
+ IMAGE_QUALITY_TOO_LOW: 'IMAGE_QUALITY_TOO_LOW',
191
+ OBSERVATION_NOT_FOUND: 'OBSERVATION_NOT_FOUND',
192
+ NODE_NOT_FOUND: 'NODE_NOT_FOUND',
193
+ CAMERA_NOT_FOUND: 'CAMERA_NOT_FOUND',
194
+ OTA_NOT_FOUND: 'OTA_NOT_FOUND',
195
+ TLE_NOT_EXTRACTED: 'TLE_NOT_EXTRACTED',
196
+ FAILED_TO_LOAD: 'FAILED_TO_LOAD',
197
+ GPS_ERROR: 'GPS_ERROR',
198
+ MUTEX_TIMEOUT: 'MUTEX_TIMEOUT',
199
+ AWAIT_TIMEOUT: 'AWAIT_TIMEOUT',
200
+ CATALOG_COMPARE_ERROR: 'CATALOG_COMPARE_ERROR',
201
+ SAVE_FAILURE: 'SAVE_FAILURE',
202
+ RATE_CATALOG_COMPARE_ERROR: 'RATE_CATALOG_COMPARE_ERROR',
203
+ MISSING_IMG_WIDTH_HEADER: 'MISSING_IMG_WIDTH_HEADER',
204
+ UNKNOWN_ERROR: 'UNKNOWN_ERROR'
205
+ };
173
206
  /**
174
207
  *
175
208
  * @export
@@ -2,7 +2,7 @@
2
2
  * OurSky Astro
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.8459
5
+ * The version of the OpenAPI document: 1.3.8815
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 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.8459
7
+ * The version of the OpenAPI document: 1.3.8815
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 Astro
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.8459
5
+ * The version of the OpenAPI document: 1.3.8815
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 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.8459
7
+ * The version of the OpenAPI document: 1.3.8815
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 Astro
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.8459
5
+ * The version of the OpenAPI document: 1.3.8815
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 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.8459
7
+ * The version of the OpenAPI document: 1.3.8815
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 Astro
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.8459
5
+ * The version of the OpenAPI document: 1.3.8815
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 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.8459
7
+ * The version of the OpenAPI document: 1.3.8815
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 Astro
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.8459
5
+ * The version of the OpenAPI document: 1.3.8815
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 Astro
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
- * The version of the OpenAPI document: 1.3.8459
8
+ * The version of the OpenAPI document: 1.3.8815
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 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.8459
7
+ * The version of the OpenAPI document: 1.3.8815
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/astro-api",
3
- "version": "1.3.8459",
3
+ "version": "1.3.8815",
4
4
  "description": "OpenAPI client for @ourskyai/astro-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {