Skip to content

Commit 157c4ac

Browse files
authored
feat(serverless): add missing localities (#341)
1 parent 872df25 commit 157c4ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/clients/src/api/container/v1beta1/api.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ const jsonContentHeaders = {
8888
*/
8989
export class ContainerV1Beta1GenAPI extends API {
9090
/** Lists the available regions of the API. */
91-
public static readonly LOCALITIES: Region[] = ['fr-par']
91+
public static readonly LOCALITIES: Region[] = ['fr-par', 'nl-ams', 'pl-waw']
9292

9393
protected pageOfListNamespaces = (
9494
request: Readonly<ListNamespacesRequest> = {},

packages/clients/src/api/function/v1beta1/api.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ const jsonContentHeaders = {
125125
*/
126126
export class FunctionV1Beta1GenAPI extends API {
127127
/** Lists the available regions of the API. */
128-
public static readonly LOCALITIES: Region[] = ['fr-par']
128+
public static readonly LOCALITIES: Region[] = ['fr-par', 'nl-ams', 'pl-waw']
129129

130130
protected pageOfListNamespaces = (
131131
request: Readonly<ListNamespacesRequest> = {},

0 commit comments

Comments
 (0)