Skip to content

Commit 7b5b6ec

Browse files
committed
SDK regeneration
1 parent e913fcb commit 7b5b6ec

File tree

16 files changed

+5988
-5878
lines changed

16 files changed

+5988
-5878
lines changed

.mock/definition/hris/dependents.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ service:
2525
cursor:
2626
type: optional<string>
2727
docs: The pagination cursor value.
28+
employee_id:
29+
type: optional<string>
30+
docs: If provided, will only return dependents for this employee.
2831
include_deleted_data:
2932
type: optional<boolean>
3033
docs: >-

.mock/definition/hris/employees.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1183,6 +1183,9 @@ service:
11831183
display_full_name:
11841184
type: optional<string>
11851185
docs: If provided, will only return employees with this display name.
1186+
employee_number:
1187+
type: optional<string>
1188+
docs: If provided, will only return employees with this employee number.
11861189
employment_status:
11871190
type: optional<EmployeesListRequestEmploymentStatus>
11881191
docs: >-

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ from merge import Merge
171171
client = Merge(
172172
...,
173173
httpx_client=httpx.Client(
174-
proxies="http://my.test.proxy.example.com",
174+
proxy="http://my.test.proxy.example.com",
175175
transport=httpx.HTTPTransport(local_address="0.0.0.0"),
176176
),
177177
)
@@ -233,3 +233,4 @@ while response.next is not None:
233233

234234

235235

236+

0 commit comments

Comments
 (0)