@scaleway/sdk-datawarehouse 2.5.1 → 2.5.2

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.
@@ -21,7 +21,7 @@ const CreateDatabaseRequest = { name: {
21
21
  } };
22
22
  const CreateDeploymentRequest = {
23
23
  cpuMax: {
24
- greaterThanOrEqual: 1,
24
+ greaterThanOrEqual: 2,
25
25
  lessThanOrEqual: 15
26
26
  },
27
27
  cpuMin: {
@@ -140,7 +140,7 @@ const ListVersionsRequest = {
140
140
  };
141
141
  const UpdateDeploymentRequest = {
142
142
  cpuMax: {
143
- greaterThanOrEqual: 1,
143
+ greaterThanOrEqual: 2,
144
144
  lessThanOrEqual: 15
145
145
  },
146
146
  cpuMin: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scaleway/sdk-datawarehouse",
3
- "version": "2.5.1",
3
+ "version": "2.5.2",
4
4
  "description": "Scaleway SDK datawarehouse",
5
5
  "license": "Apache-2.0",
6
6
  "files": [