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 efdafd09d..49c4f24ff 100644 --- a/packages/clients/src/api/edge_services/v1alpha1/types.gen.ts +++ b/packages/clients/src/api/edge_services/v1alpha1/types.gen.ts @@ -530,7 +530,11 @@ export interface GetBillingResponse { * plan. */ currentPlan?: PlanDetails - /** Price of the current subscription plan. */ + /** + * Cost to date (this month) for Edge Service subscription plans. This + * comprises the pro-rata cost of the current subscription plan, and any + * previous subscription plans that were active earlier in the month. + */ planCost?: Money /** Total number of pipelines currently configured. */ pipelineNumber: number