Skip to content

Commit 176d774

Browse files
feat(api): api update
1 parent 2864fa8 commit 176d774

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.stats.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
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
44
config_hash: 53778a0b839c4f6ad34fbba051f5e8a6

src/finch/types/hris/company/pay_statement_item_list_response.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
44
from typing_extensions import Literal
55

66
from ...._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.

0 commit comments

Comments
 (0)