Skip to content

Commit

Permalink
feat(edge_services): fix plan_cost description (#1607)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaleway-bot authored Nov 29, 2024
1 parent 68dcd68 commit f04a200
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/clients/src/api/edge_services/v1alpha1/types.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f04a200

Please sign in to comment.