Skip to content

Commit ab65206

Browse files
feat(api): api update
1 parent e78810f commit ab65206

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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: 227
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-9e8b4907003e0149ea10d8c95b2facfbc011f366cea40fe86b5f02940e68998d.yml
3-
openapi_spec_hash: e93ee5c48421038334b8961b303465d6
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-0281c1d774b1853b7b09bbce88b8d6e0301179b68d53627c5940edd7d2f8b180.yml
3+
openapi_spec_hash: e22a9d6a4f0f32976d0ac9dd7e6d7dd0
44
config_hash: ca52ca9a2968f330339fd50c1a386e05

src/increase/types/entity_update_params.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,12 @@ class Corporation(TypedDict, total=False):
116116
Not every program requires an email for submitted Entities.
117117
"""
118118

119+
incorporation_state: str
120+
"""
121+
The two-letter United States Postal Service (USPS) abbreviation for the
122+
corporation's state of incorporation.
123+
"""
124+
119125
industry_code: str
120126
"""
121127
The North American Industry Classification System (NAICS) code for the

tests/api_resources/test_entities.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,7 @@ def test_method_update_with_all_params(self, client: Increase) -> None:
364364
"line2": "Unit 2",
365365
},
366366
"email": "dev@stainless.com",
367+
"incorporation_state": "x",
367368
"industry_code": "x",
368369
"name": "x",
369370
},
@@ -1300,6 +1301,7 @@ async def test_method_update_with_all_params(self, async_client: AsyncIncrease)
13001301
"line2": "Unit 2",
13011302
},
13021303
"email": "dev@stainless.com",
1304+
"incorporation_state": "x",
13031305
"industry_code": "x",
13041306
"name": "x",
13051307
},

0 commit comments

Comments
 (0)