@hello.nrfcloud.com/nrfcloud-api-helpers 3.0.60 → 3.0.62
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.
|
@@ -6,10 +6,10 @@ export declare const DeviceShadow: import("@sinclair/typebox").TObject<{
|
|
|
6
6
|
id: import("@sinclair/typebox").TString;
|
|
7
7
|
$meta: import("@sinclair/typebox").TObject<{
|
|
8
8
|
createdAt: import("@sinclair/typebox").TString;
|
|
9
|
-
updatedAt: import("@sinclair/typebox").TString
|
|
9
|
+
updatedAt: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
10
10
|
}>;
|
|
11
11
|
state: import("@sinclair/typebox").TObject<{
|
|
12
|
-
reported: import("@sinclair/typebox").TRecord<import("@sinclair/typebox").TString, import("@sinclair/typebox").TAny
|
|
12
|
+
reported: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TRecord<import("@sinclair/typebox").TString, import("@sinclair/typebox").TAny>>;
|
|
13
13
|
desired: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TRecord<import("@sinclair/typebox").TString, import("@sinclair/typebox").TAny>>;
|
|
14
14
|
version: import("@sinclair/typebox").TNumber;
|
|
15
15
|
}>;
|
package/dist/api/DeviceShadow.js
CHANGED
|
@@ -9,13 +9,13 @@ export const DeviceShadow = Type.Object({
|
|
|
9
9
|
minLength: 1,
|
|
10
10
|
examples: ['2019-08-24T14:15:22Z'],
|
|
11
11
|
}),
|
|
12
|
-
updatedAt: Type.String({
|
|
12
|
+
updatedAt: Type.Optional(Type.String({
|
|
13
13
|
minLength: 1,
|
|
14
14
|
examples: ['2019-08-24T14:15:22Z'],
|
|
15
|
-
}),
|
|
15
|
+
})),
|
|
16
16
|
}),
|
|
17
17
|
state: Type.Object({
|
|
18
|
-
reported: Type.Record(Type.String({ minLength: 1 }), Type.Any()),
|
|
18
|
+
reported: Type.Optional(Type.Record(Type.String({ minLength: 1 }), Type.Any())),
|
|
19
19
|
desired: Type.Optional(Type.Record(Type.String({ minLength: 1 }), Type.Any())),
|
|
20
20
|
version: Type.Number(),
|
|
21
21
|
}),
|
package/dist/api/devices.d.ts
CHANGED
|
@@ -7,10 +7,10 @@ declare const Devices: import("@sinclair/typebox").TObject<{
|
|
|
7
7
|
id: import("@sinclair/typebox").TString;
|
|
8
8
|
$meta: import("@sinclair/typebox").TObject<{
|
|
9
9
|
createdAt: import("@sinclair/typebox").TString;
|
|
10
|
-
updatedAt: import("@sinclair/typebox").TString
|
|
10
|
+
updatedAt: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
11
11
|
}>;
|
|
12
12
|
state: import("@sinclair/typebox").TObject<{
|
|
13
|
-
reported: import("@sinclair/typebox").TRecord<import("@sinclair/typebox").TString, import("@sinclair/typebox").TAny
|
|
13
|
+
reported: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TRecord<import("@sinclair/typebox").TString, import("@sinclair/typebox").TAny>>;
|
|
14
14
|
desired: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TRecord<import("@sinclair/typebox").TString, import("@sinclair/typebox").TAny>>;
|
|
15
15
|
version: import("@sinclair/typebox").TNumber;
|
|
16
16
|
}>;
|
|
@@ -4,10 +4,10 @@ declare const DeviceShadows: import("@sinclair/typebox").TArray<import("@sinclai
|
|
|
4
4
|
id: import("@sinclair/typebox").TString;
|
|
5
5
|
$meta: import("@sinclair/typebox").TObject<{
|
|
6
6
|
createdAt: import("@sinclair/typebox").TString;
|
|
7
|
-
updatedAt: import("@sinclair/typebox").TString
|
|
7
|
+
updatedAt: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
8
8
|
}>;
|
|
9
9
|
state: import("@sinclair/typebox").TObject<{
|
|
10
|
-
reported: import("@sinclair/typebox").TRecord<import("@sinclair/typebox").TString, import("@sinclair/typebox").TAny
|
|
10
|
+
reported: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TRecord<import("@sinclair/typebox").TString, import("@sinclair/typebox").TAny>>;
|
|
11
11
|
desired: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TRecord<import("@sinclair/typebox").TString, import("@sinclair/typebox").TAny>>;
|
|
12
12
|
version: import("@sinclair/typebox").TNumber;
|
|
13
13
|
}>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hello.nrfcloud.com/nrfcloud-api-helpers",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.62",
|
|
4
4
|
"description": "Helper functions for integrating nRF Cloud APIs in AWS lambdas written in TypeScript.",
|
|
5
5
|
"exports": {
|
|
6
6
|
"./*": {
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"@aws-sdk/client-ssm": "^3.583.0",
|
|
87
87
|
"@aws-sdk/util-dynamodb": "^3.584.0",
|
|
88
88
|
"@bifravst/aws-ssm-settings-helpers": "^1.1.22",
|
|
89
|
-
"@hello.nrfcloud.com/proto": "^13.0.
|
|
89
|
+
"@hello.nrfcloud.com/proto": "^13.0.1",
|
|
90
90
|
"@sinclair/typebox": "^0.32.31"
|
|
91
91
|
}
|
|
92
92
|
}
|