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 f9daf5c commit 12c5104Copy full SHA for 12c5104
packages/clients/src/api/instance/v1/api.gen.ts
@@ -6,7 +6,7 @@ import {
6
urlParams,
7
validatePathParam,
8
} from '../../../bridge'
9
-import type { Zone } from '../../../bridge'
+import type { Zone as ScwZone } from '../../../bridge'
10
import {
11
marshalApplyBlockMigrationRequest,
12
marshalAttachServerVolumeRequest,
@@ -243,7 +243,7 @@ const jsonContentHeaders = {
243
*/
244
export class API extends ParentAPI {
245
/** Lists the available zones of the API. */
246
- public static readonly LOCALITIES: Zone[] = [
+ public static readonly LOCALITIES: ScwZone[] = [
247
'fr-par-1',
248
'fr-par-2',
249
'fr-par-3',
0 commit comments