Skip to content

Commit

Permalink
docs(edge_services): update description for billing endpoint (#1683)
Browse files Browse the repository at this point in the history
Co-authored-by: Jules Castéran <[email protected]>
  • Loading branch information
scaleway-bot and Codelax authored Dec 24, 2024
1 parent d2f2279 commit be2c743
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/clients/src/api/edge_services/v1alpha1/types.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -540,22 +540,22 @@ export interface GetBillingResponse {
pipelineNumber: number
/**
* Cost to date (this month) of pipelines not included in the subscription
* plan.
* plans.
*/
extraPipelinesCost?: Money
/**
* Total amount of data egressed from the cache in gigabytes from the
* beginning of the month, included in the active subscription plan.
* beginning of the month, for the active subscription plan.
*/
currentPlanCacheUsage: number
/**
* Total amount of extra data egressed from cache in gigabytes from the
* beginning of the month, not included in the active subscription plan.
* beginning of the month, not included in the subscription plans.
*/
extraCacheUsage: number
/**
* Cost to date (this month) of the data egressed from the cache that is not
* included in the active subscription plan.
* included in the subscription plans.
*/
extraCacheCost?: Money
/**
Expand Down

0 comments on commit be2c743

Please sign in to comment.