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 c1ef99985..efdafd09d 100644 --- a/packages/clients/src/api/edge_services/v1alpha1/types.gen.ts +++ b/packages/clients/src/api/edge_services/v1alpha1/types.gen.ts @@ -540,13 +540,13 @@ export interface GetBillingResponse { */ extraPipelinesCost?: Money /** - * Total amount of data egressed from the cache (this month), included in the - * active subscription plan. + * Total amount of data egressed from the cache in gigabytes from the + * beginning of the month, included in the active subscription plan. */ currentPlanCacheUsage: number /** - * Total amount of data egressed from cache (this month), not included in the - * active subscription plan. + * Total amount of extra data egressed from cache in gigabytes from the + * beginning of the month, not included in the active subscription plan. */ extraCacheUsage: number /**