Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: 482384cc-3b98-4ced-bd0b-14aa8b3e0053
management:
docChecksum: adec2a785a6135d0bd397842905fd691
docChecksum: 42d860ed3ffce136a76fb3a21aedb586
docVersion: 1.0.0
speakeasyVersion: 1.285.6
generationVersion: 2.326.3
releaseVersion: 0.2.20
configChecksum: 16b0db2c9df3ca351101b55bb52fad29
speakeasyVersion: 1.291.0
generationVersion: 2.332.4
releaseVersion: 0.2.21
configChecksum: 73b31578940cc1f6ae29f26a563f05b1
repoURL: https://github.com/StackOneHQ/stackone-client-ruby.git
repoSubDirectory: .
installationURL: https://github.com/StackOneHQ/stackone-client-ruby
Expand Down
10 changes: 5 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
speakeasyVersion: 1.286.3
speakeasyVersion: 1.291.0
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:5d79fc2366f32e0aec81dcdcb92f0dce3183ae47517b659c1c97d9f7e27bcb40
sourceBlobDigest: sha256:df6a83102beacd8203e7b8f51f8686eab9906f8a6447c871f4ca2e405e557130
sourceRevisionDigest: sha256:c9927a9283ec35f24344e36dac8ad0c7f72d515166e703d94addebb44e35ff06
sourceBlobDigest: sha256:c6c9282d82ec7b0a4f656e3a493889f03b05c2a1a21245b3eb65d2d6b928d333
tags:
- latest
- main
targets:
StackOneRubyClient:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:5d79fc2366f32e0aec81dcdcb92f0dce3183ae47517b659c1c97d9f7e27bcb40
sourceBlobDigest: sha256:df6a83102beacd8203e7b8f51f8686eab9906f8a6447c871f4ca2e405e557130
sourceRevisionDigest: sha256:c9927a9283ec35f24344e36dac8ad0c7f72d515166e703d94addebb44e35ff06
sourceBlobDigest: sha256:c6c9282d82ec7b0a4f656e3a493889f03b05c2a1a21245b3eb65d2d6b928d333
outLocation: /github/workspace/repo
workflow:
workflowVersion: 1.0.0
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,4 +278,14 @@ Based on:
### Generated
- [ruby v0.2.20] .
### Releases
- [Ruby Gems v0.2.20] https://rubygems.org/gems/stackone_client/versions/0.2.20 - .
- [Ruby Gems v0.2.20] https://rubygems.org/gems/stackone_client/versions/0.2.20 - .

## 2024-05-15 21:47:21
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.291.0 (2.332.4) https://github.com/speakeasy-api/speakeasy
### Generated
- [ruby v0.2.21] .
### Releases
- [Ruby Gems v0.2.21] https://rubygems.org/gems/stackone_client/versions/0.2.21 - .
580 changes: 290 additions & 290 deletions codeSamples.yaml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/models/operations/hrisgetemploymentrequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

| Field | Type | Required | Description | Example |
| ----------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
| `expand` | *T.nilable(::String)* | :heavy_minus_sign: | The comma separated list of fields that will be expanded in the response | groups |
| `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 |
| `id` | *::String* | :heavy_check_mark: | N/A | |
| `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 | |
Expand Down
2 changes: 1 addition & 1 deletion docs/models/operations/hrisgetgrouprequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------ |
| `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 |
| `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 |
| `id` | *::String* | :heavy_check_mark: | N/A | |
| `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 | |
| `raw` | *T.nilable(T::Boolean)* | :heavy_minus_sign: | Indicates that the raw request result is returned | |
Expand Down
1 change: 1 addition & 0 deletions docs/models/operations/hrislistemploymentsrequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `expand` | *T.nilable(::String)* | :heavy_minus_sign: | The comma separated list of fields that will be expanded in the response | groups |
| `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 |
| `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 |
| `next_` | *T.nilable(::String)* | :heavy_minus_sign: | The unified cursor | |
Expand Down
Loading