@ourskyai/platform-api 1.3.8815 → 1.4.118
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/.openapi-generator/FILES +160 -0
- package/.openapi-generator/VERSION +1 -1
- package/README.md +265 -4
- package/api.ts +1568 -5774
- package/base.ts +14 -24
- package/common.ts +20 -44
- package/configuration.ts +37 -17
- package/dist/api.d.ts +978 -5071
- package/dist/api.js +968 -1150
- package/dist/base.d.ts +11 -23
- package/dist/base.js +5 -18
- package/dist/common.d.ts +6 -37
- package/dist/common.js +18 -40
- package/dist/configuration.d.ts +30 -15
- package/dist/configuration.js +5 -3
- package/dist/esm/api.d.ts +978 -5071
- package/dist/esm/api.js +968 -1150
- package/dist/esm/base.d.ts +11 -23
- package/dist/esm/base.js +4 -17
- package/dist/esm/common.d.ts +6 -37
- package/dist/esm/common.js +16 -39
- package/dist/esm/configuration.d.ts +30 -15
- package/dist/esm/configuration.js +5 -3
- 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/docs/CameraMode.md +10 -0
- package/docs/DefaultApi.md +3904 -0
- package/docs/EmptySuccess.md +20 -0
- package/docs/FilterType.md +60 -0
- package/docs/FitsHeader.md +22 -0
- package/docs/ImageSetType.md +24 -0
- package/docs/Location.md +25 -0
- package/docs/MetricType.md +14 -0
- package/docs/ModelType.md +10 -0
- package/docs/MountGeometry.md +10 -0
- package/docs/MountType.md +10 -0
- package/docs/NetworkInterface.md +15 -0
- package/docs/NodeState.md +20 -0
- package/docs/OrbitType.md +42 -0
- package/docs/PKICertificate.md +30 -0
- package/docs/PlateSolveParameters.md +26 -0
- package/docs/ShutterType.md +10 -0
- package/docs/StreakExtractionSource.md +35 -0
- package/docs/SuccessfulCreate.md +20 -0
- package/docs/TrackingType.md +12 -0
- package/docs/UploadPriority.md +10 -0
- package/docs/V1AccessToken.md +43 -0
- package/docs/V1AccessTokenType.md +12 -0
- package/docs/V1AllSkyCameraConfig.md +22 -0
- package/docs/V1AllSkyImageForImage.md +28 -0
- package/docs/V1AllSkyPrediction.md +30 -0
- package/docs/V1AllSkyPredictionLabel.md +16 -0
- package/docs/V1ApexChartsTimeline.md +20 -0
- package/docs/V1ApexChartsTimelineElement.md +24 -0
- package/docs/V1AssetSize.md +10 -0
- package/docs/V1AutoFocusInstruction.md +23 -0
- package/docs/V1AutoFocusInstructionCoordinatesInner.md +23 -0
- package/docs/V1BlackoutBox.md +26 -0
- package/docs/V1Camera.md +47 -0
- package/docs/V1CameraRollImage.md +34 -0
- package/docs/V1ClientToken.md +22 -0
- package/docs/V1CompleteNodeControllerCrashReportRequest.md +20 -0
- package/docs/V1CompleteNodeFlareRequest.md +20 -0
- package/docs/V1CompleteObservationRequest.md +20 -0
- package/docs/V1CreateAllSkyPredictionRequest.md +24 -0
- package/docs/V1CreateAutofocusResultRequest.md +28 -0
- package/docs/V1CreateImageMetadataRequest.md +26 -0
- package/docs/V1CreateImageSetImageRequest.md +32 -0
- package/docs/V1CreateImageSetImageResponse.md +23 -0
- package/docs/V1CreateImageSetImageUploadUrlRequest.md +26 -0
- package/docs/V1CreateImageSetImageUploadUrlResponse.md +20 -0
- package/docs/V1CreateImageSetRequest.md +28 -0
- package/docs/V1CreateNodeControllerArtifactRequest.md +20 -0
- package/docs/V1CreateNodeControllerCrashReportRequest.md +37 -0
- package/docs/V1CreateNodeControllerCrashReportResponse.md +22 -0
- package/docs/V1CreateNodeDiagnostic.md +28 -0
- package/docs/V1CreateNodeDiagnosticsRequest.md +22 -0
- package/docs/V1CreateNodeEvent.md +24 -0
- package/docs/V1CreateNodeEventsRequest.md +22 -0
- package/docs/V1CreateNodeFlareRequest.md +22 -0
- package/docs/V1CreateNodeFlareResponse.md +22 -0
- package/docs/V1CreateNodeRequest.md +37 -0
- package/docs/V1CreateProcessedImageSetImageRequest.md +67 -0
- package/docs/V1CreateTimeWindowedAssetRequest.md +34 -0
- package/docs/V1CreateTimeWindowedAssetResponse.md +22 -0
- package/docs/V1DataSource.md +10 -0
- package/docs/V1DiagnosticInstruction.md +21 -0
- package/docs/V1DisableDebugServices.md +22 -0
- package/docs/V1DurationMeasured.md +24 -0
- package/docs/V1ElevationMaskPoint.md +25 -0
- package/docs/V1EnableAutonomousOperation.md +22 -0
- package/docs/V1EnableDebugServices.md +26 -0
- package/docs/V1EnableManualOperation.md +22 -0
- package/docs/V1FileType.md +8 -0
- package/docs/V1Focuser.md +27 -0
- package/docs/V1GainCurve.md +25 -0
- package/docs/V1GainCurvePoint.md +22 -0
- package/docs/V1GenerateEdgeTokenResponse.md +22 -0
- package/docs/V1GetInstructionRequest.md +28 -0
- package/docs/V1GetInstructionRequestUploadHealth.md +24 -0
- package/docs/V1GetNodeCommandsResponse.md +20 -0
- package/docs/V1GetNodes.md +20 -0
- package/docs/V1GetOrCreateCameraRequest.md +60 -0
- package/docs/V1GetOrCreateFocuserRequest.md +24 -0
- package/docs/V1GetOrCreateMountRequest.md +24 -0
- package/docs/V1GetPlateSolveCatalogDiffRequest.md +20 -0
- package/docs/V1GetSuntimesResponse.md +36 -0
- package/docs/V1HFRStar.md +25 -0
- package/docs/V1ImageFileType.md +10 -0
- package/docs/V1ImageMetadata.md +32 -0
- package/docs/V1ImageRejectionReason.md +64 -0
- package/docs/V1ImageSet.md +43 -0
- package/docs/V1ImageSetImage.md +77 -0
- package/docs/V1ImageSetImageDot.md +45 -0
- package/docs/V1ImageSetImageStreak.md +57 -0
- package/docs/V1Instruction.md +31 -0
- package/docs/V1JobStatus.md +16 -0
- package/docs/V1LastInstructionResponse.md +24 -0
- package/docs/V1LatestHfrResponse.md +24 -0
- package/docs/V1LogRecorded.md +20 -0
- package/docs/V1MLModel.md +30 -0
- package/docs/V1MatchedStar.md +39 -0
- package/docs/V1Metric.md +30 -0
- package/docs/V1Mount.md +23 -0
- package/docs/V1Node.md +59 -0
- package/docs/V1NodeCommand.md +34 -0
- package/docs/V1NodeComponentType.md +34 -0
- package/docs/V1NodeConfigBody.md +20 -0
- package/docs/V1NodeConfigKeyMetadata.md +26 -0
- package/docs/V1NodeConfigScopeType.md +12 -0
- package/docs/V1NodeController.md +36 -0
- package/docs/V1NodeControllerArtifact.md +20 -0
- package/docs/V1NodeControllerBootstrapRequest.md +20 -0
- package/docs/V1NodeControllerIssueCertificateResponse.md +32 -0
- package/docs/V1NodeControllerIssueCertificateResponseRsaKeyPair.md +24 -0
- package/docs/V1NodeControllerMacAddressesInner.md +22 -0
- package/docs/V1NodeControllerStatus.md +13 -0
- package/docs/V1NodeDiagnosticType.md +80 -0
- package/docs/V1NodeEventType.md +32 -0
- package/docs/V1NodeFlare.md +25 -0
- package/docs/V1NodeWithLocation.md +23 -0
- package/docs/V1OAuthAuthorizeRequest.md +26 -0
- package/docs/V1OAuthAuthorizeResponse.md +20 -0
- package/docs/V1OAuthTokenRequest.md +24 -0
- package/docs/V1OAuthTokenResponse.md +22 -0
- package/docs/V1OTAEncryptionRequestLatest.md +20 -0
- package/docs/V1OTAEncryptionResult.md +30 -0
- package/docs/V1ObservationInstruction.md +79 -0
- package/docs/V1ObservationInstructionAscomAxisRates.md +35 -0
- package/docs/V1ObservationInstructionSatellitePassEphemerisInner.md +25 -0
- package/docs/V1ObservationMetrics.md +30 -0
- package/docs/V1OpticalTube.md +27 -0
- package/docs/V1PixelCoordinates.md +23 -0
- package/docs/V1PlateSolveCatalogFile.md +22 -0
- package/docs/V1PlateSolveCatalogFileDownload.md +26 -0
- package/docs/V1PlateSolveResult.md +40 -0
- package/docs/V1PlateSolveStatus.md +12 -0
- package/docs/V1PredictedStreakLocation.md +26 -0
- package/docs/V1PrincipalRoleType.md +20 -0
- package/docs/V1ProductRevision.md +12 -0
- package/docs/V1ReadNoisePoint.md +22 -0
- package/docs/V1RebootSystem.md +22 -0
- package/docs/V1RefreshCertificateRequest.md +20 -0
- package/docs/V1RegisterNodeControllerRequest.md +24 -0
- package/docs/V1RequestMacAddressesRequest.md +22 -0
- package/docs/V1RequestMacAddressesResponse.md +20 -0
- package/docs/V1RequestMacAddressesResponseMacAddressesInner.md +22 -0
- package/docs/V1ResolvedInstruction.md +85 -0
- package/docs/V1SIPCoefficients.md +40 -0
- package/docs/V1SafetyStatusUpdated.md +20 -0
- package/docs/V1SendFlare.md +40 -0
- package/docs/V1SetupAction.md +23 -0
- package/docs/V1SoftwarePackageType.md +8 -0
- package/docs/V1SoftwareRelease.md +34 -0
- package/docs/V1SoftwareRuntimeEnvironmentType.md +9 -0
- package/docs/V1SystemVariant.md +34 -0
- package/docs/V1TerrestrialDownlinkInstruction.md +33 -0
- package/docs/V1TimeWindowedAsset.md +37 -0
- package/docs/V1TimeWindowedAssetType.md +10 -0
- package/docs/V1Transformation.md +77 -0
- package/docs/V1UpdateNodeRequest.md +51 -0
- package/docs/V1VideoModeFramerateProperty.md +28 -0
- package/docs/V2CompleteObservationRequest.md +24 -0
- package/docs/V2NodeControllerIssueCertificateResponse.md +22 -0
- package/docs/V2UpdateNodeRequest.md +43 -0
- package/index.ts +1 -1
- package/package.json +4 -4
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.
|
|
8
|
+
* The version of the OpenAPI document: 1.4.118
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -22,27 +22,17 @@ 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.V1TimeWindowedAssetType = exports.V1SoftwareRuntimeEnvironmentType = exports.V1SoftwarePackageType = exports.V1PlateSolveCatalogFileDownloadActionEnum = exports.V1NodeEventType = exports.V1NodeDiagnosticType = exports.V1NodeControllerStatus = exports.V1NodeConfigScopeType = exports.V1NodeComponentType = exports.V1JobStatus = exports.V1ImageRejectionReason = exports.V1ImageFileType = exports.V1FileType = exports.V1AssetSize = exports.V1AllSkyPredictionLabel = exports.UploadPriority = exports.TrackingType = exports.
|
|
25
|
+
exports.DefaultApi = exports.DefaultApiFactory = exports.DefaultApiFp = exports.DefaultApiAxiosParamCreator = exports.V1TimeWindowedAssetType = exports.V1SystemVariant = exports.V1SoftwareRuntimeEnvironmentType = exports.V1SoftwarePackageType = exports.V1ProductRevision = exports.V1PrincipalRoleType = exports.V1PlateSolveStatus = exports.V1PlateSolveCatalogFileDownloadActionEnum = exports.V1OAuthTokenRequestGrantTypeEnum = exports.V1NodeEventType = exports.V1NodeDiagnosticType = exports.V1NodeControllerStatus = exports.V1NodeConfigScopeType = exports.V1NodeComponentType = exports.V1JobStatus = exports.V1ImageRejectionReason = exports.V1ImageFileType = exports.V1FileType = exports.V1DataSource = exports.V1AssetSize = exports.V1AllSkyPredictionLabel = exports.V1AccessTokenType = exports.UploadPriority = exports.TrackingType = exports.StreakExtractionSource = exports.ShutterType = exports.OrbitType = exports.NodeState = exports.NetworkInterface = exports.MountType = exports.MountGeometry = exports.ModelType = exports.MetricType = exports.ImageSetType = 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
|
|
29
29
|
const common_1 = require("./common");
|
|
30
30
|
// @ts-ignore
|
|
31
31
|
const base_1 = require("./base");
|
|
32
|
-
/**
|
|
33
|
-
*
|
|
34
|
-
* @export
|
|
35
|
-
* @enum {string}
|
|
36
|
-
*/
|
|
37
32
|
exports.CameraMode = {
|
|
38
33
|
VIDEO: 'VIDEO',
|
|
39
34
|
SINGLE: 'SINGLE'
|
|
40
35
|
};
|
|
41
|
-
/**
|
|
42
|
-
*
|
|
43
|
-
* @export
|
|
44
|
-
* @enum {string}
|
|
45
|
-
*/
|
|
46
36
|
exports.FilterType = {
|
|
47
37
|
NONE: 'NONE',
|
|
48
38
|
RED: 'RED',
|
|
@@ -72,51 +62,37 @@ exports.FilterType = {
|
|
|
72
62
|
DARK: 'DARK',
|
|
73
63
|
OTHER: 'OTHER'
|
|
74
64
|
};
|
|
75
|
-
/**
|
|
76
|
-
*
|
|
77
|
-
* @export
|
|
78
|
-
* @enum {string}
|
|
79
|
-
*/
|
|
80
65
|
exports.ImageSetType = {
|
|
81
66
|
ASTRONOMICAL: 'ASTRONOMICAL',
|
|
82
67
|
EARTH_ORBITAL: 'EARTH_ORBITAL',
|
|
83
68
|
GNSS_CALIBRATION: 'GNSS_CALIBRATION',
|
|
84
69
|
SATELLITE_CALIBRATION: 'SATELLITE_CALIBRATION',
|
|
85
|
-
|
|
70
|
+
WAVEFRONT_SENSOR_FACTORY_CALIBRATION: 'WAVEFRONT_SENSOR_FACTORY_CALIBRATION',
|
|
71
|
+
ALL_SKY: 'ALL_SKY',
|
|
72
|
+
THERMAL: 'THERMAL',
|
|
73
|
+
STACKED_ASTRONOMICAL: 'STACKED_ASTRONOMICAL',
|
|
74
|
+
TERRESTRIAL_DOWNLINK: 'TERRESTRIAL_DOWNLINK'
|
|
86
75
|
};
|
|
87
|
-
/**
|
|
88
|
-
*
|
|
89
|
-
* @export
|
|
90
|
-
* @enum {string}
|
|
91
|
-
*/
|
|
92
76
|
exports.MetricType = {
|
|
93
77
|
COUNT: 'COUNT',
|
|
94
78
|
DISTRIBUTION: 'DISTRIBUTION',
|
|
95
79
|
GAUGE: 'GAUGE',
|
|
96
80
|
EVENT: 'EVENT'
|
|
97
81
|
};
|
|
98
|
-
/**
|
|
99
|
-
*
|
|
100
|
-
* @export
|
|
101
|
-
* @enum {string}
|
|
102
|
-
*/
|
|
103
82
|
exports.ModelType = {
|
|
104
83
|
STREAK_MODEL: 'STREAK_MODEL',
|
|
105
84
|
ALLSKY_MODEL: 'ALLSKY_MODEL'
|
|
106
85
|
};
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
*/
|
|
86
|
+
exports.MountGeometry = {
|
|
87
|
+
ALT_AZ: 'ALT_AZ',
|
|
88
|
+
EQUATORIAL: 'EQUATORIAL'
|
|
89
|
+
};
|
|
112
90
|
exports.MountType = {
|
|
113
91
|
ALT_AZ: 'ALT_AZ',
|
|
114
92
|
EQUITORIAL: 'EQUITORIAL'
|
|
115
93
|
};
|
|
116
94
|
/**
|
|
117
95
|
* Network interface types
|
|
118
|
-
* @export
|
|
119
|
-
* @enum {string}
|
|
120
96
|
*/
|
|
121
97
|
exports.NetworkInterface = {
|
|
122
98
|
ETH0: 'eth0',
|
|
@@ -124,11 +100,6 @@ exports.NetworkInterface = {
|
|
|
124
100
|
ETH2: 'eth2',
|
|
125
101
|
WLAN0: 'wlan0'
|
|
126
102
|
};
|
|
127
|
-
/**
|
|
128
|
-
*
|
|
129
|
-
* @export
|
|
130
|
-
* @enum {string}
|
|
131
|
-
*/
|
|
132
103
|
exports.NodeState = {
|
|
133
104
|
READY: 'READY',
|
|
134
105
|
PENDING: 'PENDING',
|
|
@@ -138,23 +109,6 @@ exports.NodeState = {
|
|
|
138
109
|
SUPERSEDED: 'SUPERSEDED',
|
|
139
110
|
DECOMMISSIONED: 'DECOMMISSIONED'
|
|
140
111
|
};
|
|
141
|
-
/**
|
|
142
|
-
*
|
|
143
|
-
* @export
|
|
144
|
-
* @enum {string}
|
|
145
|
-
*/
|
|
146
|
-
exports.OpticalTubeType = {
|
|
147
|
-
NEWTONIAN: 'NEWTONIAN',
|
|
148
|
-
SCT: 'SCT',
|
|
149
|
-
MCT: 'MCT',
|
|
150
|
-
RC: 'RC',
|
|
151
|
-
REFRACTOR: 'REFRACTOR'
|
|
152
|
-
};
|
|
153
|
-
/**
|
|
154
|
-
*
|
|
155
|
-
* @export
|
|
156
|
-
* @enum {string}
|
|
157
|
-
*/
|
|
158
112
|
exports.OrbitType = {
|
|
159
113
|
GEOSTATIONARY: 'GEOSTATIONARY',
|
|
160
114
|
GEOSYNCHRONOUS: 'GEOSYNCHRONOUS',
|
|
@@ -175,39 +129,43 @@ exports.OrbitType = {
|
|
|
175
129
|
NSO: 'NSO',
|
|
176
130
|
UFO: 'UFO'
|
|
177
131
|
};
|
|
178
|
-
/**
|
|
179
|
-
*
|
|
180
|
-
* @export
|
|
181
|
-
* @enum {string}
|
|
182
|
-
*/
|
|
183
132
|
exports.ShutterType = {
|
|
184
133
|
ROLLING: 'ROLLING',
|
|
185
134
|
GLOBAL: 'GLOBAL'
|
|
186
135
|
};
|
|
187
136
|
/**
|
|
188
|
-
*
|
|
189
|
-
* @export
|
|
190
|
-
* @enum {string}
|
|
137
|
+
* The method used to extract streaks/dots from an image.
|
|
191
138
|
*/
|
|
139
|
+
exports.StreakExtractionSource = {
|
|
140
|
+
UNKNOWN: 'UNKNOWN',
|
|
141
|
+
OS_IMAGE_PROC_CLASSICAL: 'OS_IMAGE_PROC_CLASSICAL',
|
|
142
|
+
OS_IMAGE_PROC_CLASSICAL_BIN_3: 'OS_IMAGE_PROC_CLASSICAL_BIN_3',
|
|
143
|
+
OS_IMAGE_PROC_CLASSICAL_APRIORI_ROI: 'OS_IMAGE_PROC_CLASSICAL_APRIORI_ROI',
|
|
144
|
+
OS_IMAGE_PROC_CLASSICAL_FAST_EXPOSURE: 'OS_IMAGE_PROC_CLASSICAL_FAST_EXPOSURE',
|
|
145
|
+
OS_IMAGE_PROC_CLASSICAL_CENTERED_ROI: 'OS_IMAGE_PROC_CLASSICAL_CENTERED_ROI',
|
|
146
|
+
ML_YOLO_V8_TILED: 'ML_YOLO_V8_TILED',
|
|
147
|
+
ML_RESNET_50_FASTER_RCNN: 'ML_RESNET_50_FASTER_RCNN',
|
|
148
|
+
ML_UNET_HEATMAP: 'ML_UNET_HEATMAP',
|
|
149
|
+
ML_YOLO_OBB: 'ML_YOLO_OBB',
|
|
150
|
+
SIRIL_LEO: 'SIRIL_LEO',
|
|
151
|
+
SIRIL_RATE_TRACKING: 'SIRIL_RATE_TRACKING',
|
|
152
|
+
SIRIL_MEO_GEO: 'SIRIL_MEO_GEO',
|
|
153
|
+
SIRIL_BIN3: 'SIRIL_BIN3'
|
|
154
|
+
};
|
|
192
155
|
exports.TrackingType = {
|
|
193
156
|
SIDEREAL: 'SIDEREAL',
|
|
194
157
|
TARGET_RATE: 'TARGET_RATE',
|
|
195
158
|
NONE: 'NONE'
|
|
196
159
|
};
|
|
197
|
-
/**
|
|
198
|
-
*
|
|
199
|
-
* @export
|
|
200
|
-
* @enum {string}
|
|
201
|
-
*/
|
|
202
160
|
exports.UploadPriority = {
|
|
203
161
|
STANDARD: 'STANDARD',
|
|
204
162
|
HIGH: 'HIGH'
|
|
205
163
|
};
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
164
|
+
exports.V1AccessTokenType = {
|
|
165
|
+
USER: 'USER',
|
|
166
|
+
SERVICE_ACCOUNT: 'SERVICE_ACCOUNT',
|
|
167
|
+
USER_EDGE_CONTROLLER: 'USER_EDGE_CONTROLLER'
|
|
168
|
+
};
|
|
211
169
|
exports.V1AllSkyPredictionLabel = {
|
|
212
170
|
CLEAR: 'CLEAR',
|
|
213
171
|
LIGHT_CLOUDS: 'LIGHT_CLOUDS',
|
|
@@ -215,37 +173,21 @@ exports.V1AllSkyPredictionLabel = {
|
|
|
215
173
|
PRECIPITATION: 'PRECIPITATION',
|
|
216
174
|
UNKNOWN: 'UNKNOWN'
|
|
217
175
|
};
|
|
218
|
-
/**
|
|
219
|
-
*
|
|
220
|
-
* @export
|
|
221
|
-
* @enum {string}
|
|
222
|
-
*/
|
|
223
176
|
exports.V1AssetSize = {
|
|
224
177
|
FULL_SIZE: 'FULL_SIZE',
|
|
225
178
|
THUMBNAIL: 'THUMBNAIL'
|
|
226
179
|
};
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
*/
|
|
180
|
+
exports.V1DataSource = {
|
|
181
|
+
ALL_SKY_VISIBLE: 'ALL_SKY_VISIBLE',
|
|
182
|
+
ALL_SKY_THERMAL: 'ALL_SKY_THERMAL'
|
|
183
|
+
};
|
|
232
184
|
exports.V1FileType = {
|
|
233
185
|
ZIP: 'ZIP'
|
|
234
186
|
};
|
|
235
|
-
/**
|
|
236
|
-
*
|
|
237
|
-
* @export
|
|
238
|
-
* @enum {string}
|
|
239
|
-
*/
|
|
240
187
|
exports.V1ImageFileType = {
|
|
241
188
|
FITS: 'FITS',
|
|
242
189
|
JPG: 'JPG'
|
|
243
190
|
};
|
|
244
|
-
/**
|
|
245
|
-
*
|
|
246
|
-
* @export
|
|
247
|
-
* @enum {string}
|
|
248
|
-
*/
|
|
249
191
|
exports.V1ImageRejectionReason = {
|
|
250
192
|
TARGET_NOT_FOUND: 'TARGET_NOT_FOUND',
|
|
251
193
|
RATE_TARGET_NOT_FOUND: 'RATE_TARGET_NOT_FOUND',
|
|
@@ -272,24 +214,18 @@ exports.V1ImageRejectionReason = {
|
|
|
272
214
|
SAVE_FAILURE: 'SAVE_FAILURE',
|
|
273
215
|
RATE_CATALOG_COMPARE_ERROR: 'RATE_CATALOG_COMPARE_ERROR',
|
|
274
216
|
MISSING_IMG_WIDTH_HEADER: 'MISSING_IMG_WIDTH_HEADER',
|
|
217
|
+
CALIBRATION_FAILURE: 'CALIBRATION_FAILURE',
|
|
218
|
+
HOT_PIXEL_REMOVAL_FAILURE: 'HOT_PIXEL_REMOVAL_FAILURE',
|
|
219
|
+
PIPELINE_TIMEOUT: 'PIPELINE_TIMEOUT',
|
|
275
220
|
UNKNOWN_ERROR: 'UNKNOWN_ERROR'
|
|
276
221
|
};
|
|
277
|
-
/**
|
|
278
|
-
*
|
|
279
|
-
* @export
|
|
280
|
-
* @enum {string}
|
|
281
|
-
*/
|
|
282
222
|
exports.V1JobStatus = {
|
|
283
223
|
PENDING: 'PENDING',
|
|
284
224
|
RUNNING: 'RUNNING',
|
|
285
225
|
SUCCEEDED: 'SUCCEEDED',
|
|
226
|
+
CANCELLED: 'CANCELLED',
|
|
286
227
|
FAILED: 'FAILED'
|
|
287
228
|
};
|
|
288
|
-
/**
|
|
289
|
-
*
|
|
290
|
-
* @export
|
|
291
|
-
* @enum {string}
|
|
292
|
-
*/
|
|
293
229
|
exports.V1NodeComponentType = {
|
|
294
230
|
CAMERA: 'CAMERA',
|
|
295
231
|
MOUNT: 'MOUNT',
|
|
@@ -299,13 +235,13 @@ exports.V1NodeComponentType = {
|
|
|
299
235
|
NODE: 'NODE',
|
|
300
236
|
FOCUSER: 'FOCUSER',
|
|
301
237
|
FILTER_WHEEL: 'FILTER_WHEEL',
|
|
302
|
-
WEATHER_STATION: 'WEATHER_STATION'
|
|
238
|
+
WEATHER_STATION: 'WEATHER_STATION',
|
|
239
|
+
QUAD_CELL: 'QUAD_CELL',
|
|
240
|
+
OPTICAL_POWER_METER: 'OPTICAL_POWER_METER',
|
|
241
|
+
OPTICAL_AMPLIFIER: 'OPTICAL_AMPLIFIER',
|
|
242
|
+
FAST_STEERING_MIRROR: 'FAST_STEERING_MIRROR',
|
|
243
|
+
DEFORMABLE_MIRROR: 'DEFORMABLE_MIRROR'
|
|
303
244
|
};
|
|
304
|
-
/**
|
|
305
|
-
*
|
|
306
|
-
* @export
|
|
307
|
-
* @enum {string}
|
|
308
|
-
*/
|
|
309
245
|
exports.V1NodeConfigScopeType = {
|
|
310
246
|
GLOBAL: 'GLOBAL',
|
|
311
247
|
ORGANIZATION: 'ORGANIZATION',
|
|
@@ -313,19 +249,12 @@ exports.V1NodeConfigScopeType = {
|
|
|
313
249
|
};
|
|
314
250
|
/**
|
|
315
251
|
* The status of the bootstrapping process.
|
|
316
|
-
* @export
|
|
317
|
-
* @enum {string}
|
|
318
252
|
*/
|
|
319
253
|
exports.V1NodeControllerStatus = {
|
|
320
254
|
PENDING_APPROVAL: 'pending_approval',
|
|
321
255
|
APPROVED: 'approved',
|
|
322
256
|
FINISHED: 'finished'
|
|
323
257
|
};
|
|
324
|
-
/**
|
|
325
|
-
*
|
|
326
|
-
* @export
|
|
327
|
-
* @enum {string}
|
|
328
|
-
*/
|
|
329
258
|
exports.V1NodeDiagnosticType = {
|
|
330
259
|
SLEW_SPEED_DEGREES_PER_SECOND: 'SLEW_SPEED_DEGREES_PER_SECOND',
|
|
331
260
|
CENTERING_TIME_MS: 'CENTERING_TIME_MS',
|
|
@@ -365,11 +294,6 @@ exports.V1NodeDiagnosticType = {
|
|
|
365
294
|
FOCUSER_RANGE: 'FOCUSER_RANGE',
|
|
366
295
|
SKY_FLATS_TAKEN: 'SKY_FLATS_TAKEN'
|
|
367
296
|
};
|
|
368
|
-
/**
|
|
369
|
-
*
|
|
370
|
-
* @export
|
|
371
|
-
* @enum {string}
|
|
372
|
-
*/
|
|
373
297
|
exports.V1NodeEventType = {
|
|
374
298
|
V1_SAFETY_STATUS_UPDATED: 'V1_SAFETY_STATUS_UPDATED',
|
|
375
299
|
V1_LOG_RECORDED: 'V1_LOG_RECORDED',
|
|
@@ -382,120 +306,71 @@ exports.V1NodeEventType = {
|
|
|
382
306
|
V1_PROPAGATION_TARGET_SELECTED: 'V1_PROPAGATION_TARGET_SELECTED',
|
|
383
307
|
V1_HYPOTHESIS_OBSERVATION_TASKED: 'V1_HYPOTHESIS_OBSERVATION_TASKED',
|
|
384
308
|
V1_NETWORK_STATUS: 'V1_NETWORK_STATUS',
|
|
385
|
-
V1_RESOLVED_IMAGE_INSTRUCTION_TASKED: 'V1_RESOLVED_IMAGE_INSTRUCTION_TASKED'
|
|
309
|
+
V1_RESOLVED_IMAGE_INSTRUCTION_TASKED: 'V1_RESOLVED_IMAGE_INSTRUCTION_TASKED',
|
|
310
|
+
V1_TERRESTRIAL_DOWNLINK_INSTRUCTION_TASKED: 'V1_TERRESTRIAL_DOWNLINK_INSTRUCTION_TASKED'
|
|
311
|
+
};
|
|
312
|
+
exports.V1OAuthTokenRequestGrantTypeEnum = {
|
|
313
|
+
AUTHORIZATION_CODE: 'authorization_code',
|
|
314
|
+
REFRESH_TOKEN: 'refresh_token'
|
|
386
315
|
};
|
|
387
316
|
exports.V1PlateSolveCatalogFileDownloadActionEnum = {
|
|
388
317
|
DOWNLOAD: 'DOWNLOAD',
|
|
389
318
|
DELETE: 'DELETE',
|
|
390
319
|
NO_ACTION: 'NO_ACTION'
|
|
391
320
|
};
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
321
|
+
exports.V1PlateSolveStatus = {
|
|
322
|
+
MATCH_FOUND: 'MATCH_FOUND',
|
|
323
|
+
NO_MATCH_FOUND: 'NO_MATCH_FOUND',
|
|
324
|
+
CANCELLED: 'CANCELLED'
|
|
325
|
+
};
|
|
326
|
+
exports.V1PrincipalRoleType = {
|
|
327
|
+
ADMIN: 'ADMIN',
|
|
328
|
+
SERVICE: 'SERVICE',
|
|
329
|
+
ASTRO_USER: 'ASTRO_USER',
|
|
330
|
+
CUSTOMER_ADMIN: 'CUSTOMER_ADMIN',
|
|
331
|
+
NODE_CONTROLLER: 'NODE_CONTROLLER',
|
|
332
|
+
ORBIT_SOURCE_PROVIDER: 'ORBIT_SOURCE_PROVIDER',
|
|
333
|
+
UNKNOWN: 'UNKNOWN'
|
|
334
|
+
};
|
|
335
|
+
exports.V1ProductRevision = {
|
|
336
|
+
EC_01: 'EC_01',
|
|
337
|
+
OPM_IGUANA: 'OPM_IGUANA',
|
|
338
|
+
CAMERA_MANTIS: 'CAMERA_MANTIS'
|
|
339
|
+
};
|
|
397
340
|
exports.V1SoftwarePackageType = {
|
|
398
341
|
QCOM_OTA: 'QCOM_OTA'
|
|
399
342
|
};
|
|
400
343
|
/**
|
|
401
|
-
*
|
|
402
|
-
* @export
|
|
403
|
-
* @enum {string}
|
|
344
|
+
* Deprecated: superseded by V1ProductRevision. Always EDGE_CONTROLLER; retained only for backwards compatibility.
|
|
404
345
|
*/
|
|
405
346
|
exports.V1SoftwareRuntimeEnvironmentType = {
|
|
406
347
|
EDGE_CONTROLLER: 'EDGE_CONTROLLER'
|
|
407
348
|
};
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
349
|
+
exports.V1SystemVariant = {
|
|
350
|
+
AVIONICS: 'AVIONICS',
|
|
351
|
+
ENCLOSURE_300: 'ENCLOSURE_300',
|
|
352
|
+
ENCLOSURE_700_OR_1000: 'ENCLOSURE_700_OR_1000',
|
|
353
|
+
ENCLOSURE_700: 'ENCLOSURE_700',
|
|
354
|
+
ENCLOSURE_1000: 'ENCLOSURE_1000',
|
|
355
|
+
ENCLOSURE_PF_1000: 'ENCLOSURE_PF_1000',
|
|
356
|
+
STANDALONE_RC_700_OR_1000: 'STANDALONE_RC_700_OR_1000',
|
|
357
|
+
STANDALONE_700: 'STANDALONE_700',
|
|
358
|
+
STANDALONE_1000: 'STANDALONE_1000',
|
|
359
|
+
STANDALONE_PF_1000: 'STANDALONE_PF_1000',
|
|
360
|
+
WEATHERIZED: 'WEATHERIZED',
|
|
361
|
+
LASERCOM_RECEIVE: 'LASERCOM_RECEIVE',
|
|
362
|
+
LASERCOM_TRANSMIT: 'LASERCOM_TRANSMIT',
|
|
363
|
+
CUSTOM: 'CUSTOM'
|
|
364
|
+
};
|
|
413
365
|
exports.V1TimeWindowedAssetType = {
|
|
414
366
|
TIMELAPSE: 'TIMELAPSE',
|
|
415
367
|
KEOGRAM: 'KEOGRAM'
|
|
416
368
|
};
|
|
417
369
|
/**
|
|
418
370
|
* DefaultApi - axios parameter creator
|
|
419
|
-
* @export
|
|
420
371
|
*/
|
|
421
372
|
const DefaultApiAxiosParamCreator = function (configuration) {
|
|
422
373
|
return {
|
|
423
|
-
/**
|
|
424
|
-
* Get edge controller crash report details
|
|
425
|
-
* @param {string} id
|
|
426
|
-
* @param {*} [options] Override http request option.
|
|
427
|
-
* @throws {RequiredError}
|
|
428
|
-
*/
|
|
429
|
-
adminV1GetNodeControllerCrashReport: (id, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
430
|
-
// verify required parameter 'id' is not null or undefined
|
|
431
|
-
(0, common_1.assertParamExists)('adminV1GetNodeControllerCrashReport', 'id', id);
|
|
432
|
-
const localVarPath = `/v1/node-controller/crash-report`;
|
|
433
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
434
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
435
|
-
let baseOptions;
|
|
436
|
-
if (configuration) {
|
|
437
|
-
baseOptions = configuration.baseOptions;
|
|
438
|
-
}
|
|
439
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
440
|
-
const localVarHeaderParameter = {};
|
|
441
|
-
const localVarQueryParameter = {};
|
|
442
|
-
// authentication Roles required
|
|
443
|
-
// authentication BearerToken required
|
|
444
|
-
// http bearer authentication required
|
|
445
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
446
|
-
if (id !== undefined) {
|
|
447
|
-
localVarQueryParameter['id'] = id;
|
|
448
|
-
}
|
|
449
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
450
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
451
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
452
|
-
return {
|
|
453
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
454
|
-
options: localVarRequestOptions,
|
|
455
|
-
};
|
|
456
|
-
}),
|
|
457
|
-
/**
|
|
458
|
-
* Get edge controller crash reports around a specific timeframe
|
|
459
|
-
* @param {string} lineageId
|
|
460
|
-
* @param {string} time
|
|
461
|
-
* @param {*} [options] Override http request option.
|
|
462
|
-
* @throws {RequiredError}
|
|
463
|
-
*/
|
|
464
|
-
adminV1GetNodeControllerCrashReportsAtTime: (lineageId, time, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
465
|
-
// verify required parameter 'lineageId' is not null or undefined
|
|
466
|
-
(0, common_1.assertParamExists)('adminV1GetNodeControllerCrashReportsAtTime', 'lineageId', lineageId);
|
|
467
|
-
// verify required parameter 'time' is not null or undefined
|
|
468
|
-
(0, common_1.assertParamExists)('adminV1GetNodeControllerCrashReportsAtTime', 'time', time);
|
|
469
|
-
const localVarPath = `/v1/node-controller/crash-reports-at-time`;
|
|
470
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
471
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
472
|
-
let baseOptions;
|
|
473
|
-
if (configuration) {
|
|
474
|
-
baseOptions = configuration.baseOptions;
|
|
475
|
-
}
|
|
476
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
477
|
-
const localVarHeaderParameter = {};
|
|
478
|
-
const localVarQueryParameter = {};
|
|
479
|
-
// authentication Roles required
|
|
480
|
-
// authentication BearerToken required
|
|
481
|
-
// http bearer authentication required
|
|
482
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
483
|
-
if (lineageId !== undefined) {
|
|
484
|
-
localVarQueryParameter['lineageId'] = lineageId;
|
|
485
|
-
}
|
|
486
|
-
if (time !== undefined) {
|
|
487
|
-
localVarQueryParameter['time'] = (time instanceof Date) ?
|
|
488
|
-
time.toISOString() :
|
|
489
|
-
time;
|
|
490
|
-
}
|
|
491
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
492
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
493
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
494
|
-
return {
|
|
495
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
496
|
-
options: localVarRequestOptions,
|
|
497
|
-
};
|
|
498
|
-
}),
|
|
499
374
|
/**
|
|
500
375
|
* Get images for a node for display in a camera roll format
|
|
501
376
|
* @param {string} [nodeId]
|
|
@@ -505,7 +380,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
505
380
|
* @param {*} [options] Override http request option.
|
|
506
381
|
* @throws {RequiredError}
|
|
507
382
|
*/
|
|
508
|
-
getCameraRoll: (
|
|
383
|
+
getCameraRoll: (nodeId_1, lineageId_1, before_1, types_1, ...args_1) => __awaiter(this, [nodeId_1, lineageId_1, before_1, types_1, ...args_1], void 0, function* (nodeId, lineageId, before, types, options = {}) {
|
|
509
384
|
const localVarPath = `/v1/camera-roll`;
|
|
510
385
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
511
386
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -534,6 +409,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
534
409
|
if (types !== undefined) {
|
|
535
410
|
localVarQueryParameter['types'] = types;
|
|
536
411
|
}
|
|
412
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
537
413
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
538
414
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
539
415
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -547,7 +423,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
547
423
|
* @param {*} [options] Override http request option.
|
|
548
424
|
* @throws {RequiredError}
|
|
549
425
|
*/
|
|
550
|
-
getClientToken: (
|
|
426
|
+
getClientToken: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
551
427
|
const localVarPath = `/v1/client-tokens`;
|
|
552
428
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
553
429
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -562,6 +438,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
562
438
|
// authentication BearerToken required
|
|
563
439
|
// http bearer authentication required
|
|
564
440
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
441
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
565
442
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
566
443
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
567
444
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -583,7 +460,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
583
460
|
* @param {*} [options] Override http request option.
|
|
584
461
|
* @throws {RequiredError}
|
|
585
462
|
*/
|
|
586
|
-
v1CameraMatch: (
|
|
463
|
+
v1CameraMatch: (model_1, pixelSizeMicrons_1, pixelsX_1, pixelsY_1, megapixels_1, chilled_1, adcBitDepth_1, isColor_1, ...args_1) => __awaiter(this, [model_1, pixelSizeMicrons_1, pixelsX_1, pixelsY_1, megapixels_1, chilled_1, adcBitDepth_1, isColor_1, ...args_1], void 0, function* (model, pixelSizeMicrons, pixelsX, pixelsY, megapixels, chilled, adcBitDepth, isColor, options = {}) {
|
|
587
464
|
const localVarPath = `/v1/camera-match`;
|
|
588
465
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
589
466
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -622,6 +499,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
622
499
|
if (isColor !== undefined) {
|
|
623
500
|
localVarQueryParameter['isColor'] = isColor;
|
|
624
501
|
}
|
|
502
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
625
503
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
626
504
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
627
505
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -635,7 +513,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
635
513
|
* @param {*} [options] Override http request option.
|
|
636
514
|
* @throws {RequiredError}
|
|
637
515
|
*/
|
|
638
|
-
v1CompleteBootstrap: (
|
|
516
|
+
v1CompleteBootstrap: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
639
517
|
const localVarPath = `/v1/node-controller/completeBootstrap`;
|
|
640
518
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
641
519
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -650,6 +528,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
650
528
|
// authentication BearerToken required
|
|
651
529
|
// http bearer authentication required
|
|
652
530
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
531
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
653
532
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
654
533
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
655
534
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -664,7 +543,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
664
543
|
* @param {*} [options] Override http request option.
|
|
665
544
|
* @throws {RequiredError}
|
|
666
545
|
*/
|
|
667
|
-
v1CompleteNodeControllerCrashReport: (
|
|
546
|
+
v1CompleteNodeControllerCrashReport: (v1CompleteNodeControllerCrashReportRequest_1, ...args_1) => __awaiter(this, [v1CompleteNodeControllerCrashReportRequest_1, ...args_1], void 0, function* (v1CompleteNodeControllerCrashReportRequest, options = {}) {
|
|
668
547
|
// verify required parameter 'v1CompleteNodeControllerCrashReportRequest' is not null or undefined
|
|
669
548
|
(0, common_1.assertParamExists)('v1CompleteNodeControllerCrashReport', 'v1CompleteNodeControllerCrashReportRequest', v1CompleteNodeControllerCrashReportRequest);
|
|
670
549
|
const localVarPath = `/v1/node-controller/complete-crash-report`;
|
|
@@ -682,6 +561,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
682
561
|
// http bearer authentication required
|
|
683
562
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
684
563
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
564
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
685
565
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
686
566
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
687
567
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -697,7 +577,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
697
577
|
* @param {*} [options] Override http request option.
|
|
698
578
|
* @throws {RequiredError}
|
|
699
579
|
*/
|
|
700
|
-
v1CompleteNodeFlare: (
|
|
580
|
+
v1CompleteNodeFlare: (v1CompleteNodeFlareRequest_1, ...args_1) => __awaiter(this, [v1CompleteNodeFlareRequest_1, ...args_1], void 0, function* (v1CompleteNodeFlareRequest, options = {}) {
|
|
701
581
|
// verify required parameter 'v1CompleteNodeFlareRequest' is not null or undefined
|
|
702
582
|
(0, common_1.assertParamExists)('v1CompleteNodeFlare', 'v1CompleteNodeFlareRequest', v1CompleteNodeFlareRequest);
|
|
703
583
|
const localVarPath = `/v1/node-flare/complete`;
|
|
@@ -715,6 +595,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
715
595
|
// http bearer authentication required
|
|
716
596
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
717
597
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
598
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
718
599
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
719
600
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
720
601
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -730,7 +611,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
730
611
|
* @param {*} [options] Override http request option.
|
|
731
612
|
* @throws {RequiredError}
|
|
732
613
|
*/
|
|
733
|
-
v1CompleteObservation: (
|
|
614
|
+
v1CompleteObservation: (v1CompleteObservationRequest_1, ...args_1) => __awaiter(this, [v1CompleteObservationRequest_1, ...args_1], void 0, function* (v1CompleteObservationRequest, options = {}) {
|
|
734
615
|
// verify required parameter 'v1CompleteObservationRequest' is not null or undefined
|
|
735
616
|
(0, common_1.assertParamExists)('v1CompleteObservation', 'v1CompleteObservationRequest', v1CompleteObservationRequest);
|
|
736
617
|
const localVarPath = `/v1/observation-complete`;
|
|
@@ -748,6 +629,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
748
629
|
// http bearer authentication required
|
|
749
630
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
750
631
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
632
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
751
633
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
752
634
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
753
635
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -763,7 +645,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
763
645
|
* @param {*} [options] Override http request option.
|
|
764
646
|
* @throws {RequiredError}
|
|
765
647
|
*/
|
|
766
|
-
v1CreateAllSkyPrediction: (
|
|
648
|
+
v1CreateAllSkyPrediction: (v1CreateAllSkyPredictionRequest_1, ...args_1) => __awaiter(this, [v1CreateAllSkyPredictionRequest_1, ...args_1], void 0, function* (v1CreateAllSkyPredictionRequest, options = {}) {
|
|
767
649
|
// verify required parameter 'v1CreateAllSkyPredictionRequest' is not null or undefined
|
|
768
650
|
(0, common_1.assertParamExists)('v1CreateAllSkyPrediction', 'v1CreateAllSkyPredictionRequest', v1CreateAllSkyPredictionRequest);
|
|
769
651
|
const localVarPath = `/v1/all-sky-prediction`;
|
|
@@ -777,6 +659,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
777
659
|
const localVarHeaderParameter = {};
|
|
778
660
|
const localVarQueryParameter = {};
|
|
779
661
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
662
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
780
663
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
781
664
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
782
665
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -792,7 +675,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
792
675
|
* @param {*} [options] Override http request option.
|
|
793
676
|
* @throws {RequiredError}
|
|
794
677
|
*/
|
|
795
|
-
v1CreateAutofocusResult: (
|
|
678
|
+
v1CreateAutofocusResult: (v1CreateAutofocusResultRequest_1, ...args_1) => __awaiter(this, [v1CreateAutofocusResultRequest_1, ...args_1], void 0, function* (v1CreateAutofocusResultRequest, options = {}) {
|
|
796
679
|
// verify required parameter 'v1CreateAutofocusResultRequest' is not null or undefined
|
|
797
680
|
(0, common_1.assertParamExists)('v1CreateAutofocusResult', 'v1CreateAutofocusResultRequest', v1CreateAutofocusResultRequest);
|
|
798
681
|
const localVarPath = `/v1/autofocus`;
|
|
@@ -810,6 +693,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
810
693
|
// http bearer authentication required
|
|
811
694
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
812
695
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
696
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
813
697
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
814
698
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
815
699
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -820,15 +704,18 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
820
704
|
};
|
|
821
705
|
}),
|
|
822
706
|
/**
|
|
823
|
-
* Create
|
|
824
|
-
* @param {
|
|
707
|
+
* Create metadata about an image by image id. This includes plate solve results
|
|
708
|
+
* @param {string} imageId
|
|
709
|
+
* @param {V1CreateImageMetadataRequest} v1CreateImageMetadataRequest
|
|
825
710
|
* @param {*} [options] Override http request option.
|
|
826
711
|
* @throws {RequiredError}
|
|
827
712
|
*/
|
|
828
|
-
|
|
829
|
-
// verify required parameter '
|
|
830
|
-
(0, common_1.assertParamExists)('
|
|
831
|
-
|
|
713
|
+
v1CreateImageMetadata: (imageId_1, v1CreateImageMetadataRequest_1, ...args_1) => __awaiter(this, [imageId_1, v1CreateImageMetadataRequest_1, ...args_1], void 0, function* (imageId, v1CreateImageMetadataRequest, options = {}) {
|
|
714
|
+
// verify required parameter 'imageId' is not null or undefined
|
|
715
|
+
(0, common_1.assertParamExists)('v1CreateImageMetadata', 'imageId', imageId);
|
|
716
|
+
// verify required parameter 'v1CreateImageMetadataRequest' is not null or undefined
|
|
717
|
+
(0, common_1.assertParamExists)('v1CreateImageMetadata', 'v1CreateImageMetadataRequest', v1CreateImageMetadataRequest);
|
|
718
|
+
const localVarPath = `/v1/image-metadata`;
|
|
832
719
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
833
720
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
834
721
|
let baseOptions;
|
|
@@ -842,44 +729,15 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
842
729
|
// authentication BearerToken required
|
|
843
730
|
// http bearer authentication required
|
|
844
731
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
848
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
849
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(v1CreateFilterWheelRequest, localVarRequestOptions, configuration);
|
|
850
|
-
return {
|
|
851
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
852
|
-
options: localVarRequestOptions,
|
|
853
|
-
};
|
|
854
|
-
}),
|
|
855
|
-
/**
|
|
856
|
-
* Create an focuser.
|
|
857
|
-
* @param {V1CreateFocuserRequest} v1CreateFocuserRequest
|
|
858
|
-
* @param {*} [options] Override http request option.
|
|
859
|
-
* @throws {RequiredError}
|
|
860
|
-
*/
|
|
861
|
-
v1CreateFocuser: (v1CreateFocuserRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
862
|
-
// verify required parameter 'v1CreateFocuserRequest' is not null or undefined
|
|
863
|
-
(0, common_1.assertParamExists)('v1CreateFocuser', 'v1CreateFocuserRequest', v1CreateFocuserRequest);
|
|
864
|
-
const localVarPath = `/v1/focuser`;
|
|
865
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
866
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
867
|
-
let baseOptions;
|
|
868
|
-
if (configuration) {
|
|
869
|
-
baseOptions = configuration.baseOptions;
|
|
732
|
+
if (imageId !== undefined) {
|
|
733
|
+
localVarQueryParameter['imageId'] = imageId;
|
|
870
734
|
}
|
|
871
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
872
|
-
const localVarHeaderParameter = {};
|
|
873
|
-
const localVarQueryParameter = {};
|
|
874
|
-
// authentication Roles required
|
|
875
|
-
// authentication BearerToken required
|
|
876
|
-
// http bearer authentication required
|
|
877
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
878
735
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
736
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
879
737
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
880
738
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
881
739
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
882
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(
|
|
740
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(v1CreateImageMetadataRequest, localVarRequestOptions, configuration);
|
|
883
741
|
return {
|
|
884
742
|
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
885
743
|
options: localVarRequestOptions,
|
|
@@ -891,7 +749,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
891
749
|
* @param {*} [options] Override http request option.
|
|
892
750
|
* @throws {RequiredError}
|
|
893
751
|
*/
|
|
894
|
-
v1CreateImageSet: (
|
|
752
|
+
v1CreateImageSet: (v1CreateImageSetRequest_1, ...args_1) => __awaiter(this, [v1CreateImageSetRequest_1, ...args_1], void 0, function* (v1CreateImageSetRequest, options = {}) {
|
|
895
753
|
// verify required parameter 'v1CreateImageSetRequest' is not null or undefined
|
|
896
754
|
(0, common_1.assertParamExists)('v1CreateImageSet', 'v1CreateImageSetRequest', v1CreateImageSetRequest);
|
|
897
755
|
const localVarPath = `/v1/image-set`;
|
|
@@ -909,6 +767,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
909
767
|
// http bearer authentication required
|
|
910
768
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
911
769
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
770
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
912
771
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
913
772
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
914
773
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -924,7 +783,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
924
783
|
* @param {*} [options] Override http request option.
|
|
925
784
|
* @throws {RequiredError}
|
|
926
785
|
*/
|
|
927
|
-
v1CreateImageSetImage: (
|
|
786
|
+
v1CreateImageSetImage: (v1CreateImageSetImageRequest_1, ...args_1) => __awaiter(this, [v1CreateImageSetImageRequest_1, ...args_1], void 0, function* (v1CreateImageSetImageRequest, options = {}) {
|
|
928
787
|
// verify required parameter 'v1CreateImageSetImageRequest' is not null or undefined
|
|
929
788
|
(0, common_1.assertParamExists)('v1CreateImageSetImage', 'v1CreateImageSetImageRequest', v1CreateImageSetImageRequest);
|
|
930
789
|
const localVarPath = `/v1/image-set-image`;
|
|
@@ -942,6 +801,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
942
801
|
// http bearer authentication required
|
|
943
802
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
944
803
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
804
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
945
805
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
946
806
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
947
807
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -957,7 +817,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
957
817
|
* @param {*} [options] Override http request option.
|
|
958
818
|
* @throws {RequiredError}
|
|
959
819
|
*/
|
|
960
|
-
v1CreateImageSetImageUploadUrl: (
|
|
820
|
+
v1CreateImageSetImageUploadUrl: (v1CreateImageSetImageUploadUrlRequest_1, ...args_1) => __awaiter(this, [v1CreateImageSetImageUploadUrlRequest_1, ...args_1], void 0, function* (v1CreateImageSetImageUploadUrlRequest, options = {}) {
|
|
961
821
|
// verify required parameter 'v1CreateImageSetImageUploadUrlRequest' is not null or undefined
|
|
962
822
|
(0, common_1.assertParamExists)('v1CreateImageSetImageUploadUrl', 'v1CreateImageSetImageUploadUrlRequest', v1CreateImageSetImageUploadUrlRequest);
|
|
963
823
|
const localVarPath = `/v1/image-set-image/upload-url`;
|
|
@@ -975,6 +835,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
975
835
|
// http bearer authentication required
|
|
976
836
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
977
837
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
838
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
978
839
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
979
840
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
980
841
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -990,7 +851,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
990
851
|
* @param {*} [options] Override http request option.
|
|
991
852
|
* @throws {RequiredError}
|
|
992
853
|
*/
|
|
993
|
-
v1CreateMetrics: (
|
|
854
|
+
v1CreateMetrics: (v1Metric_1, ...args_1) => __awaiter(this, [v1Metric_1, ...args_1], void 0, function* (v1Metric, options = {}) {
|
|
994
855
|
// verify required parameter 'v1Metric' is not null or undefined
|
|
995
856
|
(0, common_1.assertParamExists)('v1CreateMetrics', 'v1Metric', v1Metric);
|
|
996
857
|
const localVarPath = `/v1/metrics`;
|
|
@@ -1008,6 +869,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1008
869
|
// http bearer authentication required
|
|
1009
870
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1010
871
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
872
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1011
873
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1012
874
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1013
875
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1017,46 +879,13 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1017
879
|
options: localVarRequestOptions,
|
|
1018
880
|
};
|
|
1019
881
|
}),
|
|
1020
|
-
/**
|
|
1021
|
-
* Create a mount.
|
|
1022
|
-
* @param {V1CreateMountRequest} v1CreateMountRequest
|
|
1023
|
-
* @param {*} [options] Override http request option.
|
|
1024
|
-
* @throws {RequiredError}
|
|
1025
|
-
*/
|
|
1026
|
-
v1CreateMount: (v1CreateMountRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1027
|
-
// verify required parameter 'v1CreateMountRequest' is not null or undefined
|
|
1028
|
-
(0, common_1.assertParamExists)('v1CreateMount', 'v1CreateMountRequest', v1CreateMountRequest);
|
|
1029
|
-
const localVarPath = `/v1/mount`;
|
|
1030
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1031
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1032
|
-
let baseOptions;
|
|
1033
|
-
if (configuration) {
|
|
1034
|
-
baseOptions = configuration.baseOptions;
|
|
1035
|
-
}
|
|
1036
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
1037
|
-
const localVarHeaderParameter = {};
|
|
1038
|
-
const localVarQueryParameter = {};
|
|
1039
|
-
// authentication Roles required
|
|
1040
|
-
// authentication BearerToken required
|
|
1041
|
-
// http bearer authentication required
|
|
1042
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1043
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1044
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1045
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1046
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1047
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(v1CreateMountRequest, localVarRequestOptions, configuration);
|
|
1048
|
-
return {
|
|
1049
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
1050
|
-
options: localVarRequestOptions,
|
|
1051
|
-
};
|
|
1052
|
-
}),
|
|
1053
882
|
/**
|
|
1054
883
|
* Create a node.
|
|
1055
884
|
* @param {V1CreateNodeRequest} v1CreateNodeRequest
|
|
1056
885
|
* @param {*} [options] Override http request option.
|
|
1057
886
|
* @throws {RequiredError}
|
|
1058
887
|
*/
|
|
1059
|
-
v1CreateNode: (
|
|
888
|
+
v1CreateNode: (v1CreateNodeRequest_1, ...args_1) => __awaiter(this, [v1CreateNodeRequest_1, ...args_1], void 0, function* (v1CreateNodeRequest, options = {}) {
|
|
1060
889
|
// verify required parameter 'v1CreateNodeRequest' is not null or undefined
|
|
1061
890
|
(0, common_1.assertParamExists)('v1CreateNode', 'v1CreateNodeRequest', v1CreateNodeRequest);
|
|
1062
891
|
const localVarPath = `/v1/node`;
|
|
@@ -1074,6 +903,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1074
903
|
// http bearer authentication required
|
|
1075
904
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1076
905
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
906
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1077
907
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1078
908
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1079
909
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1089,7 +919,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1089
919
|
* @param {*} [options] Override http request option.
|
|
1090
920
|
* @throws {RequiredError}
|
|
1091
921
|
*/
|
|
1092
|
-
v1CreateNodeControllerArtifact: (
|
|
922
|
+
v1CreateNodeControllerArtifact: (v1CreateNodeControllerArtifactRequest_1, ...args_1) => __awaiter(this, [v1CreateNodeControllerArtifactRequest_1, ...args_1], void 0, function* (v1CreateNodeControllerArtifactRequest, options = {}) {
|
|
1093
923
|
// verify required parameter 'v1CreateNodeControllerArtifactRequest' is not null or undefined
|
|
1094
924
|
(0, common_1.assertParamExists)('v1CreateNodeControllerArtifact', 'v1CreateNodeControllerArtifactRequest', v1CreateNodeControllerArtifactRequest);
|
|
1095
925
|
const localVarPath = `/v1/node-controller-artifact`;
|
|
@@ -1107,6 +937,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1107
937
|
// http bearer authentication required
|
|
1108
938
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1109
939
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
940
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1110
941
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1111
942
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1112
943
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1122,7 +953,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1122
953
|
* @param {*} [options] Override http request option.
|
|
1123
954
|
* @throws {RequiredError}
|
|
1124
955
|
*/
|
|
1125
|
-
v1CreateNodeControllerCrashReport: (
|
|
956
|
+
v1CreateNodeControllerCrashReport: (v1CreateNodeControllerCrashReportRequest_1, ...args_1) => __awaiter(this, [v1CreateNodeControllerCrashReportRequest_1, ...args_1], void 0, function* (v1CreateNodeControllerCrashReportRequest, options = {}) {
|
|
1126
957
|
// verify required parameter 'v1CreateNodeControllerCrashReportRequest' is not null or undefined
|
|
1127
958
|
(0, common_1.assertParamExists)('v1CreateNodeControllerCrashReport', 'v1CreateNodeControllerCrashReportRequest', v1CreateNodeControllerCrashReportRequest);
|
|
1128
959
|
const localVarPath = `/v1/node-controller/crash-report`;
|
|
@@ -1140,6 +971,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1140
971
|
// http bearer authentication required
|
|
1141
972
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1142
973
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
974
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1143
975
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1144
976
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1145
977
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1155,7 +987,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1155
987
|
* @param {*} [options] Override http request option.
|
|
1156
988
|
* @throws {RequiredError}
|
|
1157
989
|
*/
|
|
1158
|
-
v1CreateNodeDiagnostics: (
|
|
990
|
+
v1CreateNodeDiagnostics: (v1CreateNodeDiagnosticsRequest_1, ...args_1) => __awaiter(this, [v1CreateNodeDiagnosticsRequest_1, ...args_1], void 0, function* (v1CreateNodeDiagnosticsRequest, options = {}) {
|
|
1159
991
|
// verify required parameter 'v1CreateNodeDiagnosticsRequest' is not null or undefined
|
|
1160
992
|
(0, common_1.assertParamExists)('v1CreateNodeDiagnostics', 'v1CreateNodeDiagnosticsRequest', v1CreateNodeDiagnosticsRequest);
|
|
1161
993
|
const localVarPath = `/v1/node-diagnostics`;
|
|
@@ -1173,6 +1005,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1173
1005
|
// http bearer authentication required
|
|
1174
1006
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1175
1007
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1008
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1176
1009
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1177
1010
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1178
1011
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1188,7 +1021,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1188
1021
|
* @param {*} [options] Override http request option.
|
|
1189
1022
|
* @throws {RequiredError}
|
|
1190
1023
|
*/
|
|
1191
|
-
v1CreateNodeEvents: (
|
|
1024
|
+
v1CreateNodeEvents: (v1CreateNodeEventsRequest_1, ...args_1) => __awaiter(this, [v1CreateNodeEventsRequest_1, ...args_1], void 0, function* (v1CreateNodeEventsRequest, options = {}) {
|
|
1192
1025
|
// verify required parameter 'v1CreateNodeEventsRequest' is not null or undefined
|
|
1193
1026
|
(0, common_1.assertParamExists)('v1CreateNodeEvents', 'v1CreateNodeEventsRequest', v1CreateNodeEventsRequest);
|
|
1194
1027
|
const localVarPath = `/v1/node-events`;
|
|
@@ -1206,6 +1039,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1206
1039
|
// http bearer authentication required
|
|
1207
1040
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1208
1041
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1042
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1209
1043
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1210
1044
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1211
1045
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1221,7 +1055,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1221
1055
|
* @param {*} [options] Override http request option.
|
|
1222
1056
|
* @throws {RequiredError}
|
|
1223
1057
|
*/
|
|
1224
|
-
v1CreateNodeFlare: (
|
|
1058
|
+
v1CreateNodeFlare: (v1CreateNodeFlareRequest_1, ...args_1) => __awaiter(this, [v1CreateNodeFlareRequest_1, ...args_1], void 0, function* (v1CreateNodeFlareRequest, options = {}) {
|
|
1225
1059
|
// verify required parameter 'v1CreateNodeFlareRequest' is not null or undefined
|
|
1226
1060
|
(0, common_1.assertParamExists)('v1CreateNodeFlare', 'v1CreateNodeFlareRequest', v1CreateNodeFlareRequest);
|
|
1227
1061
|
const localVarPath = `/v1/node-flare`;
|
|
@@ -1239,6 +1073,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1239
1073
|
// http bearer authentication required
|
|
1240
1074
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1241
1075
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1076
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1242
1077
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1243
1078
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1244
1079
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1248,46 +1083,13 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1248
1083
|
options: localVarRequestOptions,
|
|
1249
1084
|
};
|
|
1250
1085
|
}),
|
|
1251
|
-
/**
|
|
1252
|
-
* Create an optical tube.
|
|
1253
|
-
* @param {V1CreateOpticalTubeRequest} v1CreateOpticalTubeRequest
|
|
1254
|
-
* @param {*} [options] Override http request option.
|
|
1255
|
-
* @throws {RequiredError}
|
|
1256
|
-
*/
|
|
1257
|
-
v1CreateOpticalTube: (v1CreateOpticalTubeRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1258
|
-
// verify required parameter 'v1CreateOpticalTubeRequest' is not null or undefined
|
|
1259
|
-
(0, common_1.assertParamExists)('v1CreateOpticalTube', 'v1CreateOpticalTubeRequest', v1CreateOpticalTubeRequest);
|
|
1260
|
-
const localVarPath = `/v1/optical-tube`;
|
|
1261
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1262
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1263
|
-
let baseOptions;
|
|
1264
|
-
if (configuration) {
|
|
1265
|
-
baseOptions = configuration.baseOptions;
|
|
1266
|
-
}
|
|
1267
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
1268
|
-
const localVarHeaderParameter = {};
|
|
1269
|
-
const localVarQueryParameter = {};
|
|
1270
|
-
// authentication Roles required
|
|
1271
|
-
// authentication BearerToken required
|
|
1272
|
-
// http bearer authentication required
|
|
1273
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1274
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1275
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1276
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1277
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1278
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(v1CreateOpticalTubeRequest, localVarRequestOptions, configuration);
|
|
1279
|
-
return {
|
|
1280
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
1281
|
-
options: localVarRequestOptions,
|
|
1282
|
-
};
|
|
1283
|
-
}),
|
|
1284
1086
|
/**
|
|
1285
1087
|
* Set metadata and plate solve results for an image.
|
|
1286
1088
|
* @param {V1CreateProcessedImageSetImageRequest} v1CreateProcessedImageSetImageRequest
|
|
1287
1089
|
* @param {*} [options] Override http request option.
|
|
1288
1090
|
* @throws {RequiredError}
|
|
1289
1091
|
*/
|
|
1290
|
-
v1CreateProcessedImageSetImage: (
|
|
1092
|
+
v1CreateProcessedImageSetImage: (v1CreateProcessedImageSetImageRequest_1, ...args_1) => __awaiter(this, [v1CreateProcessedImageSetImageRequest_1, ...args_1], void 0, function* (v1CreateProcessedImageSetImageRequest, options = {}) {
|
|
1291
1093
|
// verify required parameter 'v1CreateProcessedImageSetImageRequest' is not null or undefined
|
|
1292
1094
|
(0, common_1.assertParamExists)('v1CreateProcessedImageSetImage', 'v1CreateProcessedImageSetImageRequest', v1CreateProcessedImageSetImageRequest);
|
|
1293
1095
|
const localVarPath = `/v1/image-set-image/processed`;
|
|
@@ -1305,6 +1107,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1305
1107
|
// http bearer authentication required
|
|
1306
1108
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1307
1109
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1110
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1308
1111
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1309
1112
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1310
1113
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1320,7 +1123,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1320
1123
|
* @param {*} [options] Override http request option.
|
|
1321
1124
|
* @throws {RequiredError}
|
|
1322
1125
|
*/
|
|
1323
|
-
v1CreateTimeWindowedAsset: (
|
|
1126
|
+
v1CreateTimeWindowedAsset: (v1CreateTimeWindowedAssetRequest_1, ...args_1) => __awaiter(this, [v1CreateTimeWindowedAssetRequest_1, ...args_1], void 0, function* (v1CreateTimeWindowedAssetRequest, options = {}) {
|
|
1324
1127
|
// verify required parameter 'v1CreateTimeWindowedAssetRequest' is not null or undefined
|
|
1325
1128
|
(0, common_1.assertParamExists)('v1CreateTimeWindowedAsset', 'v1CreateTimeWindowedAssetRequest', v1CreateTimeWindowedAssetRequest);
|
|
1326
1129
|
const localVarPath = `/v1/time-windowed-asset`;
|
|
@@ -1338,6 +1141,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1338
1141
|
// http bearer authentication required
|
|
1339
1142
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1340
1143
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1144
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1341
1145
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1342
1146
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1343
1147
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1353,7 +1157,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1353
1157
|
* @param {*} [options] Override http request option.
|
|
1354
1158
|
* @throws {RequiredError}
|
|
1355
1159
|
*/
|
|
1356
|
-
v1CustomerGetSuntimes: (
|
|
1160
|
+
v1CustomerGetSuntimes: (nodeId_1, ...args_1) => __awaiter(this, [nodeId_1, ...args_1], void 0, function* (nodeId, options = {}) {
|
|
1357
1161
|
// verify required parameter 'nodeId' is not null or undefined
|
|
1358
1162
|
(0, common_1.assertParamExists)('v1CustomerGetSuntimes', 'nodeId', nodeId);
|
|
1359
1163
|
const localVarPath = `/v1/suntimes`;
|
|
@@ -1373,6 +1177,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1373
1177
|
if (nodeId !== undefined) {
|
|
1374
1178
|
localVarQueryParameter['nodeId'] = nodeId;
|
|
1375
1179
|
}
|
|
1180
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1376
1181
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1377
1182
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1378
1183
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1387,7 +1192,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1387
1192
|
* @param {*} [options] Override http request option.
|
|
1388
1193
|
* @throws {RequiredError}
|
|
1389
1194
|
*/
|
|
1390
|
-
v1DeleteImageSet: (
|
|
1195
|
+
v1DeleteImageSet: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
1391
1196
|
// verify required parameter 'id' is not null or undefined
|
|
1392
1197
|
(0, common_1.assertParamExists)('v1DeleteImageSet', 'id', id);
|
|
1393
1198
|
const localVarPath = `/v1/image-set`;
|
|
@@ -1407,6 +1212,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1407
1212
|
if (id !== undefined) {
|
|
1408
1213
|
localVarQueryParameter['id'] = id;
|
|
1409
1214
|
}
|
|
1215
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1410
1216
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1411
1217
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1412
1218
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1421,7 +1227,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1421
1227
|
* @param {*} [options] Override http request option.
|
|
1422
1228
|
* @throws {RequiredError}
|
|
1423
1229
|
*/
|
|
1424
|
-
v1DeleteImageSetImage: (
|
|
1230
|
+
v1DeleteImageSetImage: (imageId_1, ...args_1) => __awaiter(this, [imageId_1, ...args_1], void 0, function* (imageId, options = {}) {
|
|
1425
1231
|
// verify required parameter 'imageId' is not null or undefined
|
|
1426
1232
|
(0, common_1.assertParamExists)('v1DeleteImageSetImage', 'imageId', imageId);
|
|
1427
1233
|
const localVarPath = `/v1/image-set-image`;
|
|
@@ -1441,6 +1247,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1441
1247
|
if (imageId !== undefined) {
|
|
1442
1248
|
localVarQueryParameter['imageId'] = imageId;
|
|
1443
1249
|
}
|
|
1250
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1444
1251
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1445
1252
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1446
1253
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1455,7 +1262,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1455
1262
|
* @param {*} [options] Override http request option.
|
|
1456
1263
|
* @throws {RequiredError}
|
|
1457
1264
|
*/
|
|
1458
|
-
v1DeleteNodeCommand: (
|
|
1265
|
+
v1DeleteNodeCommand: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
1459
1266
|
// verify required parameter 'id' is not null or undefined
|
|
1460
1267
|
(0, common_1.assertParamExists)('v1DeleteNodeCommand', 'id', id);
|
|
1461
1268
|
const localVarPath = `/v1/node-command`;
|
|
@@ -1475,9 +1282,44 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1475
1282
|
if (id !== undefined) {
|
|
1476
1283
|
localVarQueryParameter['id'] = id;
|
|
1477
1284
|
}
|
|
1285
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1286
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1287
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1288
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1289
|
+
return {
|
|
1290
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
1291
|
+
options: localVarRequestOptions,
|
|
1292
|
+
};
|
|
1293
|
+
}),
|
|
1294
|
+
/**
|
|
1295
|
+
* Issue fresh certificates for a node controller in FINISHED bootstrap status and return them as a ZIP bundle.
|
|
1296
|
+
* @param {V1RefreshCertificateRequest} v1RefreshCertificateRequest
|
|
1297
|
+
* @param {*} [options] Override http request option.
|
|
1298
|
+
* @throws {RequiredError}
|
|
1299
|
+
*/
|
|
1300
|
+
v1DownloadCertificateBundle: (v1RefreshCertificateRequest_1, ...args_1) => __awaiter(this, [v1RefreshCertificateRequest_1, ...args_1], void 0, function* (v1RefreshCertificateRequest, options = {}) {
|
|
1301
|
+
// verify required parameter 'v1RefreshCertificateRequest' is not null or undefined
|
|
1302
|
+
(0, common_1.assertParamExists)('v1DownloadCertificateBundle', 'v1RefreshCertificateRequest', v1RefreshCertificateRequest);
|
|
1303
|
+
const localVarPath = `/v1/node-controller/download-certificate-bundle`;
|
|
1304
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1305
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1306
|
+
let baseOptions;
|
|
1307
|
+
if (configuration) {
|
|
1308
|
+
baseOptions = configuration.baseOptions;
|
|
1309
|
+
}
|
|
1310
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
1311
|
+
const localVarHeaderParameter = {};
|
|
1312
|
+
const localVarQueryParameter = {};
|
|
1313
|
+
// authentication Roles required
|
|
1314
|
+
// authentication BearerToken required
|
|
1315
|
+
// http bearer authentication required
|
|
1316
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1317
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1318
|
+
localVarHeaderParameter['Accept'] = 'application/zip';
|
|
1478
1319
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1479
1320
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1480
1321
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1322
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(v1RefreshCertificateRequest, localVarRequestOptions, configuration);
|
|
1481
1323
|
return {
|
|
1482
1324
|
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
1483
1325
|
options: localVarRequestOptions,
|
|
@@ -1490,7 +1332,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1490
1332
|
* @param {*} [options] Override http request option.
|
|
1491
1333
|
* @throws {RequiredError}
|
|
1492
1334
|
*/
|
|
1493
|
-
v1FocuserMatch: (
|
|
1335
|
+
v1FocuserMatch: (model_1, travelDistanceMm_1, ...args_1) => __awaiter(this, [model_1, travelDistanceMm_1, ...args_1], void 0, function* (model, travelDistanceMm, options = {}) {
|
|
1494
1336
|
const localVarPath = `/v1/focuser-match`;
|
|
1495
1337
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1496
1338
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -1511,6 +1353,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1511
1353
|
if (travelDistanceMm !== undefined) {
|
|
1512
1354
|
localVarQueryParameter['travelDistanceMm'] = travelDistanceMm;
|
|
1513
1355
|
}
|
|
1356
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1514
1357
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1515
1358
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1516
1359
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1520,29 +1363,30 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1520
1363
|
};
|
|
1521
1364
|
}),
|
|
1522
1365
|
/**
|
|
1523
|
-
*
|
|
1524
|
-
* @param {string} [
|
|
1525
|
-
* @param {string} [id]
|
|
1366
|
+
* Generates a JWT token scoped to a specific edge controller node. This token can be used to authenticate directly against the edge controller local API for local device access. The token is valid for 24 hours.
|
|
1367
|
+
* @param {string} [lineageId]
|
|
1526
1368
|
* @param {*} [options] Override http request option.
|
|
1527
1369
|
* @throws {RequiredError}
|
|
1528
1370
|
*/
|
|
1529
|
-
|
|
1530
|
-
const localVarPath = `/v1/
|
|
1371
|
+
v1GenerateEdgeToken: (lineageId_1, ...args_1) => __awaiter(this, [lineageId_1, ...args_1], void 0, function* (lineageId, options = {}) {
|
|
1372
|
+
const localVarPath = `/v1/edge-token`;
|
|
1531
1373
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1532
1374
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1533
1375
|
let baseOptions;
|
|
1534
1376
|
if (configuration) {
|
|
1535
1377
|
baseOptions = configuration.baseOptions;
|
|
1536
1378
|
}
|
|
1537
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: '
|
|
1379
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
1538
1380
|
const localVarHeaderParameter = {};
|
|
1539
1381
|
const localVarQueryParameter = {};
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1382
|
+
// authentication Roles required
|
|
1383
|
+
// authentication BearerToken required
|
|
1384
|
+
// http bearer authentication required
|
|
1385
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1386
|
+
if (lineageId !== undefined) {
|
|
1387
|
+
localVarQueryParameter['lineageId'] = lineageId;
|
|
1545
1388
|
}
|
|
1389
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1546
1390
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1547
1391
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1548
1392
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1552,12 +1396,15 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1552
1396
|
};
|
|
1553
1397
|
}),
|
|
1554
1398
|
/**
|
|
1555
|
-
* Get
|
|
1399
|
+
* Get the closest all sky image to a given observation image\'s capture time (within 15 minutes)
|
|
1400
|
+
* @param {string} imageId
|
|
1556
1401
|
* @param {*} [options] Override http request option.
|
|
1557
1402
|
* @throws {RequiredError}
|
|
1558
1403
|
*/
|
|
1559
|
-
|
|
1560
|
-
|
|
1404
|
+
v1GetAllSkyImageForImage: (imageId_1, ...args_1) => __awaiter(this, [imageId_1, ...args_1], void 0, function* (imageId, options = {}) {
|
|
1405
|
+
// verify required parameter 'imageId' is not null or undefined
|
|
1406
|
+
(0, common_1.assertParamExists)('v1GetAllSkyImageForImage', 'imageId', imageId);
|
|
1407
|
+
const localVarPath = `/v1/all-sky-image-for-image`;
|
|
1561
1408
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1562
1409
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1563
1410
|
let baseOptions;
|
|
@@ -1571,6 +1418,10 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1571
1418
|
// authentication BearerToken required
|
|
1572
1419
|
// http bearer authentication required
|
|
1573
1420
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1421
|
+
if (imageId !== undefined) {
|
|
1422
|
+
localVarQueryParameter['imageId'] = imageId;
|
|
1423
|
+
}
|
|
1424
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1574
1425
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1575
1426
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1576
1427
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1580,15 +1431,45 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1580
1431
|
};
|
|
1581
1432
|
}),
|
|
1582
1433
|
/**
|
|
1583
|
-
* Get
|
|
1584
|
-
* @param {string}
|
|
1434
|
+
* Get an all sky prediction by ID or image id
|
|
1435
|
+
* @param {string} [imageId]
|
|
1436
|
+
* @param {string} [id]
|
|
1585
1437
|
* @param {*} [options] Override http request option.
|
|
1586
1438
|
* @throws {RequiredError}
|
|
1587
1439
|
*/
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
const
|
|
1440
|
+
v1GetAllSkyPrediction: (imageId_1, id_1, ...args_1) => __awaiter(this, [imageId_1, id_1, ...args_1], void 0, function* (imageId, id, options = {}) {
|
|
1441
|
+
const localVarPath = `/v1/all-sky-prediction`;
|
|
1442
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1443
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1444
|
+
let baseOptions;
|
|
1445
|
+
if (configuration) {
|
|
1446
|
+
baseOptions = configuration.baseOptions;
|
|
1447
|
+
}
|
|
1448
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
1449
|
+
const localVarHeaderParameter = {};
|
|
1450
|
+
const localVarQueryParameter = {};
|
|
1451
|
+
if (imageId !== undefined) {
|
|
1452
|
+
localVarQueryParameter['image_id'] = imageId;
|
|
1453
|
+
}
|
|
1454
|
+
if (id !== undefined) {
|
|
1455
|
+
localVarQueryParameter['id'] = id;
|
|
1456
|
+
}
|
|
1457
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1458
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1459
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1460
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1461
|
+
return {
|
|
1462
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
1463
|
+
options: localVarRequestOptions,
|
|
1464
|
+
};
|
|
1465
|
+
}),
|
|
1466
|
+
/**
|
|
1467
|
+
* Get cameras.
|
|
1468
|
+
* @param {*} [options] Override http request option.
|
|
1469
|
+
* @throws {RequiredError}
|
|
1470
|
+
*/
|
|
1471
|
+
v1GetCameras: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
1472
|
+
const localVarPath = `/v1/cameras`;
|
|
1592
1473
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1593
1474
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1594
1475
|
let baseOptions;
|
|
@@ -1602,9 +1483,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1602
1483
|
// authentication BearerToken required
|
|
1603
1484
|
// http bearer authentication required
|
|
1604
1485
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1605
|
-
|
|
1606
|
-
localVarQueryParameter['id'] = id;
|
|
1607
|
-
}
|
|
1486
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1608
1487
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1609
1488
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1610
1489
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1614,15 +1493,15 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1614
1493
|
};
|
|
1615
1494
|
}),
|
|
1616
1495
|
/**
|
|
1617
|
-
* Get
|
|
1618
|
-
* @param {string}
|
|
1496
|
+
* Get metadata about an image by image id. This includes plate solve results
|
|
1497
|
+
* @param {string} imageId
|
|
1619
1498
|
* @param {*} [options] Override http request option.
|
|
1620
1499
|
* @throws {RequiredError}
|
|
1621
1500
|
*/
|
|
1622
|
-
|
|
1623
|
-
// verify required parameter '
|
|
1624
|
-
(0, common_1.assertParamExists)('
|
|
1625
|
-
const localVarPath = `/v1/
|
|
1501
|
+
v1GetImageMetadata: (imageId_1, ...args_1) => __awaiter(this, [imageId_1, ...args_1], void 0, function* (imageId, options = {}) {
|
|
1502
|
+
// verify required parameter 'imageId' is not null or undefined
|
|
1503
|
+
(0, common_1.assertParamExists)('v1GetImageMetadata', 'imageId', imageId);
|
|
1504
|
+
const localVarPath = `/v1/image-metadata`;
|
|
1626
1505
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1627
1506
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1628
1507
|
let baseOptions;
|
|
@@ -1636,9 +1515,10 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1636
1515
|
// authentication BearerToken required
|
|
1637
1516
|
// http bearer authentication required
|
|
1638
1517
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1639
|
-
if (
|
|
1640
|
-
localVarQueryParameter['
|
|
1518
|
+
if (imageId !== undefined) {
|
|
1519
|
+
localVarQueryParameter['imageId'] = imageId;
|
|
1641
1520
|
}
|
|
1521
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1642
1522
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1643
1523
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1644
1524
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1653,7 +1533,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1653
1533
|
* @param {*} [options] Override http request option.
|
|
1654
1534
|
* @throws {RequiredError}
|
|
1655
1535
|
*/
|
|
1656
|
-
v1GetImageSet: (
|
|
1536
|
+
v1GetImageSet: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
1657
1537
|
// verify required parameter 'id' is not null or undefined
|
|
1658
1538
|
(0, common_1.assertParamExists)('v1GetImageSet', 'id', id);
|
|
1659
1539
|
const localVarPath = `/v1/image-set`;
|
|
@@ -1673,6 +1553,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1673
1553
|
if (id !== undefined) {
|
|
1674
1554
|
localVarQueryParameter['id'] = id;
|
|
1675
1555
|
}
|
|
1556
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1676
1557
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1677
1558
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1678
1559
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1687,7 +1568,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1687
1568
|
* @param {*} [options] Override http request option.
|
|
1688
1569
|
* @throws {RequiredError}
|
|
1689
1570
|
*/
|
|
1690
|
-
v1GetImageSetImage: (
|
|
1571
|
+
v1GetImageSetImage: (imageId_1, ...args_1) => __awaiter(this, [imageId_1, ...args_1], void 0, function* (imageId, options = {}) {
|
|
1691
1572
|
// verify required parameter 'imageId' is not null or undefined
|
|
1692
1573
|
(0, common_1.assertParamExists)('v1GetImageSetImage', 'imageId', imageId);
|
|
1693
1574
|
const localVarPath = `/v1/image-set-image`;
|
|
@@ -1707,6 +1588,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1707
1588
|
if (imageId !== undefined) {
|
|
1708
1589
|
localVarQueryParameter['imageId'] = imageId;
|
|
1709
1590
|
}
|
|
1591
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1710
1592
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1711
1593
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1712
1594
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1721,7 +1603,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1721
1603
|
* @param {*} [options] Override http request option.
|
|
1722
1604
|
* @throws {RequiredError}
|
|
1723
1605
|
*/
|
|
1724
|
-
v1GetInstruction: (
|
|
1606
|
+
v1GetInstruction: (v1GetInstructionRequest_1, ...args_1) => __awaiter(this, [v1GetInstructionRequest_1, ...args_1], void 0, function* (v1GetInstructionRequest, options = {}) {
|
|
1725
1607
|
// verify required parameter 'v1GetInstructionRequest' is not null or undefined
|
|
1726
1608
|
(0, common_1.assertParamExists)('v1GetInstruction', 'v1GetInstructionRequest', v1GetInstructionRequest);
|
|
1727
1609
|
const localVarPath = `/v1/instruction`;
|
|
@@ -1739,6 +1621,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1739
1621
|
// http bearer authentication required
|
|
1740
1622
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1741
1623
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1624
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1742
1625
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1743
1626
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1744
1627
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1754,7 +1637,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1754
1637
|
* @param {*} [options] Override http request option.
|
|
1755
1638
|
* @throws {RequiredError}
|
|
1756
1639
|
*/
|
|
1757
|
-
v1GetLastInstructionByNodeId: (
|
|
1640
|
+
v1GetLastInstructionByNodeId: (nodeId_1, ...args_1) => __awaiter(this, [nodeId_1, ...args_1], void 0, function* (nodeId, options = {}) {
|
|
1758
1641
|
// verify required parameter 'nodeId' is not null or undefined
|
|
1759
1642
|
(0, common_1.assertParamExists)('v1GetLastInstructionByNodeId', 'nodeId', nodeId);
|
|
1760
1643
|
const localVarPath = `/v1/instruction`;
|
|
@@ -1774,6 +1657,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1774
1657
|
if (nodeId !== undefined) {
|
|
1775
1658
|
localVarQueryParameter['nodeId'] = nodeId;
|
|
1776
1659
|
}
|
|
1660
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1777
1661
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1778
1662
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1779
1663
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1788,7 +1672,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1788
1672
|
* @param {*} [options] Override http request option.
|
|
1789
1673
|
* @throws {RequiredError}
|
|
1790
1674
|
*/
|
|
1791
|
-
v1GetLatestHfr: (
|
|
1675
|
+
v1GetLatestHfr: (nodeId_1, ...args_1) => __awaiter(this, [nodeId_1, ...args_1], void 0, function* (nodeId, options = {}) {
|
|
1792
1676
|
// verify required parameter 'nodeId' is not null or undefined
|
|
1793
1677
|
(0, common_1.assertParamExists)('v1GetLatestHfr', 'nodeId', nodeId);
|
|
1794
1678
|
const localVarPath = `/v1/autofocus`;
|
|
@@ -1808,6 +1692,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1808
1692
|
if (nodeId !== undefined) {
|
|
1809
1693
|
localVarQueryParameter['nodeId'] = nodeId;
|
|
1810
1694
|
}
|
|
1695
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1811
1696
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1812
1697
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1813
1698
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1821,51 +1706,14 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1821
1706
|
* @param {ModelType} modelType
|
|
1822
1707
|
* @param {string} lineageId
|
|
1823
1708
|
* @param {*} [options] Override http request option.
|
|
1824
|
-
* @throws {RequiredError}
|
|
1825
|
-
*/
|
|
1826
|
-
v1GetLatestModel: (
|
|
1827
|
-
// verify required parameter 'modelType' is not null or undefined
|
|
1828
|
-
(0, common_1.assertParamExists)('v1GetLatestModel', 'modelType', modelType);
|
|
1829
|
-
// verify required parameter 'lineageId' is not null or undefined
|
|
1830
|
-
(0, common_1.assertParamExists)('v1GetLatestModel', 'lineageId', lineageId);
|
|
1831
|
-
const localVarPath = `/v1/ml/get-latest-model`;
|
|
1832
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1833
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1834
|
-
let baseOptions;
|
|
1835
|
-
if (configuration) {
|
|
1836
|
-
baseOptions = configuration.baseOptions;
|
|
1837
|
-
}
|
|
1838
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
1839
|
-
const localVarHeaderParameter = {};
|
|
1840
|
-
const localVarQueryParameter = {};
|
|
1841
|
-
// authentication Roles required
|
|
1842
|
-
// authentication BearerToken required
|
|
1843
|
-
// http bearer authentication required
|
|
1844
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1845
|
-
if (modelType !== undefined) {
|
|
1846
|
-
localVarQueryParameter['modelType'] = modelType;
|
|
1847
|
-
}
|
|
1848
|
-
if (lineageId !== undefined) {
|
|
1849
|
-
localVarQueryParameter['lineageId'] = lineageId;
|
|
1850
|
-
}
|
|
1851
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1852
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1853
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1854
|
-
return {
|
|
1855
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
1856
|
-
options: localVarRequestOptions,
|
|
1857
|
-
};
|
|
1858
|
-
}),
|
|
1859
|
-
/**
|
|
1860
|
-
* Get merged node config body
|
|
1861
|
-
* @param {string} nodeId
|
|
1862
|
-
* @param {*} [options] Override http request option.
|
|
1863
|
-
* @throws {RequiredError}
|
|
1864
|
-
*/
|
|
1865
|
-
v1GetMergedNodeConfigBody: (nodeId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1866
|
-
// verify required parameter 'nodeId' is not null or undefined
|
|
1867
|
-
(0, common_1.assertParamExists)('v1GetMergedNodeConfigBody', 'nodeId', nodeId);
|
|
1868
|
-
const localVarPath = `/v1/node-config`;
|
|
1709
|
+
* @throws {RequiredError}
|
|
1710
|
+
*/
|
|
1711
|
+
v1GetLatestModel: (modelType_1, lineageId_1, ...args_1) => __awaiter(this, [modelType_1, lineageId_1, ...args_1], void 0, function* (modelType, lineageId, options = {}) {
|
|
1712
|
+
// verify required parameter 'modelType' is not null or undefined
|
|
1713
|
+
(0, common_1.assertParamExists)('v1GetLatestModel', 'modelType', modelType);
|
|
1714
|
+
// verify required parameter 'lineageId' is not null or undefined
|
|
1715
|
+
(0, common_1.assertParamExists)('v1GetLatestModel', 'lineageId', lineageId);
|
|
1716
|
+
const localVarPath = `/v1/ml/get-latest-model`;
|
|
1869
1717
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1870
1718
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1871
1719
|
let baseOptions;
|
|
@@ -1879,9 +1727,13 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1879
1727
|
// authentication BearerToken required
|
|
1880
1728
|
// http bearer authentication required
|
|
1881
1729
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1882
|
-
if (
|
|
1883
|
-
localVarQueryParameter['
|
|
1730
|
+
if (modelType !== undefined) {
|
|
1731
|
+
localVarQueryParameter['modelType'] = modelType;
|
|
1732
|
+
}
|
|
1733
|
+
if (lineageId !== undefined) {
|
|
1734
|
+
localVarQueryParameter['lineageId'] = lineageId;
|
|
1884
1735
|
}
|
|
1736
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1885
1737
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1886
1738
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1887
1739
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1891,15 +1743,15 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1891
1743
|
};
|
|
1892
1744
|
}),
|
|
1893
1745
|
/**
|
|
1894
|
-
* Get
|
|
1895
|
-
* @param {string}
|
|
1746
|
+
* Get merged node config body
|
|
1747
|
+
* @param {string} nodeId
|
|
1896
1748
|
* @param {*} [options] Override http request option.
|
|
1897
1749
|
* @throws {RequiredError}
|
|
1898
1750
|
*/
|
|
1899
|
-
|
|
1900
|
-
// verify required parameter '
|
|
1901
|
-
(0, common_1.assertParamExists)('
|
|
1902
|
-
const localVarPath = `/v1/
|
|
1751
|
+
v1GetMergedNodeConfigBody: (nodeId_1, ...args_1) => __awaiter(this, [nodeId_1, ...args_1], void 0, function* (nodeId, options = {}) {
|
|
1752
|
+
// verify required parameter 'nodeId' is not null or undefined
|
|
1753
|
+
(0, common_1.assertParamExists)('v1GetMergedNodeConfigBody', 'nodeId', nodeId);
|
|
1754
|
+
const localVarPath = `/v1/node-config`;
|
|
1903
1755
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1904
1756
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1905
1757
|
let baseOptions;
|
|
@@ -1913,9 +1765,10 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1913
1765
|
// authentication BearerToken required
|
|
1914
1766
|
// http bearer authentication required
|
|
1915
1767
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1916
|
-
if (
|
|
1917
|
-
localVarQueryParameter['
|
|
1768
|
+
if (nodeId !== undefined) {
|
|
1769
|
+
localVarQueryParameter['nodeId'] = nodeId;
|
|
1918
1770
|
}
|
|
1771
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1919
1772
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1920
1773
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1921
1774
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1931,7 +1784,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1931
1784
|
* @param {*} [options] Override http request option.
|
|
1932
1785
|
* @throws {RequiredError}
|
|
1933
1786
|
*/
|
|
1934
|
-
v1GetNode: (
|
|
1787
|
+
v1GetNode: (lineageId_1, nodeId_1, ...args_1) => __awaiter(this, [lineageId_1, nodeId_1, ...args_1], void 0, function* (lineageId, nodeId, options = {}) {
|
|
1935
1788
|
const localVarPath = `/v1/node`;
|
|
1936
1789
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1937
1790
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -1952,6 +1805,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1952
1805
|
if (nodeId !== undefined) {
|
|
1953
1806
|
localVarQueryParameter['nodeId'] = nodeId;
|
|
1954
1807
|
}
|
|
1808
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1955
1809
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1956
1810
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1957
1811
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1967,7 +1821,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1967
1821
|
* @param {*} [options] Override http request option.
|
|
1968
1822
|
* @throws {RequiredError}
|
|
1969
1823
|
*/
|
|
1970
|
-
v1GetNodeCommands: (
|
|
1824
|
+
v1GetNodeCommands: (nodeId_1, executableAt_1, ...args_1) => __awaiter(this, [nodeId_1, executableAt_1, ...args_1], void 0, function* (nodeId, executableAt, options = {}) {
|
|
1971
1825
|
// verify required parameter 'nodeId' is not null or undefined
|
|
1972
1826
|
(0, common_1.assertParamExists)('v1GetNodeCommands', 'nodeId', nodeId);
|
|
1973
1827
|
// verify required parameter 'executableAt' is not null or undefined
|
|
@@ -1994,6 +1848,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1994
1848
|
executableAt.toISOString() :
|
|
1995
1849
|
executableAt;
|
|
1996
1850
|
}
|
|
1851
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1997
1852
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1998
1853
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1999
1854
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -2009,7 +1864,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2009
1864
|
* @param {*} [options] Override http request option.
|
|
2010
1865
|
* @throws {RequiredError}
|
|
2011
1866
|
*/
|
|
2012
|
-
v1GetNodeDiagnosticTasks: (
|
|
1867
|
+
v1GetNodeDiagnosticTasks: (nodeId_1, supportedDiagnostics_1, ...args_1) => __awaiter(this, [nodeId_1, supportedDiagnostics_1, ...args_1], void 0, function* (nodeId, supportedDiagnostics, options = {}) {
|
|
2013
1868
|
// verify required parameter 'nodeId' is not null or undefined
|
|
2014
1869
|
(0, common_1.assertParamExists)('v1GetNodeDiagnosticTasks', 'nodeId', nodeId);
|
|
2015
1870
|
const localVarPath = `/v1/node-diagnostic-tasks`;
|
|
@@ -2032,6 +1887,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2032
1887
|
if (supportedDiagnostics) {
|
|
2033
1888
|
localVarQueryParameter['supportedDiagnostics'] = supportedDiagnostics.join(base_1.COLLECTION_FORMATS.csv);
|
|
2034
1889
|
}
|
|
1890
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2035
1891
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2036
1892
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2037
1893
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -2049,7 +1905,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2049
1905
|
* @param {*} [options] Override http request option.
|
|
2050
1906
|
* @throws {RequiredError}
|
|
2051
1907
|
*/
|
|
2052
|
-
v1GetNodeEventsApexChartsTimeline: (
|
|
1908
|
+
v1GetNodeEventsApexChartsTimeline: (startTime_1, endTime_1, nodeId_1, lineageId_1, ...args_1) => __awaiter(this, [startTime_1, endTime_1, nodeId_1, lineageId_1, ...args_1], void 0, function* (startTime, endTime, nodeId, lineageId, options = {}) {
|
|
2053
1909
|
// verify required parameter 'startTime' is not null or undefined
|
|
2054
1910
|
(0, common_1.assertParamExists)('v1GetNodeEventsApexChartsTimeline', 'startTime', startTime);
|
|
2055
1911
|
// verify required parameter 'endTime' is not null or undefined
|
|
@@ -2084,6 +1940,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2084
1940
|
endTime.toISOString() :
|
|
2085
1941
|
endTime;
|
|
2086
1942
|
}
|
|
1943
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2087
1944
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2088
1945
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2089
1946
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -2098,7 +1955,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2098
1955
|
* @param {*} [options] Override http request option.
|
|
2099
1956
|
* @throws {RequiredError}
|
|
2100
1957
|
*/
|
|
2101
|
-
v1GetNodeFlare: (
|
|
1958
|
+
v1GetNodeFlare: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
2102
1959
|
// verify required parameter 'id' is not null or undefined
|
|
2103
1960
|
(0, common_1.assertParamExists)('v1GetNodeFlare', 'id', id);
|
|
2104
1961
|
const localVarPath = `/v1/node-flare/complete`;
|
|
@@ -2118,40 +1975,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2118
1975
|
if (id !== undefined) {
|
|
2119
1976
|
localVarQueryParameter['id'] = id;
|
|
2120
1977
|
}
|
|
2121
|
-
|
|
2122
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2123
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
2124
|
-
return {
|
|
2125
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
2126
|
-
options: localVarRequestOptions,
|
|
2127
|
-
};
|
|
2128
|
-
}),
|
|
2129
|
-
/**
|
|
2130
|
-
* Get node properties.
|
|
2131
|
-
* @param {string} nodeId
|
|
2132
|
-
* @param {*} [options] Override http request option.
|
|
2133
|
-
* @throws {RequiredError}
|
|
2134
|
-
*/
|
|
2135
|
-
v1GetNodeProperties: (nodeId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2136
|
-
// verify required parameter 'nodeId' is not null or undefined
|
|
2137
|
-
(0, common_1.assertParamExists)('v1GetNodeProperties', 'nodeId', nodeId);
|
|
2138
|
-
const localVarPath = `/v1/node-properties`;
|
|
2139
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2140
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
2141
|
-
let baseOptions;
|
|
2142
|
-
if (configuration) {
|
|
2143
|
-
baseOptions = configuration.baseOptions;
|
|
2144
|
-
}
|
|
2145
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
2146
|
-
const localVarHeaderParameter = {};
|
|
2147
|
-
const localVarQueryParameter = {};
|
|
2148
|
-
// authentication Roles required
|
|
2149
|
-
// authentication BearerToken required
|
|
2150
|
-
// http bearer authentication required
|
|
2151
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2152
|
-
if (nodeId !== undefined) {
|
|
2153
|
-
localVarQueryParameter['nodeId'] = nodeId;
|
|
2154
|
-
}
|
|
1978
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2155
1979
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2156
1980
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2157
1981
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -2165,7 +1989,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2165
1989
|
* @param {*} [options] Override http request option.
|
|
2166
1990
|
* @throws {RequiredError}
|
|
2167
1991
|
*/
|
|
2168
|
-
v1GetNodes: (
|
|
1992
|
+
v1GetNodes: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
2169
1993
|
const localVarPath = `/v1/nodes`;
|
|
2170
1994
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2171
1995
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -2180,6 +2004,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2180
2004
|
// authentication BearerToken required
|
|
2181
2005
|
// http bearer authentication required
|
|
2182
2006
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2007
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2183
2008
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2184
2009
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2185
2010
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -2194,7 +2019,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2194
2019
|
* @param {*} [options] Override http request option.
|
|
2195
2020
|
* @throws {RequiredError}
|
|
2196
2021
|
*/
|
|
2197
|
-
v1GetOTAEncryption: (
|
|
2022
|
+
v1GetOTAEncryption: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
2198
2023
|
// verify required parameter 'id' is not null or undefined
|
|
2199
2024
|
(0, common_1.assertParamExists)('v1GetOTAEncryption', 'id', id);
|
|
2200
2025
|
const localVarPath = `/v1/encrypt-ota`;
|
|
@@ -2214,6 +2039,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2214
2039
|
if (id !== undefined) {
|
|
2215
2040
|
localVarQueryParameter['id'] = id;
|
|
2216
2041
|
}
|
|
2042
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2217
2043
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2218
2044
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2219
2045
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -2228,7 +2054,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2228
2054
|
* @param {*} [options] Override http request option.
|
|
2229
2055
|
* @throws {RequiredError}
|
|
2230
2056
|
*/
|
|
2231
|
-
v1GetOpticalTube: (
|
|
2057
|
+
v1GetOpticalTube: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
2232
2058
|
// verify required parameter 'id' is not null or undefined
|
|
2233
2059
|
(0, common_1.assertParamExists)('v1GetOpticalTube', 'id', id);
|
|
2234
2060
|
const localVarPath = `/v1/optical-tube`;
|
|
@@ -2248,6 +2074,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2248
2074
|
if (id !== undefined) {
|
|
2249
2075
|
localVarQueryParameter['id'] = id;
|
|
2250
2076
|
}
|
|
2077
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2251
2078
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2252
2079
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2253
2080
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -2262,7 +2089,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2262
2089
|
* @param {*} [options] Override http request option.
|
|
2263
2090
|
* @throws {RequiredError}
|
|
2264
2091
|
*/
|
|
2265
|
-
v1GetOrCreateCamera: (
|
|
2092
|
+
v1GetOrCreateCamera: (v1GetOrCreateCameraRequest_1, ...args_1) => __awaiter(this, [v1GetOrCreateCameraRequest_1, ...args_1], void 0, function* (v1GetOrCreateCameraRequest, options = {}) {
|
|
2266
2093
|
// verify required parameter 'v1GetOrCreateCameraRequest' is not null or undefined
|
|
2267
2094
|
(0, common_1.assertParamExists)('v1GetOrCreateCamera', 'v1GetOrCreateCameraRequest', v1GetOrCreateCameraRequest);
|
|
2268
2095
|
const localVarPath = `/v1/camera-match`;
|
|
@@ -2280,6 +2107,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2280
2107
|
// http bearer authentication required
|
|
2281
2108
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2282
2109
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2110
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2283
2111
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2284
2112
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2285
2113
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -2295,7 +2123,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2295
2123
|
* @param {*} [options] Override http request option.
|
|
2296
2124
|
* @throws {RequiredError}
|
|
2297
2125
|
*/
|
|
2298
|
-
v1GetOrCreateFocuser: (
|
|
2126
|
+
v1GetOrCreateFocuser: (v1GetOrCreateFocuserRequest_1, ...args_1) => __awaiter(this, [v1GetOrCreateFocuserRequest_1, ...args_1], void 0, function* (v1GetOrCreateFocuserRequest, options = {}) {
|
|
2299
2127
|
// verify required parameter 'v1GetOrCreateFocuserRequest' is not null or undefined
|
|
2300
2128
|
(0, common_1.assertParamExists)('v1GetOrCreateFocuser', 'v1GetOrCreateFocuserRequest', v1GetOrCreateFocuserRequest);
|
|
2301
2129
|
const localVarPath = `/v1/focuser-match`;
|
|
@@ -2313,6 +2141,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2313
2141
|
// http bearer authentication required
|
|
2314
2142
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2315
2143
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2144
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2316
2145
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2317
2146
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2318
2147
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -2328,7 +2157,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2328
2157
|
* @param {*} [options] Override http request option.
|
|
2329
2158
|
* @throws {RequiredError}
|
|
2330
2159
|
*/
|
|
2331
|
-
v1GetOrCreateMount: (
|
|
2160
|
+
v1GetOrCreateMount: (v1GetOrCreateMountRequest_1, ...args_1) => __awaiter(this, [v1GetOrCreateMountRequest_1, ...args_1], void 0, function* (v1GetOrCreateMountRequest, options = {}) {
|
|
2332
2161
|
// verify required parameter 'v1GetOrCreateMountRequest' is not null or undefined
|
|
2333
2162
|
(0, common_1.assertParamExists)('v1GetOrCreateMount', 'v1GetOrCreateMountRequest', v1GetOrCreateMountRequest);
|
|
2334
2163
|
const localVarPath = `/v1/mount-match`;
|
|
@@ -2346,6 +2175,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2346
2175
|
// http bearer authentication required
|
|
2347
2176
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2348
2177
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2178
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2349
2179
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2350
2180
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2351
2181
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -2355,46 +2185,13 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2355
2185
|
options: localVarRequestOptions,
|
|
2356
2186
|
};
|
|
2357
2187
|
}),
|
|
2358
|
-
/**
|
|
2359
|
-
* Get or create optical tube.
|
|
2360
|
-
* @param {V1GetOrCreateOpticalTubeRequest} v1GetOrCreateOpticalTubeRequest
|
|
2361
|
-
* @param {*} [options] Override http request option.
|
|
2362
|
-
* @throws {RequiredError}
|
|
2363
|
-
*/
|
|
2364
|
-
v1GetOrCreateOpticalTube: (v1GetOrCreateOpticalTubeRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2365
|
-
// verify required parameter 'v1GetOrCreateOpticalTubeRequest' is not null or undefined
|
|
2366
|
-
(0, common_1.assertParamExists)('v1GetOrCreateOpticalTube', 'v1GetOrCreateOpticalTubeRequest', v1GetOrCreateOpticalTubeRequest);
|
|
2367
|
-
const localVarPath = `/v1/optical-tube-match`;
|
|
2368
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2369
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
2370
|
-
let baseOptions;
|
|
2371
|
-
if (configuration) {
|
|
2372
|
-
baseOptions = configuration.baseOptions;
|
|
2373
|
-
}
|
|
2374
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
|
|
2375
|
-
const localVarHeaderParameter = {};
|
|
2376
|
-
const localVarQueryParameter = {};
|
|
2377
|
-
// authentication Roles required
|
|
2378
|
-
// authentication BearerToken required
|
|
2379
|
-
// http bearer authentication required
|
|
2380
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2381
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2382
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2383
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2384
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
2385
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(v1GetOrCreateOpticalTubeRequest, localVarRequestOptions, configuration);
|
|
2386
|
-
return {
|
|
2387
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
2388
|
-
options: localVarRequestOptions,
|
|
2389
|
-
};
|
|
2390
|
-
}),
|
|
2391
2188
|
/**
|
|
2392
2189
|
* Get a diff of plate solve catalog files.
|
|
2393
2190
|
* @param {V1GetPlateSolveCatalogDiffRequest} v1GetPlateSolveCatalogDiffRequest
|
|
2394
2191
|
* @param {*} [options] Override http request option.
|
|
2395
2192
|
* @throws {RequiredError}
|
|
2396
2193
|
*/
|
|
2397
|
-
v1GetPlateSolveCatalogDiff: (
|
|
2194
|
+
v1GetPlateSolveCatalogDiff: (v1GetPlateSolveCatalogDiffRequest_1, ...args_1) => __awaiter(this, [v1GetPlateSolveCatalogDiffRequest_1, ...args_1], void 0, function* (v1GetPlateSolveCatalogDiffRequest, options = {}) {
|
|
2398
2195
|
// verify required parameter 'v1GetPlateSolveCatalogDiffRequest' is not null or undefined
|
|
2399
2196
|
(0, common_1.assertParamExists)('v1GetPlateSolveCatalogDiff', 'v1GetPlateSolveCatalogDiffRequest', v1GetPlateSolveCatalogDiffRequest);
|
|
2400
2197
|
const localVarPath = `/v1/plate-solve-catalog-diff`;
|
|
@@ -2412,6 +2209,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2412
2209
|
// http bearer authentication required
|
|
2413
2210
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2414
2211
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2212
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2415
2213
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2416
2214
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2417
2215
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -2426,7 +2224,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2426
2224
|
* @param {*} [options] Override http request option.
|
|
2427
2225
|
* @throws {RequiredError}
|
|
2428
2226
|
*/
|
|
2429
|
-
v1GetSkyAtlasSatellites: (
|
|
2227
|
+
v1GetSkyAtlasSatellites: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
2430
2228
|
const localVarPath = `/v1/sky-atlas/satellites`;
|
|
2431
2229
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2432
2230
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -2441,6 +2239,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2441
2239
|
// authentication BearerToken required
|
|
2442
2240
|
// http bearer authentication required
|
|
2443
2241
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2242
|
+
localVarHeaderParameter['Accept'] = 'application/octet-stream';
|
|
2444
2243
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2445
2244
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2446
2245
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -2454,7 +2253,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2454
2253
|
* @param {*} [options] Override http request option.
|
|
2455
2254
|
* @throws {RequiredError}
|
|
2456
2255
|
*/
|
|
2457
|
-
v1GetTargetQCOMOTASoftwareReleaseForNode: (
|
|
2256
|
+
v1GetTargetQCOMOTASoftwareReleaseForNode: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
2458
2257
|
const localVarPath = `/v1/node-controller-releases`;
|
|
2459
2258
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2460
2259
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -2469,6 +2268,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2469
2268
|
// authentication BearerToken required
|
|
2470
2269
|
// http bearer authentication required
|
|
2471
2270
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2271
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2472
2272
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2473
2273
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2474
2274
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -2483,7 +2283,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2483
2283
|
* @param {*} [options] Override http request option.
|
|
2484
2284
|
* @throws {RequiredError}
|
|
2485
2285
|
*/
|
|
2486
|
-
v1GetTargetSoftwareReleasesForNode: (
|
|
2286
|
+
v1GetTargetSoftwareReleasesForNode: (lineageId_1, ...args_1) => __awaiter(this, [lineageId_1, ...args_1], void 0, function* (lineageId, options = {}) {
|
|
2487
2287
|
// verify required parameter 'lineageId' is not null or undefined
|
|
2488
2288
|
(0, common_1.assertParamExists)('v1GetTargetSoftwareReleasesForNode', 'lineageId', lineageId);
|
|
2489
2289
|
const localVarPath = `/v1/node/target-software-releases`;
|
|
@@ -2503,6 +2303,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2503
2303
|
if (lineageId !== undefined) {
|
|
2504
2304
|
localVarQueryParameter['lineageId'] = lineageId;
|
|
2505
2305
|
}
|
|
2306
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2506
2307
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2507
2308
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2508
2309
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -2517,7 +2318,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2517
2318
|
* @param {*} [options] Override http request option.
|
|
2518
2319
|
* @throws {RequiredError}
|
|
2519
2320
|
*/
|
|
2520
|
-
v1GetTimeWindowedAsset: (
|
|
2321
|
+
v1GetTimeWindowedAsset: (timeWindowedAssetId_1, ...args_1) => __awaiter(this, [timeWindowedAssetId_1, ...args_1], void 0, function* (timeWindowedAssetId, options = {}) {
|
|
2521
2322
|
// verify required parameter 'timeWindowedAssetId' is not null or undefined
|
|
2522
2323
|
(0, common_1.assertParamExists)('v1GetTimeWindowedAsset', 'timeWindowedAssetId', timeWindowedAssetId);
|
|
2523
2324
|
const localVarPath = `/v1/time-windowed-asset`;
|
|
@@ -2537,6 +2338,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2537
2338
|
if (timeWindowedAssetId !== undefined) {
|
|
2538
2339
|
localVarQueryParameter['timeWindowedAssetId'] = timeWindowedAssetId;
|
|
2539
2340
|
}
|
|
2341
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2540
2342
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2541
2343
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2542
2344
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -2551,7 +2353,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2551
2353
|
* @param {*} [options] Override http request option.
|
|
2552
2354
|
* @throws {RequiredError}
|
|
2553
2355
|
*/
|
|
2554
|
-
v1IssueCertificate: (
|
|
2356
|
+
v1IssueCertificate: (v1NodeControllerBootstrapRequest_1, ...args_1) => __awaiter(this, [v1NodeControllerBootstrapRequest_1, ...args_1], void 0, function* (v1NodeControllerBootstrapRequest, options = {}) {
|
|
2555
2357
|
// verify required parameter 'v1NodeControllerBootstrapRequest' is not null or undefined
|
|
2556
2358
|
(0, common_1.assertParamExists)('v1IssueCertificate', 'v1NodeControllerBootstrapRequest', v1NodeControllerBootstrapRequest);
|
|
2557
2359
|
const localVarPath = `/v1/node-controller/issueCertificate`;
|
|
@@ -2565,6 +2367,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2565
2367
|
const localVarHeaderParameter = {};
|
|
2566
2368
|
const localVarQueryParameter = {};
|
|
2567
2369
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2370
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2568
2371
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2569
2372
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2570
2373
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -2579,7 +2382,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2579
2382
|
* @param {*} [options] Override http request option.
|
|
2580
2383
|
* @throws {RequiredError}
|
|
2581
2384
|
*/
|
|
2582
|
-
v1Logout: (
|
|
2385
|
+
v1Logout: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
2583
2386
|
const localVarPath = `/v1/logout`;
|
|
2584
2387
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2585
2388
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -2593,6 +2396,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2593
2396
|
// authentication BearerToken required
|
|
2594
2397
|
// http bearer authentication required
|
|
2595
2398
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2399
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2596
2400
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2597
2401
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2598
2402
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -2607,7 +2411,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2607
2411
|
* @param {*} [options] Override http request option.
|
|
2608
2412
|
* @throws {RequiredError}
|
|
2609
2413
|
*/
|
|
2610
|
-
v1MountMatch: (
|
|
2414
|
+
v1MountMatch: (model_1, ...args_1) => __awaiter(this, [model_1, ...args_1], void 0, function* (model, options = {}) {
|
|
2611
2415
|
const localVarPath = `/v1/mount-match`;
|
|
2612
2416
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2613
2417
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -2625,6 +2429,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2625
2429
|
if (model !== undefined) {
|
|
2626
2430
|
localVarQueryParameter['model'] = model;
|
|
2627
2431
|
}
|
|
2432
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2628
2433
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2629
2434
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2630
2435
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -2640,7 +2445,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2640
2445
|
* @deprecated
|
|
2641
2446
|
* @throws {RequiredError}
|
|
2642
2447
|
*/
|
|
2643
|
-
v1NodeCommandV1EnableAutonomousOperation: (
|
|
2448
|
+
v1NodeCommandV1EnableAutonomousOperation: (v1EnableAutonomousOperation_1, ...args_1) => __awaiter(this, [v1EnableAutonomousOperation_1, ...args_1], void 0, function* (v1EnableAutonomousOperation, options = {}) {
|
|
2644
2449
|
// verify required parameter 'v1EnableAutonomousOperation' is not null or undefined
|
|
2645
2450
|
(0, common_1.assertParamExists)('v1NodeCommandV1EnableAutonomousOperation', 'v1EnableAutonomousOperation', v1EnableAutonomousOperation);
|
|
2646
2451
|
const localVarPath = `/v1/node-command/enable-autonomous-operation`;
|
|
@@ -2658,6 +2463,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2658
2463
|
// http bearer authentication required
|
|
2659
2464
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2660
2465
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2466
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2661
2467
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2662
2468
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2663
2469
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -2674,7 +2480,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2674
2480
|
* @deprecated
|
|
2675
2481
|
* @throws {RequiredError}
|
|
2676
2482
|
*/
|
|
2677
|
-
v1NodeCommandV1EnableManualOperation: (
|
|
2483
|
+
v1NodeCommandV1EnableManualOperation: (v1EnableManualOperation_1, ...args_1) => __awaiter(this, [v1EnableManualOperation_1, ...args_1], void 0, function* (v1EnableManualOperation, options = {}) {
|
|
2678
2484
|
// verify required parameter 'v1EnableManualOperation' is not null or undefined
|
|
2679
2485
|
(0, common_1.assertParamExists)('v1NodeCommandV1EnableManualOperation', 'v1EnableManualOperation', v1EnableManualOperation);
|
|
2680
2486
|
const localVarPath = `/v1/node-command/enable-manual-operation`;
|
|
@@ -2692,6 +2498,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2692
2498
|
// http bearer authentication required
|
|
2693
2499
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2694
2500
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2501
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2695
2502
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2696
2503
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2697
2504
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -2708,7 +2515,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2708
2515
|
* @deprecated
|
|
2709
2516
|
* @throws {RequiredError}
|
|
2710
2517
|
*/
|
|
2711
|
-
v1NodeCommandV1RebootSystem: (
|
|
2518
|
+
v1NodeCommandV1RebootSystem: (v1RebootSystem_1, ...args_1) => __awaiter(this, [v1RebootSystem_1, ...args_1], void 0, function* (v1RebootSystem, options = {}) {
|
|
2712
2519
|
// verify required parameter 'v1RebootSystem' is not null or undefined
|
|
2713
2520
|
(0, common_1.assertParamExists)('v1NodeCommandV1RebootSystem', 'v1RebootSystem', v1RebootSystem);
|
|
2714
2521
|
const localVarPath = `/v1/node-command/reboot`;
|
|
@@ -2726,6 +2533,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2726
2533
|
// http bearer authentication required
|
|
2727
2534
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2728
2535
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2536
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2729
2537
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2730
2538
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2731
2539
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -2742,7 +2550,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2742
2550
|
* @deprecated
|
|
2743
2551
|
* @throws {RequiredError}
|
|
2744
2552
|
*/
|
|
2745
|
-
v1NodeCommandV1SendFlare: (
|
|
2553
|
+
v1NodeCommandV1SendFlare: (v1SendFlare_1, ...args_1) => __awaiter(this, [v1SendFlare_1, ...args_1], void 0, function* (v1SendFlare, options = {}) {
|
|
2746
2554
|
// verify required parameter 'v1SendFlare' is not null or undefined
|
|
2747
2555
|
(0, common_1.assertParamExists)('v1NodeCommandV1SendFlare', 'v1SendFlare', v1SendFlare);
|
|
2748
2556
|
const localVarPath = `/v1/node-command/send-flare`;
|
|
@@ -2760,6 +2568,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2760
2568
|
// http bearer authentication required
|
|
2761
2569
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2762
2570
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2571
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2763
2572
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2764
2573
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2765
2574
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -2770,55 +2579,46 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2770
2579
|
};
|
|
2771
2580
|
}),
|
|
2772
2581
|
/**
|
|
2773
|
-
*
|
|
2774
|
-
* @param {
|
|
2775
|
-
* @param {number} [focalLengthMm]
|
|
2776
|
-
* @param {number} [apertureMm]
|
|
2582
|
+
* Authorize an OAuth request. Returns a redirect URL with an authorization code.
|
|
2583
|
+
* @param {V1OAuthAuthorizeRequest} v1OAuthAuthorizeRequest
|
|
2777
2584
|
* @param {*} [options] Override http request option.
|
|
2778
2585
|
* @throws {RequiredError}
|
|
2779
2586
|
*/
|
|
2780
|
-
|
|
2781
|
-
|
|
2587
|
+
v1OAuthAuthorize: (v1OAuthAuthorizeRequest_1, ...args_1) => __awaiter(this, [v1OAuthAuthorizeRequest_1, ...args_1], void 0, function* (v1OAuthAuthorizeRequest, options = {}) {
|
|
2588
|
+
// verify required parameter 'v1OAuthAuthorizeRequest' is not null or undefined
|
|
2589
|
+
(0, common_1.assertParamExists)('v1OAuthAuthorize', 'v1OAuthAuthorizeRequest', v1OAuthAuthorizeRequest);
|
|
2590
|
+
const localVarPath = `/v1/oauth/authorize`;
|
|
2782
2591
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2783
2592
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
2784
2593
|
let baseOptions;
|
|
2785
2594
|
if (configuration) {
|
|
2786
2595
|
baseOptions = configuration.baseOptions;
|
|
2787
2596
|
}
|
|
2788
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: '
|
|
2597
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
2789
2598
|
const localVarHeaderParameter = {};
|
|
2790
2599
|
const localVarQueryParameter = {};
|
|
2791
2600
|
// authentication Roles required
|
|
2792
2601
|
// authentication BearerToken required
|
|
2793
2602
|
// http bearer authentication required
|
|
2794
2603
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2795
|
-
|
|
2796
|
-
|
|
2797
|
-
}
|
|
2798
|
-
if (focalLengthMm !== undefined) {
|
|
2799
|
-
localVarQueryParameter['focalLengthMm'] = focalLengthMm;
|
|
2800
|
-
}
|
|
2801
|
-
if (apertureMm !== undefined) {
|
|
2802
|
-
localVarQueryParameter['apertureMm'] = apertureMm;
|
|
2803
|
-
}
|
|
2604
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2605
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2804
2606
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2805
2607
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2806
2608
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
2609
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(v1OAuthAuthorizeRequest, localVarRequestOptions, configuration);
|
|
2807
2610
|
return {
|
|
2808
2611
|
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
2809
2612
|
options: localVarRequestOptions,
|
|
2810
2613
|
};
|
|
2811
2614
|
}),
|
|
2812
2615
|
/**
|
|
2813
|
-
*
|
|
2814
|
-
* @param {V1RegisterNodeControllerRequest} v1RegisterNodeControllerRequest
|
|
2616
|
+
* Clear the OAuth refresh token cookie, effectively logging the user out of the OAuth session.
|
|
2815
2617
|
* @param {*} [options] Override http request option.
|
|
2816
2618
|
* @throws {RequiredError}
|
|
2817
2619
|
*/
|
|
2818
|
-
|
|
2819
|
-
|
|
2820
|
-
(0, common_1.assertParamExists)('v1RegisterNodeController', 'v1RegisterNodeControllerRequest', v1RegisterNodeControllerRequest);
|
|
2821
|
-
const localVarPath = `/v1/node-controller/register`;
|
|
2620
|
+
v1OAuthLogout: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
2621
|
+
const localVarPath = `/v1/oauth/logout`;
|
|
2822
2622
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2823
2623
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
2824
2624
|
let baseOptions;
|
|
@@ -2828,26 +2628,29 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2828
2628
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
2829
2629
|
const localVarHeaderParameter = {};
|
|
2830
2630
|
const localVarQueryParameter = {};
|
|
2831
|
-
|
|
2631
|
+
// authentication Roles required
|
|
2632
|
+
// authentication BearerToken required
|
|
2633
|
+
// http bearer authentication required
|
|
2634
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2635
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2832
2636
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2833
2637
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2834
2638
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
2835
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(v1RegisterNodeControllerRequest, localVarRequestOptions, configuration);
|
|
2836
2639
|
return {
|
|
2837
2640
|
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
2838
2641
|
options: localVarRequestOptions,
|
|
2839
2642
|
};
|
|
2840
2643
|
}),
|
|
2841
2644
|
/**
|
|
2842
|
-
*
|
|
2843
|
-
* @param {
|
|
2645
|
+
* OAuth 2.0 token endpoint. Supports grant_type=authorization_code to exchange an authorization code for an access token and refresh token, and grant_type=refresh_token to exchange a refresh token for a new access token and refresh token.
|
|
2646
|
+
* @param {V1OAuthTokenRequest} v1OAuthTokenRequest
|
|
2844
2647
|
* @param {*} [options] Override http request option.
|
|
2845
2648
|
* @throws {RequiredError}
|
|
2846
2649
|
*/
|
|
2847
|
-
|
|
2848
|
-
// verify required parameter '
|
|
2849
|
-
(0, common_1.assertParamExists)('
|
|
2850
|
-
const localVarPath = `/v1/
|
|
2650
|
+
v1OAuthToken: (v1OAuthTokenRequest_1, ...args_1) => __awaiter(this, [v1OAuthTokenRequest_1, ...args_1], void 0, function* (v1OAuthTokenRequest, options = {}) {
|
|
2651
|
+
// verify required parameter 'v1OAuthTokenRequest' is not null or undefined
|
|
2652
|
+
(0, common_1.assertParamExists)('v1OAuthToken', 'v1OAuthTokenRequest', v1OAuthTokenRequest);
|
|
2653
|
+
const localVarPath = `/v1/oauth/token`;
|
|
2851
2654
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2852
2655
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
2853
2656
|
let baseOptions;
|
|
@@ -2857,30 +2660,25 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2857
2660
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
2858
2661
|
const localVarHeaderParameter = {};
|
|
2859
2662
|
const localVarQueryParameter = {};
|
|
2860
|
-
// authentication Roles required
|
|
2861
|
-
// authentication BearerToken required
|
|
2862
|
-
// http bearer authentication required
|
|
2863
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2864
2663
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2664
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2865
2665
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2866
2666
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2867
2667
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
2868
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(
|
|
2668
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(v1OAuthTokenRequest, localVarRequestOptions, configuration);
|
|
2869
2669
|
return {
|
|
2870
2670
|
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
2871
2671
|
options: localVarRequestOptions,
|
|
2872
2672
|
};
|
|
2873
2673
|
}),
|
|
2874
2674
|
/**
|
|
2875
|
-
*
|
|
2876
|
-
* @param {
|
|
2675
|
+
* Refresh certificates for a node controller in FINISHED bootstrap status. For NODE_CONTROLLER role: Uses the lineageId from the authenticated certificate. For ADMIN role: Can optionally specify a lineageId to refresh certificates for any node.
|
|
2676
|
+
* @param {V1RefreshCertificateRequest} [v1RefreshCertificateRequest]
|
|
2877
2677
|
* @param {*} [options] Override http request option.
|
|
2878
2678
|
* @throws {RequiredError}
|
|
2879
2679
|
*/
|
|
2880
|
-
|
|
2881
|
-
|
|
2882
|
-
(0, common_1.assertParamExists)('v1StartOTAEncryptionLatest', 'v1OTAEncryptionRequestLatest', v1OTAEncryptionRequestLatest);
|
|
2883
|
-
const localVarPath = `/v1/encrypt-ota`;
|
|
2680
|
+
v1RefreshCertificate: (v1RefreshCertificateRequest_1, ...args_1) => __awaiter(this, [v1RefreshCertificateRequest_1, ...args_1], void 0, function* (v1RefreshCertificateRequest, options = {}) {
|
|
2681
|
+
const localVarPath = `/v1/node-controller/refresh-certificate`;
|
|
2884
2682
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2885
2683
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
2886
2684
|
let baseOptions;
|
|
@@ -2895,65 +2693,63 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2895
2693
|
// http bearer authentication required
|
|
2896
2694
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2897
2695
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2696
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2898
2697
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2899
2698
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2900
2699
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
2901
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(
|
|
2700
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(v1RefreshCertificateRequest, localVarRequestOptions, configuration);
|
|
2902
2701
|
return {
|
|
2903
2702
|
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
2904
2703
|
options: localVarRequestOptions,
|
|
2905
2704
|
};
|
|
2906
2705
|
}),
|
|
2907
2706
|
/**
|
|
2908
|
-
*
|
|
2909
|
-
* @param {
|
|
2707
|
+
* RegisterNodeController
|
|
2708
|
+
* @param {V1RegisterNodeControllerRequest} v1RegisterNodeControllerRequest
|
|
2910
2709
|
* @param {*} [options] Override http request option.
|
|
2911
2710
|
* @throws {RequiredError}
|
|
2912
2711
|
*/
|
|
2913
|
-
|
|
2914
|
-
// verify required parameter '
|
|
2915
|
-
(0, common_1.assertParamExists)('
|
|
2916
|
-
const localVarPath = `/v1/
|
|
2712
|
+
v1RegisterNodeController: (v1RegisterNodeControllerRequest_1, ...args_1) => __awaiter(this, [v1RegisterNodeControllerRequest_1, ...args_1], void 0, function* (v1RegisterNodeControllerRequest, options = {}) {
|
|
2713
|
+
// verify required parameter 'v1RegisterNodeControllerRequest' is not null or undefined
|
|
2714
|
+
(0, common_1.assertParamExists)('v1RegisterNodeController', 'v1RegisterNodeControllerRequest', v1RegisterNodeControllerRequest);
|
|
2715
|
+
const localVarPath = `/v1/node-controller/register`;
|
|
2917
2716
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2918
2717
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
2919
2718
|
let baseOptions;
|
|
2920
2719
|
if (configuration) {
|
|
2921
2720
|
baseOptions = configuration.baseOptions;
|
|
2922
2721
|
}
|
|
2923
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: '
|
|
2722
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
2924
2723
|
const localVarHeaderParameter = {};
|
|
2925
2724
|
const localVarQueryParameter = {};
|
|
2926
|
-
// authentication Roles required
|
|
2927
|
-
// authentication BearerToken required
|
|
2928
|
-
// http bearer authentication required
|
|
2929
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2930
2725
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2726
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2931
2727
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2932
2728
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2933
2729
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
2934
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(
|
|
2730
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(v1RegisterNodeControllerRequest, localVarRequestOptions, configuration);
|
|
2935
2731
|
return {
|
|
2936
2732
|
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
2937
2733
|
options: localVarRequestOptions,
|
|
2938
2734
|
};
|
|
2939
2735
|
}),
|
|
2940
2736
|
/**
|
|
2941
|
-
*
|
|
2942
|
-
* @param {
|
|
2737
|
+
* Requests mac addresses for the given lineage and interfaces.
|
|
2738
|
+
* @param {V1RequestMacAddressesRequest} v1RequestMacAddressesRequest
|
|
2943
2739
|
* @param {*} [options] Override http request option.
|
|
2944
2740
|
* @throws {RequiredError}
|
|
2945
2741
|
*/
|
|
2946
|
-
|
|
2947
|
-
// verify required parameter '
|
|
2948
|
-
(0, common_1.assertParamExists)('
|
|
2949
|
-
const localVarPath = `/v1/node`;
|
|
2742
|
+
v1RequestMacAddresses: (v1RequestMacAddressesRequest_1, ...args_1) => __awaiter(this, [v1RequestMacAddressesRequest_1, ...args_1], void 0, function* (v1RequestMacAddressesRequest, options = {}) {
|
|
2743
|
+
// verify required parameter 'v1RequestMacAddressesRequest' is not null or undefined
|
|
2744
|
+
(0, common_1.assertParamExists)('v1RequestMacAddresses', 'v1RequestMacAddressesRequest', v1RequestMacAddressesRequest);
|
|
2745
|
+
const localVarPath = `/v1/node-controller/request-mac-addresses`;
|
|
2950
2746
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2951
2747
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
2952
2748
|
let baseOptions;
|
|
2953
2749
|
if (configuration) {
|
|
2954
2750
|
baseOptions = configuration.baseOptions;
|
|
2955
2751
|
}
|
|
2956
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: '
|
|
2752
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
2957
2753
|
const localVarHeaderParameter = {};
|
|
2958
2754
|
const localVarQueryParameter = {};
|
|
2959
2755
|
// authentication Roles required
|
|
@@ -2961,32 +2757,33 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2961
2757
|
// http bearer authentication required
|
|
2962
2758
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2963
2759
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2760
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2964
2761
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2965
2762
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2966
2763
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
2967
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(
|
|
2764
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(v1RequestMacAddressesRequest, localVarRequestOptions, configuration);
|
|
2968
2765
|
return {
|
|
2969
2766
|
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
2970
2767
|
options: localVarRequestOptions,
|
|
2971
2768
|
};
|
|
2972
2769
|
}),
|
|
2973
2770
|
/**
|
|
2974
|
-
*
|
|
2975
|
-
* @param {
|
|
2771
|
+
* Start OTA encryption of latest software release for the specified edge controller
|
|
2772
|
+
* @param {V1OTAEncryptionRequestLatest} v1OTAEncryptionRequestLatest
|
|
2976
2773
|
* @param {*} [options] Override http request option.
|
|
2977
2774
|
* @throws {RequiredError}
|
|
2978
2775
|
*/
|
|
2979
|
-
|
|
2980
|
-
// verify required parameter '
|
|
2981
|
-
(0, common_1.assertParamExists)('
|
|
2982
|
-
const localVarPath = `/v1/
|
|
2776
|
+
v1StartOTAEncryptionLatest: (v1OTAEncryptionRequestLatest_1, ...args_1) => __awaiter(this, [v1OTAEncryptionRequestLatest_1, ...args_1], void 0, function* (v1OTAEncryptionRequestLatest, options = {}) {
|
|
2777
|
+
// verify required parameter 'v1OTAEncryptionRequestLatest' is not null or undefined
|
|
2778
|
+
(0, common_1.assertParamExists)('v1StartOTAEncryptionLatest', 'v1OTAEncryptionRequestLatest', v1OTAEncryptionRequestLatest);
|
|
2779
|
+
const localVarPath = `/v1/encrypt-ota`;
|
|
2983
2780
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2984
2781
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
2985
2782
|
let baseOptions;
|
|
2986
2783
|
if (configuration) {
|
|
2987
2784
|
baseOptions = configuration.baseOptions;
|
|
2988
2785
|
}
|
|
2989
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: '
|
|
2786
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
2990
2787
|
const localVarHeaderParameter = {};
|
|
2991
2788
|
const localVarQueryParameter = {};
|
|
2992
2789
|
// authentication Roles required
|
|
@@ -2994,25 +2791,26 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2994
2791
|
// http bearer authentication required
|
|
2995
2792
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2996
2793
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2794
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2997
2795
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2998
2796
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2999
2797
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
3000
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(
|
|
2798
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(v1OTAEncryptionRequestLatest, localVarRequestOptions, configuration);
|
|
3001
2799
|
return {
|
|
3002
2800
|
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
3003
2801
|
options: localVarRequestOptions,
|
|
3004
2802
|
};
|
|
3005
2803
|
}),
|
|
3006
2804
|
/**
|
|
3007
|
-
* Update
|
|
3008
|
-
* @param {
|
|
2805
|
+
* Update a node.
|
|
2806
|
+
* @param {V1UpdateNodeRequest} v1UpdateNodeRequest
|
|
3009
2807
|
* @param {*} [options] Override http request option.
|
|
3010
2808
|
* @throws {RequiredError}
|
|
3011
2809
|
*/
|
|
3012
|
-
|
|
3013
|
-
// verify required parameter '
|
|
3014
|
-
(0, common_1.assertParamExists)('
|
|
3015
|
-
const localVarPath = `/v1/
|
|
2810
|
+
v1UpdateNode: (v1UpdateNodeRequest_1, ...args_1) => __awaiter(this, [v1UpdateNodeRequest_1, ...args_1], void 0, function* (v1UpdateNodeRequest, options = {}) {
|
|
2811
|
+
// verify required parameter 'v1UpdateNodeRequest' is not null or undefined
|
|
2812
|
+
(0, common_1.assertParamExists)('v1UpdateNode', 'v1UpdateNodeRequest', v1UpdateNodeRequest);
|
|
2813
|
+
const localVarPath = `/v1/node`;
|
|
3016
2814
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
3017
2815
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
3018
2816
|
let baseOptions;
|
|
@@ -3027,10 +2825,11 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
3027
2825
|
// http bearer authentication required
|
|
3028
2826
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
3029
2827
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2828
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
3030
2829
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
3031
2830
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3032
2831
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
3033
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(
|
|
2832
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(v1UpdateNodeRequest, localVarRequestOptions, configuration);
|
|
3034
2833
|
return {
|
|
3035
2834
|
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
3036
2835
|
options: localVarRequestOptions,
|
|
@@ -3042,7 +2841,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
3042
2841
|
* @param {*} [options] Override http request option.
|
|
3043
2842
|
* @throws {RequiredError}
|
|
3044
2843
|
*/
|
|
3045
|
-
v2CompleteObservation: (
|
|
2844
|
+
v2CompleteObservation: (v2CompleteObservationRequest_1, ...args_1) => __awaiter(this, [v2CompleteObservationRequest_1, ...args_1], void 0, function* (v2CompleteObservationRequest, options = {}) {
|
|
3046
2845
|
// verify required parameter 'v2CompleteObservationRequest' is not null or undefined
|
|
3047
2846
|
(0, common_1.assertParamExists)('v2CompleteObservation', 'v2CompleteObservationRequest', v2CompleteObservationRequest);
|
|
3048
2847
|
const localVarPath = `/v2/observation-complete`;
|
|
@@ -3060,6 +2859,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
3060
2859
|
// http bearer authentication required
|
|
3061
2860
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
3062
2861
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2862
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
3063
2863
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
3064
2864
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3065
2865
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -3075,7 +2875,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
3075
2875
|
* @param {*} [options] Override http request option.
|
|
3076
2876
|
* @throws {RequiredError}
|
|
3077
2877
|
*/
|
|
3078
|
-
v2IssueCertificate: (
|
|
2878
|
+
v2IssueCertificate: (v1NodeControllerBootstrapRequest_1, ...args_1) => __awaiter(this, [v1NodeControllerBootstrapRequest_1, ...args_1], void 0, function* (v1NodeControllerBootstrapRequest, options = {}) {
|
|
3079
2879
|
// verify required parameter 'v1NodeControllerBootstrapRequest' is not null or undefined
|
|
3080
2880
|
(0, common_1.assertParamExists)('v2IssueCertificate', 'v1NodeControllerBootstrapRequest', v1NodeControllerBootstrapRequest);
|
|
3081
2881
|
const localVarPath = `/v2/node-controller/issue-certificate`;
|
|
@@ -3089,6 +2889,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
3089
2889
|
const localVarHeaderParameter = {};
|
|
3090
2890
|
const localVarQueryParameter = {};
|
|
3091
2891
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2892
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
3092
2893
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
3093
2894
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3094
2895
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -3098,41 +2899,49 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
3098
2899
|
options: localVarRequestOptions,
|
|
3099
2900
|
};
|
|
3100
2901
|
}),
|
|
2902
|
+
/**
|
|
2903
|
+
* Update a node.
|
|
2904
|
+
* @param {V2UpdateNodeRequest} v2UpdateNodeRequest
|
|
2905
|
+
* @param {*} [options] Override http request option.
|
|
2906
|
+
* @throws {RequiredError}
|
|
2907
|
+
*/
|
|
2908
|
+
v2UpdateNode: (v2UpdateNodeRequest_1, ...args_1) => __awaiter(this, [v2UpdateNodeRequest_1, ...args_1], void 0, function* (v2UpdateNodeRequest, options = {}) {
|
|
2909
|
+
// verify required parameter 'v2UpdateNodeRequest' is not null or undefined
|
|
2910
|
+
(0, common_1.assertParamExists)('v2UpdateNode', 'v2UpdateNodeRequest', v2UpdateNodeRequest);
|
|
2911
|
+
const localVarPath = `/v2/node`;
|
|
2912
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2913
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
2914
|
+
let baseOptions;
|
|
2915
|
+
if (configuration) {
|
|
2916
|
+
baseOptions = configuration.baseOptions;
|
|
2917
|
+
}
|
|
2918
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
|
|
2919
|
+
const localVarHeaderParameter = {};
|
|
2920
|
+
const localVarQueryParameter = {};
|
|
2921
|
+
// authentication Roles required
|
|
2922
|
+
// authentication BearerToken required
|
|
2923
|
+
// http bearer authentication required
|
|
2924
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2925
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2926
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2927
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2928
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2929
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
2930
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(v2UpdateNodeRequest, localVarRequestOptions, configuration);
|
|
2931
|
+
return {
|
|
2932
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
2933
|
+
options: localVarRequestOptions,
|
|
2934
|
+
};
|
|
2935
|
+
}),
|
|
3101
2936
|
};
|
|
3102
2937
|
};
|
|
3103
2938
|
exports.DefaultApiAxiosParamCreator = DefaultApiAxiosParamCreator;
|
|
3104
2939
|
/**
|
|
3105
2940
|
* DefaultApi - functional programming interface
|
|
3106
|
-
* @export
|
|
3107
2941
|
*/
|
|
3108
2942
|
const DefaultApiFp = function (configuration) {
|
|
3109
2943
|
const localVarAxiosParamCreator = (0, exports.DefaultApiAxiosParamCreator)(configuration);
|
|
3110
2944
|
return {
|
|
3111
|
-
/**
|
|
3112
|
-
* Get edge controller crash report details
|
|
3113
|
-
* @param {string} id
|
|
3114
|
-
* @param {*} [options] Override http request option.
|
|
3115
|
-
* @throws {RequiredError}
|
|
3116
|
-
*/
|
|
3117
|
-
adminV1GetNodeControllerCrashReport(id, options) {
|
|
3118
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
3119
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.adminV1GetNodeControllerCrashReport(id, options);
|
|
3120
|
-
return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
|
|
3121
|
-
});
|
|
3122
|
-
},
|
|
3123
|
-
/**
|
|
3124
|
-
* Get edge controller crash reports around a specific timeframe
|
|
3125
|
-
* @param {string} lineageId
|
|
3126
|
-
* @param {string} time
|
|
3127
|
-
* @param {*} [options] Override http request option.
|
|
3128
|
-
* @throws {RequiredError}
|
|
3129
|
-
*/
|
|
3130
|
-
adminV1GetNodeControllerCrashReportsAtTime(lineageId, time, options) {
|
|
3131
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
3132
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.adminV1GetNodeControllerCrashReportsAtTime(lineageId, time, options);
|
|
3133
|
-
return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
|
|
3134
|
-
});
|
|
3135
|
-
},
|
|
3136
2945
|
/**
|
|
3137
2946
|
* Get images for a node for display in a camera roll format
|
|
3138
2947
|
* @param {string} [nodeId]
|
|
@@ -3144,8 +2953,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
3144
2953
|
*/
|
|
3145
2954
|
getCameraRoll(nodeId, lineageId, before, types, options) {
|
|
3146
2955
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2956
|
+
var _a, _b, _c;
|
|
3147
2957
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.getCameraRoll(nodeId, lineageId, before, types, options);
|
|
3148
|
-
|
|
2958
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2959
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.getCameraRoll']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2960
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3149
2961
|
});
|
|
3150
2962
|
},
|
|
3151
2963
|
/**
|
|
@@ -3155,8 +2967,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
3155
2967
|
*/
|
|
3156
2968
|
getClientToken(options) {
|
|
3157
2969
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2970
|
+
var _a, _b, _c;
|
|
3158
2971
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.getClientToken(options);
|
|
3159
|
-
|
|
2972
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2973
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.getClientToken']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2974
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3160
2975
|
});
|
|
3161
2976
|
},
|
|
3162
2977
|
/**
|
|
@@ -3174,8 +2989,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
3174
2989
|
*/
|
|
3175
2990
|
v1CameraMatch(model, pixelSizeMicrons, pixelsX, pixelsY, megapixels, chilled, adcBitDepth, isColor, options) {
|
|
3176
2991
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2992
|
+
var _a, _b, _c;
|
|
3177
2993
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CameraMatch(model, pixelSizeMicrons, pixelsX, pixelsY, megapixels, chilled, adcBitDepth, isColor, options);
|
|
3178
|
-
|
|
2994
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2995
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1CameraMatch']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2996
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3179
2997
|
});
|
|
3180
2998
|
},
|
|
3181
2999
|
/**
|
|
@@ -3185,8 +3003,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
3185
3003
|
*/
|
|
3186
3004
|
v1CompleteBootstrap(options) {
|
|
3187
3005
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3006
|
+
var _a, _b, _c;
|
|
3188
3007
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CompleteBootstrap(options);
|
|
3189
|
-
|
|
3008
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3009
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1CompleteBootstrap']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3010
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3190
3011
|
});
|
|
3191
3012
|
},
|
|
3192
3013
|
/**
|
|
@@ -3197,8 +3018,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
3197
3018
|
*/
|
|
3198
3019
|
v1CompleteNodeControllerCrashReport(v1CompleteNodeControllerCrashReportRequest, options) {
|
|
3199
3020
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3021
|
+
var _a, _b, _c;
|
|
3200
3022
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CompleteNodeControllerCrashReport(v1CompleteNodeControllerCrashReportRequest, options);
|
|
3201
|
-
|
|
3023
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3024
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1CompleteNodeControllerCrashReport']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3025
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3202
3026
|
});
|
|
3203
3027
|
},
|
|
3204
3028
|
/**
|
|
@@ -3209,8 +3033,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
3209
3033
|
*/
|
|
3210
3034
|
v1CompleteNodeFlare(v1CompleteNodeFlareRequest, options) {
|
|
3211
3035
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3036
|
+
var _a, _b, _c;
|
|
3212
3037
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CompleteNodeFlare(v1CompleteNodeFlareRequest, options);
|
|
3213
|
-
|
|
3038
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3039
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1CompleteNodeFlare']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3040
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3214
3041
|
});
|
|
3215
3042
|
},
|
|
3216
3043
|
/**
|
|
@@ -3221,8 +3048,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
3221
3048
|
*/
|
|
3222
3049
|
v1CompleteObservation(v1CompleteObservationRequest, options) {
|
|
3223
3050
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3051
|
+
var _a, _b, _c;
|
|
3224
3052
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CompleteObservation(v1CompleteObservationRequest, options);
|
|
3225
|
-
|
|
3053
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3054
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1CompleteObservation']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3055
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3226
3056
|
});
|
|
3227
3057
|
},
|
|
3228
3058
|
/**
|
|
@@ -3233,8 +3063,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
3233
3063
|
*/
|
|
3234
3064
|
v1CreateAllSkyPrediction(v1CreateAllSkyPredictionRequest, options) {
|
|
3235
3065
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3066
|
+
var _a, _b, _c;
|
|
3236
3067
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateAllSkyPrediction(v1CreateAllSkyPredictionRequest, options);
|
|
3237
|
-
|
|
3068
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3069
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1CreateAllSkyPrediction']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3070
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3238
3071
|
});
|
|
3239
3072
|
},
|
|
3240
3073
|
/**
|
|
@@ -3245,32 +3078,27 @@ const DefaultApiFp = function (configuration) {
|
|
|
3245
3078
|
*/
|
|
3246
3079
|
v1CreateAutofocusResult(v1CreateAutofocusResultRequest, options) {
|
|
3247
3080
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3081
|
+
var _a, _b, _c;
|
|
3248
3082
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateAutofocusResult(v1CreateAutofocusResultRequest, options);
|
|
3249
|
-
|
|
3250
|
-
|
|
3251
|
-
|
|
3252
|
-
/**
|
|
3253
|
-
* Create a filter wheel.
|
|
3254
|
-
* @param {V1CreateFilterWheelRequest} v1CreateFilterWheelRequest
|
|
3255
|
-
* @param {*} [options] Override http request option.
|
|
3256
|
-
* @throws {RequiredError}
|
|
3257
|
-
*/
|
|
3258
|
-
v1CreateFilterWheel(v1CreateFilterWheelRequest, options) {
|
|
3259
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
3260
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateFilterWheel(v1CreateFilterWheelRequest, options);
|
|
3261
|
-
return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
|
|
3083
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3084
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1CreateAutofocusResult']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3085
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3262
3086
|
});
|
|
3263
3087
|
},
|
|
3264
3088
|
/**
|
|
3265
|
-
* Create an
|
|
3266
|
-
* @param {
|
|
3089
|
+
* Create metadata about an image by image id. This includes plate solve results
|
|
3090
|
+
* @param {string} imageId
|
|
3091
|
+
* @param {V1CreateImageMetadataRequest} v1CreateImageMetadataRequest
|
|
3267
3092
|
* @param {*} [options] Override http request option.
|
|
3268
3093
|
* @throws {RequiredError}
|
|
3269
3094
|
*/
|
|
3270
|
-
|
|
3095
|
+
v1CreateImageMetadata(imageId, v1CreateImageMetadataRequest, options) {
|
|
3271
3096
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3272
|
-
|
|
3273
|
-
|
|
3097
|
+
var _a, _b, _c;
|
|
3098
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateImageMetadata(imageId, v1CreateImageMetadataRequest, options);
|
|
3099
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3100
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1CreateImageMetadata']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3101
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3274
3102
|
});
|
|
3275
3103
|
},
|
|
3276
3104
|
/**
|
|
@@ -3281,8 +3109,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
3281
3109
|
*/
|
|
3282
3110
|
v1CreateImageSet(v1CreateImageSetRequest, options) {
|
|
3283
3111
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3112
|
+
var _a, _b, _c;
|
|
3284
3113
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateImageSet(v1CreateImageSetRequest, options);
|
|
3285
|
-
|
|
3114
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3115
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1CreateImageSet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3116
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3286
3117
|
});
|
|
3287
3118
|
},
|
|
3288
3119
|
/**
|
|
@@ -3293,8 +3124,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
3293
3124
|
*/
|
|
3294
3125
|
v1CreateImageSetImage(v1CreateImageSetImageRequest, options) {
|
|
3295
3126
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3127
|
+
var _a, _b, _c;
|
|
3296
3128
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateImageSetImage(v1CreateImageSetImageRequest, options);
|
|
3297
|
-
|
|
3129
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3130
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1CreateImageSetImage']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3131
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3298
3132
|
});
|
|
3299
3133
|
},
|
|
3300
3134
|
/**
|
|
@@ -3305,8 +3139,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
3305
3139
|
*/
|
|
3306
3140
|
v1CreateImageSetImageUploadUrl(v1CreateImageSetImageUploadUrlRequest, options) {
|
|
3307
3141
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3142
|
+
var _a, _b, _c;
|
|
3308
3143
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateImageSetImageUploadUrl(v1CreateImageSetImageUploadUrlRequest, options);
|
|
3309
|
-
|
|
3144
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3145
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1CreateImageSetImageUploadUrl']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3146
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3310
3147
|
});
|
|
3311
3148
|
},
|
|
3312
3149
|
/**
|
|
@@ -3317,20 +3154,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
3317
3154
|
*/
|
|
3318
3155
|
v1CreateMetrics(v1Metric, options) {
|
|
3319
3156
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3157
|
+
var _a, _b, _c;
|
|
3320
3158
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateMetrics(v1Metric, options);
|
|
3321
|
-
|
|
3322
|
-
|
|
3323
|
-
|
|
3324
|
-
/**
|
|
3325
|
-
* Create a mount.
|
|
3326
|
-
* @param {V1CreateMountRequest} v1CreateMountRequest
|
|
3327
|
-
* @param {*} [options] Override http request option.
|
|
3328
|
-
* @throws {RequiredError}
|
|
3329
|
-
*/
|
|
3330
|
-
v1CreateMount(v1CreateMountRequest, options) {
|
|
3331
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
3332
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateMount(v1CreateMountRequest, options);
|
|
3333
|
-
return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
|
|
3159
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3160
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1CreateMetrics']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3161
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3334
3162
|
});
|
|
3335
3163
|
},
|
|
3336
3164
|
/**
|
|
@@ -3341,8 +3169,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
3341
3169
|
*/
|
|
3342
3170
|
v1CreateNode(v1CreateNodeRequest, options) {
|
|
3343
3171
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3172
|
+
var _a, _b, _c;
|
|
3344
3173
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateNode(v1CreateNodeRequest, options);
|
|
3345
|
-
|
|
3174
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3175
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1CreateNode']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3176
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3346
3177
|
});
|
|
3347
3178
|
},
|
|
3348
3179
|
/**
|
|
@@ -3353,8 +3184,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
3353
3184
|
*/
|
|
3354
3185
|
v1CreateNodeControllerArtifact(v1CreateNodeControllerArtifactRequest, options) {
|
|
3355
3186
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3187
|
+
var _a, _b, _c;
|
|
3356
3188
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateNodeControllerArtifact(v1CreateNodeControllerArtifactRequest, options);
|
|
3357
|
-
|
|
3189
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3190
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1CreateNodeControllerArtifact']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3191
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3358
3192
|
});
|
|
3359
3193
|
},
|
|
3360
3194
|
/**
|
|
@@ -3365,8 +3199,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
3365
3199
|
*/
|
|
3366
3200
|
v1CreateNodeControllerCrashReport(v1CreateNodeControllerCrashReportRequest, options) {
|
|
3367
3201
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3202
|
+
var _a, _b, _c;
|
|
3368
3203
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateNodeControllerCrashReport(v1CreateNodeControllerCrashReportRequest, options);
|
|
3369
|
-
|
|
3204
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3205
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1CreateNodeControllerCrashReport']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3206
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3370
3207
|
});
|
|
3371
3208
|
},
|
|
3372
3209
|
/**
|
|
@@ -3377,8 +3214,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
3377
3214
|
*/
|
|
3378
3215
|
v1CreateNodeDiagnostics(v1CreateNodeDiagnosticsRequest, options) {
|
|
3379
3216
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3217
|
+
var _a, _b, _c;
|
|
3380
3218
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateNodeDiagnostics(v1CreateNodeDiagnosticsRequest, options);
|
|
3381
|
-
|
|
3219
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3220
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1CreateNodeDiagnostics']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3221
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3382
3222
|
});
|
|
3383
3223
|
},
|
|
3384
3224
|
/**
|
|
@@ -3389,8 +3229,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
3389
3229
|
*/
|
|
3390
3230
|
v1CreateNodeEvents(v1CreateNodeEventsRequest, options) {
|
|
3391
3231
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3232
|
+
var _a, _b, _c;
|
|
3392
3233
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateNodeEvents(v1CreateNodeEventsRequest, options);
|
|
3393
|
-
|
|
3234
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3235
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1CreateNodeEvents']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3236
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3394
3237
|
});
|
|
3395
3238
|
},
|
|
3396
3239
|
/**
|
|
@@ -3401,20 +3244,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
3401
3244
|
*/
|
|
3402
3245
|
v1CreateNodeFlare(v1CreateNodeFlareRequest, options) {
|
|
3403
3246
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3247
|
+
var _a, _b, _c;
|
|
3404
3248
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateNodeFlare(v1CreateNodeFlareRequest, options);
|
|
3405
|
-
|
|
3406
|
-
|
|
3407
|
-
|
|
3408
|
-
/**
|
|
3409
|
-
* Create an optical tube.
|
|
3410
|
-
* @param {V1CreateOpticalTubeRequest} v1CreateOpticalTubeRequest
|
|
3411
|
-
* @param {*} [options] Override http request option.
|
|
3412
|
-
* @throws {RequiredError}
|
|
3413
|
-
*/
|
|
3414
|
-
v1CreateOpticalTube(v1CreateOpticalTubeRequest, options) {
|
|
3415
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
3416
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateOpticalTube(v1CreateOpticalTubeRequest, options);
|
|
3417
|
-
return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
|
|
3249
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3250
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1CreateNodeFlare']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3251
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3418
3252
|
});
|
|
3419
3253
|
},
|
|
3420
3254
|
/**
|
|
@@ -3425,8 +3259,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
3425
3259
|
*/
|
|
3426
3260
|
v1CreateProcessedImageSetImage(v1CreateProcessedImageSetImageRequest, options) {
|
|
3427
3261
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3262
|
+
var _a, _b, _c;
|
|
3428
3263
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateProcessedImageSetImage(v1CreateProcessedImageSetImageRequest, options);
|
|
3429
|
-
|
|
3264
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3265
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1CreateProcessedImageSetImage']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3266
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3430
3267
|
});
|
|
3431
3268
|
},
|
|
3432
3269
|
/**
|
|
@@ -3437,8 +3274,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
3437
3274
|
*/
|
|
3438
3275
|
v1CreateTimeWindowedAsset(v1CreateTimeWindowedAssetRequest, options) {
|
|
3439
3276
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3277
|
+
var _a, _b, _c;
|
|
3440
3278
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateTimeWindowedAsset(v1CreateTimeWindowedAssetRequest, options);
|
|
3441
|
-
|
|
3279
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3280
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1CreateTimeWindowedAsset']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3281
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3442
3282
|
});
|
|
3443
3283
|
},
|
|
3444
3284
|
/**
|
|
@@ -3449,8 +3289,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
3449
3289
|
*/
|
|
3450
3290
|
v1CustomerGetSuntimes(nodeId, options) {
|
|
3451
3291
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3292
|
+
var _a, _b, _c;
|
|
3452
3293
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CustomerGetSuntimes(nodeId, options);
|
|
3453
|
-
|
|
3294
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3295
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1CustomerGetSuntimes']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3296
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3454
3297
|
});
|
|
3455
3298
|
},
|
|
3456
3299
|
/**
|
|
@@ -3461,8 +3304,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
3461
3304
|
*/
|
|
3462
3305
|
v1DeleteImageSet(id, options) {
|
|
3463
3306
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3307
|
+
var _a, _b, _c;
|
|
3464
3308
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1DeleteImageSet(id, options);
|
|
3465
|
-
|
|
3309
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3310
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1DeleteImageSet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3311
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3466
3312
|
});
|
|
3467
3313
|
},
|
|
3468
3314
|
/**
|
|
@@ -3473,8 +3319,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
3473
3319
|
*/
|
|
3474
3320
|
v1DeleteImageSetImage(imageId, options) {
|
|
3475
3321
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3322
|
+
var _a, _b, _c;
|
|
3476
3323
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1DeleteImageSetImage(imageId, options);
|
|
3477
|
-
|
|
3324
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3325
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1DeleteImageSetImage']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3326
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3478
3327
|
});
|
|
3479
3328
|
},
|
|
3480
3329
|
/**
|
|
@@ -3485,8 +3334,26 @@ const DefaultApiFp = function (configuration) {
|
|
|
3485
3334
|
*/
|
|
3486
3335
|
v1DeleteNodeCommand(id, options) {
|
|
3487
3336
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3337
|
+
var _a, _b, _c;
|
|
3488
3338
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1DeleteNodeCommand(id, options);
|
|
3489
|
-
|
|
3339
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3340
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1DeleteNodeCommand']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3341
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3342
|
+
});
|
|
3343
|
+
},
|
|
3344
|
+
/**
|
|
3345
|
+
* Issue fresh certificates for a node controller in FINISHED bootstrap status and return them as a ZIP bundle.
|
|
3346
|
+
* @param {V1RefreshCertificateRequest} v1RefreshCertificateRequest
|
|
3347
|
+
* @param {*} [options] Override http request option.
|
|
3348
|
+
* @throws {RequiredError}
|
|
3349
|
+
*/
|
|
3350
|
+
v1DownloadCertificateBundle(v1RefreshCertificateRequest, options) {
|
|
3351
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
3352
|
+
var _a, _b, _c;
|
|
3353
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1DownloadCertificateBundle(v1RefreshCertificateRequest, options);
|
|
3354
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3355
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1DownloadCertificateBundle']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3356
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3490
3357
|
});
|
|
3491
3358
|
},
|
|
3492
3359
|
/**
|
|
@@ -3498,8 +3365,41 @@ const DefaultApiFp = function (configuration) {
|
|
|
3498
3365
|
*/
|
|
3499
3366
|
v1FocuserMatch(model, travelDistanceMm, options) {
|
|
3500
3367
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3368
|
+
var _a, _b, _c;
|
|
3501
3369
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1FocuserMatch(model, travelDistanceMm, options);
|
|
3502
|
-
|
|
3370
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3371
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1FocuserMatch']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3372
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3373
|
+
});
|
|
3374
|
+
},
|
|
3375
|
+
/**
|
|
3376
|
+
* Generates a JWT token scoped to a specific edge controller node. This token can be used to authenticate directly against the edge controller local API for local device access. The token is valid for 24 hours.
|
|
3377
|
+
* @param {string} [lineageId]
|
|
3378
|
+
* @param {*} [options] Override http request option.
|
|
3379
|
+
* @throws {RequiredError}
|
|
3380
|
+
*/
|
|
3381
|
+
v1GenerateEdgeToken(lineageId, options) {
|
|
3382
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
3383
|
+
var _a, _b, _c;
|
|
3384
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GenerateEdgeToken(lineageId, options);
|
|
3385
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3386
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1GenerateEdgeToken']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3387
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3388
|
+
});
|
|
3389
|
+
},
|
|
3390
|
+
/**
|
|
3391
|
+
* Get the closest all sky image to a given observation image\'s capture time (within 15 minutes)
|
|
3392
|
+
* @param {string} imageId
|
|
3393
|
+
* @param {*} [options] Override http request option.
|
|
3394
|
+
* @throws {RequiredError}
|
|
3395
|
+
*/
|
|
3396
|
+
v1GetAllSkyImageForImage(imageId, options) {
|
|
3397
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
3398
|
+
var _a, _b, _c;
|
|
3399
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetAllSkyImageForImage(imageId, options);
|
|
3400
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3401
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1GetAllSkyImageForImage']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3402
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3503
3403
|
});
|
|
3504
3404
|
},
|
|
3505
3405
|
/**
|
|
@@ -3511,8 +3411,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
3511
3411
|
*/
|
|
3512
3412
|
v1GetAllSkyPrediction(imageId, id, options) {
|
|
3513
3413
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3414
|
+
var _a, _b, _c;
|
|
3514
3415
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetAllSkyPrediction(imageId, id, options);
|
|
3515
|
-
|
|
3416
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3417
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1GetAllSkyPrediction']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3418
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3516
3419
|
});
|
|
3517
3420
|
},
|
|
3518
3421
|
/**
|
|
@@ -3522,32 +3425,26 @@ const DefaultApiFp = function (configuration) {
|
|
|
3522
3425
|
*/
|
|
3523
3426
|
v1GetCameras(options) {
|
|
3524
3427
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3428
|
+
var _a, _b, _c;
|
|
3525
3429
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetCameras(options);
|
|
3526
|
-
|
|
3527
|
-
|
|
3528
|
-
|
|
3529
|
-
/**
|
|
3530
|
-
* Get a filter wheel.
|
|
3531
|
-
* @param {string} id
|
|
3532
|
-
* @param {*} [options] Override http request option.
|
|
3533
|
-
* @throws {RequiredError}
|
|
3534
|
-
*/
|
|
3535
|
-
v1GetFilterWheel(id, options) {
|
|
3536
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
3537
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetFilterWheel(id, options);
|
|
3538
|
-
return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
|
|
3430
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3431
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1GetCameras']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3432
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3539
3433
|
});
|
|
3540
3434
|
},
|
|
3541
3435
|
/**
|
|
3542
|
-
* Get
|
|
3543
|
-
* @param {string}
|
|
3436
|
+
* Get metadata about an image by image id. This includes plate solve results
|
|
3437
|
+
* @param {string} imageId
|
|
3544
3438
|
* @param {*} [options] Override http request option.
|
|
3545
3439
|
* @throws {RequiredError}
|
|
3546
3440
|
*/
|
|
3547
|
-
|
|
3441
|
+
v1GetImageMetadata(imageId, options) {
|
|
3548
3442
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3549
|
-
|
|
3550
|
-
|
|
3443
|
+
var _a, _b, _c;
|
|
3444
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetImageMetadata(imageId, options);
|
|
3445
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3446
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1GetImageMetadata']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3447
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3551
3448
|
});
|
|
3552
3449
|
},
|
|
3553
3450
|
/**
|
|
@@ -3558,8 +3455,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
3558
3455
|
*/
|
|
3559
3456
|
v1GetImageSet(id, options) {
|
|
3560
3457
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3458
|
+
var _a, _b, _c;
|
|
3561
3459
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetImageSet(id, options);
|
|
3562
|
-
|
|
3460
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3461
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1GetImageSet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3462
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3563
3463
|
});
|
|
3564
3464
|
},
|
|
3565
3465
|
/**
|
|
@@ -3570,8 +3470,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
3570
3470
|
*/
|
|
3571
3471
|
v1GetImageSetImage(imageId, options) {
|
|
3572
3472
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3473
|
+
var _a, _b, _c;
|
|
3573
3474
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetImageSetImage(imageId, options);
|
|
3574
|
-
|
|
3475
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3476
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1GetImageSetImage']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3477
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3575
3478
|
});
|
|
3576
3479
|
},
|
|
3577
3480
|
/**
|
|
@@ -3582,8 +3485,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
3582
3485
|
*/
|
|
3583
3486
|
v1GetInstruction(v1GetInstructionRequest, options) {
|
|
3584
3487
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3488
|
+
var _a, _b, _c;
|
|
3585
3489
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetInstruction(v1GetInstructionRequest, options);
|
|
3586
|
-
|
|
3490
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3491
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1GetInstruction']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3492
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3587
3493
|
});
|
|
3588
3494
|
},
|
|
3589
3495
|
/**
|
|
@@ -3594,8 +3500,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
3594
3500
|
*/
|
|
3595
3501
|
v1GetLastInstructionByNodeId(nodeId, options) {
|
|
3596
3502
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3503
|
+
var _a, _b, _c;
|
|
3597
3504
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetLastInstructionByNodeId(nodeId, options);
|
|
3598
|
-
|
|
3505
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3506
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1GetLastInstructionByNodeId']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3507
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3599
3508
|
});
|
|
3600
3509
|
},
|
|
3601
3510
|
/**
|
|
@@ -3606,8 +3515,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
3606
3515
|
*/
|
|
3607
3516
|
v1GetLatestHfr(nodeId, options) {
|
|
3608
3517
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3518
|
+
var _a, _b, _c;
|
|
3609
3519
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetLatestHfr(nodeId, options);
|
|
3610
|
-
|
|
3520
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3521
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1GetLatestHfr']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3522
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3611
3523
|
});
|
|
3612
3524
|
},
|
|
3613
3525
|
/**
|
|
@@ -3619,8 +3531,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
3619
3531
|
*/
|
|
3620
3532
|
v1GetLatestModel(modelType, lineageId, options) {
|
|
3621
3533
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3534
|
+
var _a, _b, _c;
|
|
3622
3535
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetLatestModel(modelType, lineageId, options);
|
|
3623
|
-
|
|
3536
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3537
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1GetLatestModel']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3538
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3624
3539
|
});
|
|
3625
3540
|
},
|
|
3626
3541
|
/**
|
|
@@ -3631,20 +3546,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
3631
3546
|
*/
|
|
3632
3547
|
v1GetMergedNodeConfigBody(nodeId, options) {
|
|
3633
3548
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3549
|
+
var _a, _b, _c;
|
|
3634
3550
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetMergedNodeConfigBody(nodeId, options);
|
|
3635
|
-
|
|
3636
|
-
|
|
3637
|
-
|
|
3638
|
-
/**
|
|
3639
|
-
* Get a mount.
|
|
3640
|
-
* @param {string} id
|
|
3641
|
-
* @param {*} [options] Override http request option.
|
|
3642
|
-
* @throws {RequiredError}
|
|
3643
|
-
*/
|
|
3644
|
-
v1GetMount(id, options) {
|
|
3645
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
3646
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetMount(id, options);
|
|
3647
|
-
return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
|
|
3551
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3552
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1GetMergedNodeConfigBody']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3553
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3648
3554
|
});
|
|
3649
3555
|
},
|
|
3650
3556
|
/**
|
|
@@ -3656,8 +3562,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
3656
3562
|
*/
|
|
3657
3563
|
v1GetNode(lineageId, nodeId, options) {
|
|
3658
3564
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3565
|
+
var _a, _b, _c;
|
|
3659
3566
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetNode(lineageId, nodeId, options);
|
|
3660
|
-
|
|
3567
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3568
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1GetNode']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3569
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3661
3570
|
});
|
|
3662
3571
|
},
|
|
3663
3572
|
/**
|
|
@@ -3669,8 +3578,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
3669
3578
|
*/
|
|
3670
3579
|
v1GetNodeCommands(nodeId, executableAt, options) {
|
|
3671
3580
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3581
|
+
var _a, _b, _c;
|
|
3672
3582
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetNodeCommands(nodeId, executableAt, options);
|
|
3673
|
-
|
|
3583
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3584
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1GetNodeCommands']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3585
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3674
3586
|
});
|
|
3675
3587
|
},
|
|
3676
3588
|
/**
|
|
@@ -3682,8 +3594,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
3682
3594
|
*/
|
|
3683
3595
|
v1GetNodeDiagnosticTasks(nodeId, supportedDiagnostics, options) {
|
|
3684
3596
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3597
|
+
var _a, _b, _c;
|
|
3685
3598
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetNodeDiagnosticTasks(nodeId, supportedDiagnostics, options);
|
|
3686
|
-
|
|
3599
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3600
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1GetNodeDiagnosticTasks']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3601
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3687
3602
|
});
|
|
3688
3603
|
},
|
|
3689
3604
|
/**
|
|
@@ -3697,8 +3612,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
3697
3612
|
*/
|
|
3698
3613
|
v1GetNodeEventsApexChartsTimeline(startTime, endTime, nodeId, lineageId, options) {
|
|
3699
3614
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3615
|
+
var _a, _b, _c;
|
|
3700
3616
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetNodeEventsApexChartsTimeline(startTime, endTime, nodeId, lineageId, options);
|
|
3701
|
-
|
|
3617
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3618
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1GetNodeEventsApexChartsTimeline']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3619
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3702
3620
|
});
|
|
3703
3621
|
},
|
|
3704
3622
|
/**
|
|
@@ -3709,20 +3627,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
3709
3627
|
*/
|
|
3710
3628
|
v1GetNodeFlare(id, options) {
|
|
3711
3629
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3630
|
+
var _a, _b, _c;
|
|
3712
3631
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetNodeFlare(id, options);
|
|
3713
|
-
|
|
3714
|
-
|
|
3715
|
-
|
|
3716
|
-
/**
|
|
3717
|
-
* Get node properties.
|
|
3718
|
-
* @param {string} nodeId
|
|
3719
|
-
* @param {*} [options] Override http request option.
|
|
3720
|
-
* @throws {RequiredError}
|
|
3721
|
-
*/
|
|
3722
|
-
v1GetNodeProperties(nodeId, options) {
|
|
3723
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
3724
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetNodeProperties(nodeId, options);
|
|
3725
|
-
return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
|
|
3632
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3633
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1GetNodeFlare']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3634
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3726
3635
|
});
|
|
3727
3636
|
},
|
|
3728
3637
|
/**
|
|
@@ -3732,8 +3641,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
3732
3641
|
*/
|
|
3733
3642
|
v1GetNodes(options) {
|
|
3734
3643
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3644
|
+
var _a, _b, _c;
|
|
3735
3645
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetNodes(options);
|
|
3736
|
-
|
|
3646
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3647
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1GetNodes']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3648
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3737
3649
|
});
|
|
3738
3650
|
},
|
|
3739
3651
|
/**
|
|
@@ -3744,8 +3656,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
3744
3656
|
*/
|
|
3745
3657
|
v1GetOTAEncryption(id, options) {
|
|
3746
3658
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3659
|
+
var _a, _b, _c;
|
|
3747
3660
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetOTAEncryption(id, options);
|
|
3748
|
-
|
|
3661
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3662
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1GetOTAEncryption']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3663
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3749
3664
|
});
|
|
3750
3665
|
},
|
|
3751
3666
|
/**
|
|
@@ -3756,8 +3671,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
3756
3671
|
*/
|
|
3757
3672
|
v1GetOpticalTube(id, options) {
|
|
3758
3673
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3674
|
+
var _a, _b, _c;
|
|
3759
3675
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetOpticalTube(id, options);
|
|
3760
|
-
|
|
3676
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3677
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1GetOpticalTube']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3678
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3761
3679
|
});
|
|
3762
3680
|
},
|
|
3763
3681
|
/**
|
|
@@ -3768,8 +3686,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
3768
3686
|
*/
|
|
3769
3687
|
v1GetOrCreateCamera(v1GetOrCreateCameraRequest, options) {
|
|
3770
3688
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3689
|
+
var _a, _b, _c;
|
|
3771
3690
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetOrCreateCamera(v1GetOrCreateCameraRequest, options);
|
|
3772
|
-
|
|
3691
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3692
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1GetOrCreateCamera']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3693
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3773
3694
|
});
|
|
3774
3695
|
},
|
|
3775
3696
|
/**
|
|
@@ -3780,8 +3701,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
3780
3701
|
*/
|
|
3781
3702
|
v1GetOrCreateFocuser(v1GetOrCreateFocuserRequest, options) {
|
|
3782
3703
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3704
|
+
var _a, _b, _c;
|
|
3783
3705
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetOrCreateFocuser(v1GetOrCreateFocuserRequest, options);
|
|
3784
|
-
|
|
3706
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3707
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1GetOrCreateFocuser']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3708
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3785
3709
|
});
|
|
3786
3710
|
},
|
|
3787
3711
|
/**
|
|
@@ -3792,20 +3716,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
3792
3716
|
*/
|
|
3793
3717
|
v1GetOrCreateMount(v1GetOrCreateMountRequest, options) {
|
|
3794
3718
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3719
|
+
var _a, _b, _c;
|
|
3795
3720
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetOrCreateMount(v1GetOrCreateMountRequest, options);
|
|
3796
|
-
|
|
3797
|
-
|
|
3798
|
-
|
|
3799
|
-
/**
|
|
3800
|
-
* Get or create optical tube.
|
|
3801
|
-
* @param {V1GetOrCreateOpticalTubeRequest} v1GetOrCreateOpticalTubeRequest
|
|
3802
|
-
* @param {*} [options] Override http request option.
|
|
3803
|
-
* @throws {RequiredError}
|
|
3804
|
-
*/
|
|
3805
|
-
v1GetOrCreateOpticalTube(v1GetOrCreateOpticalTubeRequest, options) {
|
|
3806
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
3807
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetOrCreateOpticalTube(v1GetOrCreateOpticalTubeRequest, options);
|
|
3808
|
-
return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
|
|
3721
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3722
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1GetOrCreateMount']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3723
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3809
3724
|
});
|
|
3810
3725
|
},
|
|
3811
3726
|
/**
|
|
@@ -3816,8 +3731,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
3816
3731
|
*/
|
|
3817
3732
|
v1GetPlateSolveCatalogDiff(v1GetPlateSolveCatalogDiffRequest, options) {
|
|
3818
3733
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3734
|
+
var _a, _b, _c;
|
|
3819
3735
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetPlateSolveCatalogDiff(v1GetPlateSolveCatalogDiffRequest, options);
|
|
3820
|
-
|
|
3736
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3737
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1GetPlateSolveCatalogDiff']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3738
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3821
3739
|
});
|
|
3822
3740
|
},
|
|
3823
3741
|
/**
|
|
@@ -3827,8 +3745,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
3827
3745
|
*/
|
|
3828
3746
|
v1GetSkyAtlasSatellites(options) {
|
|
3829
3747
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3748
|
+
var _a, _b, _c;
|
|
3830
3749
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetSkyAtlasSatellites(options);
|
|
3831
|
-
|
|
3750
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3751
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1GetSkyAtlasSatellites']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3752
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3832
3753
|
});
|
|
3833
3754
|
},
|
|
3834
3755
|
/**
|
|
@@ -3838,8 +3759,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
3838
3759
|
*/
|
|
3839
3760
|
v1GetTargetQCOMOTASoftwareReleaseForNode(options) {
|
|
3840
3761
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3762
|
+
var _a, _b, _c;
|
|
3841
3763
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetTargetQCOMOTASoftwareReleaseForNode(options);
|
|
3842
|
-
|
|
3764
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3765
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1GetTargetQCOMOTASoftwareReleaseForNode']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3766
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3843
3767
|
});
|
|
3844
3768
|
},
|
|
3845
3769
|
/**
|
|
@@ -3850,8 +3774,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
3850
3774
|
*/
|
|
3851
3775
|
v1GetTargetSoftwareReleasesForNode(lineageId, options) {
|
|
3852
3776
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3777
|
+
var _a, _b, _c;
|
|
3853
3778
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetTargetSoftwareReleasesForNode(lineageId, options);
|
|
3854
|
-
|
|
3779
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3780
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1GetTargetSoftwareReleasesForNode']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3781
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3855
3782
|
});
|
|
3856
3783
|
},
|
|
3857
3784
|
/**
|
|
@@ -3862,8 +3789,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
3862
3789
|
*/
|
|
3863
3790
|
v1GetTimeWindowedAsset(timeWindowedAssetId, options) {
|
|
3864
3791
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3792
|
+
var _a, _b, _c;
|
|
3865
3793
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetTimeWindowedAsset(timeWindowedAssetId, options);
|
|
3866
|
-
|
|
3794
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3795
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1GetTimeWindowedAsset']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3796
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3867
3797
|
});
|
|
3868
3798
|
},
|
|
3869
3799
|
/**
|
|
@@ -3874,8 +3804,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
3874
3804
|
*/
|
|
3875
3805
|
v1IssueCertificate(v1NodeControllerBootstrapRequest, options) {
|
|
3876
3806
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3807
|
+
var _a, _b, _c;
|
|
3877
3808
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1IssueCertificate(v1NodeControllerBootstrapRequest, options);
|
|
3878
|
-
|
|
3809
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3810
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1IssueCertificate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3811
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3879
3812
|
});
|
|
3880
3813
|
},
|
|
3881
3814
|
/**
|
|
@@ -3885,8 +3818,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
3885
3818
|
*/
|
|
3886
3819
|
v1Logout(options) {
|
|
3887
3820
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3821
|
+
var _a, _b, _c;
|
|
3888
3822
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1Logout(options);
|
|
3889
|
-
|
|
3823
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3824
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1Logout']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3825
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3890
3826
|
});
|
|
3891
3827
|
},
|
|
3892
3828
|
/**
|
|
@@ -3897,8 +3833,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
3897
3833
|
*/
|
|
3898
3834
|
v1MountMatch(model, options) {
|
|
3899
3835
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3836
|
+
var _a, _b, _c;
|
|
3900
3837
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1MountMatch(model, options);
|
|
3901
|
-
|
|
3838
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3839
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1MountMatch']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3840
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3902
3841
|
});
|
|
3903
3842
|
},
|
|
3904
3843
|
/**
|
|
@@ -3910,8 +3849,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
3910
3849
|
*/
|
|
3911
3850
|
v1NodeCommandV1EnableAutonomousOperation(v1EnableAutonomousOperation, options) {
|
|
3912
3851
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3852
|
+
var _a, _b, _c;
|
|
3913
3853
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1NodeCommandV1EnableAutonomousOperation(v1EnableAutonomousOperation, options);
|
|
3914
|
-
|
|
3854
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3855
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1NodeCommandV1EnableAutonomousOperation']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3856
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3915
3857
|
});
|
|
3916
3858
|
},
|
|
3917
3859
|
/**
|
|
@@ -3923,8 +3865,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
3923
3865
|
*/
|
|
3924
3866
|
v1NodeCommandV1EnableManualOperation(v1EnableManualOperation, options) {
|
|
3925
3867
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3868
|
+
var _a, _b, _c;
|
|
3926
3869
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1NodeCommandV1EnableManualOperation(v1EnableManualOperation, options);
|
|
3927
|
-
|
|
3870
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3871
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1NodeCommandV1EnableManualOperation']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3872
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3928
3873
|
});
|
|
3929
3874
|
},
|
|
3930
3875
|
/**
|
|
@@ -3936,8 +3881,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
3936
3881
|
*/
|
|
3937
3882
|
v1NodeCommandV1RebootSystem(v1RebootSystem, options) {
|
|
3938
3883
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3884
|
+
var _a, _b, _c;
|
|
3939
3885
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1NodeCommandV1RebootSystem(v1RebootSystem, options);
|
|
3940
|
-
|
|
3886
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3887
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1NodeCommandV1RebootSystem']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3888
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3941
3889
|
});
|
|
3942
3890
|
},
|
|
3943
3891
|
/**
|
|
@@ -3949,106 +3897,130 @@ const DefaultApiFp = function (configuration) {
|
|
|
3949
3897
|
*/
|
|
3950
3898
|
v1NodeCommandV1SendFlare(v1SendFlare, options) {
|
|
3951
3899
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3900
|
+
var _a, _b, _c;
|
|
3952
3901
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1NodeCommandV1SendFlare(v1SendFlare, options);
|
|
3953
|
-
|
|
3902
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3903
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1NodeCommandV1SendFlare']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3904
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3954
3905
|
});
|
|
3955
3906
|
},
|
|
3956
3907
|
/**
|
|
3957
|
-
*
|
|
3958
|
-
* @param {
|
|
3959
|
-
* @param {number} [focalLengthMm]
|
|
3960
|
-
* @param {number} [apertureMm]
|
|
3908
|
+
* Authorize an OAuth request. Returns a redirect URL with an authorization code.
|
|
3909
|
+
* @param {V1OAuthAuthorizeRequest} v1OAuthAuthorizeRequest
|
|
3961
3910
|
* @param {*} [options] Override http request option.
|
|
3962
3911
|
* @throws {RequiredError}
|
|
3963
3912
|
*/
|
|
3964
|
-
|
|
3913
|
+
v1OAuthAuthorize(v1OAuthAuthorizeRequest, options) {
|
|
3965
3914
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3966
|
-
|
|
3967
|
-
|
|
3915
|
+
var _a, _b, _c;
|
|
3916
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1OAuthAuthorize(v1OAuthAuthorizeRequest, options);
|
|
3917
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3918
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1OAuthAuthorize']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3919
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3968
3920
|
});
|
|
3969
3921
|
},
|
|
3970
3922
|
/**
|
|
3971
|
-
*
|
|
3972
|
-
* @param {V1RegisterNodeControllerRequest} v1RegisterNodeControllerRequest
|
|
3923
|
+
* Clear the OAuth refresh token cookie, effectively logging the user out of the OAuth session.
|
|
3973
3924
|
* @param {*} [options] Override http request option.
|
|
3974
3925
|
* @throws {RequiredError}
|
|
3975
3926
|
*/
|
|
3976
|
-
|
|
3927
|
+
v1OAuthLogout(options) {
|
|
3977
3928
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3978
|
-
|
|
3979
|
-
|
|
3929
|
+
var _a, _b, _c;
|
|
3930
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1OAuthLogout(options);
|
|
3931
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3932
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1OAuthLogout']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3933
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3980
3934
|
});
|
|
3981
3935
|
},
|
|
3982
3936
|
/**
|
|
3983
|
-
*
|
|
3984
|
-
* @param {
|
|
3937
|
+
* OAuth 2.0 token endpoint. Supports grant_type=authorization_code to exchange an authorization code for an access token and refresh token, and grant_type=refresh_token to exchange a refresh token for a new access token and refresh token.
|
|
3938
|
+
* @param {V1OAuthTokenRequest} v1OAuthTokenRequest
|
|
3985
3939
|
* @param {*} [options] Override http request option.
|
|
3986
3940
|
* @throws {RequiredError}
|
|
3987
3941
|
*/
|
|
3988
|
-
|
|
3942
|
+
v1OAuthToken(v1OAuthTokenRequest, options) {
|
|
3989
3943
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3990
|
-
|
|
3991
|
-
|
|
3944
|
+
var _a, _b, _c;
|
|
3945
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1OAuthToken(v1OAuthTokenRequest, options);
|
|
3946
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3947
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1OAuthToken']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3948
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3992
3949
|
});
|
|
3993
3950
|
},
|
|
3994
3951
|
/**
|
|
3995
|
-
*
|
|
3996
|
-
* @param {
|
|
3952
|
+
* Refresh certificates for a node controller in FINISHED bootstrap status. For NODE_CONTROLLER role: Uses the lineageId from the authenticated certificate. For ADMIN role: Can optionally specify a lineageId to refresh certificates for any node.
|
|
3953
|
+
* @param {V1RefreshCertificateRequest} [v1RefreshCertificateRequest]
|
|
3997
3954
|
* @param {*} [options] Override http request option.
|
|
3998
3955
|
* @throws {RequiredError}
|
|
3999
3956
|
*/
|
|
4000
|
-
|
|
3957
|
+
v1RefreshCertificate(v1RefreshCertificateRequest, options) {
|
|
4001
3958
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4002
|
-
|
|
4003
|
-
|
|
3959
|
+
var _a, _b, _c;
|
|
3960
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1RefreshCertificate(v1RefreshCertificateRequest, options);
|
|
3961
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3962
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1RefreshCertificate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3963
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4004
3964
|
});
|
|
4005
3965
|
},
|
|
4006
3966
|
/**
|
|
4007
|
-
*
|
|
4008
|
-
* @param {
|
|
3967
|
+
* RegisterNodeController
|
|
3968
|
+
* @param {V1RegisterNodeControllerRequest} v1RegisterNodeControllerRequest
|
|
4009
3969
|
* @param {*} [options] Override http request option.
|
|
4010
3970
|
* @throws {RequiredError}
|
|
4011
3971
|
*/
|
|
4012
|
-
|
|
3972
|
+
v1RegisterNodeController(v1RegisterNodeControllerRequest, options) {
|
|
4013
3973
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4014
|
-
|
|
4015
|
-
|
|
3974
|
+
var _a, _b, _c;
|
|
3975
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1RegisterNodeController(v1RegisterNodeControllerRequest, options);
|
|
3976
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3977
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1RegisterNodeController']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3978
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4016
3979
|
});
|
|
4017
3980
|
},
|
|
4018
3981
|
/**
|
|
4019
|
-
*
|
|
4020
|
-
* @param {
|
|
3982
|
+
* Requests mac addresses for the given lineage and interfaces.
|
|
3983
|
+
* @param {V1RequestMacAddressesRequest} v1RequestMacAddressesRequest
|
|
4021
3984
|
* @param {*} [options] Override http request option.
|
|
4022
3985
|
* @throws {RequiredError}
|
|
4023
3986
|
*/
|
|
4024
|
-
|
|
3987
|
+
v1RequestMacAddresses(v1RequestMacAddressesRequest, options) {
|
|
4025
3988
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4026
|
-
|
|
4027
|
-
|
|
3989
|
+
var _a, _b, _c;
|
|
3990
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1RequestMacAddresses(v1RequestMacAddressesRequest, options);
|
|
3991
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3992
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1RequestMacAddresses']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3993
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4028
3994
|
});
|
|
4029
3995
|
},
|
|
4030
3996
|
/**
|
|
4031
|
-
*
|
|
4032
|
-
* @param {
|
|
3997
|
+
* Start OTA encryption of latest software release for the specified edge controller
|
|
3998
|
+
* @param {V1OTAEncryptionRequestLatest} v1OTAEncryptionRequestLatest
|
|
4033
3999
|
* @param {*} [options] Override http request option.
|
|
4034
4000
|
* @throws {RequiredError}
|
|
4035
4001
|
*/
|
|
4036
|
-
|
|
4002
|
+
v1StartOTAEncryptionLatest(v1OTAEncryptionRequestLatest, options) {
|
|
4037
4003
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4038
|
-
|
|
4039
|
-
|
|
4004
|
+
var _a, _b, _c;
|
|
4005
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1StartOTAEncryptionLatest(v1OTAEncryptionRequestLatest, options);
|
|
4006
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
4007
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1StartOTAEncryptionLatest']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
4008
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4040
4009
|
});
|
|
4041
4010
|
},
|
|
4042
4011
|
/**
|
|
4043
|
-
* Update
|
|
4044
|
-
* @param {
|
|
4012
|
+
* Update a node.
|
|
4013
|
+
* @param {V1UpdateNodeRequest} v1UpdateNodeRequest
|
|
4045
4014
|
* @param {*} [options] Override http request option.
|
|
4046
4015
|
* @throws {RequiredError}
|
|
4047
4016
|
*/
|
|
4048
|
-
|
|
4017
|
+
v1UpdateNode(v1UpdateNodeRequest, options) {
|
|
4049
4018
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4050
|
-
|
|
4051
|
-
|
|
4019
|
+
var _a, _b, _c;
|
|
4020
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1UpdateNode(v1UpdateNodeRequest, options);
|
|
4021
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
4022
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1UpdateNode']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
4023
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4052
4024
|
});
|
|
4053
4025
|
},
|
|
4054
4026
|
/**
|
|
@@ -4059,8 +4031,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
4059
4031
|
*/
|
|
4060
4032
|
v2CompleteObservation(v2CompleteObservationRequest, options) {
|
|
4061
4033
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4034
|
+
var _a, _b, _c;
|
|
4062
4035
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v2CompleteObservation(v2CompleteObservationRequest, options);
|
|
4063
|
-
|
|
4036
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
4037
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v2CompleteObservation']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
4038
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4064
4039
|
});
|
|
4065
4040
|
},
|
|
4066
4041
|
/**
|
|
@@ -4071,8 +4046,26 @@ const DefaultApiFp = function (configuration) {
|
|
|
4071
4046
|
*/
|
|
4072
4047
|
v2IssueCertificate(v1NodeControllerBootstrapRequest, options) {
|
|
4073
4048
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4049
|
+
var _a, _b, _c;
|
|
4074
4050
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v2IssueCertificate(v1NodeControllerBootstrapRequest, options);
|
|
4075
|
-
|
|
4051
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
4052
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v2IssueCertificate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
4053
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4054
|
+
});
|
|
4055
|
+
},
|
|
4056
|
+
/**
|
|
4057
|
+
* Update a node.
|
|
4058
|
+
* @param {V2UpdateNodeRequest} v2UpdateNodeRequest
|
|
4059
|
+
* @param {*} [options] Override http request option.
|
|
4060
|
+
* @throws {RequiredError}
|
|
4061
|
+
*/
|
|
4062
|
+
v2UpdateNode(v2UpdateNodeRequest, options) {
|
|
4063
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
4064
|
+
var _a, _b, _c;
|
|
4065
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v2UpdateNode(v2UpdateNodeRequest, options);
|
|
4066
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
4067
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v2UpdateNode']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
4068
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4076
4069
|
});
|
|
4077
4070
|
},
|
|
4078
4071
|
};
|
|
@@ -4080,29 +4073,10 @@ const DefaultApiFp = function (configuration) {
|
|
|
4080
4073
|
exports.DefaultApiFp = DefaultApiFp;
|
|
4081
4074
|
/**
|
|
4082
4075
|
* DefaultApi - factory interface
|
|
4083
|
-
* @export
|
|
4084
4076
|
*/
|
|
4085
4077
|
const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
4086
4078
|
const localVarFp = (0, exports.DefaultApiFp)(configuration);
|
|
4087
4079
|
return {
|
|
4088
|
-
/**
|
|
4089
|
-
* Get edge controller crash report details
|
|
4090
|
-
* @param {DefaultApiAdminV1GetNodeControllerCrashReportRequest} requestParameters Request parameters.
|
|
4091
|
-
* @param {*} [options] Override http request option.
|
|
4092
|
-
* @throws {RequiredError}
|
|
4093
|
-
*/
|
|
4094
|
-
adminV1GetNodeControllerCrashReport(requestParameters, options) {
|
|
4095
|
-
return localVarFp.adminV1GetNodeControllerCrashReport(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
4096
|
-
},
|
|
4097
|
-
/**
|
|
4098
|
-
* Get edge controller crash reports around a specific timeframe
|
|
4099
|
-
* @param {DefaultApiAdminV1GetNodeControllerCrashReportsAtTimeRequest} requestParameters Request parameters.
|
|
4100
|
-
* @param {*} [options] Override http request option.
|
|
4101
|
-
* @throws {RequiredError}
|
|
4102
|
-
*/
|
|
4103
|
-
adminV1GetNodeControllerCrashReportsAtTime(requestParameters, options) {
|
|
4104
|
-
return localVarFp.adminV1GetNodeControllerCrashReportsAtTime(requestParameters.lineageId, requestParameters.time, options).then((request) => request(axios, basePath));
|
|
4105
|
-
},
|
|
4106
4080
|
/**
|
|
4107
4081
|
* Get images for a node for display in a camera roll format
|
|
4108
4082
|
* @param {DefaultApiGetCameraRollRequest} requestParameters Request parameters.
|
|
@@ -4183,22 +4157,13 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
4183
4157
|
return localVarFp.v1CreateAutofocusResult(requestParameters.v1CreateAutofocusResultRequest, options).then((request) => request(axios, basePath));
|
|
4184
4158
|
},
|
|
4185
4159
|
/**
|
|
4186
|
-
* Create
|
|
4187
|
-
* @param {
|
|
4188
|
-
* @param {*} [options] Override http request option.
|
|
4189
|
-
* @throws {RequiredError}
|
|
4190
|
-
*/
|
|
4191
|
-
v1CreateFilterWheel(requestParameters, options) {
|
|
4192
|
-
return localVarFp.v1CreateFilterWheel(requestParameters.v1CreateFilterWheelRequest, options).then((request) => request(axios, basePath));
|
|
4193
|
-
},
|
|
4194
|
-
/**
|
|
4195
|
-
* Create an focuser.
|
|
4196
|
-
* @param {DefaultApiV1CreateFocuserRequest} requestParameters Request parameters.
|
|
4160
|
+
* Create metadata about an image by image id. This includes plate solve results
|
|
4161
|
+
* @param {DefaultApiV1CreateImageMetadataRequest} requestParameters Request parameters.
|
|
4197
4162
|
* @param {*} [options] Override http request option.
|
|
4198
4163
|
* @throws {RequiredError}
|
|
4199
4164
|
*/
|
|
4200
|
-
|
|
4201
|
-
return localVarFp.
|
|
4165
|
+
v1CreateImageMetadata(requestParameters, options) {
|
|
4166
|
+
return localVarFp.v1CreateImageMetadata(requestParameters.imageId, requestParameters.v1CreateImageMetadataRequest, options).then((request) => request(axios, basePath));
|
|
4202
4167
|
},
|
|
4203
4168
|
/**
|
|
4204
4169
|
* Create an image set.
|
|
@@ -4236,15 +4201,6 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
4236
4201
|
v1CreateMetrics(requestParameters, options) {
|
|
4237
4202
|
return localVarFp.v1CreateMetrics(requestParameters.v1Metric, options).then((request) => request(axios, basePath));
|
|
4238
4203
|
},
|
|
4239
|
-
/**
|
|
4240
|
-
* Create a mount.
|
|
4241
|
-
* @param {DefaultApiV1CreateMountRequest} requestParameters Request parameters.
|
|
4242
|
-
* @param {*} [options] Override http request option.
|
|
4243
|
-
* @throws {RequiredError}
|
|
4244
|
-
*/
|
|
4245
|
-
v1CreateMount(requestParameters, options) {
|
|
4246
|
-
return localVarFp.v1CreateMount(requestParameters.v1CreateMountRequest, options).then((request) => request(axios, basePath));
|
|
4247
|
-
},
|
|
4248
4204
|
/**
|
|
4249
4205
|
* Create a node.
|
|
4250
4206
|
* @param {DefaultApiV1CreateNodeRequest} requestParameters Request parameters.
|
|
@@ -4299,15 +4255,6 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
4299
4255
|
v1CreateNodeFlare(requestParameters, options) {
|
|
4300
4256
|
return localVarFp.v1CreateNodeFlare(requestParameters.v1CreateNodeFlareRequest, options).then((request) => request(axios, basePath));
|
|
4301
4257
|
},
|
|
4302
|
-
/**
|
|
4303
|
-
* Create an optical tube.
|
|
4304
|
-
* @param {DefaultApiV1CreateOpticalTubeRequest} requestParameters Request parameters.
|
|
4305
|
-
* @param {*} [options] Override http request option.
|
|
4306
|
-
* @throws {RequiredError}
|
|
4307
|
-
*/
|
|
4308
|
-
v1CreateOpticalTube(requestParameters, options) {
|
|
4309
|
-
return localVarFp.v1CreateOpticalTube(requestParameters.v1CreateOpticalTubeRequest, options).then((request) => request(axios, basePath));
|
|
4310
|
-
},
|
|
4311
4258
|
/**
|
|
4312
4259
|
* Set metadata and plate solve results for an image.
|
|
4313
4260
|
* @param {DefaultApiV1CreateProcessedImageSetImageRequest} requestParameters Request parameters.
|
|
@@ -4362,6 +4309,15 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
4362
4309
|
v1DeleteNodeCommand(requestParameters, options) {
|
|
4363
4310
|
return localVarFp.v1DeleteNodeCommand(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
4364
4311
|
},
|
|
4312
|
+
/**
|
|
4313
|
+
* Issue fresh certificates for a node controller in FINISHED bootstrap status and return them as a ZIP bundle.
|
|
4314
|
+
* @param {DefaultApiV1DownloadCertificateBundleRequest} requestParameters Request parameters.
|
|
4315
|
+
* @param {*} [options] Override http request option.
|
|
4316
|
+
* @throws {RequiredError}
|
|
4317
|
+
*/
|
|
4318
|
+
v1DownloadCertificateBundle(requestParameters, options) {
|
|
4319
|
+
return localVarFp.v1DownloadCertificateBundle(requestParameters.v1RefreshCertificateRequest, options).then((request) => request(axios, basePath));
|
|
4320
|
+
},
|
|
4365
4321
|
/**
|
|
4366
4322
|
* Match focuser.
|
|
4367
4323
|
* @param {DefaultApiV1FocuserMatchRequest} requestParameters Request parameters.
|
|
@@ -4371,6 +4327,24 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
4371
4327
|
v1FocuserMatch(requestParameters = {}, options) {
|
|
4372
4328
|
return localVarFp.v1FocuserMatch(requestParameters.model, requestParameters.travelDistanceMm, options).then((request) => request(axios, basePath));
|
|
4373
4329
|
},
|
|
4330
|
+
/**
|
|
4331
|
+
* Generates a JWT token scoped to a specific edge controller node. This token can be used to authenticate directly against the edge controller local API for local device access. The token is valid for 24 hours.
|
|
4332
|
+
* @param {DefaultApiV1GenerateEdgeTokenRequest} requestParameters Request parameters.
|
|
4333
|
+
* @param {*} [options] Override http request option.
|
|
4334
|
+
* @throws {RequiredError}
|
|
4335
|
+
*/
|
|
4336
|
+
v1GenerateEdgeToken(requestParameters = {}, options) {
|
|
4337
|
+
return localVarFp.v1GenerateEdgeToken(requestParameters.lineageId, options).then((request) => request(axios, basePath));
|
|
4338
|
+
},
|
|
4339
|
+
/**
|
|
4340
|
+
* Get the closest all sky image to a given observation image\'s capture time (within 15 minutes)
|
|
4341
|
+
* @param {DefaultApiV1GetAllSkyImageForImageRequest} requestParameters Request parameters.
|
|
4342
|
+
* @param {*} [options] Override http request option.
|
|
4343
|
+
* @throws {RequiredError}
|
|
4344
|
+
*/
|
|
4345
|
+
v1GetAllSkyImageForImage(requestParameters, options) {
|
|
4346
|
+
return localVarFp.v1GetAllSkyImageForImage(requestParameters.imageId, options).then((request) => request(axios, basePath));
|
|
4347
|
+
},
|
|
4374
4348
|
/**
|
|
4375
4349
|
* Get an all sky prediction by ID or image id
|
|
4376
4350
|
* @param {DefaultApiV1GetAllSkyPredictionRequest} requestParameters Request parameters.
|
|
@@ -4389,22 +4363,13 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
4389
4363
|
return localVarFp.v1GetCameras(options).then((request) => request(axios, basePath));
|
|
4390
4364
|
},
|
|
4391
4365
|
/**
|
|
4392
|
-
* Get
|
|
4393
|
-
* @param {
|
|
4366
|
+
* Get metadata about an image by image id. This includes plate solve results
|
|
4367
|
+
* @param {DefaultApiV1GetImageMetadataRequest} requestParameters Request parameters.
|
|
4394
4368
|
* @param {*} [options] Override http request option.
|
|
4395
4369
|
* @throws {RequiredError}
|
|
4396
4370
|
*/
|
|
4397
|
-
|
|
4398
|
-
return localVarFp.
|
|
4399
|
-
},
|
|
4400
|
-
/**
|
|
4401
|
-
* Get a focuser.
|
|
4402
|
-
* @param {DefaultApiV1GetFocuserRequest} requestParameters Request parameters.
|
|
4403
|
-
* @param {*} [options] Override http request option.
|
|
4404
|
-
* @throws {RequiredError}
|
|
4405
|
-
*/
|
|
4406
|
-
v1GetFocuser(requestParameters, options) {
|
|
4407
|
-
return localVarFp.v1GetFocuser(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
4371
|
+
v1GetImageMetadata(requestParameters, options) {
|
|
4372
|
+
return localVarFp.v1GetImageMetadata(requestParameters.imageId, options).then((request) => request(axios, basePath));
|
|
4408
4373
|
},
|
|
4409
4374
|
/**
|
|
4410
4375
|
* Get an image set.
|
|
@@ -4469,15 +4434,6 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
4469
4434
|
v1GetMergedNodeConfigBody(requestParameters, options) {
|
|
4470
4435
|
return localVarFp.v1GetMergedNodeConfigBody(requestParameters.nodeId, options).then((request) => request(axios, basePath));
|
|
4471
4436
|
},
|
|
4472
|
-
/**
|
|
4473
|
-
* Get a mount.
|
|
4474
|
-
* @param {DefaultApiV1GetMountRequest} requestParameters Request parameters.
|
|
4475
|
-
* @param {*} [options] Override http request option.
|
|
4476
|
-
* @throws {RequiredError}
|
|
4477
|
-
*/
|
|
4478
|
-
v1GetMount(requestParameters, options) {
|
|
4479
|
-
return localVarFp.v1GetMount(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
4480
|
-
},
|
|
4481
4437
|
/**
|
|
4482
4438
|
* Get node by lineage id or node id.
|
|
4483
4439
|
* @param {DefaultApiV1GetNodeRequest} requestParameters Request parameters.
|
|
@@ -4523,15 +4479,6 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
4523
4479
|
v1GetNodeFlare(requestParameters, options) {
|
|
4524
4480
|
return localVarFp.v1GetNodeFlare(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
4525
4481
|
},
|
|
4526
|
-
/**
|
|
4527
|
-
* Get node properties.
|
|
4528
|
-
* @param {DefaultApiV1GetNodePropertiesRequest} requestParameters Request parameters.
|
|
4529
|
-
* @param {*} [options] Override http request option.
|
|
4530
|
-
* @throws {RequiredError}
|
|
4531
|
-
*/
|
|
4532
|
-
v1GetNodeProperties(requestParameters, options) {
|
|
4533
|
-
return localVarFp.v1GetNodeProperties(requestParameters.nodeId, options).then((request) => request(axios, basePath));
|
|
4534
|
-
},
|
|
4535
4482
|
/**
|
|
4536
4483
|
* Get nodes.
|
|
4537
4484
|
* @param {*} [options] Override http request option.
|
|
@@ -4585,15 +4532,6 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
4585
4532
|
v1GetOrCreateMount(requestParameters, options) {
|
|
4586
4533
|
return localVarFp.v1GetOrCreateMount(requestParameters.v1GetOrCreateMountRequest, options).then((request) => request(axios, basePath));
|
|
4587
4534
|
},
|
|
4588
|
-
/**
|
|
4589
|
-
* Get or create optical tube.
|
|
4590
|
-
* @param {DefaultApiV1GetOrCreateOpticalTubeRequest} requestParameters Request parameters.
|
|
4591
|
-
* @param {*} [options] Override http request option.
|
|
4592
|
-
* @throws {RequiredError}
|
|
4593
|
-
*/
|
|
4594
|
-
v1GetOrCreateOpticalTube(requestParameters, options) {
|
|
4595
|
-
return localVarFp.v1GetOrCreateOpticalTube(requestParameters.v1GetOrCreateOpticalTubeRequest, options).then((request) => request(axios, basePath));
|
|
4596
|
-
},
|
|
4597
4535
|
/**
|
|
4598
4536
|
* Get a diff of plate solve catalog files.
|
|
4599
4537
|
* @param {DefaultApiV1GetPlateSolveCatalogDiffRequest} requestParameters Request parameters.
|
|
@@ -4704,13 +4642,39 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
4704
4642
|
return localVarFp.v1NodeCommandV1SendFlare(requestParameters.v1SendFlare, options).then((request) => request(axios, basePath));
|
|
4705
4643
|
},
|
|
4706
4644
|
/**
|
|
4707
|
-
*
|
|
4708
|
-
* @param {
|
|
4645
|
+
* Authorize an OAuth request. Returns a redirect URL with an authorization code.
|
|
4646
|
+
* @param {DefaultApiV1OAuthAuthorizeRequest} requestParameters Request parameters.
|
|
4647
|
+
* @param {*} [options] Override http request option.
|
|
4648
|
+
* @throws {RequiredError}
|
|
4649
|
+
*/
|
|
4650
|
+
v1OAuthAuthorize(requestParameters, options) {
|
|
4651
|
+
return localVarFp.v1OAuthAuthorize(requestParameters.v1OAuthAuthorizeRequest, options).then((request) => request(axios, basePath));
|
|
4652
|
+
},
|
|
4653
|
+
/**
|
|
4654
|
+
* Clear the OAuth refresh token cookie, effectively logging the user out of the OAuth session.
|
|
4655
|
+
* @param {*} [options] Override http request option.
|
|
4656
|
+
* @throws {RequiredError}
|
|
4657
|
+
*/
|
|
4658
|
+
v1OAuthLogout(options) {
|
|
4659
|
+
return localVarFp.v1OAuthLogout(options).then((request) => request(axios, basePath));
|
|
4660
|
+
},
|
|
4661
|
+
/**
|
|
4662
|
+
* OAuth 2.0 token endpoint. Supports grant_type=authorization_code to exchange an authorization code for an access token and refresh token, and grant_type=refresh_token to exchange a refresh token for a new access token and refresh token.
|
|
4663
|
+
* @param {DefaultApiV1OAuthTokenRequest} requestParameters Request parameters.
|
|
4664
|
+
* @param {*} [options] Override http request option.
|
|
4665
|
+
* @throws {RequiredError}
|
|
4666
|
+
*/
|
|
4667
|
+
v1OAuthToken(requestParameters, options) {
|
|
4668
|
+
return localVarFp.v1OAuthToken(requestParameters.v1OAuthTokenRequest, options).then((request) => request(axios, basePath));
|
|
4669
|
+
},
|
|
4670
|
+
/**
|
|
4671
|
+
* Refresh certificates for a node controller in FINISHED bootstrap status. For NODE_CONTROLLER role: Uses the lineageId from the authenticated certificate. For ADMIN role: Can optionally specify a lineageId to refresh certificates for any node.
|
|
4672
|
+
* @param {DefaultApiV1RefreshCertificateRequest} requestParameters Request parameters.
|
|
4709
4673
|
* @param {*} [options] Override http request option.
|
|
4710
4674
|
* @throws {RequiredError}
|
|
4711
4675
|
*/
|
|
4712
|
-
|
|
4713
|
-
return localVarFp.
|
|
4676
|
+
v1RefreshCertificate(requestParameters = {}, options) {
|
|
4677
|
+
return localVarFp.v1RefreshCertificate(requestParameters.v1RefreshCertificateRequest, options).then((request) => request(axios, basePath));
|
|
4714
4678
|
},
|
|
4715
4679
|
/**
|
|
4716
4680
|
* RegisterNodeController
|
|
@@ -4739,15 +4703,6 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
4739
4703
|
v1StartOTAEncryptionLatest(requestParameters, options) {
|
|
4740
4704
|
return localVarFp.v1StartOTAEncryptionLatest(requestParameters.v1OTAEncryptionRequestLatest, options).then((request) => request(axios, basePath));
|
|
4741
4705
|
},
|
|
4742
|
-
/**
|
|
4743
|
-
* Update a mount.
|
|
4744
|
-
* @param {DefaultApiV1UpdateMountRequest} requestParameters Request parameters.
|
|
4745
|
-
* @param {*} [options] Override http request option.
|
|
4746
|
-
* @throws {RequiredError}
|
|
4747
|
-
*/
|
|
4748
|
-
v1UpdateMount(requestParameters, options) {
|
|
4749
|
-
return localVarFp.v1UpdateMount(requestParameters.v1UpdateMountRequest, options).then((request) => request(axios, basePath));
|
|
4750
|
-
},
|
|
4751
4706
|
/**
|
|
4752
4707
|
* Update a node.
|
|
4753
4708
|
* @param {DefaultApiV1UpdateNodeRequest} requestParameters Request parameters.
|
|
@@ -4757,24 +4712,6 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
4757
4712
|
v1UpdateNode(requestParameters, options) {
|
|
4758
4713
|
return localVarFp.v1UpdateNode(requestParameters.v1UpdateNodeRequest, options).then((request) => request(axios, basePath));
|
|
4759
4714
|
},
|
|
4760
|
-
/**
|
|
4761
|
-
* Update node components.
|
|
4762
|
-
* @param {DefaultApiV1UpdateNodeComponentsRequest} requestParameters Request parameters.
|
|
4763
|
-
* @param {*} [options] Override http request option.
|
|
4764
|
-
* @throws {RequiredError}
|
|
4765
|
-
*/
|
|
4766
|
-
v1UpdateNodeComponents(requestParameters, options) {
|
|
4767
|
-
return localVarFp.v1UpdateNodeComponents(requestParameters.v1UpdateNodeComponentsRequest, options).then((request) => request(axios, basePath));
|
|
4768
|
-
},
|
|
4769
|
-
/**
|
|
4770
|
-
* Update an optical tube.
|
|
4771
|
-
* @param {DefaultApiV1UpdateOpticalTubeRequest} requestParameters Request parameters.
|
|
4772
|
-
* @param {*} [options] Override http request option.
|
|
4773
|
-
* @throws {RequiredError}
|
|
4774
|
-
*/
|
|
4775
|
-
v1UpdateOpticalTube(requestParameters, options) {
|
|
4776
|
-
return localVarFp.v1UpdateOpticalTube(requestParameters.v1UpdateOpticalTubeRequest, options).then((request) => request(axios, basePath));
|
|
4777
|
-
},
|
|
4778
4715
|
/**
|
|
4779
4716
|
* Complete an observation utilizing the async pipeline.
|
|
4780
4717
|
* @param {DefaultApiV2CompleteObservationRequest} requestParameters Request parameters.
|
|
@@ -4793,42 +4730,27 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
4793
4730
|
v2IssueCertificate(requestParameters, options) {
|
|
4794
4731
|
return localVarFp.v2IssueCertificate(requestParameters.v1NodeControllerBootstrapRequest, options).then((request) => request(axios, basePath));
|
|
4795
4732
|
},
|
|
4733
|
+
/**
|
|
4734
|
+
* Update a node.
|
|
4735
|
+
* @param {DefaultApiV2UpdateNodeRequest} requestParameters Request parameters.
|
|
4736
|
+
* @param {*} [options] Override http request option.
|
|
4737
|
+
* @throws {RequiredError}
|
|
4738
|
+
*/
|
|
4739
|
+
v2UpdateNode(requestParameters, options) {
|
|
4740
|
+
return localVarFp.v2UpdateNode(requestParameters.v2UpdateNodeRequest, options).then((request) => request(axios, basePath));
|
|
4741
|
+
},
|
|
4796
4742
|
};
|
|
4797
4743
|
};
|
|
4798
4744
|
exports.DefaultApiFactory = DefaultApiFactory;
|
|
4799
4745
|
/**
|
|
4800
4746
|
* DefaultApi - object-oriented interface
|
|
4801
|
-
* @export
|
|
4802
|
-
* @class DefaultApi
|
|
4803
|
-
* @extends {BaseAPI}
|
|
4804
4747
|
*/
|
|
4805
4748
|
class DefaultApi extends base_1.BaseAPI {
|
|
4806
|
-
/**
|
|
4807
|
-
* Get edge controller crash report details
|
|
4808
|
-
* @param {DefaultApiAdminV1GetNodeControllerCrashReportRequest} requestParameters Request parameters.
|
|
4809
|
-
* @param {*} [options] Override http request option.
|
|
4810
|
-
* @throws {RequiredError}
|
|
4811
|
-
* @memberof DefaultApi
|
|
4812
|
-
*/
|
|
4813
|
-
adminV1GetNodeControllerCrashReport(requestParameters, options) {
|
|
4814
|
-
return (0, exports.DefaultApiFp)(this.configuration).adminV1GetNodeControllerCrashReport(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
4815
|
-
}
|
|
4816
|
-
/**
|
|
4817
|
-
* Get edge controller crash reports around a specific timeframe
|
|
4818
|
-
* @param {DefaultApiAdminV1GetNodeControllerCrashReportsAtTimeRequest} requestParameters Request parameters.
|
|
4819
|
-
* @param {*} [options] Override http request option.
|
|
4820
|
-
* @throws {RequiredError}
|
|
4821
|
-
* @memberof DefaultApi
|
|
4822
|
-
*/
|
|
4823
|
-
adminV1GetNodeControllerCrashReportsAtTime(requestParameters, options) {
|
|
4824
|
-
return (0, exports.DefaultApiFp)(this.configuration).adminV1GetNodeControllerCrashReportsAtTime(requestParameters.lineageId, requestParameters.time, options).then((request) => request(this.axios, this.basePath));
|
|
4825
|
-
}
|
|
4826
4749
|
/**
|
|
4827
4750
|
* Get images for a node for display in a camera roll format
|
|
4828
4751
|
* @param {DefaultApiGetCameraRollRequest} requestParameters Request parameters.
|
|
4829
4752
|
* @param {*} [options] Override http request option.
|
|
4830
4753
|
* @throws {RequiredError}
|
|
4831
|
-
* @memberof DefaultApi
|
|
4832
4754
|
*/
|
|
4833
4755
|
getCameraRoll(requestParameters = {}, options) {
|
|
4834
4756
|
return (0, exports.DefaultApiFp)(this.configuration).getCameraRoll(requestParameters.nodeId, requestParameters.lineageId, requestParameters.before, requestParameters.types, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -4837,7 +4759,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
4837
4759
|
* Get the various tokens used in client applications
|
|
4838
4760
|
* @param {*} [options] Override http request option.
|
|
4839
4761
|
* @throws {RequiredError}
|
|
4840
|
-
* @memberof DefaultApi
|
|
4841
4762
|
*/
|
|
4842
4763
|
getClientToken(options) {
|
|
4843
4764
|
return (0, exports.DefaultApiFp)(this.configuration).getClientToken(options).then((request) => request(this.axios, this.basePath));
|
|
@@ -4847,7 +4768,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
4847
4768
|
* @param {DefaultApiV1CameraMatchRequest} requestParameters Request parameters.
|
|
4848
4769
|
* @param {*} [options] Override http request option.
|
|
4849
4770
|
* @throws {RequiredError}
|
|
4850
|
-
* @memberof DefaultApi
|
|
4851
4771
|
*/
|
|
4852
4772
|
v1CameraMatch(requestParameters = {}, options) {
|
|
4853
4773
|
return (0, exports.DefaultApiFp)(this.configuration).v1CameraMatch(requestParameters.model, requestParameters.pixelSizeMicrons, requestParameters.pixelsX, requestParameters.pixelsY, requestParameters.megapixels, requestParameters.chilled, requestParameters.adcBitDepth, requestParameters.isColor, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -4856,7 +4776,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
4856
4776
|
* CompleteBootstrap
|
|
4857
4777
|
* @param {*} [options] Override http request option.
|
|
4858
4778
|
* @throws {RequiredError}
|
|
4859
|
-
* @memberof DefaultApi
|
|
4860
4779
|
*/
|
|
4861
4780
|
v1CompleteBootstrap(options) {
|
|
4862
4781
|
return (0, exports.DefaultApiFp)(this.configuration).v1CompleteBootstrap(options).then((request) => request(this.axios, this.basePath));
|
|
@@ -4866,7 +4785,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
4866
4785
|
* @param {DefaultApiV1CompleteNodeControllerCrashReportRequest} requestParameters Request parameters.
|
|
4867
4786
|
* @param {*} [options] Override http request option.
|
|
4868
4787
|
* @throws {RequiredError}
|
|
4869
|
-
* @memberof DefaultApi
|
|
4870
4788
|
*/
|
|
4871
4789
|
v1CompleteNodeControllerCrashReport(requestParameters, options) {
|
|
4872
4790
|
return (0, exports.DefaultApiFp)(this.configuration).v1CompleteNodeControllerCrashReport(requestParameters.v1CompleteNodeControllerCrashReportRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -4876,7 +4794,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
4876
4794
|
* @param {DefaultApiV1CompleteNodeFlareRequest} requestParameters Request parameters.
|
|
4877
4795
|
* @param {*} [options] Override http request option.
|
|
4878
4796
|
* @throws {RequiredError}
|
|
4879
|
-
* @memberof DefaultApi
|
|
4880
4797
|
*/
|
|
4881
4798
|
v1CompleteNodeFlare(requestParameters, options) {
|
|
4882
4799
|
return (0, exports.DefaultApiFp)(this.configuration).v1CompleteNodeFlare(requestParameters.v1CompleteNodeFlareRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -4886,7 +4803,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
4886
4803
|
* @param {DefaultApiV1CompleteObservationRequest} requestParameters Request parameters.
|
|
4887
4804
|
* @param {*} [options] Override http request option.
|
|
4888
4805
|
* @throws {RequiredError}
|
|
4889
|
-
* @memberof DefaultApi
|
|
4890
4806
|
*/
|
|
4891
4807
|
v1CompleteObservation(requestParameters, options) {
|
|
4892
4808
|
return (0, exports.DefaultApiFp)(this.configuration).v1CompleteObservation(requestParameters.v1CompleteObservationRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -4896,7 +4812,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
4896
4812
|
* @param {DefaultApiV1CreateAllSkyPredictionRequest} requestParameters Request parameters.
|
|
4897
4813
|
* @param {*} [options] Override http request option.
|
|
4898
4814
|
* @throws {RequiredError}
|
|
4899
|
-
* @memberof DefaultApi
|
|
4900
4815
|
*/
|
|
4901
4816
|
v1CreateAllSkyPrediction(requestParameters, options) {
|
|
4902
4817
|
return (0, exports.DefaultApiFp)(this.configuration).v1CreateAllSkyPrediction(requestParameters.v1CreateAllSkyPredictionRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -4906,37 +4821,24 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
4906
4821
|
* @param {DefaultApiV1CreateAutofocusResultRequest} requestParameters Request parameters.
|
|
4907
4822
|
* @param {*} [options] Override http request option.
|
|
4908
4823
|
* @throws {RequiredError}
|
|
4909
|
-
* @memberof DefaultApi
|
|
4910
4824
|
*/
|
|
4911
4825
|
v1CreateAutofocusResult(requestParameters, options) {
|
|
4912
4826
|
return (0, exports.DefaultApiFp)(this.configuration).v1CreateAutofocusResult(requestParameters.v1CreateAutofocusResultRequest, options).then((request) => request(this.axios, this.basePath));
|
|
4913
4827
|
}
|
|
4914
4828
|
/**
|
|
4915
|
-
* Create
|
|
4916
|
-
* @param {
|
|
4917
|
-
* @param {*} [options] Override http request option.
|
|
4918
|
-
* @throws {RequiredError}
|
|
4919
|
-
* @memberof DefaultApi
|
|
4920
|
-
*/
|
|
4921
|
-
v1CreateFilterWheel(requestParameters, options) {
|
|
4922
|
-
return (0, exports.DefaultApiFp)(this.configuration).v1CreateFilterWheel(requestParameters.v1CreateFilterWheelRequest, options).then((request) => request(this.axios, this.basePath));
|
|
4923
|
-
}
|
|
4924
|
-
/**
|
|
4925
|
-
* Create an focuser.
|
|
4926
|
-
* @param {DefaultApiV1CreateFocuserRequest} requestParameters Request parameters.
|
|
4829
|
+
* Create metadata about an image by image id. This includes plate solve results
|
|
4830
|
+
* @param {DefaultApiV1CreateImageMetadataRequest} requestParameters Request parameters.
|
|
4927
4831
|
* @param {*} [options] Override http request option.
|
|
4928
4832
|
* @throws {RequiredError}
|
|
4929
|
-
* @memberof DefaultApi
|
|
4930
4833
|
*/
|
|
4931
|
-
|
|
4932
|
-
return (0, exports.DefaultApiFp)(this.configuration).
|
|
4834
|
+
v1CreateImageMetadata(requestParameters, options) {
|
|
4835
|
+
return (0, exports.DefaultApiFp)(this.configuration).v1CreateImageMetadata(requestParameters.imageId, requestParameters.v1CreateImageMetadataRequest, options).then((request) => request(this.axios, this.basePath));
|
|
4933
4836
|
}
|
|
4934
4837
|
/**
|
|
4935
4838
|
* Create an image set.
|
|
4936
4839
|
* @param {DefaultApiV1CreateImageSetRequest} requestParameters Request parameters.
|
|
4937
4840
|
* @param {*} [options] Override http request option.
|
|
4938
4841
|
* @throws {RequiredError}
|
|
4939
|
-
* @memberof DefaultApi
|
|
4940
4842
|
*/
|
|
4941
4843
|
v1CreateImageSet(requestParameters, options) {
|
|
4942
4844
|
return (0, exports.DefaultApiFp)(this.configuration).v1CreateImageSet(requestParameters.v1CreateImageSetRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -4946,7 +4848,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
4946
4848
|
* @param {DefaultApiV1CreateImageSetImageRequest} requestParameters Request parameters.
|
|
4947
4849
|
* @param {*} [options] Override http request option.
|
|
4948
4850
|
* @throws {RequiredError}
|
|
4949
|
-
* @memberof DefaultApi
|
|
4950
4851
|
*/
|
|
4951
4852
|
v1CreateImageSetImage(requestParameters, options) {
|
|
4952
4853
|
return (0, exports.DefaultApiFp)(this.configuration).v1CreateImageSetImage(requestParameters.v1CreateImageSetImageRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -4956,7 +4857,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
4956
4857
|
* @param {DefaultApiV1CreateImageSetImageUploadUrlRequest} requestParameters Request parameters.
|
|
4957
4858
|
* @param {*} [options] Override http request option.
|
|
4958
4859
|
* @throws {RequiredError}
|
|
4959
|
-
* @memberof DefaultApi
|
|
4960
4860
|
*/
|
|
4961
4861
|
v1CreateImageSetImageUploadUrl(requestParameters, options) {
|
|
4962
4862
|
return (0, exports.DefaultApiFp)(this.configuration).v1CreateImageSetImageUploadUrl(requestParameters.v1CreateImageSetImageUploadUrlRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -4966,27 +4866,15 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
4966
4866
|
* @param {DefaultApiV1CreateMetricsRequest} requestParameters Request parameters.
|
|
4967
4867
|
* @param {*} [options] Override http request option.
|
|
4968
4868
|
* @throws {RequiredError}
|
|
4969
|
-
* @memberof DefaultApi
|
|
4970
4869
|
*/
|
|
4971
4870
|
v1CreateMetrics(requestParameters, options) {
|
|
4972
4871
|
return (0, exports.DefaultApiFp)(this.configuration).v1CreateMetrics(requestParameters.v1Metric, options).then((request) => request(this.axios, this.basePath));
|
|
4973
4872
|
}
|
|
4974
|
-
/**
|
|
4975
|
-
* Create a mount.
|
|
4976
|
-
* @param {DefaultApiV1CreateMountRequest} requestParameters Request parameters.
|
|
4977
|
-
* @param {*} [options] Override http request option.
|
|
4978
|
-
* @throws {RequiredError}
|
|
4979
|
-
* @memberof DefaultApi
|
|
4980
|
-
*/
|
|
4981
|
-
v1CreateMount(requestParameters, options) {
|
|
4982
|
-
return (0, exports.DefaultApiFp)(this.configuration).v1CreateMount(requestParameters.v1CreateMountRequest, options).then((request) => request(this.axios, this.basePath));
|
|
4983
|
-
}
|
|
4984
4873
|
/**
|
|
4985
4874
|
* Create a node.
|
|
4986
4875
|
* @param {DefaultApiV1CreateNodeRequest} requestParameters Request parameters.
|
|
4987
4876
|
* @param {*} [options] Override http request option.
|
|
4988
4877
|
* @throws {RequiredError}
|
|
4989
|
-
* @memberof DefaultApi
|
|
4990
4878
|
*/
|
|
4991
4879
|
v1CreateNode(requestParameters, options) {
|
|
4992
4880
|
return (0, exports.DefaultApiFp)(this.configuration).v1CreateNode(requestParameters.v1CreateNodeRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -4996,7 +4884,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
4996
4884
|
* @param {DefaultApiV1CreateNodeControllerArtifactRequest} requestParameters Request parameters.
|
|
4997
4885
|
* @param {*} [options] Override http request option.
|
|
4998
4886
|
* @throws {RequiredError}
|
|
4999
|
-
* @memberof DefaultApi
|
|
5000
4887
|
*/
|
|
5001
4888
|
v1CreateNodeControllerArtifact(requestParameters, options) {
|
|
5002
4889
|
return (0, exports.DefaultApiFp)(this.configuration).v1CreateNodeControllerArtifact(requestParameters.v1CreateNodeControllerArtifactRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5006,7 +4893,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
5006
4893
|
* @param {DefaultApiV1CreateNodeControllerCrashReportRequest} requestParameters Request parameters.
|
|
5007
4894
|
* @param {*} [options] Override http request option.
|
|
5008
4895
|
* @throws {RequiredError}
|
|
5009
|
-
* @memberof DefaultApi
|
|
5010
4896
|
*/
|
|
5011
4897
|
v1CreateNodeControllerCrashReport(requestParameters, options) {
|
|
5012
4898
|
return (0, exports.DefaultApiFp)(this.configuration).v1CreateNodeControllerCrashReport(requestParameters.v1CreateNodeControllerCrashReportRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5016,7 +4902,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
5016
4902
|
* @param {DefaultApiV1CreateNodeDiagnosticsRequest} requestParameters Request parameters.
|
|
5017
4903
|
* @param {*} [options] Override http request option.
|
|
5018
4904
|
* @throws {RequiredError}
|
|
5019
|
-
* @memberof DefaultApi
|
|
5020
4905
|
*/
|
|
5021
4906
|
v1CreateNodeDiagnostics(requestParameters, options) {
|
|
5022
4907
|
return (0, exports.DefaultApiFp)(this.configuration).v1CreateNodeDiagnostics(requestParameters.v1CreateNodeDiagnosticsRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5026,7 +4911,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
5026
4911
|
* @param {DefaultApiV1CreateNodeEventsRequest} requestParameters Request parameters.
|
|
5027
4912
|
* @param {*} [options] Override http request option.
|
|
5028
4913
|
* @throws {RequiredError}
|
|
5029
|
-
* @memberof DefaultApi
|
|
5030
4914
|
*/
|
|
5031
4915
|
v1CreateNodeEvents(requestParameters, options) {
|
|
5032
4916
|
return (0, exports.DefaultApiFp)(this.configuration).v1CreateNodeEvents(requestParameters.v1CreateNodeEventsRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5036,27 +4920,15 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
5036
4920
|
* @param {DefaultApiV1CreateNodeFlareRequest} requestParameters Request parameters.
|
|
5037
4921
|
* @param {*} [options] Override http request option.
|
|
5038
4922
|
* @throws {RequiredError}
|
|
5039
|
-
* @memberof DefaultApi
|
|
5040
4923
|
*/
|
|
5041
4924
|
v1CreateNodeFlare(requestParameters, options) {
|
|
5042
4925
|
return (0, exports.DefaultApiFp)(this.configuration).v1CreateNodeFlare(requestParameters.v1CreateNodeFlareRequest, options).then((request) => request(this.axios, this.basePath));
|
|
5043
4926
|
}
|
|
5044
|
-
/**
|
|
5045
|
-
* Create an optical tube.
|
|
5046
|
-
* @param {DefaultApiV1CreateOpticalTubeRequest} requestParameters Request parameters.
|
|
5047
|
-
* @param {*} [options] Override http request option.
|
|
5048
|
-
* @throws {RequiredError}
|
|
5049
|
-
* @memberof DefaultApi
|
|
5050
|
-
*/
|
|
5051
|
-
v1CreateOpticalTube(requestParameters, options) {
|
|
5052
|
-
return (0, exports.DefaultApiFp)(this.configuration).v1CreateOpticalTube(requestParameters.v1CreateOpticalTubeRequest, options).then((request) => request(this.axios, this.basePath));
|
|
5053
|
-
}
|
|
5054
4927
|
/**
|
|
5055
4928
|
* Set metadata and plate solve results for an image.
|
|
5056
4929
|
* @param {DefaultApiV1CreateProcessedImageSetImageRequest} requestParameters Request parameters.
|
|
5057
4930
|
* @param {*} [options] Override http request option.
|
|
5058
4931
|
* @throws {RequiredError}
|
|
5059
|
-
* @memberof DefaultApi
|
|
5060
4932
|
*/
|
|
5061
4933
|
v1CreateProcessedImageSetImage(requestParameters, options) {
|
|
5062
4934
|
return (0, exports.DefaultApiFp)(this.configuration).v1CreateProcessedImageSetImage(requestParameters.v1CreateProcessedImageSetImageRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5066,7 +4938,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
5066
4938
|
* @param {DefaultApiV1CreateTimeWindowedAssetRequest} requestParameters Request parameters.
|
|
5067
4939
|
* @param {*} [options] Override http request option.
|
|
5068
4940
|
* @throws {RequiredError}
|
|
5069
|
-
* @memberof DefaultApi
|
|
5070
4941
|
*/
|
|
5071
4942
|
v1CreateTimeWindowedAsset(requestParameters, options) {
|
|
5072
4943
|
return (0, exports.DefaultApiFp)(this.configuration).v1CreateTimeWindowedAsset(requestParameters.v1CreateTimeWindowedAssetRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5076,7 +4947,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
5076
4947
|
* @param {DefaultApiV1CustomerGetSuntimesRequest} requestParameters Request parameters.
|
|
5077
4948
|
* @param {*} [options] Override http request option.
|
|
5078
4949
|
* @throws {RequiredError}
|
|
5079
|
-
* @memberof DefaultApi
|
|
5080
4950
|
*/
|
|
5081
4951
|
v1CustomerGetSuntimes(requestParameters, options) {
|
|
5082
4952
|
return (0, exports.DefaultApiFp)(this.configuration).v1CustomerGetSuntimes(requestParameters.nodeId, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5086,7 +4956,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
5086
4956
|
* @param {DefaultApiV1DeleteImageSetRequest} requestParameters Request parameters.
|
|
5087
4957
|
* @param {*} [options] Override http request option.
|
|
5088
4958
|
* @throws {RequiredError}
|
|
5089
|
-
* @memberof DefaultApi
|
|
5090
4959
|
*/
|
|
5091
4960
|
v1DeleteImageSet(requestParameters, options) {
|
|
5092
4961
|
return (0, exports.DefaultApiFp)(this.configuration).v1DeleteImageSet(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5096,7 +4965,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
5096
4965
|
* @param {DefaultApiV1DeleteImageSetImageRequest} requestParameters Request parameters.
|
|
5097
4966
|
* @param {*} [options] Override http request option.
|
|
5098
4967
|
* @throws {RequiredError}
|
|
5099
|
-
* @memberof DefaultApi
|
|
5100
4968
|
*/
|
|
5101
4969
|
v1DeleteImageSetImage(requestParameters, options) {
|
|
5102
4970
|
return (0, exports.DefaultApiFp)(this.configuration).v1DeleteImageSetImage(requestParameters.imageId, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5106,27 +4974,51 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
5106
4974
|
* @param {DefaultApiV1DeleteNodeCommandRequest} requestParameters Request parameters.
|
|
5107
4975
|
* @param {*} [options] Override http request option.
|
|
5108
4976
|
* @throws {RequiredError}
|
|
5109
|
-
* @memberof DefaultApi
|
|
5110
4977
|
*/
|
|
5111
4978
|
v1DeleteNodeCommand(requestParameters, options) {
|
|
5112
4979
|
return (0, exports.DefaultApiFp)(this.configuration).v1DeleteNodeCommand(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
5113
4980
|
}
|
|
4981
|
+
/**
|
|
4982
|
+
* Issue fresh certificates for a node controller in FINISHED bootstrap status and return them as a ZIP bundle.
|
|
4983
|
+
* @param {DefaultApiV1DownloadCertificateBundleRequest} requestParameters Request parameters.
|
|
4984
|
+
* @param {*} [options] Override http request option.
|
|
4985
|
+
* @throws {RequiredError}
|
|
4986
|
+
*/
|
|
4987
|
+
v1DownloadCertificateBundle(requestParameters, options) {
|
|
4988
|
+
return (0, exports.DefaultApiFp)(this.configuration).v1DownloadCertificateBundle(requestParameters.v1RefreshCertificateRequest, options).then((request) => request(this.axios, this.basePath));
|
|
4989
|
+
}
|
|
5114
4990
|
/**
|
|
5115
4991
|
* Match focuser.
|
|
5116
4992
|
* @param {DefaultApiV1FocuserMatchRequest} requestParameters Request parameters.
|
|
5117
4993
|
* @param {*} [options] Override http request option.
|
|
5118
4994
|
* @throws {RequiredError}
|
|
5119
|
-
* @memberof DefaultApi
|
|
5120
4995
|
*/
|
|
5121
4996
|
v1FocuserMatch(requestParameters = {}, options) {
|
|
5122
4997
|
return (0, exports.DefaultApiFp)(this.configuration).v1FocuserMatch(requestParameters.model, requestParameters.travelDistanceMm, options).then((request) => request(this.axios, this.basePath));
|
|
5123
4998
|
}
|
|
4999
|
+
/**
|
|
5000
|
+
* Generates a JWT token scoped to a specific edge controller node. This token can be used to authenticate directly against the edge controller local API for local device access. The token is valid for 24 hours.
|
|
5001
|
+
* @param {DefaultApiV1GenerateEdgeTokenRequest} requestParameters Request parameters.
|
|
5002
|
+
* @param {*} [options] Override http request option.
|
|
5003
|
+
* @throws {RequiredError}
|
|
5004
|
+
*/
|
|
5005
|
+
v1GenerateEdgeToken(requestParameters = {}, options) {
|
|
5006
|
+
return (0, exports.DefaultApiFp)(this.configuration).v1GenerateEdgeToken(requestParameters.lineageId, options).then((request) => request(this.axios, this.basePath));
|
|
5007
|
+
}
|
|
5008
|
+
/**
|
|
5009
|
+
* Get the closest all sky image to a given observation image\'s capture time (within 15 minutes)
|
|
5010
|
+
* @param {DefaultApiV1GetAllSkyImageForImageRequest} requestParameters Request parameters.
|
|
5011
|
+
* @param {*} [options] Override http request option.
|
|
5012
|
+
* @throws {RequiredError}
|
|
5013
|
+
*/
|
|
5014
|
+
v1GetAllSkyImageForImage(requestParameters, options) {
|
|
5015
|
+
return (0, exports.DefaultApiFp)(this.configuration).v1GetAllSkyImageForImage(requestParameters.imageId, options).then((request) => request(this.axios, this.basePath));
|
|
5016
|
+
}
|
|
5124
5017
|
/**
|
|
5125
5018
|
* Get an all sky prediction by ID or image id
|
|
5126
5019
|
* @param {DefaultApiV1GetAllSkyPredictionRequest} requestParameters Request parameters.
|
|
5127
5020
|
* @param {*} [options] Override http request option.
|
|
5128
5021
|
* @throws {RequiredError}
|
|
5129
|
-
* @memberof DefaultApi
|
|
5130
5022
|
*/
|
|
5131
5023
|
v1GetAllSkyPrediction(requestParameters = {}, options) {
|
|
5132
5024
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetAllSkyPrediction(requestParameters.imageId, requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5135,37 +5027,24 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
5135
5027
|
* Get cameras.
|
|
5136
5028
|
* @param {*} [options] Override http request option.
|
|
5137
5029
|
* @throws {RequiredError}
|
|
5138
|
-
* @memberof DefaultApi
|
|
5139
5030
|
*/
|
|
5140
5031
|
v1GetCameras(options) {
|
|
5141
5032
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetCameras(options).then((request) => request(this.axios, this.basePath));
|
|
5142
5033
|
}
|
|
5143
5034
|
/**
|
|
5144
|
-
* Get
|
|
5145
|
-
* @param {
|
|
5035
|
+
* Get metadata about an image by image id. This includes plate solve results
|
|
5036
|
+
* @param {DefaultApiV1GetImageMetadataRequest} requestParameters Request parameters.
|
|
5146
5037
|
* @param {*} [options] Override http request option.
|
|
5147
5038
|
* @throws {RequiredError}
|
|
5148
|
-
* @memberof DefaultApi
|
|
5149
5039
|
*/
|
|
5150
|
-
|
|
5151
|
-
return (0, exports.DefaultApiFp)(this.configuration).
|
|
5152
|
-
}
|
|
5153
|
-
/**
|
|
5154
|
-
* Get a focuser.
|
|
5155
|
-
* @param {DefaultApiV1GetFocuserRequest} requestParameters Request parameters.
|
|
5156
|
-
* @param {*} [options] Override http request option.
|
|
5157
|
-
* @throws {RequiredError}
|
|
5158
|
-
* @memberof DefaultApi
|
|
5159
|
-
*/
|
|
5160
|
-
v1GetFocuser(requestParameters, options) {
|
|
5161
|
-
return (0, exports.DefaultApiFp)(this.configuration).v1GetFocuser(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
5040
|
+
v1GetImageMetadata(requestParameters, options) {
|
|
5041
|
+
return (0, exports.DefaultApiFp)(this.configuration).v1GetImageMetadata(requestParameters.imageId, options).then((request) => request(this.axios, this.basePath));
|
|
5162
5042
|
}
|
|
5163
5043
|
/**
|
|
5164
5044
|
* Get an image set.
|
|
5165
5045
|
* @param {DefaultApiV1GetImageSetRequest} requestParameters Request parameters.
|
|
5166
5046
|
* @param {*} [options] Override http request option.
|
|
5167
5047
|
* @throws {RequiredError}
|
|
5168
|
-
* @memberof DefaultApi
|
|
5169
5048
|
*/
|
|
5170
5049
|
v1GetImageSet(requestParameters, options) {
|
|
5171
5050
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetImageSet(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5175,7 +5054,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
5175
5054
|
* @param {DefaultApiV1GetImageSetImageRequest} requestParameters Request parameters.
|
|
5176
5055
|
* @param {*} [options] Override http request option.
|
|
5177
5056
|
* @throws {RequiredError}
|
|
5178
|
-
* @memberof DefaultApi
|
|
5179
5057
|
*/
|
|
5180
5058
|
v1GetImageSetImage(requestParameters, options) {
|
|
5181
5059
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetImageSetImage(requestParameters.imageId, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5185,7 +5063,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
5185
5063
|
* @param {DefaultApiV1GetInstructionRequest} requestParameters Request parameters.
|
|
5186
5064
|
* @param {*} [options] Override http request option.
|
|
5187
5065
|
* @throws {RequiredError}
|
|
5188
|
-
* @memberof DefaultApi
|
|
5189
5066
|
*/
|
|
5190
5067
|
v1GetInstruction(requestParameters, options) {
|
|
5191
5068
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetInstruction(requestParameters.v1GetInstructionRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5195,7 +5072,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
5195
5072
|
* @param {DefaultApiV1GetLastInstructionByNodeIdRequest} requestParameters Request parameters.
|
|
5196
5073
|
* @param {*} [options] Override http request option.
|
|
5197
5074
|
* @throws {RequiredError}
|
|
5198
|
-
* @memberof DefaultApi
|
|
5199
5075
|
*/
|
|
5200
5076
|
v1GetLastInstructionByNodeId(requestParameters, options) {
|
|
5201
5077
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetLastInstructionByNodeId(requestParameters.nodeId, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5205,7 +5081,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
5205
5081
|
* @param {DefaultApiV1GetLatestHfrRequest} requestParameters Request parameters.
|
|
5206
5082
|
* @param {*} [options] Override http request option.
|
|
5207
5083
|
* @throws {RequiredError}
|
|
5208
|
-
* @memberof DefaultApi
|
|
5209
5084
|
*/
|
|
5210
5085
|
v1GetLatestHfr(requestParameters, options) {
|
|
5211
5086
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetLatestHfr(requestParameters.nodeId, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5215,7 +5090,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
5215
5090
|
* @param {DefaultApiV1GetLatestModelRequest} requestParameters Request parameters.
|
|
5216
5091
|
* @param {*} [options] Override http request option.
|
|
5217
5092
|
* @throws {RequiredError}
|
|
5218
|
-
* @memberof DefaultApi
|
|
5219
5093
|
*/
|
|
5220
5094
|
v1GetLatestModel(requestParameters, options) {
|
|
5221
5095
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetLatestModel(requestParameters.modelType, requestParameters.lineageId, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5225,27 +5099,15 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
5225
5099
|
* @param {DefaultApiV1GetMergedNodeConfigBodyRequest} requestParameters Request parameters.
|
|
5226
5100
|
* @param {*} [options] Override http request option.
|
|
5227
5101
|
* @throws {RequiredError}
|
|
5228
|
-
* @memberof DefaultApi
|
|
5229
5102
|
*/
|
|
5230
5103
|
v1GetMergedNodeConfigBody(requestParameters, options) {
|
|
5231
5104
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetMergedNodeConfigBody(requestParameters.nodeId, options).then((request) => request(this.axios, this.basePath));
|
|
5232
5105
|
}
|
|
5233
|
-
/**
|
|
5234
|
-
* Get a mount.
|
|
5235
|
-
* @param {DefaultApiV1GetMountRequest} requestParameters Request parameters.
|
|
5236
|
-
* @param {*} [options] Override http request option.
|
|
5237
|
-
* @throws {RequiredError}
|
|
5238
|
-
* @memberof DefaultApi
|
|
5239
|
-
*/
|
|
5240
|
-
v1GetMount(requestParameters, options) {
|
|
5241
|
-
return (0, exports.DefaultApiFp)(this.configuration).v1GetMount(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
5242
|
-
}
|
|
5243
5106
|
/**
|
|
5244
5107
|
* Get node by lineage id or node id.
|
|
5245
5108
|
* @param {DefaultApiV1GetNodeRequest} requestParameters Request parameters.
|
|
5246
5109
|
* @param {*} [options] Override http request option.
|
|
5247
5110
|
* @throws {RequiredError}
|
|
5248
|
-
* @memberof DefaultApi
|
|
5249
5111
|
*/
|
|
5250
5112
|
v1GetNode(requestParameters = {}, options) {
|
|
5251
5113
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetNode(requestParameters.lineageId, requestParameters.nodeId, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5255,7 +5117,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
5255
5117
|
* @param {DefaultApiV1GetNodeCommandsRequest} requestParameters Request parameters.
|
|
5256
5118
|
* @param {*} [options] Override http request option.
|
|
5257
5119
|
* @throws {RequiredError}
|
|
5258
|
-
* @memberof DefaultApi
|
|
5259
5120
|
*/
|
|
5260
5121
|
v1GetNodeCommands(requestParameters, options) {
|
|
5261
5122
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetNodeCommands(requestParameters.nodeId, requestParameters.executableAt, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5265,7 +5126,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
5265
5126
|
* @param {DefaultApiV1GetNodeDiagnosticTasksRequest} requestParameters Request parameters.
|
|
5266
5127
|
* @param {*} [options] Override http request option.
|
|
5267
5128
|
* @throws {RequiredError}
|
|
5268
|
-
* @memberof DefaultApi
|
|
5269
5129
|
*/
|
|
5270
5130
|
v1GetNodeDiagnosticTasks(requestParameters, options) {
|
|
5271
5131
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetNodeDiagnosticTasks(requestParameters.nodeId, requestParameters.supportedDiagnostics, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5275,7 +5135,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
5275
5135
|
* @param {DefaultApiV1GetNodeEventsApexChartsTimelineRequest} requestParameters Request parameters.
|
|
5276
5136
|
* @param {*} [options] Override http request option.
|
|
5277
5137
|
* @throws {RequiredError}
|
|
5278
|
-
* @memberof DefaultApi
|
|
5279
5138
|
*/
|
|
5280
5139
|
v1GetNodeEventsApexChartsTimeline(requestParameters, options) {
|
|
5281
5140
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetNodeEventsApexChartsTimeline(requestParameters.startTime, requestParameters.endTime, requestParameters.nodeId, requestParameters.lineageId, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5285,26 +5144,14 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
5285
5144
|
* @param {DefaultApiV1GetNodeFlareRequest} requestParameters Request parameters.
|
|
5286
5145
|
* @param {*} [options] Override http request option.
|
|
5287
5146
|
* @throws {RequiredError}
|
|
5288
|
-
* @memberof DefaultApi
|
|
5289
5147
|
*/
|
|
5290
5148
|
v1GetNodeFlare(requestParameters, options) {
|
|
5291
5149
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetNodeFlare(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
5292
5150
|
}
|
|
5293
|
-
/**
|
|
5294
|
-
* Get node properties.
|
|
5295
|
-
* @param {DefaultApiV1GetNodePropertiesRequest} requestParameters Request parameters.
|
|
5296
|
-
* @param {*} [options] Override http request option.
|
|
5297
|
-
* @throws {RequiredError}
|
|
5298
|
-
* @memberof DefaultApi
|
|
5299
|
-
*/
|
|
5300
|
-
v1GetNodeProperties(requestParameters, options) {
|
|
5301
|
-
return (0, exports.DefaultApiFp)(this.configuration).v1GetNodeProperties(requestParameters.nodeId, options).then((request) => request(this.axios, this.basePath));
|
|
5302
|
-
}
|
|
5303
5151
|
/**
|
|
5304
5152
|
* Get nodes.
|
|
5305
5153
|
* @param {*} [options] Override http request option.
|
|
5306
5154
|
* @throws {RequiredError}
|
|
5307
|
-
* @memberof DefaultApi
|
|
5308
5155
|
*/
|
|
5309
5156
|
v1GetNodes(options) {
|
|
5310
5157
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetNodes(options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5314,7 +5161,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
5314
5161
|
* @param {DefaultApiV1GetOTAEncryptionRequest} requestParameters Request parameters.
|
|
5315
5162
|
* @param {*} [options] Override http request option.
|
|
5316
5163
|
* @throws {RequiredError}
|
|
5317
|
-
* @memberof DefaultApi
|
|
5318
5164
|
*/
|
|
5319
5165
|
v1GetOTAEncryption(requestParameters, options) {
|
|
5320
5166
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetOTAEncryption(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5324,7 +5170,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
5324
5170
|
* @param {DefaultApiV1GetOpticalTubeRequest} requestParameters Request parameters.
|
|
5325
5171
|
* @param {*} [options] Override http request option.
|
|
5326
5172
|
* @throws {RequiredError}
|
|
5327
|
-
* @memberof DefaultApi
|
|
5328
5173
|
*/
|
|
5329
5174
|
v1GetOpticalTube(requestParameters, options) {
|
|
5330
5175
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetOpticalTube(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5334,7 +5179,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
5334
5179
|
* @param {DefaultApiV1GetOrCreateCameraRequest} requestParameters Request parameters.
|
|
5335
5180
|
* @param {*} [options] Override http request option.
|
|
5336
5181
|
* @throws {RequiredError}
|
|
5337
|
-
* @memberof DefaultApi
|
|
5338
5182
|
*/
|
|
5339
5183
|
v1GetOrCreateCamera(requestParameters, options) {
|
|
5340
5184
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetOrCreateCamera(requestParameters.v1GetOrCreateCameraRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5344,7 +5188,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
5344
5188
|
* @param {DefaultApiV1GetOrCreateFocuserRequest} requestParameters Request parameters.
|
|
5345
5189
|
* @param {*} [options] Override http request option.
|
|
5346
5190
|
* @throws {RequiredError}
|
|
5347
|
-
* @memberof DefaultApi
|
|
5348
5191
|
*/
|
|
5349
5192
|
v1GetOrCreateFocuser(requestParameters, options) {
|
|
5350
5193
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetOrCreateFocuser(requestParameters.v1GetOrCreateFocuserRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5354,27 +5197,15 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
5354
5197
|
* @param {DefaultApiV1GetOrCreateMountRequest} requestParameters Request parameters.
|
|
5355
5198
|
* @param {*} [options] Override http request option.
|
|
5356
5199
|
* @throws {RequiredError}
|
|
5357
|
-
* @memberof DefaultApi
|
|
5358
5200
|
*/
|
|
5359
5201
|
v1GetOrCreateMount(requestParameters, options) {
|
|
5360
5202
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetOrCreateMount(requestParameters.v1GetOrCreateMountRequest, options).then((request) => request(this.axios, this.basePath));
|
|
5361
5203
|
}
|
|
5362
|
-
/**
|
|
5363
|
-
* Get or create optical tube.
|
|
5364
|
-
* @param {DefaultApiV1GetOrCreateOpticalTubeRequest} requestParameters Request parameters.
|
|
5365
|
-
* @param {*} [options] Override http request option.
|
|
5366
|
-
* @throws {RequiredError}
|
|
5367
|
-
* @memberof DefaultApi
|
|
5368
|
-
*/
|
|
5369
|
-
v1GetOrCreateOpticalTube(requestParameters, options) {
|
|
5370
|
-
return (0, exports.DefaultApiFp)(this.configuration).v1GetOrCreateOpticalTube(requestParameters.v1GetOrCreateOpticalTubeRequest, options).then((request) => request(this.axios, this.basePath));
|
|
5371
|
-
}
|
|
5372
5204
|
/**
|
|
5373
5205
|
* Get a diff of plate solve catalog files.
|
|
5374
5206
|
* @param {DefaultApiV1GetPlateSolveCatalogDiffRequest} requestParameters Request parameters.
|
|
5375
5207
|
* @param {*} [options] Override http request option.
|
|
5376
5208
|
* @throws {RequiredError}
|
|
5377
|
-
* @memberof DefaultApi
|
|
5378
5209
|
*/
|
|
5379
5210
|
v1GetPlateSolveCatalogDiff(requestParameters, options) {
|
|
5380
5211
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetPlateSolveCatalogDiff(requestParameters.v1GetPlateSolveCatalogDiffRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5383,7 +5214,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
5383
5214
|
* Get satellites for skyAtlas. returns jsonl
|
|
5384
5215
|
* @param {*} [options] Override http request option.
|
|
5385
5216
|
* @throws {RequiredError}
|
|
5386
|
-
* @memberof DefaultApi
|
|
5387
5217
|
*/
|
|
5388
5218
|
v1GetSkyAtlasSatellites(options) {
|
|
5389
5219
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetSkyAtlasSatellites(options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5392,7 +5222,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
5392
5222
|
* Get the target QCOM OTA software release for a node
|
|
5393
5223
|
* @param {*} [options] Override http request option.
|
|
5394
5224
|
* @throws {RequiredError}
|
|
5395
|
-
* @memberof DefaultApi
|
|
5396
5225
|
*/
|
|
5397
5226
|
v1GetTargetQCOMOTASoftwareReleaseForNode(options) {
|
|
5398
5227
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetTargetQCOMOTASoftwareReleaseForNode(options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5402,7 +5231,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
5402
5231
|
* @param {DefaultApiV1GetTargetSoftwareReleasesForNodeRequest} requestParameters Request parameters.
|
|
5403
5232
|
* @param {*} [options] Override http request option.
|
|
5404
5233
|
* @throws {RequiredError}
|
|
5405
|
-
* @memberof DefaultApi
|
|
5406
5234
|
*/
|
|
5407
5235
|
v1GetTargetSoftwareReleasesForNode(requestParameters, options) {
|
|
5408
5236
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetTargetSoftwareReleasesForNode(requestParameters.lineageId, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5412,7 +5240,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
5412
5240
|
* @param {DefaultApiV1GetTimeWindowedAssetRequest} requestParameters Request parameters.
|
|
5413
5241
|
* @param {*} [options] Override http request option.
|
|
5414
5242
|
* @throws {RequiredError}
|
|
5415
|
-
* @memberof DefaultApi
|
|
5416
5243
|
*/
|
|
5417
5244
|
v1GetTimeWindowedAsset(requestParameters, options) {
|
|
5418
5245
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetTimeWindowedAsset(requestParameters.timeWindowedAssetId, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5422,7 +5249,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
5422
5249
|
* @param {DefaultApiV1IssueCertificateRequest} requestParameters Request parameters.
|
|
5423
5250
|
* @param {*} [options] Override http request option.
|
|
5424
5251
|
* @throws {RequiredError}
|
|
5425
|
-
* @memberof DefaultApi
|
|
5426
5252
|
*/
|
|
5427
5253
|
v1IssueCertificate(requestParameters, options) {
|
|
5428
5254
|
return (0, exports.DefaultApiFp)(this.configuration).v1IssueCertificate(requestParameters.v1NodeControllerBootstrapRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5431,7 +5257,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
5431
5257
|
* User initiated logout - revokes existing _user_ access tokens for the principal
|
|
5432
5258
|
* @param {*} [options] Override http request option.
|
|
5433
5259
|
* @throws {RequiredError}
|
|
5434
|
-
* @memberof DefaultApi
|
|
5435
5260
|
*/
|
|
5436
5261
|
v1Logout(options) {
|
|
5437
5262
|
return (0, exports.DefaultApiFp)(this.configuration).v1Logout(options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5441,7 +5266,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
5441
5266
|
* @param {DefaultApiV1MountMatchRequest} requestParameters Request parameters.
|
|
5442
5267
|
* @param {*} [options] Override http request option.
|
|
5443
5268
|
* @throws {RequiredError}
|
|
5444
|
-
* @memberof DefaultApi
|
|
5445
5269
|
*/
|
|
5446
5270
|
v1MountMatch(requestParameters = {}, options) {
|
|
5447
5271
|
return (0, exports.DefaultApiFp)(this.configuration).v1MountMatch(requestParameters.model, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5452,7 +5276,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
5452
5276
|
* @param {*} [options] Override http request option.
|
|
5453
5277
|
* @deprecated
|
|
5454
5278
|
* @throws {RequiredError}
|
|
5455
|
-
* @memberof DefaultApi
|
|
5456
5279
|
*/
|
|
5457
5280
|
v1NodeCommandV1EnableAutonomousOperation(requestParameters, options) {
|
|
5458
5281
|
return (0, exports.DefaultApiFp)(this.configuration).v1NodeCommandV1EnableAutonomousOperation(requestParameters.v1EnableAutonomousOperation, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5463,7 +5286,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
5463
5286
|
* @param {*} [options] Override http request option.
|
|
5464
5287
|
* @deprecated
|
|
5465
5288
|
* @throws {RequiredError}
|
|
5466
|
-
* @memberof DefaultApi
|
|
5467
5289
|
*/
|
|
5468
5290
|
v1NodeCommandV1EnableManualOperation(requestParameters, options) {
|
|
5469
5291
|
return (0, exports.DefaultApiFp)(this.configuration).v1NodeCommandV1EnableManualOperation(requestParameters.v1EnableManualOperation, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5474,7 +5296,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
5474
5296
|
* @param {*} [options] Override http request option.
|
|
5475
5297
|
* @deprecated
|
|
5476
5298
|
* @throws {RequiredError}
|
|
5477
|
-
* @memberof DefaultApi
|
|
5478
5299
|
*/
|
|
5479
5300
|
v1NodeCommandV1RebootSystem(requestParameters, options) {
|
|
5480
5301
|
return (0, exports.DefaultApiFp)(this.configuration).v1NodeCommandV1RebootSystem(requestParameters.v1RebootSystem, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5485,27 +5306,50 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
5485
5306
|
* @param {*} [options] Override http request option.
|
|
5486
5307
|
* @deprecated
|
|
5487
5308
|
* @throws {RequiredError}
|
|
5488
|
-
* @memberof DefaultApi
|
|
5489
5309
|
*/
|
|
5490
5310
|
v1NodeCommandV1SendFlare(requestParameters, options) {
|
|
5491
5311
|
return (0, exports.DefaultApiFp)(this.configuration).v1NodeCommandV1SendFlare(requestParameters.v1SendFlare, options).then((request) => request(this.axios, this.basePath));
|
|
5492
5312
|
}
|
|
5493
5313
|
/**
|
|
5494
|
-
*
|
|
5495
|
-
* @param {
|
|
5314
|
+
* Authorize an OAuth request. Returns a redirect URL with an authorization code.
|
|
5315
|
+
* @param {DefaultApiV1OAuthAuthorizeRequest} requestParameters Request parameters.
|
|
5316
|
+
* @param {*} [options] Override http request option.
|
|
5317
|
+
* @throws {RequiredError}
|
|
5318
|
+
*/
|
|
5319
|
+
v1OAuthAuthorize(requestParameters, options) {
|
|
5320
|
+
return (0, exports.DefaultApiFp)(this.configuration).v1OAuthAuthorize(requestParameters.v1OAuthAuthorizeRequest, options).then((request) => request(this.axios, this.basePath));
|
|
5321
|
+
}
|
|
5322
|
+
/**
|
|
5323
|
+
* Clear the OAuth refresh token cookie, effectively logging the user out of the OAuth session.
|
|
5324
|
+
* @param {*} [options] Override http request option.
|
|
5325
|
+
* @throws {RequiredError}
|
|
5326
|
+
*/
|
|
5327
|
+
v1OAuthLogout(options) {
|
|
5328
|
+
return (0, exports.DefaultApiFp)(this.configuration).v1OAuthLogout(options).then((request) => request(this.axios, this.basePath));
|
|
5329
|
+
}
|
|
5330
|
+
/**
|
|
5331
|
+
* OAuth 2.0 token endpoint. Supports grant_type=authorization_code to exchange an authorization code for an access token and refresh token, and grant_type=refresh_token to exchange a refresh token for a new access token and refresh token.
|
|
5332
|
+
* @param {DefaultApiV1OAuthTokenRequest} requestParameters Request parameters.
|
|
5333
|
+
* @param {*} [options] Override http request option.
|
|
5334
|
+
* @throws {RequiredError}
|
|
5335
|
+
*/
|
|
5336
|
+
v1OAuthToken(requestParameters, options) {
|
|
5337
|
+
return (0, exports.DefaultApiFp)(this.configuration).v1OAuthToken(requestParameters.v1OAuthTokenRequest, options).then((request) => request(this.axios, this.basePath));
|
|
5338
|
+
}
|
|
5339
|
+
/**
|
|
5340
|
+
* Refresh certificates for a node controller in FINISHED bootstrap status. For NODE_CONTROLLER role: Uses the lineageId from the authenticated certificate. For ADMIN role: Can optionally specify a lineageId to refresh certificates for any node.
|
|
5341
|
+
* @param {DefaultApiV1RefreshCertificateRequest} requestParameters Request parameters.
|
|
5496
5342
|
* @param {*} [options] Override http request option.
|
|
5497
5343
|
* @throws {RequiredError}
|
|
5498
|
-
* @memberof DefaultApi
|
|
5499
5344
|
*/
|
|
5500
|
-
|
|
5501
|
-
return (0, exports.DefaultApiFp)(this.configuration).
|
|
5345
|
+
v1RefreshCertificate(requestParameters = {}, options) {
|
|
5346
|
+
return (0, exports.DefaultApiFp)(this.configuration).v1RefreshCertificate(requestParameters.v1RefreshCertificateRequest, options).then((request) => request(this.axios, this.basePath));
|
|
5502
5347
|
}
|
|
5503
5348
|
/**
|
|
5504
5349
|
* RegisterNodeController
|
|
5505
5350
|
* @param {DefaultApiV1RegisterNodeControllerRequest} requestParameters Request parameters.
|
|
5506
5351
|
* @param {*} [options] Override http request option.
|
|
5507
5352
|
* @throws {RequiredError}
|
|
5508
|
-
* @memberof DefaultApi
|
|
5509
5353
|
*/
|
|
5510
5354
|
v1RegisterNodeController(requestParameters, options) {
|
|
5511
5355
|
return (0, exports.DefaultApiFp)(this.configuration).v1RegisterNodeController(requestParameters.v1RegisterNodeControllerRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5515,7 +5359,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
5515
5359
|
* @param {DefaultApiV1RequestMacAddressesRequest} requestParameters Request parameters.
|
|
5516
5360
|
* @param {*} [options] Override http request option.
|
|
5517
5361
|
* @throws {RequiredError}
|
|
5518
|
-
* @memberof DefaultApi
|
|
5519
5362
|
*/
|
|
5520
5363
|
v1RequestMacAddresses(requestParameters, options) {
|
|
5521
5364
|
return (0, exports.DefaultApiFp)(this.configuration).v1RequestMacAddresses(requestParameters.v1RequestMacAddressesRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5525,57 +5368,24 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
5525
5368
|
* @param {DefaultApiV1StartOTAEncryptionLatestRequest} requestParameters Request parameters.
|
|
5526
5369
|
* @param {*} [options] Override http request option.
|
|
5527
5370
|
* @throws {RequiredError}
|
|
5528
|
-
* @memberof DefaultApi
|
|
5529
5371
|
*/
|
|
5530
5372
|
v1StartOTAEncryptionLatest(requestParameters, options) {
|
|
5531
5373
|
return (0, exports.DefaultApiFp)(this.configuration).v1StartOTAEncryptionLatest(requestParameters.v1OTAEncryptionRequestLatest, options).then((request) => request(this.axios, this.basePath));
|
|
5532
5374
|
}
|
|
5533
|
-
/**
|
|
5534
|
-
* Update a mount.
|
|
5535
|
-
* @param {DefaultApiV1UpdateMountRequest} requestParameters Request parameters.
|
|
5536
|
-
* @param {*} [options] Override http request option.
|
|
5537
|
-
* @throws {RequiredError}
|
|
5538
|
-
* @memberof DefaultApi
|
|
5539
|
-
*/
|
|
5540
|
-
v1UpdateMount(requestParameters, options) {
|
|
5541
|
-
return (0, exports.DefaultApiFp)(this.configuration).v1UpdateMount(requestParameters.v1UpdateMountRequest, options).then((request) => request(this.axios, this.basePath));
|
|
5542
|
-
}
|
|
5543
5375
|
/**
|
|
5544
5376
|
* Update a node.
|
|
5545
5377
|
* @param {DefaultApiV1UpdateNodeRequest} requestParameters Request parameters.
|
|
5546
5378
|
* @param {*} [options] Override http request option.
|
|
5547
5379
|
* @throws {RequiredError}
|
|
5548
|
-
* @memberof DefaultApi
|
|
5549
5380
|
*/
|
|
5550
5381
|
v1UpdateNode(requestParameters, options) {
|
|
5551
5382
|
return (0, exports.DefaultApiFp)(this.configuration).v1UpdateNode(requestParameters.v1UpdateNodeRequest, options).then((request) => request(this.axios, this.basePath));
|
|
5552
5383
|
}
|
|
5553
|
-
/**
|
|
5554
|
-
* Update node components.
|
|
5555
|
-
* @param {DefaultApiV1UpdateNodeComponentsRequest} requestParameters Request parameters.
|
|
5556
|
-
* @param {*} [options] Override http request option.
|
|
5557
|
-
* @throws {RequiredError}
|
|
5558
|
-
* @memberof DefaultApi
|
|
5559
|
-
*/
|
|
5560
|
-
v1UpdateNodeComponents(requestParameters, options) {
|
|
5561
|
-
return (0, exports.DefaultApiFp)(this.configuration).v1UpdateNodeComponents(requestParameters.v1UpdateNodeComponentsRequest, options).then((request) => request(this.axios, this.basePath));
|
|
5562
|
-
}
|
|
5563
|
-
/**
|
|
5564
|
-
* Update an optical tube.
|
|
5565
|
-
* @param {DefaultApiV1UpdateOpticalTubeRequest} requestParameters Request parameters.
|
|
5566
|
-
* @param {*} [options] Override http request option.
|
|
5567
|
-
* @throws {RequiredError}
|
|
5568
|
-
* @memberof DefaultApi
|
|
5569
|
-
*/
|
|
5570
|
-
v1UpdateOpticalTube(requestParameters, options) {
|
|
5571
|
-
return (0, exports.DefaultApiFp)(this.configuration).v1UpdateOpticalTube(requestParameters.v1UpdateOpticalTubeRequest, options).then((request) => request(this.axios, this.basePath));
|
|
5572
|
-
}
|
|
5573
5384
|
/**
|
|
5574
5385
|
* Complete an observation utilizing the async pipeline.
|
|
5575
5386
|
* @param {DefaultApiV2CompleteObservationRequest} requestParameters Request parameters.
|
|
5576
5387
|
* @param {*} [options] Override http request option.
|
|
5577
5388
|
* @throws {RequiredError}
|
|
5578
|
-
* @memberof DefaultApi
|
|
5579
5389
|
*/
|
|
5580
5390
|
v2CompleteObservation(requestParameters, options) {
|
|
5581
5391
|
return (0, exports.DefaultApiFp)(this.configuration).v2CompleteObservation(requestParameters.v2CompleteObservationRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5585,10 +5395,18 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
5585
5395
|
* @param {DefaultApiV2IssueCertificateRequest} requestParameters Request parameters.
|
|
5586
5396
|
* @param {*} [options] Override http request option.
|
|
5587
5397
|
* @throws {RequiredError}
|
|
5588
|
-
* @memberof DefaultApi
|
|
5589
5398
|
*/
|
|
5590
5399
|
v2IssueCertificate(requestParameters, options) {
|
|
5591
5400
|
return (0, exports.DefaultApiFp)(this.configuration).v2IssueCertificate(requestParameters.v1NodeControllerBootstrapRequest, options).then((request) => request(this.axios, this.basePath));
|
|
5592
5401
|
}
|
|
5402
|
+
/**
|
|
5403
|
+
* Update a node.
|
|
5404
|
+
* @param {DefaultApiV2UpdateNodeRequest} requestParameters Request parameters.
|
|
5405
|
+
* @param {*} [options] Override http request option.
|
|
5406
|
+
* @throws {RequiredError}
|
|
5407
|
+
*/
|
|
5408
|
+
v2UpdateNode(requestParameters, options) {
|
|
5409
|
+
return (0, exports.DefaultApiFp)(this.configuration).v2UpdateNode(requestParameters.v2UpdateNodeRequest, options).then((request) => request(this.axios, this.basePath));
|
|
5410
|
+
}
|
|
5593
5411
|
}
|
|
5594
5412
|
exports.DefaultApi = DefaultApi;
|