Skip to content

Commit 06caa33

Browse files
feat(api): api update
1 parent 716c058 commit 06caa33

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 139
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-7e05611e4c9d413075ca46fb3753234c4881e2d32047be7454fcc9fc1d32f880.yml
3-
openapi_spec_hash: 737e7b60280aae565966862cb42c8dcf
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-eeffebaca8ce42919ea1e0b3b088c0adc197088c8cd6f46cd6339ed72a9e5058.yml
3+
openapi_spec_hash: a9669b75ec8e699410f2dacd164168e4
44
config_hash: c01c1191b1cd696c7ca855ff6d28a8df

src/resources/invoices.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ export class Invoices extends APIResource {
7878
* values for each draft invoice, which may not always be up-to-date since Orb
7979
* regularly refreshes invoices asynchronously.
8080
*
81+
* If you don't need line item details, minimums, maximums, or discounts, prefer
82+
* the [list invoices summary](/api-reference/invoice/list-invoices-summary)
83+
* endpoint for better performance.
84+
*
8185
* @example
8286
* ```ts
8387
* // Automatically fetches more pages as needed.

0 commit comments

Comments
 (0)