@ourskyai/sda-api 1.3.4348 → 1.3.4675
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 +263 -6
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +165 -3
- package/dist/api.js +143 -6
- 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 +165 -3
- package/dist/esm/api.js +143 -6
- 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/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](https://api.prod.oursky.ai/docs/sda#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](https://api.prod.oursky.ai/docs/sda#tag/organization-targets/get/v1/organization-targets) endpoint. Use the id copied from above. 3. Create a webhook with the [webhook](https://api.prod.oursky.ai/docs/sda#tag/webhooks/post/v1/communications/webhook) endpoint to receive TDMs automatically (preferred) or use the [tdms](https://api.prod.oursky.ai/docs/sda#tag/tdms/get/v1/tdms) endpoint to poll for TDMs. 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.4675
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -950,6 +950,12 @@ export interface V1ImageSetImage {
|
|
|
950
950
|
* @memberof V1ImageSetImage
|
|
951
951
|
*/
|
|
952
952
|
'fitsHeaders': Array<FitsHeader>;
|
|
953
|
+
/**
|
|
954
|
+
*
|
|
955
|
+
* @type {V1PredictedStreakLocation}
|
|
956
|
+
* @memberof V1ImageSetImage
|
|
957
|
+
*/
|
|
958
|
+
'predictedStreakLocation'?: V1PredictedStreakLocation;
|
|
953
959
|
}
|
|
954
960
|
/**
|
|
955
961
|
* Observation Feature
|
|
@@ -1220,6 +1226,37 @@ export interface V1OrganizationTarget {
|
|
|
1220
1226
|
*/
|
|
1221
1227
|
'createdAt': string;
|
|
1222
1228
|
}
|
|
1229
|
+
/**
|
|
1230
|
+
*
|
|
1231
|
+
* @export
|
|
1232
|
+
* @interface V1PredictedStreakLocation
|
|
1233
|
+
*/
|
|
1234
|
+
export interface V1PredictedStreakLocation {
|
|
1235
|
+
/**
|
|
1236
|
+
*
|
|
1237
|
+
* @type {number}
|
|
1238
|
+
* @memberof V1PredictedStreakLocation
|
|
1239
|
+
*/
|
|
1240
|
+
'startX'?: number;
|
|
1241
|
+
/**
|
|
1242
|
+
*
|
|
1243
|
+
* @type {number}
|
|
1244
|
+
* @memberof V1PredictedStreakLocation
|
|
1245
|
+
*/
|
|
1246
|
+
'startY'?: number;
|
|
1247
|
+
/**
|
|
1248
|
+
*
|
|
1249
|
+
* @type {number}
|
|
1250
|
+
* @memberof V1PredictedStreakLocation
|
|
1251
|
+
*/
|
|
1252
|
+
'endX'?: number;
|
|
1253
|
+
/**
|
|
1254
|
+
*
|
|
1255
|
+
* @type {number}
|
|
1256
|
+
* @memberof V1PredictedStreakLocation
|
|
1257
|
+
*/
|
|
1258
|
+
'endY'?: number;
|
|
1259
|
+
}
|
|
1223
1260
|
/**
|
|
1224
1261
|
* SatellitePotential
|
|
1225
1262
|
* @export
|
|
@@ -1746,6 +1783,25 @@ export interface V1UpdateSatelliteTargetRequest {
|
|
|
1746
1783
|
*/
|
|
1747
1784
|
'crossSection'?: number;
|
|
1748
1785
|
}
|
|
1786
|
+
/**
|
|
1787
|
+
*
|
|
1788
|
+
* @export
|
|
1789
|
+
* @interface V1UpdateWebhookConfigurationRequest
|
|
1790
|
+
*/
|
|
1791
|
+
export interface V1UpdateWebhookConfigurationRequest {
|
|
1792
|
+
/**
|
|
1793
|
+
*
|
|
1794
|
+
* @type {string}
|
|
1795
|
+
* @memberof V1UpdateWebhookConfigurationRequest
|
|
1796
|
+
*/
|
|
1797
|
+
'id': string;
|
|
1798
|
+
/**
|
|
1799
|
+
*
|
|
1800
|
+
* @type {boolean}
|
|
1801
|
+
* @memberof V1UpdateWebhookConfigurationRequest
|
|
1802
|
+
*/
|
|
1803
|
+
'enabled': boolean;
|
|
1804
|
+
}
|
|
1749
1805
|
/**
|
|
1750
1806
|
*
|
|
1751
1807
|
* @export
|
|
@@ -1776,6 +1832,12 @@ export interface V1WebhookConfiguration {
|
|
|
1776
1832
|
* @memberof V1WebhookConfiguration
|
|
1777
1833
|
*/
|
|
1778
1834
|
'lastFailureAt'?: string;
|
|
1835
|
+
/**
|
|
1836
|
+
*
|
|
1837
|
+
* @type {string}
|
|
1838
|
+
* @memberof V1WebhookConfiguration
|
|
1839
|
+
*/
|
|
1840
|
+
'disabledAt'?: string;
|
|
1779
1841
|
/**
|
|
1780
1842
|
*
|
|
1781
1843
|
* @type {Array<WebhookEvent>}
|
|
@@ -2024,6 +2086,14 @@ export declare const DefaultApiAxiosParamCreator: (configuration?: Configuration
|
|
|
2024
2086
|
* @throws {RequiredError}
|
|
2025
2087
|
*/
|
|
2026
2088
|
v1GetObservationFeatures: (imageId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
2089
|
+
/**
|
|
2090
|
+
* Get an observation sequence result for a specific image id.
|
|
2091
|
+
* @param {string} [observationSequenceResultId]
|
|
2092
|
+
* @param {string} [imageId]
|
|
2093
|
+
* @param {*} [options] Override http request option.
|
|
2094
|
+
* @throws {RequiredError}
|
|
2095
|
+
*/
|
|
2096
|
+
v1GetObservationSequenceResult: (observationSequenceResultId?: string, imageId?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
2027
2097
|
/**
|
|
2028
2098
|
* Get all observation sequence results for a specific target or all for an organization. This response is paginated. It will only return at most 5 at a time. To get the next page, pass in the `created_at` timestamp of the last observation sequence in the current page as the `after` query parameter. Omitting this field uses the current time as the `after` timestamp.
|
|
2029
2099
|
* @param {string} [targetId]
|
|
@@ -2038,10 +2108,11 @@ export declare const DefaultApiAxiosParamCreator: (configuration?: Configuration
|
|
|
2038
2108
|
* @param {string} [before]
|
|
2039
2109
|
* @param {string} [searchInstructionId]
|
|
2040
2110
|
* @param {string} [surveyInstructionId]
|
|
2111
|
+
* @param {string} [imageId]
|
|
2041
2112
|
* @param {*} [options] Override http request option.
|
|
2042
2113
|
* @throws {RequiredError}
|
|
2043
2114
|
*/
|
|
2044
|
-
v1GetObservationStatuses: (targetId?: string, before?: string, searchInstructionId?: string, surveyInstructionId?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
2115
|
+
v1GetObservationStatuses: (targetId?: string, before?: string, searchInstructionId?: string, surveyInstructionId?: string, imageId?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
2045
2116
|
/**
|
|
2046
2117
|
* Get potential observation windows for all satellites of your organization across the network from now until the `until` datetime
|
|
2047
2118
|
* @param {string} until
|
|
@@ -2142,6 +2213,13 @@ export declare const DefaultApiAxiosParamCreator: (configuration?: Configuration
|
|
|
2142
2213
|
* @throws {RequiredError}
|
|
2143
2214
|
*/
|
|
2144
2215
|
v1UpdateSatelliteTarget: (v1UpdateSatelliteTargetRequest: V1UpdateSatelliteTargetRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
2216
|
+
/**
|
|
2217
|
+
* Update a webhook configuration.
|
|
2218
|
+
* @param {V1UpdateWebhookConfigurationRequest} v1UpdateWebhookConfigurationRequest
|
|
2219
|
+
* @param {*} [options] Override http request option.
|
|
2220
|
+
* @throws {RequiredError}
|
|
2221
|
+
*/
|
|
2222
|
+
v1UpdateWebhookConfiguration: (v1UpdateWebhookConfigurationRequest: V1UpdateWebhookConfigurationRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
2145
2223
|
};
|
|
2146
2224
|
/**
|
|
2147
2225
|
* DefaultApi - functional programming interface
|
|
@@ -2287,6 +2365,14 @@ export declare const DefaultApiFp: (configuration?: Configuration) => {
|
|
|
2287
2365
|
* @throws {RequiredError}
|
|
2288
2366
|
*/
|
|
2289
2367
|
v1GetObservationFeatures(imageId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<V1ObservationFeature>>>;
|
|
2368
|
+
/**
|
|
2369
|
+
* Get an observation sequence result for a specific image id.
|
|
2370
|
+
* @param {string} [observationSequenceResultId]
|
|
2371
|
+
* @param {string} [imageId]
|
|
2372
|
+
* @param {*} [options] Override http request option.
|
|
2373
|
+
* @throws {RequiredError}
|
|
2374
|
+
*/
|
|
2375
|
+
v1GetObservationSequenceResult(observationSequenceResultId?: string, imageId?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<V1ObservationSequenceResult>>;
|
|
2290
2376
|
/**
|
|
2291
2377
|
* Get all observation sequence results for a specific target or all for an organization. This response is paginated. It will only return at most 5 at a time. To get the next page, pass in the `created_at` timestamp of the last observation sequence in the current page as the `after` query parameter. Omitting this field uses the current time as the `after` timestamp.
|
|
2292
2378
|
* @param {string} [targetId]
|
|
@@ -2301,10 +2387,11 @@ export declare const DefaultApiFp: (configuration?: Configuration) => {
|
|
|
2301
2387
|
* @param {string} [before]
|
|
2302
2388
|
* @param {string} [searchInstructionId]
|
|
2303
2389
|
* @param {string} [surveyInstructionId]
|
|
2390
|
+
* @param {string} [imageId]
|
|
2304
2391
|
* @param {*} [options] Override http request option.
|
|
2305
2392
|
* @throws {RequiredError}
|
|
2306
2393
|
*/
|
|
2307
|
-
v1GetObservationStatuses(targetId?: string, before?: string, searchInstructionId?: string, surveyInstructionId?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<V1ObservationStatus>>>;
|
|
2394
|
+
v1GetObservationStatuses(targetId?: string, before?: string, searchInstructionId?: string, surveyInstructionId?: string, imageId?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<V1ObservationStatus>>>;
|
|
2308
2395
|
/**
|
|
2309
2396
|
* Get potential observation windows for all satellites of your organization across the network from now until the `until` datetime
|
|
2310
2397
|
* @param {string} until
|
|
@@ -2405,6 +2492,13 @@ export declare const DefaultApiFp: (configuration?: Configuration) => {
|
|
|
2405
2492
|
* @throws {RequiredError}
|
|
2406
2493
|
*/
|
|
2407
2494
|
v1UpdateSatelliteTarget(v1UpdateSatelliteTargetRequest: V1UpdateSatelliteTargetRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<EmptySuccess>>;
|
|
2495
|
+
/**
|
|
2496
|
+
* Update a webhook configuration.
|
|
2497
|
+
* @param {V1UpdateWebhookConfigurationRequest} v1UpdateWebhookConfigurationRequest
|
|
2498
|
+
* @param {*} [options] Override http request option.
|
|
2499
|
+
* @throws {RequiredError}
|
|
2500
|
+
*/
|
|
2501
|
+
v1UpdateWebhookConfiguration(v1UpdateWebhookConfigurationRequest: V1UpdateWebhookConfigurationRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<EmptySuccess>>;
|
|
2408
2502
|
};
|
|
2409
2503
|
/**
|
|
2410
2504
|
* DefaultApi - factory interface
|
|
@@ -2550,6 +2644,13 @@ export declare const DefaultApiFactory: (configuration?: Configuration, basePath
|
|
|
2550
2644
|
* @throws {RequiredError}
|
|
2551
2645
|
*/
|
|
2552
2646
|
v1GetObservationFeatures(requestParameters: DefaultApiV1GetObservationFeaturesRequest, options?: AxiosRequestConfig): AxiosPromise<Array<V1ObservationFeature>>;
|
|
2647
|
+
/**
|
|
2648
|
+
* Get an observation sequence result for a specific image id.
|
|
2649
|
+
* @param {DefaultApiV1GetObservationSequenceResultRequest} requestParameters Request parameters.
|
|
2650
|
+
* @param {*} [options] Override http request option.
|
|
2651
|
+
* @throws {RequiredError}
|
|
2652
|
+
*/
|
|
2653
|
+
v1GetObservationSequenceResult(requestParameters?: DefaultApiV1GetObservationSequenceResultRequest, options?: AxiosRequestConfig): AxiosPromise<V1ObservationSequenceResult>;
|
|
2553
2654
|
/**
|
|
2554
2655
|
* Get all observation sequence results for a specific target or all for an organization. This response is paginated. It will only return at most 5 at a time. To get the next page, pass in the `created_at` timestamp of the last observation sequence in the current page as the `after` query parameter. Omitting this field uses the current time as the `after` timestamp.
|
|
2555
2656
|
* @param {DefaultApiV1GetObservationSequenceResultsRequest} requestParameters Request parameters.
|
|
@@ -2653,6 +2754,13 @@ export declare const DefaultApiFactory: (configuration?: Configuration, basePath
|
|
|
2653
2754
|
* @throws {RequiredError}
|
|
2654
2755
|
*/
|
|
2655
2756
|
v1UpdateSatelliteTarget(requestParameters: DefaultApiV1UpdateSatelliteTargetRequest, options?: AxiosRequestConfig): AxiosPromise<EmptySuccess>;
|
|
2757
|
+
/**
|
|
2758
|
+
* Update a webhook configuration.
|
|
2759
|
+
* @param {DefaultApiV1UpdateWebhookConfigurationRequest} requestParameters Request parameters.
|
|
2760
|
+
* @param {*} [options] Override http request option.
|
|
2761
|
+
* @throws {RequiredError}
|
|
2762
|
+
*/
|
|
2763
|
+
v1UpdateWebhookConfiguration(requestParameters: DefaultApiV1UpdateWebhookConfigurationRequest, options?: AxiosRequestConfig): AxiosPromise<EmptySuccess>;
|
|
2656
2764
|
};
|
|
2657
2765
|
/**
|
|
2658
2766
|
* Request parameters for v1CreateImageSet operation in DefaultApi.
|
|
@@ -2901,6 +3009,25 @@ export interface DefaultApiV1GetObservationFeaturesRequest {
|
|
|
2901
3009
|
*/
|
|
2902
3010
|
readonly imageId: string;
|
|
2903
3011
|
}
|
|
3012
|
+
/**
|
|
3013
|
+
* Request parameters for v1GetObservationSequenceResult operation in DefaultApi.
|
|
3014
|
+
* @export
|
|
3015
|
+
* @interface DefaultApiV1GetObservationSequenceResultRequest
|
|
3016
|
+
*/
|
|
3017
|
+
export interface DefaultApiV1GetObservationSequenceResultRequest {
|
|
3018
|
+
/**
|
|
3019
|
+
*
|
|
3020
|
+
* @type {string}
|
|
3021
|
+
* @memberof DefaultApiV1GetObservationSequenceResult
|
|
3022
|
+
*/
|
|
3023
|
+
readonly observationSequenceResultId?: string;
|
|
3024
|
+
/**
|
|
3025
|
+
*
|
|
3026
|
+
* @type {string}
|
|
3027
|
+
* @memberof DefaultApiV1GetObservationSequenceResult
|
|
3028
|
+
*/
|
|
3029
|
+
readonly imageId?: string;
|
|
3030
|
+
}
|
|
2904
3031
|
/**
|
|
2905
3032
|
* Request parameters for v1GetObservationSequenceResults operation in DefaultApi.
|
|
2906
3033
|
* @export
|
|
@@ -2950,6 +3077,12 @@ export interface DefaultApiV1GetObservationStatusesRequest {
|
|
|
2950
3077
|
* @memberof DefaultApiV1GetObservationStatuses
|
|
2951
3078
|
*/
|
|
2952
3079
|
readonly surveyInstructionId?: string;
|
|
3080
|
+
/**
|
|
3081
|
+
*
|
|
3082
|
+
* @type {string}
|
|
3083
|
+
* @memberof DefaultApiV1GetObservationStatuses
|
|
3084
|
+
*/
|
|
3085
|
+
readonly imageId?: string;
|
|
2953
3086
|
}
|
|
2954
3087
|
/**
|
|
2955
3088
|
* Request parameters for v1GetOrganizationSatellitePotentials operation in DefaultApi.
|
|
@@ -3160,6 +3293,19 @@ export interface DefaultApiV1UpdateSatelliteTargetRequest {
|
|
|
3160
3293
|
*/
|
|
3161
3294
|
readonly v1UpdateSatelliteTargetRequest: V1UpdateSatelliteTargetRequest;
|
|
3162
3295
|
}
|
|
3296
|
+
/**
|
|
3297
|
+
* Request parameters for v1UpdateWebhookConfiguration operation in DefaultApi.
|
|
3298
|
+
* @export
|
|
3299
|
+
* @interface DefaultApiV1UpdateWebhookConfigurationRequest
|
|
3300
|
+
*/
|
|
3301
|
+
export interface DefaultApiV1UpdateWebhookConfigurationRequest {
|
|
3302
|
+
/**
|
|
3303
|
+
*
|
|
3304
|
+
* @type {V1UpdateWebhookConfigurationRequest}
|
|
3305
|
+
* @memberof DefaultApiV1UpdateWebhookConfiguration
|
|
3306
|
+
*/
|
|
3307
|
+
readonly v1UpdateWebhookConfigurationRequest: V1UpdateWebhookConfigurationRequest;
|
|
3308
|
+
}
|
|
3163
3309
|
/**
|
|
3164
3310
|
* DefaultApi - object-oriented interface
|
|
3165
3311
|
* @export
|
|
@@ -3326,6 +3472,14 @@ export declare class DefaultApi extends BaseAPI {
|
|
|
3326
3472
|
* @memberof DefaultApi
|
|
3327
3473
|
*/
|
|
3328
3474
|
v1GetObservationFeatures(requestParameters: DefaultApiV1GetObservationFeaturesRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<V1ObservationFeature[], any>>;
|
|
3475
|
+
/**
|
|
3476
|
+
* Get an observation sequence result for a specific image id.
|
|
3477
|
+
* @param {DefaultApiV1GetObservationSequenceResultRequest} requestParameters Request parameters.
|
|
3478
|
+
* @param {*} [options] Override http request option.
|
|
3479
|
+
* @throws {RequiredError}
|
|
3480
|
+
* @memberof DefaultApi
|
|
3481
|
+
*/
|
|
3482
|
+
v1GetObservationSequenceResult(requestParameters?: DefaultApiV1GetObservationSequenceResultRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<V1ObservationSequenceResult, any>>;
|
|
3329
3483
|
/**
|
|
3330
3484
|
* Get all observation sequence results for a specific target or all for an organization. This response is paginated. It will only return at most 5 at a time. To get the next page, pass in the `created_at` timestamp of the last observation sequence in the current page as the `after` query parameter. Omitting this field uses the current time as the `after` timestamp.
|
|
3331
3485
|
* @param {DefaultApiV1GetObservationSequenceResultsRequest} requestParameters Request parameters.
|
|
@@ -3444,4 +3598,12 @@ export declare class DefaultApi extends BaseAPI {
|
|
|
3444
3598
|
* @memberof DefaultApi
|
|
3445
3599
|
*/
|
|
3446
3600
|
v1UpdateSatelliteTarget(requestParameters: DefaultApiV1UpdateSatelliteTargetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<EmptySuccess, any>>;
|
|
3601
|
+
/**
|
|
3602
|
+
* Update a webhook configuration.
|
|
3603
|
+
* @param {DefaultApiV1UpdateWebhookConfigurationRequest} requestParameters Request parameters.
|
|
3604
|
+
* @param {*} [options] Override http request option.
|
|
3605
|
+
* @throws {RequiredError}
|
|
3606
|
+
* @memberof DefaultApi
|
|
3607
|
+
*/
|
|
3608
|
+
v1UpdateWebhookConfiguration(requestParameters: DefaultApiV1UpdateWebhookConfigurationRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<EmptySuccess, any>>;
|
|
3447
3609
|
}
|
package/dist/api.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* OurSky SDA
|
|
6
6
|
* The basic flow for a new organization is as follows: 1. View the available satellite targets with the [satellite targets](https://api.prod.oursky.ai/docs/sda#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](https://api.prod.oursky.ai/docs/sda#tag/organization-targets/get/v1/organization-targets) endpoint. Use the id copied from above. 3. Create a webhook with the [webhook](https://api.prod.oursky.ai/docs/sda#tag/webhooks/post/v1/communications/webhook) endpoint to receive TDMs automatically (preferred) or use the [tdms](https://api.prod.oursky.ai/docs/sda#tag/tdms/get/v1/tdms) endpoint to poll for TDMs. 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.4675
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -839,6 +839,42 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
839
839
|
options: localVarRequestOptions,
|
|
840
840
|
};
|
|
841
841
|
}),
|
|
842
|
+
/**
|
|
843
|
+
* Get an observation sequence result for a specific image id.
|
|
844
|
+
* @param {string} [observationSequenceResultId]
|
|
845
|
+
* @param {string} [imageId]
|
|
846
|
+
* @param {*} [options] Override http request option.
|
|
847
|
+
* @throws {RequiredError}
|
|
848
|
+
*/
|
|
849
|
+
v1GetObservationSequenceResult: (observationSequenceResultId, imageId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
850
|
+
const localVarPath = `/v1/observation-sequence-result`;
|
|
851
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
852
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
853
|
+
let baseOptions;
|
|
854
|
+
if (configuration) {
|
|
855
|
+
baseOptions = configuration.baseOptions;
|
|
856
|
+
}
|
|
857
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
858
|
+
const localVarHeaderParameter = {};
|
|
859
|
+
const localVarQueryParameter = {};
|
|
860
|
+
// authentication Roles required
|
|
861
|
+
// authentication BearerToken required
|
|
862
|
+
// http bearer authentication required
|
|
863
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
864
|
+
if (observationSequenceResultId !== undefined) {
|
|
865
|
+
localVarQueryParameter['observationSequenceResultId'] = observationSequenceResultId;
|
|
866
|
+
}
|
|
867
|
+
if (imageId !== undefined) {
|
|
868
|
+
localVarQueryParameter['imageId'] = imageId;
|
|
869
|
+
}
|
|
870
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
871
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
872
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
873
|
+
return {
|
|
874
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
875
|
+
options: localVarRequestOptions,
|
|
876
|
+
};
|
|
877
|
+
}),
|
|
842
878
|
/**
|
|
843
879
|
* Get all observation sequence results for a specific target or all for an organization. This response is paginated. It will only return at most 5 at a time. To get the next page, pass in the `created_at` timestamp of the last observation sequence in the current page as the `after` query parameter. Omitting this field uses the current time as the `after` timestamp.
|
|
844
880
|
* @param {string} [targetId]
|
|
@@ -883,10 +919,11 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
883
919
|
* @param {string} [before]
|
|
884
920
|
* @param {string} [searchInstructionId]
|
|
885
921
|
* @param {string} [surveyInstructionId]
|
|
922
|
+
* @param {string} [imageId]
|
|
886
923
|
* @param {*} [options] Override http request option.
|
|
887
924
|
* @throws {RequiredError}
|
|
888
925
|
*/
|
|
889
|
-
v1GetObservationStatuses: (targetId, before, searchInstructionId, surveyInstructionId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
926
|
+
v1GetObservationStatuses: (targetId, before, searchInstructionId, surveyInstructionId, imageId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
890
927
|
const localVarPath = `/v1/observation-statuses`;
|
|
891
928
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
892
929
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -915,6 +952,9 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
915
952
|
if (surveyInstructionId !== undefined) {
|
|
916
953
|
localVarQueryParameter['surveyInstructionId'] = surveyInstructionId;
|
|
917
954
|
}
|
|
955
|
+
if (imageId !== undefined) {
|
|
956
|
+
localVarQueryParameter['imageId'] = imageId;
|
|
957
|
+
}
|
|
918
958
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
919
959
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
920
960
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1399,6 +1439,39 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1399
1439
|
options: localVarRequestOptions,
|
|
1400
1440
|
};
|
|
1401
1441
|
}),
|
|
1442
|
+
/**
|
|
1443
|
+
* Update a webhook configuration.
|
|
1444
|
+
* @param {V1UpdateWebhookConfigurationRequest} v1UpdateWebhookConfigurationRequest
|
|
1445
|
+
* @param {*} [options] Override http request option.
|
|
1446
|
+
* @throws {RequiredError}
|
|
1447
|
+
*/
|
|
1448
|
+
v1UpdateWebhookConfiguration: (v1UpdateWebhookConfigurationRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1449
|
+
// verify required parameter 'v1UpdateWebhookConfigurationRequest' is not null or undefined
|
|
1450
|
+
(0, common_1.assertParamExists)('v1UpdateWebhookConfiguration', 'v1UpdateWebhookConfigurationRequest', v1UpdateWebhookConfigurationRequest);
|
|
1451
|
+
const localVarPath = `/v1/communications/webhook`;
|
|
1452
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1453
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1454
|
+
let baseOptions;
|
|
1455
|
+
if (configuration) {
|
|
1456
|
+
baseOptions = configuration.baseOptions;
|
|
1457
|
+
}
|
|
1458
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
|
|
1459
|
+
const localVarHeaderParameter = {};
|
|
1460
|
+
const localVarQueryParameter = {};
|
|
1461
|
+
// authentication Roles required
|
|
1462
|
+
// authentication BearerToken required
|
|
1463
|
+
// http bearer authentication required
|
|
1464
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1465
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1466
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1467
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1468
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1469
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(v1UpdateWebhookConfigurationRequest, localVarRequestOptions, configuration);
|
|
1470
|
+
return {
|
|
1471
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
1472
|
+
options: localVarRequestOptions,
|
|
1473
|
+
};
|
|
1474
|
+
}),
|
|
1402
1475
|
};
|
|
1403
1476
|
};
|
|
1404
1477
|
exports.DefaultApiAxiosParamCreator = DefaultApiAxiosParamCreator;
|
|
@@ -1648,6 +1721,19 @@ const DefaultApiFp = function (configuration) {
|
|
|
1648
1721
|
return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
|
|
1649
1722
|
});
|
|
1650
1723
|
},
|
|
1724
|
+
/**
|
|
1725
|
+
* Get an observation sequence result for a specific image id.
|
|
1726
|
+
* @param {string} [observationSequenceResultId]
|
|
1727
|
+
* @param {string} [imageId]
|
|
1728
|
+
* @param {*} [options] Override http request option.
|
|
1729
|
+
* @throws {RequiredError}
|
|
1730
|
+
*/
|
|
1731
|
+
v1GetObservationSequenceResult(observationSequenceResultId, imageId, options) {
|
|
1732
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1733
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetObservationSequenceResult(observationSequenceResultId, imageId, options);
|
|
1734
|
+
return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
|
|
1735
|
+
});
|
|
1736
|
+
},
|
|
1651
1737
|
/**
|
|
1652
1738
|
* Get all observation sequence results for a specific target or all for an organization. This response is paginated. It will only return at most 5 at a time. To get the next page, pass in the `created_at` timestamp of the last observation sequence in the current page as the `after` query parameter. Omitting this field uses the current time as the `after` timestamp.
|
|
1653
1739
|
* @param {string} [targetId]
|
|
@@ -1667,12 +1753,13 @@ const DefaultApiFp = function (configuration) {
|
|
|
1667
1753
|
* @param {string} [before]
|
|
1668
1754
|
* @param {string} [searchInstructionId]
|
|
1669
1755
|
* @param {string} [surveyInstructionId]
|
|
1756
|
+
* @param {string} [imageId]
|
|
1670
1757
|
* @param {*} [options] Override http request option.
|
|
1671
1758
|
* @throws {RequiredError}
|
|
1672
1759
|
*/
|
|
1673
|
-
v1GetObservationStatuses(targetId, before, searchInstructionId, surveyInstructionId, options) {
|
|
1760
|
+
v1GetObservationStatuses(targetId, before, searchInstructionId, surveyInstructionId, imageId, options) {
|
|
1674
1761
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1675
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetObservationStatuses(targetId, before, searchInstructionId, surveyInstructionId, options);
|
|
1762
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetObservationStatuses(targetId, before, searchInstructionId, surveyInstructionId, imageId, options);
|
|
1676
1763
|
return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
|
|
1677
1764
|
});
|
|
1678
1765
|
},
|
|
@@ -1841,6 +1928,18 @@ const DefaultApiFp = function (configuration) {
|
|
|
1841
1928
|
return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
|
|
1842
1929
|
});
|
|
1843
1930
|
},
|
|
1931
|
+
/**
|
|
1932
|
+
* Update a webhook configuration.
|
|
1933
|
+
* @param {V1UpdateWebhookConfigurationRequest} v1UpdateWebhookConfigurationRequest
|
|
1934
|
+
* @param {*} [options] Override http request option.
|
|
1935
|
+
* @throws {RequiredError}
|
|
1936
|
+
*/
|
|
1937
|
+
v1UpdateWebhookConfiguration(v1UpdateWebhookConfigurationRequest, options) {
|
|
1938
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1939
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1UpdateWebhookConfiguration(v1UpdateWebhookConfigurationRequest, options);
|
|
1940
|
+
return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
|
|
1941
|
+
});
|
|
1942
|
+
},
|
|
1844
1943
|
};
|
|
1845
1944
|
};
|
|
1846
1945
|
exports.DefaultApiFp = DefaultApiFp;
|
|
@@ -2030,6 +2129,15 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
2030
2129
|
v1GetObservationFeatures(requestParameters, options) {
|
|
2031
2130
|
return localVarFp.v1GetObservationFeatures(requestParameters.imageId, options).then((request) => request(axios, basePath));
|
|
2032
2131
|
},
|
|
2132
|
+
/**
|
|
2133
|
+
* Get an observation sequence result for a specific image id.
|
|
2134
|
+
* @param {DefaultApiV1GetObservationSequenceResultRequest} requestParameters Request parameters.
|
|
2135
|
+
* @param {*} [options] Override http request option.
|
|
2136
|
+
* @throws {RequiredError}
|
|
2137
|
+
*/
|
|
2138
|
+
v1GetObservationSequenceResult(requestParameters = {}, options) {
|
|
2139
|
+
return localVarFp.v1GetObservationSequenceResult(requestParameters.observationSequenceResultId, requestParameters.imageId, options).then((request) => request(axios, basePath));
|
|
2140
|
+
},
|
|
2033
2141
|
/**
|
|
2034
2142
|
* Get all observation sequence results for a specific target or all for an organization. This response is paginated. It will only return at most 5 at a time. To get the next page, pass in the `created_at` timestamp of the last observation sequence in the current page as the `after` query parameter. Omitting this field uses the current time as the `after` timestamp.
|
|
2035
2143
|
* @param {DefaultApiV1GetObservationSequenceResultsRequest} requestParameters Request parameters.
|
|
@@ -2046,7 +2154,7 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
2046
2154
|
* @throws {RequiredError}
|
|
2047
2155
|
*/
|
|
2048
2156
|
v1GetObservationStatuses(requestParameters = {}, options) {
|
|
2049
|
-
return localVarFp.v1GetObservationStatuses(requestParameters.targetId, requestParameters.before, requestParameters.searchInstructionId, requestParameters.surveyInstructionId, options).then((request) => request(axios, basePath));
|
|
2157
|
+
return localVarFp.v1GetObservationStatuses(requestParameters.targetId, requestParameters.before, requestParameters.searchInstructionId, requestParameters.surveyInstructionId, requestParameters.imageId, options).then((request) => request(axios, basePath));
|
|
2050
2158
|
},
|
|
2051
2159
|
/**
|
|
2052
2160
|
* Get potential observation windows for all satellites of your organization across the network from now until the `until` datetime
|
|
@@ -2163,6 +2271,15 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
2163
2271
|
v1UpdateSatelliteTarget(requestParameters, options) {
|
|
2164
2272
|
return localVarFp.v1UpdateSatelliteTarget(requestParameters.v1UpdateSatelliteTargetRequest, options).then((request) => request(axios, basePath));
|
|
2165
2273
|
},
|
|
2274
|
+
/**
|
|
2275
|
+
* Update a webhook configuration.
|
|
2276
|
+
* @param {DefaultApiV1UpdateWebhookConfigurationRequest} requestParameters Request parameters.
|
|
2277
|
+
* @param {*} [options] Override http request option.
|
|
2278
|
+
* @throws {RequiredError}
|
|
2279
|
+
*/
|
|
2280
|
+
v1UpdateWebhookConfiguration(requestParameters, options) {
|
|
2281
|
+
return localVarFp.v1UpdateWebhookConfiguration(requestParameters.v1UpdateWebhookConfigurationRequest, options).then((request) => request(axios, basePath));
|
|
2282
|
+
},
|
|
2166
2283
|
};
|
|
2167
2284
|
};
|
|
2168
2285
|
exports.DefaultApiFactory = DefaultApiFactory;
|
|
@@ -2372,6 +2489,16 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
2372
2489
|
v1GetObservationFeatures(requestParameters, options) {
|
|
2373
2490
|
return (0, exports.DefaultApiFp)(this.configuration).v1GetObservationFeatures(requestParameters.imageId, options).then((request) => request(this.axios, this.basePath));
|
|
2374
2491
|
}
|
|
2492
|
+
/**
|
|
2493
|
+
* Get an observation sequence result for a specific image id.
|
|
2494
|
+
* @param {DefaultApiV1GetObservationSequenceResultRequest} requestParameters Request parameters.
|
|
2495
|
+
* @param {*} [options] Override http request option.
|
|
2496
|
+
* @throws {RequiredError}
|
|
2497
|
+
* @memberof DefaultApi
|
|
2498
|
+
*/
|
|
2499
|
+
v1GetObservationSequenceResult(requestParameters = {}, options) {
|
|
2500
|
+
return (0, exports.DefaultApiFp)(this.configuration).v1GetObservationSequenceResult(requestParameters.observationSequenceResultId, requestParameters.imageId, options).then((request) => request(this.axios, this.basePath));
|
|
2501
|
+
}
|
|
2375
2502
|
/**
|
|
2376
2503
|
* Get all observation sequence results for a specific target or all for an organization. This response is paginated. It will only return at most 5 at a time. To get the next page, pass in the `created_at` timestamp of the last observation sequence in the current page as the `after` query parameter. Omitting this field uses the current time as the `after` timestamp.
|
|
2377
2504
|
* @param {DefaultApiV1GetObservationSequenceResultsRequest} requestParameters Request parameters.
|
|
@@ -2390,7 +2517,7 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
2390
2517
|
* @memberof DefaultApi
|
|
2391
2518
|
*/
|
|
2392
2519
|
v1GetObservationStatuses(requestParameters = {}, options) {
|
|
2393
|
-
return (0, exports.DefaultApiFp)(this.configuration).v1GetObservationStatuses(requestParameters.targetId, requestParameters.before, requestParameters.searchInstructionId, requestParameters.surveyInstructionId, options).then((request) => request(this.axios, this.basePath));
|
|
2520
|
+
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));
|
|
2394
2521
|
}
|
|
2395
2522
|
/**
|
|
2396
2523
|
* Get potential observation windows for all satellites of your organization across the network from now until the `until` datetime
|
|
@@ -2520,5 +2647,15 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
2520
2647
|
v1UpdateSatelliteTarget(requestParameters, options) {
|
|
2521
2648
|
return (0, exports.DefaultApiFp)(this.configuration).v1UpdateSatelliteTarget(requestParameters.v1UpdateSatelliteTargetRequest, options).then((request) => request(this.axios, this.basePath));
|
|
2522
2649
|
}
|
|
2650
|
+
/**
|
|
2651
|
+
* Update a webhook configuration.
|
|
2652
|
+
* @param {DefaultApiV1UpdateWebhookConfigurationRequest} requestParameters Request parameters.
|
|
2653
|
+
* @param {*} [options] Override http request option.
|
|
2654
|
+
* @throws {RequiredError}
|
|
2655
|
+
* @memberof DefaultApi
|
|
2656
|
+
*/
|
|
2657
|
+
v1UpdateWebhookConfiguration(requestParameters, options) {
|
|
2658
|
+
return (0, exports.DefaultApiFp)(this.configuration).v1UpdateWebhookConfiguration(requestParameters.v1UpdateWebhookConfigurationRequest, options).then((request) => request(this.axios, this.basePath));
|
|
2659
|
+
}
|
|
2523
2660
|
}
|
|
2524
2661
|
exports.DefaultApi = DefaultApi;
|
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](https://api.prod.oursky.ai/docs/sda#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](https://api.prod.oursky.ai/docs/sda#tag/organization-targets/get/v1/organization-targets) endpoint. Use the id copied from above. 3. Create a webhook with the [webhook](https://api.prod.oursky.ai/docs/sda#tag/webhooks/post/v1/communications/webhook) endpoint to receive TDMs automatically (preferred) or use the [tdms](https://api.prod.oursky.ai/docs/sda#tag/tdms/get/v1/tdms) endpoint to poll for TDMs. 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.4675
|
|
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](https://api.prod.oursky.ai/docs/sda#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](https://api.prod.oursky.ai/docs/sda#tag/organization-targets/get/v1/organization-targets) endpoint. Use the id copied from above. 3. Create a webhook with the [webhook](https://api.prod.oursky.ai/docs/sda#tag/webhooks/post/v1/communications/webhook) endpoint to receive TDMs automatically (preferred) or use the [tdms](https://api.prod.oursky.ai/docs/sda#tag/tdms/get/v1/tdms) endpoint to poll for TDMs. 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.4675
|
|
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](https://api.prod.oursky.ai/docs/sda#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](https://api.prod.oursky.ai/docs/sda#tag/organization-targets/get/v1/organization-targets) endpoint. Use the id copied from above. 3. Create a webhook with the [webhook](https://api.prod.oursky.ai/docs/sda#tag/webhooks/post/v1/communications/webhook) endpoint to receive TDMs automatically (preferred) or use the [tdms](https://api.prod.oursky.ai/docs/sda#tag/tdms/get/v1/tdms) endpoint to poll for TDMs. 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.4675
|
|
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](https://api.prod.oursky.ai/docs/sda#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](https://api.prod.oursky.ai/docs/sda#tag/organization-targets/get/v1/organization-targets) endpoint. Use the id copied from above. 3. Create a webhook with the [webhook](https://api.prod.oursky.ai/docs/sda#tag/webhooks/post/v1/communications/webhook) endpoint to receive TDMs automatically (preferred) or use the [tdms](https://api.prod.oursky.ai/docs/sda#tag/tdms/get/v1/tdms) endpoint to poll for TDMs. 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.4675
|
|
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](https://api.prod.oursky.ai/docs/sda#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](https://api.prod.oursky.ai/docs/sda#tag/organization-targets/get/v1/organization-targets) endpoint. Use the id copied from above. 3. Create a webhook with the [webhook](https://api.prod.oursky.ai/docs/sda#tag/webhooks/post/v1/communications/webhook) endpoint to receive TDMs automatically (preferred) or use the [tdms](https://api.prod.oursky.ai/docs/sda#tag/tdms/get/v1/tdms) endpoint to poll for TDMs. 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.4675
|
|
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](https://api.prod.oursky.ai/docs/sda#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](https://api.prod.oursky.ai/docs/sda#tag/organization-targets/get/v1/organization-targets) endpoint. Use the id copied from above. 3. Create a webhook with the [webhook](https://api.prod.oursky.ai/docs/sda#tag/webhooks/post/v1/communications/webhook) endpoint to receive TDMs automatically (preferred) or use the [tdms](https://api.prod.oursky.ai/docs/sda#tag/tdms/get/v1/tdms) endpoint to poll for TDMs. 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.4675
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|