Skip to content

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Sep 25, 2025

SDK update

Versioning

Version Bump Type: [minor] - 🤖 (automated)

OpenAPI Change Summary
├─┬Paths
│ ├──[-] path (4219:5)❌ 
│ ├──[-] path (4294:5)❌ 
│ ├──[-] path (4180:5)❌ 
│ ├──[+] path (5598:3)
│ ├──[+] path (4400:3)
│ ├──[+] path (5677:3)
│ ├──[+] path (3981:3)
│ ├──[+] path (3932:3)
│ ├──[+] path (5541:3)
│ ├──[+] path (5741:3)
│ ├─┬/v1/employees/{employee_id}
│ │ ├─┬GET
│ │ │ ├─┬Parameters
│ │ │ │ ├──[🔀] description (1394:24)
│ │ │ │ └─┬Schema
│ │ │ │   └─┬Schema
│ │ │ │     ├──[+] enum (1382:19)
│ │ │ │     ├──[+] enum (1384:19)
│ │ │ │     ├──[+] enum (1386:19)
│ │ │ │     └─┬Extensions
│ │ │ │       └──[+] x-enumdescriptions (1388:17)
│ │ │ └─┬Responses
│ │ │   ├─┬404
│ │ │   │ └─┬application/json
│ │ │   │   ├──[+] schema (9871:7)❌ 
│ │ │   │   └──[-] examples (1691:37)❌ 
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └──[-] examples (1632:37)❌ 
│ │ ├─┬PUT
│ │ │ ├─┬Parameters
│ │ │ │ ├──[+] description (1433:24)
│ │ │ │ └─┬Schema
│ │ │ │   ├──[+] enum (1431:17)
│ │ │ │   └──[+] default (1432:22)❌ 
│ │ │ ├─┬Responses
│ │ │ │ ├─┬200
│ │ │ │ │ └─┬application/json
│ │ │ │ │   └──[-] examples (1729:37)❌ 
│ │ │ │ ├─┬404
│ │ │ │ │ └─┬application/json
│ │ │ │ │   └──[-] examples (1814:37)❌ 
│ │ │ │ ├─┬409
│ │ │ │ │ └─┬application/json
│ │ │ │ │   └──[-] examples (1788:37)❌ 
│ │ │ │ └─┬422
│ │ │ │   └─┬application/json
│ │ │ │     └──[-] examples (1801:37)❌ 
│ │ │ └─┬Requestbody
│ │ │   └─┬application/json
│ │ │     ├──[-] examples (1851:33)❌ 
│ │ │     └─┬Schema
│ │ │       └─┬ALLOF
│ │ │         ├──[+] properties (1486:21)
│ │ │         ├─┬ssn
│ │ │         │ └──[+] example (1496:32)
│ │ │         ├─┬email
│ │ │         │ └──[+] example (1485:32)
│ │ │         ├─┬last_name
│ │ │         │ └──[+] example (1482:32)
│ │ │         ├─┬first_name
│ │ │         │ └──[+] example (1475:32)
│ │ │         ├─┬date_of_birth
│ │ │         │ └──[+] example (1492:32)
│ │ │         └─┬middle_initial
│ │ │           └──[+] example (1479:32)
│ │ └─┬DELETE
│ │   └─┬Responses
│ │     ├─┬422
│ │     │ └─┬application/json
│ │     │   └──[-] examples (1918:37)❌ 
│ │     ├─┬404
│ │     │ └─┬application/json
│ │     │   └──[-] examples (1907:37)❌ 
│ │     └─┬204
│ │       └──[-] content (1898:29)❌ 
│ ├─┬/v1/companies/{company_id}/payrolls/{payroll_id}/prepare
│ │ └─┬PUT
│ │   ├──[+] requestBody (3780:9)❌ 
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Example
│ │           └──[🔀] value (19502:17)
│ ├─┬/v1/token_info
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └──[-] examples (123:37)❌ 
│ ├─┬/v1/employees/{employee_id}/work_addresses
│ │ ├─┬GET
│ │ │ ├──[+] security (2185:11)
│ │ │ ├──[🔀] description (2159:20)
│ │ │ └─┬Responses
│ │ │   ├─┬404
│ │ │   │ ├──[+] content (2197:15)
│ │ │   │ └──[🔀] description (2194:24)
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       ├──[-] examples (14821:29)❌ 
│ │ │       └─┬Schema
│ │ │         └──[🔀] $ref (14856:13)❌ 
│ │ └─┬POST
│ │   ├──[+] security (2229:11)
│ │   ├──[🔀] description (2204:20)
│ │   ├─┬Responses
│ │   │ ├─┬201
│ │   │ │ ├──[🔀] description (2232:24)
│ │   │ │ └─┬application/json
│ │   │ │   └──[-] examples (2521:37)❌ 
│ │   │ ├─┬404
│ │   │ │ ├──[+] content (2241:15)
│ │   │ │ └──[🔀] description (2238:24)
│ │   │ └─┬422
│ │   │   ├──[🔀] description (2244:24)
│ │   │   └─┬application/json
│ │   │     ├──[-] examples (14179:29)❌ 
│ │   │     ├──[-] examples (14162:29)❌ 
│ │   │     └──[-] examples (14170:29)❌ 
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       ├──[-] examples (2509:33)❌ 
│ │       └─┬Schema
│ │         ├──[-] description (2497:42)
│ │         ├─┬location_uuid
│ │         │ └──[+] example (2258:28)
│ │         └─┬effective_date
│ │           └──[+] example (2263:28)
│ ├─┬/v1/provision
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬201
│ │       └─┬application/json
│ │         └──[-] examples (243:37)❌ 
│ ├─┬/v1/employee_benefits/{employee_benefit_id}
│ │ ├─┬PUT
│ │ │ ├──[🔀] description (4731:20)
│ │ │ └─┬Requestbody
│ │ │   └─┬application/json
│ │ │     └─┬Schema
│ │ │       └─┬contribution
│ │ │         └─┬value
│ │ │           └─┬ONEOF
│ │ │             └─┬Schema
│ │ │               └─┬threshold
│ │ │                 └──[🔀] description (4801:46)
│ │ └─┬DELETE
│ │   └──[🔀] description (4887:20)
│ ├─┬/v1/employees/{employee_id}/employee_benefits
│ │ └─┬POST
│ │   ├──[🔀] description (4513:20)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬contribution
│ │           └─┬value
│ │             └─┬ONEOF
│ │               └─┬Schema
│ │                 └─┬threshold
│ │                   └──[🔀] description (4586:46)
│ ├─┬/v1/employees/{employee_id}/employment_history
│ │ └─┬GET
│ │   └─┬Responses
│ │     ├─┬200
│ │     │ └─┬application/json
│ │     │   └──[-] examples (2226:37)❌ 
│ │     └─┬404
│ │       └─┬application/json
│ │         └──[-] examples (2240:37)❌ 
│ ├─┬/v1/companies/{company_id}/employees
│ │ ├─┬GET
│ │ │ ├──[+] parameters (916:17)❌ 
│ │ │ ├──[+] parameters (922:17)❌ 
│ │ │ ├──[+] parameters (934:17)❌ 
│ │ │ ├──[+] parameters (969:17)❌ 
│ │ │ ├──[+] parameters (963:17)❌ 
│ │ │ ├──[+] parameters (981:17)❌ 
│ │ │ ├──[+] parameters (987:17)❌ 
│ │ │ ├─┬Parameters
│ │ │ │ ├──[🔀] description (962:24)
│ │ │ │ └─┬Schema
│ │ │ │   └─┬Schema
│ │ │ │     ├──[+] enum (950:19)
│ │ │ │     ├──[+] enum (952:19)
│ │ │ │     ├──[+] enum (954:19)
│ │ │ │     └─┬Extensions
│ │ │ │       └──[+] x-enumdescriptions (956:17)
│ │ │ ├─┬Parameters
│ │ │ │ └──[🔀] description (978:24)
│ │ │ └─┬Responses
│ │ │   ├─┬200
│ │ │   │ └─┬application/json
│ │ │   │   ├──[-] examples (1082:37)❌ 
│ │ │   │   └─┬Schema
│ │ │   │     └──[🔀] $ref (15417:13)❌ 
│ │ │   └─┬404
│ │ │     └─┬application/json
│ │ │       └──[-] examples (1201:37)❌ 
│ │ └─┬POST
│ │   ├─┬Responses
│ │   │ ├─┬422
│ │   │ │ └─┬application/json
│ │   │ │   └──[-] examples (1298:37)❌ 
│ │   │ ├─┬404
│ │   │ │ └─┬application/json
│ │   │ │   └──[-] examples (1285:37)❌ 
│ │   │ └─┬201
│ │   │   └─┬application/json
│ │   │     └──[-] examples (1245:37)❌ 
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       ├──[-] examples (1337:33)❌ 
│ │       └─┬Schema
│ │         └──[+] properties (1091:17)
│ ├─┬/v1/companies/{company_id}/payrolls
│ │ └─┬GET
│ │   ├──[+] parameters (3514:17)❌ 
│ │   ├──[+] parameters (3520:17)❌ 
│ │   ├──[+] security (3578:11)
│ │   ├──[🔀] description (3459:20)
│ │   ├─┬Parameters
│ │   │ ├──[🔀] description (3540:24)
│ │   │ ├──[+] required (3529:21)❌ 
│ │   │ └─┬Schema
│ │   │   └─┬Schema
│ │   │     └──[+] enum (3535:19)
│ │   ├─┬Parameters
│ │   │ ├──[+] example (3544:20)
│ │   │ └──[+] required (3543:21)❌ 
│ │   ├─┬Parameters
│ │   │ ├──[+] example (3551:20)
│ │   │ └──[+] required (3550:21)❌ 
│ │   ├─┬Parameters
│ │   │ ├──[+] example (3576:20)
│ │   │ └─┬Schema
│ │   │   └──[-] example (5931:26)
│ │   └─┬Responses
│ │     ├─┬200
│ │     │ ├──[🔀] description (3581:24)
│ │     │ └─┬application/json
│ │     │   ├──[-] examples (17826:29)❌ 
│ │     │   └─┬Schema
│ │     │     └──[🔀] $ref (15182:20)❌ 
│ │     └─┬404
│ │       ├──[+] content (3590:15)
│ │       └──[🔀] description (3587:24)
│ ├─┬/v1/home_addresses/{home_address_uuid}
│ │ ├─┬GET
│ │ │ ├──[+] security (2018:11)
│ │ │ ├──[🔀] description (1991:20)
│ │ │ └─┬Responses
│ │ │   ├─┬200
│ │ │   │ ├──[🔀] description (2021:24)
│ │ │   │ └─┬application/json
│ │ │   │   └──[-] examples (14766:29)❌ 
│ │ │   └─┬404
│ │ │     ├──[+] content (2030:15)
│ │ │     └──[🔀] description (2027:24)
│ │ ├─┬PUT
│ │ │ ├──[+] security (2064:11)
│ │ │ ├──[🔀] description (2037:20)
│ │ │ ├─┬Responses
│ │ │ │ ├─┬200
│ │ │ │ │ ├──[🔀] description (2067:24)
│ │ │ │ │ └─┬application/json
│ │ │ │ │   └──[-] examples (14766:29)❌ 
│ │ │ │ ├─┬404
│ │ │ │ │ ├──[+] content (2076:15)
│ │ │ │ │ └──[🔀] description (2073:24)
│ │ │ │ └─┬422
│ │ │ │   ├──[🔀] description (2079:24)
│ │ │ │   └─┬application/json
│ │ │ │     ├──[-] examples (14162:29)❌ 
│ │ │ │     ├──[-] examples (14170:29)❌ 
│ │ │ │     └──[-] examples (14179:29)❌ 
│ │ │ └─┬Requestbody
│ │ │   └─┬application/json
│ │ │     ├──[-] examples (2418:33)❌ 
│ │ │     └─┬Schema
│ │ │       ├──[-] required (2415:35)❌ 
│ │ │       ├──[-] type (2392:35)❌ 
│ │ │       ├──[-] description (2391:42)
│ │ │       ├──[-] properties (2402:33)❌ 
│ │ │       ├──[-] properties (2412:33)❌ 
│ │ │       ├──[-] properties (2409:33)❌ 
│ │ │       ├──[-] properties (2404:33)❌ 
│ │ │       ├──[-] properties (2397:33)❌ 
│ │ │       ├──[-] properties (2399:33)❌ 
│ │ │       ├──[-] properties (2394:33)❌ 
│ │ │       ├──[-] properties (2406:33)❌ 
│ │ │       ├──[+] allOf (6282:7)
│ │ │       └──[+] allOf (2090:19)
│ │ └─┬DELETE
│ │   ├──[+] security (2141:11)
│ │   ├──[🔀] description (2116:20)
│ │   └─┬Responses
│ │     ├─┬204
│ │     │ └──[🔀] description (2144:24)
│ │     ├─┬404
│ │     │ ├──[+] content (2148:31)
│ │     │ └──[🔀] description (2146:24)
│ │     └─┬422
│ │       ├──[🔀] description (2150:24)
│ │       └─┬application/json
│ │         ├──[-] schema (9486:13)❌ 
│ │         ├──[-] examples (14179:29)❌ 
│ │         ├──[-] examples (14162:29)❌ 
│ │         └──[-] examples (14170:29)❌ 
│ ├─┬/v1/company_benefits/{company_benefit_id}/employee_benefits
│ │ └─┬PUT
│ │   └──[🔀] description (4354:20)
│ ├─┬/v1/work_addresses/{work_address_uuid}
│ │ ├─┬GET
│ │ │ ├──[+] security (2281:11)
│ │ │ ├──[🔀] description (2271:20)
│ │ │ └─┬Responses
│ │ │   ├─┬200
│ │ │   │ ├──[🔀] description (2299:24)
│ │ │   │ └─┬application/json
│ │ │   │   └──[-] examples (2564:37)❌ 
│ │ │   └─┬404
│ │ │     ├──[+] content (2308:15)
│ │ │     └──[🔀] description (2305:24)
│ │ ├─┬PUT
│ │ │ ├──[+] security (2340:11)
│ │ │ ├──[🔀] description (2315:20)
│ │ │ ├─┬Responses
│ │ │ │ ├─┬200
│ │ │ │ │ ├──[🔀] description (2343:24)
│ │ │ │ │ └─┬application/json
│ │ │ │ │   └──[-] examples (2630:37)❌ 
│ │ │ │ ├─┬404
│ │ │ │ │ ├──[+] content (2352:15)
│ │ │ │ │ └──[🔀] description (2349:24)
│ │ │ │ └─┬422
│ │ │ │   ├──[🔀] description (2355:24)
│ │ │ │   └─┬application/json
│ │ │ │     ├──[-] examples (14179:29)❌ 
│ │ │ │     ├──[-] examples (14162:29)❌ 
│ │ │ │     └──[-] examples (14170:29)❌ 
│ │ │ └─┬Requestbody
│ │ │   └─┬application/json
│ │ │     ├──[-] examples (2617:33)❌ 
│ │ │     └─┬Schema
│ │ │       ├──[-] required (2614:35)❌ 
│ │ │       ├──[-] type (2602:35)❌ 
│ │ │       ├──[-] description (2601:42)
│ │ │       ├──[-] properties (2607:33)❌ 
│ │ │       ├──[-] properties (2604:33)❌ 
│ │ │       ├──[-] properties (2610:33)❌ 
│ │ │       ├──[+] allOf (6282:7)
│ │ │       └──[+] allOf (2366:19)
│ │ └─┬DELETE
│ │   ├──[+] security (2392:11)
│ │   ├──[🔀] description (2382:20)
│ │   └─┬Responses
│ │     ├─┬204
│ │     │ └──[🔀] description (2410:24)
│ │     ├─┬404
│ │     │ ├──[+] content (2415:15)
│ │     │ └──[🔀] description (2412:24)
│ │     └─┬422
│ │       ├──[🔀] description (2418:24)
│ │       └─┬application/json
│ │         ├──[-] examples (14162:29)❌ 
│ │         ├──[-] examples (14170:29)❌ 
│ │         └──[-] examples (14179:29)❌ 
│ ├─┬/v1/companies/{company_id}/contractor_payments
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └──[-] examples (4084:37)❌ 
│ ├─┬/v1/employees/{employee_id}/custom_fields
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └──[-] examples (2700:37)❌ 
│ ├─┬/v1/companies/{company_id}/company_benefits
│ │ └─┬POST
│ │   └──[🔀] description (4020:20)
│ ├─┬/v1/companies/{company_uuid}/time_tracking/time_sheets
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └──[🔀] description (6272:20)
│ ├─┬/v1/companies/{company_id}/payrolls/{payroll_id}
│ │ ├─┬GET
│ │ │ ├──[+] parameters (3664:17)❌ 
│ │ │ ├──[+] parameters (3652:17)❌ 
│ │ │ ├──[+] parameters (3658:17)❌ 
│ │ │ ├──[+] security (3674:11)
│ │ │ ├──[🔀] description (3597:20)
│ │ │ ├─┬Parameters
│ │ │ │ ├──[+] required (3637:21)❌ 
│ │ │ │ └─┬Schema
│ │ │ │   └─┬Schema
│ │ │ │     ├──[+] enum (3647:19)
│ │ │ │     ├──[+] enum (3648:19)
│ │ │ │     ├──[+] enum (3649:19)
│ │ │ │     ├──[+] enum (3650:19)
│ │ │ │     └──[+] type (3641:21)❌ 
│ │ │ └─┬Responses
│ │ │   ├─┬200
│ │ │   │ ├──[🔀] description (3677:24)
│ │ │   │ └─┬application/json
│ │ │   │   ├──[-] examples (17547:29)❌ 
│ │ │   │   ├──[-] examples (17587:29)❌ 
│ │ │   │   └─┬Schema
│ │ │   │     └──[🔀] $ref (15580:13)❌ 
│ │ │   └─┬404
│ │ │     ├──[+] content (3686:15)
│ │ │     └──[🔀] description (3683:24)
│ │ └─┬PUT
│ │   ├──[+] security (3726:11)
│ │   ├──[🔀] description (3692:20)
│ │   ├─┬Responses
│ │   │ ├─┬200
│ │   │ │ ├──[🔀] description (3729:24)
│ │   │ │ └─┬application/json
│ │   │ │   └──[-] examples (17329:29)❌ 
│ │   │ ├─┬404
│ │   │ │ ├──[+] content (3738:15)
│ │   │ │ └──[🔀] description (3735:24)
│ │   │ └─┬422
│ │   │   ├──[🔀] description (3741:24)
│ │   │   └─┬application/json
│ │   │     ├──[-] examples (14179:29)❌ 
│ │   │     ├──[-] examples (14162:29)❌ 
│ │   │     └──[-] examples (14170:29)❌ 
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └──[🔀] $ref (15302:13)❌ 
│ ├─┬/v1/locations/{location_uuid}/minimum_wages
│ │ └─┬GET
│ │   └─┬Responses
│ │     ├─┬200
│ │     │ └─┬application/json
│ │     │   └──[-] examples (837:37)❌ 
│ │     └─┬404
│ │       └─┬application/json
│ │         └──[-] examples (870:37)❌ 
│ ├─┬/v1/employees/{employee_id}/home_addresses
│ │ ├─┬GET
│ │ │ ├──[+] security (1889:11)
│ │ │ ├──[🔀] description (1862:20)
│ │ │ └─┬Responses
│ │ │   ├─┬200
│ │ │   │ ├──[🔀] description (1892:24)
│ │ │   │ └─┬application/json
│ │ │   │   ├──[-] examples (14788:29)❌ 
│ │ │   │   └─┬Schema
│ │ │   │     └──[🔀] $ref (14898:13)❌ 
│ │ │   └─┬404
│ │ │     ├──[+] content (1901:15)
│ │ │     └──[🔀] description (1898:24)
│ │ └─┬POST
│ │   ├──[+] security (1935:11)
│ │   ├──[🔀] description (1908:20)
│ │   ├─┬Responses
│ │   │ ├─┬201
│ │   │ │ ├──[🔀] description (1938:24)
│ │   │ │ └─┬application/json
│ │   │ │   └──[-] examples (14766:29)❌ 
│ │   │ ├─┬404
│ │   │ │ ├──[+] content (1953:15)
│ │   │ │ └──[🔀] description (1950:24)
│ │   │ └─┬422
│ │   │   ├──[🔀] description (1944:24)
│ │   │   └─┬application/json
│ │   │     ├──[-] examples (14179:29)❌ 
│ │   │     ├──[-] examples (14162:29)❌ 
│ │   │     └──[-] examples (14170:29)❌ 
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       ├──[-] examples (2327:33)❌ 
│ │       └─┬Schema
│ │         ├──[-] required (2324:35)❌ 
│ │         ├──[-] description (2303:42)
│ │         ├─┬street_1
│ │         │ └──[+] example (1963:28)
│ │         ├─┬city
│ │         │ └──[+] example (1969:28)
│ │         ├─┬zip
│ │         │ └──[+] example (1975:28)
│ │         ├─┬effective_date
│ │         │ ├──[+] nullable (1980:29)❌ 
│ │         │ └──[+] example (1981:28)
│ │         └─┬state
│ │           └──[+] example (1972:28)
│ ├─┬/v1/locations/{location_id}
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   ├─┬200
│ │ │   │ └─┬application/json
│ │ │   │   └──[-] examples (625:37)❌ 
│ │ │   └─┬404
│ │ │     └─┬application/json
│ │ │       └──[-] examples (649:37)❌ 
│ │ └─┬PUT
│ │   ├─┬Responses
│ │   │ ├─┬404
│ │   │ │ └─┬application/json
│ │   │ │   └──[-] examples (730:37)❌ 
│ │   │ ├─┬422
│ │   │ │ └─┬application/json
│ │   │ │   └──[-] examples (717:37)❌ 
│ │   │ ├─┬409
│ │   │ │ └─┬application/json
│ │   │ │   └──[-] examples (743:37)❌ 
│ │   │ └─┬200
│ │   │   └─┬application/json
│ │   │     └──[-] examples (693:37)❌ 
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       ├──[-] examples (783:33)❌ 
│ │       └─┬Schema
│ │         └─┬ALLOF
│ │           ├─┬street_2
│ │           │ └──[+] example (691:32)
│ │           ├─┬phone_number
│ │           │ └──[+] example (684:32)
│ │           ├─┬street_1
│ │           │ └──[+] example (687:32)
│ │           ├─┬zip
│ │           │ └──[+] example (699:32)
│ │           └─┬city
│ │             └──[+] example (694:32)
│ └─┬/v1/company_benefits/{company_benefit_id}
│   ├─┬PUT
│   │ └──[🔀] description (4143:20)
│   └─┬DELETE
│     ├──[🔀] description (4188:20)
│     └─┬Responses
│       └─┬422
│         └─┬application/json
│           └──[-] examples (4533:37)❌ 
├─┬Tags
│ └──[+] Time Off Requests (50:5)
└─┬Components
  ├──[+] responses (21090:7)
  ├──[+] responses (20400:7)
  ├──[+] responses (21096:7)
  ├──[+] responses (19468:7)
  ├──[+] schemas (15739:7)
  ├──[+] schemas (15712:7)
  ├──[+] schemas (15895:7)
  ├──[+] schemas (15693:7)
  ├──[+] schemas (15302:7)
  ├──[+] schemas (13333:7)
  ├──[+] schemas (15262:7)
  ├──[+] schemas (15879:7)
  ├──[+] schemas (15075:7)
  ├──[+] schemas (15841:7)
  ├──[+] schemas (15110:7)
  ├──[+] schemas (15513:7)
  ├──[+] schemas (15960:7)
  ├──[+] schemas (11184:7)
  ├──[+] schemas (15580:7)
  ├──[+] schemas (14856:7)
  ├──[+] schemas (13286:7)
  ├──[+] schemas (15765:7)
  ├──[+] schemas (14898:7)
  ├──[+] schemas (15417:7)
  ├──[+] schemas (15031:7)
  ├──[+] schemas (14940:7)
  ├──[+] schemas (15517:7)
  ├──[+] schemas (13377:7)
  ├──[+] schemas (16166:7)
  ├──[+] schemas (16260:7)
  ├──[+] schemas (15182:7)
  ├──[+] schemas (15217:7)
  ├──[+] schemas (16134:7)
  ├──[+] schemas (6469:7)
  ├──[+] schemas (16113:7)
  ├──[+] schemas (15214:7)
  ├─┬Address
  │ └─┬ALLOF
  │   ├─┬state
  │   │ └──[+] nullable (6446:25)❌ 
  │   ├─┬country
  │   │ └──[+] nullable (6455:25)❌ 
  │   ├─┬city
  │   │ └──[+] nullable (6442:25)❌ 
  │   ├─┬street_1
  │   │ └──[+] nullable (6434:25)❌ 
  │   └─┬zip
  │     └──[+] nullable (6450:25)❌ 
  ├─┬Payroll-Prepared
  │ ├──[+] properties (11939:9)
  │ ├─┬withholding_pay_period
  │ │ └──[🔀] $ref (11580:13)❌ 
  │ ├─┬processed
  │ │ └──[🔀] $ref (11580:13)❌ 
  │ ├─┬payroll_status_meta
  │ │ └──[🔀] $ref (11556:13)❌ 
  │ ├─┬skip_regular_deductions
  │ │ └──[🔀] $ref (11723:13)❌ 
  │ ├─┬processing_request
  │ │ └──[🔀] $ref (11569:13)❌ 
  │ ├─┬payroll_uuid
  │ │ └──[🔀] $ref (11498:13)❌ 
  │ ├─┬payroll_deadline
  │ │ └──[🔀] $ref (11474:13)❌ 
  │ ├─┬payment_speed_changed
  │ │ └──[🔀] $ref (11526:13)❌ 
  │ ├─┬processed_date
  │ │ └──[🔀] $ref (11565:13)❌ 
  │ ├─┬uuid
  │ │ └──[🔀] $ref (11600:13)❌ 
  │ ├─┬employee_compensations
  │ │ └──[🔀] $ref (11927:11)❌ 
  │ ├─┬pay_period
  │ │ └──[🔀] $ref (15513:13)❌ 
  │ └─┬Extensions
  │   ├──[-] x-tags (11321:17)❌ 
  │   └──[+] x-examples (11850:9)
  ├─┬Pay-Schedule-Assignment-Transition-Pay-Period
  │ └─┬Extensions
  │   └──[🔀] x-examples (12868:9)
  ├─┬Pay-Schedule-Assignment-Employee-Change
  │ └─┬Extensions
  │   └──[🔀] x-examples (12804:9)
  ├─┬Company-Address
  │ ├──[-] title (6638:20)
  │ ├──[-] properties (6669:17)❌ 
  │ ├──[+] properties (6886:9)
  │ └─┬Extensions
  │   ├──[-] x-tags (6637:17)❌ 
  │   └──[-] x-examples (6640:17)❌ 
  ├─┬Employee-State-Tax-Input-Question-Format
  │ ├──[-] title (12566:20)
  │ └─┬Extensions
  │   ├──[-] x-examples (12569:17)❌ 
  │   └──[-] x-tags (12585:17)❌ 
  ├─┬Unprocessable-Entity-Error-Object
  │ └─┬Extensions
  │   └──[+] x-examples (9881:9)
  ├─┬Pay-Schedule-Assignment-Preview
  │ └─┬Extensions
  │   └──[🔀] x-examples (12768:9)
  ├─┬Payroll-Employee-Compensations-Type
  │ ├──[-] items (10728:17)❌ 
  │ ├──[🔀] type (11228:13)❌ 
  │ ├──[-] uniqueItems (10726:26)❌ 
  │ ├──[+] properties (11264:9)
  │ ├──[+] properties (11343:9)
  │ ├──[+] properties (11230:9)
  │ ├──[+] properties (11234:9)
  │ ├──[+] properties (11241:9)
  │ ├──[+] properties (11282:9)
  │ ├──[+] properties (11254:9)
  │ ├──[+] properties (11299:9)
  │ ├──[+] properties (11250:9)
  │ ├──[+] properties (11277:9)
  │ ├──[+] properties (11259:9)
  │ ├──[+] properties (11327:9)
  │ ├──[+] properties (11269:9)
  │ ├──[+] properties (11245:9)
  │ └──[+] properties (11238:9)
  ├─┬Minimum-Wage-List
  │ └─┬Extensions
  │   └──[+] x-examples (14751:9)
  ├─┬Payment-Configs
  │ ├──[+] properties (8989:9)
  │ ├──[+] properties (8985:9)
  │ ├─┬payment_speed
  │ │ ├──[🔀] type (8986:17)❌ 
  │ │ └──[🔀] description (8987:24)
  │ ├─┬partner_uuid
  │ │ ├──[🔀] description (8979:24)
  │ │ └──[+] nullable (8978:21)❌ 
  │ ├─┬fast_payment_limit
  │ │ ├──[+] items (8994:13)❌ 
  │ │ ├──[🔀] type (8990:17)❌ 
  │ │ └──[🔀] description (8991:24)
  │ └─┬Extensions
  │   └──[🔀] x-examples (9008:9)
  ├─┬Employee-Payment-Method
  │ ├─┬type
  │ │ └──[🔀] description (13432:24)
  │ └─┬split_by
  │   └──[🔀] description (13438:24)
  ├─┬Notification
  │ ├──[+] required (14230:11)❌ 
  │ ├──[+] required (14231:11)❌ 
  │ ├──[+] required (14233:11)❌ 
  │ ├──[+] required (14236:11)❌ 
  │ ├──[+] required (14238:11)❌ 
  │ ├──[+] required (14239:11)❌ 
  │ ├──[+] required (14232:11)❌ 
  │ ├──[+] required (14234:11)❌ 
  │ ├──[+] required (14235:11)❌ 
  │ ├──[+] required (14237:11)❌ 
  │ ├──[-] description (13537:26)
  │ ├─┬due_at
  │ │ └──[+] nullable (14190:21)❌ 
  │ ├─┬resources
  │ │ └─┬Schema
  │ │   └─┬entity_type
  │ │     ├──[+] enum (14208:21)
  │ │     ├──[+] enum (14209:21)
  │ │     ├──[+] enum (14211:21)
  │ │     ├──[+] enum (14212:21)
  │ │     ├──[+] enum (14213:21)
  │ │     ├──[+] enum (14214:21)
  │ │     ├──[+] enum (14215:21)
  │ │     ├──[+] enum (14207:21)
  │ │     ├──[+] enum (14210:21)
  │ │     └──[🔀] description (14205:30)
  │ └─┬Extensions
  │   └──[-] x-examples (13525:17)❌ 
  ├─┬External-Payroll-Basic
  │ └─┬Extensions
  │   └──[🔀] x-examples (8391:9)
  ├─┬Versionable-Required
  │ └─┬version
  │   └──[+] example (6286:20)
  ├─┬Tax-Requirement
  │ └─┬value
  │   ├──[+] oneOf (13490:15)
  │   ├─┬ONEOF
  │   │ └──[🔀] type (13488:21)❌ 
  │   └─┬ONEOF
  │     └──[🔀] type (13489:21)❌ 
  ├─┬Company-Attachment
  │ └─┬Extensions
  │   └──[🔀] x-examples (10253:9)
  ├─┬Company-Benefit-With-Employee-Benefits
  │ └─┬employee_benefits
  │   └─┬Schema
  │     └─┬contribution
  │       └─┬value
  │         └─┬ONEOF
  │           └─┬tiers
  │             └─┬Schema
  │               └─┬threshold
  │                 └──[🔀] description (10781:48)
  ├─┬External-Payroll
  │ ├─┬applicable_benefits
  │ │ └──[+] nullable (8187:21)❌ 
  │ └─┬Extensions
  │   └──[🔀] x-examples (8226:9)
  ├─┬Admin
  │ └─┬email
  │   └──[🔀] description (8506:24)
  ├─┬Payroll
  │ ├──[-] description (11260:26)
  │ ├──[+] properties (11845:9)
  │ ├──[+] properties (11833:9)
  │ ├──[-] properties (11303:17)❌ 
  │ ├─┬off_cycle
  │ │ └──[🔀] $ref (11208:13)❌ 
  │ ├─┬uuid
  │ │ └──[🔀] $ref (11366:13)❌ 
  │ ├─┬submission_blockers
  │ │ └──[🔀] $ref (11600:13)❌ 
  │ ├─┬processed_date
  │ │ └──[🔀] $ref (11565:13)❌ 
  │ ├─┬fixed_withholding_rate
  │ │ └──[🔀] $ref (11588:13)❌ 
  │ ├─┬external
  │ │ └──[🔀] $ref (11596:13)❌ 
  │ ├─┬skip_regular_deductions
  │ │ └──[🔀] $ref (11723:13)❌ 
  │ ├─┬payroll_uuid
  │ │ └──[🔀] $ref (16260:13)❌ 
  │ ├─┬totals
  │ │ └──[🔀] $ref (11620:13)❌ 
  │ ├─┬withholding_pay_period
  │ │ └──[🔀] $ref (11580:13)❌ 
  │ ├─┬processing_request
  │ │ └──[🔀] $ref (11569:13)❌ 
  │ ├─┬final_termination_payroll
  │ │ └──[🔀] $ref (11605:13)❌ 
  │ ├─┬off_cycle_reason
  │ │ └──[🔀] $ref (15513:13)❌ 
  │ ├─┬processed
  │ │ └──[🔀] $ref (11580:13)❌ 
  │ └─┬Extensions
  │   ├──[-] x-tags (11263:17)❌ 
  │   └──[+] x-examples (11745:9)
  ├─┬Employment-History-List
  │ ├─┬Schema
  │ │ └─┬termination_date
  │ │   └──[+] nullable (14796:23)❌ 
  │ └─┬Extensions
  │   └──[+] x-examples (14781:9)
  ├─┬Company-Bank-Account
  │ └─┬Extensions
  │   └──[🔀] x-examples (10281:9)
  ├─┬Company-Suspension
  │ ├─┬leaving_for
  │ │ └──[+] nullable (14709:21)❌ 
  │ ├─┬comments
  │ │ ├──[🔀] description (14733:24)
  │ │ └──[+] nullable (14732:21)❌ 
  │ ├─┬file_yearly_forms
  │ │ └──[🔀] description (14727:24)
  │ ├─┬file_quarterly_forms
  │ │ └──[🔀] description (14722:24)
  │ ├─┬tax_refunds
  │ │ ├──[+] items (14740:13)❌ 
  │ │ ├──[🔀] type (14735:17)❌ 
  │ │ ├──[🔀] description (14736:24)
  │ │ ├──[-] properties (14073:25)❌ 
  │ │ └──[-] properties (14076:25)❌ 
  │ └─┬Extensions
  │   └──[+] x-examples (14675:9)
  ├─┬Employee
  │ ├──[+] properties (6760:9)
  │ ├──[+] properties (6743:9)
  │ ├──[+] properties (6738:9)
  │ ├──[+] properties (6758:9)
  │ ├──[+] properties (6755:9)
  │ ├──[+] properties (6750:9)
  │ ├──[+] properties (6735:9)
  │ ├──[+] properties (6747:9)
  │ ├─┬two_percent_shareholder
  │ │ ├──[+] enum (6662:15)
  │ │ ├──[+] enum (6655:15)
  │ │ ├──[+] enum (6656:15)
  │ │ ├──[+] enum (6657:15)
  │ │ ├──[+] enum (6658:15)
  │ │ ├──[+] enum (6659:15)
  │ │ ├──[+] enum (6660:15)
  │ │ ├──[+] enum (6661:15)
  │ │ ├──[🔀] type (6652:17)❌ 
  │ │ ├──[🔀] description (6653:24)
  │ │ └──[+] readOnly (6664:21)❌ 
  │ ├─┬ssn
  │ │ ├──[-] description (6560:34)
  │ │ └──[+] nullable (6610:21)❌ 
  │ ├─┬custom_fields
  │ │ ├──[+] enum (6729:15)
  │ │ ├──[+] enum (6730:15)
  │ │ ├──[+] enum (6731:15)
  │ │ ├──[+] enum (6732:15)
  │ │ ├──[+] enum (6728:15)
  │ │ ├──[-] items (6550:25)❌ 
  │ │ ├──[🔀] type (6725:17)❌ 
  │ │ ├──[🔀] description (6726:24)
  │ │ ├──[+] nullable (6733:21)❌ 
  │ │ └──[+] readOnly (6734:21)❌ 
  │ ├─┬terminated
  │ │ └──[🔀] description (6649:24)
  │ ├─┬department
  │ │ └──[-] description (6488:34)
  │ ├─┬garnishments
  │ │ ├──[-] items (6545:25)❌ 
  │ │ ├──[🔀] type (6614:17)❌ 
  │ │ ├──[+] description (6615:24)
  │ │ └──[+] nullable (6616:21)❌ 
  │ ├─┬has_ssn
  │ │ ├──[🔀] type (6739:17)❌ 
  │ │ ├──[🔀] description (6740:24)
  │ │ ├──[+] nullable (6741:21)❌ 
  │ │ └──[+] readOnly (6742:21)❌ 
  │ ├─┬terminations
  │ │ ├──[-] items (6541:25)❌ 
  │ │ ├──[🔀] type (6666:17)❌ 
  │ │ ├──[+] description (6667:24)
  │ │ ├──[+] properties (6674:13)
  │ │ └──[+] properties (6669:13)
  │ ├─┬manager_uuid
  │ │ ├──[+] items (6693:13)❌ 
  │ │ ├──[🔀] type (6691:17)❌ 
  │ │ ├──[-] description (6479:34)
  │ │ ├──[-] nullable (6481:31)❌ 
  │ │ └──[-] readOnly (6480:31)❌ 
  │ ├─┬payment_method
  │ │ ├──[-] enum (6572:27)❌ 
  │ │ ├──[-] enum (6573:27)❌ 
  │ │ ├──[+] items (6681:13)❌ 
  │ │ ├──[🔀] type (6679:17)❌ 
  │ │ ├──[-] description (6570:34)
  │ │ ├──[-] default (6574:30)❌ 
  │ │ └──[-] nullable (6575:31)❌ 
  │ ├─┬email
  │ │ └──[🔀] description (6745:24)
  │ ├─┬phone
  │ │ └──[-] nullable (6563:31)❌ 
  │ ├─┬middle_initial
  │ │ ├──[🔀] type (6704:17)❌ 
  │ │ ├──[+] description (6705:24)
  │ │ └──[-] nullable (6466:31)❌ 
  │ ├─┬onboarded
  │ │ ├──[🔀] type (6756:17)❌ 
  │ │ ├──[-] description (6501:34)
  │ │ ├──[+] nullable (6757:21)❌ 
  │ │ └──[-] readOnly (6502:31)❌ 
  │ ├─┬jobs
  │ │ ├──[-] items (6533:25)❌ 
  │ │ └──[🔀] type (6607:17)❌ 
  │ ├─┬onboarding_documents_config
  │ │ ├──[🔀] type (6751:17)❌ 
  │ │ ├──[+] format (6753:19)❌ 
  │ │ ├──[🔀] description (6754:24)
  │ │ ├──[+] nullable (6752:21)❌ 
  │ │ ├──[-] properties (6526:25)❌ 
  │ │ └──[-] properties (6521:25)❌ 
  │ ├─┬uuid
  │ │ ├──[+] enum (6721:15)
  │ │ ├──[+] enum (6720:15)
  │ │ ├──[🔀] description (6718:24)
  │ │ ├──[+] default (6722:20)❌ 
  │ │ ├──[+] nullable (6723:21)❌ 
  │ │ └──[-] readOnly (6461:31)❌ 
  │ ├─┬current_employment_status
  │ │ ├──[-] enum (6587:27)❌ 
  │ │ ├──[-] enum (6588:27)❌ 
  │ │ ├──[-] enum (6584:27)❌ 
  │ │ ├──[-] enum (6585:27)❌ 
  │ │ ├──[-] enum (6586:27)❌ 
  │ │ ├──[🔀] description (6619:24)
  │ │ └──[-] nullable (6589:31)❌ 
  │ ├─┬eligible_paid_time_off
  │ │ ├──[-] items (6537:25)❌ 
  │ │ ├──[🔀] type (6631:17)❌ 
  │ │ ├──[+] description (6632:24)
  │ │ ├──[+] nullable (6633:21)❌ 
  │ │ └──[+] readOnly (6634:21)❌ 
  │ ├─┬date_of_birth
  │ │ ├──[+] items (6698:13)❌ 
  │ │ ├──[🔀] type (6695:17)❌ 
  │ │ ├──[+] description (6696:24)
  │ │ ├──[-] nullable (6553:31)❌ 
  │ │ └──[-] readOnly (6554:31)❌ 
  │ ├─┬first_name
  │ │ ├──[+] items (6685:13)❌ 
  │ │ └──[🔀] type (6683:17)❌ 
  │ ├─┬onboarding_status
  │ │ ├──[-] enum (6513:27)❌ 
  │ │ ├──[-] enum (6514:27)❌ 
  │ │ ├──[-] enum (6507:27)❌ 
  │ │ ├──[-] enum (6508:27)❌ 
  │ │ ├──[-] enum (6509:27)❌ 
  │ │ ├──[-] enum (6510:27)❌ 
  │ │ ├──[-] enum (6511:27)❌ 
  │ │ ├──[-] enum (6512:27)❌ 
  │ │ ├──[🔀] type (6736:17)❌ 
  │ │ ├──[-] description (6505:34)
  │ │ ├──[🔀] nullable (6737:21)❌ 
  │ │ └──[-] readOnly (6516:31)❌ 
  │ ├─┬company_uuid
  │ │ ├──[+] items (6764:13)❌ 
  │ │ ├──[🔀] type (6761:17)❌ 
  │ │ ├──[-] description (6475:34)
  │ │ ├──[+] nullable (6762:21)❌ 
  │ │ └──[-] readOnly (6476:31)❌ 
  │ ├─┬work_email
  │ │ └──[-] description (6578:34)
  │ ├─┬version
  │ │ ├──[-] description (6484:34)
  │ │ ├──[+] nullable (6711:21)❌ 
  │ │ └──[-] readOnly (6485:31)❌ 
  │ ├─┬last_name
  │ │ └──[🔀] $ref (7557:13)❌ 
  │ ├─┬preferred_first_name
  │ │ └──[+] readOnly (6624:21)❌ 
  │ └─┬Extensions
  │   └──[+] x-examples (6546:9)
  ├─┬Tax-Requirement-Metadata
  │ ├─┬options
  │ │ └─┬Schema
  │ │   └─┬short_label
  │ │     └──[+] nullable (13568:27)❌ 
  │ └─┬rate_type
  │   └──[🔀] description (13581:24)
  ├─┬Contractor-Onboarding-Status
  │ └─┬onboarding_status
  │   ├──[+] enum (9259:15)
  │   ├──[+] enum (9256:15)
  │   ├──[+] enum (9257:15)
  │   └──[+] enum (9258:15)
  ├─┬Job
  │ ├──[+] properties (8082:9)
  │ ├──[+] properties (8078:9)
  │ ├─┬state_wc_covered
  │ │ ├──[🔀] type (8047:17)❌ 
  │ │ ├──[🔀] description (8048:24)
  │ │ ├──[-] nullable (7821:31)❌ 
  │ │ └──[🔀] readOnly (8049:21)❌ 
  │ ├─┬state_wc_class_code
  │ │ ├──[🔀] type (8043:17)❌ 
  │ │ ├──[🔀] description (8044:24)
  │ │ ├──[-] nullable (7826:31)❌ 
  │ │ └──[🔀] readOnly (8045:21)❌ 
  │ ├─┬uuid
  │ │ ├──[🔀] description (8041:24)
  │ │ ├──[+] nullable (8040:21)❌ 
  │ │ └──[🔀] readOnly (8038:21)❌ 
  │ ├─┬title
  │ │ ├──[🔀] description (8070:24)
  │ │ └──[-] default (7793:29)❌ 
  │ ├─┬version
  │ │ ├──[🔀] type (8060:17)❌ 
  │ │ ├──[🔀] description (8061:24)
  │ │ └──[+] readOnly (8062:21)❌ 
  │ ├─┬primary
  │ │ ├──[🔀] type (8079:17)❌ 
  │ │ ├──[🔀] description (8081:24)
  │ │ ├──[+] nullable (8080:21)❌ 
  │ │ └──[-] readOnly (7799:31)❌ 
  │ ├─┬rate
  │ │ ├──[🔀] description (8052:24)
  │ │ └──[+] nullable (8053:21)❌ 
  │ ├─┬payment_unit
  │ │ └──[🔀] $ref (6891:20)❌ 
  │ └─┬two_percent_shareholder
  │   ├──[🔀] description (8065:24)
  │   └──[+] nullable (8067:21)❌ 
  ├─┬Employee-Work-Address
  │ ├──[-] example (6363:17)
  │ └─┬Extensions
  │   └──[+] x-examples (6359:9)
  ├─┬Employee-State-Tax-Answer
  │ ├──[-] title (12542:20)
  │ └─┬Extensions
  │   ├──[-] x-examples (12545:17)❌ 
  │   └──[-] x-tags (12550:17)❌ 
  ├─┬Paid-Time-Off
  │ ├─┬policy_uuid
  │ │ └──[+] nullable (6989:21)❌ 
  │ ├─┬accrual_rate
  │ │ └──[+] nullable (7000:21)❌ 
  │ ├─┬accrual_unit
  │ │ └──[+] nullable (6994:21)❌ 
  │ ├─┬policy_name
  │ │ └──[+] nullable (6984:21)❌ 
  │ ├─┬accrual_method
  │ │ └──[+] nullable (7005:21)❌ 
  │ ├─┬accrual_period
  │ │ └──[+] nullable (7011:21)❌ 
  │ ├─┬name
  │ │ └──[+] nullable (6975:21)❌ 
  │ └─┬accrual_balance
  │   └──[+] nullable (7017:21)❌ 
  ├─┬Information-Request
  │ └─┬type
  │   └──[+] nullable (14330:21)❌ 
  ├─┬Tax-Liabilities-Selections
  │ └─┬Extensions
  │   └──[🔀] x-examples (8479:9)
  ├─┬Company-Custom-Field
  │ └─┬description
  │   └──[+] nullable (12514:21)❌ 
  ├─┬Location
  │ ├──[+] properties (6963:9)
  │ ├─┬uuid
  │ │ ├──[🔀] description (6958:24)
  │ │ └──[-] readOnly (6681:31)❌ 
  │ ├─┬version
  │ │ ├──[🔀] description (6914:24)
  │ │ └──[+] readOnly (6915:21)❌ 
  │ ├─┬updated_at
  │ │ ├──[-] description (6728:34)
  │ │ ├──[+] nullable (6933:21)❌ 
  │ │ └──[+] readOnly (6932:21)❌ 
  │ ├─┬mailing_address
  │ │ ├──[🔀] description (6965:24)
  │ │ └──[+] readOnly (6966:21)❌ 
  │ ├─┬phone_number
  │ │ ├──[🔀] type (6948:17)❌ 
  │ │ ├──[🔀] description (6949:24)
  │ │ └──[-] readOnly (6691:31)❌ 
  │ ├─┬state
  │ │ └──[+] description (6926:24)
  │ ├─┬street_2
  │ │ └──[-] nullable (6699:31)❌ 
  │ ├─┬zip
  │ │ ├──[+] description (6918:24)
  │ │ └──[-] readOnly (6708:31)❌ 
  │ └─┬Extensions
  │   └──[+] x-examples (6895:9)
  ├─┬Employee-Address
  │ ├──[+] required (6355:11)❌ 
  │ ├──[+] required (6354:11)❌ 
  │ ├──[+] type (6297:13)❌ 
  │ ├──[-] example (6308:17)
  │ ├──[+] properties (6346:9)
  │ ├──[+] properties (6333:9)
  │ ├──[+] properties (6342:9)
  │ ├──[+] properties (6323:9)
  │ ├──[+] properties (6319:9)
  │ ├──[+] properties (6316:9)
  │ ├──[+] properties (6336:9)
  │ ├──[+] properties (6326:9)
  │ ├──[+] properties (6329:9)
  │ ├──[+] properties (6313:9)
  │ ├──[+] properties (6350:9)
  │ ├──[+] properties (6339:9)
  │ ├──[-] allOf (6387:13)❌ 
  │ ├──[-] allOf (6292:19)❌ 
  │ └─┬Extensions
  │   └──[+] x-examples (6299:9)
  ├─┬Create-Report
  │ └─┬custom_name
  │   └──[+] nullable (12106:21)❌ 
  ├─┬Employee-State-Tax-Question
  │ ├──[+] required (13080:11)❌ 
  │ ├──[-] title (12491:20)
  │ ├──[+] properties (13066:9)
  │ ├─┬key
  │ │ ├──[🔀] type (13067:17)❌ 
  │ │ └──[-] description (12528:34)
  │ ├─┬description
  │ │ └──[+] nullable (13061:21)❌ 
  │ ├─┬label
  │ │ └──[🔀] description (13065:24)
  │ └─┬Extensions
  │   ├──[-] x-examples (12494:17)❌ 
  │   └──[-] x-tags (12518:17)❌ 
  ├─┬Contractor-Payment-Method
  │ ├─┬split_by
  │ │ └──[🔀] description (9839:24)
  │ └─┬type
  │   ├──[🔀] description (9832:24)
  │   └──[+] nullable (9833:21)❌ 
  ├─┬Pay-Schedule-Assignment-Employee
  │ └─┬pay_schedule_uuid
  │   └──[+] nullable (12746:21)❌ 
  ├─┬Contractor-Payment-Group
  │ ├──[-] properties (9086:17)❌ 
  │ ├──[-] properties (9082:17)❌ 
  │ ├──[-] properties (9126:17)❌ 
  │ ├──[-] properties (9101:17)❌ 
  │ ├──[-] properties (9090:17)❌ 
  │ ├──[-] properties (9094:17)❌ 
  │ ├──[-] properties (9106:17)❌ 
  │ ├──[-] properties (9078:17)❌ 
  │ ├──[+] allOf (16134:7)
  │ ├──[+] allOf (9376:11)
  │ └─┬Extensions
  │   └──[+] x-examples (9426:9)
  ├─┬Supported-Benefit
  │ ├──[+] properties (10636:9)
  │ └─┬yearly_limit
  │   └──[🔀] description (10638:24)
  ├─┬Contractor-Address
  │ └──[+] type (6417:13)❌ 
  ├─┬Contractor-Payment-Receipt
  │ └─┬contractor_payments
  │   └─┬Schema
  │     └─┬payment_method
  │       ├──[+] enum (12427:21)
  │       ├──[+] enum (12428:21)
  │       ├──[+] enum (12425:21)
  │       ├──[+] enum (12426:21)
  │       └──[🔀] description (12423:30)
  ├─┬Payroll-Check
  │ └─┬starting_check_number
  │   └──[+] nullable (12020:21)❌ 
  ├─┬Contractor-Payment-Group-Minimal
  │ ├──[-] properties (9144:17)❌ 
  │ ├──[-] properties (9140:17)❌ 
  │ ├──[-] properties (9159:17)❌ 
  │ ├──[-] properties (9148:17)❌ 
  │ ├──[-] properties (9152:17)❌ 
  │ ├──[-] properties (9164:17)❌ 
  │ ├──[-] properties (9136:17)❌ 
  │ ├──[+] allOf (16134:7)
  │ ├──[+] allOf (9524:11)
  │ └─┬Extensions
  │   └──[+] x-examples (9547:9)
  ├─┬Federal-Tax-Details
  │ ├──[+] properties (13166:9)
  │ ├─┬filing_form
  │ │ ├──[🔀] type (13164:17)❌ 
  │ │ └──[🔀] description (13165:24)
  │ ├─┬tax_payer_type
  │ │ ├──[🔀] description (13185:24)
  │ │ └──[-] nullable (12619:31)❌ 
  │ ├─┬taxable_as_scorp
  │ │ ├──[🔀] type (13131:17)❌ 
  │ │ ├──[🔀] description (13133:24)
  │ │ └──[+] nullable (13132:21)❌ 
  │ ├─┬has_ein
  │ │ ├──[🔀] type (13155:17)❌ 
  │ │ └──[🔀] description (13156:24)
  │ ├─┬ein_verified
  │ │ ├──[🔀] type (13167:17)❌ 
  │ │ ├──[🔀] description (13169:24)
  │ │ ├──[+] nullable (13168:21)❌ 
  │ │ └──[+] properties (13171:13)
  │ ├─┬version
  │ │ ├──[🔀] type (13148:17)❌ 
  │ │ └──[🔀] description (13149:24)
  │ └─┬legal_name
  │   ├──[🔀] type (13161:17)❌ 
  │   └──[🔀] description (13162:24)
  ├─┬Time-Off-Policy
  │ ├─┬accrual_waiting_period_days
  │ │ └──[+] nullable (13853:21)❌ 
  │ ├─┬accrual_rate_unit
  │ │ └──[+] nullable (13845:21)❌ 
  │ └─┬accrual_rate
  │   └──[+] nullable (13840:21)❌ 
  ├─┬Employee-Benefit-Base-Object
  │ ├─┬contribution
  │ │ └─┬value
  │ │   └─┬ONEOF
  │ │     └─┬tiers
  │ │       └─┬Schema
  │ │         └─┬threshold
  │ │           └──[🔀] description (10946:42)
  │ ├─┬catch_up
  │ │ ├──[🔀] description (10980:24)
  │ │ └──[+] nullable (10978:21)❌ 
  │ └─┬coverage_salary_multiplier
  │   ├──[🔀] description (11001:24)
  │   └──[+] nullable (10999:21)❌ 
  ├─┬Recovery-Case
  │ ├─┬contractor_payment_uuids
  │ │ └──[+] nullable (14392:21)❌ 
  │ └─┬Extensions
  │   └──[🔀] x-examples (14350:9)
  ├─┬Payroll-Receipt
  │ ├─┬employee_compensations
  │ │ └─┬Schema
  │ │   └─┬payment_method
  │ │     ├──[+] enum (12257:21)
  │ │     ├──[+] enum (12258:21)
  │ │     └──[🔀] description (12255:30)
  │ └─┬Extensions
  │   └──[🔀] x-examples (12150:9)
  ├─┬Wire-In-Request
  │ ├─┬additional_notes
  │ │ └──[+] nullable (14537:21)❌ 
  │ ├─┬payment_uuid
  │ │ └──[-] enum (13913:27)❌ 
  │ ├─┬status
  │ │ └──[-] enum (13874:27)❌ 
  │ ├─┬payment_type
  │ │ └──[+] enum (14552:15)
  │ └─┬Extensions
  │   └──[🔀] x-examples (14486:9)
  ├─┬Pay-Schedule-Assignment-Pay-Period
  │ └─┬Extensions
  │   └──[🔀] x-examples (12844:9)
  ├─┬Employee-Pay-Stubs-List
  │ └─┬Extensions
  │   └──[+] x-examples (14816:9)
  ├─┬Payroll-Processed-Date-Type
  │ └──[+] nullable (11570:17)❌ 
  ├─┬Payroll-Calculated-At-Type
  │ ├──[+] format (11575:15)❌ 
  │ └──[+] nullable (11576:17)❌ 
  ├─┬Contractor
  │ └─┬file_new_hire_report
  │   ├──[-] default (8906:30)❌ 
  │   └──[+] nullable (9199:21)❌ 
  ├─┬Employee-Onboarding-Status
  │ └─┬Extensions
  │   └──[+] x-examples (6775:9)
  ├─┬Company-Onboarding-Status
  │ ├─┬onboarding_steps
  │ │ └─┬Schema
  │ │   ├──[+] properties (8939:15)
  │ │   ├─┬id
  │ │   │ ├──[-] enum (8664:39)❌ 
  │ │   │ ├──[-] enum (8665:39)❌ 
  │ │   │ ├──[-] enum (8667:39)❌ 
  │ │   │ ├──[-] enum (8668:39)❌ 
  │ │   │ ├──[-] enum (8671:39)❌ 
  │ │   │ ├──[-] enum (8672:39)❌ 
  │ │   │ ├──[-] enum (8663:39)❌ 
  │ │   │ ├──[-] enum (8666:39)❌ 
  │ │   │ ├──[-] enum (8669:39)❌ 
  │ │   │ ├──[-] enum (8670:39)❌ 
  │ │   │ ├──[🔀] description (8941:30)
  │ │   │ └──[+] nullable (8942:27)❌ 
  │ │   ├─┬skippable
  │ │   │ ├──[+] items (8950:19)❌ 
  │ │   │ ├──[🔀] type (8947:23)❌ 
  │ │   │ └──[🔀] description (8948:30)
  │ │   ├─┬title
  │ │   │ ├──[🔀] type (8944:23)❌ 
  │ │   │ └──[🔀] description (8945:30)
  │ │   ├─┬requirements
  │ │   │ └──[🔀] description (8948:30)
  │ │   └─┬required
  │ │     ├──[+] enum (8928:21)
  │ │     ├──[+] enum (8931:21)
  │ │     ├──[+] enum (8932:21)
  │ │     ├──[+] enum (8927:21)
  │ │     ├──[+] enum (8929:21)
  │ │     ├──[+] enum (8930:21)
  │ │     ├──[+] enum (8923:21)
  │ │     ├──[+] enum (8924:21)
  │ │     ├──[+] enum (8925:21)
  │ │     ├──[+] enum (8926:21)
  │ │     ├──[🔀] type (8920:23)❌ 
  │ │     └──[🔀] description (8921:30)
  │ └─┬Extensions
  │   └──[🔀] x-examples (8838:9)
  ├─┬Ach-Transaction
  │ ├─┬recipient_type
  │ │ └──[+] nullable (14441:21)❌ 
  │ └─┬Extensions
  │   └──[🔀] x-examples (14407:9)
  └─┬Employee-Federal-Tax
    └─┬additional_withholding
      ├──[🔀] type (12940:17)❌ 
      └──[🔀] description (12941:24)
Document Element Total Changes Breaking Changes
paths 256 116
tags 1 0
components 501 247

PYTHON CHANGELOG

core: 5.22.1 - 2025-09-30

🐛 Bug Fixes

  • correct import aliasing when SDK class members conflict with model names in Python templates (commit by @BlakeTheAwesome)

core: 5.22.0 - 2025-09-24

🐝 New Features

  • allow generation of sync, async or both methods in an sdk (commit by @tristanspeakeasy)

core: 5.21.1 - 2025-09-23

🐛 Bug Fixes

  • allow input/output models without suffixes (commit by @disintegrator)

core: 5.21.0 - 2025-09-12

🐝 New Features

  • Change the default behaviour of http-client within python sdk to follow redirects (commit by @Kanwardeep)

core: 5.20.4 - 2025-09-09

🐛 Bug Fixes

  • improve python tool reliability with explicit module calls (commit by @GorshkovIvan)

core: 5.20.3 - 2025-09-02

🐛 Bug Fixes

  • enabled empty strings to be used as end cursor values in pagination (commit by @GorshkovIvan)

core: 5.20.2 - 2025-09-01

🔧 Chores

  • added support for lowercase Bearer tokens in Authorization headers (commit by @GorshkovIvan)

core: 5.20.1 - 2025-08-27

🐛 Bug Fixes

  • capability to enable shadowing parameters that are usually reserved via allowedRedefinedBuiltins (commit by @ThomasRooney)

core: 5.19.11 - 2025-08-27

🐛 Bug Fixes

  • Add retries to dynamic imported modules in python to fix keyError when loading modules (commit by @Kanwardeep)

core: 5.19.10 - 2025-08-20

🔧 Chores

  • mitigate asyncio internal test flakiness (commit by @GorshkovIvan)

core: 5.19.9 - 2025-08-11

🐛 Bug Fixes

  • support repository subdirectories in PyPI documentation links (commit by @AshGodfrey)

core: 5.20.0 - 2025-08-08

🐝 New Features

  • support for uv package manager (commit by @mfbx9da4)

core: 5.19.7 - 2025-08-06

🐛 Bug Fixes

  • add return type hint for methods returning None (commit by @AshGodfrey)

core: 5.19.6 - 2025-08-01

🐛 Bug Fixes

  • potential issue referencing models before declaration (commit by @mfbx9da4)

core: 5.19.5 - 2025-07-24

🔧 Chores

core: 5.19.4 - 2025-07-02

🐛 Bug Fixes

  • ensure utils import is always added when globals are present in sdk.py template (commit by @AshGodfrey)

core: 5.19.3 - 2025-06-06

🐛 Bug Fixes

core: 5.19.2 - 2025-06-04

🐛 Bug Fixes

  • Prevent local installation issues with README-PYPI.md (commit by @bflad)

core: 5.19.1 - 2025-05-29

🐛 Bug Fixes

  • Update h11 and httpcore dependencies to avoid h11 security issue [force-gen] (commit by @Kanwardeep)

core: 5.19.0 - 2025-05-20

🐝 New Features

  • Enable module lazy loading. This leads to faster module import times (commit by @Kanwardeep)

core: 5.18.1 - 2025-05-15

🐛 Bug Fixes

  • Prevent AsyncClient.aclose() not awaited warnings (commit by @bflad)

globalSecurity: 3.0.4 - 2025-09-10

🔧 Chores

  • support opting out of operation security hoisting (commit by @vishalg0wda)

sdkHooks: 1.1.0 - 2025-05-15

🐝 New Features

unions: 3.1.0 - 2025-10-01

🐝 New Features

  • support nested discriminated unions (commit by @vishalg0wda)

unions: 3.0.5 - 2025-09-25

🐛 Bug Fixes

Based on Speakeasy CLI 1.635.1

@github-actions github-actions bot added the minor Minor version bump label Sep 25, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1758759857 branch 8 times, most recently from 5d578aa to 3a51992 Compare October 3, 2025 00:25
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1758759857 branch 3 times, most recently from 8305df7 to cc98e37 Compare October 6, 2025 00:26
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1758759857 branch from cc98e37 to cd010e2 Compare October 7, 2025 00:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor Minor version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant