Skip to content

Commit 46aee6d

Browse files
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.291.0 (#49)
Co-authored-by: speakeasybot <bot@speakeasyapi.dev>
1 parent cf0d1ef commit 46aee6d

29 files changed

Lines changed: 353 additions & 319 deletions

.speakeasy/gen.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 482384cc-3b98-4ced-bd0b-14aa8b3e0053
33
management:
4-
docChecksum: adec2a785a6135d0bd397842905fd691
4+
docChecksum: 42d860ed3ffce136a76fb3a21aedb586
55
docVersion: 1.0.0
6-
speakeasyVersion: 1.285.6
7-
generationVersion: 2.326.3
8-
releaseVersion: 0.2.20
9-
configChecksum: 16b0db2c9df3ca351101b55bb52fad29
6+
speakeasyVersion: 1.291.0
7+
generationVersion: 2.332.4
8+
releaseVersion: 0.2.21
9+
configChecksum: 73b31578940cc1f6ae29f26a563f05b1
1010
repoURL: https://github.com/StackOneHQ/stackone-client-ruby.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/StackOneHQ/stackone-client-ruby

.speakeasy/workflow.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
speakeasyVersion: 1.286.3
1+
speakeasyVersion: 1.291.0
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:5d79fc2366f32e0aec81dcdcb92f0dce3183ae47517b659c1c97d9f7e27bcb40
6-
sourceBlobDigest: sha256:df6a83102beacd8203e7b8f51f8686eab9906f8a6447c871f4ca2e405e557130
5+
sourceRevisionDigest: sha256:c9927a9283ec35f24344e36dac8ad0c7f72d515166e703d94addebb44e35ff06
6+
sourceBlobDigest: sha256:c6c9282d82ec7b0a4f656e3a493889f03b05c2a1a21245b3eb65d2d6b928d333
77
tags:
88
- latest
99
- main
1010
targets:
1111
StackOneRubyClient:
1212
source: my-source
1313
sourceNamespace: my-source
14-
sourceRevisionDigest: sha256:5d79fc2366f32e0aec81dcdcb92f0dce3183ae47517b659c1c97d9f7e27bcb40
15-
sourceBlobDigest: sha256:df6a83102beacd8203e7b8f51f8686eab9906f8a6447c871f4ca2e405e557130
14+
sourceRevisionDigest: sha256:c9927a9283ec35f24344e36dac8ad0c7f72d515166e703d94addebb44e35ff06
15+
sourceBlobDigest: sha256:c6c9282d82ec7b0a4f656e3a493889f03b05c2a1a21245b3eb65d2d6b928d333
1616
outLocation: /github/workspace/repo
1717
workflow:
1818
workflowVersion: 1.0.0

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,4 +278,14 @@ Based on:
278278
### Generated
279279
- [ruby v0.2.20] .
280280
### Releases
281-
- [Ruby Gems v0.2.20] https://rubygems.org/gems/stackone_client/versions/0.2.20 - .
281+
- [Ruby Gems v0.2.20] https://rubygems.org/gems/stackone_client/versions/0.2.20 - .
282+
283+
## 2024-05-15 21:47:21
284+
### Changes
285+
Based on:
286+
- OpenAPI Doc
287+
- Speakeasy CLI 1.291.0 (2.332.4) https://github.com/speakeasy-api/speakeasy
288+
### Generated
289+
- [ruby v0.2.21] .
290+
### Releases
291+
- [Ruby Gems v0.2.21] https://rubygems.org/gems/stackone_client/versions/0.2.21 - .

codeSamples.yaml

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

docs/models/operations/hrisgetemploymentrequest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
| Field | Type | Required | Description | Example |
77
| ----------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
8+
| `expand` | *T.nilable(::String)* | :heavy_minus_sign: | The comma separated list of fields that will be expanded in the response | groups |
89
| `fields_` | *T.nilable(::String)* | :heavy_minus_sign: | The comma separated list of fields that will be returned in the response (if empty, all fields are returned) | id,employee_id,job_title,pay_rate,pay_period,pay_frequency,pay_currency,effective_date,employment_type,employment_contract_type,created_at,updated_at |
910
| `id` | *::String* | :heavy_check_mark: | N/A | |
1011
| `proxy` | T::Hash[Symbol, *::Object*] | :heavy_minus_sign: | Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key | |

docs/models/operations/hrisgetgrouprequest.md

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

66
| Field | Type | Required | Description | Example |
77
| ------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------ |
8-
| `fields_` | *T.nilable(::String)* | :heavy_minus_sign: | The comma separated list of fields that will be returned in the response (if empty, all fields are returned) | id,name,type,parent_ids |
8+
| `fields_` | *T.nilable(::String)* | :heavy_minus_sign: | The comma separated list of fields that will be returned in the response (if empty, all fields are returned) | id,name,type,parent_ids,owner_ids |
99
| `id` | *::String* | :heavy_check_mark: | N/A | |
1010
| `proxy` | T::Hash[Symbol, *::Object*] | :heavy_minus_sign: | Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key | |
1111
| `raw` | *T.nilable(T::Boolean)* | :heavy_minus_sign: | Indicates that the raw request result is returned | |

docs/models/operations/hrislistemploymentsrequest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
| Field | Type | Required | Description | Example |
77
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
8+
| `expand` | *T.nilable(::String)* | :heavy_minus_sign: | The comma separated list of fields that will be expanded in the response | groups |
89
| `fields_` | *T.nilable(::String)* | :heavy_minus_sign: | The comma separated list of fields that will be returned in the response (if empty, all fields are returned) | id,employee_id,job_title,pay_rate,pay_period,pay_frequency,pay_currency,effective_date,employment_type,employment_contract_type,created_at,updated_at |
910
| `filter_updated_after` | *T.nilable(::String)* | :heavy_minus_sign: | Use a string with a date to only select results updated after that given date | 2020-01-01T00:00:00.000Z |
1011
| `next_` | *T.nilable(::String)* | :heavy_minus_sign: | The unified cursor | |

0 commit comments

Comments
 (0)