@scaleway/sdk-iot 2.6.2 → 2.6.3
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/v1/api.gen.d.ts +2 -2
- package/package.json +1 -1
package/dist/v1/api.gen.d.ts
CHANGED
|
@@ -234,14 +234,14 @@ export declare class API extends ParentAPI {
|
|
|
234
234
|
[Symbol.asyncIterator]: () => AsyncGenerator<Network[], void, void>;
|
|
235
235
|
};
|
|
236
236
|
/**
|
|
237
|
-
* Create a new network. Create a new network for an existing hub.
|
|
237
|
+
* Create a new network. Create a new network for an existing hub. Beside the default network, you can add networks for different data providers. Possible network types are Sigfox and REST.
|
|
238
238
|
*
|
|
239
239
|
* @param request - The request {@link CreateNetworkRequest}
|
|
240
240
|
* @returns A Promise of CreateNetworkResponse
|
|
241
241
|
*/
|
|
242
242
|
createNetwork: (request: Readonly<CreateNetworkRequest>) => Promise<CreateNetworkResponse>;
|
|
243
243
|
/**
|
|
244
|
-
* Retrieve a specific network. Retrieve an existing network, specified by its network ID.
|
|
244
|
+
* Retrieve a specific network. Retrieve an existing network, specified by its network ID. The response returns full details of the network, including its type, the topic prefix and its endpoint.
|
|
245
245
|
*
|
|
246
246
|
* @param request - The request {@link GetNetworkRequest}
|
|
247
247
|
* @returns A Promise of Network
|