@hello.nrfcloud.com/nrfcloud-api-helpers 5.0.5 → 5.0.7
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/dist/api/getFOTAJob.d.ts
CHANGED
|
@@ -6,7 +6,13 @@ export declare enum FOTAJobStatus {
|
|
|
6
6
|
IN_PROGRESS = "IN_PROGRESS",
|
|
7
7
|
CANCELLED = "CANCELLED",
|
|
8
8
|
DELETION_IN_PROGRESS = "DELETION_IN_PROGRESS",
|
|
9
|
-
COMPLETED = "COMPLETED"
|
|
9
|
+
COMPLETED = "COMPLETED",
|
|
10
|
+
QUEUED = "QUEUED",
|
|
11
|
+
FAILED = "FAILED",
|
|
12
|
+
SUCCEEDED = "SUCCEEDED",
|
|
13
|
+
TIMED_OUT = "TIMED_OUT",
|
|
14
|
+
REJECTED = "REJECTED",
|
|
15
|
+
DOWNLOADING = "DOWNLOADING"
|
|
10
16
|
}
|
|
11
17
|
export declare const FOTAJobType: import("@sinclair/typebox").TObject<{
|
|
12
18
|
jobId: import("@sinclair/typebox").TString;
|
package/dist/api/getFOTAJob.js
CHANGED
|
@@ -8,6 +8,12 @@ export var FOTAJobStatus;
|
|
|
8
8
|
FOTAJobStatus["CANCELLED"] = "CANCELLED";
|
|
9
9
|
FOTAJobStatus["DELETION_IN_PROGRESS"] = "DELETION_IN_PROGRESS";
|
|
10
10
|
FOTAJobStatus["COMPLETED"] = "COMPLETED";
|
|
11
|
+
FOTAJobStatus["QUEUED"] = "QUEUED";
|
|
12
|
+
FOTAJobStatus["FAILED"] = "FAILED";
|
|
13
|
+
FOTAJobStatus["SUCCEEDED"] = "SUCCEEDED";
|
|
14
|
+
FOTAJobStatus["TIMED_OUT"] = "TIMED_OUT";
|
|
15
|
+
FOTAJobStatus["REJECTED"] = "REJECTED";
|
|
16
|
+
FOTAJobStatus["DOWNLOADING"] = "DOWNLOADING";
|
|
11
17
|
})(FOTAJobStatus || (FOTAJobStatus = {}));
|
|
12
18
|
const ts = Type.String({
|
|
13
19
|
title: 'Timestamp',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hello.nrfcloud.com/nrfcloud-api-helpers",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.7",
|
|
4
4
|
"description": "Helper functions for integrating nRF Cloud APIs in AWS lambdas written in TypeScript.",
|
|
5
5
|
"exports": {
|
|
6
6
|
"./*": {
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"@aws-sdk/client-dynamodb": "^3.592.0",
|
|
86
86
|
"@aws-sdk/client-ssm": "^3.592.0",
|
|
87
87
|
"@aws-sdk/util-dynamodb": "^3.592.0",
|
|
88
|
-
"@bifravst/aws-ssm-settings-helpers": "^1.1.
|
|
88
|
+
"@bifravst/aws-ssm-settings-helpers": "^1.1.28",
|
|
89
89
|
"@hello.nrfcloud.com/proto": "^13.2.3",
|
|
90
90
|
"@sinclair/typebox": "^0.32.31"
|
|
91
91
|
}
|