Skip to content

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented May 28, 2025

SDK update

Based on:

Versioning

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

OpenAPI Change Summary

├─┬Paths
│ ├─┬/v1/companies/{company_id}/employees
│ │ ├─┬GET
│ │ │ ├──[➕] parameters (2747:17)❌ 
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └─┬test_example
│ │ │         └──[🔀] value (2797:21)
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬201
│ │       └─┬application/json
│ │         └─┬test_example
│ │           ├──[🔀] value (2960:21)
│ │           ├──[🔀] value (2960:21)
│ │           └──[🔀] value (2960:21)
│ ├─┬/v1/companies/{company_id}/payrolls/{payroll_id}/prepare
│ │ └─┬PUT
│ │   └──[➕] requestBody (8092:9)❌ 
│ ├─┬/v1/home_addresses/{home_address_uuid}
│ │ ├─┬GET
│ │ │ ├──[➕] security (4316:11)
│ │ │ ├──[🔀] description (4289:20)
│ │ │ └─┬Responses
│ │ │   ├─┬200
│ │ │   │ ├──[🔀] description (4319:24)
│ │ │   │ └─┬application/json
│ │ │   │   ├──[➕] examples (4324:19)
│ │ │   │   └──[➖] examples (21861:29)❌ 
│ │ │   └─┬404
│ │ │     ├──[➕] content (4343:15)
│ │ │     └──[🔀] description (4340:24)
│ │ ├─┬PUT
│ │ │ ├──[➕] security (4384:11)
│ │ │ ├──[🔀] description (4357:20)
│ │ │ ├─┬Responses
│ │ │ │ ├─┬200
│ │ │ │ │ ├──[🔀] description (4387:24)
│ │ │ │ │ └─┬application/json
│ │ │ │ │   ├──[➕] examples (4392:19)
│ │ │ │ │   └──[➖] examples (21861:29)❌ 
│ │ │ │ ├─┬404
│ │ │ │ │ ├──[➕] content (4411:15)
│ │ │ │ │ └──[🔀] description (4408:24)
│ │ │ │ └─┬422
│ │ │ │   ├──[🔀] description (4421:24)
│ │ │ │   └─┬application/json
│ │ │ │     ├──[➕] examples (4426:19)
│ │ │ │     ├──[➖] examples (21257:29)❌ 
│ │ │ │     ├──[➖] examples (21265:29)❌ 
│ │ │ │     └──[➖] examples (21274:29)❌ 
│ │ │ └─┬Requestbody
│ │ │   └─┬application/json
│ │ │     ├──[➕] examples (4458:17)
│ │ │     ├──[➖] examples (4233:33)❌ 
│ │ │     └─┬Schema
│ │ │       ├──[➖] required (4230:35)❌ 
│ │ │       ├──[➖] type (4208:35)❌ 
│ │ │       ├──[➖] description (4207:42)
│ │ │       ├──[➖] properties (4218:33)❌ 
│ │ │       ├──[➖] properties (4227:33)❌ 
│ │ │       ├──[➖] properties (4224:33)❌ 
│ │ │       ├──[➖] properties (4220:33)❌ 
│ │ │       ├──[➖] properties (4213:33)❌ 
│ │ │       ├──[➖] properties (4215:33)❌ 
│ │ │       ├──[➖] properties (4210:33)❌ 
│ │ │       ├──[➖] properties (4222:33)❌ 
│ │ │       ├──[➕] allOf (13638:7)
│ │ │       └──[➕] allOf (4439:19)
│ │ └─┬DELETE
│ │   ├──[➕] security (4497:11)
│ │   ├──[🔀] description (4472:20)
│ │   └─┬Responses
│ │     ├─┬204
│ │     │ ├──[➕] content (4503:15)
│ │     │ └──[🔀] description (4500:24)
│ │     ├─┬404
│ │     │ ├──[➕] content (4510:15)
│ │     │ └──[🔀] description (4507:24)
│ │     └─┬422
│ │       ├──[🔀] description (4518:24)
│ │       └─┬application/json
│ │         ├──[➖] schema (16589:13)❌ 
│ │         ├──[➕] examples (4523:19)
│ │         ├──[➖] examples (21274:29)❌ 
│ │         ├──[➖] examples (21257:29)❌ 
│ │         └──[➖] examples (21265:29)❌ 
│ ├─┬/v1/locations/{location_uuid}/minimum_wages
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬test_example
│ │           └──[🔀] value (1637:21)
│ ├─┬/v1/employees/{employee_id}/work_addresses
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └─┬test_example
│ │ │         └──[🔀] value (4569:21)
│ │ └─┬POST
│ │   ├─┬Responses
│ │   │ └─┬201
│ │   │   └─┬application/json
│ │   │     └─┬test_example
│ │   │       ├──[🔀] value (4659:21)
│ │   │       ├──[🔀] value (4659:21)
│ │   │       ├──[🔀] value (4659:21)
│ │   │       └──[🔀] value (4659:21)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬request_example_1
│ │         └──[🔀] value (4718:19)
│ ├─┬/v1/employees/{employee_id}
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └─┬test_example
│ │ │         ├──[🔀] value (3457:21)
│ │ │         ├──[🔀] value (3457:21)
│ │ │         ├──[🔀] value (3457:21)
│ │ │         ├──[🔀] value (3457:21)
│ │ │         ├──[🔀] value (3457:21)
│ │ │         ├──[🔀] value (3457:21)
│ │ │         ├──[🔀] value (3457:21)
│ │ │         ├──[🔀] value (3457:21)
│ │ │         ├──[🔀] value (3457:21)
│ │ │         ├──[🔀] value (3457:21)
│ │ │         ├──[🔀] value (3457:21)
│ │ │         └──[🔀] value (3457:21)
│ │ └─┬PUT
│ │   ├─┬Responses
│ │   │ └─┬200
│ │   │   └─┬application/json
│ │   │     └─┬test_example
│ │   │       ├──[🔀] value (3554:21)
│ │   │       ├──[🔀] value (3554:21)
│ │   │       ├──[🔀] value (3554:21)
│ │   │       ├──[🔀] value (3554:21)
│ │   │       └──[🔀] value (3554:21)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬request_example_1
│ │         └──[🔀] value (3677:19)
│ ├─┬/v1/employees/{employee_id}/home_addresses
│ │ ├─┬GET
│ │ │ ├──[➕] security (4104:11)
│ │ │ ├──[🔀] description (4077:20)
│ │ │ └─┬Responses
│ │ │   ├─┬200
│ │ │   │ ├──[🔀] description (4107:24)
│ │ │   │ └─┬application/json
│ │ │   │   ├──[➕] examples (4112:19)
│ │ │   │   └──[➖] examples (21883:29)❌ 
│ │ │   └─┬404
│ │ │     ├──[➕] content (4155:15)
│ │ │     └──[🔀] description (4152:24)
│ │ └─┬POST
│ │   ├──[➕] security (4196:11)
│ │   ├──[🔀] description (4169:20)
│ │   ├─┬Responses
│ │   │ ├─┬404
│ │   │ │ ├──[➕] content (4236:15)
│ │   │ │ └──[🔀] description (4233:24)
│ │   │ ├─┬422
│ │   │ │ ├──[🔀] description (4220:24)
│ │   │ │ └─┬application/json
│ │   │ │   ├──[➕] examples (4225:19)
│ │   │ │   ├──[➖] examples (21257:29)❌ 
│ │   │ │   ├──[➖] examples (21265:29)❌ 
│ │   │ │   └──[➖] examples (21274:29)❌ 
│ │   │ └─┬201
│ │   │   ├──[🔀] description (4199:24)
│ │   │   └─┬application/json
│ │   │     ├──[➕] examples (4204:19)
│ │   │     └──[➖] examples (21861:29)❌ 
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       ├──[➕] examples (4275:17)
│ │       ├──[➖] examples (4143:33)❌ 
│ │       └─┬Schema
│ │         ├──[➖] required (4140:35)❌ 
│ │         ├──[➖] description (4120:42)
│ │         ├─┬zip
│ │         │ └──[➕] example (4265:28)
│ │         ├─┬effective_date
│ │         │ ├──[➕] nullable (4269:29)❌ 
│ │         │ └──[➕] example (4270:28)
│ │         ├─┬state
│ │         │ └──[➕] example (4262:28)
│ │         ├─┬street_1
│ │         │ └──[➕] example (4253:28)
│ │         └─┬city
│ │           └──[➕] example (4259:28)
│ ├─┬/v1/companies/{company_uuid}/reports
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬file_type
│ │           └──[➕] enum (9613:23)
│ ├─┬/v1/employees/{employee_id}/employment_history
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬test_example
│ │           └──[🔀] value (4051:21)
│ ├─┬/v1/locations/{location_id}
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └─┬test_example
│ │ │         ├──[🔀] value (1426:21)
│ │ │         ├──[🔀] value (1426:21)
│ │ │         ├──[🔀] value (1426:21)
│ │ │         ├──[🔀] value (1426:21)
│ │ │         ├──[🔀] value (1426:21)
│ │ │         ├──[🔀] value (1426:21)
│ │ │         ├──[🔀] value (1426:21)
│ │ │         ├──[🔀] value (1426:21)
│ │ │         ├──[🔀] value (1426:21)
│ │ │         ├──[🔀] value (1426:21)
│ │ │         └──[🔀] value (1426:21)
│ │ └─┬PUT
│ │   ├─┬Responses
│ │   │ └─┬200
│ │   │   └─┬application/json
│ │   │     └─┬test_example
│ │   │       ├──[🔀] value (1494:21)
│ │   │       ├──[🔀] value (1494:21)
│ │   │       ├──[🔀] value (1494:21)
│ │   │       ├──[🔀] value (1494:21)
│ │   │       ├──[🔀] value (1494:21)
│ │   │       └──[🔀] value (1494:21)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬request_example_1
│ │         └──[🔀] value (1584:19)
│ ├─┬/v1/work_addresses/{work_address_uuid}
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └─┬test_example
│ │ │         ├──[🔀] value (4761:21)
│ │ │         ├──[🔀] value (4761:21)
│ │ │         ├──[🔀] value (4761:21)
│ │ │         └──[🔀] value (4761:21)
│ │ └─┬PUT
│ │   ├─┬Responses
│ │   │ └─┬200
│ │   │   └─┬application/json
│ │   │     └─┬test_example
│ │   │       ├──[🔀] value (4827:21)
│ │   │       ├──[🔀] value (4827:21)
│ │   │       ├──[🔀] value (4827:21)
│ │   │       └──[🔀] value (4827:21)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬request_example_1
│ │         ├──[🔀] value (4887:19)
│ │         └──[🔀] value (4887:19)
│ └─┬/v1/employees/{employee_id}/onboarding_status
│   ├─┬GET
│   │ └─┬Responses
│   │   └─┬200
│   │     └─┬application/json
│   │       └─┬test_example
│   │         └──[🔀] value (5126:21)
│   └─┬PUT
│     └─┬Responses
│       └─┬200
│         └─┬application/json
│           └─┬test_example
│             └──[🔀] value (5238:21)
└─┬Components
  ├──[➕] schemas (21535:7)
  ├─┬Employee-Address
  │ ├──[➕] required (13695:11)❌ 
  │ ├──[➕] required (13696:11)❌ 
  │ ├──[➕] type (13652:13)❌ 
  │ ├──[➖] example (13396:17)
  │ ├──[➕] properties (13687:9)
  │ ├──[➕] properties (13674:9)
  │ ├──[➕] properties (13683:9)
  │ ├──[➕] properties (13664:9)
  │ ├──[➕] properties (13660:9)
  │ ├──[➕] properties (13657:9)
  │ ├──[➕] properties (13677:9)
  │ ├──[➕] properties (13667:9)
  │ ├──[➕] properties (13670:9)
  │ ├──[➕] properties (13654:9)
  │ ├──[➕] properties (13691:9)
  │ ├──[➕] properties (13680:9)
  │ ├──[➖] allOf (13462:13)❌ 
  │ └──[➖] allOf (13380:19)❌ 
  └─┬Address
    └─┬ALLOF
      ├─┬country
      │ └──[➕] nullable (13781:25)❌ 
      ├─┬street_1
      │ └──[➕] nullable (13760:25)❌ 
      ├─┬state
      │ └──[➕] nullable (13772:25)❌ 
      ├─┬city
      │ └──[➕] nullable (13768:25)❌ 
      └─┬zip
        └──[➕] nullable (13776:25)❌ 
Document Element Total Changes Breaking Changes
paths 138 30
components 24 15

TYPESCRIPT CHANGELOG

sdkHooks: 0.3.0 - 2025-05-21

🐝 New Features

@github-actions github-actions bot added the patch Patch version bump label May 28, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1748391275 branch 2 times, most recently from 47bcb5a to b3cdd79 Compare May 30, 2025 00:16
@github-actions github-actions bot changed the title chore: 🐝 Update SDK - Generate Clients GUSTO-EMBEDDED 0.5.16 chore: 🐝 Update SDK - Generate Clients GUSTO-EMBEDDED 0.6.0 May 30, 2025
@github-actions github-actions bot added minor Minor version bump and removed patch Patch version bump labels May 30, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1748391275 branch from b3cdd79 to 355afa1 Compare May 30, 2025 20:31
@serikjensen serikjensen merged commit 0a6abb0 into main May 30, 2025
2 checks passed
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.

2 participants