From f94eb26b96bf340197109ded2c60850e4f07f485 Mon Sep 17 00:00:00 2001 From: scaleway-bot Date: Fri, 20 Dec 2024 15:27:19 +0000 Subject: [PATCH] feat: update generated APIs --- .../api/applesilicon/v1alpha1/index.gen.ts | 1 + .../api/edge_services/v1alpha1/types.gen.ts | 8 ++-- packages/clients/src/api/index.gen.ts | 2 + .../clients/src/api/interlink/index.gen.ts | 6 +++ .../src/api/interlink/v1beta1/index.gen.ts | 40 +++++++++++++++++++ .../src/api/webhosting/v1/index.gen.ts | 2 + 6 files changed, 55 insertions(+), 4 deletions(-) create mode 100644 packages/clients/src/api/interlink/index.gen.ts create mode 100644 packages/clients/src/api/interlink/v1beta1/index.gen.ts diff --git a/packages/clients/src/api/applesilicon/v1alpha1/index.gen.ts b/packages/clients/src/api/applesilicon/v1alpha1/index.gen.ts index f963a33d7..71e4a9920 100644 --- a/packages/clients/src/api/applesilicon/v1alpha1/index.gen.ts +++ b/packages/clients/src/api/applesilicon/v1alpha1/index.gen.ts @@ -24,6 +24,7 @@ export type { RebootServerRequest, ReinstallServerRequest, Server, + ServerPrivateNetworkStatus, ServerStatus, ServerType, ServerTypeCPU, diff --git a/packages/clients/src/api/edge_services/v1alpha1/types.gen.ts b/packages/clients/src/api/edge_services/v1alpha1/types.gen.ts index 49c4f24ff..1012209ec 100644 --- a/packages/clients/src/api/edge_services/v1alpha1/types.gen.ts +++ b/packages/clients/src/api/edge_services/v1alpha1/types.gen.ts @@ -540,22 +540,22 @@ export interface GetBillingResponse { pipelineNumber: number /** * Cost to date (this month) of pipelines not included in the subscription - * plan. + * plans. */ extraPipelinesCost?: Money /** * Total amount of data egressed from the cache in gigabytes from the - * beginning of the month, included in the active subscription plan. + * beginning of the month, for the active subscription plan. */ currentPlanCacheUsage: number /** * Total amount of extra data egressed from cache in gigabytes from the - * beginning of the month, not included in the active subscription plan. + * beginning of the month, not included in the subscription plans. */ extraCacheUsage: number /** * Cost to date (this month) of the data egressed from the cache that is not - * included in the active subscription plan. + * included in the subscription plans. */ extraCacheCost?: Money /** diff --git a/packages/clients/src/api/index.gen.ts b/packages/clients/src/api/index.gen.ts index f1ea4aea0..b4c0be94c 100644 --- a/packages/clients/src/api/index.gen.ts +++ b/packages/clients/src/api/index.gen.ts @@ -20,6 +20,7 @@ import * as Function from './function/index.gen' import * as Iam from './iam/index.gen' import * as Inference from './inference/index.gen' import * as Instance from './instance/index.gen' +import * as Interlink from './interlink/index.gen' import * as Iot from './iot/index.gen' import * as Ipam from './ipam/index.gen' import * as Ipfs from './ipfs/index.gen' @@ -62,6 +63,7 @@ export { Iam, Inference, Instance, + Interlink, Iot, Ipam, Ipfs, diff --git a/packages/clients/src/api/interlink/index.gen.ts b/packages/clients/src/api/interlink/index.gen.ts new file mode 100644 index 000000000..886270369 --- /dev/null +++ b/packages/clients/src/api/interlink/index.gen.ts @@ -0,0 +1,6 @@ +/** + * This file is automatically generated from /scripts/generate.js PLEASE DO NOT + * EDIT HERE + */ + +export * as v1beta1 from './v1beta1/index.gen' diff --git a/packages/clients/src/api/interlink/v1beta1/index.gen.ts b/packages/clients/src/api/interlink/v1beta1/index.gen.ts new file mode 100644 index 000000000..710cd67c6 --- /dev/null +++ b/packages/clients/src/api/interlink/v1beta1/index.gen.ts @@ -0,0 +1,40 @@ +// This file was automatically generated. DO NOT EDIT. +// If you have any remark or suggestion do not hesitate to open an issue. +export { API } from './api.gen' +export type { + AttachRoutingPolicyRequest, + AttachVpcRequest, + BgpStatus, + CreateLinkRequest, + CreateRoutingPolicyRequest, + DeleteLinkRequest, + DeleteRoutingPolicyRequest, + DetachRoutingPolicyRequest, + DetachVpcRequest, + DisableRoutePropagationRequest, + EnableRoutePropagationRequest, + GetLinkRequest, + GetPartnerRequest, + GetPopRequest, + GetRoutingPolicyRequest, + Link, + LinkStatus, + ListLinksRequest, + ListLinksRequestOrderBy, + ListLinksResponse, + ListPartnersRequest, + ListPartnersRequestOrderBy, + ListPartnersResponse, + ListPopsRequest, + ListPopsRequestOrderBy, + ListPopsResponse, + ListRoutingPoliciesRequest, + ListRoutingPoliciesRequestOrderBy, + ListRoutingPoliciesResponse, + Partner, + Pop, + RoutingPolicy, + UpdateLinkRequest, + UpdateRoutingPolicyRequest, +} from './types.gen' +export * as ValidationRules from './validation-rules.gen' diff --git a/packages/clients/src/api/webhosting/v1/index.gen.ts b/packages/clients/src/api/webhosting/v1/index.gen.ts index 9f1ef58ea..f82f79689 100644 --- a/packages/clients/src/api/webhosting/v1/index.gen.ts +++ b/packages/clients/src/api/webhosting/v1/index.gen.ts @@ -32,6 +32,7 @@ export type { DatabaseUser, DnsApiCheckUserOwnsDomainRequest, DnsApiGetDomainDnsRecordsRequest, + DnsApiSyncDomainDnsRecordsRequest, DnsRecord, DnsRecordStatus, DnsRecordType, @@ -90,6 +91,7 @@ export type { ResetHostingPasswordResponse, ResourceSummary, Session, + SyncDomainDnsRecordsRequestRecord, Website, WebsiteApiListWebsitesRequest, } from './types.gen'