@ourskyai/sda-api 1.3.8639 → 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 +1224 -2821
- package/base.ts +14 -24
- package/common.ts +20 -44
- package/configuration.ts +37 -17
- package/dist/api.d.ts +692 -2672
- package/dist/api.js +811 -293
- 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 +692 -2672
- package/dist/esm/api.js +811 -293
- 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.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,76 +111,92 @@ 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
|
-
|
|
180
|
-
|
|
181
|
-
|
|
146
|
+
exports.V1ImageRejectionReason = {
|
|
147
|
+
TARGET_NOT_FOUND: 'TARGET_NOT_FOUND',
|
|
148
|
+
RATE_TARGET_NOT_FOUND: 'RATE_TARGET_NOT_FOUND',
|
|
149
|
+
RATE_PLATE_SOLVE_FAILURE: 'RATE_PLATE_SOLVE_FAILURE',
|
|
150
|
+
STREAK_DETECTION_FAILURE: 'STREAK_DETECTION_FAILURE',
|
|
151
|
+
PLATE_SOLVE_FAILURE: 'PLATE_SOLVE_FAILURE',
|
|
152
|
+
PLATE_SOLVE_NOT_ENOUGH_STARS_FAILURE: 'PLATE_SOLVE_NOT_ENOUGH_STARS_FAILURE',
|
|
153
|
+
PLATE_SOLVE_NO_SOLUTION_FAILURE: 'PLATE_SOLVE_NO_SOLUTION_FAILURE',
|
|
154
|
+
CROP_IMAGE_FAILURE: 'CROP_IMAGE_FAILURE',
|
|
155
|
+
COSMETIC_CORRECTION_FAILURE: 'COSMETIC_CORRECTION_FAILURE',
|
|
156
|
+
GRADIENT_REMOVAL_FAILURE: 'GRADIENT_REMOVAL_FAILURE',
|
|
157
|
+
CATMAG_FAILURE: 'CATMAG_FAILURE',
|
|
158
|
+
IMAGE_QUALITY_TOO_LOW: 'IMAGE_QUALITY_TOO_LOW',
|
|
159
|
+
OBSERVATION_NOT_FOUND: 'OBSERVATION_NOT_FOUND',
|
|
160
|
+
NODE_NOT_FOUND: 'NODE_NOT_FOUND',
|
|
161
|
+
CAMERA_NOT_FOUND: 'CAMERA_NOT_FOUND',
|
|
162
|
+
OTA_NOT_FOUND: 'OTA_NOT_FOUND',
|
|
163
|
+
TLE_NOT_EXTRACTED: 'TLE_NOT_EXTRACTED',
|
|
164
|
+
FAILED_TO_LOAD: 'FAILED_TO_LOAD',
|
|
165
|
+
GPS_ERROR: 'GPS_ERROR',
|
|
166
|
+
MUTEX_TIMEOUT: 'MUTEX_TIMEOUT',
|
|
167
|
+
AWAIT_TIMEOUT: 'AWAIT_TIMEOUT',
|
|
168
|
+
CATALOG_COMPARE_ERROR: 'CATALOG_COMPARE_ERROR',
|
|
169
|
+
SAVE_FAILURE: 'SAVE_FAILURE',
|
|
170
|
+
RATE_CATALOG_COMPARE_ERROR: 'RATE_CATALOG_COMPARE_ERROR',
|
|
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',
|
|
175
|
+
UNKNOWN_ERROR: 'UNKNOWN_ERROR'
|
|
176
|
+
};
|
|
177
|
+
exports.V1PassStage = {
|
|
178
|
+
RISING: 'rising',
|
|
179
|
+
PEAK: 'peak',
|
|
180
|
+
FALLING: 'falling'
|
|
181
|
+
};
|
|
182
182
|
exports.V1PlateSolveStatus = {
|
|
183
183
|
MATCH_FOUND: 'MATCH_FOUND',
|
|
184
184
|
NO_MATCH_FOUND: 'NO_MATCH_FOUND',
|
|
185
185
|
CANCELLED: 'CANCELLED'
|
|
186
186
|
};
|
|
187
|
-
/**
|
|
188
|
-
*
|
|
189
|
-
* @export
|
|
190
|
-
* @enum {string}
|
|
191
|
-
*/
|
|
192
187
|
exports.V1SatelliteCalibrationFamily = {
|
|
193
188
|
GPS: 'GPS',
|
|
194
189
|
ILRS: 'ILRS',
|
|
195
190
|
SWARM: 'SWARM'
|
|
196
191
|
};
|
|
192
|
+
exports.V1SharpeningMethod = {
|
|
193
|
+
DETAIL: 'detail',
|
|
194
|
+
UNSHARP_MASK: 'unsharp_mask'
|
|
195
|
+
};
|
|
197
196
|
exports.V1StateVectorReferenceFrameEnum = {
|
|
198
197
|
ECI_J2000: 'ECI_J2000',
|
|
199
198
|
ECEF: 'ECEF'
|
|
200
199
|
};
|
|
201
|
-
/**
|
|
202
|
-
*
|
|
203
|
-
* @export
|
|
204
|
-
* @enum {string}
|
|
205
|
-
*/
|
|
206
200
|
exports.WeatherCondition = {
|
|
207
201
|
THUNDERSTORM: 'THUNDERSTORM',
|
|
208
202
|
DRIZZLE: 'DRIZZLE',
|
|
@@ -214,8 +208,6 @@ exports.WeatherCondition = {
|
|
|
214
208
|
};
|
|
215
209
|
/**
|
|
216
210
|
* Authorization mechanism required for webhook endpoint, if any. Use `NONE` if not required.
|
|
217
|
-
* @export
|
|
218
|
-
* @enum {string}
|
|
219
211
|
*/
|
|
220
212
|
exports.WebhookAuthType = {
|
|
221
213
|
NONE: 'NONE',
|
|
@@ -224,8 +216,6 @@ exports.WebhookAuthType = {
|
|
|
224
216
|
};
|
|
225
217
|
/**
|
|
226
218
|
* Webhook events that can be subscribed to. For `EO_OBSERVATION` events, please refer to the Unified Data Library for the full schema.
|
|
227
|
-
* @export
|
|
228
|
-
* @enum {string}
|
|
229
219
|
*/
|
|
230
220
|
exports.WebhookEvent = {
|
|
231
221
|
V1_TDM_CREATED: 'V1_TDM_CREATED',
|
|
@@ -245,7 +235,6 @@ exports.WebhookEvent = {
|
|
|
245
235
|
};
|
|
246
236
|
/**
|
|
247
237
|
* DefaultApi - axios parameter creator
|
|
248
|
-
* @export
|
|
249
238
|
*/
|
|
250
239
|
const DefaultApiAxiosParamCreator = function (configuration) {
|
|
251
240
|
return {
|
|
@@ -256,7 +245,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
256
245
|
* @param {*} [options] Override http request option.
|
|
257
246
|
* @throws {RequiredError}
|
|
258
247
|
*/
|
|
259
|
-
getUncorrelatedTracks: (
|
|
248
|
+
getUncorrelatedTracks: (after_1, ...args_1) => __awaiter(this, [after_1, ...args_1], void 0, function* (after, options = {}) {
|
|
260
249
|
const localVarPath = `/v1/uncorrelated-tracks`;
|
|
261
250
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
262
251
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -276,6 +265,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
276
265
|
after.toISOString() :
|
|
277
266
|
after;
|
|
278
267
|
}
|
|
268
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
279
269
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
280
270
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
281
271
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -290,7 +280,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
290
280
|
* @param {*} [options] Override http request option.
|
|
291
281
|
* @throws {RequiredError}
|
|
292
282
|
*/
|
|
293
|
-
v1CreateBlackoutVolume: (
|
|
283
|
+
v1CreateBlackoutVolume: (v1BlackoutVolumeRequest_1, ...args_1) => __awaiter(this, [v1BlackoutVolumeRequest_1, ...args_1], void 0, function* (v1BlackoutVolumeRequest, options = {}) {
|
|
294
284
|
// verify required parameter 'v1BlackoutVolumeRequest' is not null or undefined
|
|
295
285
|
(0, common_1.assertParamExists)('v1CreateBlackoutVolume', 'v1BlackoutVolumeRequest', v1BlackoutVolumeRequest);
|
|
296
286
|
const localVarPath = `/v2/search/blackout-volume`;
|
|
@@ -308,6 +298,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
308
298
|
// http bearer authentication required
|
|
309
299
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
310
300
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
301
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
311
302
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
312
303
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
313
304
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -323,7 +314,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
323
314
|
* @param {*} [options] Override http request option.
|
|
324
315
|
* @throws {RequiredError}
|
|
325
316
|
*/
|
|
326
|
-
v1CreateDirectTaskInstruction: (
|
|
317
|
+
v1CreateDirectTaskInstruction: (v1CreateDirectTaskInstructionRequest_1, ...args_1) => __awaiter(this, [v1CreateDirectTaskInstructionRequest_1, ...args_1], void 0, function* (v1CreateDirectTaskInstructionRequest, options = {}) {
|
|
327
318
|
// verify required parameter 'v1CreateDirectTaskInstructionRequest' is not null or undefined
|
|
328
319
|
(0, common_1.assertParamExists)('v1CreateDirectTaskInstruction', 'v1CreateDirectTaskInstructionRequest', v1CreateDirectTaskInstructionRequest);
|
|
329
320
|
const localVarPath = `/v1/direct-task-instruction`;
|
|
@@ -341,6 +332,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
341
332
|
// http bearer authentication required
|
|
342
333
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
343
334
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
335
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
344
336
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
345
337
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
346
338
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -350,13 +342,53 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
350
342
|
options: localVarRequestOptions,
|
|
351
343
|
};
|
|
352
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
|
+
}),
|
|
353
385
|
/**
|
|
354
386
|
* Create an image set.
|
|
355
387
|
* @param {V1CreateImageSetRequest} v1CreateImageSetRequest
|
|
356
388
|
* @param {*} [options] Override http request option.
|
|
357
389
|
* @throws {RequiredError}
|
|
358
390
|
*/
|
|
359
|
-
v1CreateImageSet: (
|
|
391
|
+
v1CreateImageSet: (v1CreateImageSetRequest_1, ...args_1) => __awaiter(this, [v1CreateImageSetRequest_1, ...args_1], void 0, function* (v1CreateImageSetRequest, options = {}) {
|
|
360
392
|
// verify required parameter 'v1CreateImageSetRequest' is not null or undefined
|
|
361
393
|
(0, common_1.assertParamExists)('v1CreateImageSet', 'v1CreateImageSetRequest', v1CreateImageSetRequest);
|
|
362
394
|
const localVarPath = `/v1/image-set`;
|
|
@@ -374,6 +406,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
374
406
|
// http bearer authentication required
|
|
375
407
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
376
408
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
409
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
377
410
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
378
411
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
379
412
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -389,7 +422,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
389
422
|
* @param {*} [options] Override http request option.
|
|
390
423
|
* @throws {RequiredError}
|
|
391
424
|
*/
|
|
392
|
-
v1CreateImageSetImage: (
|
|
425
|
+
v1CreateImageSetImage: (v1CreateImageSetImageRequest_1, ...args_1) => __awaiter(this, [v1CreateImageSetImageRequest_1, ...args_1], void 0, function* (v1CreateImageSetImageRequest, options = {}) {
|
|
393
426
|
// verify required parameter 'v1CreateImageSetImageRequest' is not null or undefined
|
|
394
427
|
(0, common_1.assertParamExists)('v1CreateImageSetImage', 'v1CreateImageSetImageRequest', v1CreateImageSetImageRequest);
|
|
395
428
|
const localVarPath = `/v1/image-set-image`;
|
|
@@ -407,6 +440,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
407
440
|
// http bearer authentication required
|
|
408
441
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
409
442
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
443
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
410
444
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
411
445
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
412
446
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -422,7 +456,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
422
456
|
* @param {*} [options] Override http request option.
|
|
423
457
|
* @throws {RequiredError}
|
|
424
458
|
*/
|
|
425
|
-
v1CreateOrganizationTarget: (
|
|
459
|
+
v1CreateOrganizationTarget: (v1CreateOrganizationTargetRequest_1, ...args_1) => __awaiter(this, [v1CreateOrganizationTargetRequest_1, ...args_1], void 0, function* (v1CreateOrganizationTargetRequest, options = {}) {
|
|
426
460
|
// verify required parameter 'v1CreateOrganizationTargetRequest' is not null or undefined
|
|
427
461
|
(0, common_1.assertParamExists)('v1CreateOrganizationTarget', 'v1CreateOrganizationTargetRequest', v1CreateOrganizationTargetRequest);
|
|
428
462
|
const localVarPath = `/v1/organization-target`;
|
|
@@ -440,6 +474,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
440
474
|
// http bearer authentication required
|
|
441
475
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
442
476
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
477
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
443
478
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
444
479
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
445
480
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -455,7 +490,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
455
490
|
* @param {*} [options] Override http request option.
|
|
456
491
|
* @throws {RequiredError}
|
|
457
492
|
*/
|
|
458
|
-
v1CreateSatelliteTarget: (
|
|
493
|
+
v1CreateSatelliteTarget: (v1CreateSatelliteTargetRequest_1, ...args_1) => __awaiter(this, [v1CreateSatelliteTargetRequest_1, ...args_1], void 0, function* (v1CreateSatelliteTargetRequest, options = {}) {
|
|
459
494
|
// verify required parameter 'v1CreateSatelliteTargetRequest' is not null or undefined
|
|
460
495
|
(0, common_1.assertParamExists)('v1CreateSatelliteTarget', 'v1CreateSatelliteTargetRequest', v1CreateSatelliteTargetRequest);
|
|
461
496
|
const localVarPath = `/v1/satellite-target`;
|
|
@@ -473,6 +508,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
473
508
|
// http bearer authentication required
|
|
474
509
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
475
510
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
511
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
476
512
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
477
513
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
478
514
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -489,7 +525,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
489
525
|
* @deprecated
|
|
490
526
|
* @throws {RequiredError}
|
|
491
527
|
*/
|
|
492
|
-
v1CreateSearchInstruction: (
|
|
528
|
+
v1CreateSearchInstruction: (v1CreateSearchInstructionRequest_1, ...args_1) => __awaiter(this, [v1CreateSearchInstructionRequest_1, ...args_1], void 0, function* (v1CreateSearchInstructionRequest, options = {}) {
|
|
493
529
|
// verify required parameter 'v1CreateSearchInstructionRequest' is not null or undefined
|
|
494
530
|
(0, common_1.assertParamExists)('v1CreateSearchInstruction', 'v1CreateSearchInstructionRequest', v1CreateSearchInstructionRequest);
|
|
495
531
|
const localVarPath = `/v1/search-instruction`;
|
|
@@ -507,6 +543,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
507
543
|
// http bearer authentication required
|
|
508
544
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
509
545
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
546
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
510
547
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
511
548
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
512
549
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -522,7 +559,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
522
559
|
* @param {*} [options] Override http request option.
|
|
523
560
|
* @throws {RequiredError}
|
|
524
561
|
*/
|
|
525
|
-
v1CreateSurveyInstruction: (
|
|
562
|
+
v1CreateSurveyInstruction: (v1CreateSurveyInstructionRequest_1, ...args_1) => __awaiter(this, [v1CreateSurveyInstructionRequest_1, ...args_1], void 0, function* (v1CreateSurveyInstructionRequest, options = {}) {
|
|
526
563
|
// verify required parameter 'v1CreateSurveyInstructionRequest' is not null or undefined
|
|
527
564
|
(0, common_1.assertParamExists)('v1CreateSurveyInstruction', 'v1CreateSurveyInstructionRequest', v1CreateSurveyInstructionRequest);
|
|
528
565
|
const localVarPath = `/v1/survey-instruction`;
|
|
@@ -540,6 +577,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
540
577
|
// http bearer authentication required
|
|
541
578
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
542
579
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
580
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
543
581
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
544
582
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
545
583
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -555,7 +593,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
555
593
|
* @param {*} [options] Override http request option.
|
|
556
594
|
* @throws {RequiredError}
|
|
557
595
|
*/
|
|
558
|
-
v1CreateWebhookConfiguration: (
|
|
596
|
+
v1CreateWebhookConfiguration: (v1CreateWebhookConfigurationRequest_1, ...args_1) => __awaiter(this, [v1CreateWebhookConfigurationRequest_1, ...args_1], void 0, function* (v1CreateWebhookConfigurationRequest, options = {}) {
|
|
559
597
|
// verify required parameter 'v1CreateWebhookConfigurationRequest' is not null or undefined
|
|
560
598
|
(0, common_1.assertParamExists)('v1CreateWebhookConfiguration', 'v1CreateWebhookConfigurationRequest', v1CreateWebhookConfigurationRequest);
|
|
561
599
|
const localVarPath = `/v1/communications/webhook`;
|
|
@@ -573,6 +611,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
573
611
|
// http bearer authentication required
|
|
574
612
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
575
613
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
614
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
576
615
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
577
616
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
578
617
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -588,7 +627,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
588
627
|
* @param {*} [options] Override http request option.
|
|
589
628
|
* @throws {RequiredError}
|
|
590
629
|
*/
|
|
591
|
-
v1CreateWebhookTest: (
|
|
630
|
+
v1CreateWebhookTest: (v1CreateWebhookTestRequest_1, ...args_1) => __awaiter(this, [v1CreateWebhookTestRequest_1, ...args_1], void 0, function* (v1CreateWebhookTestRequest, options = {}) {
|
|
592
631
|
// verify required parameter 'v1CreateWebhookTestRequest' is not null or undefined
|
|
593
632
|
(0, common_1.assertParamExists)('v1CreateWebhookTest', 'v1CreateWebhookTestRequest', v1CreateWebhookTestRequest);
|
|
594
633
|
const localVarPath = `/v1/communications/webhook-test`;
|
|
@@ -606,6 +645,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
606
645
|
// http bearer authentication required
|
|
607
646
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
608
647
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
648
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
609
649
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
610
650
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
611
651
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -621,7 +661,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
621
661
|
* @param {*} [options] Override http request option.
|
|
622
662
|
* @throws {RequiredError}
|
|
623
663
|
*/
|
|
624
|
-
v1DeleteBlackoutVolume: (
|
|
664
|
+
v1DeleteBlackoutVolume: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
625
665
|
// verify required parameter 'id' is not null or undefined
|
|
626
666
|
(0, common_1.assertParamExists)('v1DeleteBlackoutVolume', 'id', id);
|
|
627
667
|
const localVarPath = `/v2/search/blackout-volume`;
|
|
@@ -641,6 +681,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
641
681
|
if (id !== undefined) {
|
|
642
682
|
localVarQueryParameter['id'] = id;
|
|
643
683
|
}
|
|
684
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
644
685
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
645
686
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
646
687
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -655,7 +696,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
655
696
|
* @param {*} [options] Override http request option.
|
|
656
697
|
* @throws {RequiredError}
|
|
657
698
|
*/
|
|
658
|
-
v1DeleteDirectTaskInstruction: (
|
|
699
|
+
v1DeleteDirectTaskInstruction: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
659
700
|
// verify required parameter 'id' is not null or undefined
|
|
660
701
|
(0, common_1.assertParamExists)('v1DeleteDirectTaskInstruction', 'id', id);
|
|
661
702
|
const localVarPath = `/v1/direct-task-instruction`;
|
|
@@ -675,6 +716,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
675
716
|
if (id !== undefined) {
|
|
676
717
|
localVarQueryParameter['id'] = id;
|
|
677
718
|
}
|
|
719
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
678
720
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
679
721
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
680
722
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -689,7 +731,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
689
731
|
* @param {*} [options] Override http request option.
|
|
690
732
|
* @throws {RequiredError}
|
|
691
733
|
*/
|
|
692
|
-
v1DeleteImageSet: (
|
|
734
|
+
v1DeleteImageSet: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
693
735
|
// verify required parameter 'id' is not null or undefined
|
|
694
736
|
(0, common_1.assertParamExists)('v1DeleteImageSet', 'id', id);
|
|
695
737
|
const localVarPath = `/v1/image-set`;
|
|
@@ -709,6 +751,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
709
751
|
if (id !== undefined) {
|
|
710
752
|
localVarQueryParameter['id'] = id;
|
|
711
753
|
}
|
|
754
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
712
755
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
713
756
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
714
757
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -723,7 +766,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
723
766
|
* @param {*} [options] Override http request option.
|
|
724
767
|
* @throws {RequiredError}
|
|
725
768
|
*/
|
|
726
|
-
v1DeleteImageSetImage: (
|
|
769
|
+
v1DeleteImageSetImage: (imageId_1, ...args_1) => __awaiter(this, [imageId_1, ...args_1], void 0, function* (imageId, options = {}) {
|
|
727
770
|
// verify required parameter 'imageId' is not null or undefined
|
|
728
771
|
(0, common_1.assertParamExists)('v1DeleteImageSetImage', 'imageId', imageId);
|
|
729
772
|
const localVarPath = `/v1/image-set-image`;
|
|
@@ -743,6 +786,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
743
786
|
if (imageId !== undefined) {
|
|
744
787
|
localVarQueryParameter['imageId'] = imageId;
|
|
745
788
|
}
|
|
789
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
746
790
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
747
791
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
748
792
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -757,7 +801,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
757
801
|
* @param {*} [options] Override http request option.
|
|
758
802
|
* @throws {RequiredError}
|
|
759
803
|
*/
|
|
760
|
-
v1DeleteOrganizationTarget: (
|
|
804
|
+
v1DeleteOrganizationTarget: (satelliteTargetId_1, ...args_1) => __awaiter(this, [satelliteTargetId_1, ...args_1], void 0, function* (satelliteTargetId, options = {}) {
|
|
761
805
|
// verify required parameter 'satelliteTargetId' is not null or undefined
|
|
762
806
|
(0, common_1.assertParamExists)('v1DeleteOrganizationTarget', 'satelliteTargetId', satelliteTargetId);
|
|
763
807
|
const localVarPath = `/v1/organization-target`;
|
|
@@ -777,6 +821,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
777
821
|
if (satelliteTargetId !== undefined) {
|
|
778
822
|
localVarQueryParameter['satelliteTargetId'] = satelliteTargetId;
|
|
779
823
|
}
|
|
824
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
780
825
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
781
826
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
782
827
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -791,7 +836,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
791
836
|
* @param {*} [options] Override http request option.
|
|
792
837
|
* @throws {RequiredError}
|
|
793
838
|
*/
|
|
794
|
-
v1DeleteSearchInstruction: (
|
|
839
|
+
v1DeleteSearchInstruction: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
795
840
|
// verify required parameter 'id' is not null or undefined
|
|
796
841
|
(0, common_1.assertParamExists)('v1DeleteSearchInstruction', 'id', id);
|
|
797
842
|
const localVarPath = `/v1/search-instruction`;
|
|
@@ -811,6 +856,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
811
856
|
if (id !== undefined) {
|
|
812
857
|
localVarQueryParameter['id'] = id;
|
|
813
858
|
}
|
|
859
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
814
860
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
815
861
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
816
862
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -825,7 +871,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
825
871
|
* @param {*} [options] Override http request option.
|
|
826
872
|
* @throws {RequiredError}
|
|
827
873
|
*/
|
|
828
|
-
v1DeleteSurveyInstruction: (
|
|
874
|
+
v1DeleteSurveyInstruction: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
829
875
|
// verify required parameter 'id' is not null or undefined
|
|
830
876
|
(0, common_1.assertParamExists)('v1DeleteSurveyInstruction', 'id', id);
|
|
831
877
|
const localVarPath = `/v1/survey-instruction`;
|
|
@@ -845,6 +891,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
845
891
|
if (id !== undefined) {
|
|
846
892
|
localVarQueryParameter['id'] = id;
|
|
847
893
|
}
|
|
894
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
848
895
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
849
896
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
850
897
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -859,7 +906,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
859
906
|
* @param {*} [options] Override http request option.
|
|
860
907
|
* @throws {RequiredError}
|
|
861
908
|
*/
|
|
862
|
-
v1DeleteWebhookConfiguration: (
|
|
909
|
+
v1DeleteWebhookConfiguration: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
863
910
|
// verify required parameter 'id' is not null or undefined
|
|
864
911
|
(0, common_1.assertParamExists)('v1DeleteWebhookConfiguration', 'id', id);
|
|
865
912
|
const localVarPath = `/v1/communications/webhook`;
|
|
@@ -879,6 +926,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
879
926
|
if (id !== undefined) {
|
|
880
927
|
localVarQueryParameter['id'] = id;
|
|
881
928
|
}
|
|
929
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
882
930
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
883
931
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
884
932
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -893,7 +941,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
893
941
|
* @param {*} [options] Override http request option.
|
|
894
942
|
* @throws {RequiredError}
|
|
895
943
|
*/
|
|
896
|
-
v1GetImageMetadata: (
|
|
944
|
+
v1GetImageMetadata: (imageId_1, ...args_1) => __awaiter(this, [imageId_1, ...args_1], void 0, function* (imageId, options = {}) {
|
|
897
945
|
// verify required parameter 'imageId' is not null or undefined
|
|
898
946
|
(0, common_1.assertParamExists)('v1GetImageMetadata', 'imageId', imageId);
|
|
899
947
|
const localVarPath = `/v1/image-metadata`;
|
|
@@ -913,6 +961,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
913
961
|
if (imageId !== undefined) {
|
|
914
962
|
localVarQueryParameter['imageId'] = imageId;
|
|
915
963
|
}
|
|
964
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
916
965
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
917
966
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
918
967
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -927,7 +976,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
927
976
|
* @param {*} [options] Override http request option.
|
|
928
977
|
* @throws {RequiredError}
|
|
929
978
|
*/
|
|
930
|
-
v1GetImageSet: (
|
|
979
|
+
v1GetImageSet: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
931
980
|
// verify required parameter 'id' is not null or undefined
|
|
932
981
|
(0, common_1.assertParamExists)('v1GetImageSet', 'id', id);
|
|
933
982
|
const localVarPath = `/v1/image-set`;
|
|
@@ -947,6 +996,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
947
996
|
if (id !== undefined) {
|
|
948
997
|
localVarQueryParameter['id'] = id;
|
|
949
998
|
}
|
|
999
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
950
1000
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
951
1001
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
952
1002
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -961,7 +1011,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
961
1011
|
* @param {*} [options] Override http request option.
|
|
962
1012
|
* @throws {RequiredError}
|
|
963
1013
|
*/
|
|
964
|
-
v1GetImageSetImage: (
|
|
1014
|
+
v1GetImageSetImage: (imageId_1, ...args_1) => __awaiter(this, [imageId_1, ...args_1], void 0, function* (imageId, options = {}) {
|
|
965
1015
|
// verify required parameter 'imageId' is not null or undefined
|
|
966
1016
|
(0, common_1.assertParamExists)('v1GetImageSetImage', 'imageId', imageId);
|
|
967
1017
|
const localVarPath = `/v1/image-set-image`;
|
|
@@ -981,6 +1031,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
981
1031
|
if (imageId !== undefined) {
|
|
982
1032
|
localVarQueryParameter['imageId'] = imageId;
|
|
983
1033
|
}
|
|
1034
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
984
1035
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
985
1036
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
986
1037
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -990,14 +1041,13 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
990
1041
|
};
|
|
991
1042
|
}),
|
|
992
1043
|
/**
|
|
993
|
-
* Get image set images.
|
|
994
|
-
* @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]
|
|
995
1047
|
* @param {*} [options] Override http request option.
|
|
996
1048
|
* @throws {RequiredError}
|
|
997
1049
|
*/
|
|
998
|
-
v1GetImageSetImages: (
|
|
999
|
-
// verify required parameter 'imageSets' is not null or undefined
|
|
1000
|
-
(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 = {}) {
|
|
1001
1051
|
const localVarPath = `/v1/image-set-images`;
|
|
1002
1052
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1003
1053
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -1015,6 +1065,10 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1015
1065
|
if (imageSets) {
|
|
1016
1066
|
localVarQueryParameter['imageSets'] = imageSets.join(base_1.COLLECTION_FORMATS.csv);
|
|
1017
1067
|
}
|
|
1068
|
+
if (starPartyId !== undefined) {
|
|
1069
|
+
localVarQueryParameter['starPartyId'] = starPartyId;
|
|
1070
|
+
}
|
|
1071
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1018
1072
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1019
1073
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1020
1074
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1024,11 +1078,12 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1024
1078
|
};
|
|
1025
1079
|
}),
|
|
1026
1080
|
/**
|
|
1027
|
-
* 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]
|
|
1028
1083
|
* @param {*} [options] Override http request option.
|
|
1029
1084
|
* @throws {RequiredError}
|
|
1030
1085
|
*/
|
|
1031
|
-
v1GetImageSets: (
|
|
1086
|
+
v1GetImageSets: (starPartyId_1, ...args_1) => __awaiter(this, [starPartyId_1, ...args_1], void 0, function* (starPartyId, options = {}) {
|
|
1032
1087
|
const localVarPath = `/v1/image-sets`;
|
|
1033
1088
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1034
1089
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -1043,6 +1098,10 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1043
1098
|
// authentication BearerToken required
|
|
1044
1099
|
// http bearer authentication required
|
|
1045
1100
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1101
|
+
if (starPartyId !== undefined) {
|
|
1102
|
+
localVarQueryParameter['starPartyId'] = starPartyId;
|
|
1103
|
+
}
|
|
1104
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1046
1105
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1047
1106
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1048
1107
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1057,7 +1116,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1057
1116
|
* @param {*} [options] Override http request option.
|
|
1058
1117
|
* @throws {RequiredError}
|
|
1059
1118
|
*/
|
|
1060
|
-
v1GetNodeProperties: (
|
|
1119
|
+
v1GetNodeProperties: (nodeId_1, ...args_1) => __awaiter(this, [nodeId_1, ...args_1], void 0, function* (nodeId, options = {}) {
|
|
1061
1120
|
// verify required parameter 'nodeId' is not null or undefined
|
|
1062
1121
|
(0, common_1.assertParamExists)('v1GetNodeProperties', 'nodeId', nodeId);
|
|
1063
1122
|
const localVarPath = `/v1/node-properties`;
|
|
@@ -1077,6 +1136,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1077
1136
|
if (nodeId !== undefined) {
|
|
1078
1137
|
localVarQueryParameter['nodeId'] = nodeId;
|
|
1079
1138
|
}
|
|
1139
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1080
1140
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1081
1141
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1082
1142
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1093,7 +1153,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1093
1153
|
* @param {*} [options] Override http request option.
|
|
1094
1154
|
* @throws {RequiredError}
|
|
1095
1155
|
*/
|
|
1096
|
-
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 = {}) {
|
|
1097
1157
|
// verify required parameter 'nodeId' is not null or undefined
|
|
1098
1158
|
(0, common_1.assertParamExists)('v1GetNodeSatelliteCalibrations', 'nodeId', nodeId);
|
|
1099
1159
|
const localVarPath = `/v1/satellite-calibrations`;
|
|
@@ -1121,6 +1181,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1121
1181
|
before.toISOString() :
|
|
1122
1182
|
before;
|
|
1123
1183
|
}
|
|
1184
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1124
1185
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1125
1186
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1126
1187
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1135,7 +1196,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1135
1196
|
* @param {*} [options] Override http request option.
|
|
1136
1197
|
* @throws {RequiredError}
|
|
1137
1198
|
*/
|
|
1138
|
-
v1GetObservationFeatures: (
|
|
1199
|
+
v1GetObservationFeatures: (imageId_1, ...args_1) => __awaiter(this, [imageId_1, ...args_1], void 0, function* (imageId, options = {}) {
|
|
1139
1200
|
// verify required parameter 'imageId' is not null or undefined
|
|
1140
1201
|
(0, common_1.assertParamExists)('v1GetObservationFeatures', 'imageId', imageId);
|
|
1141
1202
|
const localVarPath = `/v1/observation-features`;
|
|
@@ -1155,6 +1216,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1155
1216
|
if (imageId !== undefined) {
|
|
1156
1217
|
localVarQueryParameter['imageId'] = imageId;
|
|
1157
1218
|
}
|
|
1219
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1158
1220
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1159
1221
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1160
1222
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1170,7 +1232,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1170
1232
|
* @param {*} [options] Override http request option.
|
|
1171
1233
|
* @throws {RequiredError}
|
|
1172
1234
|
*/
|
|
1173
|
-
v1GetObservationSequenceResult: (
|
|
1235
|
+
v1GetObservationSequenceResult: (observationSequenceResultId_1, imageId_1, ...args_1) => __awaiter(this, [observationSequenceResultId_1, imageId_1, ...args_1], void 0, function* (observationSequenceResultId, imageId, options = {}) {
|
|
1174
1236
|
const localVarPath = `/v1/observation-sequence-result`;
|
|
1175
1237
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1176
1238
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -1191,6 +1253,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1191
1253
|
if (imageId !== undefined) {
|
|
1192
1254
|
localVarQueryParameter['imageId'] = imageId;
|
|
1193
1255
|
}
|
|
1256
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1194
1257
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1195
1258
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1196
1259
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1206,7 +1269,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1206
1269
|
* @param {*} [options] Override http request option.
|
|
1207
1270
|
* @throws {RequiredError}
|
|
1208
1271
|
*/
|
|
1209
|
-
v1GetObservationSequenceResults: (
|
|
1272
|
+
v1GetObservationSequenceResults: (targetId_1, after_1, ...args_1) => __awaiter(this, [targetId_1, after_1, ...args_1], void 0, function* (targetId, after, options = {}) {
|
|
1210
1273
|
const localVarPath = `/v1/observation-sequence-results`;
|
|
1211
1274
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1212
1275
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -1229,6 +1292,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1229
1292
|
after.toISOString() :
|
|
1230
1293
|
after;
|
|
1231
1294
|
}
|
|
1295
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1232
1296
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1233
1297
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1234
1298
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1249,7 +1313,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1249
1313
|
* @param {*} [options] Override http request option.
|
|
1250
1314
|
* @throws {RequiredError}
|
|
1251
1315
|
*/
|
|
1252
|
-
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 = {}) {
|
|
1253
1317
|
const localVarPath = `/v1/observation-statuses`;
|
|
1254
1318
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1255
1319
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -1287,6 +1351,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1287
1351
|
if (imageId !== undefined) {
|
|
1288
1352
|
localVarQueryParameter['imageId'] = imageId;
|
|
1289
1353
|
}
|
|
1354
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1290
1355
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1291
1356
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1292
1357
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1296,13 +1361,14 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1296
1361
|
};
|
|
1297
1362
|
}),
|
|
1298
1363
|
/**
|
|
1299
|
-
* Get potential observation windows for all satellites of your organization across the network from now
|
|
1300
|
-
* @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.
|
|
1301
1367
|
* @param {boolean} [includeWeather]
|
|
1302
1368
|
* @param {*} [options] Override http request option.
|
|
1303
1369
|
* @throws {RequiredError}
|
|
1304
1370
|
*/
|
|
1305
|
-
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 = {}) {
|
|
1306
1372
|
// verify required parameter 'until' is not null or undefined
|
|
1307
1373
|
(0, common_1.assertParamExists)('v1GetOrganizationSatellitePotentials', 'until', until);
|
|
1308
1374
|
const localVarPath = `/v1/organization-target-potentials`;
|
|
@@ -1319,6 +1385,11 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1319
1385
|
// authentication BearerToken required
|
|
1320
1386
|
// http bearer authentication required
|
|
1321
1387
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1388
|
+
if (from !== undefined) {
|
|
1389
|
+
localVarQueryParameter['from'] = (from instanceof Date) ?
|
|
1390
|
+
from.toISOString() :
|
|
1391
|
+
from;
|
|
1392
|
+
}
|
|
1322
1393
|
if (until !== undefined) {
|
|
1323
1394
|
localVarQueryParameter['until'] = (until instanceof Date) ?
|
|
1324
1395
|
until.toISOString() :
|
|
@@ -1327,6 +1398,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1327
1398
|
if (includeWeather !== undefined) {
|
|
1328
1399
|
localVarQueryParameter['includeWeather'] = includeWeather;
|
|
1329
1400
|
}
|
|
1401
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1330
1402
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1331
1403
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1332
1404
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1341,7 +1413,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1341
1413
|
* @param {*} [options] Override http request option.
|
|
1342
1414
|
* @throws {RequiredError}
|
|
1343
1415
|
*/
|
|
1344
|
-
v1GetOrganizationTarget: (
|
|
1416
|
+
v1GetOrganizationTarget: (organizationTargetId_1, ...args_1) => __awaiter(this, [organizationTargetId_1, ...args_1], void 0, function* (organizationTargetId, options = {}) {
|
|
1345
1417
|
// verify required parameter 'organizationTargetId' is not null or undefined
|
|
1346
1418
|
(0, common_1.assertParamExists)('v1GetOrganizationTarget', 'organizationTargetId', organizationTargetId);
|
|
1347
1419
|
const localVarPath = `/v1/organization-target`;
|
|
@@ -1361,6 +1433,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1361
1433
|
if (organizationTargetId !== undefined) {
|
|
1362
1434
|
localVarQueryParameter['organizationTargetId'] = organizationTargetId;
|
|
1363
1435
|
}
|
|
1436
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1364
1437
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1365
1438
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1366
1439
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1374,7 +1447,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1374
1447
|
* @param {*} [options] Override http request option.
|
|
1375
1448
|
* @throws {RequiredError}
|
|
1376
1449
|
*/
|
|
1377
|
-
v1GetOrganizationTargets: (
|
|
1450
|
+
v1GetOrganizationTargets: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
1378
1451
|
const localVarPath = `/v1/organization-targets`;
|
|
1379
1452
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1380
1453
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -1389,6 +1462,151 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1389
1462
|
// authentication BearerToken required
|
|
1390
1463
|
// http bearer authentication required
|
|
1391
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';
|
|
1575
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1576
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1577
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1578
|
+
return {
|
|
1579
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
1580
|
+
options: localVarRequestOptions,
|
|
1581
|
+
};
|
|
1582
|
+
}),
|
|
1583
|
+
/**
|
|
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';
|
|
1392
1610
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1393
1611
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1394
1612
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1398,14 +1616,15 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1398
1616
|
};
|
|
1399
1617
|
}),
|
|
1400
1618
|
/**
|
|
1401
|
-
* Get potential observation windows for a satellite across the network from now
|
|
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`
|
|
1402
1620
|
* @param {string} satelliteTargetId
|
|
1403
|
-
* @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.
|
|
1404
1623
|
* @param {boolean} [includeWeather]
|
|
1405
1624
|
* @param {*} [options] Override http request option.
|
|
1406
1625
|
* @throws {RequiredError}
|
|
1407
1626
|
*/
|
|
1408
|
-
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 = {}) {
|
|
1409
1628
|
// verify required parameter 'satelliteTargetId' is not null or undefined
|
|
1410
1629
|
(0, common_1.assertParamExists)('v1GetSatellitePotentials', 'satelliteTargetId', satelliteTargetId);
|
|
1411
1630
|
// verify required parameter 'until' is not null or undefined
|
|
@@ -1427,6 +1646,11 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1427
1646
|
if (satelliteTargetId !== undefined) {
|
|
1428
1647
|
localVarQueryParameter['satelliteTargetId'] = satelliteTargetId;
|
|
1429
1648
|
}
|
|
1649
|
+
if (from !== undefined) {
|
|
1650
|
+
localVarQueryParameter['from'] = (from instanceof Date) ?
|
|
1651
|
+
from.toISOString() :
|
|
1652
|
+
from;
|
|
1653
|
+
}
|
|
1430
1654
|
if (until !== undefined) {
|
|
1431
1655
|
localVarQueryParameter['until'] = (until instanceof Date) ?
|
|
1432
1656
|
until.toISOString() :
|
|
@@ -1435,6 +1659,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1435
1659
|
if (includeWeather !== undefined) {
|
|
1436
1660
|
localVarQueryParameter['includeWeather'] = includeWeather;
|
|
1437
1661
|
}
|
|
1662
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1438
1663
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1439
1664
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1440
1665
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1449,7 +1674,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1449
1674
|
* @param {*} [options] Override http request option.
|
|
1450
1675
|
* @throws {RequiredError}
|
|
1451
1676
|
*/
|
|
1452
|
-
v1GetSatelliteTarget: (
|
|
1677
|
+
v1GetSatelliteTarget: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
1453
1678
|
// verify required parameter 'id' is not null or undefined
|
|
1454
1679
|
(0, common_1.assertParamExists)('v1GetSatelliteTarget', 'id', id);
|
|
1455
1680
|
const localVarPath = `/v1/satellite-target`;
|
|
@@ -1469,6 +1694,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1469
1694
|
if (id !== undefined) {
|
|
1470
1695
|
localVarQueryParameter['id'] = id;
|
|
1471
1696
|
}
|
|
1697
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1472
1698
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1473
1699
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1474
1700
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1488,7 +1714,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1488
1714
|
* @param {*} [options] Override http request option.
|
|
1489
1715
|
* @throws {RequiredError}
|
|
1490
1716
|
*/
|
|
1491
|
-
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 = {}) {
|
|
1492
1718
|
const localVarPath = `/v1/satellite-targets`;
|
|
1493
1719
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1494
1720
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -1521,6 +1747,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1521
1747
|
if (privateTargets !== undefined) {
|
|
1522
1748
|
localVarQueryParameter['privateTargets'] = privateTargets;
|
|
1523
1749
|
}
|
|
1750
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1524
1751
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1525
1752
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1526
1753
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1535,7 +1762,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1535
1762
|
* @param {*} [options] Override http request option.
|
|
1536
1763
|
* @throws {RequiredError}
|
|
1537
1764
|
*/
|
|
1538
|
-
v1GetSearchInstructions: (
|
|
1765
|
+
v1GetSearchInstructions: (before_1, ...args_1) => __awaiter(this, [before_1, ...args_1], void 0, function* (before, options = {}) {
|
|
1539
1766
|
const localVarPath = `/v1/search-instructions`;
|
|
1540
1767
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1541
1768
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -1555,6 +1782,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1555
1782
|
before.toISOString() :
|
|
1556
1783
|
before;
|
|
1557
1784
|
}
|
|
1785
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1558
1786
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1559
1787
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1560
1788
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1571,7 +1799,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1571
1799
|
* @param {*} [options] Override http request option.
|
|
1572
1800
|
* @throws {RequiredError}
|
|
1573
1801
|
*/
|
|
1574
|
-
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 = {}) {
|
|
1575
1803
|
// verify required parameter 'targetId' is not null or undefined
|
|
1576
1804
|
(0, common_1.assertParamExists)('v1GetStateVectors', 'targetId', targetId);
|
|
1577
1805
|
const localVarPath = `/v1/state-vectors`;
|
|
@@ -1601,6 +1829,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1601
1829
|
after.toISOString() :
|
|
1602
1830
|
after;
|
|
1603
1831
|
}
|
|
1832
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1604
1833
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1605
1834
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1606
1835
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1615,7 +1844,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1615
1844
|
* @param {*} [options] Override http request option.
|
|
1616
1845
|
* @throws {RequiredError}
|
|
1617
1846
|
*/
|
|
1618
|
-
v1GetSurveyInstructions: (
|
|
1847
|
+
v1GetSurveyInstructions: (before_1, ...args_1) => __awaiter(this, [before_1, ...args_1], void 0, function* (before, options = {}) {
|
|
1619
1848
|
const localVarPath = `/v1/survey-instructions`;
|
|
1620
1849
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1621
1850
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -1635,6 +1864,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1635
1864
|
before.toISOString() :
|
|
1636
1865
|
before;
|
|
1637
1866
|
}
|
|
1867
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1638
1868
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1639
1869
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1640
1870
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1649,7 +1879,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1649
1879
|
* @param {*} [options] Override http request option.
|
|
1650
1880
|
* @throws {RequiredError}
|
|
1651
1881
|
*/
|
|
1652
|
-
v1GetTdm: (
|
|
1882
|
+
v1GetTdm: (tdmId_1, ...args_1) => __awaiter(this, [tdmId_1, ...args_1], void 0, function* (tdmId, options = {}) {
|
|
1653
1883
|
// verify required parameter 'tdmId' is not null or undefined
|
|
1654
1884
|
(0, common_1.assertParamExists)('v1GetTdm', 'tdmId', tdmId);
|
|
1655
1885
|
const localVarPath = `/v1/tdm`;
|
|
@@ -1669,6 +1899,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1669
1899
|
if (tdmId !== undefined) {
|
|
1670
1900
|
localVarQueryParameter['tdmId'] = tdmId;
|
|
1671
1901
|
}
|
|
1902
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1672
1903
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1673
1904
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1674
1905
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1684,7 +1915,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1684
1915
|
* @param {*} [options] Override http request option.
|
|
1685
1916
|
* @throws {RequiredError}
|
|
1686
1917
|
*/
|
|
1687
|
-
v1GetTdms: (
|
|
1918
|
+
v1GetTdms: (targetId_1, after_1, ...args_1) => __awaiter(this, [targetId_1, after_1, ...args_1], void 0, function* (targetId, after, options = {}) {
|
|
1688
1919
|
const localVarPath = `/v1/tdms`;
|
|
1689
1920
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1690
1921
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -1707,6 +1938,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1707
1938
|
after.toISOString() :
|
|
1708
1939
|
after;
|
|
1709
1940
|
}
|
|
1941
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1710
1942
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1711
1943
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1712
1944
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1720,7 +1952,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1720
1952
|
* @param {*} [options] Override http request option.
|
|
1721
1953
|
* @throws {RequiredError}
|
|
1722
1954
|
*/
|
|
1723
|
-
v1GetWebhookConfigurations: (
|
|
1955
|
+
v1GetWebhookConfigurations: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
1724
1956
|
const localVarPath = `/v1/communications/webhooks`;
|
|
1725
1957
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1726
1958
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -1735,6 +1967,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1735
1967
|
// authentication BearerToken required
|
|
1736
1968
|
// http bearer authentication required
|
|
1737
1969
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1970
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1738
1971
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1739
1972
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1740
1973
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1751,7 +1984,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1751
1984
|
* @param {*} [options] Override http request option.
|
|
1752
1985
|
* @throws {RequiredError}
|
|
1753
1986
|
*/
|
|
1754
|
-
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 = {}) {
|
|
1755
1988
|
// verify required parameter 'webhookId' is not null or undefined
|
|
1756
1989
|
(0, common_1.assertParamExists)('v1GetWebhookLogs', 'webhookId', webhookId);
|
|
1757
1990
|
const localVarPath = `/v1/communications/webhook-logs`;
|
|
@@ -1777,6 +2010,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1777
2010
|
if (offset !== undefined) {
|
|
1778
2011
|
localVarQueryParameter['offset'] = offset;
|
|
1779
2012
|
}
|
|
2013
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1780
2014
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1781
2015
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1782
2016
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1791,7 +2025,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1791
2025
|
* @param {*} [options] Override http request option.
|
|
1792
2026
|
* @throws {RequiredError}
|
|
1793
2027
|
*/
|
|
1794
|
-
v1PutOrbitProviderTLEOrbit: (
|
|
2028
|
+
v1PutOrbitProviderTLEOrbit: (v1PutOrbitProviderTLERequest_1, ...args_1) => __awaiter(this, [v1PutOrbitProviderTLERequest_1, ...args_1], void 0, function* (v1PutOrbitProviderTLERequest, options = {}) {
|
|
1795
2029
|
// verify required parameter 'v1PutOrbitProviderTLERequest' is not null or undefined
|
|
1796
2030
|
(0, common_1.assertParamExists)('v1PutOrbitProviderTLEOrbit', 'v1PutOrbitProviderTLERequest', v1PutOrbitProviderTLERequest);
|
|
1797
2031
|
const localVarPath = `/v1/orbit-provider/tle`;
|
|
@@ -1809,6 +2043,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1809
2043
|
// http bearer authentication required
|
|
1810
2044
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1811
2045
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2046
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1812
2047
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1813
2048
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1814
2049
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1824,7 +2059,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1824
2059
|
* @param {*} [options] Override http request option.
|
|
1825
2060
|
* @throws {RequiredError}
|
|
1826
2061
|
*/
|
|
1827
|
-
v1UpdateEmailConfiguration: (
|
|
2062
|
+
v1UpdateEmailConfiguration: (v1UpdateEmailConfigurationRequest_1, ...args_1) => __awaiter(this, [v1UpdateEmailConfigurationRequest_1, ...args_1], void 0, function* (v1UpdateEmailConfigurationRequest, options = {}) {
|
|
1828
2063
|
// verify required parameter 'v1UpdateEmailConfigurationRequest' is not null or undefined
|
|
1829
2064
|
(0, common_1.assertParamExists)('v1UpdateEmailConfiguration', 'v1UpdateEmailConfigurationRequest', v1UpdateEmailConfigurationRequest);
|
|
1830
2065
|
const localVarPath = `/v1/communications/email`;
|
|
@@ -1842,6 +2077,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1842
2077
|
// http bearer authentication required
|
|
1843
2078
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1844
2079
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2080
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1845
2081
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1846
2082
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1847
2083
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1857,7 +2093,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1857
2093
|
* @param {*} [options] Override http request option.
|
|
1858
2094
|
* @throws {RequiredError}
|
|
1859
2095
|
*/
|
|
1860
|
-
v1UpdateOrganizationTarget: (
|
|
2096
|
+
v1UpdateOrganizationTarget: (v1UpdateOrganizationTargetRequest_1, ...args_1) => __awaiter(this, [v1UpdateOrganizationTargetRequest_1, ...args_1], void 0, function* (v1UpdateOrganizationTargetRequest, options = {}) {
|
|
1861
2097
|
// verify required parameter 'v1UpdateOrganizationTargetRequest' is not null or undefined
|
|
1862
2098
|
(0, common_1.assertParamExists)('v1UpdateOrganizationTarget', 'v1UpdateOrganizationTargetRequest', v1UpdateOrganizationTargetRequest);
|
|
1863
2099
|
const localVarPath = `/v1/organization-target`;
|
|
@@ -1875,6 +2111,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1875
2111
|
// http bearer authentication required
|
|
1876
2112
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1877
2113
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2114
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1878
2115
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1879
2116
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1880
2117
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1890,7 +2127,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1890
2127
|
* @param {*} [options] Override http request option.
|
|
1891
2128
|
* @throws {RequiredError}
|
|
1892
2129
|
*/
|
|
1893
|
-
v1UpdateSatelliteTarget: (
|
|
2130
|
+
v1UpdateSatelliteTarget: (v1UpdateSatelliteTargetRequest_1, ...args_1) => __awaiter(this, [v1UpdateSatelliteTargetRequest_1, ...args_1], void 0, function* (v1UpdateSatelliteTargetRequest, options = {}) {
|
|
1894
2131
|
// verify required parameter 'v1UpdateSatelliteTargetRequest' is not null or undefined
|
|
1895
2132
|
(0, common_1.assertParamExists)('v1UpdateSatelliteTarget', 'v1UpdateSatelliteTargetRequest', v1UpdateSatelliteTargetRequest);
|
|
1896
2133
|
const localVarPath = `/v1/satellite-target`;
|
|
@@ -1908,6 +2145,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1908
2145
|
// http bearer authentication required
|
|
1909
2146
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1910
2147
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2148
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1911
2149
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1912
2150
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1913
2151
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1923,7 +2161,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1923
2161
|
* @param {*} [options] Override http request option.
|
|
1924
2162
|
* @throws {RequiredError}
|
|
1925
2163
|
*/
|
|
1926
|
-
v1UpdateWebhookConfiguration: (
|
|
2164
|
+
v1UpdateWebhookConfiguration: (v1UpdateWebhookConfigurationRequest_1, ...args_1) => __awaiter(this, [v1UpdateWebhookConfigurationRequest_1, ...args_1], void 0, function* (v1UpdateWebhookConfigurationRequest, options = {}) {
|
|
1927
2165
|
// verify required parameter 'v1UpdateWebhookConfigurationRequest' is not null or undefined
|
|
1928
2166
|
(0, common_1.assertParamExists)('v1UpdateWebhookConfiguration', 'v1UpdateWebhookConfigurationRequest', v1UpdateWebhookConfigurationRequest);
|
|
1929
2167
|
const localVarPath = `/v1/communications/webhook`;
|
|
@@ -1941,6 +2179,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1941
2179
|
// http bearer authentication required
|
|
1942
2180
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1943
2181
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2182
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1944
2183
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1945
2184
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1946
2185
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1951,12 +2190,12 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1951
2190
|
};
|
|
1952
2191
|
}),
|
|
1953
2192
|
/**
|
|
1954
|
-
* 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
|
|
1955
2194
|
* @param {V1PlaneScanRequest} v1PlaneScanRequest
|
|
1956
2195
|
* @param {*} [options] Override http request option.
|
|
1957
2196
|
* @throws {RequiredError}
|
|
1958
2197
|
*/
|
|
1959
|
-
v2CreatePlaneScan: (
|
|
2198
|
+
v2CreatePlaneScan: (v1PlaneScanRequest_1, ...args_1) => __awaiter(this, [v1PlaneScanRequest_1, ...args_1], void 0, function* (v1PlaneScanRequest, options = {}) {
|
|
1960
2199
|
// verify required parameter 'v1PlaneScanRequest' is not null or undefined
|
|
1961
2200
|
(0, common_1.assertParamExists)('v2CreatePlaneScan', 'v1PlaneScanRequest', v1PlaneScanRequest);
|
|
1962
2201
|
const localVarPath = `/v2/search/plane-scan`;
|
|
@@ -1974,6 +2213,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1974
2213
|
// http bearer authentication required
|
|
1975
2214
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1976
2215
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2216
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1977
2217
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1978
2218
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1979
2219
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1984,12 +2224,12 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1984
2224
|
};
|
|
1985
2225
|
}),
|
|
1986
2226
|
/**
|
|
1987
|
-
* 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
|
|
1988
2228
|
* @param {V1RicVolumeSearchRequest} v1RicVolumeSearchRequest
|
|
1989
2229
|
* @param {*} [options] Override http request option.
|
|
1990
2230
|
* @throws {RequiredError}
|
|
1991
2231
|
*/
|
|
1992
|
-
v2CreateRicVolumeSearch: (
|
|
2232
|
+
v2CreateRicVolumeSearch: (v1RicVolumeSearchRequest_1, ...args_1) => __awaiter(this, [v1RicVolumeSearchRequest_1, ...args_1], void 0, function* (v1RicVolumeSearchRequest, options = {}) {
|
|
1993
2233
|
// verify required parameter 'v1RicVolumeSearchRequest' is not null or undefined
|
|
1994
2234
|
(0, common_1.assertParamExists)('v2CreateRicVolumeSearch', 'v1RicVolumeSearchRequest', v1RicVolumeSearchRequest);
|
|
1995
2235
|
const localVarPath = `/v2/search/ric-volumetric`;
|
|
@@ -2007,6 +2247,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2007
2247
|
// http bearer authentication required
|
|
2008
2248
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2009
2249
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2250
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2010
2251
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2011
2252
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2012
2253
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -2022,7 +2263,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2022
2263
|
* @param {*} [options] Override http request option.
|
|
2023
2264
|
* @throws {RequiredError}
|
|
2024
2265
|
*/
|
|
2025
|
-
v2DeletePlaneScan: (
|
|
2266
|
+
v2DeletePlaneScan: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
2026
2267
|
// verify required parameter 'id' is not null or undefined
|
|
2027
2268
|
(0, common_1.assertParamExists)('v2DeletePlaneScan', 'id', id);
|
|
2028
2269
|
const localVarPath = `/v2/search/plane-scan`;
|
|
@@ -2042,6 +2283,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2042
2283
|
if (id !== undefined) {
|
|
2043
2284
|
localVarQueryParameter['id'] = id;
|
|
2044
2285
|
}
|
|
2286
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2045
2287
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2046
2288
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2047
2289
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -2056,7 +2298,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2056
2298
|
* @param {*} [options] Override http request option.
|
|
2057
2299
|
* @throws {RequiredError}
|
|
2058
2300
|
*/
|
|
2059
|
-
v2DeleteRicVolumeSearch: (
|
|
2301
|
+
v2DeleteRicVolumeSearch: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
2060
2302
|
// verify required parameter 'id' is not null or undefined
|
|
2061
2303
|
(0, common_1.assertParamExists)('v2DeleteRicVolumeSearch', 'id', id);
|
|
2062
2304
|
const localVarPath = `/v2/search/ric-volumetric`;
|
|
@@ -2076,6 +2318,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2076
2318
|
if (id !== undefined) {
|
|
2077
2319
|
localVarQueryParameter['id'] = id;
|
|
2078
2320
|
}
|
|
2321
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2079
2322
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2080
2323
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2081
2324
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -2090,7 +2333,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2090
2333
|
* @param {*} [options] Override http request option.
|
|
2091
2334
|
* @throws {RequiredError}
|
|
2092
2335
|
*/
|
|
2093
|
-
v2GetSearch: (
|
|
2336
|
+
v2GetSearch: (searchId_1, ...args_1) => __awaiter(this, [searchId_1, ...args_1], void 0, function* (searchId, options = {}) {
|
|
2094
2337
|
// verify required parameter 'searchId' is not null or undefined
|
|
2095
2338
|
(0, common_1.assertParamExists)('v2GetSearch', 'searchId', searchId);
|
|
2096
2339
|
const localVarPath = `/v2/search`;
|
|
@@ -2110,6 +2353,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2110
2353
|
if (searchId !== undefined) {
|
|
2111
2354
|
localVarQueryParameter['searchId'] = searchId;
|
|
2112
2355
|
}
|
|
2356
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2113
2357
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2114
2358
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2115
2359
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -2125,7 +2369,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2125
2369
|
* @param {*} [options] Override http request option.
|
|
2126
2370
|
* @throws {RequiredError}
|
|
2127
2371
|
*/
|
|
2128
|
-
v2GetSearches: (
|
|
2372
|
+
v2GetSearches: (after_1, status_1, ...args_1) => __awaiter(this, [after_1, status_1, ...args_1], void 0, function* (after, status, options = {}) {
|
|
2129
2373
|
const localVarPath = `/v2/searches`;
|
|
2130
2374
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2131
2375
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -2148,6 +2392,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2148
2392
|
if (status !== undefined) {
|
|
2149
2393
|
localVarQueryParameter['status'] = status;
|
|
2150
2394
|
}
|
|
2395
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2151
2396
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2152
2397
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2153
2398
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -2161,7 +2406,6 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2161
2406
|
exports.DefaultApiAxiosParamCreator = DefaultApiAxiosParamCreator;
|
|
2162
2407
|
/**
|
|
2163
2408
|
* DefaultApi - functional programming interface
|
|
2164
|
-
* @export
|
|
2165
2409
|
*/
|
|
2166
2410
|
const DefaultApiFp = function (configuration) {
|
|
2167
2411
|
const localVarAxiosParamCreator = (0, exports.DefaultApiAxiosParamCreator)(configuration);
|
|
@@ -2175,8 +2419,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2175
2419
|
*/
|
|
2176
2420
|
getUncorrelatedTracks(after, options) {
|
|
2177
2421
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2422
|
+
var _a, _b, _c;
|
|
2178
2423
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.getUncorrelatedTracks(after, options);
|
|
2179
|
-
|
|
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);
|
|
2180
2427
|
});
|
|
2181
2428
|
},
|
|
2182
2429
|
/**
|
|
@@ -2187,8 +2434,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2187
2434
|
*/
|
|
2188
2435
|
v1CreateBlackoutVolume(v1BlackoutVolumeRequest, options) {
|
|
2189
2436
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2437
|
+
var _a, _b, _c;
|
|
2190
2438
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateBlackoutVolume(v1BlackoutVolumeRequest, options);
|
|
2191
|
-
|
|
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);
|
|
2192
2442
|
});
|
|
2193
2443
|
},
|
|
2194
2444
|
/**
|
|
@@ -2199,8 +2449,27 @@ const DefaultApiFp = function (configuration) {
|
|
|
2199
2449
|
*/
|
|
2200
2450
|
v1CreateDirectTaskInstruction(v1CreateDirectTaskInstructionRequest, options) {
|
|
2201
2451
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2452
|
+
var _a, _b, _c;
|
|
2202
2453
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateDirectTaskInstruction(v1CreateDirectTaskInstructionRequest, options);
|
|
2203
|
-
|
|
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);
|
|
2204
2473
|
});
|
|
2205
2474
|
},
|
|
2206
2475
|
/**
|
|
@@ -2211,8 +2480,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2211
2480
|
*/
|
|
2212
2481
|
v1CreateImageSet(v1CreateImageSetRequest, options) {
|
|
2213
2482
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2483
|
+
var _a, _b, _c;
|
|
2214
2484
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateImageSet(v1CreateImageSetRequest, options);
|
|
2215
|
-
|
|
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);
|
|
2216
2488
|
});
|
|
2217
2489
|
},
|
|
2218
2490
|
/**
|
|
@@ -2223,8 +2495,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2223
2495
|
*/
|
|
2224
2496
|
v1CreateImageSetImage(v1CreateImageSetImageRequest, options) {
|
|
2225
2497
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2498
|
+
var _a, _b, _c;
|
|
2226
2499
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateImageSetImage(v1CreateImageSetImageRequest, options);
|
|
2227
|
-
|
|
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);
|
|
2228
2503
|
});
|
|
2229
2504
|
},
|
|
2230
2505
|
/**
|
|
@@ -2235,8 +2510,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2235
2510
|
*/
|
|
2236
2511
|
v1CreateOrganizationTarget(v1CreateOrganizationTargetRequest, options) {
|
|
2237
2512
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2513
|
+
var _a, _b, _c;
|
|
2238
2514
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateOrganizationTarget(v1CreateOrganizationTargetRequest, options);
|
|
2239
|
-
|
|
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);
|
|
2240
2518
|
});
|
|
2241
2519
|
},
|
|
2242
2520
|
/**
|
|
@@ -2247,8 +2525,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2247
2525
|
*/
|
|
2248
2526
|
v1CreateSatelliteTarget(v1CreateSatelliteTargetRequest, options) {
|
|
2249
2527
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2528
|
+
var _a, _b, _c;
|
|
2250
2529
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateSatelliteTarget(v1CreateSatelliteTargetRequest, options);
|
|
2251
|
-
|
|
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);
|
|
2252
2533
|
});
|
|
2253
2534
|
},
|
|
2254
2535
|
/**
|
|
@@ -2260,8 +2541,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2260
2541
|
*/
|
|
2261
2542
|
v1CreateSearchInstruction(v1CreateSearchInstructionRequest, options) {
|
|
2262
2543
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2544
|
+
var _a, _b, _c;
|
|
2263
2545
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateSearchInstruction(v1CreateSearchInstructionRequest, options);
|
|
2264
|
-
|
|
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);
|
|
2265
2549
|
});
|
|
2266
2550
|
},
|
|
2267
2551
|
/**
|
|
@@ -2272,8 +2556,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2272
2556
|
*/
|
|
2273
2557
|
v1CreateSurveyInstruction(v1CreateSurveyInstructionRequest, options) {
|
|
2274
2558
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2559
|
+
var _a, _b, _c;
|
|
2275
2560
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateSurveyInstruction(v1CreateSurveyInstructionRequest, options);
|
|
2276
|
-
|
|
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);
|
|
2277
2564
|
});
|
|
2278
2565
|
},
|
|
2279
2566
|
/**
|
|
@@ -2284,8 +2571,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2284
2571
|
*/
|
|
2285
2572
|
v1CreateWebhookConfiguration(v1CreateWebhookConfigurationRequest, options) {
|
|
2286
2573
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2574
|
+
var _a, _b, _c;
|
|
2287
2575
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateWebhookConfiguration(v1CreateWebhookConfigurationRequest, options);
|
|
2288
|
-
|
|
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);
|
|
2289
2579
|
});
|
|
2290
2580
|
},
|
|
2291
2581
|
/**
|
|
@@ -2296,8 +2586,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2296
2586
|
*/
|
|
2297
2587
|
v1CreateWebhookTest(v1CreateWebhookTestRequest, options) {
|
|
2298
2588
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2589
|
+
var _a, _b, _c;
|
|
2299
2590
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateWebhookTest(v1CreateWebhookTestRequest, options);
|
|
2300
|
-
|
|
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);
|
|
2301
2594
|
});
|
|
2302
2595
|
},
|
|
2303
2596
|
/**
|
|
@@ -2308,8 +2601,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2308
2601
|
*/
|
|
2309
2602
|
v1DeleteBlackoutVolume(id, options) {
|
|
2310
2603
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2604
|
+
var _a, _b, _c;
|
|
2311
2605
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1DeleteBlackoutVolume(id, options);
|
|
2312
|
-
|
|
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);
|
|
2313
2609
|
});
|
|
2314
2610
|
},
|
|
2315
2611
|
/**
|
|
@@ -2320,8 +2616,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2320
2616
|
*/
|
|
2321
2617
|
v1DeleteDirectTaskInstruction(id, options) {
|
|
2322
2618
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2619
|
+
var _a, _b, _c;
|
|
2323
2620
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1DeleteDirectTaskInstruction(id, options);
|
|
2324
|
-
|
|
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);
|
|
2325
2624
|
});
|
|
2326
2625
|
},
|
|
2327
2626
|
/**
|
|
@@ -2332,8 +2631,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2332
2631
|
*/
|
|
2333
2632
|
v1DeleteImageSet(id, options) {
|
|
2334
2633
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2634
|
+
var _a, _b, _c;
|
|
2335
2635
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1DeleteImageSet(id, options);
|
|
2336
|
-
|
|
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);
|
|
2337
2639
|
});
|
|
2338
2640
|
},
|
|
2339
2641
|
/**
|
|
@@ -2344,8 +2646,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2344
2646
|
*/
|
|
2345
2647
|
v1DeleteImageSetImage(imageId, options) {
|
|
2346
2648
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2649
|
+
var _a, _b, _c;
|
|
2347
2650
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1DeleteImageSetImage(imageId, options);
|
|
2348
|
-
|
|
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);
|
|
2349
2654
|
});
|
|
2350
2655
|
},
|
|
2351
2656
|
/**
|
|
@@ -2356,8 +2661,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2356
2661
|
*/
|
|
2357
2662
|
v1DeleteOrganizationTarget(satelliteTargetId, options) {
|
|
2358
2663
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2664
|
+
var _a, _b, _c;
|
|
2359
2665
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1DeleteOrganizationTarget(satelliteTargetId, options);
|
|
2360
|
-
|
|
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);
|
|
2361
2669
|
});
|
|
2362
2670
|
},
|
|
2363
2671
|
/**
|
|
@@ -2368,8 +2676,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2368
2676
|
*/
|
|
2369
2677
|
v1DeleteSearchInstruction(id, options) {
|
|
2370
2678
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2679
|
+
var _a, _b, _c;
|
|
2371
2680
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1DeleteSearchInstruction(id, options);
|
|
2372
|
-
|
|
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);
|
|
2373
2684
|
});
|
|
2374
2685
|
},
|
|
2375
2686
|
/**
|
|
@@ -2380,8 +2691,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2380
2691
|
*/
|
|
2381
2692
|
v1DeleteSurveyInstruction(id, options) {
|
|
2382
2693
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2694
|
+
var _a, _b, _c;
|
|
2383
2695
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1DeleteSurveyInstruction(id, options);
|
|
2384
|
-
|
|
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);
|
|
2385
2699
|
});
|
|
2386
2700
|
},
|
|
2387
2701
|
/**
|
|
@@ -2392,8 +2706,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2392
2706
|
*/
|
|
2393
2707
|
v1DeleteWebhookConfiguration(id, options) {
|
|
2394
2708
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2709
|
+
var _a, _b, _c;
|
|
2395
2710
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1DeleteWebhookConfiguration(id, options);
|
|
2396
|
-
|
|
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);
|
|
2397
2714
|
});
|
|
2398
2715
|
},
|
|
2399
2716
|
/**
|
|
@@ -2404,8 +2721,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2404
2721
|
*/
|
|
2405
2722
|
v1GetImageMetadata(imageId, options) {
|
|
2406
2723
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2724
|
+
var _a, _b, _c;
|
|
2407
2725
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetImageMetadata(imageId, options);
|
|
2408
|
-
|
|
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);
|
|
2409
2729
|
});
|
|
2410
2730
|
},
|
|
2411
2731
|
/**
|
|
@@ -2416,8 +2736,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2416
2736
|
*/
|
|
2417
2737
|
v1GetImageSet(id, options) {
|
|
2418
2738
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2739
|
+
var _a, _b, _c;
|
|
2419
2740
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetImageSet(id, options);
|
|
2420
|
-
|
|
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);
|
|
2421
2744
|
});
|
|
2422
2745
|
},
|
|
2423
2746
|
/**
|
|
@@ -2428,31 +2751,42 @@ const DefaultApiFp = function (configuration) {
|
|
|
2428
2751
|
*/
|
|
2429
2752
|
v1GetImageSetImage(imageId, options) {
|
|
2430
2753
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2754
|
+
var _a, _b, _c;
|
|
2431
2755
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetImageSetImage(imageId, options);
|
|
2432
|
-
|
|
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);
|
|
2433
2759
|
});
|
|
2434
2760
|
},
|
|
2435
2761
|
/**
|
|
2436
|
-
* Get image set images.
|
|
2437
|
-
* @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]
|
|
2438
2765
|
* @param {*} [options] Override http request option.
|
|
2439
2766
|
* @throws {RequiredError}
|
|
2440
2767
|
*/
|
|
2441
|
-
v1GetImageSetImages(imageSets, options) {
|
|
2768
|
+
v1GetImageSetImages(imageSets, starPartyId, options) {
|
|
2442
2769
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2443
|
-
|
|
2444
|
-
|
|
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);
|
|
2445
2775
|
});
|
|
2446
2776
|
},
|
|
2447
2777
|
/**
|
|
2448
|
-
* 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]
|
|
2449
2780
|
* @param {*} [options] Override http request option.
|
|
2450
2781
|
* @throws {RequiredError}
|
|
2451
2782
|
*/
|
|
2452
|
-
v1GetImageSets(options) {
|
|
2783
|
+
v1GetImageSets(starPartyId, options) {
|
|
2453
2784
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2454
|
-
|
|
2455
|
-
|
|
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);
|
|
2456
2790
|
});
|
|
2457
2791
|
},
|
|
2458
2792
|
/**
|
|
@@ -2463,8 +2797,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2463
2797
|
*/
|
|
2464
2798
|
v1GetNodeProperties(nodeId, options) {
|
|
2465
2799
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2800
|
+
var _a, _b, _c;
|
|
2466
2801
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetNodeProperties(nodeId, options);
|
|
2467
|
-
|
|
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);
|
|
2468
2805
|
});
|
|
2469
2806
|
},
|
|
2470
2807
|
/**
|
|
@@ -2477,8 +2814,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2477
2814
|
*/
|
|
2478
2815
|
v1GetNodeSatelliteCalibrations(nodeId, limit, before, options) {
|
|
2479
2816
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2817
|
+
var _a, _b, _c;
|
|
2480
2818
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetNodeSatelliteCalibrations(nodeId, limit, before, options);
|
|
2481
|
-
|
|
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);
|
|
2482
2822
|
});
|
|
2483
2823
|
},
|
|
2484
2824
|
/**
|
|
@@ -2489,8 +2829,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2489
2829
|
*/
|
|
2490
2830
|
v1GetObservationFeatures(imageId, options) {
|
|
2491
2831
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2832
|
+
var _a, _b, _c;
|
|
2492
2833
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetObservationFeatures(imageId, options);
|
|
2493
|
-
|
|
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);
|
|
2494
2837
|
});
|
|
2495
2838
|
},
|
|
2496
2839
|
/**
|
|
@@ -2502,8 +2845,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2502
2845
|
*/
|
|
2503
2846
|
v1GetObservationSequenceResult(observationSequenceResultId, imageId, options) {
|
|
2504
2847
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2848
|
+
var _a, _b, _c;
|
|
2505
2849
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetObservationSequenceResult(observationSequenceResultId, imageId, options);
|
|
2506
|
-
|
|
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);
|
|
2507
2853
|
});
|
|
2508
2854
|
},
|
|
2509
2855
|
/**
|
|
@@ -2515,8 +2861,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2515
2861
|
*/
|
|
2516
2862
|
v1GetObservationSequenceResults(targetId, after, options) {
|
|
2517
2863
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2864
|
+
var _a, _b, _c;
|
|
2518
2865
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetObservationSequenceResults(targetId, after, options);
|
|
2519
|
-
|
|
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);
|
|
2520
2869
|
});
|
|
2521
2870
|
},
|
|
2522
2871
|
/**
|
|
@@ -2533,21 +2882,28 @@ const DefaultApiFp = function (configuration) {
|
|
|
2533
2882
|
*/
|
|
2534
2883
|
v1GetObservationStatuses(targetId, before, searchInstructionId, surveyInstructionId, resolvedImageInstructionId, directTaskId, imageId, options) {
|
|
2535
2884
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2885
|
+
var _a, _b, _c;
|
|
2536
2886
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetObservationStatuses(targetId, before, searchInstructionId, surveyInstructionId, resolvedImageInstructionId, directTaskId, imageId, options);
|
|
2537
|
-
|
|
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);
|
|
2538
2890
|
});
|
|
2539
2891
|
},
|
|
2540
2892
|
/**
|
|
2541
|
-
* Get potential observation windows for all satellites of your organization across the network from now
|
|
2542
|
-
* @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.
|
|
2543
2896
|
* @param {boolean} [includeWeather]
|
|
2544
2897
|
* @param {*} [options] Override http request option.
|
|
2545
2898
|
* @throws {RequiredError}
|
|
2546
2899
|
*/
|
|
2547
|
-
v1GetOrganizationSatellitePotentials(until, includeWeather, options) {
|
|
2900
|
+
v1GetOrganizationSatellitePotentials(until, from, includeWeather, options) {
|
|
2548
2901
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2549
|
-
|
|
2550
|
-
|
|
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);
|
|
2551
2907
|
});
|
|
2552
2908
|
},
|
|
2553
2909
|
/**
|
|
@@ -2558,8 +2914,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2558
2914
|
*/
|
|
2559
2915
|
v1GetOrganizationTarget(organizationTargetId, options) {
|
|
2560
2916
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2917
|
+
var _a, _b, _c;
|
|
2561
2918
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetOrganizationTarget(organizationTargetId, options);
|
|
2562
|
-
|
|
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);
|
|
2563
2922
|
});
|
|
2564
2923
|
},
|
|
2565
2924
|
/**
|
|
@@ -2569,22 +2928,90 @@ const DefaultApiFp = function (configuration) {
|
|
|
2569
2928
|
*/
|
|
2570
2929
|
v1GetOrganizationTargets(options) {
|
|
2571
2930
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2931
|
+
var _a, _b, _c;
|
|
2572
2932
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetOrganizationTargets(options);
|
|
2573
|
-
|
|
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);
|
|
2936
|
+
});
|
|
2937
|
+
},
|
|
2938
|
+
/**
|
|
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);
|
|
2574
2997
|
});
|
|
2575
2998
|
},
|
|
2576
2999
|
/**
|
|
2577
|
-
* Get potential observation windows for a satellite across the network from now
|
|
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`
|
|
2578
3001
|
* @param {string} satelliteTargetId
|
|
2579
|
-
* @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.
|
|
2580
3004
|
* @param {boolean} [includeWeather]
|
|
2581
3005
|
* @param {*} [options] Override http request option.
|
|
2582
3006
|
* @throws {RequiredError}
|
|
2583
3007
|
*/
|
|
2584
|
-
v1GetSatellitePotentials(satelliteTargetId, until, includeWeather, options) {
|
|
3008
|
+
v1GetSatellitePotentials(satelliteTargetId, until, from, includeWeather, options) {
|
|
2585
3009
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2586
|
-
|
|
2587
|
-
|
|
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);
|
|
2588
3015
|
});
|
|
2589
3016
|
},
|
|
2590
3017
|
/**
|
|
@@ -2595,8 +3022,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2595
3022
|
*/
|
|
2596
3023
|
v1GetSatelliteTarget(id, options) {
|
|
2597
3024
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3025
|
+
var _a, _b, _c;
|
|
2598
3026
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetSatelliteTarget(id, options);
|
|
2599
|
-
|
|
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);
|
|
2600
3030
|
});
|
|
2601
3031
|
},
|
|
2602
3032
|
/**
|
|
@@ -2612,8 +3042,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2612
3042
|
*/
|
|
2613
3043
|
v1GetSatelliteTargets(offset, limit, orbitType, noradId, publicTargets, privateTargets, options) {
|
|
2614
3044
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3045
|
+
var _a, _b, _c;
|
|
2615
3046
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetSatelliteTargets(offset, limit, orbitType, noradId, publicTargets, privateTargets, options);
|
|
2616
|
-
|
|
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);
|
|
2617
3050
|
});
|
|
2618
3051
|
},
|
|
2619
3052
|
/**
|
|
@@ -2624,8 +3057,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2624
3057
|
*/
|
|
2625
3058
|
v1GetSearchInstructions(before, options) {
|
|
2626
3059
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3060
|
+
var _a, _b, _c;
|
|
2627
3061
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetSearchInstructions(before, options);
|
|
2628
|
-
|
|
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);
|
|
2629
3065
|
});
|
|
2630
3066
|
},
|
|
2631
3067
|
/**
|
|
@@ -2638,8 +3074,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2638
3074
|
*/
|
|
2639
3075
|
v1GetStateVectors(targetId, before, after, options) {
|
|
2640
3076
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3077
|
+
var _a, _b, _c;
|
|
2641
3078
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetStateVectors(targetId, before, after, options);
|
|
2642
|
-
|
|
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);
|
|
2643
3082
|
});
|
|
2644
3083
|
},
|
|
2645
3084
|
/**
|
|
@@ -2650,8 +3089,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2650
3089
|
*/
|
|
2651
3090
|
v1GetSurveyInstructions(before, options) {
|
|
2652
3091
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3092
|
+
var _a, _b, _c;
|
|
2653
3093
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetSurveyInstructions(before, options);
|
|
2654
|
-
|
|
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);
|
|
2655
3097
|
});
|
|
2656
3098
|
},
|
|
2657
3099
|
/**
|
|
@@ -2662,8 +3104,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2662
3104
|
*/
|
|
2663
3105
|
v1GetTdm(tdmId, options) {
|
|
2664
3106
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3107
|
+
var _a, _b, _c;
|
|
2665
3108
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetTdm(tdmId, options);
|
|
2666
|
-
|
|
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);
|
|
2667
3112
|
});
|
|
2668
3113
|
},
|
|
2669
3114
|
/**
|
|
@@ -2675,8 +3120,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2675
3120
|
*/
|
|
2676
3121
|
v1GetTdms(targetId, after, options) {
|
|
2677
3122
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3123
|
+
var _a, _b, _c;
|
|
2678
3124
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetTdms(targetId, after, options);
|
|
2679
|
-
|
|
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);
|
|
2680
3128
|
});
|
|
2681
3129
|
},
|
|
2682
3130
|
/**
|
|
@@ -2686,8 +3134,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2686
3134
|
*/
|
|
2687
3135
|
v1GetWebhookConfigurations(options) {
|
|
2688
3136
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3137
|
+
var _a, _b, _c;
|
|
2689
3138
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetWebhookConfigurations(options);
|
|
2690
|
-
|
|
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);
|
|
2691
3142
|
});
|
|
2692
3143
|
},
|
|
2693
3144
|
/**
|
|
@@ -2700,8 +3151,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2700
3151
|
*/
|
|
2701
3152
|
v1GetWebhookLogs(webhookId, limit, offset, options) {
|
|
2702
3153
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3154
|
+
var _a, _b, _c;
|
|
2703
3155
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetWebhookLogs(webhookId, limit, offset, options);
|
|
2704
|
-
|
|
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);
|
|
2705
3159
|
});
|
|
2706
3160
|
},
|
|
2707
3161
|
/**
|
|
@@ -2712,8 +3166,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2712
3166
|
*/
|
|
2713
3167
|
v1PutOrbitProviderTLEOrbit(v1PutOrbitProviderTLERequest, options) {
|
|
2714
3168
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3169
|
+
var _a, _b, _c;
|
|
2715
3170
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1PutOrbitProviderTLEOrbit(v1PutOrbitProviderTLERequest, options);
|
|
2716
|
-
|
|
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);
|
|
2717
3174
|
});
|
|
2718
3175
|
},
|
|
2719
3176
|
/**
|
|
@@ -2724,8 +3181,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2724
3181
|
*/
|
|
2725
3182
|
v1UpdateEmailConfiguration(v1UpdateEmailConfigurationRequest, options) {
|
|
2726
3183
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3184
|
+
var _a, _b, _c;
|
|
2727
3185
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1UpdateEmailConfiguration(v1UpdateEmailConfigurationRequest, options);
|
|
2728
|
-
|
|
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);
|
|
2729
3189
|
});
|
|
2730
3190
|
},
|
|
2731
3191
|
/**
|
|
@@ -2736,8 +3196,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2736
3196
|
*/
|
|
2737
3197
|
v1UpdateOrganizationTarget(v1UpdateOrganizationTargetRequest, options) {
|
|
2738
3198
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3199
|
+
var _a, _b, _c;
|
|
2739
3200
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1UpdateOrganizationTarget(v1UpdateOrganizationTargetRequest, options);
|
|
2740
|
-
|
|
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);
|
|
2741
3204
|
});
|
|
2742
3205
|
},
|
|
2743
3206
|
/**
|
|
@@ -2748,8 +3211,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2748
3211
|
*/
|
|
2749
3212
|
v1UpdateSatelliteTarget(v1UpdateSatelliteTargetRequest, options) {
|
|
2750
3213
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3214
|
+
var _a, _b, _c;
|
|
2751
3215
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1UpdateSatelliteTarget(v1UpdateSatelliteTargetRequest, options);
|
|
2752
|
-
|
|
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);
|
|
2753
3219
|
});
|
|
2754
3220
|
},
|
|
2755
3221
|
/**
|
|
@@ -2760,32 +3226,41 @@ const DefaultApiFp = function (configuration) {
|
|
|
2760
3226
|
*/
|
|
2761
3227
|
v1UpdateWebhookConfiguration(v1UpdateWebhookConfigurationRequest, options) {
|
|
2762
3228
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3229
|
+
var _a, _b, _c;
|
|
2763
3230
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1UpdateWebhookConfiguration(v1UpdateWebhookConfigurationRequest, options);
|
|
2764
|
-
|
|
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);
|
|
2765
3234
|
});
|
|
2766
3235
|
},
|
|
2767
3236
|
/**
|
|
2768
|
-
* 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
|
|
2769
3238
|
* @param {V1PlaneScanRequest} v1PlaneScanRequest
|
|
2770
3239
|
* @param {*} [options] Override http request option.
|
|
2771
3240
|
* @throws {RequiredError}
|
|
2772
3241
|
*/
|
|
2773
3242
|
v2CreatePlaneScan(v1PlaneScanRequest, options) {
|
|
2774
3243
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3244
|
+
var _a, _b, _c;
|
|
2775
3245
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v2CreatePlaneScan(v1PlaneScanRequest, options);
|
|
2776
|
-
|
|
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);
|
|
2777
3249
|
});
|
|
2778
3250
|
},
|
|
2779
3251
|
/**
|
|
2780
|
-
* 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
|
|
2781
3253
|
* @param {V1RicVolumeSearchRequest} v1RicVolumeSearchRequest
|
|
2782
3254
|
* @param {*} [options] Override http request option.
|
|
2783
3255
|
* @throws {RequiredError}
|
|
2784
3256
|
*/
|
|
2785
3257
|
v2CreateRicVolumeSearch(v1RicVolumeSearchRequest, options) {
|
|
2786
3258
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3259
|
+
var _a, _b, _c;
|
|
2787
3260
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v2CreateRicVolumeSearch(v1RicVolumeSearchRequest, options);
|
|
2788
|
-
|
|
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);
|
|
2789
3264
|
});
|
|
2790
3265
|
},
|
|
2791
3266
|
/**
|
|
@@ -2796,8 +3271,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2796
3271
|
*/
|
|
2797
3272
|
v2DeletePlaneScan(id, options) {
|
|
2798
3273
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3274
|
+
var _a, _b, _c;
|
|
2799
3275
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v2DeletePlaneScan(id, options);
|
|
2800
|
-
|
|
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);
|
|
2801
3279
|
});
|
|
2802
3280
|
},
|
|
2803
3281
|
/**
|
|
@@ -2808,8 +3286,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2808
3286
|
*/
|
|
2809
3287
|
v2DeleteRicVolumeSearch(id, options) {
|
|
2810
3288
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3289
|
+
var _a, _b, _c;
|
|
2811
3290
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v2DeleteRicVolumeSearch(id, options);
|
|
2812
|
-
|
|
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);
|
|
2813
3294
|
});
|
|
2814
3295
|
},
|
|
2815
3296
|
/**
|
|
@@ -2820,8 +3301,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2820
3301
|
*/
|
|
2821
3302
|
v2GetSearch(searchId, options) {
|
|
2822
3303
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3304
|
+
var _a, _b, _c;
|
|
2823
3305
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v2GetSearch(searchId, options);
|
|
2824
|
-
|
|
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);
|
|
2825
3309
|
});
|
|
2826
3310
|
},
|
|
2827
3311
|
/**
|
|
@@ -2833,8 +3317,11 @@ const DefaultApiFp = function (configuration) {
|
|
|
2833
3317
|
*/
|
|
2834
3318
|
v2GetSearches(after, status, options) {
|
|
2835
3319
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3320
|
+
var _a, _b, _c;
|
|
2836
3321
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.v2GetSearches(after, status, options);
|
|
2837
|
-
|
|
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);
|
|
2838
3325
|
});
|
|
2839
3326
|
},
|
|
2840
3327
|
};
|
|
@@ -2842,7 +3329,6 @@ const DefaultApiFp = function (configuration) {
|
|
|
2842
3329
|
exports.DefaultApiFp = DefaultApiFp;
|
|
2843
3330
|
/**
|
|
2844
3331
|
* DefaultApi - factory interface
|
|
2845
|
-
* @export
|
|
2846
3332
|
*/
|
|
2847
3333
|
const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
2848
3334
|
const localVarFp = (0, exports.DefaultApiFp)(configuration);
|
|
@@ -2875,6 +3361,15 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
2875
3361
|
v1CreateDirectTaskInstruction(requestParameters, options) {
|
|
2876
3362
|
return localVarFp.v1CreateDirectTaskInstruction(requestParameters.v1CreateDirectTaskInstructionRequest, options).then((request) => request(axios, basePath));
|
|
2877
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
|
+
},
|
|
2878
3373
|
/**
|
|
2879
3374
|
* Create an image set.
|
|
2880
3375
|
* @param {DefaultApiV1CreateImageSetRequest} requestParameters Request parameters.
|
|
@@ -3048,21 +3543,22 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
3048
3543
|
return localVarFp.v1GetImageSetImage(requestParameters.imageId, options).then((request) => request(axios, basePath));
|
|
3049
3544
|
},
|
|
3050
3545
|
/**
|
|
3051
|
-
* 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.
|
|
3052
3547
|
* @param {DefaultApiV1GetImageSetImagesRequest} requestParameters Request parameters.
|
|
3053
3548
|
* @param {*} [options] Override http request option.
|
|
3054
3549
|
* @throws {RequiredError}
|
|
3055
3550
|
*/
|
|
3056
|
-
v1GetImageSetImages(requestParameters, options) {
|
|
3057
|
-
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));
|
|
3058
3553
|
},
|
|
3059
3554
|
/**
|
|
3060
|
-
* 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.
|
|
3061
3557
|
* @param {*} [options] Override http request option.
|
|
3062
3558
|
* @throws {RequiredError}
|
|
3063
3559
|
*/
|
|
3064
|
-
v1GetImageSets(options) {
|
|
3065
|
-
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));
|
|
3066
3562
|
},
|
|
3067
3563
|
/**
|
|
3068
3564
|
* Get node properties.
|
|
@@ -3119,13 +3615,13 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
3119
3615
|
return localVarFp.v1GetObservationStatuses(requestParameters.targetId, requestParameters.before, requestParameters.searchInstructionId, requestParameters.surveyInstructionId, requestParameters.resolvedImageInstructionId, requestParameters.directTaskId, requestParameters.imageId, options).then((request) => request(axios, basePath));
|
|
3120
3616
|
},
|
|
3121
3617
|
/**
|
|
3122
|
-
* 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`
|
|
3123
3619
|
* @param {DefaultApiV1GetOrganizationSatellitePotentialsRequest} requestParameters Request parameters.
|
|
3124
3620
|
* @param {*} [options] Override http request option.
|
|
3125
3621
|
* @throws {RequiredError}
|
|
3126
3622
|
*/
|
|
3127
3623
|
v1GetOrganizationSatellitePotentials(requestParameters, options) {
|
|
3128
|
-
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));
|
|
3129
3625
|
},
|
|
3130
3626
|
/**
|
|
3131
3627
|
* Get an existing organization target
|
|
@@ -3145,13 +3641,49 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
3145
3641
|
return localVarFp.v1GetOrganizationTargets(options).then((request) => request(axios, basePath));
|
|
3146
3642
|
},
|
|
3147
3643
|
/**
|
|
3148
|
-
* 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`
|
|
3149
3681
|
* @param {DefaultApiV1GetSatellitePotentialsRequest} requestParameters Request parameters.
|
|
3150
3682
|
* @param {*} [options] Override http request option.
|
|
3151
3683
|
* @throws {RequiredError}
|
|
3152
3684
|
*/
|
|
3153
3685
|
v1GetSatellitePotentials(requestParameters, options) {
|
|
3154
|
-
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));
|
|
3155
3687
|
},
|
|
3156
3688
|
/**
|
|
3157
3689
|
* Get a satellite target that the OurSky platform can currently track by id.
|
|
@@ -3279,7 +3811,7 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
3279
3811
|
return localVarFp.v1UpdateWebhookConfiguration(requestParameters.v1UpdateWebhookConfigurationRequest, options).then((request) => request(axios, basePath));
|
|
3280
3812
|
},
|
|
3281
3813
|
/**
|
|
3282
|
-
* 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
|
|
3283
3815
|
* @param {DefaultApiV2CreatePlaneScanRequest} requestParameters Request parameters.
|
|
3284
3816
|
* @param {*} [options] Override http request option.
|
|
3285
3817
|
* @throws {RequiredError}
|
|
@@ -3288,7 +3820,7 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
3288
3820
|
return localVarFp.v2CreatePlaneScan(requestParameters.v1PlaneScanRequest, options).then((request) => request(axios, basePath));
|
|
3289
3821
|
},
|
|
3290
3822
|
/**
|
|
3291
|
-
* 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
|
|
3292
3824
|
* @param {DefaultApiV2CreateRicVolumeSearchRequest} requestParameters Request parameters.
|
|
3293
3825
|
* @param {*} [options] Override http request option.
|
|
3294
3826
|
* @throws {RequiredError}
|
|
@@ -3337,9 +3869,6 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
3337
3869
|
exports.DefaultApiFactory = DefaultApiFactory;
|
|
3338
3870
|
/**
|
|
3339
3871
|
* DefaultApi - object-oriented interface
|
|
3340
|
-
* @export
|
|
3341
|
-
* @class DefaultApi
|
|
3342
|
-
* @extends {BaseAPI}
|
|
3343
3872
|
*/
|
|
3344
3873
|
class DefaultApi extends base_1.BaseAPI {
|
|
3345
3874
|
/**
|
|
@@ -3348,7 +3877,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3348
3877
|
* @param {DefaultApiGetUncorrelatedTracksRequest} requestParameters Request parameters.
|
|
3349
3878
|
* @param {*} [options] Override http request option.
|
|
3350
3879
|
* @throws {RequiredError}
|
|
3351
|
-
* @memberof DefaultApi
|
|
3352
3880
|
*/
|
|
3353
3881
|
getUncorrelatedTracks(requestParameters = {}, options) {
|
|
3354
3882
|
return (0, exports.DefaultApiFp)(this.configuration).getUncorrelatedTracks(requestParameters.after, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3358,7 +3886,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3358
3886
|
* @param {DefaultApiV1CreateBlackoutVolumeRequest} requestParameters Request parameters.
|
|
3359
3887
|
* @param {*} [options] Override http request option.
|
|
3360
3888
|
* @throws {RequiredError}
|
|
3361
|
-
* @memberof DefaultApi
|
|
3362
3889
|
*/
|
|
3363
3890
|
v1CreateBlackoutVolume(requestParameters, options) {
|
|
3364
3891
|
return (0, exports.DefaultApiFp)(this.configuration).v1CreateBlackoutVolume(requestParameters.v1BlackoutVolumeRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3368,17 +3895,24 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3368
3895
|
* @param {DefaultApiV1CreateDirectTaskInstructionRequest} requestParameters Request parameters.
|
|
3369
3896
|
* @param {*} [options] Override http request option.
|
|
3370
3897
|
* @throws {RequiredError}
|
|
3371
|
-
* @memberof DefaultApi
|
|
3372
3898
|
*/
|
|
3373
3899
|
v1CreateDirectTaskInstruction(requestParameters, options) {
|
|
3374
3900
|
return (0, exports.DefaultApiFp)(this.configuration).v1CreateDirectTaskInstruction(requestParameters.v1CreateDirectTaskInstructionRequest, options).then((request) => request(this.axios, this.basePath));
|
|
3375
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
|
+
}
|
|
3376
3911
|
/**
|
|
3377
3912
|
* Create an image set.
|
|
3378
3913
|
* @param {DefaultApiV1CreateImageSetRequest} requestParameters Request parameters.
|
|
3379
3914
|
* @param {*} [options] Override http request option.
|
|
3380
3915
|
* @throws {RequiredError}
|
|
3381
|
-
* @memberof DefaultApi
|
|
3382
3916
|
*/
|
|
3383
3917
|
v1CreateImageSet(requestParameters, options) {
|
|
3384
3918
|
return (0, exports.DefaultApiFp)(this.configuration).v1CreateImageSet(requestParameters.v1CreateImageSetRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3388,7 +3922,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3388
3922
|
* @param {DefaultApiV1CreateImageSetImageRequest} requestParameters Request parameters.
|
|
3389
3923
|
* @param {*} [options] Override http request option.
|
|
3390
3924
|
* @throws {RequiredError}
|
|
3391
|
-
* @memberof DefaultApi
|
|
3392
3925
|
*/
|
|
3393
3926
|
v1CreateImageSetImage(requestParameters, options) {
|
|
3394
3927
|
return (0, exports.DefaultApiFp)(this.configuration).v1CreateImageSetImage(requestParameters.v1CreateImageSetImageRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3398,7 +3931,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3398
3931
|
* @param {DefaultApiV1CreateOrganizationTargetRequest} requestParameters Request parameters.
|
|
3399
3932
|
* @param {*} [options] Override http request option.
|
|
3400
3933
|
* @throws {RequiredError}
|
|
3401
|
-
* @memberof DefaultApi
|
|
3402
3934
|
*/
|
|
3403
3935
|
v1CreateOrganizationTarget(requestParameters, options) {
|
|
3404
3936
|
return (0, exports.DefaultApiFp)(this.configuration).v1CreateOrganizationTarget(requestParameters.v1CreateOrganizationTargetRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3408,7 +3940,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3408
3940
|
* @param {DefaultApiV1CreateSatelliteTargetRequest} requestParameters Request parameters.
|
|
3409
3941
|
* @param {*} [options] Override http request option.
|
|
3410
3942
|
* @throws {RequiredError}
|
|
3411
|
-
* @memberof DefaultApi
|
|
3412
3943
|
*/
|
|
3413
3944
|
v1CreateSatelliteTarget(requestParameters, options) {
|
|
3414
3945
|
return (0, exports.DefaultApiFp)(this.configuration).v1CreateSatelliteTarget(requestParameters.v1CreateSatelliteTargetRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3419,7 +3950,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3419
3950
|
* @param {*} [options] Override http request option.
|
|
3420
3951
|
* @deprecated
|
|
3421
3952
|
* @throws {RequiredError}
|
|
3422
|
-
* @memberof DefaultApi
|
|
3423
3953
|
*/
|
|
3424
3954
|
v1CreateSearchInstruction(requestParameters, options) {
|
|
3425
3955
|
return (0, exports.DefaultApiFp)(this.configuration).v1CreateSearchInstruction(requestParameters.v1CreateSearchInstructionRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3429,7 +3959,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3429
3959
|
* @param {DefaultApiV1CreateSurveyInstructionRequest} requestParameters Request parameters.
|
|
3430
3960
|
* @param {*} [options] Override http request option.
|
|
3431
3961
|
* @throws {RequiredError}
|
|
3432
|
-
* @memberof DefaultApi
|
|
3433
3962
|
*/
|
|
3434
3963
|
v1CreateSurveyInstruction(requestParameters, options) {
|
|
3435
3964
|
return (0, exports.DefaultApiFp)(this.configuration).v1CreateSurveyInstruction(requestParameters.v1CreateSurveyInstructionRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3439,7 +3968,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3439
3968
|
* @param {DefaultApiV1CreateWebhookConfigurationRequest} requestParameters Request parameters.
|
|
3440
3969
|
* @param {*} [options] Override http request option.
|
|
3441
3970
|
* @throws {RequiredError}
|
|
3442
|
-
* @memberof DefaultApi
|
|
3443
3971
|
*/
|
|
3444
3972
|
v1CreateWebhookConfiguration(requestParameters, options) {
|
|
3445
3973
|
return (0, exports.DefaultApiFp)(this.configuration).v1CreateWebhookConfiguration(requestParameters.v1CreateWebhookConfigurationRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3449,7 +3977,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3449
3977
|
* @param {DefaultApiV1CreateWebhookTestRequest} requestParameters Request parameters.
|
|
3450
3978
|
* @param {*} [options] Override http request option.
|
|
3451
3979
|
* @throws {RequiredError}
|
|
3452
|
-
* @memberof DefaultApi
|
|
3453
3980
|
*/
|
|
3454
3981
|
v1CreateWebhookTest(requestParameters, options) {
|
|
3455
3982
|
return (0, exports.DefaultApiFp)(this.configuration).v1CreateWebhookTest(requestParameters.v1CreateWebhookTestRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3459,7 +3986,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3459
3986
|
* @param {DefaultApiV1DeleteBlackoutVolumeRequest} requestParameters Request parameters.
|
|
3460
3987
|
* @param {*} [options] Override http request option.
|
|
3461
3988
|
* @throws {RequiredError}
|
|
3462
|
-
* @memberof DefaultApi
|
|
3463
3989
|
*/
|
|
3464
3990
|
v1DeleteBlackoutVolume(requestParameters, options) {
|
|
3465
3991
|
return (0, exports.DefaultApiFp)(this.configuration).v1DeleteBlackoutVolume(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3469,7 +3995,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3469
3995
|
* @param {DefaultApiV1DeleteDirectTaskInstructionRequest} requestParameters Request parameters.
|
|
3470
3996
|
* @param {*} [options] Override http request option.
|
|
3471
3997
|
* @throws {RequiredError}
|
|
3472
|
-
* @memberof DefaultApi
|
|
3473
3998
|
*/
|
|
3474
3999
|
v1DeleteDirectTaskInstruction(requestParameters, options) {
|
|
3475
4000
|
return (0, exports.DefaultApiFp)(this.configuration).v1DeleteDirectTaskInstruction(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3479,7 +4004,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3479
4004
|
* @param {DefaultApiV1DeleteImageSetRequest} requestParameters Request parameters.
|
|
3480
4005
|
* @param {*} [options] Override http request option.
|
|
3481
4006
|
* @throws {RequiredError}
|
|
3482
|
-
* @memberof DefaultApi
|
|
3483
4007
|
*/
|
|
3484
4008
|
v1DeleteImageSet(requestParameters, options) {
|
|
3485
4009
|
return (0, exports.DefaultApiFp)(this.configuration).v1DeleteImageSet(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3489,7 +4013,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3489
4013
|
* @param {DefaultApiV1DeleteImageSetImageRequest} requestParameters Request parameters.
|
|
3490
4014
|
* @param {*} [options] Override http request option.
|
|
3491
4015
|
* @throws {RequiredError}
|
|
3492
|
-
* @memberof DefaultApi
|
|
3493
4016
|
*/
|
|
3494
4017
|
v1DeleteImageSetImage(requestParameters, options) {
|
|
3495
4018
|
return (0, exports.DefaultApiFp)(this.configuration).v1DeleteImageSetImage(requestParameters.imageId, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3499,7 +4022,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3499
4022
|
* @param {DefaultApiV1DeleteOrganizationTargetRequest} requestParameters Request parameters.
|
|
3500
4023
|
* @param {*} [options] Override http request option.
|
|
3501
4024
|
* @throws {RequiredError}
|
|
3502
|
-
* @memberof DefaultApi
|
|
3503
4025
|
*/
|
|
3504
4026
|
v1DeleteOrganizationTarget(requestParameters, options) {
|
|
3505
4027
|
return (0, exports.DefaultApiFp)(this.configuration).v1DeleteOrganizationTarget(requestParameters.satelliteTargetId, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3509,7 +4031,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3509
4031
|
* @param {DefaultApiV1DeleteSearchInstructionRequest} requestParameters Request parameters.
|
|
3510
4032
|
* @param {*} [options] Override http request option.
|
|
3511
4033
|
* @throws {RequiredError}
|
|
3512
|
-
* @memberof DefaultApi
|
|
3513
4034
|
*/
|
|
3514
4035
|
v1DeleteSearchInstruction(requestParameters, options) {
|
|
3515
4036
|
return (0, exports.DefaultApiFp)(this.configuration).v1DeleteSearchInstruction(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3519,7 +4040,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3519
4040
|
* @param {DefaultApiV1DeleteSurveyInstructionRequest} requestParameters Request parameters.
|
|
3520
4041
|
* @param {*} [options] Override http request option.
|
|
3521
4042
|
* @throws {RequiredError}
|
|
3522
|
-
* @memberof DefaultApi
|
|
3523
4043
|
*/
|
|
3524
4044
|
v1DeleteSurveyInstruction(requestParameters, options) {
|
|
3525
4045
|
return (0, exports.DefaultApiFp)(this.configuration).v1DeleteSurveyInstruction(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3529,7 +4049,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3529
4049
|
* @param {DefaultApiV1DeleteWebhookConfigurationRequest} requestParameters Request parameters.
|
|
3530
4050
|
* @param {*} [options] Override http request option.
|
|
3531
4051
|
* @throws {RequiredError}
|
|
3532
|
-
* @memberof DefaultApi
|
|
3533
4052
|
*/
|
|
3534
4053
|
v1DeleteWebhookConfiguration(requestParameters, options) {
|
|
3535
4054
|
return (0, exports.DefaultApiFp)(this.configuration).v1DeleteWebhookConfiguration(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3539,7 +4058,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3539
4058
|
* @param {DefaultApiV1GetImageMetadataRequest} requestParameters Request parameters.
|
|
3540
4059
|
* @param {*} [options] Override http request option.
|
|
3541
4060
|
* @throws {RequiredError}
|
|
3542
|
-
* @memberof DefaultApi
|
|
3543
4061
|
*/
|
|
3544
4062
|
v1GetImageMetadata(requestParameters, options) {
|
|
3545
4063
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetImageMetadata(requestParameters.imageId, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3549,7 +4067,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3549
4067
|
* @param {DefaultApiV1GetImageSetRequest} requestParameters Request parameters.
|
|
3550
4068
|
* @param {*} [options] Override http request option.
|
|
3551
4069
|
* @throws {RequiredError}
|
|
3552
|
-
* @memberof DefaultApi
|
|
3553
4070
|
*/
|
|
3554
4071
|
v1GetImageSet(requestParameters, options) {
|
|
3555
4072
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetImageSet(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3559,36 +4076,33 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3559
4076
|
* @param {DefaultApiV1GetImageSetImageRequest} requestParameters Request parameters.
|
|
3560
4077
|
* @param {*} [options] Override http request option.
|
|
3561
4078
|
* @throws {RequiredError}
|
|
3562
|
-
* @memberof DefaultApi
|
|
3563
4079
|
*/
|
|
3564
4080
|
v1GetImageSetImage(requestParameters, options) {
|
|
3565
4081
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetImageSetImage(requestParameters.imageId, options).then((request) => request(this.axios, this.basePath));
|
|
3566
4082
|
}
|
|
3567
4083
|
/**
|
|
3568
|
-
* 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.
|
|
3569
4085
|
* @param {DefaultApiV1GetImageSetImagesRequest} requestParameters Request parameters.
|
|
3570
4086
|
* @param {*} [options] Override http request option.
|
|
3571
4087
|
* @throws {RequiredError}
|
|
3572
|
-
* @memberof DefaultApi
|
|
3573
4088
|
*/
|
|
3574
|
-
v1GetImageSetImages(requestParameters, options) {
|
|
3575
|
-
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));
|
|
3576
4091
|
}
|
|
3577
4092
|
/**
|
|
3578
|
-
* 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.
|
|
3579
4095
|
* @param {*} [options] Override http request option.
|
|
3580
4096
|
* @throws {RequiredError}
|
|
3581
|
-
* @memberof DefaultApi
|
|
3582
4097
|
*/
|
|
3583
|
-
v1GetImageSets(options) {
|
|
3584
|
-
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));
|
|
3585
4100
|
}
|
|
3586
4101
|
/**
|
|
3587
4102
|
* Get node properties.
|
|
3588
4103
|
* @param {DefaultApiV1GetNodePropertiesRequest} requestParameters Request parameters.
|
|
3589
4104
|
* @param {*} [options] Override http request option.
|
|
3590
4105
|
* @throws {RequiredError}
|
|
3591
|
-
* @memberof DefaultApi
|
|
3592
4106
|
*/
|
|
3593
4107
|
v1GetNodeProperties(requestParameters, options) {
|
|
3594
4108
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetNodeProperties(requestParameters.nodeId, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3598,7 +4112,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3598
4112
|
* @param {DefaultApiV1GetNodeSatelliteCalibrationsRequest} requestParameters Request parameters.
|
|
3599
4113
|
* @param {*} [options] Override http request option.
|
|
3600
4114
|
* @throws {RequiredError}
|
|
3601
|
-
* @memberof DefaultApi
|
|
3602
4115
|
*/
|
|
3603
4116
|
v1GetNodeSatelliteCalibrations(requestParameters, options) {
|
|
3604
4117
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetNodeSatelliteCalibrations(requestParameters.nodeId, requestParameters.limit, requestParameters.before, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3608,7 +4121,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3608
4121
|
* @param {DefaultApiV1GetObservationFeaturesRequest} requestParameters Request parameters.
|
|
3609
4122
|
* @param {*} [options] Override http request option.
|
|
3610
4123
|
* @throws {RequiredError}
|
|
3611
|
-
* @memberof DefaultApi
|
|
3612
4124
|
*/
|
|
3613
4125
|
v1GetObservationFeatures(requestParameters, options) {
|
|
3614
4126
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetObservationFeatures(requestParameters.imageId, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3618,7 +4130,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3618
4130
|
* @param {DefaultApiV1GetObservationSequenceResultRequest} requestParameters Request parameters.
|
|
3619
4131
|
* @param {*} [options] Override http request option.
|
|
3620
4132
|
* @throws {RequiredError}
|
|
3621
|
-
* @memberof DefaultApi
|
|
3622
4133
|
*/
|
|
3623
4134
|
v1GetObservationSequenceResult(requestParameters = {}, options) {
|
|
3624
4135
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetObservationSequenceResult(requestParameters.observationSequenceResultId, requestParameters.imageId, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3628,7 +4139,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3628
4139
|
* @param {DefaultApiV1GetObservationSequenceResultsRequest} requestParameters Request parameters.
|
|
3629
4140
|
* @param {*} [options] Override http request option.
|
|
3630
4141
|
* @throws {RequiredError}
|
|
3631
|
-
* @memberof DefaultApi
|
|
3632
4142
|
*/
|
|
3633
4143
|
v1GetObservationSequenceResults(requestParameters = {}, options) {
|
|
3634
4144
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetObservationSequenceResults(requestParameters.targetId, requestParameters.after, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3638,27 +4148,24 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3638
4148
|
* @param {DefaultApiV1GetObservationStatusesRequest} requestParameters Request parameters.
|
|
3639
4149
|
* @param {*} [options] Override http request option.
|
|
3640
4150
|
* @throws {RequiredError}
|
|
3641
|
-
* @memberof DefaultApi
|
|
3642
4151
|
*/
|
|
3643
4152
|
v1GetObservationStatuses(requestParameters = {}, options) {
|
|
3644
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));
|
|
3645
4154
|
}
|
|
3646
4155
|
/**
|
|
3647
|
-
* 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`
|
|
3648
4157
|
* @param {DefaultApiV1GetOrganizationSatellitePotentialsRequest} requestParameters Request parameters.
|
|
3649
4158
|
* @param {*} [options] Override http request option.
|
|
3650
4159
|
* @throws {RequiredError}
|
|
3651
|
-
* @memberof DefaultApi
|
|
3652
4160
|
*/
|
|
3653
4161
|
v1GetOrganizationSatellitePotentials(requestParameters, options) {
|
|
3654
|
-
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));
|
|
3655
4163
|
}
|
|
3656
4164
|
/**
|
|
3657
4165
|
* Get an existing organization target
|
|
3658
4166
|
* @param {DefaultApiV1GetOrganizationTargetRequest} requestParameters Request parameters.
|
|
3659
4167
|
* @param {*} [options] Override http request option.
|
|
3660
4168
|
* @throws {RequiredError}
|
|
3661
|
-
* @memberof DefaultApi
|
|
3662
4169
|
*/
|
|
3663
4170
|
v1GetOrganizationTarget(requestParameters, options) {
|
|
3664
4171
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetOrganizationTarget(requestParameters.organizationTargetId, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3667,27 +4174,60 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3667
4174
|
* Get organization targets see the [create](#tag/organization-targets/POST/v1/organization-target) endpoint for more details.
|
|
3668
4175
|
* @param {*} [options] Override http request option.
|
|
3669
4176
|
* @throws {RequiredError}
|
|
3670
|
-
* @memberof DefaultApi
|
|
3671
4177
|
*/
|
|
3672
4178
|
v1GetOrganizationTargets(options) {
|
|
3673
4179
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetOrganizationTargets(options).then((request) => request(this.axios, this.basePath));
|
|
3674
4180
|
}
|
|
3675
4181
|
/**
|
|
3676
|
-
* 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`
|
|
3677
4219
|
* @param {DefaultApiV1GetSatellitePotentialsRequest} requestParameters Request parameters.
|
|
3678
4220
|
* @param {*} [options] Override http request option.
|
|
3679
4221
|
* @throws {RequiredError}
|
|
3680
|
-
* @memberof DefaultApi
|
|
3681
4222
|
*/
|
|
3682
4223
|
v1GetSatellitePotentials(requestParameters, options) {
|
|
3683
|
-
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));
|
|
3684
4225
|
}
|
|
3685
4226
|
/**
|
|
3686
4227
|
* Get a satellite target that the OurSky platform can currently track by id.
|
|
3687
4228
|
* @param {DefaultApiV1GetSatelliteTargetRequest} requestParameters Request parameters.
|
|
3688
4229
|
* @param {*} [options] Override http request option.
|
|
3689
4230
|
* @throws {RequiredError}
|
|
3690
|
-
* @memberof DefaultApi
|
|
3691
4231
|
*/
|
|
3692
4232
|
v1GetSatelliteTarget(requestParameters, options) {
|
|
3693
4233
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetSatelliteTarget(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3697,7 +4237,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3697
4237
|
* @param {DefaultApiV1GetSatelliteTargetsRequest} requestParameters Request parameters.
|
|
3698
4238
|
* @param {*} [options] Override http request option.
|
|
3699
4239
|
* @throws {RequiredError}
|
|
3700
|
-
* @memberof DefaultApi
|
|
3701
4240
|
*/
|
|
3702
4241
|
v1GetSatelliteTargets(requestParameters = {}, options) {
|
|
3703
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));
|
|
@@ -3707,7 +4246,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3707
4246
|
* @param {DefaultApiV1GetSearchInstructionsRequest} requestParameters Request parameters.
|
|
3708
4247
|
* @param {*} [options] Override http request option.
|
|
3709
4248
|
* @throws {RequiredError}
|
|
3710
|
-
* @memberof DefaultApi
|
|
3711
4249
|
*/
|
|
3712
4250
|
v1GetSearchInstructions(requestParameters = {}, options) {
|
|
3713
4251
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetSearchInstructions(requestParameters.before, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3717,7 +4255,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3717
4255
|
* @param {DefaultApiV1GetStateVectorsRequest} requestParameters Request parameters.
|
|
3718
4256
|
* @param {*} [options] Override http request option.
|
|
3719
4257
|
* @throws {RequiredError}
|
|
3720
|
-
* @memberof DefaultApi
|
|
3721
4258
|
*/
|
|
3722
4259
|
v1GetStateVectors(requestParameters, options) {
|
|
3723
4260
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetStateVectors(requestParameters.targetId, requestParameters.before, requestParameters.after, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3727,7 +4264,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3727
4264
|
* @param {DefaultApiV1GetSurveyInstructionsRequest} requestParameters Request parameters.
|
|
3728
4265
|
* @param {*} [options] Override http request option.
|
|
3729
4266
|
* @throws {RequiredError}
|
|
3730
|
-
* @memberof DefaultApi
|
|
3731
4267
|
*/
|
|
3732
4268
|
v1GetSurveyInstructions(requestParameters = {}, options) {
|
|
3733
4269
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetSurveyInstructions(requestParameters.before, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3737,7 +4273,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3737
4273
|
* @param {DefaultApiV1GetTdmRequest} requestParameters Request parameters.
|
|
3738
4274
|
* @param {*} [options] Override http request option.
|
|
3739
4275
|
* @throws {RequiredError}
|
|
3740
|
-
* @memberof DefaultApi
|
|
3741
4276
|
*/
|
|
3742
4277
|
v1GetTdm(requestParameters, options) {
|
|
3743
4278
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetTdm(requestParameters.tdmId, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3747,7 +4282,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3747
4282
|
* @param {DefaultApiV1GetTdmsRequest} requestParameters Request parameters.
|
|
3748
4283
|
* @param {*} [options] Override http request option.
|
|
3749
4284
|
* @throws {RequiredError}
|
|
3750
|
-
* @memberof DefaultApi
|
|
3751
4285
|
*/
|
|
3752
4286
|
v1GetTdms(requestParameters = {}, options) {
|
|
3753
4287
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetTdms(requestParameters.targetId, requestParameters.after, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3756,7 +4290,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3756
4290
|
* Get webhook configurations.
|
|
3757
4291
|
* @param {*} [options] Override http request option.
|
|
3758
4292
|
* @throws {RequiredError}
|
|
3759
|
-
* @memberof DefaultApi
|
|
3760
4293
|
*/
|
|
3761
4294
|
v1GetWebhookConfigurations(options) {
|
|
3762
4295
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetWebhookConfigurations(options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3766,7 +4299,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3766
4299
|
* @param {DefaultApiV1GetWebhookLogsRequest} requestParameters Request parameters.
|
|
3767
4300
|
* @param {*} [options] Override http request option.
|
|
3768
4301
|
* @throws {RequiredError}
|
|
3769
|
-
* @memberof DefaultApi
|
|
3770
4302
|
*/
|
|
3771
4303
|
v1GetWebhookLogs(requestParameters, options) {
|
|
3772
4304
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetWebhookLogs(requestParameters.webhookId, requestParameters.limit, requestParameters.offset, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3776,7 +4308,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3776
4308
|
* @param {DefaultApiV1PutOrbitProviderTLEOrbitRequest} requestParameters Request parameters.
|
|
3777
4309
|
* @param {*} [options] Override http request option.
|
|
3778
4310
|
* @throws {RequiredError}
|
|
3779
|
-
* @memberof DefaultApi
|
|
3780
4311
|
*/
|
|
3781
4312
|
v1PutOrbitProviderTLEOrbit(requestParameters, options) {
|
|
3782
4313
|
return (0, exports.DefaultApiFp)(this.configuration).v1PutOrbitProviderTLEOrbit(requestParameters.v1PutOrbitProviderTLERequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3786,7 +4317,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3786
4317
|
* @param {DefaultApiV1UpdateEmailConfigurationRequest} requestParameters Request parameters.
|
|
3787
4318
|
* @param {*} [options] Override http request option.
|
|
3788
4319
|
* @throws {RequiredError}
|
|
3789
|
-
* @memberof DefaultApi
|
|
3790
4320
|
*/
|
|
3791
4321
|
v1UpdateEmailConfiguration(requestParameters, options) {
|
|
3792
4322
|
return (0, exports.DefaultApiFp)(this.configuration).v1UpdateEmailConfiguration(requestParameters.v1UpdateEmailConfigurationRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3796,7 +4326,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3796
4326
|
* @param {DefaultApiV1UpdateOrganizationTargetRequest} requestParameters Request parameters.
|
|
3797
4327
|
* @param {*} [options] Override http request option.
|
|
3798
4328
|
* @throws {RequiredError}
|
|
3799
|
-
* @memberof DefaultApi
|
|
3800
4329
|
*/
|
|
3801
4330
|
v1UpdateOrganizationTarget(requestParameters, options) {
|
|
3802
4331
|
return (0, exports.DefaultApiFp)(this.configuration).v1UpdateOrganizationTarget(requestParameters.v1UpdateOrganizationTargetRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3806,7 +4335,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3806
4335
|
* @param {DefaultApiV1UpdateSatelliteTargetRequest} requestParameters Request parameters.
|
|
3807
4336
|
* @param {*} [options] Override http request option.
|
|
3808
4337
|
* @throws {RequiredError}
|
|
3809
|
-
* @memberof DefaultApi
|
|
3810
4338
|
*/
|
|
3811
4339
|
v1UpdateSatelliteTarget(requestParameters, options) {
|
|
3812
4340
|
return (0, exports.DefaultApiFp)(this.configuration).v1UpdateSatelliteTarget(requestParameters.v1UpdateSatelliteTargetRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3816,27 +4344,24 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3816
4344
|
* @param {DefaultApiV1UpdateWebhookConfigurationRequest} requestParameters Request parameters.
|
|
3817
4345
|
* @param {*} [options] Override http request option.
|
|
3818
4346
|
* @throws {RequiredError}
|
|
3819
|
-
* @memberof DefaultApi
|
|
3820
4347
|
*/
|
|
3821
4348
|
v1UpdateWebhookConfiguration(requestParameters, options) {
|
|
3822
4349
|
return (0, exports.DefaultApiFp)(this.configuration).v1UpdateWebhookConfiguration(requestParameters.v1UpdateWebhookConfigurationRequest, options).then((request) => request(this.axios, this.basePath));
|
|
3823
4350
|
}
|
|
3824
4351
|
/**
|
|
3825
|
-
* 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
|
|
3826
4353
|
* @param {DefaultApiV2CreatePlaneScanRequest} requestParameters Request parameters.
|
|
3827
4354
|
* @param {*} [options] Override http request option.
|
|
3828
4355
|
* @throws {RequiredError}
|
|
3829
|
-
* @memberof DefaultApi
|
|
3830
4356
|
*/
|
|
3831
4357
|
v2CreatePlaneScan(requestParameters, options) {
|
|
3832
4358
|
return (0, exports.DefaultApiFp)(this.configuration).v2CreatePlaneScan(requestParameters.v1PlaneScanRequest, options).then((request) => request(this.axios, this.basePath));
|
|
3833
4359
|
}
|
|
3834
4360
|
/**
|
|
3835
|
-
* 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
|
|
3836
4362
|
* @param {DefaultApiV2CreateRicVolumeSearchRequest} requestParameters Request parameters.
|
|
3837
4363
|
* @param {*} [options] Override http request option.
|
|
3838
4364
|
* @throws {RequiredError}
|
|
3839
|
-
* @memberof DefaultApi
|
|
3840
4365
|
*/
|
|
3841
4366
|
v2CreateRicVolumeSearch(requestParameters, options) {
|
|
3842
4367
|
return (0, exports.DefaultApiFp)(this.configuration).v2CreateRicVolumeSearch(requestParameters.v1RicVolumeSearchRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3846,7 +4371,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3846
4371
|
* @param {DefaultApiV2DeletePlaneScanRequest} requestParameters Request parameters.
|
|
3847
4372
|
* @param {*} [options] Override http request option.
|
|
3848
4373
|
* @throws {RequiredError}
|
|
3849
|
-
* @memberof DefaultApi
|
|
3850
4374
|
*/
|
|
3851
4375
|
v2DeletePlaneScan(requestParameters, options) {
|
|
3852
4376
|
return (0, exports.DefaultApiFp)(this.configuration).v2DeletePlaneScan(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3856,7 +4380,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3856
4380
|
* @param {DefaultApiV2DeleteRicVolumeSearchRequest} requestParameters Request parameters.
|
|
3857
4381
|
* @param {*} [options] Override http request option.
|
|
3858
4382
|
* @throws {RequiredError}
|
|
3859
|
-
* @memberof DefaultApi
|
|
3860
4383
|
*/
|
|
3861
4384
|
v2DeleteRicVolumeSearch(requestParameters, options) {
|
|
3862
4385
|
return (0, exports.DefaultApiFp)(this.configuration).v2DeleteRicVolumeSearch(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3866,7 +4389,6 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3866
4389
|
* @param {DefaultApiV2GetSearchRequest} requestParameters Request parameters.
|
|
3867
4390
|
* @param {*} [options] Override http request option.
|
|
3868
4391
|
* @throws {RequiredError}
|
|
3869
|
-
* @memberof DefaultApi
|
|
3870
4392
|
*/
|
|
3871
4393
|
v2GetSearch(requestParameters, options) {
|
|
3872
4394
|
return (0, exports.DefaultApiFp)(this.configuration).v2GetSearch(requestParameters.searchId, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -3876,16 +4398,12 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
3876
4398
|
* @param {DefaultApiV2GetSearchesRequest} requestParameters Request parameters.
|
|
3877
4399
|
* @param {*} [options] Override http request option.
|
|
3878
4400
|
* @throws {RequiredError}
|
|
3879
|
-
* @memberof DefaultApi
|
|
3880
4401
|
*/
|
|
3881
4402
|
v2GetSearches(requestParameters = {}, options) {
|
|
3882
4403
|
return (0, exports.DefaultApiFp)(this.configuration).v2GetSearches(requestParameters.after, requestParameters.status, options).then((request) => request(this.axios, this.basePath));
|
|
3883
4404
|
}
|
|
3884
4405
|
}
|
|
3885
4406
|
exports.DefaultApi = DefaultApi;
|
|
3886
|
-
/**
|
|
3887
|
-
* @export
|
|
3888
|
-
*/
|
|
3889
4407
|
exports.V2GetSearchesStatusEnum = {
|
|
3890
4408
|
COMPLETED: 'COMPLETED',
|
|
3891
4409
|
IN_PROGRESS: 'IN_PROGRESS',
|