Skip to content

Commit

Permalink
chore(docs): improve docstrings (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Jul 19, 2024
1 parent b49b944 commit 0b40655
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 1 deletion.
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).
"""

0 comments on commit 0b40655

Please sign in to comment.