@ourskyai/platform-api 1.3.8639 → 1.4.118
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +160 -0
- package/.openapi-generator/VERSION +1 -1
- package/README.md +265 -4
- package/api.ts +1571 -5769
- package/base.ts +14 -24
- package/common.ts +20 -44
- package/configuration.ts +37 -17
- package/dist/api.d.ts +980 -5067
- package/dist/api.js +968 -1150
- 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 +980 -5067
- package/dist/esm/api.js +968 -1150
- 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/CameraMode.md +10 -0
- package/docs/DefaultApi.md +3904 -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/MetricType.md +14 -0
- package/docs/ModelType.md +10 -0
- package/docs/MountGeometry.md +10 -0
- package/docs/MountType.md +10 -0
- package/docs/NetworkInterface.md +15 -0
- package/docs/NodeState.md +20 -0
- package/docs/OrbitType.md +42 -0
- package/docs/PKICertificate.md +30 -0
- package/docs/PlateSolveParameters.md +26 -0
- package/docs/ShutterType.md +10 -0
- package/docs/StreakExtractionSource.md +35 -0
- package/docs/SuccessfulCreate.md +20 -0
- package/docs/TrackingType.md +12 -0
- package/docs/UploadPriority.md +10 -0
- package/docs/V1AccessToken.md +43 -0
- package/docs/V1AccessTokenType.md +12 -0
- package/docs/V1AllSkyCameraConfig.md +22 -0
- package/docs/V1AllSkyImageForImage.md +28 -0
- package/docs/V1AllSkyPrediction.md +30 -0
- package/docs/V1AllSkyPredictionLabel.md +16 -0
- package/docs/V1ApexChartsTimeline.md +20 -0
- package/docs/V1ApexChartsTimelineElement.md +24 -0
- package/docs/V1AssetSize.md +10 -0
- package/docs/V1AutoFocusInstruction.md +23 -0
- package/docs/V1AutoFocusInstructionCoordinatesInner.md +23 -0
- package/docs/V1BlackoutBox.md +26 -0
- package/docs/V1Camera.md +47 -0
- package/docs/V1CameraRollImage.md +34 -0
- package/docs/V1ClientToken.md +22 -0
- package/docs/V1CompleteNodeControllerCrashReportRequest.md +20 -0
- package/docs/V1CompleteNodeFlareRequest.md +20 -0
- package/docs/V1CompleteObservationRequest.md +20 -0
- package/docs/V1CreateAllSkyPredictionRequest.md +24 -0
- package/docs/V1CreateAutofocusResultRequest.md +28 -0
- package/docs/V1CreateImageMetadataRequest.md +26 -0
- package/docs/V1CreateImageSetImageRequest.md +32 -0
- package/docs/V1CreateImageSetImageResponse.md +23 -0
- package/docs/V1CreateImageSetImageUploadUrlRequest.md +26 -0
- package/docs/V1CreateImageSetImageUploadUrlResponse.md +20 -0
- package/docs/V1CreateImageSetRequest.md +28 -0
- package/docs/V1CreateNodeControllerArtifactRequest.md +20 -0
- package/docs/V1CreateNodeControllerCrashReportRequest.md +37 -0
- package/docs/V1CreateNodeControllerCrashReportResponse.md +22 -0
- package/docs/V1CreateNodeDiagnostic.md +28 -0
- package/docs/V1CreateNodeDiagnosticsRequest.md +22 -0
- package/docs/V1CreateNodeEvent.md +24 -0
- package/docs/V1CreateNodeEventsRequest.md +22 -0
- package/docs/V1CreateNodeFlareRequest.md +22 -0
- package/docs/V1CreateNodeFlareResponse.md +22 -0
- package/docs/V1CreateNodeRequest.md +37 -0
- package/docs/V1CreateProcessedImageSetImageRequest.md +67 -0
- package/docs/V1CreateTimeWindowedAssetRequest.md +34 -0
- package/docs/V1CreateTimeWindowedAssetResponse.md +22 -0
- package/docs/V1DataSource.md +10 -0
- package/docs/V1DiagnosticInstruction.md +21 -0
- package/docs/V1DisableDebugServices.md +22 -0
- package/docs/V1DurationMeasured.md +24 -0
- package/docs/V1ElevationMaskPoint.md +25 -0
- package/docs/V1EnableAutonomousOperation.md +22 -0
- package/docs/V1EnableDebugServices.md +26 -0
- package/docs/V1EnableManualOperation.md +22 -0
- package/docs/V1FileType.md +8 -0
- package/docs/V1Focuser.md +27 -0
- package/docs/V1GainCurve.md +25 -0
- package/docs/V1GainCurvePoint.md +22 -0
- package/docs/V1GenerateEdgeTokenResponse.md +22 -0
- package/docs/V1GetInstructionRequest.md +28 -0
- package/docs/V1GetInstructionRequestUploadHealth.md +24 -0
- package/docs/V1GetNodeCommandsResponse.md +20 -0
- package/docs/V1GetNodes.md +20 -0
- package/docs/V1GetOrCreateCameraRequest.md +60 -0
- package/docs/V1GetOrCreateFocuserRequest.md +24 -0
- package/docs/V1GetOrCreateMountRequest.md +24 -0
- package/docs/V1GetPlateSolveCatalogDiffRequest.md +20 -0
- package/docs/V1GetSuntimesResponse.md +36 -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/V1ImageSetImageDot.md +45 -0
- package/docs/V1ImageSetImageStreak.md +57 -0
- package/docs/V1Instruction.md +31 -0
- package/docs/V1JobStatus.md +16 -0
- package/docs/V1LastInstructionResponse.md +24 -0
- package/docs/V1LatestHfrResponse.md +24 -0
- package/docs/V1LogRecorded.md +20 -0
- package/docs/V1MLModel.md +30 -0
- package/docs/V1MatchedStar.md +39 -0
- package/docs/V1Metric.md +30 -0
- package/docs/V1Mount.md +23 -0
- package/docs/V1Node.md +59 -0
- package/docs/V1NodeCommand.md +34 -0
- package/docs/V1NodeComponentType.md +34 -0
- package/docs/V1NodeConfigBody.md +20 -0
- package/docs/V1NodeConfigKeyMetadata.md +26 -0
- package/docs/V1NodeConfigScopeType.md +12 -0
- package/docs/V1NodeController.md +36 -0
- package/docs/V1NodeControllerArtifact.md +20 -0
- package/docs/V1NodeControllerBootstrapRequest.md +20 -0
- package/docs/V1NodeControllerIssueCertificateResponse.md +32 -0
- package/docs/V1NodeControllerIssueCertificateResponseRsaKeyPair.md +24 -0
- package/docs/V1NodeControllerMacAddressesInner.md +22 -0
- package/docs/V1NodeControllerStatus.md +13 -0
- package/docs/V1NodeDiagnosticType.md +80 -0
- package/docs/V1NodeEventType.md +32 -0
- package/docs/V1NodeFlare.md +25 -0
- package/docs/V1NodeWithLocation.md +23 -0
- package/docs/V1OAuthAuthorizeRequest.md +26 -0
- package/docs/V1OAuthAuthorizeResponse.md +20 -0
- package/docs/V1OAuthTokenRequest.md +24 -0
- package/docs/V1OAuthTokenResponse.md +22 -0
- package/docs/V1OTAEncryptionRequestLatest.md +20 -0
- package/docs/V1OTAEncryptionResult.md +30 -0
- package/docs/V1ObservationInstruction.md +79 -0
- package/docs/V1ObservationInstructionAscomAxisRates.md +35 -0
- package/docs/V1ObservationInstructionSatellitePassEphemerisInner.md +25 -0
- package/docs/V1ObservationMetrics.md +30 -0
- package/docs/V1OpticalTube.md +27 -0
- package/docs/V1PixelCoordinates.md +23 -0
- package/docs/V1PlateSolveCatalogFile.md +22 -0
- package/docs/V1PlateSolveCatalogFileDownload.md +26 -0
- package/docs/V1PlateSolveResult.md +40 -0
- package/docs/V1PlateSolveStatus.md +12 -0
- package/docs/V1PredictedStreakLocation.md +26 -0
- package/docs/V1PrincipalRoleType.md +20 -0
- package/docs/V1ProductRevision.md +12 -0
- package/docs/V1ReadNoisePoint.md +22 -0
- package/docs/V1RebootSystem.md +22 -0
- package/docs/V1RefreshCertificateRequest.md +20 -0
- package/docs/V1RegisterNodeControllerRequest.md +24 -0
- package/docs/V1RequestMacAddressesRequest.md +22 -0
- package/docs/V1RequestMacAddressesResponse.md +20 -0
- package/docs/V1RequestMacAddressesResponseMacAddressesInner.md +22 -0
- package/docs/V1ResolvedInstruction.md +85 -0
- package/docs/V1SIPCoefficients.md +40 -0
- package/docs/V1SafetyStatusUpdated.md +20 -0
- package/docs/V1SendFlare.md +40 -0
- package/docs/V1SetupAction.md +23 -0
- package/docs/V1SoftwarePackageType.md +8 -0
- package/docs/V1SoftwareRelease.md +34 -0
- package/docs/V1SoftwareRuntimeEnvironmentType.md +9 -0
- package/docs/V1SystemVariant.md +34 -0
- package/docs/V1TerrestrialDownlinkInstruction.md +33 -0
- package/docs/V1TimeWindowedAsset.md +37 -0
- package/docs/V1TimeWindowedAssetType.md +10 -0
- package/docs/V1Transformation.md +77 -0
- package/docs/V1UpdateNodeRequest.md +51 -0
- package/docs/V1VideoModeFramerateProperty.md +28 -0
- package/docs/V2CompleteObservationRequest.md +24 -0
- package/docs/V2NodeControllerIssueCertificateResponse.md +22 -0
- package/docs/V2UpdateNodeRequest.md +43 -0
- package/index.ts +1 -1
- package/package.json +4 -4
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# EmptySuccess
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**message** | **string** | | [optional] [default to undefined]
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
import { EmptySuccess } from '@ourskyai/platform-api';
|
|
14
|
+
|
|
15
|
+
const instance: EmptySuccess = {
|
|
16
|
+
message,
|
|
17
|
+
};
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
# FilterType
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Enum
|
|
5
|
+
|
|
6
|
+
* `NONE` (value: `'NONE'`)
|
|
7
|
+
|
|
8
|
+
* `RED` (value: `'RED'`)
|
|
9
|
+
|
|
10
|
+
* `BLUE` (value: `'BLUE'`)
|
|
11
|
+
|
|
12
|
+
* `GREEN` (value: `'GREEN'`)
|
|
13
|
+
|
|
14
|
+
* `UV` (value: `'UV'`)
|
|
15
|
+
|
|
16
|
+
* `IR` (value: `'IR'`)
|
|
17
|
+
|
|
18
|
+
* `LUMINANCE` (value: `'LUMINANCE'`)
|
|
19
|
+
|
|
20
|
+
* `ENHANCED_LUMINANCE` (value: `'ENHANCED_LUMINANCE'`)
|
|
21
|
+
|
|
22
|
+
* `H_ALPHA` (value: `'H_ALPHA'`)
|
|
23
|
+
|
|
24
|
+
* `H_BETA` (value: `'H_BETA'`)
|
|
25
|
+
|
|
26
|
+
* `S_II` (value: `'S_II'`)
|
|
27
|
+
|
|
28
|
+
* `O_III` (value: `'O_III'`)
|
|
29
|
+
|
|
30
|
+
* `DUAL_BAND` (value: `'DUAL_BAND'`)
|
|
31
|
+
|
|
32
|
+
* `PHOTO_JOHNSON_U` (value: `'PHOTO_JOHNSON_U'`)
|
|
33
|
+
|
|
34
|
+
* `PHOTO_JOHNSON_B` (value: `'PHOTO_JOHNSON_B'`)
|
|
35
|
+
|
|
36
|
+
* `PHOTO_JOHNSON_V` (value: `'PHOTO_JOHNSON_V'`)
|
|
37
|
+
|
|
38
|
+
* `PHOTO_COUSINS_R` (value: `'PHOTO_COUSINS_R'`)
|
|
39
|
+
|
|
40
|
+
* `PHOTO_COUSINS_I` (value: `'PHOTO_COUSINS_I'`)
|
|
41
|
+
|
|
42
|
+
* `PHOTO_SLOAN_U` (value: `'PHOTO_SLOAN_U'`)
|
|
43
|
+
|
|
44
|
+
* `PHOTO_SLOAN_G` (value: `'PHOTO_SLOAN_G'`)
|
|
45
|
+
|
|
46
|
+
* `PHOTO_SLOAN_R` (value: `'PHOTO_SLOAN_R'`)
|
|
47
|
+
|
|
48
|
+
* `PHOTO_SLOAN_I` (value: `'PHOTO_SLOAN_I'`)
|
|
49
|
+
|
|
50
|
+
* `PHOTO_SLOAN_Z` (value: `'PHOTO_SLOAN_Z'`)
|
|
51
|
+
|
|
52
|
+
* `TRIPLE_BAND` (value: `'TRIPLE_BAND'`)
|
|
53
|
+
|
|
54
|
+
* `QUAD_BAND` (value: `'QUAD_BAND'`)
|
|
55
|
+
|
|
56
|
+
* `DARK` (value: `'DARK'`)
|
|
57
|
+
|
|
58
|
+
* `OTHER` (value: `'OTHER'`)
|
|
59
|
+
|
|
60
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# FitsHeader
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**key** | **string** | | [default to undefined]
|
|
9
|
+
**value** | **string** | | [default to undefined]
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import { FitsHeader } from '@ourskyai/platform-api';
|
|
15
|
+
|
|
16
|
+
const instance: FitsHeader = {
|
|
17
|
+
key,
|
|
18
|
+
value,
|
|
19
|
+
};
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# ImageSetType
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Enum
|
|
5
|
+
|
|
6
|
+
* `ASTRONOMICAL` (value: `'ASTRONOMICAL'`)
|
|
7
|
+
|
|
8
|
+
* `EARTH_ORBITAL` (value: `'EARTH_ORBITAL'`)
|
|
9
|
+
|
|
10
|
+
* `GNSS_CALIBRATION` (value: `'GNSS_CALIBRATION'`)
|
|
11
|
+
|
|
12
|
+
* `SATELLITE_CALIBRATION` (value: `'SATELLITE_CALIBRATION'`)
|
|
13
|
+
|
|
14
|
+
* `WAVEFRONT_SENSOR_FACTORY_CALIBRATION` (value: `'WAVEFRONT_SENSOR_FACTORY_CALIBRATION'`)
|
|
15
|
+
|
|
16
|
+
* `ALL_SKY` (value: `'ALL_SKY'`)
|
|
17
|
+
|
|
18
|
+
* `THERMAL` (value: `'THERMAL'`)
|
|
19
|
+
|
|
20
|
+
* `STACKED_ASTRONOMICAL` (value: `'STACKED_ASTRONOMICAL'`)
|
|
21
|
+
|
|
22
|
+
* `TERRESTRIAL_DOWNLINK` (value: `'TERRESTRIAL_DOWNLINK'`)
|
|
23
|
+
|
|
24
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
package/docs/Location.md
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# Location
|
|
2
|
+
|
|
3
|
+
Location
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**latitude** | **number** | | [default to undefined]
|
|
10
|
+
**longitude** | **number** | | [default to undefined]
|
|
11
|
+
**altitude** | **number** | | [default to undefined]
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```typescript
|
|
16
|
+
import { Location } from '@ourskyai/platform-api';
|
|
17
|
+
|
|
18
|
+
const instance: Location = {
|
|
19
|
+
latitude,
|
|
20
|
+
longitude,
|
|
21
|
+
altitude,
|
|
22
|
+
};
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# MetricType
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Enum
|
|
5
|
+
|
|
6
|
+
* `COUNT` (value: `'COUNT'`)
|
|
7
|
+
|
|
8
|
+
* `DISTRIBUTION` (value: `'DISTRIBUTION'`)
|
|
9
|
+
|
|
10
|
+
* `GAUGE` (value: `'GAUGE'`)
|
|
11
|
+
|
|
12
|
+
* `EVENT` (value: `'EVENT'`)
|
|
13
|
+
|
|
14
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# ModelType
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Enum
|
|
5
|
+
|
|
6
|
+
* `STREAK_MODEL` (value: `'STREAK_MODEL'`)
|
|
7
|
+
|
|
8
|
+
* `ALLSKY_MODEL` (value: `'ALLSKY_MODEL'`)
|
|
9
|
+
|
|
10
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# MountGeometry
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Enum
|
|
5
|
+
|
|
6
|
+
* `ALT_AZ` (value: `'ALT_AZ'`)
|
|
7
|
+
|
|
8
|
+
* `EQUATORIAL` (value: `'EQUATORIAL'`)
|
|
9
|
+
|
|
10
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# MountType
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Enum
|
|
5
|
+
|
|
6
|
+
* `ALT_AZ` (value: `'ALT_AZ'`)
|
|
7
|
+
|
|
8
|
+
* `EQUITORIAL` (value: `'EQUITORIAL'`)
|
|
9
|
+
|
|
10
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# NetworkInterface
|
|
2
|
+
|
|
3
|
+
Network interface types
|
|
4
|
+
|
|
5
|
+
## Enum
|
|
6
|
+
|
|
7
|
+
* `ETH0` (value: `'eth0'`)
|
|
8
|
+
|
|
9
|
+
* `ETH1` (value: `'eth1'`)
|
|
10
|
+
|
|
11
|
+
* `ETH2` (value: `'eth2'`)
|
|
12
|
+
|
|
13
|
+
* `WLAN0` (value: `'wlan0'`)
|
|
14
|
+
|
|
15
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# NodeState
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Enum
|
|
5
|
+
|
|
6
|
+
* `READY` (value: `'READY'`)
|
|
7
|
+
|
|
8
|
+
* `PENDING` (value: `'PENDING'`)
|
|
9
|
+
|
|
10
|
+
* `OFFLINE` (value: `'OFFLINE'`)
|
|
11
|
+
|
|
12
|
+
* `UNAVAILABLE` (value: `'UNAVAILABLE'`)
|
|
13
|
+
|
|
14
|
+
* `UNKNOWN` (value: `'UNKNOWN'`)
|
|
15
|
+
|
|
16
|
+
* `SUPERSEDED` (value: `'SUPERSEDED'`)
|
|
17
|
+
|
|
18
|
+
* `DECOMMISSIONED` (value: `'DECOMMISSIONED'`)
|
|
19
|
+
|
|
20
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
# OrbitType
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Enum
|
|
5
|
+
|
|
6
|
+
* `GEOSTATIONARY` (value: `'GEOSTATIONARY'`)
|
|
7
|
+
|
|
8
|
+
* `GEOSYNCHRONOUS` (value: `'GEOSYNCHRONOUS'`)
|
|
9
|
+
|
|
10
|
+
* `MEO` (value: `'MEO'`)
|
|
11
|
+
|
|
12
|
+
* `LEO` (value: `'LEO'`)
|
|
13
|
+
|
|
14
|
+
* `GTO` (value: `'GTO'`)
|
|
15
|
+
|
|
16
|
+
* `SSO` (value: `'SSO'`)
|
|
17
|
+
|
|
18
|
+
* `TUNDRA` (value: `'TUNDRA'`)
|
|
19
|
+
|
|
20
|
+
* `MOLNIYA` (value: `'MOLNIYA'`)
|
|
21
|
+
|
|
22
|
+
* `EGO` (value: `'EGO'`)
|
|
23
|
+
|
|
24
|
+
* `ESO` (value: `'ESO'`)
|
|
25
|
+
|
|
26
|
+
* `GHO` (value: `'GHO'`)
|
|
27
|
+
|
|
28
|
+
* `HAO` (value: `'HAO'`)
|
|
29
|
+
|
|
30
|
+
* `HEO` (value: `'HEO'`)
|
|
31
|
+
|
|
32
|
+
* `IGO` (value: `'IGO'`)
|
|
33
|
+
|
|
34
|
+
* `LMO` (value: `'LMO'`)
|
|
35
|
+
|
|
36
|
+
* `MGO` (value: `'MGO'`)
|
|
37
|
+
|
|
38
|
+
* `NSO` (value: `'NSO'`)
|
|
39
|
+
|
|
40
|
+
* `UFO` (value: `'UFO'`)
|
|
41
|
+
|
|
42
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
# PKICertificate
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**rootCa** | **string** | Root certificate authority | [default to undefined]
|
|
9
|
+
**issuingCa** | **string** | Issuing certificate authority | [default to undefined]
|
|
10
|
+
**certificate** | **string** | Signed certificate | [default to undefined]
|
|
11
|
+
**serialNumber** | **string** | Serial number of the certificate | [default to undefined]
|
|
12
|
+
**privateKey** | **string** | Private key associated with the certificate | [default to undefined]
|
|
13
|
+
**privateKeyType** | **string** | Type of the private key, e.g., RSA, ECC | [default to undefined]
|
|
14
|
+
|
|
15
|
+
## Example
|
|
16
|
+
|
|
17
|
+
```typescript
|
|
18
|
+
import { PKICertificate } from '@ourskyai/platform-api';
|
|
19
|
+
|
|
20
|
+
const instance: PKICertificate = {
|
|
21
|
+
rootCa,
|
|
22
|
+
issuingCa,
|
|
23
|
+
certificate,
|
|
24
|
+
serialNumber,
|
|
25
|
+
privateKey,
|
|
26
|
+
privateKeyType,
|
|
27
|
+
};
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# PlateSolveParameters
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**exposureDuration** | **number** | | [default to undefined]
|
|
9
|
+
**toleranceArcMin** | **number** | | [default to undefined]
|
|
10
|
+
**binning** | **number** | | [default to undefined]
|
|
11
|
+
**gain** | **number** | | [default to undefined]
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```typescript
|
|
16
|
+
import { PlateSolveParameters } from '@ourskyai/platform-api';
|
|
17
|
+
|
|
18
|
+
const instance: PlateSolveParameters = {
|
|
19
|
+
exposureDuration,
|
|
20
|
+
toleranceArcMin,
|
|
21
|
+
binning,
|
|
22
|
+
gain,
|
|
23
|
+
};
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# ShutterType
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Enum
|
|
5
|
+
|
|
6
|
+
* `ROLLING` (value: `'ROLLING'`)
|
|
7
|
+
|
|
8
|
+
* `GLOBAL` (value: `'GLOBAL'`)
|
|
9
|
+
|
|
10
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# StreakExtractionSource
|
|
2
|
+
|
|
3
|
+
The method used to extract streaks/dots from an image.
|
|
4
|
+
|
|
5
|
+
## Enum
|
|
6
|
+
|
|
7
|
+
* `UNKNOWN` (value: `'UNKNOWN'`)
|
|
8
|
+
|
|
9
|
+
* `OS_IMAGE_PROC_CLASSICAL` (value: `'OS_IMAGE_PROC_CLASSICAL'`)
|
|
10
|
+
|
|
11
|
+
* `OS_IMAGE_PROC_CLASSICAL_BIN_3` (value: `'OS_IMAGE_PROC_CLASSICAL_BIN_3'`)
|
|
12
|
+
|
|
13
|
+
* `OS_IMAGE_PROC_CLASSICAL_APRIORI_ROI` (value: `'OS_IMAGE_PROC_CLASSICAL_APRIORI_ROI'`)
|
|
14
|
+
|
|
15
|
+
* `OS_IMAGE_PROC_CLASSICAL_FAST_EXPOSURE` (value: `'OS_IMAGE_PROC_CLASSICAL_FAST_EXPOSURE'`)
|
|
16
|
+
|
|
17
|
+
* `OS_IMAGE_PROC_CLASSICAL_CENTERED_ROI` (value: `'OS_IMAGE_PROC_CLASSICAL_CENTERED_ROI'`)
|
|
18
|
+
|
|
19
|
+
* `ML_YOLO_V8_TILED` (value: `'ML_YOLO_V8_TILED'`)
|
|
20
|
+
|
|
21
|
+
* `ML_RESNET_50_FASTER_RCNN` (value: `'ML_RESNET_50_FASTER_RCNN'`)
|
|
22
|
+
|
|
23
|
+
* `ML_UNET_HEATMAP` (value: `'ML_UNET_HEATMAP'`)
|
|
24
|
+
|
|
25
|
+
* `ML_YOLO_OBB` (value: `'ML_YOLO_OBB'`)
|
|
26
|
+
|
|
27
|
+
* `SIRIL_LEO` (value: `'SIRIL_LEO'`)
|
|
28
|
+
|
|
29
|
+
* `SIRIL_RATE_TRACKING` (value: `'SIRIL_RATE_TRACKING'`)
|
|
30
|
+
|
|
31
|
+
* `SIRIL_MEO_GEO` (value: `'SIRIL_MEO_GEO'`)
|
|
32
|
+
|
|
33
|
+
* `SIRIL_BIN3` (value: `'SIRIL_BIN3'`)
|
|
34
|
+
|
|
35
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# SuccessfulCreate
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**id** | **string** | | [default to undefined]
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
import { SuccessfulCreate } from '@ourskyai/platform-api';
|
|
14
|
+
|
|
15
|
+
const instance: SuccessfulCreate = {
|
|
16
|
+
id,
|
|
17
|
+
};
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# TrackingType
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Enum
|
|
5
|
+
|
|
6
|
+
* `SIDEREAL` (value: `'SIDEREAL'`)
|
|
7
|
+
|
|
8
|
+
* `TARGET_RATE` (value: `'TARGET_RATE'`)
|
|
9
|
+
|
|
10
|
+
* `NONE` (value: `'NONE'`)
|
|
11
|
+
|
|
12
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# UploadPriority
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Enum
|
|
5
|
+
|
|
6
|
+
* `STANDARD` (value: `'STANDARD'`)
|
|
7
|
+
|
|
8
|
+
* `HIGH` (value: `'HIGH'`)
|
|
9
|
+
|
|
10
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
# V1AccessToken
|
|
2
|
+
|
|
3
|
+
Access Token
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**id** | **string** | | [default to undefined]
|
|
10
|
+
**principalId** | **string** | | [default to undefined]
|
|
11
|
+
**email** | **string** | | [optional] [default to undefined]
|
|
12
|
+
**organizationId** | **string** | | [default to undefined]
|
|
13
|
+
**tokenType** | [**V1AccessTokenType**](V1AccessTokenType.md) | | [default to undefined]
|
|
14
|
+
**roles** | [**Array<V1PrincipalRoleType>**](V1PrincipalRoleType.md) | | [default to undefined]
|
|
15
|
+
**jwkId** | **string** | | [optional] [default to undefined]
|
|
16
|
+
**deviceId** | **string** | | [optional] [default to undefined]
|
|
17
|
+
**revokedBy** | **string** | | [optional] [default to undefined]
|
|
18
|
+
**revokedAt** | **string** | | [optional] [default to undefined]
|
|
19
|
+
**createdAt** | **string** | | [default to undefined]
|
|
20
|
+
**updatedAt** | **string** | | [default to undefined]
|
|
21
|
+
|
|
22
|
+
## Example
|
|
23
|
+
|
|
24
|
+
```typescript
|
|
25
|
+
import { V1AccessToken } from '@ourskyai/platform-api';
|
|
26
|
+
|
|
27
|
+
const instance: V1AccessToken = {
|
|
28
|
+
id,
|
|
29
|
+
principalId,
|
|
30
|
+
email,
|
|
31
|
+
organizationId,
|
|
32
|
+
tokenType,
|
|
33
|
+
roles,
|
|
34
|
+
jwkId,
|
|
35
|
+
deviceId,
|
|
36
|
+
revokedBy,
|
|
37
|
+
revokedAt,
|
|
38
|
+
createdAt,
|
|
39
|
+
updatedAt,
|
|
40
|
+
};
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# V1AccessTokenType
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Enum
|
|
5
|
+
|
|
6
|
+
* `USER` (value: `'USER'`)
|
|
7
|
+
|
|
8
|
+
* `SERVICE_ACCOUNT` (value: `'SERVICE_ACCOUNT'`)
|
|
9
|
+
|
|
10
|
+
* `USER_EDGE_CONTROLLER` (value: `'USER_EDGE_CONTROLLER'`)
|
|
11
|
+
|
|
12
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# V1AllSkyCameraConfig
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**saveExposureFrequencySeconds** | **number** | | [default to undefined]
|
|
9
|
+
**metadata** | [**V1NodeConfigKeyMetadata**](V1NodeConfigKeyMetadata.md) | | [optional] [default to undefined]
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import { V1AllSkyCameraConfig } from '@ourskyai/platform-api';
|
|
15
|
+
|
|
16
|
+
const instance: V1AllSkyCameraConfig = {
|
|
17
|
+
saveExposureFrequencySeconds,
|
|
18
|
+
metadata,
|
|
19
|
+
};
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# V1AllSkyImageForImage
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**imageId** | **string** | | [default to undefined]
|
|
9
|
+
**imageUrl** | **string** | | [default to undefined]
|
|
10
|
+
**capturedAt** | **string** | | [default to undefined]
|
|
11
|
+
**predictionLabel** | [**V1AllSkyPredictionLabel**](V1AllSkyPredictionLabel.md) | | [optional] [default to undefined]
|
|
12
|
+
**predictionConfidence** | **number** | | [optional] [default to undefined]
|
|
13
|
+
|
|
14
|
+
## Example
|
|
15
|
+
|
|
16
|
+
```typescript
|
|
17
|
+
import { V1AllSkyImageForImage } from '@ourskyai/platform-api';
|
|
18
|
+
|
|
19
|
+
const instance: V1AllSkyImageForImage = {
|
|
20
|
+
imageId,
|
|
21
|
+
imageUrl,
|
|
22
|
+
capturedAt,
|
|
23
|
+
predictionLabel,
|
|
24
|
+
predictionConfidence,
|
|
25
|
+
};
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
# V1AllSkyPrediction
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**id** | **string** | | [default to undefined]
|
|
9
|
+
**imageId** | **string** | | [default to undefined]
|
|
10
|
+
**label** | [**V1AllSkyPredictionLabel**](V1AllSkyPredictionLabel.md) | | [optional] [default to undefined]
|
|
11
|
+
**confidence** | **number** | | [default to undefined]
|
|
12
|
+
**createdAt** | **string** | | [default to undefined]
|
|
13
|
+
**updatedAt** | **string** | | [default to undefined]
|
|
14
|
+
|
|
15
|
+
## Example
|
|
16
|
+
|
|
17
|
+
```typescript
|
|
18
|
+
import { V1AllSkyPrediction } from '@ourskyai/platform-api';
|
|
19
|
+
|
|
20
|
+
const instance: V1AllSkyPrediction = {
|
|
21
|
+
id,
|
|
22
|
+
imageId,
|
|
23
|
+
label,
|
|
24
|
+
confidence,
|
|
25
|
+
createdAt,
|
|
26
|
+
updatedAt,
|
|
27
|
+
};
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# V1AllSkyPredictionLabel
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Enum
|
|
5
|
+
|
|
6
|
+
* `CLEAR` (value: `'CLEAR'`)
|
|
7
|
+
|
|
8
|
+
* `LIGHT_CLOUDS` (value: `'LIGHT_CLOUDS'`)
|
|
9
|
+
|
|
10
|
+
* `HEAVY_CLOUDS` (value: `'HEAVY_CLOUDS'`)
|
|
11
|
+
|
|
12
|
+
* `PRECIPITATION` (value: `'PRECIPITATION'`)
|
|
13
|
+
|
|
14
|
+
* `UNKNOWN` (value: `'UNKNOWN'`)
|
|
15
|
+
|
|
16
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# V1ApexChartsTimeline
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**data** | [**Array<V1ApexChartsTimelineElement>**](V1ApexChartsTimelineElement.md) | | [default to undefined]
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
import { V1ApexChartsTimeline } from '@ourskyai/platform-api';
|
|
14
|
+
|
|
15
|
+
const instance: V1ApexChartsTimeline = {
|
|
16
|
+
data,
|
|
17
|
+
};
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# V1ApexChartsTimelineElement
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**x** | **string** | | [default to undefined]
|
|
9
|
+
**y** | **Array<number>** | | [default to undefined]
|
|
10
|
+
**tooltip** | **string** | | [default to undefined]
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```typescript
|
|
15
|
+
import { V1ApexChartsTimelineElement } from '@ourskyai/platform-api';
|
|
16
|
+
|
|
17
|
+
const instance: V1ApexChartsTimelineElement = {
|
|
18
|
+
x,
|
|
19
|
+
y,
|
|
20
|
+
tooltip,
|
|
21
|
+
};
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# V1AssetSize
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Enum
|
|
5
|
+
|
|
6
|
+
* `FULL_SIZE` (value: `'FULL_SIZE'`)
|
|
7
|
+
|
|
8
|
+
* `THUMBNAIL` (value: `'THUMBNAIL'`)
|
|
9
|
+
|
|
10
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|