Skip to content

Commit d0b9193

Browse files
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.418.2 (#76)
Co-authored-by: speakeasybot <bot@speakeasyapi.dev>
1 parent 51146cf commit d0b9193

12 files changed

Lines changed: 51 additions & 32 deletions

File tree

.speakeasy/gen.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 482384cc-3b98-4ced-bd0b-14aa8b3e0053
33
management:
4-
docChecksum: 79baa45f541967c6ae2a170ad9d2c410
4+
docChecksum: fd87ee2f666440f0d1521a4f0b0ea26f
55
docVersion: 1.0.0
6-
speakeasyVersion: 1.408.0
7-
generationVersion: 2.429.0
8-
releaseVersion: 0.2.42
9-
configChecksum: ff0f2b5c834fb31050f5dfede57bb77e
6+
speakeasyVersion: 1.418.2
7+
generationVersion: 2.438.3
8+
releaseVersion: 0.2.43
9+
configChecksum: e8cb4a49ce56dd93e51e21b842d3119e
1010
repoURL: https://github.com/StackOneHQ/stackone-client-ruby.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/StackOneHQ/stackone-client-ruby

.speakeasy/workflow.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
speakeasyVersion: 1.408.0
1+
speakeasyVersion: 1.418.2
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:62fa16fdd34f4e88be12642cb31595f2e7c683e33a6ba0495ba1c5548d1d3185
6-
sourceBlobDigest: sha256:51767f3a54205e5ed8a68f64c5147fdc25768b8b2cdd0712cc9be629291a5b96
5+
sourceRevisionDigest: sha256:1b705b3332ef02888be686ee30bb88bca2823456d55c138b2f6d2d2ed2ddecb0
6+
sourceBlobDigest: sha256:0c1ff578825d2efe803d92b3d9ce9d7e68e4e132bb3084e5e297bfb666f660df
77
tags:
88
- latest
99
- main
1010
targets:
1111
StackOneRubyClient:
1212
source: my-source
1313
sourceNamespace: my-source
14-
sourceRevisionDigest: sha256:62fa16fdd34f4e88be12642cb31595f2e7c683e33a6ba0495ba1c5548d1d3185
15-
sourceBlobDigest: sha256:51767f3a54205e5ed8a68f64c5147fdc25768b8b2cdd0712cc9be629291a5b96
14+
sourceRevisionDigest: sha256:1b705b3332ef02888be686ee30bb88bca2823456d55c138b2f6d2d2ed2ddecb0
15+
sourceBlobDigest: sha256:0c1ff578825d2efe803d92b3d9ce9d7e68e4e132bb3084e5e297bfb666f660df
1616
workflow:
1717
workflowVersion: 1.0.0
1818
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,4 +498,14 @@ Based on:
498498
### Generated
499499
- [ruby v0.2.42] .
500500
### Releases
501-
- [Ruby Gems v0.2.42] https://rubygems.org/gems/stackone_client/versions/0.2.42 - .
501+
- [Ruby Gems v0.2.42] https://rubygems.org/gems/stackone_client/versions/0.2.42 - .
502+
503+
## 2024-10-14 09:01:24
504+
### Changes
505+
Based on:
506+
- OpenAPI Doc
507+
- Speakeasy CLI 1.418.2 (2.438.3) https://github.com/speakeasy-api/speakeasy
508+
### Generated
509+
- [ruby v0.2.43] .
510+
### Releases
511+
- [Ruby Gems v0.2.43] https://rubygems.org/gems/stackone_client/versions/0.2.43 - .

codeSamples.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ actions:
8080
x-codeSamples:
8181
- lang: ruby
8282
label: ats_update_application
83-
source: "require 'stackone_client'\n\n\ns = ::StackOne::StackOne.new\ns.config_security(\n ::StackOne::Shared::Security.new(\n username: \"\",\n password: \"\",\n )\n)\n\n \nres = s.ats.update_application(id=\"<id>\", x_account_id=\"<id>\", ats_update_application_request_dto=::StackOne::Shared::AtsUpdateApplicationRequestDto.new(\n passthrough: {\n \"other_known_names\": \"John Doe\",\n },\n rejected_reason_id: \"f223d7f6-908b-48f0-9237-b201c307f609\",\n custom_fields: [\n ::StackOne::Shared::ApplicationCustomFields.new(\n id: \"8187e5da-dc77-475e-9949-af0f1fa4e4e3\",\n remote_id: \"8187e5da-dc77-475e-9949-af0f1fa4e4e3\",\n name: \"Training Completion Status\",\n value: \"Completed\",\n value_id: \"value_456\",\n remote_value_id: \"e3cb75bf-aa84-466e-a6c1-b8322b257a48\",\n ),\n ],\n application_status: ::StackOne::Shared::AtsUpdateApplicationRequestDtoApplicationStatus.new(\n value: ::StackOne::Shared::AtsUpdateApplicationRequestDtoValue::HIRED,\n source_value: \"Hired\",\n ),\n source: ::StackOne::Shared::AtsUpdateApplicationRequestDtoSource.new(\n id: \"8187e5da-dc77-475e-9949-af0f1fa4e4e3\",\n name: \"LinkedIn\",\n ),\n interview_stage_id: \"18bcbb1b-3cbc-4198-a999-460861d19480\",\n))\n\nif ! res.update_result.nil?\n # handle response\nend"
83+
source: "require 'stackone_client'\n\n\ns = ::StackOne::StackOne.new\ns.config_security(\n ::StackOne::Shared::Security.new(\n username: \"\",\n password: \"\",\n )\n)\n\n \nres = s.ats.update_application(id=\"<id>\", x_account_id=\"<id>\", ats_update_application_request_dto=::StackOne::Shared::AtsUpdateApplicationRequestDto.new(\n passthrough: {\n \"other_known_names\": \"John Doe\",\n },\n custom_fields: [\n ::StackOne::Shared::ApplicationCustomFields.new(\n id: \"8187e5da-dc77-475e-9949-af0f1fa4e4e3\",\n remote_id: \"8187e5da-dc77-475e-9949-af0f1fa4e4e3\",\n name: \"Training Completion Status\",\n value: \"Completed\",\n value_id: \"value_456\",\n remote_value_id: \"e3cb75bf-aa84-466e-a6c1-b8322b257a48\",\n ),\n ],\n application_status: ::StackOne::Shared::AtsUpdateApplicationRequestDtoApplicationStatus.new(\n value: ::StackOne::Shared::AtsUpdateApplicationRequestDtoValue::HIRED,\n source_value: \"Hired\",\n ),\n source: ::StackOne::Shared::AtsUpdateApplicationRequestDtoSource.new(\n id: \"8187e5da-dc77-475e-9949-af0f1fa4e4e3\",\n name: \"LinkedIn\",\n ),\n interview_stage_id: \"18bcbb1b-3cbc-4198-a999-460861d19480\",\n))\n\nif ! res.update_result.nil?\n # handle response\nend"
8484
- target: $["paths"]["/unified/ats/applications/{id}/documents"]["get"]
8585
update:
8686
x-codeSamples:

docs/models/shared/atsupdateapplicationrequestdto.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description | Example |
7-
| -------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- |
8-
| `application_status` | [T.nilable(::StackOne::Shared::AtsUpdateApplicationRequestDtoApplicationStatus)](../../models/shared/atsupdateapplicationrequestdtoapplicationstatus.md) | :heavy_minus_sign: | N/A | |
9-
| `custom_fields` | T::Array<[::StackOne::Shared::ApplicationCustomFields](../../models/shared/applicationcustomfields.md)> | :heavy_minus_sign: | The application custom fields | |
10-
| `interview_stage_id` | *T.nilable(::String)* | :heavy_minus_sign: | Unique identifier of the interview stage | 18bcbb1b-3cbc-4198-a999-460861d19480 |
11-
| `passthrough` | T::Hash[Symbol, *::Object*] | :heavy_minus_sign: | Value to pass through to the provider | {<br/>"other_known_names": "John Doe"<br/>} |
12-
| `rejected_reason_id` | *T.nilable(::String)* | :heavy_minus_sign: | Unique identifier of the rejection reason | f223d7f6-908b-48f0-9237-b201c307f609 |
13-
| `source` | [T.nilable(::StackOne::Shared::AtsUpdateApplicationRequestDtoSource)](../../models/shared/atsupdateapplicationrequestdtosource.md) | :heavy_minus_sign: | N/A | |
6+
| Field | Type | Required | Description | Example |
7+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
8+
| `application_status` | [T.nilable(::StackOne::Shared::AtsUpdateApplicationRequestDtoApplicationStatus)](../../models/shared/atsupdateapplicationrequestdtoapplicationstatus.md) | :heavy_minus_sign: | N/A | |
9+
| `custom_fields` | T::Array<[::StackOne::Shared::ApplicationCustomFields](../../models/shared/applicationcustomfields.md)> | :heavy_minus_sign: | The application custom fields | |
10+
| `interview_stage_id` | *T.nilable(::String)* | :heavy_minus_sign: | Unique identifier of the interview stage | 18bcbb1b-3cbc-4198-a999-460861d19480 |
11+
| `passthrough` | T::Hash[Symbol, *::Object*] | :heavy_minus_sign: | Value to pass through to the provider | {<br/>"other_known_names": "John Doe"<br/>} |
12+
| ~~`rejected_reason_id`~~ | *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/>Unique identifier of the rejection reason | f223d7f6-908b-48f0-9237-b201c307f609 |
13+
| `source` | [T.nilable(::StackOne::Shared::AtsUpdateApplicationRequestDtoSource)](../../models/shared/atsupdateapplicationrequestdtosource.md) | :heavy_minus_sign: | N/A | |

docs/models/shared/costcenters.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description | Example |
7-
| ------------------------- | ------------------------- | ------------------------- | ------------------------- | ------------------------- |
8-
| `distribution_percentage` | *T.nilable(::Float)* | :heavy_minus_sign: | N/A | 100 |
9-
| `name` | *T.nilable(::String)* | :heavy_minus_sign: | N/A | R&D |
6+
| Field | Type | Required | Description | Example |
7+
| ------------------------------------ | ------------------------------------ | ------------------------------------ | ------------------------------------ | ------------------------------------ |
8+
| `distribution_percentage` | *T.nilable(::Float)* | :heavy_minus_sign: | N/A | 100 |
9+
| `id` | *T.nilable(::String)* | :heavy_minus_sign: | Unique identifier | 8187e5da-dc77-475e-9949-af0f1fa4e4e3 |
10+
| `name` | *T.nilable(::String)* | :heavy_minus_sign: | N/A | R&D |
11+
| `remote_id` | *T.nilable(::String)* | :heavy_minus_sign: | Provider's unique identifier | 8187e5da-dc77-475e-9949-af0f1fa4e4e3 |

docs/sdks/ats/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2670,7 +2670,6 @@ res = s.ats.update_application(ats_update_application_request_dto=::StackOne::Sh
26702670
passthrough: {
26712671
"other_known_names": "John Doe",
26722672
},
2673-
rejected_reason_id: "f223d7f6-908b-48f0-9237-b201c307f609",
26742673
source: ::StackOne::Shared::AtsUpdateApplicationRequestDtoSource.new(
26752674
id: "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
26762675
name: "LinkedIn",

0 commit comments

Comments
 (0)