Skip to content

Commit 00bd47d

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate 0.5.0 (#14)
* ## Csharp SDK Changes Detected: * `StackOneHq.client.Actions.ListActionsMeta()`: `response.data.[].Actions.[]` **Changed** **Breaking** ⚠️ * `StackOneHq.client.Actions.RpcAction()`: `request` **Changed** **Breaking** ⚠️ * `StackOneHq.client.Hris.ListShifts()`: * `request.Filter` **Changed** **Breaking** ⚠️ * `StackOneHq.client.Messaging.ListConversationMessages()`: `response.data.[].Attachments.[]` **Changed** **Breaking** ⚠️ * `StackOneHq.client.Messaging.GetMessage()`: `response.data.Attachments.[]` **Changed** **Breaking** ⚠️ * `StackOneHq.client.Accounting.CreateCompanyJournal()`: `response` **Changed** **Breaking** ⚠️ * `StackOneHq.client.Hris.ListEmployeeShifts()`: **Added** * `StackOneHq.client.Hris.GetEmployeeShift()`: **Added** * `StackOneHq.client.Hris.ListEmployeeTimeOffRequests()`: * `request.Filter` **Changed** * `StackOneHq.client.Hris.TimeOff.List()`: * `request.Filter` **Changed** * empty commit to trigger [run-tests] workflow --------- Co-authored-by: speakeasybot <bot@speakeasyapi.dev> Co-authored-by: speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
1 parent 953bd62 commit 00bd47d

744 files changed

Lines changed: 3774 additions & 1931 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

β€Ž.speakeasy/gen.lockβ€Ž

Lines changed: 102 additions & 19 deletions
Large diffs are not rendered by default.

β€Ž.speakeasy/gen.yamlβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ generation:
2323
generateNewTests: true
2424
skipResponseBodyAssertions: false
2525
csharp:
26-
version: 0.4.0
26+
version: 0.5.0
2727
additionalDependencies: []
2828
author: stackone
2929
baseErrorName: StackOneError
@@ -52,3 +52,4 @@ csharp:
5252
packageTags: sdk api client stackone stack one
5353
responseFormat: envelope-http
5454
sourceDirectory: src
55+
useNodatime: true

β€Ž.speakeasy/out.openapi.yamlβ€Ž

Lines changed: 368 additions & 27 deletions
Large diffs are not rendered by default.

β€Ž.speakeasy/workflow.lockβ€Ž

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.615.2
1+
speakeasyVersion: 1.631.4
22
sources:
33
StackOne:
44
sourceNamespace: stack-one
5-
sourceRevisionDigest: sha256:2b70bfee19b70a8e4e87e154aea557cf88cb7321ba55190d49080eaafae9f0ed
6-
sourceBlobDigest: sha256:50cb37873a59c5e77de29cd3359eb4cc1d32db288155a00c1fb8a5ab84122b91
5+
sourceRevisionDigest: sha256:f02667e8de76ad7283ae2a57abc282585cc18732ec1c5c18c502d3aefb77fe4e
6+
sourceBlobDigest: sha256:feb2683b1e4f9fbb0ba1b7e750769bbbd6f582c2a59463a2fddc44694c84a568
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1757322266
9+
- speakeasy-sdk-regen-1758531890
1010
- 1.0.0
1111
targets:
1212
stack-one:
1313
source: StackOne
1414
sourceNamespace: stack-one
15-
sourceRevisionDigest: sha256:2b70bfee19b70a8e4e87e154aea557cf88cb7321ba55190d49080eaafae9f0ed
16-
sourceBlobDigest: sha256:50cb37873a59c5e77de29cd3359eb4cc1d32db288155a00c1fb8a5ab84122b91
15+
sourceRevisionDigest: sha256:f02667e8de76ad7283ae2a57abc282585cc18732ec1c5c18c502d3aefb77fe4e
16+
sourceBlobDigest: sha256:feb2683b1e4f9fbb0ba1b7e750769bbbd6f582c2a59463a2fddc44694c84a568
1717
codeSamplesNamespace: stack-one-csharp-code-samples
18-
codeSamplesRevisionDigest: sha256:72c08b190829cccdc178beef2d0d4b6bd0c39e81657c1ee95c7c991bec58b513
18+
codeSamplesRevisionDigest: sha256:6f2827dc8ab7af70be2aa97c8e468a930ed1248ab84b1e87812873f4d175ced8
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

β€ŽREADME.mdβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,8 @@ var res = await sdk.Mcp.McpGetAsync(
402402
* [GetCompany](docs/sdks/hris/README.md#getcompany) - Get Company
403403
* [GetEmployeeCustomFieldDefinition](docs/sdks/hris/README.md#getemployeecustomfielddefinition) - Get employee Custom Field Definition
404404
* [GetEmployee](docs/sdks/hris/README.md#getemployee) - Get Employee
405+
* [ListEmployeeShifts](docs/sdks/hris/README.md#listemployeeshifts) - List Employee Shifts
406+
* [GetEmployeeShift](docs/sdks/hris/README.md#getemployeeshift) - Get Employee Shift
405407
* [ListEmployeeTimeOffRequests](docs/sdks/hris/README.md#listemployeetimeoffrequests) - List Employee Time Off Requests
406408
* [GetEmployeeTimeOffRequest](docs/sdks/hris/README.md#getemployeetimeoffrequest) - Get Employees Time Off Request
407409
* [CancelEmployeeTimeOff](docs/sdks/hris/README.md#cancelemployeetimeoff) - Cancel Employee Time Off Request

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,14 @@ Based on:
8888
### Generated
8989
- [csharp v0.4.0] .
9090
### Releases
91-
- [NuGet v0.4.0] https://www.nuget.org/packages/StackOneHQ.Client/0.4.0 - .
91+
- [NuGet v0.4.0] https://www.nuget.org/packages/StackOneHQ.Client/0.4.0 - .
92+
93+
## 2025-09-29 09:04:13
94+
### Changes
95+
Based on:
96+
- OpenAPI Doc
97+
- Speakeasy CLI 1.631.4 (2.716.16) https://github.com/speakeasy-api/speakeasy
98+
### Generated
99+
- [csharp v0.5.0] .
100+
### Releases
101+
- [NuGet v0.5.0] https://www.nuget.org/packages/StackOneHQ.Client/0.5.0 - .

β€Ždocs/Models/Components/ActionMetaItem.mdβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
| Field | Type | Required | Description |
77
| --------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- |
88
| `Id` | *string* | :heavy_minus_sign: | The action ID |
9-
| `Name` | *string* | :heavy_minus_sign: | The action name |
9+
| `Label` | *string* | :heavy_minus_sign: | The action label |
1010
| `Description` | *string* | :heavy_minus_sign: | The action description |
1111
| `SchemaType` | *string* | :heavy_minus_sign: | The schema type for the action |
12+
| `Tags` | List<*string*> | :heavy_minus_sign: | The tags associated with this action |
1213
| `Authentication` | List<[AuthenticationMetaItem](../../Models/Components/AuthenticationMetaItem.md)> | :heavy_minus_sign: | The authentication methods supported by this action |
1314
| `OperationDetails` | Dictionary<String, *object*> | :heavy_minus_sign: | The operation details for the action |

β€Ždocs/Models/Components/ActionsRpcRequestDto.mdβ€Ž

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description | Example |
7-
| ----------------------------------------- | ----------------------------------------- | ----------------------------------------- | ----------------------------------------- | ----------------------------------------- |
8-
| `Action` | *string* | :heavy_check_mark: | The action to execute | create_employee |
9-
| `Input` | [Input](../../Models/Components/Input.md) | :heavy_minus_sign: | Input parameters for the action | |
6+
| Field | Type | Required | Description | Example |
7+
| ------------------------------------------ | ------------------------------------------ | ------------------------------------------ | ------------------------------------------ | ------------------------------------------ |
8+
| `Action` | *string* | :heavy_check_mark: | The action to execute | create_employee |
9+
| `Path` | Dictionary<String, *object*> | :heavy_minus_sign: | Path parameters for the action | {<br/>"id": "123"<br/>} |
10+
| `Query` | Dictionary<String, *object*> | :heavy_minus_sign: | Query parameters for the action | {<br/>"param1": "value1",<br/>"param2": "value2"<br/>} |
11+
| `Headers` | Dictionary<String, *object*> | :heavy_minus_sign: | Headers for the action | {<br/>"Content-Type": "application/json"<br/>} |
12+
| `Body` | Dictionary<String, *object*> | :heavy_minus_sign: | Request body for the action | {<br/>"data": "example"<br/>} |

β€Ždocs/Models/Components/Employee.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
| `MaritalStatus` | [EmployeeMaritalStatus](../../Models/Components/EmployeeMaritalStatus.md) | :heavy_minus_sign: | The employee marital status | single |
3535
| `Avatar` | [EmployeeAvatar](../../Models/Components/EmployeeAvatar.md) | :heavy_minus_sign: | The employee avatar | https://example.com/avatar.png |
3636
| `HireDate` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | The employee hire date | 2021-01-01T00:00:00.000Z |
37-
| ~~`StartDate`~~ | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.<br/><br/>The employee start date | 2021-01-01T00:00:00.000Z |
37+
| `StartDate` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | The employee start date | 2021-01-01T00:00:00.000Z |
3838
| `Tenure` | *double* | :heavy_minus_sign: | The employee tenure | 2 |
3939
| `WorkAnniversary` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | The employee work anniversary | 2021-01-01T00:00:00Z |
4040
| ~~`EmploymentType`~~ | [EmployeeEmploymentType](../../Models/Components/EmployeeEmploymentType.md) | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.<br/><br/>The employee employment type | full_time |

β€Ždocs/Models/Components/Input.mdβ€Ž

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
Β (0)