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 1
1
// This file was automatically generated. DO NOT EDIT.
2
2
// If you have any remark or suggestion do not hesitate to open an issue.
3
+
4
+ import type { ApiLocality } from '@scaleway/sdk-client'
3
5
import {
4
- API as ParentAPI ,
5
6
enrichForPagination ,
7
+ API as ParentAPI ,
6
8
resolveOneOf ,
7
9
toApiLocality ,
8
10
urlParams ,
9
11
validatePathParam ,
10
12
} from '@scaleway/sdk-client'
11
- import type { ApiLocality } from '@scaleway/sdk-client'
12
13
import {
13
14
marshalAttachIPRequest ,
14
15
marshalBookIPRequest ,
Original file line number Diff line number Diff line change 1
1
// This file was automatically generated. DO NOT EDIT.
2
2
// If you have any remark or suggestion do not hesitate to open an issue.
3
+
4
+ import type { DefaultValues } from '@scaleway/sdk-client'
3
5
import {
4
6
isJSONObject ,
5
7
resolveOneOf ,
6
8
unmarshalArrayOfObject ,
7
9
unmarshalDate ,
8
10
} from '@scaleway/sdk-client'
9
- import type { DefaultValues } from '@scaleway/sdk-client'
10
11
import type {
11
12
AttachIPRequest ,
12
13
BookIPRequest ,
Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ export type ListIPsRequestOrderBy =
9
9
| 'updated_at_asc'
10
10
| 'attached_at_desc'
11
11
| 'attached_at_asc'
12
+ | 'ip_address_desc'
13
+ | 'ip_address_asc'
14
+ | 'mac_address_desc'
15
+ | 'mac_address_asc'
12
16
13
17
export type ResourceType =
14
18
| 'unknown_type'
You can’t perform that action at this time.
0 commit comments