Skip to content

Commit 0e3d58b

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate 0.9.2 (#27)
* ## Csharp SDK Changes: * `StackOneHq.client.ConnectSessions.Create()`: `response.organizationId` **Changed** (Breaking ⚠️) * `StackOneHq.client.ConnectSessions.Authenticate()`: `response.organizationId` **Changed** (Breaking ⚠️) * `StackOneHq.client.Actions.BuildActionEmbeddings()`: `response` **Changed** (Breaking ⚠️) * `StackOneHq.client.Actions.ListActionsMeta()`: * `request.Include` **Changed** * `response.data[].Authentication[].Support` **Added** * 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 ebabf89 commit 0e3d58b

332 files changed

Lines changed: 1529 additions & 1380 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: 687 additions & 655 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,14 @@ generation:
2222
schemas:
2323
allOfMergeStrategy: shallowMerge
2424
requestBodyFieldName: ""
25+
versioningStrategy: automatic
2526
persistentEdits: {}
2627
tests:
2728
generateTests: false
2829
generateNewTests: true
2930
skipResponseBodyAssertions: false
3031
csharp:
31-
version: 0.9.1
32+
version: 0.9.2
3233
additionalDependencies: []
3334
author: stackone
3435
baseErrorName: StackOneError
@@ -58,6 +59,7 @@ csharp:
5859
outputModelSuffix: output
5960
packageName: StackOneHQ.Client
6061
packageTags: sdk api client stackone stack one
62+
respectTitlesForPrimitiveUnionMembers: false
6163
responseFormat: envelope-http
6264
sourceDirectory: src
6365
useNodatime: true

.speakeasy/out.openapi.yaml

Lines changed: 107 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2396,11 +2396,13 @@ paths:
23962396
nullable: true
23972397
example:
23982398
- action_details
2399+
- authentication_guides
23992400
type: array
24002401
items:
24012402
type: string
24022403
enum:
24032404
- action_details
2405+
- authentication_guides
24042406
- name: search
24052407
required: false
24062408
in: query
@@ -5008,8 +5010,8 @@ paths:
50085010
- 429
50095011
- 408
50105012
strategy: backoff
5011-
x-speakeasy-group: hris.employees
50125013
x-speakeasy-name-override: createTimeOff
5014+
x-speakeasy-group: hris.employees
50135015
/unified/hris/employees/{id}/time_off/{subResourceId}:
50145016
get:
50155017
operationId: hris_get_employees_time_off_request
@@ -6113,6 +6115,7 @@ paths:
61136115
- 429
61146116
- 408
61156117
strategy: backoff
6118+
x-speakeasy-group: hris
61166119
x-speakeasy-name-override: listEmployeeDocuments
61176120
x-speakeasy-pagination:
61186121
type: cursor
@@ -6122,7 +6125,6 @@ paths:
61226125
type: cursor
61236126
outputs:
61246127
nextCursor: $.next
6125-
x-speakeasy-group: hris
61266128
/unified/hris/employees/{id}/documents/{subResourceId}:
61276129
get:
61286130
operationId: hris_get_employee_document
@@ -14163,8 +14165,6 @@ paths:
1416314165
- 429
1416414166
- 408
1416514167
strategy: backoff
14166-
x-speakeasy-group: hris.employees.skills
14167-
x-speakeasy-name-override: list
1416814168
x-speakeasy-pagination:
1416914169
type: cursor
1417014170
inputs:
@@ -14173,6 +14173,8 @@ paths:
1417314173
type: cursor
1417414174
outputs:
1417514175
nextCursor: $.next
14176+
x-speakeasy-group: hris.employees.skills
14177+
x-speakeasy-name-override: list
1417614178
post:
1417714179
operationId: hris_create_employee_skill
1417814180
summary: Create Employee Skill
@@ -27634,7 +27636,6 @@ paths:
2763427636
- 408
2763527637
strategy: backoff
2763627638
x-speakeasy-group: documents
27637-
x-speakeasy-name-override: listApplicationCategories
2763827639
x-speakeasy-pagination:
2763927640
type: cursor
2764027641
inputs:
@@ -27643,6 +27644,7 @@ paths:
2764327644
type: cursor
2764427645
outputs:
2764527646
nextCursor: $.next
27647+
x-speakeasy-name-override: listApplicationCategories
2764627648
/unified/ats/documents/application_categories/{id}:
2764727649
get:
2764827650
operationId: ats_get_application_document_category
@@ -40973,8 +40975,6 @@ paths:
4097340975
- 429
4097440976
- 408
4097540977
strategy: backoff
40976-
x-speakeasy-group: ticketing
40977-
x-speakeasy-name-override: list_projects
4097840978
x-speakeasy-pagination:
4097940979
type: cursor
4098040980
inputs:
@@ -40983,6 +40983,8 @@ paths:
4098340983
type: cursor
4098440984
outputs:
4098540985
nextCursor: $.next
40986+
x-speakeasy-group: ticketing
40987+
x-speakeasy-name-override: list_projects
4098640988
/unified/ticketing/projects/{id}:
4098740989
get:
4098840990
operationId: ticketing_get_project
@@ -46861,11 +46863,16 @@ components:
4686146863
type: string
4686246864
description: Build status
4686346865
enum:
46866+
- accepted
4686446867
- success
4686546868
- error
46869+
example: accepted
46870+
message:
46871+
type: string
46872+
description: Status message
4686646873
actions_indexed:
4686746874
type: number
46868-
description: Number of actions indexed
46875+
description: Number of actions indexed (only for synchronous builds)
4686946876
connector_filter:
4687046877
type: string
4687146878
description: Connector filter applied
@@ -46874,7 +46881,6 @@ components:
4687446881
description: Error message if status is error
4687546882
required:
4687646883
- status
46877-
- actions_indexed
4687846884
ActionMetaItem:
4687946885
type: object
4688046886
properties:
@@ -47225,6 +47231,19 @@ components:
4722547231
type: array
4722647232
items:
4722747233
$ref: '#/components/schemas/ProviderError'
47234+
AuthenticationGuidesMeta:
47235+
type: object
47236+
properties:
47237+
config:
47238+
description: Configuration guide
47239+
nullable: true
47240+
allOf:
47241+
- $ref: '#/components/schemas/GuideMeta'
47242+
setup:
47243+
description: Account linking guide
47244+
nullable: true
47245+
allOf:
47246+
- $ref: '#/components/schemas/GuideMeta'
4722847247
AuthenticationMetaItem:
4722947248
type: object
4723047249
properties:
@@ -47246,6 +47265,11 @@ components:
4724647265
type: array
4724747266
items:
4724847267
type: string
47268+
support:
47269+
description: The support information for this authentication method, including configuration and account linking guides
47270+
nullable: true
47271+
allOf:
47272+
- $ref: '#/components/schemas/SupportMeta'
4724947273
BadGatewayResponse:
4725047274
type: object
4725147275
properties:
@@ -47416,9 +47440,7 @@ components:
4741647440
id:
4741747441
type: number
4741847442
organization_id:
47419-
oneOf:
47420-
- type: string
47421-
- type: integer
47443+
type: string
4742247444
project_id:
4742347445
type: string
4742447446
categories:
@@ -47625,9 +47647,7 @@ components:
4762547647
id:
4762647648
type: number
4762747649
organization_id:
47628-
oneOf:
47629-
- type: string
47630-
- type: integer
47650+
type: string
4763147651
project_id:
4763247652
type: string
4763347653
categories:
@@ -47763,6 +47783,62 @@ components:
4776347783
- statusCode
4776447784
- message
4776547785
- timestamp
47786+
GuideMeta:
47787+
type: object
47788+
properties:
47789+
warning:
47790+
type: string
47791+
description: Warning text for the guide
47792+
nullable: true
47793+
sections:
47794+
description: The guide sections
47795+
type: array
47796+
items:
47797+
$ref: '#/components/schemas/GuideSectionMeta'
47798+
required:
47799+
- sections
47800+
GuideSectionMeta:
47801+
type: object
47802+
properties:
47803+
title:
47804+
type: string
47805+
description: The title of the section
47806+
content:
47807+
type: string
47808+
description: The content of the section, includes markdown formatting
47809+
list:
47810+
description: List items for the section
47811+
nullable: true
47812+
type: array
47813+
items:
47814+
type: string
47815+
steps:
47816+
description: Nested steps within the section
47817+
nullable: true
47818+
type: array
47819+
items:
47820+
$ref: '#/components/schemas/GuideStepMeta'
47821+
required:
47822+
- title
47823+
- content
47824+
GuideStepMeta:
47825+
type: object
47826+
properties:
47827+
title:
47828+
type: string
47829+
description: The title of the step
47830+
content:
47831+
type: string
47832+
description: The content of the step, includes markdown formatting
47833+
list:
47834+
description: List items for the step
47835+
nullable: true
47836+
type: array
47837+
items:
47838+
type: string
47839+
required:
47840+
- title
47841+
- content
4776647842
InternalServerErrorResponse:
4776747843
type: object
4776847844
properties:
@@ -48555,6 +48631,22 @@ components:
4855548631
$ref: '#/components/schemas/StepLogPartial'
4855648632
required:
4855748633
- data
48634+
SupportMeta:
48635+
type: object
48636+
properties:
48637+
link:
48638+
type: string
48639+
description: Link to support documentation
48640+
nullable: true
48641+
description:
48642+
type: string
48643+
description: Support description
48644+
nullable: true
48645+
guides:
48646+
description: Authentication guides for this authentication type
48647+
nullable: true
48648+
allOf:
48649+
- $ref: '#/components/schemas/AuthenticationGuidesMeta'
4855848650
TooManyRequestsResponse:
4855948651
type: object
4856048652
properties:

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.700.0
1+
speakeasyVersion: 1.709.1
22
sources:
33
StackOne:
44
sourceNamespace: stack-one
5-
sourceRevisionDigest: sha256:489ee4858f055f0c00cbecbb70510b146b2a72ef631c718d30bef6bc012ddb2e
6-
sourceBlobDigest: sha256:028c96a3e4ad24f1572b5a3ac14d330fee31990f7502ed1139419bad4a45b739
5+
sourceRevisionDigest: sha256:12fc4cdf961b5e7301c19759dafb1cf2a5a87990d6974f487317f51c333a367c
6+
sourceBlobDigest: sha256:58675644190cf0df4d787553ace1f89d6643060f432bedf0866fc3493f9ff8e6
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1769536169
9+
- speakeasy-sdk-regen-1770023787
1010
- 1.0.0
1111
targets:
1212
stack-one:
1313
source: StackOne
1414
sourceNamespace: stack-one
15-
sourceRevisionDigest: sha256:489ee4858f055f0c00cbecbb70510b146b2a72ef631c718d30bef6bc012ddb2e
16-
sourceBlobDigest: sha256:028c96a3e4ad24f1572b5a3ac14d330fee31990f7502ed1139419bad4a45b739
15+
sourceRevisionDigest: sha256:12fc4cdf961b5e7301c19759dafb1cf2a5a87990d6974f487317f51c333a367c
16+
sourceBlobDigest: sha256:58675644190cf0df4d787553ace1f89d6643060f432bedf0866fc3493f9ff8e6
1717
codeSamplesNamespace: stack-one-csharp-code-samples
18-
codeSamplesRevisionDigest: sha256:6d88f5c60148c5a3dd9eb04114a562ef86be38d008f6c5a9d8791c47ed356c96
18+
codeSamplesRevisionDigest: sha256:1f9d9a0a98938edcac8fb15936c24e581da46e63069c63e34ee6155072ca15bc
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
@@ -208,4 +208,14 @@ Based on:
208208
### Generated
209209
- [csharp v0.9.1] .
210210
### Releases
211-
- [NuGet v0.9.1] https://www.nuget.org/packages/StackOneHQ.Client/0.9.1 - .
211+
- [NuGet v0.9.1] https://www.nuget.org/packages/StackOneHQ.Client/0.9.1 - .
212+
213+
## 2026-02-09 09:18:55
214+
### Changes
215+
Based on:
216+
- OpenAPI Doc
217+
- Speakeasy CLI 1.709.1 (2.812.2) https://github.com/speakeasy-api/speakeasy
218+
### Generated
219+
- [csharp v0.9.2] .
220+
### Releases
221+
- [NuGet v0.9.2] https://www.nuget.org/packages/StackOneHQ.Client/0.9.2 - .

docs/Models/Components/ActionBuildResponseDto.md

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

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- |
8-
| `Status` | [ActionBuildResponseDtoStatus](../../Models/Components/ActionBuildResponseDtoStatus.md) | :heavy_check_mark: | Build status |
9-
| `ActionsIndexed` | *double* | :heavy_check_mark: | Number of actions indexed |
10-
| `ConnectorFilter` | *string* | :heavy_minus_sign: | Connector filter applied |
11-
| `Error` | *string* | :heavy_minus_sign: | Error message if status is error |
6+
| Field | Type | Required | Description | Example |
7+
| --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- |
8+
| `Status` | [ActionBuildResponseDtoStatus](../../Models/Components/ActionBuildResponseDtoStatus.md) | :heavy_check_mark: | Build status | accepted |
9+
| `Message` | *string* | :heavy_minus_sign: | Status message | |
10+
| `ActionsIndexed` | *double* | :heavy_minus_sign: | Number of actions indexed (only for synchronous builds) | |
11+
| `ConnectorFilter` | *string* | :heavy_minus_sign: | Connector filter applied | |
12+
| `Error` | *string* | :heavy_minus_sign: | Error message if status is error | |

docs/Models/Components/ActionBuildResponseDtoStatus.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ Build status
55

66
## Values
77

8-
| Name | Value |
9-
| --------- | --------- |
10-
| `Success` | success |
11-
| `Error` | error |
8+
| Name | Value |
9+
| ---------- | ---------- |
10+
| `Accepted` | accepted |
11+
| `Success` | success |
12+
| `Error` | error |

0 commit comments

Comments
 (0)