Skip to content

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Jun 7, 2025

SDK update

Versioning

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

OpenAPI Change Summary
├─┬Paths
│ ├──[-] path (4294:5)❌ 
│ ├──[-] path (4219:5)❌ 
│ ├──[-] path (4180:5)❌ 
│ ├──[+] path (5492:3)
│ ├──[+] path (4351:3)
│ ├──[+] path (3883:3)
│ ├──[+] path (5610:3)
│ ├──[+] path (3932:3)
│ ├──[+] path (5549:3)
│ ├──[+] path (5674:3)
│ ├─┬/v1/employees/{employee_id}/employment_history
│ │ └─┬GET
│ │   └─┬Responses
│ │     ├─┬200
│ │     │ └─┬application/json
│ │     │   └──[-] examples (2226:37)❌ 
│ │     └─┬404
│ │       └─┬application/json
│ │         └──[-] examples (2240:37)❌ 
│ ├─┬/v1/locations/{location_id}
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   ├─┬200
│ │ │   │ └─┬application/json
│ │ │   │   └──[-] examples (625:37)❌ 
│ │ │   └─┬404
│ │ │     └─┬application/json
│ │ │       └──[-] examples (649:37)❌ 
│ │ └─┬PUT
│ │   ├─┬Responses
│ │   │ ├─┬200
│ │   │ │ └─┬application/json
│ │   │ │   └──[-] examples (693:37)❌ 
│ │   │ ├─┬409
│ │   │ │ └─┬application/json
│ │   │ │   └──[-] examples (743:37)❌ 
│ │   │ ├─┬422
│ │   │ │ └─┬application/json
│ │   │ │   └──[-] examples (717:37)❌ 
│ │   │ └─┬404
│ │   │   └─┬application/json
│ │   │     └──[-] examples (730:37)❌ 
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       ├──[-] examples (783:33)❌ 
│ │       └─┬Schema
│ │         └─┬ALLOF
│ │           ├─┬city
│ │           │ └──[+] example (694:32)
│ │           ├─┬phone_number
│ │           │ └──[+] example (684:32)
│ │           ├─┬street_1
│ │           │ └──[+] example (687:32)
│ │           ├─┬zip
│ │           │ └──[+] example (699:32)
│ │           └─┬street_2
│ │             └──[+] example (691:32)
│ ├─┬/v1/company_benefits/{company_benefit_id}
│ │ ├─┬PUT
│ │ │ └──[🔀] description (4094:20)
│ │ └─┬DELETE
│ │   ├──[🔀] description (4139:20)
│ │   └─┬Responses
│ │     └─┬422
│ │       └─┬application/json
│ │         └──[-] examples (4533:37)❌ 
│ ├─┬/v1/employees/{employee_id}
│ │ ├─┬GET
│ │ │ ├─┬Parameters
│ │ │ │ ├──[🔀] description (1366:24)
│ │ │ │ └─┬Schema
│ │ │ │   └─┬Schema
│ │ │ │     ├──[+] enum (1354:19)
│ │ │ │     ├──[+] enum (1356:19)
│ │ │ │     ├──[+] enum (1358:19)
│ │ │ │     └─┬Extensions
│ │ │ │       └──[+] x-enumdescriptions (1360:17)
│ │ │ └─┬Responses
│ │ │   ├─┬200
│ │ │   │ └─┬application/json
│ │ │   │   └──[-] examples (1632:37)❌ 
│ │ │   └─┬404
│ │ │     └─┬application/json
│ │ │       ├──[+] schema (9793:7)❌ 
│ │ │       └──[-] examples (1691:37)❌ 
│ │ ├─┬PUT
│ │ │ ├─┬Parameters
│ │ │ │ ├──[+] description (1405:24)
│ │ │ │ └─┬Schema
│ │ │ │   ├──[+] enum (1403:17)
│ │ │ │   └──[+] default (1404:22)❌ 
│ │ │ ├─┬Responses
│ │ │ │ ├─┬409
│ │ │ │ │ └─┬application/json
│ │ │ │ │   └──[-] examples (1788:37)❌ 
│ │ │ │ ├─┬422
│ │ │ │ │ └─┬application/json
│ │ │ │ │   └──[-] examples (1801:37)❌ 
│ │ │ │ ├─┬200
│ │ │ │ │ └─┬application/json
│ │ │ │ │   └──[-] examples (1729:37)❌ 
│ │ │ │ └─┬404
│ │ │ │   └─┬application/json
│ │ │ │     └──[-] examples (1814:37)❌ 
│ │ │ └─┬Requestbody
│ │ │   └─┬application/json
│ │ │     ├──[-] examples (1851:33)❌ 
│ │ │     └─┬Schema
│ │ │       └─┬ALLOF
│ │ │         ├──[+] properties (1471:21)
│ │ │         ├─┬middle_initial
│ │ │         │ └──[+] example (1451:32)
│ │ │         ├─┬date_of_birth
│ │ │         │ └──[+] example (1460:32)
│ │ │         ├─┬first_name
│ │ │         │ └──[+] example (1447:32)
│ │ │         ├─┬last_name
│ │ │         │ └──[+] example (1454:32)
│ │ │         ├─┬ssn
│ │ │         │ └──[+] example (1464:32)
│ │ │         └─┬email
│ │ │           └──[+] example (1457:32)
│ │ └─┬DELETE
│ │   └─┬Responses
│ │     ├─┬204
│ │     │ └──[-] content (1898:29)❌ 
│ │     ├─┬422
│ │     │ └─┬application/json
│ │     │   └──[-] examples (1918:37)❌ 
│ │     └─┬404
│ │       └─┬application/json
│ │         └──[-] examples (1907:37)❌ 
│ ├─┬/v1/work_addresses/{work_address_uuid}
│ │ ├─┬GET
│ │ │ ├──[+] security (2253:11)
│ │ │ ├──[🔀] description (2243:20)
│ │ │ └─┬Responses
│ │ │   ├─┬200
│ │ │   │ ├──[🔀] description (2271:24)
│ │ │   │ └─┬application/json
│ │ │   │   └──[-] examples (2564:37)❌ 
│ │ │   └─┬404
│ │ │     ├──[+] content (2280:15)
│ │ │     └──[🔀] description (2277:24)
│ │ ├─┬PUT
│ │ │ ├──[+] security (2312:11)
│ │ │ ├──[🔀] description (2287:20)
│ │ │ ├─┬Responses
│ │ │ │ ├─┬200
│ │ │ │ │ ├──[🔀] description (2315:24)
│ │ │ │ │ └─┬application/json
│ │ │ │ │   └──[-] examples (2630:37)❌ 
│ │ │ │ ├─┬404
│ │ │ │ │ ├──[+] content (2324:15)
│ │ │ │ │ └──[🔀] description (2321:24)
│ │ │ │ └─┬422
│ │ │ │   ├──[🔀] description (2327: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 (6215:7)
│ │ │       └──[+] allOf (2338:19)
│ │ └─┬DELETE
│ │   ├──[+] security (2364:11)
│ │   ├──[🔀] description (2354:20)
│ │   └─┬Responses
│ │     ├─┬422
│ │     │ ├──[🔀] description (2390:24)
│ │     │ └─┬application/json
│ │     │   ├──[-] examples (14179:29)❌ 
│ │     │   ├──[-] examples (14162:29)❌ 
│ │     │   └──[-] examples (14170:29)❌ 
│ │     ├─┬404
│ │     │ ├──[+] content (2387:15)
│ │     │ └──[🔀] description (2384:24)
│ │     └─┬204
│ │       └──[🔀] description (2382:24)
│ ├─┬/v1/employee_benefits/{employee_benefit_id}
│ │ ├─┬PUT
│ │ │ ├──[🔀] description (4682:20)
│ │ │ └─┬Requestbody
│ │ │   └─┬application/json
│ │ │     └─┬Schema
│ │ │       └─┬contribution
│ │ │         └─┬value
│ │ │           └─┬ONEOF
│ │ │             └─┬Schema
│ │ │               └─┬threshold
│ │ │                 └──[🔀] description (4752:46)
│ │ └─┬DELETE
│ │   └──[🔀] description (4838:20)
│ ├─┬/v1/employees/{employee_id}/work_addresses
│ │ ├─┬GET
│ │ │ ├──[+] security (2157:11)
│ │ │ ├──[🔀] description (2131:20)
│ │ │ └─┬Responses
│ │ │   ├─┬200
│ │ │   │ └─┬application/json
│ │ │   │   ├──[-] examples (14821:29)❌ 
│ │ │   │   └─┬Schema
│ │ │   │     └──[🔀] $ref (14754:13)❌ 
│ │ │   └─┬404
│ │ │     ├──[+] content (2169:15)
│ │ │     └──[🔀] description (2166:24)
│ │ └─┬POST
│ │   ├──[+] security (2201:11)
│ │   ├──[🔀] description (2176:20)
│ │   ├─┬Responses
│ │   │ ├─┬201
│ │   │ │ ├──[🔀] description (2204:24)
│ │   │ │ └─┬application/json
│ │   │ │   └──[-] examples (2521:37)❌ 
│ │   │ ├─┬404
│ │   │ │ ├──[+] content (2213:15)
│ │   │ │ └──[🔀] description (2210:24)
│ │   │ └─┬422
│ │   │   ├──[🔀] description (2216: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 (2230:28)
│ │         └─┬effective_date
│ │           └──[+] example (2235:28)
│ ├─┬/v1/companies/{company_id}/company_benefits
│ │ └─┬POST
│ │   └──[🔀] description (3971:20)
│ ├─┬/v1/company_benefits/{company_benefit_id}/employee_benefits
│ │ └─┬PUT
│ │   └──[🔀] description (4305:20)
│ ├─┬/v1/companies/{company_id}/payrolls/{payroll_id}
│ │ ├─┬GET
│ │ │ ├──[+] security (3625:11)
│ │ │ ├──[🔀] description (3569:20)
│ │ │ ├─┬Parameters
│ │ │ │ ├──[+] required (3609:21)❌ 
│ │ │ │ └─┬Schema
│ │ │ │   └─┬Schema
│ │ │ │     ├──[+] enum (3619:19)
│ │ │ │     ├──[+] enum (3620:19)
│ │ │ │     ├──[+] enum (3621:19)
│ │ │ │     ├──[+] enum (3622:19)
│ │ │ │     └──[+] type (3613:21)❌ 
│ │ │ └─┬Responses
│ │ │   ├─┬404
│ │ │   │ ├──[+] content (3637:15)
│ │ │   │ └──[🔀] description (3634:24)
│ │ │   └─┬200
│ │ │     ├──[🔀] description (3628:24)
│ │ │     └─┬application/json
│ │ │       ├──[-] examples (17547:29)❌ 
│ │ │       ├──[-] examples (17587:29)❌ 
│ │ │       └─┬Schema
│ │ │         └──[🔀] $ref (15478:13)❌ 
│ │ └─┬PUT
│ │   ├──[+] security (3677:11)
│ │   ├──[🔀] description (3643:20)
│ │   ├─┬Responses
│ │   │ ├─┬200
│ │   │ │ ├──[🔀] description (3680:24)
│ │   │ │ └─┬application/json
│ │   │ │   └──[-] examples (17329:29)❌ 
│ │   │ ├─┬404
│ │   │ │ ├──[+] content (3689:15)
│ │   │ │ └──[🔀] description (3686:24)
│ │   │ └─┬422
│ │   │   ├──[🔀] description (3692:24)
│ │   │   └─┬application/json
│ │   │     ├──[-] examples (14179:29)❌ 
│ │   │     ├──[-] examples (14162:29)❌ 
│ │   │     └──[-] examples (14170:29)❌ 
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └──[🔀] $ref (15200:13)❌ 
│ ├─┬/v1/employees/{employee_id}/employee_benefits
│ │ └─┬POST
│ │   ├──[🔀] description (4464:20)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬contribution
│ │           └─┬value
│ │             └─┬ONEOF
│ │               └─┬Schema
│ │                 └─┬threshold
│ │                   └──[🔀] description (4537:46)
│ ├─┬/v1/employees/{employee_id}/home_addresses
│ │ ├─┬GET
│ │ │ ├──[+] security (1861:11)
│ │ │ ├──[🔀] description (1834:20)
│ │ │ └─┬Responses
│ │ │   ├─┬200
│ │ │   │ ├──[🔀] description (1864:24)
│ │ │   │ └─┬application/json
│ │ │   │   ├──[-] examples (14788:29)❌ 
│ │ │   │   └─┬Schema
│ │ │   │     └──[🔀] $ref (14796:13)❌ 
│ │ │   └─┬404
│ │ │     ├──[+] content (1873:15)
│ │ │     └──[🔀] description (1870:24)
│ │ └─┬POST
│ │   ├──[+] security (1907:11)
│ │   ├──[🔀] description (1880:20)
│ │   ├─┬Responses
│ │   │ ├─┬404
│ │   │ │ ├──[+] content (1925:15)
│ │   │ │ └──[🔀] description (1922:24)
│ │   │ ├─┬422
│ │   │ │ ├──[🔀] description (1916:24)
│ │   │ │ └─┬application/json
│ │   │ │   ├──[-] examples (14162:29)❌ 
│ │   │ │   ├──[-] examples (14170:29)❌ 
│ │   │ │   └──[-] examples (14179:29)❌ 
│ │   │ └─┬201
│ │   │   ├──[🔀] description (1910:24)
│ │   │   └─┬application/json
│ │   │     └──[-] examples (14766:29)❌ 
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       ├──[-] examples (2327:33)❌ 
│ │       └─┬Schema
│ │         ├──[-] required (2324:35)❌ 
│ │         ├──[-] description (2303:42)
│ │         ├─┬state
│ │         │ └──[+] example (1944:28)
│ │         ├─┬effective_date
│ │         │ ├──[+] nullable (1952:29)❌ 
│ │         │ └──[+] example (1953:28)
│ │         ├─┬city
│ │         │ └──[+] example (1941:28)
│ │         ├─┬street_1
│ │         │ └──[+] example (1935:28)
│ │         └─┬zip
│ │           └──[+] example (1947:28)
│ ├─┬/v1/companies/{company_id}/payrolls/{payroll_id}/prepare
│ │ └─┬PUT
│ │   ├──[+] requestBody (3731:9)❌ 
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Example
│ │           └──[🔀] value (19373:17)
│ ├─┬/v1/locations/{location_uuid}/minimum_wages
│ │ └─┬GET
│ │   └─┬Responses
│ │     ├─┬404
│ │     │ └─┬application/json
│ │     │   └──[-] examples (870:37)❌ 
│ │     └─┬200
│ │       └─┬application/json
│ │         └──[-] examples (837:37)❌ 
│ ├─┬/v1/provision
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬201
│ │       └─┬application/json
│ │         └──[-] examples (243:37)❌ 
│ ├─┬/v1/token_info
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └──[-] examples (123:37)❌ 
│ ├─┬/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}/employees
│ │ ├─┬GET
│ │ │ ├──[+] parameters (945:17)❌ 
│ │ │ ├──[+] parameters (957:17)❌ 
│ │ │ ├──[+] parameters (963:17)❌ 
│ │ │ ├─┬Parameters
│ │ │ │ └──[🔀] description (954:24)
│ │ │ ├─┬Parameters
│ │ │ │ ├──[🔀] description (944:24)
│ │ │ │ └─┬Schema
│ │ │ │   └─┬Schema
│ │ │ │     ├──[+] enum (932:19)
│ │ │ │     ├──[+] enum (934:19)
│ │ │ │     ├──[+] enum (936:19)
│ │ │ │     └─┬Extensions
│ │ │ │       └──[+] x-enumdescriptions (938:17)
│ │ │ └─┬Responses
│ │ │   ├─┬404
│ │ │   │ └─┬application/json
│ │ │   │   └──[-] examples (1201:37)❌ 
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       ├──[-] examples (1082:37)❌ 
│ │ │       └─┬Schema
│ │ │         └──[🔀] $ref (15315:13)❌ 
│ │ └─┬POST
│ │   ├─┬Responses
│ │   │ ├─┬201
│ │   │ │ └─┬application/json
│ │   │ │   └──[-] examples (1245:37)❌ 
│ │   │ ├─┬404
│ │   │ │ └─┬application/json
│ │   │ │   └──[-] examples (1285:37)❌ 
│ │   │ └─┬422
│ │   │   └─┬application/json
│ │   │     └──[-] examples (1298:37)❌ 
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └──[-] examples (1337:33)❌ 
│ ├─┬/v1/home_addresses/{home_address_uuid}
│ │ ├─┬GET
│ │ │ ├──[+] security (1990:11)
│ │ │ ├──[🔀] description (1963:20)
│ │ │ └─┬Responses
│ │ │   ├─┬200
│ │ │   │ ├──[🔀] description (1993:24)
│ │ │   │ └─┬application/json
│ │ │   │   └──[-] examples (14766:29)❌ 
│ │ │   └─┬404
│ │ │     ├──[+] content (2002:15)
│ │ │     └──[🔀] description (1999:24)
│ │ ├─┬PUT
│ │ │ ├──[+] security (2036:11)
│ │ │ ├──[🔀] description (2009:20)
│ │ │ ├─┬Responses
│ │ │ │ ├─┬200
│ │ │ │ │ ├──[🔀] description (2039:24)
│ │ │ │ │ └─┬application/json
│ │ │ │ │   └──[-] examples (14766:29)❌ 
│ │ │ │ ├─┬422
│ │ │ │ │ ├──[🔀] description (2051:24)
│ │ │ │ │ └─┬application/json
│ │ │ │ │   ├──[-] examples (14179:29)❌ 
│ │ │ │ │   ├──[-] examples (14162:29)❌ 
│ │ │ │ │   └──[-] examples (14170:29)❌ 
│ │ │ │ └─┬404
│ │ │ │   ├──[+] content (2048:15)
│ │ │ │   └──[🔀] description (2045:24)
│ │ │ └─┬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 (6215:7)
│ │ │       └──[+] allOf (2062:19)
│ │ └─┬DELETE
│ │   ├──[+] security (2113:11)
│ │   ├──[🔀] description (2088:20)
│ │   └─┬Responses
│ │     ├─┬204
│ │     │ └──[🔀] description (2116:24)
│ │     ├─┬422
│ │     │ ├──[🔀] description (2122:24)
│ │     │ └─┬application/json
│ │     │   ├──[-] schema (9486:13)❌ 
│ │     │   ├──[-] examples (14179:29)❌ 
│ │     │   ├──[-] examples (14170:29)❌ 
│ │     │   └──[-] examples (14162:29)❌ 
│ │     └─┬404
│ │       ├──[+] content (2120:31)
│ │       └──[🔀] description (2118:24)
│ └─┬/v1/companies/{company_id}/payrolls
│   └─┬GET
│     ├──[+] parameters (3486:17)❌ 
│     ├──[+] parameters (3492:17)❌ 
│     ├──[+] security (3550:11)
│     ├──[🔀] description (3431:20)
│     ├─┬Parameters
│     │ ├──[+] example (3523:20)
│     │ └──[+] required (3522:21)❌ 
│     ├─┬Parameters
│     │ ├──[+] example (3548:20)
│     │ └─┬Schema
│     │   └──[-] example (5931:26)
│     ├─┬Parameters
│     │ ├──[🔀] description (3512:24)
│     │ ├──[+] required (3501:21)❌ 
│     │ └─┬Schema
│     │   └─┬Schema
│     │     └──[+] enum (3507:19)
│     ├─┬Parameters
│     │ ├──[+] example (3516:20)
│     │ └──[+] required (3515:21)❌ 
│     └─┬Responses
│       ├─┬200
│       │ ├──[🔀] description (3553:24)
│       │ └─┬application/json
│       │   ├──[-] examples (17826:29)❌ 
│       │   └─┬Schema
│       │     └──[🔀] $ref (15080:20)❌ 
│       └─┬404
│         ├──[+] content (3562:15)
│         └──[🔀] description (3559:24)
├─┬Tags
│ └──[+] Time Off Requests (50:5)
└─┬Components
  ├──[+] responses (20948:7)
  ├──[+] responses (19339:7)
  ├──[+] responses (20954:7)
  ├──[+] responses (20258:7)
  ├──[+] schemas (15775:7)
  ├──[+] schemas (15160:7)
  ├──[+] schemas (14929:7)
  ├──[+] schemas (15415:7)
  ├──[+] schemas (16062:7)
  ├──[+] schemas (15315:7)
  ├──[+] schemas (14796:7)
  ├──[+] schemas (15008:7)
  ├──[+] schemas (15661:7)
  ├──[+] schemas (15791:7)
  ├──[+] schemas (13275:7)
  ├──[+] schemas (6402:7)
  ├──[+] schemas (15608:7)
  ├──[+] schemas (15737:7)
  ├──[+] schemas (13231:7)
  ├──[+] schemas (15080:7)
  ├──[+] schemas (15411:7)
  ├──[+] schemas (14754:7)
  ├──[+] schemas (14838:7)
  ├──[+] schemas (15589:7)
  ├──[+] schemas (16009:7)
  ├──[+] schemas (15200:7)
  ├──[+] schemas (16030:7)
  ├──[+] schemas (14973:7)
  ├──[+] schemas (11106:7)
  ├──[+] schemas (15635:7)
  ├──[+] schemas (15478:7)
  ├──[+] schemas (15856:7)
  ├──[+] schemas (13184:7)
  ├──[+] schemas (15112:7)
  ├──[+] schemas (15115:7)
  ├─┬Pay-Schedule-Assignment-Pay-Period
  │ └─┬Extensions
  │   └──[🔀] x-examples (12742:9)
  ├─┬Payroll-Calculated-At-Type
  │ ├──[+] format (11475:15)❌ 
  │ └──[+] nullable (11476:17)❌ 
  ├─┬Payroll-Check
  │ └─┬starting_check_number
  │   └──[+] nullable (11918:21)❌ 
  ├─┬Ach-Transaction
  │ ├─┬recipient_type
  │ │ └──[+] nullable (14339:21)❌ 
  │ └─┬Extensions
  │   └──[🔀] x-examples (14305:9)
  ├─┬Job
  │ ├──[+] properties (8015:9)
  │ ├──[+] properties (8011:9)
  │ ├─┬payment_unit
  │ │ └──[🔀] $ref (6824:20)❌ 
  │ ├─┬uuid
  │ │ ├──[🔀] description (7974:24)
  │ │ ├──[+] nullable (7973:21)❌ 
  │ │ └──[🔀] readOnly (7971:21)❌ 
  │ ├─┬two_percent_shareholder
  │ │ ├──[🔀] description (7998:24)
  │ │ └──[+] nullable (8000:21)❌ 
  │ ├─┬title
  │ │ ├──[🔀] description (8003:24)
  │ │ └──[-] default (7793:29)❌ 
  │ ├─┬primary
  │ │ ├──[🔀] type (8012:17)❌ 
  │ │ ├──[🔀] description (8014:24)
  │ │ ├──[+] nullable (8013:21)❌ 
  │ │ └──[-] readOnly (7799:31)❌ 
  │ ├─┬state_wc_covered
  │ │ ├──[🔀] type (7980:17)❌ 
  │ │ ├──[🔀] description (7981:24)
  │ │ ├──[-] nullable (7821:31)❌ 
  │ │ └──[🔀] readOnly (7982:21)❌ 
  │ ├─┬state_wc_class_code
  │ │ ├──[🔀] type (7976:17)❌ 
  │ │ ├──[🔀] description (7977:24)
  │ │ ├──[-] nullable (7826:31)❌ 
  │ │ └──[🔀] readOnly (7978:21)❌ 
  │ ├─┬rate
  │ │ ├──[🔀] description (7985:24)
  │ │ └──[+] nullable (7986:21)❌ 
  │ └─┬version
  │   ├──[🔀] type (7993:17)❌ 
  │   ├──[🔀] description (7994:24)
  │   └──[+] readOnly (7995:21)❌ 
  ├─┬Employee-State-Tax-Answer
  │ ├──[-] title (12542:20)
  │ └─┬Extensions
  │   ├──[-] x-examples (12545:17)❌ 
  │   └──[-] x-tags (12550:17)❌ 
  ├─┬Time-Off-Policy
  │ ├─┬accrual_rate_unit
  │ │ └──[+] nullable (13743:21)❌ 
  │ ├─┬accrual_waiting_period_days
  │ │ └──[+] nullable (13751:21)❌ 
  │ └─┬accrual_rate
  │   └──[+] nullable (13738:21)❌ 
  ├─┬Address
  │ └─┬ALLOF
  │   ├─┬zip
  │   │ └──[+] nullable (6383:25)❌ 
  │   ├─┬country
  │   │ └──[+] nullable (6388:25)❌ 
  │   ├─┬state
  │   │ └──[+] nullable (6379:25)❌ 
  │   ├─┬street_1
  │   │ └──[+] nullable (6367:25)❌ 
  │   └─┬city
  │     └──[+] nullable (6375:25)❌ 
  ├─┬Pay-Schedule-Assignment-Employee
  │ └─┬pay_schedule_uuid
  │   └──[+] nullable (12644:21)❌ 
  ├─┬Contractor-Address
  │ └──[+] type (6350:13)❌ 
  ├─┬Wire-In-Request
  │ ├─┬additional_notes
  │ │ └──[+] nullable (14435:21)❌ 
  │ ├─┬payment_type
  │ │ └──[+] enum (14450:15)
  │ ├─┬payment_uuid
  │ │ └──[-] enum (13913:27)❌ 
  │ ├─┬status
  │ │ └──[-] enum (13874:27)❌ 
  │ └─┬Extensions
  │   └──[🔀] x-examples (14384:9)
  ├─┬Employee-Pay-Stubs-List
  │ └─┬Extensions
  │   └──[+] x-examples (14714:9)
  ├─┬Minimum-Wage-List
  │ └─┬Extensions
  │   └──[+] x-examples (14649:9)
  ├─┬Employee-Address
  │ ├──[+] required (6287:11)❌ 
  │ ├──[+] required (6288:11)❌ 
  │ ├──[+] type (6230:13)❌ 
  │ ├──[-] example (6308:17)
  │ ├──[+] properties (6279:9)
  │ ├──[+] properties (6266:9)
  │ ├──[+] properties (6275:9)
  │ ├──[+] properties (6256:9)
  │ ├──[+] properties (6252:9)
  │ ├──[+] properties (6249:9)
  │ ├──[+] properties (6269:9)
  │ ├──[+] properties (6259:9)
  │ ├──[+] properties (6262:9)
  │ ├──[+] properties (6246:9)
  │ ├──[+] properties (6283:9)
  │ ├──[+] properties (6272:9)
  │ ├──[-] allOf (6387:13)❌ 
  │ ├──[-] allOf (6292:19)❌ 
  │ └─┬Extensions
  │   └──[+] x-examples (6232:9)
  ├─┬Company-Benefit-With-Employee-Benefits
  │ └─┬employee_benefits
  │   └─┬Schema
  │     └─┬contribution
  │       └─┬value
  │         └─┬ONEOF
  │           └─┬tiers
  │             └─┬Schema
  │               └─┬threshold
  │                 └──[🔀] description (10703:48)
  ├─┬Contractor-Onboarding-Status
  │ └─┬onboarding_status
  │   ├──[+] enum (9180:15)
  │   ├──[+] enum (9181:15)
  │   ├──[+] enum (9178:15)
  │   └──[+] enum (9179:15)
  ├─┬Company-Suspension
  │ ├─┬file_quarterly_forms
  │ │ └──[🔀] description (14620:24)
  │ ├─┬comments
  │ │ ├──[🔀] description (14631:24)
  │ │ └──[+] nullable (14630:21)❌ 
  │ ├─┬file_yearly_forms
  │ │ └──[🔀] description (14625:24)
  │ ├─┬tax_refunds
  │ │ ├──[+] items (14638:13)❌ 
  │ │ ├──[🔀] type (14633:17)❌ 
  │ │ ├──[🔀] description (14634:24)
  │ │ ├──[-] properties (14073:25)❌ 
  │ │ └──[-] properties (14076:25)❌ 
  │ ├─┬leaving_for
  │ │ └──[+] nullable (14607:21)❌ 
  │ └─┬Extensions
  │   └──[+] x-examples (14573:9)
  ├─┬Tax-Requirement-Metadata
  │ ├─┬options
  │ │ └─┬Schema
  │ │   └─┬short_label
  │ │     └──[+] nullable (13466:27)❌ 
  │ └─┬rate_type
  │   └──[🔀] description (13479:24)
  ├─┬Employee-Work-Address
  │ ├──[-] example (6363:17)
  │ └─┬Extensions
  │   └──[+] x-examples (6292:9)
  ├─┬Contractor
  │ └─┬file_new_hire_report
  │   ├──[-] default (8906:30)❌ 
  │   └──[+] nullable (9121:21)❌ 
  ├─┬Employee-State-Tax-Question
  │ ├──[+] required (12978:11)❌ 
  │ ├──[-] title (12491:20)
  │ ├──[+] properties (12964:9)
  │ ├─┬description
  │ │ └──[+] nullable (12959:21)❌ 
  │ ├─┬label
  │ │ └──[🔀] description (12963:24)
  │ ├─┬key
  │ │ ├──[🔀] type (12965:17)❌ 
  │ │ └──[-] description (12528:34)
  │ └─┬Extensions
  │   ├──[-] x-examples (12494:17)❌ 
  │   └──[-] x-tags (12518:17)❌ 
  ├─┬Payroll-Employee-Compensations-Type
  │ ├──[-] items (10728:17)❌ 
  │ ├──[🔀] type (11150:13)❌ 
  │ ├──[-] uniqueItems (10726:26)❌ 
  │ ├──[+] properties (11186:9)
  │ ├──[+] properties (11152:9)
  │ ├──[+] properties (11156:9)
  │ ├──[+] properties (11163:9)
  │ ├──[+] properties (11204:9)
  │ ├──[+] properties (11176:9)
  │ ├──[+] properties (11221:9)
  │ ├──[+] properties (11172:9)
  │ ├──[+] properties (11199:9)
  │ ├──[+] properties (11181:9)
  │ ├──[+] properties (11249:9)
  │ ├──[+] properties (11191:9)
  │ ├──[+] properties (11167:9)
  │ └──[+] properties (11160:9)
  ├─┬Payroll-Processed-Date-Type
  │ └──[+] nullable (11470: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 (9803:9)
  ├─┬Payroll-Prepared
  │ ├──[+] properties (11837:9)
  │ ├─┬payroll_status_meta
  │ │ └──[🔀] $ref (11456:13)❌ 
  │ ├─┬pay_period
  │ │ └──[🔀] $ref (15411:13)❌ 
  │ ├─┬uuid
  │ │ └──[🔀] $ref (11500:13)❌ 
  │ ├─┬processing_request
  │ │ └──[🔀] $ref (11469:13)❌ 
  │ ├─┬skip_regular_deductions
  │ │ └──[🔀] $ref (11623:13)❌ 
  │ ├─┬payment_speed_changed
  │ │ └──[🔀] $ref (11426:13)❌ 
  │ ├─┬employee_compensations
  │ │ └──[🔀] $ref (11825:11)❌ 
  │ ├─┬payroll_uuid
  │ │ └──[🔀] $ref (11398:13)❌ 
  │ ├─┬payroll_deadline
  │ │ └──[🔀] $ref (11374:13)❌ 
  │ ├─┬processed_date
  │ │ └──[🔀] $ref (11465:13)❌ 
  │ ├─┬withholding_pay_period
  │ │ └──[🔀] $ref (11480:13)❌ 
  │ ├─┬processed
  │ │ └──[🔀] $ref (11480:13)❌ 
  │ └─┬Extensions
  │   ├──[-] x-tags (11321:17)❌ 
  │   └──[+] x-examples (11748:9)
  ├─┬Payroll
  │ ├──[-] description (11260:26)
  │ ├──[-] properties (11303:17)❌ 
  │ ├──[+] properties (11743:9)
  │ └─┬Extensions
  │   ├──[-] x-tags (11263:17)❌ 
  │   └──[+] x-examples (11645:9)
  ├─┬External-Payroll
  │ ├─┬applicable_benefits
  │ │ └──[+] nullable (8120:21)❌ 
  │ └─┬Extensions
  │   └──[🔀] x-examples (8159:9)
  ├─┬Employee-Benefit-Base-Object
  │ ├─┬coverage_salary_multiplier
  │ │ ├──[🔀] description (10923:24)
  │ │ └──[+] nullable (10921:21)❌ 
  │ ├─┬contribution
  │ │ └─┬value
  │ │   └─┬ONEOF
  │ │     └─┬tiers
  │ │       └─┬Schema
  │ │         └─┬threshold
  │ │           └──[🔀] description (10868:42)
  │ └─┬catch_up
  │   ├──[🔀] description (10902:24)
  │   └──[+] nullable (10900: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 (16030:7)
  │ ├──[+] allOf (9298:11)
  │ └─┬Extensions
  │   └──[+] x-examples (9348:9)
  ├─┬Employee-Payment-Method
  │ ├─┬split_by
  │ │ └──[🔀] description (13336:24)
  │ └─┬type
  │   └──[🔀] description (13330:24)
  ├─┬Pay-Schedule-Assignment-Employee-Change
  │ └─┬Extensions
  │   └──[🔀] x-examples (12702:9)
  ├─┬Pay-Schedule-Assignment-Preview
  │ └─┬Extensions
  │   └──[🔀] x-examples (12666:9)
  ├─┬Contractor-Payment-Receipt
  │ └─┬contractor_payments
  │   └─┬Schema
  │     └─┬payment_method
  │       ├──[+] enum (12325:21)
  │       ├──[+] enum (12326:21)
  │       ├──[+] enum (12323:21)
  │       ├──[+] enum (12324:21)
  │       └──[🔀] description (12321:30)
  ├─┬External-Payroll-Basic
  │ └─┬Extensions
  │   └──[🔀] x-examples (8324:9)
  ├─┬Tax-Liabilities-Selections
  │ └─┬Extensions
  │   └──[🔀] x-examples (8412:9)
  ├─┬Information-Request
  │ └─┬type
  │   └──[+] nullable (14228:21)❌ 
  ├─┬Notification
  │ ├──[+] required (14128:11)❌ 
  │ ├──[+] required (14129:11)❌ 
  │ ├──[+] required (14133:11)❌ 
  │ ├──[+] required (14134:11)❌ 
  │ ├──[+] required (14136:11)❌ 
  │ ├──[+] required (14137:11)❌ 
  │ ├──[+] required (14130:11)❌ 
  │ ├──[+] required (14131:11)❌ 
  │ ├──[+] required (14132:11)❌ 
  │ ├──[+] required (14135:11)❌ 
  │ ├──[-] description (13537:26)
  │ ├─┬resources
  │ │ └─┬Schema
  │ │   └─┬entity_type
  │ │     ├──[+] enum (14105:21)
  │ │     ├──[+] enum (14106:21)
  │ │     ├──[+] enum (14107:21)
  │ │     ├──[+] enum (14108:21)
  │ │     ├──[+] enum (14109:21)
  │ │     ├──[+] enum (14110:21)
  │ │     ├──[+] enum (14112:21)
  │ │     ├──[+] enum (14113:21)
  │ │     ├──[+] enum (14111:21)
  │ │     └──[🔀] description (14103:30)
  │ ├─┬due_at
  │ │ └──[+] nullable (14088:21)❌ 
  │ └─┬Extensions
  │   └──[-] x-examples (13525:17)❌ 
  ├─┬Versionable-Required
  │ └─┬version
  │   └──[+] example (6219:20)
  ├─┬Company-Bank-Account
  │ └─┬Extensions
  │   └──[🔀] x-examples (10203:9)
  ├─┬Contractor-Payment-Method
  │ ├─┬split_by
  │ │ └──[🔀] description (9761:24)
  │ └─┬type
  │   ├──[🔀] description (9754:24)
  │   └──[+] nullable (9755:21)❌ 
  ├─┬Payment-Configs
  │ ├──[+] properties (8911:9)
  │ ├──[+] properties (8907:9)
  │ ├─┬partner_uuid
  │ │ ├──[🔀] description (8901:24)
  │ │ └──[+] nullable (8900:21)❌ 
  │ ├─┬payment_speed
  │ │ ├──[🔀] type (8908:17)❌ 
  │ │ └──[🔀] description (8909:24)
  │ ├─┬fast_payment_limit
  │ │ ├──[+] items (8916:13)❌ 
  │ │ ├──[🔀] type (8912:17)❌ 
  │ │ └──[🔀] description (8913:24)
  │ └─┬Extensions
  │   └──[🔀] x-examples (8930:9)
  ├─┬Company-Attachment
  │ └─┬Extensions
  │   └──[🔀] x-examples (10175:9)
  ├─┬Tax-Requirement
  │ └─┬value
  │   ├──[+] oneOf (13388:15)
  │   ├─┬ONEOF
  │   │ └──[🔀] type (13386:21)❌ 
  │   └─┬ONEOF
  │     └──[🔀] type (13387:21)❌ 
  ├─┬Paid-Time-Off
  │ ├─┬accrual_method
  │ │ └──[+] nullable (6938:21)❌ 
  │ ├─┬policy_name
  │ │ └──[+] nullable (6917:21)❌ 
  │ ├─┬accrual_unit
  │ │ └──[+] nullable (6927:21)❌ 
  │ ├─┬name
  │ │ └──[+] nullable (6908:21)❌ 
  │ ├─┬policy_uuid
  │ │ └──[+] nullable (6922:21)❌ 
  │ ├─┬accrual_rate
  │ │ └──[+] nullable (6933:21)❌ 
  │ ├─┬accrual_period
  │ │ └──[+] nullable (6944:21)❌ 
  │ └─┬accrual_balance
  │   └──[+] nullable (6950:21)❌ 
  ├─┬Payroll-Receipt
  │ ├─┬employee_compensations
  │ │ └─┬Schema
  │ │   └─┬payment_method
  │ │     ├──[+] enum (12155:21)
  │ │     ├──[+] enum (12156:21)
  │ │     └──[🔀] description (12153:30)
  │ └─┬Extensions
  │   └──[🔀] x-examples (12048:9)
  ├─┬Company-Address
  │ ├──[-] title (6638:20)
  │ ├──[-] properties (6669:17)❌ 
  │ ├──[+] properties (6819:9)
  │ └─┬Extensions
  │   ├──[-] x-tags (6637:17)❌ 
  │   └──[-] x-examples (6640:17)❌ 
  ├─┬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 (16030:7)
  │ ├──[+] allOf (9446:11)
  │ └─┬Extensions
  │   └──[+] x-examples (9469:9)
  ├─┬Company-Custom-Field
  │ └─┬description
  │   └──[+] nullable (12412:21)❌ 
  ├─┬Admin
  │ └─┬email
  │   └──[🔀] description (8439:24)
  ├─┬Employee-Onboarding-Status
  │ └─┬Extensions
  │   └──[+] x-examples (6708:9)
  ├─┬Create-Report
  │ └─┬custom_name
  │   └──[+] nullable (12004:21)❌ 
  ├─┬Supported-Benefit
  │ ├──[+] properties (10558:9)
  │ └─┬yearly_limit
  │   └──[🔀] description (10560:24)
  ├─┬Employee
  │ ├──[+] properties (6693:9)
  │ ├──[+] properties (6676:9)
  │ ├──[+] properties (6671:9)
  │ ├──[+] properties (6691:9)
  │ ├──[+] properties (6688:9)
  │ ├──[+] properties (6683:9)
  │ ├──[+] properties (6668:9)
  │ ├──[+] properties (6680:9)
  │ ├─┬department
  │ │ └──[-] description (6488:34)
  │ ├─┬eligible_paid_time_off
  │ │ ├──[-] items (6537:25)❌ 
  │ │ ├──[🔀] type (6564:17)❌ 
  │ │ ├──[+] description (6565:24)
  │ │ ├──[+] nullable (6566:21)❌ 
  │ │ └──[+] readOnly (6567:21)❌ 
  │ ├─┬version
  │ │ ├──[-] description (6484:34)
  │ │ ├──[+] nullable (6644:21)❌ 
  │ │ └──[-] readOnly (6485:31)❌ 
  │ ├─┬middle_initial
  │ │ ├──[🔀] type (6637:17)❌ 
  │ │ ├──[+] description (6638:24)
  │ │ └──[-] nullable (6466:31)❌ 
  │ ├─┬phone
  │ │ └──[-] nullable (6563:31)❌ 
  │ ├─┬company_uuid
  │ │ ├──[+] items (6697:13)❌ 
  │ │ ├──[🔀] type (6694:17)❌ 
  │ │ ├──[-] description (6475:34)
  │ │ ├──[+] nullable (6695:21)❌ 
  │ │ └──[-] readOnly (6476:31)❌ 
  │ ├─┬manager_uuid
  │ │ ├──[+] items (6626:13)❌ 
  │ │ ├──[🔀] type (6624:17)❌ 
  │ │ ├──[-] description (6479:34)
  │ │ ├──[-] nullable (6481:31)❌ 
  │ │ └──[-] readOnly (6480:31)❌ 
  │ ├─┬first_name
  │ │ ├──[+] items (6618:13)❌ 
  │ │ └──[🔀] type (6616:17)❌ 
  │ ├─┬date_of_birth
  │ │ ├──[+] items (6631:13)❌ 
  │ │ ├──[🔀] type (6628:17)❌ 
  │ │ ├──[+] description (6629:24)
  │ │ ├──[-] nullable (6553:31)❌ 
  │ │ └──[-] readOnly (6554:31)❌ 
  │ ├─┬payment_method
  │ │ ├──[-] enum (6572:27)❌ 
  │ │ ├──[-] enum (6573:27)❌ 
  │ │ ├──[+] items (6614:13)❌ 
  │ │ ├──[🔀] type (6612:17)❌ 
  │ │ ├──[-] description (6570:34)
  │ │ ├──[-] default (6574:30)❌ 
  │ │ └──[-] nullable (6575:31)❌ 
  │ ├─┬current_employment_status
  │ │ ├──[-] enum (6584:27)❌ 
  │ │ ├──[-] enum (6585:27)❌ 
  │ │ ├──[-] enum (6586:27)❌ 
  │ │ ├──[-] enum (6587:27)❌ 
  │ │ ├──[-] enum (6588:27)❌ 
  │ │ ├──[🔀] description (6552:24)
  │ │ └──[-] nullable (6589:31)❌ 
  │ ├─┬preferred_first_name
  │ │ └──[+] readOnly (6557:21)❌ 
  │ ├─┬two_percent_shareholder
  │ │ ├──[+] enum (6592:15)
  │ │ ├──[+] enum (6593:15)
  │ │ ├──[+] enum (6594:15)
  │ │ ├──[+] enum (6595:15)
  │ │ ├──[+] enum (6588:15)
  │ │ ├──[+] enum (6589:15)
  │ │ ├──[+] enum (6590:15)
  │ │ ├──[+] enum (6591:15)
  │ │ ├──[🔀] type (6585:17)❌ 
  │ │ ├──[🔀] description (6586:24)
  │ │ └──[+] readOnly (6597:21)❌ 
  │ ├─┬terminated
  │ │ └──[🔀] description (6582:24)
  │ ├─┬work_email
  │ │ └──[-] description (6578:34)
  │ ├─┬terminations
  │ │ ├──[-] items (6541:25)❌ 
  │ │ ├──[🔀] type (6599:17)❌ 
  │ │ ├──[+] description (6600:24)
  │ │ ├──[+] properties (6607:13)
  │ │ └──[+] properties (6602:13)
  │ ├─┬onboarding_documents_config
  │ │ ├──[🔀] type (6684:17)❌ 
  │ │ ├──[+] format (6686:19)❌ 
  │ │ ├──[🔀] description (6687:24)
  │ │ ├──[+] nullable (6685:21)❌ 
  │ │ ├──[-] properties (6526:25)❌ 
  │ │ └──[-] properties (6521:25)❌ 
  │ ├─┬jobs
  │ │ ├──[-] items (6533:25)❌ 
  │ │ └──[🔀] type (6540:17)❌ 
  │ ├─┬custom_fields
  │ │ ├──[+] enum (6661:15)
  │ │ ├──[+] enum (6662:15)
  │ │ ├──[+] enum (6663:15)
  │ │ ├──[+] enum (6664:15)
  │ │ ├──[+] enum (6665:15)
  │ │ ├──[-] items (6550:25)❌ 
  │ │ ├──[🔀] type (6658:17)❌ 
  │ │ ├──[🔀] description (6659:24)
  │ │ ├──[+] nullable (6666:21)❌ 
  │ │ └──[+] readOnly (6667:21)❌ 
  │ ├─┬has_ssn
  │ │ ├──[🔀] type (6672:17)❌ 
  │ │ ├──[🔀] description (6673:24)
  │ │ ├──[+] nullable (6674:21)❌ 
  │ │ └──[+] readOnly (6675:21)❌ 
  │ ├─┬ssn
  │ │ ├──[-] description (6560:34)
  │ │ └──[+] nullable (6543:21)❌ 
  │ ├─┬uuid
  │ │ ├──[+] enum (6653:15)
  │ │ ├──[+] enum (6654:15)
  │ │ ├──[🔀] description (6651:24)
  │ │ ├──[+] default (6655:20)❌ 
  │ │ ├──[+] nullable (6656:21)❌ 
  │ │ └──[-] readOnly (6461:31)❌ 
  │ ├─┬email
  │ │ └──[🔀] description (6678:24)
  │ ├─┬last_name
  │ │ └──[🔀] $ref (7490:13)❌ 
  │ ├─┬onboarding_status
  │ │ ├──[-] enum (6512:27)❌ 
  │ │ ├──[-] enum (6513:27)❌ 
  │ │ ├──[-] enum (6514:27)❌ 
  │ │ ├──[-] enum (6507:27)❌ 
  │ │ ├──[-] enum (6508:27)❌ 
  │ │ ├──[-] enum (6509:27)❌ 
  │ │ ├──[-] enum (6510:27)❌ 
  │ │ ├──[-] enum (6511:27)❌ 
  │ │ ├──[🔀] type (6669:17)❌ 
  │ │ ├──[-] description (6505:34)
  │ │ ├──[🔀] nullable (6670:21)❌ 
  │ │ └──[-] readOnly (6516:31)❌ 
  │ ├─┬garnishments
  │ │ ├──[-] items (6545:25)❌ 
  │ │ ├──[🔀] type (6547:17)❌ 
  │ │ ├──[+] description (6548:24)
  │ │ └──[+] nullable (6549:21)❌ 
  │ ├─┬onboarded
  │ │ ├──[🔀] type (6689:17)❌ 
  │ │ ├──[-] description (6501:34)
  │ │ ├──[+] nullable (6690:21)❌ 
  │ │ └──[-] readOnly (6502:31)❌ 
  │ └─┬Extensions
  │   └──[+] x-examples (6479:9)
  ├─┬Location
  │ ├──[+] properties (6896:9)
  │ ├─┬street_2
  │ │ └──[-] nullable (6699:31)❌ 
  │ ├─┬state
  │ │ └──[+] description (6859:24)
  │ ├─┬uuid
  │ │ ├──[🔀] description (6891:24)
  │ │ └──[-] readOnly (6681:31)❌ 
  │ ├─┬phone_number
  │ │ ├──[🔀] type (6881:17)❌ 
  │ │ ├──[🔀] description (6882:24)
  │ │ └──[-] readOnly (6691:31)❌ 
  │ ├─┬updated_at
  │ │ ├──[-] description (6728:34)
  │ │ ├──[+] nullable (6866:21)❌ 
  │ │ └──[+] readOnly (6865:21)❌ 
  │ ├─┬zip
  │ │ ├──[+] description (6851:24)
  │ │ └──[-] readOnly (6708:31)❌ 
  │ ├─┬version
  │ │ ├──[🔀] description (6847:24)
  │ │ └──[+] readOnly (6848:21)❌ 
  │ ├─┬mailing_address
  │ │ ├──[🔀] description (6898:24)
  │ │ └──[+] readOnly (6899:21)❌ 
  │ └─┬Extensions
  │   └──[+] x-examples (6828:9)
  ├─┬Pay-Schedule-Assignment-Transition-Pay-Period
  │ └─┬Extensions
  │   └──[🔀] x-examples (12766:9)
  ├─┬Employee-Federal-Tax
  │ └─┬additional_withholding
  │   ├──[🔀] type (12838:17)❌ 
  │   └──[🔀] description (12839:24)
  ├─┬Recovery-Case
  │ ├─┬contractor_payment_uuids
  │ │ └──[+] nullable (14290:21)❌ 
  │ └─┬Extensions
  │   └──[🔀] x-examples (14248:9)
  ├─┬Employment-History-List
  │ ├─┬Schema
  │ │ └─┬termination_date
  │ │   └──[+] nullable (14694:23)❌ 
  │ └─┬Extensions
  │   └──[+] x-examples (14679:9)
  └─┬Federal-Tax-Details
    ├──[+] properties (13064:9)
    ├─┬tax_payer_type
    │ ├──[🔀] description (13083:24)
    │ └──[-] nullable (12619:31)❌ 
    ├─┬ein_verified
    │ ├──[🔀] type (13065:17)❌ 
    │ ├──[🔀] description (13067:24)
    │ ├──[+] nullable (13066:21)❌ 
    │ └──[+] properties (13069:13)
    ├─┬legal_name
    │ ├──[🔀] type (13059:17)❌ 
    │ └──[🔀] description (13060:24)
    ├─┬has_ein
    │ ├──[🔀] type (13053:17)❌ 
    │ └──[🔀] description (13054:24)
    ├─┬filing_form
    │ ├──[🔀] type (13062:17)❌ 
    │ └──[🔀] description (13063:24)
    ├─┬version
    │ ├──[🔀] type (13046:17)❌ 
    │ └──[🔀] description (13047:24)
    └─┬taxable_as_scorp
      ├──[🔀] type (13029:17)❌ 
      ├──[🔀] description (13031:24)
      └──[+] nullable (13030:21)❌ 
Document Element Total Changes Breaking Changes
paths 247 109
tags 1 0
components 452 218

PYTHON CHANGELOG

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

Based on Speakeasy CLI 1.622.1

@github-actions github-actions bot added the minor Minor version bump label Jun 7, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1749255922 branch 7 times, most recently from 1f68002 to a2b7e87 Compare June 14, 2025 00:28
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1749255922 branch 8 times, most recently from 27292bb to 10f3463 Compare June 22, 2025 00:31
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1749255922 branch 5 times, most recently from 57dec01 to 2da6242 Compare June 27, 2025 00:29
Copy link

socket-security bot commented Jun 27, 2025

All alerts resolved. Learn more about Socket for GitHub.

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report

@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1749255922 branch 8 times, most recently from 1f04cb4 to 19a98ed Compare July 5, 2025 00:27
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1749255922 branch 8 times, most recently from 1d697d5 to f93baa8 Compare September 4, 2025 00:25
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1749255922 branch 8 times, most recently from 9f796ee to ae7a7db Compare September 12, 2025 00:26
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1749255922 branch 7 times, most recently from c2ab444 to eb653c1 Compare September 19, 2025 00:26
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1749255922 branch 3 times, most recently from 248c0f0 to 582eead Compare September 22, 2025 00:28
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1749255922 branch from 582eead to 813132f Compare September 23, 2025 00:26
@github-actions github-actions bot closed this Sep 24, 2025
@github-actions github-actions bot deleted the speakeasy-sdk-regen-1749255922 branch September 24, 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