@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.
Files changed (189) hide show
  1. package/.openapi-generator/FILES +160 -0
  2. package/.openapi-generator/VERSION +1 -1
  3. package/README.md +265 -4
  4. package/api.ts +1571 -5769
  5. package/base.ts +14 -24
  6. package/common.ts +20 -44
  7. package/configuration.ts +37 -17
  8. package/dist/api.d.ts +980 -5067
  9. package/dist/api.js +968 -1150
  10. package/dist/base.d.ts +11 -23
  11. package/dist/base.js +5 -18
  12. package/dist/common.d.ts +6 -37
  13. package/dist/common.js +18 -40
  14. package/dist/configuration.d.ts +30 -15
  15. package/dist/configuration.js +5 -3
  16. package/dist/esm/api.d.ts +980 -5067
  17. package/dist/esm/api.js +968 -1150
  18. package/dist/esm/base.d.ts +11 -23
  19. package/dist/esm/base.js +4 -17
  20. package/dist/esm/common.d.ts +6 -37
  21. package/dist/esm/common.js +16 -39
  22. package/dist/esm/configuration.d.ts +30 -15
  23. package/dist/esm/configuration.js +5 -3
  24. package/dist/esm/index.d.ts +1 -1
  25. package/dist/esm/index.js +1 -1
  26. package/dist/index.d.ts +1 -1
  27. package/dist/index.js +1 -1
  28. package/docs/CameraMode.md +10 -0
  29. package/docs/DefaultApi.md +3904 -0
  30. package/docs/EmptySuccess.md +20 -0
  31. package/docs/FilterType.md +60 -0
  32. package/docs/FitsHeader.md +22 -0
  33. package/docs/ImageSetType.md +24 -0
  34. package/docs/Location.md +25 -0
  35. package/docs/MetricType.md +14 -0
  36. package/docs/ModelType.md +10 -0
  37. package/docs/MountGeometry.md +10 -0
  38. package/docs/MountType.md +10 -0
  39. package/docs/NetworkInterface.md +15 -0
  40. package/docs/NodeState.md +20 -0
  41. package/docs/OrbitType.md +42 -0
  42. package/docs/PKICertificate.md +30 -0
  43. package/docs/PlateSolveParameters.md +26 -0
  44. package/docs/ShutterType.md +10 -0
  45. package/docs/StreakExtractionSource.md +35 -0
  46. package/docs/SuccessfulCreate.md +20 -0
  47. package/docs/TrackingType.md +12 -0
  48. package/docs/UploadPriority.md +10 -0
  49. package/docs/V1AccessToken.md +43 -0
  50. package/docs/V1AccessTokenType.md +12 -0
  51. package/docs/V1AllSkyCameraConfig.md +22 -0
  52. package/docs/V1AllSkyImageForImage.md +28 -0
  53. package/docs/V1AllSkyPrediction.md +30 -0
  54. package/docs/V1AllSkyPredictionLabel.md +16 -0
  55. package/docs/V1ApexChartsTimeline.md +20 -0
  56. package/docs/V1ApexChartsTimelineElement.md +24 -0
  57. package/docs/V1AssetSize.md +10 -0
  58. package/docs/V1AutoFocusInstruction.md +23 -0
  59. package/docs/V1AutoFocusInstructionCoordinatesInner.md +23 -0
  60. package/docs/V1BlackoutBox.md +26 -0
  61. package/docs/V1Camera.md +47 -0
  62. package/docs/V1CameraRollImage.md +34 -0
  63. package/docs/V1ClientToken.md +22 -0
  64. package/docs/V1CompleteNodeControllerCrashReportRequest.md +20 -0
  65. package/docs/V1CompleteNodeFlareRequest.md +20 -0
  66. package/docs/V1CompleteObservationRequest.md +20 -0
  67. package/docs/V1CreateAllSkyPredictionRequest.md +24 -0
  68. package/docs/V1CreateAutofocusResultRequest.md +28 -0
  69. package/docs/V1CreateImageMetadataRequest.md +26 -0
  70. package/docs/V1CreateImageSetImageRequest.md +32 -0
  71. package/docs/V1CreateImageSetImageResponse.md +23 -0
  72. package/docs/V1CreateImageSetImageUploadUrlRequest.md +26 -0
  73. package/docs/V1CreateImageSetImageUploadUrlResponse.md +20 -0
  74. package/docs/V1CreateImageSetRequest.md +28 -0
  75. package/docs/V1CreateNodeControllerArtifactRequest.md +20 -0
  76. package/docs/V1CreateNodeControllerCrashReportRequest.md +37 -0
  77. package/docs/V1CreateNodeControllerCrashReportResponse.md +22 -0
  78. package/docs/V1CreateNodeDiagnostic.md +28 -0
  79. package/docs/V1CreateNodeDiagnosticsRequest.md +22 -0
  80. package/docs/V1CreateNodeEvent.md +24 -0
  81. package/docs/V1CreateNodeEventsRequest.md +22 -0
  82. package/docs/V1CreateNodeFlareRequest.md +22 -0
  83. package/docs/V1CreateNodeFlareResponse.md +22 -0
  84. package/docs/V1CreateNodeRequest.md +37 -0
  85. package/docs/V1CreateProcessedImageSetImageRequest.md +67 -0
  86. package/docs/V1CreateTimeWindowedAssetRequest.md +34 -0
  87. package/docs/V1CreateTimeWindowedAssetResponse.md +22 -0
  88. package/docs/V1DataSource.md +10 -0
  89. package/docs/V1DiagnosticInstruction.md +21 -0
  90. package/docs/V1DisableDebugServices.md +22 -0
  91. package/docs/V1DurationMeasured.md +24 -0
  92. package/docs/V1ElevationMaskPoint.md +25 -0
  93. package/docs/V1EnableAutonomousOperation.md +22 -0
  94. package/docs/V1EnableDebugServices.md +26 -0
  95. package/docs/V1EnableManualOperation.md +22 -0
  96. package/docs/V1FileType.md +8 -0
  97. package/docs/V1Focuser.md +27 -0
  98. package/docs/V1GainCurve.md +25 -0
  99. package/docs/V1GainCurvePoint.md +22 -0
  100. package/docs/V1GenerateEdgeTokenResponse.md +22 -0
  101. package/docs/V1GetInstructionRequest.md +28 -0
  102. package/docs/V1GetInstructionRequestUploadHealth.md +24 -0
  103. package/docs/V1GetNodeCommandsResponse.md +20 -0
  104. package/docs/V1GetNodes.md +20 -0
  105. package/docs/V1GetOrCreateCameraRequest.md +60 -0
  106. package/docs/V1GetOrCreateFocuserRequest.md +24 -0
  107. package/docs/V1GetOrCreateMountRequest.md +24 -0
  108. package/docs/V1GetPlateSolveCatalogDiffRequest.md +20 -0
  109. package/docs/V1GetSuntimesResponse.md +36 -0
  110. package/docs/V1HFRStar.md +25 -0
  111. package/docs/V1ImageFileType.md +10 -0
  112. package/docs/V1ImageMetadata.md +32 -0
  113. package/docs/V1ImageRejectionReason.md +64 -0
  114. package/docs/V1ImageSet.md +43 -0
  115. package/docs/V1ImageSetImage.md +77 -0
  116. package/docs/V1ImageSetImageDot.md +45 -0
  117. package/docs/V1ImageSetImageStreak.md +57 -0
  118. package/docs/V1Instruction.md +31 -0
  119. package/docs/V1JobStatus.md +16 -0
  120. package/docs/V1LastInstructionResponse.md +24 -0
  121. package/docs/V1LatestHfrResponse.md +24 -0
  122. package/docs/V1LogRecorded.md +20 -0
  123. package/docs/V1MLModel.md +30 -0
  124. package/docs/V1MatchedStar.md +39 -0
  125. package/docs/V1Metric.md +30 -0
  126. package/docs/V1Mount.md +23 -0
  127. package/docs/V1Node.md +59 -0
  128. package/docs/V1NodeCommand.md +34 -0
  129. package/docs/V1NodeComponentType.md +34 -0
  130. package/docs/V1NodeConfigBody.md +20 -0
  131. package/docs/V1NodeConfigKeyMetadata.md +26 -0
  132. package/docs/V1NodeConfigScopeType.md +12 -0
  133. package/docs/V1NodeController.md +36 -0
  134. package/docs/V1NodeControllerArtifact.md +20 -0
  135. package/docs/V1NodeControllerBootstrapRequest.md +20 -0
  136. package/docs/V1NodeControllerIssueCertificateResponse.md +32 -0
  137. package/docs/V1NodeControllerIssueCertificateResponseRsaKeyPair.md +24 -0
  138. package/docs/V1NodeControllerMacAddressesInner.md +22 -0
  139. package/docs/V1NodeControllerStatus.md +13 -0
  140. package/docs/V1NodeDiagnosticType.md +80 -0
  141. package/docs/V1NodeEventType.md +32 -0
  142. package/docs/V1NodeFlare.md +25 -0
  143. package/docs/V1NodeWithLocation.md +23 -0
  144. package/docs/V1OAuthAuthorizeRequest.md +26 -0
  145. package/docs/V1OAuthAuthorizeResponse.md +20 -0
  146. package/docs/V1OAuthTokenRequest.md +24 -0
  147. package/docs/V1OAuthTokenResponse.md +22 -0
  148. package/docs/V1OTAEncryptionRequestLatest.md +20 -0
  149. package/docs/V1OTAEncryptionResult.md +30 -0
  150. package/docs/V1ObservationInstruction.md +79 -0
  151. package/docs/V1ObservationInstructionAscomAxisRates.md +35 -0
  152. package/docs/V1ObservationInstructionSatellitePassEphemerisInner.md +25 -0
  153. package/docs/V1ObservationMetrics.md +30 -0
  154. package/docs/V1OpticalTube.md +27 -0
  155. package/docs/V1PixelCoordinates.md +23 -0
  156. package/docs/V1PlateSolveCatalogFile.md +22 -0
  157. package/docs/V1PlateSolveCatalogFileDownload.md +26 -0
  158. package/docs/V1PlateSolveResult.md +40 -0
  159. package/docs/V1PlateSolveStatus.md +12 -0
  160. package/docs/V1PredictedStreakLocation.md +26 -0
  161. package/docs/V1PrincipalRoleType.md +20 -0
  162. package/docs/V1ProductRevision.md +12 -0
  163. package/docs/V1ReadNoisePoint.md +22 -0
  164. package/docs/V1RebootSystem.md +22 -0
  165. package/docs/V1RefreshCertificateRequest.md +20 -0
  166. package/docs/V1RegisterNodeControllerRequest.md +24 -0
  167. package/docs/V1RequestMacAddressesRequest.md +22 -0
  168. package/docs/V1RequestMacAddressesResponse.md +20 -0
  169. package/docs/V1RequestMacAddressesResponseMacAddressesInner.md +22 -0
  170. package/docs/V1ResolvedInstruction.md +85 -0
  171. package/docs/V1SIPCoefficients.md +40 -0
  172. package/docs/V1SafetyStatusUpdated.md +20 -0
  173. package/docs/V1SendFlare.md +40 -0
  174. package/docs/V1SetupAction.md +23 -0
  175. package/docs/V1SoftwarePackageType.md +8 -0
  176. package/docs/V1SoftwareRelease.md +34 -0
  177. package/docs/V1SoftwareRuntimeEnvironmentType.md +9 -0
  178. package/docs/V1SystemVariant.md +34 -0
  179. package/docs/V1TerrestrialDownlinkInstruction.md +33 -0
  180. package/docs/V1TimeWindowedAsset.md +37 -0
  181. package/docs/V1TimeWindowedAssetType.md +10 -0
  182. package/docs/V1Transformation.md +77 -0
  183. package/docs/V1UpdateNodeRequest.md +51 -0
  184. package/docs/V1VideoModeFramerateProperty.md +28 -0
  185. package/docs/V2CompleteObservationRequest.md +24 -0
  186. package/docs/V2NodeControllerIssueCertificateResponse.md +22 -0
  187. package/docs/V2UpdateNodeRequest.md +43 -0
  188. package/index.ts +1 -1
  189. 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,8 @@
1
+ # V1FileType
2
+
3
+
4
+ ## Enum
5
+
6
+ * `ZIP` (value: `'ZIP'`)
7
+
8
+ [[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)