@ourskyai/sda-api 1.3.5667 → 1.3.8106
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/README.md +2 -2
- package/api.ts +2359 -140
- package/base.ts +2 -2
- package/common.ts +2 -2
- package/configuration.ts +2 -2
- package/dist/api.d.ts +1764 -136
- package/dist/api.js +949 -56
- package/dist/base.d.ts +2 -2
- package/dist/base.js +2 -2
- package/dist/common.d.ts +2 -2
- package/dist/common.js +2 -2
- package/dist/configuration.d.ts +2 -2
- package/dist/configuration.js +2 -2
- package/dist/esm/api.d.ts +1764 -136
- package/dist/esm/api.js +948 -55
- package/dist/esm/base.d.ts +2 -2
- package/dist/esm/base.js +2 -2
- package/dist/esm/common.d.ts +2 -2
- package/dist/esm/common.js +2 -2
- package/dist/esm/configuration.d.ts +2 -2
- package/dist/esm/configuration.js +2 -2
- package/dist/esm/index.d.ts +2 -2
- package/dist/esm/index.js +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -2
- package/index.ts +2 -2
- package/package.json +1 -1
package/dist/api.js
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
5
|
* OurSky SDA
|
|
6
|
-
* The basic flow for a new organization is as follows: 1. View the available satellite targets with the [satellite targets](
|
|
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.3.
|
|
8
|
+
* The version of the OpenAPI document: 1.3.8106
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -22,7 +22,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
22
22
|
});
|
|
23
23
|
};
|
|
24
24
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
|
-
exports.DefaultApi = exports.DefaultApiFactory = exports.DefaultApiFp = exports.DefaultApiAxiosParamCreator = exports.WebhookEvent = exports.WebhookAuthType = exports.WeatherCondition = exports.TrackingType = exports.ShutterType = 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.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;
|
|
26
26
|
const axios_1 = require("axios");
|
|
27
27
|
// Some imports not used depending on template conditions
|
|
28
28
|
// @ts-ignore
|
|
@@ -52,7 +52,16 @@ exports.FilterType = {
|
|
|
52
52
|
PHOTO_JOHNSON_B: 'PHOTO_JOHNSON_B',
|
|
53
53
|
PHOTO_JOHNSON_V: 'PHOTO_JOHNSON_V',
|
|
54
54
|
PHOTO_COUSINS_R: 'PHOTO_COUSINS_R',
|
|
55
|
-
PHOTO_COUSINS_I: 'PHOTO_COUSINS_I'
|
|
55
|
+
PHOTO_COUSINS_I: 'PHOTO_COUSINS_I',
|
|
56
|
+
PHOTO_SLOAN_U: 'PHOTO_SLOAN_U',
|
|
57
|
+
PHOTO_SLOAN_G: 'PHOTO_SLOAN_G',
|
|
58
|
+
PHOTO_SLOAN_R: 'PHOTO_SLOAN_R',
|
|
59
|
+
PHOTO_SLOAN_I: 'PHOTO_SLOAN_I',
|
|
60
|
+
PHOTO_SLOAN_Z: 'PHOTO_SLOAN_Z',
|
|
61
|
+
TRIPLE_BAND: 'TRIPLE_BAND',
|
|
62
|
+
QUAD_BAND: 'QUAD_BAND',
|
|
63
|
+
DARK: 'DARK',
|
|
64
|
+
OTHER: 'OTHER'
|
|
56
65
|
};
|
|
57
66
|
/**
|
|
58
67
|
*
|
|
@@ -60,6 +69,10 @@ exports.FilterType = {
|
|
|
60
69
|
* @enum {string}
|
|
61
70
|
*/
|
|
62
71
|
exports.ImageSetType = {
|
|
72
|
+
ASTRONOMICAL: 'ASTRONOMICAL',
|
|
73
|
+
EARTH_ORBITAL: 'EARTH_ORBITAL',
|
|
74
|
+
GNSS_CALIBRATION: 'GNSS_CALIBRATION',
|
|
75
|
+
SATELLITE_CALIBRATION: 'SATELLITE_CALIBRATION',
|
|
63
76
|
ALL_SKY: 'ALL_SKY'
|
|
64
77
|
};
|
|
65
78
|
/**
|
|
@@ -118,6 +131,17 @@ exports.SatelliteTargetTrackingStatus = {
|
|
|
118
131
|
INACTIVE: 'INACTIVE',
|
|
119
132
|
DEORBITED: 'DEORBITED'
|
|
120
133
|
};
|
|
134
|
+
/**
|
|
135
|
+
* The reason a search was completed.
|
|
136
|
+
* @export
|
|
137
|
+
* @enum {string}
|
|
138
|
+
*/
|
|
139
|
+
exports.SearchCompletedReason = {
|
|
140
|
+
ALL_HYPOTHESES_TESTED: 'ALL_HYPOTHESES_TESTED',
|
|
141
|
+
FOUND_TARGET: 'FOUND_TARGET',
|
|
142
|
+
CANCELLED: 'CANCELLED',
|
|
143
|
+
FAILED: 'FAILED'
|
|
144
|
+
};
|
|
121
145
|
/**
|
|
122
146
|
*
|
|
123
147
|
* @export
|
|
@@ -137,6 +161,43 @@ exports.TrackingType = {
|
|
|
137
161
|
TARGET_RATE: 'TARGET_RATE',
|
|
138
162
|
NONE: 'NONE'
|
|
139
163
|
};
|
|
164
|
+
exports.V1BlackoutVolumeRequestReferenceFrameEnum = {
|
|
165
|
+
ECI_J2000: 'ECI_J2000',
|
|
166
|
+
ECEF: 'ECEF'
|
|
167
|
+
};
|
|
168
|
+
/**
|
|
169
|
+
*
|
|
170
|
+
* @export
|
|
171
|
+
* @enum {string}
|
|
172
|
+
*/
|
|
173
|
+
exports.V1ImageFileType = {
|
|
174
|
+
FITS: 'FITS',
|
|
175
|
+
JPG: 'JPG'
|
|
176
|
+
};
|
|
177
|
+
/**
|
|
178
|
+
*
|
|
179
|
+
* @export
|
|
180
|
+
* @enum {string}
|
|
181
|
+
*/
|
|
182
|
+
exports.V1PlateSolveStatus = {
|
|
183
|
+
MATCH_FOUND: 'MATCH_FOUND',
|
|
184
|
+
NO_MATCH_FOUND: 'NO_MATCH_FOUND',
|
|
185
|
+
CANCELLED: 'CANCELLED'
|
|
186
|
+
};
|
|
187
|
+
/**
|
|
188
|
+
*
|
|
189
|
+
* @export
|
|
190
|
+
* @enum {string}
|
|
191
|
+
*/
|
|
192
|
+
exports.V1SatelliteCalibrationFamily = {
|
|
193
|
+
GPS: 'GPS',
|
|
194
|
+
ILRS: 'ILRS',
|
|
195
|
+
SWARM: 'SWARM'
|
|
196
|
+
};
|
|
197
|
+
exports.V1StateVectorReferenceFrameEnum = {
|
|
198
|
+
ECI_J2000: 'ECI_J2000',
|
|
199
|
+
ECEF: 'ECEF'
|
|
200
|
+
};
|
|
140
201
|
/**
|
|
141
202
|
*
|
|
142
203
|
* @export
|
|
@@ -177,7 +238,10 @@ exports.WebhookEvent = {
|
|
|
177
238
|
V1_OBSERVATION_STATUS_UPDATED: 'V1_OBSERVATION_STATUS_UPDATED',
|
|
178
239
|
V1_EO_CALIBRATION_OBSERVATION_CREATED: 'V1_EO_CALIBRATION_OBSERVATION_CREATED',
|
|
179
240
|
V1_NODE_CALIBRATION_DATA_CREATED: 'V1_NODE_CALIBRATION_DATA_CREATED',
|
|
180
|
-
V1_NODE_UPDATED: 'V1_NODE_UPDATED'
|
|
241
|
+
V1_NODE_UPDATED: 'V1_NODE_UPDATED',
|
|
242
|
+
V1_EO_SKY_IMAGERY_CREATED: 'V1_EO_SKY_IMAGERY_CREATED',
|
|
243
|
+
V2_SEARCH_COMPLETED: 'V2_SEARCH_COMPLETED',
|
|
244
|
+
V1_UCT_CREATED: 'V1_UCT_CREATED'
|
|
181
245
|
};
|
|
182
246
|
/**
|
|
183
247
|
* DefaultApi - axios parameter creator
|
|
@@ -185,6 +249,74 @@ exports.WebhookEvent = {
|
|
|
185
249
|
*/
|
|
186
250
|
const DefaultApiAxiosParamCreator = function (configuration) {
|
|
187
251
|
return {
|
|
252
|
+
/**
|
|
253
|
+
* This endpoint returns a list of uncorrelated tracks collected by the network.
|
|
254
|
+
* @summary Get uncorrelated tracks collected by the network.
|
|
255
|
+
* @param {string} [after] The timestamp to get the next page of results. Defaults to the 1 day prior to the current UTC time.
|
|
256
|
+
* @param {*} [options] Override http request option.
|
|
257
|
+
* @throws {RequiredError}
|
|
258
|
+
*/
|
|
259
|
+
getUncorrelatedTracks: (after, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
260
|
+
const localVarPath = `/v1/uncorrelated-tracks`;
|
|
261
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
262
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
263
|
+
let baseOptions;
|
|
264
|
+
if (configuration) {
|
|
265
|
+
baseOptions = configuration.baseOptions;
|
|
266
|
+
}
|
|
267
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
268
|
+
const localVarHeaderParameter = {};
|
|
269
|
+
const localVarQueryParameter = {};
|
|
270
|
+
// authentication Roles required
|
|
271
|
+
// authentication BearerToken required
|
|
272
|
+
// http bearer authentication required
|
|
273
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
274
|
+
if (after !== undefined) {
|
|
275
|
+
localVarQueryParameter['after'] = (after instanceof Date) ?
|
|
276
|
+
after.toISOString() :
|
|
277
|
+
after;
|
|
278
|
+
}
|
|
279
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
280
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
281
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
282
|
+
return {
|
|
283
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
284
|
+
options: localVarRequestOptions,
|
|
285
|
+
};
|
|
286
|
+
}),
|
|
287
|
+
/**
|
|
288
|
+
* Create a blackout volume to avoid observing a region of space when scheduling searches.
|
|
289
|
+
* @param {V1BlackoutVolumeRequest} v1BlackoutVolumeRequest
|
|
290
|
+
* @param {*} [options] Override http request option.
|
|
291
|
+
* @throws {RequiredError}
|
|
292
|
+
*/
|
|
293
|
+
v1CreateBlackoutVolume: (v1BlackoutVolumeRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
294
|
+
// verify required parameter 'v1BlackoutVolumeRequest' is not null or undefined
|
|
295
|
+
(0, common_1.assertParamExists)('v1CreateBlackoutVolume', 'v1BlackoutVolumeRequest', v1BlackoutVolumeRequest);
|
|
296
|
+
const localVarPath = `/v2/search/blackout-volume`;
|
|
297
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
298
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
299
|
+
let baseOptions;
|
|
300
|
+
if (configuration) {
|
|
301
|
+
baseOptions = configuration.baseOptions;
|
|
302
|
+
}
|
|
303
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
304
|
+
const localVarHeaderParameter = {};
|
|
305
|
+
const localVarQueryParameter = {};
|
|
306
|
+
// authentication Roles required
|
|
307
|
+
// authentication BearerToken required
|
|
308
|
+
// http bearer authentication required
|
|
309
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
310
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
311
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
312
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
313
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
314
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(v1BlackoutVolumeRequest, localVarRequestOptions, configuration);
|
|
315
|
+
return {
|
|
316
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
317
|
+
options: localVarRequestOptions,
|
|
318
|
+
};
|
|
319
|
+
}),
|
|
188
320
|
/**
|
|
189
321
|
* Create an image set.
|
|
190
322
|
* @param {V1CreateImageSetRequest} v1CreateImageSetRequest
|
|
@@ -252,7 +384,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
252
384
|
};
|
|
253
385
|
}),
|
|
254
386
|
/**
|
|
255
|
-
* Request observations for a satellite target. By creating an organization target you are requesting for a specific target to be observed. The target will be observed best effort by the OurSky network. At the current time OurSky only supports observing satellite targets that are already registered with the platform. To see all possible satellite targets see the [satellite targets](#
|
|
387
|
+
* Request observations for a satellite target. By creating an organization target you are requesting for a specific target to be observed. The target will be observed best effort by the OurSky network. At the current time OurSky only supports observing satellite targets that are already registered with the platform. To see all possible satellite targets see the [satellite targets](#tag/satellite-targets/GET/v1/satellite-targets) endpoint. Organization targets also control which events are sent to your organization via webhooks. Webhooks are only sent for targets that you have an active \"organization target\" for.
|
|
256
388
|
* @param {V1CreateOrganizationTargetRequest} v1CreateOrganizationTargetRequest
|
|
257
389
|
* @param {*} [options] Override http request option.
|
|
258
390
|
* @throws {RequiredError}
|
|
@@ -318,9 +450,10 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
318
450
|
};
|
|
319
451
|
}),
|
|
320
452
|
/**
|
|
321
|
-
* Create a search instruction. Search instructions are the highest priority request in the system. The maximum duration for all steps is 5 minutes. Search patterns can be defined through both step offsets and timing. The system will execute the search and the resulting observations will be available in the observation status endpoint.
|
|
453
|
+
* This endpoint is deprecated but will continue to work until 05/31/2025, please see [/v2/search/plane-scan](#tag/plane-scans/POST/v2/search/plane-scan) and [/v2/search/ric-volumetric](#tag/ric-volumetrics/POST/v2/search/ric-volumetric). Create a search instruction. Search instructions are the highest priority request in the system. The maximum duration for all steps is 5 minutes. Search patterns can be defined through both step offsets and timing. The system will execute the search and the resulting observations will be available in the observation status endpoint.
|
|
322
454
|
* @param {V1CreateSearchInstructionRequest} v1CreateSearchInstructionRequest
|
|
323
455
|
* @param {*} [options] Override http request option.
|
|
456
|
+
* @deprecated
|
|
324
457
|
* @throws {RequiredError}
|
|
325
458
|
*/
|
|
326
459
|
v1CreateSearchInstruction: (v1CreateSearchInstructionRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
@@ -449,6 +582,40 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
449
582
|
options: localVarRequestOptions,
|
|
450
583
|
};
|
|
451
584
|
}),
|
|
585
|
+
/**
|
|
586
|
+
* Delete a blackout volume.
|
|
587
|
+
* @param {string} id
|
|
588
|
+
* @param {*} [options] Override http request option.
|
|
589
|
+
* @throws {RequiredError}
|
|
590
|
+
*/
|
|
591
|
+
v1DeleteBlackoutVolume: (id, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
592
|
+
// verify required parameter 'id' is not null or undefined
|
|
593
|
+
(0, common_1.assertParamExists)('v1DeleteBlackoutVolume', 'id', id);
|
|
594
|
+
const localVarPath = `/v2/search/blackout-volume`;
|
|
595
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
596
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
597
|
+
let baseOptions;
|
|
598
|
+
if (configuration) {
|
|
599
|
+
baseOptions = configuration.baseOptions;
|
|
600
|
+
}
|
|
601
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'DELETE' }, baseOptions), options);
|
|
602
|
+
const localVarHeaderParameter = {};
|
|
603
|
+
const localVarQueryParameter = {};
|
|
604
|
+
// authentication Roles required
|
|
605
|
+
// authentication BearerToken required
|
|
606
|
+
// http bearer authentication required
|
|
607
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
608
|
+
if (id !== undefined) {
|
|
609
|
+
localVarQueryParameter['id'] = id;
|
|
610
|
+
}
|
|
611
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
612
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
613
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
614
|
+
return {
|
|
615
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
616
|
+
options: localVarRequestOptions,
|
|
617
|
+
};
|
|
618
|
+
}),
|
|
452
619
|
/**
|
|
453
620
|
* Delete an image set.
|
|
454
621
|
* @param {string} id
|
|
@@ -653,6 +820,40 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
653
820
|
options: localVarRequestOptions,
|
|
654
821
|
};
|
|
655
822
|
}),
|
|
823
|
+
/**
|
|
824
|
+
* Get metadata about an image by image id. This includes plate solve results
|
|
825
|
+
* @param {string} imageId
|
|
826
|
+
* @param {*} [options] Override http request option.
|
|
827
|
+
* @throws {RequiredError}
|
|
828
|
+
*/
|
|
829
|
+
v1GetImageMetadata: (imageId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
830
|
+
// verify required parameter 'imageId' is not null or undefined
|
|
831
|
+
(0, common_1.assertParamExists)('v1GetImageMetadata', 'imageId', imageId);
|
|
832
|
+
const localVarPath = `/v1/image-metadata`;
|
|
833
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
834
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
835
|
+
let baseOptions;
|
|
836
|
+
if (configuration) {
|
|
837
|
+
baseOptions = configuration.baseOptions;
|
|
838
|
+
}
|
|
839
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
840
|
+
const localVarHeaderParameter = {};
|
|
841
|
+
const localVarQueryParameter = {};
|
|
842
|
+
// authentication Roles required
|
|
843
|
+
// authentication BearerToken required
|
|
844
|
+
// http bearer authentication required
|
|
845
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
846
|
+
if (imageId !== undefined) {
|
|
847
|
+
localVarQueryParameter['imageId'] = imageId;
|
|
848
|
+
}
|
|
849
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
850
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
851
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
852
|
+
return {
|
|
853
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
854
|
+
options: localVarRequestOptions,
|
|
855
|
+
};
|
|
856
|
+
}),
|
|
656
857
|
/**
|
|
657
858
|
* Get an image set.
|
|
658
859
|
* @param {string} id
|
|
@@ -817,6 +1018,50 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
817
1018
|
options: localVarRequestOptions,
|
|
818
1019
|
};
|
|
819
1020
|
}),
|
|
1021
|
+
/**
|
|
1022
|
+
* Get recent satellite calibrations by node. Paginate using `before` and `limit` to retrieve previous calibrations
|
|
1023
|
+
* @param {string} nodeId
|
|
1024
|
+
* @param {number} [limit]
|
|
1025
|
+
* @param {string} [before]
|
|
1026
|
+
* @param {*} [options] Override http request option.
|
|
1027
|
+
* @throws {RequiredError}
|
|
1028
|
+
*/
|
|
1029
|
+
v1GetNodeSatelliteCalibrations: (nodeId, limit, before, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1030
|
+
// verify required parameter 'nodeId' is not null or undefined
|
|
1031
|
+
(0, common_1.assertParamExists)('v1GetNodeSatelliteCalibrations', 'nodeId', nodeId);
|
|
1032
|
+
const localVarPath = `/v1/satellite-calibrations`;
|
|
1033
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1034
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1035
|
+
let baseOptions;
|
|
1036
|
+
if (configuration) {
|
|
1037
|
+
baseOptions = configuration.baseOptions;
|
|
1038
|
+
}
|
|
1039
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
1040
|
+
const localVarHeaderParameter = {};
|
|
1041
|
+
const localVarQueryParameter = {};
|
|
1042
|
+
// authentication Roles required
|
|
1043
|
+
// authentication BearerToken required
|
|
1044
|
+
// http bearer authentication required
|
|
1045
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1046
|
+
if (nodeId !== undefined) {
|
|
1047
|
+
localVarQueryParameter['nodeId'] = nodeId;
|
|
1048
|
+
}
|
|
1049
|
+
if (limit !== undefined) {
|
|
1050
|
+
localVarQueryParameter['limit'] = limit;
|
|
1051
|
+
}
|
|
1052
|
+
if (before !== undefined) {
|
|
1053
|
+
localVarQueryParameter['before'] = (before instanceof Date) ?
|
|
1054
|
+
before.toISOString() :
|
|
1055
|
+
before;
|
|
1056
|
+
}
|
|
1057
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1058
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1059
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1060
|
+
return {
|
|
1061
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
1062
|
+
options: localVarRequestOptions,
|
|
1063
|
+
};
|
|
1064
|
+
}),
|
|
820
1065
|
/**
|
|
821
1066
|
* Get observation features.
|
|
822
1067
|
* @param {string} imageId
|
|
@@ -931,11 +1176,12 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
931
1176
|
* @param {string} [before]
|
|
932
1177
|
* @param {string} [searchInstructionId]
|
|
933
1178
|
* @param {string} [surveyInstructionId]
|
|
1179
|
+
* @param {string} [resolvedImageInstructionId]
|
|
934
1180
|
* @param {string} [imageId]
|
|
935
1181
|
* @param {*} [options] Override http request option.
|
|
936
1182
|
* @throws {RequiredError}
|
|
937
1183
|
*/
|
|
938
|
-
v1GetObservationStatuses: (targetId, before, searchInstructionId, surveyInstructionId, imageId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1184
|
+
v1GetObservationStatuses: (targetId, before, searchInstructionId, surveyInstructionId, resolvedImageInstructionId, imageId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
939
1185
|
const localVarPath = `/v1/observation-statuses`;
|
|
940
1186
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
941
1187
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -964,6 +1210,9 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
964
1210
|
if (surveyInstructionId !== undefined) {
|
|
965
1211
|
localVarQueryParameter['surveyInstructionId'] = surveyInstructionId;
|
|
966
1212
|
}
|
|
1213
|
+
if (resolvedImageInstructionId !== undefined) {
|
|
1214
|
+
localVarQueryParameter['resolvedImageInstructionId'] = resolvedImageInstructionId;
|
|
1215
|
+
}
|
|
967
1216
|
if (imageId !== undefined) {
|
|
968
1217
|
localVarQueryParameter['imageId'] = imageId;
|
|
969
1218
|
}
|
|
@@ -1050,7 +1299,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1050
1299
|
};
|
|
1051
1300
|
}),
|
|
1052
1301
|
/**
|
|
1053
|
-
* Get organization targets see the [create](#
|
|
1302
|
+
* Get organization targets see the [create](#tag/organization-targets/POST/v1/organization-target) endpoint for more details.
|
|
1054
1303
|
* @param {*} [options] Override http request option.
|
|
1055
1304
|
* @throws {RequiredError}
|
|
1056
1305
|
*/
|
|
@@ -1243,6 +1492,52 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1243
1492
|
options: localVarRequestOptions,
|
|
1244
1493
|
};
|
|
1245
1494
|
}),
|
|
1495
|
+
/**
|
|
1496
|
+
* Get state vectors for a satellite.
|
|
1497
|
+
* @param {string} targetId
|
|
1498
|
+
* @param {string} [before]
|
|
1499
|
+
* @param {string} [after]
|
|
1500
|
+
* @param {*} [options] Override http request option.
|
|
1501
|
+
* @throws {RequiredError}
|
|
1502
|
+
*/
|
|
1503
|
+
v1GetStateVectors: (targetId, before, after, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1504
|
+
// verify required parameter 'targetId' is not null or undefined
|
|
1505
|
+
(0, common_1.assertParamExists)('v1GetStateVectors', 'targetId', targetId);
|
|
1506
|
+
const localVarPath = `/v1/state-vectors`;
|
|
1507
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1508
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1509
|
+
let baseOptions;
|
|
1510
|
+
if (configuration) {
|
|
1511
|
+
baseOptions = configuration.baseOptions;
|
|
1512
|
+
}
|
|
1513
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
1514
|
+
const localVarHeaderParameter = {};
|
|
1515
|
+
const localVarQueryParameter = {};
|
|
1516
|
+
// authentication Roles required
|
|
1517
|
+
// authentication BearerToken required
|
|
1518
|
+
// http bearer authentication required
|
|
1519
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1520
|
+
if (targetId !== undefined) {
|
|
1521
|
+
localVarQueryParameter['targetId'] = targetId;
|
|
1522
|
+
}
|
|
1523
|
+
if (before !== undefined) {
|
|
1524
|
+
localVarQueryParameter['before'] = (before instanceof Date) ?
|
|
1525
|
+
before.toISOString() :
|
|
1526
|
+
before;
|
|
1527
|
+
}
|
|
1528
|
+
if (after !== undefined) {
|
|
1529
|
+
localVarQueryParameter['after'] = (after instanceof Date) ?
|
|
1530
|
+
after.toISOString() :
|
|
1531
|
+
after;
|
|
1532
|
+
}
|
|
1533
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1534
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1535
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1536
|
+
return {
|
|
1537
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
1538
|
+
options: localVarRequestOptions,
|
|
1539
|
+
};
|
|
1540
|
+
}),
|
|
1246
1541
|
/**
|
|
1247
1542
|
* Get a list of survey instructions. Survey instructions are the highest priority request in the system. This endpoint is paginated and will return a maximum of 20 results per page. Use the before timestamp to get the next page of results.
|
|
1248
1543
|
* @param {string} [before] The timestamp to get the next page of results. Defaults to the current time.
|
|
@@ -1584,45 +1879,276 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1584
1879
|
options: localVarRequestOptions,
|
|
1585
1880
|
};
|
|
1586
1881
|
}),
|
|
1587
|
-
};
|
|
1588
|
-
};
|
|
1589
|
-
exports.DefaultApiAxiosParamCreator = DefaultApiAxiosParamCreator;
|
|
1590
|
-
/**
|
|
1591
|
-
* DefaultApi - functional programming interface
|
|
1592
|
-
* @export
|
|
1593
|
-
*/
|
|
1594
|
-
const DefaultApiFp = function (configuration) {
|
|
1595
|
-
const localVarAxiosParamCreator = (0, exports.DefaultApiAxiosParamCreator)(configuration);
|
|
1596
|
-
return {
|
|
1597
|
-
/**
|
|
1598
|
-
* Create an image set.
|
|
1599
|
-
* @param {V1CreateImageSetRequest} v1CreateImageSetRequest
|
|
1600
|
-
* @param {*} [options] Override http request option.
|
|
1601
|
-
* @throws {RequiredError}
|
|
1602
|
-
*/
|
|
1603
|
-
v1CreateImageSet(v1CreateImageSetRequest, options) {
|
|
1604
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
1605
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateImageSet(v1CreateImageSetRequest, options);
|
|
1606
|
-
return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
|
|
1607
|
-
});
|
|
1608
|
-
},
|
|
1609
1882
|
/**
|
|
1610
|
-
* Create
|
|
1611
|
-
* @param {
|
|
1883
|
+
* Create a plane scan to search for a target. The system will execute the search and the resulting observations will be available in the observation status endpoint.
|
|
1884
|
+
* @param {V1PlaneScanRequest} v1PlaneScanRequest
|
|
1612
1885
|
* @param {*} [options] Override http request option.
|
|
1613
1886
|
* @throws {RequiredError}
|
|
1614
1887
|
*/
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1888
|
+
v2CreatePlaneScan: (v1PlaneScanRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1889
|
+
// verify required parameter 'v1PlaneScanRequest' is not null or undefined
|
|
1890
|
+
(0, common_1.assertParamExists)('v2CreatePlaneScan', 'v1PlaneScanRequest', v1PlaneScanRequest);
|
|
1891
|
+
const localVarPath = `/v2/search/plane-scan`;
|
|
1892
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1893
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1894
|
+
let baseOptions;
|
|
1895
|
+
if (configuration) {
|
|
1896
|
+
baseOptions = configuration.baseOptions;
|
|
1897
|
+
}
|
|
1898
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
1899
|
+
const localVarHeaderParameter = {};
|
|
1900
|
+
const localVarQueryParameter = {};
|
|
1901
|
+
// authentication Roles required
|
|
1902
|
+
// authentication BearerToken required
|
|
1903
|
+
// http bearer authentication required
|
|
1904
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1905
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1906
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1907
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1908
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1909
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(v1PlaneScanRequest, localVarRequestOptions, configuration);
|
|
1910
|
+
return {
|
|
1911
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
1912
|
+
options: localVarRequestOptions,
|
|
1913
|
+
};
|
|
1914
|
+
}),
|
|
1915
|
+
/**
|
|
1916
|
+
* Create a RIC volume search to search for a target. The system will execute the search and the resulting observations will be available in the observation status endpoint.
|
|
1917
|
+
* @param {V1RicVolumeSearchRequest} v1RicVolumeSearchRequest
|
|
1918
|
+
* @param {*} [options] Override http request option.
|
|
1919
|
+
* @throws {RequiredError}
|
|
1920
|
+
*/
|
|
1921
|
+
v2CreateRicVolumeSearch: (v1RicVolumeSearchRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1922
|
+
// verify required parameter 'v1RicVolumeSearchRequest' is not null or undefined
|
|
1923
|
+
(0, common_1.assertParamExists)('v2CreateRicVolumeSearch', 'v1RicVolumeSearchRequest', v1RicVolumeSearchRequest);
|
|
1924
|
+
const localVarPath = `/v2/search/ric-volumetric`;
|
|
1925
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1926
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1927
|
+
let baseOptions;
|
|
1928
|
+
if (configuration) {
|
|
1929
|
+
baseOptions = configuration.baseOptions;
|
|
1930
|
+
}
|
|
1931
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
1932
|
+
const localVarHeaderParameter = {};
|
|
1933
|
+
const localVarQueryParameter = {};
|
|
1934
|
+
// authentication Roles required
|
|
1935
|
+
// authentication BearerToken required
|
|
1936
|
+
// http bearer authentication required
|
|
1937
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1938
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1939
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1940
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1941
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1942
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(v1RicVolumeSearchRequest, localVarRequestOptions, configuration);
|
|
1943
|
+
return {
|
|
1944
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
1945
|
+
options: localVarRequestOptions,
|
|
1946
|
+
};
|
|
1947
|
+
}),
|
|
1948
|
+
/**
|
|
1949
|
+
* Delete a plane scan.
|
|
1950
|
+
* @param {string} id
|
|
1951
|
+
* @param {*} [options] Override http request option.
|
|
1952
|
+
* @throws {RequiredError}
|
|
1953
|
+
*/
|
|
1954
|
+
v2DeletePlaneScan: (id, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1955
|
+
// verify required parameter 'id' is not null or undefined
|
|
1956
|
+
(0, common_1.assertParamExists)('v2DeletePlaneScan', 'id', id);
|
|
1957
|
+
const localVarPath = `/v2/search/plane-scan`;
|
|
1958
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1959
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1960
|
+
let baseOptions;
|
|
1961
|
+
if (configuration) {
|
|
1962
|
+
baseOptions = configuration.baseOptions;
|
|
1963
|
+
}
|
|
1964
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'DELETE' }, baseOptions), options);
|
|
1965
|
+
const localVarHeaderParameter = {};
|
|
1966
|
+
const localVarQueryParameter = {};
|
|
1967
|
+
// authentication Roles required
|
|
1968
|
+
// authentication BearerToken required
|
|
1969
|
+
// http bearer authentication required
|
|
1970
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1971
|
+
if (id !== undefined) {
|
|
1972
|
+
localVarQueryParameter['id'] = id;
|
|
1973
|
+
}
|
|
1974
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1975
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1976
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1977
|
+
return {
|
|
1978
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
1979
|
+
options: localVarRequestOptions,
|
|
1980
|
+
};
|
|
1981
|
+
}),
|
|
1982
|
+
/**
|
|
1983
|
+
* Delete a RIC volume search.
|
|
1984
|
+
* @param {string} id
|
|
1985
|
+
* @param {*} [options] Override http request option.
|
|
1986
|
+
* @throws {RequiredError}
|
|
1987
|
+
*/
|
|
1988
|
+
v2DeleteRicVolumeSearch: (id, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1989
|
+
// verify required parameter 'id' is not null or undefined
|
|
1990
|
+
(0, common_1.assertParamExists)('v2DeleteRicVolumeSearch', 'id', id);
|
|
1991
|
+
const localVarPath = `/v2/search/ric-volumetric`;
|
|
1992
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1993
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1994
|
+
let baseOptions;
|
|
1995
|
+
if (configuration) {
|
|
1996
|
+
baseOptions = configuration.baseOptions;
|
|
1997
|
+
}
|
|
1998
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'DELETE' }, baseOptions), options);
|
|
1999
|
+
const localVarHeaderParameter = {};
|
|
2000
|
+
const localVarQueryParameter = {};
|
|
2001
|
+
// authentication Roles required
|
|
2002
|
+
// authentication BearerToken required
|
|
2003
|
+
// http bearer authentication required
|
|
2004
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2005
|
+
if (id !== undefined) {
|
|
2006
|
+
localVarQueryParameter['id'] = id;
|
|
2007
|
+
}
|
|
2008
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2009
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2010
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
2011
|
+
return {
|
|
2012
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
2013
|
+
options: localVarRequestOptions,
|
|
2014
|
+
};
|
|
2015
|
+
}),
|
|
2016
|
+
/**
|
|
2017
|
+
* Get a V2 search (created by RIC volumetric search or plane scan endpoints) by ID.
|
|
2018
|
+
* @param {string} searchId
|
|
2019
|
+
* @param {*} [options] Override http request option.
|
|
2020
|
+
* @throws {RequiredError}
|
|
2021
|
+
*/
|
|
2022
|
+
v2GetSearch: (searchId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2023
|
+
// verify required parameter 'searchId' is not null or undefined
|
|
2024
|
+
(0, common_1.assertParamExists)('v2GetSearch', 'searchId', searchId);
|
|
2025
|
+
const localVarPath = `/v2/search`;
|
|
2026
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2027
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
2028
|
+
let baseOptions;
|
|
2029
|
+
if (configuration) {
|
|
2030
|
+
baseOptions = configuration.baseOptions;
|
|
2031
|
+
}
|
|
2032
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
2033
|
+
const localVarHeaderParameter = {};
|
|
2034
|
+
const localVarQueryParameter = {};
|
|
2035
|
+
// authentication Roles required
|
|
2036
|
+
// authentication BearerToken required
|
|
2037
|
+
// http bearer authentication required
|
|
2038
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2039
|
+
if (searchId !== undefined) {
|
|
2040
|
+
localVarQueryParameter['searchId'] = searchId;
|
|
2041
|
+
}
|
|
2042
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2043
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2044
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
2045
|
+
return {
|
|
2046
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
2047
|
+
options: localVarRequestOptions,
|
|
2048
|
+
};
|
|
2049
|
+
}),
|
|
2050
|
+
/**
|
|
2051
|
+
* Get a list of your organization\'s V2 searches by time range or status.
|
|
2052
|
+
* @param {string} [after] The timestamp after which to return results. Defaults to one day prior to the current time.
|
|
2053
|
+
* @param {V2GetSearchesStatusEnum} [status] The status of the searches to return. Defaults to all statuses.
|
|
2054
|
+
* @param {*} [options] Override http request option.
|
|
2055
|
+
* @throws {RequiredError}
|
|
2056
|
+
*/
|
|
2057
|
+
v2GetSearches: (after, status, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2058
|
+
const localVarPath = `/v2/searches`;
|
|
2059
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2060
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
2061
|
+
let baseOptions;
|
|
2062
|
+
if (configuration) {
|
|
2063
|
+
baseOptions = configuration.baseOptions;
|
|
2064
|
+
}
|
|
2065
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
2066
|
+
const localVarHeaderParameter = {};
|
|
2067
|
+
const localVarQueryParameter = {};
|
|
2068
|
+
// authentication Roles required
|
|
2069
|
+
// authentication BearerToken required
|
|
2070
|
+
// http bearer authentication required
|
|
2071
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2072
|
+
if (after !== undefined) {
|
|
2073
|
+
localVarQueryParameter['after'] = (after instanceof Date) ?
|
|
2074
|
+
after.toISOString() :
|
|
2075
|
+
after;
|
|
2076
|
+
}
|
|
2077
|
+
if (status !== undefined) {
|
|
2078
|
+
localVarQueryParameter['status'] = status;
|
|
2079
|
+
}
|
|
2080
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2081
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2082
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
2083
|
+
return {
|
|
2084
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
2085
|
+
options: localVarRequestOptions,
|
|
2086
|
+
};
|
|
2087
|
+
}),
|
|
2088
|
+
};
|
|
2089
|
+
};
|
|
2090
|
+
exports.DefaultApiAxiosParamCreator = DefaultApiAxiosParamCreator;
|
|
2091
|
+
/**
|
|
2092
|
+
* DefaultApi - functional programming interface
|
|
2093
|
+
* @export
|
|
2094
|
+
*/
|
|
2095
|
+
const DefaultApiFp = function (configuration) {
|
|
2096
|
+
const localVarAxiosParamCreator = (0, exports.DefaultApiAxiosParamCreator)(configuration);
|
|
2097
|
+
return {
|
|
2098
|
+
/**
|
|
2099
|
+
* This endpoint returns a list of uncorrelated tracks collected by the network.
|
|
2100
|
+
* @summary Get uncorrelated tracks collected by the network.
|
|
2101
|
+
* @param {string} [after] The timestamp to get the next page of results. Defaults to the 1 day prior to the current UTC time.
|
|
2102
|
+
* @param {*} [options] Override http request option.
|
|
2103
|
+
* @throws {RequiredError}
|
|
2104
|
+
*/
|
|
2105
|
+
getUncorrelatedTracks(after, options) {
|
|
2106
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2107
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.getUncorrelatedTracks(after, options);
|
|
2108
|
+
return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
|
|
2109
|
+
});
|
|
2110
|
+
},
|
|
2111
|
+
/**
|
|
2112
|
+
* Create a blackout volume to avoid observing a region of space when scheduling searches.
|
|
2113
|
+
* @param {V1BlackoutVolumeRequest} v1BlackoutVolumeRequest
|
|
2114
|
+
* @param {*} [options] Override http request option.
|
|
2115
|
+
* @throws {RequiredError}
|
|
2116
|
+
*/
|
|
2117
|
+
v1CreateBlackoutVolume(v1BlackoutVolumeRequest, options) {
|
|
2118
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2119
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateBlackoutVolume(v1BlackoutVolumeRequest, options);
|
|
2120
|
+
return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
|
|
2121
|
+
});
|
|
2122
|
+
},
|
|
2123
|
+
/**
|
|
2124
|
+
* Create an image set.
|
|
2125
|
+
* @param {V1CreateImageSetRequest} v1CreateImageSetRequest
|
|
2126
|
+
* @param {*} [options] Override http request option.
|
|
2127
|
+
* @throws {RequiredError}
|
|
2128
|
+
*/
|
|
2129
|
+
v1CreateImageSet(v1CreateImageSetRequest, options) {
|
|
2130
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2131
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateImageSet(v1CreateImageSetRequest, options);
|
|
2132
|
+
return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
|
|
2133
|
+
});
|
|
2134
|
+
},
|
|
2135
|
+
/**
|
|
2136
|
+
* Create an image set image.
|
|
2137
|
+
* @param {V1CreateImageSetImageRequest} v1CreateImageSetImageRequest
|
|
2138
|
+
* @param {*} [options] Override http request option.
|
|
2139
|
+
* @throws {RequiredError}
|
|
2140
|
+
*/
|
|
2141
|
+
v1CreateImageSetImage(v1CreateImageSetImageRequest, options) {
|
|
2142
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2143
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateImageSetImage(v1CreateImageSetImageRequest, options);
|
|
2144
|
+
return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
|
|
2145
|
+
});
|
|
2146
|
+
},
|
|
2147
|
+
/**
|
|
2148
|
+
* Request observations for a satellite target. By creating an organization target you are requesting for a specific target to be observed. The target will be observed best effort by the OurSky network. At the current time OurSky only supports observing satellite targets that are already registered with the platform. To see all possible satellite targets see the [satellite targets](#tag/satellite-targets/GET/v1/satellite-targets) endpoint. Organization targets also control which events are sent to your organization via webhooks. Webhooks are only sent for targets that you have an active \"organization target\" for.
|
|
2149
|
+
* @param {V1CreateOrganizationTargetRequest} v1CreateOrganizationTargetRequest
|
|
2150
|
+
* @param {*} [options] Override http request option.
|
|
2151
|
+
* @throws {RequiredError}
|
|
1626
2152
|
*/
|
|
1627
2153
|
v1CreateOrganizationTarget(v1CreateOrganizationTargetRequest, options) {
|
|
1628
2154
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1643,9 +2169,10 @@ const DefaultApiFp = function (configuration) {
|
|
|
1643
2169
|
});
|
|
1644
2170
|
},
|
|
1645
2171
|
/**
|
|
1646
|
-
* Create a search instruction. Search instructions are the highest priority request in the system. The maximum duration for all steps is 5 minutes. Search patterns can be defined through both step offsets and timing. The system will execute the search and the resulting observations will be available in the observation status endpoint.
|
|
2172
|
+
* This endpoint is deprecated but will continue to work until 05/31/2025, please see [/v2/search/plane-scan](#tag/plane-scans/POST/v2/search/plane-scan) and [/v2/search/ric-volumetric](#tag/ric-volumetrics/POST/v2/search/ric-volumetric). Create a search instruction. Search instructions are the highest priority request in the system. The maximum duration for all steps is 5 minutes. Search patterns can be defined through both step offsets and timing. The system will execute the search and the resulting observations will be available in the observation status endpoint.
|
|
1647
2173
|
* @param {V1CreateSearchInstructionRequest} v1CreateSearchInstructionRequest
|
|
1648
2174
|
* @param {*} [options] Override http request option.
|
|
2175
|
+
* @deprecated
|
|
1649
2176
|
* @throws {RequiredError}
|
|
1650
2177
|
*/
|
|
1651
2178
|
v1CreateSearchInstruction(v1CreateSearchInstructionRequest, options) {
|
|
@@ -1690,6 +2217,18 @@ const DefaultApiFp = function (configuration) {
|
|
|
1690
2217
|
return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
|
|
1691
2218
|
});
|
|
1692
2219
|
},
|
|
2220
|
+
/**
|
|
2221
|
+
* Delete a blackout volume.
|
|
2222
|
+
* @param {string} id
|
|
2223
|
+
* @param {*} [options] Override http request option.
|
|
2224
|
+
* @throws {RequiredError}
|
|
2225
|
+
*/
|
|
2226
|
+
v1DeleteBlackoutVolume(id, options) {
|
|
2227
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2228
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1DeleteBlackoutVolume(id, options);
|
|
2229
|
+
return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
|
|
2230
|
+
});
|
|
2231
|
+
},
|
|
1693
2232
|
/**
|
|
1694
2233
|
* Delete an image set.
|
|
1695
2234
|
* @param {string} id
|
|
@@ -1762,6 +2301,18 @@ const DefaultApiFp = function (configuration) {
|
|
|
1762
2301
|
return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
|
|
1763
2302
|
});
|
|
1764
2303
|
},
|
|
2304
|
+
/**
|
|
2305
|
+
* Get metadata about an image by image id. This includes plate solve results
|
|
2306
|
+
* @param {string} imageId
|
|
2307
|
+
* @param {*} [options] Override http request option.
|
|
2308
|
+
* @throws {RequiredError}
|
|
2309
|
+
*/
|
|
2310
|
+
v1GetImageMetadata(imageId, options) {
|
|
2311
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2312
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetImageMetadata(imageId, options);
|
|
2313
|
+
return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
|
|
2314
|
+
});
|
|
2315
|
+
},
|
|
1765
2316
|
/**
|
|
1766
2317
|
* Get an image set.
|
|
1767
2318
|
* @param {string} id
|
|
@@ -1821,6 +2372,20 @@ const DefaultApiFp = function (configuration) {
|
|
|
1821
2372
|
return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
|
|
1822
2373
|
});
|
|
1823
2374
|
},
|
|
2375
|
+
/**
|
|
2376
|
+
* Get recent satellite calibrations by node. Paginate using `before` and `limit` to retrieve previous calibrations
|
|
2377
|
+
* @param {string} nodeId
|
|
2378
|
+
* @param {number} [limit]
|
|
2379
|
+
* @param {string} [before]
|
|
2380
|
+
* @param {*} [options] Override http request option.
|
|
2381
|
+
* @throws {RequiredError}
|
|
2382
|
+
*/
|
|
2383
|
+
v1GetNodeSatelliteCalibrations(nodeId, limit, before, options) {
|
|
2384
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2385
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetNodeSatelliteCalibrations(nodeId, limit, before, options);
|
|
2386
|
+
return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
|
|
2387
|
+
});
|
|
2388
|
+
},
|
|
1824
2389
|
/**
|
|
1825
2390
|
* Get observation features.
|
|
1826
2391
|
* @param {string} imageId
|
|
@@ -1865,13 +2430,14 @@ const DefaultApiFp = function (configuration) {
|
|
|
1865
2430
|
* @param {string} [before]
|
|
1866
2431
|
* @param {string} [searchInstructionId]
|
|
1867
2432
|
* @param {string} [surveyInstructionId]
|
|
2433
|
+
* @param {string} [resolvedImageInstructionId]
|
|
1868
2434
|
* @param {string} [imageId]
|
|
1869
2435
|
* @param {*} [options] Override http request option.
|
|
1870
2436
|
* @throws {RequiredError}
|
|
1871
2437
|
*/
|
|
1872
|
-
v1GetObservationStatuses(targetId, before, searchInstructionId, surveyInstructionId, imageId, options) {
|
|
2438
|
+
v1GetObservationStatuses(targetId, before, searchInstructionId, surveyInstructionId, resolvedImageInstructionId, imageId, options) {
|
|
1873
2439
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1874
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetObservationStatuses(targetId, before, searchInstructionId, surveyInstructionId, imageId, options);
|
|
2440
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetObservationStatuses(targetId, before, searchInstructionId, surveyInstructionId, resolvedImageInstructionId, imageId, options);
|
|
1875
2441
|
return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
|
|
1876
2442
|
});
|
|
1877
2443
|
},
|
|
@@ -1901,7 +2467,7 @@ const DefaultApiFp = function (configuration) {
|
|
|
1901
2467
|
});
|
|
1902
2468
|
},
|
|
1903
2469
|
/**
|
|
1904
|
-
* Get organization targets see the [create](#
|
|
2470
|
+
* Get organization targets see the [create](#tag/organization-targets/POST/v1/organization-target) endpoint for more details.
|
|
1905
2471
|
* @param {*} [options] Override http request option.
|
|
1906
2472
|
* @throws {RequiredError}
|
|
1907
2473
|
*/
|
|
@@ -1966,6 +2532,20 @@ const DefaultApiFp = function (configuration) {
|
|
|
1966
2532
|
return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
|
|
1967
2533
|
});
|
|
1968
2534
|
},
|
|
2535
|
+
/**
|
|
2536
|
+
* Get state vectors for a satellite.
|
|
2537
|
+
* @param {string} targetId
|
|
2538
|
+
* @param {string} [before]
|
|
2539
|
+
* @param {string} [after]
|
|
2540
|
+
* @param {*} [options] Override http request option.
|
|
2541
|
+
* @throws {RequiredError}
|
|
2542
|
+
*/
|
|
2543
|
+
v1GetStateVectors(targetId, before, after, options) {
|
|
2544
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2545
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetStateVectors(targetId, before, after, options);
|
|
2546
|
+
return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
|
|
2547
|
+
});
|
|
2548
|
+
},
|
|
1969
2549
|
/**
|
|
1970
2550
|
* Get a list of survey instructions. Survey instructions are the highest priority request in the system. This endpoint is paginated and will return a maximum of 20 results per page. Use the before timestamp to get the next page of results.
|
|
1971
2551
|
* @param {string} [before] The timestamp to get the next page of results. Defaults to the current time.
|
|
@@ -2088,6 +2668,79 @@ const DefaultApiFp = function (configuration) {
|
|
|
2088
2668
|
return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
|
|
2089
2669
|
});
|
|
2090
2670
|
},
|
|
2671
|
+
/**
|
|
2672
|
+
* Create a plane scan to search for a target. The system will execute the search and the resulting observations will be available in the observation status endpoint.
|
|
2673
|
+
* @param {V1PlaneScanRequest} v1PlaneScanRequest
|
|
2674
|
+
* @param {*} [options] Override http request option.
|
|
2675
|
+
* @throws {RequiredError}
|
|
2676
|
+
*/
|
|
2677
|
+
v2CreatePlaneScan(v1PlaneScanRequest, options) {
|
|
2678
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2679
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v2CreatePlaneScan(v1PlaneScanRequest, options);
|
|
2680
|
+
return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
|
|
2681
|
+
});
|
|
2682
|
+
},
|
|
2683
|
+
/**
|
|
2684
|
+
* Create a RIC volume search to search for a target. The system will execute the search and the resulting observations will be available in the observation status endpoint.
|
|
2685
|
+
* @param {V1RicVolumeSearchRequest} v1RicVolumeSearchRequest
|
|
2686
|
+
* @param {*} [options] Override http request option.
|
|
2687
|
+
* @throws {RequiredError}
|
|
2688
|
+
*/
|
|
2689
|
+
v2CreateRicVolumeSearch(v1RicVolumeSearchRequest, options) {
|
|
2690
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2691
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v2CreateRicVolumeSearch(v1RicVolumeSearchRequest, options);
|
|
2692
|
+
return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
|
|
2693
|
+
});
|
|
2694
|
+
},
|
|
2695
|
+
/**
|
|
2696
|
+
* Delete a plane scan.
|
|
2697
|
+
* @param {string} id
|
|
2698
|
+
* @param {*} [options] Override http request option.
|
|
2699
|
+
* @throws {RequiredError}
|
|
2700
|
+
*/
|
|
2701
|
+
v2DeletePlaneScan(id, options) {
|
|
2702
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2703
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v2DeletePlaneScan(id, options);
|
|
2704
|
+
return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
|
|
2705
|
+
});
|
|
2706
|
+
},
|
|
2707
|
+
/**
|
|
2708
|
+
* Delete a RIC volume search.
|
|
2709
|
+
* @param {string} id
|
|
2710
|
+
* @param {*} [options] Override http request option.
|
|
2711
|
+
* @throws {RequiredError}
|
|
2712
|
+
*/
|
|
2713
|
+
v2DeleteRicVolumeSearch(id, options) {
|
|
2714
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2715
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v2DeleteRicVolumeSearch(id, options);
|
|
2716
|
+
return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
|
|
2717
|
+
});
|
|
2718
|
+
},
|
|
2719
|
+
/**
|
|
2720
|
+
* Get a V2 search (created by RIC volumetric search or plane scan endpoints) by ID.
|
|
2721
|
+
* @param {string} searchId
|
|
2722
|
+
* @param {*} [options] Override http request option.
|
|
2723
|
+
* @throws {RequiredError}
|
|
2724
|
+
*/
|
|
2725
|
+
v2GetSearch(searchId, options) {
|
|
2726
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2727
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v2GetSearch(searchId, options);
|
|
2728
|
+
return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
|
|
2729
|
+
});
|
|
2730
|
+
},
|
|
2731
|
+
/**
|
|
2732
|
+
* Get a list of your organization\'s V2 searches by time range or status.
|
|
2733
|
+
* @param {string} [after] The timestamp after which to return results. Defaults to one day prior to the current time.
|
|
2734
|
+
* @param {V2GetSearchesStatusEnum} [status] The status of the searches to return. Defaults to all statuses.
|
|
2735
|
+
* @param {*} [options] Override http request option.
|
|
2736
|
+
* @throws {RequiredError}
|
|
2737
|
+
*/
|
|
2738
|
+
v2GetSearches(after, status, options) {
|
|
2739
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2740
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v2GetSearches(after, status, options);
|
|
2741
|
+
return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
|
|
2742
|
+
});
|
|
2743
|
+
},
|
|
2091
2744
|
};
|
|
2092
2745
|
};
|
|
2093
2746
|
exports.DefaultApiFp = DefaultApiFp;
|
|
@@ -2098,6 +2751,25 @@ exports.DefaultApiFp = DefaultApiFp;
|
|
|
2098
2751
|
const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
2099
2752
|
const localVarFp = (0, exports.DefaultApiFp)(configuration);
|
|
2100
2753
|
return {
|
|
2754
|
+
/**
|
|
2755
|
+
* This endpoint returns a list of uncorrelated tracks collected by the network.
|
|
2756
|
+
* @summary Get uncorrelated tracks collected by the network.
|
|
2757
|
+
* @param {DefaultApiGetUncorrelatedTracksRequest} requestParameters Request parameters.
|
|
2758
|
+
* @param {*} [options] Override http request option.
|
|
2759
|
+
* @throws {RequiredError}
|
|
2760
|
+
*/
|
|
2761
|
+
getUncorrelatedTracks(requestParameters = {}, options) {
|
|
2762
|
+
return localVarFp.getUncorrelatedTracks(requestParameters.after, options).then((request) => request(axios, basePath));
|
|
2763
|
+
},
|
|
2764
|
+
/**
|
|
2765
|
+
* Create a blackout volume to avoid observing a region of space when scheduling searches.
|
|
2766
|
+
* @param {DefaultApiV1CreateBlackoutVolumeRequest} requestParameters Request parameters.
|
|
2767
|
+
* @param {*} [options] Override http request option.
|
|
2768
|
+
* @throws {RequiredError}
|
|
2769
|
+
*/
|
|
2770
|
+
v1CreateBlackoutVolume(requestParameters, options) {
|
|
2771
|
+
return localVarFp.v1CreateBlackoutVolume(requestParameters.v1BlackoutVolumeRequest, options).then((request) => request(axios, basePath));
|
|
2772
|
+
},
|
|
2101
2773
|
/**
|
|
2102
2774
|
* Create an image set.
|
|
2103
2775
|
* @param {DefaultApiV1CreateImageSetRequest} requestParameters Request parameters.
|
|
@@ -2117,7 +2789,7 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
2117
2789
|
return localVarFp.v1CreateImageSetImage(requestParameters.v1CreateImageSetImageRequest, options).then((request) => request(axios, basePath));
|
|
2118
2790
|
},
|
|
2119
2791
|
/**
|
|
2120
|
-
* Request observations for a satellite target. By creating an organization target you are requesting for a specific target to be observed. The target will be observed best effort by the OurSky network. At the current time OurSky only supports observing satellite targets that are already registered with the platform. To see all possible satellite targets see the [satellite targets](#
|
|
2792
|
+
* Request observations for a satellite target. By creating an organization target you are requesting for a specific target to be observed. The target will be observed best effort by the OurSky network. At the current time OurSky only supports observing satellite targets that are already registered with the platform. To see all possible satellite targets see the [satellite targets](#tag/satellite-targets/GET/v1/satellite-targets) endpoint. Organization targets also control which events are sent to your organization via webhooks. Webhooks are only sent for targets that you have an active \"organization target\" for.
|
|
2121
2793
|
* @param {DefaultApiV1CreateOrganizationTargetRequest} requestParameters Request parameters.
|
|
2122
2794
|
* @param {*} [options] Override http request option.
|
|
2123
2795
|
* @throws {RequiredError}
|
|
@@ -2135,9 +2807,10 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
2135
2807
|
return localVarFp.v1CreateSatelliteTarget(requestParameters.v1CreateSatelliteTargetRequest, options).then((request) => request(axios, basePath));
|
|
2136
2808
|
},
|
|
2137
2809
|
/**
|
|
2138
|
-
* Create a search instruction. Search instructions are the highest priority request in the system. The maximum duration for all steps is 5 minutes. Search patterns can be defined through both step offsets and timing. The system will execute the search and the resulting observations will be available in the observation status endpoint.
|
|
2810
|
+
* This endpoint is deprecated but will continue to work until 05/31/2025, please see [/v2/search/plane-scan](#tag/plane-scans/POST/v2/search/plane-scan) and [/v2/search/ric-volumetric](#tag/ric-volumetrics/POST/v2/search/ric-volumetric). Create a search instruction. Search instructions are the highest priority request in the system. The maximum duration for all steps is 5 minutes. Search patterns can be defined through both step offsets and timing. The system will execute the search and the resulting observations will be available in the observation status endpoint.
|
|
2139
2811
|
* @param {DefaultApiV1CreateSearchInstructionRequest} requestParameters Request parameters.
|
|
2140
2812
|
* @param {*} [options] Override http request option.
|
|
2813
|
+
* @deprecated
|
|
2141
2814
|
* @throws {RequiredError}
|
|
2142
2815
|
*/
|
|
2143
2816
|
v1CreateSearchInstruction(requestParameters, options) {
|
|
@@ -2170,6 +2843,15 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
2170
2843
|
v1CreateWebhookTest(requestParameters, options) {
|
|
2171
2844
|
return localVarFp.v1CreateWebhookTest(requestParameters.v1CreateWebhookTestRequest, options).then((request) => request(axios, basePath));
|
|
2172
2845
|
},
|
|
2846
|
+
/**
|
|
2847
|
+
* Delete a blackout volume.
|
|
2848
|
+
* @param {DefaultApiV1DeleteBlackoutVolumeRequest} requestParameters Request parameters.
|
|
2849
|
+
* @param {*} [options] Override http request option.
|
|
2850
|
+
* @throws {RequiredError}
|
|
2851
|
+
*/
|
|
2852
|
+
v1DeleteBlackoutVolume(requestParameters, options) {
|
|
2853
|
+
return localVarFp.v1DeleteBlackoutVolume(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
2854
|
+
},
|
|
2173
2855
|
/**
|
|
2174
2856
|
* Delete an image set.
|
|
2175
2857
|
* @param {DefaultApiV1DeleteImageSetRequest} requestParameters Request parameters.
|
|
@@ -2224,6 +2906,15 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
2224
2906
|
v1DeleteWebhookConfiguration(requestParameters, options) {
|
|
2225
2907
|
return localVarFp.v1DeleteWebhookConfiguration(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
2226
2908
|
},
|
|
2909
|
+
/**
|
|
2910
|
+
* Get metadata about an image by image id. This includes plate solve results
|
|
2911
|
+
* @param {DefaultApiV1GetImageMetadataRequest} requestParameters Request parameters.
|
|
2912
|
+
* @param {*} [options] Override http request option.
|
|
2913
|
+
* @throws {RequiredError}
|
|
2914
|
+
*/
|
|
2915
|
+
v1GetImageMetadata(requestParameters, options) {
|
|
2916
|
+
return localVarFp.v1GetImageMetadata(requestParameters.imageId, options).then((request) => request(axios, basePath));
|
|
2917
|
+
},
|
|
2227
2918
|
/**
|
|
2228
2919
|
* Get an image set.
|
|
2229
2920
|
* @param {DefaultApiV1GetImageSetRequest} requestParameters Request parameters.
|
|
@@ -2268,6 +2959,15 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
2268
2959
|
v1GetNodeProperties(requestParameters, options) {
|
|
2269
2960
|
return localVarFp.v1GetNodeProperties(requestParameters.nodeId, options).then((request) => request(axios, basePath));
|
|
2270
2961
|
},
|
|
2962
|
+
/**
|
|
2963
|
+
* Get recent satellite calibrations by node. Paginate using `before` and `limit` to retrieve previous calibrations
|
|
2964
|
+
* @param {DefaultApiV1GetNodeSatelliteCalibrationsRequest} requestParameters Request parameters.
|
|
2965
|
+
* @param {*} [options] Override http request option.
|
|
2966
|
+
* @throws {RequiredError}
|
|
2967
|
+
*/
|
|
2968
|
+
v1GetNodeSatelliteCalibrations(requestParameters, options) {
|
|
2969
|
+
return localVarFp.v1GetNodeSatelliteCalibrations(requestParameters.nodeId, requestParameters.limit, requestParameters.before, options).then((request) => request(axios, basePath));
|
|
2970
|
+
},
|
|
2271
2971
|
/**
|
|
2272
2972
|
* Get observation features.
|
|
2273
2973
|
* @param {DefaultApiV1GetObservationFeaturesRequest} requestParameters Request parameters.
|
|
@@ -2302,7 +3002,7 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
2302
3002
|
* @throws {RequiredError}
|
|
2303
3003
|
*/
|
|
2304
3004
|
v1GetObservationStatuses(requestParameters = {}, options) {
|
|
2305
|
-
return localVarFp.v1GetObservationStatuses(requestParameters.targetId, requestParameters.before, requestParameters.searchInstructionId, requestParameters.surveyInstructionId, requestParameters.imageId, options).then((request) => request(axios, basePath));
|
|
3005
|
+
return localVarFp.v1GetObservationStatuses(requestParameters.targetId, requestParameters.before, requestParameters.searchInstructionId, requestParameters.surveyInstructionId, requestParameters.resolvedImageInstructionId, requestParameters.imageId, options).then((request) => request(axios, basePath));
|
|
2306
3006
|
},
|
|
2307
3007
|
/**
|
|
2308
3008
|
* Get potential observation windows for all satellites of your organization across the network from now until the `until` datetime
|
|
@@ -2323,7 +3023,7 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
2323
3023
|
return localVarFp.v1GetOrganizationTarget(requestParameters.organizationTargetId, options).then((request) => request(axios, basePath));
|
|
2324
3024
|
},
|
|
2325
3025
|
/**
|
|
2326
|
-
* Get organization targets see the [create](#
|
|
3026
|
+
* Get organization targets see the [create](#tag/organization-targets/POST/v1/organization-target) endpoint for more details.
|
|
2327
3027
|
* @param {*} [options] Override http request option.
|
|
2328
3028
|
* @throws {RequiredError}
|
|
2329
3029
|
*/
|
|
@@ -2366,6 +3066,15 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
2366
3066
|
v1GetSearchInstructions(requestParameters = {}, options) {
|
|
2367
3067
|
return localVarFp.v1GetSearchInstructions(requestParameters.before, options).then((request) => request(axios, basePath));
|
|
2368
3068
|
},
|
|
3069
|
+
/**
|
|
3070
|
+
* Get state vectors for a satellite.
|
|
3071
|
+
* @param {DefaultApiV1GetStateVectorsRequest} requestParameters Request parameters.
|
|
3072
|
+
* @param {*} [options] Override http request option.
|
|
3073
|
+
* @throws {RequiredError}
|
|
3074
|
+
*/
|
|
3075
|
+
v1GetStateVectors(requestParameters, options) {
|
|
3076
|
+
return localVarFp.v1GetStateVectors(requestParameters.targetId, requestParameters.before, requestParameters.after, options).then((request) => request(axios, basePath));
|
|
3077
|
+
},
|
|
2369
3078
|
/**
|
|
2370
3079
|
* Get a list of survey instructions. Survey instructions are the highest priority request in the system. This endpoint is paginated and will return a maximum of 20 results per page. Use the before timestamp to get the next page of results.
|
|
2371
3080
|
* @param {DefaultApiV1GetSurveyInstructionsRequest} requestParameters Request parameters.
|
|
@@ -2455,6 +3164,60 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
2455
3164
|
v1UpdateWebhookConfiguration(requestParameters, options) {
|
|
2456
3165
|
return localVarFp.v1UpdateWebhookConfiguration(requestParameters.v1UpdateWebhookConfigurationRequest, options).then((request) => request(axios, basePath));
|
|
2457
3166
|
},
|
|
3167
|
+
/**
|
|
3168
|
+
* Create a plane scan to search for a target. The system will execute the search and the resulting observations will be available in the observation status endpoint.
|
|
3169
|
+
* @param {DefaultApiV2CreatePlaneScanRequest} requestParameters Request parameters.
|
|
3170
|
+
* @param {*} [options] Override http request option.
|
|
3171
|
+
* @throws {RequiredError}
|
|
3172
|
+
*/
|
|
3173
|
+
v2CreatePlaneScan(requestParameters, options) {
|
|
3174
|
+
return localVarFp.v2CreatePlaneScan(requestParameters.v1PlaneScanRequest, options).then((request) => request(axios, basePath));
|
|
3175
|
+
},
|
|
3176
|
+
/**
|
|
3177
|
+
* Create a RIC volume search to search for a target. The system will execute the search and the resulting observations will be available in the observation status endpoint.
|
|
3178
|
+
* @param {DefaultApiV2CreateRicVolumeSearchRequest} requestParameters Request parameters.
|
|
3179
|
+
* @param {*} [options] Override http request option.
|
|
3180
|
+
* @throws {RequiredError}
|
|
3181
|
+
*/
|
|
3182
|
+
v2CreateRicVolumeSearch(requestParameters, options) {
|
|
3183
|
+
return localVarFp.v2CreateRicVolumeSearch(requestParameters.v1RicVolumeSearchRequest, options).then((request) => request(axios, basePath));
|
|
3184
|
+
},
|
|
3185
|
+
/**
|
|
3186
|
+
* Delete a plane scan.
|
|
3187
|
+
* @param {DefaultApiV2DeletePlaneScanRequest} requestParameters Request parameters.
|
|
3188
|
+
* @param {*} [options] Override http request option.
|
|
3189
|
+
* @throws {RequiredError}
|
|
3190
|
+
*/
|
|
3191
|
+
v2DeletePlaneScan(requestParameters, options) {
|
|
3192
|
+
return localVarFp.v2DeletePlaneScan(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
3193
|
+
},
|
|
3194
|
+
/**
|
|
3195
|
+
* Delete a RIC volume search.
|
|
3196
|
+
* @param {DefaultApiV2DeleteRicVolumeSearchRequest} requestParameters Request parameters.
|
|
3197
|
+
* @param {*} [options] Override http request option.
|
|
3198
|
+
* @throws {RequiredError}
|
|
3199
|
+
*/
|
|
3200
|
+
v2DeleteRicVolumeSearch(requestParameters, options) {
|
|
3201
|
+
return localVarFp.v2DeleteRicVolumeSearch(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
3202
|
+
},
|
|
3203
|
+
/**
|
|
3204
|
+
* Get a V2 search (created by RIC volumetric search or plane scan endpoints) by ID.
|
|
3205
|
+
* @param {DefaultApiV2GetSearchRequest} requestParameters Request parameters.
|
|
3206
|
+
* @param {*} [options] Override http request option.
|
|
3207
|
+
* @throws {RequiredError}
|
|
3208
|
+
*/
|
|
3209
|
+
v2GetSearch(requestParameters, options) {
|
|
3210
|
+
return localVarFp.v2GetSearch(requestParameters.searchId, options).then((request) => request(axios, basePath));
|
|
3211
|
+
},
|
|
3212
|
+
/**
|
|
3213
|
+
* Get a list of your organization\'s V2 searches by time range or status.
|
|
3214
|
+
* @param {DefaultApiV2GetSearchesRequest} requestParameters Request parameters.
|
|
3215
|
+
* @param {*} [options] Override http request option.
|
|
3216
|
+
* @throws {RequiredError}
|
|
3217
|
+
*/
|
|
3218
|
+
v2GetSearches(requestParameters = {}, options) {
|
|
3219
|
+
return localVarFp.v2GetSearches(requestParameters.after, requestParameters.status, options).then((request) => request(axios, basePath));
|
|
3220
|
+
},
|
|
2458
3221
|
};
|
|
2459
3222
|
};
|
|
2460
3223
|
exports.DefaultApiFactory = DefaultApiFactory;
|
|
@@ -2465,6 +3228,27 @@ exports.DefaultApiFactory = DefaultApiFactory;
|
|
|
2465
3228
|
* @extends {BaseAPI}
|
|
2466
3229
|
*/
|
|
2467
3230
|
class DefaultApi extends base_1.BaseAPI {
|
|
3231
|
+
/**
|
|
3232
|
+
* This endpoint returns a list of uncorrelated tracks collected by the network.
|
|
3233
|
+
* @summary Get uncorrelated tracks collected by the network.
|
|
3234
|
+
* @param {DefaultApiGetUncorrelatedTracksRequest} requestParameters Request parameters.
|
|
3235
|
+
* @param {*} [options] Override http request option.
|
|
3236
|
+
* @throws {RequiredError}
|
|
3237
|
+
* @memberof DefaultApi
|
|
3238
|
+
*/
|
|
3239
|
+
getUncorrelatedTracks(requestParameters = {}, options) {
|
|
3240
|
+
return (0, exports.DefaultApiFp)(this.configuration).getUncorrelatedTracks(requestParameters.after, options).then((request) => request(this.axios, this.basePath));
|
|
3241
|
+
}
|
|
3242
|
+
/**
|
|
3243
|
+
* Create a blackout volume to avoid observing a region of space when scheduling searches.
|
|
3244
|
+
* @param {DefaultApiV1CreateBlackoutVolumeRequest} requestParameters Request parameters.
|
|
3245
|
+
* @param {*} [options] Override http request option.
|
|
3246
|
+
* @throws {RequiredError}
|
|
3247
|
+
* @memberof DefaultApi
|
|
3248
|
+
*/
|
|
3249
|
+
v1CreateBlackoutVolume(requestParameters, options) {
|
|
3250
|
+
return (0, exports.DefaultApiFp)(this.configuration).v1CreateBlackoutVolume(requestParameters.v1BlackoutVolumeRequest, options).then((request) => request(this.axios, this.basePath));
|
|
3251
|
+
}
|
|
2468
3252
|
/**
|
|
2469
3253
|
* Create an image set.
|
|
2470
3254
|
* @param {DefaultApiV1CreateImageSetRequest} requestParameters Request parameters.
|
|
@@ -2486,7 +3270,7 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
2486
3270
|
return (0, exports.DefaultApiFp)(this.configuration).v1CreateImageSetImage(requestParameters.v1CreateImageSetImageRequest, options).then((request) => request(this.axios, this.basePath));
|
|
2487
3271
|
}
|
|
2488
3272
|
/**
|
|
2489
|
-
* Request observations for a satellite target. By creating an organization target you are requesting for a specific target to be observed. The target will be observed best effort by the OurSky network. At the current time OurSky only supports observing satellite targets that are already registered with the platform. To see all possible satellite targets see the [satellite targets](#
|
|
3273
|
+
* Request observations for a satellite target. By creating an organization target you are requesting for a specific target to be observed. The target will be observed best effort by the OurSky network. At the current time OurSky only supports observing satellite targets that are already registered with the platform. To see all possible satellite targets see the [satellite targets](#tag/satellite-targets/GET/v1/satellite-targets) endpoint. Organization targets also control which events are sent to your organization via webhooks. Webhooks are only sent for targets that you have an active \"organization target\" for.
|
|
2490
3274
|
* @param {DefaultApiV1CreateOrganizationTargetRequest} requestParameters Request parameters.
|
|
2491
3275
|
* @param {*} [options] Override http request option.
|
|
2492
3276
|
* @throws {RequiredError}
|
|
@@ -2506,9 +3290,10 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
2506
3290
|
return (0, exports.DefaultApiFp)(this.configuration).v1CreateSatelliteTarget(requestParameters.v1CreateSatelliteTargetRequest, options).then((request) => request(this.axios, this.basePath));
|
|
2507
3291
|
}
|
|
2508
3292
|
/**
|
|
2509
|
-
* Create a search instruction. Search instructions are the highest priority request in the system. The maximum duration for all steps is 5 minutes. Search patterns can be defined through both step offsets and timing. The system will execute the search and the resulting observations will be available in the observation status endpoint.
|
|
3293
|
+
* This endpoint is deprecated but will continue to work until 05/31/2025, please see [/v2/search/plane-scan](#tag/plane-scans/POST/v2/search/plane-scan) and [/v2/search/ric-volumetric](#tag/ric-volumetrics/POST/v2/search/ric-volumetric). Create a search instruction. Search instructions are the highest priority request in the system. The maximum duration for all steps is 5 minutes. Search patterns can be defined through both step offsets and timing. The system will execute the search and the resulting observations will be available in the observation status endpoint.
|
|
2510
3294
|
* @param {DefaultApiV1CreateSearchInstructionRequest} requestParameters Request parameters.
|
|
2511
3295
|
* @param {*} [options] Override http request option.
|
|
3296
|
+
* @deprecated
|
|
2512
3297
|
* @throws {RequiredError}
|
|
2513
3298
|
* @memberof DefaultApi
|
|
2514
3299
|
*/
|
|
@@ -2545,6 +3330,16 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
2545
3330
|
v1CreateWebhookTest(requestParameters, options) {
|
|
2546
3331
|
return (0, exports.DefaultApiFp)(this.configuration).v1CreateWebhookTest(requestParameters.v1CreateWebhookTestRequest, options).then((request) => request(this.axios, this.basePath));
|
|
2547
3332
|
}
|
|
3333
|
+
/**
|
|
3334
|
+
* Delete a blackout volume.
|
|
3335
|
+
* @param {DefaultApiV1DeleteBlackoutVolumeRequest} requestParameters Request parameters.
|
|
3336
|
+
* @param {*} [options] Override http request option.
|
|
3337
|
+
* @throws {RequiredError}
|
|
3338
|
+
* @memberof DefaultApi
|
|
3339
|
+
*/
|
|
3340
|
+
v1DeleteBlackoutVolume(requestParameters, options) {
|
|
3341
|
+
return (0, exports.DefaultApiFp)(this.configuration).v1DeleteBlackoutVolume(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
3342
|
+
}
|
|
2548
3343
|
/**
|
|
2549
3344
|
* Delete an image set.
|
|
2550
3345
|
* @param {DefaultApiV1DeleteImageSetRequest} requestParameters Request parameters.
|
|
@@ -2605,6 +3400,16 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
2605
3400
|
v1DeleteWebhookConfiguration(requestParameters, options) {
|
|
2606
3401
|
return (0, exports.DefaultApiFp)(this.configuration).v1DeleteWebhookConfiguration(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
2607
3402
|
}
|
|
3403
|
+
/**
|
|
3404
|
+
* Get metadata about an image by image id. This includes plate solve results
|
|
3405
|
+
* @param {DefaultApiV1GetImageMetadataRequest} requestParameters Request parameters.
|
|
3406
|
+
* @param {*} [options] Override http request option.
|
|
3407
|
+
* @throws {RequiredError}
|
|
3408
|
+
* @memberof DefaultApi
|
|
3409
|
+
*/
|
|
3410
|
+
v1GetImageMetadata(requestParameters, options) {
|
|
3411
|
+
return (0, exports.DefaultApiFp)(this.configuration).v1GetImageMetadata(requestParameters.imageId, options).then((request) => request(this.axios, this.basePath));
|
|
3412
|
+
}
|
|
2608
3413
|
/**
|
|
2609
3414
|
* Get an image set.
|
|
2610
3415
|
* @param {DefaultApiV1GetImageSetRequest} requestParameters Request parameters.
|
|
@@ -2654,6 +3459,16 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
2654
3459
|
v1GetNodeProperties(requestParameters, options) {
|
|
2655
3460
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetNodeProperties(requestParameters.nodeId, options).then((request) => request(this.axios, this.basePath));
|
|
2656
3461
|
}
|
|
3462
|
+
/**
|
|
3463
|
+
* Get recent satellite calibrations by node. Paginate using `before` and `limit` to retrieve previous calibrations
|
|
3464
|
+
* @param {DefaultApiV1GetNodeSatelliteCalibrationsRequest} requestParameters Request parameters.
|
|
3465
|
+
* @param {*} [options] Override http request option.
|
|
3466
|
+
* @throws {RequiredError}
|
|
3467
|
+
* @memberof DefaultApi
|
|
3468
|
+
*/
|
|
3469
|
+
v1GetNodeSatelliteCalibrations(requestParameters, options) {
|
|
3470
|
+
return (0, exports.DefaultApiFp)(this.configuration).v1GetNodeSatelliteCalibrations(requestParameters.nodeId, requestParameters.limit, requestParameters.before, options).then((request) => request(this.axios, this.basePath));
|
|
3471
|
+
}
|
|
2657
3472
|
/**
|
|
2658
3473
|
* Get observation features.
|
|
2659
3474
|
* @param {DefaultApiV1GetObservationFeaturesRequest} requestParameters Request parameters.
|
|
@@ -2692,7 +3507,7 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
2692
3507
|
* @memberof DefaultApi
|
|
2693
3508
|
*/
|
|
2694
3509
|
v1GetObservationStatuses(requestParameters = {}, options) {
|
|
2695
|
-
return (0, exports.DefaultApiFp)(this.configuration).v1GetObservationStatuses(requestParameters.targetId, requestParameters.before, requestParameters.searchInstructionId, requestParameters.surveyInstructionId, requestParameters.imageId, options).then((request) => request(this.axios, this.basePath));
|
|
3510
|
+
return (0, exports.DefaultApiFp)(this.configuration).v1GetObservationStatuses(requestParameters.targetId, requestParameters.before, requestParameters.searchInstructionId, requestParameters.surveyInstructionId, requestParameters.resolvedImageInstructionId, requestParameters.imageId, options).then((request) => request(this.axios, this.basePath));
|
|
2696
3511
|
}
|
|
2697
3512
|
/**
|
|
2698
3513
|
* Get potential observation windows for all satellites of your organization across the network from now until the `until` datetime
|
|
@@ -2715,7 +3530,7 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
2715
3530
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetOrganizationTarget(requestParameters.organizationTargetId, options).then((request) => request(this.axios, this.basePath));
|
|
2716
3531
|
}
|
|
2717
3532
|
/**
|
|
2718
|
-
* Get organization targets see the [create](#
|
|
3533
|
+
* Get organization targets see the [create](#tag/organization-targets/POST/v1/organization-target) endpoint for more details.
|
|
2719
3534
|
* @param {*} [options] Override http request option.
|
|
2720
3535
|
* @throws {RequiredError}
|
|
2721
3536
|
* @memberof DefaultApi
|
|
@@ -2763,6 +3578,16 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
2763
3578
|
v1GetSearchInstructions(requestParameters = {}, options) {
|
|
2764
3579
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetSearchInstructions(requestParameters.before, options).then((request) => request(this.axios, this.basePath));
|
|
2765
3580
|
}
|
|
3581
|
+
/**
|
|
3582
|
+
* Get state vectors for a satellite.
|
|
3583
|
+
* @param {DefaultApiV1GetStateVectorsRequest} requestParameters Request parameters.
|
|
3584
|
+
* @param {*} [options] Override http request option.
|
|
3585
|
+
* @throws {RequiredError}
|
|
3586
|
+
* @memberof DefaultApi
|
|
3587
|
+
*/
|
|
3588
|
+
v1GetStateVectors(requestParameters, options) {
|
|
3589
|
+
return (0, exports.DefaultApiFp)(this.configuration).v1GetStateVectors(requestParameters.targetId, requestParameters.before, requestParameters.after, options).then((request) => request(this.axios, this.basePath));
|
|
3590
|
+
}
|
|
2766
3591
|
/**
|
|
2767
3592
|
* Get a list of survey instructions. Survey instructions are the highest priority request in the system. This endpoint is paginated and will return a maximum of 20 results per page. Use the before timestamp to get the next page of results.
|
|
2768
3593
|
* @param {DefaultApiV1GetSurveyInstructionsRequest} requestParameters Request parameters.
|
|
@@ -2862,5 +3687,73 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
2862
3687
|
v1UpdateWebhookConfiguration(requestParameters, options) {
|
|
2863
3688
|
return (0, exports.DefaultApiFp)(this.configuration).v1UpdateWebhookConfiguration(requestParameters.v1UpdateWebhookConfigurationRequest, options).then((request) => request(this.axios, this.basePath));
|
|
2864
3689
|
}
|
|
3690
|
+
/**
|
|
3691
|
+
* Create a plane scan to search for a target. The system will execute the search and the resulting observations will be available in the observation status endpoint.
|
|
3692
|
+
* @param {DefaultApiV2CreatePlaneScanRequest} requestParameters Request parameters.
|
|
3693
|
+
* @param {*} [options] Override http request option.
|
|
3694
|
+
* @throws {RequiredError}
|
|
3695
|
+
* @memberof DefaultApi
|
|
3696
|
+
*/
|
|
3697
|
+
v2CreatePlaneScan(requestParameters, options) {
|
|
3698
|
+
return (0, exports.DefaultApiFp)(this.configuration).v2CreatePlaneScan(requestParameters.v1PlaneScanRequest, options).then((request) => request(this.axios, this.basePath));
|
|
3699
|
+
}
|
|
3700
|
+
/**
|
|
3701
|
+
* Create a RIC volume search to search for a target. The system will execute the search and the resulting observations will be available in the observation status endpoint.
|
|
3702
|
+
* @param {DefaultApiV2CreateRicVolumeSearchRequest} requestParameters Request parameters.
|
|
3703
|
+
* @param {*} [options] Override http request option.
|
|
3704
|
+
* @throws {RequiredError}
|
|
3705
|
+
* @memberof DefaultApi
|
|
3706
|
+
*/
|
|
3707
|
+
v2CreateRicVolumeSearch(requestParameters, options) {
|
|
3708
|
+
return (0, exports.DefaultApiFp)(this.configuration).v2CreateRicVolumeSearch(requestParameters.v1RicVolumeSearchRequest, options).then((request) => request(this.axios, this.basePath));
|
|
3709
|
+
}
|
|
3710
|
+
/**
|
|
3711
|
+
* Delete a plane scan.
|
|
3712
|
+
* @param {DefaultApiV2DeletePlaneScanRequest} requestParameters Request parameters.
|
|
3713
|
+
* @param {*} [options] Override http request option.
|
|
3714
|
+
* @throws {RequiredError}
|
|
3715
|
+
* @memberof DefaultApi
|
|
3716
|
+
*/
|
|
3717
|
+
v2DeletePlaneScan(requestParameters, options) {
|
|
3718
|
+
return (0, exports.DefaultApiFp)(this.configuration).v2DeletePlaneScan(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
3719
|
+
}
|
|
3720
|
+
/**
|
|
3721
|
+
* Delete a RIC volume search.
|
|
3722
|
+
* @param {DefaultApiV2DeleteRicVolumeSearchRequest} requestParameters Request parameters.
|
|
3723
|
+
* @param {*} [options] Override http request option.
|
|
3724
|
+
* @throws {RequiredError}
|
|
3725
|
+
* @memberof DefaultApi
|
|
3726
|
+
*/
|
|
3727
|
+
v2DeleteRicVolumeSearch(requestParameters, options) {
|
|
3728
|
+
return (0, exports.DefaultApiFp)(this.configuration).v2DeleteRicVolumeSearch(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
3729
|
+
}
|
|
3730
|
+
/**
|
|
3731
|
+
* Get a V2 search (created by RIC volumetric search or plane scan endpoints) by ID.
|
|
3732
|
+
* @param {DefaultApiV2GetSearchRequest} requestParameters Request parameters.
|
|
3733
|
+
* @param {*} [options] Override http request option.
|
|
3734
|
+
* @throws {RequiredError}
|
|
3735
|
+
* @memberof DefaultApi
|
|
3736
|
+
*/
|
|
3737
|
+
v2GetSearch(requestParameters, options) {
|
|
3738
|
+
return (0, exports.DefaultApiFp)(this.configuration).v2GetSearch(requestParameters.searchId, options).then((request) => request(this.axios, this.basePath));
|
|
3739
|
+
}
|
|
3740
|
+
/**
|
|
3741
|
+
* Get a list of your organization\'s V2 searches by time range or status.
|
|
3742
|
+
* @param {DefaultApiV2GetSearchesRequest} requestParameters Request parameters.
|
|
3743
|
+
* @param {*} [options] Override http request option.
|
|
3744
|
+
* @throws {RequiredError}
|
|
3745
|
+
* @memberof DefaultApi
|
|
3746
|
+
*/
|
|
3747
|
+
v2GetSearches(requestParameters = {}, options) {
|
|
3748
|
+
return (0, exports.DefaultApiFp)(this.configuration).v2GetSearches(requestParameters.after, requestParameters.status, options).then((request) => request(this.axios, this.basePath));
|
|
3749
|
+
}
|
|
2865
3750
|
}
|
|
2866
3751
|
exports.DefaultApi = DefaultApi;
|
|
3752
|
+
/**
|
|
3753
|
+
* @export
|
|
3754
|
+
*/
|
|
3755
|
+
exports.V2GetSearchesStatusEnum = {
|
|
3756
|
+
COMPLETED: 'COMPLETED',
|
|
3757
|
+
IN_PROGRESS: 'IN_PROGRESS',
|
|
3758
|
+
FAILED: 'FAILED'
|
|
3759
|
+
};
|