@ourskyai/platform-api 1.3.8815 → 1.4.123
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 +1568 -5774
- package/base.ts +14 -24
- package/common.ts +20 -44
- package/configuration.ts +37 -17
- package/dist/api.d.ts +978 -5071
- 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 +978 -5071
- 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,22 @@
|
|
|
1
|
+
# V1CreateNodeFlareResponse
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**id** | **string** | | [default to undefined]
|
|
9
|
+
**uploadUrl** | **string** | | [default to undefined]
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import { V1CreateNodeFlareResponse } from '@ourskyai/platform-api';
|
|
15
|
+
|
|
16
|
+
const instance: V1CreateNodeFlareResponse = {
|
|
17
|
+
id,
|
|
18
|
+
uploadUrl,
|
|
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,37 @@
|
|
|
1
|
+
# V1CreateNodeRequest
|
|
2
|
+
|
|
3
|
+
Create Node
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**name** | **string** | | [default to undefined]
|
|
10
|
+
**observatoryId** | **string** | | [optional] [default to undefined]
|
|
11
|
+
**cameraId** | **string** | | [default to undefined]
|
|
12
|
+
**opticalTubeId** | **string** | | [default to undefined]
|
|
13
|
+
**mountId** | **string** | | [default to undefined]
|
|
14
|
+
**filterWheelId** | **string** | | [optional] [default to undefined]
|
|
15
|
+
**focuserId** | **string** | | [optional] [default to undefined]
|
|
16
|
+
**maxAltitude** | **number** | | [default to undefined]
|
|
17
|
+
**location** | [**Location**](Location.md) | | [default to undefined]
|
|
18
|
+
|
|
19
|
+
## Example
|
|
20
|
+
|
|
21
|
+
```typescript
|
|
22
|
+
import { V1CreateNodeRequest } from '@ourskyai/platform-api';
|
|
23
|
+
|
|
24
|
+
const instance: V1CreateNodeRequest = {
|
|
25
|
+
name,
|
|
26
|
+
observatoryId,
|
|
27
|
+
cameraId,
|
|
28
|
+
opticalTubeId,
|
|
29
|
+
mountId,
|
|
30
|
+
filterWheelId,
|
|
31
|
+
focuserId,
|
|
32
|
+
maxAltitude,
|
|
33
|
+
location,
|
|
34
|
+
};
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
[[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,67 @@
|
|
|
1
|
+
# V1CreateProcessedImageSetImageRequest
|
|
2
|
+
|
|
3
|
+
Data needed to create a complete image set image and its extracted data.
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**imageSetId** | **string** | | [default to undefined]
|
|
10
|
+
**binning** | **number** | | [default to undefined]
|
|
11
|
+
**exposureLength** | **number** | | [default to undefined]
|
|
12
|
+
**imageSha** | **string** | | [optional] [default to undefined]
|
|
13
|
+
**imageSizeMb** | **number** | | [optional] [default to undefined]
|
|
14
|
+
**capturedAt** | **string** | | [default to undefined]
|
|
15
|
+
**gpsTimestamp** | **boolean** | | [default to undefined]
|
|
16
|
+
**rejectedReason** | [**V1ImageRejectionReason**](V1ImageRejectionReason.md) | | [optional] [default to undefined]
|
|
17
|
+
**fwhmAverage** | **number** | | [optional] [default to undefined]
|
|
18
|
+
**fwhmStdDev** | **number** | | [optional] [default to undefined]
|
|
19
|
+
**raDegrees** | **number** | | [optional] [default to undefined]
|
|
20
|
+
**decDegrees** | **number** | | [optional] [default to undefined]
|
|
21
|
+
**raOffset** | **number** | | [optional] [default to undefined]
|
|
22
|
+
**decOffset** | **number** | | [optional] [default to undefined]
|
|
23
|
+
**totalOffset** | **number** | | [optional] [default to undefined]
|
|
24
|
+
**totalOffsetStdDev** | **number** | | [optional] [default to undefined]
|
|
25
|
+
**totalOffsetRMS** | **number** | | [optional] [default to undefined]
|
|
26
|
+
**fitsHeaders** | [**Array<FitsHeader>**](FitsHeader.md) | | [default to undefined]
|
|
27
|
+
**extractedStreaks** | [**Array<V1ImageSetImageStreak>**](V1ImageSetImageStreak.md) | | [optional] [default to undefined]
|
|
28
|
+
**extractedDots** | [**Array<V1ImageSetImageDot>**](V1ImageSetImageDot.md) | | [optional] [default to undefined]
|
|
29
|
+
**targetPrediction** | [**V1PredictedStreakLocation**](V1PredictedStreakLocation.md) | | [optional] [default to undefined]
|
|
30
|
+
**streakExtractionSource** | [**StreakExtractionSource**](StreakExtractionSource.md) | | [optional] [default to undefined]
|
|
31
|
+
**attemptedExtractionMethods** | [**Array<StreakExtractionSource>**](StreakExtractionSource.md) | | [optional] [default to undefined]
|
|
32
|
+
**successfulExtractionMethod** | [**StreakExtractionSource**](StreakExtractionSource.md) | | [optional] [default to undefined]
|
|
33
|
+
|
|
34
|
+
## Example
|
|
35
|
+
|
|
36
|
+
```typescript
|
|
37
|
+
import { V1CreateProcessedImageSetImageRequest } from '@ourskyai/platform-api';
|
|
38
|
+
|
|
39
|
+
const instance: V1CreateProcessedImageSetImageRequest = {
|
|
40
|
+
imageSetId,
|
|
41
|
+
binning,
|
|
42
|
+
exposureLength,
|
|
43
|
+
imageSha,
|
|
44
|
+
imageSizeMb,
|
|
45
|
+
capturedAt,
|
|
46
|
+
gpsTimestamp,
|
|
47
|
+
rejectedReason,
|
|
48
|
+
fwhmAverage,
|
|
49
|
+
fwhmStdDev,
|
|
50
|
+
raDegrees,
|
|
51
|
+
decDegrees,
|
|
52
|
+
raOffset,
|
|
53
|
+
decOffset,
|
|
54
|
+
totalOffset,
|
|
55
|
+
totalOffsetStdDev,
|
|
56
|
+
totalOffsetRMS,
|
|
57
|
+
fitsHeaders,
|
|
58
|
+
extractedStreaks,
|
|
59
|
+
extractedDots,
|
|
60
|
+
targetPrediction,
|
|
61
|
+
streakExtractionSource,
|
|
62
|
+
attemptedExtractionMethods,
|
|
63
|
+
successfulExtractionMethod,
|
|
64
|
+
};
|
|
65
|
+
```
|
|
66
|
+
|
|
67
|
+
[[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,34 @@
|
|
|
1
|
+
# V1CreateTimeWindowedAssetRequest
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**nodeId** | **string** | | [default to undefined]
|
|
9
|
+
**assetType** | [**V1TimeWindowedAssetType**](V1TimeWindowedAssetType.md) | | [default to undefined]
|
|
10
|
+
**dataSource** | [**V1DataSource**](V1DataSource.md) | | [optional] [default to undefined]
|
|
11
|
+
**description** | **string** | | [default to undefined]
|
|
12
|
+
**assetStartTime** | **string** | | [default to undefined]
|
|
13
|
+
**assetEndTime** | **string** | | [default to undefined]
|
|
14
|
+
**fileSha** | **string** | | [default to undefined]
|
|
15
|
+
**fileSizeMb** | **number** | | [default to undefined]
|
|
16
|
+
|
|
17
|
+
## Example
|
|
18
|
+
|
|
19
|
+
```typescript
|
|
20
|
+
import { V1CreateTimeWindowedAssetRequest } from '@ourskyai/platform-api';
|
|
21
|
+
|
|
22
|
+
const instance: V1CreateTimeWindowedAssetRequest = {
|
|
23
|
+
nodeId,
|
|
24
|
+
assetType,
|
|
25
|
+
dataSource,
|
|
26
|
+
description,
|
|
27
|
+
assetStartTime,
|
|
28
|
+
assetEndTime,
|
|
29
|
+
fileSha,
|
|
30
|
+
fileSizeMb,
|
|
31
|
+
};
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
[[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
|
+
# V1CreateTimeWindowedAssetResponse
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**id** | **string** | | [default to undefined]
|
|
9
|
+
**uploadUrl** | **string** | | [default to undefined]
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import { V1CreateTimeWindowedAssetResponse } from '@ourskyai/platform-api';
|
|
15
|
+
|
|
16
|
+
const instance: V1CreateTimeWindowedAssetResponse = {
|
|
17
|
+
id,
|
|
18
|
+
uploadUrl,
|
|
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,10 @@
|
|
|
1
|
+
# V1DataSource
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Enum
|
|
5
|
+
|
|
6
|
+
* `ALL_SKY_VISIBLE` (value: `'ALL_SKY_VISIBLE'`)
|
|
7
|
+
|
|
8
|
+
* `ALL_SKY_THERMAL` (value: `'ALL_SKY_THERMAL'`)
|
|
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,21 @@
|
|
|
1
|
+
# V1DiagnosticInstruction
|
|
2
|
+
|
|
3
|
+
Diagnostic Instruction
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**diagnosticType** | [**V1NodeDiagnosticType**](V1NodeDiagnosticType.md) | | [default to undefined]
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import { V1DiagnosticInstruction } from '@ourskyai/platform-api';
|
|
15
|
+
|
|
16
|
+
const instance: V1DiagnosticInstruction = {
|
|
17
|
+
diagnosticType,
|
|
18
|
+
};
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
[[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
|
+
# V1DisableDebugServices
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**nodeId** | **string** | | [default to undefined]
|
|
9
|
+
**executableAt** | **string** | | [optional] [default to undefined]
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import { V1DisableDebugServices } from '@ourskyai/platform-api';
|
|
15
|
+
|
|
16
|
+
const instance: V1DisableDebugServices = {
|
|
17
|
+
nodeId,
|
|
18
|
+
executableAt,
|
|
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
|
+
# V1DurationMeasured
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**name** | **string** | | [default to undefined]
|
|
9
|
+
**startedAt** | **string** | | [default to undefined]
|
|
10
|
+
**endedAt** | **string** | | [default to undefined]
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```typescript
|
|
15
|
+
import { V1DurationMeasured } from '@ourskyai/platform-api';
|
|
16
|
+
|
|
17
|
+
const instance: V1DurationMeasured = {
|
|
18
|
+
name,
|
|
19
|
+
startedAt,
|
|
20
|
+
endedAt,
|
|
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,25 @@
|
|
|
1
|
+
# V1ElevationMaskPoint
|
|
2
|
+
|
|
3
|
+
Elevation Mask Point
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**azimuthDegrees** | **number** | | [default to undefined]
|
|
10
|
+
**minAltitudeDegrees** | **number** | | [default to undefined]
|
|
11
|
+
**maxAltitudeDegrees** | **number** | | [default to undefined]
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```typescript
|
|
16
|
+
import { V1ElevationMaskPoint } from '@ourskyai/platform-api';
|
|
17
|
+
|
|
18
|
+
const instance: V1ElevationMaskPoint = {
|
|
19
|
+
azimuthDegrees,
|
|
20
|
+
minAltitudeDegrees,
|
|
21
|
+
maxAltitudeDegrees,
|
|
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,22 @@
|
|
|
1
|
+
# V1EnableAutonomousOperation
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**nodeId** | **string** | | [default to undefined]
|
|
9
|
+
**executableAt** | **string** | | [optional] [default to undefined]
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import { V1EnableAutonomousOperation } from '@ourskyai/platform-api';
|
|
15
|
+
|
|
16
|
+
const instance: V1EnableAutonomousOperation = {
|
|
17
|
+
nodeId,
|
|
18
|
+
executableAt,
|
|
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,26 @@
|
|
|
1
|
+
# V1EnableDebugServices
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**nodeId** | **string** | | [default to undefined]
|
|
9
|
+
**datadogAPIKey** | **string** | | [default to undefined]
|
|
10
|
+
**datadogURL** | **string** | | [default to undefined]
|
|
11
|
+
**executableAt** | **string** | | [optional] [default to undefined]
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```typescript
|
|
16
|
+
import { V1EnableDebugServices } from '@ourskyai/platform-api';
|
|
17
|
+
|
|
18
|
+
const instance: V1EnableDebugServices = {
|
|
19
|
+
nodeId,
|
|
20
|
+
datadogAPIKey,
|
|
21
|
+
datadogURL,
|
|
22
|
+
executableAt,
|
|
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,22 @@
|
|
|
1
|
+
# V1EnableManualOperation
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**nodeId** | **string** | | [default to undefined]
|
|
9
|
+
**executableAt** | **string** | | [optional] [default to undefined]
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import { V1EnableManualOperation } from '@ourskyai/platform-api';
|
|
15
|
+
|
|
16
|
+
const instance: V1EnableManualOperation = {
|
|
17
|
+
nodeId,
|
|
18
|
+
executableAt,
|
|
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,27 @@
|
|
|
1
|
+
# V1Focuser
|
|
2
|
+
|
|
3
|
+
Focuser
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**id** | **string** | | [default to undefined]
|
|
10
|
+
**model** | **string** | | [default to undefined]
|
|
11
|
+
**manufacturer** | **string** | | [optional] [default to undefined]
|
|
12
|
+
**travelDistanceMm** | **number** | | [default to undefined]
|
|
13
|
+
|
|
14
|
+
## Example
|
|
15
|
+
|
|
16
|
+
```typescript
|
|
17
|
+
import { V1Focuser } from '@ourskyai/platform-api';
|
|
18
|
+
|
|
19
|
+
const instance: V1Focuser = {
|
|
20
|
+
id,
|
|
21
|
+
model,
|
|
22
|
+
manufacturer,
|
|
23
|
+
travelDistanceMm,
|
|
24
|
+
};
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
[[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,25 @@
|
|
|
1
|
+
# V1GainCurve
|
|
2
|
+
|
|
3
|
+
Gain Curve
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**gainMode** | **number** | | [default to undefined]
|
|
10
|
+
**gainCurve** | [**Array<V1GainCurvePoint>**](V1GainCurvePoint.md) | | [default to undefined]
|
|
11
|
+
**readoutNoiseCurve** | [**Array<V1ReadNoisePoint>**](V1ReadNoisePoint.md) | | [optional] [default to undefined]
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```typescript
|
|
16
|
+
import { V1GainCurve } from '@ourskyai/platform-api';
|
|
17
|
+
|
|
18
|
+
const instance: V1GainCurve = {
|
|
19
|
+
gainMode,
|
|
20
|
+
gainCurve,
|
|
21
|
+
readoutNoiseCurve,
|
|
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,22 @@
|
|
|
1
|
+
# V1GainCurvePoint
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**gain** | **number** | | [default to undefined]
|
|
9
|
+
**eADU** | **number** | | [default to undefined]
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import { V1GainCurvePoint } from '@ourskyai/platform-api';
|
|
15
|
+
|
|
16
|
+
const instance: V1GainCurvePoint = {
|
|
17
|
+
gain,
|
|
18
|
+
eADU,
|
|
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,22 @@
|
|
|
1
|
+
# V1GenerateEdgeTokenResponse
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**token** | **string** | The signed JWT token for authenticating against the edge controller | [default to undefined]
|
|
9
|
+
**expiresAt** | **string** | The expiration time of the token | [optional] [default to undefined]
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import { V1GenerateEdgeTokenResponse } from '@ourskyai/platform-api';
|
|
15
|
+
|
|
16
|
+
const instance: V1GenerateEdgeTokenResponse = {
|
|
17
|
+
token,
|
|
18
|
+
expiresAt,
|
|
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
|
+
# V1GetInstructionRequest
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**nodeId** | **string** | | [default to undefined]
|
|
9
|
+
**supportedDiagnostics** | [**Array<V1NodeDiagnosticType>**](V1NodeDiagnosticType.md) | | [default to undefined]
|
|
10
|
+
**altitude** | **number** | | [optional] [default to undefined]
|
|
11
|
+
**azimuth** | **number** | | [optional] [default to undefined]
|
|
12
|
+
**uploadHealth** | [**V1GetInstructionRequestUploadHealth**](V1GetInstructionRequestUploadHealth.md) | | [optional] [default to undefined]
|
|
13
|
+
|
|
14
|
+
## Example
|
|
15
|
+
|
|
16
|
+
```typescript
|
|
17
|
+
import { V1GetInstructionRequest } from '@ourskyai/platform-api';
|
|
18
|
+
|
|
19
|
+
const instance: V1GetInstructionRequest = {
|
|
20
|
+
nodeId,
|
|
21
|
+
supportedDiagnostics,
|
|
22
|
+
altitude,
|
|
23
|
+
azimuth,
|
|
24
|
+
uploadHealth,
|
|
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,24 @@
|
|
|
1
|
+
# V1GetInstructionRequestUploadHealth
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**queueSize** | **number** | | [optional] [default to undefined]
|
|
9
|
+
**lastUploadTime** | **string** | | [optional] [default to undefined]
|
|
10
|
+
**averageUploadDurationSeconds** | **number** | | [optional] [default to undefined]
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```typescript
|
|
15
|
+
import { V1GetInstructionRequestUploadHealth } from '@ourskyai/platform-api';
|
|
16
|
+
|
|
17
|
+
const instance: V1GetInstructionRequestUploadHealth = {
|
|
18
|
+
queueSize,
|
|
19
|
+
lastUploadTime,
|
|
20
|
+
averageUploadDurationSeconds,
|
|
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,20 @@
|
|
|
1
|
+
# V1GetNodeCommandsResponse
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**nodeCommands** | [**Array<V1NodeCommand>**](V1NodeCommand.md) | | [default to undefined]
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
import { V1GetNodeCommandsResponse } from '@ourskyai/platform-api';
|
|
14
|
+
|
|
15
|
+
const instance: V1GetNodeCommandsResponse = {
|
|
16
|
+
nodeCommands,
|
|
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,20 @@
|
|
|
1
|
+
# V1GetNodes
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**nodes** | [**Array<V1NodeWithLocation>**](V1NodeWithLocation.md) | | [default to undefined]
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
import { V1GetNodes } from '@ourskyai/platform-api';
|
|
14
|
+
|
|
15
|
+
const instance: V1GetNodes = {
|
|
16
|
+
nodes,
|
|
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
|
+
# V1GetOrCreateCameraRequest
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**model** | **string** | | [optional] [default to undefined]
|
|
9
|
+
**pixelSizeMicrons** | **number** | | [optional] [default to undefined]
|
|
10
|
+
**fullWellCapacity** | **number** | | [optional] [default to undefined]
|
|
11
|
+
**pixelsX** | **number** | | [optional] [default to undefined]
|
|
12
|
+
**pixelsY** | **number** | | [optional] [default to undefined]
|
|
13
|
+
**megapixels** | **number** | | [optional] [default to undefined]
|
|
14
|
+
**chilled** | **boolean** | | [optional] [default to undefined]
|
|
15
|
+
**shutterType** | [**ShutterType**](ShutterType.md) | | [optional] [default to undefined]
|
|
16
|
+
**sensorXmm** | **number** | | [optional] [default to undefined]
|
|
17
|
+
**sensorYmm** | **number** | | [optional] [default to undefined]
|
|
18
|
+
**unityGain** | **number** | | [optional] [default to undefined]
|
|
19
|
+
**optimalNighttimeGain** | **number** | | [optional] [default to undefined]
|
|
20
|
+
**optimalNighttimeGainOffset** | **number** | | [optional] [default to undefined]
|
|
21
|
+
**optimalNighttimeGainMode** | **number** | | [optional] [default to undefined]
|
|
22
|
+
**supportsVideoMode** | **boolean** | | [optional] [default to undefined]
|
|
23
|
+
**adcBitDepth** | **number** | | [optional] [default to undefined]
|
|
24
|
+
**quantumEfficiency** | **number** | | [optional] [default to undefined]
|
|
25
|
+
**gainCurves** | [**Array<V1GainCurve>**](V1GainCurve.md) | | [optional] [default to undefined]
|
|
26
|
+
**setupActions** | [**Array<V1SetupAction>**](V1SetupAction.md) | | [optional] [default to undefined]
|
|
27
|
+
**isColor** | **boolean** | | [optional] [default to undefined]
|
|
28
|
+
**videoModeFramerateProperties** | [**Array<V1VideoModeFramerateProperty>**](V1VideoModeFramerateProperty.md) | | [optional] [default to undefined]
|
|
29
|
+
|
|
30
|
+
## Example
|
|
31
|
+
|
|
32
|
+
```typescript
|
|
33
|
+
import { V1GetOrCreateCameraRequest } from '@ourskyai/platform-api';
|
|
34
|
+
|
|
35
|
+
const instance: V1GetOrCreateCameraRequest = {
|
|
36
|
+
model,
|
|
37
|
+
pixelSizeMicrons,
|
|
38
|
+
fullWellCapacity,
|
|
39
|
+
pixelsX,
|
|
40
|
+
pixelsY,
|
|
41
|
+
megapixels,
|
|
42
|
+
chilled,
|
|
43
|
+
shutterType,
|
|
44
|
+
sensorXmm,
|
|
45
|
+
sensorYmm,
|
|
46
|
+
unityGain,
|
|
47
|
+
optimalNighttimeGain,
|
|
48
|
+
optimalNighttimeGainOffset,
|
|
49
|
+
optimalNighttimeGainMode,
|
|
50
|
+
supportsVideoMode,
|
|
51
|
+
adcBitDepth,
|
|
52
|
+
quantumEfficiency,
|
|
53
|
+
gainCurves,
|
|
54
|
+
setupActions,
|
|
55
|
+
isColor,
|
|
56
|
+
videoModeFramerateProperties,
|
|
57
|
+
};
|
|
58
|
+
```
|
|
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,24 @@
|
|
|
1
|
+
# V1GetOrCreateFocuserRequest
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**model** | **string** | | [optional] [default to undefined]
|
|
9
|
+
**manufacturer** | **string** | | [optional] [default to undefined]
|
|
10
|
+
**travelDistanceMm** | **number** | | [optional] [default to undefined]
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```typescript
|
|
15
|
+
import { V1GetOrCreateFocuserRequest } from '@ourskyai/platform-api';
|
|
16
|
+
|
|
17
|
+
const instance: V1GetOrCreateFocuserRequest = {
|
|
18
|
+
model,
|
|
19
|
+
manufacturer,
|
|
20
|
+
travelDistanceMm,
|
|
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)
|