gusto_embedded_client 0.2.8 → 0.2.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d18abfae5a9ff03db895acd4ddfaf538485ddb2c27df38133cabc601e04d75ba
4
- data.tar.gz: fdbca74343ad429c873536395489c49e68314aabd7eb7406c7a99bac1ce216b6
3
+ metadata.gz: d5c752661a0e4f2dec4c2cd7fbec79017532884e11e8c5ca519385f0a6e5d213
4
+ data.tar.gz: b2e408b509147e1a28a61fc3265f7c3cd0741eb7eb1e9adffbe4950428e688b9
5
5
  SHA512:
6
- metadata.gz: b750abc7dfda27e98aa53edad8cd3bb6dc933e6c8c309c594707d6ca507ac4c5f567ca0b2b527e072fc812e7f18148e0df816b17005a0565a2d00e610d108809
7
- data.tar.gz: 7f9aec71c1a5fa3c98d447d420d2aeb7e88062a998dd45cb22dcdec0e7545abaeace1b5a5b0f3567fc7eb418ff8dff4d29c20d3b5865095e4a18b3ccf1cb8fac
6
+ metadata.gz: 20ae5d700e6d05139031f9597c50f1f5483aa7e847fb7acec469ba8cac12b367e0cb331566605eedb5c7759520e32ee2324508ae58c8a649d7f0ee3c62206e59
7
+ data.tar.gz: 9d8260b48c6d134e2c1284b80735e23f3451d00af1377982cdd33f8aac10c484b96ac9d5150bafa800274636a3cad196256a515c7eda6d2df3fa9fcb2cc62476
@@ -22,7 +22,7 @@ module GustoEmbedded
22
22
  sig { params(company_uuid: ::String, request_body: ::GustoEmbedded::Operations::PostCompaniesCompanyUuidReportsRequestBody, x_gusto_api_version: T.nilable(::GustoEmbedded::Shared::VersionHeader)).returns(::GustoEmbedded::Operations::PostCompaniesCompanyUuidReportsResponse) }
23
23
  def create_custom(company_uuid, request_body, x_gusto_api_version = nil)
24
24
  # 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.
26
26
  #
27
27
  # scope: `company_reports:write`
28
28
  request = ::GustoEmbedded::Operations::PostCompaniesCompanyUuidReportsRequest.new(
@@ -46,9 +46,9 @@ module GustoEmbedded
46
46
  end
47
47
  @language = 'ruby'
48
48
  @openapi_doc_version = '2024-04-01'
49
- @sdk_version = '0.2.8'
49
+ @sdk_version = '0.2.9'
50
50
  @gen_version = '2.545.4'
51
- @user_agent = 'speakeasy-sdk/ruby 0.2.8 2.545.4 2024-04-01 gusto_embedded_client'
51
+ @user_agent = 'speakeasy-sdk/ruby 0.2.9 2.545.4 2024-04-01 gusto_embedded_client'
52
52
  end
53
53
 
54
54
  sig { returns([String, T::Hash[Symbol, String]]) }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gusto_embedded_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.8
4
+ version: 0.2.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gusto
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-03-28 00:00:00.000000000 Z
11
+ date: 2025-04-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday