Skip to content

Commit

Permalink
feat(api): api update (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Jan 10, 2025
1 parent b7ecee1 commit b35d6ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 125
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/conductor%2Fconductor-0419e14ca7945a0a872dd7a6c0f03b284cda09c517405b1c85a4dba82184b31b.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/conductor%2Fconductor-9d9237e2910a1da4f815f327a303933a13d028daf94af20d0d1682fa77ae7881.yml
2 changes: 1 addition & 1 deletion src/resources/qbd/bills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export interface Bill {
* This equals the sum of the amounts in the bill's expense lines, item lines, and
* item group lines. It also equals `openAmount` plus any credits or discounts.
*/
amountDue: string;
amountDue: string | null;

/**
* The monetary amount due for this bill converted to the home currency of the
Expand Down

0 comments on commit b35d6ab

Please sign in to comment.