File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
packages_generated/ipam/src/v1 Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 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'
35import {
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'
1213import {
1314 marshalAttachIPRequest ,
1415 marshalBookIPRequest ,
Original file line number Diff line number Diff line change 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'
35import {
46 isJSONObject ,
57 resolveOneOf ,
68 unmarshalArrayOfObject ,
79 unmarshalDate ,
810} from '@scaleway/sdk-client'
9- import type { DefaultValues } from '@scaleway/sdk-client'
1011import type {
1112 AttachIPRequest ,
1213 BookIPRequest ,
Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ export type ListIPsRequestOrderBy =
99 | 'updated_at_asc'
1010 | 'attached_at_desc'
1111 | 'attached_at_asc'
12+ | 'ip_address_desc'
13+ | 'ip_address_asc'
14+ | 'mac_address_desc'
15+ | 'mac_address_asc'
1216
1317export type ResourceType =
1418 | 'unknown_type'
You can’t perform that action at this time.
0 commit comments