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
70 changes: 67 additions & 3 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ speakeasyVersion: 1.291.0
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:c9927a9283ec35f24344e36dac8ad0c7f72d515166e703d94addebb44e35ff06
sourceBlobDigest: sha256:c6c9282d82ec7b0a4f656e3a493889f03b05c2a1a21245b3eb65d2d6b928d333
sourceRevisionDigest: sha256:ffabc956a4198b4966439ec59d15ccecb6a3dcf245dfff55aaa4d87fc93ea354
sourceBlobDigest: sha256:9f0ab4ca3a40f1326ed63346131f3f1af10590d26896237f329233b4c16e7533
tags:
- latest
- main
targets:
StackOneRubyClient:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:c9927a9283ec35f24344e36dac8ad0c7f72d515166e703d94addebb44e35ff06
sourceBlobDigest: sha256:c6c9282d82ec7b0a4f656e3a493889f03b05c2a1a21245b3eb65d2d6b928d333
sourceRevisionDigest: sha256:ffabc956a4198b4966439ec59d15ccecb6a3dcf245dfff55aaa4d87fc93ea354
sourceBlobDigest: sha256:9f0ab4ca3a40f1326ed63346131f3f1af10590d26896237f329233b4c16e7533
outLocation: /github/workspace/repo
workflow:
workflowVersion: 1.0.0
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ s.config_security(
req = ::StackOne::Operations::HrisListEmployeesRequest.new(
expand: "company,employments,work_location,home_location,custom_fields,groups",
fields_: "id,first_name,last_name,name,display_name,gender,ethnicity,date_of_birth,birthday,marital_status,avatar_url,avatar,personal_email,personal_phone_number,work_email,work_phone_number,job_title,job_description,department,cost_centers,benefits,manager_id,hire_date,start_date,tenure,work_anniversary,employment_type,employment_contract_type,employment_status,termination_date,company_name,preferred_language,citizenships,home_location,work_location,employments,custom_fields,documents,created_at,updated_at,employee_number",
filter_updated_after: "2020-01-01T00:00:00.000Z",
filter: ::StackOne::Operations::HrisListEmployeesQueryParamFilter.new(
updated_after: "2020-01-01T00:00:00.000Z",
),
include: "avatar_url,avatar,custom_fields,job_description,benefits",
x_account_id: "<value>",
)
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,4 +288,14 @@ Based on:
### Generated
- [ruby v0.2.21] .
### Releases
- [Ruby Gems v0.2.21] https://rubygems.org/gems/stackone_client/versions/0.2.21 - .
- [Ruby Gems v0.2.21] https://rubygems.org/gems/stackone_client/versions/0.2.21 - .

## 2024-05-16 09:09:00
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.291.0 (2.332.4) https://github.com/speakeasy-api/speakeasy
### Generated
- [ruby v0.2.22] .
### Releases
- [Ruby Gems v0.2.22] https://rubygems.org/gems/stackone_client/versions/0.2.22 - .
4 changes: 3 additions & 1 deletion USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ s.config_security(
req = ::StackOne::Operations::HrisListEmployeesRequest.new(
expand: "company,employments,work_location,home_location,custom_fields,groups",
fields_: "id,first_name,last_name,name,display_name,gender,ethnicity,date_of_birth,birthday,marital_status,avatar_url,avatar,personal_email,personal_phone_number,work_email,work_phone_number,job_title,job_description,department,cost_centers,benefits,manager_id,hire_date,start_date,tenure,work_anniversary,employment_type,employment_contract_type,employment_status,termination_date,company_name,preferred_language,citizenships,home_location,work_location,employments,custom_fields,documents,created_at,updated_at,employee_number",
filter_updated_after: "2020-01-01T00:00:00.000Z",
filter: ::StackOne::Operations::HrisListEmployeesQueryParamFilter.new(
updated_after: "2020-01-01T00:00:00.000Z",
),
include: "avatar_url,avatar,custom_fields,job_description,benefits",
x_account_id: "<value>",
)
Expand Down
586 changes: 293 additions & 293 deletions codeSamples.yaml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,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,path,type,category,contents,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 |
| `filter` | [T.nilable(::StackOne::Operations::Filter)](../../models/operations/filter.md) | :heavy_minus_sign: | Filter parameters that allow greater customisation of the list response | |
| `id` | *::String* | :heavy_check_mark: | N/A | |
| `next_` | *T.nilable(::String)* | :heavy_minus_sign: | The unified cursor | |
| ~~`page`~~ | *T.nilable(::String)* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.<br/><br/>The page number of the results to fetch | |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,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,sections,label,candidate_id,application_id,interview_id,author_id,overall_recommendation,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 |
| `filter` | [T.nilable(::StackOne::Operations::QueryParamFilter)](../../models/operations/queryparamfilter.md) | :heavy_minus_sign: | Filter parameters that allow greater customisation of the list response | |
| `id` | *::String* | :heavy_check_mark: | N/A | |
| `next_` | *T.nilable(::String)* | :heavy_minus_sign: | The unified cursor | |
| ~~`page`~~ | *T.nilable(::String)* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.<br/><br/>The page number of the results to fetch | |
Expand Down
Loading