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 b7e6170 commit c9558a0Copy full SHA for c9558a0
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