We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c38b0a1 commit a4a477eCopy full SHA for a4a477e
packages/clients/src/api/billing/v2beta1/types.gen.ts
@@ -48,6 +48,10 @@ export type ListConsumptionsRequestOrderBy =
48
export type ListDiscountsRequestOrderBy =
49
| 'creation_date_desc'
50
| 'creation_date_asc'
51
+ | 'start_date_desc'
52
+ | 'start_date_asc'
53
+ | 'stop_date_desc'
54
+ | 'stop_date_asc'
55
56
export type ListInvoicesRequestOrderBy =
57
| 'invoice_number_desc'
0 commit comments