@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,23 @@
1
+ # V1AutoFocusInstruction
2
+
3
+ Autofocus Instruction
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **id** | **string** | | [default to undefined]
10
+ **coordinates** | [**Array<V1AutoFocusInstructionCoordinatesInner>**](V1AutoFocusInstructionCoordinatesInner.md) | | [optional] [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { V1AutoFocusInstruction } from '@ourskyai/platform-api';
16
+
17
+ const instance: V1AutoFocusInstruction = {
18
+ id,
19
+ coordinates,
20
+ };
21
+ ```
22
+
23
+ [[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,23 @@
1
+ # V1AutoFocusInstructionCoordinatesInner
2
+
3
+ Coordinates in degrees in epoch J2000
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **rightAscension** | **number** | | [optional] [default to undefined]
10
+ **declination** | **number** | | [optional] [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { V1AutoFocusInstructionCoordinatesInner } from '@ourskyai/platform-api';
16
+
17
+ const instance: V1AutoFocusInstructionCoordinatesInner = {
18
+ rightAscension,
19
+ declination,
20
+ };
21
+ ```
22
+
23
+ [[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
+ # V1BlackoutBox
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **raStartDegrees** | **number** | | [optional] [default to undefined]
9
+ **raEndDegrees** | **number** | | [optional] [default to undefined]
10
+ **decStartDegrees** | **number** | | [optional] [default to undefined]
11
+ **decEndDegrees** | **number** | | [optional] [default to undefined]
12
+
13
+ ## Example
14
+
15
+ ```typescript
16
+ import { V1BlackoutBox } from '@ourskyai/platform-api';
17
+
18
+ const instance: V1BlackoutBox = {
19
+ raStartDegrees,
20
+ raEndDegrees,
21
+ decStartDegrees,
22
+ decEndDegrees,
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,47 @@
1
+ # V1Camera
2
+
3
+ Camera
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **id** | **string** | | [default to undefined]
10
+ **model** | **string** | | [default to undefined]
11
+ **pixelSizeMicrons** | **number** | | [default to undefined]
12
+ **pixelsX** | **number** | | [optional] [default to undefined]
13
+ **pixelsY** | **number** | | [optional] [default to undefined]
14
+ **megapixels** | **number** | | [default to undefined]
15
+ **chilled** | **boolean** | | [default to undefined]
16
+ **adcBitDepth** | **number** | | [default to undefined]
17
+ **gpsTimestamps** | **boolean** | | [optional] [default to undefined]
18
+ **shutterType** | [**ShutterType**](ShutterType.md) | | [default to undefined]
19
+ **fullWellCapacity** | **number** | | [optional] [default to undefined]
20
+ **setupActions** | [**Array<V1SetupAction>**](V1SetupAction.md) | | [optional] [default to undefined]
21
+ **isColor** | **boolean** | | [default to undefined]
22
+ **videoModeFramerateProperties** | [**Array<V1VideoModeFramerateProperty>**](V1VideoModeFramerateProperty.md) | | [optional] [default to undefined]
23
+
24
+ ## Example
25
+
26
+ ```typescript
27
+ import { V1Camera } from '@ourskyai/platform-api';
28
+
29
+ const instance: V1Camera = {
30
+ id,
31
+ model,
32
+ pixelSizeMicrons,
33
+ pixelsX,
34
+ pixelsY,
35
+ megapixels,
36
+ chilled,
37
+ adcBitDepth,
38
+ gpsTimestamps,
39
+ shutterType,
40
+ fullWellCapacity,
41
+ setupActions,
42
+ isColor,
43
+ videoModeFramerateProperties,
44
+ };
45
+ ```
46
+
47
+ [[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
+ # V1CameraRollImage
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **imageSetId** | **string** | | [default to undefined]
10
+ **imageType** | [**ImageSetType**](ImageSetType.md) | | [default to undefined]
11
+ **thumbnailUrl** | **string** | | [default to undefined]
12
+ **fullSizeJpegUrl** | **string** | | [default to undefined]
13
+ **width** | **number** | | [optional] [default to undefined]
14
+ **height** | **number** | | [optional] [default to undefined]
15
+ **capturedAt** | **string** | | [default to undefined]
16
+
17
+ ## Example
18
+
19
+ ```typescript
20
+ import { V1CameraRollImage } from '@ourskyai/platform-api';
21
+
22
+ const instance: V1CameraRollImage = {
23
+ id,
24
+ imageSetId,
25
+ imageType,
26
+ thumbnailUrl,
27
+ fullSizeJpegUrl,
28
+ width,
29
+ height,
30
+ capturedAt,
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
+ # V1ClientToken
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **mapboxToken** | **string** | Mapbox token | [default to undefined]
9
+ **cesiumToken** | **string** | Cesium token | [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { V1ClientToken } from '@ourskyai/platform-api';
15
+
16
+ const instance: V1ClientToken = {
17
+ mapboxToken,
18
+ cesiumToken,
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,20 @@
1
+ # V1CompleteNodeControllerCrashReportRequest
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 { V1CompleteNodeControllerCrashReportRequest } from '@ourskyai/platform-api';
14
+
15
+ const instance: V1CompleteNodeControllerCrashReportRequest = {
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,20 @@
1
+ # V1CompleteNodeFlareRequest
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 { V1CompleteNodeFlareRequest } from '@ourskyai/platform-api';
14
+
15
+ const instance: V1CompleteNodeFlareRequest = {
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,20 @@
1
+ # V1CompleteObservationRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **imageSetId** | **string** | | [default to undefined]
9
+
10
+ ## Example
11
+
12
+ ```typescript
13
+ import { V1CompleteObservationRequest } from '@ourskyai/platform-api';
14
+
15
+ const instance: V1CompleteObservationRequest = {
16
+ imageSetId,
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
+ # V1CreateAllSkyPredictionRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **imageId** | **string** | | [default to undefined]
9
+ **label** | [**V1AllSkyPredictionLabel**](V1AllSkyPredictionLabel.md) | | [default to undefined]
10
+ **confidence** | **number** | | [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { V1CreateAllSkyPredictionRequest } from '@ourskyai/platform-api';
16
+
17
+ const instance: V1CreateAllSkyPredictionRequest = {
18
+ imageId,
19
+ label,
20
+ confidence,
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,28 @@
1
+ # V1CreateAutofocusResultRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | The autofocus id | [default to undefined]
9
+ **node_id** | **string** | The node that autofocus was performed on. | [default to undefined]
10
+ **autofocus_time** | **string** | The timestamp when the autofocus operation was completed. | [default to undefined]
11
+ **hfrBefore** | **number** | The HFR value before autofocusing. | [default to undefined]
12
+ **hfrAfter** | **number** | The HFR value after autofocusing. | [default to undefined]
13
+
14
+ ## Example
15
+
16
+ ```typescript
17
+ import { V1CreateAutofocusResultRequest } from '@ourskyai/platform-api';
18
+
19
+ const instance: V1CreateAutofocusResultRequest = {
20
+ id,
21
+ node_id,
22
+ autofocus_time,
23
+ hfrBefore,
24
+ hfrAfter,
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,26 @@
1
+ # V1CreateImageMetadataRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **plateSolveResult** | [**V1PlateSolveResult**](V1PlateSolveResult.md) | | [optional] [default to undefined]
9
+ **inputStars** | [**Array<V1HFRStar>**](V1HFRStar.md) | Extracted star features from the image. Used as inputs to plate solving | [optional] [default to undefined]
10
+ **sipCoefficients** | [**V1SIPCoefficients**](V1SIPCoefficients.md) | | [optional] [default to undefined]
11
+ **photometricZeroPoint** | **number** | Photometric zero point offset. Add to instrumental magnitude (-2.5*log10(flux)) to get calibrated magnitude in standard photometric system. | [optional] [default to undefined]
12
+
13
+ ## Example
14
+
15
+ ```typescript
16
+ import { V1CreateImageMetadataRequest } from '@ourskyai/platform-api';
17
+
18
+ const instance: V1CreateImageMetadataRequest = {
19
+ plateSolveResult,
20
+ inputStars,
21
+ sipCoefficients,
22
+ photometricZeroPoint,
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,32 @@
1
+ # V1CreateImageSetImageRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **imageSetId** | **string** | | [default to undefined]
9
+ **imageFileType** | [**V1ImageFileType**](V1ImageFileType.md) | | [optional] [default to undefined]
10
+ **binning** | **number** | | [optional] [default to undefined]
11
+ **exposureLength** | **number** | | [optional] [default to undefined]
12
+ **imageSha** | **string** | | [optional] [default to undefined]
13
+ **imageSizeMb** | **number** | | [optional] [default to undefined]
14
+ **capturedAt** | **string** | | [optional] [default to undefined]
15
+
16
+ ## Example
17
+
18
+ ```typescript
19
+ import { V1CreateImageSetImageRequest } from '@ourskyai/platform-api';
20
+
21
+ const instance: V1CreateImageSetImageRequest = {
22
+ imageSetId,
23
+ imageFileType,
24
+ binning,
25
+ exposureLength,
26
+ imageSha,
27
+ imageSizeMb,
28
+ capturedAt,
29
+ };
30
+ ```
31
+
32
+ [[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,23 @@
1
+ # V1CreateImageSetImageResponse
2
+
3
+ Response from image creation, with image ID and presigned S3 upload URL.
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **id** | **string** | | [default to undefined]
10
+ **uploadUrl** | **string** | | [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { V1CreateImageSetImageResponse } from '@ourskyai/platform-api';
16
+
17
+ const instance: V1CreateImageSetImageResponse = {
18
+ id,
19
+ uploadUrl,
20
+ };
21
+ ```
22
+
23
+ [[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
+ # V1CreateImageSetImageUploadUrlRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **imageSetId** | **string** | | [default to undefined]
9
+ **imageId** | **string** | | [default to undefined]
10
+ **imageFileType** | [**V1ImageFileType**](V1ImageFileType.md) | | [default to undefined]
11
+ **assetSize** | [**V1AssetSize**](V1AssetSize.md) | | [optional] [default to undefined]
12
+
13
+ ## Example
14
+
15
+ ```typescript
16
+ import { V1CreateImageSetImageUploadUrlRequest } from '@ourskyai/platform-api';
17
+
18
+ const instance: V1CreateImageSetImageUploadUrlRequest = {
19
+ imageSetId,
20
+ imageId,
21
+ imageFileType,
22
+ assetSize,
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,20 @@
1
+ # V1CreateImageSetImageUploadUrlResponse
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **uploadUrl** | **string** | | [default to undefined]
9
+
10
+ ## Example
11
+
12
+ ```typescript
13
+ import { V1CreateImageSetImageUploadUrlResponse } from '@ourskyai/platform-api';
14
+
15
+ const instance: V1CreateImageSetImageUploadUrlResponse = {
16
+ uploadUrl,
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,28 @@
1
+ # V1CreateImageSetRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **nodeId** | **string** | | [default to undefined]
9
+ **observationId** | **string** | | [optional] [default to undefined]
10
+ **type** | [**ImageSetType**](ImageSetType.md) | | [default to undefined]
11
+ **trackingType** | [**TrackingType**](TrackingType.md) | | [optional] [default to undefined]
12
+ **filterType** | [**FilterType**](FilterType.md) | | [optional] [default to undefined]
13
+
14
+ ## Example
15
+
16
+ ```typescript
17
+ import { V1CreateImageSetRequest } from '@ourskyai/platform-api';
18
+
19
+ const instance: V1CreateImageSetRequest = {
20
+ nodeId,
21
+ observationId,
22
+ type,
23
+ trackingType,
24
+ filterType,
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,20 @@
1
+ # V1CreateNodeControllerArtifactRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **path** | **string** | | [default to undefined]
9
+
10
+ ## Example
11
+
12
+ ```typescript
13
+ import { V1CreateNodeControllerArtifactRequest } from '@ourskyai/platform-api';
14
+
15
+ const instance: V1CreateNodeControllerArtifactRequest = {
16
+ path,
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,37 @@
1
+ # V1CreateNodeControllerCrashReportRequest
2
+
3
+ create a crash report
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **lineageId** | **string** | | [default to undefined]
10
+ **fileSha** | **string** | | [default to undefined]
11
+ **fileSizeMb** | **number** | | [default to undefined]
12
+ **softwareVersion** | **string** | | [default to undefined]
13
+ **componentName** | **string** | | [default to undefined]
14
+ **kernelVersion** | **string** | | [default to undefined]
15
+ **backtrace** | **string** | | [default to undefined]
16
+ **singleThreadBacktrace** | **string** | | [optional] [default to undefined]
17
+ **addressSanitizerBacktrace** | **string** | | [optional] [default to undefined]
18
+
19
+ ## Example
20
+
21
+ ```typescript
22
+ import { V1CreateNodeControllerCrashReportRequest } from '@ourskyai/platform-api';
23
+
24
+ const instance: V1CreateNodeControllerCrashReportRequest = {
25
+ lineageId,
26
+ fileSha,
27
+ fileSizeMb,
28
+ softwareVersion,
29
+ componentName,
30
+ kernelVersion,
31
+ backtrace,
32
+ singleThreadBacktrace,
33
+ addressSanitizerBacktrace,
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,22 @@
1
+ # V1CreateNodeControllerCrashReportResponse
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 { V1CreateNodeControllerCrashReportResponse } from '@ourskyai/platform-api';
15
+
16
+ const instance: V1CreateNodeControllerCrashReportResponse = {
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,28 @@
1
+ # V1CreateNodeDiagnostic
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **componentType** | [**V1NodeComponentType**](V1NodeComponentType.md) | | [default to undefined]
9
+ **componentId** | **string** | | [default to undefined]
10
+ **diagnosticType** | [**V1NodeDiagnosticType**](V1NodeDiagnosticType.md) | | [default to undefined]
11
+ **value** | **string** | | [default to undefined]
12
+ **measuredAt** | **string** | | [default to undefined]
13
+
14
+ ## Example
15
+
16
+ ```typescript
17
+ import { V1CreateNodeDiagnostic } from '@ourskyai/platform-api';
18
+
19
+ const instance: V1CreateNodeDiagnostic = {
20
+ componentType,
21
+ componentId,
22
+ diagnosticType,
23
+ value,
24
+ measuredAt,
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,22 @@
1
+ # V1CreateNodeDiagnosticsRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **nodeId** | **string** | | [default to undefined]
9
+ **diagnostics** | [**Array<V1CreateNodeDiagnostic>**](V1CreateNodeDiagnostic.md) | | [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { V1CreateNodeDiagnosticsRequest } from '@ourskyai/platform-api';
15
+
16
+ const instance: V1CreateNodeDiagnosticsRequest = {
17
+ nodeId,
18
+ diagnostics,
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
+ # V1CreateNodeEvent
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **type** | [**V1NodeEventType**](V1NodeEventType.md) | | [default to undefined]
9
+ **body** | **object** | | [default to undefined]
10
+ **generatedAt** | **string** | | [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { V1CreateNodeEvent } from '@ourskyai/platform-api';
16
+
17
+ const instance: V1CreateNodeEvent = {
18
+ type,
19
+ body,
20
+ generatedAt,
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,22 @@
1
+ # V1CreateNodeEventsRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **nodeId** | **string** | | [default to undefined]
9
+ **events** | [**Array<V1CreateNodeEvent>**](V1CreateNodeEvent.md) | | [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { V1CreateNodeEventsRequest } from '@ourskyai/platform-api';
15
+
16
+ const instance: V1CreateNodeEventsRequest = {
17
+ nodeId,
18
+ events,
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
+ # V1CreateNodeFlareRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **fileSha** | **string** | | [default to undefined]
9
+ **fileSizeMb** | **number** | | [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { V1CreateNodeFlareRequest } from '@ourskyai/platform-api';
15
+
16
+ const instance: V1CreateNodeFlareRequest = {
17
+ fileSha,
18
+ fileSizeMb,
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)