Skip to content

Commit 4e1d21b

Browse files
authored
Merge pull request #27 from Gusto/speakeasy-sdk-regen-1743553709
chore: 🐝 Update SDK - Generate Client 0.2.9
2 parents 778e224 + 994eae8 commit 4e1d21b

File tree

11 files changed

+29
-19
lines changed

11 files changed

+29
-19
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ speakeasyVersion: 1.513.4
22
sources:
33
GustoEmbedded-OAS:
44
sourceNamespace: gusto-embedded-oas
5-
sourceRevisionDigest: sha256:a065c47cb3b226185b8c9411ff2b3bc5a96b8de969b1ce36c6a3f1e8850c18e4
6-
sourceBlobDigest: sha256:687842f700a87c82ba30231cdecaba3b0af5bfa152abe16b3f6cea7d355b151d
5+
sourceRevisionDigest: sha256:26b926657dd9990488d417a6e655c30ba25533695bffbb1fd0b53fa908f88e3c
6+
sourceBlobDigest: sha256:278f904b41465bfa8c51ccbf50aa84ca9ef215b820c2491e72f653506314022c
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1742257638
9+
- speakeasy-sdk-regen-1743553709
1010
- "2024-04-01"
1111
targets:
1212
gusto-embedded:
1313
source: GustoEmbedded-OAS
1414
sourceNamespace: gusto-embedded-oas
15-
sourceRevisionDigest: sha256:a065c47cb3b226185b8c9411ff2b3bc5a96b8de969b1ce36c6a3f1e8850c18e4
16-
sourceBlobDigest: sha256:687842f700a87c82ba30231cdecaba3b0af5bfa152abe16b3f6cea7d355b151d
15+
sourceRevisionDigest: sha256:26b926657dd9990488d417a6e655c30ba25533695bffbb1fd0b53fa908f88e3c
16+
sourceBlobDigest: sha256:278f904b41465bfa8c51ccbf50aa84ca9ef215b820c2491e72f653506314022c
1717
codeSamplesNamespace: gusto-embedded-oas-code-samples
18-
codeSamplesRevisionDigest: sha256:a8e522421562ffcf0238ef66f73769adfce2efe37af582a539fdf4b81ab9f6bd
18+
codeSamplesRevisionDigest: sha256:8a67c871a63aaaa367c04dd8103d03ee13029ce8cc275b3159a268ec75d952c8
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: 1.513.4

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 8eb78f74-a965-461b-96d6-fcfa1cb6186a
33
management:
4-
docChecksum: 040871ecd05195c4f0c000645be00a17
4+
docChecksum: 0666aa5ba193f86f8a9463d0e91eb577
55
docVersion: "2024-04-01"
66
speakeasyVersion: 1.513.4
77
generationVersion: 2.545.4
8-
releaseVersion: 0.2.8
9-
configChecksum: ad94c16b4cbe5544544de7347d86d64c
8+
releaseVersion: 0.2.9
9+
configChecksum: af07f46320a75ae58d662bc100b0a086
1010
repoURL: https://github.com/Gusto/gusto-ruby-client.git
1111
repoSubDirectory: gusto_embedded
1212
installationURL: https://github.com/Gusto/gusto-ruby-client -d gusto_embedded

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ generation:
1515
oAuth2ClientCredentialsEnabled: true
1616
oAuth2PasswordEnabled: true
1717
ruby:
18-
version: 0.2.8
18+
version: 0.2.9
1919
author: Gusto
2020
description: Ruby Client SDK Generated by Speakeasy
2121
flattenGlobalSecurity: false

β€Žgusto_embedded/Gemfile.lockβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
gusto_embedded_client (0.2.8)
4+
gusto_embedded_client (0.2.9)
55
faraday
66
faraday-multipart
77
rack

β€Žgusto_embedded/RELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,14 @@ Based on:
7878
### Generated
7979
- [ruby v0.2.8] gusto_embedded
8080
### Releases
81-
- [Ruby Gems v0.2.8] https://rubygems.org/gems/gusto_embedded_client/versions/0.2.8 - gusto_embedded
81+
- [Ruby Gems v0.2.8] https://rubygems.org/gems/gusto_embedded_client/versions/0.2.8 - gusto_embedded
82+
83+
## 2025-04-03 00:27:28
84+
### Changes
85+
Based on:
86+
- OpenAPI Doc
87+
- Speakeasy CLI 1.513.4 (2.545.4) https://github.com/speakeasy-api/speakeasy
88+
### Generated
89+
- [ruby v0.2.9] gusto_embedded
90+
### Releases
91+
- [Ruby Gems v0.2.9] https://rubygems.org/gems/gusto_embedded_client/versions/0.2.9 - gusto_embedded

β€Žgusto_embedded/docs/sdks/employees/README.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ s = ::GustoEmbedded::Client.new(
120120
res = s.employees.create_historical(company_uuid="<id>", historical_employee_body=::GustoEmbedded::Shared::HistoricalEmployeeBody.new(
121121
first_name: "Cortez",
122122
last_name: "Dickens",
123-
date_of_birth: "1995-12-24",
123+
date_of_birth: "1995-12-30",
124124
ssn: "<value>",
125125
work_address: ::GustoEmbedded::Shared::WorkAddress.new(),
126126
home_address: ::GustoEmbedded::Shared::HistoricalEmployeeBodyHomeAddress.new(

β€Žgusto_embedded/docs/sdks/historicalemployees/README.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ res = s.historical_employees.update(company_uuid="<id>", historical_employee_uui
2828
version: "<value>",
2929
first_name: "Ruthe",
3030
last_name: "Hegmann",
31-
date_of_birth: "2006-09-12",
31+
date_of_birth: "2006-09-18",
3232
ssn: "<value>",
3333
work_address: ::GustoEmbedded::Operations::WorkAddress.new(),
3434
home_address: ::GustoEmbedded::Operations::PutV1HistoricalEmployeesHomeAddress.new(

β€Žgusto_embedded/docs/sdks/reports/README.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
## create_custom
1313

14-
Create a custom report for a company. This endpoint initiates creating a custom report with custom columns, groupings, and filters. The `request_uuid` in the response can then be used to poll for the status and report URL upon completion using the report GET endpoint.
14+
Create a custom report for a company. This endpoint initiates creating a custom report with custom columns, groupings, and filters. The `request_uuid` in the response can then be used to poll for the status and report URL upon completion using the report GET endpoint. This URL is valid for 10 minutes.
1515

1616
scope: `company_reports:write`
1717

β€Žgusto_embedded/gusto_embedded_client.gemspecβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $LOAD_PATH.push File.expand_path('lib', __dir__)
44

55
Gem::Specification.new do |s|
66
s.name = 'gusto_embedded_client'
7-
s.version = '0.2.8'
7+
s.version = '0.2.9'
88
s.platform = Gem::Platform::RUBY
99
s.licenses = ['Apache-2.0']
1010
s.summary = ''

β€Žgusto_embedded/lib/gusto_embedded/reports.rbβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def initialize(sdk_config)
2222
sig { params(company_uuid: ::String, request_body: ::GustoEmbedded::Operations::PostCompaniesCompanyUuidReportsRequestBody, x_gusto_api_version: T.nilable(::GustoEmbedded::Shared::VersionHeader)).returns(::GustoEmbedded::Operations::PostCompaniesCompanyUuidReportsResponse) }
2323
def create_custom(company_uuid, request_body, x_gusto_api_version = nil)
2424
# create_custom - Create a custom report
25-
# Create a custom report for a company. This endpoint initiates creating a custom report with custom columns, groupings, and filters. The `request_uuid` in the response can then be used to poll for the status and report URL upon completion using the report GET endpoint.
25+
# Create a custom report for a company. This endpoint initiates creating a custom report with custom columns, groupings, and filters. The `request_uuid` in the response can then be used to poll for the status and report URL upon completion using the report GET endpoint. This URL is valid for 10 minutes.
2626
#
2727
# scope: `company_reports:write`
2828
request = ::GustoEmbedded::Operations::PostCompaniesCompanyUuidReportsRequest.new(

0 commit comments

Comments
Β (0)