Skip to content

Commit 76f9b2a

Browse files
authored
feat(vpc): add more localities (#289)
1 parent 15a43e2 commit 76f9b2a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

packages/clients/src/api/vpc/v1/api.gen.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,15 @@ const jsonContentHeaders = {
3030
/** VPC API. */
3131
export class VpcV1GenAPI extends API {
3232
/** Lists the available zones of the API. */
33-
public static readonly LOCALITIES: Zone[] = ['fr-par-1', 'nl-ams-1']
33+
public static readonly LOCALITIES: Zone[] = [
34+
'fr-par-1',
35+
'fr-par-2',
36+
'fr-par-3',
37+
'nl-ams-1',
38+
'nl-ams-2',
39+
'pl-waw-1',
40+
'pl-waw-2',
41+
]
3442

3543
protected pageOfListPrivateNetworks = (
3644
request: Readonly<ListPrivateNetworksRequest> = {},

packages/clients/src/api/vpcgw/v1/api.gen.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,9 @@ export class VpcgwV1GenAPI extends API {
107107
'fr-par-1',
108108
'fr-par-2',
109109
'nl-ams-1',
110+
'nl-ams-2',
110111
'pl-waw-1',
112+
'pl-waw-2',
111113
]
112114

113115
protected pageOfListGateways = (

0 commit comments

Comments
 (0)