Skip to content

Commit 9d83d60

Browse files
feat(api): api update
1 parent d29d521 commit 9d83d60

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 201
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-8ba0a76a7d25f12b1aa44ebd3283129560f7a65c95a098ad89deeee6ea46c8a8.yml
3-
openapi_spec_hash: 30519b66ae8c018865d8de252d6f5d2d
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-26cf97b4b05afc71ff1d3546e3412c4e9d30c3ac2f05a3c76444a0c945c390ea.yml
3+
openapi_spec_hash: 0a885f91c1947c633734f6702320f2e3
44
config_hash: 97774f946585cecb19181a1817870d0b

src/resources/pending-transactions.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,9 @@ export class PendingTransactionsPage extends Page<PendingTransaction> {}
9292

9393
/**
9494
* Pending Transactions are potential future additions and removals of money from
95-
* your bank account.
95+
* your bank account. They impact your available balance, but not your current
96+
* balance. To learn more, see
97+
* [Transactions and Transfers](/documentation/transactions-transfers).
9698
*/
9799
export interface PendingTransaction {
98100
/**

src/resources/transactions.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ export class TransactionsPage extends Page<Transaction> {}
5151

5252
/**
5353
* Transactions are the immutable additions and removals of money from your bank
54-
* account. They're the equivalent of line items on your bank statement.
54+
* account. They're the equivalent of line items on your bank statement. To learn
55+
* more, see [Transactions and Transfers](/documentation/transactions-transfers).
5556
*/
5657
export interface Transaction {
5758
/**

0 commit comments

Comments
 (0)