@scaleway/sdk-block 2.2.0 → 2.2.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.
@@ -514,7 +514,6 @@ export type UpdateVolumeRequest = {
514
514
  name?: string;
515
515
  /**
516
516
  * Size in bytes of the volume, with a granularity of 1 GB (10^9 bytes).
517
- Must be compliant with the minimum (1GB) and maximum (10TB) allowed size.
518
517
  */
519
518
  size?: number;
520
519
  /**
@@ -532,7 +532,6 @@ export type UpdateVolumeRequest = {
532
532
  name?: string;
533
533
  /**
534
534
  * Size in bytes of the volume, with a granularity of 1 GB (10^9 bytes).
535
- Must be compliant with the minimum (1GB) and maximum (10TB) allowed size.
536
535
  */
537
536
  size?: number;
538
537
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scaleway/sdk-block",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "description": "Scaleway SDK block",
5
5
  "license": "Apache-2.0",
6
6
  "files": [