Skip to content

Commit f04a200

Browse files
authored
feat(edge_services): fix plan_cost description (#1607)
1 parent 68dcd68 commit f04a200

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,11 @@ export interface GetBillingResponse {
530530
* plan.
531531
*/
532532
currentPlan?: PlanDetails
533-
/** Price of the current subscription plan. */
533+
/**
534+
* Cost to date (this month) for Edge Service subscription plans. This
535+
* comprises the pro-rata cost of the current subscription plan, and any
536+
* previous subscription plans that were active earlier in the month.
537+
*/
534538
planCost?: Money
535539
/** Total number of pipelines currently configured. */
536540
pipelineNumber: number

0 commit comments

Comments
 (0)