@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,40 @@
1
+ # V1SIPCoefficients
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **order** | **number** | Order of the SIP transformation | [default to undefined]
9
+ **A** | **Array<Array<number>>** | Forward SIP coefficients matrix A | [default to undefined]
10
+ **B** | **Array<Array<number>>** | Forward SIP coefficients matrix B | [default to undefined]
11
+ **CD1_1** | **number** | Coordinate description matrix element (1,1) - maps pixel coordinates to sky coordinates in degrees, encapsulating scale, rotation and skew | [default to undefined]
12
+ **CD1_2** | **number** | Coordinate description matrix element (1,2) - maps pixel coordinates to sky coordinates in degrees, encapsulating scale, rotation and skew | [default to undefined]
13
+ **CD2_1** | **number** | Coordinate description matrix element (2,1) - maps pixel coordinates to sky coordinates in degrees, encapsulating scale, rotation and skew | [default to undefined]
14
+ **CD2_2** | **number** | Coordinate description matrix element (2,2) - maps pixel coordinates to sky coordinates in degrees, encapsulating scale, rotation and skew | [default to undefined]
15
+ **coordinateReferencePixelX** | **number** | X coordinate of the reference pixel | [default to undefined]
16
+ **coordinateReferencePixelY** | **number** | Y coordinate of the reference pixel | [default to undefined]
17
+ **coordinateReferenceRADegrees** | **number** | Right ascension of the reference coordinate in degrees | [default to undefined]
18
+ **coordinateReferenceDecDegrees** | **number** | Declination of the reference coordinate in degrees | [default to undefined]
19
+
20
+ ## Example
21
+
22
+ ```typescript
23
+ import { V1SIPCoefficients } from '@ourskyai/platform-api';
24
+
25
+ const instance: V1SIPCoefficients = {
26
+ order,
27
+ A,
28
+ B,
29
+ CD1_1,
30
+ CD1_2,
31
+ CD2_1,
32
+ CD2_2,
33
+ coordinateReferencePixelX,
34
+ coordinateReferencePixelY,
35
+ coordinateReferenceRADegrees,
36
+ coordinateReferenceDecDegrees,
37
+ };
38
+ ```
39
+
40
+ [[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
+ # V1SafetyStatusUpdated
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **isSafe** | **boolean** | | [default to undefined]
9
+
10
+ ## Example
11
+
12
+ ```typescript
13
+ import { V1SafetyStatusUpdated } from '@ourskyai/platform-api';
14
+
15
+ const instance: V1SafetyStatusUpdated = {
16
+ isSafe,
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,40 @@
1
+ # V1SendFlare
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **nodeId** | **string** | | [default to undefined]
9
+ **journalSizeLimitBytes** | **number** | | [optional] [default to undefined]
10
+ **diagnoseMount** | **boolean** | | [optional] [default to undefined]
11
+ **diagnoseAstroCamera** | **boolean** | | [optional] [default to undefined]
12
+ **diagnoseAllSkyCamera** | **boolean** | | [optional] [default to undefined]
13
+ **diagnoseFocuser** | **boolean** | | [optional] [default to undefined]
14
+ **diagnoseWeatherStation** | **boolean** | | [optional] [default to undefined]
15
+ **diagnoseRelays** | **boolean** | | [optional] [default to undefined]
16
+ **diagnoseRoof** | **boolean** | | [optional] [default to undefined]
17
+ **diagnosePlatformConnection** | **boolean** | | [optional] [default to undefined]
18
+ **executableAt** | **string** | | [optional] [default to undefined]
19
+
20
+ ## Example
21
+
22
+ ```typescript
23
+ import { V1SendFlare } from '@ourskyai/platform-api';
24
+
25
+ const instance: V1SendFlare = {
26
+ nodeId,
27
+ journalSizeLimitBytes,
28
+ diagnoseMount,
29
+ diagnoseAstroCamera,
30
+ diagnoseAllSkyCamera,
31
+ diagnoseFocuser,
32
+ diagnoseWeatherStation,
33
+ diagnoseRelays,
34
+ diagnoseRoof,
35
+ diagnosePlatformConnection,
36
+ executableAt,
37
+ };
38
+ ```
39
+
40
+ [[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
+ # V1SetupAction
2
+
3
+ Setup Action
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **action** | **string** | | [default to undefined]
10
+ **arguments** | **Array<string>** | | [optional] [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { V1SetupAction } from '@ourskyai/platform-api';
16
+
17
+ const instance: V1SetupAction = {
18
+ action,
19
+ arguments,
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,8 @@
1
+ # V1SoftwarePackageType
2
+
3
+
4
+ ## Enum
5
+
6
+ * `QCOM_OTA` (value: `'QCOM_OTA'`)
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,34 @@
1
+ # V1SoftwareRelease
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **version** | **string** | Semantic version 2.0 of this release. | [default to undefined]
10
+ **url** | **string** | | [default to undefined]
11
+ **checksum** | **string** | SHA256 checksum of the file | [default to undefined]
12
+ **fileType** | [**V1FileType**](V1FileType.md) | | [default to undefined]
13
+ **packageType** | [**V1SoftwarePackageType**](V1SoftwarePackageType.md) | | [default to undefined]
14
+ **runtimeEnvironmentTypes** | [**Array<V1SoftwareRuntimeEnvironmentType>**](V1SoftwareRuntimeEnvironmentType.md) | Deprecated: superseded by productRevision; always returned as [EDGE_CONTROLLER] for backwards compatibility. | [optional] [default to undefined]
15
+ **productRevision** | [**V1ProductRevision**](V1ProductRevision.md) | | [optional] [default to undefined]
16
+
17
+ ## Example
18
+
19
+ ```typescript
20
+ import { V1SoftwareRelease } from '@ourskyai/platform-api';
21
+
22
+ const instance: V1SoftwareRelease = {
23
+ id,
24
+ version,
25
+ url,
26
+ checksum,
27
+ fileType,
28
+ packageType,
29
+ runtimeEnvironmentTypes,
30
+ productRevision,
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,9 @@
1
+ # V1SoftwareRuntimeEnvironmentType
2
+
3
+ Deprecated: superseded by V1ProductRevision. Always EDGE_CONTROLLER; retained only for backwards compatibility.
4
+
5
+ ## Enum
6
+
7
+ * `EDGE_CONTROLLER` (value: `'EDGE_CONTROLLER'`)
8
+
9
+ [[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
+ # V1SystemVariant
2
+
3
+
4
+ ## Enum
5
+
6
+ * `AVIONICS` (value: `'AVIONICS'`)
7
+
8
+ * `ENCLOSURE_300` (value: `'ENCLOSURE_300'`)
9
+
10
+ * `ENCLOSURE_700_OR_1000` (value: `'ENCLOSURE_700_OR_1000'`)
11
+
12
+ * `ENCLOSURE_700` (value: `'ENCLOSURE_700'`)
13
+
14
+ * `ENCLOSURE_1000` (value: `'ENCLOSURE_1000'`)
15
+
16
+ * `ENCLOSURE_PF_1000` (value: `'ENCLOSURE_PF_1000'`)
17
+
18
+ * `STANDALONE_RC_700_OR_1000` (value: `'STANDALONE_RC_700_OR_1000'`)
19
+
20
+ * `STANDALONE_700` (value: `'STANDALONE_700'`)
21
+
22
+ * `STANDALONE_1000` (value: `'STANDALONE_1000'`)
23
+
24
+ * `STANDALONE_PF_1000` (value: `'STANDALONE_PF_1000'`)
25
+
26
+ * `WEATHERIZED` (value: `'WEATHERIZED'`)
27
+
28
+ * `LASERCOM_RECEIVE` (value: `'LASERCOM_RECEIVE'`)
29
+
30
+ * `LASERCOM_TRANSMIT` (value: `'LASERCOM_TRANSMIT'`)
31
+
32
+ * `CUSTOM` (value: `'CUSTOM'`)
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,33 @@
1
+ # V1TerrestrialDownlinkInstruction
2
+
3
+ A terrestrial downlink instruction instructs the chosen telescope to point to a given alt/az coordinate, then search around this area in an Archemedian Spiral. While searching, the scope will try to maximize power coupling until there is sufficient power to establish an ethernet connection. Once locked onto a target and sufficient power is detected, an empty post request is sent to the `callbackUrl` to notify link availability.
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **id** | **string** | | [default to undefined]
10
+ **altitude** | **number** | Starting altitude (elevation) in degrees | [default to undefined]
11
+ **azimuth** | **number** | Starting azimuth in degrees | [default to undefined]
12
+ **fieldOfViewDegrees** | **number** | field of view used for calculating spiral step size. | [default to undefined]
13
+ **searchAreaDegrees** | **number** | A Terrestrial downlink will search an archemedian spiral with diameter given in degrees. | [optional] [default to undefined]
14
+ **linkDurationSeconds** | **number** | Duration of the link in seconds | [default to undefined]
15
+ **callbackUrl** | **string** | Optional URL that will receive an empty POST request when the link is ready | [optional] [default to undefined]
16
+
17
+ ## Example
18
+
19
+ ```typescript
20
+ import { V1TerrestrialDownlinkInstruction } from '@ourskyai/platform-api';
21
+
22
+ const instance: V1TerrestrialDownlinkInstruction = {
23
+ id,
24
+ altitude,
25
+ azimuth,
26
+ fieldOfViewDegrees,
27
+ searchAreaDegrees,
28
+ linkDurationSeconds,
29
+ callbackUrl,
30
+ };
31
+ ```
32
+
33
+ [[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
+ # V1TimeWindowedAsset
2
+
3
+ V1TimeWindowedAsset
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **id** | **string** | | [default to undefined]
10
+ **description** | **string** | | [default to undefined]
11
+ **url** | **string** | | [default to undefined]
12
+ **nodeId** | **string** | | [default to undefined]
13
+ **assetType** | [**V1TimeWindowedAssetType**](V1TimeWindowedAssetType.md) | | [default to undefined]
14
+ **dataSource** | [**V1DataSource**](V1DataSource.md) | | [default to undefined]
15
+ **assetStartTime** | **string** | | [default to undefined]
16
+ **assetEndTime** | **string** | | [default to undefined]
17
+ **createdAt** | **string** | | [default to undefined]
18
+
19
+ ## Example
20
+
21
+ ```typescript
22
+ import { V1TimeWindowedAsset } from '@ourskyai/platform-api';
23
+
24
+ const instance: V1TimeWindowedAsset = {
25
+ id,
26
+ description,
27
+ url,
28
+ nodeId,
29
+ assetType,
30
+ dataSource,
31
+ assetStartTime,
32
+ assetEndTime,
33
+ createdAt,
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,10 @@
1
+ # V1TimeWindowedAssetType
2
+
3
+
4
+ ## Enum
5
+
6
+ * `TIMELAPSE` (value: `'TIMELAPSE'`)
7
+
8
+ * `KEOGRAM` (value: `'KEOGRAM'`)
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,77 @@
1
+ # V1Transformation
2
+
3
+ Plate to catplate transform with 3rd-order distortion
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **a** | **number** | Affine transformation coefficient | [default to undefined]
10
+ **b** | **number** | Affine transformation coefficient | [default to undefined]
11
+ **c** | **number** | Affine transformation coefficient | [default to undefined]
12
+ **d** | **number** | Affine transformation coefficient | [default to undefined]
13
+ **u0** | **number** | Horizontal offset for the affine transformation | [default to undefined]
14
+ **v0** | **number** | Vertical offset for the affine transformation | [default to undefined]
15
+ **alpha** | **number** | Scale | [optional] [default to undefined]
16
+ **beta** | **number** | Stretch | [default to undefined]
17
+ **theta** | **number** | Rotation | [default to undefined]
18
+ **gamma** | **number** | Skew | [default to undefined]
19
+ **epsX** | **number** | 3rd-order plate distortion, X-direction | [default to undefined]
20
+ **epsY** | **number** | 3rd-order plate distortion, Y-direction | [default to undefined]
21
+ **raCen** | **number** | The reference RA and Dec, in radians, at U = 0, V = 0 | [default to undefined]
22
+ **decCen** | **number** | The reference RA and Dec, in radians, at U = 0, V = 0 | [default to undefined]
23
+ **px** | **number** | The number of plate pixels in the X and Y directions. The following coordinate transforms use normalized plate coordinates X/Norm, Y/Norm, where Norm is sqrt(Px^2 + Py^2)/2 | [default to undefined]
24
+ **py** | **number** | The number of plate pixels in the X and Y directions. The following coordinate transforms use normalized plate coordinates X/Norm, Y/Norm, where Norm is sqrt(Px^2 + Py^2)/2 | [default to undefined]
25
+ **uCoef** | **Array<number>** | The U-coefficients of the full N-th order match, if available. UCoef(0..NumCoef) | [default to undefined]
26
+ **vCoef** | **Array<number>** | The V-coefficients of the full N-th order match, if available. VCoef(0..NumCoef) | [default to undefined]
27
+ **xCoef** | **Array<number>** | The X-coefficients of the full N-th order match, if available. XCoef(0..NumCoef) | [default to undefined]
28
+ **yCoef** | **Array<number>** | The Y-coefficients of the full N-th order match, if available. YCoef(0..NumCoef) | [default to undefined]
29
+ **numCoef** | **number** | The number of coefficients + 1. 0 if there is no high-order match | [default to undefined]
30
+ **fitErrorRadians** | **number** | The RMS fit error, in radians, for the simple affine + third-order distortion transform | [default to undefined]
31
+ **fitErrorPix** | **number** | The RMS fit error, in pixels, for the simple affine + third-order distortion transform | [default to undefined]
32
+ **fitError3Radians** | **number** | The RMS fit error, in radians, for the full third-order transform | [default to undefined]
33
+ **fitError3Pix** | **number** | The RMS fit error, in pixels, for the full third-order transform | [default to undefined]
34
+ **stretch** | **number** | The difference in scale values between the X and Y axes, used to test the match geometry | [default to undefined]
35
+ **skew** | **number** | The image skew, used to test the match geometry | [default to undefined]
36
+ **scale** | **number** | The matched image scale, in pixels per radian | [default to undefined]
37
+ **rotation** | **number** | The image rotation, in degrees, agrees with PinPoint | [default to undefined]
38
+
39
+ ## Example
40
+
41
+ ```typescript
42
+ import { V1Transformation } from '@ourskyai/platform-api';
43
+
44
+ const instance: V1Transformation = {
45
+ a,
46
+ b,
47
+ c,
48
+ d,
49
+ u0,
50
+ v0,
51
+ alpha,
52
+ beta,
53
+ theta,
54
+ gamma,
55
+ epsX,
56
+ epsY,
57
+ raCen,
58
+ decCen,
59
+ px,
60
+ py,
61
+ uCoef,
62
+ vCoef,
63
+ xCoef,
64
+ yCoef,
65
+ numCoef,
66
+ fitErrorRadians,
67
+ fitErrorPix,
68
+ fitError3Radians,
69
+ fitError3Pix,
70
+ stretch,
71
+ skew,
72
+ scale,
73
+ rotation,
74
+ };
75
+ ```
76
+
77
+ [[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,51 @@
1
+ # V1UpdateNodeRequest
2
+
3
+ Update Node
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **nodeId** | **string** | | [default to undefined]
10
+ **name** | **string** | | [optional] [default to undefined]
11
+ **observatoryId** | **string** | | [optional] [default to undefined]
12
+ **cameraId** | **string** | | [optional] [default to undefined]
13
+ **opticalTubeId** | **string** | | [optional] [default to undefined]
14
+ **mountId** | **string** | | [optional] [default to undefined]
15
+ **filterWheelId** | **string** | | [optional] [default to undefined]
16
+ **focuserId** | **string** | | [optional] [default to undefined]
17
+ **rotatorInstanceId** | **string** | | [optional] [default to undefined]
18
+ **maxAltitude** | **number** | | [optional] [default to undefined]
19
+ **elevationMask** | [**Array<V1ElevationMaskPoint>**](V1ElevationMaskPoint.md) | | [optional] [default to undefined]
20
+ **location** | [**Location**](Location.md) | | [optional] [default to undefined]
21
+ **ipAddress** | **string** | | [optional] [default to undefined]
22
+ **canonicalName** | **string** | | [optional] [default to undefined]
23
+ **betaSoftwareReleaseChannelUpdatesEnabled** | **boolean** | | [optional] [default to undefined]
24
+ **state** | [**NodeState**](NodeState.md) | | [optional] [default to undefined]
25
+
26
+ ## Example
27
+
28
+ ```typescript
29
+ import { V1UpdateNodeRequest } from '@ourskyai/platform-api';
30
+
31
+ const instance: V1UpdateNodeRequest = {
32
+ nodeId,
33
+ name,
34
+ observatoryId,
35
+ cameraId,
36
+ opticalTubeId,
37
+ mountId,
38
+ filterWheelId,
39
+ focuserId,
40
+ rotatorInstanceId,
41
+ maxAltitude,
42
+ elevationMask,
43
+ location,
44
+ ipAddress,
45
+ canonicalName,
46
+ betaSoftwareReleaseChannelUpdatesEnabled,
47
+ state,
48
+ };
49
+ ```
50
+
51
+ [[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
+ # V1VideoModeFramerateProperty
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **roiXPixels** | **number** | | [default to undefined]
9
+ **roiYPixels** | **number** | | [default to undefined]
10
+ **adcBitDepth** | **number** | | [default to undefined]
11
+ **fps** | **number** | | [default to undefined]
12
+ **binning** | **number** | | [default to undefined]
13
+
14
+ ## Example
15
+
16
+ ```typescript
17
+ import { V1VideoModeFramerateProperty } from '@ourskyai/platform-api';
18
+
19
+ const instance: V1VideoModeFramerateProperty = {
20
+ roiXPixels,
21
+ roiYPixels,
22
+ adcBitDepth,
23
+ fps,
24
+ binning,
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
+ # V2CompleteObservationRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **imageSetId** | **string** | | [default to undefined]
9
+ **expectedImageCount** | **number** | | [default to undefined]
10
+ **metrics** | [**V1ObservationMetrics**](V1ObservationMetrics.md) | | [optional] [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { V2CompleteObservationRequest } from '@ourskyai/platform-api';
16
+
17
+ const instance: V2CompleteObservationRequest = {
18
+ imageSetId,
19
+ expectedImageCount,
20
+ metrics,
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
+ # V2NodeControllerIssueCertificateResponse
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **signatureCertificate** | [**PKICertificate**](PKICertificate.md) | | [default to undefined]
9
+ **encryptionCertificate** | [**PKICertificate**](PKICertificate.md) | | [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { V2NodeControllerIssueCertificateResponse } from '@ourskyai/platform-api';
15
+
16
+ const instance: V2NodeControllerIssueCertificateResponse = {
17
+ signatureCertificate,
18
+ encryptionCertificate,
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,43 @@
1
+ # V2UpdateNodeRequest
2
+
3
+ Update Node
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **nodeId** | **string** | | [default to undefined]
10
+ **name** | **string** | | [optional] [default to undefined]
11
+ **observatoryId** | **string** | | [optional] [default to undefined]
12
+ **mountInstanceId** | **string** | | [optional] [default to undefined]
13
+ **opticalTrainInstanceIds** | **Array<string>** | | [optional] [default to undefined]
14
+ **maxAltitude** | **number** | | [optional] [default to undefined]
15
+ **elevationMask** | [**Array<V1ElevationMaskPoint>**](V1ElevationMaskPoint.md) | | [optional] [default to undefined]
16
+ **location** | [**Location**](Location.md) | | [optional] [default to undefined]
17
+ **ipAddress** | **string** | | [optional] [default to undefined]
18
+ **canonicalName** | **string** | | [optional] [default to undefined]
19
+ **betaSoftwareReleaseChannelUpdatesEnabled** | **boolean** | | [optional] [default to undefined]
20
+ **state** | [**NodeState**](NodeState.md) | | [optional] [default to undefined]
21
+
22
+ ## Example
23
+
24
+ ```typescript
25
+ import { V2UpdateNodeRequest } from '@ourskyai/platform-api';
26
+
27
+ const instance: V2UpdateNodeRequest = {
28
+ nodeId,
29
+ name,
30
+ observatoryId,
31
+ mountInstanceId,
32
+ opticalTrainInstanceIds,
33
+ maxAltitude,
34
+ elevationMask,
35
+ location,
36
+ ipAddress,
37
+ canonicalName,
38
+ betaSoftwareReleaseChannelUpdatesEnabled,
39
+ state,
40
+ };
41
+ ```
42
+
43
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
package/index.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * OurSky Platform
5
5
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: 1.3.8639
7
+ * The version of the OpenAPI document: 1.4.118
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ourskyai/platform-api",
3
- "version": "1.3.8639",
3
+ "version": "1.4.118",
4
4
  "description": "OpenAPI client for @ourskyai/platform-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
@@ -24,10 +24,10 @@
24
24
  "prepare": "npm run build"
25
25
  },
26
26
  "dependencies": {
27
- "axios": "^0.27.2"
27
+ "axios": "^1.6.1"
28
28
  },
29
29
  "devDependencies": {
30
- "@types/node": "^12.11.5",
31
- "typescript": "^4.0"
30
+ "@types/node": "12.11.5 - 12.20.42",
31
+ "typescript": "^4.0 || ^5.0"
32
32
  }
33
33
  }