Skip to content

Commit f730687

Browse files
feat(api): api update
1 parent a00107b commit f730687

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
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: 46
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch%2Ffinch-640ec74bfc2f335f7277863ee0cbd0af98bb6018cb1ec2f116ce4145148f4477.yml
3-
openapi_spec_hash: 315e7859c3f77311261fb824b74a8247
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch%2Ffinch-d9cb320c8313cd122b4851d726c6cea39a14a5317880c6d063671ad3f412e632.yml
3+
openapi_spec_hash: 58c2cf578f0736b8c5df957f6a61190b
44
config_hash: 0892e2e0eeb0343a022afa62e9080dd1

src/finch/types/sandbox/payment_create_params.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ class PayStatementEmployeeDeduction(TypedDict, total=False):
5555
amount: int
5656

5757
name: str
58+
"""The deduction name. Required when type is specified."""
5859

5960
pre_tax: bool
6061

@@ -85,6 +86,7 @@ class PayStatementEmployerContribution(TypedDict, total=False):
8586
amount: int
8687

8788
name: str
89+
"""The contribution name. Required when type is specified."""
8890

8991
type: Literal[
9092
"457",

0 commit comments

Comments
 (0)