Skip to content

Conversation

@github-actions
Copy link
Contributor

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

SDK update

Versioning

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

Java SDK Changes Detected:

  • stackone.hris.listEmployeeShifts():
    • request.filter Changed Breaking ⚠️
    • response.data.[] Changed Breaking ⚠️
  • stackone.hris.getEmployeeShift(): response.data Changed Breaking ⚠️
  • stackone.hris.listShifts():
    • request.filter Changed Breaking ⚠️
    • response.data.[] Changed Breaking ⚠️
  • stackone.hris.getShift(): response.data Changed Breaking ⚠️
  • stackone.hris.listTimeOffPolicies():
    • request.filter Changed
  • stackone.hris.listEmployeeTimeOffPolicies():
    • request.filter Changed
OpenAPI Change Summary
├─┬Paths
│ ├─┬/unified/hris/time_off_policies
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       └─┬type
│ │         └──[+] enum (19324:21)
│ ├─┬/unified/hris/employees/{id}/shifts
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       ├─┬starts_after
│ │       │ ├──[🔀] format (6261:29)❌ 
│ │       │ ├──[-] nullable (1:104050)❌ 
│ │       │ └──[+] example (6263:30)
│ │       └─┬ends_before
│ │         ├──[🔀] format (6267:29)❌ 
│ │         ├──[-] nullable (1:104184)❌ 
│ │         └──[+] example (6269:30)
│ ├─┬/unified/hris/employees/{id}/time_off_policies
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       └─┬type
│ │         └──[+] enum (19867:21)
│ └─┬/unified/hris/shifts
│   └─┬GET
│     └─┬Parameters
│       └─┬Schema
│         ├─┬ends_before
│         │ ├──[🔀] format (18288:29)❌ 
│         │ ├──[-] nullable (1:308596)❌ 
│         │ └──[+] example (18290:30)
│         └─┬starts_after
│           ├──[🔀] format (18282:29)❌ 
│           ├──[-] nullable (1:308462)❌ 
│           └──[+] example (18284:30)
└─┬Components
  ├─┬TimeOffTypeEnum
  │ └─┬value
  │   └──[+] enum (82423:15)
  ├─┬HrisShift
  │ ├─┬start_time
  │ │ ├──[🔀] format (78857:23)❌ 
  │ │ ├──[🔀] description (78858:28)
  │ │ └──[🔀] example (78860:24)
  │ └─┬end_time
  │   ├──[🔀] format (78864:23)❌ 
  │   ├──[🔀] description (78865:28)
  │   └──[🔀] example (78867:24)
  └─┬TimeOffPolicyTypeEnum
    └─┬value
      └──[+] enum (82305:15)
Document Element Total Changes Breaking Changes
paths 14 8
components 8 2

JAVA CHANGELOG

No relevant generator changes

Based on Speakeasy CLI 1.631.5

@github-actions github-actions bot added the patch Patch version bump label Sep 30, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1759190797 branch from c56d83f to 2ad53eb Compare October 1, 2025 00:11
* `stackone.hris.listEmployeeShifts()`: 
  *  `request.filter` **Changed** **Breaking** ⚠️
  *  `response.data.[]` **Changed** **Breaking** ⚠️
* `stackone.hris.getEmployeeShift()`:  `response.data` **Changed** **Breaking** ⚠️
* `stackone.hris.listShifts()`: 
  *  `request.filter` **Changed** **Breaking** ⚠️
  *  `response.data.[]` **Changed** **Breaking** ⚠️
* `stackone.hris.getShift()`:  `response.data` **Changed** **Breaking** ⚠️
* `stackone.hris.listTimeOffPolicies()`: 
  *  `request.filter` **Changed**
* `stackone.hris.listEmployeeTimeOffPolicies()`: 
  *  `request.filter` **Changed**
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1759190797 branch from 4d2ea11 to f398d94 Compare October 1, 2025 12:06
Copy link

@brycetoz brycetoz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@brycetoz brycetoz merged commit 7507b22 into main Oct 1, 2025
@brycetoz brycetoz deleted the speakeasy-sdk-regen-1759190797 branch October 1, 2025 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

patch Patch version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants