@ourskyai/astro-api 1.3.1892 → 1.3.1945

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.1892
1
+ ## @ourskyai/astro-api@1.3.1945
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.1892 --save
39
+ npm install @ourskyai/astro-api@1.3.1945 --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.1892
7
+ * The version of the OpenAPI document: 1.3.1945
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1198,6 +1198,201 @@ export interface V1GetNodes {
1198
1198
  */
1199
1199
  'nodes': Array<V1NodeWithLocation>;
1200
1200
  }
1201
+ /**
1202
+ *
1203
+ * @export
1204
+ * @interface V1GetOrCreateCameraRequest
1205
+ */
1206
+ export interface V1GetOrCreateCameraRequest {
1207
+ /**
1208
+ *
1209
+ * @type {string}
1210
+ * @memberof V1GetOrCreateCameraRequest
1211
+ */
1212
+ 'model'?: string;
1213
+ /**
1214
+ *
1215
+ * @type {number}
1216
+ * @memberof V1GetOrCreateCameraRequest
1217
+ */
1218
+ 'pixelSizeMicrons'?: number;
1219
+ /**
1220
+ *
1221
+ * @type {number}
1222
+ * @memberof V1GetOrCreateCameraRequest
1223
+ */
1224
+ 'fullWellCapacity'?: number;
1225
+ /**
1226
+ *
1227
+ * @type {number}
1228
+ * @memberof V1GetOrCreateCameraRequest
1229
+ */
1230
+ 'pixelsX'?: number;
1231
+ /**
1232
+ *
1233
+ * @type {number}
1234
+ * @memberof V1GetOrCreateCameraRequest
1235
+ */
1236
+ 'pixelsY'?: number;
1237
+ /**
1238
+ *
1239
+ * @type {number}
1240
+ * @memberof V1GetOrCreateCameraRequest
1241
+ */
1242
+ 'megapixels'?: number;
1243
+ /**
1244
+ *
1245
+ * @type {boolean}
1246
+ * @memberof V1GetOrCreateCameraRequest
1247
+ */
1248
+ 'chilled'?: boolean;
1249
+ /**
1250
+ *
1251
+ * @type {ShutterType}
1252
+ * @memberof V1GetOrCreateCameraRequest
1253
+ */
1254
+ 'shutterType'?: ShutterType;
1255
+ /**
1256
+ *
1257
+ * @type {boolean}
1258
+ * @memberof V1GetOrCreateCameraRequest
1259
+ */
1260
+ 'gpsTimestamps'?: boolean;
1261
+ /**
1262
+ *
1263
+ * @type {number}
1264
+ * @memberof V1GetOrCreateCameraRequest
1265
+ */
1266
+ 'sensorXmm'?: number;
1267
+ /**
1268
+ *
1269
+ * @type {number}
1270
+ * @memberof V1GetOrCreateCameraRequest
1271
+ */
1272
+ 'sensorYmm'?: number;
1273
+ /**
1274
+ *
1275
+ * @type {number}
1276
+ * @memberof V1GetOrCreateCameraRequest
1277
+ */
1278
+ 'unityGain'?: number;
1279
+ /**
1280
+ *
1281
+ * @type {number}
1282
+ * @memberof V1GetOrCreateCameraRequest
1283
+ */
1284
+ 'optimalNighttimeGain'?: number;
1285
+ /**
1286
+ *
1287
+ * @type {number}
1288
+ * @memberof V1GetOrCreateCameraRequest
1289
+ */
1290
+ 'optimalNighttimeGainOffset'?: number;
1291
+ /**
1292
+ *
1293
+ * @type {number}
1294
+ * @memberof V1GetOrCreateCameraRequest
1295
+ */
1296
+ 'optimalNighttimeGainMode'?: number;
1297
+ /**
1298
+ *
1299
+ * @type {boolean}
1300
+ * @memberof V1GetOrCreateCameraRequest
1301
+ */
1302
+ 'supportsVideoMode'?: boolean;
1303
+ /**
1304
+ *
1305
+ * @type {number}
1306
+ * @memberof V1GetOrCreateCameraRequest
1307
+ */
1308
+ 'adcBitDepth'?: number;
1309
+ /**
1310
+ *
1311
+ * @type {number}
1312
+ * @memberof V1GetOrCreateCameraRequest
1313
+ */
1314
+ 'quantumEfficiency'?: number;
1315
+ /**
1316
+ *
1317
+ * @type {Array<V1GainCurve>}
1318
+ * @memberof V1GetOrCreateCameraRequest
1319
+ */
1320
+ 'gainCurves'?: Array<V1GainCurve>;
1321
+ /**
1322
+ *
1323
+ * @type {Array<V1SetupAction>}
1324
+ * @memberof V1GetOrCreateCameraRequest
1325
+ */
1326
+ 'setupActions'?: Array<V1SetupAction>;
1327
+ /**
1328
+ *
1329
+ * @type {boolean}
1330
+ * @memberof V1GetOrCreateCameraRequest
1331
+ */
1332
+ 'isColor'?: boolean;
1333
+ }
1334
+
1335
+
1336
+ /**
1337
+ *
1338
+ * @export
1339
+ * @interface V1GetOrCreateMountRequest
1340
+ */
1341
+ export interface V1GetOrCreateMountRequest {
1342
+ /**
1343
+ *
1344
+ * @type {string}
1345
+ * @memberof V1GetOrCreateMountRequest
1346
+ */
1347
+ 'model'?: string;
1348
+ /**
1349
+ *
1350
+ * @type {MountType}
1351
+ * @memberof V1GetOrCreateMountRequest
1352
+ */
1353
+ 'type'?: MountType;
1354
+ /**
1355
+ *
1356
+ * @type {number}
1357
+ * @memberof V1GetOrCreateMountRequest
1358
+ */
1359
+ 'slewRate'?: number;
1360
+ }
1361
+
1362
+
1363
+ /**
1364
+ *
1365
+ * @export
1366
+ * @interface V1GetOrCreateOpticalTubeRequest
1367
+ */
1368
+ export interface V1GetOrCreateOpticalTubeRequest {
1369
+ /**
1370
+ *
1371
+ * @type {string}
1372
+ * @memberof V1GetOrCreateOpticalTubeRequest
1373
+ */
1374
+ 'model'?: string;
1375
+ /**
1376
+ *
1377
+ * @type {number}
1378
+ * @memberof V1GetOrCreateOpticalTubeRequest
1379
+ */
1380
+ 'focalLengthMm'?: number;
1381
+ /**
1382
+ *
1383
+ * @type {number}
1384
+ * @memberof V1GetOrCreateOpticalTubeRequest
1385
+ */
1386
+ 'apertureMm'?: number;
1387
+ /**
1388
+ *
1389
+ * @type {OpticalTubeType}
1390
+ * @memberof V1GetOrCreateOpticalTubeRequest
1391
+ */
1392
+ 'type'?: OpticalTubeType;
1393
+ }
1394
+
1395
+
1201
1396
  /**
1202
1397
  * An image set represents a contiguous set of observations of the same target captured by the same node.
1203
1398
  * @export
@@ -3055,6 +3250,129 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
3055
3250
  options: localVarRequestOptions,
3056
3251
  };
3057
3252
  },
3253
+ /**
3254
+ * Get or create camera.
3255
+ * @param {V1GetOrCreateCameraRequest} v1GetOrCreateCameraRequest
3256
+ * @param {*} [options] Override http request option.
3257
+ * @throws {RequiredError}
3258
+ */
3259
+ v1GetOrCreateCamera: async (v1GetOrCreateCameraRequest: V1GetOrCreateCameraRequest, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
3260
+ // verify required parameter 'v1GetOrCreateCameraRequest' is not null or undefined
3261
+ assertParamExists('v1GetOrCreateCamera', 'v1GetOrCreateCameraRequest', v1GetOrCreateCameraRequest)
3262
+ const localVarPath = `/v1/camera-match`;
3263
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
3264
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
3265
+ let baseOptions;
3266
+ if (configuration) {
3267
+ baseOptions = configuration.baseOptions;
3268
+ }
3269
+
3270
+ const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};
3271
+ const localVarHeaderParameter = {} as any;
3272
+ const localVarQueryParameter = {} as any;
3273
+
3274
+ // authentication Roles required
3275
+
3276
+ // authentication BearerToken required
3277
+ // http bearer authentication required
3278
+ await setBearerAuthToObject(localVarHeaderParameter, configuration)
3279
+
3280
+
3281
+
3282
+ localVarHeaderParameter['Content-Type'] = 'application/json';
3283
+
3284
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
3285
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
3286
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
3287
+ localVarRequestOptions.data = serializeDataIfNeeded(v1GetOrCreateCameraRequest, localVarRequestOptions, configuration)
3288
+
3289
+ return {
3290
+ url: toPathString(localVarUrlObj),
3291
+ options: localVarRequestOptions,
3292
+ };
3293
+ },
3294
+ /**
3295
+ * Get or create mount.
3296
+ * @param {V1GetOrCreateMountRequest} v1GetOrCreateMountRequest
3297
+ * @param {*} [options] Override http request option.
3298
+ * @throws {RequiredError}
3299
+ */
3300
+ v1GetOrCreateMount: async (v1GetOrCreateMountRequest: V1GetOrCreateMountRequest, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
3301
+ // verify required parameter 'v1GetOrCreateMountRequest' is not null or undefined
3302
+ assertParamExists('v1GetOrCreateMount', 'v1GetOrCreateMountRequest', v1GetOrCreateMountRequest)
3303
+ const localVarPath = `/v1/mount-match`;
3304
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
3305
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
3306
+ let baseOptions;
3307
+ if (configuration) {
3308
+ baseOptions = configuration.baseOptions;
3309
+ }
3310
+
3311
+ const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};
3312
+ const localVarHeaderParameter = {} as any;
3313
+ const localVarQueryParameter = {} as any;
3314
+
3315
+ // authentication Roles required
3316
+
3317
+ // authentication BearerToken required
3318
+ // http bearer authentication required
3319
+ await setBearerAuthToObject(localVarHeaderParameter, configuration)
3320
+
3321
+
3322
+
3323
+ localVarHeaderParameter['Content-Type'] = 'application/json';
3324
+
3325
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
3326
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
3327
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
3328
+ localVarRequestOptions.data = serializeDataIfNeeded(v1GetOrCreateMountRequest, localVarRequestOptions, configuration)
3329
+
3330
+ return {
3331
+ url: toPathString(localVarUrlObj),
3332
+ options: localVarRequestOptions,
3333
+ };
3334
+ },
3335
+ /**
3336
+ * Get or create optical tube.
3337
+ * @param {V1GetOrCreateOpticalTubeRequest} v1GetOrCreateOpticalTubeRequest
3338
+ * @param {*} [options] Override http request option.
3339
+ * @throws {RequiredError}
3340
+ */
3341
+ v1GetOrCreateOpticalTube: async (v1GetOrCreateOpticalTubeRequest: V1GetOrCreateOpticalTubeRequest, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
3342
+ // verify required parameter 'v1GetOrCreateOpticalTubeRequest' is not null or undefined
3343
+ assertParamExists('v1GetOrCreateOpticalTube', 'v1GetOrCreateOpticalTubeRequest', v1GetOrCreateOpticalTubeRequest)
3344
+ const localVarPath = `/v1/optical-tube-match`;
3345
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
3346
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
3347
+ let baseOptions;
3348
+ if (configuration) {
3349
+ baseOptions = configuration.baseOptions;
3350
+ }
3351
+
3352
+ const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};
3353
+ const localVarHeaderParameter = {} as any;
3354
+ const localVarQueryParameter = {} as any;
3355
+
3356
+ // authentication Roles required
3357
+
3358
+ // authentication BearerToken required
3359
+ // http bearer authentication required
3360
+ await setBearerAuthToObject(localVarHeaderParameter, configuration)
3361
+
3362
+
3363
+
3364
+ localVarHeaderParameter['Content-Type'] = 'application/json';
3365
+
3366
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
3367
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
3368
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
3369
+ localVarRequestOptions.data = serializeDataIfNeeded(v1GetOrCreateOpticalTubeRequest, localVarRequestOptions, configuration)
3370
+
3371
+ return {
3372
+ url: toPathString(localVarUrlObj),
3373
+ options: localVarRequestOptions,
3374
+ };
3375
+ },
3058
3376
  /**
3059
3377
  * Get platform credits.
3060
3378
  * @param {*} [options] Override http request option.
@@ -3614,6 +3932,36 @@ export const DefaultApiFp = function(configuration?: Configuration) {
3614
3932
  const localVarAxiosArgs = await localVarAxiosParamCreator.v1GetNodes(options);
3615
3933
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
3616
3934
  },
3935
+ /**
3936
+ * Get or create camera.
3937
+ * @param {V1GetOrCreateCameraRequest} v1GetOrCreateCameraRequest
3938
+ * @param {*} [options] Override http request option.
3939
+ * @throws {RequiredError}
3940
+ */
3941
+ async v1GetOrCreateCamera(v1GetOrCreateCameraRequest: V1GetOrCreateCameraRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<V1Camera>> {
3942
+ const localVarAxiosArgs = await localVarAxiosParamCreator.v1GetOrCreateCamera(v1GetOrCreateCameraRequest, options);
3943
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
3944
+ },
3945
+ /**
3946
+ * Get or create mount.
3947
+ * @param {V1GetOrCreateMountRequest} v1GetOrCreateMountRequest
3948
+ * @param {*} [options] Override http request option.
3949
+ * @throws {RequiredError}
3950
+ */
3951
+ async v1GetOrCreateMount(v1GetOrCreateMountRequest: V1GetOrCreateMountRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<V1Mount>> {
3952
+ const localVarAxiosArgs = await localVarAxiosParamCreator.v1GetOrCreateMount(v1GetOrCreateMountRequest, options);
3953
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
3954
+ },
3955
+ /**
3956
+ * Get or create optical tube.
3957
+ * @param {V1GetOrCreateOpticalTubeRequest} v1GetOrCreateOpticalTubeRequest
3958
+ * @param {*} [options] Override http request option.
3959
+ * @throws {RequiredError}
3960
+ */
3961
+ async v1GetOrCreateOpticalTube(v1GetOrCreateOpticalTubeRequest: V1GetOrCreateOpticalTubeRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<V1OpticalTube>> {
3962
+ const localVarAxiosArgs = await localVarAxiosParamCreator.v1GetOrCreateOpticalTube(v1GetOrCreateOpticalTubeRequest, options);
3963
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
3964
+ },
3617
3965
  /**
3618
3966
  * Get platform credits.
3619
3967
  * @param {*} [options] Override http request option.
@@ -3933,6 +4281,33 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
3933
4281
  v1GetNodes(options?: AxiosRequestConfig): AxiosPromise<V1GetNodes> {
3934
4282
  return localVarFp.v1GetNodes(options).then((request) => request(axios, basePath));
3935
4283
  },
4284
+ /**
4285
+ * Get or create camera.
4286
+ * @param {DefaultApiV1GetOrCreateCameraRequest} requestParameters Request parameters.
4287
+ * @param {*} [options] Override http request option.
4288
+ * @throws {RequiredError}
4289
+ */
4290
+ v1GetOrCreateCamera(requestParameters: DefaultApiV1GetOrCreateCameraRequest, options?: AxiosRequestConfig): AxiosPromise<V1Camera> {
4291
+ return localVarFp.v1GetOrCreateCamera(requestParameters.v1GetOrCreateCameraRequest, options).then((request) => request(axios, basePath));
4292
+ },
4293
+ /**
4294
+ * Get or create mount.
4295
+ * @param {DefaultApiV1GetOrCreateMountRequest} requestParameters Request parameters.
4296
+ * @param {*} [options] Override http request option.
4297
+ * @throws {RequiredError}
4298
+ */
4299
+ v1GetOrCreateMount(requestParameters: DefaultApiV1GetOrCreateMountRequest, options?: AxiosRequestConfig): AxiosPromise<V1Mount> {
4300
+ return localVarFp.v1GetOrCreateMount(requestParameters.v1GetOrCreateMountRequest, options).then((request) => request(axios, basePath));
4301
+ },
4302
+ /**
4303
+ * Get or create optical tube.
4304
+ * @param {DefaultApiV1GetOrCreateOpticalTubeRequest} requestParameters Request parameters.
4305
+ * @param {*} [options] Override http request option.
4306
+ * @throws {RequiredError}
4307
+ */
4308
+ v1GetOrCreateOpticalTube(requestParameters: DefaultApiV1GetOrCreateOpticalTubeRequest, options?: AxiosRequestConfig): AxiosPromise<V1OpticalTube> {
4309
+ return localVarFp.v1GetOrCreateOpticalTube(requestParameters.v1GetOrCreateOpticalTubeRequest, options).then((request) => request(axios, basePath));
4310
+ },
3936
4311
  /**
3937
4312
  * Get platform credits.
3938
4313
  * @param {*} [options] Override http request option.
@@ -4381,6 +4756,48 @@ export interface DefaultApiV1GetJobLogsRequest {
4381
4756
  readonly astroProjectId: string
4382
4757
  }
4383
4758
 
4759
+ /**
4760
+ * Request parameters for v1GetOrCreateCamera operation in DefaultApi.
4761
+ * @export
4762
+ * @interface DefaultApiV1GetOrCreateCameraRequest
4763
+ */
4764
+ export interface DefaultApiV1GetOrCreateCameraRequest {
4765
+ /**
4766
+ *
4767
+ * @type {V1GetOrCreateCameraRequest}
4768
+ * @memberof DefaultApiV1GetOrCreateCamera
4769
+ */
4770
+ readonly v1GetOrCreateCameraRequest: V1GetOrCreateCameraRequest
4771
+ }
4772
+
4773
+ /**
4774
+ * Request parameters for v1GetOrCreateMount operation in DefaultApi.
4775
+ * @export
4776
+ * @interface DefaultApiV1GetOrCreateMountRequest
4777
+ */
4778
+ export interface DefaultApiV1GetOrCreateMountRequest {
4779
+ /**
4780
+ *
4781
+ * @type {V1GetOrCreateMountRequest}
4782
+ * @memberof DefaultApiV1GetOrCreateMount
4783
+ */
4784
+ readonly v1GetOrCreateMountRequest: V1GetOrCreateMountRequest
4785
+ }
4786
+
4787
+ /**
4788
+ * Request parameters for v1GetOrCreateOpticalTube operation in DefaultApi.
4789
+ * @export
4790
+ * @interface DefaultApiV1GetOrCreateOpticalTubeRequest
4791
+ */
4792
+ export interface DefaultApiV1GetOrCreateOpticalTubeRequest {
4793
+ /**
4794
+ *
4795
+ * @type {V1GetOrCreateOpticalTubeRequest}
4796
+ * @memberof DefaultApiV1GetOrCreateOpticalTube
4797
+ */
4798
+ readonly v1GetOrCreateOpticalTubeRequest: V1GetOrCreateOpticalTubeRequest
4799
+ }
4800
+
4384
4801
  /**
4385
4802
  * Request parameters for v1MatchAstroProject operation in DefaultApi.
4386
4803
  * @export
@@ -4788,6 +5205,39 @@ export class DefaultApi extends BaseAPI {
4788
5205
  return DefaultApiFp(this.configuration).v1GetNodes(options).then((request) => request(this.axios, this.basePath));
4789
5206
  }
4790
5207
 
5208
+ /**
5209
+ * Get or create camera.
5210
+ * @param {DefaultApiV1GetOrCreateCameraRequest} requestParameters Request parameters.
5211
+ * @param {*} [options] Override http request option.
5212
+ * @throws {RequiredError}
5213
+ * @memberof DefaultApi
5214
+ */
5215
+ public v1GetOrCreateCamera(requestParameters: DefaultApiV1GetOrCreateCameraRequest, options?: AxiosRequestConfig) {
5216
+ return DefaultApiFp(this.configuration).v1GetOrCreateCamera(requestParameters.v1GetOrCreateCameraRequest, options).then((request) => request(this.axios, this.basePath));
5217
+ }
5218
+
5219
+ /**
5220
+ * Get or create mount.
5221
+ * @param {DefaultApiV1GetOrCreateMountRequest} requestParameters Request parameters.
5222
+ * @param {*} [options] Override http request option.
5223
+ * @throws {RequiredError}
5224
+ * @memberof DefaultApi
5225
+ */
5226
+ public v1GetOrCreateMount(requestParameters: DefaultApiV1GetOrCreateMountRequest, options?: AxiosRequestConfig) {
5227
+ return DefaultApiFp(this.configuration).v1GetOrCreateMount(requestParameters.v1GetOrCreateMountRequest, options).then((request) => request(this.axios, this.basePath));
5228
+ }
5229
+
5230
+ /**
5231
+ * Get or create optical tube.
5232
+ * @param {DefaultApiV1GetOrCreateOpticalTubeRequest} requestParameters Request parameters.
5233
+ * @param {*} [options] Override http request option.
5234
+ * @throws {RequiredError}
5235
+ * @memberof DefaultApi
5236
+ */
5237
+ public v1GetOrCreateOpticalTube(requestParameters: DefaultApiV1GetOrCreateOpticalTubeRequest, options?: AxiosRequestConfig) {
5238
+ return DefaultApiFp(this.configuration).v1GetOrCreateOpticalTube(requestParameters.v1GetOrCreateOpticalTubeRequest, options).then((request) => request(this.axios, this.basePath));
5239
+ }
5240
+
4791
5241
  /**
4792
5242
  * Get platform credits.
4793
5243
  * @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.1892
7
+ * The version of the OpenAPI document: 1.3.1945
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.1892
7
+ * The version of the OpenAPI document: 1.3.1945
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.1892
7
+ * The version of the OpenAPI document: 1.3.1945
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).