Skip to content

Commit a6c0b13

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate 0.17.0 (#110)
* ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.531.4 * 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 2f738a8 commit a6c0b13

188 files changed

Lines changed: 2376 additions & 645 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: 110 additions & 55 deletions
Large diffs are not rendered by default.

.speakeasy/workflow.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ speakeasyVersion: 1.531.4
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:1e00fac1fb6fd49b25c646590bf40a65a03a684dd4a3e3a7c0d5f54ca8009cac
6-
sourceBlobDigest: sha256:1c458214e30e9e12f513b2a139ca472420e3500db3c4e6722a8ea07df603cc5e
5+
sourceRevisionDigest: sha256:ad86542a26bef776b8fb00fb3e183dc0d2bb6a9f90e69d96bc0f64561cf6fed1
6+
sourceBlobDigest: sha256:2e1578c62b9b6df20307eec089c10a6b95679875780dee78ea70d1d2d0c400c7
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1747645286
9+
- speakeasy-sdk-regen-1748612882
1010
- 1.0.0
1111
targets:
1212
StackOneRubyClient:
1313
source: my-source
1414
sourceNamespace: my-source
15-
sourceRevisionDigest: sha256:1e00fac1fb6fd49b25c646590bf40a65a03a684dd4a3e3a7c0d5f54ca8009cac
16-
sourceBlobDigest: sha256:1c458214e30e9e12f513b2a139ca472420e3500db3c4e6722a8ea07df603cc5e
15+
sourceRevisionDigest: sha256:ad86542a26bef776b8fb00fb3e183dc0d2bb6a9f90e69d96bc0f64561cf6fed1
16+
sourceBlobDigest: sha256:2e1578c62b9b6df20307eec089c10a6b95679875780dee78ea70d1d2d0c400c7
1717
codeSamplesNamespace: code-samples-ruby-stackonerubyclient
18-
codeSamplesRevisionDigest: sha256:d5bf86965b219a4fd5cade65d18bdfae1873caad691bcfc9e76dd8f746c44389
18+
codeSamplesRevisionDigest: sha256:1e57a953458b294e963b10f35bf14b55b6ae97c569e569ac2a5a653e886d8209
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -461,13 +461,13 @@ require 'stackone_client'
461461

462462
s = ::StackOne::StackOne.new(
463463
security: Models::Shared::Security.new(
464-
password: "",
465-
username: "",
464+
password: '',
465+
username: '',
466466
),
467467
)
468468

469469
begin
470-
res = s.accounts.delete_account(id="<id>")
470+
res = s.accounts.delete_account(id='<id>')
471471

472472
if ! res.linked_account.nil?
473473
# handle response

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -838,4 +838,14 @@ Based on:
838838
### Generated
839839
- [ruby v0.15.0] .
840840
### Releases
841-
- [Ruby Gems v0.15.0] https://rubygems.org/gems/stackone_client/versions/0.15.0 - .
841+
- [Ruby Gems v0.15.0] https://rubygems.org/gems/stackone_client/versions/0.15.0 - .
842+
843+
## 2025-06-02 09:01:10
844+
### Changes
845+
Based on:
846+
- OpenAPI Doc
847+
- Speakeasy CLI 1.531.4 (2.570.4) https://github.com/speakeasy-api/speakeasy
848+
### Generated
849+
- [ruby v0.17.0] .
850+
### Releases
851+
- [Ruby Gems v0.17.0] https://rubygems.org/gems/stackone_client/versions/0.17.0 - .

codeSamples.yaml

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

docs/models/operations/atsgetjobpostingrequest.md

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

docs/models/operations/atslistjobpostingsrequest.md

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

docs/models/operations/hriscreateemployeeemploymentresponse.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 |
7-
| -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- |
8-
| `content_type` | *::String* | :heavy_check_mark: | HTTP response content type for this operation |
9-
| `employment_result` | [T.nilable(Models::Shared::EmploymentResult)](../../models/shared/employmentresult.md) | :heavy_minus_sign: | The employee employment was created successfully. |
10-
| `headers` | T::Hash[Symbol, T::Array<*::String*>] | :heavy_check_mark: | N/A |
11-
| `status_code` | *::Integer* | :heavy_check_mark: | HTTP response status code for this operation |
12-
| `raw_response` | [Faraday::Response](https://www.rubydoc.info/gems/faraday/Faraday/Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ |
8+
| `content_type` | *::String* | :heavy_check_mark: | HTTP response content type for this operation |
9+
| `create_result` | [T.nilable(Models::Shared::CreateResult)](../../models/shared/createresult.md) | :heavy_minus_sign: | The employee employment was created successfully. |
10+
| `headers` | T::Hash[Symbol, T::Array<*::String*>] | :heavy_check_mark: | N/A |
11+
| `status_code` | *::Integer* | :heavy_check_mark: | HTTP response status code for this operation |
12+
| `raw_response` | [Faraday::Response](https://www.rubydoc.info/gems/faraday/Faraday/Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |

0 commit comments

Comments
 (0)