Skip to content

Commit 27b89f9

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

174 files changed

Lines changed: 1994 additions & 635 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.speakeasy/gen.lock

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

.speakeasy/workflow.lock

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

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ s.config_security(
3535
req = ::StackOne::Operations::HrisListEmployeesRequest.new(
3636
expand: "company,employments,work_location,home_location,custom_fields,groups",
3737
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",
38-
filter_updated_after: "2020-01-01T00:00:00.000Z",
38+
filter: ::StackOne::Operations::HrisListEmployeesQueryParamFilter.new(
39+
updated_after: "2020-01-01T00:00:00.000Z",
40+
),
3941
include: "avatar_url,avatar,custom_fields,job_description,benefits",
4042
x_account_id: "<value>",
4143
)

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,4 +288,14 @@ Based on:
288288
### Generated
289289
- [ruby v0.2.21] .
290290
### Releases
291-
- [Ruby Gems v0.2.21] https://rubygems.org/gems/stackone_client/versions/0.2.21 - .
291+
- [Ruby Gems v0.2.21] https://rubygems.org/gems/stackone_client/versions/0.2.21 - .
292+
293+
## 2024-05-16 09:09:00
294+
### Changes
295+
Based on:
296+
- OpenAPI Doc
297+
- Speakeasy CLI 1.291.0 (2.332.4) https://github.com/speakeasy-api/speakeasy
298+
### Generated
299+
- [ruby v0.2.22] .
300+
### Releases
301+
- [Ruby Gems v0.2.22] https://rubygems.org/gems/stackone_client/versions/0.2.22 - .

USAGE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ s.config_security(
1616
req = ::StackOne::Operations::HrisListEmployeesRequest.new(
1717
expand: "company,employments,work_location,home_location,custom_fields,groups",
1818
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",
19-
filter_updated_after: "2020-01-01T00:00:00.000Z",
19+
filter: ::StackOne::Operations::HrisListEmployeesQueryParamFilter.new(
20+
updated_after: "2020-01-01T00:00:00.000Z",
21+
),
2022
include: "avatar_url,avatar,custom_fields,job_description,benefits",
2123
x_account_id: "<value>",
2224
)

codeSamples.yaml

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

docs/models/operations/atslistapplicationdocumentsrequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
| Field | Type | Required | Description | Example |
77
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
88
| `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 |
9-
| `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 |
9+
| `filter` | [T.nilable(::StackOne::Operations::Filter)](../../models/operations/filter.md) | :heavy_minus_sign: | Filter parameters that allow greater customisation of the list response | |
1010
| `id` | *::String* | :heavy_check_mark: | N/A | |
1111
| `next_` | *T.nilable(::String)* | :heavy_minus_sign: | The unified cursor | |
1212
| ~~`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 | |

docs/models/operations/atslistapplicationscorecardsrequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
| Field | Type | Required | Description | Example |
77
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
88
| `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 |
9-
| `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 |
9+
| `filter` | [T.nilable(::StackOne::Operations::QueryParamFilter)](../../models/operations/queryparamfilter.md) | :heavy_minus_sign: | Filter parameters that allow greater customisation of the list response | |
1010
| `id` | *::String* | :heavy_check_mark: | N/A | |
1111
| `next_` | *T.nilable(::String)* | :heavy_minus_sign: | The unified cursor | |
1212
| ~~`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 | |

0 commit comments

Comments
 (0)