@ourskyai/astro-api 1.3.1905 → 1.3.2078

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.1905
1
+ ## @ourskyai/astro-api@1.3.2078
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.1905 --save
39
+ npm install @ourskyai/astro-api@1.3.2078 --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.1905
7
+ * The version of the OpenAPI document: 1.3.2078
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -619,6 +619,12 @@ export interface V1Camera {
619
619
  * @memberof V1Camera
620
620
  */
621
621
  'isColor': boolean;
622
+ /**
623
+ *
624
+ * @type {Array<V1VideoModeFramerateProperty>}
625
+ * @memberof V1Camera
626
+ */
627
+ 'videoModeFramerateProperties'?: Array<V1VideoModeFramerateProperty>;
622
628
  }
623
629
 
624
630
 
@@ -939,6 +945,12 @@ export interface V1CreateCameraRequest {
939
945
  * @memberof V1CreateCameraRequest
940
946
  */
941
947
  'isColor': boolean;
948
+ /**
949
+ *
950
+ * @type {Array<V1VideoModeFramerateProperty>}
951
+ * @memberof V1CreateCameraRequest
952
+ */
953
+ 'videoModeFramerateProperties'?: Array<V1VideoModeFramerateProperty>;
942
954
  }
943
955
 
944
956
 
@@ -1198,6 +1210,207 @@ export interface V1GetNodes {
1198
1210
  */
1199
1211
  'nodes': Array<V1NodeWithLocation>;
1200
1212
  }
1213
+ /**
1214
+ *
1215
+ * @export
1216
+ * @interface V1GetOrCreateCameraRequest
1217
+ */
1218
+ export interface V1GetOrCreateCameraRequest {
1219
+ /**
1220
+ *
1221
+ * @type {string}
1222
+ * @memberof V1GetOrCreateCameraRequest
1223
+ */
1224
+ 'model'?: string;
1225
+ /**
1226
+ *
1227
+ * @type {number}
1228
+ * @memberof V1GetOrCreateCameraRequest
1229
+ */
1230
+ 'pixelSizeMicrons'?: number;
1231
+ /**
1232
+ *
1233
+ * @type {number}
1234
+ * @memberof V1GetOrCreateCameraRequest
1235
+ */
1236
+ 'fullWellCapacity'?: number;
1237
+ /**
1238
+ *
1239
+ * @type {number}
1240
+ * @memberof V1GetOrCreateCameraRequest
1241
+ */
1242
+ 'pixelsX'?: number;
1243
+ /**
1244
+ *
1245
+ * @type {number}
1246
+ * @memberof V1GetOrCreateCameraRequest
1247
+ */
1248
+ 'pixelsY'?: number;
1249
+ /**
1250
+ *
1251
+ * @type {number}
1252
+ * @memberof V1GetOrCreateCameraRequest
1253
+ */
1254
+ 'megapixels'?: number;
1255
+ /**
1256
+ *
1257
+ * @type {boolean}
1258
+ * @memberof V1GetOrCreateCameraRequest
1259
+ */
1260
+ 'chilled'?: boolean;
1261
+ /**
1262
+ *
1263
+ * @type {ShutterType}
1264
+ * @memberof V1GetOrCreateCameraRequest
1265
+ */
1266
+ 'shutterType'?: ShutterType;
1267
+ /**
1268
+ *
1269
+ * @type {boolean}
1270
+ * @memberof V1GetOrCreateCameraRequest
1271
+ */
1272
+ 'gpsTimestamps'?: boolean;
1273
+ /**
1274
+ *
1275
+ * @type {number}
1276
+ * @memberof V1GetOrCreateCameraRequest
1277
+ */
1278
+ 'sensorXmm'?: number;
1279
+ /**
1280
+ *
1281
+ * @type {number}
1282
+ * @memberof V1GetOrCreateCameraRequest
1283
+ */
1284
+ 'sensorYmm'?: number;
1285
+ /**
1286
+ *
1287
+ * @type {number}
1288
+ * @memberof V1GetOrCreateCameraRequest
1289
+ */
1290
+ 'unityGain'?: number;
1291
+ /**
1292
+ *
1293
+ * @type {number}
1294
+ * @memberof V1GetOrCreateCameraRequest
1295
+ */
1296
+ 'optimalNighttimeGain'?: number;
1297
+ /**
1298
+ *
1299
+ * @type {number}
1300
+ * @memberof V1GetOrCreateCameraRequest
1301
+ */
1302
+ 'optimalNighttimeGainOffset'?: number;
1303
+ /**
1304
+ *
1305
+ * @type {number}
1306
+ * @memberof V1GetOrCreateCameraRequest
1307
+ */
1308
+ 'optimalNighttimeGainMode'?: number;
1309
+ /**
1310
+ *
1311
+ * @type {boolean}
1312
+ * @memberof V1GetOrCreateCameraRequest
1313
+ */
1314
+ 'supportsVideoMode'?: boolean;
1315
+ /**
1316
+ *
1317
+ * @type {number}
1318
+ * @memberof V1GetOrCreateCameraRequest
1319
+ */
1320
+ 'adcBitDepth'?: number;
1321
+ /**
1322
+ *
1323
+ * @type {number}
1324
+ * @memberof V1GetOrCreateCameraRequest
1325
+ */
1326
+ 'quantumEfficiency'?: number;
1327
+ /**
1328
+ *
1329
+ * @type {Array<V1GainCurve>}
1330
+ * @memberof V1GetOrCreateCameraRequest
1331
+ */
1332
+ 'gainCurves'?: Array<V1GainCurve>;
1333
+ /**
1334
+ *
1335
+ * @type {Array<V1SetupAction>}
1336
+ * @memberof V1GetOrCreateCameraRequest
1337
+ */
1338
+ 'setupActions'?: Array<V1SetupAction>;
1339
+ /**
1340
+ *
1341
+ * @type {boolean}
1342
+ * @memberof V1GetOrCreateCameraRequest
1343
+ */
1344
+ 'isColor'?: boolean;
1345
+ /**
1346
+ *
1347
+ * @type {Array<V1VideoModeFramerateProperty>}
1348
+ * @memberof V1GetOrCreateCameraRequest
1349
+ */
1350
+ 'videoModeFramerateProperties'?: Array<V1VideoModeFramerateProperty>;
1351
+ }
1352
+
1353
+
1354
+ /**
1355
+ *
1356
+ * @export
1357
+ * @interface V1GetOrCreateMountRequest
1358
+ */
1359
+ export interface V1GetOrCreateMountRequest {
1360
+ /**
1361
+ *
1362
+ * @type {string}
1363
+ * @memberof V1GetOrCreateMountRequest
1364
+ */
1365
+ 'model'?: string;
1366
+ /**
1367
+ *
1368
+ * @type {MountType}
1369
+ * @memberof V1GetOrCreateMountRequest
1370
+ */
1371
+ 'type'?: MountType;
1372
+ /**
1373
+ *
1374
+ * @type {number}
1375
+ * @memberof V1GetOrCreateMountRequest
1376
+ */
1377
+ 'slewRate'?: number;
1378
+ }
1379
+
1380
+
1381
+ /**
1382
+ *
1383
+ * @export
1384
+ * @interface V1GetOrCreateOpticalTubeRequest
1385
+ */
1386
+ export interface V1GetOrCreateOpticalTubeRequest {
1387
+ /**
1388
+ *
1389
+ * @type {string}
1390
+ * @memberof V1GetOrCreateOpticalTubeRequest
1391
+ */
1392
+ 'model'?: string;
1393
+ /**
1394
+ *
1395
+ * @type {number}
1396
+ * @memberof V1GetOrCreateOpticalTubeRequest
1397
+ */
1398
+ 'focalLengthMm'?: number;
1399
+ /**
1400
+ *
1401
+ * @type {number}
1402
+ * @memberof V1GetOrCreateOpticalTubeRequest
1403
+ */
1404
+ 'apertureMm'?: number;
1405
+ /**
1406
+ *
1407
+ * @type {OpticalTubeType}
1408
+ * @memberof V1GetOrCreateOpticalTubeRequest
1409
+ */
1410
+ 'type'?: OpticalTubeType;
1411
+ }
1412
+
1413
+
1201
1414
  /**
1202
1415
  * An image set represents a contiguous set of observations of the same target captured by the same node.
1203
1416
  * @export
@@ -1869,6 +2082,43 @@ export interface V1UpdateNodeRequest {
1869
2082
  }
1870
2083
 
1871
2084
 
2085
+ /**
2086
+ *
2087
+ * @export
2088
+ * @interface V1VideoModeFramerateProperty
2089
+ */
2090
+ export interface V1VideoModeFramerateProperty {
2091
+ /**
2092
+ *
2093
+ * @type {number}
2094
+ * @memberof V1VideoModeFramerateProperty
2095
+ */
2096
+ 'roiXPixels': number;
2097
+ /**
2098
+ *
2099
+ * @type {number}
2100
+ * @memberof V1VideoModeFramerateProperty
2101
+ */
2102
+ 'roiYPixels': number;
2103
+ /**
2104
+ *
2105
+ * @type {number}
2106
+ * @memberof V1VideoModeFramerateProperty
2107
+ */
2108
+ 'adcBitDepth': number;
2109
+ /**
2110
+ *
2111
+ * @type {number}
2112
+ * @memberof V1VideoModeFramerateProperty
2113
+ */
2114
+ 'fps': number;
2115
+ /**
2116
+ *
2117
+ * @type {number}
2118
+ * @memberof V1VideoModeFramerateProperty
2119
+ */
2120
+ 'binning': number;
2121
+ }
1872
2122
 
1873
2123
  /**
1874
2124
  * DefaultApi - axios parameter creator
@@ -3055,6 +3305,129 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
3055
3305
  options: localVarRequestOptions,
3056
3306
  };
3057
3307
  },
3308
+ /**
3309
+ * Get or create camera.
3310
+ * @param {V1GetOrCreateCameraRequest} v1GetOrCreateCameraRequest
3311
+ * @param {*} [options] Override http request option.
3312
+ * @throws {RequiredError}
3313
+ */
3314
+ v1GetOrCreateCamera: async (v1GetOrCreateCameraRequest: V1GetOrCreateCameraRequest, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
3315
+ // verify required parameter 'v1GetOrCreateCameraRequest' is not null or undefined
3316
+ assertParamExists('v1GetOrCreateCamera', 'v1GetOrCreateCameraRequest', v1GetOrCreateCameraRequest)
3317
+ const localVarPath = `/v1/camera-match`;
3318
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
3319
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
3320
+ let baseOptions;
3321
+ if (configuration) {
3322
+ baseOptions = configuration.baseOptions;
3323
+ }
3324
+
3325
+ const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};
3326
+ const localVarHeaderParameter = {} as any;
3327
+ const localVarQueryParameter = {} as any;
3328
+
3329
+ // authentication Roles required
3330
+
3331
+ // authentication BearerToken required
3332
+ // http bearer authentication required
3333
+ await setBearerAuthToObject(localVarHeaderParameter, configuration)
3334
+
3335
+
3336
+
3337
+ localVarHeaderParameter['Content-Type'] = 'application/json';
3338
+
3339
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
3340
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
3341
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
3342
+ localVarRequestOptions.data = serializeDataIfNeeded(v1GetOrCreateCameraRequest, localVarRequestOptions, configuration)
3343
+
3344
+ return {
3345
+ url: toPathString(localVarUrlObj),
3346
+ options: localVarRequestOptions,
3347
+ };
3348
+ },
3349
+ /**
3350
+ * Get or create mount.
3351
+ * @param {V1GetOrCreateMountRequest} v1GetOrCreateMountRequest
3352
+ * @param {*} [options] Override http request option.
3353
+ * @throws {RequiredError}
3354
+ */
3355
+ v1GetOrCreateMount: async (v1GetOrCreateMountRequest: V1GetOrCreateMountRequest, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
3356
+ // verify required parameter 'v1GetOrCreateMountRequest' is not null or undefined
3357
+ assertParamExists('v1GetOrCreateMount', 'v1GetOrCreateMountRequest', v1GetOrCreateMountRequest)
3358
+ const localVarPath = `/v1/mount-match`;
3359
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
3360
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
3361
+ let baseOptions;
3362
+ if (configuration) {
3363
+ baseOptions = configuration.baseOptions;
3364
+ }
3365
+
3366
+ const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};
3367
+ const localVarHeaderParameter = {} as any;
3368
+ const localVarQueryParameter = {} as any;
3369
+
3370
+ // authentication Roles required
3371
+
3372
+ // authentication BearerToken required
3373
+ // http bearer authentication required
3374
+ await setBearerAuthToObject(localVarHeaderParameter, configuration)
3375
+
3376
+
3377
+
3378
+ localVarHeaderParameter['Content-Type'] = 'application/json';
3379
+
3380
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
3381
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
3382
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
3383
+ localVarRequestOptions.data = serializeDataIfNeeded(v1GetOrCreateMountRequest, localVarRequestOptions, configuration)
3384
+
3385
+ return {
3386
+ url: toPathString(localVarUrlObj),
3387
+ options: localVarRequestOptions,
3388
+ };
3389
+ },
3390
+ /**
3391
+ * Get or create optical tube.
3392
+ * @param {V1GetOrCreateOpticalTubeRequest} v1GetOrCreateOpticalTubeRequest
3393
+ * @param {*} [options] Override http request option.
3394
+ * @throws {RequiredError}
3395
+ */
3396
+ v1GetOrCreateOpticalTube: async (v1GetOrCreateOpticalTubeRequest: V1GetOrCreateOpticalTubeRequest, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
3397
+ // verify required parameter 'v1GetOrCreateOpticalTubeRequest' is not null or undefined
3398
+ assertParamExists('v1GetOrCreateOpticalTube', 'v1GetOrCreateOpticalTubeRequest', v1GetOrCreateOpticalTubeRequest)
3399
+ const localVarPath = `/v1/optical-tube-match`;
3400
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
3401
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
3402
+ let baseOptions;
3403
+ if (configuration) {
3404
+ baseOptions = configuration.baseOptions;
3405
+ }
3406
+
3407
+ const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};
3408
+ const localVarHeaderParameter = {} as any;
3409
+ const localVarQueryParameter = {} as any;
3410
+
3411
+ // authentication Roles required
3412
+
3413
+ // authentication BearerToken required
3414
+ // http bearer authentication required
3415
+ await setBearerAuthToObject(localVarHeaderParameter, configuration)
3416
+
3417
+
3418
+
3419
+ localVarHeaderParameter['Content-Type'] = 'application/json';
3420
+
3421
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
3422
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
3423
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
3424
+ localVarRequestOptions.data = serializeDataIfNeeded(v1GetOrCreateOpticalTubeRequest, localVarRequestOptions, configuration)
3425
+
3426
+ return {
3427
+ url: toPathString(localVarUrlObj),
3428
+ options: localVarRequestOptions,
3429
+ };
3430
+ },
3058
3431
  /**
3059
3432
  * Get platform credits.
3060
3433
  * @param {*} [options] Override http request option.
@@ -3614,6 +3987,36 @@ export const DefaultApiFp = function(configuration?: Configuration) {
3614
3987
  const localVarAxiosArgs = await localVarAxiosParamCreator.v1GetNodes(options);
3615
3988
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
3616
3989
  },
3990
+ /**
3991
+ * Get or create camera.
3992
+ * @param {V1GetOrCreateCameraRequest} v1GetOrCreateCameraRequest
3993
+ * @param {*} [options] Override http request option.
3994
+ * @throws {RequiredError}
3995
+ */
3996
+ async v1GetOrCreateCamera(v1GetOrCreateCameraRequest: V1GetOrCreateCameraRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<V1Camera>> {
3997
+ const localVarAxiosArgs = await localVarAxiosParamCreator.v1GetOrCreateCamera(v1GetOrCreateCameraRequest, options);
3998
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
3999
+ },
4000
+ /**
4001
+ * Get or create mount.
4002
+ * @param {V1GetOrCreateMountRequest} v1GetOrCreateMountRequest
4003
+ * @param {*} [options] Override http request option.
4004
+ * @throws {RequiredError}
4005
+ */
4006
+ async v1GetOrCreateMount(v1GetOrCreateMountRequest: V1GetOrCreateMountRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<V1Mount>> {
4007
+ const localVarAxiosArgs = await localVarAxiosParamCreator.v1GetOrCreateMount(v1GetOrCreateMountRequest, options);
4008
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
4009
+ },
4010
+ /**
4011
+ * Get or create optical tube.
4012
+ * @param {V1GetOrCreateOpticalTubeRequest} v1GetOrCreateOpticalTubeRequest
4013
+ * @param {*} [options] Override http request option.
4014
+ * @throws {RequiredError}
4015
+ */
4016
+ async v1GetOrCreateOpticalTube(v1GetOrCreateOpticalTubeRequest: V1GetOrCreateOpticalTubeRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<V1OpticalTube>> {
4017
+ const localVarAxiosArgs = await localVarAxiosParamCreator.v1GetOrCreateOpticalTube(v1GetOrCreateOpticalTubeRequest, options);
4018
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
4019
+ },
3617
4020
  /**
3618
4021
  * Get platform credits.
3619
4022
  * @param {*} [options] Override http request option.
@@ -3933,6 +4336,33 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
3933
4336
  v1GetNodes(options?: AxiosRequestConfig): AxiosPromise<V1GetNodes> {
3934
4337
  return localVarFp.v1GetNodes(options).then((request) => request(axios, basePath));
3935
4338
  },
4339
+ /**
4340
+ * Get or create camera.
4341
+ * @param {DefaultApiV1GetOrCreateCameraRequest} requestParameters Request parameters.
4342
+ * @param {*} [options] Override http request option.
4343
+ * @throws {RequiredError}
4344
+ */
4345
+ v1GetOrCreateCamera(requestParameters: DefaultApiV1GetOrCreateCameraRequest, options?: AxiosRequestConfig): AxiosPromise<V1Camera> {
4346
+ return localVarFp.v1GetOrCreateCamera(requestParameters.v1GetOrCreateCameraRequest, options).then((request) => request(axios, basePath));
4347
+ },
4348
+ /**
4349
+ * Get or create mount.
4350
+ * @param {DefaultApiV1GetOrCreateMountRequest} requestParameters Request parameters.
4351
+ * @param {*} [options] Override http request option.
4352
+ * @throws {RequiredError}
4353
+ */
4354
+ v1GetOrCreateMount(requestParameters: DefaultApiV1GetOrCreateMountRequest, options?: AxiosRequestConfig): AxiosPromise<V1Mount> {
4355
+ return localVarFp.v1GetOrCreateMount(requestParameters.v1GetOrCreateMountRequest, options).then((request) => request(axios, basePath));
4356
+ },
4357
+ /**
4358
+ * Get or create optical tube.
4359
+ * @param {DefaultApiV1GetOrCreateOpticalTubeRequest} requestParameters Request parameters.
4360
+ * @param {*} [options] Override http request option.
4361
+ * @throws {RequiredError}
4362
+ */
4363
+ v1GetOrCreateOpticalTube(requestParameters: DefaultApiV1GetOrCreateOpticalTubeRequest, options?: AxiosRequestConfig): AxiosPromise<V1OpticalTube> {
4364
+ return localVarFp.v1GetOrCreateOpticalTube(requestParameters.v1GetOrCreateOpticalTubeRequest, options).then((request) => request(axios, basePath));
4365
+ },
3936
4366
  /**
3937
4367
  * Get platform credits.
3938
4368
  * @param {*} [options] Override http request option.
@@ -4381,6 +4811,48 @@ export interface DefaultApiV1GetJobLogsRequest {
4381
4811
  readonly astroProjectId: string
4382
4812
  }
4383
4813
 
4814
+ /**
4815
+ * Request parameters for v1GetOrCreateCamera operation in DefaultApi.
4816
+ * @export
4817
+ * @interface DefaultApiV1GetOrCreateCameraRequest
4818
+ */
4819
+ export interface DefaultApiV1GetOrCreateCameraRequest {
4820
+ /**
4821
+ *
4822
+ * @type {V1GetOrCreateCameraRequest}
4823
+ * @memberof DefaultApiV1GetOrCreateCamera
4824
+ */
4825
+ readonly v1GetOrCreateCameraRequest: V1GetOrCreateCameraRequest
4826
+ }
4827
+
4828
+ /**
4829
+ * Request parameters for v1GetOrCreateMount operation in DefaultApi.
4830
+ * @export
4831
+ * @interface DefaultApiV1GetOrCreateMountRequest
4832
+ */
4833
+ export interface DefaultApiV1GetOrCreateMountRequest {
4834
+ /**
4835
+ *
4836
+ * @type {V1GetOrCreateMountRequest}
4837
+ * @memberof DefaultApiV1GetOrCreateMount
4838
+ */
4839
+ readonly v1GetOrCreateMountRequest: V1GetOrCreateMountRequest
4840
+ }
4841
+
4842
+ /**
4843
+ * Request parameters for v1GetOrCreateOpticalTube operation in DefaultApi.
4844
+ * @export
4845
+ * @interface DefaultApiV1GetOrCreateOpticalTubeRequest
4846
+ */
4847
+ export interface DefaultApiV1GetOrCreateOpticalTubeRequest {
4848
+ /**
4849
+ *
4850
+ * @type {V1GetOrCreateOpticalTubeRequest}
4851
+ * @memberof DefaultApiV1GetOrCreateOpticalTube
4852
+ */
4853
+ readonly v1GetOrCreateOpticalTubeRequest: V1GetOrCreateOpticalTubeRequest
4854
+ }
4855
+
4384
4856
  /**
4385
4857
  * Request parameters for v1MatchAstroProject operation in DefaultApi.
4386
4858
  * @export
@@ -4788,6 +5260,39 @@ export class DefaultApi extends BaseAPI {
4788
5260
  return DefaultApiFp(this.configuration).v1GetNodes(options).then((request) => request(this.axios, this.basePath));
4789
5261
  }
4790
5262
 
5263
+ /**
5264
+ * Get or create camera.
5265
+ * @param {DefaultApiV1GetOrCreateCameraRequest} requestParameters Request parameters.
5266
+ * @param {*} [options] Override http request option.
5267
+ * @throws {RequiredError}
5268
+ * @memberof DefaultApi
5269
+ */
5270
+ public v1GetOrCreateCamera(requestParameters: DefaultApiV1GetOrCreateCameraRequest, options?: AxiosRequestConfig) {
5271
+ return DefaultApiFp(this.configuration).v1GetOrCreateCamera(requestParameters.v1GetOrCreateCameraRequest, options).then((request) => request(this.axios, this.basePath));
5272
+ }
5273
+
5274
+ /**
5275
+ * Get or create mount.
5276
+ * @param {DefaultApiV1GetOrCreateMountRequest} requestParameters Request parameters.
5277
+ * @param {*} [options] Override http request option.
5278
+ * @throws {RequiredError}
5279
+ * @memberof DefaultApi
5280
+ */
5281
+ public v1GetOrCreateMount(requestParameters: DefaultApiV1GetOrCreateMountRequest, options?: AxiosRequestConfig) {
5282
+ return DefaultApiFp(this.configuration).v1GetOrCreateMount(requestParameters.v1GetOrCreateMountRequest, options).then((request) => request(this.axios, this.basePath));
5283
+ }
5284
+
5285
+ /**
5286
+ * Get or create optical tube.
5287
+ * @param {DefaultApiV1GetOrCreateOpticalTubeRequest} requestParameters Request parameters.
5288
+ * @param {*} [options] Override http request option.
5289
+ * @throws {RequiredError}
5290
+ * @memberof DefaultApi
5291
+ */
5292
+ public v1GetOrCreateOpticalTube(requestParameters: DefaultApiV1GetOrCreateOpticalTubeRequest, options?: AxiosRequestConfig) {
5293
+ return DefaultApiFp(this.configuration).v1GetOrCreateOpticalTube(requestParameters.v1GetOrCreateOpticalTubeRequest, options).then((request) => request(this.axios, this.basePath));
5294
+ }
5295
+
4791
5296
  /**
4792
5297
  * Get platform credits.
4793
5298
  * @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.1905
7
+ * The version of the OpenAPI document: 1.3.2078
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.1905
7
+ * The version of the OpenAPI document: 1.3.2078
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.1905
7
+ * The version of the OpenAPI document: 1.3.2078
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).