@scaleway/sdk-file 2.7.2 → 2.8.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.
@@ -22,6 +22,7 @@ const unmarshalAttachment = (data) => {
22
22
  return {
23
23
  filesystemId: data.filesystem_id,
24
24
  id: data.id,
25
+ region: data.region,
25
26
  resourceId: data.resource_id,
26
27
  resourceType: data.resource_type,
27
28
  zone: data.zone
@@ -26,6 +26,10 @@ export interface Attachment {
26
26
  * The zone where the resource is located.
27
27
  */
28
28
  zone?: ScwZone;
29
+ /**
30
+ * The region where the attachment is located.
31
+ */
32
+ region: ScwRegion;
29
33
  }
30
34
  export interface FileSystemType {
31
35
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scaleway/sdk-file",
3
- "version": "2.7.2",
3
+ "version": "2.8.1",
4
4
  "description": "Scaleway SDK file",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -32,14 +32,14 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@scaleway/random-name": "5.1.4",
35
- "@scaleway/sdk-std": "2.4.2"
35
+ "@scaleway/sdk-std": "2.4.3"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@repo/configs": "^0.1.1",
39
- "@scaleway/sdk-client": "^2.4.0"
39
+ "@scaleway/sdk-client": "^2.4.1"
40
40
  },
41
41
  "peerDependencies": {
42
- "@scaleway/sdk-client": "^2.4.0"
42
+ "@scaleway/sdk-client": "^2.4.1"
43
43
  },
44
44
  "engines": {
45
45
  "node": ">=20.20.2"