Skip to content

Commit 903a88b

Browse files
committed
feat(billing): update ListDiscount order_by to accept start_date and expiration_date
1 parent f04a200 commit 903a88b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/clients/src/api/billing/v2beta1/types.gen.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ export type ListConsumptionsRequestOrderBy =
4848
export type ListDiscountsRequestOrderBy =
4949
| 'creation_date_desc'
5050
| 'creation_date_asc'
51+
| 'start_date_desc'
52+
| 'start_date_asc'
53+
| 'stop_date_desc'
54+
| 'stop_date_asc'
5155

5256
export type ListInvoicesRequestOrderBy =
5357
| 'invoice_number_desc'

0 commit comments

Comments
 (0)