@scaleway/sdk-lb 2.6.0 → 2.7.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.
@@ -1,10 +1,10 @@
1
1
  //#region src/v1/content.gen.ts
2
2
  /** Lists transient statutes of the enum {@link CertificateStatus}. */
3
- var CERTIFICATE_TRANSIENT_STATUSES = ["pending"];
3
+ const CERTIFICATE_TRANSIENT_STATUSES = ["pending"];
4
4
  /** Lists transient statutes of the enum {@link InstanceStatus}. */
5
- var INSTANCE_TRANSIENT_STATUSES = ["pending", "migrating"];
5
+ const INSTANCE_TRANSIENT_STATUSES = ["pending", "migrating"];
6
6
  /** Lists transient statutes of the enum {@link LbStatus}. */
7
- var LB_TRANSIENT_STATUSES = [
7
+ const LB_TRANSIENT_STATUSES = [
8
8
  "pending",
9
9
  "migrating",
10
10
  "to_create",
@@ -13,6 +13,6 @@ var LB_TRANSIENT_STATUSES = [
13
13
  "deleting"
14
14
  ];
15
15
  /** Lists transient statutes of the enum {@link PrivateNetworkStatus}. */
16
- var PRIVATE_NETWORK_TRANSIENT_STATUSES = ["pending"];
16
+ const PRIVATE_NETWORK_TRANSIENT_STATUSES = ["pending"];
17
17
  //#endregion
18
18
  export { CERTIFICATE_TRANSIENT_STATUSES, INSTANCE_TRANSIENT_STATUSES, LB_TRANSIENT_STATUSES, PRIVATE_NETWORK_TRANSIENT_STATUSES };