Skip to content

Commit c6b8cea

Browse files
chore: Add spec linter for YAML and folded style multiline strings
1 parent 4015631 commit c6b8cea

2 files changed

Lines changed: 6 additions & 4 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: 176
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic%2Flithic-d6e80e52c9f20d95780f2cf4869f80ee2c4b270ff9470941dc057e79d15bda1a.yml
3-
openapi_spec_hash: f2bb7084cd5225769302589cd1563241
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic%2Flithic-a64e7cc23f0e28427e8a433dd951f05da5d35d982fe695ab2914941711bdfb0f.yml
3+
openapi_spec_hash: 22ea6fa451b7bea3cc33a23d3aded4d6
44
config_hash: 31d71922d7838f34ae0875c9b8026d99

src/resources/financial-accounts/financial-accounts.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,8 +376,10 @@ export interface FinancialTransaction {
376376

377377
/**
378378
* Pending amount of the transaction in the currency's smallest unit (e.g., cents),
379-
* including any acquirer fees. The value of this field will go to zero over time
380-
* once the financial transaction is settled.
379+
* including any acquirer fees.
380+
*
381+
* The value of this field will go to zero over time once the financial transaction
382+
* is settled.
381383
*/
382384
pending_amount: number;
383385

0 commit comments

Comments
 (0)