Skip to content

Commit be2c743

Browse files
docs(edge_services): update description for billing endpoint (#1683)
Co-authored-by: Jules Castéran <[email protected]>
1 parent d2f2279 commit be2c743

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/clients/src/api/edge_services/v1alpha1/types.gen.ts

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

0 commit comments

Comments
 (0)