Skip to content

Commit 47ebb47

Browse files
authored
feat(ipam): make ips and macs sortable (#2258)
1 parent 4b10007 commit 47ebb47

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-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,

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

1317
export type ResourceType =
1418
| 'unknown_type'

0 commit comments

Comments
 (0)