@scaleway/sdk-iam 2.9.2 → 2.9.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.
@@ -376,7 +376,7 @@ export interface Log {
376
376
  */
377
377
  resourceType: LogResourceType;
378
378
  /**
379
- * ID of the resource linked to the log.
379
+ * ID of the resource linked to the log.
380
380
  */
381
381
  resourceId: string;
382
382
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scaleway/sdk-iam",
3
- "version": "2.9.2",
3
+ "version": "2.9.3",
4
4
  "description": "Scaleway SDK iam",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {