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
10 changes: 5 additions & 5 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: 482384cc-3b98-4ced-bd0b-14aa8b3e0053
management:
docChecksum: 79baa45f541967c6ae2a170ad9d2c410
docChecksum: fd87ee2f666440f0d1521a4f0b0ea26f
docVersion: 1.0.0
speakeasyVersion: 1.408.0
generationVersion: 2.429.0
releaseVersion: 0.2.42
configChecksum: ff0f2b5c834fb31050f5dfede57bb77e
speakeasyVersion: 1.418.2
generationVersion: 2.438.3
releaseVersion: 0.2.43
configChecksum: e8cb4a49ce56dd93e51e21b842d3119e
repoURL: https://github.com/StackOneHQ/stackone-client-ruby.git
repoSubDirectory: .
installationURL: https://github.com/StackOneHQ/stackone-client-ruby
Expand Down
10 changes: 5 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
speakeasyVersion: 1.408.0
speakeasyVersion: 1.418.2
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:62fa16fdd34f4e88be12642cb31595f2e7c683e33a6ba0495ba1c5548d1d3185
sourceBlobDigest: sha256:51767f3a54205e5ed8a68f64c5147fdc25768b8b2cdd0712cc9be629291a5b96
sourceRevisionDigest: sha256:1b705b3332ef02888be686ee30bb88bca2823456d55c138b2f6d2d2ed2ddecb0
sourceBlobDigest: sha256:0c1ff578825d2efe803d92b3d9ce9d7e68e4e132bb3084e5e297bfb666f660df
tags:
- latest
- main
targets:
StackOneRubyClient:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:62fa16fdd34f4e88be12642cb31595f2e7c683e33a6ba0495ba1c5548d1d3185
sourceBlobDigest: sha256:51767f3a54205e5ed8a68f64c5147fdc25768b8b2cdd0712cc9be629291a5b96
sourceRevisionDigest: sha256:1b705b3332ef02888be686ee30bb88bca2823456d55c138b2f6d2d2ed2ddecb0
sourceBlobDigest: sha256:0c1ff578825d2efe803d92b3d9ce9d7e68e4e132bb3084e5e297bfb666f660df
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -498,4 +498,14 @@ Based on:
### Generated
- [ruby v0.2.42] .
### Releases
- [Ruby Gems v0.2.42] https://rubygems.org/gems/stackone_client/versions/0.2.42 - .
- [Ruby Gems v0.2.42] https://rubygems.org/gems/stackone_client/versions/0.2.42 - .

## 2024-10-14 09:01:24
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.418.2 (2.438.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [ruby v0.2.43] .
### Releases
- [Ruby Gems v0.2.43] https://rubygems.org/gems/stackone_client/versions/0.2.43 - .
2 changes: 1 addition & 1 deletion codeSamples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ actions:
x-codeSamples:
- lang: ruby
label: ats_update_application
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"
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"
- target: $["paths"]["/unified/ats/applications/{id}/documents"]["get"]
update:
x-codeSamples:
Expand Down
16 changes: 8 additions & 8 deletions docs/models/shared/atsupdateapplicationrequestdto.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

## Fields

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

## Fields

| Field | Type | Required | Description | Example |
| ------------------------- | ------------------------- | ------------------------- | ------------------------- | ------------------------- |
| `distribution_percentage` | *T.nilable(::Float)* | :heavy_minus_sign: | N/A | 100 |
| `name` | *T.nilable(::String)* | :heavy_minus_sign: | N/A | R&D |
| Field | Type | Required | Description | Example |
| ------------------------------------ | ------------------------------------ | ------------------------------------ | ------------------------------------ | ------------------------------------ |
| `distribution_percentage` | *T.nilable(::Float)* | :heavy_minus_sign: | N/A | 100 |
| `id` | *T.nilable(::String)* | :heavy_minus_sign: | Unique identifier | 8187e5da-dc77-475e-9949-af0f1fa4e4e3 |
| `name` | *T.nilable(::String)* | :heavy_minus_sign: | N/A | R&D |
| `remote_id` | *T.nilable(::String)* | :heavy_minus_sign: | Provider's unique identifier | 8187e5da-dc77-475e-9949-af0f1fa4e4e3 |
1 change: 0 additions & 1 deletion docs/sdks/ats/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2670,7 +2670,6 @@ res = s.ats.update_application(ats_update_application_request_dto=::StackOne::Sh
passthrough: {
"other_known_names": "John Doe",
},
rejected_reason_id: "f223d7f6-908b-48f0-9237-b201c307f609",
source: ::StackOne::Shared::AtsUpdateApplicationRequestDtoSource.new(
id: "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
name: "LinkedIn",
Expand Down
Loading