@scaleway/sdk 0.1.0-beta.24 → 0.1.0-beta.25

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.
@@ -702,6 +702,6 @@ class LbZonedV1GenAPI extends API {
702
702
  });
703
703
  }
704
704
  }
705
- LbZonedV1GenAPI.LOCALITIES = ['fr-par-1', 'fr-par-2', 'nl-ams-1', 'nl-ams-2', 'pl-waw-1'];
705
+ LbZonedV1GenAPI.LOCALITIES = ['fr-par-1', 'fr-par-2', 'nl-ams-1', 'nl-ams-2', 'pl-waw-1', 'pl-waw-2'];
706
706
 
707
707
  export { LbV1GenAPI, LbZonedV1GenAPI };
@@ -5,6 +5,6 @@
5
5
  const GATEWAY_NETWORK_TRANSIENT_STATUSES = ['attaching', 'configuring', 'detaching'];
6
6
 
7
7
  /** Lists transient statutes of the enum {@link GatewayStatus}. */
8
- const GATEWAY_TRANSIENT_STATUSES = ['allocating', 'configuring', 'running', 'stopping', 'deleting'];
8
+ const GATEWAY_TRANSIENT_STATUSES = ['allocating', 'configuring', 'stopping', 'deleting'];
9
9
 
10
10
  export { GATEWAY_NETWORK_TRANSIENT_STATUSES, GATEWAY_TRANSIENT_STATUSES };
package/dist/index.cjs CHANGED
@@ -392,7 +392,7 @@ const assertValidSettings = obj => {
392
392
  }
393
393
  };
394
394
 
395
- const version = 'v0.1.0-beta.23';
395
+ const version = 'v0.1.0-beta.24';
396
396
  const userAgent = `scaleway-sdk-js/${version}`;
397
397
 
398
398
  const isBrowser = () => typeof window !== 'undefined' && typeof window.document !== 'undefined';
@@ -13690,7 +13690,7 @@ class LbV1GenAPI extends API {
13690
13690
  */
13691
13691
  class LbZonedV1GenAPI extends API {
13692
13692
  /** Lists the available zones of the API. */
13693
- static LOCALITIES = ['fr-par-1', 'fr-par-2', 'nl-ams-1', 'nl-ams-2', 'pl-waw-1'];
13693
+ static LOCALITIES = ['fr-par-1', 'fr-par-2', 'nl-ams-1', 'nl-ams-2', 'pl-waw-1', 'pl-waw-2'];
13694
13694
  pageOfListLbs = (request = {}) => this.client.fetch({
13695
13695
  method: 'GET',
13696
13696
  path: `/lb/v1/zones/${validatePathParam('zone', request.zone ?? this.client.settings.defaultZone)}/lbs`,
@@ -18414,7 +18414,7 @@ var index$2 = /*#__PURE__*/Object.freeze({
18414
18414
  const GATEWAY_NETWORK_TRANSIENT_STATUSES = ['attaching', 'configuring', 'detaching'];
18415
18415
 
18416
18416
  /** Lists transient statutes of the enum {@link GatewayStatus}. */
18417
- const GATEWAY_TRANSIENT_STATUSES = ['allocating', 'configuring', 'running', 'stopping', 'deleting'];
18417
+ const GATEWAY_TRANSIENT_STATUSES = ['allocating', 'configuring', 'stopping', 'deleting'];
18418
18418
 
18419
18419
  // This file was automatically generated. DO NOT EDIT.
18420
18420
  const unmarshalDHCP = data => {
@@ -1,4 +1,4 @@
1
- const version = 'v0.1.0-beta.23';
1
+ const version = 'v0.1.0-beta.24';
2
2
  const userAgent = `scaleway-sdk-js/${version}`;
3
3
 
4
4
  export { userAgent, version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scaleway/sdk",
3
- "version": "0.1.0-beta.24",
3
+ "version": "0.1.0-beta.25",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Scaleway SDK.",
6
6
  "keywords": [
@@ -36,5 +36,5 @@
36
36
  "bundledDependencies": [
37
37
  "@scaleway/random-name"
38
38
  ],
39
- "gitHead": "5484de96723e18038b6a8781ebb941a1f270f49a"
39
+ "gitHead": "72be9b1e6ded780a47d4c382b9f18f88b0f16f09"
40
40
  }