Skip to content

Commit 0c9c197

Browse files
authored
feat(block): specify available localities (#1061)
1 parent 20643a7 commit 0c9c197

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

packages/clients/src/api/block/v1alpha1/api.gen.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,13 @@ const jsonContentHeaders = {
5555
*/
5656
export class API extends ParentAPI {
5757
/** Lists the available zones of the API. */
58-
public static readonly LOCALITIES: Zone[] = ['fr-par-1', 'pl-waw-3']
58+
public static readonly LOCALITIES: Zone[] = [
59+
'fr-par-1',
60+
'fr-par-2',
61+
'nl-ams-1',
62+
'nl-ams-3',
63+
'pl-waw-3',
64+
]
5965

6066
protected pageOfListVolumeTypes = (
6167
request: Readonly<ListVolumeTypesRequest> = {},

0 commit comments

Comments
 (0)