Skip to content

Commit 252e33d

Browse files
feat(api): api update
1 parent a6a43ee commit 252e33d

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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: 232
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-8152ea97ddd6f87a1bc6102d458a3fd3711ca468f6a62cd3be0f6e464376b3e6.yml
3-
openapi_spec_hash: 03c6b4e530600d03fab9344887dc4639
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-42d3718c22feafafc0c3b9952574f79ed506e2fe6a3b336743d2cc3442d3455c.yml
3+
openapi_spec_hash: 5ce48171c112d3c6addb850db1c9535d
44
config_hash: 27e44ed36b9c5617b580ead7231a594a

src/Exports/ExportCreateParams/BalanceCsv.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ final class BalanceCsv implements BaseModel
2626
use SdkModel;
2727

2828
/**
29-
* Filter exported Transactions to the specified Account.
29+
* Filter exported Balances to the specified Account.
3030
*/
3131
#[Optional('account_id')]
3232
public ?string $accountID;
@@ -38,7 +38,7 @@ final class BalanceCsv implements BaseModel
3838
public ?CreatedAt $createdAt;
3939

4040
/**
41-
* Filter exported Transactions to the specified Program.
41+
* Filter exported Balances to the specified Program.
4242
*/
4343
#[Optional('program_id')]
4444
public ?string $programID;
@@ -70,7 +70,7 @@ public static function with(
7070
}
7171

7272
/**
73-
* Filter exported Transactions to the specified Account.
73+
* Filter exported Balances to the specified Account.
7474
*/
7575
public function withAccountID(string $accountID): self
7676
{
@@ -94,7 +94,7 @@ public function withCreatedAt(CreatedAt|array $createdAt): self
9494
}
9595

9696
/**
97-
* Filter exported Transactions to the specified Program.
97+
* Filter exported Balances to the specified Program.
9898
*/
9999
public function withProgramID(string $programID): self
100100
{

src/Exports/ExportCreateParams/BookkeepingAccountBalanceCsv.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ final class BookkeepingAccountBalanceCsv implements BaseModel
2424
use SdkModel;
2525

2626
/**
27-
* Filter exported Transactions to the specified Bookkeeping Account.
27+
* Filter exported Bookkeeping Account Balances to the specified Bookkeeping Account.
2828
*/
2929
#[Optional('bookkeeping_account_id')]
3030
public ?string $bookkeepingAccountID;
@@ -60,7 +60,7 @@ public static function with(
6060
}
6161

6262
/**
63-
* Filter exported Transactions to the specified Bookkeeping Account.
63+
* Filter exported Bookkeeping Account Balances to the specified Bookkeeping Account.
6464
*/
6565
public function withBookkeepingAccountID(string $bookkeepingAccountID): self
6666
{

0 commit comments

Comments
 (0)