Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 37
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch-aeb62bc4875f4eb1b2ae1f75ef9521e92022e863cba2ae67f907ed27ca93d527.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch-15385b754979d87bd7e583f618870246e79d1430a761e5bcd653db78cfab4789.yml
2 changes: 2 additions & 0 deletions src/finch/resources/sandbox/individual.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ def update(
ssn: Social Security Number of the individual. This field is only available with the
`ssn` scope enabled and the `options: { include: ['ssn'] }` param set in the
body.
[Click here to learn more about enabling the SSN field](/developer-resources/Enable-SSN-Field).

extra_headers: Send extra headers

Expand Down Expand Up @@ -199,6 +200,7 @@ async def update(
ssn: Social Security Number of the individual. This field is only available with the
`ssn` scope enabled and the `options: { include: ['ssn'] }` param set in the
body.
[Click here to learn more about enabling the SSN field](/developer-resources/Enable-SSN-Field).

extra_headers: Send extra headers

Expand Down
1 change: 1 addition & 0 deletions src/finch/types/hris/individual.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,5 @@ class Individual(BaseModel):

This field is only available with the `ssn` scope enabled and the
`options: { include: ['ssn'] }` param set in the body.
[Click here to learn more about enabling the SSN field](/developer-resources/Enable-SSN-Field).
"""
1 change: 1 addition & 0 deletions src/finch/types/sandbox/directory_create_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ class Body(TypedDict, total=False):

This field is only available with the `ssn` scope enabled and the
`options: { include: ['ssn'] }` param set in the body.
[Click here to learn more about enabling the SSN field](/developer-resources/Enable-SSN-Field).
"""

start_date: Optional[str]
Expand Down
1 change: 1 addition & 0 deletions src/finch/types/sandbox/individual_update_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ class IndividualUpdateParams(TypedDict, total=False):

This field is only available with the `ssn` scope enabled and the
`options: { include: ['ssn'] }` param set in the body.
[Click here to learn more about enabling the SSN field](/developer-resources/Enable-SSN-Field).
"""


Expand Down
1 change: 1 addition & 0 deletions src/finch/types/sandbox/individual_update_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,5 @@ class IndividualUpdateResponse(BaseModel):

This field is only available with the `ssn` scope enabled and the
`options: { include: ['ssn'] }` param set in the body.
[Click here to learn more about enabling the SSN field](/developer-resources/Enable-SSN-Field).
"""