File tree Expand file tree Collapse file tree 6 files changed +55
-4
lines changed Expand file tree Collapse file tree 6 files changed +55
-4
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ export type {
2424 RebootServerRequest ,
2525 ReinstallServerRequest ,
2626 Server ,
27+ ServerPrivateNetworkStatus ,
2728 ServerStatus ,
2829 ServerType ,
2930 ServerTypeCPU ,
Original file line number Diff line number Diff line change @@ -540,22 +540,22 @@ export interface GetBillingResponse {
540540 pipelineNumber : number
541541 /**
542542 * Cost to date (this month) of pipelines not included in the subscription
543- * plan .
543+ * plans .
544544 */
545545 extraPipelinesCost ?: Money
546546 /**
547547 * Total amount of data egressed from the cache in gigabytes from the
548- * beginning of the month, included in the active subscription plan.
548+ * beginning of the month, for the active subscription plan.
549549 */
550550 currentPlanCacheUsage : number
551551 /**
552552 * Total amount of extra data egressed from cache in gigabytes from the
553- * beginning of the month, not included in the active subscription plan .
553+ * beginning of the month, not included in the subscription plans .
554554 */
555555 extraCacheUsage : number
556556 /**
557557 * Cost to date (this month) of the data egressed from the cache that is not
558- * included in the active subscription plan .
558+ * included in the subscription plans .
559559 */
560560 extraCacheCost ?: Money
561561 /**
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ import * as Function from './function/index.gen'
2020import * as Iam from './iam/index.gen'
2121import * as Inference from './inference/index.gen'
2222import * as Instance from './instance/index.gen'
23+ import * as Interlink from './interlink/index.gen'
2324import * as Iot from './iot/index.gen'
2425import * as Ipam from './ipam/index.gen'
2526import * as Ipfs from './ipfs/index.gen'
@@ -62,6 +63,7 @@ export {
6263 Iam ,
6364 Inference ,
6465 Instance ,
66+ Interlink ,
6567 Iot ,
6668 Ipam ,
6769 Ipfs ,
Original file line number Diff line number Diff line change 1+ /**
2+ * This file is automatically generated from /scripts/generate.js PLEASE DO NOT
3+ * EDIT HERE
4+ */
5+
6+ export * as v1beta1 from './v1beta1/index.gen'
Original file line number Diff line number Diff line change 1+ // This file was automatically generated. DO NOT EDIT.
2+ // If you have any remark or suggestion do not hesitate to open an issue.
3+ export { API } from './api.gen'
4+ export type {
5+ AttachRoutingPolicyRequest ,
6+ AttachVpcRequest ,
7+ BgpStatus ,
8+ CreateLinkRequest ,
9+ CreateRoutingPolicyRequest ,
10+ DeleteLinkRequest ,
11+ DeleteRoutingPolicyRequest ,
12+ DetachRoutingPolicyRequest ,
13+ DetachVpcRequest ,
14+ DisableRoutePropagationRequest ,
15+ EnableRoutePropagationRequest ,
16+ GetLinkRequest ,
17+ GetPartnerRequest ,
18+ GetPopRequest ,
19+ GetRoutingPolicyRequest ,
20+ Link ,
21+ LinkStatus ,
22+ ListLinksRequest ,
23+ ListLinksRequestOrderBy ,
24+ ListLinksResponse ,
25+ ListPartnersRequest ,
26+ ListPartnersRequestOrderBy ,
27+ ListPartnersResponse ,
28+ ListPopsRequest ,
29+ ListPopsRequestOrderBy ,
30+ ListPopsResponse ,
31+ ListRoutingPoliciesRequest ,
32+ ListRoutingPoliciesRequestOrderBy ,
33+ ListRoutingPoliciesResponse ,
34+ Partner ,
35+ Pop ,
36+ RoutingPolicy ,
37+ UpdateLinkRequest ,
38+ UpdateRoutingPolicyRequest ,
39+ } from './types.gen'
40+ export * as ValidationRules from './validation-rules.gen'
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ export type {
3232 DatabaseUser ,
3333 DnsApiCheckUserOwnsDomainRequest ,
3434 DnsApiGetDomainDnsRecordsRequest ,
35+ DnsApiSyncDomainDnsRecordsRequest ,
3536 DnsRecord ,
3637 DnsRecordStatus ,
3738 DnsRecordType ,
@@ -90,6 +91,7 @@ export type {
9091 ResetHostingPasswordResponse ,
9192 ResourceSummary ,
9293 Session ,
94+ SyncDomainDnsRecordsRequestRecord ,
9395 Website ,
9496 WebsiteApiListWebsitesRequest ,
9597} from './types.gen'
You can’t perform that action at this time.
0 commit comments