@ourskyai/platform-api 1.3.1856 → 1.3.1892
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 +626 -3
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +480 -3
- package/dist/api.js +218 -2
- 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 +480 -3
- package/dist/esm/api.js +217 -1
- package/dist/esm/base.d.ts +1 -1
- package/dist/esm/base.js +1 -1
- package/dist/esm/common.d.ts +1 -1
- package/dist/esm/common.js +1 -1
- package/dist/esm/configuration.d.ts +1 -1
- package/dist/esm/configuration.js +1 -1
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/index.ts +1 -1
- package/package.json +1 -1
package/dist/api.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* OurSky Platform
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.3.
|
|
8
|
+
* The version of the OpenAPI document: 1.3.1892
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -22,7 +22,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
22
22
|
});
|
|
23
23
|
};
|
|
24
24
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
|
-
exports.DefaultApi = exports.DefaultApiFactory = exports.DefaultApiFp = exports.DefaultApiAxiosParamCreator = exports.TrackingType = exports.ShutterType = exports.OpticalTubeType = exports.NodeState = exports.MountType = exports.MetricType = exports.FilterType = exports.CameraMode = void 0;
|
|
25
|
+
exports.DefaultApi = exports.DefaultApiFactory = exports.DefaultApiFp = exports.DefaultApiAxiosParamCreator = exports.V1NodeDiagnosticType = exports.V1NodeComponentType = exports.TrackingType = exports.ShutterType = exports.OpticalTubeType = exports.NodeState = exports.MountType = exports.MetricType = exports.FilterType = exports.CameraMode = void 0;
|
|
26
26
|
const axios_1 = require("axios");
|
|
27
27
|
// Some imports not used depending on template conditions
|
|
28
28
|
// @ts-ignore
|
|
@@ -124,6 +124,29 @@ exports.TrackingType = {
|
|
|
124
124
|
SIDEREAL: 'SIDEREAL',
|
|
125
125
|
TARGET_RATE: 'TARGET_RATE'
|
|
126
126
|
};
|
|
127
|
+
/**
|
|
128
|
+
*
|
|
129
|
+
* @export
|
|
130
|
+
* @enum {string}
|
|
131
|
+
*/
|
|
132
|
+
exports.V1NodeComponentType = {
|
|
133
|
+
CAMERA: 'CAMERA',
|
|
134
|
+
MOUNT: 'MOUNT',
|
|
135
|
+
OPTICAL_TUBE: 'OPTICAL_TUBE'
|
|
136
|
+
};
|
|
137
|
+
/**
|
|
138
|
+
*
|
|
139
|
+
* @export
|
|
140
|
+
* @enum {string}
|
|
141
|
+
*/
|
|
142
|
+
exports.V1NodeDiagnosticType = {
|
|
143
|
+
MIN_SLEW_SPEED_MS: 'MIN_SLEW_SPEED_MS',
|
|
144
|
+
MAX_SLEW_SPEED_MS: 'MAX_SLEW_SPEED_MS',
|
|
145
|
+
MIN_SLEW_AND_CENTER_SPEED_MS: 'MIN_SLEW_AND_CENTER_SPEED_MS',
|
|
146
|
+
MAX_SLEW_AND_CENTER_SPEED_MS: 'MAX_SLEW_AND_CENTER_SPEED_MS',
|
|
147
|
+
MIN_SLEW_ACCURACY_ARCSECONDS: 'MIN_SLEW_ACCURACY_ARCSECONDS',
|
|
148
|
+
MAX_SLEW_ACCURACY_ARCSECONDS: 'MAX_SLEW_ACCURACY_ARCSECONDS'
|
|
149
|
+
};
|
|
127
150
|
/**
|
|
128
151
|
* DefaultApi - axios parameter creator
|
|
129
152
|
* @export
|
|
@@ -355,6 +378,39 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
355
378
|
options: localVarRequestOptions,
|
|
356
379
|
};
|
|
357
380
|
}),
|
|
381
|
+
/**
|
|
382
|
+
* Create node diagnostics.
|
|
383
|
+
* @param {Array<V1CreateNodeDiagnosticRequest>} v1CreateNodeDiagnosticRequest
|
|
384
|
+
* @param {*} [options] Override http request option.
|
|
385
|
+
* @throws {RequiredError}
|
|
386
|
+
*/
|
|
387
|
+
v1CreateNodeDiagnostics: (v1CreateNodeDiagnosticRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
388
|
+
// verify required parameter 'v1CreateNodeDiagnosticRequest' is not null or undefined
|
|
389
|
+
(0, common_1.assertParamExists)('v1CreateNodeDiagnostics', 'v1CreateNodeDiagnosticRequest', v1CreateNodeDiagnosticRequest);
|
|
390
|
+
const localVarPath = `/v1/node-diagnostics`;
|
|
391
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
392
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
393
|
+
let baseOptions;
|
|
394
|
+
if (configuration) {
|
|
395
|
+
baseOptions = configuration.baseOptions;
|
|
396
|
+
}
|
|
397
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
398
|
+
const localVarHeaderParameter = {};
|
|
399
|
+
const localVarQueryParameter = {};
|
|
400
|
+
// authentication Roles required
|
|
401
|
+
// authentication BearerToken required
|
|
402
|
+
// http bearer authentication required
|
|
403
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
404
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
405
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
406
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
407
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
408
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(v1CreateNodeDiagnosticRequest, localVarRequestOptions, configuration);
|
|
409
|
+
return {
|
|
410
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
411
|
+
options: localVarRequestOptions,
|
|
412
|
+
};
|
|
413
|
+
}),
|
|
358
414
|
/**
|
|
359
415
|
* Create an optical tube.
|
|
360
416
|
* @param {V1CreateOpticalTubeRequest} v1CreateOpticalTubeRequest
|
|
@@ -518,6 +574,40 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
518
574
|
options: localVarRequestOptions,
|
|
519
575
|
};
|
|
520
576
|
}),
|
|
577
|
+
/**
|
|
578
|
+
* Get node diagnostic tasks.
|
|
579
|
+
* @param {string} nodeId
|
|
580
|
+
* @param {*} [options] Override http request option.
|
|
581
|
+
* @throws {RequiredError}
|
|
582
|
+
*/
|
|
583
|
+
v1GetNodeDiagnosticTasks: (nodeId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
584
|
+
// verify required parameter 'nodeId' is not null or undefined
|
|
585
|
+
(0, common_1.assertParamExists)('v1GetNodeDiagnosticTasks', 'nodeId', nodeId);
|
|
586
|
+
const localVarPath = `/v1/node-diagnostic-tasks`;
|
|
587
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
588
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
589
|
+
let baseOptions;
|
|
590
|
+
if (configuration) {
|
|
591
|
+
baseOptions = configuration.baseOptions;
|
|
592
|
+
}
|
|
593
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
594
|
+
const localVarHeaderParameter = {};
|
|
595
|
+
const localVarQueryParameter = {};
|
|
596
|
+
// authentication Roles required
|
|
597
|
+
// authentication BearerToken required
|
|
598
|
+
// http bearer authentication required
|
|
599
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
600
|
+
if (nodeId !== undefined) {
|
|
601
|
+
localVarQueryParameter['nodeId'] = nodeId;
|
|
602
|
+
}
|
|
603
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
604
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
605
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
606
|
+
return {
|
|
607
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
608
|
+
options: localVarRequestOptions,
|
|
609
|
+
};
|
|
610
|
+
}),
|
|
521
611
|
/**
|
|
522
612
|
* Get node properties.
|
|
523
613
|
* @param {string} nodeId
|
|
@@ -686,6 +776,39 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
686
776
|
options: localVarRequestOptions,
|
|
687
777
|
};
|
|
688
778
|
}),
|
|
779
|
+
/**
|
|
780
|
+
* Update node components.
|
|
781
|
+
* @param {V1UpdateNodeComponentsRequest} v1UpdateNodeComponentsRequest
|
|
782
|
+
* @param {*} [options] Override http request option.
|
|
783
|
+
* @throws {RequiredError}
|
|
784
|
+
*/
|
|
785
|
+
v1UpdateNodeComponents: (v1UpdateNodeComponentsRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
786
|
+
// verify required parameter 'v1UpdateNodeComponentsRequest' is not null or undefined
|
|
787
|
+
(0, common_1.assertParamExists)('v1UpdateNodeComponents', 'v1UpdateNodeComponentsRequest', v1UpdateNodeComponentsRequest);
|
|
788
|
+
const localVarPath = `/v1/node-components`;
|
|
789
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
790
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
791
|
+
let baseOptions;
|
|
792
|
+
if (configuration) {
|
|
793
|
+
baseOptions = configuration.baseOptions;
|
|
794
|
+
}
|
|
795
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
|
|
796
|
+
const localVarHeaderParameter = {};
|
|
797
|
+
const localVarQueryParameter = {};
|
|
798
|
+
// authentication Roles required
|
|
799
|
+
// authentication BearerToken required
|
|
800
|
+
// http bearer authentication required
|
|
801
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
802
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
803
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
804
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
805
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
806
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(v1UpdateNodeComponentsRequest, localVarRequestOptions, configuration);
|
|
807
|
+
return {
|
|
808
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
809
|
+
options: localVarRequestOptions,
|
|
810
|
+
};
|
|
811
|
+
}),
|
|
689
812
|
/**
|
|
690
813
|
* Update node metrics.
|
|
691
814
|
* @param {V1UpdateNodeMetricsRequest} v1UpdateNodeMetricsRequest
|
|
@@ -842,6 +965,18 @@ const DefaultApiFp = function (configuration) {
|
|
|
842
965
|
return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
|
|
843
966
|
});
|
|
844
967
|
},
|
|
968
|
+
/**
|
|
969
|
+
* Create node diagnostics.
|
|
970
|
+
* @param {Array<V1CreateNodeDiagnosticRequest>} v1CreateNodeDiagnosticRequest
|
|
971
|
+
* @param {*} [options] Override http request option.
|
|
972
|
+
* @throws {RequiredError}
|
|
973
|
+
*/
|
|
974
|
+
v1CreateNodeDiagnostics(v1CreateNodeDiagnosticRequest, options) {
|
|
975
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
976
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateNodeDiagnostics(v1CreateNodeDiagnosticRequest, options);
|
|
977
|
+
return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
|
|
978
|
+
});
|
|
979
|
+
},
|
|
845
980
|
/**
|
|
846
981
|
* Create an optical tube.
|
|
847
982
|
* @param {V1CreateOpticalTubeRequest} v1CreateOpticalTubeRequest
|
|
@@ -901,6 +1036,18 @@ const DefaultApiFp = function (configuration) {
|
|
|
901
1036
|
return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
|
|
902
1037
|
});
|
|
903
1038
|
},
|
|
1039
|
+
/**
|
|
1040
|
+
* Get node diagnostic tasks.
|
|
1041
|
+
* @param {string} nodeId
|
|
1042
|
+
* @param {*} [options] Override http request option.
|
|
1043
|
+
* @throws {RequiredError}
|
|
1044
|
+
*/
|
|
1045
|
+
v1GetNodeDiagnosticTasks(nodeId, options) {
|
|
1046
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1047
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetNodeDiagnosticTasks(nodeId, options);
|
|
1048
|
+
return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
|
|
1049
|
+
});
|
|
1050
|
+
},
|
|
904
1051
|
/**
|
|
905
1052
|
* Get node properties.
|
|
906
1053
|
* @param {string} nodeId
|
|
@@ -962,6 +1109,18 @@ const DefaultApiFp = function (configuration) {
|
|
|
962
1109
|
return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
|
|
963
1110
|
});
|
|
964
1111
|
},
|
|
1112
|
+
/**
|
|
1113
|
+
* Update node components.
|
|
1114
|
+
* @param {V1UpdateNodeComponentsRequest} v1UpdateNodeComponentsRequest
|
|
1115
|
+
* @param {*} [options] Override http request option.
|
|
1116
|
+
* @throws {RequiredError}
|
|
1117
|
+
*/
|
|
1118
|
+
v1UpdateNodeComponents(v1UpdateNodeComponentsRequest, options) {
|
|
1119
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1120
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1UpdateNodeComponents(v1UpdateNodeComponentsRequest, options);
|
|
1121
|
+
return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
|
|
1122
|
+
});
|
|
1123
|
+
},
|
|
965
1124
|
/**
|
|
966
1125
|
* Update node metrics.
|
|
967
1126
|
* @param {V1UpdateNodeMetricsRequest} v1UpdateNodeMetricsRequest
|
|
@@ -1050,6 +1209,15 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
1050
1209
|
v1CreateMount(requestParameters, options) {
|
|
1051
1210
|
return localVarFp.v1CreateMount(requestParameters.v1CreateMountRequest, options).then((request) => request(axios, basePath));
|
|
1052
1211
|
},
|
|
1212
|
+
/**
|
|
1213
|
+
* Create node diagnostics.
|
|
1214
|
+
* @param {DefaultApiV1CreateNodeDiagnosticsRequest} requestParameters Request parameters.
|
|
1215
|
+
* @param {*} [options] Override http request option.
|
|
1216
|
+
* @throws {RequiredError}
|
|
1217
|
+
*/
|
|
1218
|
+
v1CreateNodeDiagnostics(requestParameters, options) {
|
|
1219
|
+
return localVarFp.v1CreateNodeDiagnostics(requestParameters.v1CreateNodeDiagnosticRequest, options).then((request) => request(axios, basePath));
|
|
1220
|
+
},
|
|
1053
1221
|
/**
|
|
1054
1222
|
* Create an optical tube.
|
|
1055
1223
|
* @param {DefaultApiV1CreateOpticalTubeRequest} requestParameters Request parameters.
|
|
@@ -1094,6 +1262,15 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
1094
1262
|
v1GetMount(requestParameters, options) {
|
|
1095
1263
|
return localVarFp.v1GetMount(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
1096
1264
|
},
|
|
1265
|
+
/**
|
|
1266
|
+
* Get node diagnostic tasks.
|
|
1267
|
+
* @param {DefaultApiV1GetNodeDiagnosticTasksRequest} requestParameters Request parameters.
|
|
1268
|
+
* @param {*} [options] Override http request option.
|
|
1269
|
+
* @throws {RequiredError}
|
|
1270
|
+
*/
|
|
1271
|
+
v1GetNodeDiagnosticTasks(requestParameters, options) {
|
|
1272
|
+
return localVarFp.v1GetNodeDiagnosticTasks(requestParameters.nodeId, options).then((request) => request(axios, basePath));
|
|
1273
|
+
},
|
|
1097
1274
|
/**
|
|
1098
1275
|
* Get node properties.
|
|
1099
1276
|
* @param {DefaultApiV1GetNodePropertiesRequest} requestParameters Request parameters.
|
|
@@ -1138,6 +1315,15 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
1138
1315
|
v1OpticalTubeMatch(requestParameters = {}, options) {
|
|
1139
1316
|
return localVarFp.v1OpticalTubeMatch(requestParameters.model, requestParameters.focalLengthMm, requestParameters.apertureMm, options).then((request) => request(axios, basePath));
|
|
1140
1317
|
},
|
|
1318
|
+
/**
|
|
1319
|
+
* Update node components.
|
|
1320
|
+
* @param {DefaultApiV1UpdateNodeComponentsRequest} requestParameters Request parameters.
|
|
1321
|
+
* @param {*} [options] Override http request option.
|
|
1322
|
+
* @throws {RequiredError}
|
|
1323
|
+
*/
|
|
1324
|
+
v1UpdateNodeComponents(requestParameters, options) {
|
|
1325
|
+
return localVarFp.v1UpdateNodeComponents(requestParameters.v1UpdateNodeComponentsRequest, options).then((request) => request(axios, basePath));
|
|
1326
|
+
},
|
|
1141
1327
|
/**
|
|
1142
1328
|
* Update node metrics.
|
|
1143
1329
|
* @param {DefaultApiV1UpdateNodeMetricsRequest} requestParameters Request parameters.
|
|
@@ -1226,6 +1412,16 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
1226
1412
|
v1CreateMount(requestParameters, options) {
|
|
1227
1413
|
return (0, exports.DefaultApiFp)(this.configuration).v1CreateMount(requestParameters.v1CreateMountRequest, options).then((request) => request(this.axios, this.basePath));
|
|
1228
1414
|
}
|
|
1415
|
+
/**
|
|
1416
|
+
* Create node diagnostics.
|
|
1417
|
+
* @param {DefaultApiV1CreateNodeDiagnosticsRequest} requestParameters Request parameters.
|
|
1418
|
+
* @param {*} [options] Override http request option.
|
|
1419
|
+
* @throws {RequiredError}
|
|
1420
|
+
* @memberof DefaultApi
|
|
1421
|
+
*/
|
|
1422
|
+
v1CreateNodeDiagnostics(requestParameters, options) {
|
|
1423
|
+
return (0, exports.DefaultApiFp)(this.configuration).v1CreateNodeDiagnostics(requestParameters.v1CreateNodeDiagnosticRequest, options).then((request) => request(this.axios, this.basePath));
|
|
1424
|
+
}
|
|
1229
1425
|
/**
|
|
1230
1426
|
* Create an optical tube.
|
|
1231
1427
|
* @param {DefaultApiV1CreateOpticalTubeRequest} requestParameters Request parameters.
|
|
@@ -1275,6 +1471,16 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
1275
1471
|
v1GetMount(requestParameters, options) {
|
|
1276
1472
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetMount(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
1277
1473
|
}
|
|
1474
|
+
/**
|
|
1475
|
+
* Get node diagnostic tasks.
|
|
1476
|
+
* @param {DefaultApiV1GetNodeDiagnosticTasksRequest} requestParameters Request parameters.
|
|
1477
|
+
* @param {*} [options] Override http request option.
|
|
1478
|
+
* @throws {RequiredError}
|
|
1479
|
+
* @memberof DefaultApi
|
|
1480
|
+
*/
|
|
1481
|
+
v1GetNodeDiagnosticTasks(requestParameters, options) {
|
|
1482
|
+
return (0, exports.DefaultApiFp)(this.configuration).v1GetNodeDiagnosticTasks(requestParameters.nodeId, options).then((request) => request(this.axios, this.basePath));
|
|
1483
|
+
}
|
|
1278
1484
|
/**
|
|
1279
1485
|
* Get node properties.
|
|
1280
1486
|
* @param {DefaultApiV1GetNodePropertiesRequest} requestParameters Request parameters.
|
|
@@ -1324,6 +1530,16 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
1324
1530
|
v1OpticalTubeMatch(requestParameters = {}, options) {
|
|
1325
1531
|
return (0, exports.DefaultApiFp)(this.configuration).v1OpticalTubeMatch(requestParameters.model, requestParameters.focalLengthMm, requestParameters.apertureMm, options).then((request) => request(this.axios, this.basePath));
|
|
1326
1532
|
}
|
|
1533
|
+
/**
|
|
1534
|
+
* Update node components.
|
|
1535
|
+
* @param {DefaultApiV1UpdateNodeComponentsRequest} requestParameters Request parameters.
|
|
1536
|
+
* @param {*} [options] Override http request option.
|
|
1537
|
+
* @throws {RequiredError}
|
|
1538
|
+
* @memberof DefaultApi
|
|
1539
|
+
*/
|
|
1540
|
+
v1UpdateNodeComponents(requestParameters, options) {
|
|
1541
|
+
return (0, exports.DefaultApiFp)(this.configuration).v1UpdateNodeComponents(requestParameters.v1UpdateNodeComponentsRequest, options).then((request) => request(this.axios, this.basePath));
|
|
1542
|
+
}
|
|
1327
1543
|
/**
|
|
1328
1544
|
* Update node metrics.
|
|
1329
1545
|
* @param {DefaultApiV1UpdateNodeMetricsRequest} requestParameters Request parameters.
|
package/dist/base.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* OurSky Platform
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.3.
|
|
5
|
+
* The version of the OpenAPI document: 1.3.1892
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/base.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* OurSky Platform
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.3.
|
|
8
|
+
* The version of the OpenAPI document: 1.3.1892
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/common.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* OurSky Platform
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.3.
|
|
5
|
+
* The version of the OpenAPI document: 1.3.1892
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/common.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* OurSky Platform
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.3.
|
|
8
|
+
* The version of the OpenAPI document: 1.3.1892
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/configuration.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* OurSky Platform
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.3.
|
|
5
|
+
* The version of the OpenAPI document: 1.3.1892
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/configuration.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* OurSky Platform
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.3.
|
|
8
|
+
* The version of the OpenAPI document: 1.3.1892
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|