@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/api.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* OurSky SDA
|
|
6
6
|
* 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.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.4.118
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -22,18 +22,13 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
22
22
|
});
|
|
23
23
|
};
|
|
24
24
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
|
-
exports.V2GetSearchesStatusEnum = exports.DefaultApi = exports.DefaultApiFactory = exports.DefaultApiFp = exports.DefaultApiAxiosParamCreator = exports.WebhookEvent = exports.WebhookAuthType = exports.WeatherCondition = exports.V1StateVectorReferenceFrameEnum = exports.V1SatelliteCalibrationFamily = exports.V1PlateSolveStatus = exports.V1ImageRejectionReason = exports.V1ImageFileType = exports.V1BlackoutVolumeRequestReferenceFrameEnum = exports.TrackingType = exports.ShutterType = exports.SearchCompletedReason = exports.SatelliteTargetTrackingStatus = exports.OrbitType = exports.ObservationState = exports.MountType = exports.ImageSetType = exports.FilterType = void 0;
|
|
25
|
+
exports.V2GetSearchesStatusEnum = exports.DefaultApi = exports.DefaultApiFactory = exports.DefaultApiFp = exports.DefaultApiAxiosParamCreator = exports.WebhookEvent = exports.WebhookAuthType = exports.WeatherCondition = exports.V1StateVectorReferenceFrameEnum = exports.V1SharpeningMethod = exports.V1SatelliteCalibrationFamily = exports.V1PlateSolveStatus = exports.V1PassStage = exports.V1ImageRejectionReason = exports.V1ImageFileType = exports.V1BlackoutVolumeRequestReferenceFrameEnum = exports.V1AllSkyPredictionLabel = exports.TrackingType = exports.ShutterType = exports.SearchCompletedReason = exports.SatelliteTargetTrackingStatus = exports.OrbitType = exports.ObservationState = exports.MountType = exports.MountGeometry = exports.ImageSetType = exports.FilterType = void 0;
|
|
26
26
|
const axios_1 = require("axios");
|
|
27
27
|
// Some imports not used depending on template conditions
|
|
28
28
|
// @ts-ignore
|
|
29
29
|
const common_1 = require("./common");
|
|
30
30
|
// @ts-ignore
|
|
31
31
|
const base_1 = require("./base");
|
|
32
|
-
/**
|
|
33
|
-
*
|
|
34
|
-
* @export
|
|
35
|
-
* @enum {string}
|
|
36
|
-
*/
|
|
37
32
|
exports.FilterType = {
|
|
38
33
|
NONE: 'NONE',
|
|
39
34
|
RED: 'RED',
|
|
@@ -63,32 +58,25 @@ exports.FilterType = {
|
|
|
63
58
|
DARK: 'DARK',
|
|
64
59
|
OTHER: 'OTHER'
|
|
65
60
|
};
|
|
66
|
-
/**
|
|
67
|
-
*
|
|
68
|
-
* @export
|
|
69
|
-
* @enum {string}
|
|
70
|
-
*/
|
|
71
61
|
exports.ImageSetType = {
|
|
72
62
|
ASTRONOMICAL: 'ASTRONOMICAL',
|
|
73
63
|
EARTH_ORBITAL: 'EARTH_ORBITAL',
|
|
74
64
|
GNSS_CALIBRATION: 'GNSS_CALIBRATION',
|
|
75
65
|
SATELLITE_CALIBRATION: 'SATELLITE_CALIBRATION',
|
|
76
|
-
|
|
66
|
+
WAVEFRONT_SENSOR_FACTORY_CALIBRATION: 'WAVEFRONT_SENSOR_FACTORY_CALIBRATION',
|
|
67
|
+
ALL_SKY: 'ALL_SKY',
|
|
68
|
+
THERMAL: 'THERMAL',
|
|
69
|
+
STACKED_ASTRONOMICAL: 'STACKED_ASTRONOMICAL',
|
|
70
|
+
TERRESTRIAL_DOWNLINK: 'TERRESTRIAL_DOWNLINK'
|
|
71
|
+
};
|
|
72
|
+
exports.MountGeometry = {
|
|
73
|
+
ALT_AZ: 'ALT_AZ',
|
|
74
|
+
EQUATORIAL: 'EQUATORIAL'
|
|
77
75
|
};
|
|
78
|
-
/**
|
|
79
|
-
*
|
|
80
|
-
* @export
|
|
81
|
-
* @enum {string}
|
|
82
|
-
*/
|
|
83
76
|
exports.MountType = {
|
|
84
77
|
ALT_AZ: 'ALT_AZ',
|
|
85
78
|
EQUITORIAL: 'EQUITORIAL'
|
|
86
79
|
};
|
|
87
|
-
/**
|
|
88
|
-
*
|
|
89
|
-
* @export
|
|
90
|
-
* @enum {string}
|
|
91
|
-
*/
|
|
92
80
|
exports.ObservationState = {
|
|
93
81
|
PENDING: 'PENDING',
|
|
94
82
|
UNDERWAY: 'UNDERWAY',
|
|
@@ -96,11 +84,6 @@ exports.ObservationState = {
|
|
|
96
84
|
FAILED: 'FAILED',
|
|
97
85
|
EXPIRED: 'EXPIRED'
|
|
98
86
|
};
|
|
99
|
-
/**
|
|
100
|
-
*
|
|
101
|
-
* @export
|
|
102
|
-
* @enum {string}
|
|
103
|
-
*/
|
|
104
87
|
exports.OrbitType = {
|
|
105
88
|
GEOSTATIONARY: 'GEOSTATIONARY',
|
|
106
89
|
GEOSYNCHRONOUS: 'GEOSYNCHRONOUS',
|
|
@@ -121,11 +104,6 @@ exports.OrbitType = {
|
|
|
121
104
|
NSO: 'NSO',
|
|
122
105
|
UFO: 'UFO'
|
|
123
106
|
};
|
|
124
|
-
/**
|
|
125
|
-
*
|
|
126
|
-
* @export
|
|
127
|
-
* @enum {string}
|
|
128
|
-
*/
|
|
129
107
|
exports.SatelliteTargetTrackingStatus = {
|
|
130
108
|
ACTIVE: 'ACTIVE',
|
|
131
109
|
INACTIVE: 'INACTIVE',
|
|
@@ -133,52 +111,38 @@ exports.SatelliteTargetTrackingStatus = {
|
|
|
133
111
|
};
|
|
134
112
|
/**
|
|
135
113
|
* The reason a search was completed.
|
|
136
|
-
* @export
|
|
137
|
-
* @enum {string}
|
|
138
114
|
*/
|
|
139
115
|
exports.SearchCompletedReason = {
|
|
140
116
|
ALL_HYPOTHESES_TESTED: 'ALL_HYPOTHESES_TESTED',
|
|
141
117
|
FOUND_TARGET: 'FOUND_TARGET',
|
|
142
118
|
CANCELLED: 'CANCELLED',
|
|
143
|
-
FAILED: 'FAILED'
|
|
119
|
+
FAILED: 'FAILED',
|
|
120
|
+
UNDERWAY: 'UNDERWAY'
|
|
144
121
|
};
|
|
145
|
-
/**
|
|
146
|
-
*
|
|
147
|
-
* @export
|
|
148
|
-
* @enum {string}
|
|
149
|
-
*/
|
|
150
122
|
exports.ShutterType = {
|
|
151
123
|
ROLLING: 'ROLLING',
|
|
152
124
|
GLOBAL: 'GLOBAL'
|
|
153
125
|
};
|
|
154
|
-
/**
|
|
155
|
-
*
|
|
156
|
-
* @export
|
|
157
|
-
* @enum {string}
|
|
158
|
-
*/
|
|
159
126
|
exports.TrackingType = {
|
|
160
127
|
SIDEREAL: 'SIDEREAL',
|
|
161
128
|
TARGET_RATE: 'TARGET_RATE',
|
|
162
129
|
NONE: 'NONE'
|
|
163
130
|
};
|
|
131
|
+
exports.V1AllSkyPredictionLabel = {
|
|
132
|
+
CLEAR: 'CLEAR',
|
|
133
|
+
LIGHT_CLOUDS: 'LIGHT_CLOUDS',
|
|
134
|
+
HEAVY_CLOUDS: 'HEAVY_CLOUDS',
|
|
135
|
+
PRECIPITATION: 'PRECIPITATION',
|
|
136
|
+
UNKNOWN: 'UNKNOWN'
|
|
137
|
+
};
|
|
164
138
|
exports.V1BlackoutVolumeRequestReferenceFrameEnum = {
|
|
165
139
|
ECI_J2000: 'ECI_J2000',
|
|
166
140
|
ECEF: 'ECEF'
|
|
167
141
|
};
|
|
168
|
-
/**
|
|
169
|
-
*
|
|
170
|
-
* @export
|
|
171
|
-
* @enum {string}
|
|
172
|
-
*/
|
|
173
142
|
exports.V1ImageFileType = {
|
|
174
143
|
FITS: 'FITS',
|
|
175
144
|
JPG: 'JPG'
|
|
176
145
|
};
|
|
177
|
-
/**
|
|
178
|
-
*
|
|
179
|
-
* @export
|
|
180
|
-
* @enum {string}
|
|
181
|
-
*/
|
|
182
146
|
exports.V1ImageRejectionReason = {
|
|
183
147
|
TARGET_NOT_FOUND: 'TARGET_NOT_FOUND',
|
|
184
148
|
RATE_TARGET_NOT_FOUND: 'RATE_TARGET_NOT_FOUND',
|
|
@@ -205,37 +169,34 @@ exports.V1ImageRejectionReason = {
|
|
|
205
169
|
SAVE_FAILURE: 'SAVE_FAILURE',
|
|
206
170
|
RATE_CATALOG_COMPARE_ERROR: 'RATE_CATALOG_COMPARE_ERROR',
|
|
207
171
|
MISSING_IMG_WIDTH_HEADER: 'MISSING_IMG_WIDTH_HEADER',
|
|
172
|
+
CALIBRATION_FAILURE: 'CALIBRATION_FAILURE',
|
|
173
|
+
HOT_PIXEL_REMOVAL_FAILURE: 'HOT_PIXEL_REMOVAL_FAILURE',
|
|
174
|
+
PIPELINE_TIMEOUT: 'PIPELINE_TIMEOUT',
|
|
208
175
|
UNKNOWN_ERROR: 'UNKNOWN_ERROR'
|
|
209
176
|
};
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
177
|
+
exports.V1PassStage = {
|
|
178
|
+
RISING: 'rising',
|
|
179
|
+
PEAK: 'peak',
|
|
180
|
+
FALLING: 'falling'
|
|
181
|
+
};
|
|
215
182
|
exports.V1PlateSolveStatus = {
|
|
216
183
|
MATCH_FOUND: 'MATCH_FOUND',
|
|
217
184
|
NO_MATCH_FOUND: 'NO_MATCH_FOUND',
|
|
218
185
|
CANCELLED: 'CANCELLED'
|
|
219
186
|
};
|
|
220
|
-
/**
|
|
221
|
-
*
|
|
222
|
-
* @export
|
|
223
|
-
* @enum {string}
|
|
224
|
-
*/
|
|
225
187
|
exports.V1SatelliteCalibrationFamily = {
|
|
226
188
|
GPS: 'GPS',
|
|
227
189
|
ILRS: 'ILRS',
|
|
228
190
|
SWARM: 'SWARM'
|
|
229
191
|
};
|
|
192
|
+
exports.V1SharpeningMethod = {
|
|
193
|
+
DETAIL: 'detail',
|
|
194
|
+
UNSHARP_MASK: 'unsharp_mask'
|
|
195
|
+
};
|
|
230
196
|
exports.V1StateVectorReferenceFrameEnum = {
|
|
231
197
|
ECI_J2000: 'ECI_J2000',
|
|
232
198
|
ECEF: 'ECEF'
|
|
233
199
|
};
|
|
234
|
-
/**
|
|
235
|
-
*
|
|
236
|
-
* @export
|
|
237
|
-
* @enum {string}
|
|
238
|
-
*/
|
|
239
200
|
exports.WeatherCondition = {
|
|
240
201
|
THUNDERSTORM: 'THUNDERSTORM',
|
|
241
202
|
DRIZZLE: 'DRIZZLE',
|
|
@@ -247,8 +208,6 @@ exports.WeatherCondition = {
|
|
|
247
208
|
};
|
|
248
209
|
/**
|
|
249
210
|
* Authorization mechanism required for webhook endpoint, if any. Use `NONE` if not required.
|
|
250
|
-
* @export
|
|
251
|
-
* @enum {string}
|
|
252
211
|
*/
|
|
253
212
|
exports.WebhookAuthType = {
|
|
254
213
|
NONE: 'NONE',
|
|
@@ -257,8 +216,6 @@ exports.WebhookAuthType = {
|
|
|
257
216
|
};
|
|
258
217
|
/**
|
|
259
218
|
* Webhook events that can be subscribed to. For `EO_OBSERVATION` events, please refer to the Unified Data Library for the full schema.
|
|
260
|
-
* @export
|
|
261
|
-
* @enum {string}
|
|
262
219
|
*/
|
|
263
220
|
exports.WebhookEvent = {
|
|
264
221
|
V1_TDM_CREATED: 'V1_TDM_CREATED',
|
|
@@ -278,7 +235,6 @@ exports.WebhookEvent = {
|
|
|
278
235
|
};
|
|
279
236
|
/**
|
|
280
237
|
* DefaultApi - axios parameter creator
|
|
281
|
-
* @export
|
|
282
238
|
*/
|
|
283
239
|
const DefaultApiAxiosParamCreator = function (configuration) {
|
|
284
240
|
return {
|
|
@@ -289,7 +245,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
289
245
|
* @param {*} [options] Override http request option.
|
|
290
246
|
* @throws {RequiredError}
|
|
291
247
|
*/
|
|
292
|
-
getUncorrelatedTracks: (
|
|
248
|
+
getUncorrelatedTracks: (after_1, ...args_1) => __awaiter(this, [after_1, ...args_1], void 0, function* (after, options = {}) {
|
|
293
249
|
const localVarPath = `/v1/uncorrelated-tracks`;
|
|
294
250
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
295
251
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -309,6 +265,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
309
265
|
after.toISOString() :
|
|
310
266
|
after;
|
|
311
267
|
}
|
|
268
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
312
269
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
313
270
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
314
271
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -323,7 +280,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
323
280
|
* @param {*} [options] Override http request option.
|
|
324
281
|
* @throws {RequiredError}
|
|
325
282
|
*/
|
|
326
|
-
v1CreateBlackoutVolume: (
|
|
283
|
+
v1CreateBlackoutVolume: (v1BlackoutVolumeRequest_1, ...args_1) => __awaiter(this, [v1BlackoutVolumeRequest_1, ...args_1], void 0, function* (v1BlackoutVolumeRequest, options = {}) {
|
|
327
284
|
// verify required parameter 'v1BlackoutVolumeRequest' is not null or undefined
|
|
328
285
|
(0, common_1.assertParamExists)('v1CreateBlackoutVolume', 'v1BlackoutVolumeRequest', v1BlackoutVolumeRequest);
|
|
329
286
|
const localVarPath = `/v2/search/blackout-volume`;
|
|
@@ -341,6 +298,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
341
298
|
// http bearer authentication required
|
|
342
299
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
343
300
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
301
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
344
302
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
345
303
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
346
304
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -356,7 +314,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
356
314
|
* @param {*} [options] Override http request option.
|
|
357
315
|
* @throws {RequiredError}
|
|
358
316
|
*/
|
|
359
|
-
v1CreateDirectTaskInstruction: (
|
|
317
|
+
v1CreateDirectTaskInstruction: (v1CreateDirectTaskInstructionRequest_1, ...args_1) => __awaiter(this, [v1CreateDirectTaskInstructionRequest_1, ...args_1], void 0, function* (v1CreateDirectTaskInstructionRequest, options = {}) {
|
|
360
318
|
// verify required parameter 'v1CreateDirectTaskInstructionRequest' is not null or undefined
|
|
361
319
|
(0, common_1.assertParamExists)('v1CreateDirectTaskInstruction', 'v1CreateDirectTaskInstructionRequest', v1CreateDirectTaskInstructionRequest);
|
|
362
320
|
const localVarPath = `/v1/direct-task-instruction`;
|
|
@@ -374,6 +332,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
374
332
|
// http bearer authentication required
|
|
375
333
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
376
334
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
335
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
377
336
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
378
337
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
379
338
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -383,13 +342,53 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
383
342
|
options: localVarRequestOptions,
|
|
384
343
|
};
|
|
385
344
|
}),
|
|
345
|
+
/**
|
|
346
|
+
* Create metadata about an image by image id. This includes plate solve results
|
|
347
|
+
* @param {string} imageId
|
|
348
|
+
* @param {V1CreateImageMetadataRequest} v1CreateImageMetadataRequest
|
|
349
|
+
* @param {*} [options] Override http request option.
|
|
350
|
+
* @throws {RequiredError}
|
|
351
|
+
*/
|
|
352
|
+
v1CreateImageMetadata: (imageId_1, v1CreateImageMetadataRequest_1, ...args_1) => __awaiter(this, [imageId_1, v1CreateImageMetadataRequest_1, ...args_1], void 0, function* (imageId, v1CreateImageMetadataRequest, options = {}) {
|
|
353
|
+
// verify required parameter 'imageId' is not null or undefined
|
|
354
|
+
(0, common_1.assertParamExists)('v1CreateImageMetadata', 'imageId', imageId);
|
|
355
|
+
// verify required parameter 'v1CreateImageMetadataRequest' is not null or undefined
|
|
356
|
+
(0, common_1.assertParamExists)('v1CreateImageMetadata', 'v1CreateImageMetadataRequest', v1CreateImageMetadataRequest);
|
|
357
|
+
const localVarPath = `/v1/image-metadata`;
|
|
358
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
359
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
360
|
+
let baseOptions;
|
|
361
|
+
if (configuration) {
|
|
362
|
+
baseOptions = configuration.baseOptions;
|
|
363
|
+
}
|
|
364
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
365
|
+
const localVarHeaderParameter = {};
|
|
366
|
+
const localVarQueryParameter = {};
|
|
367
|
+
// authentication Roles required
|
|
368
|
+
// authentication BearerToken required
|
|
369
|
+
// http bearer authentication required
|
|
370
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
371
|
+
if (imageId !== undefined) {
|
|
372
|
+
localVarQueryParameter['imageId'] = imageId;
|
|
373
|
+
}
|
|
374
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
375
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
376
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
377
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
378
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
379
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(v1CreateImageMetadataRequest, localVarRequestOptions, configuration);
|
|
380
|
+
return {
|
|
381
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
382
|
+
options: localVarRequestOptions,
|
|
383
|
+
};
|
|
384
|
+
}),
|
|
386
385
|
/**
|
|
387
386
|
* Create an image set.
|
|
388
387
|
* @param {V1CreateImageSetRequest} v1CreateImageSetRequest
|
|
389
388
|
* @param {*} [options] Override http request option.
|
|
390
389
|
* @throws {RequiredError}
|
|
391
390
|
*/
|
|
392
|
-
v1CreateImageSet: (
|
|
391
|
+
v1CreateImageSet: (v1CreateImageSetRequest_1, ...args_1) => __awaiter(this, [v1CreateImageSetRequest_1, ...args_1], void 0, function* (v1CreateImageSetRequest, options = {}) {
|
|
393
392
|
// verify required parameter 'v1CreateImageSetRequest' is not null or undefined
|
|
394
393
|
(0, common_1.assertParamExists)('v1CreateImageSet', 'v1CreateImageSetRequest', v1CreateImageSetRequest);
|
|
395
394
|
const localVarPath = `/v1/image-set`;
|
|
@@ -407,6 +406,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
407
406
|
// http bearer authentication required
|
|
408
407
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
409
408
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
409
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
410
410
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
411
411
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
412
412
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -422,7 +422,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
422
422
|
* @param {*} [options] Override http request option.
|
|
423
423
|
* @throws {RequiredError}
|
|
424
424
|
*/
|
|
425
|
-
v1CreateImageSetImage: (
|
|
425
|
+
v1CreateImageSetImage: (v1CreateImageSetImageRequest_1, ...args_1) => __awaiter(this, [v1CreateImageSetImageRequest_1, ...args_1], void 0, function* (v1CreateImageSetImageRequest, options = {}) {
|
|
426
426
|
// verify required parameter 'v1CreateImageSetImageRequest' is not null or undefined
|
|
427
427
|
(0, common_1.assertParamExists)('v1CreateImageSetImage', 'v1CreateImageSetImageRequest', v1CreateImageSetImageRequest);
|
|
428
428
|
const localVarPath = `/v1/image-set-image`;
|
|
@@ -440,6 +440,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
440
440
|
// http bearer authentication required
|
|
441
441
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
442
442
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
443
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
443
444
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
444
445
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
445
446
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -455,7 +456,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
455
456
|
* @param {*} [options] Override http request option.
|
|
456
457
|
* @throws {RequiredError}
|
|
457
458
|
*/
|
|
458
|
-
v1CreateOrganizationTarget: (
|
|
459
|
+
v1CreateOrganizationTarget: (v1CreateOrganizationTargetRequest_1, ...args_1) => __awaiter(this, [v1CreateOrganizationTargetRequest_1, ...args_1], void 0, function* (v1CreateOrganizationTargetRequest, options = {}) {
|
|
459
460
|
// verify required parameter 'v1CreateOrganizationTargetRequest' is not null or undefined
|
|
460
461
|
(0, common_1.assertParamExists)('v1CreateOrganizationTarget', 'v1CreateOrganizationTargetRequest', v1CreateOrganizationTargetRequest);
|
|
461
462
|
const localVarPath = `/v1/organization-target`;
|
|
@@ -473,6 +474,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
473
474
|
// http bearer authentication required
|
|
474
475
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
475
476
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
477
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
476
478
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
477
479
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
478
480
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -488,7 +490,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
488
490
|
* @param {*} [options] Override http request option.
|
|
489
491
|
* @throws {RequiredError}
|
|
490
492
|
*/
|
|
491
|
-
v1CreateSatelliteTarget: (
|
|
493
|
+
v1CreateSatelliteTarget: (v1CreateSatelliteTargetRequest_1, ...args_1) => __awaiter(this, [v1CreateSatelliteTargetRequest_1, ...args_1], void 0, function* (v1CreateSatelliteTargetRequest, options = {}) {
|
|
492
494
|
// verify required parameter 'v1CreateSatelliteTargetRequest' is not null or undefined
|
|
493
495
|
(0, common_1.assertParamExists)('v1CreateSatelliteTarget', 'v1CreateSatelliteTargetRequest', v1CreateSatelliteTargetRequest);
|
|
494
496
|
const localVarPath = `/v1/satellite-target`;
|
|
@@ -506,6 +508,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
506
508
|
// http bearer authentication required
|
|
507
509
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
508
510
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
511
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
509
512
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
510
513
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
511
514
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -522,7 +525,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
522
525
|
* @deprecated
|
|
523
526
|
* @throws {RequiredError}
|
|
524
527
|
*/
|
|
525
|
-
v1CreateSearchInstruction: (
|
|
528
|
+
v1CreateSearchInstruction: (v1CreateSearchInstructionRequest_1, ...args_1) => __awaiter(this, [v1CreateSearchInstructionRequest_1, ...args_1], void 0, function* (v1CreateSearchInstructionRequest, options = {}) {
|
|
526
529
|
// verify required parameter 'v1CreateSearchInstructionRequest' is not null or undefined
|
|
527
530
|
(0, common_1.assertParamExists)('v1CreateSearchInstruction', 'v1CreateSearchInstructionRequest', v1CreateSearchInstructionRequest);
|
|
528
531
|
const localVarPath = `/v1/search-instruction`;
|
|
@@ -540,6 +543,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
540
543
|
// http bearer authentication required
|
|
541
544
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
542
545
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
546
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
543
547
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
544
548
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
545
549
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -555,7 +559,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
555
559
|
* @param {*} [options] Override http request option.
|
|
556
560
|
* @throws {RequiredError}
|
|
557
561
|
*/
|
|
558
|
-
v1CreateSurveyInstruction: (
|
|
562
|
+
v1CreateSurveyInstruction: (v1CreateSurveyInstructionRequest_1, ...args_1) => __awaiter(this, [v1CreateSurveyInstructionRequest_1, ...args_1], void 0, function* (v1CreateSurveyInstructionRequest, options = {}) {
|
|
559
563
|
// verify required parameter 'v1CreateSurveyInstructionRequest' is not null or undefined
|
|
560
564
|
(0, common_1.assertParamExists)('v1CreateSurveyInstruction', 'v1CreateSurveyInstructionRequest', v1CreateSurveyInstructionRequest);
|
|
561
565
|
const localVarPath = `/v1/survey-instruction`;
|
|
@@ -573,6 +577,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
573
577
|
// http bearer authentication required
|
|
574
578
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
575
579
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
580
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
576
581
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
577
582
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
578
583
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -588,7 +593,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
588
593
|
* @param {*} [options] Override http request option.
|
|
589
594
|
* @throws {RequiredError}
|
|
590
595
|
*/
|
|
591
|
-
v1CreateWebhookConfiguration: (
|
|
596
|
+
v1CreateWebhookConfiguration: (v1CreateWebhookConfigurationRequest_1, ...args_1) => __awaiter(this, [v1CreateWebhookConfigurationRequest_1, ...args_1], void 0, function* (v1CreateWebhookConfigurationRequest, options = {}) {
|
|
592
597
|
// verify required parameter 'v1CreateWebhookConfigurationRequest' is not null or undefined
|
|
593
598
|
(0, common_1.assertParamExists)('v1CreateWebhookConfiguration', 'v1CreateWebhookConfigurationRequest', v1CreateWebhookConfigurationRequest);
|
|
594
599
|
const localVarPath = `/v1/communications/webhook`;
|
|
@@ -606,6 +611,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
606
611
|
// http bearer authentication required
|
|
607
612
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
608
613
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
614
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
609
615
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
610
616
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
611
617
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -621,7 +627,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
621
627
|
* @param {*} [options] Override http request option.
|
|
622
628
|
* @throws {RequiredError}
|
|
623
629
|
*/
|
|
624
|
-
v1CreateWebhookTest: (
|
|
630
|
+
v1CreateWebhookTest: (v1CreateWebhookTestRequest_1, ...args_1) => __awaiter(this, [v1CreateWebhookTestRequest_1, ...args_1], void 0, function* (v1CreateWebhookTestRequest, options = {}) {
|
|
625
631
|
// verify required parameter 'v1CreateWebhookTestRequest' is not null or undefined
|
|
626
632
|
(0, common_1.assertParamExists)('v1CreateWebhookTest', 'v1CreateWebhookTestRequest', v1CreateWebhookTestRequest);
|
|
627
633
|
const localVarPath = `/v1/communications/webhook-test`;
|
|
@@ -639,6 +645,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
639
645
|
// http bearer authentication required
|
|
640
646
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
641
647
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
648
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
642
649
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
643
650
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
644
651
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -654,7 +661,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
654
661
|
* @param {*} [options] Override http request option.
|
|
655
662
|
* @throws {RequiredError}
|
|
656
663
|
*/
|
|
657
|
-
v1DeleteBlackoutVolume: (
|
|
664
|
+
v1DeleteBlackoutVolume: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
658
665
|
// verify required parameter 'id' is not null or undefined
|
|
659
666
|
(0, common_1.assertParamExists)('v1DeleteBlackoutVolume', 'id', id);
|
|
660
667
|
const localVarPath = `/v2/search/blackout-volume`;
|
|
@@ -674,6 +681,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
674
681
|
if (id !== undefined) {
|
|
675
682
|
localVarQueryParameter['id'] = id;
|
|
676
683
|
}
|
|
684
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
677
685
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
678
686
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
679
687
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -688,7 +696,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
688
696
|
* @param {*} [options] Override http request option.
|
|
689
697
|
* @throws {RequiredError}
|
|
690
698
|
*/
|
|
691
|
-
v1DeleteDirectTaskInstruction: (
|
|
699
|
+
v1DeleteDirectTaskInstruction: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
692
700
|
// verify required parameter 'id' is not null or undefined
|
|
693
701
|
(0, common_1.assertParamExists)('v1DeleteDirectTaskInstruction', 'id', id);
|
|
694
702
|
const localVarPath = `/v1/direct-task-instruction`;
|
|
@@ -708,6 +716,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
708
716
|
if (id !== undefined) {
|
|
709
717
|
localVarQueryParameter['id'] = id;
|
|
710
718
|
}
|
|
719
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
711
720
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
712
721
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
713
722
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -722,7 +731,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
722
731
|
* @param {*} [options] Override http request option.
|
|
723
732
|
* @throws {RequiredError}
|
|
724
733
|
*/
|
|
725
|
-
v1DeleteImageSet: (
|
|
734
|
+
v1DeleteImageSet: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
726
735
|
// verify required parameter 'id' is not null or undefined
|
|
727
736
|
(0, common_1.assertParamExists)('v1DeleteImageSet', 'id', id);
|
|
728
737
|
const localVarPath = `/v1/image-set`;
|
|
@@ -742,6 +751,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
742
751
|
if (id !== undefined) {
|
|
743
752
|
localVarQueryParameter['id'] = id;
|
|
744
753
|
}
|
|
754
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
745
755
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
746
756
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
747
757
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -756,7 +766,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
756
766
|
* @param {*} [options] Override http request option.
|
|
757
767
|
* @throws {RequiredError}
|
|
758
768
|
*/
|
|
759
|
-
v1DeleteImageSetImage: (
|
|
769
|
+
v1DeleteImageSetImage: (imageId_1, ...args_1) => __awaiter(this, [imageId_1, ...args_1], void 0, function* (imageId, options = {}) {
|
|
760
770
|
// verify required parameter 'imageId' is not null or undefined
|
|
761
771
|
(0, common_1.assertParamExists)('v1DeleteImageSetImage', 'imageId', imageId);
|
|
762
772
|
const localVarPath = `/v1/image-set-image`;
|
|
@@ -776,6 +786,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
776
786
|
if (imageId !== undefined) {
|
|
777
787
|
localVarQueryParameter['imageId'] = imageId;
|
|
778
788
|
}
|
|
789
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
779
790
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
780
791
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
781
792
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -790,7 +801,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
790
801
|
* @param {*} [options] Override http request option.
|
|
791
802
|
* @throws {RequiredError}
|
|
792
803
|
*/
|
|
793
|
-
v1DeleteOrganizationTarget: (
|
|
804
|
+
v1DeleteOrganizationTarget: (satelliteTargetId_1, ...args_1) => __awaiter(this, [satelliteTargetId_1, ...args_1], void 0, function* (satelliteTargetId, options = {}) {
|
|
794
805
|
// verify required parameter 'satelliteTargetId' is not null or undefined
|
|
795
806
|
(0, common_1.assertParamExists)('v1DeleteOrganizationTarget', 'satelliteTargetId', satelliteTargetId);
|
|
796
807
|
const localVarPath = `/v1/organization-target`;
|
|
@@ -810,6 +821,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
810
821
|
if (satelliteTargetId !== undefined) {
|
|
811
822
|
localVarQueryParameter['satelliteTargetId'] = satelliteTargetId;
|
|
812
823
|
}
|
|
824
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
813
825
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
814
826
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
815
827
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -824,7 +836,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
824
836
|
* @param {*} [options] Override http request option.
|
|
825
837
|
* @throws {RequiredError}
|
|
826
838
|
*/
|
|
827
|
-
v1DeleteSearchInstruction: (
|
|
839
|
+
v1DeleteSearchInstruction: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
828
840
|
// verify required parameter 'id' is not null or undefined
|
|
829
841
|
(0, common_1.assertParamExists)('v1DeleteSearchInstruction', 'id', id);
|
|
830
842
|
const localVarPath = `/v1/search-instruction`;
|
|
@@ -844,6 +856,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
844
856
|
if (id !== undefined) {
|
|
845
857
|
localVarQueryParameter['id'] = id;
|
|
846
858
|
}
|
|
859
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
847
860
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
848
861
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
849
862
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -858,7 +871,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
858
871
|
* @param {*} [options] Override http request option.
|
|
859
872
|
* @throws {RequiredError}
|
|
860
873
|
*/
|
|
861
|
-
v1DeleteSurveyInstruction: (
|
|
874
|
+
v1DeleteSurveyInstruction: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
862
875
|
// verify required parameter 'id' is not null or undefined
|
|
863
876
|
(0, common_1.assertParamExists)('v1DeleteSurveyInstruction', 'id', id);
|
|
864
877
|
const localVarPath = `/v1/survey-instruction`;
|
|
@@ -878,6 +891,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
878
891
|
if (id !== undefined) {
|
|
879
892
|
localVarQueryParameter['id'] = id;
|
|
880
893
|
}
|
|
894
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
881
895
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
882
896
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
883
897
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -892,7 +906,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
892
906
|
* @param {*} [options] Override http request option.
|
|
893
907
|
* @throws {RequiredError}
|
|
894
908
|
*/
|
|
895
|
-
v1DeleteWebhookConfiguration: (
|
|
909
|
+
v1DeleteWebhookConfiguration: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
896
910
|
// verify required parameter 'id' is not null or undefined
|
|
897
911
|
(0, common_1.assertParamExists)('v1DeleteWebhookConfiguration', 'id', id);
|
|
898
912
|
const localVarPath = `/v1/communications/webhook`;
|
|
@@ -912,6 +926,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
912
926
|
if (id !== undefined) {
|
|
913
927
|
localVarQueryParameter['id'] = id;
|
|
914
928
|
}
|
|
929
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
915
930
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
916
931
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
917
932
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -926,7 +941,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
926
941
|
* @param {*} [options] Override http request option.
|
|
927
942
|
* @throws {RequiredError}
|
|
928
943
|
*/
|
|
929
|
-
v1GetImageMetadata: (
|
|
944
|
+
v1GetImageMetadata: (imageId_1, ...args_1) => __awaiter(this, [imageId_1, ...args_1], void 0, function* (imageId, options = {}) {
|
|
930
945
|
// verify required parameter 'imageId' is not null or undefined
|
|
931
946
|
(0, common_1.assertParamExists)('v1GetImageMetadata', 'imageId', imageId);
|
|
932
947
|
const localVarPath = `/v1/image-metadata`;
|
|
@@ -946,6 +961,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
946
961
|
if (imageId !== undefined) {
|
|
947
962
|
localVarQueryParameter['imageId'] = imageId;
|
|
948
963
|
}
|
|
964
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
949
965
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
950
966
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
951
967
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -960,7 +976,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
960
976
|
* @param {*} [options] Override http request option.
|
|
961
977
|
* @throws {RequiredError}
|
|
962
978
|
*/
|
|
963
|
-
v1GetImageSet: (
|
|
979
|
+
v1GetImageSet: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
964
980
|
// verify required parameter 'id' is not null or undefined
|
|
965
981
|
(0, common_1.assertParamExists)('v1GetImageSet', 'id', id);
|
|
966
982
|
const localVarPath = `/v1/image-set`;
|
|
@@ -980,6 +996,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
980
996
|
if (id !== undefined) {
|
|
981
997
|
localVarQueryParameter['id'] = id;
|
|
982
998
|
}
|
|
999
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
983
1000
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
984
1001
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
985
1002
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -994,7 +1011,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
994
1011
|
* @param {*} [options] Override http request option.
|
|
995
1012
|
* @throws {RequiredError}
|
|
996
1013
|
*/
|
|
997
|
-
v1GetImageSetImage: (
|
|
1014
|
+
v1GetImageSetImage: (imageId_1, ...args_1) => __awaiter(this, [imageId_1, ...args_1], void 0, function* (imageId, options = {}) {
|
|
998
1015
|
// verify required parameter 'imageId' is not null or undefined
|
|
999
1016
|
(0, common_1.assertParamExists)('v1GetImageSetImage', 'imageId', imageId);
|
|
1000
1017
|
const localVarPath = `/v1/image-set-image`;
|
|
@@ -1014,6 +1031,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1014
1031
|
if (imageId !== undefined) {
|
|
1015
1032
|
localVarQueryParameter['imageId'] = imageId;
|
|
1016
1033
|
}
|
|
1034
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1017
1035
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1018
1036
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1019
1037
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1023,14 +1041,13 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1023
1041
|
};
|
|
1024
1042
|
}),
|
|
1025
1043
|
/**
|
|
1026
|
-
* Get image set images.
|
|
1027
|
-
* @param {Array<string>} imageSets
|
|
1044
|
+
* 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.
|
|
1045
|
+
* @param {Array<string>} [imageSets]
|
|
1046
|
+
* @param {string} [starPartyId]
|
|
1028
1047
|
* @param {*} [options] Override http request option.
|
|
1029
1048
|
* @throws {RequiredError}
|
|
1030
1049
|
*/
|
|
1031
|
-
v1GetImageSetImages: (
|
|
1032
|
-
// verify required parameter 'imageSets' is not null or undefined
|
|
1033
|
-
(0, common_1.assertParamExists)('v1GetImageSetImages', 'imageSets', imageSets);
|
|
1050
|
+
v1GetImageSetImages: (imageSets_1, starPartyId_1, ...args_1) => __awaiter(this, [imageSets_1, starPartyId_1, ...args_1], void 0, function* (imageSets, starPartyId, options = {}) {
|
|
1034
1051
|
const localVarPath = `/v1/image-set-images`;
|
|
1035
1052
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1036
1053
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -1048,6 +1065,10 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1048
1065
|
if (imageSets) {
|
|
1049
1066
|
localVarQueryParameter['imageSets'] = imageSets.join(base_1.COLLECTION_FORMATS.csv);
|
|
1050
1067
|
}
|
|
1068
|
+
if (starPartyId !== undefined) {
|
|
1069
|
+
localVarQueryParameter['starPartyId'] = starPartyId;
|
|
1070
|
+
}
|
|
1071
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1051
1072
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1052
1073
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1053
1074
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1057,11 +1078,12 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1057
1078
|
};
|
|
1058
1079
|
}),
|
|
1059
1080
|
/**
|
|
1060
|
-
* Get image sets.
|
|
1081
|
+
* 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.
|
|
1082
|
+
* @param {string} [starPartyId]
|
|
1061
1083
|
* @param {*} [options] Override http request option.
|
|
1062
1084
|
* @throws {RequiredError}
|
|
1063
1085
|
*/
|
|
1064
|
-
v1GetImageSets: (
|
|
1086
|
+
v1GetImageSets: (starPartyId_1, ...args_1) => __awaiter(this, [starPartyId_1, ...args_1], void 0, function* (starPartyId, options = {}) {
|
|
1065
1087
|
const localVarPath = `/v1/image-sets`;
|
|
1066
1088
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1067
1089
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -1076,6 +1098,10 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1076
1098
|
// authentication BearerToken required
|
|
1077
1099
|
// http bearer authentication required
|
|
1078
1100
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1101
|
+
if (starPartyId !== undefined) {
|
|
1102
|
+
localVarQueryParameter['starPartyId'] = starPartyId;
|
|
1103
|
+
}
|
|
1104
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1079
1105
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1080
1106
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1081
1107
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1090,7 +1116,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1090
1116
|
* @param {*} [options] Override http request option.
|
|
1091
1117
|
* @throws {RequiredError}
|
|
1092
1118
|
*/
|
|
1093
|
-
v1GetNodeProperties: (
|
|
1119
|
+
v1GetNodeProperties: (nodeId_1, ...args_1) => __awaiter(this, [nodeId_1, ...args_1], void 0, function* (nodeId, options = {}) {
|
|
1094
1120
|
// verify required parameter 'nodeId' is not null or undefined
|
|
1095
1121
|
(0, common_1.assertParamExists)('v1GetNodeProperties', 'nodeId', nodeId);
|
|
1096
1122
|
const localVarPath = `/v1/node-properties`;
|
|
@@ -1110,6 +1136,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1110
1136
|
if (nodeId !== undefined) {
|
|
1111
1137
|
localVarQueryParameter['nodeId'] = nodeId;
|
|
1112
1138
|
}
|
|
1139
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1113
1140
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1114
1141
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1115
1142
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1126,7 +1153,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1126
1153
|
* @param {*} [options] Override http request option.
|
|
1127
1154
|
* @throws {RequiredError}
|
|
1128
1155
|
*/
|
|
1129
|
-
v1GetNodeSatelliteCalibrations: (
|
|
1156
|
+
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 = {}) {
|
|
1130
1157
|
// verify required parameter 'nodeId' is not null or undefined
|
|
1131
1158
|
(0, common_1.assertParamExists)('v1GetNodeSatelliteCalibrations', 'nodeId', nodeId);
|
|
1132
1159
|
const localVarPath = `/v1/satellite-calibrations`;
|
|
@@ -1154,6 +1181,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1154
1181
|
before.toISOString() :
|
|
1155
1182
|
before;
|
|
1156
1183
|
}
|
|
1184
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1157
1185
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1158
1186
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1159
1187
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1168,7 +1196,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1168
1196
|
* @param {*} [options] Override http request option.
|
|
1169
1197
|
* @throws {RequiredError}
|
|
1170
1198
|
*/
|
|
1171
|
-
v1GetObservationFeatures: (
|
|
1199
|
+
v1GetObservationFeatures: (imageId_1, ...args_1) => __awaiter(this, [imageId_1, ...args_1], void 0, function* (imageId, options = {}) {
|
|
1172
1200
|
// verify required parameter 'imageId' is not null or undefined
|
|
1173
1201
|
(0, common_1.assertParamExists)('v1GetObservationFeatures', 'imageId', imageId);
|
|
1174
1202
|
const localVarPath = `/v1/observation-features`;
|
|
@@ -1188,6 +1216,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1188
1216
|
if (imageId !== undefined) {
|
|
1189
1217
|
localVarQueryParameter['imageId'] = imageId;
|
|
1190
1218
|
}
|
|
1219
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1191
1220
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1192
1221
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1193
1222
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1203,7 +1232,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1203
1232
|
* @param {*} [options] Override http request option.
|
|
1204
1233
|
* @throws {RequiredError}
|
|
1205
1234
|
*/
|
|
1206
|
-
v1GetObservationSequenceResult: (
|
|
1235
|
+
v1GetObservationSequenceResult: (observationSequenceResultId_1, imageId_1, ...args_1) => __awaiter(this, [observationSequenceResultId_1, imageId_1, ...args_1], void 0, function* (observationSequenceResultId, imageId, options = {}) {
|
|
1207
1236
|
const localVarPath = `/v1/observation-sequence-result`;
|
|
1208
1237
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1209
1238
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -1224,6 +1253,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1224
1253
|
if (imageId !== undefined) {
|
|
1225
1254
|
localVarQueryParameter['imageId'] = imageId;
|
|
1226
1255
|
}
|
|
1256
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1227
1257
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1228
1258
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1229
1259
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1239,7 +1269,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1239
1269
|
* @param {*} [options] Override http request option.
|
|
1240
1270
|
* @throws {RequiredError}
|
|
1241
1271
|
*/
|
|
1242
|
-
v1GetObservationSequenceResults: (
|
|
1272
|
+
v1GetObservationSequenceResults: (targetId_1, after_1, ...args_1) => __awaiter(this, [targetId_1, after_1, ...args_1], void 0, function* (targetId, after, options = {}) {
|
|
1243
1273
|
const localVarPath = `/v1/observation-sequence-results`;
|
|
1244
1274
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1245
1275
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -1262,6 +1292,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1262
1292
|
after.toISOString() :
|
|
1263
1293
|
after;
|
|
1264
1294
|
}
|
|
1295
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1265
1296
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1266
1297
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1267
1298
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1282,7 +1313,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1282
1313
|
* @param {*} [options] Override http request option.
|
|
1283
1314
|
* @throws {RequiredError}
|
|
1284
1315
|
*/
|
|
1285
|
-
v1GetObservationStatuses: (
|
|
1316
|
+
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 = {}) {
|
|
1286
1317
|
const localVarPath = `/v1/observation-statuses`;
|
|
1287
1318
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1288
1319
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -1320,6 +1351,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1320
1351
|
if (imageId !== undefined) {
|
|
1321
1352
|
localVarQueryParameter['imageId'] = imageId;
|
|
1322
1353
|
}
|
|
1354
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1323
1355
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1324
1356
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1325
1357
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1329,13 +1361,14 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1329
1361
|
};
|
|
1330
1362
|
}),
|
|
1331
1363
|
/**
|
|
1332
|
-
* Get potential observation windows for all satellites of your organization across the network from now
|
|
1333
|
-
* @param {string} until
|
|
1364
|
+
* 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`
|
|
1365
|
+
* @param {string} until End of the window. Must be within 72 hours of `from`.
|
|
1366
|
+
* @param {string} [from] Start of the window. Defaults to now.
|
|
1334
1367
|
* @param {boolean} [includeWeather]
|
|
1335
1368
|
* @param {*} [options] Override http request option.
|
|
1336
1369
|
* @throws {RequiredError}
|
|
1337
1370
|
*/
|
|
1338
|
-
v1GetOrganizationSatellitePotentials: (
|
|
1371
|
+
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 = {}) {
|
|
1339
1372
|
// verify required parameter 'until' is not null or undefined
|
|
1340
1373
|
(0, common_1.assertParamExists)('v1GetOrganizationSatellitePotentials', 'until', until);
|
|
1341
1374
|
const localVarPath = `/v1/organization-target-potentials`;
|
|
@@ -1352,6 +1385,11 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1352
1385
|
// authentication BearerToken required
|
|
1353
1386
|
// http bearer authentication required
|
|
1354
1387
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1388
|
+
if (from !== undefined) {
|
|
1389
|
+
localVarQueryParameter['from'] = (from instanceof Date) ?
|
|
1390
|
+
from.toISOString() :
|
|
1391
|
+
from;
|
|
1392
|
+
}
|
|
1355
1393
|
if (until !== undefined) {
|
|
1356
1394
|
localVarQueryParameter['until'] = (until instanceof Date) ?
|
|
1357
1395
|
until.toISOString() :
|
|
@@ -1360,6 +1398,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1360
1398
|
if (includeWeather !== undefined) {
|
|
1361
1399
|
localVarQueryParameter['includeWeather'] = includeWeather;
|
|
1362
1400
|
}
|
|
1401
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1363
1402
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1364
1403
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1365
1404
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1374,7 +1413,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1374
1413
|
* @param {*} [options] Override http request option.
|
|
1375
1414
|
* @throws {RequiredError}
|
|
1376
1415
|
*/
|
|
1377
|
-
v1GetOrganizationTarget: (
|
|
1416
|
+
v1GetOrganizationTarget: (organizationTargetId_1, ...args_1) => __awaiter(this, [organizationTargetId_1, ...args_1], void 0, function* (organizationTargetId, options = {}) {
|
|
1378
1417
|
// verify required parameter 'organizationTargetId' is not null or undefined
|
|
1379
1418
|
(0, common_1.assertParamExists)('v1GetOrganizationTarget', 'organizationTargetId', organizationTargetId);
|
|
1380
1419
|
const localVarPath = `/v1/organization-target`;
|
|
@@ -1394,6 +1433,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1394
1433
|
if (organizationTargetId !== undefined) {
|
|
1395
1434
|
localVarQueryParameter['organizationTargetId'] = organizationTargetId;
|
|
1396
1435
|
}
|
|
1436
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1397
1437
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1398
1438
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1399
1439
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1407,7 +1447,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1407
1447
|
* @param {*} [options] Override http request option.
|
|
1408
1448
|
* @throws {RequiredError}
|
|
1409
1449
|
*/
|
|
1410
|
-
v1GetOrganizationTargets: (
|
|
1450
|
+
v1GetOrganizationTargets: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
1411
1451
|
const localVarPath = `/v1/organization-targets`;
|
|
1412
1452
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1413
1453
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -1422,6 +1462,116 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1422
1462
|
// authentication BearerToken required
|
|
1423
1463
|
// http bearer authentication required
|
|
1424
1464
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1465
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1466
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1467
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1468
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1469
|
+
return {
|
|
1470
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
1471
|
+
options: localVarRequestOptions,
|
|
1472
|
+
};
|
|
1473
|
+
}),
|
|
1474
|
+
/**
|
|
1475
|
+
* 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.
|
|
1476
|
+
* @param {string} imageId
|
|
1477
|
+
* @param {*} [options] Override http request option.
|
|
1478
|
+
* @throws {RequiredError}
|
|
1479
|
+
*/
|
|
1480
|
+
v1GetResolvedImageMetadata: (imageId_1, ...args_1) => __awaiter(this, [imageId_1, ...args_1], void 0, function* (imageId, options = {}) {
|
|
1481
|
+
// verify required parameter 'imageId' is not null or undefined
|
|
1482
|
+
(0, common_1.assertParamExists)('v1GetResolvedImageMetadata', 'imageId', imageId);
|
|
1483
|
+
const localVarPath = `/v1/resolved-image-metadata`;
|
|
1484
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1485
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1486
|
+
let baseOptions;
|
|
1487
|
+
if (configuration) {
|
|
1488
|
+
baseOptions = configuration.baseOptions;
|
|
1489
|
+
}
|
|
1490
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
1491
|
+
const localVarHeaderParameter = {};
|
|
1492
|
+
const localVarQueryParameter = {};
|
|
1493
|
+
// authentication Roles required
|
|
1494
|
+
// authentication BearerToken required
|
|
1495
|
+
// http bearer authentication required
|
|
1496
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1497
|
+
if (imageId !== undefined) {
|
|
1498
|
+
localVarQueryParameter['imageId'] = imageId;
|
|
1499
|
+
}
|
|
1500
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1501
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1502
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1503
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1504
|
+
return {
|
|
1505
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
1506
|
+
options: localVarRequestOptions,
|
|
1507
|
+
};
|
|
1508
|
+
}),
|
|
1509
|
+
/**
|
|
1510
|
+
* 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.
|
|
1511
|
+
* @param {string} [before] Return observations whose time_utc is strictly less than this timestamp. Defaults to now.
|
|
1512
|
+
* @param {number} [limit] Maximum number of rows to return. Defaults to 20, capped at 100.
|
|
1513
|
+
* @param {*} [options] Override http request option.
|
|
1514
|
+
* @throws {RequiredError}
|
|
1515
|
+
*/
|
|
1516
|
+
v1GetResolvedImageObservations: (before_1, limit_1, ...args_1) => __awaiter(this, [before_1, limit_1, ...args_1], void 0, function* (before, limit, options = {}) {
|
|
1517
|
+
const localVarPath = `/v1/resolved-image-observations`;
|
|
1518
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1519
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1520
|
+
let baseOptions;
|
|
1521
|
+
if (configuration) {
|
|
1522
|
+
baseOptions = configuration.baseOptions;
|
|
1523
|
+
}
|
|
1524
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
1525
|
+
const localVarHeaderParameter = {};
|
|
1526
|
+
const localVarQueryParameter = {};
|
|
1527
|
+
// authentication Roles required
|
|
1528
|
+
// authentication BearerToken required
|
|
1529
|
+
// http bearer authentication required
|
|
1530
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1531
|
+
if (before !== undefined) {
|
|
1532
|
+
localVarQueryParameter['before'] = (before instanceof Date) ?
|
|
1533
|
+
before.toISOString() :
|
|
1534
|
+
before;
|
|
1535
|
+
}
|
|
1536
|
+
if (limit !== undefined) {
|
|
1537
|
+
localVarQueryParameter['limit'] = limit;
|
|
1538
|
+
}
|
|
1539
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1540
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1541
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1542
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1543
|
+
return {
|
|
1544
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
1545
|
+
options: localVarRequestOptions,
|
|
1546
|
+
};
|
|
1547
|
+
}),
|
|
1548
|
+
/**
|
|
1549
|
+
* 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.
|
|
1550
|
+
* @param {string} imageId An image ID (either unsharpened or sharpened)
|
|
1551
|
+
* @param {*} [options] Override http request option.
|
|
1552
|
+
* @throws {RequiredError}
|
|
1553
|
+
*/
|
|
1554
|
+
v1GetResolvedImagePair: (imageId_1, ...args_1) => __awaiter(this, [imageId_1, ...args_1], void 0, function* (imageId, options = {}) {
|
|
1555
|
+
// verify required parameter 'imageId' is not null or undefined
|
|
1556
|
+
(0, common_1.assertParamExists)('v1GetResolvedImagePair', 'imageId', imageId);
|
|
1557
|
+
const localVarPath = `/v1/resolved-image-pair`;
|
|
1558
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1559
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1560
|
+
let baseOptions;
|
|
1561
|
+
if (configuration) {
|
|
1562
|
+
baseOptions = configuration.baseOptions;
|
|
1563
|
+
}
|
|
1564
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
1565
|
+
const localVarHeaderParameter = {};
|
|
1566
|
+
const localVarQueryParameter = {};
|
|
1567
|
+
// authentication Roles required
|
|
1568
|
+
// authentication BearerToken required
|
|
1569
|
+
// http bearer authentication required
|
|
1570
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1571
|
+
if (imageId !== undefined) {
|
|
1572
|
+
localVarQueryParameter['imageId'] = imageId;
|
|
1573
|
+
}
|
|
1574
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1425
1575
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1426
1576
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1427
1577
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1431,14 +1581,50 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1431
1581
|
};
|
|
1432
1582
|
}),
|
|
1433
1583
|
/**
|
|
1434
|
-
* Get
|
|
1584
|
+
* 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.
|
|
1585
|
+
* @param {string} imageSetId The unsharpened image set ID
|
|
1586
|
+
* @param {*} [options] Override http request option.
|
|
1587
|
+
* @throws {RequiredError}
|
|
1588
|
+
*/
|
|
1589
|
+
v1GetResolvedImageSet: (imageSetId_1, ...args_1) => __awaiter(this, [imageSetId_1, ...args_1], void 0, function* (imageSetId, options = {}) {
|
|
1590
|
+
// verify required parameter 'imageSetId' is not null or undefined
|
|
1591
|
+
(0, common_1.assertParamExists)('v1GetResolvedImageSet', 'imageSetId', imageSetId);
|
|
1592
|
+
const localVarPath = `/v1/resolved-image-set`;
|
|
1593
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1594
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1595
|
+
let baseOptions;
|
|
1596
|
+
if (configuration) {
|
|
1597
|
+
baseOptions = configuration.baseOptions;
|
|
1598
|
+
}
|
|
1599
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
1600
|
+
const localVarHeaderParameter = {};
|
|
1601
|
+
const localVarQueryParameter = {};
|
|
1602
|
+
// authentication Roles required
|
|
1603
|
+
// authentication BearerToken required
|
|
1604
|
+
// http bearer authentication required
|
|
1605
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1606
|
+
if (imageSetId !== undefined) {
|
|
1607
|
+
localVarQueryParameter['imageSetId'] = imageSetId;
|
|
1608
|
+
}
|
|
1609
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1610
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1611
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1612
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1613
|
+
return {
|
|
1614
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
1615
|
+
options: localVarRequestOptions,
|
|
1616
|
+
};
|
|
1617
|
+
}),
|
|
1618
|
+
/**
|
|
1619
|
+
* Get potential observation windows for a satellite across the network up to 72 hours from now (or from the optional `from` datetime) until `until`
|
|
1435
1620
|
* @param {string} satelliteTargetId
|
|
1436
|
-
* @param {string} until
|
|
1621
|
+
* @param {string} until End of the window. Must be within 72 hours of `from`.
|
|
1622
|
+
* @param {string} [from] Start of the window. Defaults to now.
|
|
1437
1623
|
* @param {boolean} [includeWeather]
|
|
1438
1624
|
* @param {*} [options] Override http request option.
|
|
1439
1625
|
* @throws {RequiredError}
|
|
1440
1626
|
*/
|
|
1441
|
-
v1GetSatellitePotentials: (
|
|
1627
|
+
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 = {}) {
|
|
1442
1628
|
// verify required parameter 'satelliteTargetId' is not null or undefined
|
|
1443
1629
|
(0, common_1.assertParamExists)('v1GetSatellitePotentials', 'satelliteTargetId', satelliteTargetId);
|
|
1444
1630
|
// verify required parameter 'until' is not null or undefined
|
|
@@ -1460,6 +1646,11 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1460
1646
|
if (satelliteTargetId !== undefined) {
|
|
1461
1647
|
localVarQueryParameter['satelliteTargetId'] = satelliteTargetId;
|
|
1462
1648
|
}
|
|
1649
|
+
if (from !== undefined) {
|
|
1650
|
+
localVarQueryParameter['from'] = (from instanceof Date) ?
|
|
1651
|
+
from.toISOString() :
|
|
1652
|
+
from;
|
|
1653
|
+
}
|
|
1463
1654
|
if (until !== undefined) {
|
|
1464
1655
|
localVarQueryParameter['until'] = (until instanceof Date) ?
|
|
1465
1656
|
until.toISOString() :
|
|
@@ -1468,6 +1659,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1468
1659
|
if (includeWeather !== undefined) {
|
|
1469
1660
|
localVarQueryParameter['includeWeather'] = includeWeather;
|
|
1470
1661
|
}
|
|
1662
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1471
1663
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1472
1664
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1473
1665
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1482,7 +1674,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1482
1674
|
* @param {*} [options] Override http request option.
|
|
1483
1675
|
* @throws {RequiredError}
|
|
1484
1676
|
*/
|
|
1485
|
-
v1GetSatelliteTarget: (
|
|
1677
|
+
v1GetSatelliteTarget: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
1486
1678
|
// verify required parameter 'id' is not null or undefined
|
|
1487
1679
|
(0, common_1.assertParamExists)('v1GetSatelliteTarget', 'id', id);
|
|
1488
1680
|
const localVarPath = `/v1/satellite-target`;
|
|
@@ -1502,6 +1694,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1502
1694
|
if (id !== undefined) {
|
|
1503
1695
|
localVarQueryParameter['id'] = id;
|
|
1504
1696
|
}
|
|
1697
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1505
1698
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1506
1699
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1507
1700
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1521,7 +1714,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1521
1714
|
* @param {*} [options] Override http request option.
|
|
1522
1715
|
* @throws {RequiredError}
|
|
1523
1716
|
*/
|
|
1524
|
-
v1GetSatelliteTargets: (
|
|
1717
|
+
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 = {}) {
|
|
1525
1718
|
const localVarPath = `/v1/satellite-targets`;
|
|
1526
1719
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1527
1720
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -1554,6 +1747,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1554
1747
|
if (privateTargets !== undefined) {
|
|
1555
1748
|
localVarQueryParameter['privateTargets'] = privateTargets;
|
|
1556
1749
|
}
|
|
1750
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1557
1751
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1558
1752
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1559
1753
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1568,7 +1762,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1568
1762
|
* @param {*} [options] Override http request option.
|
|
1569
1763
|
* @throws {RequiredError}
|
|
1570
1764
|
*/
|
|
1571
|
-
v1GetSearchInstructions: (
|
|
1765
|
+
v1GetSearchInstructions: (before_1, ...args_1) => __awaiter(this, [before_1, ...args_1], void 0, function* (before, options = {}) {
|
|
1572
1766
|
const localVarPath = `/v1/search-instructions`;
|
|
1573
1767
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1574
1768
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -1588,6 +1782,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1588
1782
|
before.toISOString() :
|
|
1589
1783
|
before;
|
|
1590
1784
|
}
|
|
1785
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1591
1786
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1592
1787
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1593
1788
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1604,7 +1799,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1604
1799
|
* @param {*} [options] Override http request option.
|
|
1605
1800
|
* @throws {RequiredError}
|
|
1606
1801
|
*/
|
|
1607
|
-
v1GetStateVectors: (
|
|
1802
|
+
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 = {}) {
|
|
1608
1803
|
// verify required parameter 'targetId' is not null or undefined
|
|
1609
1804
|
(0, common_1.assertParamExists)('v1GetStateVectors', 'targetId', targetId);
|
|
1610
1805
|
const localVarPath = `/v1/state-vectors`;
|
|
@@ -1634,6 +1829,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1634
1829
|
after.toISOString() :
|
|
1635
1830
|
after;
|
|
1636
1831
|
}
|
|
1832
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1637
1833
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1638
1834
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1639
1835
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1648,7 +1844,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1648
1844
|
* @param {*} [options] Override http request option.
|
|
1649
1845
|
* @throws {RequiredError}
|
|
1650
1846
|
*/
|
|
1651
|
-
v1GetSurveyInstructions: (
|
|
1847
|
+
v1GetSurveyInstructions: (before_1, ...args_1) => __awaiter(this, [before_1, ...args_1], void 0, function* (before, options = {}) {
|
|
1652
1848
|
const localVarPath = `/v1/survey-instructions`;
|
|
1653
1849
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1654
1850
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -1668,6 +1864,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1668
1864
|
before.toISOString() :
|
|
1669
1865
|
before;
|
|
1670
1866
|
}
|
|
1867
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1671
1868
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1672
1869
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1673
1870
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1682,7 +1879,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1682
1879
|
* @param {*} [options] Override http request option.
|
|
1683
1880
|
* @throws {RequiredError}
|
|
1684
1881
|
*/
|
|
1685
|
-
v1GetTdm: (
|
|
1882
|
+
v1GetTdm: (tdmId_1, ...args_1) => __awaiter(this, [tdmId_1, ...args_1], void 0, function* (tdmId, options = {}) {
|
|
1686
1883
|
// verify required parameter 'tdmId' is not null or undefined
|
|
1687
1884
|
(0, common_1.assertParamExists)('v1GetTdm', 'tdmId', tdmId);
|
|
1688
1885
|
const localVarPath = `/v1/tdm`;
|
|
@@ -1702,6 +1899,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1702
1899
|
if (tdmId !== undefined) {
|
|
1703
1900
|
localVarQueryParameter['tdmId'] = tdmId;
|
|
1704
1901
|
}
|
|
1902
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1705
1903
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1706
1904
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1707
1905
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1717,7 +1915,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1717
1915
|
* @param {*} [options] Override http request option.
|
|
1718
1916
|
* @throws {RequiredError}
|
|
1719
1917
|
*/
|
|
1720
|
-
v1GetTdms: (
|
|
1918
|
+
v1GetTdms: (targetId_1, after_1, ...args_1) => __awaiter(this, [targetId_1, after_1, ...args_1], void 0, function* (targetId, after, options = {}) {
|
|
1721
1919
|
const localVarPath = `/v1/tdms`;
|
|
1722
1920
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1723
1921
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -1740,6 +1938,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1740
1938
|
after.toISOString() :
|
|
1741
1939
|
after;
|
|
1742
1940
|
}
|
|
1941
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1743
1942
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1744
1943
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1745
1944
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1753,7 +1952,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1753
1952
|
* @param {*} [options] Override http request option.
|
|
1754
1953
|
* @throws {RequiredError}
|
|
1755
1954
|
*/
|
|
1756
|
-
v1GetWebhookConfigurations: (
|
|
1955
|
+
v1GetWebhookConfigurations: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
1757
1956
|
const localVarPath = `/v1/communications/webhooks`;
|
|
1758
1957
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1759
1958
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -1768,6 +1967,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1768
1967
|
// authentication BearerToken required
|
|
1769
1968
|
// http bearer authentication required
|
|
1770
1969
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1970
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1771
1971
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1772
1972
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1773
1973
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1784,7 +1984,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1784
1984
|
* @param {*} [options] Override http request option.
|
|
1785
1985
|
* @throws {RequiredError}
|
|
1786
1986
|
*/
|
|
1787
|
-
v1GetWebhookLogs: (
|
|
1987
|
+
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 = {}) {
|
|
1788
1988
|
// verify required parameter 'webhookId' is not null or undefined
|
|
1789
1989
|
(0, common_1.assertParamExists)('v1GetWebhookLogs', 'webhookId', webhookId);
|
|
1790
1990
|
const localVarPath = `/v1/communications/webhook-logs`;
|
|
@@ -1810,6 +2010,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1810
2010
|
if (offset !== undefined) {
|
|
1811
2011
|
localVarQueryParameter['offset'] = offset;
|
|
1812
2012
|
}
|
|
2013
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1813
2014
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1814
2015
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1815
2016
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1824,7 +2025,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1824
2025
|
* @param {*} [options] Override http request option.
|
|
1825
2026
|
* @throws {RequiredError}
|
|
1826
2027
|
*/
|
|
1827
|
-
v1PutOrbitProviderTLEOrbit: (
|
|
2028
|
+
v1PutOrbitProviderTLEOrbit: (v1PutOrbitProviderTLERequest_1, ...args_1) => __awaiter(this, [v1PutOrbitProviderTLERequest_1, ...args_1], void 0, function* (v1PutOrbitProviderTLERequest, options = {}) {
|
|
1828
2029
|
// verify required parameter 'v1PutOrbitProviderTLERequest' is not null or undefined
|
|
1829
2030
|
(0, common_1.assertParamExists)('v1PutOrbitProviderTLEOrbit', 'v1PutOrbitProviderTLERequest', v1PutOrbitProviderTLERequest);
|
|
1830
2031
|
const localVarPath = `/v1/orbit-provider/tle`;
|
|
@@ -1842,6 +2043,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1842
2043
|
// http bearer authentication required
|
|
1843
2044
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1844
2045
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2046
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1845
2047
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1846
2048
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1847
2049
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1857,7 +2059,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1857
2059
|
* @param {*} [options] Override http request option.
|
|
1858
2060
|
* @throws {RequiredError}
|
|
1859
2061
|
*/
|
|
1860
|
-
v1UpdateEmailConfiguration: (
|
|
2062
|
+
v1UpdateEmailConfiguration: (v1UpdateEmailConfigurationRequest_1, ...args_1) => __awaiter(this, [v1UpdateEmailConfigurationRequest_1, ...args_1], void 0, function* (v1UpdateEmailConfigurationRequest, options = {}) {
|
|
1861
2063
|
// verify required parameter 'v1UpdateEmailConfigurationRequest' is not null or undefined
|
|
1862
2064
|
(0, common_1.assertParamExists)('v1UpdateEmailConfiguration', 'v1UpdateEmailConfigurationRequest', v1UpdateEmailConfigurationRequest);
|
|
1863
2065
|
const localVarPath = `/v1/communications/email`;
|
|
@@ -1875,6 +2077,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1875
2077
|
// http bearer authentication required
|
|
1876
2078
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1877
2079
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2080
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1878
2081
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1879
2082
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1880
2083
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1890,7 +2093,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1890
2093
|
* @param {*} [options] Override http request option.
|
|
1891
2094
|
* @throws {RequiredError}
|
|
1892
2095
|
*/
|
|
1893
|
-
v1UpdateOrganizationTarget: (
|
|
2096
|
+
v1UpdateOrganizationTarget: (v1UpdateOrganizationTargetRequest_1, ...args_1) => __awaiter(this, [v1UpdateOrganizationTargetRequest_1, ...args_1], void 0, function* (v1UpdateOrganizationTargetRequest, options = {}) {
|
|
1894
2097
|
// verify required parameter 'v1UpdateOrganizationTargetRequest' is not null or undefined
|
|
1895
2098
|
(0, common_1.assertParamExists)('v1UpdateOrganizationTarget', 'v1UpdateOrganizationTargetRequest', v1UpdateOrganizationTargetRequest);
|
|
1896
2099
|
const localVarPath = `/v1/organization-target`;
|
|
@@ -1908,6 +2111,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1908
2111
|
// http bearer authentication required
|
|
1909
2112
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1910
2113
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2114
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1911
2115
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1912
2116
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1913
2117
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1923,7 +2127,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1923
2127
|
* @param {*} [options] Override http request option.
|
|
1924
2128
|
* @throws {RequiredError}
|
|
1925
2129
|
*/
|
|
1926
|
-
v1UpdateSatelliteTarget: (
|
|
2130
|
+
v1UpdateSatelliteTarget: (v1UpdateSatelliteTargetRequest_1, ...args_1) => __awaiter(this, [v1UpdateSatelliteTargetRequest_1, ...args_1], void 0, function* (v1UpdateSatelliteTargetRequest, options = {}) {
|
|
1927
2131
|
// verify required parameter 'v1UpdateSatelliteTargetRequest' is not null or undefined
|
|
1928
2132
|
(0, common_1.assertParamExists)('v1UpdateSatelliteTarget', 'v1UpdateSatelliteTargetRequest', v1UpdateSatelliteTargetRequest);
|
|
1929
2133
|
const localVarPath = `/v1/satellite-target`;
|
|
@@ -1941,6 +2145,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1941
2145
|
// http bearer authentication required
|
|
1942
2146
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1943
2147
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2148
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1944
2149
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1945
2150
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1946
2151
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1956,7 +2161,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1956
2161
|
* @param {*} [options] Override http request option.
|
|
1957
2162
|
* @throws {RequiredError}
|
|
1958
2163
|
*/
|
|
1959
|
-
v1UpdateWebhookConfiguration: (
|
|
2164
|
+
v1UpdateWebhookConfiguration: (v1UpdateWebhookConfigurationRequest_1, ...args_1) => __awaiter(this, [v1UpdateWebhookConfigurationRequest_1, ...args_1], void 0, function* (v1UpdateWebhookConfigurationRequest, options = {}) {
|
|
1960
2165
|
// verify required parameter 'v1UpdateWebhookConfigurationRequest' is not null or undefined
|
|
1961
2166
|
(0, common_1.assertParamExists)('v1UpdateWebhookConfiguration', 'v1UpdateWebhookConfigurationRequest', v1UpdateWebhookConfigurationRequest);
|
|
1962
2167
|
const localVarPath = `/v1/communications/webhook`;
|
|
@@ -1974,6 +2179,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1974
2179
|
// http bearer authentication required
|
|
1975
2180
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1976
2181
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2182
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1977
2183
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1978
2184
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1979
2185
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1984,12 +2190,12 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1984
2190
|
};
|
|
1985
2191
|
}),
|
|
1986
2192
|
/**
|
|
1987
|
-
* Create a plane scan
|
|
2193
|
+
* 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
|
|
1988
2194
|
* @param {V1PlaneScanRequest} v1PlaneScanRequest
|
|
1989
2195
|
* @param {*} [options] Override http request option.
|
|
1990
2196
|
* @throws {RequiredError}
|
|
1991
2197
|
*/
|
|
1992
|
-
v2CreatePlaneScan: (
|
|
2198
|
+
v2CreatePlaneScan: (v1PlaneScanRequest_1, ...args_1) => __awaiter(this, [v1PlaneScanRequest_1, ...args_1], void 0, function* (v1PlaneScanRequest, options = {}) {
|
|
1993
2199
|
// verify required parameter 'v1PlaneScanRequest' is not null or undefined
|
|
1994
2200
|
(0, common_1.assertParamExists)('v2CreatePlaneScan', 'v1PlaneScanRequest', v1PlaneScanRequest);
|
|
1995
2201
|
const localVarPath = `/v2/search/plane-scan`;
|
|
@@ -2007,6 +2213,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2007
2213
|
// http bearer authentication required
|
|
2008
2214
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2009
2215
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2216
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2010
2217
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2011
2218
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2012
2219
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -2017,12 +2224,12 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2017
2224
|
};
|
|
2018
2225
|
}),
|
|
2019
2226
|
/**
|
|
2020
|
-
* Create a RIC volume search
|
|
2227
|
+
* 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
|
|
2021
2228
|
* @param {V1RicVolumeSearchRequest} v1RicVolumeSearchRequest
|
|
2022
2229
|
* @param {*} [options] Override http request option.
|
|
2023
2230
|
* @throws {RequiredError}
|
|
2024
2231
|
*/
|
|
2025
|
-
v2CreateRicVolumeSearch: (
|
|
2232
|
+
v2CreateRicVolumeSearch: (v1RicVolumeSearchRequest_1, ...args_1) => __awaiter(this, [v1RicVolumeSearchRequest_1, ...args_1], void 0, function* (v1RicVolumeSearchRequest, options = {}) {
|
|
2026
2233
|
// verify required parameter 'v1RicVolumeSearchRequest' is not null or undefined
|
|
2027
2234
|
(0, common_1.assertParamExists)('v2CreateRicVolumeSearch', 'v1RicVolumeSearchRequest', v1RicVolumeSearchRequest);
|
|
2028
2235
|
const localVarPath = `/v2/search/ric-volumetric`;
|
|
@@ -2040,6 +2247,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2040
2247
|
// http bearer authentication required
|
|
2041
2248
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2042
2249
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2250
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2043
2251
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2044
2252
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2045
2253
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -2055,7 +2263,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2055
2263
|
* @param {*} [options] Override http request option.
|
|
2056
2264
|
* @throws {RequiredError}
|
|
2057
2265
|
*/
|
|
2058
|
-
v2DeletePlaneScan: (
|
|
2266
|
+
v2DeletePlaneScan: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
2059
2267
|
// verify required parameter 'id' is not null or undefined
|
|
2060
2268
|
(0, common_1.assertParamExists)('v2DeletePlaneScan', 'id', id);
|
|
2061
2269
|
const localVarPath = `/v2/search/plane-scan`;
|
|
@@ -2075,6 +2283,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2075
2283
|
if (id !== undefined) {
|
|
2076
2284
|
localVarQueryParameter['id'] = id;
|
|
2077
2285
|
}
|
|
2286
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2078
2287
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2079
2288
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2080
2289
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -2089,7 +2298,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2089
2298
|
* @param {*} [options] Override http request option.
|
|
2090
2299
|
* @throws {RequiredError}
|
|
2091
2300
|
*/
|
|
2092
|
-
v2DeleteRicVolumeSearch: (
|
|
2301
|
+
v2DeleteRicVolumeSearch: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
2093
2302
|
// verify required parameter 'id' is not null or undefined
|
|
2094
2303
|
(0, common_1.assertParamExists)('v2DeleteRicVolumeSearch', 'id', id);
|
|
2095
2304
|
const localVarPath = `/v2/search/ric-volumetric`;
|
|
@@ -2109,6 +2318,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2109
2318
|
if (id !== undefined) {
|
|
2110
2319
|
localVarQueryParameter['id'] = id;
|
|
2111
2320
|
}
|
|
2321
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2112
2322
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2113
2323
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2114
2324
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -2123,7 +2333,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2123
2333
|
* @param {*} [options] Override http request option.
|
|
2124
2334
|
* @throws {RequiredError}
|
|
2125
2335
|
*/
|
|
2126
|
-
v2GetSearch: (
|
|
2336
|
+
v2GetSearch: (searchId_1, ...args_1) => __awaiter(this, [searchId_1, ...args_1], void 0, function* (searchId, options = {}) {
|
|
2127
2337
|
// verify required parameter 'searchId' is not null or undefined
|
|
2128
2338
|
(0, common_1.assertParamExists)('v2GetSearch', 'searchId', searchId);
|
|
2129
2339
|
const localVarPath = `/v2/search`;
|
|
@@ -2143,6 +2353,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2143
2353
|
if (searchId !== undefined) {
|
|
2144
2354
|
localVarQueryParameter['searchId'] = searchId;
|
|
2145
2355
|
}
|
|
2356
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2146
2357
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2147
2358
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2148
2359
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -2158,7 +2369,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2158
2369
|
* @param {*} [options] Override http request option.
|
|
2159
2370
|
* @throws {RequiredError}
|
|
2160
2371
|
*/
|
|
2161
|
-
v2GetSearches: (
|
|
2372
|
+
v2GetSearches: (after_1, status_1, ...args_1) => __awaiter(this, [after_1, status_1, ...args_1], void 0, function* (after, status, options = {}) {
|
|
2162
2373
|
const localVarPath = `/v2/searches`;
|
|
2163
2374
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2164
2375
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -2181,6 +2392,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2181
2392
|
if (status !== undefined) {
|
|
2182
2393
|
localVarQueryParameter['status'] = status;
|
|
2183
2394
|
}
|
|
2395
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2184
2396
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2185
2397
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2186
2398
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -2194,7 +2406,6 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2194
2406
|
exports.DefaultApiAxiosParamCreator = DefaultApiAxiosParamCreator;
|
|
2195
2407
|
/**
|
|
2196
2408
|
* DefaultApi - functional programming interface
|
|
2197
|
-
* @export
|
|
2198
2409
|
*/
|
|
2199
2410
|
const DefaultApiFp = function (configuration) {
|
|
2200
2411
|
const localVarAxiosParamCreator = (0, exports.DefaultApiAxiosParamCreator)(configuration);
|
|
@@ -2208,8 +2419,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2208
2419
|
*/
|
|
2209
2420
|
getUncorrelatedTracks(after, options) {
|
|
2210
2421
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2422
|
+
var _a, _b, _c;
|
|
2211
2423
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.getUncorrelatedTracks(after, options);
|
|
2212
|
-
|
|
2424
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2425
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.getUncorrelatedTracks']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2426
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2213
2427
|
});
|
|
2214
2428
|
},
|
|
2215
2429
|
/**
|
|
@@ -2220,8 +2434,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2220
2434
|
*/
|
|
2221
2435
|
v1CreateBlackoutVolume(v1BlackoutVolumeRequest, options) {
|
|
2222
2436
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2437
|
+
var _a, _b, _c;
|
|
2223
2438
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateBlackoutVolume(v1BlackoutVolumeRequest, options);
|
|
2224
|
-
|
|
2439
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2440
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1CreateBlackoutVolume']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2441
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2225
2442
|
});
|
|
2226
2443
|
},
|
|
2227
2444
|
/**
|
|
@@ -2232,8 +2449,27 @@ const DefaultApiFp = function (configuration) {
|
|
|
2232
2449
|
*/
|
|
2233
2450
|
v1CreateDirectTaskInstruction(v1CreateDirectTaskInstructionRequest, options) {
|
|
2234
2451
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2452
|
+
var _a, _b, _c;
|
|
2235
2453
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateDirectTaskInstruction(v1CreateDirectTaskInstructionRequest, options);
|
|
2236
|
-
|
|
2454
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2455
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1CreateDirectTaskInstruction']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2456
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2457
|
+
});
|
|
2458
|
+
},
|
|
2459
|
+
/**
|
|
2460
|
+
* Create metadata about an image by image id. This includes plate solve results
|
|
2461
|
+
* @param {string} imageId
|
|
2462
|
+
* @param {V1CreateImageMetadataRequest} v1CreateImageMetadataRequest
|
|
2463
|
+
* @param {*} [options] Override http request option.
|
|
2464
|
+
* @throws {RequiredError}
|
|
2465
|
+
*/
|
|
2466
|
+
v1CreateImageMetadata(imageId, v1CreateImageMetadataRequest, options) {
|
|
2467
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2468
|
+
var _a, _b, _c;
|
|
2469
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateImageMetadata(imageId, v1CreateImageMetadataRequest, options);
|
|
2470
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2471
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1CreateImageMetadata']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2472
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2237
2473
|
});
|
|
2238
2474
|
},
|
|
2239
2475
|
/**
|
|
@@ -2244,8 +2480,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2244
2480
|
*/
|
|
2245
2481
|
v1CreateImageSet(v1CreateImageSetRequest, options) {
|
|
2246
2482
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2483
|
+
var _a, _b, _c;
|
|
2247
2484
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateImageSet(v1CreateImageSetRequest, options);
|
|
2248
|
-
|
|
2485
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2486
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1CreateImageSet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2487
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2249
2488
|
});
|
|
2250
2489
|
},
|
|
2251
2490
|
/**
|
|
@@ -2256,8 +2495,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2256
2495
|
*/
|
|
2257
2496
|
v1CreateImageSetImage(v1CreateImageSetImageRequest, options) {
|
|
2258
2497
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2498
|
+
var _a, _b, _c;
|
|
2259
2499
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateImageSetImage(v1CreateImageSetImageRequest, options);
|
|
2260
|
-
|
|
2500
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2501
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1CreateImageSetImage']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2502
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2261
2503
|
});
|
|
2262
2504
|
},
|
|
2263
2505
|
/**
|
|
@@ -2268,8 +2510,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2268
2510
|
*/
|
|
2269
2511
|
v1CreateOrganizationTarget(v1CreateOrganizationTargetRequest, options) {
|
|
2270
2512
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2513
|
+
var _a, _b, _c;
|
|
2271
2514
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateOrganizationTarget(v1CreateOrganizationTargetRequest, options);
|
|
2272
|
-
|
|
2515
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2516
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1CreateOrganizationTarget']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2517
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2273
2518
|
});
|
|
2274
2519
|
},
|
|
2275
2520
|
/**
|
|
@@ -2280,8 +2525,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2280
2525
|
*/
|
|
2281
2526
|
v1CreateSatelliteTarget(v1CreateSatelliteTargetRequest, options) {
|
|
2282
2527
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2528
|
+
var _a, _b, _c;
|
|
2283
2529
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateSatelliteTarget(v1CreateSatelliteTargetRequest, options);
|
|
2284
|
-
|
|
2530
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2531
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1CreateSatelliteTarget']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2532
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2285
2533
|
});
|
|
2286
2534
|
},
|
|
2287
2535
|
/**
|
|
@@ -2293,8 +2541,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2293
2541
|
*/
|
|
2294
2542
|
v1CreateSearchInstruction(v1CreateSearchInstructionRequest, options) {
|
|
2295
2543
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2544
|
+
var _a, _b, _c;
|
|
2296
2545
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateSearchInstruction(v1CreateSearchInstructionRequest, options);
|
|
2297
|
-
|
|
2546
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2547
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1CreateSearchInstruction']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2548
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2298
2549
|
});
|
|
2299
2550
|
},
|
|
2300
2551
|
/**
|
|
@@ -2305,8 +2556,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2305
2556
|
*/
|
|
2306
2557
|
v1CreateSurveyInstruction(v1CreateSurveyInstructionRequest, options) {
|
|
2307
2558
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2559
|
+
var _a, _b, _c;
|
|
2308
2560
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateSurveyInstruction(v1CreateSurveyInstructionRequest, options);
|
|
2309
|
-
|
|
2561
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2562
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1CreateSurveyInstruction']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2563
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2310
2564
|
});
|
|
2311
2565
|
},
|
|
2312
2566
|
/**
|
|
@@ -2317,8 +2571,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2317
2571
|
*/
|
|
2318
2572
|
v1CreateWebhookConfiguration(v1CreateWebhookConfigurationRequest, options) {
|
|
2319
2573
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2574
|
+
var _a, _b, _c;
|
|
2320
2575
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateWebhookConfiguration(v1CreateWebhookConfigurationRequest, options);
|
|
2321
|
-
|
|
2576
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2577
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1CreateWebhookConfiguration']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2578
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2322
2579
|
});
|
|
2323
2580
|
},
|
|
2324
2581
|
/**
|
|
@@ -2329,8 +2586,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2329
2586
|
*/
|
|
2330
2587
|
v1CreateWebhookTest(v1CreateWebhookTestRequest, options) {
|
|
2331
2588
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2589
|
+
var _a, _b, _c;
|
|
2332
2590
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateWebhookTest(v1CreateWebhookTestRequest, options);
|
|
2333
|
-
|
|
2591
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2592
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1CreateWebhookTest']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2593
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2334
2594
|
});
|
|
2335
2595
|
},
|
|
2336
2596
|
/**
|
|
@@ -2341,8 +2601,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2341
2601
|
*/
|
|
2342
2602
|
v1DeleteBlackoutVolume(id, options) {
|
|
2343
2603
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2604
|
+
var _a, _b, _c;
|
|
2344
2605
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1DeleteBlackoutVolume(id, options);
|
|
2345
|
-
|
|
2606
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2607
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1DeleteBlackoutVolume']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2608
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2346
2609
|
});
|
|
2347
2610
|
},
|
|
2348
2611
|
/**
|
|
@@ -2353,8 +2616,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2353
2616
|
*/
|
|
2354
2617
|
v1DeleteDirectTaskInstruction(id, options) {
|
|
2355
2618
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2619
|
+
var _a, _b, _c;
|
|
2356
2620
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1DeleteDirectTaskInstruction(id, options);
|
|
2357
|
-
|
|
2621
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2622
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1DeleteDirectTaskInstruction']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2623
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2358
2624
|
});
|
|
2359
2625
|
},
|
|
2360
2626
|
/**
|
|
@@ -2365,8 +2631,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2365
2631
|
*/
|
|
2366
2632
|
v1DeleteImageSet(id, options) {
|
|
2367
2633
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2634
|
+
var _a, _b, _c;
|
|
2368
2635
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1DeleteImageSet(id, options);
|
|
2369
|
-
|
|
2636
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2637
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1DeleteImageSet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2638
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2370
2639
|
});
|
|
2371
2640
|
},
|
|
2372
2641
|
/**
|
|
@@ -2377,8 +2646,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2377
2646
|
*/
|
|
2378
2647
|
v1DeleteImageSetImage(imageId, options) {
|
|
2379
2648
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2649
|
+
var _a, _b, _c;
|
|
2380
2650
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1DeleteImageSetImage(imageId, options);
|
|
2381
|
-
|
|
2651
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2652
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1DeleteImageSetImage']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2653
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2382
2654
|
});
|
|
2383
2655
|
},
|
|
2384
2656
|
/**
|
|
@@ -2389,8 +2661,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2389
2661
|
*/
|
|
2390
2662
|
v1DeleteOrganizationTarget(satelliteTargetId, options) {
|
|
2391
2663
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2664
|
+
var _a, _b, _c;
|
|
2392
2665
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1DeleteOrganizationTarget(satelliteTargetId, options);
|
|
2393
|
-
|
|
2666
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2667
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1DeleteOrganizationTarget']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2668
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2394
2669
|
});
|
|
2395
2670
|
},
|
|
2396
2671
|
/**
|
|
@@ -2401,8 +2676,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2401
2676
|
*/
|
|
2402
2677
|
v1DeleteSearchInstruction(id, options) {
|
|
2403
2678
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2679
|
+
var _a, _b, _c;
|
|
2404
2680
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1DeleteSearchInstruction(id, options);
|
|
2405
|
-
|
|
2681
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2682
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1DeleteSearchInstruction']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2683
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2406
2684
|
});
|
|
2407
2685
|
},
|
|
2408
2686
|
/**
|
|
@@ -2413,8 +2691,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2413
2691
|
*/
|
|
2414
2692
|
v1DeleteSurveyInstruction(id, options) {
|
|
2415
2693
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2694
|
+
var _a, _b, _c;
|
|
2416
2695
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1DeleteSurveyInstruction(id, options);
|
|
2417
|
-
|
|
2696
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2697
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1DeleteSurveyInstruction']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2698
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2418
2699
|
});
|
|
2419
2700
|
},
|
|
2420
2701
|
/**
|
|
@@ -2425,8 +2706,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2425
2706
|
*/
|
|
2426
2707
|
v1DeleteWebhookConfiguration(id, options) {
|
|
2427
2708
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2709
|
+
var _a, _b, _c;
|
|
2428
2710
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1DeleteWebhookConfiguration(id, options);
|
|
2429
|
-
|
|
2711
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2712
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1DeleteWebhookConfiguration']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2713
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2430
2714
|
});
|
|
2431
2715
|
},
|
|
2432
2716
|
/**
|
|
@@ -2437,8 +2721,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2437
2721
|
*/
|
|
2438
2722
|
v1GetImageMetadata(imageId, options) {
|
|
2439
2723
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2724
|
+
var _a, _b, _c;
|
|
2440
2725
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetImageMetadata(imageId, options);
|
|
2441
|
-
|
|
2726
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2727
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1GetImageMetadata']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2728
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2442
2729
|
});
|
|
2443
2730
|
},
|
|
2444
2731
|
/**
|
|
@@ -2449,8 +2736,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2449
2736
|
*/
|
|
2450
2737
|
v1GetImageSet(id, options) {
|
|
2451
2738
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2739
|
+
var _a, _b, _c;
|
|
2452
2740
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetImageSet(id, options);
|
|
2453
|
-
|
|
2741
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2742
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1GetImageSet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2743
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2454
2744
|
});
|
|
2455
2745
|
},
|
|
2456
2746
|
/**
|
|
@@ -2461,31 +2751,42 @@ const DefaultApiFp = function (configuration) {
|
|
|
2461
2751
|
*/
|
|
2462
2752
|
v1GetImageSetImage(imageId, options) {
|
|
2463
2753
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2754
|
+
var _a, _b, _c;
|
|
2464
2755
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetImageSetImage(imageId, options);
|
|
2465
|
-
|
|
2756
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2757
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1GetImageSetImage']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2758
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2466
2759
|
});
|
|
2467
2760
|
},
|
|
2468
2761
|
/**
|
|
2469
|
-
* Get image set images.
|
|
2470
|
-
* @param {Array<string>} imageSets
|
|
2762
|
+
* 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.
|
|
2763
|
+
* @param {Array<string>} [imageSets]
|
|
2764
|
+
* @param {string} [starPartyId]
|
|
2471
2765
|
* @param {*} [options] Override http request option.
|
|
2472
2766
|
* @throws {RequiredError}
|
|
2473
2767
|
*/
|
|
2474
|
-
v1GetImageSetImages(imageSets, options) {
|
|
2768
|
+
v1GetImageSetImages(imageSets, starPartyId, options) {
|
|
2475
2769
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2476
|
-
|
|
2477
|
-
|
|
2770
|
+
var _a, _b, _c;
|
|
2771
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetImageSetImages(imageSets, starPartyId, options);
|
|
2772
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2773
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1GetImageSetImages']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2774
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2478
2775
|
});
|
|
2479
2776
|
},
|
|
2480
2777
|
/**
|
|
2481
|
-
* Get image sets.
|
|
2778
|
+
* 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.
|
|
2779
|
+
* @param {string} [starPartyId]
|
|
2482
2780
|
* @param {*} [options] Override http request option.
|
|
2483
2781
|
* @throws {RequiredError}
|
|
2484
2782
|
*/
|
|
2485
|
-
v1GetImageSets(options) {
|
|
2783
|
+
v1GetImageSets(starPartyId, options) {
|
|
2486
2784
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2487
|
-
|
|
2488
|
-
|
|
2785
|
+
var _a, _b, _c;
|
|
2786
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetImageSets(starPartyId, options);
|
|
2787
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2788
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1GetImageSets']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2789
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2489
2790
|
});
|
|
2490
2791
|
},
|
|
2491
2792
|
/**
|
|
@@ -2496,8 +2797,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2496
2797
|
*/
|
|
2497
2798
|
v1GetNodeProperties(nodeId, options) {
|
|
2498
2799
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2800
|
+
var _a, _b, _c;
|
|
2499
2801
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetNodeProperties(nodeId, options);
|
|
2500
|
-
|
|
2802
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2803
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1GetNodeProperties']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2804
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2501
2805
|
});
|
|
2502
2806
|
},
|
|
2503
2807
|
/**
|
|
@@ -2510,8 +2814,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2510
2814
|
*/
|
|
2511
2815
|
v1GetNodeSatelliteCalibrations(nodeId, limit, before, options) {
|
|
2512
2816
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2817
|
+
var _a, _b, _c;
|
|
2513
2818
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetNodeSatelliteCalibrations(nodeId, limit, before, options);
|
|
2514
|
-
|
|
2819
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2820
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1GetNodeSatelliteCalibrations']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2821
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2515
2822
|
});
|
|
2516
2823
|
},
|
|
2517
2824
|
/**
|
|
@@ -2522,8 +2829,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2522
2829
|
*/
|
|
2523
2830
|
v1GetObservationFeatures(imageId, options) {
|
|
2524
2831
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2832
|
+
var _a, _b, _c;
|
|
2525
2833
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetObservationFeatures(imageId, options);
|
|
2526
|
-
|
|
2834
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2835
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1GetObservationFeatures']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2836
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2527
2837
|
});
|
|
2528
2838
|
},
|
|
2529
2839
|
/**
|
|
@@ -2535,8 +2845,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2535
2845
|
*/
|
|
2536
2846
|
v1GetObservationSequenceResult(observationSequenceResultId, imageId, options) {
|
|
2537
2847
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2848
|
+
var _a, _b, _c;
|
|
2538
2849
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetObservationSequenceResult(observationSequenceResultId, imageId, options);
|
|
2539
|
-
|
|
2850
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2851
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1GetObservationSequenceResult']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2852
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2540
2853
|
});
|
|
2541
2854
|
},
|
|
2542
2855
|
/**
|
|
@@ -2548,8 +2861,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2548
2861
|
*/
|
|
2549
2862
|
v1GetObservationSequenceResults(targetId, after, options) {
|
|
2550
2863
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2864
|
+
var _a, _b, _c;
|
|
2551
2865
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetObservationSequenceResults(targetId, after, options);
|
|
2552
|
-
|
|
2866
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2867
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1GetObservationSequenceResults']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2868
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2553
2869
|
});
|
|
2554
2870
|
},
|
|
2555
2871
|
/**
|
|
@@ -2566,21 +2882,28 @@ const DefaultApiFp = function (configuration) {
|
|
|
2566
2882
|
*/
|
|
2567
2883
|
v1GetObservationStatuses(targetId, before, searchInstructionId, surveyInstructionId, resolvedImageInstructionId, directTaskId, imageId, options) {
|
|
2568
2884
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2885
|
+
var _a, _b, _c;
|
|
2569
2886
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetObservationStatuses(targetId, before, searchInstructionId, surveyInstructionId, resolvedImageInstructionId, directTaskId, imageId, options);
|
|
2570
|
-
|
|
2887
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2888
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1GetObservationStatuses']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2889
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2571
2890
|
});
|
|
2572
2891
|
},
|
|
2573
2892
|
/**
|
|
2574
|
-
* Get potential observation windows for all satellites of your organization across the network from now
|
|
2575
|
-
* @param {string} until
|
|
2893
|
+
* 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`
|
|
2894
|
+
* @param {string} until End of the window. Must be within 72 hours of `from`.
|
|
2895
|
+
* @param {string} [from] Start of the window. Defaults to now.
|
|
2576
2896
|
* @param {boolean} [includeWeather]
|
|
2577
2897
|
* @param {*} [options] Override http request option.
|
|
2578
2898
|
* @throws {RequiredError}
|
|
2579
2899
|
*/
|
|
2580
|
-
v1GetOrganizationSatellitePotentials(until, includeWeather, options) {
|
|
2900
|
+
v1GetOrganizationSatellitePotentials(until, from, includeWeather, options) {
|
|
2581
2901
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2582
|
-
|
|
2583
|
-
|
|
2902
|
+
var _a, _b, _c;
|
|
2903
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetOrganizationSatellitePotentials(until, from, includeWeather, options);
|
|
2904
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2905
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1GetOrganizationSatellitePotentials']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2906
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2584
2907
|
});
|
|
2585
2908
|
},
|
|
2586
2909
|
/**
|
|
@@ -2591,8 +2914,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2591
2914
|
*/
|
|
2592
2915
|
v1GetOrganizationTarget(organizationTargetId, options) {
|
|
2593
2916
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2917
|
+
var _a, _b, _c;
|
|
2594
2918
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetOrganizationTarget(organizationTargetId, options);
|
|
2595
|
-
|
|
2919
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2920
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1GetOrganizationTarget']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2921
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2596
2922
|
});
|
|
2597
2923
|
},
|
|
2598
2924
|
/**
|
|
@@ -2602,22 +2928,90 @@ const DefaultApiFp = function (configuration) {
|
|
|
2602
2928
|
*/
|
|
2603
2929
|
v1GetOrganizationTargets(options) {
|
|
2604
2930
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2931
|
+
var _a, _b, _c;
|
|
2605
2932
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetOrganizationTargets(options);
|
|
2606
|
-
|
|
2933
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2934
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1GetOrganizationTargets']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2935
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2607
2936
|
});
|
|
2608
2937
|
},
|
|
2609
2938
|
/**
|
|
2610
|
-
* Get
|
|
2939
|
+
* 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.
|
|
2940
|
+
* @param {string} imageId
|
|
2941
|
+
* @param {*} [options] Override http request option.
|
|
2942
|
+
* @throws {RequiredError}
|
|
2943
|
+
*/
|
|
2944
|
+
v1GetResolvedImageMetadata(imageId, options) {
|
|
2945
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2946
|
+
var _a, _b, _c;
|
|
2947
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetResolvedImageMetadata(imageId, options);
|
|
2948
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2949
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1GetResolvedImageMetadata']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2950
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2951
|
+
});
|
|
2952
|
+
},
|
|
2953
|
+
/**
|
|
2954
|
+
* 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.
|
|
2955
|
+
* @param {string} [before] Return observations whose time_utc is strictly less than this timestamp. Defaults to now.
|
|
2956
|
+
* @param {number} [limit] Maximum number of rows to return. Defaults to 20, capped at 100.
|
|
2957
|
+
* @param {*} [options] Override http request option.
|
|
2958
|
+
* @throws {RequiredError}
|
|
2959
|
+
*/
|
|
2960
|
+
v1GetResolvedImageObservations(before, limit, options) {
|
|
2961
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2962
|
+
var _a, _b, _c;
|
|
2963
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetResolvedImageObservations(before, limit, options);
|
|
2964
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2965
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1GetResolvedImageObservations']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2966
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2967
|
+
});
|
|
2968
|
+
},
|
|
2969
|
+
/**
|
|
2970
|
+
* 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.
|
|
2971
|
+
* @param {string} imageId An image ID (either unsharpened or sharpened)
|
|
2972
|
+
* @param {*} [options] Override http request option.
|
|
2973
|
+
* @throws {RequiredError}
|
|
2974
|
+
*/
|
|
2975
|
+
v1GetResolvedImagePair(imageId, options) {
|
|
2976
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2977
|
+
var _a, _b, _c;
|
|
2978
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetResolvedImagePair(imageId, options);
|
|
2979
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2980
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1GetResolvedImagePair']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2981
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2982
|
+
});
|
|
2983
|
+
},
|
|
2984
|
+
/**
|
|
2985
|
+
* 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.
|
|
2986
|
+
* @param {string} imageSetId The unsharpened image set ID
|
|
2987
|
+
* @param {*} [options] Override http request option.
|
|
2988
|
+
* @throws {RequiredError}
|
|
2989
|
+
*/
|
|
2990
|
+
v1GetResolvedImageSet(imageSetId, options) {
|
|
2991
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2992
|
+
var _a, _b, _c;
|
|
2993
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetResolvedImageSet(imageSetId, options);
|
|
2994
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2995
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1GetResolvedImageSet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2996
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2997
|
+
});
|
|
2998
|
+
},
|
|
2999
|
+
/**
|
|
3000
|
+
* Get potential observation windows for a satellite across the network up to 72 hours from now (or from the optional `from` datetime) until `until`
|
|
2611
3001
|
* @param {string} satelliteTargetId
|
|
2612
|
-
* @param {string} until
|
|
3002
|
+
* @param {string} until End of the window. Must be within 72 hours of `from`.
|
|
3003
|
+
* @param {string} [from] Start of the window. Defaults to now.
|
|
2613
3004
|
* @param {boolean} [includeWeather]
|
|
2614
3005
|
* @param {*} [options] Override http request option.
|
|
2615
3006
|
* @throws {RequiredError}
|
|
2616
3007
|
*/
|
|
2617
|
-
v1GetSatellitePotentials(satelliteTargetId, until, includeWeather, options) {
|
|
3008
|
+
v1GetSatellitePotentials(satelliteTargetId, until, from, includeWeather, options) {
|
|
2618
3009
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2619
|
-
|
|
2620
|
-
|
|
3010
|
+
var _a, _b, _c;
|
|
3011
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetSatellitePotentials(satelliteTargetId, until, from, includeWeather, options);
|
|
3012
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3013
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1GetSatellitePotentials']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3014
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2621
3015
|
});
|
|
2622
3016
|
},
|
|
2623
3017
|
/**
|
|
@@ -2628,8 +3022,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2628
3022
|
*/
|
|
2629
3023
|
v1GetSatelliteTarget(id, options) {
|
|
2630
3024
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3025
|
+
var _a, _b, _c;
|
|
2631
3026
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetSatelliteTarget(id, options);
|
|
2632
|
-
|
|
3027
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3028
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1GetSatelliteTarget']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3029
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2633
3030
|
});
|
|
2634
3031
|
},
|
|
2635
3032
|
/**
|
|
@@ -2645,8 +3042,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2645
3042
|
*/
|
|
2646
3043
|
v1GetSatelliteTargets(offset, limit, orbitType, noradId, publicTargets, privateTargets, options) {
|
|
2647
3044
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3045
|
+
var _a, _b, _c;
|
|
2648
3046
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetSatelliteTargets(offset, limit, orbitType, noradId, publicTargets, privateTargets, options);
|
|
2649
|
-
|
|
3047
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3048
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1GetSatelliteTargets']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3049
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2650
3050
|
});
|
|
2651
3051
|
},
|
|
2652
3052
|
/**
|
|
@@ -2657,8 +3057,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2657
3057
|
*/
|
|
2658
3058
|
v1GetSearchInstructions(before, options) {
|
|
2659
3059
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3060
|
+
var _a, _b, _c;
|
|
2660
3061
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetSearchInstructions(before, options);
|
|
2661
|
-
|
|
3062
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3063
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1GetSearchInstructions']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3064
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2662
3065
|
});
|
|
2663
3066
|
},
|
|
2664
3067
|
/**
|
|
@@ -2671,8 +3074,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2671
3074
|
*/
|
|
2672
3075
|
v1GetStateVectors(targetId, before, after, options) {
|
|
2673
3076
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3077
|
+
var _a, _b, _c;
|
|
2674
3078
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetStateVectors(targetId, before, after, options);
|
|
2675
|
-
|
|
3079
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3080
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1GetStateVectors']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3081
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2676
3082
|
});
|
|
2677
3083
|
},
|
|
2678
3084
|
/**
|
|
@@ -2683,8 +3089,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2683
3089
|
*/
|
|
2684
3090
|
v1GetSurveyInstructions(before, options) {
|
|
2685
3091
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3092
|
+
var _a, _b, _c;
|
|
2686
3093
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetSurveyInstructions(before, options);
|
|
2687
|
-
|
|
3094
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3095
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1GetSurveyInstructions']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3096
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2688
3097
|
});
|
|
2689
3098
|
},
|
|
2690
3099
|
/**
|
|
@@ -2695,8 +3104,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2695
3104
|
*/
|
|
2696
3105
|
v1GetTdm(tdmId, options) {
|
|
2697
3106
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3107
|
+
var _a, _b, _c;
|
|
2698
3108
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetTdm(tdmId, options);
|
|
2699
|
-
|
|
3109
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3110
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1GetTdm']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3111
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2700
3112
|
});
|
|
2701
3113
|
},
|
|
2702
3114
|
/**
|
|
@@ -2708,8 +3120,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2708
3120
|
*/
|
|
2709
3121
|
v1GetTdms(targetId, after, options) {
|
|
2710
3122
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3123
|
+
var _a, _b, _c;
|
|
2711
3124
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetTdms(targetId, after, options);
|
|
2712
|
-
|
|
3125
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3126
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1GetTdms']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3127
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2713
3128
|
});
|
|
2714
3129
|
},
|
|
2715
3130
|
/**
|
|
@@ -2719,8 +3134,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2719
3134
|
*/
|
|
2720
3135
|
v1GetWebhookConfigurations(options) {
|
|
2721
3136
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3137
|
+
var _a, _b, _c;
|
|
2722
3138
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetWebhookConfigurations(options);
|
|
2723
|
-
|
|
3139
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3140
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1GetWebhookConfigurations']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3141
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2724
3142
|
});
|
|
2725
3143
|
},
|
|
2726
3144
|
/**
|
|
@@ -2733,8 +3151,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2733
3151
|
*/
|
|
2734
3152
|
v1GetWebhookLogs(webhookId, limit, offset, options) {
|
|
2735
3153
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3154
|
+
var _a, _b, _c;
|
|
2736
3155
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetWebhookLogs(webhookId, limit, offset, options);
|
|
2737
|
-
|
|
3156
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3157
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1GetWebhookLogs']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3158
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2738
3159
|
});
|
|
2739
3160
|
},
|
|
2740
3161
|
/**
|
|
@@ -2745,8 +3166,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2745
3166
|
*/
|
|
2746
3167
|
v1PutOrbitProviderTLEOrbit(v1PutOrbitProviderTLERequest, options) {
|
|
2747
3168
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3169
|
+
var _a, _b, _c;
|
|
2748
3170
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1PutOrbitProviderTLEOrbit(v1PutOrbitProviderTLERequest, options);
|
|
2749
|
-
|
|
3171
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3172
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1PutOrbitProviderTLEOrbit']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3173
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2750
3174
|
});
|
|
2751
3175
|
},
|
|
2752
3176
|
/**
|
|
@@ -2757,8 +3181,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2757
3181
|
*/
|
|
2758
3182
|
v1UpdateEmailConfiguration(v1UpdateEmailConfigurationRequest, options) {
|
|
2759
3183
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3184
|
+
var _a, _b, _c;
|
|
2760
3185
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1UpdateEmailConfiguration(v1UpdateEmailConfigurationRequest, options);
|
|
2761
|
-
|
|
3186
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3187
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1UpdateEmailConfiguration']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3188
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2762
3189
|
});
|
|
2763
3190
|
},
|
|
2764
3191
|
/**
|
|
@@ -2769,8 +3196,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2769
3196
|
*/
|
|
2770
3197
|
v1UpdateOrganizationTarget(v1UpdateOrganizationTargetRequest, options) {
|
|
2771
3198
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3199
|
+
var _a, _b, _c;
|
|
2772
3200
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1UpdateOrganizationTarget(v1UpdateOrganizationTargetRequest, options);
|
|
2773
|
-
|
|
3201
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3202
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1UpdateOrganizationTarget']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3203
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2774
3204
|
});
|
|
2775
3205
|
},
|
|
2776
3206
|
/**
|
|
@@ -2781,8 +3211,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2781
3211
|
*/
|
|
2782
3212
|
v1UpdateSatelliteTarget(v1UpdateSatelliteTargetRequest, options) {
|
|
2783
3213
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3214
|
+
var _a, _b, _c;
|
|
2784
3215
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1UpdateSatelliteTarget(v1UpdateSatelliteTargetRequest, options);
|
|
2785
|
-
|
|
3216
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3217
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1UpdateSatelliteTarget']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3218
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2786
3219
|
});
|
|
2787
3220
|
},
|
|
2788
3221
|
/**
|
|
@@ -2793,32 +3226,41 @@ const DefaultApiFp = function (configuration) {
|
|
|
2793
3226
|
*/
|
|
2794
3227
|
v1UpdateWebhookConfiguration(v1UpdateWebhookConfigurationRequest, options) {
|
|
2795
3228
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3229
|
+
var _a, _b, _c;
|
|
2796
3230
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1UpdateWebhookConfiguration(v1UpdateWebhookConfigurationRequest, options);
|
|
2797
|
-
|
|
3231
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3232
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v1UpdateWebhookConfiguration']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3233
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2798
3234
|
});
|
|
2799
3235
|
},
|
|
2800
3236
|
/**
|
|
2801
|
-
* Create a plane scan
|
|
3237
|
+
* 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
|
|
2802
3238
|
* @param {V1PlaneScanRequest} v1PlaneScanRequest
|
|
2803
3239
|
* @param {*} [options] Override http request option.
|
|
2804
3240
|
* @throws {RequiredError}
|
|
2805
3241
|
*/
|
|
2806
3242
|
v2CreatePlaneScan(v1PlaneScanRequest, options) {
|
|
2807
3243
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3244
|
+
var _a, _b, _c;
|
|
2808
3245
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v2CreatePlaneScan(v1PlaneScanRequest, options);
|
|
2809
|
-
|
|
3246
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3247
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v2CreatePlaneScan']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3248
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2810
3249
|
});
|
|
2811
3250
|
},
|
|
2812
3251
|
/**
|
|
2813
|
-
* Create a RIC volume search
|
|
3252
|
+
* 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
|
|
2814
3253
|
* @param {V1RicVolumeSearchRequest} v1RicVolumeSearchRequest
|
|
2815
3254
|
* @param {*} [options] Override http request option.
|
|
2816
3255
|
* @throws {RequiredError}
|
|
2817
3256
|
*/
|
|
2818
3257
|
v2CreateRicVolumeSearch(v1RicVolumeSearchRequest, options) {
|
|
2819
3258
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3259
|
+
var _a, _b, _c;
|
|
2820
3260
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v2CreateRicVolumeSearch(v1RicVolumeSearchRequest, options);
|
|
2821
|
-
|
|
3261
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3262
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v2CreateRicVolumeSearch']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3263
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2822
3264
|
});
|
|
2823
3265
|
},
|
|
2824
3266
|
/**
|
|
@@ -2829,8 +3271,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2829
3271
|
*/
|
|
2830
3272
|
v2DeletePlaneScan(id, options) {
|
|
2831
3273
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3274
|
+
var _a, _b, _c;
|
|
2832
3275
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v2DeletePlaneScan(id, options);
|
|
2833
|
-
|
|
3276
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3277
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v2DeletePlaneScan']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3278
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2834
3279
|
});
|
|
2835
3280
|
},
|
|
2836
3281
|
/**
|
|
@@ -2841,8 +3286,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2841
3286
|
*/
|
|
2842
3287
|
v2DeleteRicVolumeSearch(id, options) {
|
|
2843
3288
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3289
|
+
var _a, _b, _c;
|
|
2844
3290
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v2DeleteRicVolumeSearch(id, options);
|
|
2845
|
-
|
|
3291
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3292
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v2DeleteRicVolumeSearch']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3293
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2846
3294
|
});
|
|
2847
3295
|
},
|
|
2848
3296
|
/**
|
|
@@ -2853,8 +3301,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2853
3301
|
*/
|
|
2854
3302
|
v2GetSearch(searchId, options) {
|
|
2855
3303
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3304
|
+
var _a, _b, _c;
|
|
2856
3305
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v2GetSearch(searchId, options);
|
|
2857
|
-
|
|
3306
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3307
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v2GetSearch']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3308
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2858
3309
|
});
|
|
2859
3310
|
},
|
|
2860
3311
|
/**
|
|
@@ -2866,8 +3317,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2866
3317
|
*/
|
|
2867
3318
|
v2GetSearches(after, status, options) {
|
|
2868
3319
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3320
|
+
var _a, _b, _c;
|
|
2869
3321
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v2GetSearches(after, status, options);
|
|
2870
|
-
|
|
3322
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3323
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.v2GetSearches']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3324
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2871
3325
|
});
|
|
2872
3326
|
},
|
|
2873
3327
|
};
|
|
@@ -2875,7 +3329,6 @@ const DefaultApiFp = function (configuration) {
|
|
|
2875
3329
|
exports.DefaultApiFp = DefaultApiFp;
|
|
2876
3330
|
/**
|
|
2877
3331
|
* DefaultApi - factory interface
|
|
2878
|
-
* @export
|
|
2879
3332
|
*/
|
|
2880
3333
|
const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
2881
3334
|
const localVarFp = (0, exports.DefaultApiFp)(configuration);
|
|
@@ -2908,6 +3361,15 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
2908
3361
|
v1CreateDirectTaskInstruction(requestParameters, options) {
|
|
2909
3362
|
return localVarFp.v1CreateDirectTaskInstruction(requestParameters.v1CreateDirectTaskInstructionRequest, options).then((request) => request(axios, basePath));
|
|
2910
3363
|
},
|
|
3364
|
+
/**
|
|
3365
|
+
* Create metadata about an image by image id. This includes plate solve results
|
|
3366
|
+
* @param {DefaultApiV1CreateImageMetadataRequest} requestParameters Request parameters.
|
|
3367
|
+
* @param {*} [options] Override http request option.
|
|
3368
|
+
* @throws {RequiredError}
|
|
3369
|
+
*/
|
|
3370
|
+
v1CreateImageMetadata(requestParameters, options) {
|
|
3371
|
+
return localVarFp.v1CreateImageMetadata(requestParameters.imageId, requestParameters.v1CreateImageMetadataRequest, options).then((request) => request(axios, basePath));
|
|
3372
|
+
},
|
|
2911
3373
|
/**
|
|
2912
3374
|
* Create an image set.
|
|
2913
3375
|
* @param {DefaultApiV1CreateImageSetRequest} requestParameters Request parameters.
|
|
@@ -3081,21 +3543,22 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
3081
3543
|
return localVarFp.v1GetImageSetImage(requestParameters.imageId, options).then((request) => request(axios, basePath));
|
|
3082
3544
|
},
|
|
3083
3545
|
/**
|
|
3084
|
-
* Get image set images.
|
|
3546
|
+
* 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.
|
|
3085
3547
|
* @param {DefaultApiV1GetImageSetImagesRequest} requestParameters Request parameters.
|
|
3086
3548
|
* @param {*} [options] Override http request option.
|
|
3087
3549
|
* @throws {RequiredError}
|
|
3088
3550
|
*/
|
|
3089
|
-
v1GetImageSetImages(requestParameters, options) {
|
|
3090
|
-
return localVarFp.v1GetImageSetImages(requestParameters.imageSets, options).then((request) => request(axios, basePath));
|
|
3551
|
+
v1GetImageSetImages(requestParameters = {}, options) {
|
|
3552
|
+
return localVarFp.v1GetImageSetImages(requestParameters.imageSets, requestParameters.starPartyId, options).then((request) => request(axios, basePath));
|
|
3091
3553
|
},
|
|
3092
3554
|
/**
|
|
3093
|
-
* Get image sets.
|
|
3555
|
+
* 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.
|
|
3556
|
+
* @param {DefaultApiV1GetImageSetsRequest} requestParameters Request parameters.
|
|
3094
3557
|
* @param {*} [options] Override http request option.
|
|
3095
3558
|
* @throws {RequiredError}
|
|
3096
3559
|
*/
|
|
3097
|
-
v1GetImageSets(options) {
|
|
3098
|
-
return localVarFp.v1GetImageSets(options).then((request) => request(axios, basePath));
|
|
3560
|
+
v1GetImageSets(requestParameters = {}, options) {
|
|
3561
|
+
return localVarFp.v1GetImageSets(requestParameters.starPartyId, options).then((request) => request(axios, basePath));
|
|
3099
3562
|
},
|
|
3100
3563
|
/**
|
|
3101
3564
|
* Get node properties.
|
|
@@ -3152,13 +3615,13 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
3152
3615
|
return localVarFp.v1GetObservationStatuses(requestParameters.targetId, requestParameters.before, requestParameters.searchInstructionId, requestParameters.surveyInstructionId, requestParameters.resolvedImageInstructionId, requestParameters.directTaskId, requestParameters.imageId, options).then((request) => request(axios, basePath));
|
|
3153
3616
|
},
|
|
3154
3617
|
/**
|
|
3155
|
-
* Get potential observation windows for all satellites of your organization across the network from now
|
|
3618
|
+
* 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`
|
|
3156
3619
|
* @param {DefaultApiV1GetOrganizationSatellitePotentialsRequest} requestParameters Request parameters.
|
|
3157
3620
|
* @param {*} [options] Override http request option.
|
|
3158
3621
|
* @throws {RequiredError}
|
|
3159
3622
|
*/
|
|
3160
3623
|
v1GetOrganizationSatellitePotentials(requestParameters, options) {
|
|
3161
|
-
return localVarFp.v1GetOrganizationSatellitePotentials(requestParameters.until, requestParameters.includeWeather, options).then((request) => request(axios, basePath));
|
|
3624
|
+
return localVarFp.v1GetOrganizationSatellitePotentials(requestParameters.until, requestParameters.from, requestParameters.includeWeather, options).then((request) => request(axios, basePath));
|
|
3162
3625
|
},
|
|
3163
3626
|
/**
|
|
3164
3627
|
* Get an existing organization target
|
|
@@ -3178,13 +3641,49 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
3178
3641
|
return localVarFp.v1GetOrganizationTargets(options).then((request) => request(axios, basePath));
|
|
3179
3642
|
},
|
|
3180
3643
|
/**
|
|
3181
|
-
* Get
|
|
3644
|
+
* 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.
|
|
3645
|
+
* @param {DefaultApiV1GetResolvedImageMetadataRequest} requestParameters Request parameters.
|
|
3646
|
+
* @param {*} [options] Override http request option.
|
|
3647
|
+
* @throws {RequiredError}
|
|
3648
|
+
*/
|
|
3649
|
+
v1GetResolvedImageMetadata(requestParameters, options) {
|
|
3650
|
+
return localVarFp.v1GetResolvedImageMetadata(requestParameters.imageId, options).then((request) => request(axios, basePath));
|
|
3651
|
+
},
|
|
3652
|
+
/**
|
|
3653
|
+
* 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.
|
|
3654
|
+
* @param {DefaultApiV1GetResolvedImageObservationsRequest} requestParameters Request parameters.
|
|
3655
|
+
* @param {*} [options] Override http request option.
|
|
3656
|
+
* @throws {RequiredError}
|
|
3657
|
+
*/
|
|
3658
|
+
v1GetResolvedImageObservations(requestParameters = {}, options) {
|
|
3659
|
+
return localVarFp.v1GetResolvedImageObservations(requestParameters.before, requestParameters.limit, options).then((request) => request(axios, basePath));
|
|
3660
|
+
},
|
|
3661
|
+
/**
|
|
3662
|
+
* 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.
|
|
3663
|
+
* @param {DefaultApiV1GetResolvedImagePairRequest} requestParameters Request parameters.
|
|
3664
|
+
* @param {*} [options] Override http request option.
|
|
3665
|
+
* @throws {RequiredError}
|
|
3666
|
+
*/
|
|
3667
|
+
v1GetResolvedImagePair(requestParameters, options) {
|
|
3668
|
+
return localVarFp.v1GetResolvedImagePair(requestParameters.imageId, options).then((request) => request(axios, basePath));
|
|
3669
|
+
},
|
|
3670
|
+
/**
|
|
3671
|
+
* 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.
|
|
3672
|
+
* @param {DefaultApiV1GetResolvedImageSetRequest} requestParameters Request parameters.
|
|
3673
|
+
* @param {*} [options] Override http request option.
|
|
3674
|
+
* @throws {RequiredError}
|
|
3675
|
+
*/
|
|
3676
|
+
v1GetResolvedImageSet(requestParameters, options) {
|
|
3677
|
+
return localVarFp.v1GetResolvedImageSet(requestParameters.imageSetId, options).then((request) => request(axios, basePath));
|
|
3678
|
+
},
|
|
3679
|
+
/**
|
|
3680
|
+
* Get potential observation windows for a satellite across the network up to 72 hours from now (or from the optional `from` datetime) until `until`
|
|
3182
3681
|
* @param {DefaultApiV1GetSatellitePotentialsRequest} requestParameters Request parameters.
|
|
3183
3682
|
* @param {*} [options] Override http request option.
|
|
3184
3683
|
* @throws {RequiredError}
|
|
3185
3684
|
*/
|
|
3186
3685
|
v1GetSatellitePotentials(requestParameters, options) {
|
|
3187
|
-
return localVarFp.v1GetSatellitePotentials(requestParameters.satelliteTargetId, requestParameters.until, requestParameters.includeWeather, options).then((request) => request(axios, basePath));
|
|
3686
|
+
return localVarFp.v1GetSatellitePotentials(requestParameters.satelliteTargetId, requestParameters.until, requestParameters.from, requestParameters.includeWeather, options).then((request) => request(axios, basePath));
|
|
3188
3687
|
},
|
|
3189
3688
|
/**
|
|
3190
3689
|
* Get a satellite target that the OurSky platform can currently track by id.
|
|
@@ -3312,7 +3811,7 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
3312
3811
|
return localVarFp.v1UpdateWebhookConfiguration(requestParameters.v1UpdateWebhookConfigurationRequest, options).then((request) => request(axios, basePath));
|
|
3313
3812
|
},
|
|
3314
3813
|
/**
|
|
3315
|
-
* Create a plane scan
|
|
3814
|
+
* 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
|
|
3316
3815
|
* @param {DefaultApiV2CreatePlaneScanRequest} requestParameters Request parameters.
|
|
3317
3816
|
* @param {*} [options] Override http request option.
|
|
3318
3817
|
* @throws {RequiredError}
|
|
@@ -3321,7 +3820,7 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
3321
3820
|
return localVarFp.v2CreatePlaneScan(requestParameters.v1PlaneScanRequest, options).then((request) => request(axios, basePath));
|
|
3322
3821
|
},
|
|
3323
3822
|
/**
|
|
3324
|
-
* Create a RIC volume search
|
|
3823
|
+
* 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
|
|
3325
3824
|
* @param {DefaultApiV2CreateRicVolumeSearchRequest} requestParameters Request parameters.
|
|
3326
3825
|
* @param {*} [options] Override http request option.
|
|
3327
3826
|
* @throws {RequiredError}
|
|
@@ -3370,9 +3869,6 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
3370
3869
|
exports.DefaultApiFactory = DefaultApiFactory;
|
|
3371
3870
|
/**
|
|
3372
3871
|
* DefaultApi - object-oriented interface
|
|
3373
|
-
* @export
|
|
3374
|
-
* @class DefaultApi
|
|
3375
|
-
* @extends {BaseAPI}
|
|
3376
3872
|
*/
|
|
3377
3873
|
class DefaultApi extends base_1.BaseAPI {
|
|
3378
3874
|
/**
|
|
@@ -3381,7 +3877,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3381
3877
|
* @param {DefaultApiGetUncorrelatedTracksRequest} requestParameters Request parameters.
|
|
3382
3878
|
* @param {*} [options] Override http request option.
|
|
3383
3879
|
* @throws {RequiredError}
|
|
3384
|
-
* @memberof DefaultApi
|
|
3385
3880
|
*/
|
|
3386
3881
|
getUncorrelatedTracks(requestParameters = {}, options) {
|
|
3387
3882
|
return (0, exports.DefaultApiFp)(this.configuration).getUncorrelatedTracks(requestParameters.after, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3391,7 +3886,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3391
3886
|
* @param {DefaultApiV1CreateBlackoutVolumeRequest} requestParameters Request parameters.
|
|
3392
3887
|
* @param {*} [options] Override http request option.
|
|
3393
3888
|
* @throws {RequiredError}
|
|
3394
|
-
* @memberof DefaultApi
|
|
3395
3889
|
*/
|
|
3396
3890
|
v1CreateBlackoutVolume(requestParameters, options) {
|
|
3397
3891
|
return (0, exports.DefaultApiFp)(this.configuration).v1CreateBlackoutVolume(requestParameters.v1BlackoutVolumeRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3401,17 +3895,24 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3401
3895
|
* @param {DefaultApiV1CreateDirectTaskInstructionRequest} requestParameters Request parameters.
|
|
3402
3896
|
* @param {*} [options] Override http request option.
|
|
3403
3897
|
* @throws {RequiredError}
|
|
3404
|
-
* @memberof DefaultApi
|
|
3405
3898
|
*/
|
|
3406
3899
|
v1CreateDirectTaskInstruction(requestParameters, options) {
|
|
3407
3900
|
return (0, exports.DefaultApiFp)(this.configuration).v1CreateDirectTaskInstruction(requestParameters.v1CreateDirectTaskInstructionRequest, options).then((request) => request(this.axios, this.basePath));
|
|
3408
3901
|
}
|
|
3902
|
+
/**
|
|
3903
|
+
* Create metadata about an image by image id. This includes plate solve results
|
|
3904
|
+
* @param {DefaultApiV1CreateImageMetadataRequest} requestParameters Request parameters.
|
|
3905
|
+
* @param {*} [options] Override http request option.
|
|
3906
|
+
* @throws {RequiredError}
|
|
3907
|
+
*/
|
|
3908
|
+
v1CreateImageMetadata(requestParameters, options) {
|
|
3909
|
+
return (0, exports.DefaultApiFp)(this.configuration).v1CreateImageMetadata(requestParameters.imageId, requestParameters.v1CreateImageMetadataRequest, options).then((request) => request(this.axios, this.basePath));
|
|
3910
|
+
}
|
|
3409
3911
|
/**
|
|
3410
3912
|
* Create an image set.
|
|
3411
3913
|
* @param {DefaultApiV1CreateImageSetRequest} requestParameters Request parameters.
|
|
3412
3914
|
* @param {*} [options] Override http request option.
|
|
3413
3915
|
* @throws {RequiredError}
|
|
3414
|
-
* @memberof DefaultApi
|
|
3415
3916
|
*/
|
|
3416
3917
|
v1CreateImageSet(requestParameters, options) {
|
|
3417
3918
|
return (0, exports.DefaultApiFp)(this.configuration).v1CreateImageSet(requestParameters.v1CreateImageSetRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3421,7 +3922,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3421
3922
|
* @param {DefaultApiV1CreateImageSetImageRequest} requestParameters Request parameters.
|
|
3422
3923
|
* @param {*} [options] Override http request option.
|
|
3423
3924
|
* @throws {RequiredError}
|
|
3424
|
-
* @memberof DefaultApi
|
|
3425
3925
|
*/
|
|
3426
3926
|
v1CreateImageSetImage(requestParameters, options) {
|
|
3427
3927
|
return (0, exports.DefaultApiFp)(this.configuration).v1CreateImageSetImage(requestParameters.v1CreateImageSetImageRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3431,7 +3931,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3431
3931
|
* @param {DefaultApiV1CreateOrganizationTargetRequest} requestParameters Request parameters.
|
|
3432
3932
|
* @param {*} [options] Override http request option.
|
|
3433
3933
|
* @throws {RequiredError}
|
|
3434
|
-
* @memberof DefaultApi
|
|
3435
3934
|
*/
|
|
3436
3935
|
v1CreateOrganizationTarget(requestParameters, options) {
|
|
3437
3936
|
return (0, exports.DefaultApiFp)(this.configuration).v1CreateOrganizationTarget(requestParameters.v1CreateOrganizationTargetRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3441,7 +3940,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3441
3940
|
* @param {DefaultApiV1CreateSatelliteTargetRequest} requestParameters Request parameters.
|
|
3442
3941
|
* @param {*} [options] Override http request option.
|
|
3443
3942
|
* @throws {RequiredError}
|
|
3444
|
-
* @memberof DefaultApi
|
|
3445
3943
|
*/
|
|
3446
3944
|
v1CreateSatelliteTarget(requestParameters, options) {
|
|
3447
3945
|
return (0, exports.DefaultApiFp)(this.configuration).v1CreateSatelliteTarget(requestParameters.v1CreateSatelliteTargetRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3452,7 +3950,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3452
3950
|
* @param {*} [options] Override http request option.
|
|
3453
3951
|
* @deprecated
|
|
3454
3952
|
* @throws {RequiredError}
|
|
3455
|
-
* @memberof DefaultApi
|
|
3456
3953
|
*/
|
|
3457
3954
|
v1CreateSearchInstruction(requestParameters, options) {
|
|
3458
3955
|
return (0, exports.DefaultApiFp)(this.configuration).v1CreateSearchInstruction(requestParameters.v1CreateSearchInstructionRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3462,7 +3959,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3462
3959
|
* @param {DefaultApiV1CreateSurveyInstructionRequest} requestParameters Request parameters.
|
|
3463
3960
|
* @param {*} [options] Override http request option.
|
|
3464
3961
|
* @throws {RequiredError}
|
|
3465
|
-
* @memberof DefaultApi
|
|
3466
3962
|
*/
|
|
3467
3963
|
v1CreateSurveyInstruction(requestParameters, options) {
|
|
3468
3964
|
return (0, exports.DefaultApiFp)(this.configuration).v1CreateSurveyInstruction(requestParameters.v1CreateSurveyInstructionRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3472,7 +3968,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3472
3968
|
* @param {DefaultApiV1CreateWebhookConfigurationRequest} requestParameters Request parameters.
|
|
3473
3969
|
* @param {*} [options] Override http request option.
|
|
3474
3970
|
* @throws {RequiredError}
|
|
3475
|
-
* @memberof DefaultApi
|
|
3476
3971
|
*/
|
|
3477
3972
|
v1CreateWebhookConfiguration(requestParameters, options) {
|
|
3478
3973
|
return (0, exports.DefaultApiFp)(this.configuration).v1CreateWebhookConfiguration(requestParameters.v1CreateWebhookConfigurationRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3482,7 +3977,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3482
3977
|
* @param {DefaultApiV1CreateWebhookTestRequest} requestParameters Request parameters.
|
|
3483
3978
|
* @param {*} [options] Override http request option.
|
|
3484
3979
|
* @throws {RequiredError}
|
|
3485
|
-
* @memberof DefaultApi
|
|
3486
3980
|
*/
|
|
3487
3981
|
v1CreateWebhookTest(requestParameters, options) {
|
|
3488
3982
|
return (0, exports.DefaultApiFp)(this.configuration).v1CreateWebhookTest(requestParameters.v1CreateWebhookTestRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3492,7 +3986,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3492
3986
|
* @param {DefaultApiV1DeleteBlackoutVolumeRequest} requestParameters Request parameters.
|
|
3493
3987
|
* @param {*} [options] Override http request option.
|
|
3494
3988
|
* @throws {RequiredError}
|
|
3495
|
-
* @memberof DefaultApi
|
|
3496
3989
|
*/
|
|
3497
3990
|
v1DeleteBlackoutVolume(requestParameters, options) {
|
|
3498
3991
|
return (0, exports.DefaultApiFp)(this.configuration).v1DeleteBlackoutVolume(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3502,7 +3995,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3502
3995
|
* @param {DefaultApiV1DeleteDirectTaskInstructionRequest} requestParameters Request parameters.
|
|
3503
3996
|
* @param {*} [options] Override http request option.
|
|
3504
3997
|
* @throws {RequiredError}
|
|
3505
|
-
* @memberof DefaultApi
|
|
3506
3998
|
*/
|
|
3507
3999
|
v1DeleteDirectTaskInstruction(requestParameters, options) {
|
|
3508
4000
|
return (0, exports.DefaultApiFp)(this.configuration).v1DeleteDirectTaskInstruction(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3512,7 +4004,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3512
4004
|
* @param {DefaultApiV1DeleteImageSetRequest} requestParameters Request parameters.
|
|
3513
4005
|
* @param {*} [options] Override http request option.
|
|
3514
4006
|
* @throws {RequiredError}
|
|
3515
|
-
* @memberof DefaultApi
|
|
3516
4007
|
*/
|
|
3517
4008
|
v1DeleteImageSet(requestParameters, options) {
|
|
3518
4009
|
return (0, exports.DefaultApiFp)(this.configuration).v1DeleteImageSet(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3522,7 +4013,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3522
4013
|
* @param {DefaultApiV1DeleteImageSetImageRequest} requestParameters Request parameters.
|
|
3523
4014
|
* @param {*} [options] Override http request option.
|
|
3524
4015
|
* @throws {RequiredError}
|
|
3525
|
-
* @memberof DefaultApi
|
|
3526
4016
|
*/
|
|
3527
4017
|
v1DeleteImageSetImage(requestParameters, options) {
|
|
3528
4018
|
return (0, exports.DefaultApiFp)(this.configuration).v1DeleteImageSetImage(requestParameters.imageId, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3532,7 +4022,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3532
4022
|
* @param {DefaultApiV1DeleteOrganizationTargetRequest} requestParameters Request parameters.
|
|
3533
4023
|
* @param {*} [options] Override http request option.
|
|
3534
4024
|
* @throws {RequiredError}
|
|
3535
|
-
* @memberof DefaultApi
|
|
3536
4025
|
*/
|
|
3537
4026
|
v1DeleteOrganizationTarget(requestParameters, options) {
|
|
3538
4027
|
return (0, exports.DefaultApiFp)(this.configuration).v1DeleteOrganizationTarget(requestParameters.satelliteTargetId, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3542,7 +4031,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3542
4031
|
* @param {DefaultApiV1DeleteSearchInstructionRequest} requestParameters Request parameters.
|
|
3543
4032
|
* @param {*} [options] Override http request option.
|
|
3544
4033
|
* @throws {RequiredError}
|
|
3545
|
-
* @memberof DefaultApi
|
|
3546
4034
|
*/
|
|
3547
4035
|
v1DeleteSearchInstruction(requestParameters, options) {
|
|
3548
4036
|
return (0, exports.DefaultApiFp)(this.configuration).v1DeleteSearchInstruction(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3552,7 +4040,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3552
4040
|
* @param {DefaultApiV1DeleteSurveyInstructionRequest} requestParameters Request parameters.
|
|
3553
4041
|
* @param {*} [options] Override http request option.
|
|
3554
4042
|
* @throws {RequiredError}
|
|
3555
|
-
* @memberof DefaultApi
|
|
3556
4043
|
*/
|
|
3557
4044
|
v1DeleteSurveyInstruction(requestParameters, options) {
|
|
3558
4045
|
return (0, exports.DefaultApiFp)(this.configuration).v1DeleteSurveyInstruction(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3562,7 +4049,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3562
4049
|
* @param {DefaultApiV1DeleteWebhookConfigurationRequest} requestParameters Request parameters.
|
|
3563
4050
|
* @param {*} [options] Override http request option.
|
|
3564
4051
|
* @throws {RequiredError}
|
|
3565
|
-
* @memberof DefaultApi
|
|
3566
4052
|
*/
|
|
3567
4053
|
v1DeleteWebhookConfiguration(requestParameters, options) {
|
|
3568
4054
|
return (0, exports.DefaultApiFp)(this.configuration).v1DeleteWebhookConfiguration(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3572,7 +4058,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3572
4058
|
* @param {DefaultApiV1GetImageMetadataRequest} requestParameters Request parameters.
|
|
3573
4059
|
* @param {*} [options] Override http request option.
|
|
3574
4060
|
* @throws {RequiredError}
|
|
3575
|
-
* @memberof DefaultApi
|
|
3576
4061
|
*/
|
|
3577
4062
|
v1GetImageMetadata(requestParameters, options) {
|
|
3578
4063
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetImageMetadata(requestParameters.imageId, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3582,7 +4067,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3582
4067
|
* @param {DefaultApiV1GetImageSetRequest} requestParameters Request parameters.
|
|
3583
4068
|
* @param {*} [options] Override http request option.
|
|
3584
4069
|
* @throws {RequiredError}
|
|
3585
|
-
* @memberof DefaultApi
|
|
3586
4070
|
*/
|
|
3587
4071
|
v1GetImageSet(requestParameters, options) {
|
|
3588
4072
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetImageSet(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3592,36 +4076,33 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3592
4076
|
* @param {DefaultApiV1GetImageSetImageRequest} requestParameters Request parameters.
|
|
3593
4077
|
* @param {*} [options] Override http request option.
|
|
3594
4078
|
* @throws {RequiredError}
|
|
3595
|
-
* @memberof DefaultApi
|
|
3596
4079
|
*/
|
|
3597
4080
|
v1GetImageSetImage(requestParameters, options) {
|
|
3598
4081
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetImageSetImage(requestParameters.imageId, options).then((request) => request(this.axios, this.basePath));
|
|
3599
4082
|
}
|
|
3600
4083
|
/**
|
|
3601
|
-
* Get image set images.
|
|
4084
|
+
* 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.
|
|
3602
4085
|
* @param {DefaultApiV1GetImageSetImagesRequest} requestParameters Request parameters.
|
|
3603
4086
|
* @param {*} [options] Override http request option.
|
|
3604
4087
|
* @throws {RequiredError}
|
|
3605
|
-
* @memberof DefaultApi
|
|
3606
4088
|
*/
|
|
3607
|
-
v1GetImageSetImages(requestParameters, options) {
|
|
3608
|
-
return (0, exports.DefaultApiFp)(this.configuration).v1GetImageSetImages(requestParameters.imageSets, options).then((request) => request(this.axios, this.basePath));
|
|
4089
|
+
v1GetImageSetImages(requestParameters = {}, options) {
|
|
4090
|
+
return (0, exports.DefaultApiFp)(this.configuration).v1GetImageSetImages(requestParameters.imageSets, requestParameters.starPartyId, options).then((request) => request(this.axios, this.basePath));
|
|
3609
4091
|
}
|
|
3610
4092
|
/**
|
|
3611
|
-
* Get image sets.
|
|
4093
|
+
* 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.
|
|
4094
|
+
* @param {DefaultApiV1GetImageSetsRequest} requestParameters Request parameters.
|
|
3612
4095
|
* @param {*} [options] Override http request option.
|
|
3613
4096
|
* @throws {RequiredError}
|
|
3614
|
-
* @memberof DefaultApi
|
|
3615
4097
|
*/
|
|
3616
|
-
v1GetImageSets(options) {
|
|
3617
|
-
return (0, exports.DefaultApiFp)(this.configuration).v1GetImageSets(options).then((request) => request(this.axios, this.basePath));
|
|
4098
|
+
v1GetImageSets(requestParameters = {}, options) {
|
|
4099
|
+
return (0, exports.DefaultApiFp)(this.configuration).v1GetImageSets(requestParameters.starPartyId, options).then((request) => request(this.axios, this.basePath));
|
|
3618
4100
|
}
|
|
3619
4101
|
/**
|
|
3620
4102
|
* Get node properties.
|
|
3621
4103
|
* @param {DefaultApiV1GetNodePropertiesRequest} requestParameters Request parameters.
|
|
3622
4104
|
* @param {*} [options] Override http request option.
|
|
3623
4105
|
* @throws {RequiredError}
|
|
3624
|
-
* @memberof DefaultApi
|
|
3625
4106
|
*/
|
|
3626
4107
|
v1GetNodeProperties(requestParameters, options) {
|
|
3627
4108
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetNodeProperties(requestParameters.nodeId, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3631,7 +4112,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3631
4112
|
* @param {DefaultApiV1GetNodeSatelliteCalibrationsRequest} requestParameters Request parameters.
|
|
3632
4113
|
* @param {*} [options] Override http request option.
|
|
3633
4114
|
* @throws {RequiredError}
|
|
3634
|
-
* @memberof DefaultApi
|
|
3635
4115
|
*/
|
|
3636
4116
|
v1GetNodeSatelliteCalibrations(requestParameters, options) {
|
|
3637
4117
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetNodeSatelliteCalibrations(requestParameters.nodeId, requestParameters.limit, requestParameters.before, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3641,7 +4121,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3641
4121
|
* @param {DefaultApiV1GetObservationFeaturesRequest} requestParameters Request parameters.
|
|
3642
4122
|
* @param {*} [options] Override http request option.
|
|
3643
4123
|
* @throws {RequiredError}
|
|
3644
|
-
* @memberof DefaultApi
|
|
3645
4124
|
*/
|
|
3646
4125
|
v1GetObservationFeatures(requestParameters, options) {
|
|
3647
4126
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetObservationFeatures(requestParameters.imageId, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3651,7 +4130,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3651
4130
|
* @param {DefaultApiV1GetObservationSequenceResultRequest} requestParameters Request parameters.
|
|
3652
4131
|
* @param {*} [options] Override http request option.
|
|
3653
4132
|
* @throws {RequiredError}
|
|
3654
|
-
* @memberof DefaultApi
|
|
3655
4133
|
*/
|
|
3656
4134
|
v1GetObservationSequenceResult(requestParameters = {}, options) {
|
|
3657
4135
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetObservationSequenceResult(requestParameters.observationSequenceResultId, requestParameters.imageId, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3661,7 +4139,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3661
4139
|
* @param {DefaultApiV1GetObservationSequenceResultsRequest} requestParameters Request parameters.
|
|
3662
4140
|
* @param {*} [options] Override http request option.
|
|
3663
4141
|
* @throws {RequiredError}
|
|
3664
|
-
* @memberof DefaultApi
|
|
3665
4142
|
*/
|
|
3666
4143
|
v1GetObservationSequenceResults(requestParameters = {}, options) {
|
|
3667
4144
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetObservationSequenceResults(requestParameters.targetId, requestParameters.after, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3671,27 +4148,24 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3671
4148
|
* @param {DefaultApiV1GetObservationStatusesRequest} requestParameters Request parameters.
|
|
3672
4149
|
* @param {*} [options] Override http request option.
|
|
3673
4150
|
* @throws {RequiredError}
|
|
3674
|
-
* @memberof DefaultApi
|
|
3675
4151
|
*/
|
|
3676
4152
|
v1GetObservationStatuses(requestParameters = {}, options) {
|
|
3677
4153
|
return (0, exports.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));
|
|
3678
4154
|
}
|
|
3679
4155
|
/**
|
|
3680
|
-
* Get potential observation windows for all satellites of your organization across the network from now
|
|
4156
|
+
* 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`
|
|
3681
4157
|
* @param {DefaultApiV1GetOrganizationSatellitePotentialsRequest} requestParameters Request parameters.
|
|
3682
4158
|
* @param {*} [options] Override http request option.
|
|
3683
4159
|
* @throws {RequiredError}
|
|
3684
|
-
* @memberof DefaultApi
|
|
3685
4160
|
*/
|
|
3686
4161
|
v1GetOrganizationSatellitePotentials(requestParameters, options) {
|
|
3687
|
-
return (0, exports.DefaultApiFp)(this.configuration).v1GetOrganizationSatellitePotentials(requestParameters.until, requestParameters.includeWeather, options).then((request) => request(this.axios, this.basePath));
|
|
4162
|
+
return (0, exports.DefaultApiFp)(this.configuration).v1GetOrganizationSatellitePotentials(requestParameters.until, requestParameters.from, requestParameters.includeWeather, options).then((request) => request(this.axios, this.basePath));
|
|
3688
4163
|
}
|
|
3689
4164
|
/**
|
|
3690
4165
|
* Get an existing organization target
|
|
3691
4166
|
* @param {DefaultApiV1GetOrganizationTargetRequest} requestParameters Request parameters.
|
|
3692
4167
|
* @param {*} [options] Override http request option.
|
|
3693
4168
|
* @throws {RequiredError}
|
|
3694
|
-
* @memberof DefaultApi
|
|
3695
4169
|
*/
|
|
3696
4170
|
v1GetOrganizationTarget(requestParameters, options) {
|
|
3697
4171
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetOrganizationTarget(requestParameters.organizationTargetId, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3700,27 +4174,60 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3700
4174
|
* Get organization targets see the [create](#tag/organization-targets/POST/v1/organization-target) endpoint for more details.
|
|
3701
4175
|
* @param {*} [options] Override http request option.
|
|
3702
4176
|
* @throws {RequiredError}
|
|
3703
|
-
* @memberof DefaultApi
|
|
3704
4177
|
*/
|
|
3705
4178
|
v1GetOrganizationTargets(options) {
|
|
3706
4179
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetOrganizationTargets(options).then((request) => request(this.axios, this.basePath));
|
|
3707
4180
|
}
|
|
3708
4181
|
/**
|
|
3709
|
-
* Get
|
|
4182
|
+
* 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.
|
|
4183
|
+
* @param {DefaultApiV1GetResolvedImageMetadataRequest} requestParameters Request parameters.
|
|
4184
|
+
* @param {*} [options] Override http request option.
|
|
4185
|
+
* @throws {RequiredError}
|
|
4186
|
+
*/
|
|
4187
|
+
v1GetResolvedImageMetadata(requestParameters, options) {
|
|
4188
|
+
return (0, exports.DefaultApiFp)(this.configuration).v1GetResolvedImageMetadata(requestParameters.imageId, options).then((request) => request(this.axios, this.basePath));
|
|
4189
|
+
}
|
|
4190
|
+
/**
|
|
4191
|
+
* 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.
|
|
4192
|
+
* @param {DefaultApiV1GetResolvedImageObservationsRequest} requestParameters Request parameters.
|
|
4193
|
+
* @param {*} [options] Override http request option.
|
|
4194
|
+
* @throws {RequiredError}
|
|
4195
|
+
*/
|
|
4196
|
+
v1GetResolvedImageObservations(requestParameters = {}, options) {
|
|
4197
|
+
return (0, exports.DefaultApiFp)(this.configuration).v1GetResolvedImageObservations(requestParameters.before, requestParameters.limit, options).then((request) => request(this.axios, this.basePath));
|
|
4198
|
+
}
|
|
4199
|
+
/**
|
|
4200
|
+
* 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.
|
|
4201
|
+
* @param {DefaultApiV1GetResolvedImagePairRequest} requestParameters Request parameters.
|
|
4202
|
+
* @param {*} [options] Override http request option.
|
|
4203
|
+
* @throws {RequiredError}
|
|
4204
|
+
*/
|
|
4205
|
+
v1GetResolvedImagePair(requestParameters, options) {
|
|
4206
|
+
return (0, exports.DefaultApiFp)(this.configuration).v1GetResolvedImagePair(requestParameters.imageId, options).then((request) => request(this.axios, this.basePath));
|
|
4207
|
+
}
|
|
4208
|
+
/**
|
|
4209
|
+
* 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.
|
|
4210
|
+
* @param {DefaultApiV1GetResolvedImageSetRequest} requestParameters Request parameters.
|
|
4211
|
+
* @param {*} [options] Override http request option.
|
|
4212
|
+
* @throws {RequiredError}
|
|
4213
|
+
*/
|
|
4214
|
+
v1GetResolvedImageSet(requestParameters, options) {
|
|
4215
|
+
return (0, exports.DefaultApiFp)(this.configuration).v1GetResolvedImageSet(requestParameters.imageSetId, options).then((request) => request(this.axios, this.basePath));
|
|
4216
|
+
}
|
|
4217
|
+
/**
|
|
4218
|
+
* Get potential observation windows for a satellite across the network up to 72 hours from now (or from the optional `from` datetime) until `until`
|
|
3710
4219
|
* @param {DefaultApiV1GetSatellitePotentialsRequest} requestParameters Request parameters.
|
|
3711
4220
|
* @param {*} [options] Override http request option.
|
|
3712
4221
|
* @throws {RequiredError}
|
|
3713
|
-
* @memberof DefaultApi
|
|
3714
4222
|
*/
|
|
3715
4223
|
v1GetSatellitePotentials(requestParameters, options) {
|
|
3716
|
-
return (0, exports.DefaultApiFp)(this.configuration).v1GetSatellitePotentials(requestParameters.satelliteTargetId, requestParameters.until, requestParameters.includeWeather, options).then((request) => request(this.axios, this.basePath));
|
|
4224
|
+
return (0, exports.DefaultApiFp)(this.configuration).v1GetSatellitePotentials(requestParameters.satelliteTargetId, requestParameters.until, requestParameters.from, requestParameters.includeWeather, options).then((request) => request(this.axios, this.basePath));
|
|
3717
4225
|
}
|
|
3718
4226
|
/**
|
|
3719
4227
|
* Get a satellite target that the OurSky platform can currently track by id.
|
|
3720
4228
|
* @param {DefaultApiV1GetSatelliteTargetRequest} requestParameters Request parameters.
|
|
3721
4229
|
* @param {*} [options] Override http request option.
|
|
3722
4230
|
* @throws {RequiredError}
|
|
3723
|
-
* @memberof DefaultApi
|
|
3724
4231
|
*/
|
|
3725
4232
|
v1GetSatelliteTarget(requestParameters, options) {
|
|
3726
4233
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetSatelliteTarget(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3730,7 +4237,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3730
4237
|
* @param {DefaultApiV1GetSatelliteTargetsRequest} requestParameters Request parameters.
|
|
3731
4238
|
* @param {*} [options] Override http request option.
|
|
3732
4239
|
* @throws {RequiredError}
|
|
3733
|
-
* @memberof DefaultApi
|
|
3734
4240
|
*/
|
|
3735
4241
|
v1GetSatelliteTargets(requestParameters = {}, options) {
|
|
3736
4242
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetSatelliteTargets(requestParameters.offset, requestParameters.limit, requestParameters.orbitType, requestParameters.noradId, requestParameters.publicTargets, requestParameters.privateTargets, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3740,7 +4246,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3740
4246
|
* @param {DefaultApiV1GetSearchInstructionsRequest} requestParameters Request parameters.
|
|
3741
4247
|
* @param {*} [options] Override http request option.
|
|
3742
4248
|
* @throws {RequiredError}
|
|
3743
|
-
* @memberof DefaultApi
|
|
3744
4249
|
*/
|
|
3745
4250
|
v1GetSearchInstructions(requestParameters = {}, options) {
|
|
3746
4251
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetSearchInstructions(requestParameters.before, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3750,7 +4255,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3750
4255
|
* @param {DefaultApiV1GetStateVectorsRequest} requestParameters Request parameters.
|
|
3751
4256
|
* @param {*} [options] Override http request option.
|
|
3752
4257
|
* @throws {RequiredError}
|
|
3753
|
-
* @memberof DefaultApi
|
|
3754
4258
|
*/
|
|
3755
4259
|
v1GetStateVectors(requestParameters, options) {
|
|
3756
4260
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetStateVectors(requestParameters.targetId, requestParameters.before, requestParameters.after, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3760,7 +4264,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3760
4264
|
* @param {DefaultApiV1GetSurveyInstructionsRequest} requestParameters Request parameters.
|
|
3761
4265
|
* @param {*} [options] Override http request option.
|
|
3762
4266
|
* @throws {RequiredError}
|
|
3763
|
-
* @memberof DefaultApi
|
|
3764
4267
|
*/
|
|
3765
4268
|
v1GetSurveyInstructions(requestParameters = {}, options) {
|
|
3766
4269
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetSurveyInstructions(requestParameters.before, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3770,7 +4273,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3770
4273
|
* @param {DefaultApiV1GetTdmRequest} requestParameters Request parameters.
|
|
3771
4274
|
* @param {*} [options] Override http request option.
|
|
3772
4275
|
* @throws {RequiredError}
|
|
3773
|
-
* @memberof DefaultApi
|
|
3774
4276
|
*/
|
|
3775
4277
|
v1GetTdm(requestParameters, options) {
|
|
3776
4278
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetTdm(requestParameters.tdmId, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3780,7 +4282,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3780
4282
|
* @param {DefaultApiV1GetTdmsRequest} requestParameters Request parameters.
|
|
3781
4283
|
* @param {*} [options] Override http request option.
|
|
3782
4284
|
* @throws {RequiredError}
|
|
3783
|
-
* @memberof DefaultApi
|
|
3784
4285
|
*/
|
|
3785
4286
|
v1GetTdms(requestParameters = {}, options) {
|
|
3786
4287
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetTdms(requestParameters.targetId, requestParameters.after, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3789,7 +4290,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3789
4290
|
* Get webhook configurations.
|
|
3790
4291
|
* @param {*} [options] Override http request option.
|
|
3791
4292
|
* @throws {RequiredError}
|
|
3792
|
-
* @memberof DefaultApi
|
|
3793
4293
|
*/
|
|
3794
4294
|
v1GetWebhookConfigurations(options) {
|
|
3795
4295
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetWebhookConfigurations(options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3799,7 +4299,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3799
4299
|
* @param {DefaultApiV1GetWebhookLogsRequest} requestParameters Request parameters.
|
|
3800
4300
|
* @param {*} [options] Override http request option.
|
|
3801
4301
|
* @throws {RequiredError}
|
|
3802
|
-
* @memberof DefaultApi
|
|
3803
4302
|
*/
|
|
3804
4303
|
v1GetWebhookLogs(requestParameters, options) {
|
|
3805
4304
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetWebhookLogs(requestParameters.webhookId, requestParameters.limit, requestParameters.offset, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3809,7 +4308,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3809
4308
|
* @param {DefaultApiV1PutOrbitProviderTLEOrbitRequest} requestParameters Request parameters.
|
|
3810
4309
|
* @param {*} [options] Override http request option.
|
|
3811
4310
|
* @throws {RequiredError}
|
|
3812
|
-
* @memberof DefaultApi
|
|
3813
4311
|
*/
|
|
3814
4312
|
v1PutOrbitProviderTLEOrbit(requestParameters, options) {
|
|
3815
4313
|
return (0, exports.DefaultApiFp)(this.configuration).v1PutOrbitProviderTLEOrbit(requestParameters.v1PutOrbitProviderTLERequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3819,7 +4317,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3819
4317
|
* @param {DefaultApiV1UpdateEmailConfigurationRequest} requestParameters Request parameters.
|
|
3820
4318
|
* @param {*} [options] Override http request option.
|
|
3821
4319
|
* @throws {RequiredError}
|
|
3822
|
-
* @memberof DefaultApi
|
|
3823
4320
|
*/
|
|
3824
4321
|
v1UpdateEmailConfiguration(requestParameters, options) {
|
|
3825
4322
|
return (0, exports.DefaultApiFp)(this.configuration).v1UpdateEmailConfiguration(requestParameters.v1UpdateEmailConfigurationRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3829,7 +4326,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3829
4326
|
* @param {DefaultApiV1UpdateOrganizationTargetRequest} requestParameters Request parameters.
|
|
3830
4327
|
* @param {*} [options] Override http request option.
|
|
3831
4328
|
* @throws {RequiredError}
|
|
3832
|
-
* @memberof DefaultApi
|
|
3833
4329
|
*/
|
|
3834
4330
|
v1UpdateOrganizationTarget(requestParameters, options) {
|
|
3835
4331
|
return (0, exports.DefaultApiFp)(this.configuration).v1UpdateOrganizationTarget(requestParameters.v1UpdateOrganizationTargetRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3839,7 +4335,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3839
4335
|
* @param {DefaultApiV1UpdateSatelliteTargetRequest} requestParameters Request parameters.
|
|
3840
4336
|
* @param {*} [options] Override http request option.
|
|
3841
4337
|
* @throws {RequiredError}
|
|
3842
|
-
* @memberof DefaultApi
|
|
3843
4338
|
*/
|
|
3844
4339
|
v1UpdateSatelliteTarget(requestParameters, options) {
|
|
3845
4340
|
return (0, exports.DefaultApiFp)(this.configuration).v1UpdateSatelliteTarget(requestParameters.v1UpdateSatelliteTargetRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3849,27 +4344,24 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3849
4344
|
* @param {DefaultApiV1UpdateWebhookConfigurationRequest} requestParameters Request parameters.
|
|
3850
4345
|
* @param {*} [options] Override http request option.
|
|
3851
4346
|
* @throws {RequiredError}
|
|
3852
|
-
* @memberof DefaultApi
|
|
3853
4347
|
*/
|
|
3854
4348
|
v1UpdateWebhookConfiguration(requestParameters, options) {
|
|
3855
4349
|
return (0, exports.DefaultApiFp)(this.configuration).v1UpdateWebhookConfiguration(requestParameters.v1UpdateWebhookConfigurationRequest, options).then((request) => request(this.axios, this.basePath));
|
|
3856
4350
|
}
|
|
3857
4351
|
/**
|
|
3858
|
-
* Create a plane scan
|
|
4352
|
+
* 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
|
|
3859
4353
|
* @param {DefaultApiV2CreatePlaneScanRequest} requestParameters Request parameters.
|
|
3860
4354
|
* @param {*} [options] Override http request option.
|
|
3861
4355
|
* @throws {RequiredError}
|
|
3862
|
-
* @memberof DefaultApi
|
|
3863
4356
|
*/
|
|
3864
4357
|
v2CreatePlaneScan(requestParameters, options) {
|
|
3865
4358
|
return (0, exports.DefaultApiFp)(this.configuration).v2CreatePlaneScan(requestParameters.v1PlaneScanRequest, options).then((request) => request(this.axios, this.basePath));
|
|
3866
4359
|
}
|
|
3867
4360
|
/**
|
|
3868
|
-
* Create a RIC volume search
|
|
4361
|
+
* 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
|
|
3869
4362
|
* @param {DefaultApiV2CreateRicVolumeSearchRequest} requestParameters Request parameters.
|
|
3870
4363
|
* @param {*} [options] Override http request option.
|
|
3871
4364
|
* @throws {RequiredError}
|
|
3872
|
-
* @memberof DefaultApi
|
|
3873
4365
|
*/
|
|
3874
4366
|
v2CreateRicVolumeSearch(requestParameters, options) {
|
|
3875
4367
|
return (0, exports.DefaultApiFp)(this.configuration).v2CreateRicVolumeSearch(requestParameters.v1RicVolumeSearchRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3879,7 +4371,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3879
4371
|
* @param {DefaultApiV2DeletePlaneScanRequest} requestParameters Request parameters.
|
|
3880
4372
|
* @param {*} [options] Override http request option.
|
|
3881
4373
|
* @throws {RequiredError}
|
|
3882
|
-
* @memberof DefaultApi
|
|
3883
4374
|
*/
|
|
3884
4375
|
v2DeletePlaneScan(requestParameters, options) {
|
|
3885
4376
|
return (0, exports.DefaultApiFp)(this.configuration).v2DeletePlaneScan(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3889,7 +4380,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3889
4380
|
* @param {DefaultApiV2DeleteRicVolumeSearchRequest} requestParameters Request parameters.
|
|
3890
4381
|
* @param {*} [options] Override http request option.
|
|
3891
4382
|
* @throws {RequiredError}
|
|
3892
|
-
* @memberof DefaultApi
|
|
3893
4383
|
*/
|
|
3894
4384
|
v2DeleteRicVolumeSearch(requestParameters, options) {
|
|
3895
4385
|
return (0, exports.DefaultApiFp)(this.configuration).v2DeleteRicVolumeSearch(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3899,7 +4389,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3899
4389
|
* @param {DefaultApiV2GetSearchRequest} requestParameters Request parameters.
|
|
3900
4390
|
* @param {*} [options] Override http request option.
|
|
3901
4391
|
* @throws {RequiredError}
|
|
3902
|
-
* @memberof DefaultApi
|
|
3903
4392
|
*/
|
|
3904
4393
|
v2GetSearch(requestParameters, options) {
|
|
3905
4394
|
return (0, exports.DefaultApiFp)(this.configuration).v2GetSearch(requestParameters.searchId, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3909,16 +4398,12 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3909
4398
|
* @param {DefaultApiV2GetSearchesRequest} requestParameters Request parameters.
|
|
3910
4399
|
* @param {*} [options] Override http request option.
|
|
3911
4400
|
* @throws {RequiredError}
|
|
3912
|
-
* @memberof DefaultApi
|
|
3913
4401
|
*/
|
|
3914
4402
|
v2GetSearches(requestParameters = {}, options) {
|
|
3915
4403
|
return (0, exports.DefaultApiFp)(this.configuration).v2GetSearches(requestParameters.after, requestParameters.status, options).then((request) => request(this.axios, this.basePath));
|
|
3916
4404
|
}
|
|
3917
4405
|
}
|
|
3918
4406
|
exports.DefaultApi = DefaultApi;
|
|
3919
|
-
/**
|
|
3920
|
-
* @export
|
|
3921
|
-
*/
|
|
3922
4407
|
exports.V2GetSearchesStatusEnum = {
|
|
3923
4408
|
COMPLETED: 'COMPLETED',
|
|
3924
4409
|
IN_PROGRESS: 'IN_PROGRESS',
|