@ourskyai/platform-api 1.3.4692 → 1.3.4796
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 +431 -117
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +300 -72
- package/dist/api.js +206 -76
- 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 +300 -72
- package/dist/esm/api.js +205 -75
- 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/esm/api.js
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.4796
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -176,6 +176,7 @@ export const V1NodeComponentType = {
|
|
|
176
176
|
MOUNT: 'MOUNT',
|
|
177
177
|
OPTICAL_TUBE: 'OPTICAL_TUBE',
|
|
178
178
|
COMPUTER: 'COMPUTER',
|
|
179
|
+
SAFETY_MONITOR: 'SAFETY_MONITOR',
|
|
179
180
|
NODE: 'NODE'
|
|
180
181
|
};
|
|
181
182
|
/**
|
|
@@ -203,6 +204,8 @@ export const V1NodeDiagnosticType = {
|
|
|
203
204
|
CPU_USAGE_LAST_MINUTE_PCT: 'CPU_USAGE_LAST_MINUTE_PCT',
|
|
204
205
|
FOCUS_HFR_VALUES: 'FOCUS_HFR_VALUES',
|
|
205
206
|
HAS_FOCUSER: 'HAS_FOCUSER',
|
|
207
|
+
HAS_SAFETY_MONITOR: 'HAS_SAFETY_MONITOR',
|
|
208
|
+
SAFETY_STATUS: 'SAFETY_STATUS',
|
|
206
209
|
GNSS_CALIBRATION: 'GNSS_CALIBRATION',
|
|
207
210
|
SATELLITE_CALIBRATION: 'SATELLITE_CALIBRATION',
|
|
208
211
|
MOUNT_MODEL_CHECKED: 'MOUNT_MODEL_CHECKED',
|
|
@@ -217,6 +220,14 @@ export const V1NodeDiagnosticType = {
|
|
|
217
220
|
ASCOM_SECONDARY_REVERSED: 'ASCOM_SECONDARY_REVERSED',
|
|
218
221
|
ASCOM_CAN_TRACK_LEO: 'ASCOM_CAN_TRACK_LEO'
|
|
219
222
|
};
|
|
223
|
+
/**
|
|
224
|
+
*
|
|
225
|
+
* @export
|
|
226
|
+
* @enum {string}
|
|
227
|
+
*/
|
|
228
|
+
export const V1NodeEventType = {
|
|
229
|
+
V1_SAFETY_STATUS_UPDATED: 'V1_SAFETY_STATUS_UPDATED'
|
|
230
|
+
};
|
|
220
231
|
export const V1PlateSolveCatalogFileDownloadActionEnum = {
|
|
221
232
|
DOWNLOAD: 'DOWNLOAD',
|
|
222
233
|
DELETE: 'DELETE',
|
|
@@ -613,6 +624,39 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
613
624
|
options: localVarRequestOptions,
|
|
614
625
|
};
|
|
615
626
|
}),
|
|
627
|
+
/**
|
|
628
|
+
* Create node events
|
|
629
|
+
* @param {V1CreateNodeEventsRequest} v1CreateNodeEventsRequest
|
|
630
|
+
* @param {*} [options] Override http request option.
|
|
631
|
+
* @throws {RequiredError}
|
|
632
|
+
*/
|
|
633
|
+
v1CreateNodeEvents: (v1CreateNodeEventsRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
634
|
+
// verify required parameter 'v1CreateNodeEventsRequest' is not null or undefined
|
|
635
|
+
assertParamExists('v1CreateNodeEvents', 'v1CreateNodeEventsRequest', v1CreateNodeEventsRequest);
|
|
636
|
+
const localVarPath = `/v1/node-events`;
|
|
637
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
638
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
639
|
+
let baseOptions;
|
|
640
|
+
if (configuration) {
|
|
641
|
+
baseOptions = configuration.baseOptions;
|
|
642
|
+
}
|
|
643
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
644
|
+
const localVarHeaderParameter = {};
|
|
645
|
+
const localVarQueryParameter = {};
|
|
646
|
+
// authentication Roles required
|
|
647
|
+
// authentication BearerToken required
|
|
648
|
+
// http bearer authentication required
|
|
649
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
650
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
651
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
652
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
653
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
654
|
+
localVarRequestOptions.data = serializeDataIfNeeded(v1CreateNodeEventsRequest, localVarRequestOptions, configuration);
|
|
655
|
+
return {
|
|
656
|
+
url: toPathString(localVarUrlObj),
|
|
657
|
+
options: localVarRequestOptions,
|
|
658
|
+
};
|
|
659
|
+
}),
|
|
616
660
|
/**
|
|
617
661
|
* Create an optical tube.
|
|
618
662
|
* @param {V1CreateOpticalTubeRequest} v1CreateOpticalTubeRequest
|
|
@@ -743,17 +787,15 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
743
787
|
};
|
|
744
788
|
}),
|
|
745
789
|
/**
|
|
746
|
-
*
|
|
747
|
-
* @param {string}
|
|
748
|
-
* @param {string} [nodeId]
|
|
749
|
-
* @param {number} [lookbackDays]
|
|
790
|
+
* Get an image set.
|
|
791
|
+
* @param {string} id
|
|
750
792
|
* @param {*} [options] Override http request option.
|
|
751
793
|
* @throws {RequiredError}
|
|
752
794
|
*/
|
|
753
|
-
|
|
754
|
-
// verify required parameter '
|
|
755
|
-
assertParamExists('
|
|
756
|
-
const localVarPath = `/v1/
|
|
795
|
+
v1GetImageSet: (id, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
796
|
+
// verify required parameter 'id' is not null or undefined
|
|
797
|
+
assertParamExists('v1GetImageSet', 'id', id);
|
|
798
|
+
const localVarPath = `/v1/image-set`;
|
|
757
799
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
758
800
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
759
801
|
let baseOptions;
|
|
@@ -767,14 +809,8 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
767
809
|
// authentication BearerToken required
|
|
768
810
|
// http bearer authentication required
|
|
769
811
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
770
|
-
if (
|
|
771
|
-
localVarQueryParameter['
|
|
772
|
-
}
|
|
773
|
-
if (nodeId !== undefined) {
|
|
774
|
-
localVarQueryParameter['nodeId'] = nodeId;
|
|
775
|
-
}
|
|
776
|
-
if (lookbackDays !== undefined) {
|
|
777
|
-
localVarQueryParameter['lookbackDays'] = lookbackDays;
|
|
812
|
+
if (id !== undefined) {
|
|
813
|
+
localVarQueryParameter['id'] = id;
|
|
778
814
|
}
|
|
779
815
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
780
816
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -785,15 +821,15 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
785
821
|
};
|
|
786
822
|
}),
|
|
787
823
|
/**
|
|
788
|
-
* Get an image
|
|
789
|
-
* @param {string}
|
|
824
|
+
* Get an image.
|
|
825
|
+
* @param {string} imageId
|
|
790
826
|
* @param {*} [options] Override http request option.
|
|
791
827
|
* @throws {RequiredError}
|
|
792
828
|
*/
|
|
793
|
-
|
|
794
|
-
// verify required parameter '
|
|
795
|
-
assertParamExists('
|
|
796
|
-
const localVarPath = `/v1/image-set`;
|
|
829
|
+
v1GetImageSetImage: (imageId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
830
|
+
// verify required parameter 'imageId' is not null or undefined
|
|
831
|
+
assertParamExists('v1GetImageSetImage', 'imageId', imageId);
|
|
832
|
+
const localVarPath = `/v1/image-set-image`;
|
|
797
833
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
798
834
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
799
835
|
let baseOptions;
|
|
@@ -807,8 +843,8 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
807
843
|
// authentication BearerToken required
|
|
808
844
|
// http bearer authentication required
|
|
809
845
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
810
|
-
if (
|
|
811
|
-
localVarQueryParameter['
|
|
846
|
+
if (imageId !== undefined) {
|
|
847
|
+
localVarQueryParameter['imageId'] = imageId;
|
|
812
848
|
}
|
|
813
849
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
814
850
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -819,15 +855,48 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
819
855
|
};
|
|
820
856
|
}),
|
|
821
857
|
/**
|
|
822
|
-
* Get
|
|
823
|
-
* @param {
|
|
858
|
+
* Get instruction.
|
|
859
|
+
* @param {V1GetInstructionRequest} v1GetInstructionRequest
|
|
824
860
|
* @param {*} [options] Override http request option.
|
|
825
861
|
* @throws {RequiredError}
|
|
826
862
|
*/
|
|
827
|
-
|
|
828
|
-
// verify required parameter '
|
|
829
|
-
assertParamExists('
|
|
830
|
-
const localVarPath = `/v1/
|
|
863
|
+
v1GetInstruction: (v1GetInstructionRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
864
|
+
// verify required parameter 'v1GetInstructionRequest' is not null or undefined
|
|
865
|
+
assertParamExists('v1GetInstruction', 'v1GetInstructionRequest', v1GetInstructionRequest);
|
|
866
|
+
const localVarPath = `/v1/instruction`;
|
|
867
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
868
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
869
|
+
let baseOptions;
|
|
870
|
+
if (configuration) {
|
|
871
|
+
baseOptions = configuration.baseOptions;
|
|
872
|
+
}
|
|
873
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
|
|
874
|
+
const localVarHeaderParameter = {};
|
|
875
|
+
const localVarQueryParameter = {};
|
|
876
|
+
// authentication Roles required
|
|
877
|
+
// authentication BearerToken required
|
|
878
|
+
// http bearer authentication required
|
|
879
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
880
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
881
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
882
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
883
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
884
|
+
localVarRequestOptions.data = serializeDataIfNeeded(v1GetInstructionRequest, localVarRequestOptions, configuration);
|
|
885
|
+
return {
|
|
886
|
+
url: toPathString(localVarUrlObj),
|
|
887
|
+
options: localVarRequestOptions,
|
|
888
|
+
};
|
|
889
|
+
}),
|
|
890
|
+
/**
|
|
891
|
+
* Get the last instruction time and type for a specific node.
|
|
892
|
+
* @param {string} nodeId
|
|
893
|
+
* @param {*} [options] Override http request option.
|
|
894
|
+
* @throws {RequiredError}
|
|
895
|
+
*/
|
|
896
|
+
v1GetLastInstructionByNodeId: (nodeId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
897
|
+
// verify required parameter 'nodeId' is not null or undefined
|
|
898
|
+
assertParamExists('v1GetLastInstructionByNodeId', 'nodeId', nodeId);
|
|
899
|
+
const localVarPath = `/v1/instruction`;
|
|
831
900
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
832
901
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
833
902
|
let baseOptions;
|
|
@@ -841,8 +910,8 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
841
910
|
// authentication BearerToken required
|
|
842
911
|
// http bearer authentication required
|
|
843
912
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
844
|
-
if (
|
|
845
|
-
localVarQueryParameter['
|
|
913
|
+
if (nodeId !== undefined) {
|
|
914
|
+
localVarQueryParameter['nodeId'] = nodeId;
|
|
846
915
|
}
|
|
847
916
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
848
917
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -853,33 +922,34 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
853
922
|
};
|
|
854
923
|
}),
|
|
855
924
|
/**
|
|
856
|
-
* Get
|
|
857
|
-
* @param {
|
|
925
|
+
* Get the latest HFR value for a specific node by its ID
|
|
926
|
+
* @param {string} nodeId
|
|
858
927
|
* @param {*} [options] Override http request option.
|
|
859
928
|
* @throws {RequiredError}
|
|
860
929
|
*/
|
|
861
|
-
|
|
862
|
-
// verify required parameter '
|
|
863
|
-
assertParamExists('
|
|
864
|
-
const localVarPath = `/v1/
|
|
930
|
+
v1GetLatestHfr: (nodeId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
931
|
+
// verify required parameter 'nodeId' is not null or undefined
|
|
932
|
+
assertParamExists('v1GetLatestHfr', 'nodeId', nodeId);
|
|
933
|
+
const localVarPath = `/v1/autofocus`;
|
|
865
934
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
866
935
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
867
936
|
let baseOptions;
|
|
868
937
|
if (configuration) {
|
|
869
938
|
baseOptions = configuration.baseOptions;
|
|
870
939
|
}
|
|
871
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: '
|
|
940
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
872
941
|
const localVarHeaderParameter = {};
|
|
873
942
|
const localVarQueryParameter = {};
|
|
874
943
|
// authentication Roles required
|
|
875
944
|
// authentication BearerToken required
|
|
876
945
|
// http bearer authentication required
|
|
877
946
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
878
|
-
|
|
947
|
+
if (nodeId !== undefined) {
|
|
948
|
+
localVarQueryParameter['nodeId'] = nodeId;
|
|
949
|
+
}
|
|
879
950
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
880
951
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
881
952
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
882
|
-
localVarRequestOptions.data = serializeDataIfNeeded(v1GetInstructionRequest, localVarRequestOptions, configuration);
|
|
883
953
|
return {
|
|
884
954
|
url: toPathString(localVarUrlObj),
|
|
885
955
|
options: localVarRequestOptions,
|
|
@@ -1571,6 +1641,18 @@ export const DefaultApiFp = function (configuration) {
|
|
|
1571
1641
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
1572
1642
|
});
|
|
1573
1643
|
},
|
|
1644
|
+
/**
|
|
1645
|
+
* Create node events
|
|
1646
|
+
* @param {V1CreateNodeEventsRequest} v1CreateNodeEventsRequest
|
|
1647
|
+
* @param {*} [options] Override http request option.
|
|
1648
|
+
* @throws {RequiredError}
|
|
1649
|
+
*/
|
|
1650
|
+
v1CreateNodeEvents(v1CreateNodeEventsRequest, options) {
|
|
1651
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1652
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateNodeEvents(v1CreateNodeEventsRequest, options);
|
|
1653
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
1654
|
+
});
|
|
1655
|
+
},
|
|
1574
1656
|
/**
|
|
1575
1657
|
* Create an optical tube.
|
|
1576
1658
|
* @param {V1CreateOpticalTubeRequest} v1CreateOpticalTubeRequest
|
|
@@ -1618,20 +1700,6 @@ export const DefaultApiFp = function (configuration) {
|
|
|
1618
1700
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
1619
1701
|
});
|
|
1620
1702
|
},
|
|
1621
|
-
/**
|
|
1622
|
-
* Create an embedding URL for a dashboard or question
|
|
1623
|
-
* @param {string} questionType
|
|
1624
|
-
* @param {string} [nodeId]
|
|
1625
|
-
* @param {number} [lookbackDays]
|
|
1626
|
-
* @param {*} [options] Override http request option.
|
|
1627
|
-
* @throws {RequiredError}
|
|
1628
|
-
*/
|
|
1629
|
-
v1GetEmbeddedQueryUrl(questionType, nodeId, lookbackDays, options) {
|
|
1630
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
1631
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetEmbeddedQueryUrl(questionType, nodeId, lookbackDays, options);
|
|
1632
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
1633
|
-
});
|
|
1634
|
-
},
|
|
1635
1703
|
/**
|
|
1636
1704
|
* Get an image set.
|
|
1637
1705
|
* @param {string} id
|
|
@@ -1668,6 +1736,30 @@ export const DefaultApiFp = function (configuration) {
|
|
|
1668
1736
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
1669
1737
|
});
|
|
1670
1738
|
},
|
|
1739
|
+
/**
|
|
1740
|
+
* Get the last instruction time and type for a specific node.
|
|
1741
|
+
* @param {string} nodeId
|
|
1742
|
+
* @param {*} [options] Override http request option.
|
|
1743
|
+
* @throws {RequiredError}
|
|
1744
|
+
*/
|
|
1745
|
+
v1GetLastInstructionByNodeId(nodeId, options) {
|
|
1746
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1747
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetLastInstructionByNodeId(nodeId, options);
|
|
1748
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
1749
|
+
});
|
|
1750
|
+
},
|
|
1751
|
+
/**
|
|
1752
|
+
* Get the latest HFR value for a specific node by its ID
|
|
1753
|
+
* @param {string} nodeId
|
|
1754
|
+
* @param {*} [options] Override http request option.
|
|
1755
|
+
* @throws {RequiredError}
|
|
1756
|
+
*/
|
|
1757
|
+
v1GetLatestHfr(nodeId, options) {
|
|
1758
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1759
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetLatestHfr(nodeId, options);
|
|
1760
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
1761
|
+
});
|
|
1762
|
+
},
|
|
1671
1763
|
/**
|
|
1672
1764
|
* Get a mount.
|
|
1673
1765
|
* @param {string} id
|
|
@@ -1969,6 +2061,15 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
1969
2061
|
v1CreateNodeDiagnostics(requestParameters, options) {
|
|
1970
2062
|
return localVarFp.v1CreateNodeDiagnostics(requestParameters.v1CreateNodeDiagnosticsRequest, options).then((request) => request(axios, basePath));
|
|
1971
2063
|
},
|
|
2064
|
+
/**
|
|
2065
|
+
* Create node events
|
|
2066
|
+
* @param {DefaultApiV1CreateNodeEventsRequest} requestParameters Request parameters.
|
|
2067
|
+
* @param {*} [options] Override http request option.
|
|
2068
|
+
* @throws {RequiredError}
|
|
2069
|
+
*/
|
|
2070
|
+
v1CreateNodeEvents(requestParameters, options) {
|
|
2071
|
+
return localVarFp.v1CreateNodeEvents(requestParameters.v1CreateNodeEventsRequest, options).then((request) => request(axios, basePath));
|
|
2072
|
+
},
|
|
1972
2073
|
/**
|
|
1973
2074
|
* Create an optical tube.
|
|
1974
2075
|
* @param {DefaultApiV1CreateOpticalTubeRequest} requestParameters Request parameters.
|
|
@@ -2004,15 +2105,6 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
2004
2105
|
v1GetCameras(options) {
|
|
2005
2106
|
return localVarFp.v1GetCameras(options).then((request) => request(axios, basePath));
|
|
2006
2107
|
},
|
|
2007
|
-
/**
|
|
2008
|
-
* Create an embedding URL for a dashboard or question
|
|
2009
|
-
* @param {DefaultApiV1GetEmbeddedQueryUrlRequest} requestParameters Request parameters.
|
|
2010
|
-
* @param {*} [options] Override http request option.
|
|
2011
|
-
* @throws {RequiredError}
|
|
2012
|
-
*/
|
|
2013
|
-
v1GetEmbeddedQueryUrl(requestParameters, options) {
|
|
2014
|
-
return localVarFp.v1GetEmbeddedQueryUrl(requestParameters.questionType, requestParameters.nodeId, requestParameters.lookbackDays, options).then((request) => request(axios, basePath));
|
|
2015
|
-
},
|
|
2016
2108
|
/**
|
|
2017
2109
|
* Get an image set.
|
|
2018
2110
|
* @param {DefaultApiV1GetImageSetRequest} requestParameters Request parameters.
|
|
@@ -2040,6 +2132,24 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
2040
2132
|
v1GetInstruction(requestParameters, options) {
|
|
2041
2133
|
return localVarFp.v1GetInstruction(requestParameters.v1GetInstructionRequest, options).then((request) => request(axios, basePath));
|
|
2042
2134
|
},
|
|
2135
|
+
/**
|
|
2136
|
+
* Get the last instruction time and type for a specific node.
|
|
2137
|
+
* @param {DefaultApiV1GetLastInstructionByNodeIdRequest} requestParameters Request parameters.
|
|
2138
|
+
* @param {*} [options] Override http request option.
|
|
2139
|
+
* @throws {RequiredError}
|
|
2140
|
+
*/
|
|
2141
|
+
v1GetLastInstructionByNodeId(requestParameters, options) {
|
|
2142
|
+
return localVarFp.v1GetLastInstructionByNodeId(requestParameters.nodeId, options).then((request) => request(axios, basePath));
|
|
2143
|
+
},
|
|
2144
|
+
/**
|
|
2145
|
+
* Get the latest HFR value for a specific node by its ID
|
|
2146
|
+
* @param {DefaultApiV1GetLatestHfrRequest} requestParameters Request parameters.
|
|
2147
|
+
* @param {*} [options] Override http request option.
|
|
2148
|
+
* @throws {RequiredError}
|
|
2149
|
+
*/
|
|
2150
|
+
v1GetLatestHfr(requestParameters, options) {
|
|
2151
|
+
return localVarFp.v1GetLatestHfr(requestParameters.nodeId, options).then((request) => request(axios, basePath));
|
|
2152
|
+
},
|
|
2043
2153
|
/**
|
|
2044
2154
|
* Get a mount.
|
|
2045
2155
|
* @param {DefaultApiV1GetMountRequest} requestParameters Request parameters.
|
|
@@ -2301,6 +2411,16 @@ export class DefaultApi extends BaseAPI {
|
|
|
2301
2411
|
v1CreateNodeDiagnostics(requestParameters, options) {
|
|
2302
2412
|
return DefaultApiFp(this.configuration).v1CreateNodeDiagnostics(requestParameters.v1CreateNodeDiagnosticsRequest, options).then((request) => request(this.axios, this.basePath));
|
|
2303
2413
|
}
|
|
2414
|
+
/**
|
|
2415
|
+
* Create node events
|
|
2416
|
+
* @param {DefaultApiV1CreateNodeEventsRequest} requestParameters Request parameters.
|
|
2417
|
+
* @param {*} [options] Override http request option.
|
|
2418
|
+
* @throws {RequiredError}
|
|
2419
|
+
* @memberof DefaultApi
|
|
2420
|
+
*/
|
|
2421
|
+
v1CreateNodeEvents(requestParameters, options) {
|
|
2422
|
+
return DefaultApiFp(this.configuration).v1CreateNodeEvents(requestParameters.v1CreateNodeEventsRequest, options).then((request) => request(this.axios, this.basePath));
|
|
2423
|
+
}
|
|
2304
2424
|
/**
|
|
2305
2425
|
* Create an optical tube.
|
|
2306
2426
|
* @param {DefaultApiV1CreateOpticalTubeRequest} requestParameters Request parameters.
|
|
@@ -2340,16 +2460,6 @@ export class DefaultApi extends BaseAPI {
|
|
|
2340
2460
|
v1GetCameras(options) {
|
|
2341
2461
|
return DefaultApiFp(this.configuration).v1GetCameras(options).then((request) => request(this.axios, this.basePath));
|
|
2342
2462
|
}
|
|
2343
|
-
/**
|
|
2344
|
-
* Create an embedding URL for a dashboard or question
|
|
2345
|
-
* @param {DefaultApiV1GetEmbeddedQueryUrlRequest} requestParameters Request parameters.
|
|
2346
|
-
* @param {*} [options] Override http request option.
|
|
2347
|
-
* @throws {RequiredError}
|
|
2348
|
-
* @memberof DefaultApi
|
|
2349
|
-
*/
|
|
2350
|
-
v1GetEmbeddedQueryUrl(requestParameters, options) {
|
|
2351
|
-
return DefaultApiFp(this.configuration).v1GetEmbeddedQueryUrl(requestParameters.questionType, requestParameters.nodeId, requestParameters.lookbackDays, options).then((request) => request(this.axios, this.basePath));
|
|
2352
|
-
}
|
|
2353
2463
|
/**
|
|
2354
2464
|
* Get an image set.
|
|
2355
2465
|
* @param {DefaultApiV1GetImageSetRequest} requestParameters Request parameters.
|
|
@@ -2380,6 +2490,26 @@ export class DefaultApi extends BaseAPI {
|
|
|
2380
2490
|
v1GetInstruction(requestParameters, options) {
|
|
2381
2491
|
return DefaultApiFp(this.configuration).v1GetInstruction(requestParameters.v1GetInstructionRequest, options).then((request) => request(this.axios, this.basePath));
|
|
2382
2492
|
}
|
|
2493
|
+
/**
|
|
2494
|
+
* Get the last instruction time and type for a specific node.
|
|
2495
|
+
* @param {DefaultApiV1GetLastInstructionByNodeIdRequest} requestParameters Request parameters.
|
|
2496
|
+
* @param {*} [options] Override http request option.
|
|
2497
|
+
* @throws {RequiredError}
|
|
2498
|
+
* @memberof DefaultApi
|
|
2499
|
+
*/
|
|
2500
|
+
v1GetLastInstructionByNodeId(requestParameters, options) {
|
|
2501
|
+
return DefaultApiFp(this.configuration).v1GetLastInstructionByNodeId(requestParameters.nodeId, options).then((request) => request(this.axios, this.basePath));
|
|
2502
|
+
}
|
|
2503
|
+
/**
|
|
2504
|
+
* Get the latest HFR value for a specific node by its ID
|
|
2505
|
+
* @param {DefaultApiV1GetLatestHfrRequest} requestParameters Request parameters.
|
|
2506
|
+
* @param {*} [options] Override http request option.
|
|
2507
|
+
* @throws {RequiredError}
|
|
2508
|
+
* @memberof DefaultApi
|
|
2509
|
+
*/
|
|
2510
|
+
v1GetLatestHfr(requestParameters, options) {
|
|
2511
|
+
return DefaultApiFp(this.configuration).v1GetLatestHfr(requestParameters.nodeId, options).then((request) => request(this.axios, this.basePath));
|
|
2512
|
+
}
|
|
2383
2513
|
/**
|
|
2384
2514
|
* Get a mount.
|
|
2385
2515
|
* @param {DefaultApiV1GetMountRequest} requestParameters Request parameters.
|
package/dist/esm/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.4796
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/base.js
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.4796
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/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.4796
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/common.js
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.4796
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -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.4796
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -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.4796
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/index.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.4796
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/index.js
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.4796
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/index.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.4796
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/index.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.4796
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/index.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.4796
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|