@ourskyai/astro-api 1.3.1945 → 1.3.2151
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 +267 -65
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +180 -29
- package/dist/api.js +131 -57
- 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 +180 -29
- package/dist/esm/api.js +131 -57
- 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/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.
|
|
5
|
+
* The version of the OpenAPI document: 1.3.2151
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -569,6 +569,12 @@ export interface V1Camera {
|
|
|
569
569
|
* @memberof V1Camera
|
|
570
570
|
*/
|
|
571
571
|
'isColor': boolean;
|
|
572
|
+
/**
|
|
573
|
+
*
|
|
574
|
+
* @type {Array<V1VideoModeFramerateProperty>}
|
|
575
|
+
* @memberof V1Camera
|
|
576
|
+
*/
|
|
577
|
+
'videoModeFramerateProperties'?: Array<V1VideoModeFramerateProperty>;
|
|
572
578
|
}
|
|
573
579
|
/**
|
|
574
580
|
*
|
|
@@ -881,6 +887,12 @@ export interface V1CreateCameraRequest {
|
|
|
881
887
|
* @memberof V1CreateCameraRequest
|
|
882
888
|
*/
|
|
883
889
|
'isColor': boolean;
|
|
890
|
+
/**
|
|
891
|
+
*
|
|
892
|
+
* @type {Array<V1VideoModeFramerateProperty>}
|
|
893
|
+
* @memberof V1CreateCameraRequest
|
|
894
|
+
*/
|
|
895
|
+
'videoModeFramerateProperties'?: Array<V1VideoModeFramerateProperty>;
|
|
884
896
|
}
|
|
885
897
|
/**
|
|
886
898
|
*
|
|
@@ -1062,6 +1074,31 @@ export interface V1CreateOpticalTubeRequest {
|
|
|
1062
1074
|
*/
|
|
1063
1075
|
'type'?: OpticalTubeType;
|
|
1064
1076
|
}
|
|
1077
|
+
/**
|
|
1078
|
+
* Elevation Mask Point
|
|
1079
|
+
* @export
|
|
1080
|
+
* @interface V1ElevationMaskPoint
|
|
1081
|
+
*/
|
|
1082
|
+
export interface V1ElevationMaskPoint {
|
|
1083
|
+
/**
|
|
1084
|
+
*
|
|
1085
|
+
* @type {number}
|
|
1086
|
+
* @memberof V1ElevationMaskPoint
|
|
1087
|
+
*/
|
|
1088
|
+
'azimuthDegrees': number;
|
|
1089
|
+
/**
|
|
1090
|
+
*
|
|
1091
|
+
* @type {number}
|
|
1092
|
+
* @memberof V1ElevationMaskPoint
|
|
1093
|
+
*/
|
|
1094
|
+
'minAltitudeDegrees': number;
|
|
1095
|
+
/**
|
|
1096
|
+
*
|
|
1097
|
+
* @type {number}
|
|
1098
|
+
* @memberof V1ElevationMaskPoint
|
|
1099
|
+
*/
|
|
1100
|
+
'maxAltitudeDegrees': number;
|
|
1101
|
+
}
|
|
1065
1102
|
/**
|
|
1066
1103
|
* Gain Curve
|
|
1067
1104
|
* @export
|
|
@@ -1264,6 +1301,12 @@ export interface V1GetOrCreateCameraRequest {
|
|
|
1264
1301
|
* @memberof V1GetOrCreateCameraRequest
|
|
1265
1302
|
*/
|
|
1266
1303
|
'isColor'?: boolean;
|
|
1304
|
+
/**
|
|
1305
|
+
*
|
|
1306
|
+
* @type {Array<V1VideoModeFramerateProperty>}
|
|
1307
|
+
* @memberof V1GetOrCreateCameraRequest
|
|
1308
|
+
*/
|
|
1309
|
+
'videoModeFramerateProperties'?: Array<V1VideoModeFramerateProperty>;
|
|
1267
1310
|
}
|
|
1268
1311
|
/**
|
|
1269
1312
|
*
|
|
@@ -1678,6 +1721,12 @@ export interface V1Node {
|
|
|
1678
1721
|
* @memberof V1Node
|
|
1679
1722
|
*/
|
|
1680
1723
|
'minAltitude': number;
|
|
1724
|
+
/**
|
|
1725
|
+
*
|
|
1726
|
+
* @type {Array<V1ElevationMaskPoint>}
|
|
1727
|
+
* @memberof V1Node
|
|
1728
|
+
*/
|
|
1729
|
+
'elevationMask'?: Array<V1ElevationMaskPoint>;
|
|
1681
1730
|
/**
|
|
1682
1731
|
*
|
|
1683
1732
|
* @type {string}
|
|
@@ -1949,6 +1998,12 @@ export interface V1UpdateNodeRequest {
|
|
|
1949
1998
|
* @memberof V1UpdateNodeRequest
|
|
1950
1999
|
*/
|
|
1951
2000
|
'maxAltitude'?: number;
|
|
2001
|
+
/**
|
|
2002
|
+
*
|
|
2003
|
+
* @type {Array<V1ElevationMaskPoint>}
|
|
2004
|
+
* @memberof V1UpdateNodeRequest
|
|
2005
|
+
*/
|
|
2006
|
+
'elevationMask'?: Array<V1ElevationMaskPoint>;
|
|
1952
2007
|
/**
|
|
1953
2008
|
*
|
|
1954
2009
|
* @type {Location}
|
|
@@ -1962,6 +2017,43 @@ export interface V1UpdateNodeRequest {
|
|
|
1962
2017
|
*/
|
|
1963
2018
|
'state'?: NodeState;
|
|
1964
2019
|
}
|
|
2020
|
+
/**
|
|
2021
|
+
*
|
|
2022
|
+
* @export
|
|
2023
|
+
* @interface V1VideoModeFramerateProperty
|
|
2024
|
+
*/
|
|
2025
|
+
export interface V1VideoModeFramerateProperty {
|
|
2026
|
+
/**
|
|
2027
|
+
*
|
|
2028
|
+
* @type {number}
|
|
2029
|
+
* @memberof V1VideoModeFramerateProperty
|
|
2030
|
+
*/
|
|
2031
|
+
'roiXPixels': number;
|
|
2032
|
+
/**
|
|
2033
|
+
*
|
|
2034
|
+
* @type {number}
|
|
2035
|
+
* @memberof V1VideoModeFramerateProperty
|
|
2036
|
+
*/
|
|
2037
|
+
'roiYPixels': number;
|
|
2038
|
+
/**
|
|
2039
|
+
*
|
|
2040
|
+
* @type {number}
|
|
2041
|
+
* @memberof V1VideoModeFramerateProperty
|
|
2042
|
+
*/
|
|
2043
|
+
'adcBitDepth': number;
|
|
2044
|
+
/**
|
|
2045
|
+
*
|
|
2046
|
+
* @type {number}
|
|
2047
|
+
* @memberof V1VideoModeFramerateProperty
|
|
2048
|
+
*/
|
|
2049
|
+
'fps': number;
|
|
2050
|
+
/**
|
|
2051
|
+
*
|
|
2052
|
+
* @type {number}
|
|
2053
|
+
* @memberof V1VideoModeFramerateProperty
|
|
2054
|
+
*/
|
|
2055
|
+
'binning': number;
|
|
2056
|
+
}
|
|
1965
2057
|
/**
|
|
1966
2058
|
* DefaultApi - axios parameter creator
|
|
1967
2059
|
* @export
|
|
@@ -2044,6 +2136,20 @@ export declare const DefaultApiAxiosParamCreator: (configuration?: Configuration
|
|
|
2044
2136
|
* @throws {RequiredError}
|
|
2045
2137
|
*/
|
|
2046
2138
|
v1CreateNode: (v1CreateNodeRequest: V1CreateNodeRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
2139
|
+
/**
|
|
2140
|
+
* Delete an image set.
|
|
2141
|
+
* @param {string} id
|
|
2142
|
+
* @param {*} [options] Override http request option.
|
|
2143
|
+
* @throws {RequiredError}
|
|
2144
|
+
*/
|
|
2145
|
+
v1DeleteImageSet: (id: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
2146
|
+
/**
|
|
2147
|
+
* Delete an image.
|
|
2148
|
+
* @param {string} imageId
|
|
2149
|
+
* @param {*} [options] Override http request option.
|
|
2150
|
+
* @throws {RequiredError}
|
|
2151
|
+
*/
|
|
2152
|
+
v1DeleteImageSetImage: (imageId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
2047
2153
|
/**
|
|
2048
2154
|
* Get an astro camera.
|
|
2049
2155
|
* @param {string} id
|
|
@@ -2157,12 +2263,6 @@ export declare const DefaultApiAxiosParamCreator: (configuration?: Configuration
|
|
|
2157
2263
|
* @throws {RequiredError}
|
|
2158
2264
|
*/
|
|
2159
2265
|
v1GetJobLogs: (astroProjectId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
2160
|
-
/**
|
|
2161
|
-
* Get mounts.
|
|
2162
|
-
* @param {*} [options] Override http request option.
|
|
2163
|
-
* @throws {RequiredError}
|
|
2164
|
-
*/
|
|
2165
|
-
v1GetMounts: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
2166
2266
|
/**
|
|
2167
2267
|
* Get nodes.
|
|
2168
2268
|
* @param {*} [options] Override http request option.
|
|
@@ -2318,6 +2418,20 @@ export declare const DefaultApiFp: (configuration?: Configuration) => {
|
|
|
2318
2418
|
* @throws {RequiredError}
|
|
2319
2419
|
*/
|
|
2320
2420
|
v1CreateNode(v1CreateNodeRequest: V1CreateNodeRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SuccessfulCreate>>;
|
|
2421
|
+
/**
|
|
2422
|
+
* Delete an image set.
|
|
2423
|
+
* @param {string} id
|
|
2424
|
+
* @param {*} [options] Override http request option.
|
|
2425
|
+
* @throws {RequiredError}
|
|
2426
|
+
*/
|
|
2427
|
+
v1DeleteImageSet(id: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<EmptySuccess>>;
|
|
2428
|
+
/**
|
|
2429
|
+
* Delete an image.
|
|
2430
|
+
* @param {string} imageId
|
|
2431
|
+
* @param {*} [options] Override http request option.
|
|
2432
|
+
* @throws {RequiredError}
|
|
2433
|
+
*/
|
|
2434
|
+
v1DeleteImageSetImage(imageId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<EmptySuccess>>;
|
|
2321
2435
|
/**
|
|
2322
2436
|
* Get an astro camera.
|
|
2323
2437
|
* @param {string} id
|
|
@@ -2431,12 +2545,6 @@ export declare const DefaultApiFp: (configuration?: Configuration) => {
|
|
|
2431
2545
|
* @throws {RequiredError}
|
|
2432
2546
|
*/
|
|
2433
2547
|
v1GetJobLogs(astroProjectId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<V1JobLog>>>;
|
|
2434
|
-
/**
|
|
2435
|
-
* Get mounts.
|
|
2436
|
-
* @param {*} [options] Override http request option.
|
|
2437
|
-
* @throws {RequiredError}
|
|
2438
|
-
*/
|
|
2439
|
-
v1GetMounts(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<V1Mount>>>;
|
|
2440
2548
|
/**
|
|
2441
2549
|
* Get nodes.
|
|
2442
2550
|
* @param {*} [options] Override http request option.
|
|
@@ -2501,7 +2609,7 @@ export declare const DefaultApiFp: (configuration?: Configuration) => {
|
|
|
2501
2609
|
* @param {*} [options] Override http request option.
|
|
2502
2610
|
* @throws {RequiredError}
|
|
2503
2611
|
*/
|
|
2504
|
-
v1PutStackAstroProject(v1PutStackAstroProjectRequest: V1PutStackAstroProjectRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
2612
|
+
v1PutStackAstroProject(v1PutStackAstroProjectRequest: V1PutStackAstroProjectRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<EmptySuccess>>;
|
|
2505
2613
|
/**
|
|
2506
2614
|
* Update a node.
|
|
2507
2615
|
* @param {V1UpdateNodeRequest} v1UpdateNodeRequest
|
|
@@ -2585,6 +2693,20 @@ export declare const DefaultApiFactory: (configuration?: Configuration, basePath
|
|
|
2585
2693
|
* @throws {RequiredError}
|
|
2586
2694
|
*/
|
|
2587
2695
|
v1CreateNode(requestParameters: DefaultApiV1CreateNodeRequest, options?: AxiosRequestConfig): AxiosPromise<SuccessfulCreate>;
|
|
2696
|
+
/**
|
|
2697
|
+
* Delete an image set.
|
|
2698
|
+
* @param {DefaultApiV1DeleteImageSetRequest} requestParameters Request parameters.
|
|
2699
|
+
* @param {*} [options] Override http request option.
|
|
2700
|
+
* @throws {RequiredError}
|
|
2701
|
+
*/
|
|
2702
|
+
v1DeleteImageSet(requestParameters: DefaultApiV1DeleteImageSetRequest, options?: AxiosRequestConfig): AxiosPromise<EmptySuccess>;
|
|
2703
|
+
/**
|
|
2704
|
+
* Delete an image.
|
|
2705
|
+
* @param {DefaultApiV1DeleteImageSetImageRequest} requestParameters Request parameters.
|
|
2706
|
+
* @param {*} [options] Override http request option.
|
|
2707
|
+
* @throws {RequiredError}
|
|
2708
|
+
*/
|
|
2709
|
+
v1DeleteImageSetImage(requestParameters: DefaultApiV1DeleteImageSetImageRequest, options?: AxiosRequestConfig): AxiosPromise<EmptySuccess>;
|
|
2588
2710
|
/**
|
|
2589
2711
|
* Get an astro camera.
|
|
2590
2712
|
* @param {DefaultApiV1GetAstroCameraRequest} requestParameters Request parameters.
|
|
@@ -2693,12 +2815,6 @@ export declare const DefaultApiFactory: (configuration?: Configuration, basePath
|
|
|
2693
2815
|
* @throws {RequiredError}
|
|
2694
2816
|
*/
|
|
2695
2817
|
v1GetJobLogs(requestParameters: DefaultApiV1GetJobLogsRequest, options?: AxiosRequestConfig): AxiosPromise<Array<V1JobLog>>;
|
|
2696
|
-
/**
|
|
2697
|
-
* Get mounts.
|
|
2698
|
-
* @param {*} [options] Override http request option.
|
|
2699
|
-
* @throws {RequiredError}
|
|
2700
|
-
*/
|
|
2701
|
-
v1GetMounts(options?: AxiosRequestConfig): AxiosPromise<Array<V1Mount>>;
|
|
2702
2818
|
/**
|
|
2703
2819
|
* Get nodes.
|
|
2704
2820
|
* @param {*} [options] Override http request option.
|
|
@@ -2759,7 +2875,7 @@ export declare const DefaultApiFactory: (configuration?: Configuration, basePath
|
|
|
2759
2875
|
* @param {*} [options] Override http request option.
|
|
2760
2876
|
* @throws {RequiredError}
|
|
2761
2877
|
*/
|
|
2762
|
-
v1PutStackAstroProject(requestParameters: DefaultApiV1PutStackAstroProjectRequest, options?: AxiosRequestConfig): AxiosPromise<
|
|
2878
|
+
v1PutStackAstroProject(requestParameters: DefaultApiV1PutStackAstroProjectRequest, options?: AxiosRequestConfig): AxiosPromise<EmptySuccess>;
|
|
2763
2879
|
/**
|
|
2764
2880
|
* Update a node.
|
|
2765
2881
|
* @param {DefaultApiV1UpdateNodeRequest} requestParameters Request parameters.
|
|
@@ -2940,6 +3056,32 @@ export interface DefaultApiV1CreateNodeRequest {
|
|
|
2940
3056
|
*/
|
|
2941
3057
|
readonly v1CreateNodeRequest: V1CreateNodeRequest;
|
|
2942
3058
|
}
|
|
3059
|
+
/**
|
|
3060
|
+
* Request parameters for v1DeleteImageSet operation in DefaultApi.
|
|
3061
|
+
* @export
|
|
3062
|
+
* @interface DefaultApiV1DeleteImageSetRequest
|
|
3063
|
+
*/
|
|
3064
|
+
export interface DefaultApiV1DeleteImageSetRequest {
|
|
3065
|
+
/**
|
|
3066
|
+
*
|
|
3067
|
+
* @type {string}
|
|
3068
|
+
* @memberof DefaultApiV1DeleteImageSet
|
|
3069
|
+
*/
|
|
3070
|
+
readonly id: string;
|
|
3071
|
+
}
|
|
3072
|
+
/**
|
|
3073
|
+
* Request parameters for v1DeleteImageSetImage operation in DefaultApi.
|
|
3074
|
+
* @export
|
|
3075
|
+
* @interface DefaultApiV1DeleteImageSetImageRequest
|
|
3076
|
+
*/
|
|
3077
|
+
export interface DefaultApiV1DeleteImageSetImageRequest {
|
|
3078
|
+
/**
|
|
3079
|
+
*
|
|
3080
|
+
* @type {string}
|
|
3081
|
+
* @memberof DefaultApiV1DeleteImageSetImage
|
|
3082
|
+
*/
|
|
3083
|
+
readonly imageId: string;
|
|
3084
|
+
}
|
|
2943
3085
|
/**
|
|
2944
3086
|
* Request parameters for v1GetAstroCamera operation in DefaultApi.
|
|
2945
3087
|
* @export
|
|
@@ -3341,6 +3483,22 @@ export declare class DefaultApi extends BaseAPI {
|
|
|
3341
3483
|
* @memberof DefaultApi
|
|
3342
3484
|
*/
|
|
3343
3485
|
v1CreateNode(requestParameters: DefaultApiV1CreateNodeRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SuccessfulCreate, any>>;
|
|
3486
|
+
/**
|
|
3487
|
+
* Delete an image set.
|
|
3488
|
+
* @param {DefaultApiV1DeleteImageSetRequest} requestParameters Request parameters.
|
|
3489
|
+
* @param {*} [options] Override http request option.
|
|
3490
|
+
* @throws {RequiredError}
|
|
3491
|
+
* @memberof DefaultApi
|
|
3492
|
+
*/
|
|
3493
|
+
v1DeleteImageSet(requestParameters: DefaultApiV1DeleteImageSetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<EmptySuccess, any>>;
|
|
3494
|
+
/**
|
|
3495
|
+
* Delete an image.
|
|
3496
|
+
* @param {DefaultApiV1DeleteImageSetImageRequest} requestParameters Request parameters.
|
|
3497
|
+
* @param {*} [options] Override http request option.
|
|
3498
|
+
* @throws {RequiredError}
|
|
3499
|
+
* @memberof DefaultApi
|
|
3500
|
+
*/
|
|
3501
|
+
v1DeleteImageSetImage(requestParameters: DefaultApiV1DeleteImageSetImageRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<EmptySuccess, any>>;
|
|
3344
3502
|
/**
|
|
3345
3503
|
* Get an astro camera.
|
|
3346
3504
|
* @param {DefaultApiV1GetAstroCameraRequest} requestParameters Request parameters.
|
|
@@ -3465,13 +3623,6 @@ export declare class DefaultApi extends BaseAPI {
|
|
|
3465
3623
|
* @memberof DefaultApi
|
|
3466
3624
|
*/
|
|
3467
3625
|
v1GetJobLogs(requestParameters: DefaultApiV1GetJobLogsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<V1JobLog[], any>>;
|
|
3468
|
-
/**
|
|
3469
|
-
* Get mounts.
|
|
3470
|
-
* @param {*} [options] Override http request option.
|
|
3471
|
-
* @throws {RequiredError}
|
|
3472
|
-
* @memberof DefaultApi
|
|
3473
|
-
*/
|
|
3474
|
-
v1GetMounts(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<V1Mount[], any>>;
|
|
3475
3626
|
/**
|
|
3476
3627
|
* Get nodes.
|
|
3477
3628
|
* @param {*} [options] Override http request option.
|
|
@@ -3541,7 +3692,7 @@ export declare class DefaultApi extends BaseAPI {
|
|
|
3541
3692
|
* @throws {RequiredError}
|
|
3542
3693
|
* @memberof DefaultApi
|
|
3543
3694
|
*/
|
|
3544
|
-
v1PutStackAstroProject(requestParameters: DefaultApiV1PutStackAstroProjectRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
3695
|
+
v1PutStackAstroProject(requestParameters: DefaultApiV1PutStackAstroProjectRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<EmptySuccess, any>>;
|
|
3545
3696
|
/**
|
|
3546
3697
|
* Update a node.
|
|
3547
3698
|
* @param {DefaultApiV1UpdateNodeRequest} requestParameters Request parameters.
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 1.3.2151
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -549,6 +549,74 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
549
549
|
options: localVarRequestOptions,
|
|
550
550
|
};
|
|
551
551
|
}),
|
|
552
|
+
/**
|
|
553
|
+
* Delete an image set.
|
|
554
|
+
* @param {string} id
|
|
555
|
+
* @param {*} [options] Override http request option.
|
|
556
|
+
* @throws {RequiredError}
|
|
557
|
+
*/
|
|
558
|
+
v1DeleteImageSet: (id, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
559
|
+
// verify required parameter 'id' is not null or undefined
|
|
560
|
+
assertParamExists('v1DeleteImageSet', 'id', id);
|
|
561
|
+
const localVarPath = `/v1/image-set`;
|
|
562
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
563
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
564
|
+
let baseOptions;
|
|
565
|
+
if (configuration) {
|
|
566
|
+
baseOptions = configuration.baseOptions;
|
|
567
|
+
}
|
|
568
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'DELETE' }, baseOptions), options);
|
|
569
|
+
const localVarHeaderParameter = {};
|
|
570
|
+
const localVarQueryParameter = {};
|
|
571
|
+
// authentication Roles required
|
|
572
|
+
// authentication BearerToken required
|
|
573
|
+
// http bearer authentication required
|
|
574
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
575
|
+
if (id !== undefined) {
|
|
576
|
+
localVarQueryParameter['id'] = id;
|
|
577
|
+
}
|
|
578
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
579
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
580
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
581
|
+
return {
|
|
582
|
+
url: toPathString(localVarUrlObj),
|
|
583
|
+
options: localVarRequestOptions,
|
|
584
|
+
};
|
|
585
|
+
}),
|
|
586
|
+
/**
|
|
587
|
+
* Delete an image.
|
|
588
|
+
* @param {string} imageId
|
|
589
|
+
* @param {*} [options] Override http request option.
|
|
590
|
+
* @throws {RequiredError}
|
|
591
|
+
*/
|
|
592
|
+
v1DeleteImageSetImage: (imageId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
593
|
+
// verify required parameter 'imageId' is not null or undefined
|
|
594
|
+
assertParamExists('v1DeleteImageSetImage', 'imageId', imageId);
|
|
595
|
+
const localVarPath = `/v1/image-set-image`;
|
|
596
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
597
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
598
|
+
let baseOptions;
|
|
599
|
+
if (configuration) {
|
|
600
|
+
baseOptions = configuration.baseOptions;
|
|
601
|
+
}
|
|
602
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'DELETE' }, baseOptions), options);
|
|
603
|
+
const localVarHeaderParameter = {};
|
|
604
|
+
const localVarQueryParameter = {};
|
|
605
|
+
// authentication Roles required
|
|
606
|
+
// authentication BearerToken required
|
|
607
|
+
// http bearer authentication required
|
|
608
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
609
|
+
if (imageId !== undefined) {
|
|
610
|
+
localVarQueryParameter['imageId'] = imageId;
|
|
611
|
+
}
|
|
612
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
613
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
614
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
615
|
+
return {
|
|
616
|
+
url: toPathString(localVarUrlObj),
|
|
617
|
+
options: localVarRequestOptions,
|
|
618
|
+
};
|
|
619
|
+
}),
|
|
552
620
|
/**
|
|
553
621
|
* Get an astro camera.
|
|
554
622
|
* @param {string} id
|
|
@@ -1085,34 +1153,6 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1085
1153
|
options: localVarRequestOptions,
|
|
1086
1154
|
};
|
|
1087
1155
|
}),
|
|
1088
|
-
/**
|
|
1089
|
-
* Get mounts.
|
|
1090
|
-
* @param {*} [options] Override http request option.
|
|
1091
|
-
* @throws {RequiredError}
|
|
1092
|
-
*/
|
|
1093
|
-
v1GetMounts: (options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1094
|
-
const localVarPath = `/v1/mounts`;
|
|
1095
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1096
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1097
|
-
let baseOptions;
|
|
1098
|
-
if (configuration) {
|
|
1099
|
-
baseOptions = configuration.baseOptions;
|
|
1100
|
-
}
|
|
1101
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
1102
|
-
const localVarHeaderParameter = {};
|
|
1103
|
-
const localVarQueryParameter = {};
|
|
1104
|
-
// authentication Roles required
|
|
1105
|
-
// authentication BearerToken required
|
|
1106
|
-
// http bearer authentication required
|
|
1107
|
-
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1108
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1109
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1110
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1111
|
-
return {
|
|
1112
|
-
url: toPathString(localVarUrlObj),
|
|
1113
|
-
options: localVarRequestOptions,
|
|
1114
|
-
};
|
|
1115
|
-
}),
|
|
1116
1156
|
/**
|
|
1117
1157
|
* Get nodes.
|
|
1118
1158
|
* @param {*} [options] Override http request option.
|
|
@@ -1588,6 +1628,30 @@ export const DefaultApiFp = function (configuration) {
|
|
|
1588
1628
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
1589
1629
|
});
|
|
1590
1630
|
},
|
|
1631
|
+
/**
|
|
1632
|
+
* Delete an image set.
|
|
1633
|
+
* @param {string} id
|
|
1634
|
+
* @param {*} [options] Override http request option.
|
|
1635
|
+
* @throws {RequiredError}
|
|
1636
|
+
*/
|
|
1637
|
+
v1DeleteImageSet(id, options) {
|
|
1638
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1639
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1DeleteImageSet(id, options);
|
|
1640
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
1641
|
+
});
|
|
1642
|
+
},
|
|
1643
|
+
/**
|
|
1644
|
+
* Delete an image.
|
|
1645
|
+
* @param {string} imageId
|
|
1646
|
+
* @param {*} [options] Override http request option.
|
|
1647
|
+
* @throws {RequiredError}
|
|
1648
|
+
*/
|
|
1649
|
+
v1DeleteImageSetImage(imageId, options) {
|
|
1650
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1651
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1DeleteImageSetImage(imageId, options);
|
|
1652
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
1653
|
+
});
|
|
1654
|
+
},
|
|
1591
1655
|
/**
|
|
1592
1656
|
* Get an astro camera.
|
|
1593
1657
|
* @param {string} id
|
|
@@ -1781,17 +1845,6 @@ export const DefaultApiFp = function (configuration) {
|
|
|
1781
1845
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
1782
1846
|
});
|
|
1783
1847
|
},
|
|
1784
|
-
/**
|
|
1785
|
-
* Get mounts.
|
|
1786
|
-
* @param {*} [options] Override http request option.
|
|
1787
|
-
* @throws {RequiredError}
|
|
1788
|
-
*/
|
|
1789
|
-
v1GetMounts(options) {
|
|
1790
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
1791
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetMounts(options);
|
|
1792
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
1793
|
-
});
|
|
1794
|
-
},
|
|
1795
1848
|
/**
|
|
1796
1849
|
* Get nodes.
|
|
1797
1850
|
* @param {*} [options] Override http request option.
|
|
@@ -2013,6 +2066,24 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
2013
2066
|
v1CreateNode(requestParameters, options) {
|
|
2014
2067
|
return localVarFp.v1CreateNode(requestParameters.v1CreateNodeRequest, options).then((request) => request(axios, basePath));
|
|
2015
2068
|
},
|
|
2069
|
+
/**
|
|
2070
|
+
* Delete an image set.
|
|
2071
|
+
* @param {DefaultApiV1DeleteImageSetRequest} requestParameters Request parameters.
|
|
2072
|
+
* @param {*} [options] Override http request option.
|
|
2073
|
+
* @throws {RequiredError}
|
|
2074
|
+
*/
|
|
2075
|
+
v1DeleteImageSet(requestParameters, options) {
|
|
2076
|
+
return localVarFp.v1DeleteImageSet(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
2077
|
+
},
|
|
2078
|
+
/**
|
|
2079
|
+
* Delete an image.
|
|
2080
|
+
* @param {DefaultApiV1DeleteImageSetImageRequest} requestParameters Request parameters.
|
|
2081
|
+
* @param {*} [options] Override http request option.
|
|
2082
|
+
* @throws {RequiredError}
|
|
2083
|
+
*/
|
|
2084
|
+
v1DeleteImageSetImage(requestParameters, options) {
|
|
2085
|
+
return localVarFp.v1DeleteImageSetImage(requestParameters.imageId, options).then((request) => request(axios, basePath));
|
|
2086
|
+
},
|
|
2016
2087
|
/**
|
|
2017
2088
|
* Get an astro camera.
|
|
2018
2089
|
* @param {DefaultApiV1GetAstroCameraRequest} requestParameters Request parameters.
|
|
@@ -2153,14 +2224,6 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
2153
2224
|
v1GetJobLogs(requestParameters, options) {
|
|
2154
2225
|
return localVarFp.v1GetJobLogs(requestParameters.astroProjectId, options).then((request) => request(axios, basePath));
|
|
2155
2226
|
},
|
|
2156
|
-
/**
|
|
2157
|
-
* Get mounts.
|
|
2158
|
-
* @param {*} [options] Override http request option.
|
|
2159
|
-
* @throws {RequiredError}
|
|
2160
|
-
*/
|
|
2161
|
-
v1GetMounts(options) {
|
|
2162
|
-
return localVarFp.v1GetMounts(options).then((request) => request(axios, basePath));
|
|
2163
|
-
},
|
|
2164
2227
|
/**
|
|
2165
2228
|
* Get nodes.
|
|
2166
2229
|
* @param {*} [options] Override http request option.
|
|
@@ -2358,6 +2421,26 @@ export class DefaultApi extends BaseAPI {
|
|
|
2358
2421
|
v1CreateNode(requestParameters, options) {
|
|
2359
2422
|
return DefaultApiFp(this.configuration).v1CreateNode(requestParameters.v1CreateNodeRequest, options).then((request) => request(this.axios, this.basePath));
|
|
2360
2423
|
}
|
|
2424
|
+
/**
|
|
2425
|
+
* Delete an image set.
|
|
2426
|
+
* @param {DefaultApiV1DeleteImageSetRequest} requestParameters Request parameters.
|
|
2427
|
+
* @param {*} [options] Override http request option.
|
|
2428
|
+
* @throws {RequiredError}
|
|
2429
|
+
* @memberof DefaultApi
|
|
2430
|
+
*/
|
|
2431
|
+
v1DeleteImageSet(requestParameters, options) {
|
|
2432
|
+
return DefaultApiFp(this.configuration).v1DeleteImageSet(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
2433
|
+
}
|
|
2434
|
+
/**
|
|
2435
|
+
* Delete an image.
|
|
2436
|
+
* @param {DefaultApiV1DeleteImageSetImageRequest} requestParameters Request parameters.
|
|
2437
|
+
* @param {*} [options] Override http request option.
|
|
2438
|
+
* @throws {RequiredError}
|
|
2439
|
+
* @memberof DefaultApi
|
|
2440
|
+
*/
|
|
2441
|
+
v1DeleteImageSetImage(requestParameters, options) {
|
|
2442
|
+
return DefaultApiFp(this.configuration).v1DeleteImageSetImage(requestParameters.imageId, options).then((request) => request(this.axios, this.basePath));
|
|
2443
|
+
}
|
|
2361
2444
|
/**
|
|
2362
2445
|
* Get an astro camera.
|
|
2363
2446
|
* @param {DefaultApiV1GetAstroCameraRequest} requestParameters Request parameters.
|
|
@@ -2514,15 +2597,6 @@ export class DefaultApi extends BaseAPI {
|
|
|
2514
2597
|
v1GetJobLogs(requestParameters, options) {
|
|
2515
2598
|
return DefaultApiFp(this.configuration).v1GetJobLogs(requestParameters.astroProjectId, options).then((request) => request(this.axios, this.basePath));
|
|
2516
2599
|
}
|
|
2517
|
-
/**
|
|
2518
|
-
* Get mounts.
|
|
2519
|
-
* @param {*} [options] Override http request option.
|
|
2520
|
-
* @throws {RequiredError}
|
|
2521
|
-
* @memberof DefaultApi
|
|
2522
|
-
*/
|
|
2523
|
-
v1GetMounts(options) {
|
|
2524
|
-
return DefaultApiFp(this.configuration).v1GetMounts(options).then((request) => request(this.axios, this.basePath));
|
|
2525
|
-
}
|
|
2526
2600
|
/**
|
|
2527
2601
|
* Get nodes.
|
|
2528
2602
|
* @param {*} [options] Override http request option.
|
package/dist/esm/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.
|
|
5
|
+
* The version of the OpenAPI document: 1.3.2151
|
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 1.3.2151
|
|
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 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.
|
|
5
|
+
* The version of the OpenAPI document: 1.3.2151
|
|
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 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.
|
|
7
|
+
* The version of the OpenAPI document: 1.3.2151
|
|
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.
|
|
5
|
+
* The version of the OpenAPI document: 1.3.2151
|
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 1.3.2151
|
|
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 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.
|
|
5
|
+
* The version of the OpenAPI document: 1.3.2151
|
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 1.3.2151
|
|
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.
|
|
5
|
+
* The version of the OpenAPI document: 1.3.2151
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|