Skip to content

Commit

Permalink
feat(billing): update ListDiscount order_by to accept start_date and … (
Browse files Browse the repository at this point in the history
  • Loading branch information
yfodil authored Nov 29, 2024
1 parent c38b0a1 commit a4a477e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/clients/src/api/billing/v2beta1/types.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ export type ListConsumptionsRequestOrderBy =
export type ListDiscountsRequestOrderBy =
| 'creation_date_desc'
| 'creation_date_asc'
| 'start_date_desc'
| 'start_date_asc'
| 'stop_date_desc'
| 'stop_date_asc'

export type ListInvoicesRequestOrderBy =
| 'invoice_number_desc'
Expand Down

0 comments on commit a4a477e

Please sign in to comment.