Skip to content

Commit 98af02f

Browse files
feat(api): api update (#1005)
1 parent 0747530 commit 98af02f

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 201
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-6a74a7c2c7897ef6df01004d4e776e33d166bad2206cf5e66152e30bba5a6807.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-ecd02bb92f99f15ee369204923a50283b42c9f2e46ed88e437771916e8495214.yml

src/increase/types/check_transfer_create_params.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,6 @@ class PhysicalCheckMailingAddress(TypedDict, total=False):
6969
line2: str
7070
"""The second line of the address component of the check's destination address."""
7171

72-
name: str
73-
"""The name component of the check's destination address.
74-
75-
Defaults to the provided `recipient_name` parameter.
76-
"""
77-
7872

7973
class PhysicalCheckReturnAddress(TypedDict, total=False):
8074
city: Required[str]

tests/api_resources/test_check_transfers.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ def test_method_create_with_all_params(self, client: Increase) -> None:
4545
"postal_code": "10045",
4646
"state": "NY",
4747
"line2": "x",
48-
"name": "Ian Crease",
4948
},
5049
"memo": "Check payment",
5150
"recipient_name": "Ian Crease",
@@ -324,7 +323,6 @@ async def test_method_create_with_all_params(self, async_client: AsyncIncrease)
324323
"postal_code": "10045",
325324
"state": "NY",
326325
"line2": "x",
327-
"name": "Ian Crease",
328326
},
329327
"memo": "Check payment",
330328
"recipient_name": "Ian Crease",

0 commit comments

Comments
 (0)