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
329 changes: 237 additions & 92 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ generation:
generateNewTests: true
skipResponseBodyAssertions: false
ruby:
version: 1.2.3
version: 1.2.4
additionalDependencies:
development:
irb: ""
Expand Down
12 changes: 6 additions & 6 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
speakeasyVersion: 1.790.2
speakeasyVersion: 1.790.3
sources:
kombo-prepared-spec:
sourceNamespace: kombo-api
sourceRevisionDigest: sha256:bb4087e9aeff9c8256008685ac49958f5351988bc6ecb84c056b819750a9401c
sourceBlobDigest: sha256:72a46cf0dbad03b44640806a1ed02bca908631315f77459c76e7a46c2eabb4b9
sourceRevisionDigest: sha256:71f5342aa2d61fa65adf2c2c23b309d0f57de38c4fbefb3e8087db9e8c75e4c0
sourceBlobDigest: sha256:a2595eea65c57fa99de14be705908ecc133009cc082fa952a9270fc5ffd0dec6
tags:
- latest
- 1.0.0
targets:
kombo-ruby:
source: kombo-prepared-spec
sourceNamespace: kombo-api
sourceRevisionDigest: sha256:bb4087e9aeff9c8256008685ac49958f5351988bc6ecb84c056b819750a9401c
sourceBlobDigest: sha256:72a46cf0dbad03b44640806a1ed02bca908631315f77459c76e7a46c2eabb4b9
sourceRevisionDigest: sha256:71f5342aa2d61fa65adf2c2c23b309d0f57de38c4fbefb3e8087db9e8c75e4c0
sourceBlobDigest: sha256:a2595eea65c57fa99de14be705908ecc133009cc082fa952a9270fc5ffd0dec6
codeSamplesNamespace: kombo-api-python-ruby-code-samples
codeSamplesRevisionDigest: sha256:57f00fb95516d2ec1609984f4f125ef3e9a1a2fd5f3aac59f516ef2878d94f75
codeSamplesRevisionDigest: sha256:8ffa97bb0b447dcc774d0803210b0c9f14a7c290b8964b5848ec48d50cdb920e
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
kombo (1.2.3)
kombo (1.2.4)
base64 (>= 0.2.0, < 1.0)
faraday (>= 2.14.3)
faraday-multipart (~> 1.2.0)
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,4 +178,14 @@ Based on:
### Generated
- [ruby v1.2.3] .
### Releases
- [Ruby Gems v1.2.3] https://rubygems.org/gems/kombo/versions/1.2.3 - .
- [Ruby Gems v1.2.3] https://rubygems.org/gems/kombo/versions/1.2.3 - .

## 2026-07-22 00:49:00
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.790.3 (2.918.4) https://github.com/speakeasy-api/speakeasy
### Generated
- [ruby v1.2.4] .
### Releases
- [Ruby Gems v1.2.4] https://rubygems.org/gems/kombo/versions/1.2.4 - .
24 changes: 12 additions & 12 deletions docs/models/operations/gethrisstaffingentitiesrequest.md

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions docs/models/shared/currentstagestatus.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# CurrentStageStatus

Whether the application stage is active in the ATS. Inactive stages (also e.g., archived or hidden) may still be referenced by existing applications but are typically not part of the current hiring workflow.

## Example Usage

```ruby
require "kombo"

value = CurrentStageStatus::ACTIVE
```


## Values

| Name | Value |
| ---------- | ---------- |
| `ACTIVE` | ACTIVE |
| `INACTIVE` | INACTIVE |
4 changes: 4 additions & 0 deletions docs/models/shared/expectedproficiency.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# ExpectedProficiency

The expected proficiency for this role. `null` when the source system carries no proficiency on the role side.

9 changes: 9 additions & 0 deletions docs/models/shared/expectedproficiencynumeric.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# ExpectedProficiencyNumeric


## Fields

| Field | Type | Required | Description |
| ------------------------------------------- | ------------------------------------------- | ------------------------------------------- | ------------------------------------------- |
| `type` | *::String* | :heavy_check_mark: | N/A |
| `value` | *::Float* | :heavy_check_mark: | The numeric proficiency value on the scale. |
9 changes: 9 additions & 0 deletions docs/models/shared/expectedproficiencysingleselect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# ExpectedProficiencySingleSelect


## Fields

| Field | Type | Required | Description |
| -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- |
| `type` | *::String* | :heavy_check_mark: | N/A |
| `selected_option_id` | *::String* | :heavy_check_mark: | The Kombo ID of the selected option on the scale (`proficiency_scale.ordered_options[].id`). |
8 changes: 4 additions & 4 deletions docs/models/shared/getatsapplicationspositiveresponse.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
| `id` | *::String* | :heavy_check_mark: | The globally unique ID of this object generated by Kombo. We recommend using this as a stable primary key for syncing. | |
| `remote_id` | *T.nilable(::String)* | :heavy_check_mark: | The raw ID of the object in the remote system. We don't recommend using this as a primary key on your side as it might sometimes be compromised of multiple identifiers if a system doesn't provide a clear primary key. | |
| `name` | *T.nilable(::String)* | :heavy_check_mark: | The application stage name. For example, "Initial Screening". | |
| `status` | [T.nilable(Models::Shared::CurrentStageStatus)](../../models/shared/currentstagestatus.md) | :heavy_check_mark: | Whether the application stage is active in the ATS. Inactive stages (also e.g., archived or hidden) may still be referenced by existing applications but are typically not part of the current hiring workflow. | |
| `custom_fields` | T::Hash[Symbol, *::Object*] | :heavy_check_mark: | A key-value store of fields not covered by the schema. [Read more](/custom-fields) | |
| `index` | *T.nilable(::Integer)* | :heavy_check_mark: | N/A | 2 |
Loading
Loading