Skip to content

Commit 4b7a57e

Browse files
committed
feat: update generated APIs
1 parent 12d9c64 commit 4b7a57e

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,13 +540,13 @@ export interface GetBillingResponse {
540540
*/
541541
extraPipelinesCost?: Money
542542
/**
543-
* Total amount of data egressed from the cache (this month), included in the
544-
* active subscription plan.
543+
* Total amount of data egressed from the cache in gigabytes from the
544+
* beginning of the month, included in the active subscription plan.
545545
*/
546546
currentPlanCacheUsage: number
547547
/**
548-
* Total amount of data egressed from cache (this month), not included in the
549-
* active subscription plan.
548+
* Total amount of extra data egressed from cache in gigabytes from the
549+
* beginning of the month, not included in the active subscription plan.
550550
*/
551551
extraCacheUsage: number
552552
/**

0 commit comments

Comments
 (0)