@nordicsemiconductor/asset-tracker-cloud-docs
Advanced tools
Comparing version 28.3.2 to 28.3.3
@@ -7,3 +7,3 @@ import { Type } from "@sinclair/typebox"; | ||
export var AWSDevice = Type.Object({ | ||
v: Type.Union([ | ||
v: Type.Intersect([ | ||
Type.Object({ | ||
@@ -10,0 +10,0 @@ appV: Type.String({ |
@@ -15,3 +15,3 @@ import { Type } from '@sinclair/typebox' | ||
{ | ||
v: Type.Union([ | ||
v: Type.Intersect([ | ||
Type.Object({ | ||
@@ -18,0 +18,0 @@ appV: Type.String({ |
{ | ||
"name": "@nordicsemiconductor/asset-tracker-cloud-docs", | ||
"version": "28.3.2", | ||
"version": "28.3.3", | ||
"description": "The nRF Asset Tracker aims to provide a concrete end-to-end example for an IoT product in the asset tracker space.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
import { Static } from '@sinclair/typebox' | ||
import { AGPSRequest } from './docs/cloud-protocol/AGPSRequest' | ||
import { AWSDesired } from './docs/cloud-protocol/AWSDesired' | ||
import { AWSReported } from './docs/cloud-protocol/AWSReported' | ||
import { AWSDevice, AWSReported } from './docs/cloud-protocol/AWSReported' | ||
import { AzureDesired } from './docs/cloud-protocol/AzureDesired' | ||
@@ -59,4 +59,5 @@ import { AzureFOTA } from './docs/cloud-protocol/AzureFOTA' | ||
export type DeviceData = Static<typeof Device> | ||
export type AWSDeviceData = Static<typeof AWSDevice> | ||
export type EnvironmentData = Static<typeof Environment> | ||
export type GNSSData = Static<typeof GNSS> | ||
export type RoamingInfoData = Static<typeof RoamingInfo> |
73810
2156