Skip to content

Commit c53263e

Browse files
committed
feat: update generated APIs
1 parent f9b5939 commit c53263e

File tree

122 files changed

+234
-230
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

122 files changed

+234
-230
lines changed

packages/clients/src/api/account/v3/api.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {
55
enrichForPagination,
66
urlParams,
77
validatePathParam,
8-
} from '../../../bridge'
8+
} from '@scaleway/sdk-client'
99
import {
1010
marshalContractApiCheckContractSignatureRequest,
1111
marshalContractApiCreateContractSignatureRequest,

packages/clients/src/api/account/v3/marshalling.gen.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import {
66
resolveOneOf,
77
unmarshalArrayOfObject,
88
unmarshalDate,
9-
} from '../../../bridge'
10-
import type { DefaultValues } from '../../../bridge'
9+
} from '@scaleway/sdk-client'
10+
import type { DefaultValues } from '@scaleway/sdk-client'
1111
import type {
1212
CheckContractSignatureResponse,
1313
Contract,

packages/clients/src/api/applesilicon/v1alpha1/api.gen.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import {
66
urlParams,
77
validatePathParam,
88
waitForResource,
9-
} from '../../../bridge'
10-
import type { Zone as ScwZone, WaitForOptions } from '../../../bridge'
9+
} from '@scaleway/sdk-client'
10+
import type { Zone as ScwZone, WaitForOptions } from '@scaleway/sdk-client'
1111
import {
1212
SERVER_PRIVATE_NETWORK_SERVER_TRANSIENT_STATUSES as SERVER_PRIVATE_NETWORK_SERVER_TRANSIENT_STATUSES_APPLESILICON,
1313
SERVER_TRANSIENT_STATUSES as SERVER_TRANSIENT_STATUSES_APPLESILICON,

packages/clients/src/api/applesilicon/v1alpha1/marshalling.gen.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import {
55
isJSONObject,
66
unmarshalArrayOfObject,
77
unmarshalDate,
8-
} from '../../../bridge'
9-
import type { DefaultValues } from '../../../bridge'
8+
} from '@scaleway/sdk-client'
9+
import type { DefaultValues } from '@scaleway/sdk-client'
1010
import type {
1111
Commitment,
1212
CommitmentTypeValue,

packages/clients/src/api/applesilicon/v1alpha1/types.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// This file was automatically generated. DO NOT EDIT.
22
// If you have any remark or suggestion do not hesitate to open an issue.
3-
import type { Zone as ScwZone } from '../../../bridge'
3+
import type { Zone as ScwZone } from '@scaleway/sdk-client'
44

55
export type CommitmentType = 'duration_24h' | 'renewed_monthly' | 'none'
66

packages/clients/src/api/audit_trail/v1alpha1/api.gen.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
// This file was automatically generated. DO NOT EDIT.
22
// If you have any remark or suggestion do not hesitate to open an issue.
3-
import { API as ParentAPI, urlParams, validatePathParam } from '../../../bridge'
4-
import type { Region as ScwRegion } from '../../../bridge'
3+
import {
4+
API as ParentAPI,
5+
urlParams,
6+
validatePathParam,
7+
} from '@scaleway/sdk-client'
8+
import type { Region as ScwRegion } from '@scaleway/sdk-client'
59
import {
610
unmarshalListEventsResponse,
711
unmarshalListProductsResponse,

packages/clients/src/api/audit_trail/v1alpha1/marshalling.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {
44
isJSONObject,
55
unmarshalArrayOfObject,
66
unmarshalDate,
7-
} from '../../../bridge'
7+
} from '@scaleway/sdk-client'
88
import type {
99
Event,
1010
EventPrincipal,

packages/clients/src/api/audit_trail/v1alpha1/types.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// This file was automatically generated. DO NOT EDIT.
22
// If you have any remark or suggestion do not hesitate to open an issue.
3-
import type { Region as ScwRegion } from '../../../bridge'
3+
import type { Region as ScwRegion } from '@scaleway/sdk-client'
44

55
export type ListEventsRequestOrderBy = 'recorded_at_desc' | 'recorded_at_asc'
66

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import {
66
urlParams,
77
validatePathParam,
88
waitForResource,
9-
} from '../../../bridge'
10-
import type { Zone as ScwZone, WaitForOptions } from '../../../bridge'
9+
} from '@scaleway/sdk-client'
10+
import type { Zone as ScwZone, WaitForOptions } from '@scaleway/sdk-client'
1111
import { SERVER_TRANSIENT_STATUSES as SERVER_TRANSIENT_STATUSES_BAREMETAL } from './content.gen'
1212
import {
1313
marshalAddOptionServerRequest,

packages/clients/src/api/baremetal/v1/marshalling.gen.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import {
77
unmarshalDate,
88
unmarshalMoney,
99
unmarshalTimeSeries,
10-
} from '../../../bridge'
11-
import type { DefaultValues } from '../../../bridge'
10+
} from '@scaleway/sdk-client'
11+
import type { DefaultValues } from '@scaleway/sdk-client'
1212
import type {
1313
AddOptionServerRequest,
1414
BMCAccess,

0 commit comments

Comments
 (0)