@scaleway/sdk-iot 2.2.1 → 2.3.1
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/README.md +1 -1
- package/dist/_virtual/_rolldown/runtime.js +11 -0
- package/dist/index.gen.js +2 -4
- package/dist/v1/api.gen.js +431 -597
- package/dist/v1/content.gen.js +3 -7
- package/dist/v1/index.gen.js +36 -34
- package/dist/v1/marshalling.gen.js +301 -459
- package/package.json +4 -4
package/dist/v1/content.gen.js
CHANGED
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
];
|
|
5
|
-
export {
|
|
6
|
-
HUB_TRANSIENT_STATUSES
|
|
7
|
-
};
|
|
1
|
+
/** Lists transient statutes of the enum {@link HubStatus}. */
|
|
2
|
+
const HUB_TRANSIENT_STATUSES = ["enabling", "disabling"];
|
|
3
|
+
export { HUB_TRANSIENT_STATUSES };
|
package/dist/v1/index.gen.js
CHANGED
|
@@ -1,36 +1,38 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { __exportAll } from "../_virtual/_rolldown/runtime.js";
|
|
2
2
|
import { HUB_TRANSIENT_STATUSES } from "./content.gen.js";
|
|
3
3
|
import { marshalCreateDeviceRequest, marshalCreateHubRequest, marshalCreateNetworkRequest, marshalCreateRouteRequest, marshalPatchTwinDocumentRequest, marshalPutTwinDocumentRequest, marshalSetDeviceCertificateRequest, marshalSetHubCARequest, marshalUpdateDeviceRequest, marshalUpdateHubRequest, marshalUpdateRouteRequest, unmarshalCreateDeviceResponse, unmarshalCreateNetworkResponse, unmarshalDevice, unmarshalGetDeviceCertificateResponse, unmarshalGetDeviceMetricsResponse, unmarshalGetHubCAResponse, unmarshalGetHubMetricsResponse, unmarshalHub, unmarshalListDevicesResponse, unmarshalListHubsResponse, unmarshalListNetworksResponse, unmarshalListRoutesResponse, unmarshalListTwinDocumentsResponse, unmarshalNetwork, unmarshalRenewDeviceCertificateResponse, unmarshalRoute, unmarshalSetDeviceCertificateResponse, unmarshalTwinDocument } from "./marshalling.gen.js";
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
4
|
+
import { API } from "./api.gen.js";
|
|
5
|
+
var index_gen_exports = /* @__PURE__ */ __exportAll({
|
|
6
|
+
API: () => API,
|
|
7
|
+
HUB_TRANSIENT_STATUSES: () => HUB_TRANSIENT_STATUSES,
|
|
8
|
+
marshalCreateDeviceRequest: () => marshalCreateDeviceRequest,
|
|
9
|
+
marshalCreateHubRequest: () => marshalCreateHubRequest,
|
|
10
|
+
marshalCreateNetworkRequest: () => marshalCreateNetworkRequest,
|
|
11
|
+
marshalCreateRouteRequest: () => marshalCreateRouteRequest,
|
|
12
|
+
marshalPatchTwinDocumentRequest: () => marshalPatchTwinDocumentRequest,
|
|
13
|
+
marshalPutTwinDocumentRequest: () => marshalPutTwinDocumentRequest,
|
|
14
|
+
marshalSetDeviceCertificateRequest: () => marshalSetDeviceCertificateRequest,
|
|
15
|
+
marshalSetHubCARequest: () => marshalSetHubCARequest,
|
|
16
|
+
marshalUpdateDeviceRequest: () => marshalUpdateDeviceRequest,
|
|
17
|
+
marshalUpdateHubRequest: () => marshalUpdateHubRequest,
|
|
18
|
+
marshalUpdateRouteRequest: () => marshalUpdateRouteRequest,
|
|
19
|
+
unmarshalCreateDeviceResponse: () => unmarshalCreateDeviceResponse,
|
|
20
|
+
unmarshalCreateNetworkResponse: () => unmarshalCreateNetworkResponse,
|
|
21
|
+
unmarshalDevice: () => unmarshalDevice,
|
|
22
|
+
unmarshalGetDeviceCertificateResponse: () => unmarshalGetDeviceCertificateResponse,
|
|
23
|
+
unmarshalGetDeviceMetricsResponse: () => unmarshalGetDeviceMetricsResponse,
|
|
24
|
+
unmarshalGetHubCAResponse: () => unmarshalGetHubCAResponse,
|
|
25
|
+
unmarshalGetHubMetricsResponse: () => unmarshalGetHubMetricsResponse,
|
|
26
|
+
unmarshalHub: () => unmarshalHub,
|
|
27
|
+
unmarshalListDevicesResponse: () => unmarshalListDevicesResponse,
|
|
28
|
+
unmarshalListHubsResponse: () => unmarshalListHubsResponse,
|
|
29
|
+
unmarshalListNetworksResponse: () => unmarshalListNetworksResponse,
|
|
30
|
+
unmarshalListRoutesResponse: () => unmarshalListRoutesResponse,
|
|
31
|
+
unmarshalListTwinDocumentsResponse: () => unmarshalListTwinDocumentsResponse,
|
|
32
|
+
unmarshalNetwork: () => unmarshalNetwork,
|
|
33
|
+
unmarshalRenewDeviceCertificateResponse: () => unmarshalRenewDeviceCertificateResponse,
|
|
34
|
+
unmarshalRoute: () => unmarshalRoute,
|
|
35
|
+
unmarshalSetDeviceCertificateResponse: () => unmarshalSetDeviceCertificateResponse,
|
|
36
|
+
unmarshalTwinDocument: () => unmarshalTwinDocument
|
|
37
|
+
});
|
|
38
|
+
export { index_gen_exports };
|