@ourskyai/platform-api 1.3.3445 → 1.3.3644
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 +216 -20
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +165 -16
- package/dist/api.js +82 -11
- 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 +165 -16
- package/dist/esm/api.js +81 -10
- 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.3644
|
|
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.3644 --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.3644
|
|
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
|
|
@@ -242,6 +261,38 @@ export const TrackingType = {
|
|
|
242
261
|
export type TrackingType = typeof TrackingType[keyof typeof TrackingType];
|
|
243
262
|
|
|
244
263
|
|
|
264
|
+
/**
|
|
265
|
+
* Autofocus Instruction
|
|
266
|
+
* @export
|
|
267
|
+
* @interface V1AutoFocusInstruction
|
|
268
|
+
*/
|
|
269
|
+
export interface V1AutoFocusInstruction {
|
|
270
|
+
/**
|
|
271
|
+
*
|
|
272
|
+
* @type {Array<V1AutoFocusInstructionCoordinatesInner>}
|
|
273
|
+
* @memberof V1AutoFocusInstruction
|
|
274
|
+
*/
|
|
275
|
+
'coordinates'?: Array<V1AutoFocusInstructionCoordinatesInner>;
|
|
276
|
+
}
|
|
277
|
+
/**
|
|
278
|
+
* Coordinates in degrees in epoch J2000
|
|
279
|
+
* @export
|
|
280
|
+
* @interface V1AutoFocusInstructionCoordinatesInner
|
|
281
|
+
*/
|
|
282
|
+
export interface V1AutoFocusInstructionCoordinatesInner {
|
|
283
|
+
/**
|
|
284
|
+
*
|
|
285
|
+
* @type {number}
|
|
286
|
+
* @memberof V1AutoFocusInstructionCoordinatesInner
|
|
287
|
+
*/
|
|
288
|
+
'rightAscension'?: number;
|
|
289
|
+
/**
|
|
290
|
+
*
|
|
291
|
+
* @type {number}
|
|
292
|
+
* @memberof V1AutoFocusInstructionCoordinatesInner
|
|
293
|
+
*/
|
|
294
|
+
'declination'?: number;
|
|
295
|
+
}
|
|
245
296
|
/**
|
|
246
297
|
* Camera
|
|
247
298
|
* @export
|
|
@@ -651,6 +702,19 @@ export interface V1ElevationMaskPoint {
|
|
|
651
702
|
*/
|
|
652
703
|
'maxAltitudeDegrees': number;
|
|
653
704
|
}
|
|
705
|
+
/**
|
|
706
|
+
*
|
|
707
|
+
* @export
|
|
708
|
+
* @enum {string}
|
|
709
|
+
*/
|
|
710
|
+
|
|
711
|
+
export const V1FileType = {
|
|
712
|
+
ZIP: 'ZIP'
|
|
713
|
+
} as const;
|
|
714
|
+
|
|
715
|
+
export type V1FileType = typeof V1FileType[keyof typeof V1FileType];
|
|
716
|
+
|
|
717
|
+
|
|
654
718
|
/**
|
|
655
719
|
* Gain Curve
|
|
656
720
|
* @export
|
|
@@ -946,12 +1010,6 @@ export interface V1GetOrCreateOpticalTubeRequest {
|
|
|
946
1010
|
* @interface V1GetPlateSolveCatalogDiffRequest
|
|
947
1011
|
*/
|
|
948
1012
|
export interface V1GetPlateSolveCatalogDiffRequest {
|
|
949
|
-
/**
|
|
950
|
-
*
|
|
951
|
-
* @type {V1PlateSolveCatalogIdentifier}
|
|
952
|
-
* @memberof V1GetPlateSolveCatalogDiffRequest
|
|
953
|
-
*/
|
|
954
|
-
'identifier': V1PlateSolveCatalogIdentifier;
|
|
955
1013
|
/**
|
|
956
1014
|
*
|
|
957
1015
|
* @type {Array<V1PlateSolveCatalogFile>}
|
|
@@ -959,8 +1017,6 @@ export interface V1GetPlateSolveCatalogDiffRequest {
|
|
|
959
1017
|
*/
|
|
960
1018
|
'existingFiles': Array<V1PlateSolveCatalogFile>;
|
|
961
1019
|
}
|
|
962
|
-
|
|
963
|
-
|
|
964
1020
|
/**
|
|
965
1021
|
*
|
|
966
1022
|
* @export
|
|
@@ -1267,6 +1323,12 @@ export interface V1ImageSetImage {
|
|
|
1267
1323
|
* @memberof V1ImageSetImage
|
|
1268
1324
|
*/
|
|
1269
1325
|
'exposureLength': number;
|
|
1326
|
+
/**
|
|
1327
|
+
*
|
|
1328
|
+
* @type {Array<FitsHeader>}
|
|
1329
|
+
* @memberof V1ImageSetImage
|
|
1330
|
+
*/
|
|
1331
|
+
'fitsHeaders': Array<FitsHeader>;
|
|
1270
1332
|
}
|
|
1271
1333
|
/**
|
|
1272
1334
|
* Instruction
|
|
@@ -1292,6 +1354,12 @@ export interface V1Instruction {
|
|
|
1292
1354
|
* @memberof V1Instruction
|
|
1293
1355
|
*/
|
|
1294
1356
|
'search'?: Array<V1ObservationInstruction>;
|
|
1357
|
+
/**
|
|
1358
|
+
*
|
|
1359
|
+
* @type {V1AutoFocusInstruction}
|
|
1360
|
+
* @memberof V1Instruction
|
|
1361
|
+
*/
|
|
1362
|
+
'autofocus'?: V1AutoFocusInstruction;
|
|
1295
1363
|
}
|
|
1296
1364
|
/**
|
|
1297
1365
|
*
|
|
@@ -1483,7 +1551,9 @@ export const V1NodeDiagnosticType = {
|
|
|
1483
1551
|
APPLICATION_UPTIME_S: 'APPLICATION_UPTIME_S',
|
|
1484
1552
|
APPLICATION_CPU_TIME_S: 'APPLICATION_CPU_TIME_S',
|
|
1485
1553
|
CPU_USAGE_LAST_SECOND_PCT: 'CPU_USAGE_LAST_SECOND_PCT',
|
|
1486
|
-
CPU_USAGE_LAST_MINUTE_PCT: 'CPU_USAGE_LAST_MINUTE_PCT'
|
|
1554
|
+
CPU_USAGE_LAST_MINUTE_PCT: 'CPU_USAGE_LAST_MINUTE_PCT',
|
|
1555
|
+
FOCUS_HFR: 'FOCUS_HFR',
|
|
1556
|
+
HAS_FOCUSER: 'HAS_FOCUSER'
|
|
1487
1557
|
} as const;
|
|
1488
1558
|
|
|
1489
1559
|
export type V1NodeDiagnosticType = typeof V1NodeDiagnosticType[keyof typeof V1NodeDiagnosticType];
|
|
@@ -1711,20 +1781,21 @@ export interface V1PlateSolveCatalogFileDownload {
|
|
|
1711
1781
|
* @memberof V1PlateSolveCatalogFileDownload
|
|
1712
1782
|
*/
|
|
1713
1783
|
'base64Sha256Checksum': string;
|
|
1784
|
+
/**
|
|
1785
|
+
*
|
|
1786
|
+
* @type {string}
|
|
1787
|
+
* @memberof V1PlateSolveCatalogFileDownload
|
|
1788
|
+
*/
|
|
1789
|
+
'action': V1PlateSolveCatalogFileDownloadActionEnum;
|
|
1714
1790
|
}
|
|
1715
|
-
/**
|
|
1716
|
-
*
|
|
1717
|
-
* @export
|
|
1718
|
-
* @enum {string}
|
|
1719
|
-
*/
|
|
1720
1791
|
|
|
1721
|
-
export const
|
|
1722
|
-
|
|
1723
|
-
|
|
1792
|
+
export const V1PlateSolveCatalogFileDownloadActionEnum = {
|
|
1793
|
+
DOWNLOAD: 'DOWNLOAD',
|
|
1794
|
+
DELETE: 'DELETE',
|
|
1795
|
+
NO_ACTION: 'NO_ACTION'
|
|
1724
1796
|
} as const;
|
|
1725
1797
|
|
|
1726
|
-
export type
|
|
1727
|
-
|
|
1798
|
+
export type V1PlateSolveCatalogFileDownloadActionEnum = typeof V1PlateSolveCatalogFileDownloadActionEnum[keyof typeof V1PlateSolveCatalogFileDownloadActionEnum];
|
|
1728
1799
|
|
|
1729
1800
|
/**
|
|
1730
1801
|
*
|
|
@@ -1745,6 +1816,45 @@ export interface V1ReadNoisePoint {
|
|
|
1745
1816
|
*/
|
|
1746
1817
|
'eRMS': number;
|
|
1747
1818
|
}
|
|
1819
|
+
/**
|
|
1820
|
+
* Node Controller Release
|
|
1821
|
+
* @export
|
|
1822
|
+
* @interface V1Release
|
|
1823
|
+
*/
|
|
1824
|
+
export interface V1Release {
|
|
1825
|
+
/**
|
|
1826
|
+
*
|
|
1827
|
+
* @type {string}
|
|
1828
|
+
* @memberof V1Release
|
|
1829
|
+
*/
|
|
1830
|
+
'id': string;
|
|
1831
|
+
/**
|
|
1832
|
+
* Semantic version 2.0 of this release.
|
|
1833
|
+
* @type {string}
|
|
1834
|
+
* @memberof V1Release
|
|
1835
|
+
*/
|
|
1836
|
+
'version': string;
|
|
1837
|
+
/**
|
|
1838
|
+
*
|
|
1839
|
+
* @type {string}
|
|
1840
|
+
* @memberof V1Release
|
|
1841
|
+
*/
|
|
1842
|
+
'url': string;
|
|
1843
|
+
/**
|
|
1844
|
+
* SHA256 checksum of the file
|
|
1845
|
+
* @type {string}
|
|
1846
|
+
* @memberof V1Release
|
|
1847
|
+
*/
|
|
1848
|
+
'checksum': string;
|
|
1849
|
+
/**
|
|
1850
|
+
*
|
|
1851
|
+
* @type {V1FileType}
|
|
1852
|
+
* @memberof V1Release
|
|
1853
|
+
*/
|
|
1854
|
+
'fileType': V1FileType;
|
|
1855
|
+
}
|
|
1856
|
+
|
|
1857
|
+
|
|
1748
1858
|
/**
|
|
1749
1859
|
* Setup Action
|
|
1750
1860
|
* @export
|
|
@@ -2893,6 +3003,48 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
2893
3003
|
|
|
2894
3004
|
|
|
2895
3005
|
|
|
3006
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
3007
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3008
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
3009
|
+
|
|
3010
|
+
return {
|
|
3011
|
+
url: toPathString(localVarUrlObj),
|
|
3012
|
+
options: localVarRequestOptions,
|
|
3013
|
+
};
|
|
3014
|
+
},
|
|
3015
|
+
/**
|
|
3016
|
+
* returns the current release for the node
|
|
3017
|
+
* @param {string} lineageId lineage id
|
|
3018
|
+
* @param {*} [options] Override http request option.
|
|
3019
|
+
* @throws {RequiredError}
|
|
3020
|
+
*/
|
|
3021
|
+
v1GetNodeControllerRelease: async (lineageId: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
3022
|
+
// verify required parameter 'lineageId' is not null or undefined
|
|
3023
|
+
assertParamExists('v1GetNodeControllerRelease', 'lineageId', lineageId)
|
|
3024
|
+
const localVarPath = `/v1/node-controller-releases`;
|
|
3025
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
3026
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
3027
|
+
let baseOptions;
|
|
3028
|
+
if (configuration) {
|
|
3029
|
+
baseOptions = configuration.baseOptions;
|
|
3030
|
+
}
|
|
3031
|
+
|
|
3032
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
3033
|
+
const localVarHeaderParameter = {} as any;
|
|
3034
|
+
const localVarQueryParameter = {} as any;
|
|
3035
|
+
|
|
3036
|
+
// authentication Roles required
|
|
3037
|
+
|
|
3038
|
+
// authentication BearerToken required
|
|
3039
|
+
// http bearer authentication required
|
|
3040
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
3041
|
+
|
|
3042
|
+
if (lineageId !== undefined) {
|
|
3043
|
+
localVarQueryParameter['lineageId'] = lineageId;
|
|
3044
|
+
}
|
|
3045
|
+
|
|
3046
|
+
|
|
3047
|
+
|
|
2896
3048
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2897
3049
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2898
3050
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
@@ -3630,6 +3782,16 @@ export const DefaultApiFp = function(configuration?: Configuration) {
|
|
|
3630
3782
|
const localVarAxiosArgs = await localVarAxiosParamCreator.v1GetMount(id, options);
|
|
3631
3783
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3632
3784
|
},
|
|
3785
|
+
/**
|
|
3786
|
+
* returns the current release for the node
|
|
3787
|
+
* @param {string} lineageId lineage id
|
|
3788
|
+
* @param {*} [options] Override http request option.
|
|
3789
|
+
* @throws {RequiredError}
|
|
3790
|
+
*/
|
|
3791
|
+
async v1GetNodeControllerRelease(lineageId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<V1Release>> {
|
|
3792
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.v1GetNodeControllerRelease(lineageId, options);
|
|
3793
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3794
|
+
},
|
|
3633
3795
|
/**
|
|
3634
3796
|
* Get node diagnostic tasks.
|
|
3635
3797
|
* @param {string} nodeId
|
|
@@ -3923,6 +4085,15 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
|
|
|
3923
4085
|
v1GetMount(requestParameters: DefaultApiV1GetMountRequest, options?: AxiosRequestConfig): AxiosPromise<V1Mount> {
|
|
3924
4086
|
return localVarFp.v1GetMount(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
3925
4087
|
},
|
|
4088
|
+
/**
|
|
4089
|
+
* returns the current release for the node
|
|
4090
|
+
* @param {DefaultApiV1GetNodeControllerReleaseRequest} requestParameters Request parameters.
|
|
4091
|
+
* @param {*} [options] Override http request option.
|
|
4092
|
+
* @throws {RequiredError}
|
|
4093
|
+
*/
|
|
4094
|
+
v1GetNodeControllerRelease(requestParameters: DefaultApiV1GetNodeControllerReleaseRequest, options?: AxiosRequestConfig): AxiosPromise<V1Release> {
|
|
4095
|
+
return localVarFp.v1GetNodeControllerRelease(requestParameters.lineageId, options).then((request) => request(axios, basePath));
|
|
4096
|
+
},
|
|
3926
4097
|
/**
|
|
3927
4098
|
* Get node diagnostic tasks.
|
|
3928
4099
|
* @param {DefaultApiV1GetNodeDiagnosticTasksRequest} requestParameters Request parameters.
|
|
@@ -4301,6 +4472,20 @@ export interface DefaultApiV1GetMountRequest {
|
|
|
4301
4472
|
readonly id: string
|
|
4302
4473
|
}
|
|
4303
4474
|
|
|
4475
|
+
/**
|
|
4476
|
+
* Request parameters for v1GetNodeControllerRelease operation in DefaultApi.
|
|
4477
|
+
* @export
|
|
4478
|
+
* @interface DefaultApiV1GetNodeControllerReleaseRequest
|
|
4479
|
+
*/
|
|
4480
|
+
export interface DefaultApiV1GetNodeControllerReleaseRequest {
|
|
4481
|
+
/**
|
|
4482
|
+
* lineage id
|
|
4483
|
+
* @type {string}
|
|
4484
|
+
* @memberof DefaultApiV1GetNodeControllerRelease
|
|
4485
|
+
*/
|
|
4486
|
+
readonly lineageId: string
|
|
4487
|
+
}
|
|
4488
|
+
|
|
4304
4489
|
/**
|
|
4305
4490
|
* Request parameters for v1GetNodeDiagnosticTasks operation in DefaultApi.
|
|
4306
4491
|
* @export
|
|
@@ -4682,6 +4867,17 @@ export class DefaultApi extends BaseAPI {
|
|
|
4682
4867
|
return DefaultApiFp(this.configuration).v1GetMount(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
4683
4868
|
}
|
|
4684
4869
|
|
|
4870
|
+
/**
|
|
4871
|
+
* returns the current release for the node
|
|
4872
|
+
* @param {DefaultApiV1GetNodeControllerReleaseRequest} requestParameters Request parameters.
|
|
4873
|
+
* @param {*} [options] Override http request option.
|
|
4874
|
+
* @throws {RequiredError}
|
|
4875
|
+
* @memberof DefaultApi
|
|
4876
|
+
*/
|
|
4877
|
+
public v1GetNodeControllerRelease(requestParameters: DefaultApiV1GetNodeControllerReleaseRequest, options?: AxiosRequestConfig) {
|
|
4878
|
+
return DefaultApiFp(this.configuration).v1GetNodeControllerRelease(requestParameters.lineageId, options).then((request) => request(this.axios, this.basePath));
|
|
4879
|
+
}
|
|
4880
|
+
|
|
4685
4881
|
/**
|
|
4686
4882
|
* Get node diagnostic tasks.
|
|
4687
4883
|
* @param {DefaultApiV1GetNodeDiagnosticTasksRequest} requestParameters Request parameters.
|
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.3644
|
|
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.3644
|
|
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.3644
|
|
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.3644
|
|
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
|
|
@@ -200,6 +219,38 @@ export declare const TrackingType: {
|
|
|
200
219
|
readonly TARGET_RATE: "TARGET_RATE";
|
|
201
220
|
};
|
|
202
221
|
export type TrackingType = typeof TrackingType[keyof typeof TrackingType];
|
|
222
|
+
/**
|
|
223
|
+
* Autofocus Instruction
|
|
224
|
+
* @export
|
|
225
|
+
* @interface V1AutoFocusInstruction
|
|
226
|
+
*/
|
|
227
|
+
export interface V1AutoFocusInstruction {
|
|
228
|
+
/**
|
|
229
|
+
*
|
|
230
|
+
* @type {Array<V1AutoFocusInstructionCoordinatesInner>}
|
|
231
|
+
* @memberof V1AutoFocusInstruction
|
|
232
|
+
*/
|
|
233
|
+
'coordinates'?: Array<V1AutoFocusInstructionCoordinatesInner>;
|
|
234
|
+
}
|
|
235
|
+
/**
|
|
236
|
+
* Coordinates in degrees in epoch J2000
|
|
237
|
+
* @export
|
|
238
|
+
* @interface V1AutoFocusInstructionCoordinatesInner
|
|
239
|
+
*/
|
|
240
|
+
export interface V1AutoFocusInstructionCoordinatesInner {
|
|
241
|
+
/**
|
|
242
|
+
*
|
|
243
|
+
* @type {number}
|
|
244
|
+
* @memberof V1AutoFocusInstructionCoordinatesInner
|
|
245
|
+
*/
|
|
246
|
+
'rightAscension'?: number;
|
|
247
|
+
/**
|
|
248
|
+
*
|
|
249
|
+
* @type {number}
|
|
250
|
+
* @memberof V1AutoFocusInstructionCoordinatesInner
|
|
251
|
+
*/
|
|
252
|
+
'declination'?: number;
|
|
253
|
+
}
|
|
203
254
|
/**
|
|
204
255
|
* Camera
|
|
205
256
|
* @export
|
|
@@ -597,6 +648,15 @@ export interface V1ElevationMaskPoint {
|
|
|
597
648
|
*/
|
|
598
649
|
'maxAltitudeDegrees': number;
|
|
599
650
|
}
|
|
651
|
+
/**
|
|
652
|
+
*
|
|
653
|
+
* @export
|
|
654
|
+
* @enum {string}
|
|
655
|
+
*/
|
|
656
|
+
export declare const V1FileType: {
|
|
657
|
+
readonly ZIP: "ZIP";
|
|
658
|
+
};
|
|
659
|
+
export type V1FileType = typeof V1FileType[keyof typeof V1FileType];
|
|
600
660
|
/**
|
|
601
661
|
* Gain Curve
|
|
602
662
|
* @export
|
|
@@ -886,12 +946,6 @@ export interface V1GetOrCreateOpticalTubeRequest {
|
|
|
886
946
|
* @interface V1GetPlateSolveCatalogDiffRequest
|
|
887
947
|
*/
|
|
888
948
|
export interface V1GetPlateSolveCatalogDiffRequest {
|
|
889
|
-
/**
|
|
890
|
-
*
|
|
891
|
-
* @type {V1PlateSolveCatalogIdentifier}
|
|
892
|
-
* @memberof V1GetPlateSolveCatalogDiffRequest
|
|
893
|
-
*/
|
|
894
|
-
'identifier': V1PlateSolveCatalogIdentifier;
|
|
895
949
|
/**
|
|
896
950
|
*
|
|
897
951
|
* @type {Array<V1PlateSolveCatalogFile>}
|
|
@@ -1201,6 +1255,12 @@ export interface V1ImageSetImage {
|
|
|
1201
1255
|
* @memberof V1ImageSetImage
|
|
1202
1256
|
*/
|
|
1203
1257
|
'exposureLength': number;
|
|
1258
|
+
/**
|
|
1259
|
+
*
|
|
1260
|
+
* @type {Array<FitsHeader>}
|
|
1261
|
+
* @memberof V1ImageSetImage
|
|
1262
|
+
*/
|
|
1263
|
+
'fitsHeaders': Array<FitsHeader>;
|
|
1204
1264
|
}
|
|
1205
1265
|
/**
|
|
1206
1266
|
* Instruction
|
|
@@ -1226,6 +1286,12 @@ export interface V1Instruction {
|
|
|
1226
1286
|
* @memberof V1Instruction
|
|
1227
1287
|
*/
|
|
1228
1288
|
'search'?: Array<V1ObservationInstruction>;
|
|
1289
|
+
/**
|
|
1290
|
+
*
|
|
1291
|
+
* @type {V1AutoFocusInstruction}
|
|
1292
|
+
* @memberof V1Instruction
|
|
1293
|
+
*/
|
|
1294
|
+
'autofocus'?: V1AutoFocusInstruction;
|
|
1229
1295
|
}
|
|
1230
1296
|
/**
|
|
1231
1297
|
*
|
|
@@ -1409,6 +1475,8 @@ export declare const V1NodeDiagnosticType: {
|
|
|
1409
1475
|
readonly APPLICATION_CPU_TIME_S: "APPLICATION_CPU_TIME_S";
|
|
1410
1476
|
readonly CPU_USAGE_LAST_SECOND_PCT: "CPU_USAGE_LAST_SECOND_PCT";
|
|
1411
1477
|
readonly CPU_USAGE_LAST_MINUTE_PCT: "CPU_USAGE_LAST_MINUTE_PCT";
|
|
1478
|
+
readonly FOCUS_HFR: "FOCUS_HFR";
|
|
1479
|
+
readonly HAS_FOCUSER: "HAS_FOCUSER";
|
|
1412
1480
|
};
|
|
1413
1481
|
export type V1NodeDiagnosticType = typeof V1NodeDiagnosticType[keyof typeof V1NodeDiagnosticType];
|
|
1414
1482
|
/**
|
|
@@ -1631,17 +1699,19 @@ export interface V1PlateSolveCatalogFileDownload {
|
|
|
1631
1699
|
* @memberof V1PlateSolveCatalogFileDownload
|
|
1632
1700
|
*/
|
|
1633
1701
|
'base64Sha256Checksum': string;
|
|
1702
|
+
/**
|
|
1703
|
+
*
|
|
1704
|
+
* @type {string}
|
|
1705
|
+
* @memberof V1PlateSolveCatalogFileDownload
|
|
1706
|
+
*/
|
|
1707
|
+
'action': V1PlateSolveCatalogFileDownloadActionEnum;
|
|
1634
1708
|
}
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
*/
|
|
1640
|
-
export declare const V1PlateSolveCatalogIdentifier: {
|
|
1641
|
-
readonly TWO_MASS_4100: "TWO_MASS_4100";
|
|
1642
|
-
readonly TWO_MASS_LITE: "TWO_MASS_LITE";
|
|
1709
|
+
export declare const V1PlateSolveCatalogFileDownloadActionEnum: {
|
|
1710
|
+
readonly DOWNLOAD: "DOWNLOAD";
|
|
1711
|
+
readonly DELETE: "DELETE";
|
|
1712
|
+
readonly NO_ACTION: "NO_ACTION";
|
|
1643
1713
|
};
|
|
1644
|
-
export type
|
|
1714
|
+
export type V1PlateSolveCatalogFileDownloadActionEnum = typeof V1PlateSolveCatalogFileDownloadActionEnum[keyof typeof V1PlateSolveCatalogFileDownloadActionEnum];
|
|
1645
1715
|
/**
|
|
1646
1716
|
*
|
|
1647
1717
|
* @export
|
|
@@ -1661,6 +1731,43 @@ export interface V1ReadNoisePoint {
|
|
|
1661
1731
|
*/
|
|
1662
1732
|
'eRMS': number;
|
|
1663
1733
|
}
|
|
1734
|
+
/**
|
|
1735
|
+
* Node Controller Release
|
|
1736
|
+
* @export
|
|
1737
|
+
* @interface V1Release
|
|
1738
|
+
*/
|
|
1739
|
+
export interface V1Release {
|
|
1740
|
+
/**
|
|
1741
|
+
*
|
|
1742
|
+
* @type {string}
|
|
1743
|
+
* @memberof V1Release
|
|
1744
|
+
*/
|
|
1745
|
+
'id': string;
|
|
1746
|
+
/**
|
|
1747
|
+
* Semantic version 2.0 of this release.
|
|
1748
|
+
* @type {string}
|
|
1749
|
+
* @memberof V1Release
|
|
1750
|
+
*/
|
|
1751
|
+
'version': string;
|
|
1752
|
+
/**
|
|
1753
|
+
*
|
|
1754
|
+
* @type {string}
|
|
1755
|
+
* @memberof V1Release
|
|
1756
|
+
*/
|
|
1757
|
+
'url': string;
|
|
1758
|
+
/**
|
|
1759
|
+
* SHA256 checksum of the file
|
|
1760
|
+
* @type {string}
|
|
1761
|
+
* @memberof V1Release
|
|
1762
|
+
*/
|
|
1763
|
+
'checksum': string;
|
|
1764
|
+
/**
|
|
1765
|
+
*
|
|
1766
|
+
* @type {V1FileType}
|
|
1767
|
+
* @memberof V1Release
|
|
1768
|
+
*/
|
|
1769
|
+
'fileType': V1FileType;
|
|
1770
|
+
}
|
|
1664
1771
|
/**
|
|
1665
1772
|
* Setup Action
|
|
1666
1773
|
* @export
|
|
@@ -2208,6 +2315,13 @@ export declare const DefaultApiAxiosParamCreator: (configuration?: Configuration
|
|
|
2208
2315
|
* @throws {RequiredError}
|
|
2209
2316
|
*/
|
|
2210
2317
|
v1GetMount: (id: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
2318
|
+
/**
|
|
2319
|
+
* returns the current release for the node
|
|
2320
|
+
* @param {string} lineageId lineage id
|
|
2321
|
+
* @param {*} [options] Override http request option.
|
|
2322
|
+
* @throws {RequiredError}
|
|
2323
|
+
*/
|
|
2324
|
+
v1GetNodeControllerRelease: (lineageId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
2211
2325
|
/**
|
|
2212
2326
|
* Get node diagnostic tasks.
|
|
2213
2327
|
* @param {string} nodeId
|
|
@@ -2431,6 +2545,13 @@ export declare const DefaultApiFp: (configuration?: Configuration) => {
|
|
|
2431
2545
|
* @throws {RequiredError}
|
|
2432
2546
|
*/
|
|
2433
2547
|
v1GetMount(id: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<V1Mount>>;
|
|
2548
|
+
/**
|
|
2549
|
+
* returns the current release for the node
|
|
2550
|
+
* @param {string} lineageId lineage id
|
|
2551
|
+
* @param {*} [options] Override http request option.
|
|
2552
|
+
* @throws {RequiredError}
|
|
2553
|
+
*/
|
|
2554
|
+
v1GetNodeControllerRelease(lineageId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<V1Release>>;
|
|
2434
2555
|
/**
|
|
2435
2556
|
* Get node diagnostic tasks.
|
|
2436
2557
|
* @param {string} nodeId
|
|
@@ -2647,6 +2768,13 @@ export declare const DefaultApiFactory: (configuration?: Configuration, basePath
|
|
|
2647
2768
|
* @throws {RequiredError}
|
|
2648
2769
|
*/
|
|
2649
2770
|
v1GetMount(requestParameters: DefaultApiV1GetMountRequest, options?: AxiosRequestConfig): AxiosPromise<V1Mount>;
|
|
2771
|
+
/**
|
|
2772
|
+
* returns the current release for the node
|
|
2773
|
+
* @param {DefaultApiV1GetNodeControllerReleaseRequest} requestParameters Request parameters.
|
|
2774
|
+
* @param {*} [options] Override http request option.
|
|
2775
|
+
* @throws {RequiredError}
|
|
2776
|
+
*/
|
|
2777
|
+
v1GetNodeControllerRelease(requestParameters: DefaultApiV1GetNodeControllerReleaseRequest, options?: AxiosRequestConfig): AxiosPromise<V1Release>;
|
|
2650
2778
|
/**
|
|
2651
2779
|
* Get node diagnostic tasks.
|
|
2652
2780
|
* @param {DefaultApiV1GetNodeDiagnosticTasksRequest} requestParameters Request parameters.
|
|
@@ -2975,6 +3103,19 @@ export interface DefaultApiV1GetMountRequest {
|
|
|
2975
3103
|
*/
|
|
2976
3104
|
readonly id: string;
|
|
2977
3105
|
}
|
|
3106
|
+
/**
|
|
3107
|
+
* Request parameters for v1GetNodeControllerRelease operation in DefaultApi.
|
|
3108
|
+
* @export
|
|
3109
|
+
* @interface DefaultApiV1GetNodeControllerReleaseRequest
|
|
3110
|
+
*/
|
|
3111
|
+
export interface DefaultApiV1GetNodeControllerReleaseRequest {
|
|
3112
|
+
/**
|
|
3113
|
+
* lineage id
|
|
3114
|
+
* @type {string}
|
|
3115
|
+
* @memberof DefaultApiV1GetNodeControllerRelease
|
|
3116
|
+
*/
|
|
3117
|
+
readonly lineageId: string;
|
|
3118
|
+
}
|
|
2978
3119
|
/**
|
|
2979
3120
|
* Request parameters for v1GetNodeDiagnosticTasks operation in DefaultApi.
|
|
2980
3121
|
* @export
|
|
@@ -3290,6 +3431,14 @@ export declare class DefaultApi extends BaseAPI {
|
|
|
3290
3431
|
* @memberof DefaultApi
|
|
3291
3432
|
*/
|
|
3292
3433
|
v1GetMount(requestParameters: DefaultApiV1GetMountRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<V1Mount, any>>;
|
|
3434
|
+
/**
|
|
3435
|
+
* returns the current release for the node
|
|
3436
|
+
* @param {DefaultApiV1GetNodeControllerReleaseRequest} requestParameters Request parameters.
|
|
3437
|
+
* @param {*} [options] Override http request option.
|
|
3438
|
+
* @throws {RequiredError}
|
|
3439
|
+
* @memberof DefaultApi
|
|
3440
|
+
*/
|
|
3441
|
+
v1GetNodeControllerRelease(requestParameters: DefaultApiV1GetNodeControllerReleaseRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<V1Release, any>>;
|
|
3293
3442
|
/**
|
|
3294
3443
|
* Get node diagnostic tasks.
|
|
3295
3444
|
* @param {DefaultApiV1GetNodeDiagnosticTasksRequest} requestParameters Request parameters.
|