Skip to content

Commit 3339259

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate 0.8.0 (#20)
* ## Csharp SDK Changes Detected: * `StackOneHq.client.Actions.RpcAction()`: * `request.Query` **Changed** **Breaking** ⚠️ * `response.data` **Changed** * `StackOneHq.client.Hris.GetEmployee()`: `response.data.BankDetails.[].IsPrimary` **Changed** **Breaking** ⚠️ * `StackOneHq.client.Hris.Employees.List()`: `response.data.[].BankDetails.[].IsPrimary` **Changed** **Breaking** ⚠️ * 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 0610312 commit 3339259

127 files changed

Lines changed: 646 additions & 322 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: 20 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
11
lockVersion: 2.0.0
22
id: 24d370c2-6b03-48a1-b9df-d477b88b9851
33
management:
4-
docChecksum: 8a72332e7e1a945ea5ebe9cea95a3a5f
4+
docChecksum: 761964c08c67f39a7072271e3cb88a85
55
docVersion: 1.0.0
6-
speakeasyVersion: 1.639.3
7-
generationVersion: 2.730.5
8-
releaseVersion: 0.7.2
9-
configChecksum: e559099cf4d364c6734442695edceabd
6+
speakeasyVersion: 1.645.2
7+
generationVersion: 2.735.1
8+
releaseVersion: 0.8.0
9+
configChecksum: 8b1e27dcd99ab75c67ab24341969ac57
1010
repoURL: https://github.com/StackOneHQ/stackone-client-csharp.git
1111
published: true
1212
features:
1313
csharp:
1414
additionalDependencies: 0.1.0
15+
additionalProperties: 0.0.1
1516
constsAndDefaults: 0.0.1
16-
core: 3.15.1
17+
core: 3.15.2
1718
deprecations: 2.81.2
1819
examples: 2.81.6
1920
flattening: 2.81.3
2021
globalSecurity: 2.83.8
2122
globalSecurityCallbacks: 0.1.0
22-
globalServerURLs: 2.82.4
23+
globalServerURLs: 2.83.0
2324
groups: 2.81.3
2425
intellisenseMarkdownSupport: 0.1.0
2526
methodArguments: 0.2.1
@@ -111,8 +112,6 @@ generatedFiles:
111112
- docs/Models/Components/ActionsMetaPaginated.md
112113
- docs/Models/Components/ActionsRpcRequestDto.md
113114
- docs/Models/Components/ActionsRpcResponse.md
114-
- docs/Models/Components/ActionsRpcResponseData1.md
115-
- docs/Models/Components/ActionsRpcResponseData2.md
116115
- docs/Models/Components/Actor.md
117116
- docs/Models/Components/AdditionalData.md
118117
- docs/Models/Components/AdditionalDataValue.md
@@ -1170,6 +1169,8 @@ generatedFiles:
11701169
- docs/Models/Components/InviteEmployeeResult.md
11711170
- docs/Models/Components/IsPaid.md
11721171
- docs/Models/Components/IsPaidEnum.md
1172+
- docs/Models/Components/IsPrimary.md
1173+
- docs/Models/Components/IsPrimaryEnum.md
11731174
- docs/Models/Components/IsRoot.md
11741175
- docs/Models/Components/IsRootEnum.md
11751176
- docs/Models/Components/IsUnlimited.md
@@ -1398,6 +1399,7 @@ generatedFiles:
13981399
- docs/Models/Components/PushTemplate.md
13991400
- docs/Models/Components/PushTemplateResult.md
14001401
- docs/Models/Components/PushTemplatesPaginated.md
1402+
- docs/Models/Components/Query.md
14011403
- docs/Models/Components/Question.md
14021404
- docs/Models/Components/QuestionMultipleChoiceAnswers.md
14031405
- docs/Models/Components/QuestionRequiredEnum.md
@@ -2683,8 +2685,6 @@ generatedFiles:
26832685
- src/StackOneHQ/Client/Models/Components/ActionsMetaPaginated.cs
26842686
- src/StackOneHQ/Client/Models/Components/ActionsRpcRequestDto.cs
26852687
- src/StackOneHQ/Client/Models/Components/ActionsRpcResponse.cs
2686-
- src/StackOneHQ/Client/Models/Components/ActionsRpcResponseData1.cs
2687-
- src/StackOneHQ/Client/Models/Components/ActionsRpcResponseData2.cs
26882688
- src/StackOneHQ/Client/Models/Components/Actor.cs
26892689
- src/StackOneHQ/Client/Models/Components/AdditionalData.cs
26902690
- src/StackOneHQ/Client/Models/Components/AdditionalDataValue.cs
@@ -3742,6 +3742,8 @@ generatedFiles:
37423742
- src/StackOneHQ/Client/Models/Components/InviteEmployeeResult.cs
37433743
- src/StackOneHQ/Client/Models/Components/IsPaid.cs
37443744
- src/StackOneHQ/Client/Models/Components/IsPaidEnum.cs
3745+
- src/StackOneHQ/Client/Models/Components/IsPrimary.cs
3746+
- src/StackOneHQ/Client/Models/Components/IsPrimaryEnum.cs
37453747
- src/StackOneHQ/Client/Models/Components/IsRoot.cs
37463748
- src/StackOneHQ/Client/Models/Components/IsRootEnum.cs
37473749
- src/StackOneHQ/Client/Models/Components/IsUnlimited.cs
@@ -3970,6 +3972,7 @@ generatedFiles:
39703972
- src/StackOneHQ/Client/Models/Components/PushTemplate.cs
39713973
- src/StackOneHQ/Client/Models/Components/PushTemplateResult.cs
39723974
- src/StackOneHQ/Client/Models/Components/PushTemplatesPaginated.cs
3975+
- src/StackOneHQ/Client/Models/Components/Query.cs
39733976
- src/StackOneHQ/Client/Models/Components/Question.cs
39743977
- src/StackOneHQ/Client/Models/Components/QuestionMultipleChoiceAnswers.cs
39753978
- src/StackOneHQ/Client/Models/Components/QuestionRequiredEnum.cs
@@ -8209,7 +8212,7 @@ examples:
82098212
path:
82108213
id: "<id>"
82118214
query:
8212-
fields: "id,remote_id,application_id,remote_application_id,start_date,status,offer_status,salary,currency,created_at,updated_at,offer_history,unified_custom_fields"
8215+
fields: "id,remote_id,application_id,remote_application_id,start_date,offer_status,salary,currency,created_at,updated_at,offer_history,unified_custom_fields"
82138216
filter: {"updated_after": "2020-01-01T00:00:00.000Z"}
82148217
header:
82158218
x-account-id: "<id>"
@@ -8319,7 +8322,7 @@ examples:
83198322
id: "<id>"
83208323
subResourceId: "<id>"
83218324
query:
8322-
fields: "id,remote_id,application_id,remote_application_id,start_date,status,offer_status,salary,currency,created_at,updated_at,offer_history,unified_custom_fields"
8325+
fields: "id,remote_id,application_id,remote_application_id,start_date,offer_status,salary,currency,created_at,updated_at,offer_history,unified_custom_fields"
83238326
header:
83248327
x-account-id: "<id>"
83258328
responses:
@@ -10054,7 +10057,7 @@ examples:
1005410057
speakeasy-default-ats-list-offers:
1005510058
parameters:
1005610059
query:
10057-
fields: "id,remote_id,application_id,remote_application_id,start_date,status,offer_status,salary,currency,created_at,updated_at,offer_history,unified_custom_fields"
10060+
fields: "id,remote_id,application_id,remote_application_id,start_date,offer_status,salary,currency,created_at,updated_at,offer_history,unified_custom_fields"
1005810061
filter: {"updated_after": "2020-01-01T00:00:00.000Z"}
1005910062
header:
1006010063
x-account-id: "<id>"
@@ -10127,7 +10130,7 @@ examples:
1012710130
path:
1012810131
id: "<id>"
1012910132
query:
10130-
fields: "id,remote_id,application_id,remote_application_id,start_date,status,offer_status,salary,currency,created_at,updated_at,offer_history,unified_custom_fields"
10133+
fields: "id,remote_id,application_id,remote_application_id,start_date,offer_status,salary,currency,created_at,updated_at,offer_history,unified_custom_fields"
1013110134
header:
1013210135
x-account-id: "<id>"
1013310136
responses:
@@ -15344,7 +15347,7 @@ examples:
1534415347
stackone_rpc_action:
1534515348
speakeasy-default-stackone-rpc-action:
1534615349
requestBody:
15347-
application/json: {"action": "create_employee", "path": {"id": "123"}, "query": {"param1": "value1", "param2": "value2"}, "headers": {"Content-Type": "application/json"}, "body": {"data": "example"}}
15350+
application/json: {"action": "create_employee", "path": {"id": "123"}, "query": {"debug": false}, "headers": {"Content-Type": "application/json"}, "body": {"data": "example"}}
1534815351
responses:
1534915352
"200":
1535015353
application/json: {}
@@ -15513,9 +15516,4 @@ examples:
1551315516
"502":
1551415517
application/json: {"statusCode": 502, "message": "Bad Gateway", "timestamp": "2023-05-30T00:00:00.000Z"}
1551515518
examplesVersion: 1.0.2
15516-
releaseNotes: |
15517-
## Csharp SDK Changes Detected:
15518-
* `StackOneHq.client.Accounts.List()`: `response.[].SetupInformation` **Changed** **Breaking** :warning:
15519-
* `StackOneHq.client.Accounts.Get()`: `response.setupInformation` **Changed** **Breaking** :warning:
15520-
* `StackOneHq.client.Accounts.Delete()`: `response.setupInformation` **Changed** **Breaking** :warning:
15521-
* `StackOneHq.client.Accounts.Update()`: `response.setupInformation` **Changed** **Breaking** :warning:
15519+
releaseNotes: "## Csharp SDK Changes Detected:\n* `StackOneHq.client.Actions.RpcAction()`: \n * `request.Query` **Changed** **Breaking** :warning:\n * `response.data` **Changed**\n* `StackOneHq.client.Hris.GetEmployee()`: `response.data.BankDetails.[].IsPrimary` **Changed** **Breaking** :warning:\n* `StackOneHq.client.Hris.Employees.List()`: `response.data.[].BankDetails.[].IsPrimary` **Changed** **Breaking** :warning:\n"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ generation:
2525
generateNewTests: true
2626
skipResponseBodyAssertions: false
2727
csharp:
28-
version: 0.7.2
28+
version: 0.8.0
2929
additionalDependencies: []
3030
author: stackone
3131
baseErrorName: StackOneError

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

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13257,7 +13257,7 @@ paths:
1325713257
schema:
1325813258
type: "string"
1325913259
nullable: true
13260-
example: "id,remote_id,application_id,remote_application_id,start_date,status,offer_status,salary,currency,created_at,updated_at,offer_history,unified_custom_fields"
13260+
example: "id,remote_id,application_id,remote_application_id,start_date,offer_status,salary,currency,created_at,updated_at,offer_history,unified_custom_fields"
1326113261
- name: "filter"
1326213262
in: "query"
1326313263
description: "Filter parameters that allow greater customisation of the list response"
@@ -13638,7 +13638,7 @@ paths:
1363813638
schema:
1363913639
type: "string"
1364013640
nullable: true
13641-
example: "id,remote_id,application_id,remote_application_id,start_date,status,offer_status,salary,currency,created_at,updated_at,offer_history,unified_custom_fields"
13641+
example: "id,remote_id,application_id,remote_application_id,start_date,offer_status,salary,currency,created_at,updated_at,offer_history,unified_custom_fields"
1364213642
responses:
1364313643
"200":
1364413644
description: "The offer related to the application with the given identifiers was retrieved."
@@ -21012,7 +21012,7 @@ paths:
2101221012
schema:
2101321013
type: "string"
2101421014
nullable: true
21015-
example: "id,remote_id,application_id,remote_application_id,start_date,status,offer_status,salary,currency,created_at,updated_at,offer_history,unified_custom_fields"
21015+
example: "id,remote_id,application_id,remote_application_id,start_date,offer_status,salary,currency,created_at,updated_at,offer_history,unified_custom_fields"
2101621016
- name: "filter"
2101721017
in: "query"
2101821018
description: "Filter parameters that allow greater customisation of the list response"
@@ -21282,7 +21282,7 @@ paths:
2128221282
schema:
2128321283
type: "string"
2128421284
nullable: true
21285-
example: "id,remote_id,application_id,remote_application_id,start_date,status,offer_status,salary,currency,created_at,updated_at,offer_history,unified_custom_fields"
21285+
example: "id,remote_id,application_id,remote_application_id,start_date,offer_status,salary,currency,created_at,updated_at,offer_history,unified_custom_fields"
2128621286
responses:
2128721287
"200":
2128821288
description: "The offer with the given identifier was retrieved."
@@ -38773,6 +38773,14 @@ components:
3877338773
items: {"$ref": "#/components/schemas/ActionsMeta"}
3877438774
description: "The list of actions metadata"
3877538775
nullable: true
38776+
"ActionsRpcQueryDto":
38777+
type: "object"
38778+
properties:
38779+
"debug":
38780+
type: "boolean"
38781+
description: "Enable debug mode for the action execution"
38782+
nullable: true
38783+
example: false
3877638784
"ActionsRpcRequestDto":
3877738785
type: "object"
3877838786
properties:
@@ -38787,11 +38795,11 @@ components:
3878738795
nullable: true
3878838796
example: {"id": "123"}
3878938797
"query":
38790-
type: "object"
38798+
allOf:
38799+
- {"$ref": "#/components/schemas/ActionsRpcQueryDto"}
3879138800
additionalProperties: true
3879238801
description: "Query parameters for the action"
3879338802
nullable: true
38794-
example: {"param1": "value1", "param2": "value2"}
3879538803
"headers":
3879638804
type: "object"
3879738805
additionalProperties: true
@@ -38816,9 +38824,11 @@ components:
3881638824
"data":
3881738825
oneOf:
3881838826
- type: "object"
38827+
additionalProperties: true
3881938828
- type: "array"
3882038829
items:
3882138830
type: "object"
38831+
additionalProperties: true
3882238832
- type: "null"
3882338833
description: "The response data from the action RPC call"
3882438834
nullable: true
@@ -44077,7 +44087,12 @@ components:
4407744087
nullable: true
4407844088
example: "John Doe Primary Account"
4407944089
"is_primary":
44080-
type: "boolean"
44090+
oneOf:
44091+
- type: "boolean"
44092+
- type: "string"
44093+
enum:
44094+
- "true"
44095+
- "false"
4408144096
description: "Whether this is the primary bank account"
4408244097
nullable: true
4408344098
example: true
@@ -50261,6 +50276,9 @@ components:
5026150276
type: "string"
5026250277
enum:
5026350278
- "text"
50279+
- "pdf"
50280+
- "video"
50281+
- "other"
5026450282
- "unmapped_value"
5026550283
- null
5026650284
description: "The content type of the attachment."

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.639.3
1+
speakeasyVersion: 1.645.2
22
sources:
33
StackOne:
44
sourceNamespace: stack-one
5-
sourceRevisionDigest: sha256:56e428504eefb16780f633b9bb1ecff0e4dd7c6c48eb425bfbec14c5f79112f6
6-
sourceBlobDigest: sha256:36caab66585a557c428077204e984bc26fe373a7cfff93f47462d1ef13605bc7
5+
sourceRevisionDigest: sha256:7caa6204ee219e818c88a82ea5bb6459b8eb603cca8c64e17887dfa80e24075a
6+
sourceBlobDigest: sha256:8528217283db6333dc77c0ad561ca19ea5f678bf62727370aee4c91df64fce8f
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1761555909
9+
- speakeasy-sdk-regen-1762160675
1010
- 1.0.0
1111
targets:
1212
stack-one:
1313
source: StackOne
1414
sourceNamespace: stack-one
15-
sourceRevisionDigest: sha256:56e428504eefb16780f633b9bb1ecff0e4dd7c6c48eb425bfbec14c5f79112f6
16-
sourceBlobDigest: sha256:36caab66585a557c428077204e984bc26fe373a7cfff93f47462d1ef13605bc7
15+
sourceRevisionDigest: sha256:7caa6204ee219e818c88a82ea5bb6459b8eb603cca8c64e17887dfa80e24075a
16+
sourceBlobDigest: sha256:8528217283db6333dc77c0ad561ca19ea5f678bf62727370aee4c91df64fce8f
1717
codeSamplesNamespace: stack-one-csharp-code-samples
18-
codeSamplesRevisionDigest: sha256:04085dea93dca8cec5972c8fea2711c30fa559a825d692b7b9758df6ff137d6e
18+
codeSamplesRevisionDigest: sha256:bfc6a938a411040c4a4acc2f8966dbf78b233aff9695ed92ddcbe7ef979a1262
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,14 @@ Based on:
148148
### Generated
149149
- [csharp v0.7.2] .
150150
### Releases
151-
- [NuGet v0.7.2] https://www.nuget.org/packages/StackOneHQ.Client/0.7.2 - .
151+
- [NuGet v0.7.2] https://www.nuget.org/packages/StackOneHQ.Client/0.7.2 - .
152+
153+
## 2025-11-03 09:04:16
154+
### Changes
155+
Based on:
156+
- OpenAPI Doc
157+
- Speakeasy CLI 1.645.2 (2.735.1) https://github.com/speakeasy-api/speakeasy
158+
### Generated
159+
- [csharp v0.8.0] .
160+
### Releases
161+
- [NuGet v0.8.0] https://www.nuget.org/packages/StackOneHQ.Client/0.8.0 - .

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +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-
| `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/>} |
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` | [Query](../../Models/Components/Query.md) | :heavy_minus_sign: | Query parameters for the action | |
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/ActionsRpcResponseData1.mdβ€Ž

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

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

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

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@ The content type of the attachment.
88
| Name | Value |
99
| --------------- | --------------- |
1010
| `Text` | text |
11+
| `Pdf` | pdf |
12+
| `Video` | video |
13+
| `Other` | other |
1114
| `UnmappedValue` | unmapped_value |

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@ The content type of the attachment.
88
| Name | Value |
99
| --------------- | --------------- |
1010
| `Text` | text |
11+
| `Pdf` | pdf |
12+
| `Video` | video |
13+
| `Other` | other |
1114
| `UnmappedValue` | unmapped_value |

0 commit comments

Comments
Β (0)