diff --git a/packages_generated/ipam/src/v1/api.gen.ts b/packages_generated/ipam/src/v1/api.gen.ts index d96ab859e..a28765e22 100644 --- a/packages_generated/ipam/src/v1/api.gen.ts +++ b/packages_generated/ipam/src/v1/api.gen.ts @@ -1,14 +1,15 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. + +import type { ApiLocality } from '@scaleway/sdk-client' import { - API as ParentAPI, enrichForPagination, + API as ParentAPI, resolveOneOf, toApiLocality, urlParams, validatePathParam, } from '@scaleway/sdk-client' -import type { ApiLocality } from '@scaleway/sdk-client' import { marshalAttachIPRequest, marshalBookIPRequest, diff --git a/packages_generated/ipam/src/v1/marshalling.gen.ts b/packages_generated/ipam/src/v1/marshalling.gen.ts index 584286c9f..7269872f0 100644 --- a/packages_generated/ipam/src/v1/marshalling.gen.ts +++ b/packages_generated/ipam/src/v1/marshalling.gen.ts @@ -1,12 +1,13 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. + +import type { DefaultValues } from '@scaleway/sdk-client' import { isJSONObject, resolveOneOf, unmarshalArrayOfObject, unmarshalDate, } from '@scaleway/sdk-client' -import type { DefaultValues } from '@scaleway/sdk-client' import type { AttachIPRequest, BookIPRequest, diff --git a/packages_generated/ipam/src/v1/types.gen.ts b/packages_generated/ipam/src/v1/types.gen.ts index 4a8fe5902..3e7326b76 100644 --- a/packages_generated/ipam/src/v1/types.gen.ts +++ b/packages_generated/ipam/src/v1/types.gen.ts @@ -9,6 +9,10 @@ export type ListIPsRequestOrderBy = | 'updated_at_asc' | 'attached_at_desc' | 'attached_at_asc' + | 'ip_address_desc' + | 'ip_address_asc' + | 'mac_address_desc' + | 'mac_address_asc' export type ResourceType = | 'unknown_type'