Skip to content

Commit 12c5104

Browse files
committed
feat: update generated APIs
1 parent f9daf5c commit 12c5104

File tree

3 files changed

+90
-87
lines changed

3 files changed

+90
-87
lines changed

packages/clients/src/api/instance/v1/api.gen.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {
66
urlParams,
77
validatePathParam,
88
} from '../../../bridge'
9-
import type { Zone } from '../../../bridge'
9+
import type { Zone as ScwZone } from '../../../bridge'
1010
import {
1111
marshalApplyBlockMigrationRequest,
1212
marshalAttachServerVolumeRequest,
@@ -243,7 +243,7 @@ const jsonContentHeaders = {
243243
*/
244244
export class API extends ParentAPI {
245245
/** Lists the available zones of the API. */
246-
public static readonly LOCALITIES: Zone[] = [
246+
public static readonly LOCALITIES: ScwZone[] = [
247247
'fr-par-1',
248248
'fr-par-2',
249249
'fr-par-3',

0 commit comments

Comments
 (0)