Skip to content

Commit ddca2eb

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate 0.10.1 (#106)
* ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.531.4 * empty commit to trigger [run-tests] workflow --------- Co-authored-by: speakeasybot <[email protected]> Co-authored-by: speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
1 parent 6fa4bcd commit ddca2eb

37 files changed

+671
-95
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.speakeasy/temp/
12
*.gem
23
Gemfile.lock
34
.rbenv-gemsets

.speakeasy/gen.lock

Lines changed: 18 additions & 14 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:ebabd9136f8a08f1fe7c4b8d191ecdde2ba4a03b0ab97a4824959430270535ff
6-
sourceBlobDigest: sha256:d7a37fd6f778c2237e2f5d4f144b64f4f195ad513dd7e1dbaf55ece3ab5a2ba7
5+
sourceRevisionDigest: sha256:0e51b47fe92fc30d60c53665469a2230915266a5d06bab43ac9dd4dbeb1d5b51
6+
sourceBlobDigest: sha256:ebf03c022a4dae5874506f0fac197ef6665167fde1fba28722d439ca6b44e4e6
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1745226093
9+
- speakeasy-sdk-regen-1745832677
1010
- 1.0.0
1111
targets:
1212
StackOneRubyClient:
1313
source: my-source
1414
sourceNamespace: my-source
15-
sourceRevisionDigest: sha256:ebabd9136f8a08f1fe7c4b8d191ecdde2ba4a03b0ab97a4824959430270535ff
16-
sourceBlobDigest: sha256:d7a37fd6f778c2237e2f5d4f144b64f4f195ad513dd7e1dbaf55ece3ab5a2ba7
15+
sourceRevisionDigest: sha256:0e51b47fe92fc30d60c53665469a2230915266a5d06bab43ac9dd4dbeb1d5b51
16+
sourceBlobDigest: sha256:ebf03c022a4dae5874506f0fac197ef6665167fde1fba28722d439ca6b44e4e6
1717
codeSamplesNamespace: code-samples-ruby-stackonerubyclient
18-
codeSamplesRevisionDigest: sha256:b490b96fa67f1778f6d15f0a1b4f0b75f0e359296f2f8f3798207b3fa290642d
18+
codeSamplesRevisionDigest: sha256:30fff511914c9c122e018e63373c76ca074c62048e11e17613482f980c9abcf6
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
@@ -798,4 +798,14 @@ Based on:
798798
### Generated
799799
- [ruby v0.9.1] .
800800
### Releases
801-
- [Ruby Gems v0.9.1] https://rubygems.org/gems/stackone_client/versions/0.9.1 - .
801+
- [Ruby Gems v0.9.1] https://rubygems.org/gems/stackone_client/versions/0.9.1 - .
802+
803+
## 2025-04-28 09:31:00
804+
### Changes
805+
Based on:
806+
- OpenAPI Doc
807+
- Speakeasy CLI 1.531.4 (2.570.4) https://github.com/speakeasy-api/speakeasy
808+
### Generated
809+
- [ruby v0.10.1] .
810+
### Releases
811+
- [Ruby Gems v0.10.1] https://rubygems.org/gems/stackone_client/versions/0.10.1 - .

codeSamples.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ actions:
674674
"x-codeSamples":
675675
- "lang": "ruby"
676676
"label": "hris_list_employee_employments"
677-
"source": "require 'stackone_client'\n\ns = ::StackOne::StackOne.new(\n security: Models::Shared::Security.new(\n username: \"\",\n password: \"\",\n ),\n )\n\nreq = Models::Operations::HrisListEmployeeEmploymentsRequest.new(\n id: \"<id>\",\n fields_: \"id,remote_id,employee_id,remote_employee_id,job_title,pay_rate,pay_period,pay_frequency,pay_currency,effective_date,employment_type,employment_contract_type,work_time,created_at,updated_at,start_date,end_date,active,department,team,cost_center,cost_centers,division,job,type,contract_type,manager\",\n filter: Models::Operations::HrisListEmployeeEmploymentsQueryParamFilter.new(\n updated_after: \"2020-01-01T00:00:00.000Z\",\n ),\n expand: \"groups\",\n x_account_id: \"<id>\",\n)\n\nres = s.hris.list_employee_employments(req)\n\nif ! res.employments_paginated.nil?\n # handle response\nend"
677+
"source": "require 'stackone_client'\n\ns = ::StackOne::StackOne.new(\n security: Models::Shared::Security.new(\n username: \"\",\n password: \"\",\n ),\n )\n\nreq = Models::Operations::HrisListEmployeeEmploymentsRequest.new(\n id: \"<id>\",\n fields_: \"id,remote_id,employee_id,remote_employee_id,job_title,pay_rate,pay_period,pay_frequency,pay_currency,fte,effective_date,employment_type,employment_contract_type,work_time,created_at,updated_at,start_date,end_date,active,department,team,cost_center,cost_centers,division,job,type,contract_type,manager\",\n filter: Models::Operations::HrisListEmployeeEmploymentsQueryParamFilter.new(\n updated_after: \"2020-01-01T00:00:00.000Z\",\n ),\n expand: \"groups\",\n x_account_id: \"<id>\",\n)\n\nres = s.hris.list_employee_employments(req)\n\nif ! res.employments_paginated.nil?\n # handle response\nend"
678678
- target: $["paths"]["/unified/hris/employees/{id}/employments"]["post"]
679679
update:
680680
"x-codeSamples":
@@ -686,7 +686,7 @@ actions:
686686
"x-codeSamples":
687687
- "lang": "ruby"
688688
"label": "hris_get_employee_employment"
689-
"source": "require 'stackone_client'\n\ns = ::StackOne::StackOne.new(\n security: Models::Shared::Security.new(\n username: \"\",\n password: \"\",\n ),\n )\n\nreq = Models::Operations::HrisGetEmployeeEmploymentRequest.new(\n id: \"<id>\",\n sub_resource_id: \"<id>\",\n fields_: \"id,remote_id,employee_id,remote_employee_id,job_title,pay_rate,pay_period,pay_frequency,pay_currency,effective_date,employment_type,employment_contract_type,work_time,created_at,updated_at,start_date,end_date,active,department,team,cost_center,cost_centers,division,job,type,contract_type,manager\",\n expand: \"groups\",\n x_account_id: \"<id>\",\n)\n\nres = s.hris.get_employee_employment(req)\n\nif ! res.employment_result.nil?\n # handle response\nend"
689+
"source": "require 'stackone_client'\n\ns = ::StackOne::StackOne.new(\n security: Models::Shared::Security.new(\n username: \"\",\n password: \"\",\n ),\n )\n\nreq = Models::Operations::HrisGetEmployeeEmploymentRequest.new(\n id: \"<id>\",\n sub_resource_id: \"<id>\",\n fields_: \"id,remote_id,employee_id,remote_employee_id,job_title,pay_rate,pay_period,pay_frequency,pay_currency,fte,effective_date,employment_type,employment_contract_type,work_time,created_at,updated_at,start_date,end_date,active,department,team,cost_center,cost_centers,division,job,type,contract_type,manager\",\n expand: \"groups\",\n x_account_id: \"<id>\",\n)\n\nres = s.hris.get_employee_employment(req)\n\nif ! res.employment_result.nil?\n # handle response\nend"
690690
- target: $["paths"]["/unified/hris/employees/{id}/employments/{subResourceId}"]["patch"]
691691
update:
692692
"x-codeSamples":
@@ -794,13 +794,13 @@ actions:
794794
"x-codeSamples":
795795
- "lang": "ruby"
796796
"label": "hris_list_employments"
797-
"source": "require 'stackone_client'\n\ns = ::StackOne::StackOne.new(\n security: Models::Shared::Security.new(\n username: \"\",\n password: \"\",\n ),\n )\n\nreq = Models::Operations::HrisListEmploymentsRequest.new(\n fields_: \"id,remote_id,employee_id,remote_employee_id,job_title,pay_rate,pay_period,pay_frequency,pay_currency,effective_date,employment_type,employment_contract_type,work_time,created_at,updated_at,start_date,end_date,active,department,team,cost_center,cost_centers,division,job,type,contract_type,manager\",\n filter: Models::Operations::HrisListEmploymentsQueryParamFilter.new(\n updated_after: \"2020-01-01T00:00:00.000Z\",\n ),\n expand: \"groups\",\n x_account_id: \"<id>\",\n)\n\nres = s.hris.list_employments(req)\n\nif ! res.employments_paginated.nil?\n # handle response\nend"
797+
"source": "require 'stackone_client'\n\ns = ::StackOne::StackOne.new(\n security: Models::Shared::Security.new(\n username: \"\",\n password: \"\",\n ),\n )\n\nreq = Models::Operations::HrisListEmploymentsRequest.new(\n fields_: \"id,remote_id,employee_id,remote_employee_id,job_title,pay_rate,pay_period,pay_frequency,pay_currency,fte,effective_date,employment_type,employment_contract_type,work_time,created_at,updated_at,start_date,end_date,active,department,team,cost_center,cost_centers,division,job,type,contract_type,manager\",\n filter: Models::Operations::HrisListEmploymentsQueryParamFilter.new(\n updated_after: \"2020-01-01T00:00:00.000Z\",\n ),\n expand: \"groups\",\n x_account_id: \"<id>\",\n)\n\nres = s.hris.list_employments(req)\n\nif ! res.employments_paginated.nil?\n # handle response\nend"
798798
- target: $["paths"]["/unified/hris/employments/{id}"]["get"]
799799
update:
800800
"x-codeSamples":
801801
- "lang": "ruby"
802802
"label": "hris_get_employment"
803-
"source": "require 'stackone_client'\n\ns = ::StackOne::StackOne.new(\n security: Models::Shared::Security.new(\n username: \"\",\n password: \"\",\n ),\n )\n\nreq = Models::Operations::HrisGetEmploymentRequest.new(\n id: \"<id>\",\n fields_: \"id,remote_id,employee_id,remote_employee_id,job_title,pay_rate,pay_period,pay_frequency,pay_currency,effective_date,employment_type,employment_contract_type,work_time,created_at,updated_at,start_date,end_date,active,department,team,cost_center,cost_centers,division,job,type,contract_type,manager\",\n expand: \"groups\",\n x_account_id: \"<id>\",\n)\n\nres = s.hris.get_employment(req)\n\nif ! res.employment_result.nil?\n # handle response\nend"
803+
"source": "require 'stackone_client'\n\ns = ::StackOne::StackOne.new(\n security: Models::Shared::Security.new(\n username: \"\",\n password: \"\",\n ),\n )\n\nreq = Models::Operations::HrisGetEmploymentRequest.new(\n id: \"<id>\",\n fields_: \"id,remote_id,employee_id,remote_employee_id,job_title,pay_rate,pay_period,pay_frequency,pay_currency,fte,effective_date,employment_type,employment_contract_type,work_time,created_at,updated_at,start_date,end_date,active,department,team,cost_center,cost_centers,division,job,type,contract_type,manager\",\n expand: \"groups\",\n x_account_id: \"<id>\",\n)\n\nres = s.hris.get_employment(req)\n\nif ! res.employment_result.nil?\n # handle response\nend"
804804
- target: $["paths"]["/unified/hris/groups"]["get"]
805805
update:
806806
"x-codeSamples":

0 commit comments

Comments
 (0)