@ourskyai/platform-api 1.3.8815 → 1.4.118
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +160 -0
- package/.openapi-generator/VERSION +1 -1
- package/README.md +265 -4
- package/api.ts +1568 -5774
- package/base.ts +14 -24
- package/common.ts +20 -44
- package/configuration.ts +37 -17
- package/dist/api.d.ts +978 -5071
- package/dist/api.js +968 -1150
- package/dist/base.d.ts +11 -23
- package/dist/base.js +5 -18
- package/dist/common.d.ts +6 -37
- package/dist/common.js +18 -40
- package/dist/configuration.d.ts +30 -15
- package/dist/configuration.js +5 -3
- package/dist/esm/api.d.ts +978 -5071
- package/dist/esm/api.js +968 -1150
- package/dist/esm/base.d.ts +11 -23
- package/dist/esm/base.js +4 -17
- package/dist/esm/common.d.ts +6 -37
- package/dist/esm/common.js +16 -39
- package/dist/esm/configuration.d.ts +30 -15
- package/dist/esm/configuration.js +5 -3
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/docs/CameraMode.md +10 -0
- package/docs/DefaultApi.md +3904 -0
- package/docs/EmptySuccess.md +20 -0
- package/docs/FilterType.md +60 -0
- package/docs/FitsHeader.md +22 -0
- package/docs/ImageSetType.md +24 -0
- package/docs/Location.md +25 -0
- package/docs/MetricType.md +14 -0
- package/docs/ModelType.md +10 -0
- package/docs/MountGeometry.md +10 -0
- package/docs/MountType.md +10 -0
- package/docs/NetworkInterface.md +15 -0
- package/docs/NodeState.md +20 -0
- package/docs/OrbitType.md +42 -0
- package/docs/PKICertificate.md +30 -0
- package/docs/PlateSolveParameters.md +26 -0
- package/docs/ShutterType.md +10 -0
- package/docs/StreakExtractionSource.md +35 -0
- package/docs/SuccessfulCreate.md +20 -0
- package/docs/TrackingType.md +12 -0
- package/docs/UploadPriority.md +10 -0
- package/docs/V1AccessToken.md +43 -0
- package/docs/V1AccessTokenType.md +12 -0
- package/docs/V1AllSkyCameraConfig.md +22 -0
- package/docs/V1AllSkyImageForImage.md +28 -0
- package/docs/V1AllSkyPrediction.md +30 -0
- package/docs/V1AllSkyPredictionLabel.md +16 -0
- package/docs/V1ApexChartsTimeline.md +20 -0
- package/docs/V1ApexChartsTimelineElement.md +24 -0
- package/docs/V1AssetSize.md +10 -0
- package/docs/V1AutoFocusInstruction.md +23 -0
- package/docs/V1AutoFocusInstructionCoordinatesInner.md +23 -0
- package/docs/V1BlackoutBox.md +26 -0
- package/docs/V1Camera.md +47 -0
- package/docs/V1CameraRollImage.md +34 -0
- package/docs/V1ClientToken.md +22 -0
- package/docs/V1CompleteNodeControllerCrashReportRequest.md +20 -0
- package/docs/V1CompleteNodeFlareRequest.md +20 -0
- package/docs/V1CompleteObservationRequest.md +20 -0
- package/docs/V1CreateAllSkyPredictionRequest.md +24 -0
- package/docs/V1CreateAutofocusResultRequest.md +28 -0
- package/docs/V1CreateImageMetadataRequest.md +26 -0
- package/docs/V1CreateImageSetImageRequest.md +32 -0
- package/docs/V1CreateImageSetImageResponse.md +23 -0
- package/docs/V1CreateImageSetImageUploadUrlRequest.md +26 -0
- package/docs/V1CreateImageSetImageUploadUrlResponse.md +20 -0
- package/docs/V1CreateImageSetRequest.md +28 -0
- package/docs/V1CreateNodeControllerArtifactRequest.md +20 -0
- package/docs/V1CreateNodeControllerCrashReportRequest.md +37 -0
- package/docs/V1CreateNodeControllerCrashReportResponse.md +22 -0
- package/docs/V1CreateNodeDiagnostic.md +28 -0
- package/docs/V1CreateNodeDiagnosticsRequest.md +22 -0
- package/docs/V1CreateNodeEvent.md +24 -0
- package/docs/V1CreateNodeEventsRequest.md +22 -0
- package/docs/V1CreateNodeFlareRequest.md +22 -0
- package/docs/V1CreateNodeFlareResponse.md +22 -0
- package/docs/V1CreateNodeRequest.md +37 -0
- package/docs/V1CreateProcessedImageSetImageRequest.md +67 -0
- package/docs/V1CreateTimeWindowedAssetRequest.md +34 -0
- package/docs/V1CreateTimeWindowedAssetResponse.md +22 -0
- package/docs/V1DataSource.md +10 -0
- package/docs/V1DiagnosticInstruction.md +21 -0
- package/docs/V1DisableDebugServices.md +22 -0
- package/docs/V1DurationMeasured.md +24 -0
- package/docs/V1ElevationMaskPoint.md +25 -0
- package/docs/V1EnableAutonomousOperation.md +22 -0
- package/docs/V1EnableDebugServices.md +26 -0
- package/docs/V1EnableManualOperation.md +22 -0
- package/docs/V1FileType.md +8 -0
- package/docs/V1Focuser.md +27 -0
- package/docs/V1GainCurve.md +25 -0
- package/docs/V1GainCurvePoint.md +22 -0
- package/docs/V1GenerateEdgeTokenResponse.md +22 -0
- package/docs/V1GetInstructionRequest.md +28 -0
- package/docs/V1GetInstructionRequestUploadHealth.md +24 -0
- package/docs/V1GetNodeCommandsResponse.md +20 -0
- package/docs/V1GetNodes.md +20 -0
- package/docs/V1GetOrCreateCameraRequest.md +60 -0
- package/docs/V1GetOrCreateFocuserRequest.md +24 -0
- package/docs/V1GetOrCreateMountRequest.md +24 -0
- package/docs/V1GetPlateSolveCatalogDiffRequest.md +20 -0
- package/docs/V1GetSuntimesResponse.md +36 -0
- package/docs/V1HFRStar.md +25 -0
- package/docs/V1ImageFileType.md +10 -0
- package/docs/V1ImageMetadata.md +32 -0
- package/docs/V1ImageRejectionReason.md +64 -0
- package/docs/V1ImageSet.md +43 -0
- package/docs/V1ImageSetImage.md +77 -0
- package/docs/V1ImageSetImageDot.md +45 -0
- package/docs/V1ImageSetImageStreak.md +57 -0
- package/docs/V1Instruction.md +31 -0
- package/docs/V1JobStatus.md +16 -0
- package/docs/V1LastInstructionResponse.md +24 -0
- package/docs/V1LatestHfrResponse.md +24 -0
- package/docs/V1LogRecorded.md +20 -0
- package/docs/V1MLModel.md +30 -0
- package/docs/V1MatchedStar.md +39 -0
- package/docs/V1Metric.md +30 -0
- package/docs/V1Mount.md +23 -0
- package/docs/V1Node.md +59 -0
- package/docs/V1NodeCommand.md +34 -0
- package/docs/V1NodeComponentType.md +34 -0
- package/docs/V1NodeConfigBody.md +20 -0
- package/docs/V1NodeConfigKeyMetadata.md +26 -0
- package/docs/V1NodeConfigScopeType.md +12 -0
- package/docs/V1NodeController.md +36 -0
- package/docs/V1NodeControllerArtifact.md +20 -0
- package/docs/V1NodeControllerBootstrapRequest.md +20 -0
- package/docs/V1NodeControllerIssueCertificateResponse.md +32 -0
- package/docs/V1NodeControllerIssueCertificateResponseRsaKeyPair.md +24 -0
- package/docs/V1NodeControllerMacAddressesInner.md +22 -0
- package/docs/V1NodeControllerStatus.md +13 -0
- package/docs/V1NodeDiagnosticType.md +80 -0
- package/docs/V1NodeEventType.md +32 -0
- package/docs/V1NodeFlare.md +25 -0
- package/docs/V1NodeWithLocation.md +23 -0
- package/docs/V1OAuthAuthorizeRequest.md +26 -0
- package/docs/V1OAuthAuthorizeResponse.md +20 -0
- package/docs/V1OAuthTokenRequest.md +24 -0
- package/docs/V1OAuthTokenResponse.md +22 -0
- package/docs/V1OTAEncryptionRequestLatest.md +20 -0
- package/docs/V1OTAEncryptionResult.md +30 -0
- package/docs/V1ObservationInstruction.md +79 -0
- package/docs/V1ObservationInstructionAscomAxisRates.md +35 -0
- package/docs/V1ObservationInstructionSatellitePassEphemerisInner.md +25 -0
- package/docs/V1ObservationMetrics.md +30 -0
- package/docs/V1OpticalTube.md +27 -0
- package/docs/V1PixelCoordinates.md +23 -0
- package/docs/V1PlateSolveCatalogFile.md +22 -0
- package/docs/V1PlateSolveCatalogFileDownload.md +26 -0
- package/docs/V1PlateSolveResult.md +40 -0
- package/docs/V1PlateSolveStatus.md +12 -0
- package/docs/V1PredictedStreakLocation.md +26 -0
- package/docs/V1PrincipalRoleType.md +20 -0
- package/docs/V1ProductRevision.md +12 -0
- package/docs/V1ReadNoisePoint.md +22 -0
- package/docs/V1RebootSystem.md +22 -0
- package/docs/V1RefreshCertificateRequest.md +20 -0
- package/docs/V1RegisterNodeControllerRequest.md +24 -0
- package/docs/V1RequestMacAddressesRequest.md +22 -0
- package/docs/V1RequestMacAddressesResponse.md +20 -0
- package/docs/V1RequestMacAddressesResponseMacAddressesInner.md +22 -0
- package/docs/V1ResolvedInstruction.md +85 -0
- package/docs/V1SIPCoefficients.md +40 -0
- package/docs/V1SafetyStatusUpdated.md +20 -0
- package/docs/V1SendFlare.md +40 -0
- package/docs/V1SetupAction.md +23 -0
- package/docs/V1SoftwarePackageType.md +8 -0
- package/docs/V1SoftwareRelease.md +34 -0
- package/docs/V1SoftwareRuntimeEnvironmentType.md +9 -0
- package/docs/V1SystemVariant.md +34 -0
- package/docs/V1TerrestrialDownlinkInstruction.md +33 -0
- package/docs/V1TimeWindowedAsset.md +37 -0
- package/docs/V1TimeWindowedAssetType.md +10 -0
- package/docs/V1Transformation.md +77 -0
- package/docs/V1UpdateNodeRequest.md +51 -0
- package/docs/V1VideoModeFramerateProperty.md +28 -0
- package/docs/V2CompleteObservationRequest.md +24 -0
- package/docs/V2NodeControllerIssueCertificateResponse.md +22 -0
- package/docs/V2UpdateNodeRequest.md +43 -0
- package/index.ts +1 -1
- package/package.json +4 -4
package/docs/V1Mount.md
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# V1Mount
|
|
2
|
+
|
|
3
|
+
Mount
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**id** | **string** | | [default to undefined]
|
|
10
|
+
**model** | **string** | | [default to undefined]
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```typescript
|
|
15
|
+
import { V1Mount } from '@ourskyai/platform-api';
|
|
16
|
+
|
|
17
|
+
const instance: V1Mount = {
|
|
18
|
+
id,
|
|
19
|
+
model,
|
|
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)
|
package/docs/V1Node.md
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
# V1Node
|
|
2
|
+
|
|
3
|
+
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
|
+
**organizationId** | **string** | | [default to undefined]
|
|
12
|
+
**cameraId** | **string** | | [default to undefined]
|
|
13
|
+
**opticalTubeId** | **string** | | [default to undefined]
|
|
14
|
+
**mountId** | **string** | | [default to undefined]
|
|
15
|
+
**mountInstanceId** | **string** | | [default to undefined]
|
|
16
|
+
**opticalTrainInstanceIds** | **Array<string>** | | [default to undefined]
|
|
17
|
+
**filterWheelId** | **string** | | [optional] [default to undefined]
|
|
18
|
+
**minAltitude** | **number** | | [default to undefined]
|
|
19
|
+
**elevationMask** | [**Array<V1ElevationMaskPoint>**](V1ElevationMaskPoint.md) | | [optional] [default to undefined]
|
|
20
|
+
**createdAt** | **string** | | [default to undefined]
|
|
21
|
+
**updatedAt** | **string** | | [optional] [default to undefined]
|
|
22
|
+
**state** | [**NodeState**](NodeState.md) | | [optional] [default to undefined]
|
|
23
|
+
**id** | **string** | | [default to undefined]
|
|
24
|
+
**lineageId** | **string** | | [default to undefined]
|
|
25
|
+
**nodeControllerId** | **string** | | [optional] [default to undefined]
|
|
26
|
+
**location** | [**Location**](Location.md) | | [default to undefined]
|
|
27
|
+
**canonicalName** | **string** | | [optional] [default to undefined]
|
|
28
|
+
**betaSoftwareReleaseChannelUpdatesEnabled** | **boolean** | | [optional] [default to undefined]
|
|
29
|
+
|
|
30
|
+
## Example
|
|
31
|
+
|
|
32
|
+
```typescript
|
|
33
|
+
import { V1Node } from '@ourskyai/platform-api';
|
|
34
|
+
|
|
35
|
+
const instance: V1Node = {
|
|
36
|
+
name,
|
|
37
|
+
observatoryId,
|
|
38
|
+
organizationId,
|
|
39
|
+
cameraId,
|
|
40
|
+
opticalTubeId,
|
|
41
|
+
mountId,
|
|
42
|
+
mountInstanceId,
|
|
43
|
+
opticalTrainInstanceIds,
|
|
44
|
+
filterWheelId,
|
|
45
|
+
minAltitude,
|
|
46
|
+
elevationMask,
|
|
47
|
+
createdAt,
|
|
48
|
+
updatedAt,
|
|
49
|
+
state,
|
|
50
|
+
id,
|
|
51
|
+
lineageId,
|
|
52
|
+
nodeControllerId,
|
|
53
|
+
location,
|
|
54
|
+
canonicalName,
|
|
55
|
+
betaSoftwareReleaseChannelUpdatesEnabled,
|
|
56
|
+
};
|
|
57
|
+
```
|
|
58
|
+
|
|
59
|
+
[[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
|
+
# V1NodeCommand
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**id** | **string** | | [default to undefined]
|
|
9
|
+
**V1EnableManualOperation** | [**V1EnableManualOperation**](V1EnableManualOperation.md) | | [optional] [default to undefined]
|
|
10
|
+
**V1EnableAutonomousOperation** | [**V1EnableAutonomousOperation**](V1EnableAutonomousOperation.md) | | [optional] [default to undefined]
|
|
11
|
+
**V1RebootSystem** | [**V1RebootSystem**](V1RebootSystem.md) | | [optional] [default to undefined]
|
|
12
|
+
**V1SendFlare** | [**V1SendFlare**](V1SendFlare.md) | | [optional] [default to undefined]
|
|
13
|
+
**V1EnableDebugServices** | [**V1EnableDebugServices**](V1EnableDebugServices.md) | | [optional] [default to undefined]
|
|
14
|
+
**V1DisableDebugServices** | [**V1DisableDebugServices**](V1DisableDebugServices.md) | | [optional] [default to undefined]
|
|
15
|
+
**executableAt** | **string** | | [optional] [default to undefined]
|
|
16
|
+
|
|
17
|
+
## Example
|
|
18
|
+
|
|
19
|
+
```typescript
|
|
20
|
+
import { V1NodeCommand } from '@ourskyai/platform-api';
|
|
21
|
+
|
|
22
|
+
const instance: V1NodeCommand = {
|
|
23
|
+
id,
|
|
24
|
+
V1EnableManualOperation,
|
|
25
|
+
V1EnableAutonomousOperation,
|
|
26
|
+
V1RebootSystem,
|
|
27
|
+
V1SendFlare,
|
|
28
|
+
V1EnableDebugServices,
|
|
29
|
+
V1DisableDebugServices,
|
|
30
|
+
executableAt,
|
|
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,34 @@
|
|
|
1
|
+
# V1NodeComponentType
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Enum
|
|
5
|
+
|
|
6
|
+
* `CAMERA` (value: `'CAMERA'`)
|
|
7
|
+
|
|
8
|
+
* `MOUNT` (value: `'MOUNT'`)
|
|
9
|
+
|
|
10
|
+
* `OPTICAL_TUBE` (value: `'OPTICAL_TUBE'`)
|
|
11
|
+
|
|
12
|
+
* `COMPUTER` (value: `'COMPUTER'`)
|
|
13
|
+
|
|
14
|
+
* `SAFETY_MONITOR` (value: `'SAFETY_MONITOR'`)
|
|
15
|
+
|
|
16
|
+
* `NODE` (value: `'NODE'`)
|
|
17
|
+
|
|
18
|
+
* `FOCUSER` (value: `'FOCUSER'`)
|
|
19
|
+
|
|
20
|
+
* `FILTER_WHEEL` (value: `'FILTER_WHEEL'`)
|
|
21
|
+
|
|
22
|
+
* `WEATHER_STATION` (value: `'WEATHER_STATION'`)
|
|
23
|
+
|
|
24
|
+
* `QUAD_CELL` (value: `'QUAD_CELL'`)
|
|
25
|
+
|
|
26
|
+
* `OPTICAL_POWER_METER` (value: `'OPTICAL_POWER_METER'`)
|
|
27
|
+
|
|
28
|
+
* `OPTICAL_AMPLIFIER` (value: `'OPTICAL_AMPLIFIER'`)
|
|
29
|
+
|
|
30
|
+
* `FAST_STEERING_MIRROR` (value: `'FAST_STEERING_MIRROR'`)
|
|
31
|
+
|
|
32
|
+
* `DEFORMABLE_MIRROR` (value: `'DEFORMABLE_MIRROR'`)
|
|
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,20 @@
|
|
|
1
|
+
# V1NodeConfigBody
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**allSkyCamera** | [**V1AllSkyCameraConfig**](V1AllSkyCameraConfig.md) | | [optional] [default to undefined]
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
import { V1NodeConfigBody } from '@ourskyai/platform-api';
|
|
14
|
+
|
|
15
|
+
const instance: V1NodeConfigBody = {
|
|
16
|
+
allSkyCamera,
|
|
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,26 @@
|
|
|
1
|
+
# V1NodeConfigKeyMetadata
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**updatedAt** | **string** | | [optional] [default to undefined]
|
|
9
|
+
**updatedBy** | **string** | | [optional] [default to undefined]
|
|
10
|
+
**scopeType** | [**V1NodeConfigScopeType**](V1NodeConfigScopeType.md) | | [optional] [default to undefined]
|
|
11
|
+
**scopeId** | **string** | | [optional] [default to undefined]
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```typescript
|
|
16
|
+
import { V1NodeConfigKeyMetadata } from '@ourskyai/platform-api';
|
|
17
|
+
|
|
18
|
+
const instance: V1NodeConfigKeyMetadata = {
|
|
19
|
+
updatedAt,
|
|
20
|
+
updatedBy,
|
|
21
|
+
scopeType,
|
|
22
|
+
scopeId,
|
|
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,12 @@
|
|
|
1
|
+
# V1NodeConfigScopeType
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Enum
|
|
5
|
+
|
|
6
|
+
* `GLOBAL` (value: `'GLOBAL'`)
|
|
7
|
+
|
|
8
|
+
* `ORGANIZATION` (value: `'ORGANIZATION'`)
|
|
9
|
+
|
|
10
|
+
* `NODE` (value: `'NODE'`)
|
|
11
|
+
|
|
12
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# V1NodeController
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**id** | **string** | | [default to undefined]
|
|
9
|
+
**lineageId** | **string** | | [default to undefined]
|
|
10
|
+
**systemVariant** | [**V1SystemVariant**](V1SystemVariant.md) | | [default to undefined]
|
|
11
|
+
**chipSerialNumber** | **number** | | [optional] [default to undefined]
|
|
12
|
+
**hardwareRevision** | **number** | Monotonically increasing numeric identifier for the board type. Matches the `HardwareRevision` enum reported by hardware-daemon. Optional — may be absent on controllers that registered before this field was reported. | [optional] [default to undefined]
|
|
13
|
+
**macAddresses** | [**Array<V1NodeControllerMacAddressesInner>**](V1NodeControllerMacAddressesInner.md) | | [optional] [default to undefined]
|
|
14
|
+
**status** | [**V1NodeControllerStatus**](V1NodeControllerStatus.md) | | [default to undefined]
|
|
15
|
+
**createdAt** | **string** | | [optional] [default to undefined]
|
|
16
|
+
**updatedAt** | **string** | | [optional] [default to undefined]
|
|
17
|
+
|
|
18
|
+
## Example
|
|
19
|
+
|
|
20
|
+
```typescript
|
|
21
|
+
import { V1NodeController } from '@ourskyai/platform-api';
|
|
22
|
+
|
|
23
|
+
const instance: V1NodeController = {
|
|
24
|
+
id,
|
|
25
|
+
lineageId,
|
|
26
|
+
systemVariant,
|
|
27
|
+
chipSerialNumber,
|
|
28
|
+
hardwareRevision,
|
|
29
|
+
macAddresses,
|
|
30
|
+
status,
|
|
31
|
+
createdAt,
|
|
32
|
+
updatedAt,
|
|
33
|
+
};
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
[[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
|
+
# V1NodeControllerArtifact
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**url** | **string** | | [default to undefined]
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
import { V1NodeControllerArtifact } from '@ourskyai/platform-api';
|
|
14
|
+
|
|
15
|
+
const instance: V1NodeControllerArtifact = {
|
|
16
|
+
url,
|
|
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
|
+
# V1NodeControllerBootstrapRequest
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**chipSerialNumber** | **number** | | [default to undefined]
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
import { V1NodeControllerBootstrapRequest } from '@ourskyai/platform-api';
|
|
14
|
+
|
|
15
|
+
const instance: V1NodeControllerBootstrapRequest = {
|
|
16
|
+
chipSerialNumber,
|
|
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,32 @@
|
|
|
1
|
+
# V1NodeControllerIssueCertificateResponse
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**caChain** | **string** | Certificate authority chain | [default to undefined]
|
|
9
|
+
**certificate** | **string** | Node\'s signed certificate | [default to undefined]
|
|
10
|
+
**issuingCa** | **string** | Issuing certificate authority | [default to undefined]
|
|
11
|
+
**privateKey** | **string** | Private key associated with the certificate | [default to undefined]
|
|
12
|
+
**serialNumber** | **string** | Serial number of the certificate | [default to undefined]
|
|
13
|
+
**privateKeyType** | **string** | Type of the private key, e.g., RSA, ECC | [default to undefined]
|
|
14
|
+
**rsaKeyPair** | [**V1NodeControllerIssueCertificateResponseRsaKeyPair**](V1NodeControllerIssueCertificateResponseRsaKeyPair.md) | | [default to undefined]
|
|
15
|
+
|
|
16
|
+
## Example
|
|
17
|
+
|
|
18
|
+
```typescript
|
|
19
|
+
import { V1NodeControllerIssueCertificateResponse } from '@ourskyai/platform-api';
|
|
20
|
+
|
|
21
|
+
const instance: V1NodeControllerIssueCertificateResponse = {
|
|
22
|
+
caChain,
|
|
23
|
+
certificate,
|
|
24
|
+
issuingCa,
|
|
25
|
+
privateKey,
|
|
26
|
+
serialNumber,
|
|
27
|
+
privateKeyType,
|
|
28
|
+
rsaKeyPair,
|
|
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,24 @@
|
|
|
1
|
+
# V1NodeControllerIssueCertificateResponseRsaKeyPair
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**certificate** | **string** | x509 cert containing the public key of the RSA key pair. pem encoded | [default to undefined]
|
|
9
|
+
**privateKey** | **string** | Private key of the RSA key pair. pem encoded | [default to undefined]
|
|
10
|
+
**certChain** | **string** | Certificate chain of the RSA key pair. pem encoded | [default to undefined]
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```typescript
|
|
15
|
+
import { V1NodeControllerIssueCertificateResponseRsaKeyPair } from '@ourskyai/platform-api';
|
|
16
|
+
|
|
17
|
+
const instance: V1NodeControllerIssueCertificateResponseRsaKeyPair = {
|
|
18
|
+
certificate,
|
|
19
|
+
privateKey,
|
|
20
|
+
certChain,
|
|
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
|
+
# V1NodeControllerMacAddressesInner
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**macAddress** | **string** | The MAC address of the node controller. | [default to undefined]
|
|
9
|
+
**_interface** | [**NetworkInterface**](NetworkInterface.md) | The network interface associated with the MAC address. | [default to undefined]
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import { V1NodeControllerMacAddressesInner } from '@ourskyai/platform-api';
|
|
15
|
+
|
|
16
|
+
const instance: V1NodeControllerMacAddressesInner = {
|
|
17
|
+
macAddress,
|
|
18
|
+
_interface,
|
|
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,13 @@
|
|
|
1
|
+
# V1NodeControllerStatus
|
|
2
|
+
|
|
3
|
+
The status of the bootstrapping process.
|
|
4
|
+
|
|
5
|
+
## Enum
|
|
6
|
+
|
|
7
|
+
* `PENDING_APPROVAL` (value: `'pending_approval'`)
|
|
8
|
+
|
|
9
|
+
* `APPROVED` (value: `'approved'`)
|
|
10
|
+
|
|
11
|
+
* `FINISHED` (value: `'finished'`)
|
|
12
|
+
|
|
13
|
+
[[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,80 @@
|
|
|
1
|
+
# V1NodeDiagnosticType
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Enum
|
|
5
|
+
|
|
6
|
+
* `SLEW_SPEED_DEGREES_PER_SECOND` (value: `'SLEW_SPEED_DEGREES_PER_SECOND'`)
|
|
7
|
+
|
|
8
|
+
* `CENTERING_TIME_MS` (value: `'CENTERING_TIME_MS'`)
|
|
9
|
+
|
|
10
|
+
* `POINTING_ERROR_DEGREES` (value: `'POINTING_ERROR_DEGREES'`)
|
|
11
|
+
|
|
12
|
+
* `SLEW_TIMING_CHECKED` (value: `'SLEW_TIMING_CHECKED'`)
|
|
13
|
+
|
|
14
|
+
* `CAMERA_CHECKED` (value: `'CAMERA_CHECKED'`)
|
|
15
|
+
|
|
16
|
+
* `CAMERA_HAS_GPS` (value: `'CAMERA_HAS_GPS'`)
|
|
17
|
+
|
|
18
|
+
* `MOUNT_CHECKED` (value: `'MOUNT_CHECKED'`)
|
|
19
|
+
|
|
20
|
+
* `OPTICAL_TUBE_CHECKED` (value: `'OPTICAL_TUBE_CHECKED'`)
|
|
21
|
+
|
|
22
|
+
* `ELEVATION_MASK_CHECKED` (value: `'ELEVATION_MASK_CHECKED'`)
|
|
23
|
+
|
|
24
|
+
* `TOTAL_DISK_BYTES` (value: `'TOTAL_DISK_BYTES'`)
|
|
25
|
+
|
|
26
|
+
* `AVAILABLE_DISK_BYTES` (value: `'AVAILABLE_DISK_BYTES'`)
|
|
27
|
+
|
|
28
|
+
* `AVAILABLE_MEMORY_BYTES` (value: `'AVAILABLE_MEMORY_BYTES'`)
|
|
29
|
+
|
|
30
|
+
* `NTP_TIME_DRIFT_MS` (value: `'NTP_TIME_DRIFT_MS'`)
|
|
31
|
+
|
|
32
|
+
* `SYSTEM_UPTIME_S` (value: `'SYSTEM_UPTIME_S'`)
|
|
33
|
+
|
|
34
|
+
* `APPLICATION_UPTIME_S` (value: `'APPLICATION_UPTIME_S'`)
|
|
35
|
+
|
|
36
|
+
* `APPLICATION_CPU_TIME_S` (value: `'APPLICATION_CPU_TIME_S'`)
|
|
37
|
+
|
|
38
|
+
* `CPU_USAGE_LAST_SECOND_PCT` (value: `'CPU_USAGE_LAST_SECOND_PCT'`)
|
|
39
|
+
|
|
40
|
+
* `CPU_USAGE_LAST_MINUTE_PCT` (value: `'CPU_USAGE_LAST_MINUTE_PCT'`)
|
|
41
|
+
|
|
42
|
+
* `FOCUS_HFR_VALUES` (value: `'FOCUS_HFR_VALUES'`)
|
|
43
|
+
|
|
44
|
+
* `HAS_FOCUSER` (value: `'HAS_FOCUSER'`)
|
|
45
|
+
|
|
46
|
+
* `HAS_SAFETY_MONITOR` (value: `'HAS_SAFETY_MONITOR'`)
|
|
47
|
+
|
|
48
|
+
* `SAFETY_STATUS` (value: `'SAFETY_STATUS'`)
|
|
49
|
+
|
|
50
|
+
* `GNSS_CALIBRATION` (value: `'GNSS_CALIBRATION'`)
|
|
51
|
+
|
|
52
|
+
* `SATELLITE_CALIBRATION` (value: `'SATELLITE_CALIBRATION'`)
|
|
53
|
+
|
|
54
|
+
* `MOUNT_MODEL_CHECKED` (value: `'MOUNT_MODEL_CHECKED'`)
|
|
55
|
+
|
|
56
|
+
* `ASCOM_CAN_MOVE_BOTH_AXIS` (value: `'ASCOM_CAN_MOVE_BOTH_AXIS'`)
|
|
57
|
+
|
|
58
|
+
* `ASCOM_MAX_PRIMARY_AXIS_SPEED` (value: `'ASCOM_MAX_PRIMARY_AXIS_SPEED'`)
|
|
59
|
+
|
|
60
|
+
* `ASCOM_MAX_SECONDARY_AXIS_SPEED` (value: `'ASCOM_MAX_SECONDARY_AXIS_SPEED'`)
|
|
61
|
+
|
|
62
|
+
* `ASCOM_PRIMARY_SIGN_WEST` (value: `'ASCOM_PRIMARY_SIGN_WEST'`)
|
|
63
|
+
|
|
64
|
+
* `ASCOM_PRIMARY_SIGN_EAST` (value: `'ASCOM_PRIMARY_SIGN_EAST'`)
|
|
65
|
+
|
|
66
|
+
* `ASCOM_SECONDARY_SIGN_WEST` (value: `'ASCOM_SECONDARY_SIGN_WEST'`)
|
|
67
|
+
|
|
68
|
+
* `ASCOM_SECONDARY_SIGN_EAST` (value: `'ASCOM_SECONDARY_SIGN_EAST'`)
|
|
69
|
+
|
|
70
|
+
* `ASCOM_PRIMARY_REVERSED` (value: `'ASCOM_PRIMARY_REVERSED'`)
|
|
71
|
+
|
|
72
|
+
* `ASCOM_SECONDARY_REVERSED` (value: `'ASCOM_SECONDARY_REVERSED'`)
|
|
73
|
+
|
|
74
|
+
* `ASCOM_CAN_TRACK_LEO` (value: `'ASCOM_CAN_TRACK_LEO'`)
|
|
75
|
+
|
|
76
|
+
* `FOCUSER_RANGE` (value: `'FOCUSER_RANGE'`)
|
|
77
|
+
|
|
78
|
+
* `SKY_FLATS_TAKEN` (value: `'SKY_FLATS_TAKEN'`)
|
|
79
|
+
|
|
80
|
+
[[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
|
+
# V1NodeEventType
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Enum
|
|
5
|
+
|
|
6
|
+
* `V1_SAFETY_STATUS_UPDATED` (value: `'V1_SAFETY_STATUS_UPDATED'`)
|
|
7
|
+
|
|
8
|
+
* `V1_LOG_RECORDED` (value: `'V1_LOG_RECORDED'`)
|
|
9
|
+
|
|
10
|
+
* `V1_DURATION_MEASURED` (value: `'V1_DURATION_MEASURED'`)
|
|
11
|
+
|
|
12
|
+
* `V1_AUTOFOCUS_INSTRUCTION_TASKED` (value: `'V1_AUTOFOCUS_INSTRUCTION_TASKED'`)
|
|
13
|
+
|
|
14
|
+
* `V1_DIAGNOSTIC_INSTRUCTION_TASKED` (value: `'V1_DIAGNOSTIC_INSTRUCTION_TASKED'`)
|
|
15
|
+
|
|
16
|
+
* `V1_SEARCH_INSTRUCTION_TASKED` (value: `'V1_SEARCH_INSTRUCTION_TASKED'`)
|
|
17
|
+
|
|
18
|
+
* `V1_SURVEY_INSTRUCTION_TASKED` (value: `'V1_SURVEY_INSTRUCTION_TASKED'`)
|
|
19
|
+
|
|
20
|
+
* `V1_OBSERVATION_INSTRUCTION_TASKED` (value: `'V1_OBSERVATION_INSTRUCTION_TASKED'`)
|
|
21
|
+
|
|
22
|
+
* `V1_PROPAGATION_TARGET_SELECTED` (value: `'V1_PROPAGATION_TARGET_SELECTED'`)
|
|
23
|
+
|
|
24
|
+
* `V1_HYPOTHESIS_OBSERVATION_TASKED` (value: `'V1_HYPOTHESIS_OBSERVATION_TASKED'`)
|
|
25
|
+
|
|
26
|
+
* `V1_NETWORK_STATUS` (value: `'V1_NETWORK_STATUS'`)
|
|
27
|
+
|
|
28
|
+
* `V1_RESOLVED_IMAGE_INSTRUCTION_TASKED` (value: `'V1_RESOLVED_IMAGE_INSTRUCTION_TASKED'`)
|
|
29
|
+
|
|
30
|
+
* `V1_TERRESTRIAL_DOWNLINK_INSTRUCTION_TASKED` (value: `'V1_TERRESTRIAL_DOWNLINK_INSTRUCTION_TASKED'`)
|
|
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,25 @@
|
|
|
1
|
+
# V1NodeFlare
|
|
2
|
+
|
|
3
|
+
V1NodeFlare
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**id** | **string** | | [default to undefined]
|
|
10
|
+
**url** | **string** | | [default to undefined]
|
|
11
|
+
**createdAt** | **string** | | [default to undefined]
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```typescript
|
|
16
|
+
import { V1NodeFlare } from '@ourskyai/platform-api';
|
|
17
|
+
|
|
18
|
+
const instance: V1NodeFlare = {
|
|
19
|
+
id,
|
|
20
|
+
url,
|
|
21
|
+
createdAt,
|
|
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,23 @@
|
|
|
1
|
+
# V1NodeWithLocation
|
|
2
|
+
|
|
3
|
+
Node with location
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**node** | [**V1Node**](V1Node.md) | | [default to undefined]
|
|
10
|
+
**location** | [**Location**](Location.md) | | [default to undefined]
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```typescript
|
|
15
|
+
import { V1NodeWithLocation } from '@ourskyai/platform-api';
|
|
16
|
+
|
|
17
|
+
const instance: V1NodeWithLocation = {
|
|
18
|
+
node,
|
|
19
|
+
location,
|
|
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
|
+
# V1OAuthAuthorizeRequest
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**redirectUri** | **string** | The client\'s redirect URI to redirect back to with the authorization code. | [default to undefined]
|
|
9
|
+
**state** | **string** | Optional opaque state parameter passed through to the redirect. | [optional] [default to undefined]
|
|
10
|
+
**lineageId** | **string** | The lineage ID of the node controller requesting authorization. | [default to undefined]
|
|
11
|
+
**codeChallenge** | **string** | PKCE code challenge (base64url-encoded SHA-256 hash of the code verifier). | [default to undefined]
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```typescript
|
|
16
|
+
import { V1OAuthAuthorizeRequest } from '@ourskyai/platform-api';
|
|
17
|
+
|
|
18
|
+
const instance: V1OAuthAuthorizeRequest = {
|
|
19
|
+
redirectUri,
|
|
20
|
+
state,
|
|
21
|
+
lineageId,
|
|
22
|
+
codeChallenge,
|
|
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
|
+
# V1OAuthAuthorizeResponse
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**redirectUrl** | **string** | The full redirect URL with authorization code | [default to undefined]
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
import { V1OAuthAuthorizeResponse } from '@ourskyai/platform-api';
|
|
14
|
+
|
|
15
|
+
const instance: V1OAuthAuthorizeResponse = {
|
|
16
|
+
redirectUrl,
|
|
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
|
+
# V1OAuthTokenRequest
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**grantType** | **string** | The OAuth grant type. | [default to undefined]
|
|
9
|
+
**code** | **string** | The authorization code (required when grantType is authorization_code). | [optional] [default to undefined]
|
|
10
|
+
**codeVerifier** | **string** | PKCE code verifier. Always required for authorization_code grant type. | [optional] [default to undefined]
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```typescript
|
|
15
|
+
import { V1OAuthTokenRequest } from '@ourskyai/platform-api';
|
|
16
|
+
|
|
17
|
+
const instance: V1OAuthTokenRequest = {
|
|
18
|
+
grantType,
|
|
19
|
+
code,
|
|
20
|
+
codeVerifier,
|
|
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
|
+
# V1OAuthTokenResponse
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**jwt** | **string** | | [default to undefined]
|
|
9
|
+
**accessToken** | [**V1AccessToken**](V1AccessToken.md) | | [default to undefined]
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import { V1OAuthTokenResponse } from '@ourskyai/platform-api';
|
|
15
|
+
|
|
16
|
+
const instance: V1OAuthTokenResponse = {
|
|
17
|
+
jwt,
|
|
18
|
+
accessToken,
|
|
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
|
+
# V1OTAEncryptionRequestLatest
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**lineageId** | **string** | | [default to undefined]
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
import { V1OTAEncryptionRequestLatest } from '@ourskyai/platform-api';
|
|
14
|
+
|
|
15
|
+
const instance: V1OTAEncryptionRequestLatest = {
|
|
16
|
+
lineageId,
|
|
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)
|