@scaleway/sdk-iot 2.4.0 → 2.6.0

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.
@@ -0,0 +1,3 @@
1
+ # Licenses
2
+
3
+ The app does not bundle any dependencies with licenses.
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This file is automatically generated
3
+ * PLEASE DO NOT EDIT HERE
4
+ */
5
+ export declare const pkgMetadata: {
6
+ readonly name: "@scaleway/sdk-iot";
7
+ readonly namespace: "iot";
8
+ readonly displayName: "Iot";
9
+ readonly versions: readonly ["v1"];
10
+ };
11
+ export type Metadata = typeof pkgMetadata;
12
+ export default pkgMetadata;
@@ -0,0 +1,13 @@
1
+ //#region src/metadata.gen.ts
2
+ /**
3
+ * This file is automatically generated
4
+ * PLEASE DO NOT EDIT HERE
5
+ */
6
+ const pkgMetadata = {
7
+ name: "@scaleway/sdk-iot",
8
+ namespace: "iot",
9
+ displayName: "Iot",
10
+ versions: ["v1"]
11
+ };
12
+ //#endregion
13
+ export { pkgMetadata as default, pkgMetadata };
@@ -44,7 +44,7 @@ export declare class API extends ParentAPI {
44
44
  * @param options - The waiting options
45
45
  * @returns A Promise of Hub
46
46
  */
47
- waitForHub: (request: Readonly<GetHubRequest>, options?: Readonly<WaitForOptions<Hub>>) => Promise<Hub>;
47
+ waitForHub: (request: Readonly<GetHubRequest>, options?: Readonly<WaitForOptions<Hub>> | undefined) => Promise<Hub>;
48
48
  /**
49
49
  * Update a hub. Update the parameters of an existing IoT Hub, specified by its Hub ID.
50
50
  *