@ourskyai/astro-api 1.3.3836 → 1.3.3931

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @ourskyai/astro-api@1.3.3836
1
+ ## @ourskyai/astro-api@1.3.3931
2
2
 
3
3
  This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
4
4
 
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
36
36
  _published:_
37
37
 
38
38
  ```
39
- npm install @ourskyai/astro-api@1.3.3836 --save
39
+ npm install @ourskyai/astro-api@1.3.3931 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
package/api.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * OurSky Astro
5
5
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: 1.3.3836
7
+ * The version of the OpenAPI document: 1.3.3931
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1031,6 +1031,132 @@ export interface V1CreateCalibrationMasterResponse {
1031
1031
  */
1032
1032
  'uploadUrl': string;
1033
1033
  }
1034
+ /**
1035
+ *
1036
+ * @export
1037
+ * @interface V1CreateCalibrationSetImageRequest
1038
+ */
1039
+ export interface V1CreateCalibrationSetImageRequest {
1040
+ /**
1041
+ *
1042
+ * @type {string}
1043
+ * @memberof V1CreateCalibrationSetImageRequest
1044
+ */
1045
+ 'calibrationSetId': string;
1046
+ /**
1047
+ *
1048
+ * @type {string}
1049
+ * @memberof V1CreateCalibrationSetImageRequest
1050
+ */
1051
+ 'nodeId': string;
1052
+ }
1053
+ /**
1054
+ *
1055
+ * @export
1056
+ * @interface V1CreateCalibrationSetImageResponse
1057
+ */
1058
+ export interface V1CreateCalibrationSetImageResponse {
1059
+ /**
1060
+ *
1061
+ * @type {string}
1062
+ * @memberof V1CreateCalibrationSetImageResponse
1063
+ */
1064
+ 'id': string;
1065
+ /**
1066
+ *
1067
+ * @type {string}
1068
+ * @memberof V1CreateCalibrationSetImageResponse
1069
+ */
1070
+ 'uploadUrl': string;
1071
+ }
1072
+ /**
1073
+ *
1074
+ * @export
1075
+ * @interface V1CreateCalibrationSetRequest
1076
+ */
1077
+ export interface V1CreateCalibrationSetRequest {
1078
+ /**
1079
+ *
1080
+ * @type {string}
1081
+ * @memberof V1CreateCalibrationSetRequest
1082
+ */
1083
+ 'nodeId': string;
1084
+ /**
1085
+ *
1086
+ * @type {CalibrationMasterType}
1087
+ * @memberof V1CreateCalibrationSetRequest
1088
+ */
1089
+ 'calibrationSetType': CalibrationMasterType;
1090
+ /**
1091
+ *
1092
+ * @type {FilterType}
1093
+ * @memberof V1CreateCalibrationSetRequest
1094
+ */
1095
+ 'filterType'?: FilterType;
1096
+ /**
1097
+ *
1098
+ * @type {number}
1099
+ * @memberof V1CreateCalibrationSetRequest
1100
+ */
1101
+ 'binXY': number;
1102
+ /**
1103
+ *
1104
+ * @type {number}
1105
+ * @memberof V1CreateCalibrationSetRequest
1106
+ */
1107
+ 'gain'?: number;
1108
+ /**
1109
+ *
1110
+ * @type {number}
1111
+ * @memberof V1CreateCalibrationSetRequest
1112
+ */
1113
+ 'readoutMode'?: number;
1114
+ /**
1115
+ * temperature in degrees celsius
1116
+ * @type {number}
1117
+ * @memberof V1CreateCalibrationSetRequest
1118
+ */
1119
+ 'temperature'?: number;
1120
+ /**
1121
+ *
1122
+ * @type {number}
1123
+ * @memberof V1CreateCalibrationSetRequest
1124
+ */
1125
+ 'exposureTime': number;
1126
+ /**
1127
+ *
1128
+ * @type {number}
1129
+ * @memberof V1CreateCalibrationSetRequest
1130
+ */
1131
+ 'rotatorAngle'?: number;
1132
+ /**
1133
+ *
1134
+ * @type {number}
1135
+ * @memberof V1CreateCalibrationSetRequest
1136
+ */
1137
+ 'offset'?: number;
1138
+ /**
1139
+ *
1140
+ * @type {string}
1141
+ * @memberof V1CreateCalibrationSetRequest
1142
+ */
1143
+ 'capturedAt'?: string;
1144
+ }
1145
+
1146
+
1147
+ /**
1148
+ *
1149
+ * @export
1150
+ * @interface V1CreateCalibrationSetResponse
1151
+ */
1152
+ export interface V1CreateCalibrationSetResponse {
1153
+ /**
1154
+ *
1155
+ * @type {string}
1156
+ * @memberof V1CreateCalibrationSetResponse
1157
+ */
1158
+ 'id': string;
1159
+ }
1034
1160
  /**
1035
1161
  *
1036
1162
  * @export
@@ -2795,6 +2921,88 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
2795
2921
  options: localVarRequestOptions,
2796
2922
  };
2797
2923
  },
2924
+ /**
2925
+ * Create a calibration set that should be stacked from individual calibration images.
2926
+ * @param {V1CreateCalibrationSetRequest} v1CreateCalibrationSetRequest
2927
+ * @param {*} [options] Override http request option.
2928
+ * @throws {RequiredError}
2929
+ */
2930
+ v1CreateCalibrationSet: async (v1CreateCalibrationSetRequest: V1CreateCalibrationSetRequest, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
2931
+ // verify required parameter 'v1CreateCalibrationSetRequest' is not null or undefined
2932
+ assertParamExists('v1CreateCalibrationSet', 'v1CreateCalibrationSetRequest', v1CreateCalibrationSetRequest)
2933
+ const localVarPath = `/v1/calibration-set`;
2934
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
2935
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
2936
+ let baseOptions;
2937
+ if (configuration) {
2938
+ baseOptions = configuration.baseOptions;
2939
+ }
2940
+
2941
+ const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
2942
+ const localVarHeaderParameter = {} as any;
2943
+ const localVarQueryParameter = {} as any;
2944
+
2945
+ // authentication Roles required
2946
+
2947
+ // authentication BearerToken required
2948
+ // http bearer authentication required
2949
+ await setBearerAuthToObject(localVarHeaderParameter, configuration)
2950
+
2951
+
2952
+
2953
+ localVarHeaderParameter['Content-Type'] = 'application/json';
2954
+
2955
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
2956
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
2957
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
2958
+ localVarRequestOptions.data = serializeDataIfNeeded(v1CreateCalibrationSetRequest, localVarRequestOptions, configuration)
2959
+
2960
+ return {
2961
+ url: toPathString(localVarUrlObj),
2962
+ options: localVarRequestOptions,
2963
+ };
2964
+ },
2965
+ /**
2966
+ * Create a calibration set image.
2967
+ * @param {V1CreateCalibrationSetImageRequest} v1CreateCalibrationSetImageRequest
2968
+ * @param {*} [options] Override http request option.
2969
+ * @throws {RequiredError}
2970
+ */
2971
+ v1CreateCalibrationSetImage: async (v1CreateCalibrationSetImageRequest: V1CreateCalibrationSetImageRequest, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
2972
+ // verify required parameter 'v1CreateCalibrationSetImageRequest' is not null or undefined
2973
+ assertParamExists('v1CreateCalibrationSetImage', 'v1CreateCalibrationSetImageRequest', v1CreateCalibrationSetImageRequest)
2974
+ const localVarPath = `/v1/calibration-set-image`;
2975
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
2976
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
2977
+ let baseOptions;
2978
+ if (configuration) {
2979
+ baseOptions = configuration.baseOptions;
2980
+ }
2981
+
2982
+ const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
2983
+ const localVarHeaderParameter = {} as any;
2984
+ const localVarQueryParameter = {} as any;
2985
+
2986
+ // authentication Roles required
2987
+
2988
+ // authentication BearerToken required
2989
+ // http bearer authentication required
2990
+ await setBearerAuthToObject(localVarHeaderParameter, configuration)
2991
+
2992
+
2993
+
2994
+ localVarHeaderParameter['Content-Type'] = 'application/json';
2995
+
2996
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
2997
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
2998
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
2999
+ localVarRequestOptions.data = serializeDataIfNeeded(v1CreateCalibrationSetImageRequest, localVarRequestOptions, configuration)
3000
+
3001
+ return {
3002
+ url: toPathString(localVarUrlObj),
3003
+ options: localVarRequestOptions,
3004
+ };
3005
+ },
2798
3006
  /**
2799
3007
  * Create an image set.
2800
3008
  * @param {V1CreateImageSetRequest} v1CreateImageSetRequest
@@ -3742,6 +3950,48 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
3742
3950
 
3743
3951
 
3744
3952
 
3953
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
3954
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
3955
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
3956
+
3957
+ return {
3958
+ url: toPathString(localVarUrlObj),
3959
+ options: localVarRequestOptions,
3960
+ };
3961
+ },
3962
+ /**
3963
+ * Get node by lineage id.
3964
+ * @param {string} lineageId
3965
+ * @param {*} [options] Override http request option.
3966
+ * @throws {RequiredError}
3967
+ */
3968
+ v1GetNode: async (lineageId: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
3969
+ // verify required parameter 'lineageId' is not null or undefined
3970
+ assertParamExists('v1GetNode', 'lineageId', lineageId)
3971
+ const localVarPath = `/v1/node`;
3972
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
3973
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
3974
+ let baseOptions;
3975
+ if (configuration) {
3976
+ baseOptions = configuration.baseOptions;
3977
+ }
3978
+
3979
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
3980
+ const localVarHeaderParameter = {} as any;
3981
+ const localVarQueryParameter = {} as any;
3982
+
3983
+ // authentication Roles required
3984
+
3985
+ // authentication BearerToken required
3986
+ // http bearer authentication required
3987
+ await setBearerAuthToObject(localVarHeaderParameter, configuration)
3988
+
3989
+ if (lineageId !== undefined) {
3990
+ localVarQueryParameter['lineageId'] = lineageId;
3991
+ }
3992
+
3993
+
3994
+
3745
3995
  setSearchParams(localVarUrlObj, localVarQueryParameter);
3746
3996
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
3747
3997
  localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
@@ -4364,6 +4614,26 @@ export const DefaultApiFp = function(configuration?: Configuration) {
4364
4614
  const localVarAxiosArgs = await localVarAxiosParamCreator.v1CreateCalibrationMaster(v1CreateCalibrationMasterRequest, options);
4365
4615
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
4366
4616
  },
4617
+ /**
4618
+ * Create a calibration set that should be stacked from individual calibration images.
4619
+ * @param {V1CreateCalibrationSetRequest} v1CreateCalibrationSetRequest
4620
+ * @param {*} [options] Override http request option.
4621
+ * @throws {RequiredError}
4622
+ */
4623
+ async v1CreateCalibrationSet(v1CreateCalibrationSetRequest: V1CreateCalibrationSetRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<V1CreateCalibrationSetResponse>> {
4624
+ const localVarAxiosArgs = await localVarAxiosParamCreator.v1CreateCalibrationSet(v1CreateCalibrationSetRequest, options);
4625
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
4626
+ },
4627
+ /**
4628
+ * Create a calibration set image.
4629
+ * @param {V1CreateCalibrationSetImageRequest} v1CreateCalibrationSetImageRequest
4630
+ * @param {*} [options] Override http request option.
4631
+ * @throws {RequiredError}
4632
+ */
4633
+ async v1CreateCalibrationSetImage(v1CreateCalibrationSetImageRequest: V1CreateCalibrationSetImageRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<V1CreateCalibrationSetImageResponse>> {
4634
+ const localVarAxiosArgs = await localVarAxiosParamCreator.v1CreateCalibrationSetImage(v1CreateCalibrationSetImageRequest, options);
4635
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
4636
+ },
4367
4637
  /**
4368
4638
  * Create an image set.
4369
4639
  * @param {V1CreateImageSetRequest} v1CreateImageSetRequest
@@ -4595,6 +4865,16 @@ export const DefaultApiFp = function(configuration?: Configuration) {
4595
4865
  const localVarAxiosArgs = await localVarAxiosParamCreator.v1GetJobLogs(astroProjectId, options);
4596
4866
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
4597
4867
  },
4868
+ /**
4869
+ * Get node by lineage id.
4870
+ * @param {string} lineageId
4871
+ * @param {*} [options] Override http request option.
4872
+ * @throws {RequiredError}
4873
+ */
4874
+ async v1GetNode(lineageId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<V1Node>> {
4875
+ const localVarAxiosArgs = await localVarAxiosParamCreator.v1GetNode(lineageId, options);
4876
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
4877
+ },
4598
4878
  /**
4599
4879
  * Get nodes.
4600
4880
  * @param {*} [options] Override http request option.
@@ -4793,6 +5073,24 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
4793
5073
  v1CreateCalibrationMaster(requestParameters: DefaultApiV1CreateCalibrationMasterRequest, options?: AxiosRequestConfig): AxiosPromise<V1CreateCalibrationMasterResponse> {
4794
5074
  return localVarFp.v1CreateCalibrationMaster(requestParameters.v1CreateCalibrationMasterRequest, options).then((request) => request(axios, basePath));
4795
5075
  },
5076
+ /**
5077
+ * Create a calibration set that should be stacked from individual calibration images.
5078
+ * @param {DefaultApiV1CreateCalibrationSetRequest} requestParameters Request parameters.
5079
+ * @param {*} [options] Override http request option.
5080
+ * @throws {RequiredError}
5081
+ */
5082
+ v1CreateCalibrationSet(requestParameters: DefaultApiV1CreateCalibrationSetRequest, options?: AxiosRequestConfig): AxiosPromise<V1CreateCalibrationSetResponse> {
5083
+ return localVarFp.v1CreateCalibrationSet(requestParameters.v1CreateCalibrationSetRequest, options).then((request) => request(axios, basePath));
5084
+ },
5085
+ /**
5086
+ * Create a calibration set image.
5087
+ * @param {DefaultApiV1CreateCalibrationSetImageRequest} requestParameters Request parameters.
5088
+ * @param {*} [options] Override http request option.
5089
+ * @throws {RequiredError}
5090
+ */
5091
+ v1CreateCalibrationSetImage(requestParameters: DefaultApiV1CreateCalibrationSetImageRequest, options?: AxiosRequestConfig): AxiosPromise<V1CreateCalibrationSetImageResponse> {
5092
+ return localVarFp.v1CreateCalibrationSetImage(requestParameters.v1CreateCalibrationSetImageRequest, options).then((request) => request(axios, basePath));
5093
+ },
4796
5094
  /**
4797
5095
  * Create an image set.
4798
5096
  * @param {DefaultApiV1CreateImageSetRequest} requestParameters Request parameters.
@@ -4996,6 +5294,15 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
4996
5294
  v1GetJobLogs(requestParameters: DefaultApiV1GetJobLogsRequest, options?: AxiosRequestConfig): AxiosPromise<Array<V1JobLog>> {
4997
5295
  return localVarFp.v1GetJobLogs(requestParameters.astroProjectId, options).then((request) => request(axios, basePath));
4998
5296
  },
5297
+ /**
5298
+ * Get node by lineage id.
5299
+ * @param {DefaultApiV1GetNodeRequest} requestParameters Request parameters.
5300
+ * @param {*} [options] Override http request option.
5301
+ * @throws {RequiredError}
5302
+ */
5303
+ v1GetNode(requestParameters: DefaultApiV1GetNodeRequest, options?: AxiosRequestConfig): AxiosPromise<V1Node> {
5304
+ return localVarFp.v1GetNode(requestParameters.lineageId, options).then((request) => request(axios, basePath));
5305
+ },
4999
5306
  /**
5000
5307
  * Get nodes.
5001
5308
  * @param {*} [options] Override http request option.
@@ -5252,6 +5559,34 @@ export interface DefaultApiV1CreateCalibrationMasterRequest {
5252
5559
  readonly v1CreateCalibrationMasterRequest: V1CreateCalibrationMasterRequest
5253
5560
  }
5254
5561
 
5562
+ /**
5563
+ * Request parameters for v1CreateCalibrationSet operation in DefaultApi.
5564
+ * @export
5565
+ * @interface DefaultApiV1CreateCalibrationSetRequest
5566
+ */
5567
+ export interface DefaultApiV1CreateCalibrationSetRequest {
5568
+ /**
5569
+ *
5570
+ * @type {V1CreateCalibrationSetRequest}
5571
+ * @memberof DefaultApiV1CreateCalibrationSet
5572
+ */
5573
+ readonly v1CreateCalibrationSetRequest: V1CreateCalibrationSetRequest
5574
+ }
5575
+
5576
+ /**
5577
+ * Request parameters for v1CreateCalibrationSetImage operation in DefaultApi.
5578
+ * @export
5579
+ * @interface DefaultApiV1CreateCalibrationSetImageRequest
5580
+ */
5581
+ export interface DefaultApiV1CreateCalibrationSetImageRequest {
5582
+ /**
5583
+ *
5584
+ * @type {V1CreateCalibrationSetImageRequest}
5585
+ * @memberof DefaultApiV1CreateCalibrationSetImage
5586
+ */
5587
+ readonly v1CreateCalibrationSetImageRequest: V1CreateCalibrationSetImageRequest
5588
+ }
5589
+
5255
5590
  /**
5256
5591
  * Request parameters for v1CreateImageSet operation in DefaultApi.
5257
5592
  * @export
@@ -5553,6 +5888,20 @@ export interface DefaultApiV1GetJobLogsRequest {
5553
5888
  readonly astroProjectId: string
5554
5889
  }
5555
5890
 
5891
+ /**
5892
+ * Request parameters for v1GetNode operation in DefaultApi.
5893
+ * @export
5894
+ * @interface DefaultApiV1GetNodeRequest
5895
+ */
5896
+ export interface DefaultApiV1GetNodeRequest {
5897
+ /**
5898
+ *
5899
+ * @type {string}
5900
+ * @memberof DefaultApiV1GetNode
5901
+ */
5902
+ readonly lineageId: string
5903
+ }
5904
+
5556
5905
  /**
5557
5906
  * Request parameters for v1GetOrCreateCamera operation in DefaultApi.
5558
5907
  * @export
@@ -5826,6 +6175,28 @@ export class DefaultApi extends BaseAPI {
5826
6175
  return DefaultApiFp(this.configuration).v1CreateCalibrationMaster(requestParameters.v1CreateCalibrationMasterRequest, options).then((request) => request(this.axios, this.basePath));
5827
6176
  }
5828
6177
 
6178
+ /**
6179
+ * Create a calibration set that should be stacked from individual calibration images.
6180
+ * @param {DefaultApiV1CreateCalibrationSetRequest} requestParameters Request parameters.
6181
+ * @param {*} [options] Override http request option.
6182
+ * @throws {RequiredError}
6183
+ * @memberof DefaultApi
6184
+ */
6185
+ public v1CreateCalibrationSet(requestParameters: DefaultApiV1CreateCalibrationSetRequest, options?: AxiosRequestConfig) {
6186
+ return DefaultApiFp(this.configuration).v1CreateCalibrationSet(requestParameters.v1CreateCalibrationSetRequest, options).then((request) => request(this.axios, this.basePath));
6187
+ }
6188
+
6189
+ /**
6190
+ * Create a calibration set image.
6191
+ * @param {DefaultApiV1CreateCalibrationSetImageRequest} requestParameters Request parameters.
6192
+ * @param {*} [options] Override http request option.
6193
+ * @throws {RequiredError}
6194
+ * @memberof DefaultApi
6195
+ */
6196
+ public v1CreateCalibrationSetImage(requestParameters: DefaultApiV1CreateCalibrationSetImageRequest, options?: AxiosRequestConfig) {
6197
+ return DefaultApiFp(this.configuration).v1CreateCalibrationSetImage(requestParameters.v1CreateCalibrationSetImageRequest, options).then((request) => request(this.axios, this.basePath));
6198
+ }
6199
+
5829
6200
  /**
5830
6201
  * Create an image set.
5831
6202
  * @param {DefaultApiV1CreateImageSetRequest} requestParameters Request parameters.
@@ -6075,6 +6446,17 @@ export class DefaultApi extends BaseAPI {
6075
6446
  return DefaultApiFp(this.configuration).v1GetJobLogs(requestParameters.astroProjectId, options).then((request) => request(this.axios, this.basePath));
6076
6447
  }
6077
6448
 
6449
+ /**
6450
+ * Get node by lineage id.
6451
+ * @param {DefaultApiV1GetNodeRequest} requestParameters Request parameters.
6452
+ * @param {*} [options] Override http request option.
6453
+ * @throws {RequiredError}
6454
+ * @memberof DefaultApi
6455
+ */
6456
+ public v1GetNode(requestParameters: DefaultApiV1GetNodeRequest, options?: AxiosRequestConfig) {
6457
+ return DefaultApiFp(this.configuration).v1GetNode(requestParameters.lineageId, options).then((request) => request(this.axios, this.basePath));
6458
+ }
6459
+
6078
6460
  /**
6079
6461
  * Get nodes.
6080
6462
  * @param {*} [options] Override http request option.
package/base.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * OurSky Astro
5
5
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: 1.3.3836
7
+ * The version of the OpenAPI document: 1.3.3931
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/common.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * OurSky Astro
5
5
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: 1.3.3836
7
+ * The version of the OpenAPI document: 1.3.3931
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/configuration.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * OurSky Astro
5
5
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: 1.3.3836
7
+ * The version of the OpenAPI document: 1.3.3931
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).