File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/finch/types/hris/company Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 46
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/finch%2Ffinch-e33325fb830bdd979e9067a492968e5318a5b520572308a5331acb91274735ac .yml
3- openapi_spec_hash : 0b203de65d7fd1c68f2d81f02849a803
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/finch%2Ffinch-05a1c7485ea6dd75ad2fb1a0628570d88a3e7c4f1e1ecad433711c78deae50e6 .yml
3+ openapi_spec_hash : 6d6014d50e18c98219b496bb2a5dab1d
44config_hash : 53778a0b839c4f6ad34fbba051f5e8a6
Original file line number Diff line number Diff line change 11# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22
3- from typing import Optional
3+ from typing import Dict , Optional
44from typing_extensions import Literal
55
66from ...._models import BaseModel
@@ -15,7 +15,7 @@ class Attributes(BaseModel):
1515 This field is only available for taxes.
1616 """
1717
18- metadata : Optional [object ] = None
18+ metadata : Optional [Dict [ str , Optional [ object ]] ] = None
1919 """The metadata of the pay statement item derived by the rules engine if available.
2020
2121 Each attribute will be a key-value pair defined by a rule.
You can’t perform that action at this time.
0 commit comments