@ourskyai/sda-api 1.3.8106 → 1.3.8639
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 +259 -24
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +162 -21
- package/dist/api.js +144 -10
- package/dist/base.d.ts +1 -1
- package/dist/base.js +1 -1
- package/dist/common.d.ts +1 -1
- package/dist/common.js +1 -1
- package/dist/configuration.d.ts +1 -1
- package/dist/configuration.js +1 -1
- package/dist/esm/api.d.ts +162 -21
- package/dist/esm/api.js +144 -10
- package/dist/esm/base.d.ts +1 -1
- package/dist/esm/base.js +1 -1
- package/dist/esm/common.d.ts +1 -1
- package/dist/esm/common.js +1 -1
- package/dist/esm/configuration.d.ts +1 -1
- package/dist/esm/configuration.js +1 -1
- 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/index.ts +1 -1
- package/package.json +1 -1
package/dist/base.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* OurSky SDA
|
|
3
3
|
* 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.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.3.
|
|
5
|
+
* The version of the OpenAPI document: 1.3.8639
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/base.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.3.
|
|
8
|
+
* The version of the OpenAPI document: 1.3.8639
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/common.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* OurSky SDA
|
|
3
3
|
* 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.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.3.
|
|
5
|
+
* The version of the OpenAPI document: 1.3.8639
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/common.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.3.
|
|
8
|
+
* The version of the OpenAPI document: 1.3.8639
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/configuration.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* OurSky SDA
|
|
3
3
|
* 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.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.3.
|
|
5
|
+
* The version of the OpenAPI document: 1.3.8639
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/configuration.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.3.
|
|
8
|
+
* The version of the OpenAPI document: 1.3.8639
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* OurSky SDA
|
|
3
3
|
* 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.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.3.
|
|
5
|
+
* The version of the OpenAPI document: 1.3.8639
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -481,6 +481,37 @@ export declare const V1BlackoutVolumeRequestReferenceFrameEnum: {
|
|
|
481
481
|
readonly ECEF: "ECEF";
|
|
482
482
|
};
|
|
483
483
|
export type V1BlackoutVolumeRequestReferenceFrameEnum = typeof V1BlackoutVolumeRequestReferenceFrameEnum[keyof typeof V1BlackoutVolumeRequestReferenceFrameEnum];
|
|
484
|
+
/**
|
|
485
|
+
*
|
|
486
|
+
* @export
|
|
487
|
+
* @interface V1CreateDirectTaskInstructionRequest
|
|
488
|
+
*/
|
|
489
|
+
export interface V1CreateDirectTaskInstructionRequest {
|
|
490
|
+
/**
|
|
491
|
+
* NET time after which the instruction can be executed (expressed in UTC). If null, the instruction can be executed immediately.
|
|
492
|
+
* @type {string}
|
|
493
|
+
* @memberof V1CreateDirectTaskInstructionRequest
|
|
494
|
+
*/
|
|
495
|
+
'executableAfter'?: string;
|
|
496
|
+
/**
|
|
497
|
+
* Latest time the instruction can be executed (expressed in UTC). If null, the instruction will not have an expiration.
|
|
498
|
+
* @type {string}
|
|
499
|
+
* @memberof V1CreateDirectTaskInstructionRequest
|
|
500
|
+
*/
|
|
501
|
+
'executableUntil'?: string;
|
|
502
|
+
/**
|
|
503
|
+
*
|
|
504
|
+
* @type {string}
|
|
505
|
+
* @memberof V1CreateDirectTaskInstructionRequest
|
|
506
|
+
*/
|
|
507
|
+
'targetId': string;
|
|
508
|
+
/**
|
|
509
|
+
*
|
|
510
|
+
* @type {TrackingType}
|
|
511
|
+
* @memberof V1CreateDirectTaskInstructionRequest
|
|
512
|
+
*/
|
|
513
|
+
'trackingType': TrackingType;
|
|
514
|
+
}
|
|
484
515
|
/**
|
|
485
516
|
*
|
|
486
517
|
* @export
|
|
@@ -1496,11 +1527,11 @@ export interface V1ObservationSequenceResultImageSetsInner {
|
|
|
1496
1527
|
*/
|
|
1497
1528
|
export interface V1ObservationStatus {
|
|
1498
1529
|
/**
|
|
1499
|
-
*
|
|
1530
|
+
* The ID of the observation, null if the observation has not happened yet
|
|
1500
1531
|
* @type {string}
|
|
1501
1532
|
* @memberof V1ObservationStatus
|
|
1502
1533
|
*/
|
|
1503
|
-
'
|
|
1534
|
+
'observationId'?: string;
|
|
1504
1535
|
/**
|
|
1505
1536
|
*
|
|
1506
1537
|
* @type {string}
|
|
@@ -1514,41 +1545,41 @@ export interface V1ObservationStatus {
|
|
|
1514
1545
|
*/
|
|
1515
1546
|
'trackingType'?: TrackingType;
|
|
1516
1547
|
/**
|
|
1517
|
-
*
|
|
1548
|
+
* The expected RA at the time of the observation, null if the observation has not happened yet
|
|
1518
1549
|
* @type {number}
|
|
1519
1550
|
* @memberof V1ObservationStatus
|
|
1520
1551
|
*/
|
|
1521
|
-
'ra'
|
|
1552
|
+
'ra'?: number;
|
|
1522
1553
|
/**
|
|
1523
|
-
*
|
|
1554
|
+
* The expected Dec at the time of the observation, null if the observation has not happened yet
|
|
1524
1555
|
* @type {number}
|
|
1525
1556
|
* @memberof V1ObservationStatus
|
|
1526
1557
|
*/
|
|
1527
|
-
'dec'
|
|
1558
|
+
'dec'?: number;
|
|
1528
1559
|
/**
|
|
1529
|
-
*
|
|
1560
|
+
* Time the observation was executed at, null if the observation has not happened yet
|
|
1530
1561
|
* @type {string}
|
|
1531
1562
|
* @memberof V1ObservationStatus
|
|
1532
1563
|
*/
|
|
1533
|
-
'observationTime'
|
|
1564
|
+
'observationTime'?: string;
|
|
1534
1565
|
/**
|
|
1535
|
-
* TLE line 1 of when the observation was tasked
|
|
1566
|
+
* TLE line 1 of when the observation was tasked, null if the observation has not happened yet
|
|
1536
1567
|
* @type {string}
|
|
1537
1568
|
* @memberof V1ObservationStatus
|
|
1538
1569
|
*/
|
|
1539
|
-
'tleLine1'
|
|
1570
|
+
'tleLine1'?: string;
|
|
1540
1571
|
/**
|
|
1541
|
-
* TLE line 2 of when the observation was tasked
|
|
1572
|
+
* TLE line 2 of when the observation was tasked, null if the observation has not happened yet
|
|
1542
1573
|
* @type {string}
|
|
1543
1574
|
* @memberof V1ObservationStatus
|
|
1544
1575
|
*/
|
|
1545
|
-
'tleLine2'
|
|
1576
|
+
'tleLine2'?: string;
|
|
1546
1577
|
/**
|
|
1547
|
-
*
|
|
1578
|
+
* TLE Epoch of when the observation was tasked, null if the observation has not happened yet
|
|
1548
1579
|
* @type {string}
|
|
1549
1580
|
* @memberof V1ObservationStatus
|
|
1550
1581
|
*/
|
|
1551
|
-
'tleEpoch'
|
|
1582
|
+
'tleEpoch'?: string;
|
|
1552
1583
|
/**
|
|
1553
1584
|
*
|
|
1554
1585
|
* @type {string}
|
|
@@ -1578,7 +1609,25 @@ export interface V1ObservationStatus {
|
|
|
1578
1609
|
* @type {string}
|
|
1579
1610
|
* @memberof V1ObservationStatus
|
|
1580
1611
|
*/
|
|
1612
|
+
'directTaskId'?: string;
|
|
1613
|
+
/**
|
|
1614
|
+
* The time the observation was completed in our system, null if the observation has not happened yet
|
|
1615
|
+
* @type {string}
|
|
1616
|
+
* @memberof V1ObservationStatus
|
|
1617
|
+
*/
|
|
1581
1618
|
'completedAt'?: string;
|
|
1619
|
+
/**
|
|
1620
|
+
* The time the instruction was scheduled for, if applicable (direct tasked instructions only)
|
|
1621
|
+
* @type {string}
|
|
1622
|
+
* @memberof V1ObservationStatus
|
|
1623
|
+
*/
|
|
1624
|
+
'scheduledAt'?: string;
|
|
1625
|
+
/**
|
|
1626
|
+
* The time the instruction was valid until, if applicable (direct tasked instructions only)
|
|
1627
|
+
* @type {string}
|
|
1628
|
+
* @memberof V1ObservationStatus
|
|
1629
|
+
*/
|
|
1630
|
+
'validUntil'?: string;
|
|
1582
1631
|
/**
|
|
1583
1632
|
*
|
|
1584
1633
|
* @type {ObservationState}
|
|
@@ -3138,6 +3187,13 @@ export declare const DefaultApiAxiosParamCreator: (configuration?: Configuration
|
|
|
3138
3187
|
* @throws {RequiredError}
|
|
3139
3188
|
*/
|
|
3140
3189
|
v1CreateBlackoutVolume: (v1BlackoutVolumeRequest: V1BlackoutVolumeRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
3190
|
+
/**
|
|
3191
|
+
* Create a direct-task instruction. This enables collecting observations on a target at a specific time, bypassing normal scheduling constraints.
|
|
3192
|
+
* @param {V1CreateDirectTaskInstructionRequest} v1CreateDirectTaskInstructionRequest
|
|
3193
|
+
* @param {*} [options] Override http request option.
|
|
3194
|
+
* @throws {RequiredError}
|
|
3195
|
+
*/
|
|
3196
|
+
v1CreateDirectTaskInstruction: (v1CreateDirectTaskInstructionRequest: V1CreateDirectTaskInstructionRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
3141
3197
|
/**
|
|
3142
3198
|
* Create an image set.
|
|
3143
3199
|
* @param {V1CreateImageSetRequest} v1CreateImageSetRequest
|
|
@@ -3202,6 +3258,13 @@ export declare const DefaultApiAxiosParamCreator: (configuration?: Configuration
|
|
|
3202
3258
|
* @throws {RequiredError}
|
|
3203
3259
|
*/
|
|
3204
3260
|
v1DeleteBlackoutVolume: (id: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
3261
|
+
/**
|
|
3262
|
+
* Delete a direct task instruction.
|
|
3263
|
+
* @param {string} id
|
|
3264
|
+
* @param {*} [options] Override http request option.
|
|
3265
|
+
* @throws {RequiredError}
|
|
3266
|
+
*/
|
|
3267
|
+
v1DeleteDirectTaskInstruction: (id: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
3205
3268
|
/**
|
|
3206
3269
|
* Delete an image set.
|
|
3207
3270
|
* @param {string} id
|
|
@@ -3318,17 +3381,18 @@ export declare const DefaultApiAxiosParamCreator: (configuration?: Configuration
|
|
|
3318
3381
|
*/
|
|
3319
3382
|
v1GetObservationSequenceResults: (targetId?: string, after?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
3320
3383
|
/**
|
|
3321
|
-
* Get the status of observations tasked on our network either for an entire organization, by a specific `targetId`,
|
|
3384
|
+
* Get the status of observations tasked on our network either for an entire organization, by a specific `targetId`, `searchInstructionId`, `directTaskId`, or by `surveyInstructionId`. By default `before` is set to the current time and returns 20 results with `observationTime` less than `before`. To paginate through responses, pass the earliest timestamp in the previous response as the `before` parameter. When searching by `searchInstructionId`, `directTaskId`, or `surveyInstructionId`, a `before` timestamp is not required.
|
|
3322
3385
|
* @param {string} [targetId]
|
|
3323
3386
|
* @param {string} [before]
|
|
3324
3387
|
* @param {string} [searchInstructionId]
|
|
3325
3388
|
* @param {string} [surveyInstructionId]
|
|
3326
3389
|
* @param {string} [resolvedImageInstructionId]
|
|
3390
|
+
* @param {string} [directTaskId]
|
|
3327
3391
|
* @param {string} [imageId]
|
|
3328
3392
|
* @param {*} [options] Override http request option.
|
|
3329
3393
|
* @throws {RequiredError}
|
|
3330
3394
|
*/
|
|
3331
|
-
v1GetObservationStatuses: (targetId?: string, before?: string, searchInstructionId?: string, surveyInstructionId?: string, resolvedImageInstructionId?: string, imageId?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
3395
|
+
v1GetObservationStatuses: (targetId?: string, before?: string, searchInstructionId?: string, surveyInstructionId?: string, resolvedImageInstructionId?: string, directTaskId?: string, imageId?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
3332
3396
|
/**
|
|
3333
3397
|
* Get potential observation windows for all satellites of your organization across the network from now until the `until` datetime
|
|
3334
3398
|
* @param {string} until
|
|
@@ -3530,6 +3594,13 @@ export declare const DefaultApiFp: (configuration?: Configuration) => {
|
|
|
3530
3594
|
* @throws {RequiredError}
|
|
3531
3595
|
*/
|
|
3532
3596
|
v1CreateBlackoutVolume(v1BlackoutVolumeRequest: V1BlackoutVolumeRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SuccessfulCreate>>;
|
|
3597
|
+
/**
|
|
3598
|
+
* Create a direct-task instruction. This enables collecting observations on a target at a specific time, bypassing normal scheduling constraints.
|
|
3599
|
+
* @param {V1CreateDirectTaskInstructionRequest} v1CreateDirectTaskInstructionRequest
|
|
3600
|
+
* @param {*} [options] Override http request option.
|
|
3601
|
+
* @throws {RequiredError}
|
|
3602
|
+
*/
|
|
3603
|
+
v1CreateDirectTaskInstruction(v1CreateDirectTaskInstructionRequest: V1CreateDirectTaskInstructionRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SuccessfulCreate>>;
|
|
3533
3604
|
/**
|
|
3534
3605
|
* Create an image set.
|
|
3535
3606
|
* @param {V1CreateImageSetRequest} v1CreateImageSetRequest
|
|
@@ -3594,6 +3665,13 @@ export declare const DefaultApiFp: (configuration?: Configuration) => {
|
|
|
3594
3665
|
* @throws {RequiredError}
|
|
3595
3666
|
*/
|
|
3596
3667
|
v1DeleteBlackoutVolume(id: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SuccessfulDelete>>;
|
|
3668
|
+
/**
|
|
3669
|
+
* Delete a direct task instruction.
|
|
3670
|
+
* @param {string} id
|
|
3671
|
+
* @param {*} [options] Override http request option.
|
|
3672
|
+
* @throws {RequiredError}
|
|
3673
|
+
*/
|
|
3674
|
+
v1DeleteDirectTaskInstruction(id: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<EmptySuccess>>;
|
|
3597
3675
|
/**
|
|
3598
3676
|
* Delete an image set.
|
|
3599
3677
|
* @param {string} id
|
|
@@ -3710,17 +3788,18 @@ export declare const DefaultApiFp: (configuration?: Configuration) => {
|
|
|
3710
3788
|
*/
|
|
3711
3789
|
v1GetObservationSequenceResults(targetId?: string, after?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<V1ObservationSequenceResult>>>;
|
|
3712
3790
|
/**
|
|
3713
|
-
* Get the status of observations tasked on our network either for an entire organization, by a specific `targetId`,
|
|
3791
|
+
* Get the status of observations tasked on our network either for an entire organization, by a specific `targetId`, `searchInstructionId`, `directTaskId`, or by `surveyInstructionId`. By default `before` is set to the current time and returns 20 results with `observationTime` less than `before`. To paginate through responses, pass the earliest timestamp in the previous response as the `before` parameter. When searching by `searchInstructionId`, `directTaskId`, or `surveyInstructionId`, a `before` timestamp is not required.
|
|
3714
3792
|
* @param {string} [targetId]
|
|
3715
3793
|
* @param {string} [before]
|
|
3716
3794
|
* @param {string} [searchInstructionId]
|
|
3717
3795
|
* @param {string} [surveyInstructionId]
|
|
3718
3796
|
* @param {string} [resolvedImageInstructionId]
|
|
3797
|
+
* @param {string} [directTaskId]
|
|
3719
3798
|
* @param {string} [imageId]
|
|
3720
3799
|
* @param {*} [options] Override http request option.
|
|
3721
3800
|
* @throws {RequiredError}
|
|
3722
3801
|
*/
|
|
3723
|
-
v1GetObservationStatuses(targetId?: string, before?: string, searchInstructionId?: string, surveyInstructionId?: string, resolvedImageInstructionId?: string, imageId?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<V1ObservationStatus>>>;
|
|
3802
|
+
v1GetObservationStatuses(targetId?: string, before?: string, searchInstructionId?: string, surveyInstructionId?: string, resolvedImageInstructionId?: string, directTaskId?: string, imageId?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<V1ObservationStatus>>>;
|
|
3724
3803
|
/**
|
|
3725
3804
|
* Get potential observation windows for all satellites of your organization across the network from now until the `until` datetime
|
|
3726
3805
|
* @param {string} until
|
|
@@ -3922,6 +4001,13 @@ export declare const DefaultApiFactory: (configuration?: Configuration, basePath
|
|
|
3922
4001
|
* @throws {RequiredError}
|
|
3923
4002
|
*/
|
|
3924
4003
|
v1CreateBlackoutVolume(requestParameters: DefaultApiV1CreateBlackoutVolumeRequest, options?: AxiosRequestConfig): AxiosPromise<SuccessfulCreate>;
|
|
4004
|
+
/**
|
|
4005
|
+
* Create a direct-task instruction. This enables collecting observations on a target at a specific time, bypassing normal scheduling constraints.
|
|
4006
|
+
* @param {DefaultApiV1CreateDirectTaskInstructionRequest} requestParameters Request parameters.
|
|
4007
|
+
* @param {*} [options] Override http request option.
|
|
4008
|
+
* @throws {RequiredError}
|
|
4009
|
+
*/
|
|
4010
|
+
v1CreateDirectTaskInstruction(requestParameters: DefaultApiV1CreateDirectTaskInstructionRequest, options?: AxiosRequestConfig): AxiosPromise<SuccessfulCreate>;
|
|
3925
4011
|
/**
|
|
3926
4012
|
* Create an image set.
|
|
3927
4013
|
* @param {DefaultApiV1CreateImageSetRequest} requestParameters Request parameters.
|
|
@@ -3986,6 +4072,13 @@ export declare const DefaultApiFactory: (configuration?: Configuration, basePath
|
|
|
3986
4072
|
* @throws {RequiredError}
|
|
3987
4073
|
*/
|
|
3988
4074
|
v1DeleteBlackoutVolume(requestParameters: DefaultApiV1DeleteBlackoutVolumeRequest, options?: AxiosRequestConfig): AxiosPromise<SuccessfulDelete>;
|
|
4075
|
+
/**
|
|
4076
|
+
* Delete a direct task instruction.
|
|
4077
|
+
* @param {DefaultApiV1DeleteDirectTaskInstructionRequest} requestParameters Request parameters.
|
|
4078
|
+
* @param {*} [options] Override http request option.
|
|
4079
|
+
* @throws {RequiredError}
|
|
4080
|
+
*/
|
|
4081
|
+
v1DeleteDirectTaskInstruction(requestParameters: DefaultApiV1DeleteDirectTaskInstructionRequest, options?: AxiosRequestConfig): AxiosPromise<EmptySuccess>;
|
|
3989
4082
|
/**
|
|
3990
4083
|
* Delete an image set.
|
|
3991
4084
|
* @param {DefaultApiV1DeleteImageSetRequest} requestParameters Request parameters.
|
|
@@ -4098,7 +4191,7 @@ export declare const DefaultApiFactory: (configuration?: Configuration, basePath
|
|
|
4098
4191
|
*/
|
|
4099
4192
|
v1GetObservationSequenceResults(requestParameters?: DefaultApiV1GetObservationSequenceResultsRequest, options?: AxiosRequestConfig): AxiosPromise<Array<V1ObservationSequenceResult>>;
|
|
4100
4193
|
/**
|
|
4101
|
-
* Get the status of observations tasked on our network either for an entire organization, by a specific `targetId`,
|
|
4194
|
+
* Get the status of observations tasked on our network either for an entire organization, by a specific `targetId`, `searchInstructionId`, `directTaskId`, or by `surveyInstructionId`. By default `before` is set to the current time and returns 20 results with `observationTime` less than `before`. To paginate through responses, pass the earliest timestamp in the previous response as the `before` parameter. When searching by `searchInstructionId`, `directTaskId`, or `surveyInstructionId`, a `before` timestamp is not required.
|
|
4102
4195
|
* @param {DefaultApiV1GetObservationStatusesRequest} requestParameters Request parameters.
|
|
4103
4196
|
* @param {*} [options] Override http request option.
|
|
4104
4197
|
* @throws {RequiredError}
|
|
@@ -4297,6 +4390,19 @@ export interface DefaultApiV1CreateBlackoutVolumeRequest {
|
|
|
4297
4390
|
*/
|
|
4298
4391
|
readonly v1BlackoutVolumeRequest: V1BlackoutVolumeRequest;
|
|
4299
4392
|
}
|
|
4393
|
+
/**
|
|
4394
|
+
* Request parameters for v1CreateDirectTaskInstruction operation in DefaultApi.
|
|
4395
|
+
* @export
|
|
4396
|
+
* @interface DefaultApiV1CreateDirectTaskInstructionRequest
|
|
4397
|
+
*/
|
|
4398
|
+
export interface DefaultApiV1CreateDirectTaskInstructionRequest {
|
|
4399
|
+
/**
|
|
4400
|
+
*
|
|
4401
|
+
* @type {V1CreateDirectTaskInstructionRequest}
|
|
4402
|
+
* @memberof DefaultApiV1CreateDirectTaskInstruction
|
|
4403
|
+
*/
|
|
4404
|
+
readonly v1CreateDirectTaskInstructionRequest: V1CreateDirectTaskInstructionRequest;
|
|
4405
|
+
}
|
|
4300
4406
|
/**
|
|
4301
4407
|
* Request parameters for v1CreateImageSet operation in DefaultApi.
|
|
4302
4408
|
* @export
|
|
@@ -4414,6 +4520,19 @@ export interface DefaultApiV1DeleteBlackoutVolumeRequest {
|
|
|
4414
4520
|
*/
|
|
4415
4521
|
readonly id: string;
|
|
4416
4522
|
}
|
|
4523
|
+
/**
|
|
4524
|
+
* Request parameters for v1DeleteDirectTaskInstruction operation in DefaultApi.
|
|
4525
|
+
* @export
|
|
4526
|
+
* @interface DefaultApiV1DeleteDirectTaskInstructionRequest
|
|
4527
|
+
*/
|
|
4528
|
+
export interface DefaultApiV1DeleteDirectTaskInstructionRequest {
|
|
4529
|
+
/**
|
|
4530
|
+
*
|
|
4531
|
+
* @type {string}
|
|
4532
|
+
* @memberof DefaultApiV1DeleteDirectTaskInstruction
|
|
4533
|
+
*/
|
|
4534
|
+
readonly id: string;
|
|
4535
|
+
}
|
|
4417
4536
|
/**
|
|
4418
4537
|
* Request parameters for v1DeleteImageSet operation in DefaultApi.
|
|
4419
4538
|
* @export
|
|
@@ -4669,6 +4788,12 @@ export interface DefaultApiV1GetObservationStatusesRequest {
|
|
|
4669
4788
|
* @memberof DefaultApiV1GetObservationStatuses
|
|
4670
4789
|
*/
|
|
4671
4790
|
readonly resolvedImageInstructionId?: string;
|
|
4791
|
+
/**
|
|
4792
|
+
*
|
|
4793
|
+
* @type {string}
|
|
4794
|
+
* @memberof DefaultApiV1GetObservationStatuses
|
|
4795
|
+
*/
|
|
4796
|
+
readonly directTaskId?: string;
|
|
4672
4797
|
/**
|
|
4673
4798
|
*
|
|
4674
4799
|
* @type {string}
|
|
@@ -5070,6 +5195,14 @@ export declare class DefaultApi extends BaseAPI {
|
|
|
5070
5195
|
* @memberof DefaultApi
|
|
5071
5196
|
*/
|
|
5072
5197
|
v1CreateBlackoutVolume(requestParameters: DefaultApiV1CreateBlackoutVolumeRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SuccessfulCreate, any>>;
|
|
5198
|
+
/**
|
|
5199
|
+
* Create a direct-task instruction. This enables collecting observations on a target at a specific time, bypassing normal scheduling constraints.
|
|
5200
|
+
* @param {DefaultApiV1CreateDirectTaskInstructionRequest} requestParameters Request parameters.
|
|
5201
|
+
* @param {*} [options] Override http request option.
|
|
5202
|
+
* @throws {RequiredError}
|
|
5203
|
+
* @memberof DefaultApi
|
|
5204
|
+
*/
|
|
5205
|
+
v1CreateDirectTaskInstruction(requestParameters: DefaultApiV1CreateDirectTaskInstructionRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SuccessfulCreate, any>>;
|
|
5073
5206
|
/**
|
|
5074
5207
|
* Create an image set.
|
|
5075
5208
|
* @param {DefaultApiV1CreateImageSetRequest} requestParameters Request parameters.
|
|
@@ -5143,6 +5276,14 @@ export declare class DefaultApi extends BaseAPI {
|
|
|
5143
5276
|
* @memberof DefaultApi
|
|
5144
5277
|
*/
|
|
5145
5278
|
v1DeleteBlackoutVolume(requestParameters: DefaultApiV1DeleteBlackoutVolumeRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SuccessfulDelete, any>>;
|
|
5279
|
+
/**
|
|
5280
|
+
* Delete a direct task instruction.
|
|
5281
|
+
* @param {DefaultApiV1DeleteDirectTaskInstructionRequest} requestParameters Request parameters.
|
|
5282
|
+
* @param {*} [options] Override http request option.
|
|
5283
|
+
* @throws {RequiredError}
|
|
5284
|
+
* @memberof DefaultApi
|
|
5285
|
+
*/
|
|
5286
|
+
v1DeleteDirectTaskInstruction(requestParameters: DefaultApiV1DeleteDirectTaskInstructionRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<EmptySuccess, any>>;
|
|
5146
5287
|
/**
|
|
5147
5288
|
* Delete an image set.
|
|
5148
5289
|
* @param {DefaultApiV1DeleteImageSetRequest} requestParameters Request parameters.
|
|
@@ -5271,7 +5412,7 @@ export declare class DefaultApi extends BaseAPI {
|
|
|
5271
5412
|
*/
|
|
5272
5413
|
v1GetObservationSequenceResults(requestParameters?: DefaultApiV1GetObservationSequenceResultsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<V1ObservationSequenceResult[], any>>;
|
|
5273
5414
|
/**
|
|
5274
|
-
* Get the status of observations tasked on our network either for an entire organization, by a specific `targetId`,
|
|
5415
|
+
* Get the status of observations tasked on our network either for an entire organization, by a specific `targetId`, `searchInstructionId`, `directTaskId`, or by `surveyInstructionId`. By default `before` is set to the current time and returns 20 results with `observationTime` less than `before`. To paginate through responses, pass the earliest timestamp in the previous response as the `before` parameter. When searching by `searchInstructionId`, `directTaskId`, or `surveyInstructionId`, a `before` timestamp is not required.
|
|
5275
5416
|
* @param {DefaultApiV1GetObservationStatusesRequest} requestParameters Request parameters.
|
|
5276
5417
|
* @param {*} [options] Override http request option.
|
|
5277
5418
|
* @throws {RequiredError}
|