Skip to content

Commit 839d7bd

Browse files
ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.200.0 (#22)
Co-authored-by: speakeasybot <bot@speakeasyapi.dev>
1 parent 1c5f692 commit 839d7bd

File tree

401 files changed

+3588
-646
lines changed

Some content is hidden

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

401 files changed

+3588
-646
lines changed

.speakeasy/gen.lock

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

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
stackone_client (0.2.2)
4+
stackone_client (0.2.3)
55
faraday
66
faraday-multipart
77
rack

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,25 +119,30 @@ end
119119
### [Hris](docs/sdks/hris/README.md)
120120

121121
* [create_employee](docs/sdks/hris/README.md#create_employee) - Creates an employee
122+
* [create_employee_document](docs/sdks/hris/README.md#create_employee_document) - Create Employee Document
122123
* [create_employee_time_off_request](docs/sdks/hris/README.md#create_employee_time_off_request) - Create Employee Time Off Request
124+
* [create_employee_work_eligibility_request](docs/sdks/hris/README.md#create_employee_work_eligibility_request) - Create Employee Work Eligibility Request
123125
* [create_time_off_request](docs/sdks/hris/README.md#create_time_off_request) - Creates a time off request
124126
* [get_benefit](docs/sdks/hris/README.md#get_benefit) - Get Benefit
125127
* [get_company](docs/sdks/hris/README.md#get_company) - Get Company
126128
* [get_employee](docs/sdks/hris/README.md#get_employee) - Get Employee
127129
* [get_employee_document](docs/sdks/hris/README.md#get_employee_document) - Get Employee Document
128130
* [get_employees_time_off_request](docs/sdks/hris/README.md#get_employees_time_off_request) - Get Employees Time Off Request
131+
* [get_employees_work_eligibility](docs/sdks/hris/README.md#get_employees_work_eligibility) - Get Employees Work Eligibility
129132
* [get_employment](docs/sdks/hris/README.md#get_employment) - Get Employment
130133
* [get_location](docs/sdks/hris/README.md#get_location) - Get Location
131134
* [get_time_off_request](docs/sdks/hris/README.md#get_time_off_request) - Get time off request
132135
* [list_benefits](docs/sdks/hris/README.md#list_benefits) - List benefits
133136
* [list_companies](docs/sdks/hris/README.md#list_companies) - List Companies
134137
* [list_employee_documents](docs/sdks/hris/README.md#list_employee_documents) - List Employee Documents
135138
* [list_employee_time_off_requests](docs/sdks/hris/README.md#list_employee_time_off_requests) - List Employee Time Off Requests
139+
* [list_employee_work_eligibility](docs/sdks/hris/README.md#list_employee_work_eligibility) - List Employee Work Eligibility
136140
* [list_employees](docs/sdks/hris/README.md#list_employees) - List Employees
137141
* [list_employments](docs/sdks/hris/README.md#list_employments) - List Employments
138142
* [list_locations](docs/sdks/hris/README.md#list_locations) - List locations
139143
* [list_time_off_requests](docs/sdks/hris/README.md#list_time_off_requests) - List time off requests
140144
* [update_employee](docs/sdks/hris/README.md#update_employee) - Updates an employee
145+
* [update_employee_work_eligibility_request](docs/sdks/hris/README.md#update_employee_work_eligibility_request) - Update Employee Work Eligibility Request
141146
* [update_time_off_request](docs/sdks/hris/README.md#update_time_off_request) - Update time off request
142147

143148
### [Marketing](docs/sdks/marketing/README.md)

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,14 @@ Based on:
7878
### Generated
7979
- [ruby v0.2.2] .
8080
### Releases
81-
- [Ruby Gems v0.2.2] https://rubygems.org/gems/stackone_client/versions/0.2.2 - .
81+
- [Ruby Gems v0.2.2] https://rubygems.org/gems/stackone_client/versions/0.2.2 - .
82+
83+
## 2024-03-04 09:30:21
84+
### Changes
85+
Based on:
86+
- OpenAPI Doc 1.0.0
87+
- Speakeasy CLI 1.200.0 (2.277.0) https://github.com/speakeasy-api/speakeasy
88+
### Generated
89+
- [ruby v0.2.3] .
90+
### Releases
91+
- [Ruby Gems v0.2.3] https://rubygems.org/gems/stackone_client/versions/0.2.3 - .

docs/models/operations/atsgetapplicationdocumentrequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
| `next_` | *T.nilable(::String)* | :heavy_minus_sign: | The unified cursor |
1111
| ~~`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 |
1212
| `page_size` | *T.nilable(::String)* | :heavy_minus_sign: | The number of results per page |
13-
| `proxy` | [T.nilable(::StackOne::Operations::QueryParamProxy)](../../models/operations/queryparamproxy.md) | :heavy_minus_sign: | Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key |
13+
| `proxy` | [T.nilable(::StackOne::Operations::QueryParamProxy)](../../models/operations/queryparamproxy.md) | :heavy_minus_sign: | Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key |
1414
| `raw` | *T.nilable(T::Boolean)* | :heavy_minus_sign: | Indicates that the raw request result is returned |
1515
| `sub_resource_id` | *::String* | :heavy_check_mark: | N/A |
1616
| ~~`sync_token`~~ | *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 sync token to select the only updated results |

docs/models/operations/atsgetapplicationofferqueryparamproxy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AtsGetApplicationOfferQueryParamProxy
22

3-
Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
3+
Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
44

55

66
## Fields

docs/models/operations/atsgetapplicationofferrequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
| `next_` | *T.nilable(::String)* | :heavy_minus_sign: | The unified cursor |
1111
| ~~`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 |
1212
| `page_size` | *T.nilable(::String)* | :heavy_minus_sign: | The number of results per page |
13-
| `proxy` | [T.nilable(::StackOne::Operations::AtsGetApplicationOfferQueryParamProxy)](../../models/operations/atsgetapplicationofferqueryparamproxy.md) | :heavy_minus_sign: | Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key |
13+
| `proxy` | [T.nilable(::StackOne::Operations::AtsGetApplicationOfferQueryParamProxy)](../../models/operations/atsgetapplicationofferqueryparamproxy.md) | :heavy_minus_sign: | Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key |
1414
| `raw` | *T.nilable(T::Boolean)* | :heavy_minus_sign: | Indicates that the raw request result is returned |
1515
| `sub_resource_id` | *::String* | :heavy_check_mark: | N/A |
1616
| ~~`sync_token`~~ | *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 sync token to select the only updated results |

0 commit comments

Comments
 (0)