Skip to content

Commit a2d2e0c

Browse files
feat(api): api update (#443)
1 parent f2e84c2 commit a2d2e0c

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 101
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-b6d60f8edbdc94e65f06b0b002cc8e1f27aceccc67917bea849425701ba82fb8.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-52bd3046e73f201c4d08edfa92756791c015be907691a7893f8e7782cc2aea6f.yml

src/resources/invoices.ts

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -296,10 +296,9 @@ export interface Invoice {
296296
discounts: Array<Shared.InvoiceLevelDiscount>;
297297

298298
/**
299-
* When the invoice payment is due. The due date is null if the invoice is not yet
300-
* finalized.
299+
* When the invoice payment is due.
301300
*/
302-
due_date: string | null;
301+
due_date: string;
303302

304303
/**
305304
* If the invoice has a status of `draft`, this will be the time that the invoice
@@ -1508,10 +1507,9 @@ export interface InvoiceFetchUpcomingResponse {
15081507
discounts: Array<Shared.InvoiceLevelDiscount>;
15091508

15101509
/**
1511-
* When the invoice payment is due. The due date is null if the invoice is not yet
1512-
* finalized.
1510+
* When the invoice payment is due.
15131511
*/
1514-
due_date: string | null;
1512+
due_date: string;
15151513

15161514
/**
15171515
* If the invoice has a status of `draft`, this will be the time that the invoice

0 commit comments

Comments
 (0)