Skip to content

Commit

Permalink
feat(api): updates (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed May 1, 2024
1 parent f583eaf commit d627950
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 162
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/modern-treasury-8e9975cfba00d068bd09ffca9b07eb9f439cd99c0aa6e7454001d50848957dba.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/modern-treasury-21d8d8be5e3219420b523ac5670a79f8dcc6e2602fcd13dca12209271db2170e.yml
2 changes: 2 additions & 0 deletions src/resources/ledger-account-settlements.ts
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,8 @@ export interface LedgerAccountSettlementListParams extends PageParams {
*/
id?: Array<string>;

ledger_id?: string;

ledger_transaction_id?: string;

/**
Expand Down
1 change: 1 addition & 0 deletions tests/api-resources/ledger-account-settlements.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ describe('resource ledgerAccountSettlements', () => {
{
id: ['string', 'string', 'string'],
after_cursor: 'string',
ledger_id: 'string',
ledger_transaction_id: 'string',
metadata: { foo: 'string' },
per_page: 0,
Expand Down

0 comments on commit d627950

Please sign in to comment.