@ourskyai/platform-api 1.3.3603 → 1.3.3654

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.3603
1
+ ## @ourskyai/platform-api@1.3.3654
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.3603 --save
39
+ npm install @ourskyai/platform-api@1.3.3654 --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.3603
7
+ * The version of the OpenAPI document: 1.3.3654
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -80,6 +80,25 @@ export const FilterType = {
80
80
  export type FilterType = typeof FilterType[keyof typeof FilterType];
81
81
 
82
82
 
83
+ /**
84
+ *
85
+ * @export
86
+ * @interface FitsHeader
87
+ */
88
+ export interface FitsHeader {
89
+ /**
90
+ *
91
+ * @type {string}
92
+ * @memberof FitsHeader
93
+ */
94
+ 'key': string;
95
+ /**
96
+ *
97
+ * @type {string}
98
+ * @memberof FitsHeader
99
+ */
100
+ 'value': string;
101
+ }
83
102
  /**
84
103
  * Location
85
104
  * @export
@@ -1304,6 +1323,12 @@ export interface V1ImageSetImage {
1304
1323
  * @memberof V1ImageSetImage
1305
1324
  */
1306
1325
  'exposureLength': number;
1326
+ /**
1327
+ *
1328
+ * @type {Array<FitsHeader>}
1329
+ * @memberof V1ImageSetImage
1330
+ */
1331
+ 'fitsHeaders': Array<FitsHeader>;
1307
1332
  }
1308
1333
  /**
1309
1334
  * Instruction
@@ -1527,7 +1552,7 @@ export const V1NodeDiagnosticType = {
1527
1552
  APPLICATION_CPU_TIME_S: 'APPLICATION_CPU_TIME_S',
1528
1553
  CPU_USAGE_LAST_SECOND_PCT: 'CPU_USAGE_LAST_SECOND_PCT',
1529
1554
  CPU_USAGE_LAST_MINUTE_PCT: 'CPU_USAGE_LAST_MINUTE_PCT',
1530
- FOCUS_HFR: 'FOCUS_HFR',
1555
+ FOCUS_HFR_VALUES: 'FOCUS_HFR_VALUES',
1531
1556
  HAS_FOCUSER: 'HAS_FOCUSER'
1532
1557
  } as const;
1533
1558
 
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.3603
7
+ * The version of the OpenAPI document: 1.3.3654
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.3603
7
+ * The version of the OpenAPI document: 1.3.3654
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.3603
7
+ * The version of the OpenAPI document: 1.3.3654
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.3603
5
+ * The version of the OpenAPI document: 1.3.3654
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -62,6 +62,25 @@ export declare const FilterType: {
62
62
  readonly PHOTO_COUSINS_I: "PHOTO_COUSINS_I";
63
63
  };
64
64
  export type FilterType = typeof FilterType[keyof typeof FilterType];
65
+ /**
66
+ *
67
+ * @export
68
+ * @interface FitsHeader
69
+ */
70
+ export interface FitsHeader {
71
+ /**
72
+ *
73
+ * @type {string}
74
+ * @memberof FitsHeader
75
+ */
76
+ 'key': string;
77
+ /**
78
+ *
79
+ * @type {string}
80
+ * @memberof FitsHeader
81
+ */
82
+ 'value': string;
83
+ }
65
84
  /**
66
85
  * Location
67
86
  * @export
@@ -1236,6 +1255,12 @@ export interface V1ImageSetImage {
1236
1255
  * @memberof V1ImageSetImage
1237
1256
  */
1238
1257
  'exposureLength': number;
1258
+ /**
1259
+ *
1260
+ * @type {Array<FitsHeader>}
1261
+ * @memberof V1ImageSetImage
1262
+ */
1263
+ 'fitsHeaders': Array<FitsHeader>;
1239
1264
  }
1240
1265
  /**
1241
1266
  * Instruction
@@ -1450,7 +1475,7 @@ export declare const V1NodeDiagnosticType: {
1450
1475
  readonly APPLICATION_CPU_TIME_S: "APPLICATION_CPU_TIME_S";
1451
1476
  readonly CPU_USAGE_LAST_SECOND_PCT: "CPU_USAGE_LAST_SECOND_PCT";
1452
1477
  readonly CPU_USAGE_LAST_MINUTE_PCT: "CPU_USAGE_LAST_MINUTE_PCT";
1453
- readonly FOCUS_HFR: "FOCUS_HFR";
1478
+ readonly FOCUS_HFR_VALUES: "FOCUS_HFR_VALUES";
1454
1479
  readonly HAS_FOCUSER: "HAS_FOCUSER";
1455
1480
  };
1456
1481
  export type V1NodeDiagnosticType = typeof V1NodeDiagnosticType[keyof typeof V1NodeDiagnosticType];
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.3603
8
+ * The version of the OpenAPI document: 1.3.3654
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -168,7 +168,7 @@ exports.V1NodeDiagnosticType = {
168
168
  APPLICATION_CPU_TIME_S: 'APPLICATION_CPU_TIME_S',
169
169
  CPU_USAGE_LAST_SECOND_PCT: 'CPU_USAGE_LAST_SECOND_PCT',
170
170
  CPU_USAGE_LAST_MINUTE_PCT: 'CPU_USAGE_LAST_MINUTE_PCT',
171
- FOCUS_HFR: 'FOCUS_HFR',
171
+ FOCUS_HFR_VALUES: 'FOCUS_HFR_VALUES',
172
172
  HAS_FOCUSER: 'HAS_FOCUSER'
173
173
  };
174
174
  exports.V1PlateSolveCatalogFileDownloadActionEnum = {
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.3603
5
+ * The version of the OpenAPI document: 1.3.3654
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.3603
8
+ * The version of the OpenAPI document: 1.3.3654
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.3603
5
+ * The version of the OpenAPI document: 1.3.3654
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.3603
8
+ * The version of the OpenAPI document: 1.3.3654
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.3603
5
+ * The version of the OpenAPI document: 1.3.3654
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.3603
8
+ * The version of the OpenAPI document: 1.3.3654
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.3603
5
+ * The version of the OpenAPI document: 1.3.3654
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -62,6 +62,25 @@ export declare const FilterType: {
62
62
  readonly PHOTO_COUSINS_I: "PHOTO_COUSINS_I";
63
63
  };
64
64
  export type FilterType = typeof FilterType[keyof typeof FilterType];
65
+ /**
66
+ *
67
+ * @export
68
+ * @interface FitsHeader
69
+ */
70
+ export interface FitsHeader {
71
+ /**
72
+ *
73
+ * @type {string}
74
+ * @memberof FitsHeader
75
+ */
76
+ 'key': string;
77
+ /**
78
+ *
79
+ * @type {string}
80
+ * @memberof FitsHeader
81
+ */
82
+ 'value': string;
83
+ }
65
84
  /**
66
85
  * Location
67
86
  * @export
@@ -1236,6 +1255,12 @@ export interface V1ImageSetImage {
1236
1255
  * @memberof V1ImageSetImage
1237
1256
  */
1238
1257
  'exposureLength': number;
1258
+ /**
1259
+ *
1260
+ * @type {Array<FitsHeader>}
1261
+ * @memberof V1ImageSetImage
1262
+ */
1263
+ 'fitsHeaders': Array<FitsHeader>;
1239
1264
  }
1240
1265
  /**
1241
1266
  * Instruction
@@ -1450,7 +1475,7 @@ export declare const V1NodeDiagnosticType: {
1450
1475
  readonly APPLICATION_CPU_TIME_S: "APPLICATION_CPU_TIME_S";
1451
1476
  readonly CPU_USAGE_LAST_SECOND_PCT: "CPU_USAGE_LAST_SECOND_PCT";
1452
1477
  readonly CPU_USAGE_LAST_MINUTE_PCT: "CPU_USAGE_LAST_MINUTE_PCT";
1453
- readonly FOCUS_HFR: "FOCUS_HFR";
1478
+ readonly FOCUS_HFR_VALUES: "FOCUS_HFR_VALUES";
1454
1479
  readonly HAS_FOCUSER: "HAS_FOCUSER";
1455
1480
  };
1456
1481
  export type V1NodeDiagnosticType = typeof V1NodeDiagnosticType[keyof typeof V1NodeDiagnosticType];
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.3603
7
+ * The version of the OpenAPI document: 1.3.3654
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -165,7 +165,7 @@ export const V1NodeDiagnosticType = {
165
165
  APPLICATION_CPU_TIME_S: 'APPLICATION_CPU_TIME_S',
166
166
  CPU_USAGE_LAST_SECOND_PCT: 'CPU_USAGE_LAST_SECOND_PCT',
167
167
  CPU_USAGE_LAST_MINUTE_PCT: 'CPU_USAGE_LAST_MINUTE_PCT',
168
- FOCUS_HFR: 'FOCUS_HFR',
168
+ FOCUS_HFR_VALUES: 'FOCUS_HFR_VALUES',
169
169
  HAS_FOCUSER: 'HAS_FOCUSER'
170
170
  };
171
171
  export const V1PlateSolveCatalogFileDownloadActionEnum = {
@@ -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.3603
5
+ * The version of the OpenAPI document: 1.3.3654
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.3603
7
+ * The version of the OpenAPI document: 1.3.3654
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.3603
5
+ * The version of the OpenAPI document: 1.3.3654
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.3603
7
+ * The version of the OpenAPI document: 1.3.3654
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.3603
5
+ * The version of the OpenAPI document: 1.3.3654
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.3603
7
+ * The version of the OpenAPI document: 1.3.3654
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.3603
5
+ * The version of the OpenAPI document: 1.3.3654
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.3603
7
+ * The version of the OpenAPI document: 1.3.3654
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.3603
5
+ * The version of the OpenAPI document: 1.3.3654
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.3603
8
+ * The version of the OpenAPI document: 1.3.3654
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.3603
7
+ * The version of the OpenAPI document: 1.3.3654
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.3603",
3
+ "version": "1.3.3654",
4
4
  "description": "OpenAPI client for @ourskyai/platform-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {