Skip to content

Commit a6e9bbb

Browse files
chore(internal): codegen related update
1 parent 4636d83 commit a6e9bbb

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/resources/invoices.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1463,8 +1463,6 @@ export interface InvoiceListSummaryParams extends PageParams {
14631463

14641464
is_recurring?: boolean | null;
14651465

1466-
status?: 'draft' | 'issued' | 'paid' | 'synced' | 'void' | null;
1467-
14681466
status?: Array<'draft' | 'issued' | 'paid' | 'synced' | 'void'> | null;
14691467

14701468
subscription_id?: string | null;

tests/api-resources/invoices.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,6 @@ describe('resource invoices', () => {
247247
'invoice_date[lte]': '2019-12-27T18:11:19.117Z',
248248
is_recurring: true,
249249
limit: 1,
250-
status: 'draft',
251250
status: ['draft'],
252251
subscription_id: 'subscription_id',
253252
},

0 commit comments

Comments
 (0)