File tree 2 files changed +4
-4
lines changed
src/finch/types/hris/company
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
configured_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
4
4
config_hash : 53778a0b839c4f6ad34fbba051f5e8a6
Original file line number Diff line number Diff line change 1
1
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
3
- from typing import Optional
3
+ from typing import Dict , Optional
4
4
from typing_extensions import Literal
5
5
6
6
from ...._models import BaseModel
@@ -15,7 +15,7 @@ class Attributes(BaseModel):
15
15
This field is only available for taxes.
16
16
"""
17
17
18
- metadata : Optional [object ] = None
18
+ metadata : Optional [Dict [ str , Optional [ object ]] ] = None
19
19
"""The metadata of the pay statement item derived by the rules engine if available.
20
20
21
21
Each attribute will be a key-value pair defined by a rule.
You can’t perform that action at this time.
0 commit comments