@ourskyai/platform-api 1.3.4218 → 1.3.4314
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 +2 -2
- package/api.ts +33 -4
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +26 -1
- package/dist/api.js +17 -5
- package/dist/base.d.ts +1 -1
- package/dist/base.js +1 -1
- package/dist/common.d.ts +1 -1
- package/dist/common.js +1 -1
- package/dist/configuration.d.ts +1 -1
- package/dist/configuration.js +1 -1
- package/dist/esm/api.d.ts +26 -1
- package/dist/esm/api.js +16 -4
- package/dist/esm/base.d.ts +1 -1
- package/dist/esm/base.js +1 -1
- package/dist/esm/common.d.ts +1 -1
- package/dist/esm/common.js +1 -1
- package/dist/esm/configuration.d.ts +1 -1
- package/dist/esm/configuration.js +1 -1
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/index.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @ourskyai/platform-api@1.3.
|
|
1
|
+
## @ourskyai/platform-api@1.3.4314
|
|
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.
|
|
39
|
+
npm install @ourskyai/platform-api@1.3.4314 --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.
|
|
7
|
+
* The version of the OpenAPI document: 1.3.4314
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -133,7 +133,8 @@ export interface Location {
|
|
|
133
133
|
export const MetricType = {
|
|
134
134
|
COUNT: 'COUNT',
|
|
135
135
|
DISTRIBUTION: 'DISTRIBUTION',
|
|
136
|
-
GAUGE: 'GAUGE'
|
|
136
|
+
GAUGE: 'GAUGE',
|
|
137
|
+
EVENT: 'EVENT'
|
|
137
138
|
} as const;
|
|
138
139
|
|
|
139
140
|
export type MetricType = typeof MetricType[keyof typeof MetricType];
|
|
@@ -261,6 +262,20 @@ export const TrackingType = {
|
|
|
261
262
|
export type TrackingType = typeof TrackingType[keyof typeof TrackingType];
|
|
262
263
|
|
|
263
264
|
|
|
265
|
+
/**
|
|
266
|
+
*
|
|
267
|
+
* @export
|
|
268
|
+
* @enum {string}
|
|
269
|
+
*/
|
|
270
|
+
|
|
271
|
+
export const UploadPriority = {
|
|
272
|
+
STANDARD: 'STANDARD',
|
|
273
|
+
HIGH: 'HIGH'
|
|
274
|
+
} as const;
|
|
275
|
+
|
|
276
|
+
export type UploadPriority = typeof UploadPriority[keyof typeof UploadPriority];
|
|
277
|
+
|
|
278
|
+
|
|
264
279
|
/**
|
|
265
280
|
* Autofocus Instruction
|
|
266
281
|
* @export
|
|
@@ -1485,6 +1500,12 @@ export interface V1Metric {
|
|
|
1485
1500
|
* @memberof V1Metric
|
|
1486
1501
|
*/
|
|
1487
1502
|
'tags'?: Array<string>;
|
|
1503
|
+
/**
|
|
1504
|
+
*
|
|
1505
|
+
* @type {string}
|
|
1506
|
+
* @memberof V1Metric
|
|
1507
|
+
*/
|
|
1508
|
+
'description'?: string;
|
|
1488
1509
|
/**
|
|
1489
1510
|
*
|
|
1490
1511
|
* @type {MetricType}
|
|
@@ -1628,7 +1649,8 @@ export const V1NodeComponentType = {
|
|
|
1628
1649
|
CAMERA: 'CAMERA',
|
|
1629
1650
|
MOUNT: 'MOUNT',
|
|
1630
1651
|
OPTICAL_TUBE: 'OPTICAL_TUBE',
|
|
1631
|
-
COMPUTER: 'COMPUTER'
|
|
1652
|
+
COMPUTER: 'COMPUTER',
|
|
1653
|
+
NODE: 'NODE'
|
|
1632
1654
|
} as const;
|
|
1633
1655
|
|
|
1634
1656
|
export type V1NodeComponentType = typeof V1NodeComponentType[keyof typeof V1NodeComponentType];
|
|
@@ -1672,7 +1694,8 @@ export const V1NodeDiagnosticType = {
|
|
|
1672
1694
|
CPU_USAGE_LAST_SECOND_PCT: 'CPU_USAGE_LAST_SECOND_PCT',
|
|
1673
1695
|
CPU_USAGE_LAST_MINUTE_PCT: 'CPU_USAGE_LAST_MINUTE_PCT',
|
|
1674
1696
|
FOCUS_HFR_VALUES: 'FOCUS_HFR_VALUES',
|
|
1675
|
-
HAS_FOCUSER: 'HAS_FOCUSER'
|
|
1697
|
+
HAS_FOCUSER: 'HAS_FOCUSER',
|
|
1698
|
+
GNSS_CALIBRATION: 'GNSS_CALIBRATION'
|
|
1676
1699
|
} as const;
|
|
1677
1700
|
|
|
1678
1701
|
export type V1NodeDiagnosticType = typeof V1NodeDiagnosticType[keyof typeof V1NodeDiagnosticType];
|
|
@@ -1829,6 +1852,12 @@ export interface V1ObservationInstruction {
|
|
|
1829
1852
|
* @memberof V1ObservationInstruction
|
|
1830
1853
|
*/
|
|
1831
1854
|
'plateSolveParameters'?: PlateSolveParameters;
|
|
1855
|
+
/**
|
|
1856
|
+
*
|
|
1857
|
+
* @type {UploadPriority}
|
|
1858
|
+
* @memberof V1ObservationInstruction
|
|
1859
|
+
*/
|
|
1860
|
+
'uploadPriority'?: UploadPriority;
|
|
1832
1861
|
}
|
|
1833
1862
|
|
|
1834
1863
|
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 1.3.4314
|
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 1.3.4314
|
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 1.3.4314
|
|
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.
|
|
5
|
+
* The version of the OpenAPI document: 1.3.4314
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -115,6 +115,7 @@ export declare const MetricType: {
|
|
|
115
115
|
readonly COUNT: "COUNT";
|
|
116
116
|
readonly DISTRIBUTION: "DISTRIBUTION";
|
|
117
117
|
readonly GAUGE: "GAUGE";
|
|
118
|
+
readonly EVENT: "EVENT";
|
|
118
119
|
};
|
|
119
120
|
export type MetricType = typeof MetricType[keyof typeof MetricType];
|
|
120
121
|
/**
|
|
@@ -219,6 +220,16 @@ export declare const TrackingType: {
|
|
|
219
220
|
readonly TARGET_RATE: "TARGET_RATE";
|
|
220
221
|
};
|
|
221
222
|
export type TrackingType = typeof TrackingType[keyof typeof TrackingType];
|
|
223
|
+
/**
|
|
224
|
+
*
|
|
225
|
+
* @export
|
|
226
|
+
* @enum {string}
|
|
227
|
+
*/
|
|
228
|
+
export declare const UploadPriority: {
|
|
229
|
+
readonly STANDARD: "STANDARD";
|
|
230
|
+
readonly HIGH: "HIGH";
|
|
231
|
+
};
|
|
232
|
+
export type UploadPriority = typeof UploadPriority[keyof typeof UploadPriority];
|
|
222
233
|
/**
|
|
223
234
|
* Autofocus Instruction
|
|
224
235
|
* @export
|
|
@@ -1417,6 +1428,12 @@ export interface V1Metric {
|
|
|
1417
1428
|
* @memberof V1Metric
|
|
1418
1429
|
*/
|
|
1419
1430
|
'tags'?: Array<string>;
|
|
1431
|
+
/**
|
|
1432
|
+
*
|
|
1433
|
+
* @type {string}
|
|
1434
|
+
* @memberof V1Metric
|
|
1435
|
+
*/
|
|
1436
|
+
'description'?: string;
|
|
1420
1437
|
/**
|
|
1421
1438
|
*
|
|
1422
1439
|
* @type {MetricType}
|
|
@@ -1556,6 +1573,7 @@ export declare const V1NodeComponentType: {
|
|
|
1556
1573
|
readonly MOUNT: "MOUNT";
|
|
1557
1574
|
readonly OPTICAL_TUBE: "OPTICAL_TUBE";
|
|
1558
1575
|
readonly COMPUTER: "COMPUTER";
|
|
1576
|
+
readonly NODE: "NODE";
|
|
1559
1577
|
};
|
|
1560
1578
|
export type V1NodeComponentType = typeof V1NodeComponentType[keyof typeof V1NodeComponentType];
|
|
1561
1579
|
/**
|
|
@@ -1596,6 +1614,7 @@ export declare const V1NodeDiagnosticType: {
|
|
|
1596
1614
|
readonly CPU_USAGE_LAST_MINUTE_PCT: "CPU_USAGE_LAST_MINUTE_PCT";
|
|
1597
1615
|
readonly FOCUS_HFR_VALUES: "FOCUS_HFR_VALUES";
|
|
1598
1616
|
readonly HAS_FOCUSER: "HAS_FOCUSER";
|
|
1617
|
+
readonly GNSS_CALIBRATION: "GNSS_CALIBRATION";
|
|
1599
1618
|
};
|
|
1600
1619
|
export type V1NodeDiagnosticType = typeof V1NodeDiagnosticType[keyof typeof V1NodeDiagnosticType];
|
|
1601
1620
|
/**
|
|
@@ -1749,6 +1768,12 @@ export interface V1ObservationInstruction {
|
|
|
1749
1768
|
* @memberof V1ObservationInstruction
|
|
1750
1769
|
*/
|
|
1751
1770
|
'plateSolveParameters'?: PlateSolveParameters;
|
|
1771
|
+
/**
|
|
1772
|
+
*
|
|
1773
|
+
* @type {UploadPriority}
|
|
1774
|
+
* @memberof V1ObservationInstruction
|
|
1775
|
+
*/
|
|
1776
|
+
'uploadPriority'?: UploadPriority;
|
|
1752
1777
|
}
|
|
1753
1778
|
/**
|
|
1754
1779
|
* Optical Tube
|
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.
|
|
8
|
+
* The version of the OpenAPI document: 1.3.4314
|
|
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.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.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
|
|
@@ -71,7 +71,8 @@ exports.FilterType = {
|
|
|
71
71
|
exports.MetricType = {
|
|
72
72
|
COUNT: 'COUNT',
|
|
73
73
|
DISTRIBUTION: 'DISTRIBUTION',
|
|
74
|
-
GAUGE: 'GAUGE'
|
|
74
|
+
GAUGE: 'GAUGE',
|
|
75
|
+
EVENT: 'EVENT'
|
|
75
76
|
};
|
|
76
77
|
/**
|
|
77
78
|
*
|
|
@@ -126,6 +127,15 @@ exports.TrackingType = {
|
|
|
126
127
|
SIDEREAL: 'SIDEREAL',
|
|
127
128
|
TARGET_RATE: 'TARGET_RATE'
|
|
128
129
|
};
|
|
130
|
+
/**
|
|
131
|
+
*
|
|
132
|
+
* @export
|
|
133
|
+
* @enum {string}
|
|
134
|
+
*/
|
|
135
|
+
exports.UploadPriority = {
|
|
136
|
+
STANDARD: 'STANDARD',
|
|
137
|
+
HIGH: 'HIGH'
|
|
138
|
+
};
|
|
129
139
|
/**
|
|
130
140
|
*
|
|
131
141
|
* @export
|
|
@@ -143,7 +153,8 @@ exports.V1NodeComponentType = {
|
|
|
143
153
|
CAMERA: 'CAMERA',
|
|
144
154
|
MOUNT: 'MOUNT',
|
|
145
155
|
OPTICAL_TUBE: 'OPTICAL_TUBE',
|
|
146
|
-
COMPUTER: 'COMPUTER'
|
|
156
|
+
COMPUTER: 'COMPUTER',
|
|
157
|
+
NODE: 'NODE'
|
|
147
158
|
};
|
|
148
159
|
/**
|
|
149
160
|
*
|
|
@@ -169,7 +180,8 @@ exports.V1NodeDiagnosticType = {
|
|
|
169
180
|
CPU_USAGE_LAST_SECOND_PCT: 'CPU_USAGE_LAST_SECOND_PCT',
|
|
170
181
|
CPU_USAGE_LAST_MINUTE_PCT: 'CPU_USAGE_LAST_MINUTE_PCT',
|
|
171
182
|
FOCUS_HFR_VALUES: 'FOCUS_HFR_VALUES',
|
|
172
|
-
HAS_FOCUSER: 'HAS_FOCUSER'
|
|
183
|
+
HAS_FOCUSER: 'HAS_FOCUSER',
|
|
184
|
+
GNSS_CALIBRATION: 'GNSS_CALIBRATION'
|
|
173
185
|
};
|
|
174
186
|
exports.V1PlateSolveCatalogFileDownloadActionEnum = {
|
|
175
187
|
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.
|
|
5
|
+
* The version of the OpenAPI document: 1.3.4314
|
|
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.
|
|
8
|
+
* The version of the OpenAPI document: 1.3.4314
|
|
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.
|
|
5
|
+
* The version of the OpenAPI document: 1.3.4314
|
|
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.
|
|
8
|
+
* The version of the OpenAPI document: 1.3.4314
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/configuration.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.
|
|
5
|
+
* The version of the OpenAPI document: 1.3.4314
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/configuration.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.
|
|
8
|
+
* The version of the OpenAPI document: 1.3.4314
|
|
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.
|
|
5
|
+
* The version of the OpenAPI document: 1.3.4314
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -115,6 +115,7 @@ export declare const MetricType: {
|
|
|
115
115
|
readonly COUNT: "COUNT";
|
|
116
116
|
readonly DISTRIBUTION: "DISTRIBUTION";
|
|
117
117
|
readonly GAUGE: "GAUGE";
|
|
118
|
+
readonly EVENT: "EVENT";
|
|
118
119
|
};
|
|
119
120
|
export type MetricType = typeof MetricType[keyof typeof MetricType];
|
|
120
121
|
/**
|
|
@@ -219,6 +220,16 @@ export declare const TrackingType: {
|
|
|
219
220
|
readonly TARGET_RATE: "TARGET_RATE";
|
|
220
221
|
};
|
|
221
222
|
export type TrackingType = typeof TrackingType[keyof typeof TrackingType];
|
|
223
|
+
/**
|
|
224
|
+
*
|
|
225
|
+
* @export
|
|
226
|
+
* @enum {string}
|
|
227
|
+
*/
|
|
228
|
+
export declare const UploadPriority: {
|
|
229
|
+
readonly STANDARD: "STANDARD";
|
|
230
|
+
readonly HIGH: "HIGH";
|
|
231
|
+
};
|
|
232
|
+
export type UploadPriority = typeof UploadPriority[keyof typeof UploadPriority];
|
|
222
233
|
/**
|
|
223
234
|
* Autofocus Instruction
|
|
224
235
|
* @export
|
|
@@ -1417,6 +1428,12 @@ export interface V1Metric {
|
|
|
1417
1428
|
* @memberof V1Metric
|
|
1418
1429
|
*/
|
|
1419
1430
|
'tags'?: Array<string>;
|
|
1431
|
+
/**
|
|
1432
|
+
*
|
|
1433
|
+
* @type {string}
|
|
1434
|
+
* @memberof V1Metric
|
|
1435
|
+
*/
|
|
1436
|
+
'description'?: string;
|
|
1420
1437
|
/**
|
|
1421
1438
|
*
|
|
1422
1439
|
* @type {MetricType}
|
|
@@ -1556,6 +1573,7 @@ export declare const V1NodeComponentType: {
|
|
|
1556
1573
|
readonly MOUNT: "MOUNT";
|
|
1557
1574
|
readonly OPTICAL_TUBE: "OPTICAL_TUBE";
|
|
1558
1575
|
readonly COMPUTER: "COMPUTER";
|
|
1576
|
+
readonly NODE: "NODE";
|
|
1559
1577
|
};
|
|
1560
1578
|
export type V1NodeComponentType = typeof V1NodeComponentType[keyof typeof V1NodeComponentType];
|
|
1561
1579
|
/**
|
|
@@ -1596,6 +1614,7 @@ export declare const V1NodeDiagnosticType: {
|
|
|
1596
1614
|
readonly CPU_USAGE_LAST_MINUTE_PCT: "CPU_USAGE_LAST_MINUTE_PCT";
|
|
1597
1615
|
readonly FOCUS_HFR_VALUES: "FOCUS_HFR_VALUES";
|
|
1598
1616
|
readonly HAS_FOCUSER: "HAS_FOCUSER";
|
|
1617
|
+
readonly GNSS_CALIBRATION: "GNSS_CALIBRATION";
|
|
1599
1618
|
};
|
|
1600
1619
|
export type V1NodeDiagnosticType = typeof V1NodeDiagnosticType[keyof typeof V1NodeDiagnosticType];
|
|
1601
1620
|
/**
|
|
@@ -1749,6 +1768,12 @@ export interface V1ObservationInstruction {
|
|
|
1749
1768
|
* @memberof V1ObservationInstruction
|
|
1750
1769
|
*/
|
|
1751
1770
|
'plateSolveParameters'?: PlateSolveParameters;
|
|
1771
|
+
/**
|
|
1772
|
+
*
|
|
1773
|
+
* @type {UploadPriority}
|
|
1774
|
+
* @memberof V1ObservationInstruction
|
|
1775
|
+
*/
|
|
1776
|
+
'uploadPriority'?: UploadPriority;
|
|
1752
1777
|
}
|
|
1753
1778
|
/**
|
|
1754
1779
|
* Optical Tube
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 1.3.4314
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -68,7 +68,8 @@ export const FilterType = {
|
|
|
68
68
|
export const MetricType = {
|
|
69
69
|
COUNT: 'COUNT',
|
|
70
70
|
DISTRIBUTION: 'DISTRIBUTION',
|
|
71
|
-
GAUGE: 'GAUGE'
|
|
71
|
+
GAUGE: 'GAUGE',
|
|
72
|
+
EVENT: 'EVENT'
|
|
72
73
|
};
|
|
73
74
|
/**
|
|
74
75
|
*
|
|
@@ -123,6 +124,15 @@ export const TrackingType = {
|
|
|
123
124
|
SIDEREAL: 'SIDEREAL',
|
|
124
125
|
TARGET_RATE: 'TARGET_RATE'
|
|
125
126
|
};
|
|
127
|
+
/**
|
|
128
|
+
*
|
|
129
|
+
* @export
|
|
130
|
+
* @enum {string}
|
|
131
|
+
*/
|
|
132
|
+
export const UploadPriority = {
|
|
133
|
+
STANDARD: 'STANDARD',
|
|
134
|
+
HIGH: 'HIGH'
|
|
135
|
+
};
|
|
126
136
|
/**
|
|
127
137
|
*
|
|
128
138
|
* @export
|
|
@@ -140,7 +150,8 @@ export const V1NodeComponentType = {
|
|
|
140
150
|
CAMERA: 'CAMERA',
|
|
141
151
|
MOUNT: 'MOUNT',
|
|
142
152
|
OPTICAL_TUBE: 'OPTICAL_TUBE',
|
|
143
|
-
COMPUTER: 'COMPUTER'
|
|
153
|
+
COMPUTER: 'COMPUTER',
|
|
154
|
+
NODE: 'NODE'
|
|
144
155
|
};
|
|
145
156
|
/**
|
|
146
157
|
*
|
|
@@ -166,7 +177,8 @@ export const V1NodeDiagnosticType = {
|
|
|
166
177
|
CPU_USAGE_LAST_SECOND_PCT: 'CPU_USAGE_LAST_SECOND_PCT',
|
|
167
178
|
CPU_USAGE_LAST_MINUTE_PCT: 'CPU_USAGE_LAST_MINUTE_PCT',
|
|
168
179
|
FOCUS_HFR_VALUES: 'FOCUS_HFR_VALUES',
|
|
169
|
-
HAS_FOCUSER: 'HAS_FOCUSER'
|
|
180
|
+
HAS_FOCUSER: 'HAS_FOCUSER',
|
|
181
|
+
GNSS_CALIBRATION: 'GNSS_CALIBRATION'
|
|
170
182
|
};
|
|
171
183
|
export const V1PlateSolveCatalogFileDownloadActionEnum = {
|
|
172
184
|
DOWNLOAD: 'DOWNLOAD',
|
package/dist/esm/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.
|
|
5
|
+
* The version of the OpenAPI document: 1.3.4314
|
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 1.3.4314
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/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.
|
|
5
|
+
* The version of the OpenAPI document: 1.3.4314
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/common.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.
|
|
7
|
+
* The version of the OpenAPI document: 1.3.4314
|
|
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.
|
|
5
|
+
* The version of the OpenAPI document: 1.3.4314
|
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 1.3.4314
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/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.
|
|
5
|
+
* The version of the OpenAPI document: 1.3.4314
|
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 1.3.4314
|
|
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.
|
|
5
|
+
* The version of the OpenAPI document: 1.3.4314
|
|
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.
|
|
8
|
+
* The version of the OpenAPI document: 1.3.4314
|
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 1.3.4314
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|