@ourskyai/platform-api 1.3.2437 → 1.3.2584
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 +383 -3
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +291 -3
- package/dist/api.js +132 -3
- 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 +291 -3
- package/dist/esm/api.js +132 -3
- package/dist/esm/base.d.ts +1 -1
- package/dist/esm/base.js +1 -1
- package/dist/esm/common.d.ts +1 -1
- package/dist/esm/common.js +1 -1
- package/dist/esm/configuration.d.ts +1 -1
- package/dist/esm/configuration.js +1 -1
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/index.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @ourskyai/platform-api@1.3.
|
|
1
|
+
## @ourskyai/platform-api@1.3.2584
|
|
2
2
|
|
|
3
3
|
This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
|
|
4
4
|
|
|
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
|
|
|
36
36
|
_published:_
|
|
37
37
|
|
|
38
38
|
```
|
|
39
|
-
npm install @ourskyai/platform-api@1.3.
|
|
39
|
+
npm install @ourskyai/platform-api@1.3.2584 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
package/api.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* OurSky Platform
|
|
5
5
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.3.
|
|
7
|
+
* The version of the OpenAPI document: 1.3.2584
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -528,6 +528,33 @@ export interface V1CreateNodeRequest {
|
|
|
528
528
|
*/
|
|
529
529
|
'location': Location;
|
|
530
530
|
}
|
|
531
|
+
/**
|
|
532
|
+
*
|
|
533
|
+
* @export
|
|
534
|
+
* @interface V1CreateObservationInstructionRequest
|
|
535
|
+
*/
|
|
536
|
+
export interface V1CreateObservationInstructionRequest {
|
|
537
|
+
/**
|
|
538
|
+
*
|
|
539
|
+
* @type {string}
|
|
540
|
+
* @memberof V1CreateObservationInstructionRequest
|
|
541
|
+
*/
|
|
542
|
+
'nodeId': string;
|
|
543
|
+
/**
|
|
544
|
+
*
|
|
545
|
+
* @type {string}
|
|
546
|
+
* @memberof V1CreateObservationInstructionRequest
|
|
547
|
+
*/
|
|
548
|
+
'targetId': string;
|
|
549
|
+
/**
|
|
550
|
+
*
|
|
551
|
+
* @type {TrackingType}
|
|
552
|
+
* @memberof V1CreateObservationInstructionRequest
|
|
553
|
+
*/
|
|
554
|
+
'trackingType': TrackingType;
|
|
555
|
+
}
|
|
556
|
+
|
|
557
|
+
|
|
531
558
|
/**
|
|
532
559
|
*
|
|
533
560
|
* @export
|
|
@@ -561,6 +588,21 @@ export interface V1CreateOpticalTubeRequest {
|
|
|
561
588
|
}
|
|
562
589
|
|
|
563
590
|
|
|
591
|
+
/**
|
|
592
|
+
* Diagnostic Instruction
|
|
593
|
+
* @export
|
|
594
|
+
* @interface V1DiagnosticInstruction
|
|
595
|
+
*/
|
|
596
|
+
export interface V1DiagnosticInstruction {
|
|
597
|
+
/**
|
|
598
|
+
*
|
|
599
|
+
* @type {V1NodeDiagnosticType}
|
|
600
|
+
* @memberof V1DiagnosticInstruction
|
|
601
|
+
*/
|
|
602
|
+
'diagnosticType': V1NodeDiagnosticType;
|
|
603
|
+
}
|
|
604
|
+
|
|
605
|
+
|
|
564
606
|
/**
|
|
565
607
|
* Elevation Mask Point
|
|
566
608
|
* @export
|
|
@@ -630,6 +672,25 @@ export interface V1GainCurvePoint {
|
|
|
630
672
|
*/
|
|
631
673
|
'eADU': number;
|
|
632
674
|
}
|
|
675
|
+
/**
|
|
676
|
+
*
|
|
677
|
+
* @export
|
|
678
|
+
* @interface V1GetInstructionRequest
|
|
679
|
+
*/
|
|
680
|
+
export interface V1GetInstructionRequest {
|
|
681
|
+
/**
|
|
682
|
+
*
|
|
683
|
+
* @type {string}
|
|
684
|
+
* @memberof V1GetInstructionRequest
|
|
685
|
+
*/
|
|
686
|
+
'nodeId': string;
|
|
687
|
+
/**
|
|
688
|
+
*
|
|
689
|
+
* @type {Array<V1NodeDiagnosticType>}
|
|
690
|
+
* @memberof V1GetInstructionRequest
|
|
691
|
+
*/
|
|
692
|
+
'supportedDiagnostics': Array<V1NodeDiagnosticType>;
|
|
693
|
+
}
|
|
633
694
|
/**
|
|
634
695
|
*
|
|
635
696
|
* @export
|
|
@@ -1151,6 +1212,31 @@ export interface V1ImageSetImage {
|
|
|
1151
1212
|
*/
|
|
1152
1213
|
'exposureLength': number;
|
|
1153
1214
|
}
|
|
1215
|
+
/**
|
|
1216
|
+
* Instruction
|
|
1217
|
+
* @export
|
|
1218
|
+
* @interface V1Instruction
|
|
1219
|
+
*/
|
|
1220
|
+
export interface V1Instruction {
|
|
1221
|
+
/**
|
|
1222
|
+
*
|
|
1223
|
+
* @type {V1ObservationInstruction}
|
|
1224
|
+
* @memberof V1Instruction
|
|
1225
|
+
*/
|
|
1226
|
+
'observation'?: V1ObservationInstruction;
|
|
1227
|
+
/**
|
|
1228
|
+
*
|
|
1229
|
+
* @type {V1DiagnosticInstruction}
|
|
1230
|
+
* @memberof V1Instruction
|
|
1231
|
+
*/
|
|
1232
|
+
'diagnostic'?: V1DiagnosticInstruction;
|
|
1233
|
+
/**
|
|
1234
|
+
* Search Instruction
|
|
1235
|
+
* @type {Array<V1ObservationInstruction>}
|
|
1236
|
+
* @memberof V1Instruction
|
|
1237
|
+
*/
|
|
1238
|
+
'search'?: Array<V1ObservationInstruction>;
|
|
1239
|
+
}
|
|
1154
1240
|
/**
|
|
1155
1241
|
*
|
|
1156
1242
|
* @export
|
|
@@ -1323,14 +1409,15 @@ export const V1NodeDiagnosticType = {
|
|
|
1323
1409
|
CENTERING_TIME_MS: 'CENTERING_TIME_MS',
|
|
1324
1410
|
POINTING_ERROR_DEGREES: 'POINTING_ERROR_DEGREES',
|
|
1325
1411
|
CAMERA_CHECKED: 'CAMERA_CHECKED',
|
|
1412
|
+
CAMERA_HAS_GPS: 'CAMERA_HAS_GPS',
|
|
1326
1413
|
MOUNT_CHECKED: 'MOUNT_CHECKED',
|
|
1327
1414
|
OPTICAL_TUBE_CHECKED: 'OPTICAL_TUBE_CHECKED',
|
|
1328
1415
|
ELEVATION_MASK_CHECKED: 'ELEVATION_MASK_CHECKED',
|
|
1329
1416
|
AVAILABLE_DISK_BYTES: 'AVAILABLE_DISK_BYTES',
|
|
1330
1417
|
AVAILABLE_MEMORY_BYTES: 'AVAILABLE_MEMORY_BYTES',
|
|
1331
1418
|
NTP_TIME_DRIFT_MS: 'NTP_TIME_DRIFT_MS',
|
|
1332
|
-
|
|
1333
|
-
|
|
1419
|
+
SYSTEM_UPTIME_S: 'SYSTEM_UPTIME_S',
|
|
1420
|
+
APPLICATION_UPTIME_S: 'APPLICATION_UPTIME_S',
|
|
1334
1421
|
APPLICATION_CPU_TIME_S: 'APPLICATION_CPU_TIME_S',
|
|
1335
1422
|
CPU_USAGE_LAST_SECOND_PCT: 'CPU_USAGE_LAST_SECOND_PCT',
|
|
1336
1423
|
CPU_USAGE_LAST_MINUTE_PCT: 'CPU_USAGE_LAST_MINUTE_PCT'
|
|
@@ -1358,6 +1445,129 @@ export interface V1NodeWithLocation {
|
|
|
1358
1445
|
*/
|
|
1359
1446
|
'location': Location;
|
|
1360
1447
|
}
|
|
1448
|
+
/**
|
|
1449
|
+
* Observation Instruction
|
|
1450
|
+
* @export
|
|
1451
|
+
* @interface V1ObservationInstruction
|
|
1452
|
+
*/
|
|
1453
|
+
export interface V1ObservationInstruction {
|
|
1454
|
+
/**
|
|
1455
|
+
*
|
|
1456
|
+
* @type {string}
|
|
1457
|
+
* @memberof V1ObservationInstruction
|
|
1458
|
+
*/
|
|
1459
|
+
'id': string;
|
|
1460
|
+
/**
|
|
1461
|
+
*
|
|
1462
|
+
* @type {string}
|
|
1463
|
+
* @memberof V1ObservationInstruction
|
|
1464
|
+
*/
|
|
1465
|
+
'imageSetId': string;
|
|
1466
|
+
/**
|
|
1467
|
+
*
|
|
1468
|
+
* @type {string}
|
|
1469
|
+
* @memberof V1ObservationInstruction
|
|
1470
|
+
*/
|
|
1471
|
+
'targetId': string;
|
|
1472
|
+
/**
|
|
1473
|
+
*
|
|
1474
|
+
* @type {TrackingType}
|
|
1475
|
+
* @memberof V1ObservationInstruction
|
|
1476
|
+
*/
|
|
1477
|
+
'trackingType': TrackingType;
|
|
1478
|
+
/**
|
|
1479
|
+
*
|
|
1480
|
+
* @type {number}
|
|
1481
|
+
* @memberof V1ObservationInstruction
|
|
1482
|
+
*/
|
|
1483
|
+
'exposureDuration': number;
|
|
1484
|
+
/**
|
|
1485
|
+
*
|
|
1486
|
+
* @type {number}
|
|
1487
|
+
* @memberof V1ObservationInstruction
|
|
1488
|
+
*/
|
|
1489
|
+
'binning': number;
|
|
1490
|
+
/**
|
|
1491
|
+
*
|
|
1492
|
+
* @type {number}
|
|
1493
|
+
* @memberof V1ObservationInstruction
|
|
1494
|
+
*/
|
|
1495
|
+
'gain': number;
|
|
1496
|
+
/**
|
|
1497
|
+
*
|
|
1498
|
+
* @type {number}
|
|
1499
|
+
* @memberof V1ObservationInstruction
|
|
1500
|
+
*/
|
|
1501
|
+
'gainMode': number;
|
|
1502
|
+
/**
|
|
1503
|
+
*
|
|
1504
|
+
* @type {number}
|
|
1505
|
+
* @memberof V1ObservationInstruction
|
|
1506
|
+
*/
|
|
1507
|
+
'ra': number;
|
|
1508
|
+
/**
|
|
1509
|
+
*
|
|
1510
|
+
* @type {number}
|
|
1511
|
+
* @memberof V1ObservationInstruction
|
|
1512
|
+
*/
|
|
1513
|
+
'dec': number;
|
|
1514
|
+
/**
|
|
1515
|
+
*
|
|
1516
|
+
* @type {string}
|
|
1517
|
+
* @memberof V1ObservationInstruction
|
|
1518
|
+
*/
|
|
1519
|
+
'captureStart': string;
|
|
1520
|
+
/**
|
|
1521
|
+
*
|
|
1522
|
+
* @type {string}
|
|
1523
|
+
* @memberof V1ObservationInstruction
|
|
1524
|
+
*/
|
|
1525
|
+
'captureEnd': string;
|
|
1526
|
+
/**
|
|
1527
|
+
*
|
|
1528
|
+
* @type {number}
|
|
1529
|
+
* @memberof V1ObservationInstruction
|
|
1530
|
+
*/
|
|
1531
|
+
'preCaptureWait': number;
|
|
1532
|
+
/**
|
|
1533
|
+
*
|
|
1534
|
+
* @type {string}
|
|
1535
|
+
* @memberof V1ObservationInstruction
|
|
1536
|
+
*/
|
|
1537
|
+
'startSlewAt': string;
|
|
1538
|
+
/**
|
|
1539
|
+
*
|
|
1540
|
+
* @type {CameraMode}
|
|
1541
|
+
* @memberof V1ObservationInstruction
|
|
1542
|
+
*/
|
|
1543
|
+
'cameraMode': CameraMode;
|
|
1544
|
+
/**
|
|
1545
|
+
*
|
|
1546
|
+
* @type {string}
|
|
1547
|
+
* @memberof V1ObservationInstruction
|
|
1548
|
+
*/
|
|
1549
|
+
'tleLine1': string;
|
|
1550
|
+
/**
|
|
1551
|
+
*
|
|
1552
|
+
* @type {string}
|
|
1553
|
+
* @memberof V1ObservationInstruction
|
|
1554
|
+
*/
|
|
1555
|
+
'tleLine2': string;
|
|
1556
|
+
/**
|
|
1557
|
+
*
|
|
1558
|
+
* @type {number}
|
|
1559
|
+
* @memberof V1ObservationInstruction
|
|
1560
|
+
*/
|
|
1561
|
+
'tleOffsetDec'?: number;
|
|
1562
|
+
/**
|
|
1563
|
+
*
|
|
1564
|
+
* @type {number}
|
|
1565
|
+
* @memberof V1ObservationInstruction
|
|
1566
|
+
*/
|
|
1567
|
+
'tleOffsetRa'?: number;
|
|
1568
|
+
}
|
|
1569
|
+
|
|
1570
|
+
|
|
1361
1571
|
/**
|
|
1362
1572
|
* Optical Tube
|
|
1363
1573
|
* @export
|
|
@@ -2337,6 +2547,47 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
2337
2547
|
options: localVarRequestOptions,
|
|
2338
2548
|
};
|
|
2339
2549
|
},
|
|
2550
|
+
/**
|
|
2551
|
+
* Create an observation instruction.
|
|
2552
|
+
* @param {V1CreateObservationInstructionRequest} v1CreateObservationInstructionRequest
|
|
2553
|
+
* @param {*} [options] Override http request option.
|
|
2554
|
+
* @throws {RequiredError}
|
|
2555
|
+
*/
|
|
2556
|
+
v1CreateObservationInstruction: async (v1CreateObservationInstructionRequest: V1CreateObservationInstructionRequest, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
2557
|
+
// verify required parameter 'v1CreateObservationInstructionRequest' is not null or undefined
|
|
2558
|
+
assertParamExists('v1CreateObservationInstruction', 'v1CreateObservationInstructionRequest', v1CreateObservationInstructionRequest)
|
|
2559
|
+
const localVarPath = `/v1/observation-instruction`;
|
|
2560
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2561
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
2562
|
+
let baseOptions;
|
|
2563
|
+
if (configuration) {
|
|
2564
|
+
baseOptions = configuration.baseOptions;
|
|
2565
|
+
}
|
|
2566
|
+
|
|
2567
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
2568
|
+
const localVarHeaderParameter = {} as any;
|
|
2569
|
+
const localVarQueryParameter = {} as any;
|
|
2570
|
+
|
|
2571
|
+
// authentication Roles required
|
|
2572
|
+
|
|
2573
|
+
// authentication BearerToken required
|
|
2574
|
+
// http bearer authentication required
|
|
2575
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
2576
|
+
|
|
2577
|
+
|
|
2578
|
+
|
|
2579
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2580
|
+
|
|
2581
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2582
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2583
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
2584
|
+
localVarRequestOptions.data = serializeDataIfNeeded(v1CreateObservationInstructionRequest, localVarRequestOptions, configuration)
|
|
2585
|
+
|
|
2586
|
+
return {
|
|
2587
|
+
url: toPathString(localVarUrlObj),
|
|
2588
|
+
options: localVarRequestOptions,
|
|
2589
|
+
};
|
|
2590
|
+
},
|
|
2340
2591
|
/**
|
|
2341
2592
|
* Create an optical tube.
|
|
2342
2593
|
* @param {V1CreateOpticalTubeRequest} v1CreateOpticalTubeRequest
|
|
@@ -2581,6 +2832,47 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
2581
2832
|
options: localVarRequestOptions,
|
|
2582
2833
|
};
|
|
2583
2834
|
},
|
|
2835
|
+
/**
|
|
2836
|
+
* Get instruction.
|
|
2837
|
+
* @param {V1GetInstructionRequest} v1GetInstructionRequest
|
|
2838
|
+
* @param {*} [options] Override http request option.
|
|
2839
|
+
* @throws {RequiredError}
|
|
2840
|
+
*/
|
|
2841
|
+
v1GetInstruction: async (v1GetInstructionRequest: V1GetInstructionRequest, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
2842
|
+
// verify required parameter 'v1GetInstructionRequest' is not null or undefined
|
|
2843
|
+
assertParamExists('v1GetInstruction', 'v1GetInstructionRequest', v1GetInstructionRequest)
|
|
2844
|
+
const localVarPath = `/v1/instruction`;
|
|
2845
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2846
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
2847
|
+
let baseOptions;
|
|
2848
|
+
if (configuration) {
|
|
2849
|
+
baseOptions = configuration.baseOptions;
|
|
2850
|
+
}
|
|
2851
|
+
|
|
2852
|
+
const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};
|
|
2853
|
+
const localVarHeaderParameter = {} as any;
|
|
2854
|
+
const localVarQueryParameter = {} as any;
|
|
2855
|
+
|
|
2856
|
+
// authentication Roles required
|
|
2857
|
+
|
|
2858
|
+
// authentication BearerToken required
|
|
2859
|
+
// http bearer authentication required
|
|
2860
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
2861
|
+
|
|
2862
|
+
|
|
2863
|
+
|
|
2864
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2865
|
+
|
|
2866
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2867
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2868
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
2869
|
+
localVarRequestOptions.data = serializeDataIfNeeded(v1GetInstructionRequest, localVarRequestOptions, configuration)
|
|
2870
|
+
|
|
2871
|
+
return {
|
|
2872
|
+
url: toPathString(localVarUrlObj),
|
|
2873
|
+
options: localVarRequestOptions,
|
|
2874
|
+
};
|
|
2875
|
+
},
|
|
2584
2876
|
/**
|
|
2585
2877
|
* Get a mount.
|
|
2586
2878
|
* @param {string} id
|
|
@@ -3305,6 +3597,16 @@ export const DefaultApiFp = function(configuration?: Configuration) {
|
|
|
3305
3597
|
const localVarAxiosArgs = await localVarAxiosParamCreator.v1CreateNodeDiagnostics(v1CreateNodeDiagnosticsRequest, options);
|
|
3306
3598
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3307
3599
|
},
|
|
3600
|
+
/**
|
|
3601
|
+
* Create an observation instruction.
|
|
3602
|
+
* @param {V1CreateObservationInstructionRequest} v1CreateObservationInstructionRequest
|
|
3603
|
+
* @param {*} [options] Override http request option.
|
|
3604
|
+
* @throws {RequiredError}
|
|
3605
|
+
*/
|
|
3606
|
+
async v1CreateObservationInstruction(v1CreateObservationInstructionRequest: V1CreateObservationInstructionRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SuccessfulCreate>> {
|
|
3607
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.v1CreateObservationInstruction(v1CreateObservationInstructionRequest, options);
|
|
3608
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3609
|
+
},
|
|
3308
3610
|
/**
|
|
3309
3611
|
* Create an optical tube.
|
|
3310
3612
|
* @param {V1CreateOpticalTubeRequest} v1CreateOpticalTubeRequest
|
|
@@ -3364,6 +3666,16 @@ export const DefaultApiFp = function(configuration?: Configuration) {
|
|
|
3364
3666
|
const localVarAxiosArgs = await localVarAxiosParamCreator.v1GetImageSetImage(imageId, options);
|
|
3365
3667
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3366
3668
|
},
|
|
3669
|
+
/**
|
|
3670
|
+
* Get instruction.
|
|
3671
|
+
* @param {V1GetInstructionRequest} v1GetInstructionRequest
|
|
3672
|
+
* @param {*} [options] Override http request option.
|
|
3673
|
+
* @throws {RequiredError}
|
|
3674
|
+
*/
|
|
3675
|
+
async v1GetInstruction(v1GetInstructionRequest: V1GetInstructionRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<V1Instruction>> {
|
|
3676
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.v1GetInstruction(v1GetInstructionRequest, options);
|
|
3677
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3678
|
+
},
|
|
3367
3679
|
/**
|
|
3368
3680
|
* Get a mount.
|
|
3369
3681
|
* @param {string} id
|
|
@@ -3598,6 +3910,15 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
|
|
|
3598
3910
|
v1CreateNodeDiagnostics(requestParameters: DefaultApiV1CreateNodeDiagnosticsRequest, options?: AxiosRequestConfig): AxiosPromise<EmptySuccess> {
|
|
3599
3911
|
return localVarFp.v1CreateNodeDiagnostics(requestParameters.v1CreateNodeDiagnosticsRequest, options).then((request) => request(axios, basePath));
|
|
3600
3912
|
},
|
|
3913
|
+
/**
|
|
3914
|
+
* Create an observation instruction.
|
|
3915
|
+
* @param {DefaultApiV1CreateObservationInstructionRequest} requestParameters Request parameters.
|
|
3916
|
+
* @param {*} [options] Override http request option.
|
|
3917
|
+
* @throws {RequiredError}
|
|
3918
|
+
*/
|
|
3919
|
+
v1CreateObservationInstruction(requestParameters: DefaultApiV1CreateObservationInstructionRequest, options?: AxiosRequestConfig): AxiosPromise<SuccessfulCreate> {
|
|
3920
|
+
return localVarFp.v1CreateObservationInstruction(requestParameters.v1CreateObservationInstructionRequest, options).then((request) => request(axios, basePath));
|
|
3921
|
+
},
|
|
3601
3922
|
/**
|
|
3602
3923
|
* Create an optical tube.
|
|
3603
3924
|
* @param {DefaultApiV1CreateOpticalTubeRequest} requestParameters Request parameters.
|
|
@@ -3651,6 +3972,15 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
|
|
|
3651
3972
|
v1GetImageSetImage(requestParameters: DefaultApiV1GetImageSetImageRequest, options?: AxiosRequestConfig): AxiosPromise<V1ImageSetImage> {
|
|
3652
3973
|
return localVarFp.v1GetImageSetImage(requestParameters.imageId, options).then((request) => request(axios, basePath));
|
|
3653
3974
|
},
|
|
3975
|
+
/**
|
|
3976
|
+
* Get instruction.
|
|
3977
|
+
* @param {DefaultApiV1GetInstructionRequest} requestParameters Request parameters.
|
|
3978
|
+
* @param {*} [options] Override http request option.
|
|
3979
|
+
* @throws {RequiredError}
|
|
3980
|
+
*/
|
|
3981
|
+
v1GetInstruction(requestParameters: DefaultApiV1GetInstructionRequest, options?: AxiosRequestConfig): AxiosPromise<V1Instruction> {
|
|
3982
|
+
return localVarFp.v1GetInstruction(requestParameters.v1GetInstructionRequest, options).then((request) => request(axios, basePath));
|
|
3983
|
+
},
|
|
3654
3984
|
/**
|
|
3655
3985
|
* Get a mount.
|
|
3656
3986
|
* @param {DefaultApiV1GetMountRequest} requestParameters Request parameters.
|
|
@@ -3949,6 +4279,20 @@ export interface DefaultApiV1CreateNodeDiagnosticsRequest {
|
|
|
3949
4279
|
readonly v1CreateNodeDiagnosticsRequest: V1CreateNodeDiagnosticsRequest
|
|
3950
4280
|
}
|
|
3951
4281
|
|
|
4282
|
+
/**
|
|
4283
|
+
* Request parameters for v1CreateObservationInstruction operation in DefaultApi.
|
|
4284
|
+
* @export
|
|
4285
|
+
* @interface DefaultApiV1CreateObservationInstructionRequest
|
|
4286
|
+
*/
|
|
4287
|
+
export interface DefaultApiV1CreateObservationInstructionRequest {
|
|
4288
|
+
/**
|
|
4289
|
+
*
|
|
4290
|
+
* @type {V1CreateObservationInstructionRequest}
|
|
4291
|
+
* @memberof DefaultApiV1CreateObservationInstruction
|
|
4292
|
+
*/
|
|
4293
|
+
readonly v1CreateObservationInstructionRequest: V1CreateObservationInstructionRequest
|
|
4294
|
+
}
|
|
4295
|
+
|
|
3952
4296
|
/**
|
|
3953
4297
|
* Request parameters for v1CreateOpticalTube operation in DefaultApi.
|
|
3954
4298
|
* @export
|
|
@@ -4019,6 +4363,20 @@ export interface DefaultApiV1GetImageSetImageRequest {
|
|
|
4019
4363
|
readonly imageId: string
|
|
4020
4364
|
}
|
|
4021
4365
|
|
|
4366
|
+
/**
|
|
4367
|
+
* Request parameters for v1GetInstruction operation in DefaultApi.
|
|
4368
|
+
* @export
|
|
4369
|
+
* @interface DefaultApiV1GetInstructionRequest
|
|
4370
|
+
*/
|
|
4371
|
+
export interface DefaultApiV1GetInstructionRequest {
|
|
4372
|
+
/**
|
|
4373
|
+
*
|
|
4374
|
+
* @type {V1GetInstructionRequest}
|
|
4375
|
+
* @memberof DefaultApiV1GetInstruction
|
|
4376
|
+
*/
|
|
4377
|
+
readonly v1GetInstructionRequest: V1GetInstructionRequest
|
|
4378
|
+
}
|
|
4379
|
+
|
|
4022
4380
|
/**
|
|
4023
4381
|
* Request parameters for v1GetMount operation in DefaultApi.
|
|
4024
4382
|
* @export
|
|
@@ -4331,6 +4689,17 @@ export class DefaultApi extends BaseAPI {
|
|
|
4331
4689
|
return DefaultApiFp(this.configuration).v1CreateNodeDiagnostics(requestParameters.v1CreateNodeDiagnosticsRequest, options).then((request) => request(this.axios, this.basePath));
|
|
4332
4690
|
}
|
|
4333
4691
|
|
|
4692
|
+
/**
|
|
4693
|
+
* Create an observation instruction.
|
|
4694
|
+
* @param {DefaultApiV1CreateObservationInstructionRequest} requestParameters Request parameters.
|
|
4695
|
+
* @param {*} [options] Override http request option.
|
|
4696
|
+
* @throws {RequiredError}
|
|
4697
|
+
* @memberof DefaultApi
|
|
4698
|
+
*/
|
|
4699
|
+
public v1CreateObservationInstruction(requestParameters: DefaultApiV1CreateObservationInstructionRequest, options?: AxiosRequestConfig) {
|
|
4700
|
+
return DefaultApiFp(this.configuration).v1CreateObservationInstruction(requestParameters.v1CreateObservationInstructionRequest, options).then((request) => request(this.axios, this.basePath));
|
|
4701
|
+
}
|
|
4702
|
+
|
|
4334
4703
|
/**
|
|
4335
4704
|
* Create an optical tube.
|
|
4336
4705
|
* @param {DefaultApiV1CreateOpticalTubeRequest} requestParameters Request parameters.
|
|
@@ -4396,6 +4765,17 @@ export class DefaultApi extends BaseAPI {
|
|
|
4396
4765
|
return DefaultApiFp(this.configuration).v1GetImageSetImage(requestParameters.imageId, options).then((request) => request(this.axios, this.basePath));
|
|
4397
4766
|
}
|
|
4398
4767
|
|
|
4768
|
+
/**
|
|
4769
|
+
* Get instruction.
|
|
4770
|
+
* @param {DefaultApiV1GetInstructionRequest} requestParameters Request parameters.
|
|
4771
|
+
* @param {*} [options] Override http request option.
|
|
4772
|
+
* @throws {RequiredError}
|
|
4773
|
+
* @memberof DefaultApi
|
|
4774
|
+
*/
|
|
4775
|
+
public v1GetInstruction(requestParameters: DefaultApiV1GetInstructionRequest, options?: AxiosRequestConfig) {
|
|
4776
|
+
return DefaultApiFp(this.configuration).v1GetInstruction(requestParameters.v1GetInstructionRequest, options).then((request) => request(this.axios, this.basePath));
|
|
4777
|
+
}
|
|
4778
|
+
|
|
4399
4779
|
/**
|
|
4400
4780
|
* Get a mount.
|
|
4401
4781
|
* @param {DefaultApiV1GetMountRequest} requestParameters Request parameters.
|
package/base.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* OurSky Platform
|
|
5
5
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.3.
|
|
7
|
+
* The version of the OpenAPI document: 1.3.2584
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/common.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* OurSky Platform
|
|
5
5
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.3.
|
|
7
|
+
* The version of the OpenAPI document: 1.3.2584
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/configuration.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* OurSky Platform
|
|
5
5
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.3.
|
|
7
|
+
* The version of the OpenAPI document: 1.3.2584
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|