@scaleway/sdk-test 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.
@@ -32,10 +32,7 @@ class API extends API$1 {
32
32
  ["order_by", request.orderBy],
33
33
  ["organization_id", request.organizationId],
34
34
  ["page", request.page],
35
- [
36
- "page_size",
37
- request.pageSize ?? this.client.settings.defaultPageSize
38
- ],
35
+ ["page_size", request.pageSize ?? this.client.settings.defaultPageSize],
39
36
  ["project_id", request.projectId]
40
37
  )
41
38
  },
@@ -1,4 +1,6 @@
1
- const HUMAN_TRANSIENT_STATUSES = ["running"];
1
+ const HUMAN_TRANSIENT_STATUSES = [
2
+ "running"
3
+ ];
2
4
  export {
3
5
  HUMAN_TRANSIENT_STATUSES
4
6
  };
@@ -1,4 +1,4 @@
1
- export { API } from './api.gen.js';
1
+ export { API, } from './api.gen.js';
2
2
  export * from './content.gen.js';
3
3
  export * from './marshalling.gen.js';
4
4
  export type { CreateHumanRequest, DeleteHumanRequest, EyeColors, GetHumanRequest, Human, HumanStatus, ListHumansRequest, ListHumansRequestOrderBy, ListHumansResponse, RegisterRequest, RegisterResponse, RunHumanRequest, SmokeHumanRequest, UpdateHumanRequest, } from './types.gen.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scaleway/sdk-test",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "description": "Scaleway SDK test",
5
5
  "license": "Apache-2.0",
6
6
  "files": [
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@scaleway/random-name": "5.1.2",
30
- "@scaleway/sdk-std": "2.1.0"
30
+ "@scaleway/sdk-std": "2.1.1"
31
31
  },
32
32
  "peerDependencies": {
33
33
  "@scaleway/sdk-client": "^2.1.0"