We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20643a7 commit 0c9c197Copy full SHA for 0c9c197
packages/clients/src/api/block/v1alpha1/api.gen.ts
@@ -55,7 +55,13 @@ const jsonContentHeaders = {
55
*/
56
export class API extends ParentAPI {
57
/** Lists the available zones of the API. */
58
- public static readonly LOCALITIES: Zone[] = ['fr-par-1', 'pl-waw-3']
+ 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
+ ]
65
66
protected pageOfListVolumeTypes = (
67
request: Readonly<ListVolumeTypesRequest> = {},
0 commit comments