File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/clients/src/api/edge_services/v1alpha1 Expand file tree Collapse file tree 1 file changed +4
-4
lines changed 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 /**
You can’t perform that action at this time.
0 commit comments