Skip to content

Commit 900fc3f

Browse files
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.402.14 (#73)
Co-authored-by: speakeasybot <bot@speakeasyapi.dev>
1 parent 29f526a commit 900fc3f

File tree

131 files changed

+2182
-338
lines changed

Some content is hidden

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

131 files changed

+2182
-338
lines changed

.speakeasy/gen.lock

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

.speakeasy/workflow.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
speakeasyVersion: 1.401.2
1+
speakeasyVersion: 1.402.14
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:a4d6c7164be94595bef51e09cabdc75e7d60a469a9acc8cc086d805d998448aa
6-
sourceBlobDigest: sha256:8b18232029934d56d8989642e6d7e7bfc784bc32bc090aa44a6f93e041e579f4
5+
sourceRevisionDigest: sha256:f427f734c6b38a107829a23676c3db6b464256a599c61c095c4233b26218f99f
6+
sourceBlobDigest: sha256:9330bdc6eb68ae3d75bdb3f40a09b58024a1c078c3e780c40c2d8a40e36504c4
77
tags:
88
- latest
99
- main
1010
targets:
1111
StackOneRubyClient:
1212
source: my-source
1313
sourceNamespace: my-source
14-
sourceRevisionDigest: sha256:a4d6c7164be94595bef51e09cabdc75e7d60a469a9acc8cc086d805d998448aa
15-
sourceBlobDigest: sha256:8b18232029934d56d8989642e6d7e7bfc784bc32bc090aa44a6f93e041e579f4
14+
sourceRevisionDigest: sha256:f427f734c6b38a107829a23676c3db6b464256a599c61c095c4233b26218f99f
15+
sourceBlobDigest: sha256:9330bdc6eb68ae3d75bdb3f40a09b58024a1c078c3e780c40c2d8a40e36504c4
1616
workflow:
1717
workflowVersion: 1.0.0
1818
speakeasyVersion: latest

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ end
8888
* [create_application](docs/sdks/ats/README.md#create_application) - Create Application
8989
* [create_candidate](docs/sdks/ats/README.md#create_candidate) - Create Candidate
9090
* [create_candidate_note](docs/sdks/ats/README.md#create_candidate_note) - Create Candidate Note
91+
* [create_job](docs/sdks/ats/README.md#create_job) - Create Job
9192
* [create_offer](docs/sdks/ats/README.md#create_offer) - Creates an offer
9293
* [download_application_document](docs/sdks/ats/README.md#download_application_document) - Download Application Document
9394
* [get_application](docs/sdks/ats/README.md#get_application) - Get Application
@@ -138,6 +139,7 @@ end
138139
* [reject_application](docs/sdks/ats/README.md#reject_application) - Reject Application
139140
* [update_application](docs/sdks/ats/README.md#update_application) - Update an Application
140141
* [update_candidate](docs/sdks/ats/README.md#update_candidate) - Update Candidate
142+
* [update_job](docs/sdks/ats/README.md#update_job) - Update Job
141143
* [upload_application_document](docs/sdks/ats/README.md#upload_application_document) - Upload Application Document
142144

143145
### [Connectors](docs/sdks/connectors/README.md)

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,4 +468,14 @@ Based on:
468468
### Generated
469469
- [ruby v0.2.39] .
470470
### Releases
471-
- [Ruby Gems v0.2.39] https://rubygems.org/gems/stackone_client/versions/0.2.39 - .
471+
- [Ruby Gems v0.2.39] https://rubygems.org/gems/stackone_client/versions/0.2.39 - .
472+
473+
## 2024-09-25 16:17:32
474+
### Changes
475+
Based on:
476+
- OpenAPI Doc
477+
- Speakeasy CLI 1.402.14 (2.422.22) https://github.com/speakeasy-api/speakeasy
478+
### Generated
479+
- [ruby v0.2.40] .
480+
### Releases
481+
- [Ruby Gems v0.2.40] https://rubygems.org/gems/stackone_client/versions/0.2.40 - .

codeSamples.yaml

Lines changed: 22 additions & 34 deletions
Large diffs are not rendered by default.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# AtsCreateJobRequest
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
8+
| `ats_create_job_request_dto` | [::StackOne::Shared::AtsCreateJobRequestDto](../../models/shared/atscreatejobrequestdto.md) | :heavy_check_mark: | N/A |
9+
| `x_account_id` | *::String* | :heavy_check_mark: | The account identifier |
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# AtsCreateJobResponse
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
8+
| `content_type` | *::String* | :heavy_check_mark: | HTTP response content type for this operation |
9+
| `create_result` | [T.nilable(::StackOne::Shared::CreateResult)](../../models/shared/createresult.md) | :heavy_minus_sign: | The job was successfully created. |
10+
| `status_code` | *::Integer* | :heavy_check_mark: | HTTP response status code for this operation |
11+
| `raw_response` | [Faraday::Response](https://www.rubydoc.info/gems/faraday/Faraday/Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# AtsUpdateJobRequest
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
8+
| `ats_update_job_request_dto` | [::StackOne::Shared::AtsUpdateJobRequestDto](../../models/shared/atsupdatejobrequestdto.md) | :heavy_check_mark: | N/A |
9+
| `id` | *::String* | :heavy_check_mark: | N/A |
10+
| `x_account_id` | *::String* | :heavy_check_mark: | The account identifier |
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# AtsUpdateJobResponse
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
8+
| `content_type` | *::String* | :heavy_check_mark: | HTTP response content type for this operation |
9+
| `create_result` | [T.nilable(::StackOne::Shared::CreateResult)](../../models/shared/createresult.md) | :heavy_minus_sign: | The job was successfully updated. |
10+
| `status_code` | *::Integer* | :heavy_check_mark: | HTTP response status code for this operation |
11+
| `raw_response` | [Faraday::Response](https://www.rubydoc.info/gems/faraday/Faraday/Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |

docs/models/operations/lmslistcompletionsrequest.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,5 @@
1212
| `page_size` | *T.nilable(::String)* | :heavy_minus_sign: | The number of results per page | |
1313
| `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 | |
1414
| `raw` | *T.nilable(T::Boolean)* | :heavy_minus_sign: | Indicates that the raw request result is returned | |
15-
| `remote_user_id` | *T.nilable(::String)* | :heavy_minus_sign: | Provider's unique identifier of the user | e3cb75bf-aa84-466e-a6c1-b8322b257a48 |
1615
| ~~`updated_after`~~ | *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/>Use a string with a date to only select results updated after that given date | 2020-01-01T00:00:00.000Z |
17-
| `user_id` | *T.nilable(::String)* | :heavy_minus_sign: | The user ID associated with this completion | 746359 |
1816
| `x_account_id` | *::String* | :heavy_check_mark: | The account identifier | |

0 commit comments

Comments
 (0)