@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.
@@ -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. Beside the default network, you can add networks for different data providers. Possible network types are Sigfox and REST.
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. The response returns full details of the network, including its type, the topic prefix and its endpoint.
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scaleway/sdk-iot",
3
- "version": "2.6.2",
3
+ "version": "2.6.3",
4
4
  "description": "Scaleway SDK iot",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {