Skip to content

Commit cf4ed57

Browse files
committed
feat: update generated APIs
1 parent 4569b7f commit cf4ed57

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

packages_generated/ipam/src/v1/api.gen.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
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+
4+
import type { ApiLocality } from '@scaleway/sdk-client'
35
import {
4-
API as ParentAPI,
56
enrichForPagination,
7+
API as ParentAPI,
68
resolveOneOf,
79
toApiLocality,
810
urlParams,
911
validatePathParam,
1012
} from '@scaleway/sdk-client'
11-
import type { ApiLocality } from '@scaleway/sdk-client'
1213
import {
1314
marshalAttachIPRequest,
1415
marshalBookIPRequest,

packages_generated/ipam/src/v1/marshalling.gen.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
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+
4+
import type { DefaultValues } from '@scaleway/sdk-client'
35
import {
46
isJSONObject,
57
resolveOneOf,
68
unmarshalArrayOfObject,
79
unmarshalDate,
810
} from '@scaleway/sdk-client'
9-
import type { DefaultValues } from '@scaleway/sdk-client'
1011
import type {
1112
AttachIPRequest,
1213
BookIPRequest,

0 commit comments

Comments
 (0)