diff --git a/.stats.yml b/.stats.yml index 09705ecc..7d691507 100644 --- a/.stats.yml +++ b/.stats.yml @@ -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 diff --git a/src/finch/resources/sandbox/individual.py b/src/finch/resources/sandbox/individual.py index f08e7401..d06155b6 100644 --- a/src/finch/resources/sandbox/individual.py +++ b/src/finch/resources/sandbox/individual.py @@ -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 @@ -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 diff --git a/src/finch/types/hris/individual.py b/src/finch/types/hris/individual.py index cc077e34..288466ad 100644 --- a/src/finch/types/hris/individual.py +++ b/src/finch/types/hris/individual.py @@ -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). """ diff --git a/src/finch/types/sandbox/directory_create_params.py b/src/finch/types/sandbox/directory_create_params.py index 801ca544..2875864b 100644 --- a/src/finch/types/sandbox/directory_create_params.py +++ b/src/finch/types/sandbox/directory_create_params.py @@ -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] diff --git a/src/finch/types/sandbox/individual_update_params.py b/src/finch/types/sandbox/individual_update_params.py index 15cae835..acede77e 100644 --- a/src/finch/types/sandbox/individual_update_params.py +++ b/src/finch/types/sandbox/individual_update_params.py @@ -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). """ diff --git a/src/finch/types/sandbox/individual_update_response.py b/src/finch/types/sandbox/individual_update_response.py index bb44a9a3..9076dc0e 100644 --- a/src/finch/types/sandbox/individual_update_response.py +++ b/src/finch/types/sandbox/individual_update_response.py @@ -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). """