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