1
1
lockVersion: 2.0.0
2
2
id: 307f4640-0d05-4c9e-b275-cb7fc716aa23
3
3
management:
4
- docChecksum: e5dbf5a9cf30d9ea940fe694fe20aab8
4
+ docChecksum: 78dbfa21931768c6fe27a77e45ba47a1
5
5
docVersion: "2024-04-01"
6
- speakeasyVersion: 1.517 .2
7
- generationVersion: 2.548.5
8
- releaseVersion: 0.2.1
9
- configChecksum: 6f1f3a37d8e261faae78f02ba148f837
6
+ speakeasyVersion: 1.525 .2
7
+ generationVersion: 2.562.3
8
+ releaseVersion: 0.2.2
9
+ configChecksum: c99a9a504eb21dcd8712f151b9512847
10
10
repoURL: https://github.com/Gusto/gusto-python-client.git
11
11
repoSubDirectory: gusto_app_int
12
12
installationURL: https://github.com/Gusto/gusto-python-client.git#subdirectory=gusto_app_int
@@ -16,7 +16,7 @@ features:
16
16
additionalDependencies: 1.0.0
17
17
additionalProperties: 1.0.1
18
18
constsAndDefaults: 1.0.5
19
- core: 5.12.3
19
+ core: 5.12.4
20
20
defaultEnabledRetries: 0.2.0
21
21
deprecations: 3.0.2
22
22
enumUnions: 0.1.0
@@ -274,11 +274,12 @@ generatedFiles:
274
274
- docs/models/payrolltype.md
275
275
- docs/models/payrolltypes.md
276
276
- docs/models/payrollwithholdingpayperiodtype.md
277
- - docs/models/payschedule.md
278
277
- docs/models/payscheduleassignment.md
279
278
- docs/models/payscheduleassignmentdepartment.md
280
279
- docs/models/payscheduleassignmentemployee.md
281
280
- docs/models/payschedulefrequency.md
281
+ - docs/models/payschedulelist.md
282
+ - docs/models/payscheduleobject.md
282
283
- docs/models/payscheduletype.md
283
284
- docs/models/postdepartmentsrequest.md
284
285
- docs/models/postdepartmentsrequestbody.md
@@ -443,6 +444,7 @@ generatedFiles:
443
444
- docs/models/versionheader.md
444
445
- docs/models/wagetype.md
445
446
- docs/models/webhooksubscription.md
447
+ - docs/models/withholdingpayperiod.md
446
448
- docs/models/ytdbenefitamountsfromdifferentcompany.md
447
449
- docs/sdks/companies/README.md
448
450
- docs/sdks/companybenefits/README.md
@@ -612,11 +614,12 @@ generatedFiles:
612
614
- src/gusto_app_integration/models/off_cycle_reason_type.py
613
615
- src/gusto_app_integration/models/paid_time_off.py
614
616
- src/gusto_app_integration/models/pay_period.py
615
- - src/gusto_app_integration/models/pay_schedule.py
616
617
- src/gusto_app_integration/models/pay_schedule_assignment.py
617
618
- src/gusto_app_integration/models/pay_schedule_assignment_department.py
618
619
- src/gusto_app_integration/models/pay_schedule_assignment_employee.py
619
620
- src/gusto_app_integration/models/pay_schedule_frequency.py
621
+ - src/gusto_app_integration/models/pay_schedule_list.py
622
+ - src/gusto_app_integration/models/pay_schedule_object.py
620
623
- src/gusto_app_integration/models/payroll.py
621
624
- src/gusto_app_integration/models/payroll_company_taxes_type.py
622
625
- src/gusto_app_integration/models/payroll_credit_blockers_type.py
@@ -992,7 +995,7 @@ examples:
992
995
X-Gusto-API-Version: "2024-04-01"
993
996
responses:
994
997
"200":
995
- application/json: [{"uuid": "2097fe08-407a-46d7-b35c-a32402a2355e", "frequency": "Twice per month", "anchor_pay_date": "2020-05-15", "anchor_end_of_pay_period": "2020-05-08", "day_1": 15, "day_2": 31, "name": "Engineering", "custom_name": "Engineering department pay schedule", "auto_pilot": false, "active": true}, {"uuid": "8fc9f556-74fa-4271-97f6-4bfbfc5a5352", "frequency": "Monthly", "anchor_pay_date": "2020-05-31", "day_1": 31, "day_2": null, "name": "Sales", "custom_name": "Sales department monthly schedule", "auto_pilot": false, "active": false}, {"uuid": "0e07d35a-af11-4123-bfcb-4dd5f2f12ee1", "frequency": "Monthly", "anchor_pay_date": "2020-05-31", "day_1": 31, "day_2": null, "name": "Staff", "custom_name": "Staff department pay schedule", "auto_pilot": true, "active": false}]
998
+ application/json: [{"uuid": "2097fe08-407a-46d7-b35c-a32402a2355e", "frequency": "Twice per month", "anchor_pay_date": "2020-05-15", "anchor_end_of_pay_period": "2020-05-08", "day_1": 15, "day_2": 31, "name": "Engineering", "custom_name": "Engineering department pay schedule", "auto_pilot": false, "active": true, "version": "68934a3e9455fa72420237eb05902327" }, {"uuid": "8fc9f556-74fa-4271-97f6-4bfbfc5a5352", "frequency": "Monthly", "anchor_pay_date": "2020-05-31", "day_1": 31, "day_2": null, "name": "Sales", "custom_name": "Sales department monthly schedule", "auto_pilot": false, "active": false, "version": "68934a3e9455fa72420237eb05902320" }, {"uuid": "0e07d35a-af11-4123-bfcb-4dd5f2f12ee1", "frequency": "Monthly", "anchor_pay_date": "2020-05-31", "day_1": 31, "day_2": null, "name": "Staff", "custom_name": "Staff department pay schedule", "auto_pilot": true, "active": false, "version": "68934a3e9455fa72420237eb05902323" }]
996
999
get-v1-companies-company_id-pay_schedules-pay_schedule_id:
997
1000
Example:
998
1001
parameters:
@@ -1003,7 +1006,7 @@ examples:
1003
1006
X-Gusto-API-Version: "2024-04-01"
1004
1007
responses:
1005
1008
"200":
1006
- application/json: {"uuid": "f2a69c38-e2f9-4e31-b5c5-4754fc60a052", "frequency": "Twice per month", "anchor_pay_date": "2020-05-15", "anchor_end_of_pay_period": "2020-05-08", "day_1": 15, "day_2": 31, "name": "Engineering", "custom_name": "A new monthly pay schedule", "auto_pilot": false, "active": true}
1009
+ application/json: {"uuid": "f2a69c38-e2f9-4e31-b5c5-4754fc60a052", "frequency": "Twice per month", "anchor_pay_date": "2020-05-15", "anchor_end_of_pay_period": "2020-05-08", "day_1": 15, "day_2": 31, "name": "Engineering", "custom_name": "A new monthly pay schedule", "auto_pilot": false, "active": true, "version": "68934a3e9455fa72420237eb05902327" }
1007
1010
get-v1-companies-company_id-pay_periods:
1008
1011
Example:
1009
1012
parameters:
0 commit comments