Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/clients/src/api/block/v1/api.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import {
urlParams,
validatePathParam,
waitForResource,
} from '../../../bridge'
import type { Zone as ScwZone, WaitForOptions } from '../../../bridge'
} from '@scaleway/sdk-client'
import type { Zone as ScwZone, WaitForOptions } from '@scaleway/sdk-client'
import {
SNAPSHOT_TRANSIENT_STATUSES as SNAPSHOT_TRANSIENT_STATUSES_BLOCK,
VOLUME_TRANSIENT_STATUSES as VOLUME_TRANSIENT_STATUSES_BLOCK,
Expand Down
4 changes: 2 additions & 2 deletions packages/clients/src/api/block/v1/marshalling.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import {
unmarshalArrayOfObject,
unmarshalDate,
unmarshalMoney,
} from '../../../bridge'
import type { DefaultValues } from '../../../bridge'
} from '@scaleway/sdk-client'
import type { DefaultValues } from '@scaleway/sdk-client'
import type {
CreateSnapshotRequest,
CreateVolumeRequest,
Expand Down
2 changes: 1 addition & 1 deletion packages/clients/src/api/block/v1/types.gen.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This file was automatically generated. DO NOT EDIT.
// If you have any remark or suggestion do not hesitate to open an issue.
import type { Money, Zone as ScwZone } from '../../../bridge'
import type { Money, Zone as ScwZone } from '@scaleway/sdk-client'

export type ListSnapshotsRequestOrderBy =
| 'created_at_asc'
Expand Down
4 changes: 2 additions & 2 deletions packages/clients/src/api/block/v1alpha1/api.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import {
urlParams,
validatePathParam,
waitForResource,
} from '../../../bridge'
import type { Zone as ScwZone, WaitForOptions } from '../../../bridge'
} from '@scaleway/sdk-client'
import type { Zone as ScwZone, WaitForOptions } from '@scaleway/sdk-client'
import {
SNAPSHOT_TRANSIENT_STATUSES as SNAPSHOT_TRANSIENT_STATUSES_BLOCK,
VOLUME_TRANSIENT_STATUSES as VOLUME_TRANSIENT_STATUSES_BLOCK,
Expand Down
4 changes: 2 additions & 2 deletions packages/clients/src/api/block/v1alpha1/marshalling.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import {
unmarshalArrayOfObject,
unmarshalDate,
unmarshalMoney,
} from '../../../bridge'
import type { DefaultValues } from '../../../bridge'
} from '@scaleway/sdk-client'
import type { DefaultValues } from '@scaleway/sdk-client'
import type {
CreateSnapshotRequest,
CreateVolumeRequest,
Expand Down
2 changes: 1 addition & 1 deletion packages/clients/src/api/block/v1alpha1/types.gen.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This file was automatically generated. DO NOT EDIT.
// If you have any remark or suggestion do not hesitate to open an issue.
import type { Money, Zone as ScwZone } from '../../../bridge'
import type { Money, Zone as ScwZone } from '@scaleway/sdk-client'

export type ListSnapshotsRequestOrderBy =
| 'created_at_asc'
Expand Down
Loading