@ourskyai/sda-api 1.3.8815 → 1.4.118
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +90 -0
- package/.openapi-generator/VERSION +1 -1
- package/README.md +180 -4
- package/api.ts +1188 -2831
- package/base.ts +14 -24
- package/common.ts +20 -44
- package/configuration.ts +37 -17
- package/dist/api.d.ts +662 -2682
- package/dist/api.js +783 -298
- package/dist/base.d.ts +11 -23
- package/dist/base.js +5 -18
- package/dist/common.d.ts +6 -37
- package/dist/common.js +18 -40
- package/dist/configuration.d.ts +30 -15
- package/dist/configuration.js +5 -3
- package/dist/esm/api.d.ts +662 -2682
- package/dist/esm/api.js +783 -298
- package/dist/esm/base.d.ts +11 -23
- package/dist/esm/base.js +4 -17
- package/dist/esm/common.d.ts +6 -37
- package/dist/esm/common.js +16 -39
- package/dist/esm/configuration.d.ts +30 -15
- package/dist/esm/configuration.js +5 -3
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/docs/AstrometricOffsets.md +31 -0
- package/docs/DefaultApi.md +3166 -0
- package/docs/EmptySuccess.md +20 -0
- package/docs/FilterType.md +60 -0
- package/docs/FitsHeader.md +22 -0
- package/docs/ImageSetType.md +24 -0
- package/docs/Location.md +25 -0
- package/docs/MountGeometry.md +10 -0
- package/docs/MountType.md +10 -0
- package/docs/ObservationBoundingBox.md +26 -0
- package/docs/ObservationQuality.md +26 -0
- package/docs/ObservationResult.md +57 -0
- package/docs/ObservationState.md +16 -0
- package/docs/OrbitType.md +42 -0
- package/docs/SatelliteTargetTrackingStatus.md +12 -0
- package/docs/SearchCompletedReason.md +17 -0
- package/docs/ShutterType.md +10 -0
- package/docs/SuccessfulCreate.md +20 -0
- package/docs/SuccessfulDelete.md +20 -0
- package/docs/TrackingType.md +12 -0
- package/docs/V1AllSkyPredictionLabel.md +16 -0
- package/docs/V1BlackoutVolumeRequest.md +23 -0
- package/docs/V1CreateDirectTaskInstructionRequest.md +28 -0
- package/docs/V1CreateImageMetadataRequest.md +26 -0
- package/docs/V1CreateImageSetImageRequest.md +32 -0
- package/docs/V1CreateImageSetImageResponse.md +23 -0
- package/docs/V1CreateImageSetRequest.md +28 -0
- package/docs/V1CreateOrganizationTargetRequest.md +26 -0
- package/docs/V1CreateSatelliteTargetRequest.md +32 -0
- package/docs/V1CreateSearchInstructionRequest.md +24 -0
- package/docs/V1CreateSurveyInstructionRequest.md +24 -0
- package/docs/V1CreateWebhookConfigurationRequest.md +28 -0
- package/docs/V1CreateWebhookTestRequest.md +20 -0
- package/docs/V1GetSatelliteTargetsResponse.md +20 -0
- package/docs/V1GroundStationParticipant.md +52 -0
- package/docs/V1HFRStar.md +25 -0
- package/docs/V1ImageFileType.md +10 -0
- package/docs/V1ImageMetadata.md +32 -0
- package/docs/V1ImageRejectionReason.md +64 -0
- package/docs/V1ImageSet.md +43 -0
- package/docs/V1ImageSetImage.md +77 -0
- package/docs/V1MatchedStar.md +39 -0
- package/docs/V1NodeCalibrationResult.md +48 -0
- package/docs/V1ObservationFeature.md +39 -0
- package/docs/V1ObservationSequenceResult.md +37 -0
- package/docs/V1ObservationSequenceResultImageSetsInner.md +28 -0
- package/docs/V1ObservationStatus.md +56 -0
- package/docs/V1ObservationWeather.md +22 -0
- package/docs/V1ObservedWeather.md +23 -0
- package/docs/V1ObserverLocation.md +24 -0
- package/docs/V1OrganizationTarget.md +32 -0
- package/docs/V1PassStage.md +12 -0
- package/docs/V1PixelCoordinates.md +23 -0
- package/docs/V1PlaneScanRequest.md +25 -0
- package/docs/V1PlateSolveResult.md +40 -0
- package/docs/V1PlateSolveStatus.md +12 -0
- package/docs/V1Point.md +25 -0
- package/docs/V1PredictedStreakLocation.md +26 -0
- package/docs/V1PredictedWeather.md +21 -0
- package/docs/V1PutOrbitProviderTLERequest.md +33 -0
- package/docs/V1ResolvedImageMetadata.md +52 -0
- package/docs/V1ResolvedImageObservation.md +37 -0
- package/docs/V1ResolvedImagePair.md +41 -0
- package/docs/V1ResolvedImageSet.md +25 -0
- package/docs/V1RicVolumeSearchRequest.md +29 -0
- package/docs/V1SIPCoefficients.md +40 -0
- package/docs/V1SatelliteCalibrationFamily.md +12 -0
- package/docs/V1SatellitePotential.md +37 -0
- package/docs/V1SatelliteTarget.md +83 -0
- package/docs/V1SearchInstruction.md +29 -0
- package/docs/V1SearchInstructionStep.md +27 -0
- package/docs/V1SharpeningMethod.md +10 -0
- package/docs/V1StateVector.md +43 -0
- package/docs/V1SurveyInstruction.md +28 -0
- package/docs/V1SurveyInstructionStep.md +33 -0
- package/docs/V1TargetCorrelation.md +31 -0
- package/docs/V1Tdm.md +35 -0
- package/docs/V1TimeTaggedRaDec.md +28 -0
- package/docs/V1Track.md +24 -0
- package/docs/V1Transformation.md +77 -0
- package/docs/V1UpdateEmailConfigurationRequest.md +20 -0
- package/docs/V1UpdateOrganizationTargetRequest.md +24 -0
- package/docs/V1UpdateSatelliteTargetRequest.md +34 -0
- package/docs/V1UpdateWebhookConfigurationRequest.md +22 -0
- package/docs/V1WebhookConfiguration.md +34 -0
- package/docs/V1WebhookLog.md +30 -0
- package/docs/V2Search.md +29 -0
- package/docs/WeatherCondition.md +20 -0
- package/docs/WebhookAuthType.md +13 -0
- package/docs/WebhookEvent.md +35 -0
- package/index.ts +1 -1
- package/package.json +4 -4
package/dist/esm/api.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* OurSky SDA
|
|
5
5
|
* The basic flow for a new organization is as follows: 1. View the available satellite targets with the [satellite targets](#tag/satellite-targets/GET/v1/satellite-targets) endpoint. Copy the id of the target you want to observe. 2. Create an organization target with the [organization target](#tag/organization-targets/GET/v1/organization-targets) endpoint. Use the id copied from above. 3. Create a webhook with the [webhook](#tag/webhooks/POST/v1/communications/webhook) endpoint to receive OSRs automatically (preferred) or use the [OSRs](#tag/observation-sequence-results/GET/v1/observation-sequence-results) endpoint to poll for OSRs. Check out our [examples](https://github.com/ourskyai/oursky-examples) repository to see usage in each language.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
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,12 +25,7 @@ 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 FilterType = {
|
|
35
30
|
NONE: 'NONE',
|
|
36
31
|
RED: 'RED',
|
|
@@ -60,32 +55,25 @@ export const FilterType = {
|
|
|
60
55
|
DARK: 'DARK',
|
|
61
56
|
OTHER: 'OTHER'
|
|
62
57
|
};
|
|
63
|
-
/**
|
|
64
|
-
*
|
|
65
|
-
* @export
|
|
66
|
-
* @enum {string}
|
|
67
|
-
*/
|
|
68
58
|
export const ImageSetType = {
|
|
69
59
|
ASTRONOMICAL: 'ASTRONOMICAL',
|
|
70
60
|
EARTH_ORBITAL: 'EARTH_ORBITAL',
|
|
71
61
|
GNSS_CALIBRATION: 'GNSS_CALIBRATION',
|
|
72
62
|
SATELLITE_CALIBRATION: 'SATELLITE_CALIBRATION',
|
|
73
|
-
|
|
63
|
+
WAVEFRONT_SENSOR_FACTORY_CALIBRATION: 'WAVEFRONT_SENSOR_FACTORY_CALIBRATION',
|
|
64
|
+
ALL_SKY: 'ALL_SKY',
|
|
65
|
+
THERMAL: 'THERMAL',
|
|
66
|
+
STACKED_ASTRONOMICAL: 'STACKED_ASTRONOMICAL',
|
|
67
|
+
TERRESTRIAL_DOWNLINK: 'TERRESTRIAL_DOWNLINK'
|
|
68
|
+
};
|
|
69
|
+
export const MountGeometry = {
|
|
70
|
+
ALT_AZ: 'ALT_AZ',
|
|
71
|
+
EQUATORIAL: 'EQUATORIAL'
|
|
74
72
|
};
|
|
75
|
-
/**
|
|
76
|
-
*
|
|
77
|
-
* @export
|
|
78
|
-
* @enum {string}
|
|
79
|
-
*/
|
|
80
73
|
export const MountType = {
|
|
81
74
|
ALT_AZ: 'ALT_AZ',
|
|
82
75
|
EQUITORIAL: 'EQUITORIAL'
|
|
83
76
|
};
|
|
84
|
-
/**
|
|
85
|
-
*
|
|
86
|
-
* @export
|
|
87
|
-
* @enum {string}
|
|
88
|
-
*/
|
|
89
77
|
export const ObservationState = {
|
|
90
78
|
PENDING: 'PENDING',
|
|
91
79
|
UNDERWAY: 'UNDERWAY',
|
|
@@ -93,11 +81,6 @@ export const ObservationState = {
|
|
|
93
81
|
FAILED: 'FAILED',
|
|
94
82
|
EXPIRED: 'EXPIRED'
|
|
95
83
|
};
|
|
96
|
-
/**
|
|
97
|
-
*
|
|
98
|
-
* @export
|
|
99
|
-
* @enum {string}
|
|
100
|
-
*/
|
|
101
84
|
export const OrbitType = {
|
|
102
85
|
GEOSTATIONARY: 'GEOSTATIONARY',
|
|
103
86
|
GEOSYNCHRONOUS: 'GEOSYNCHRONOUS',
|
|
@@ -118,11 +101,6 @@ export const OrbitType = {
|
|
|
118
101
|
NSO: 'NSO',
|
|
119
102
|
UFO: 'UFO'
|
|
120
103
|
};
|
|
121
|
-
/**
|
|
122
|
-
*
|
|
123
|
-
* @export
|
|
124
|
-
* @enum {string}
|
|
125
|
-
*/
|
|
126
104
|
export const SatelliteTargetTrackingStatus = {
|
|
127
105
|
ACTIVE: 'ACTIVE',
|
|
128
106
|
INACTIVE: 'INACTIVE',
|
|
@@ -130,52 +108,38 @@ export const SatelliteTargetTrackingStatus = {
|
|
|
130
108
|
};
|
|
131
109
|
/**
|
|
132
110
|
* The reason a search was completed.
|
|
133
|
-
* @export
|
|
134
|
-
* @enum {string}
|
|
135
111
|
*/
|
|
136
112
|
export const SearchCompletedReason = {
|
|
137
113
|
ALL_HYPOTHESES_TESTED: 'ALL_HYPOTHESES_TESTED',
|
|
138
114
|
FOUND_TARGET: 'FOUND_TARGET',
|
|
139
115
|
CANCELLED: 'CANCELLED',
|
|
140
|
-
FAILED: 'FAILED'
|
|
116
|
+
FAILED: 'FAILED',
|
|
117
|
+
UNDERWAY: 'UNDERWAY'
|
|
141
118
|
};
|
|
142
|
-
/**
|
|
143
|
-
*
|
|
144
|
-
* @export
|
|
145
|
-
* @enum {string}
|
|
146
|
-
*/
|
|
147
119
|
export const ShutterType = {
|
|
148
120
|
ROLLING: 'ROLLING',
|
|
149
121
|
GLOBAL: 'GLOBAL'
|
|
150
122
|
};
|
|
151
|
-
/**
|
|
152
|
-
*
|
|
153
|
-
* @export
|
|
154
|
-
* @enum {string}
|
|
155
|
-
*/
|
|
156
123
|
export const TrackingType = {
|
|
157
124
|
SIDEREAL: 'SIDEREAL',
|
|
158
125
|
TARGET_RATE: 'TARGET_RATE',
|
|
159
126
|
NONE: 'NONE'
|
|
160
127
|
};
|
|
128
|
+
export const V1AllSkyPredictionLabel = {
|
|
129
|
+
CLEAR: 'CLEAR',
|
|
130
|
+
LIGHT_CLOUDS: 'LIGHT_CLOUDS',
|
|
131
|
+
HEAVY_CLOUDS: 'HEAVY_CLOUDS',
|
|
132
|
+
PRECIPITATION: 'PRECIPITATION',
|
|
133
|
+
UNKNOWN: 'UNKNOWN'
|
|
134
|
+
};
|
|
161
135
|
export const V1BlackoutVolumeRequestReferenceFrameEnum = {
|
|
162
136
|
ECI_J2000: 'ECI_J2000',
|
|
163
137
|
ECEF: 'ECEF'
|
|
164
138
|
};
|
|
165
|
-
/**
|
|
166
|
-
*
|
|
167
|
-
* @export
|
|
168
|
-
* @enum {string}
|
|
169
|
-
*/
|
|
170
139
|
export const V1ImageFileType = {
|
|
171
140
|
FITS: 'FITS',
|
|
172
141
|
JPG: 'JPG'
|
|
173
142
|
};
|
|
174
|
-
/**
|
|
175
|
-
*
|
|
176
|
-
* @export
|
|
177
|
-
* @enum {string}
|
|
178
|
-
*/
|
|
179
143
|
export const V1ImageRejectionReason = {
|
|
180
144
|
TARGET_NOT_FOUND: 'TARGET_NOT_FOUND',
|
|
181
145
|
RATE_TARGET_NOT_FOUND: 'RATE_TARGET_NOT_FOUND',
|
|
@@ -202,37 +166,34 @@ export const V1ImageRejectionReason = {
|
|
|
202
166
|
SAVE_FAILURE: 'SAVE_FAILURE',
|
|
203
167
|
RATE_CATALOG_COMPARE_ERROR: 'RATE_CATALOG_COMPARE_ERROR',
|
|
204
168
|
MISSING_IMG_WIDTH_HEADER: 'MISSING_IMG_WIDTH_HEADER',
|
|
169
|
+
CALIBRATION_FAILURE: 'CALIBRATION_FAILURE',
|
|
170
|
+
HOT_PIXEL_REMOVAL_FAILURE: 'HOT_PIXEL_REMOVAL_FAILURE',
|
|
171
|
+
PIPELINE_TIMEOUT: 'PIPELINE_TIMEOUT',
|
|
205
172
|
UNKNOWN_ERROR: 'UNKNOWN_ERROR'
|
|
206
173
|
};
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
174
|
+
export const V1PassStage = {
|
|
175
|
+
RISING: 'rising',
|
|
176
|
+
PEAK: 'peak',
|
|
177
|
+
FALLING: 'falling'
|
|
178
|
+
};
|
|
212
179
|
export const V1PlateSolveStatus = {
|
|
213
180
|
MATCH_FOUND: 'MATCH_FOUND',
|
|
214
181
|
NO_MATCH_FOUND: 'NO_MATCH_FOUND',
|
|
215
182
|
CANCELLED: 'CANCELLED'
|
|
216
183
|
};
|
|
217
|
-
/**
|
|
218
|
-
*
|
|
219
|
-
* @export
|
|
220
|
-
* @enum {string}
|
|
221
|
-
*/
|
|
222
184
|
export const V1SatelliteCalibrationFamily = {
|
|
223
185
|
GPS: 'GPS',
|
|
224
186
|
ILRS: 'ILRS',
|
|
225
187
|
SWARM: 'SWARM'
|
|
226
188
|
};
|
|
189
|
+
export const V1SharpeningMethod = {
|
|
190
|
+
DETAIL: 'detail',
|
|
191
|
+
UNSHARP_MASK: 'unsharp_mask'
|
|
192
|
+
};
|
|
227
193
|
export const V1StateVectorReferenceFrameEnum = {
|
|
228
194
|
ECI_J2000: 'ECI_J2000',
|
|
229
195
|
ECEF: 'ECEF'
|
|
230
196
|
};
|
|
231
|
-
/**
|
|
232
|
-
*
|
|
233
|
-
* @export
|
|
234
|
-
* @enum {string}
|
|
235
|
-
*/
|
|
236
197
|
export const WeatherCondition = {
|
|
237
198
|
THUNDERSTORM: 'THUNDERSTORM',
|
|
238
199
|
DRIZZLE: 'DRIZZLE',
|
|
@@ -244,8 +205,6 @@ export const WeatherCondition = {
|
|
|
244
205
|
};
|
|
245
206
|
/**
|
|
246
207
|
* Authorization mechanism required for webhook endpoint, if any. Use `NONE` if not required.
|
|
247
|
-
* @export
|
|
248
|
-
* @enum {string}
|
|
249
208
|
*/
|
|
250
209
|
export const WebhookAuthType = {
|
|
251
210
|
NONE: 'NONE',
|
|
@@ -254,8 +213,6 @@ export const WebhookAuthType = {
|
|
|
254
213
|
};
|
|
255
214
|
/**
|
|
256
215
|
* Webhook events that can be subscribed to. For `EO_OBSERVATION` events, please refer to the Unified Data Library for the full schema.
|
|
257
|
-
* @export
|
|
258
|
-
* @enum {string}
|
|
259
216
|
*/
|
|
260
217
|
export const WebhookEvent = {
|
|
261
218
|
V1_TDM_CREATED: 'V1_TDM_CREATED',
|
|
@@ -275,7 +232,6 @@ export const WebhookEvent = {
|
|
|
275
232
|
};
|
|
276
233
|
/**
|
|
277
234
|
* DefaultApi - axios parameter creator
|
|
278
|
-
* @export
|
|
279
235
|
*/
|
|
280
236
|
export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
281
237
|
return {
|
|
@@ -286,7 +242,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
286
242
|
* @param {*} [options] Override http request option.
|
|
287
243
|
* @throws {RequiredError}
|
|
288
244
|
*/
|
|
289
|
-
getUncorrelatedTracks: (
|
|
245
|
+
getUncorrelatedTracks: (after_1, ...args_1) => __awaiter(this, [after_1, ...args_1], void 0, function* (after, options = {}) {
|
|
290
246
|
const localVarPath = `/v1/uncorrelated-tracks`;
|
|
291
247
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
292
248
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -306,6 +262,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
306
262
|
after.toISOString() :
|
|
307
263
|
after;
|
|
308
264
|
}
|
|
265
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
309
266
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
310
267
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
311
268
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -320,7 +277,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
320
277
|
* @param {*} [options] Override http request option.
|
|
321
278
|
* @throws {RequiredError}
|
|
322
279
|
*/
|
|
323
|
-
v1CreateBlackoutVolume: (
|
|
280
|
+
v1CreateBlackoutVolume: (v1BlackoutVolumeRequest_1, ...args_1) => __awaiter(this, [v1BlackoutVolumeRequest_1, ...args_1], void 0, function* (v1BlackoutVolumeRequest, options = {}) {
|
|
324
281
|
// verify required parameter 'v1BlackoutVolumeRequest' is not null or undefined
|
|
325
282
|
assertParamExists('v1CreateBlackoutVolume', 'v1BlackoutVolumeRequest', v1BlackoutVolumeRequest);
|
|
326
283
|
const localVarPath = `/v2/search/blackout-volume`;
|
|
@@ -338,6 +295,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
338
295
|
// http bearer authentication required
|
|
339
296
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
340
297
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
298
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
341
299
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
342
300
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
343
301
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -353,7 +311,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
353
311
|
* @param {*} [options] Override http request option.
|
|
354
312
|
* @throws {RequiredError}
|
|
355
313
|
*/
|
|
356
|
-
v1CreateDirectTaskInstruction: (
|
|
314
|
+
v1CreateDirectTaskInstruction: (v1CreateDirectTaskInstructionRequest_1, ...args_1) => __awaiter(this, [v1CreateDirectTaskInstructionRequest_1, ...args_1], void 0, function* (v1CreateDirectTaskInstructionRequest, options = {}) {
|
|
357
315
|
// verify required parameter 'v1CreateDirectTaskInstructionRequest' is not null or undefined
|
|
358
316
|
assertParamExists('v1CreateDirectTaskInstruction', 'v1CreateDirectTaskInstructionRequest', v1CreateDirectTaskInstructionRequest);
|
|
359
317
|
const localVarPath = `/v1/direct-task-instruction`;
|
|
@@ -371,6 +329,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
371
329
|
// http bearer authentication required
|
|
372
330
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
373
331
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
332
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
374
333
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
375
334
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
376
335
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -380,13 +339,53 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
380
339
|
options: localVarRequestOptions,
|
|
381
340
|
};
|
|
382
341
|
}),
|
|
342
|
+
/**
|
|
343
|
+
* Create metadata about an image by image id. This includes plate solve results
|
|
344
|
+
* @param {string} imageId
|
|
345
|
+
* @param {V1CreateImageMetadataRequest} v1CreateImageMetadataRequest
|
|
346
|
+
* @param {*} [options] Override http request option.
|
|
347
|
+
* @throws {RequiredError}
|
|
348
|
+
*/
|
|
349
|
+
v1CreateImageMetadata: (imageId_1, v1CreateImageMetadataRequest_1, ...args_1) => __awaiter(this, [imageId_1, v1CreateImageMetadataRequest_1, ...args_1], void 0, function* (imageId, v1CreateImageMetadataRequest, options = {}) {
|
|
350
|
+
// verify required parameter 'imageId' is not null or undefined
|
|
351
|
+
assertParamExists('v1CreateImageMetadata', 'imageId', imageId);
|
|
352
|
+
// verify required parameter 'v1CreateImageMetadataRequest' is not null or undefined
|
|
353
|
+
assertParamExists('v1CreateImageMetadata', 'v1CreateImageMetadataRequest', v1CreateImageMetadataRequest);
|
|
354
|
+
const localVarPath = `/v1/image-metadata`;
|
|
355
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
356
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
357
|
+
let baseOptions;
|
|
358
|
+
if (configuration) {
|
|
359
|
+
baseOptions = configuration.baseOptions;
|
|
360
|
+
}
|
|
361
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
362
|
+
const localVarHeaderParameter = {};
|
|
363
|
+
const localVarQueryParameter = {};
|
|
364
|
+
// authentication Roles required
|
|
365
|
+
// authentication BearerToken required
|
|
366
|
+
// http bearer authentication required
|
|
367
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
368
|
+
if (imageId !== undefined) {
|
|
369
|
+
localVarQueryParameter['imageId'] = imageId;
|
|
370
|
+
}
|
|
371
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
372
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
373
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
374
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
375
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
376
|
+
localVarRequestOptions.data = serializeDataIfNeeded(v1CreateImageMetadataRequest, localVarRequestOptions, configuration);
|
|
377
|
+
return {
|
|
378
|
+
url: toPathString(localVarUrlObj),
|
|
379
|
+
options: localVarRequestOptions,
|
|
380
|
+
};
|
|
381
|
+
}),
|
|
383
382
|
/**
|
|
384
383
|
* Create an image set.
|
|
385
384
|
* @param {V1CreateImageSetRequest} v1CreateImageSetRequest
|
|
386
385
|
* @param {*} [options] Override http request option.
|
|
387
386
|
* @throws {RequiredError}
|
|
388
387
|
*/
|
|
389
|
-
v1CreateImageSet: (
|
|
388
|
+
v1CreateImageSet: (v1CreateImageSetRequest_1, ...args_1) => __awaiter(this, [v1CreateImageSetRequest_1, ...args_1], void 0, function* (v1CreateImageSetRequest, options = {}) {
|
|
390
389
|
// verify required parameter 'v1CreateImageSetRequest' is not null or undefined
|
|
391
390
|
assertParamExists('v1CreateImageSet', 'v1CreateImageSetRequest', v1CreateImageSetRequest);
|
|
392
391
|
const localVarPath = `/v1/image-set`;
|
|
@@ -404,6 +403,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
404
403
|
// http bearer authentication required
|
|
405
404
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
406
405
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
406
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
407
407
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
408
408
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
409
409
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -419,7 +419,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
419
419
|
* @param {*} [options] Override http request option.
|
|
420
420
|
* @throws {RequiredError}
|
|
421
421
|
*/
|
|
422
|
-
v1CreateImageSetImage: (
|
|
422
|
+
v1CreateImageSetImage: (v1CreateImageSetImageRequest_1, ...args_1) => __awaiter(this, [v1CreateImageSetImageRequest_1, ...args_1], void 0, function* (v1CreateImageSetImageRequest, options = {}) {
|
|
423
423
|
// verify required parameter 'v1CreateImageSetImageRequest' is not null or undefined
|
|
424
424
|
assertParamExists('v1CreateImageSetImage', 'v1CreateImageSetImageRequest', v1CreateImageSetImageRequest);
|
|
425
425
|
const localVarPath = `/v1/image-set-image`;
|
|
@@ -437,6 +437,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
437
437
|
// http bearer authentication required
|
|
438
438
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
439
439
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
440
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
440
441
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
441
442
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
442
443
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -452,7 +453,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
452
453
|
* @param {*} [options] Override http request option.
|
|
453
454
|
* @throws {RequiredError}
|
|
454
455
|
*/
|
|
455
|
-
v1CreateOrganizationTarget: (
|
|
456
|
+
v1CreateOrganizationTarget: (v1CreateOrganizationTargetRequest_1, ...args_1) => __awaiter(this, [v1CreateOrganizationTargetRequest_1, ...args_1], void 0, function* (v1CreateOrganizationTargetRequest, options = {}) {
|
|
456
457
|
// verify required parameter 'v1CreateOrganizationTargetRequest' is not null or undefined
|
|
457
458
|
assertParamExists('v1CreateOrganizationTarget', 'v1CreateOrganizationTargetRequest', v1CreateOrganizationTargetRequest);
|
|
458
459
|
const localVarPath = `/v1/organization-target`;
|
|
@@ -470,6 +471,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
470
471
|
// http bearer authentication required
|
|
471
472
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
472
473
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
474
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
473
475
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
474
476
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
475
477
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -485,7 +487,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
485
487
|
* @param {*} [options] Override http request option.
|
|
486
488
|
* @throws {RequiredError}
|
|
487
489
|
*/
|
|
488
|
-
v1CreateSatelliteTarget: (
|
|
490
|
+
v1CreateSatelliteTarget: (v1CreateSatelliteTargetRequest_1, ...args_1) => __awaiter(this, [v1CreateSatelliteTargetRequest_1, ...args_1], void 0, function* (v1CreateSatelliteTargetRequest, options = {}) {
|
|
489
491
|
// verify required parameter 'v1CreateSatelliteTargetRequest' is not null or undefined
|
|
490
492
|
assertParamExists('v1CreateSatelliteTarget', 'v1CreateSatelliteTargetRequest', v1CreateSatelliteTargetRequest);
|
|
491
493
|
const localVarPath = `/v1/satellite-target`;
|
|
@@ -503,6 +505,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
503
505
|
// http bearer authentication required
|
|
504
506
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
505
507
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
508
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
506
509
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
507
510
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
508
511
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -519,7 +522,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
519
522
|
* @deprecated
|
|
520
523
|
* @throws {RequiredError}
|
|
521
524
|
*/
|
|
522
|
-
v1CreateSearchInstruction: (
|
|
525
|
+
v1CreateSearchInstruction: (v1CreateSearchInstructionRequest_1, ...args_1) => __awaiter(this, [v1CreateSearchInstructionRequest_1, ...args_1], void 0, function* (v1CreateSearchInstructionRequest, options = {}) {
|
|
523
526
|
// verify required parameter 'v1CreateSearchInstructionRequest' is not null or undefined
|
|
524
527
|
assertParamExists('v1CreateSearchInstruction', 'v1CreateSearchInstructionRequest', v1CreateSearchInstructionRequest);
|
|
525
528
|
const localVarPath = `/v1/search-instruction`;
|
|
@@ -537,6 +540,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
537
540
|
// http bearer authentication required
|
|
538
541
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
539
542
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
543
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
540
544
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
541
545
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
542
546
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -552,7 +556,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
552
556
|
* @param {*} [options] Override http request option.
|
|
553
557
|
* @throws {RequiredError}
|
|
554
558
|
*/
|
|
555
|
-
v1CreateSurveyInstruction: (
|
|
559
|
+
v1CreateSurveyInstruction: (v1CreateSurveyInstructionRequest_1, ...args_1) => __awaiter(this, [v1CreateSurveyInstructionRequest_1, ...args_1], void 0, function* (v1CreateSurveyInstructionRequest, options = {}) {
|
|
556
560
|
// verify required parameter 'v1CreateSurveyInstructionRequest' is not null or undefined
|
|
557
561
|
assertParamExists('v1CreateSurveyInstruction', 'v1CreateSurveyInstructionRequest', v1CreateSurveyInstructionRequest);
|
|
558
562
|
const localVarPath = `/v1/survey-instruction`;
|
|
@@ -570,6 +574,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
570
574
|
// http bearer authentication required
|
|
571
575
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
572
576
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
577
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
573
578
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
574
579
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
575
580
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -585,7 +590,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
585
590
|
* @param {*} [options] Override http request option.
|
|
586
591
|
* @throws {RequiredError}
|
|
587
592
|
*/
|
|
588
|
-
v1CreateWebhookConfiguration: (
|
|
593
|
+
v1CreateWebhookConfiguration: (v1CreateWebhookConfigurationRequest_1, ...args_1) => __awaiter(this, [v1CreateWebhookConfigurationRequest_1, ...args_1], void 0, function* (v1CreateWebhookConfigurationRequest, options = {}) {
|
|
589
594
|
// verify required parameter 'v1CreateWebhookConfigurationRequest' is not null or undefined
|
|
590
595
|
assertParamExists('v1CreateWebhookConfiguration', 'v1CreateWebhookConfigurationRequest', v1CreateWebhookConfigurationRequest);
|
|
591
596
|
const localVarPath = `/v1/communications/webhook`;
|
|
@@ -603,6 +608,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
603
608
|
// http bearer authentication required
|
|
604
609
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
605
610
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
611
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
606
612
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
607
613
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
608
614
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -618,7 +624,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
618
624
|
* @param {*} [options] Override http request option.
|
|
619
625
|
* @throws {RequiredError}
|
|
620
626
|
*/
|
|
621
|
-
v1CreateWebhookTest: (
|
|
627
|
+
v1CreateWebhookTest: (v1CreateWebhookTestRequest_1, ...args_1) => __awaiter(this, [v1CreateWebhookTestRequest_1, ...args_1], void 0, function* (v1CreateWebhookTestRequest, options = {}) {
|
|
622
628
|
// verify required parameter 'v1CreateWebhookTestRequest' is not null or undefined
|
|
623
629
|
assertParamExists('v1CreateWebhookTest', 'v1CreateWebhookTestRequest', v1CreateWebhookTestRequest);
|
|
624
630
|
const localVarPath = `/v1/communications/webhook-test`;
|
|
@@ -636,6 +642,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
636
642
|
// http bearer authentication required
|
|
637
643
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
638
644
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
645
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
639
646
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
640
647
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
641
648
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -651,7 +658,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
651
658
|
* @param {*} [options] Override http request option.
|
|
652
659
|
* @throws {RequiredError}
|
|
653
660
|
*/
|
|
654
|
-
v1DeleteBlackoutVolume: (
|
|
661
|
+
v1DeleteBlackoutVolume: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
655
662
|
// verify required parameter 'id' is not null or undefined
|
|
656
663
|
assertParamExists('v1DeleteBlackoutVolume', 'id', id);
|
|
657
664
|
const localVarPath = `/v2/search/blackout-volume`;
|
|
@@ -671,6 +678,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
671
678
|
if (id !== undefined) {
|
|
672
679
|
localVarQueryParameter['id'] = id;
|
|
673
680
|
}
|
|
681
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
674
682
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
675
683
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
676
684
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -685,7 +693,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
685
693
|
* @param {*} [options] Override http request option.
|
|
686
694
|
* @throws {RequiredError}
|
|
687
695
|
*/
|
|
688
|
-
v1DeleteDirectTaskInstruction: (
|
|
696
|
+
v1DeleteDirectTaskInstruction: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
689
697
|
// verify required parameter 'id' is not null or undefined
|
|
690
698
|
assertParamExists('v1DeleteDirectTaskInstruction', 'id', id);
|
|
691
699
|
const localVarPath = `/v1/direct-task-instruction`;
|
|
@@ -705,6 +713,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
705
713
|
if (id !== undefined) {
|
|
706
714
|
localVarQueryParameter['id'] = id;
|
|
707
715
|
}
|
|
716
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
708
717
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
709
718
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
710
719
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -719,7 +728,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
719
728
|
* @param {*} [options] Override http request option.
|
|
720
729
|
* @throws {RequiredError}
|
|
721
730
|
*/
|
|
722
|
-
v1DeleteImageSet: (
|
|
731
|
+
v1DeleteImageSet: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
723
732
|
// verify required parameter 'id' is not null or undefined
|
|
724
733
|
assertParamExists('v1DeleteImageSet', 'id', id);
|
|
725
734
|
const localVarPath = `/v1/image-set`;
|
|
@@ -739,6 +748,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
739
748
|
if (id !== undefined) {
|
|
740
749
|
localVarQueryParameter['id'] = id;
|
|
741
750
|
}
|
|
751
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
742
752
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
743
753
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
744
754
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -753,7 +763,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
753
763
|
* @param {*} [options] Override http request option.
|
|
754
764
|
* @throws {RequiredError}
|
|
755
765
|
*/
|
|
756
|
-
v1DeleteImageSetImage: (
|
|
766
|
+
v1DeleteImageSetImage: (imageId_1, ...args_1) => __awaiter(this, [imageId_1, ...args_1], void 0, function* (imageId, options = {}) {
|
|
757
767
|
// verify required parameter 'imageId' is not null or undefined
|
|
758
768
|
assertParamExists('v1DeleteImageSetImage', 'imageId', imageId);
|
|
759
769
|
const localVarPath = `/v1/image-set-image`;
|
|
@@ -773,6 +783,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
773
783
|
if (imageId !== undefined) {
|
|
774
784
|
localVarQueryParameter['imageId'] = imageId;
|
|
775
785
|
}
|
|
786
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
776
787
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
777
788
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
778
789
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -787,7 +798,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
787
798
|
* @param {*} [options] Override http request option.
|
|
788
799
|
* @throws {RequiredError}
|
|
789
800
|
*/
|
|
790
|
-
v1DeleteOrganizationTarget: (
|
|
801
|
+
v1DeleteOrganizationTarget: (satelliteTargetId_1, ...args_1) => __awaiter(this, [satelliteTargetId_1, ...args_1], void 0, function* (satelliteTargetId, options = {}) {
|
|
791
802
|
// verify required parameter 'satelliteTargetId' is not null or undefined
|
|
792
803
|
assertParamExists('v1DeleteOrganizationTarget', 'satelliteTargetId', satelliteTargetId);
|
|
793
804
|
const localVarPath = `/v1/organization-target`;
|
|
@@ -807,6 +818,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
807
818
|
if (satelliteTargetId !== undefined) {
|
|
808
819
|
localVarQueryParameter['satelliteTargetId'] = satelliteTargetId;
|
|
809
820
|
}
|
|
821
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
810
822
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
811
823
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
812
824
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -821,7 +833,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
821
833
|
* @param {*} [options] Override http request option.
|
|
822
834
|
* @throws {RequiredError}
|
|
823
835
|
*/
|
|
824
|
-
v1DeleteSearchInstruction: (
|
|
836
|
+
v1DeleteSearchInstruction: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
825
837
|
// verify required parameter 'id' is not null or undefined
|
|
826
838
|
assertParamExists('v1DeleteSearchInstruction', 'id', id);
|
|
827
839
|
const localVarPath = `/v1/search-instruction`;
|
|
@@ -841,6 +853,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
841
853
|
if (id !== undefined) {
|
|
842
854
|
localVarQueryParameter['id'] = id;
|
|
843
855
|
}
|
|
856
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
844
857
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
845
858
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
846
859
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -855,7 +868,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
855
868
|
* @param {*} [options] Override http request option.
|
|
856
869
|
* @throws {RequiredError}
|
|
857
870
|
*/
|
|
858
|
-
v1DeleteSurveyInstruction: (
|
|
871
|
+
v1DeleteSurveyInstruction: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
859
872
|
// verify required parameter 'id' is not null or undefined
|
|
860
873
|
assertParamExists('v1DeleteSurveyInstruction', 'id', id);
|
|
861
874
|
const localVarPath = `/v1/survey-instruction`;
|
|
@@ -875,6 +888,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
875
888
|
if (id !== undefined) {
|
|
876
889
|
localVarQueryParameter['id'] = id;
|
|
877
890
|
}
|
|
891
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
878
892
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
879
893
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
880
894
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -889,7 +903,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
889
903
|
* @param {*} [options] Override http request option.
|
|
890
904
|
* @throws {RequiredError}
|
|
891
905
|
*/
|
|
892
|
-
v1DeleteWebhookConfiguration: (
|
|
906
|
+
v1DeleteWebhookConfiguration: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
893
907
|
// verify required parameter 'id' is not null or undefined
|
|
894
908
|
assertParamExists('v1DeleteWebhookConfiguration', 'id', id);
|
|
895
909
|
const localVarPath = `/v1/communications/webhook`;
|
|
@@ -909,6 +923,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
909
923
|
if (id !== undefined) {
|
|
910
924
|
localVarQueryParameter['id'] = id;
|
|
911
925
|
}
|
|
926
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
912
927
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
913
928
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
914
929
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -923,7 +938,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
923
938
|
* @param {*} [options] Override http request option.
|
|
924
939
|
* @throws {RequiredError}
|
|
925
940
|
*/
|
|
926
|
-
v1GetImageMetadata: (
|
|
941
|
+
v1GetImageMetadata: (imageId_1, ...args_1) => __awaiter(this, [imageId_1, ...args_1], void 0, function* (imageId, options = {}) {
|
|
927
942
|
// verify required parameter 'imageId' is not null or undefined
|
|
928
943
|
assertParamExists('v1GetImageMetadata', 'imageId', imageId);
|
|
929
944
|
const localVarPath = `/v1/image-metadata`;
|
|
@@ -943,6 +958,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
943
958
|
if (imageId !== undefined) {
|
|
944
959
|
localVarQueryParameter['imageId'] = imageId;
|
|
945
960
|
}
|
|
961
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
946
962
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
947
963
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
948
964
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -957,7 +973,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
957
973
|
* @param {*} [options] Override http request option.
|
|
958
974
|
* @throws {RequiredError}
|
|
959
975
|
*/
|
|
960
|
-
v1GetImageSet: (
|
|
976
|
+
v1GetImageSet: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
961
977
|
// verify required parameter 'id' is not null or undefined
|
|
962
978
|
assertParamExists('v1GetImageSet', 'id', id);
|
|
963
979
|
const localVarPath = `/v1/image-set`;
|
|
@@ -977,6 +993,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
977
993
|
if (id !== undefined) {
|
|
978
994
|
localVarQueryParameter['id'] = id;
|
|
979
995
|
}
|
|
996
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
980
997
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
981
998
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
982
999
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -991,7 +1008,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
991
1008
|
* @param {*} [options] Override http request option.
|
|
992
1009
|
* @throws {RequiredError}
|
|
993
1010
|
*/
|
|
994
|
-
v1GetImageSetImage: (
|
|
1011
|
+
v1GetImageSetImage: (imageId_1, ...args_1) => __awaiter(this, [imageId_1, ...args_1], void 0, function* (imageId, options = {}) {
|
|
995
1012
|
// verify required parameter 'imageId' is not null or undefined
|
|
996
1013
|
assertParamExists('v1GetImageSetImage', 'imageId', imageId);
|
|
997
1014
|
const localVarPath = `/v1/image-set-image`;
|
|
@@ -1011,6 +1028,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1011
1028
|
if (imageId !== undefined) {
|
|
1012
1029
|
localVarQueryParameter['imageId'] = imageId;
|
|
1013
1030
|
}
|
|
1031
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1014
1032
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1015
1033
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1016
1034
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1020,14 +1038,13 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1020
1038
|
};
|
|
1021
1039
|
}),
|
|
1022
1040
|
/**
|
|
1023
|
-
* Get image set images.
|
|
1024
|
-
* @param {Array<string>} imageSets
|
|
1041
|
+
* Get image set images for an explicit list of image set ids. Star parties are owned by the edge controller, so the starPartyId param is not supported in the cloud API and returns 400 if provided; use the node-platform star party endpoints to resolve a party\'s image sets.
|
|
1042
|
+
* @param {Array<string>} [imageSets]
|
|
1043
|
+
* @param {string} [starPartyId]
|
|
1025
1044
|
* @param {*} [options] Override http request option.
|
|
1026
1045
|
* @throws {RequiredError}
|
|
1027
1046
|
*/
|
|
1028
|
-
v1GetImageSetImages: (
|
|
1029
|
-
// verify required parameter 'imageSets' is not null or undefined
|
|
1030
|
-
assertParamExists('v1GetImageSetImages', 'imageSets', imageSets);
|
|
1047
|
+
v1GetImageSetImages: (imageSets_1, starPartyId_1, ...args_1) => __awaiter(this, [imageSets_1, starPartyId_1, ...args_1], void 0, function* (imageSets, starPartyId, options = {}) {
|
|
1031
1048
|
const localVarPath = `/v1/image-set-images`;
|
|
1032
1049
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1033
1050
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1045,6 +1062,10 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1045
1062
|
if (imageSets) {
|
|
1046
1063
|
localVarQueryParameter['imageSets'] = imageSets.join(COLLECTION_FORMATS.csv);
|
|
1047
1064
|
}
|
|
1065
|
+
if (starPartyId !== undefined) {
|
|
1066
|
+
localVarQueryParameter['starPartyId'] = starPartyId;
|
|
1067
|
+
}
|
|
1068
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1048
1069
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1049
1070
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1050
1071
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1054,11 +1075,12 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1054
1075
|
};
|
|
1055
1076
|
}),
|
|
1056
1077
|
/**
|
|
1057
|
-
* Get image sets.
|
|
1078
|
+
* Get image sets. Star parties are owned by the edge controller, so the starPartyId param is not supported in the cloud API and returns 400 if provided; use the node-platform star party endpoints to resolve a party\'s image sets.
|
|
1079
|
+
* @param {string} [starPartyId]
|
|
1058
1080
|
* @param {*} [options] Override http request option.
|
|
1059
1081
|
* @throws {RequiredError}
|
|
1060
1082
|
*/
|
|
1061
|
-
v1GetImageSets: (
|
|
1083
|
+
v1GetImageSets: (starPartyId_1, ...args_1) => __awaiter(this, [starPartyId_1, ...args_1], void 0, function* (starPartyId, options = {}) {
|
|
1062
1084
|
const localVarPath = `/v1/image-sets`;
|
|
1063
1085
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1064
1086
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1073,6 +1095,10 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1073
1095
|
// authentication BearerToken required
|
|
1074
1096
|
// http bearer authentication required
|
|
1075
1097
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1098
|
+
if (starPartyId !== undefined) {
|
|
1099
|
+
localVarQueryParameter['starPartyId'] = starPartyId;
|
|
1100
|
+
}
|
|
1101
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1076
1102
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1077
1103
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1078
1104
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1087,7 +1113,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1087
1113
|
* @param {*} [options] Override http request option.
|
|
1088
1114
|
* @throws {RequiredError}
|
|
1089
1115
|
*/
|
|
1090
|
-
v1GetNodeProperties: (
|
|
1116
|
+
v1GetNodeProperties: (nodeId_1, ...args_1) => __awaiter(this, [nodeId_1, ...args_1], void 0, function* (nodeId, options = {}) {
|
|
1091
1117
|
// verify required parameter 'nodeId' is not null or undefined
|
|
1092
1118
|
assertParamExists('v1GetNodeProperties', 'nodeId', nodeId);
|
|
1093
1119
|
const localVarPath = `/v1/node-properties`;
|
|
@@ -1107,6 +1133,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1107
1133
|
if (nodeId !== undefined) {
|
|
1108
1134
|
localVarQueryParameter['nodeId'] = nodeId;
|
|
1109
1135
|
}
|
|
1136
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1110
1137
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1111
1138
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1112
1139
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1123,7 +1150,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1123
1150
|
* @param {*} [options] Override http request option.
|
|
1124
1151
|
* @throws {RequiredError}
|
|
1125
1152
|
*/
|
|
1126
|
-
v1GetNodeSatelliteCalibrations: (
|
|
1153
|
+
v1GetNodeSatelliteCalibrations: (nodeId_1, limit_1, before_1, ...args_1) => __awaiter(this, [nodeId_1, limit_1, before_1, ...args_1], void 0, function* (nodeId, limit, before, options = {}) {
|
|
1127
1154
|
// verify required parameter 'nodeId' is not null or undefined
|
|
1128
1155
|
assertParamExists('v1GetNodeSatelliteCalibrations', 'nodeId', nodeId);
|
|
1129
1156
|
const localVarPath = `/v1/satellite-calibrations`;
|
|
@@ -1151,6 +1178,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1151
1178
|
before.toISOString() :
|
|
1152
1179
|
before;
|
|
1153
1180
|
}
|
|
1181
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1154
1182
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1155
1183
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1156
1184
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1165,7 +1193,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1165
1193
|
* @param {*} [options] Override http request option.
|
|
1166
1194
|
* @throws {RequiredError}
|
|
1167
1195
|
*/
|
|
1168
|
-
v1GetObservationFeatures: (
|
|
1196
|
+
v1GetObservationFeatures: (imageId_1, ...args_1) => __awaiter(this, [imageId_1, ...args_1], void 0, function* (imageId, options = {}) {
|
|
1169
1197
|
// verify required parameter 'imageId' is not null or undefined
|
|
1170
1198
|
assertParamExists('v1GetObservationFeatures', 'imageId', imageId);
|
|
1171
1199
|
const localVarPath = `/v1/observation-features`;
|
|
@@ -1185,6 +1213,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1185
1213
|
if (imageId !== undefined) {
|
|
1186
1214
|
localVarQueryParameter['imageId'] = imageId;
|
|
1187
1215
|
}
|
|
1216
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1188
1217
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1189
1218
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1190
1219
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1200,7 +1229,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1200
1229
|
* @param {*} [options] Override http request option.
|
|
1201
1230
|
* @throws {RequiredError}
|
|
1202
1231
|
*/
|
|
1203
|
-
v1GetObservationSequenceResult: (
|
|
1232
|
+
v1GetObservationSequenceResult: (observationSequenceResultId_1, imageId_1, ...args_1) => __awaiter(this, [observationSequenceResultId_1, imageId_1, ...args_1], void 0, function* (observationSequenceResultId, imageId, options = {}) {
|
|
1204
1233
|
const localVarPath = `/v1/observation-sequence-result`;
|
|
1205
1234
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1206
1235
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1221,6 +1250,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1221
1250
|
if (imageId !== undefined) {
|
|
1222
1251
|
localVarQueryParameter['imageId'] = imageId;
|
|
1223
1252
|
}
|
|
1253
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1224
1254
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1225
1255
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1226
1256
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1236,7 +1266,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1236
1266
|
* @param {*} [options] Override http request option.
|
|
1237
1267
|
* @throws {RequiredError}
|
|
1238
1268
|
*/
|
|
1239
|
-
v1GetObservationSequenceResults: (
|
|
1269
|
+
v1GetObservationSequenceResults: (targetId_1, after_1, ...args_1) => __awaiter(this, [targetId_1, after_1, ...args_1], void 0, function* (targetId, after, options = {}) {
|
|
1240
1270
|
const localVarPath = `/v1/observation-sequence-results`;
|
|
1241
1271
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1242
1272
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1259,6 +1289,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1259
1289
|
after.toISOString() :
|
|
1260
1290
|
after;
|
|
1261
1291
|
}
|
|
1292
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1262
1293
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1263
1294
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1264
1295
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1279,7 +1310,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1279
1310
|
* @param {*} [options] Override http request option.
|
|
1280
1311
|
* @throws {RequiredError}
|
|
1281
1312
|
*/
|
|
1282
|
-
v1GetObservationStatuses: (
|
|
1313
|
+
v1GetObservationStatuses: (targetId_1, before_1, searchInstructionId_1, surveyInstructionId_1, resolvedImageInstructionId_1, directTaskId_1, imageId_1, ...args_1) => __awaiter(this, [targetId_1, before_1, searchInstructionId_1, surveyInstructionId_1, resolvedImageInstructionId_1, directTaskId_1, imageId_1, ...args_1], void 0, function* (targetId, before, searchInstructionId, surveyInstructionId, resolvedImageInstructionId, directTaskId, imageId, options = {}) {
|
|
1283
1314
|
const localVarPath = `/v1/observation-statuses`;
|
|
1284
1315
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1285
1316
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1317,6 +1348,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1317
1348
|
if (imageId !== undefined) {
|
|
1318
1349
|
localVarQueryParameter['imageId'] = imageId;
|
|
1319
1350
|
}
|
|
1351
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1320
1352
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1321
1353
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1322
1354
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1326,13 +1358,14 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1326
1358
|
};
|
|
1327
1359
|
}),
|
|
1328
1360
|
/**
|
|
1329
|
-
* Get potential observation windows for all satellites of your organization across the network from now
|
|
1330
|
-
* @param {string} until
|
|
1361
|
+
* Get potential observation windows for all satellites of your organization across the network up to 72 hours from now (or from the optional `from` datetime) until `until`
|
|
1362
|
+
* @param {string} until End of the window. Must be within 72 hours of `from`.
|
|
1363
|
+
* @param {string} [from] Start of the window. Defaults to now.
|
|
1331
1364
|
* @param {boolean} [includeWeather]
|
|
1332
1365
|
* @param {*} [options] Override http request option.
|
|
1333
1366
|
* @throws {RequiredError}
|
|
1334
1367
|
*/
|
|
1335
|
-
v1GetOrganizationSatellitePotentials: (
|
|
1368
|
+
v1GetOrganizationSatellitePotentials: (until_1, from_1, includeWeather_1, ...args_1) => __awaiter(this, [until_1, from_1, includeWeather_1, ...args_1], void 0, function* (until, from, includeWeather, options = {}) {
|
|
1336
1369
|
// verify required parameter 'until' is not null or undefined
|
|
1337
1370
|
assertParamExists('v1GetOrganizationSatellitePotentials', 'until', until);
|
|
1338
1371
|
const localVarPath = `/v1/organization-target-potentials`;
|
|
@@ -1349,6 +1382,11 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1349
1382
|
// authentication BearerToken required
|
|
1350
1383
|
// http bearer authentication required
|
|
1351
1384
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1385
|
+
if (from !== undefined) {
|
|
1386
|
+
localVarQueryParameter['from'] = (from instanceof Date) ?
|
|
1387
|
+
from.toISOString() :
|
|
1388
|
+
from;
|
|
1389
|
+
}
|
|
1352
1390
|
if (until !== undefined) {
|
|
1353
1391
|
localVarQueryParameter['until'] = (until instanceof Date) ?
|
|
1354
1392
|
until.toISOString() :
|
|
@@ -1357,6 +1395,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1357
1395
|
if (includeWeather !== undefined) {
|
|
1358
1396
|
localVarQueryParameter['includeWeather'] = includeWeather;
|
|
1359
1397
|
}
|
|
1398
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1360
1399
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1361
1400
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1362
1401
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1371,7 +1410,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1371
1410
|
* @param {*} [options] Override http request option.
|
|
1372
1411
|
* @throws {RequiredError}
|
|
1373
1412
|
*/
|
|
1374
|
-
v1GetOrganizationTarget: (
|
|
1413
|
+
v1GetOrganizationTarget: (organizationTargetId_1, ...args_1) => __awaiter(this, [organizationTargetId_1, ...args_1], void 0, function* (organizationTargetId, options = {}) {
|
|
1375
1414
|
// verify required parameter 'organizationTargetId' is not null or undefined
|
|
1376
1415
|
assertParamExists('v1GetOrganizationTarget', 'organizationTargetId', organizationTargetId);
|
|
1377
1416
|
const localVarPath = `/v1/organization-target`;
|
|
@@ -1391,6 +1430,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1391
1430
|
if (organizationTargetId !== undefined) {
|
|
1392
1431
|
localVarQueryParameter['organizationTargetId'] = organizationTargetId;
|
|
1393
1432
|
}
|
|
1433
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1394
1434
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1395
1435
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1396
1436
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1404,7 +1444,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1404
1444
|
* @param {*} [options] Override http request option.
|
|
1405
1445
|
* @throws {RequiredError}
|
|
1406
1446
|
*/
|
|
1407
|
-
v1GetOrganizationTargets: (
|
|
1447
|
+
v1GetOrganizationTargets: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
1408
1448
|
const localVarPath = `/v1/organization-targets`;
|
|
1409
1449
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1410
1450
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1419,6 +1459,116 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1419
1459
|
// authentication BearerToken required
|
|
1420
1460
|
// http bearer authentication required
|
|
1421
1461
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1462
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1463
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1464
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1465
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1466
|
+
return {
|
|
1467
|
+
url: toPathString(localVarUrlObj),
|
|
1468
|
+
options: localVarRequestOptions,
|
|
1469
|
+
};
|
|
1470
|
+
}),
|
|
1471
|
+
/**
|
|
1472
|
+
* Get rich per-image metadata for a resolved image by its unsharpened source imageId, scoped to the principal\'s organization. Requires the `RESOLVED_IMAGING` product feature on the principal\'s organization.
|
|
1473
|
+
* @param {string} imageId
|
|
1474
|
+
* @param {*} [options] Override http request option.
|
|
1475
|
+
* @throws {RequiredError}
|
|
1476
|
+
*/
|
|
1477
|
+
v1GetResolvedImageMetadata: (imageId_1, ...args_1) => __awaiter(this, [imageId_1, ...args_1], void 0, function* (imageId, options = {}) {
|
|
1478
|
+
// verify required parameter 'imageId' is not null or undefined
|
|
1479
|
+
assertParamExists('v1GetResolvedImageMetadata', 'imageId', imageId);
|
|
1480
|
+
const localVarPath = `/v1/resolved-image-metadata`;
|
|
1481
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1482
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1483
|
+
let baseOptions;
|
|
1484
|
+
if (configuration) {
|
|
1485
|
+
baseOptions = configuration.baseOptions;
|
|
1486
|
+
}
|
|
1487
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
1488
|
+
const localVarHeaderParameter = {};
|
|
1489
|
+
const localVarQueryParameter = {};
|
|
1490
|
+
// authentication Roles required
|
|
1491
|
+
// authentication BearerToken required
|
|
1492
|
+
// http bearer authentication required
|
|
1493
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1494
|
+
if (imageId !== undefined) {
|
|
1495
|
+
localVarQueryParameter['imageId'] = imageId;
|
|
1496
|
+
}
|
|
1497
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1498
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1499
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1500
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1501
|
+
return {
|
|
1502
|
+
url: toPathString(localVarUrlObj),
|
|
1503
|
+
options: localVarRequestOptions,
|
|
1504
|
+
};
|
|
1505
|
+
}),
|
|
1506
|
+
/**
|
|
1507
|
+
* List resolved-image observations for the principal\'s organization, ordered by observation time descending. Each entry is a lightweight summary with the top-9 sharpest images (presigned thumbnail URLs only) for grid preview. For full unsharpened/sharpened FITS and JPG URLs, call `GET /v1/resolved-image-set?imageSetId=<imageSetId>` (operationId `V1GetResolvedImageSet`). Requires the `RESOLVED_IMAGING` product feature on the principal\'s organization.
|
|
1508
|
+
* @param {string} [before] Return observations whose time_utc is strictly less than this timestamp. Defaults to now.
|
|
1509
|
+
* @param {number} [limit] Maximum number of rows to return. Defaults to 20, capped at 100.
|
|
1510
|
+
* @param {*} [options] Override http request option.
|
|
1511
|
+
* @throws {RequiredError}
|
|
1512
|
+
*/
|
|
1513
|
+
v1GetResolvedImageObservations: (before_1, limit_1, ...args_1) => __awaiter(this, [before_1, limit_1, ...args_1], void 0, function* (before, limit, options = {}) {
|
|
1514
|
+
const localVarPath = `/v1/resolved-image-observations`;
|
|
1515
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1516
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1517
|
+
let baseOptions;
|
|
1518
|
+
if (configuration) {
|
|
1519
|
+
baseOptions = configuration.baseOptions;
|
|
1520
|
+
}
|
|
1521
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
1522
|
+
const localVarHeaderParameter = {};
|
|
1523
|
+
const localVarQueryParameter = {};
|
|
1524
|
+
// authentication Roles required
|
|
1525
|
+
// authentication BearerToken required
|
|
1526
|
+
// http bearer authentication required
|
|
1527
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1528
|
+
if (before !== undefined) {
|
|
1529
|
+
localVarQueryParameter['before'] = (before instanceof Date) ?
|
|
1530
|
+
before.toISOString() :
|
|
1531
|
+
before;
|
|
1532
|
+
}
|
|
1533
|
+
if (limit !== undefined) {
|
|
1534
|
+
localVarQueryParameter['limit'] = limit;
|
|
1535
|
+
}
|
|
1536
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1537
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1538
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1539
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1540
|
+
return {
|
|
1541
|
+
url: toPathString(localVarUrlObj),
|
|
1542
|
+
options: localVarRequestOptions,
|
|
1543
|
+
};
|
|
1544
|
+
}),
|
|
1545
|
+
/**
|
|
1546
|
+
* Get a resolved image pair by unsharpened or sharpened image ID, scoped to the principal\'s organization. Requires the `RESOLVED_IMAGING` product feature on the principal\'s organization.
|
|
1547
|
+
* @param {string} imageId An image ID (either unsharpened or sharpened)
|
|
1548
|
+
* @param {*} [options] Override http request option.
|
|
1549
|
+
* @throws {RequiredError}
|
|
1550
|
+
*/
|
|
1551
|
+
v1GetResolvedImagePair: (imageId_1, ...args_1) => __awaiter(this, [imageId_1, ...args_1], void 0, function* (imageId, options = {}) {
|
|
1552
|
+
// verify required parameter 'imageId' is not null or undefined
|
|
1553
|
+
assertParamExists('v1GetResolvedImagePair', 'imageId', imageId);
|
|
1554
|
+
const localVarPath = `/v1/resolved-image-pair`;
|
|
1555
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1556
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1557
|
+
let baseOptions;
|
|
1558
|
+
if (configuration) {
|
|
1559
|
+
baseOptions = configuration.baseOptions;
|
|
1560
|
+
}
|
|
1561
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
1562
|
+
const localVarHeaderParameter = {};
|
|
1563
|
+
const localVarQueryParameter = {};
|
|
1564
|
+
// authentication Roles required
|
|
1565
|
+
// authentication BearerToken required
|
|
1566
|
+
// http bearer authentication required
|
|
1567
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1568
|
+
if (imageId !== undefined) {
|
|
1569
|
+
localVarQueryParameter['imageId'] = imageId;
|
|
1570
|
+
}
|
|
1571
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1422
1572
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1423
1573
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1424
1574
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1428,14 +1578,50 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1428
1578
|
};
|
|
1429
1579
|
}),
|
|
1430
1580
|
/**
|
|
1431
|
-
* Get
|
|
1581
|
+
* Get a resolved image set by its unsharpened image set ID. Returns paired unsharpened and sharpened images with sharpness scores. Requires the `RESOLVED_IMAGING` product feature on the principal\'s organization.
|
|
1582
|
+
* @param {string} imageSetId The unsharpened image set ID
|
|
1583
|
+
* @param {*} [options] Override http request option.
|
|
1584
|
+
* @throws {RequiredError}
|
|
1585
|
+
*/
|
|
1586
|
+
v1GetResolvedImageSet: (imageSetId_1, ...args_1) => __awaiter(this, [imageSetId_1, ...args_1], void 0, function* (imageSetId, options = {}) {
|
|
1587
|
+
// verify required parameter 'imageSetId' is not null or undefined
|
|
1588
|
+
assertParamExists('v1GetResolvedImageSet', 'imageSetId', imageSetId);
|
|
1589
|
+
const localVarPath = `/v1/resolved-image-set`;
|
|
1590
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1591
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1592
|
+
let baseOptions;
|
|
1593
|
+
if (configuration) {
|
|
1594
|
+
baseOptions = configuration.baseOptions;
|
|
1595
|
+
}
|
|
1596
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
1597
|
+
const localVarHeaderParameter = {};
|
|
1598
|
+
const localVarQueryParameter = {};
|
|
1599
|
+
// authentication Roles required
|
|
1600
|
+
// authentication BearerToken required
|
|
1601
|
+
// http bearer authentication required
|
|
1602
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1603
|
+
if (imageSetId !== undefined) {
|
|
1604
|
+
localVarQueryParameter['imageSetId'] = imageSetId;
|
|
1605
|
+
}
|
|
1606
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1607
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1608
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1609
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1610
|
+
return {
|
|
1611
|
+
url: toPathString(localVarUrlObj),
|
|
1612
|
+
options: localVarRequestOptions,
|
|
1613
|
+
};
|
|
1614
|
+
}),
|
|
1615
|
+
/**
|
|
1616
|
+
* Get potential observation windows for a satellite across the network up to 72 hours from now (or from the optional `from` datetime) until `until`
|
|
1432
1617
|
* @param {string} satelliteTargetId
|
|
1433
|
-
* @param {string} until
|
|
1618
|
+
* @param {string} until End of the window. Must be within 72 hours of `from`.
|
|
1619
|
+
* @param {string} [from] Start of the window. Defaults to now.
|
|
1434
1620
|
* @param {boolean} [includeWeather]
|
|
1435
1621
|
* @param {*} [options] Override http request option.
|
|
1436
1622
|
* @throws {RequiredError}
|
|
1437
1623
|
*/
|
|
1438
|
-
v1GetSatellitePotentials: (
|
|
1624
|
+
v1GetSatellitePotentials: (satelliteTargetId_1, until_1, from_1, includeWeather_1, ...args_1) => __awaiter(this, [satelliteTargetId_1, until_1, from_1, includeWeather_1, ...args_1], void 0, function* (satelliteTargetId, until, from, includeWeather, options = {}) {
|
|
1439
1625
|
// verify required parameter 'satelliteTargetId' is not null or undefined
|
|
1440
1626
|
assertParamExists('v1GetSatellitePotentials', 'satelliteTargetId', satelliteTargetId);
|
|
1441
1627
|
// verify required parameter 'until' is not null or undefined
|
|
@@ -1457,6 +1643,11 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1457
1643
|
if (satelliteTargetId !== undefined) {
|
|
1458
1644
|
localVarQueryParameter['satelliteTargetId'] = satelliteTargetId;
|
|
1459
1645
|
}
|
|
1646
|
+
if (from !== undefined) {
|
|
1647
|
+
localVarQueryParameter['from'] = (from instanceof Date) ?
|
|
1648
|
+
from.toISOString() :
|
|
1649
|
+
from;
|
|
1650
|
+
}
|
|
1460
1651
|
if (until !== undefined) {
|
|
1461
1652
|
localVarQueryParameter['until'] = (until instanceof Date) ?
|
|
1462
1653
|
until.toISOString() :
|
|
@@ -1465,6 +1656,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1465
1656
|
if (includeWeather !== undefined) {
|
|
1466
1657
|
localVarQueryParameter['includeWeather'] = includeWeather;
|
|
1467
1658
|
}
|
|
1659
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1468
1660
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1469
1661
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1470
1662
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1479,7 +1671,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1479
1671
|
* @param {*} [options] Override http request option.
|
|
1480
1672
|
* @throws {RequiredError}
|
|
1481
1673
|
*/
|
|
1482
|
-
v1GetSatelliteTarget: (
|
|
1674
|
+
v1GetSatelliteTarget: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
1483
1675
|
// verify required parameter 'id' is not null or undefined
|
|
1484
1676
|
assertParamExists('v1GetSatelliteTarget', 'id', id);
|
|
1485
1677
|
const localVarPath = `/v1/satellite-target`;
|
|
@@ -1499,6 +1691,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1499
1691
|
if (id !== undefined) {
|
|
1500
1692
|
localVarQueryParameter['id'] = id;
|
|
1501
1693
|
}
|
|
1694
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1502
1695
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1503
1696
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1504
1697
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1518,7 +1711,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1518
1711
|
* @param {*} [options] Override http request option.
|
|
1519
1712
|
* @throws {RequiredError}
|
|
1520
1713
|
*/
|
|
1521
|
-
v1GetSatelliteTargets: (
|
|
1714
|
+
v1GetSatelliteTargets: (offset_1, limit_1, orbitType_1, noradId_1, publicTargets_1, privateTargets_1, ...args_1) => __awaiter(this, [offset_1, limit_1, orbitType_1, noradId_1, publicTargets_1, privateTargets_1, ...args_1], void 0, function* (offset, limit, orbitType, noradId, publicTargets, privateTargets, options = {}) {
|
|
1522
1715
|
const localVarPath = `/v1/satellite-targets`;
|
|
1523
1716
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1524
1717
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1551,6 +1744,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1551
1744
|
if (privateTargets !== undefined) {
|
|
1552
1745
|
localVarQueryParameter['privateTargets'] = privateTargets;
|
|
1553
1746
|
}
|
|
1747
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1554
1748
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1555
1749
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1556
1750
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1565,7 +1759,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1565
1759
|
* @param {*} [options] Override http request option.
|
|
1566
1760
|
* @throws {RequiredError}
|
|
1567
1761
|
*/
|
|
1568
|
-
v1GetSearchInstructions: (
|
|
1762
|
+
v1GetSearchInstructions: (before_1, ...args_1) => __awaiter(this, [before_1, ...args_1], void 0, function* (before, options = {}) {
|
|
1569
1763
|
const localVarPath = `/v1/search-instructions`;
|
|
1570
1764
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1571
1765
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1585,6 +1779,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1585
1779
|
before.toISOString() :
|
|
1586
1780
|
before;
|
|
1587
1781
|
}
|
|
1782
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1588
1783
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1589
1784
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1590
1785
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1601,7 +1796,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1601
1796
|
* @param {*} [options] Override http request option.
|
|
1602
1797
|
* @throws {RequiredError}
|
|
1603
1798
|
*/
|
|
1604
|
-
v1GetStateVectors: (
|
|
1799
|
+
v1GetStateVectors: (targetId_1, before_1, after_1, ...args_1) => __awaiter(this, [targetId_1, before_1, after_1, ...args_1], void 0, function* (targetId, before, after, options = {}) {
|
|
1605
1800
|
// verify required parameter 'targetId' is not null or undefined
|
|
1606
1801
|
assertParamExists('v1GetStateVectors', 'targetId', targetId);
|
|
1607
1802
|
const localVarPath = `/v1/state-vectors`;
|
|
@@ -1631,6 +1826,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1631
1826
|
after.toISOString() :
|
|
1632
1827
|
after;
|
|
1633
1828
|
}
|
|
1829
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1634
1830
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1635
1831
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1636
1832
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1645,7 +1841,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1645
1841
|
* @param {*} [options] Override http request option.
|
|
1646
1842
|
* @throws {RequiredError}
|
|
1647
1843
|
*/
|
|
1648
|
-
v1GetSurveyInstructions: (
|
|
1844
|
+
v1GetSurveyInstructions: (before_1, ...args_1) => __awaiter(this, [before_1, ...args_1], void 0, function* (before, options = {}) {
|
|
1649
1845
|
const localVarPath = `/v1/survey-instructions`;
|
|
1650
1846
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1651
1847
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1665,6 +1861,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1665
1861
|
before.toISOString() :
|
|
1666
1862
|
before;
|
|
1667
1863
|
}
|
|
1864
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1668
1865
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1669
1866
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1670
1867
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1679,7 +1876,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1679
1876
|
* @param {*} [options] Override http request option.
|
|
1680
1877
|
* @throws {RequiredError}
|
|
1681
1878
|
*/
|
|
1682
|
-
v1GetTdm: (
|
|
1879
|
+
v1GetTdm: (tdmId_1, ...args_1) => __awaiter(this, [tdmId_1, ...args_1], void 0, function* (tdmId, options = {}) {
|
|
1683
1880
|
// verify required parameter 'tdmId' is not null or undefined
|
|
1684
1881
|
assertParamExists('v1GetTdm', 'tdmId', tdmId);
|
|
1685
1882
|
const localVarPath = `/v1/tdm`;
|
|
@@ -1699,6 +1896,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1699
1896
|
if (tdmId !== undefined) {
|
|
1700
1897
|
localVarQueryParameter['tdmId'] = tdmId;
|
|
1701
1898
|
}
|
|
1899
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1702
1900
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1703
1901
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1704
1902
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1714,7 +1912,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1714
1912
|
* @param {*} [options] Override http request option.
|
|
1715
1913
|
* @throws {RequiredError}
|
|
1716
1914
|
*/
|
|
1717
|
-
v1GetTdms: (
|
|
1915
|
+
v1GetTdms: (targetId_1, after_1, ...args_1) => __awaiter(this, [targetId_1, after_1, ...args_1], void 0, function* (targetId, after, options = {}) {
|
|
1718
1916
|
const localVarPath = `/v1/tdms`;
|
|
1719
1917
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1720
1918
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1737,6 +1935,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1737
1935
|
after.toISOString() :
|
|
1738
1936
|
after;
|
|
1739
1937
|
}
|
|
1938
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1740
1939
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1741
1940
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1742
1941
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1750,7 +1949,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1750
1949
|
* @param {*} [options] Override http request option.
|
|
1751
1950
|
* @throws {RequiredError}
|
|
1752
1951
|
*/
|
|
1753
|
-
v1GetWebhookConfigurations: (
|
|
1952
|
+
v1GetWebhookConfigurations: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
1754
1953
|
const localVarPath = `/v1/communications/webhooks`;
|
|
1755
1954
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1756
1955
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1765,6 +1964,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1765
1964
|
// authentication BearerToken required
|
|
1766
1965
|
// http bearer authentication required
|
|
1767
1966
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1967
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1768
1968
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1769
1969
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1770
1970
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1781,7 +1981,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1781
1981
|
* @param {*} [options] Override http request option.
|
|
1782
1982
|
* @throws {RequiredError}
|
|
1783
1983
|
*/
|
|
1784
|
-
v1GetWebhookLogs: (
|
|
1984
|
+
v1GetWebhookLogs: (webhookId_1, limit_1, offset_1, ...args_1) => __awaiter(this, [webhookId_1, limit_1, offset_1, ...args_1], void 0, function* (webhookId, limit, offset, options = {}) {
|
|
1785
1985
|
// verify required parameter 'webhookId' is not null or undefined
|
|
1786
1986
|
assertParamExists('v1GetWebhookLogs', 'webhookId', webhookId);
|
|
1787
1987
|
const localVarPath = `/v1/communications/webhook-logs`;
|
|
@@ -1807,6 +2007,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1807
2007
|
if (offset !== undefined) {
|
|
1808
2008
|
localVarQueryParameter['offset'] = offset;
|
|
1809
2009
|
}
|
|
2010
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1810
2011
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1811
2012
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1812
2013
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1821,7 +2022,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1821
2022
|
* @param {*} [options] Override http request option.
|
|
1822
2023
|
* @throws {RequiredError}
|
|
1823
2024
|
*/
|
|
1824
|
-
v1PutOrbitProviderTLEOrbit: (
|
|
2025
|
+
v1PutOrbitProviderTLEOrbit: (v1PutOrbitProviderTLERequest_1, ...args_1) => __awaiter(this, [v1PutOrbitProviderTLERequest_1, ...args_1], void 0, function* (v1PutOrbitProviderTLERequest, options = {}) {
|
|
1825
2026
|
// verify required parameter 'v1PutOrbitProviderTLERequest' is not null or undefined
|
|
1826
2027
|
assertParamExists('v1PutOrbitProviderTLEOrbit', 'v1PutOrbitProviderTLERequest', v1PutOrbitProviderTLERequest);
|
|
1827
2028
|
const localVarPath = `/v1/orbit-provider/tle`;
|
|
@@ -1839,6 +2040,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1839
2040
|
// http bearer authentication required
|
|
1840
2041
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1841
2042
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2043
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1842
2044
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1843
2045
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1844
2046
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1854,7 +2056,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1854
2056
|
* @param {*} [options] Override http request option.
|
|
1855
2057
|
* @throws {RequiredError}
|
|
1856
2058
|
*/
|
|
1857
|
-
v1UpdateEmailConfiguration: (
|
|
2059
|
+
v1UpdateEmailConfiguration: (v1UpdateEmailConfigurationRequest_1, ...args_1) => __awaiter(this, [v1UpdateEmailConfigurationRequest_1, ...args_1], void 0, function* (v1UpdateEmailConfigurationRequest, options = {}) {
|
|
1858
2060
|
// verify required parameter 'v1UpdateEmailConfigurationRequest' is not null or undefined
|
|
1859
2061
|
assertParamExists('v1UpdateEmailConfiguration', 'v1UpdateEmailConfigurationRequest', v1UpdateEmailConfigurationRequest);
|
|
1860
2062
|
const localVarPath = `/v1/communications/email`;
|
|
@@ -1872,6 +2074,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1872
2074
|
// http bearer authentication required
|
|
1873
2075
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1874
2076
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2077
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1875
2078
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1876
2079
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1877
2080
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1887,7 +2090,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1887
2090
|
* @param {*} [options] Override http request option.
|
|
1888
2091
|
* @throws {RequiredError}
|
|
1889
2092
|
*/
|
|
1890
|
-
v1UpdateOrganizationTarget: (
|
|
2093
|
+
v1UpdateOrganizationTarget: (v1UpdateOrganizationTargetRequest_1, ...args_1) => __awaiter(this, [v1UpdateOrganizationTargetRequest_1, ...args_1], void 0, function* (v1UpdateOrganizationTargetRequest, options = {}) {
|
|
1891
2094
|
// verify required parameter 'v1UpdateOrganizationTargetRequest' is not null or undefined
|
|
1892
2095
|
assertParamExists('v1UpdateOrganizationTarget', 'v1UpdateOrganizationTargetRequest', v1UpdateOrganizationTargetRequest);
|
|
1893
2096
|
const localVarPath = `/v1/organization-target`;
|
|
@@ -1905,6 +2108,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1905
2108
|
// http bearer authentication required
|
|
1906
2109
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1907
2110
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2111
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1908
2112
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1909
2113
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1910
2114
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1920,7 +2124,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1920
2124
|
* @param {*} [options] Override http request option.
|
|
1921
2125
|
* @throws {RequiredError}
|
|
1922
2126
|
*/
|
|
1923
|
-
v1UpdateSatelliteTarget: (
|
|
2127
|
+
v1UpdateSatelliteTarget: (v1UpdateSatelliteTargetRequest_1, ...args_1) => __awaiter(this, [v1UpdateSatelliteTargetRequest_1, ...args_1], void 0, function* (v1UpdateSatelliteTargetRequest, options = {}) {
|
|
1924
2128
|
// verify required parameter 'v1UpdateSatelliteTargetRequest' is not null or undefined
|
|
1925
2129
|
assertParamExists('v1UpdateSatelliteTarget', 'v1UpdateSatelliteTargetRequest', v1UpdateSatelliteTargetRequest);
|
|
1926
2130
|
const localVarPath = `/v1/satellite-target`;
|
|
@@ -1938,6 +2142,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1938
2142
|
// http bearer authentication required
|
|
1939
2143
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1940
2144
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2145
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1941
2146
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1942
2147
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1943
2148
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1953,7 +2158,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1953
2158
|
* @param {*} [options] Override http request option.
|
|
1954
2159
|
* @throws {RequiredError}
|
|
1955
2160
|
*/
|
|
1956
|
-
v1UpdateWebhookConfiguration: (
|
|
2161
|
+
v1UpdateWebhookConfiguration: (v1UpdateWebhookConfigurationRequest_1, ...args_1) => __awaiter(this, [v1UpdateWebhookConfigurationRequest_1, ...args_1], void 0, function* (v1UpdateWebhookConfigurationRequest, options = {}) {
|
|
1957
2162
|
// verify required parameter 'v1UpdateWebhookConfigurationRequest' is not null or undefined
|
|
1958
2163
|
assertParamExists('v1UpdateWebhookConfiguration', 'v1UpdateWebhookConfigurationRequest', v1UpdateWebhookConfigurationRequest);
|
|
1959
2164
|
const localVarPath = `/v1/communications/webhook`;
|
|
@@ -1971,6 +2176,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1971
2176
|
// http bearer authentication required
|
|
1972
2177
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1973
2178
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2179
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1974
2180
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1975
2181
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1976
2182
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1981,12 +2187,12 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1981
2187
|
};
|
|
1982
2188
|
}),
|
|
1983
2189
|
/**
|
|
1984
|
-
* Create a plane scan
|
|
2190
|
+
* Create a plane scan: a 1D search along the target\'s orbital plane, centered on the target\'s predicted anomaly and extending `plusMinusAnomalyAngleDegrees` on either side. Use a plane scan when the target\'s uncertainty is dominated by along-track error. For 3D uncertainty - freshly cataloged targets, post-maneuver reacquisitions, or searches seeded from a raw state vector - use [/v2/search/ric-volumetric](#tag/ric-volumetrics/POST/v2/search/ric-volumetric) instead. Sizing `plusMinusAnomalyAngleDegrees`: for a day-old LEO TLE, 1-3 degrees is typically sufficient; a week-old TLE wants 5-10 degrees. GEO targets can use much smaller values (0.1-0.5 degrees). Returns the created search ID. See a runnable Python example: https://github.com/ourskyai/oursky-examples/tree/main/python-search
|
|
1985
2191
|
* @param {V1PlaneScanRequest} v1PlaneScanRequest
|
|
1986
2192
|
* @param {*} [options] Override http request option.
|
|
1987
2193
|
* @throws {RequiredError}
|
|
1988
2194
|
*/
|
|
1989
|
-
v2CreatePlaneScan: (
|
|
2195
|
+
v2CreatePlaneScan: (v1PlaneScanRequest_1, ...args_1) => __awaiter(this, [v1PlaneScanRequest_1, ...args_1], void 0, function* (v1PlaneScanRequest, options = {}) {
|
|
1990
2196
|
// verify required parameter 'v1PlaneScanRequest' is not null or undefined
|
|
1991
2197
|
assertParamExists('v2CreatePlaneScan', 'v1PlaneScanRequest', v1PlaneScanRequest);
|
|
1992
2198
|
const localVarPath = `/v2/search/plane-scan`;
|
|
@@ -2004,6 +2210,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2004
2210
|
// http bearer authentication required
|
|
2005
2211
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
2006
2212
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2213
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2007
2214
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2008
2215
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2009
2216
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -2014,12 +2221,12 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2014
2221
|
};
|
|
2015
2222
|
}),
|
|
2016
2223
|
/**
|
|
2017
|
-
* Create a RIC volume search
|
|
2224
|
+
* Create a RIC volume search: a 3D search covering the target\'s Radial / In-track / Cross-track frame, sized by three independent 3-sigma uncertainty values. Use a RIC volume search when uncertainty is non-trivial in more than just the along-track direction. For along-track-dominated uncertainty, use [/v2/search/plane-scan](#tag/plane-scans/POST/v2/search/plane-scan) instead. Sizing 3-sigma values (LEO starting points): `radial3SigmaMeters` 500, `intrack3SigmaMeters` 10000, `crosstrack3SigmaMeters` 1000. GEO targets can use much smaller values. Returns the created search ID. See a runnable Python example: https://github.com/ourskyai/oursky-examples/tree/main/python-search
|
|
2018
2225
|
* @param {V1RicVolumeSearchRequest} v1RicVolumeSearchRequest
|
|
2019
2226
|
* @param {*} [options] Override http request option.
|
|
2020
2227
|
* @throws {RequiredError}
|
|
2021
2228
|
*/
|
|
2022
|
-
v2CreateRicVolumeSearch: (
|
|
2229
|
+
v2CreateRicVolumeSearch: (v1RicVolumeSearchRequest_1, ...args_1) => __awaiter(this, [v1RicVolumeSearchRequest_1, ...args_1], void 0, function* (v1RicVolumeSearchRequest, options = {}) {
|
|
2023
2230
|
// verify required parameter 'v1RicVolumeSearchRequest' is not null or undefined
|
|
2024
2231
|
assertParamExists('v2CreateRicVolumeSearch', 'v1RicVolumeSearchRequest', v1RicVolumeSearchRequest);
|
|
2025
2232
|
const localVarPath = `/v2/search/ric-volumetric`;
|
|
@@ -2037,6 +2244,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2037
2244
|
// http bearer authentication required
|
|
2038
2245
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
2039
2246
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2247
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2040
2248
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2041
2249
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2042
2250
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -2052,7 +2260,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2052
2260
|
* @param {*} [options] Override http request option.
|
|
2053
2261
|
* @throws {RequiredError}
|
|
2054
2262
|
*/
|
|
2055
|
-
v2DeletePlaneScan: (
|
|
2263
|
+
v2DeletePlaneScan: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
2056
2264
|
// verify required parameter 'id' is not null or undefined
|
|
2057
2265
|
assertParamExists('v2DeletePlaneScan', 'id', id);
|
|
2058
2266
|
const localVarPath = `/v2/search/plane-scan`;
|
|
@@ -2072,6 +2280,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2072
2280
|
if (id !== undefined) {
|
|
2073
2281
|
localVarQueryParameter['id'] = id;
|
|
2074
2282
|
}
|
|
2283
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2075
2284
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2076
2285
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2077
2286
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -2086,7 +2295,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2086
2295
|
* @param {*} [options] Override http request option.
|
|
2087
2296
|
* @throws {RequiredError}
|
|
2088
2297
|
*/
|
|
2089
|
-
v2DeleteRicVolumeSearch: (
|
|
2298
|
+
v2DeleteRicVolumeSearch: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
2090
2299
|
// verify required parameter 'id' is not null or undefined
|
|
2091
2300
|
assertParamExists('v2DeleteRicVolumeSearch', 'id', id);
|
|
2092
2301
|
const localVarPath = `/v2/search/ric-volumetric`;
|
|
@@ -2106,6 +2315,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2106
2315
|
if (id !== undefined) {
|
|
2107
2316
|
localVarQueryParameter['id'] = id;
|
|
2108
2317
|
}
|
|
2318
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2109
2319
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2110
2320
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2111
2321
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -2120,7 +2330,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2120
2330
|
* @param {*} [options] Override http request option.
|
|
2121
2331
|
* @throws {RequiredError}
|
|
2122
2332
|
*/
|
|
2123
|
-
v2GetSearch: (
|
|
2333
|
+
v2GetSearch: (searchId_1, ...args_1) => __awaiter(this, [searchId_1, ...args_1], void 0, function* (searchId, options = {}) {
|
|
2124
2334
|
// verify required parameter 'searchId' is not null or undefined
|
|
2125
2335
|
assertParamExists('v2GetSearch', 'searchId', searchId);
|
|
2126
2336
|
const localVarPath = `/v2/search`;
|
|
@@ -2140,6 +2350,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2140
2350
|
if (searchId !== undefined) {
|
|
2141
2351
|
localVarQueryParameter['searchId'] = searchId;
|
|
2142
2352
|
}
|
|
2353
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2143
2354
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2144
2355
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2145
2356
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -2155,7 +2366,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2155
2366
|
* @param {*} [options] Override http request option.
|
|
2156
2367
|
* @throws {RequiredError}
|
|
2157
2368
|
*/
|
|
2158
|
-
v2GetSearches: (
|
|
2369
|
+
v2GetSearches: (after_1, status_1, ...args_1) => __awaiter(this, [after_1, status_1, ...args_1], void 0, function* (after, status, options = {}) {
|
|
2159
2370
|
const localVarPath = `/v2/searches`;
|
|
2160
2371
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2161
2372
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -2178,6 +2389,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2178
2389
|
if (status !== undefined) {
|
|
2179
2390
|
localVarQueryParameter['status'] = status;
|
|
2180
2391
|
}
|
|
2392
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2181
2393
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2182
2394
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2183
2395
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -2190,7 +2402,6 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2190
2402
|
};
|
|
2191
2403
|
/**
|
|
2192
2404
|
* DefaultApi - functional programming interface
|
|
2193
|
-
* @export
|
|
2194
2405
|
*/
|
|
2195
2406
|
export const DefaultApiFp = function (configuration) {
|
|
2196
2407
|
const localVarAxiosParamCreator = DefaultApiAxiosParamCreator(configuration);
|
|
@@ -2204,8 +2415,11 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2204
2415
|
*/
|
|
2205
2416
|
getUncorrelatedTracks(after, options) {
|
|
2206
2417
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2418
|
+
var _a, _b, _c;
|
|
2207
2419
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.getUncorrelatedTracks(after, options);
|
|
2208
|
-
|
|
2420
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2421
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.getUncorrelatedTracks']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2422
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2209
2423
|
});
|
|
2210
2424
|
},
|
|
2211
2425
|
/**
|
|
@@ -2216,8 +2430,11 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2216
2430
|
*/
|
|
2217
2431
|
v1CreateBlackoutVolume(v1BlackoutVolumeRequest, options) {
|
|
2218
2432
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2433
|
+
var _a, _b, _c;
|
|
2219
2434
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateBlackoutVolume(v1BlackoutVolumeRequest, options);
|
|
2220
|
-
|
|
2435
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2436
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.v1CreateBlackoutVolume']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2437
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2221
2438
|
});
|
|
2222
2439
|
},
|
|
2223
2440
|
/**
|
|
@@ -2228,8 +2445,27 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2228
2445
|
*/
|
|
2229
2446
|
v1CreateDirectTaskInstruction(v1CreateDirectTaskInstructionRequest, options) {
|
|
2230
2447
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2448
|
+
var _a, _b, _c;
|
|
2231
2449
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateDirectTaskInstruction(v1CreateDirectTaskInstructionRequest, options);
|
|
2232
|
-
|
|
2450
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2451
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.v1CreateDirectTaskInstruction']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2452
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2453
|
+
});
|
|
2454
|
+
},
|
|
2455
|
+
/**
|
|
2456
|
+
* Create metadata about an image by image id. This includes plate solve results
|
|
2457
|
+
* @param {string} imageId
|
|
2458
|
+
* @param {V1CreateImageMetadataRequest} v1CreateImageMetadataRequest
|
|
2459
|
+
* @param {*} [options] Override http request option.
|
|
2460
|
+
* @throws {RequiredError}
|
|
2461
|
+
*/
|
|
2462
|
+
v1CreateImageMetadata(imageId, v1CreateImageMetadataRequest, options) {
|
|
2463
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2464
|
+
var _a, _b, _c;
|
|
2465
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateImageMetadata(imageId, v1CreateImageMetadataRequest, options);
|
|
2466
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2467
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.v1CreateImageMetadata']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2468
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2233
2469
|
});
|
|
2234
2470
|
},
|
|
2235
2471
|
/**
|
|
@@ -2240,8 +2476,11 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2240
2476
|
*/
|
|
2241
2477
|
v1CreateImageSet(v1CreateImageSetRequest, options) {
|
|
2242
2478
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2479
|
+
var _a, _b, _c;
|
|
2243
2480
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateImageSet(v1CreateImageSetRequest, options);
|
|
2244
|
-
|
|
2481
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2482
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.v1CreateImageSet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2483
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2245
2484
|
});
|
|
2246
2485
|
},
|
|
2247
2486
|
/**
|
|
@@ -2252,8 +2491,11 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2252
2491
|
*/
|
|
2253
2492
|
v1CreateImageSetImage(v1CreateImageSetImageRequest, options) {
|
|
2254
2493
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2494
|
+
var _a, _b, _c;
|
|
2255
2495
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateImageSetImage(v1CreateImageSetImageRequest, options);
|
|
2256
|
-
|
|
2496
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2497
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.v1CreateImageSetImage']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2498
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2257
2499
|
});
|
|
2258
2500
|
},
|
|
2259
2501
|
/**
|
|
@@ -2264,8 +2506,11 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2264
2506
|
*/
|
|
2265
2507
|
v1CreateOrganizationTarget(v1CreateOrganizationTargetRequest, options) {
|
|
2266
2508
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2509
|
+
var _a, _b, _c;
|
|
2267
2510
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateOrganizationTarget(v1CreateOrganizationTargetRequest, options);
|
|
2268
|
-
|
|
2511
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2512
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.v1CreateOrganizationTarget']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2513
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2269
2514
|
});
|
|
2270
2515
|
},
|
|
2271
2516
|
/**
|
|
@@ -2276,8 +2521,11 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2276
2521
|
*/
|
|
2277
2522
|
v1CreateSatelliteTarget(v1CreateSatelliteTargetRequest, options) {
|
|
2278
2523
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2524
|
+
var _a, _b, _c;
|
|
2279
2525
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateSatelliteTarget(v1CreateSatelliteTargetRequest, options);
|
|
2280
|
-
|
|
2526
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2527
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.v1CreateSatelliteTarget']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2528
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2281
2529
|
});
|
|
2282
2530
|
},
|
|
2283
2531
|
/**
|
|
@@ -2289,8 +2537,11 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2289
2537
|
*/
|
|
2290
2538
|
v1CreateSearchInstruction(v1CreateSearchInstructionRequest, options) {
|
|
2291
2539
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2540
|
+
var _a, _b, _c;
|
|
2292
2541
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateSearchInstruction(v1CreateSearchInstructionRequest, options);
|
|
2293
|
-
|
|
2542
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2543
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.v1CreateSearchInstruction']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2544
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2294
2545
|
});
|
|
2295
2546
|
},
|
|
2296
2547
|
/**
|
|
@@ -2301,8 +2552,11 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2301
2552
|
*/
|
|
2302
2553
|
v1CreateSurveyInstruction(v1CreateSurveyInstructionRequest, options) {
|
|
2303
2554
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2555
|
+
var _a, _b, _c;
|
|
2304
2556
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateSurveyInstruction(v1CreateSurveyInstructionRequest, options);
|
|
2305
|
-
|
|
2557
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2558
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.v1CreateSurveyInstruction']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2559
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2306
2560
|
});
|
|
2307
2561
|
},
|
|
2308
2562
|
/**
|
|
@@ -2313,8 +2567,11 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2313
2567
|
*/
|
|
2314
2568
|
v1CreateWebhookConfiguration(v1CreateWebhookConfigurationRequest, options) {
|
|
2315
2569
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2570
|
+
var _a, _b, _c;
|
|
2316
2571
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateWebhookConfiguration(v1CreateWebhookConfigurationRequest, options);
|
|
2317
|
-
|
|
2572
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2573
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.v1CreateWebhookConfiguration']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2574
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2318
2575
|
});
|
|
2319
2576
|
},
|
|
2320
2577
|
/**
|
|
@@ -2325,8 +2582,11 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2325
2582
|
*/
|
|
2326
2583
|
v1CreateWebhookTest(v1CreateWebhookTestRequest, options) {
|
|
2327
2584
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2585
|
+
var _a, _b, _c;
|
|
2328
2586
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateWebhookTest(v1CreateWebhookTestRequest, options);
|
|
2329
|
-
|
|
2587
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2588
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.v1CreateWebhookTest']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2589
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2330
2590
|
});
|
|
2331
2591
|
},
|
|
2332
2592
|
/**
|
|
@@ -2337,8 +2597,11 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2337
2597
|
*/
|
|
2338
2598
|
v1DeleteBlackoutVolume(id, options) {
|
|
2339
2599
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2600
|
+
var _a, _b, _c;
|
|
2340
2601
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1DeleteBlackoutVolume(id, options);
|
|
2341
|
-
|
|
2602
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2603
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.v1DeleteBlackoutVolume']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2604
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2342
2605
|
});
|
|
2343
2606
|
},
|
|
2344
2607
|
/**
|
|
@@ -2349,8 +2612,11 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2349
2612
|
*/
|
|
2350
2613
|
v1DeleteDirectTaskInstruction(id, options) {
|
|
2351
2614
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2615
|
+
var _a, _b, _c;
|
|
2352
2616
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1DeleteDirectTaskInstruction(id, options);
|
|
2353
|
-
|
|
2617
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2618
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.v1DeleteDirectTaskInstruction']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2619
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2354
2620
|
});
|
|
2355
2621
|
},
|
|
2356
2622
|
/**
|
|
@@ -2361,8 +2627,11 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2361
2627
|
*/
|
|
2362
2628
|
v1DeleteImageSet(id, options) {
|
|
2363
2629
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2630
|
+
var _a, _b, _c;
|
|
2364
2631
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1DeleteImageSet(id, options);
|
|
2365
|
-
|
|
2632
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2633
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.v1DeleteImageSet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2634
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2366
2635
|
});
|
|
2367
2636
|
},
|
|
2368
2637
|
/**
|
|
@@ -2373,8 +2642,11 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2373
2642
|
*/
|
|
2374
2643
|
v1DeleteImageSetImage(imageId, options) {
|
|
2375
2644
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2645
|
+
var _a, _b, _c;
|
|
2376
2646
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1DeleteImageSetImage(imageId, options);
|
|
2377
|
-
|
|
2647
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2648
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.v1DeleteImageSetImage']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2649
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2378
2650
|
});
|
|
2379
2651
|
},
|
|
2380
2652
|
/**
|
|
@@ -2385,8 +2657,11 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2385
2657
|
*/
|
|
2386
2658
|
v1DeleteOrganizationTarget(satelliteTargetId, options) {
|
|
2387
2659
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2660
|
+
var _a, _b, _c;
|
|
2388
2661
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1DeleteOrganizationTarget(satelliteTargetId, options);
|
|
2389
|
-
|
|
2662
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2663
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.v1DeleteOrganizationTarget']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2664
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2390
2665
|
});
|
|
2391
2666
|
},
|
|
2392
2667
|
/**
|
|
@@ -2397,8 +2672,11 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2397
2672
|
*/
|
|
2398
2673
|
v1DeleteSearchInstruction(id, options) {
|
|
2399
2674
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2675
|
+
var _a, _b, _c;
|
|
2400
2676
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1DeleteSearchInstruction(id, options);
|
|
2401
|
-
|
|
2677
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2678
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.v1DeleteSearchInstruction']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2679
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2402
2680
|
});
|
|
2403
2681
|
},
|
|
2404
2682
|
/**
|
|
@@ -2409,8 +2687,11 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2409
2687
|
*/
|
|
2410
2688
|
v1DeleteSurveyInstruction(id, options) {
|
|
2411
2689
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2690
|
+
var _a, _b, _c;
|
|
2412
2691
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1DeleteSurveyInstruction(id, options);
|
|
2413
|
-
|
|
2692
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2693
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.v1DeleteSurveyInstruction']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2694
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2414
2695
|
});
|
|
2415
2696
|
},
|
|
2416
2697
|
/**
|
|
@@ -2421,8 +2702,11 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2421
2702
|
*/
|
|
2422
2703
|
v1DeleteWebhookConfiguration(id, options) {
|
|
2423
2704
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2705
|
+
var _a, _b, _c;
|
|
2424
2706
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1DeleteWebhookConfiguration(id, options);
|
|
2425
|
-
|
|
2707
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2708
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.v1DeleteWebhookConfiguration']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2709
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2426
2710
|
});
|
|
2427
2711
|
},
|
|
2428
2712
|
/**
|
|
@@ -2433,8 +2717,11 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2433
2717
|
*/
|
|
2434
2718
|
v1GetImageMetadata(imageId, options) {
|
|
2435
2719
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2720
|
+
var _a, _b, _c;
|
|
2436
2721
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetImageMetadata(imageId, options);
|
|
2437
|
-
|
|
2722
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2723
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.v1GetImageMetadata']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2724
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2438
2725
|
});
|
|
2439
2726
|
},
|
|
2440
2727
|
/**
|
|
@@ -2445,8 +2732,11 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2445
2732
|
*/
|
|
2446
2733
|
v1GetImageSet(id, options) {
|
|
2447
2734
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2735
|
+
var _a, _b, _c;
|
|
2448
2736
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetImageSet(id, options);
|
|
2449
|
-
|
|
2737
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2738
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.v1GetImageSet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2739
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2450
2740
|
});
|
|
2451
2741
|
},
|
|
2452
2742
|
/**
|
|
@@ -2457,31 +2747,42 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2457
2747
|
*/
|
|
2458
2748
|
v1GetImageSetImage(imageId, options) {
|
|
2459
2749
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2750
|
+
var _a, _b, _c;
|
|
2460
2751
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetImageSetImage(imageId, options);
|
|
2461
|
-
|
|
2752
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2753
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.v1GetImageSetImage']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2754
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2462
2755
|
});
|
|
2463
2756
|
},
|
|
2464
2757
|
/**
|
|
2465
|
-
* Get image set images.
|
|
2466
|
-
* @param {Array<string>} imageSets
|
|
2758
|
+
* Get image set images for an explicit list of image set ids. Star parties are owned by the edge controller, so the starPartyId param is not supported in the cloud API and returns 400 if provided; use the node-platform star party endpoints to resolve a party\'s image sets.
|
|
2759
|
+
* @param {Array<string>} [imageSets]
|
|
2760
|
+
* @param {string} [starPartyId]
|
|
2467
2761
|
* @param {*} [options] Override http request option.
|
|
2468
2762
|
* @throws {RequiredError}
|
|
2469
2763
|
*/
|
|
2470
|
-
v1GetImageSetImages(imageSets, options) {
|
|
2764
|
+
v1GetImageSetImages(imageSets, starPartyId, options) {
|
|
2471
2765
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2472
|
-
|
|
2473
|
-
|
|
2766
|
+
var _a, _b, _c;
|
|
2767
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetImageSetImages(imageSets, starPartyId, options);
|
|
2768
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2769
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.v1GetImageSetImages']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2770
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2474
2771
|
});
|
|
2475
2772
|
},
|
|
2476
2773
|
/**
|
|
2477
|
-
* Get image sets.
|
|
2774
|
+
* Get image sets. Star parties are owned by the edge controller, so the starPartyId param is not supported in the cloud API and returns 400 if provided; use the node-platform star party endpoints to resolve a party\'s image sets.
|
|
2775
|
+
* @param {string} [starPartyId]
|
|
2478
2776
|
* @param {*} [options] Override http request option.
|
|
2479
2777
|
* @throws {RequiredError}
|
|
2480
2778
|
*/
|
|
2481
|
-
v1GetImageSets(options) {
|
|
2779
|
+
v1GetImageSets(starPartyId, options) {
|
|
2482
2780
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2483
|
-
|
|
2484
|
-
|
|
2781
|
+
var _a, _b, _c;
|
|
2782
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetImageSets(starPartyId, options);
|
|
2783
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2784
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.v1GetImageSets']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2785
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2485
2786
|
});
|
|
2486
2787
|
},
|
|
2487
2788
|
/**
|
|
@@ -2492,8 +2793,11 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2492
2793
|
*/
|
|
2493
2794
|
v1GetNodeProperties(nodeId, options) {
|
|
2494
2795
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2796
|
+
var _a, _b, _c;
|
|
2495
2797
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetNodeProperties(nodeId, options);
|
|
2496
|
-
|
|
2798
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2799
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.v1GetNodeProperties']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2800
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2497
2801
|
});
|
|
2498
2802
|
},
|
|
2499
2803
|
/**
|
|
@@ -2506,8 +2810,11 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2506
2810
|
*/
|
|
2507
2811
|
v1GetNodeSatelliteCalibrations(nodeId, limit, before, options) {
|
|
2508
2812
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2813
|
+
var _a, _b, _c;
|
|
2509
2814
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetNodeSatelliteCalibrations(nodeId, limit, before, options);
|
|
2510
|
-
|
|
2815
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2816
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.v1GetNodeSatelliteCalibrations']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2817
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2511
2818
|
});
|
|
2512
2819
|
},
|
|
2513
2820
|
/**
|
|
@@ -2518,8 +2825,11 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2518
2825
|
*/
|
|
2519
2826
|
v1GetObservationFeatures(imageId, options) {
|
|
2520
2827
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2828
|
+
var _a, _b, _c;
|
|
2521
2829
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetObservationFeatures(imageId, options);
|
|
2522
|
-
|
|
2830
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2831
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.v1GetObservationFeatures']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2832
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2523
2833
|
});
|
|
2524
2834
|
},
|
|
2525
2835
|
/**
|
|
@@ -2531,8 +2841,11 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2531
2841
|
*/
|
|
2532
2842
|
v1GetObservationSequenceResult(observationSequenceResultId, imageId, options) {
|
|
2533
2843
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2844
|
+
var _a, _b, _c;
|
|
2534
2845
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetObservationSequenceResult(observationSequenceResultId, imageId, options);
|
|
2535
|
-
|
|
2846
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2847
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.v1GetObservationSequenceResult']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2848
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2536
2849
|
});
|
|
2537
2850
|
},
|
|
2538
2851
|
/**
|
|
@@ -2544,8 +2857,11 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2544
2857
|
*/
|
|
2545
2858
|
v1GetObservationSequenceResults(targetId, after, options) {
|
|
2546
2859
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2860
|
+
var _a, _b, _c;
|
|
2547
2861
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetObservationSequenceResults(targetId, after, options);
|
|
2548
|
-
|
|
2862
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2863
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.v1GetObservationSequenceResults']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2864
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2549
2865
|
});
|
|
2550
2866
|
},
|
|
2551
2867
|
/**
|
|
@@ -2562,21 +2878,28 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2562
2878
|
*/
|
|
2563
2879
|
v1GetObservationStatuses(targetId, before, searchInstructionId, surveyInstructionId, resolvedImageInstructionId, directTaskId, imageId, options) {
|
|
2564
2880
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2881
|
+
var _a, _b, _c;
|
|
2565
2882
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetObservationStatuses(targetId, before, searchInstructionId, surveyInstructionId, resolvedImageInstructionId, directTaskId, imageId, options);
|
|
2566
|
-
|
|
2883
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2884
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.v1GetObservationStatuses']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2885
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2567
2886
|
});
|
|
2568
2887
|
},
|
|
2569
2888
|
/**
|
|
2570
|
-
* Get potential observation windows for all satellites of your organization across the network from now
|
|
2571
|
-
* @param {string} until
|
|
2889
|
+
* Get potential observation windows for all satellites of your organization across the network up to 72 hours from now (or from the optional `from` datetime) until `until`
|
|
2890
|
+
* @param {string} until End of the window. Must be within 72 hours of `from`.
|
|
2891
|
+
* @param {string} [from] Start of the window. Defaults to now.
|
|
2572
2892
|
* @param {boolean} [includeWeather]
|
|
2573
2893
|
* @param {*} [options] Override http request option.
|
|
2574
2894
|
* @throws {RequiredError}
|
|
2575
2895
|
*/
|
|
2576
|
-
v1GetOrganizationSatellitePotentials(until, includeWeather, options) {
|
|
2896
|
+
v1GetOrganizationSatellitePotentials(until, from, includeWeather, options) {
|
|
2577
2897
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2578
|
-
|
|
2579
|
-
|
|
2898
|
+
var _a, _b, _c;
|
|
2899
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetOrganizationSatellitePotentials(until, from, includeWeather, options);
|
|
2900
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2901
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.v1GetOrganizationSatellitePotentials']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2902
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2580
2903
|
});
|
|
2581
2904
|
},
|
|
2582
2905
|
/**
|
|
@@ -2587,8 +2910,11 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2587
2910
|
*/
|
|
2588
2911
|
v1GetOrganizationTarget(organizationTargetId, options) {
|
|
2589
2912
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2913
|
+
var _a, _b, _c;
|
|
2590
2914
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetOrganizationTarget(organizationTargetId, options);
|
|
2591
|
-
|
|
2915
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2916
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.v1GetOrganizationTarget']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2917
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2592
2918
|
});
|
|
2593
2919
|
},
|
|
2594
2920
|
/**
|
|
@@ -2598,22 +2924,90 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2598
2924
|
*/
|
|
2599
2925
|
v1GetOrganizationTargets(options) {
|
|
2600
2926
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2927
|
+
var _a, _b, _c;
|
|
2601
2928
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetOrganizationTargets(options);
|
|
2602
|
-
|
|
2929
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2930
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.v1GetOrganizationTargets']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2931
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2603
2932
|
});
|
|
2604
2933
|
},
|
|
2605
2934
|
/**
|
|
2606
|
-
* Get
|
|
2935
|
+
* Get rich per-image metadata for a resolved image by its unsharpened source imageId, scoped to the principal\'s organization. Requires the `RESOLVED_IMAGING` product feature on the principal\'s organization.
|
|
2936
|
+
* @param {string} imageId
|
|
2937
|
+
* @param {*} [options] Override http request option.
|
|
2938
|
+
* @throws {RequiredError}
|
|
2939
|
+
*/
|
|
2940
|
+
v1GetResolvedImageMetadata(imageId, options) {
|
|
2941
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2942
|
+
var _a, _b, _c;
|
|
2943
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetResolvedImageMetadata(imageId, options);
|
|
2944
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2945
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.v1GetResolvedImageMetadata']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2946
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2947
|
+
});
|
|
2948
|
+
},
|
|
2949
|
+
/**
|
|
2950
|
+
* List resolved-image observations for the principal\'s organization, ordered by observation time descending. Each entry is a lightweight summary with the top-9 sharpest images (presigned thumbnail URLs only) for grid preview. For full unsharpened/sharpened FITS and JPG URLs, call `GET /v1/resolved-image-set?imageSetId=<imageSetId>` (operationId `V1GetResolvedImageSet`). Requires the `RESOLVED_IMAGING` product feature on the principal\'s organization.
|
|
2951
|
+
* @param {string} [before] Return observations whose time_utc is strictly less than this timestamp. Defaults to now.
|
|
2952
|
+
* @param {number} [limit] Maximum number of rows to return. Defaults to 20, capped at 100.
|
|
2953
|
+
* @param {*} [options] Override http request option.
|
|
2954
|
+
* @throws {RequiredError}
|
|
2955
|
+
*/
|
|
2956
|
+
v1GetResolvedImageObservations(before, limit, options) {
|
|
2957
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2958
|
+
var _a, _b, _c;
|
|
2959
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetResolvedImageObservations(before, limit, options);
|
|
2960
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2961
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.v1GetResolvedImageObservations']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2962
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2963
|
+
});
|
|
2964
|
+
},
|
|
2965
|
+
/**
|
|
2966
|
+
* Get a resolved image pair by unsharpened or sharpened image ID, scoped to the principal\'s organization. Requires the `RESOLVED_IMAGING` product feature on the principal\'s organization.
|
|
2967
|
+
* @param {string} imageId An image ID (either unsharpened or sharpened)
|
|
2968
|
+
* @param {*} [options] Override http request option.
|
|
2969
|
+
* @throws {RequiredError}
|
|
2970
|
+
*/
|
|
2971
|
+
v1GetResolvedImagePair(imageId, options) {
|
|
2972
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2973
|
+
var _a, _b, _c;
|
|
2974
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetResolvedImagePair(imageId, options);
|
|
2975
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2976
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.v1GetResolvedImagePair']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2977
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2978
|
+
});
|
|
2979
|
+
},
|
|
2980
|
+
/**
|
|
2981
|
+
* Get a resolved image set by its unsharpened image set ID. Returns paired unsharpened and sharpened images with sharpness scores. Requires the `RESOLVED_IMAGING` product feature on the principal\'s organization.
|
|
2982
|
+
* @param {string} imageSetId The unsharpened image set ID
|
|
2983
|
+
* @param {*} [options] Override http request option.
|
|
2984
|
+
* @throws {RequiredError}
|
|
2985
|
+
*/
|
|
2986
|
+
v1GetResolvedImageSet(imageSetId, options) {
|
|
2987
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2988
|
+
var _a, _b, _c;
|
|
2989
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetResolvedImageSet(imageSetId, options);
|
|
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.v1GetResolvedImageSet']) === 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);
|
|
2993
|
+
});
|
|
2994
|
+
},
|
|
2995
|
+
/**
|
|
2996
|
+
* Get potential observation windows for a satellite across the network up to 72 hours from now (or from the optional `from` datetime) until `until`
|
|
2607
2997
|
* @param {string} satelliteTargetId
|
|
2608
|
-
* @param {string} until
|
|
2998
|
+
* @param {string} until End of the window. Must be within 72 hours of `from`.
|
|
2999
|
+
* @param {string} [from] Start of the window. Defaults to now.
|
|
2609
3000
|
* @param {boolean} [includeWeather]
|
|
2610
3001
|
* @param {*} [options] Override http request option.
|
|
2611
3002
|
* @throws {RequiredError}
|
|
2612
3003
|
*/
|
|
2613
|
-
v1GetSatellitePotentials(satelliteTargetId, until, includeWeather, options) {
|
|
3004
|
+
v1GetSatellitePotentials(satelliteTargetId, until, from, includeWeather, options) {
|
|
2614
3005
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2615
|
-
|
|
2616
|
-
|
|
3006
|
+
var _a, _b, _c;
|
|
3007
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetSatellitePotentials(satelliteTargetId, until, from, includeWeather, options);
|
|
3008
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3009
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.v1GetSatellitePotentials']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3010
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2617
3011
|
});
|
|
2618
3012
|
},
|
|
2619
3013
|
/**
|
|
@@ -2624,8 +3018,11 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2624
3018
|
*/
|
|
2625
3019
|
v1GetSatelliteTarget(id, options) {
|
|
2626
3020
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3021
|
+
var _a, _b, _c;
|
|
2627
3022
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetSatelliteTarget(id, options);
|
|
2628
|
-
|
|
3023
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3024
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.v1GetSatelliteTarget']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3025
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2629
3026
|
});
|
|
2630
3027
|
},
|
|
2631
3028
|
/**
|
|
@@ -2641,8 +3038,11 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2641
3038
|
*/
|
|
2642
3039
|
v1GetSatelliteTargets(offset, limit, orbitType, noradId, publicTargets, privateTargets, options) {
|
|
2643
3040
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3041
|
+
var _a, _b, _c;
|
|
2644
3042
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetSatelliteTargets(offset, limit, orbitType, noradId, publicTargets, privateTargets, options);
|
|
2645
|
-
|
|
3043
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3044
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.v1GetSatelliteTargets']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3045
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2646
3046
|
});
|
|
2647
3047
|
},
|
|
2648
3048
|
/**
|
|
@@ -2653,8 +3053,11 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2653
3053
|
*/
|
|
2654
3054
|
v1GetSearchInstructions(before, options) {
|
|
2655
3055
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3056
|
+
var _a, _b, _c;
|
|
2656
3057
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetSearchInstructions(before, options);
|
|
2657
|
-
|
|
3058
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3059
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.v1GetSearchInstructions']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3060
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2658
3061
|
});
|
|
2659
3062
|
},
|
|
2660
3063
|
/**
|
|
@@ -2667,8 +3070,11 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2667
3070
|
*/
|
|
2668
3071
|
v1GetStateVectors(targetId, before, after, options) {
|
|
2669
3072
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3073
|
+
var _a, _b, _c;
|
|
2670
3074
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetStateVectors(targetId, before, after, options);
|
|
2671
|
-
|
|
3075
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3076
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.v1GetStateVectors']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3077
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2672
3078
|
});
|
|
2673
3079
|
},
|
|
2674
3080
|
/**
|
|
@@ -2679,8 +3085,11 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2679
3085
|
*/
|
|
2680
3086
|
v1GetSurveyInstructions(before, options) {
|
|
2681
3087
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3088
|
+
var _a, _b, _c;
|
|
2682
3089
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetSurveyInstructions(before, options);
|
|
2683
|
-
|
|
3090
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3091
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.v1GetSurveyInstructions']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3092
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2684
3093
|
});
|
|
2685
3094
|
},
|
|
2686
3095
|
/**
|
|
@@ -2691,8 +3100,11 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2691
3100
|
*/
|
|
2692
3101
|
v1GetTdm(tdmId, options) {
|
|
2693
3102
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3103
|
+
var _a, _b, _c;
|
|
2694
3104
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetTdm(tdmId, options);
|
|
2695
|
-
|
|
3105
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3106
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.v1GetTdm']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3107
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2696
3108
|
});
|
|
2697
3109
|
},
|
|
2698
3110
|
/**
|
|
@@ -2704,8 +3116,11 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2704
3116
|
*/
|
|
2705
3117
|
v1GetTdms(targetId, after, options) {
|
|
2706
3118
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3119
|
+
var _a, _b, _c;
|
|
2707
3120
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetTdms(targetId, after, options);
|
|
2708
|
-
|
|
3121
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3122
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.v1GetTdms']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3123
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2709
3124
|
});
|
|
2710
3125
|
},
|
|
2711
3126
|
/**
|
|
@@ -2715,8 +3130,11 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2715
3130
|
*/
|
|
2716
3131
|
v1GetWebhookConfigurations(options) {
|
|
2717
3132
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3133
|
+
var _a, _b, _c;
|
|
2718
3134
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetWebhookConfigurations(options);
|
|
2719
|
-
|
|
3135
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3136
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.v1GetWebhookConfigurations']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3137
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2720
3138
|
});
|
|
2721
3139
|
},
|
|
2722
3140
|
/**
|
|
@@ -2729,8 +3147,11 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2729
3147
|
*/
|
|
2730
3148
|
v1GetWebhookLogs(webhookId, limit, offset, options) {
|
|
2731
3149
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3150
|
+
var _a, _b, _c;
|
|
2732
3151
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetWebhookLogs(webhookId, limit, offset, options);
|
|
2733
|
-
|
|
3152
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3153
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.v1GetWebhookLogs']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3154
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2734
3155
|
});
|
|
2735
3156
|
},
|
|
2736
3157
|
/**
|
|
@@ -2741,8 +3162,11 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2741
3162
|
*/
|
|
2742
3163
|
v1PutOrbitProviderTLEOrbit(v1PutOrbitProviderTLERequest, options) {
|
|
2743
3164
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3165
|
+
var _a, _b, _c;
|
|
2744
3166
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1PutOrbitProviderTLEOrbit(v1PutOrbitProviderTLERequest, options);
|
|
2745
|
-
|
|
3167
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3168
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.v1PutOrbitProviderTLEOrbit']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3169
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2746
3170
|
});
|
|
2747
3171
|
},
|
|
2748
3172
|
/**
|
|
@@ -2753,8 +3177,11 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2753
3177
|
*/
|
|
2754
3178
|
v1UpdateEmailConfiguration(v1UpdateEmailConfigurationRequest, options) {
|
|
2755
3179
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3180
|
+
var _a, _b, _c;
|
|
2756
3181
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1UpdateEmailConfiguration(v1UpdateEmailConfigurationRequest, options);
|
|
2757
|
-
|
|
3182
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3183
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.v1UpdateEmailConfiguration']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3184
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2758
3185
|
});
|
|
2759
3186
|
},
|
|
2760
3187
|
/**
|
|
@@ -2765,8 +3192,11 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2765
3192
|
*/
|
|
2766
3193
|
v1UpdateOrganizationTarget(v1UpdateOrganizationTargetRequest, options) {
|
|
2767
3194
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3195
|
+
var _a, _b, _c;
|
|
2768
3196
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1UpdateOrganizationTarget(v1UpdateOrganizationTargetRequest, options);
|
|
2769
|
-
|
|
3197
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3198
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.v1UpdateOrganizationTarget']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3199
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2770
3200
|
});
|
|
2771
3201
|
},
|
|
2772
3202
|
/**
|
|
@@ -2777,8 +3207,11 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2777
3207
|
*/
|
|
2778
3208
|
v1UpdateSatelliteTarget(v1UpdateSatelliteTargetRequest, options) {
|
|
2779
3209
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3210
|
+
var _a, _b, _c;
|
|
2780
3211
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1UpdateSatelliteTarget(v1UpdateSatelliteTargetRequest, options);
|
|
2781
|
-
|
|
3212
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3213
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.v1UpdateSatelliteTarget']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3214
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2782
3215
|
});
|
|
2783
3216
|
},
|
|
2784
3217
|
/**
|
|
@@ -2789,32 +3222,41 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2789
3222
|
*/
|
|
2790
3223
|
v1UpdateWebhookConfiguration(v1UpdateWebhookConfigurationRequest, options) {
|
|
2791
3224
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3225
|
+
var _a, _b, _c;
|
|
2792
3226
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1UpdateWebhookConfiguration(v1UpdateWebhookConfigurationRequest, options);
|
|
2793
|
-
|
|
3227
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3228
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.v1UpdateWebhookConfiguration']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3229
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2794
3230
|
});
|
|
2795
3231
|
},
|
|
2796
3232
|
/**
|
|
2797
|
-
* Create a plane scan
|
|
3233
|
+
* Create a plane scan: a 1D search along the target\'s orbital plane, centered on the target\'s predicted anomaly and extending `plusMinusAnomalyAngleDegrees` on either side. Use a plane scan when the target\'s uncertainty is dominated by along-track error. For 3D uncertainty - freshly cataloged targets, post-maneuver reacquisitions, or searches seeded from a raw state vector - use [/v2/search/ric-volumetric](#tag/ric-volumetrics/POST/v2/search/ric-volumetric) instead. Sizing `plusMinusAnomalyAngleDegrees`: for a day-old LEO TLE, 1-3 degrees is typically sufficient; a week-old TLE wants 5-10 degrees. GEO targets can use much smaller values (0.1-0.5 degrees). Returns the created search ID. See a runnable Python example: https://github.com/ourskyai/oursky-examples/tree/main/python-search
|
|
2798
3234
|
* @param {V1PlaneScanRequest} v1PlaneScanRequest
|
|
2799
3235
|
* @param {*} [options] Override http request option.
|
|
2800
3236
|
* @throws {RequiredError}
|
|
2801
3237
|
*/
|
|
2802
3238
|
v2CreatePlaneScan(v1PlaneScanRequest, options) {
|
|
2803
3239
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3240
|
+
var _a, _b, _c;
|
|
2804
3241
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v2CreatePlaneScan(v1PlaneScanRequest, options);
|
|
2805
|
-
|
|
3242
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3243
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.v2CreatePlaneScan']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3244
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2806
3245
|
});
|
|
2807
3246
|
},
|
|
2808
3247
|
/**
|
|
2809
|
-
* Create a RIC volume search
|
|
3248
|
+
* Create a RIC volume search: a 3D search covering the target\'s Radial / In-track / Cross-track frame, sized by three independent 3-sigma uncertainty values. Use a RIC volume search when uncertainty is non-trivial in more than just the along-track direction. For along-track-dominated uncertainty, use [/v2/search/plane-scan](#tag/plane-scans/POST/v2/search/plane-scan) instead. Sizing 3-sigma values (LEO starting points): `radial3SigmaMeters` 500, `intrack3SigmaMeters` 10000, `crosstrack3SigmaMeters` 1000. GEO targets can use much smaller values. Returns the created search ID. See a runnable Python example: https://github.com/ourskyai/oursky-examples/tree/main/python-search
|
|
2810
3249
|
* @param {V1RicVolumeSearchRequest} v1RicVolumeSearchRequest
|
|
2811
3250
|
* @param {*} [options] Override http request option.
|
|
2812
3251
|
* @throws {RequiredError}
|
|
2813
3252
|
*/
|
|
2814
3253
|
v2CreateRicVolumeSearch(v1RicVolumeSearchRequest, options) {
|
|
2815
3254
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3255
|
+
var _a, _b, _c;
|
|
2816
3256
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v2CreateRicVolumeSearch(v1RicVolumeSearchRequest, options);
|
|
2817
|
-
|
|
3257
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3258
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.v2CreateRicVolumeSearch']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3259
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2818
3260
|
});
|
|
2819
3261
|
},
|
|
2820
3262
|
/**
|
|
@@ -2825,8 +3267,11 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2825
3267
|
*/
|
|
2826
3268
|
v2DeletePlaneScan(id, options) {
|
|
2827
3269
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3270
|
+
var _a, _b, _c;
|
|
2828
3271
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v2DeletePlaneScan(id, options);
|
|
2829
|
-
|
|
3272
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3273
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.v2DeletePlaneScan']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3274
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2830
3275
|
});
|
|
2831
3276
|
},
|
|
2832
3277
|
/**
|
|
@@ -2837,8 +3282,11 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2837
3282
|
*/
|
|
2838
3283
|
v2DeleteRicVolumeSearch(id, options) {
|
|
2839
3284
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3285
|
+
var _a, _b, _c;
|
|
2840
3286
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v2DeleteRicVolumeSearch(id, options);
|
|
2841
|
-
|
|
3287
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3288
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.v2DeleteRicVolumeSearch']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3289
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2842
3290
|
});
|
|
2843
3291
|
},
|
|
2844
3292
|
/**
|
|
@@ -2849,8 +3297,11 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2849
3297
|
*/
|
|
2850
3298
|
v2GetSearch(searchId, options) {
|
|
2851
3299
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3300
|
+
var _a, _b, _c;
|
|
2852
3301
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v2GetSearch(searchId, options);
|
|
2853
|
-
|
|
3302
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3303
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.v2GetSearch']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3304
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2854
3305
|
});
|
|
2855
3306
|
},
|
|
2856
3307
|
/**
|
|
@@ -2862,15 +3313,17 @@ export const DefaultApiFp = function (configuration) {
|
|
|
2862
3313
|
*/
|
|
2863
3314
|
v2GetSearches(after, status, options) {
|
|
2864
3315
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3316
|
+
var _a, _b, _c;
|
|
2865
3317
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v2GetSearches(after, status, options);
|
|
2866
|
-
|
|
3318
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3319
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.v2GetSearches']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3320
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2867
3321
|
});
|
|
2868
3322
|
},
|
|
2869
3323
|
};
|
|
2870
3324
|
};
|
|
2871
3325
|
/**
|
|
2872
3326
|
* DefaultApi - factory interface
|
|
2873
|
-
* @export
|
|
2874
3327
|
*/
|
|
2875
3328
|
export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
2876
3329
|
const localVarFp = DefaultApiFp(configuration);
|
|
@@ -2903,6 +3356,15 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
2903
3356
|
v1CreateDirectTaskInstruction(requestParameters, options) {
|
|
2904
3357
|
return localVarFp.v1CreateDirectTaskInstruction(requestParameters.v1CreateDirectTaskInstructionRequest, options).then((request) => request(axios, basePath));
|
|
2905
3358
|
},
|
|
3359
|
+
/**
|
|
3360
|
+
* Create metadata about an image by image id. This includes plate solve results
|
|
3361
|
+
* @param {DefaultApiV1CreateImageMetadataRequest} requestParameters Request parameters.
|
|
3362
|
+
* @param {*} [options] Override http request option.
|
|
3363
|
+
* @throws {RequiredError}
|
|
3364
|
+
*/
|
|
3365
|
+
v1CreateImageMetadata(requestParameters, options) {
|
|
3366
|
+
return localVarFp.v1CreateImageMetadata(requestParameters.imageId, requestParameters.v1CreateImageMetadataRequest, options).then((request) => request(axios, basePath));
|
|
3367
|
+
},
|
|
2906
3368
|
/**
|
|
2907
3369
|
* Create an image set.
|
|
2908
3370
|
* @param {DefaultApiV1CreateImageSetRequest} requestParameters Request parameters.
|
|
@@ -3076,21 +3538,22 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
3076
3538
|
return localVarFp.v1GetImageSetImage(requestParameters.imageId, options).then((request) => request(axios, basePath));
|
|
3077
3539
|
},
|
|
3078
3540
|
/**
|
|
3079
|
-
* Get image set images.
|
|
3541
|
+
* Get image set images for an explicit list of image set ids. Star parties are owned by the edge controller, so the starPartyId param is not supported in the cloud API and returns 400 if provided; use the node-platform star party endpoints to resolve a party\'s image sets.
|
|
3080
3542
|
* @param {DefaultApiV1GetImageSetImagesRequest} requestParameters Request parameters.
|
|
3081
3543
|
* @param {*} [options] Override http request option.
|
|
3082
3544
|
* @throws {RequiredError}
|
|
3083
3545
|
*/
|
|
3084
|
-
v1GetImageSetImages(requestParameters, options) {
|
|
3085
|
-
return localVarFp.v1GetImageSetImages(requestParameters.imageSets, options).then((request) => request(axios, basePath));
|
|
3546
|
+
v1GetImageSetImages(requestParameters = {}, options) {
|
|
3547
|
+
return localVarFp.v1GetImageSetImages(requestParameters.imageSets, requestParameters.starPartyId, options).then((request) => request(axios, basePath));
|
|
3086
3548
|
},
|
|
3087
3549
|
/**
|
|
3088
|
-
* Get image sets.
|
|
3550
|
+
* Get image sets. Star parties are owned by the edge controller, so the starPartyId param is not supported in the cloud API and returns 400 if provided; use the node-platform star party endpoints to resolve a party\'s image sets.
|
|
3551
|
+
* @param {DefaultApiV1GetImageSetsRequest} requestParameters Request parameters.
|
|
3089
3552
|
* @param {*} [options] Override http request option.
|
|
3090
3553
|
* @throws {RequiredError}
|
|
3091
3554
|
*/
|
|
3092
|
-
v1GetImageSets(options) {
|
|
3093
|
-
return localVarFp.v1GetImageSets(options).then((request) => request(axios, basePath));
|
|
3555
|
+
v1GetImageSets(requestParameters = {}, options) {
|
|
3556
|
+
return localVarFp.v1GetImageSets(requestParameters.starPartyId, options).then((request) => request(axios, basePath));
|
|
3094
3557
|
},
|
|
3095
3558
|
/**
|
|
3096
3559
|
* Get node properties.
|
|
@@ -3147,13 +3610,13 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
3147
3610
|
return localVarFp.v1GetObservationStatuses(requestParameters.targetId, requestParameters.before, requestParameters.searchInstructionId, requestParameters.surveyInstructionId, requestParameters.resolvedImageInstructionId, requestParameters.directTaskId, requestParameters.imageId, options).then((request) => request(axios, basePath));
|
|
3148
3611
|
},
|
|
3149
3612
|
/**
|
|
3150
|
-
* Get potential observation windows for all satellites of your organization across the network from now
|
|
3613
|
+
* Get potential observation windows for all satellites of your organization across the network up to 72 hours from now (or from the optional `from` datetime) until `until`
|
|
3151
3614
|
* @param {DefaultApiV1GetOrganizationSatellitePotentialsRequest} requestParameters Request parameters.
|
|
3152
3615
|
* @param {*} [options] Override http request option.
|
|
3153
3616
|
* @throws {RequiredError}
|
|
3154
3617
|
*/
|
|
3155
3618
|
v1GetOrganizationSatellitePotentials(requestParameters, options) {
|
|
3156
|
-
return localVarFp.v1GetOrganizationSatellitePotentials(requestParameters.until, requestParameters.includeWeather, options).then((request) => request(axios, basePath));
|
|
3619
|
+
return localVarFp.v1GetOrganizationSatellitePotentials(requestParameters.until, requestParameters.from, requestParameters.includeWeather, options).then((request) => request(axios, basePath));
|
|
3157
3620
|
},
|
|
3158
3621
|
/**
|
|
3159
3622
|
* Get an existing organization target
|
|
@@ -3173,13 +3636,49 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
3173
3636
|
return localVarFp.v1GetOrganizationTargets(options).then((request) => request(axios, basePath));
|
|
3174
3637
|
},
|
|
3175
3638
|
/**
|
|
3176
|
-
* Get
|
|
3639
|
+
* Get rich per-image metadata for a resolved image by its unsharpened source imageId, scoped to the principal\'s organization. Requires the `RESOLVED_IMAGING` product feature on the principal\'s organization.
|
|
3640
|
+
* @param {DefaultApiV1GetResolvedImageMetadataRequest} requestParameters Request parameters.
|
|
3641
|
+
* @param {*} [options] Override http request option.
|
|
3642
|
+
* @throws {RequiredError}
|
|
3643
|
+
*/
|
|
3644
|
+
v1GetResolvedImageMetadata(requestParameters, options) {
|
|
3645
|
+
return localVarFp.v1GetResolvedImageMetadata(requestParameters.imageId, options).then((request) => request(axios, basePath));
|
|
3646
|
+
},
|
|
3647
|
+
/**
|
|
3648
|
+
* List resolved-image observations for the principal\'s organization, ordered by observation time descending. Each entry is a lightweight summary with the top-9 sharpest images (presigned thumbnail URLs only) for grid preview. For full unsharpened/sharpened FITS and JPG URLs, call `GET /v1/resolved-image-set?imageSetId=<imageSetId>` (operationId `V1GetResolvedImageSet`). Requires the `RESOLVED_IMAGING` product feature on the principal\'s organization.
|
|
3649
|
+
* @param {DefaultApiV1GetResolvedImageObservationsRequest} requestParameters Request parameters.
|
|
3650
|
+
* @param {*} [options] Override http request option.
|
|
3651
|
+
* @throws {RequiredError}
|
|
3652
|
+
*/
|
|
3653
|
+
v1GetResolvedImageObservations(requestParameters = {}, options) {
|
|
3654
|
+
return localVarFp.v1GetResolvedImageObservations(requestParameters.before, requestParameters.limit, options).then((request) => request(axios, basePath));
|
|
3655
|
+
},
|
|
3656
|
+
/**
|
|
3657
|
+
* Get a resolved image pair by unsharpened or sharpened image ID, scoped to the principal\'s organization. Requires the `RESOLVED_IMAGING` product feature on the principal\'s organization.
|
|
3658
|
+
* @param {DefaultApiV1GetResolvedImagePairRequest} requestParameters Request parameters.
|
|
3659
|
+
* @param {*} [options] Override http request option.
|
|
3660
|
+
* @throws {RequiredError}
|
|
3661
|
+
*/
|
|
3662
|
+
v1GetResolvedImagePair(requestParameters, options) {
|
|
3663
|
+
return localVarFp.v1GetResolvedImagePair(requestParameters.imageId, options).then((request) => request(axios, basePath));
|
|
3664
|
+
},
|
|
3665
|
+
/**
|
|
3666
|
+
* Get a resolved image set by its unsharpened image set ID. Returns paired unsharpened and sharpened images with sharpness scores. Requires the `RESOLVED_IMAGING` product feature on the principal\'s organization.
|
|
3667
|
+
* @param {DefaultApiV1GetResolvedImageSetRequest} requestParameters Request parameters.
|
|
3668
|
+
* @param {*} [options] Override http request option.
|
|
3669
|
+
* @throws {RequiredError}
|
|
3670
|
+
*/
|
|
3671
|
+
v1GetResolvedImageSet(requestParameters, options) {
|
|
3672
|
+
return localVarFp.v1GetResolvedImageSet(requestParameters.imageSetId, options).then((request) => request(axios, basePath));
|
|
3673
|
+
},
|
|
3674
|
+
/**
|
|
3675
|
+
* Get potential observation windows for a satellite across the network up to 72 hours from now (or from the optional `from` datetime) until `until`
|
|
3177
3676
|
* @param {DefaultApiV1GetSatellitePotentialsRequest} requestParameters Request parameters.
|
|
3178
3677
|
* @param {*} [options] Override http request option.
|
|
3179
3678
|
* @throws {RequiredError}
|
|
3180
3679
|
*/
|
|
3181
3680
|
v1GetSatellitePotentials(requestParameters, options) {
|
|
3182
|
-
return localVarFp.v1GetSatellitePotentials(requestParameters.satelliteTargetId, requestParameters.until, requestParameters.includeWeather, options).then((request) => request(axios, basePath));
|
|
3681
|
+
return localVarFp.v1GetSatellitePotentials(requestParameters.satelliteTargetId, requestParameters.until, requestParameters.from, requestParameters.includeWeather, options).then((request) => request(axios, basePath));
|
|
3183
3682
|
},
|
|
3184
3683
|
/**
|
|
3185
3684
|
* Get a satellite target that the OurSky platform can currently track by id.
|
|
@@ -3307,7 +3806,7 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
3307
3806
|
return localVarFp.v1UpdateWebhookConfiguration(requestParameters.v1UpdateWebhookConfigurationRequest, options).then((request) => request(axios, basePath));
|
|
3308
3807
|
},
|
|
3309
3808
|
/**
|
|
3310
|
-
* Create a plane scan
|
|
3809
|
+
* Create a plane scan: a 1D search along the target\'s orbital plane, centered on the target\'s predicted anomaly and extending `plusMinusAnomalyAngleDegrees` on either side. Use a plane scan when the target\'s uncertainty is dominated by along-track error. For 3D uncertainty - freshly cataloged targets, post-maneuver reacquisitions, or searches seeded from a raw state vector - use [/v2/search/ric-volumetric](#tag/ric-volumetrics/POST/v2/search/ric-volumetric) instead. Sizing `plusMinusAnomalyAngleDegrees`: for a day-old LEO TLE, 1-3 degrees is typically sufficient; a week-old TLE wants 5-10 degrees. GEO targets can use much smaller values (0.1-0.5 degrees). Returns the created search ID. See a runnable Python example: https://github.com/ourskyai/oursky-examples/tree/main/python-search
|
|
3311
3810
|
* @param {DefaultApiV2CreatePlaneScanRequest} requestParameters Request parameters.
|
|
3312
3811
|
* @param {*} [options] Override http request option.
|
|
3313
3812
|
* @throws {RequiredError}
|
|
@@ -3316,7 +3815,7 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
3316
3815
|
return localVarFp.v2CreatePlaneScan(requestParameters.v1PlaneScanRequest, options).then((request) => request(axios, basePath));
|
|
3317
3816
|
},
|
|
3318
3817
|
/**
|
|
3319
|
-
* Create a RIC volume search
|
|
3818
|
+
* Create a RIC volume search: a 3D search covering the target\'s Radial / In-track / Cross-track frame, sized by three independent 3-sigma uncertainty values. Use a RIC volume search when uncertainty is non-trivial in more than just the along-track direction. For along-track-dominated uncertainty, use [/v2/search/plane-scan](#tag/plane-scans/POST/v2/search/plane-scan) instead. Sizing 3-sigma values (LEO starting points): `radial3SigmaMeters` 500, `intrack3SigmaMeters` 10000, `crosstrack3SigmaMeters` 1000. GEO targets can use much smaller values. Returns the created search ID. See a runnable Python example: https://github.com/ourskyai/oursky-examples/tree/main/python-search
|
|
3320
3819
|
* @param {DefaultApiV2CreateRicVolumeSearchRequest} requestParameters Request parameters.
|
|
3321
3820
|
* @param {*} [options] Override http request option.
|
|
3322
3821
|
* @throws {RequiredError}
|
|
@@ -3364,9 +3863,6 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
3364
3863
|
};
|
|
3365
3864
|
/**
|
|
3366
3865
|
* DefaultApi - object-oriented interface
|
|
3367
|
-
* @export
|
|
3368
|
-
* @class DefaultApi
|
|
3369
|
-
* @extends {BaseAPI}
|
|
3370
3866
|
*/
|
|
3371
3867
|
export class DefaultApi extends BaseAPI {
|
|
3372
3868
|
/**
|
|
@@ -3375,7 +3871,6 @@ export class DefaultApi extends BaseAPI {
|
|
|
3375
3871
|
* @param {DefaultApiGetUncorrelatedTracksRequest} requestParameters Request parameters.
|
|
3376
3872
|
* @param {*} [options] Override http request option.
|
|
3377
3873
|
* @throws {RequiredError}
|
|
3378
|
-
* @memberof DefaultApi
|
|
3379
3874
|
*/
|
|
3380
3875
|
getUncorrelatedTracks(requestParameters = {}, options) {
|
|
3381
3876
|
return DefaultApiFp(this.configuration).getUncorrelatedTracks(requestParameters.after, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3385,7 +3880,6 @@ export class DefaultApi extends BaseAPI {
|
|
|
3385
3880
|
* @param {DefaultApiV1CreateBlackoutVolumeRequest} requestParameters Request parameters.
|
|
3386
3881
|
* @param {*} [options] Override http request option.
|
|
3387
3882
|
* @throws {RequiredError}
|
|
3388
|
-
* @memberof DefaultApi
|
|
3389
3883
|
*/
|
|
3390
3884
|
v1CreateBlackoutVolume(requestParameters, options) {
|
|
3391
3885
|
return DefaultApiFp(this.configuration).v1CreateBlackoutVolume(requestParameters.v1BlackoutVolumeRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3395,17 +3889,24 @@ export class DefaultApi extends BaseAPI {
|
|
|
3395
3889
|
* @param {DefaultApiV1CreateDirectTaskInstructionRequest} requestParameters Request parameters.
|
|
3396
3890
|
* @param {*} [options] Override http request option.
|
|
3397
3891
|
* @throws {RequiredError}
|
|
3398
|
-
* @memberof DefaultApi
|
|
3399
3892
|
*/
|
|
3400
3893
|
v1CreateDirectTaskInstruction(requestParameters, options) {
|
|
3401
3894
|
return DefaultApiFp(this.configuration).v1CreateDirectTaskInstruction(requestParameters.v1CreateDirectTaskInstructionRequest, options).then((request) => request(this.axios, this.basePath));
|
|
3402
3895
|
}
|
|
3896
|
+
/**
|
|
3897
|
+
* Create metadata about an image by image id. This includes plate solve results
|
|
3898
|
+
* @param {DefaultApiV1CreateImageMetadataRequest} requestParameters Request parameters.
|
|
3899
|
+
* @param {*} [options] Override http request option.
|
|
3900
|
+
* @throws {RequiredError}
|
|
3901
|
+
*/
|
|
3902
|
+
v1CreateImageMetadata(requestParameters, options) {
|
|
3903
|
+
return DefaultApiFp(this.configuration).v1CreateImageMetadata(requestParameters.imageId, requestParameters.v1CreateImageMetadataRequest, options).then((request) => request(this.axios, this.basePath));
|
|
3904
|
+
}
|
|
3403
3905
|
/**
|
|
3404
3906
|
* Create an image set.
|
|
3405
3907
|
* @param {DefaultApiV1CreateImageSetRequest} requestParameters Request parameters.
|
|
3406
3908
|
* @param {*} [options] Override http request option.
|
|
3407
3909
|
* @throws {RequiredError}
|
|
3408
|
-
* @memberof DefaultApi
|
|
3409
3910
|
*/
|
|
3410
3911
|
v1CreateImageSet(requestParameters, options) {
|
|
3411
3912
|
return DefaultApiFp(this.configuration).v1CreateImageSet(requestParameters.v1CreateImageSetRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3415,7 +3916,6 @@ export class DefaultApi extends BaseAPI {
|
|
|
3415
3916
|
* @param {DefaultApiV1CreateImageSetImageRequest} requestParameters Request parameters.
|
|
3416
3917
|
* @param {*} [options] Override http request option.
|
|
3417
3918
|
* @throws {RequiredError}
|
|
3418
|
-
* @memberof DefaultApi
|
|
3419
3919
|
*/
|
|
3420
3920
|
v1CreateImageSetImage(requestParameters, options) {
|
|
3421
3921
|
return DefaultApiFp(this.configuration).v1CreateImageSetImage(requestParameters.v1CreateImageSetImageRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3425,7 +3925,6 @@ export class DefaultApi extends BaseAPI {
|
|
|
3425
3925
|
* @param {DefaultApiV1CreateOrganizationTargetRequest} requestParameters Request parameters.
|
|
3426
3926
|
* @param {*} [options] Override http request option.
|
|
3427
3927
|
* @throws {RequiredError}
|
|
3428
|
-
* @memberof DefaultApi
|
|
3429
3928
|
*/
|
|
3430
3929
|
v1CreateOrganizationTarget(requestParameters, options) {
|
|
3431
3930
|
return DefaultApiFp(this.configuration).v1CreateOrganizationTarget(requestParameters.v1CreateOrganizationTargetRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3435,7 +3934,6 @@ export class DefaultApi extends BaseAPI {
|
|
|
3435
3934
|
* @param {DefaultApiV1CreateSatelliteTargetRequest} requestParameters Request parameters.
|
|
3436
3935
|
* @param {*} [options] Override http request option.
|
|
3437
3936
|
* @throws {RequiredError}
|
|
3438
|
-
* @memberof DefaultApi
|
|
3439
3937
|
*/
|
|
3440
3938
|
v1CreateSatelliteTarget(requestParameters, options) {
|
|
3441
3939
|
return DefaultApiFp(this.configuration).v1CreateSatelliteTarget(requestParameters.v1CreateSatelliteTargetRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3446,7 +3944,6 @@ export class DefaultApi extends BaseAPI {
|
|
|
3446
3944
|
* @param {*} [options] Override http request option.
|
|
3447
3945
|
* @deprecated
|
|
3448
3946
|
* @throws {RequiredError}
|
|
3449
|
-
* @memberof DefaultApi
|
|
3450
3947
|
*/
|
|
3451
3948
|
v1CreateSearchInstruction(requestParameters, options) {
|
|
3452
3949
|
return DefaultApiFp(this.configuration).v1CreateSearchInstruction(requestParameters.v1CreateSearchInstructionRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3456,7 +3953,6 @@ export class DefaultApi extends BaseAPI {
|
|
|
3456
3953
|
* @param {DefaultApiV1CreateSurveyInstructionRequest} requestParameters Request parameters.
|
|
3457
3954
|
* @param {*} [options] Override http request option.
|
|
3458
3955
|
* @throws {RequiredError}
|
|
3459
|
-
* @memberof DefaultApi
|
|
3460
3956
|
*/
|
|
3461
3957
|
v1CreateSurveyInstruction(requestParameters, options) {
|
|
3462
3958
|
return DefaultApiFp(this.configuration).v1CreateSurveyInstruction(requestParameters.v1CreateSurveyInstructionRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3466,7 +3962,6 @@ export class DefaultApi extends BaseAPI {
|
|
|
3466
3962
|
* @param {DefaultApiV1CreateWebhookConfigurationRequest} requestParameters Request parameters.
|
|
3467
3963
|
* @param {*} [options] Override http request option.
|
|
3468
3964
|
* @throws {RequiredError}
|
|
3469
|
-
* @memberof DefaultApi
|
|
3470
3965
|
*/
|
|
3471
3966
|
v1CreateWebhookConfiguration(requestParameters, options) {
|
|
3472
3967
|
return DefaultApiFp(this.configuration).v1CreateWebhookConfiguration(requestParameters.v1CreateWebhookConfigurationRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3476,7 +3971,6 @@ export class DefaultApi extends BaseAPI {
|
|
|
3476
3971
|
* @param {DefaultApiV1CreateWebhookTestRequest} requestParameters Request parameters.
|
|
3477
3972
|
* @param {*} [options] Override http request option.
|
|
3478
3973
|
* @throws {RequiredError}
|
|
3479
|
-
* @memberof DefaultApi
|
|
3480
3974
|
*/
|
|
3481
3975
|
v1CreateWebhookTest(requestParameters, options) {
|
|
3482
3976
|
return DefaultApiFp(this.configuration).v1CreateWebhookTest(requestParameters.v1CreateWebhookTestRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3486,7 +3980,6 @@ export class DefaultApi extends BaseAPI {
|
|
|
3486
3980
|
* @param {DefaultApiV1DeleteBlackoutVolumeRequest} requestParameters Request parameters.
|
|
3487
3981
|
* @param {*} [options] Override http request option.
|
|
3488
3982
|
* @throws {RequiredError}
|
|
3489
|
-
* @memberof DefaultApi
|
|
3490
3983
|
*/
|
|
3491
3984
|
v1DeleteBlackoutVolume(requestParameters, options) {
|
|
3492
3985
|
return DefaultApiFp(this.configuration).v1DeleteBlackoutVolume(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3496,7 +3989,6 @@ export class DefaultApi extends BaseAPI {
|
|
|
3496
3989
|
* @param {DefaultApiV1DeleteDirectTaskInstructionRequest} requestParameters Request parameters.
|
|
3497
3990
|
* @param {*} [options] Override http request option.
|
|
3498
3991
|
* @throws {RequiredError}
|
|
3499
|
-
* @memberof DefaultApi
|
|
3500
3992
|
*/
|
|
3501
3993
|
v1DeleteDirectTaskInstruction(requestParameters, options) {
|
|
3502
3994
|
return DefaultApiFp(this.configuration).v1DeleteDirectTaskInstruction(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3506,7 +3998,6 @@ export class DefaultApi extends BaseAPI {
|
|
|
3506
3998
|
* @param {DefaultApiV1DeleteImageSetRequest} requestParameters Request parameters.
|
|
3507
3999
|
* @param {*} [options] Override http request option.
|
|
3508
4000
|
* @throws {RequiredError}
|
|
3509
|
-
* @memberof DefaultApi
|
|
3510
4001
|
*/
|
|
3511
4002
|
v1DeleteImageSet(requestParameters, options) {
|
|
3512
4003
|
return DefaultApiFp(this.configuration).v1DeleteImageSet(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3516,7 +4007,6 @@ export class DefaultApi extends BaseAPI {
|
|
|
3516
4007
|
* @param {DefaultApiV1DeleteImageSetImageRequest} requestParameters Request parameters.
|
|
3517
4008
|
* @param {*} [options] Override http request option.
|
|
3518
4009
|
* @throws {RequiredError}
|
|
3519
|
-
* @memberof DefaultApi
|
|
3520
4010
|
*/
|
|
3521
4011
|
v1DeleteImageSetImage(requestParameters, options) {
|
|
3522
4012
|
return DefaultApiFp(this.configuration).v1DeleteImageSetImage(requestParameters.imageId, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3526,7 +4016,6 @@ export class DefaultApi extends BaseAPI {
|
|
|
3526
4016
|
* @param {DefaultApiV1DeleteOrganizationTargetRequest} requestParameters Request parameters.
|
|
3527
4017
|
* @param {*} [options] Override http request option.
|
|
3528
4018
|
* @throws {RequiredError}
|
|
3529
|
-
* @memberof DefaultApi
|
|
3530
4019
|
*/
|
|
3531
4020
|
v1DeleteOrganizationTarget(requestParameters, options) {
|
|
3532
4021
|
return DefaultApiFp(this.configuration).v1DeleteOrganizationTarget(requestParameters.satelliteTargetId, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3536,7 +4025,6 @@ export class DefaultApi extends BaseAPI {
|
|
|
3536
4025
|
* @param {DefaultApiV1DeleteSearchInstructionRequest} requestParameters Request parameters.
|
|
3537
4026
|
* @param {*} [options] Override http request option.
|
|
3538
4027
|
* @throws {RequiredError}
|
|
3539
|
-
* @memberof DefaultApi
|
|
3540
4028
|
*/
|
|
3541
4029
|
v1DeleteSearchInstruction(requestParameters, options) {
|
|
3542
4030
|
return DefaultApiFp(this.configuration).v1DeleteSearchInstruction(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3546,7 +4034,6 @@ export class DefaultApi extends BaseAPI {
|
|
|
3546
4034
|
* @param {DefaultApiV1DeleteSurveyInstructionRequest} requestParameters Request parameters.
|
|
3547
4035
|
* @param {*} [options] Override http request option.
|
|
3548
4036
|
* @throws {RequiredError}
|
|
3549
|
-
* @memberof DefaultApi
|
|
3550
4037
|
*/
|
|
3551
4038
|
v1DeleteSurveyInstruction(requestParameters, options) {
|
|
3552
4039
|
return DefaultApiFp(this.configuration).v1DeleteSurveyInstruction(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3556,7 +4043,6 @@ export class DefaultApi extends BaseAPI {
|
|
|
3556
4043
|
* @param {DefaultApiV1DeleteWebhookConfigurationRequest} requestParameters Request parameters.
|
|
3557
4044
|
* @param {*} [options] Override http request option.
|
|
3558
4045
|
* @throws {RequiredError}
|
|
3559
|
-
* @memberof DefaultApi
|
|
3560
4046
|
*/
|
|
3561
4047
|
v1DeleteWebhookConfiguration(requestParameters, options) {
|
|
3562
4048
|
return DefaultApiFp(this.configuration).v1DeleteWebhookConfiguration(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3566,7 +4052,6 @@ export class DefaultApi extends BaseAPI {
|
|
|
3566
4052
|
* @param {DefaultApiV1GetImageMetadataRequest} requestParameters Request parameters.
|
|
3567
4053
|
* @param {*} [options] Override http request option.
|
|
3568
4054
|
* @throws {RequiredError}
|
|
3569
|
-
* @memberof DefaultApi
|
|
3570
4055
|
*/
|
|
3571
4056
|
v1GetImageMetadata(requestParameters, options) {
|
|
3572
4057
|
return DefaultApiFp(this.configuration).v1GetImageMetadata(requestParameters.imageId, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3576,7 +4061,6 @@ export class DefaultApi extends BaseAPI {
|
|
|
3576
4061
|
* @param {DefaultApiV1GetImageSetRequest} requestParameters Request parameters.
|
|
3577
4062
|
* @param {*} [options] Override http request option.
|
|
3578
4063
|
* @throws {RequiredError}
|
|
3579
|
-
* @memberof DefaultApi
|
|
3580
4064
|
*/
|
|
3581
4065
|
v1GetImageSet(requestParameters, options) {
|
|
3582
4066
|
return DefaultApiFp(this.configuration).v1GetImageSet(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3586,36 +4070,33 @@ export class DefaultApi extends BaseAPI {
|
|
|
3586
4070
|
* @param {DefaultApiV1GetImageSetImageRequest} requestParameters Request parameters.
|
|
3587
4071
|
* @param {*} [options] Override http request option.
|
|
3588
4072
|
* @throws {RequiredError}
|
|
3589
|
-
* @memberof DefaultApi
|
|
3590
4073
|
*/
|
|
3591
4074
|
v1GetImageSetImage(requestParameters, options) {
|
|
3592
4075
|
return DefaultApiFp(this.configuration).v1GetImageSetImage(requestParameters.imageId, options).then((request) => request(this.axios, this.basePath));
|
|
3593
4076
|
}
|
|
3594
4077
|
/**
|
|
3595
|
-
* Get image set images.
|
|
4078
|
+
* Get image set images for an explicit list of image set ids. Star parties are owned by the edge controller, so the starPartyId param is not supported in the cloud API and returns 400 if provided; use the node-platform star party endpoints to resolve a party\'s image sets.
|
|
3596
4079
|
* @param {DefaultApiV1GetImageSetImagesRequest} requestParameters Request parameters.
|
|
3597
4080
|
* @param {*} [options] Override http request option.
|
|
3598
4081
|
* @throws {RequiredError}
|
|
3599
|
-
* @memberof DefaultApi
|
|
3600
4082
|
*/
|
|
3601
|
-
v1GetImageSetImages(requestParameters, options) {
|
|
3602
|
-
return DefaultApiFp(this.configuration).v1GetImageSetImages(requestParameters.imageSets, options).then((request) => request(this.axios, this.basePath));
|
|
4083
|
+
v1GetImageSetImages(requestParameters = {}, options) {
|
|
4084
|
+
return DefaultApiFp(this.configuration).v1GetImageSetImages(requestParameters.imageSets, requestParameters.starPartyId, options).then((request) => request(this.axios, this.basePath));
|
|
3603
4085
|
}
|
|
3604
4086
|
/**
|
|
3605
|
-
* Get image sets.
|
|
4087
|
+
* Get image sets. Star parties are owned by the edge controller, so the starPartyId param is not supported in the cloud API and returns 400 if provided; use the node-platform star party endpoints to resolve a party\'s image sets.
|
|
4088
|
+
* @param {DefaultApiV1GetImageSetsRequest} requestParameters Request parameters.
|
|
3606
4089
|
* @param {*} [options] Override http request option.
|
|
3607
4090
|
* @throws {RequiredError}
|
|
3608
|
-
* @memberof DefaultApi
|
|
3609
4091
|
*/
|
|
3610
|
-
v1GetImageSets(options) {
|
|
3611
|
-
return DefaultApiFp(this.configuration).v1GetImageSets(options).then((request) => request(this.axios, this.basePath));
|
|
4092
|
+
v1GetImageSets(requestParameters = {}, options) {
|
|
4093
|
+
return DefaultApiFp(this.configuration).v1GetImageSets(requestParameters.starPartyId, options).then((request) => request(this.axios, this.basePath));
|
|
3612
4094
|
}
|
|
3613
4095
|
/**
|
|
3614
4096
|
* Get node properties.
|
|
3615
4097
|
* @param {DefaultApiV1GetNodePropertiesRequest} requestParameters Request parameters.
|
|
3616
4098
|
* @param {*} [options] Override http request option.
|
|
3617
4099
|
* @throws {RequiredError}
|
|
3618
|
-
* @memberof DefaultApi
|
|
3619
4100
|
*/
|
|
3620
4101
|
v1GetNodeProperties(requestParameters, options) {
|
|
3621
4102
|
return DefaultApiFp(this.configuration).v1GetNodeProperties(requestParameters.nodeId, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3625,7 +4106,6 @@ export class DefaultApi extends BaseAPI {
|
|
|
3625
4106
|
* @param {DefaultApiV1GetNodeSatelliteCalibrationsRequest} requestParameters Request parameters.
|
|
3626
4107
|
* @param {*} [options] Override http request option.
|
|
3627
4108
|
* @throws {RequiredError}
|
|
3628
|
-
* @memberof DefaultApi
|
|
3629
4109
|
*/
|
|
3630
4110
|
v1GetNodeSatelliteCalibrations(requestParameters, options) {
|
|
3631
4111
|
return DefaultApiFp(this.configuration).v1GetNodeSatelliteCalibrations(requestParameters.nodeId, requestParameters.limit, requestParameters.before, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3635,7 +4115,6 @@ export class DefaultApi extends BaseAPI {
|
|
|
3635
4115
|
* @param {DefaultApiV1GetObservationFeaturesRequest} requestParameters Request parameters.
|
|
3636
4116
|
* @param {*} [options] Override http request option.
|
|
3637
4117
|
* @throws {RequiredError}
|
|
3638
|
-
* @memberof DefaultApi
|
|
3639
4118
|
*/
|
|
3640
4119
|
v1GetObservationFeatures(requestParameters, options) {
|
|
3641
4120
|
return DefaultApiFp(this.configuration).v1GetObservationFeatures(requestParameters.imageId, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3645,7 +4124,6 @@ export class DefaultApi extends BaseAPI {
|
|
|
3645
4124
|
* @param {DefaultApiV1GetObservationSequenceResultRequest} requestParameters Request parameters.
|
|
3646
4125
|
* @param {*} [options] Override http request option.
|
|
3647
4126
|
* @throws {RequiredError}
|
|
3648
|
-
* @memberof DefaultApi
|
|
3649
4127
|
*/
|
|
3650
4128
|
v1GetObservationSequenceResult(requestParameters = {}, options) {
|
|
3651
4129
|
return DefaultApiFp(this.configuration).v1GetObservationSequenceResult(requestParameters.observationSequenceResultId, requestParameters.imageId, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3655,7 +4133,6 @@ export class DefaultApi extends BaseAPI {
|
|
|
3655
4133
|
* @param {DefaultApiV1GetObservationSequenceResultsRequest} requestParameters Request parameters.
|
|
3656
4134
|
* @param {*} [options] Override http request option.
|
|
3657
4135
|
* @throws {RequiredError}
|
|
3658
|
-
* @memberof DefaultApi
|
|
3659
4136
|
*/
|
|
3660
4137
|
v1GetObservationSequenceResults(requestParameters = {}, options) {
|
|
3661
4138
|
return DefaultApiFp(this.configuration).v1GetObservationSequenceResults(requestParameters.targetId, requestParameters.after, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3665,27 +4142,24 @@ export class DefaultApi extends BaseAPI {
|
|
|
3665
4142
|
* @param {DefaultApiV1GetObservationStatusesRequest} requestParameters Request parameters.
|
|
3666
4143
|
* @param {*} [options] Override http request option.
|
|
3667
4144
|
* @throws {RequiredError}
|
|
3668
|
-
* @memberof DefaultApi
|
|
3669
4145
|
*/
|
|
3670
4146
|
v1GetObservationStatuses(requestParameters = {}, options) {
|
|
3671
4147
|
return DefaultApiFp(this.configuration).v1GetObservationStatuses(requestParameters.targetId, requestParameters.before, requestParameters.searchInstructionId, requestParameters.surveyInstructionId, requestParameters.resolvedImageInstructionId, requestParameters.directTaskId, requestParameters.imageId, options).then((request) => request(this.axios, this.basePath));
|
|
3672
4148
|
}
|
|
3673
4149
|
/**
|
|
3674
|
-
* Get potential observation windows for all satellites of your organization across the network from now
|
|
4150
|
+
* Get potential observation windows for all satellites of your organization across the network up to 72 hours from now (or from the optional `from` datetime) until `until`
|
|
3675
4151
|
* @param {DefaultApiV1GetOrganizationSatellitePotentialsRequest} requestParameters Request parameters.
|
|
3676
4152
|
* @param {*} [options] Override http request option.
|
|
3677
4153
|
* @throws {RequiredError}
|
|
3678
|
-
* @memberof DefaultApi
|
|
3679
4154
|
*/
|
|
3680
4155
|
v1GetOrganizationSatellitePotentials(requestParameters, options) {
|
|
3681
|
-
return DefaultApiFp(this.configuration).v1GetOrganizationSatellitePotentials(requestParameters.until, requestParameters.includeWeather, options).then((request) => request(this.axios, this.basePath));
|
|
4156
|
+
return DefaultApiFp(this.configuration).v1GetOrganizationSatellitePotentials(requestParameters.until, requestParameters.from, requestParameters.includeWeather, options).then((request) => request(this.axios, this.basePath));
|
|
3682
4157
|
}
|
|
3683
4158
|
/**
|
|
3684
4159
|
* Get an existing organization target
|
|
3685
4160
|
* @param {DefaultApiV1GetOrganizationTargetRequest} requestParameters Request parameters.
|
|
3686
4161
|
* @param {*} [options] Override http request option.
|
|
3687
4162
|
* @throws {RequiredError}
|
|
3688
|
-
* @memberof DefaultApi
|
|
3689
4163
|
*/
|
|
3690
4164
|
v1GetOrganizationTarget(requestParameters, options) {
|
|
3691
4165
|
return DefaultApiFp(this.configuration).v1GetOrganizationTarget(requestParameters.organizationTargetId, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3694,27 +4168,60 @@ export class DefaultApi extends BaseAPI {
|
|
|
3694
4168
|
* Get organization targets see the [create](#tag/organization-targets/POST/v1/organization-target) endpoint for more details.
|
|
3695
4169
|
* @param {*} [options] Override http request option.
|
|
3696
4170
|
* @throws {RequiredError}
|
|
3697
|
-
* @memberof DefaultApi
|
|
3698
4171
|
*/
|
|
3699
4172
|
v1GetOrganizationTargets(options) {
|
|
3700
4173
|
return DefaultApiFp(this.configuration).v1GetOrganizationTargets(options).then((request) => request(this.axios, this.basePath));
|
|
3701
4174
|
}
|
|
3702
4175
|
/**
|
|
3703
|
-
* Get
|
|
4176
|
+
* Get rich per-image metadata for a resolved image by its unsharpened source imageId, scoped to the principal\'s organization. Requires the `RESOLVED_IMAGING` product feature on the principal\'s organization.
|
|
4177
|
+
* @param {DefaultApiV1GetResolvedImageMetadataRequest} requestParameters Request parameters.
|
|
4178
|
+
* @param {*} [options] Override http request option.
|
|
4179
|
+
* @throws {RequiredError}
|
|
4180
|
+
*/
|
|
4181
|
+
v1GetResolvedImageMetadata(requestParameters, options) {
|
|
4182
|
+
return DefaultApiFp(this.configuration).v1GetResolvedImageMetadata(requestParameters.imageId, options).then((request) => request(this.axios, this.basePath));
|
|
4183
|
+
}
|
|
4184
|
+
/**
|
|
4185
|
+
* List resolved-image observations for the principal\'s organization, ordered by observation time descending. Each entry is a lightweight summary with the top-9 sharpest images (presigned thumbnail URLs only) for grid preview. For full unsharpened/sharpened FITS and JPG URLs, call `GET /v1/resolved-image-set?imageSetId=<imageSetId>` (operationId `V1GetResolvedImageSet`). Requires the `RESOLVED_IMAGING` product feature on the principal\'s organization.
|
|
4186
|
+
* @param {DefaultApiV1GetResolvedImageObservationsRequest} requestParameters Request parameters.
|
|
4187
|
+
* @param {*} [options] Override http request option.
|
|
4188
|
+
* @throws {RequiredError}
|
|
4189
|
+
*/
|
|
4190
|
+
v1GetResolvedImageObservations(requestParameters = {}, options) {
|
|
4191
|
+
return DefaultApiFp(this.configuration).v1GetResolvedImageObservations(requestParameters.before, requestParameters.limit, options).then((request) => request(this.axios, this.basePath));
|
|
4192
|
+
}
|
|
4193
|
+
/**
|
|
4194
|
+
* Get a resolved image pair by unsharpened or sharpened image ID, scoped to the principal\'s organization. Requires the `RESOLVED_IMAGING` product feature on the principal\'s organization.
|
|
4195
|
+
* @param {DefaultApiV1GetResolvedImagePairRequest} requestParameters Request parameters.
|
|
4196
|
+
* @param {*} [options] Override http request option.
|
|
4197
|
+
* @throws {RequiredError}
|
|
4198
|
+
*/
|
|
4199
|
+
v1GetResolvedImagePair(requestParameters, options) {
|
|
4200
|
+
return DefaultApiFp(this.configuration).v1GetResolvedImagePair(requestParameters.imageId, options).then((request) => request(this.axios, this.basePath));
|
|
4201
|
+
}
|
|
4202
|
+
/**
|
|
4203
|
+
* Get a resolved image set by its unsharpened image set ID. Returns paired unsharpened and sharpened images with sharpness scores. Requires the `RESOLVED_IMAGING` product feature on the principal\'s organization.
|
|
4204
|
+
* @param {DefaultApiV1GetResolvedImageSetRequest} requestParameters Request parameters.
|
|
4205
|
+
* @param {*} [options] Override http request option.
|
|
4206
|
+
* @throws {RequiredError}
|
|
4207
|
+
*/
|
|
4208
|
+
v1GetResolvedImageSet(requestParameters, options) {
|
|
4209
|
+
return DefaultApiFp(this.configuration).v1GetResolvedImageSet(requestParameters.imageSetId, options).then((request) => request(this.axios, this.basePath));
|
|
4210
|
+
}
|
|
4211
|
+
/**
|
|
4212
|
+
* Get potential observation windows for a satellite across the network up to 72 hours from now (or from the optional `from` datetime) until `until`
|
|
3704
4213
|
* @param {DefaultApiV1GetSatellitePotentialsRequest} requestParameters Request parameters.
|
|
3705
4214
|
* @param {*} [options] Override http request option.
|
|
3706
4215
|
* @throws {RequiredError}
|
|
3707
|
-
* @memberof DefaultApi
|
|
3708
4216
|
*/
|
|
3709
4217
|
v1GetSatellitePotentials(requestParameters, options) {
|
|
3710
|
-
return DefaultApiFp(this.configuration).v1GetSatellitePotentials(requestParameters.satelliteTargetId, requestParameters.until, requestParameters.includeWeather, options).then((request) => request(this.axios, this.basePath));
|
|
4218
|
+
return DefaultApiFp(this.configuration).v1GetSatellitePotentials(requestParameters.satelliteTargetId, requestParameters.until, requestParameters.from, requestParameters.includeWeather, options).then((request) => request(this.axios, this.basePath));
|
|
3711
4219
|
}
|
|
3712
4220
|
/**
|
|
3713
4221
|
* Get a satellite target that the OurSky platform can currently track by id.
|
|
3714
4222
|
* @param {DefaultApiV1GetSatelliteTargetRequest} requestParameters Request parameters.
|
|
3715
4223
|
* @param {*} [options] Override http request option.
|
|
3716
4224
|
* @throws {RequiredError}
|
|
3717
|
-
* @memberof DefaultApi
|
|
3718
4225
|
*/
|
|
3719
4226
|
v1GetSatelliteTarget(requestParameters, options) {
|
|
3720
4227
|
return DefaultApiFp(this.configuration).v1GetSatelliteTarget(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3724,7 +4231,6 @@ export class DefaultApi extends BaseAPI {
|
|
|
3724
4231
|
* @param {DefaultApiV1GetSatelliteTargetsRequest} requestParameters Request parameters.
|
|
3725
4232
|
* @param {*} [options] Override http request option.
|
|
3726
4233
|
* @throws {RequiredError}
|
|
3727
|
-
* @memberof DefaultApi
|
|
3728
4234
|
*/
|
|
3729
4235
|
v1GetSatelliteTargets(requestParameters = {}, options) {
|
|
3730
4236
|
return DefaultApiFp(this.configuration).v1GetSatelliteTargets(requestParameters.offset, requestParameters.limit, requestParameters.orbitType, requestParameters.noradId, requestParameters.publicTargets, requestParameters.privateTargets, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3734,7 +4240,6 @@ export class DefaultApi extends BaseAPI {
|
|
|
3734
4240
|
* @param {DefaultApiV1GetSearchInstructionsRequest} requestParameters Request parameters.
|
|
3735
4241
|
* @param {*} [options] Override http request option.
|
|
3736
4242
|
* @throws {RequiredError}
|
|
3737
|
-
* @memberof DefaultApi
|
|
3738
4243
|
*/
|
|
3739
4244
|
v1GetSearchInstructions(requestParameters = {}, options) {
|
|
3740
4245
|
return DefaultApiFp(this.configuration).v1GetSearchInstructions(requestParameters.before, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3744,7 +4249,6 @@ export class DefaultApi extends BaseAPI {
|
|
|
3744
4249
|
* @param {DefaultApiV1GetStateVectorsRequest} requestParameters Request parameters.
|
|
3745
4250
|
* @param {*} [options] Override http request option.
|
|
3746
4251
|
* @throws {RequiredError}
|
|
3747
|
-
* @memberof DefaultApi
|
|
3748
4252
|
*/
|
|
3749
4253
|
v1GetStateVectors(requestParameters, options) {
|
|
3750
4254
|
return DefaultApiFp(this.configuration).v1GetStateVectors(requestParameters.targetId, requestParameters.before, requestParameters.after, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3754,7 +4258,6 @@ export class DefaultApi extends BaseAPI {
|
|
|
3754
4258
|
* @param {DefaultApiV1GetSurveyInstructionsRequest} requestParameters Request parameters.
|
|
3755
4259
|
* @param {*} [options] Override http request option.
|
|
3756
4260
|
* @throws {RequiredError}
|
|
3757
|
-
* @memberof DefaultApi
|
|
3758
4261
|
*/
|
|
3759
4262
|
v1GetSurveyInstructions(requestParameters = {}, options) {
|
|
3760
4263
|
return DefaultApiFp(this.configuration).v1GetSurveyInstructions(requestParameters.before, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3764,7 +4267,6 @@ export class DefaultApi extends BaseAPI {
|
|
|
3764
4267
|
* @param {DefaultApiV1GetTdmRequest} requestParameters Request parameters.
|
|
3765
4268
|
* @param {*} [options] Override http request option.
|
|
3766
4269
|
* @throws {RequiredError}
|
|
3767
|
-
* @memberof DefaultApi
|
|
3768
4270
|
*/
|
|
3769
4271
|
v1GetTdm(requestParameters, options) {
|
|
3770
4272
|
return DefaultApiFp(this.configuration).v1GetTdm(requestParameters.tdmId, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3774,7 +4276,6 @@ export class DefaultApi extends BaseAPI {
|
|
|
3774
4276
|
* @param {DefaultApiV1GetTdmsRequest} requestParameters Request parameters.
|
|
3775
4277
|
* @param {*} [options] Override http request option.
|
|
3776
4278
|
* @throws {RequiredError}
|
|
3777
|
-
* @memberof DefaultApi
|
|
3778
4279
|
*/
|
|
3779
4280
|
v1GetTdms(requestParameters = {}, options) {
|
|
3780
4281
|
return DefaultApiFp(this.configuration).v1GetTdms(requestParameters.targetId, requestParameters.after, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3783,7 +4284,6 @@ export class DefaultApi extends BaseAPI {
|
|
|
3783
4284
|
* Get webhook configurations.
|
|
3784
4285
|
* @param {*} [options] Override http request option.
|
|
3785
4286
|
* @throws {RequiredError}
|
|
3786
|
-
* @memberof DefaultApi
|
|
3787
4287
|
*/
|
|
3788
4288
|
v1GetWebhookConfigurations(options) {
|
|
3789
4289
|
return DefaultApiFp(this.configuration).v1GetWebhookConfigurations(options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3793,7 +4293,6 @@ export class DefaultApi extends BaseAPI {
|
|
|
3793
4293
|
* @param {DefaultApiV1GetWebhookLogsRequest} requestParameters Request parameters.
|
|
3794
4294
|
* @param {*} [options] Override http request option.
|
|
3795
4295
|
* @throws {RequiredError}
|
|
3796
|
-
* @memberof DefaultApi
|
|
3797
4296
|
*/
|
|
3798
4297
|
v1GetWebhookLogs(requestParameters, options) {
|
|
3799
4298
|
return DefaultApiFp(this.configuration).v1GetWebhookLogs(requestParameters.webhookId, requestParameters.limit, requestParameters.offset, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3803,7 +4302,6 @@ export class DefaultApi extends BaseAPI {
|
|
|
3803
4302
|
* @param {DefaultApiV1PutOrbitProviderTLEOrbitRequest} requestParameters Request parameters.
|
|
3804
4303
|
* @param {*} [options] Override http request option.
|
|
3805
4304
|
* @throws {RequiredError}
|
|
3806
|
-
* @memberof DefaultApi
|
|
3807
4305
|
*/
|
|
3808
4306
|
v1PutOrbitProviderTLEOrbit(requestParameters, options) {
|
|
3809
4307
|
return DefaultApiFp(this.configuration).v1PutOrbitProviderTLEOrbit(requestParameters.v1PutOrbitProviderTLERequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3813,7 +4311,6 @@ export class DefaultApi extends BaseAPI {
|
|
|
3813
4311
|
* @param {DefaultApiV1UpdateEmailConfigurationRequest} requestParameters Request parameters.
|
|
3814
4312
|
* @param {*} [options] Override http request option.
|
|
3815
4313
|
* @throws {RequiredError}
|
|
3816
|
-
* @memberof DefaultApi
|
|
3817
4314
|
*/
|
|
3818
4315
|
v1UpdateEmailConfiguration(requestParameters, options) {
|
|
3819
4316
|
return DefaultApiFp(this.configuration).v1UpdateEmailConfiguration(requestParameters.v1UpdateEmailConfigurationRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3823,7 +4320,6 @@ export class DefaultApi extends BaseAPI {
|
|
|
3823
4320
|
* @param {DefaultApiV1UpdateOrganizationTargetRequest} requestParameters Request parameters.
|
|
3824
4321
|
* @param {*} [options] Override http request option.
|
|
3825
4322
|
* @throws {RequiredError}
|
|
3826
|
-
* @memberof DefaultApi
|
|
3827
4323
|
*/
|
|
3828
4324
|
v1UpdateOrganizationTarget(requestParameters, options) {
|
|
3829
4325
|
return DefaultApiFp(this.configuration).v1UpdateOrganizationTarget(requestParameters.v1UpdateOrganizationTargetRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3833,7 +4329,6 @@ export class DefaultApi extends BaseAPI {
|
|
|
3833
4329
|
* @param {DefaultApiV1UpdateSatelliteTargetRequest} requestParameters Request parameters.
|
|
3834
4330
|
* @param {*} [options] Override http request option.
|
|
3835
4331
|
* @throws {RequiredError}
|
|
3836
|
-
* @memberof DefaultApi
|
|
3837
4332
|
*/
|
|
3838
4333
|
v1UpdateSatelliteTarget(requestParameters, options) {
|
|
3839
4334
|
return DefaultApiFp(this.configuration).v1UpdateSatelliteTarget(requestParameters.v1UpdateSatelliteTargetRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3843,27 +4338,24 @@ export class DefaultApi extends BaseAPI {
|
|
|
3843
4338
|
* @param {DefaultApiV1UpdateWebhookConfigurationRequest} requestParameters Request parameters.
|
|
3844
4339
|
* @param {*} [options] Override http request option.
|
|
3845
4340
|
* @throws {RequiredError}
|
|
3846
|
-
* @memberof DefaultApi
|
|
3847
4341
|
*/
|
|
3848
4342
|
v1UpdateWebhookConfiguration(requestParameters, options) {
|
|
3849
4343
|
return DefaultApiFp(this.configuration).v1UpdateWebhookConfiguration(requestParameters.v1UpdateWebhookConfigurationRequest, options).then((request) => request(this.axios, this.basePath));
|
|
3850
4344
|
}
|
|
3851
4345
|
/**
|
|
3852
|
-
* Create a plane scan
|
|
4346
|
+
* Create a plane scan: a 1D search along the target\'s orbital plane, centered on the target\'s predicted anomaly and extending `plusMinusAnomalyAngleDegrees` on either side. Use a plane scan when the target\'s uncertainty is dominated by along-track error. For 3D uncertainty - freshly cataloged targets, post-maneuver reacquisitions, or searches seeded from a raw state vector - use [/v2/search/ric-volumetric](#tag/ric-volumetrics/POST/v2/search/ric-volumetric) instead. Sizing `plusMinusAnomalyAngleDegrees`: for a day-old LEO TLE, 1-3 degrees is typically sufficient; a week-old TLE wants 5-10 degrees. GEO targets can use much smaller values (0.1-0.5 degrees). Returns the created search ID. See a runnable Python example: https://github.com/ourskyai/oursky-examples/tree/main/python-search
|
|
3853
4347
|
* @param {DefaultApiV2CreatePlaneScanRequest} requestParameters Request parameters.
|
|
3854
4348
|
* @param {*} [options] Override http request option.
|
|
3855
4349
|
* @throws {RequiredError}
|
|
3856
|
-
* @memberof DefaultApi
|
|
3857
4350
|
*/
|
|
3858
4351
|
v2CreatePlaneScan(requestParameters, options) {
|
|
3859
4352
|
return DefaultApiFp(this.configuration).v2CreatePlaneScan(requestParameters.v1PlaneScanRequest, options).then((request) => request(this.axios, this.basePath));
|
|
3860
4353
|
}
|
|
3861
4354
|
/**
|
|
3862
|
-
* Create a RIC volume search
|
|
4355
|
+
* Create a RIC volume search: a 3D search covering the target\'s Radial / In-track / Cross-track frame, sized by three independent 3-sigma uncertainty values. Use a RIC volume search when uncertainty is non-trivial in more than just the along-track direction. For along-track-dominated uncertainty, use [/v2/search/plane-scan](#tag/plane-scans/POST/v2/search/plane-scan) instead. Sizing 3-sigma values (LEO starting points): `radial3SigmaMeters` 500, `intrack3SigmaMeters` 10000, `crosstrack3SigmaMeters` 1000. GEO targets can use much smaller values. Returns the created search ID. See a runnable Python example: https://github.com/ourskyai/oursky-examples/tree/main/python-search
|
|
3863
4356
|
* @param {DefaultApiV2CreateRicVolumeSearchRequest} requestParameters Request parameters.
|
|
3864
4357
|
* @param {*} [options] Override http request option.
|
|
3865
4358
|
* @throws {RequiredError}
|
|
3866
|
-
* @memberof DefaultApi
|
|
3867
4359
|
*/
|
|
3868
4360
|
v2CreateRicVolumeSearch(requestParameters, options) {
|
|
3869
4361
|
return DefaultApiFp(this.configuration).v2CreateRicVolumeSearch(requestParameters.v1RicVolumeSearchRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3873,7 +4365,6 @@ export class DefaultApi extends BaseAPI {
|
|
|
3873
4365
|
* @param {DefaultApiV2DeletePlaneScanRequest} requestParameters Request parameters.
|
|
3874
4366
|
* @param {*} [options] Override http request option.
|
|
3875
4367
|
* @throws {RequiredError}
|
|
3876
|
-
* @memberof DefaultApi
|
|
3877
4368
|
*/
|
|
3878
4369
|
v2DeletePlaneScan(requestParameters, options) {
|
|
3879
4370
|
return DefaultApiFp(this.configuration).v2DeletePlaneScan(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3883,7 +4374,6 @@ export class DefaultApi extends BaseAPI {
|
|
|
3883
4374
|
* @param {DefaultApiV2DeleteRicVolumeSearchRequest} requestParameters Request parameters.
|
|
3884
4375
|
* @param {*} [options] Override http request option.
|
|
3885
4376
|
* @throws {RequiredError}
|
|
3886
|
-
* @memberof DefaultApi
|
|
3887
4377
|
*/
|
|
3888
4378
|
v2DeleteRicVolumeSearch(requestParameters, options) {
|
|
3889
4379
|
return DefaultApiFp(this.configuration).v2DeleteRicVolumeSearch(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3893,7 +4383,6 @@ export class DefaultApi extends BaseAPI {
|
|
|
3893
4383
|
* @param {DefaultApiV2GetSearchRequest} requestParameters Request parameters.
|
|
3894
4384
|
* @param {*} [options] Override http request option.
|
|
3895
4385
|
* @throws {RequiredError}
|
|
3896
|
-
* @memberof DefaultApi
|
|
3897
4386
|
*/
|
|
3898
4387
|
v2GetSearch(requestParameters, options) {
|
|
3899
4388
|
return DefaultApiFp(this.configuration).v2GetSearch(requestParameters.searchId, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3903,15 +4392,11 @@ export class DefaultApi extends BaseAPI {
|
|
|
3903
4392
|
* @param {DefaultApiV2GetSearchesRequest} requestParameters Request parameters.
|
|
3904
4393
|
* @param {*} [options] Override http request option.
|
|
3905
4394
|
* @throws {RequiredError}
|
|
3906
|
-
* @memberof DefaultApi
|
|
3907
4395
|
*/
|
|
3908
4396
|
v2GetSearches(requestParameters = {}, options) {
|
|
3909
4397
|
return DefaultApiFp(this.configuration).v2GetSearches(requestParameters.after, requestParameters.status, options).then((request) => request(this.axios, this.basePath));
|
|
3910
4398
|
}
|
|
3911
4399
|
}
|
|
3912
|
-
/**
|
|
3913
|
-
* @export
|
|
3914
|
-
*/
|
|
3915
4400
|
export const V2GetSearchesStatusEnum = {
|
|
3916
4401
|
COMPLETED: 'COMPLETED',
|
|
3917
4402
|
IN_PROGRESS: 'IN_PROGRESS',
|