@ourskyai/sda-api 1.3.8815 → 1.4.118
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +90 -0
- package/.openapi-generator/VERSION +1 -1
- package/README.md +180 -4
- package/api.ts +1188 -2831
- package/base.ts +14 -24
- package/common.ts +20 -44
- package/configuration.ts +37 -17
- package/dist/api.d.ts +662 -2682
- package/dist/api.js +783 -298
- package/dist/base.d.ts +11 -23
- package/dist/base.js +5 -18
- package/dist/common.d.ts +6 -37
- package/dist/common.js +18 -40
- package/dist/configuration.d.ts +30 -15
- package/dist/configuration.js +5 -3
- package/dist/esm/api.d.ts +662 -2682
- package/dist/esm/api.js +783 -298
- package/dist/esm/base.d.ts +11 -23
- package/dist/esm/base.js +4 -17
- package/dist/esm/common.d.ts +6 -37
- package/dist/esm/common.js +16 -39
- package/dist/esm/configuration.d.ts +30 -15
- package/dist/esm/configuration.js +5 -3
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/docs/AstrometricOffsets.md +31 -0
- package/docs/DefaultApi.md +3166 -0
- package/docs/EmptySuccess.md +20 -0
- package/docs/FilterType.md +60 -0
- package/docs/FitsHeader.md +22 -0
- package/docs/ImageSetType.md +24 -0
- package/docs/Location.md +25 -0
- package/docs/MountGeometry.md +10 -0
- package/docs/MountType.md +10 -0
- package/docs/ObservationBoundingBox.md +26 -0
- package/docs/ObservationQuality.md +26 -0
- package/docs/ObservationResult.md +57 -0
- package/docs/ObservationState.md +16 -0
- package/docs/OrbitType.md +42 -0
- package/docs/SatelliteTargetTrackingStatus.md +12 -0
- package/docs/SearchCompletedReason.md +17 -0
- package/docs/ShutterType.md +10 -0
- package/docs/SuccessfulCreate.md +20 -0
- package/docs/SuccessfulDelete.md +20 -0
- package/docs/TrackingType.md +12 -0
- package/docs/V1AllSkyPredictionLabel.md +16 -0
- package/docs/V1BlackoutVolumeRequest.md +23 -0
- package/docs/V1CreateDirectTaskInstructionRequest.md +28 -0
- package/docs/V1CreateImageMetadataRequest.md +26 -0
- package/docs/V1CreateImageSetImageRequest.md +32 -0
- package/docs/V1CreateImageSetImageResponse.md +23 -0
- package/docs/V1CreateImageSetRequest.md +28 -0
- package/docs/V1CreateOrganizationTargetRequest.md +26 -0
- package/docs/V1CreateSatelliteTargetRequest.md +32 -0
- package/docs/V1CreateSearchInstructionRequest.md +24 -0
- package/docs/V1CreateSurveyInstructionRequest.md +24 -0
- package/docs/V1CreateWebhookConfigurationRequest.md +28 -0
- package/docs/V1CreateWebhookTestRequest.md +20 -0
- package/docs/V1GetSatelliteTargetsResponse.md +20 -0
- package/docs/V1GroundStationParticipant.md +52 -0
- package/docs/V1HFRStar.md +25 -0
- package/docs/V1ImageFileType.md +10 -0
- package/docs/V1ImageMetadata.md +32 -0
- package/docs/V1ImageRejectionReason.md +64 -0
- package/docs/V1ImageSet.md +43 -0
- package/docs/V1ImageSetImage.md +77 -0
- package/docs/V1MatchedStar.md +39 -0
- package/docs/V1NodeCalibrationResult.md +48 -0
- package/docs/V1ObservationFeature.md +39 -0
- package/docs/V1ObservationSequenceResult.md +37 -0
- package/docs/V1ObservationSequenceResultImageSetsInner.md +28 -0
- package/docs/V1ObservationStatus.md +56 -0
- package/docs/V1ObservationWeather.md +22 -0
- package/docs/V1ObservedWeather.md +23 -0
- package/docs/V1ObserverLocation.md +24 -0
- package/docs/V1OrganizationTarget.md +32 -0
- package/docs/V1PassStage.md +12 -0
- package/docs/V1PixelCoordinates.md +23 -0
- package/docs/V1PlaneScanRequest.md +25 -0
- package/docs/V1PlateSolveResult.md +40 -0
- package/docs/V1PlateSolveStatus.md +12 -0
- package/docs/V1Point.md +25 -0
- package/docs/V1PredictedStreakLocation.md +26 -0
- package/docs/V1PredictedWeather.md +21 -0
- package/docs/V1PutOrbitProviderTLERequest.md +33 -0
- package/docs/V1ResolvedImageMetadata.md +52 -0
- package/docs/V1ResolvedImageObservation.md +37 -0
- package/docs/V1ResolvedImagePair.md +41 -0
- package/docs/V1ResolvedImageSet.md +25 -0
- package/docs/V1RicVolumeSearchRequest.md +29 -0
- package/docs/V1SIPCoefficients.md +40 -0
- package/docs/V1SatelliteCalibrationFamily.md +12 -0
- package/docs/V1SatellitePotential.md +37 -0
- package/docs/V1SatelliteTarget.md +83 -0
- package/docs/V1SearchInstruction.md +29 -0
- package/docs/V1SearchInstructionStep.md +27 -0
- package/docs/V1SharpeningMethod.md +10 -0
- package/docs/V1StateVector.md +43 -0
- package/docs/V1SurveyInstruction.md +28 -0
- package/docs/V1SurveyInstructionStep.md +33 -0
- package/docs/V1TargetCorrelation.md +31 -0
- package/docs/V1Tdm.md +35 -0
- package/docs/V1TimeTaggedRaDec.md +28 -0
- package/docs/V1Track.md +24 -0
- package/docs/V1Transformation.md +77 -0
- package/docs/V1UpdateEmailConfigurationRequest.md +20 -0
- package/docs/V1UpdateOrganizationTargetRequest.md +24 -0
- package/docs/V1UpdateSatelliteTargetRequest.md +34 -0
- package/docs/V1UpdateWebhookConfigurationRequest.md +22 -0
- package/docs/V1WebhookConfiguration.md +34 -0
- package/docs/V1WebhookLog.md +30 -0
- package/docs/V2Search.md +29 -0
- package/docs/WeatherCondition.md +20 -0
- package/docs/WebhookAuthType.md +13 -0
- package/docs/WebhookEvent.md +35 -0
- package/index.ts +1 -1
- package/package.json +4 -4
package/.openapi-generator/FILES
CHANGED
|
@@ -6,6 +6,96 @@ api.ts
|
|
|
6
6
|
base.ts
|
|
7
7
|
common.ts
|
|
8
8
|
configuration.ts
|
|
9
|
+
docs/AstrometricOffsets.md
|
|
10
|
+
docs/DefaultApi.md
|
|
11
|
+
docs/EmptySuccess.md
|
|
12
|
+
docs/FilterType.md
|
|
13
|
+
docs/FitsHeader.md
|
|
14
|
+
docs/ImageSetType.md
|
|
15
|
+
docs/Location.md
|
|
16
|
+
docs/MountGeometry.md
|
|
17
|
+
docs/MountType.md
|
|
18
|
+
docs/ObservationBoundingBox.md
|
|
19
|
+
docs/ObservationQuality.md
|
|
20
|
+
docs/ObservationResult.md
|
|
21
|
+
docs/ObservationState.md
|
|
22
|
+
docs/OrbitType.md
|
|
23
|
+
docs/SatelliteTargetTrackingStatus.md
|
|
24
|
+
docs/SearchCompletedReason.md
|
|
25
|
+
docs/ShutterType.md
|
|
26
|
+
docs/SuccessfulCreate.md
|
|
27
|
+
docs/SuccessfulDelete.md
|
|
28
|
+
docs/TrackingType.md
|
|
29
|
+
docs/V1AllSkyPredictionLabel.md
|
|
30
|
+
docs/V1BlackoutVolumeRequest.md
|
|
31
|
+
docs/V1CreateDirectTaskInstructionRequest.md
|
|
32
|
+
docs/V1CreateImageMetadataRequest.md
|
|
33
|
+
docs/V1CreateImageSetImageRequest.md
|
|
34
|
+
docs/V1CreateImageSetImageResponse.md
|
|
35
|
+
docs/V1CreateImageSetRequest.md
|
|
36
|
+
docs/V1CreateOrganizationTargetRequest.md
|
|
37
|
+
docs/V1CreateSatelliteTargetRequest.md
|
|
38
|
+
docs/V1CreateSearchInstructionRequest.md
|
|
39
|
+
docs/V1CreateSurveyInstructionRequest.md
|
|
40
|
+
docs/V1CreateWebhookConfigurationRequest.md
|
|
41
|
+
docs/V1CreateWebhookTestRequest.md
|
|
42
|
+
docs/V1GetSatelliteTargetsResponse.md
|
|
43
|
+
docs/V1GroundStationParticipant.md
|
|
44
|
+
docs/V1HFRStar.md
|
|
45
|
+
docs/V1ImageFileType.md
|
|
46
|
+
docs/V1ImageMetadata.md
|
|
47
|
+
docs/V1ImageRejectionReason.md
|
|
48
|
+
docs/V1ImageSet.md
|
|
49
|
+
docs/V1ImageSetImage.md
|
|
50
|
+
docs/V1MatchedStar.md
|
|
51
|
+
docs/V1NodeCalibrationResult.md
|
|
52
|
+
docs/V1ObservationFeature.md
|
|
53
|
+
docs/V1ObservationSequenceResult.md
|
|
54
|
+
docs/V1ObservationSequenceResultImageSetsInner.md
|
|
55
|
+
docs/V1ObservationStatus.md
|
|
56
|
+
docs/V1ObservationWeather.md
|
|
57
|
+
docs/V1ObservedWeather.md
|
|
58
|
+
docs/V1ObserverLocation.md
|
|
59
|
+
docs/V1OrganizationTarget.md
|
|
60
|
+
docs/V1PassStage.md
|
|
61
|
+
docs/V1PixelCoordinates.md
|
|
62
|
+
docs/V1PlaneScanRequest.md
|
|
63
|
+
docs/V1PlateSolveResult.md
|
|
64
|
+
docs/V1PlateSolveStatus.md
|
|
65
|
+
docs/V1Point.md
|
|
66
|
+
docs/V1PredictedStreakLocation.md
|
|
67
|
+
docs/V1PredictedWeather.md
|
|
68
|
+
docs/V1PutOrbitProviderTLERequest.md
|
|
69
|
+
docs/V1ResolvedImageMetadata.md
|
|
70
|
+
docs/V1ResolvedImageObservation.md
|
|
71
|
+
docs/V1ResolvedImagePair.md
|
|
72
|
+
docs/V1ResolvedImageSet.md
|
|
73
|
+
docs/V1RicVolumeSearchRequest.md
|
|
74
|
+
docs/V1SIPCoefficients.md
|
|
75
|
+
docs/V1SatelliteCalibrationFamily.md
|
|
76
|
+
docs/V1SatellitePotential.md
|
|
77
|
+
docs/V1SatelliteTarget.md
|
|
78
|
+
docs/V1SearchInstruction.md
|
|
79
|
+
docs/V1SearchInstructionStep.md
|
|
80
|
+
docs/V1SharpeningMethod.md
|
|
81
|
+
docs/V1StateVector.md
|
|
82
|
+
docs/V1SurveyInstruction.md
|
|
83
|
+
docs/V1SurveyInstructionStep.md
|
|
84
|
+
docs/V1TargetCorrelation.md
|
|
85
|
+
docs/V1Tdm.md
|
|
86
|
+
docs/V1TimeTaggedRaDec.md
|
|
87
|
+
docs/V1Track.md
|
|
88
|
+
docs/V1Transformation.md
|
|
89
|
+
docs/V1UpdateEmailConfigurationRequest.md
|
|
90
|
+
docs/V1UpdateOrganizationTargetRequest.md
|
|
91
|
+
docs/V1UpdateSatelliteTargetRequest.md
|
|
92
|
+
docs/V1UpdateWebhookConfigurationRequest.md
|
|
93
|
+
docs/V1WebhookConfiguration.md
|
|
94
|
+
docs/V1WebhookLog.md
|
|
95
|
+
docs/V2Search.md
|
|
96
|
+
docs/WeatherCondition.md
|
|
97
|
+
docs/WebhookAuthType.md
|
|
98
|
+
docs/WebhookEvent.md
|
|
9
99
|
git_push.sh
|
|
10
100
|
index.ts
|
|
11
101
|
package.json
|
|
@@ -1 +1 @@
|
|
|
1
|
-
7.0
|
|
1
|
+
7.19.0
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @ourskyai/sda-api@1.
|
|
1
|
+
## @ourskyai/sda-api@1.4.118
|
|
2
2
|
|
|
3
3
|
This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
|
|
4
4
|
|
|
@@ -15,7 +15,7 @@ Module system
|
|
|
15
15
|
* CommonJS
|
|
16
16
|
* ES6 module system
|
|
17
17
|
|
|
18
|
-
It can be used in both TypeScript and JavaScript. In TypeScript, the definition
|
|
18
|
+
It can be used in both TypeScript and JavaScript. In TypeScript, the definition will be automatically resolved via `package.json`. ([Reference](https://www.typescriptlang.org/docs/handbook/declaration-files/consumption.html))
|
|
19
19
|
|
|
20
20
|
### Building
|
|
21
21
|
|
|
@@ -27,7 +27,7 @@ npm run build
|
|
|
27
27
|
|
|
28
28
|
### Publishing
|
|
29
29
|
|
|
30
|
-
First build the package then run
|
|
30
|
+
First build the package then run `npm publish`
|
|
31
31
|
|
|
32
32
|
### Consuming
|
|
33
33
|
|
|
@@ -36,10 +36,186 @@ navigate to the folder of your consuming project and run one of the following co
|
|
|
36
36
|
_published:_
|
|
37
37
|
|
|
38
38
|
```
|
|
39
|
-
npm install @ourskyai/sda-api@1.
|
|
39
|
+
npm install @ourskyai/sda-api@1.4.118 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
|
43
43
|
|
|
44
44
|
```
|
|
45
45
|
npm install PATH_TO_GENERATED_PACKAGE --save
|
|
46
|
+
```
|
|
47
|
+
|
|
48
|
+
### Documentation for API Endpoints
|
|
49
|
+
|
|
50
|
+
All URIs are relative to *https://api.prod.oursky.ai*
|
|
51
|
+
|
|
52
|
+
Class | Method | HTTP request | Description
|
|
53
|
+
------------ | ------------- | ------------- | -------------
|
|
54
|
+
*DefaultApi* | [**getUncorrelatedTracks**](docs/DefaultApi.md#getuncorrelatedtracks) | **GET** /v1/uncorrelated-tracks | Get uncorrelated tracks collected by the network.
|
|
55
|
+
*DefaultApi* | [**v1CreateBlackoutVolume**](docs/DefaultApi.md#v1createblackoutvolume) | **POST** /v2/search/blackout-volume |
|
|
56
|
+
*DefaultApi* | [**v1CreateDirectTaskInstruction**](docs/DefaultApi.md#v1createdirecttaskinstruction) | **POST** /v1/direct-task-instruction |
|
|
57
|
+
*DefaultApi* | [**v1CreateImageMetadata**](docs/DefaultApi.md#v1createimagemetadata) | **POST** /v1/image-metadata |
|
|
58
|
+
*DefaultApi* | [**v1CreateImageSet**](docs/DefaultApi.md#v1createimageset) | **POST** /v1/image-set |
|
|
59
|
+
*DefaultApi* | [**v1CreateImageSetImage**](docs/DefaultApi.md#v1createimagesetimage) | **POST** /v1/image-set-image |
|
|
60
|
+
*DefaultApi* | [**v1CreateOrganizationTarget**](docs/DefaultApi.md#v1createorganizationtarget) | **POST** /v1/organization-target |
|
|
61
|
+
*DefaultApi* | [**v1CreateSatelliteTarget**](docs/DefaultApi.md#v1createsatellitetarget) | **POST** /v1/satellite-target |
|
|
62
|
+
*DefaultApi* | [**v1CreateSearchInstruction**](docs/DefaultApi.md#v1createsearchinstruction) | **POST** /v1/search-instruction |
|
|
63
|
+
*DefaultApi* | [**v1CreateSurveyInstruction**](docs/DefaultApi.md#v1createsurveyinstruction) | **POST** /v1/survey-instruction |
|
|
64
|
+
*DefaultApi* | [**v1CreateWebhookConfiguration**](docs/DefaultApi.md#v1createwebhookconfiguration) | **POST** /v1/communications/webhook |
|
|
65
|
+
*DefaultApi* | [**v1CreateWebhookTest**](docs/DefaultApi.md#v1createwebhooktest) | **POST** /v1/communications/webhook-test |
|
|
66
|
+
*DefaultApi* | [**v1DeleteBlackoutVolume**](docs/DefaultApi.md#v1deleteblackoutvolume) | **DELETE** /v2/search/blackout-volume |
|
|
67
|
+
*DefaultApi* | [**v1DeleteDirectTaskInstruction**](docs/DefaultApi.md#v1deletedirecttaskinstruction) | **DELETE** /v1/direct-task-instruction |
|
|
68
|
+
*DefaultApi* | [**v1DeleteImageSet**](docs/DefaultApi.md#v1deleteimageset) | **DELETE** /v1/image-set |
|
|
69
|
+
*DefaultApi* | [**v1DeleteImageSetImage**](docs/DefaultApi.md#v1deleteimagesetimage) | **DELETE** /v1/image-set-image |
|
|
70
|
+
*DefaultApi* | [**v1DeleteOrganizationTarget**](docs/DefaultApi.md#v1deleteorganizationtarget) | **DELETE** /v1/organization-target |
|
|
71
|
+
*DefaultApi* | [**v1DeleteSearchInstruction**](docs/DefaultApi.md#v1deletesearchinstruction) | **DELETE** /v1/search-instruction |
|
|
72
|
+
*DefaultApi* | [**v1DeleteSurveyInstruction**](docs/DefaultApi.md#v1deletesurveyinstruction) | **DELETE** /v1/survey-instruction |
|
|
73
|
+
*DefaultApi* | [**v1DeleteWebhookConfiguration**](docs/DefaultApi.md#v1deletewebhookconfiguration) | **DELETE** /v1/communications/webhook |
|
|
74
|
+
*DefaultApi* | [**v1GetImageMetadata**](docs/DefaultApi.md#v1getimagemetadata) | **GET** /v1/image-metadata |
|
|
75
|
+
*DefaultApi* | [**v1GetImageSet**](docs/DefaultApi.md#v1getimageset) | **GET** /v1/image-set |
|
|
76
|
+
*DefaultApi* | [**v1GetImageSetImage**](docs/DefaultApi.md#v1getimagesetimage) | **GET** /v1/image-set-image |
|
|
77
|
+
*DefaultApi* | [**v1GetImageSetImages**](docs/DefaultApi.md#v1getimagesetimages) | **GET** /v1/image-set-images |
|
|
78
|
+
*DefaultApi* | [**v1GetImageSets**](docs/DefaultApi.md#v1getimagesets) | **GET** /v1/image-sets |
|
|
79
|
+
*DefaultApi* | [**v1GetNodeProperties**](docs/DefaultApi.md#v1getnodeproperties) | **GET** /v1/node-properties |
|
|
80
|
+
*DefaultApi* | [**v1GetNodeSatelliteCalibrations**](docs/DefaultApi.md#v1getnodesatellitecalibrations) | **GET** /v1/satellite-calibrations |
|
|
81
|
+
*DefaultApi* | [**v1GetObservationFeatures**](docs/DefaultApi.md#v1getobservationfeatures) | **GET** /v1/observation-features |
|
|
82
|
+
*DefaultApi* | [**v1GetObservationSequenceResult**](docs/DefaultApi.md#v1getobservationsequenceresult) | **GET** /v1/observation-sequence-result |
|
|
83
|
+
*DefaultApi* | [**v1GetObservationSequenceResults**](docs/DefaultApi.md#v1getobservationsequenceresults) | **GET** /v1/observation-sequence-results |
|
|
84
|
+
*DefaultApi* | [**v1GetObservationStatuses**](docs/DefaultApi.md#v1getobservationstatuses) | **GET** /v1/observation-statuses |
|
|
85
|
+
*DefaultApi* | [**v1GetOrganizationSatellitePotentials**](docs/DefaultApi.md#v1getorganizationsatellitepotentials) | **GET** /v1/organization-target-potentials |
|
|
86
|
+
*DefaultApi* | [**v1GetOrganizationTarget**](docs/DefaultApi.md#v1getorganizationtarget) | **GET** /v1/organization-target |
|
|
87
|
+
*DefaultApi* | [**v1GetOrganizationTargets**](docs/DefaultApi.md#v1getorganizationtargets) | **GET** /v1/organization-targets |
|
|
88
|
+
*DefaultApi* | [**v1GetResolvedImageMetadata**](docs/DefaultApi.md#v1getresolvedimagemetadata) | **GET** /v1/resolved-image-metadata |
|
|
89
|
+
*DefaultApi* | [**v1GetResolvedImageObservations**](docs/DefaultApi.md#v1getresolvedimageobservations) | **GET** /v1/resolved-image-observations |
|
|
90
|
+
*DefaultApi* | [**v1GetResolvedImagePair**](docs/DefaultApi.md#v1getresolvedimagepair) | **GET** /v1/resolved-image-pair |
|
|
91
|
+
*DefaultApi* | [**v1GetResolvedImageSet**](docs/DefaultApi.md#v1getresolvedimageset) | **GET** /v1/resolved-image-set |
|
|
92
|
+
*DefaultApi* | [**v1GetSatellitePotentials**](docs/DefaultApi.md#v1getsatellitepotentials) | **GET** /v1/satellite-target-potentials |
|
|
93
|
+
*DefaultApi* | [**v1GetSatelliteTarget**](docs/DefaultApi.md#v1getsatellitetarget) | **GET** /v1/satellite-target |
|
|
94
|
+
*DefaultApi* | [**v1GetSatelliteTargets**](docs/DefaultApi.md#v1getsatellitetargets) | **GET** /v1/satellite-targets |
|
|
95
|
+
*DefaultApi* | [**v1GetSearchInstructions**](docs/DefaultApi.md#v1getsearchinstructions) | **GET** /v1/search-instructions |
|
|
96
|
+
*DefaultApi* | [**v1GetStateVectors**](docs/DefaultApi.md#v1getstatevectors) | **GET** /v1/state-vectors |
|
|
97
|
+
*DefaultApi* | [**v1GetSurveyInstructions**](docs/DefaultApi.md#v1getsurveyinstructions) | **GET** /v1/survey-instructions |
|
|
98
|
+
*DefaultApi* | [**v1GetTdm**](docs/DefaultApi.md#v1gettdm) | **GET** /v1/tdm |
|
|
99
|
+
*DefaultApi* | [**v1GetTdms**](docs/DefaultApi.md#v1gettdms) | **GET** /v1/tdms |
|
|
100
|
+
*DefaultApi* | [**v1GetWebhookConfigurations**](docs/DefaultApi.md#v1getwebhookconfigurations) | **GET** /v1/communications/webhooks |
|
|
101
|
+
*DefaultApi* | [**v1GetWebhookLogs**](docs/DefaultApi.md#v1getwebhooklogs) | **GET** /v1/communications/webhook-logs |
|
|
102
|
+
*DefaultApi* | [**v1PutOrbitProviderTLEOrbit**](docs/DefaultApi.md#v1putorbitprovidertleorbit) | **PUT** /v1/orbit-provider/tle |
|
|
103
|
+
*DefaultApi* | [**v1UpdateEmailConfiguration**](docs/DefaultApi.md#v1updateemailconfiguration) | **PUT** /v1/communications/email |
|
|
104
|
+
*DefaultApi* | [**v1UpdateOrganizationTarget**](docs/DefaultApi.md#v1updateorganizationtarget) | **PUT** /v1/organization-target |
|
|
105
|
+
*DefaultApi* | [**v1UpdateSatelliteTarget**](docs/DefaultApi.md#v1updatesatellitetarget) | **PUT** /v1/satellite-target |
|
|
106
|
+
*DefaultApi* | [**v1UpdateWebhookConfiguration**](docs/DefaultApi.md#v1updatewebhookconfiguration) | **PUT** /v1/communications/webhook |
|
|
107
|
+
*DefaultApi* | [**v2CreatePlaneScan**](docs/DefaultApi.md#v2createplanescan) | **POST** /v2/search/plane-scan |
|
|
108
|
+
*DefaultApi* | [**v2CreateRicVolumeSearch**](docs/DefaultApi.md#v2createricvolumesearch) | **POST** /v2/search/ric-volumetric |
|
|
109
|
+
*DefaultApi* | [**v2DeletePlaneScan**](docs/DefaultApi.md#v2deleteplanescan) | **DELETE** /v2/search/plane-scan |
|
|
110
|
+
*DefaultApi* | [**v2DeleteRicVolumeSearch**](docs/DefaultApi.md#v2deletericvolumesearch) | **DELETE** /v2/search/ric-volumetric |
|
|
111
|
+
*DefaultApi* | [**v2GetSearch**](docs/DefaultApi.md#v2getsearch) | **GET** /v2/search |
|
|
112
|
+
*DefaultApi* | [**v2GetSearches**](docs/DefaultApi.md#v2getsearches) | **GET** /v2/searches |
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
### Documentation For Models
|
|
116
|
+
|
|
117
|
+
- [AstrometricOffsets](docs/AstrometricOffsets.md)
|
|
118
|
+
- [EmptySuccess](docs/EmptySuccess.md)
|
|
119
|
+
- [FilterType](docs/FilterType.md)
|
|
120
|
+
- [FitsHeader](docs/FitsHeader.md)
|
|
121
|
+
- [ImageSetType](docs/ImageSetType.md)
|
|
122
|
+
- [Location](docs/Location.md)
|
|
123
|
+
- [MountGeometry](docs/MountGeometry.md)
|
|
124
|
+
- [MountType](docs/MountType.md)
|
|
125
|
+
- [ObservationBoundingBox](docs/ObservationBoundingBox.md)
|
|
126
|
+
- [ObservationQuality](docs/ObservationQuality.md)
|
|
127
|
+
- [ObservationResult](docs/ObservationResult.md)
|
|
128
|
+
- [ObservationState](docs/ObservationState.md)
|
|
129
|
+
- [OrbitType](docs/OrbitType.md)
|
|
130
|
+
- [SatelliteTargetTrackingStatus](docs/SatelliteTargetTrackingStatus.md)
|
|
131
|
+
- [SearchCompletedReason](docs/SearchCompletedReason.md)
|
|
132
|
+
- [ShutterType](docs/ShutterType.md)
|
|
133
|
+
- [SuccessfulCreate](docs/SuccessfulCreate.md)
|
|
134
|
+
- [SuccessfulDelete](docs/SuccessfulDelete.md)
|
|
135
|
+
- [TrackingType](docs/TrackingType.md)
|
|
136
|
+
- [V1AllSkyPredictionLabel](docs/V1AllSkyPredictionLabel.md)
|
|
137
|
+
- [V1BlackoutVolumeRequest](docs/V1BlackoutVolumeRequest.md)
|
|
138
|
+
- [V1CreateDirectTaskInstructionRequest](docs/V1CreateDirectTaskInstructionRequest.md)
|
|
139
|
+
- [V1CreateImageMetadataRequest](docs/V1CreateImageMetadataRequest.md)
|
|
140
|
+
- [V1CreateImageSetImageRequest](docs/V1CreateImageSetImageRequest.md)
|
|
141
|
+
- [V1CreateImageSetImageResponse](docs/V1CreateImageSetImageResponse.md)
|
|
142
|
+
- [V1CreateImageSetRequest](docs/V1CreateImageSetRequest.md)
|
|
143
|
+
- [V1CreateOrganizationTargetRequest](docs/V1CreateOrganizationTargetRequest.md)
|
|
144
|
+
- [V1CreateSatelliteTargetRequest](docs/V1CreateSatelliteTargetRequest.md)
|
|
145
|
+
- [V1CreateSearchInstructionRequest](docs/V1CreateSearchInstructionRequest.md)
|
|
146
|
+
- [V1CreateSurveyInstructionRequest](docs/V1CreateSurveyInstructionRequest.md)
|
|
147
|
+
- [V1CreateWebhookConfigurationRequest](docs/V1CreateWebhookConfigurationRequest.md)
|
|
148
|
+
- [V1CreateWebhookTestRequest](docs/V1CreateWebhookTestRequest.md)
|
|
149
|
+
- [V1GetSatelliteTargetsResponse](docs/V1GetSatelliteTargetsResponse.md)
|
|
150
|
+
- [V1GroundStationParticipant](docs/V1GroundStationParticipant.md)
|
|
151
|
+
- [V1HFRStar](docs/V1HFRStar.md)
|
|
152
|
+
- [V1ImageFileType](docs/V1ImageFileType.md)
|
|
153
|
+
- [V1ImageMetadata](docs/V1ImageMetadata.md)
|
|
154
|
+
- [V1ImageRejectionReason](docs/V1ImageRejectionReason.md)
|
|
155
|
+
- [V1ImageSet](docs/V1ImageSet.md)
|
|
156
|
+
- [V1ImageSetImage](docs/V1ImageSetImage.md)
|
|
157
|
+
- [V1MatchedStar](docs/V1MatchedStar.md)
|
|
158
|
+
- [V1NodeCalibrationResult](docs/V1NodeCalibrationResult.md)
|
|
159
|
+
- [V1ObservationFeature](docs/V1ObservationFeature.md)
|
|
160
|
+
- [V1ObservationSequenceResult](docs/V1ObservationSequenceResult.md)
|
|
161
|
+
- [V1ObservationSequenceResultImageSetsInner](docs/V1ObservationSequenceResultImageSetsInner.md)
|
|
162
|
+
- [V1ObservationStatus](docs/V1ObservationStatus.md)
|
|
163
|
+
- [V1ObservationWeather](docs/V1ObservationWeather.md)
|
|
164
|
+
- [V1ObservedWeather](docs/V1ObservedWeather.md)
|
|
165
|
+
- [V1ObserverLocation](docs/V1ObserverLocation.md)
|
|
166
|
+
- [V1OrganizationTarget](docs/V1OrganizationTarget.md)
|
|
167
|
+
- [V1PassStage](docs/V1PassStage.md)
|
|
168
|
+
- [V1PixelCoordinates](docs/V1PixelCoordinates.md)
|
|
169
|
+
- [V1PlaneScanRequest](docs/V1PlaneScanRequest.md)
|
|
170
|
+
- [V1PlateSolveResult](docs/V1PlateSolveResult.md)
|
|
171
|
+
- [V1PlateSolveStatus](docs/V1PlateSolveStatus.md)
|
|
172
|
+
- [V1Point](docs/V1Point.md)
|
|
173
|
+
- [V1PredictedStreakLocation](docs/V1PredictedStreakLocation.md)
|
|
174
|
+
- [V1PredictedWeather](docs/V1PredictedWeather.md)
|
|
175
|
+
- [V1PutOrbitProviderTLERequest](docs/V1PutOrbitProviderTLERequest.md)
|
|
176
|
+
- [V1ResolvedImageMetadata](docs/V1ResolvedImageMetadata.md)
|
|
177
|
+
- [V1ResolvedImageObservation](docs/V1ResolvedImageObservation.md)
|
|
178
|
+
- [V1ResolvedImagePair](docs/V1ResolvedImagePair.md)
|
|
179
|
+
- [V1ResolvedImageSet](docs/V1ResolvedImageSet.md)
|
|
180
|
+
- [V1RicVolumeSearchRequest](docs/V1RicVolumeSearchRequest.md)
|
|
181
|
+
- [V1SIPCoefficients](docs/V1SIPCoefficients.md)
|
|
182
|
+
- [V1SatelliteCalibrationFamily](docs/V1SatelliteCalibrationFamily.md)
|
|
183
|
+
- [V1SatellitePotential](docs/V1SatellitePotential.md)
|
|
184
|
+
- [V1SatelliteTarget](docs/V1SatelliteTarget.md)
|
|
185
|
+
- [V1SearchInstruction](docs/V1SearchInstruction.md)
|
|
186
|
+
- [V1SearchInstructionStep](docs/V1SearchInstructionStep.md)
|
|
187
|
+
- [V1SharpeningMethod](docs/V1SharpeningMethod.md)
|
|
188
|
+
- [V1StateVector](docs/V1StateVector.md)
|
|
189
|
+
- [V1SurveyInstruction](docs/V1SurveyInstruction.md)
|
|
190
|
+
- [V1SurveyInstructionStep](docs/V1SurveyInstructionStep.md)
|
|
191
|
+
- [V1TargetCorrelation](docs/V1TargetCorrelation.md)
|
|
192
|
+
- [V1Tdm](docs/V1Tdm.md)
|
|
193
|
+
- [V1TimeTaggedRaDec](docs/V1TimeTaggedRaDec.md)
|
|
194
|
+
- [V1Track](docs/V1Track.md)
|
|
195
|
+
- [V1Transformation](docs/V1Transformation.md)
|
|
196
|
+
- [V1UpdateEmailConfigurationRequest](docs/V1UpdateEmailConfigurationRequest.md)
|
|
197
|
+
- [V1UpdateOrganizationTargetRequest](docs/V1UpdateOrganizationTargetRequest.md)
|
|
198
|
+
- [V1UpdateSatelliteTargetRequest](docs/V1UpdateSatelliteTargetRequest.md)
|
|
199
|
+
- [V1UpdateWebhookConfigurationRequest](docs/V1UpdateWebhookConfigurationRequest.md)
|
|
200
|
+
- [V1WebhookConfiguration](docs/V1WebhookConfiguration.md)
|
|
201
|
+
- [V1WebhookLog](docs/V1WebhookLog.md)
|
|
202
|
+
- [V2Search](docs/V2Search.md)
|
|
203
|
+
- [WeatherCondition](docs/WeatherCondition.md)
|
|
204
|
+
- [WebhookAuthType](docs/WebhookAuthType.md)
|
|
205
|
+
- [WebhookEvent](docs/WebhookEvent.md)
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
<a id="documentation-for-authorization"></a>
|
|
209
|
+
## Documentation For Authorization
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
Authentication schemes defined for the API:
|
|
213
|
+
<a id="BearerToken"></a>
|
|
214
|
+
### BearerToken
|
|
215
|
+
|
|
216
|
+
- **Type**: Bearer authentication
|
|
217
|
+
|
|
218
|
+
<a id="Roles"></a>
|
|
219
|
+
### Roles
|
|
220
|
+
|
|
221
|
+
|