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
240 changes: 180 additions & 60 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.5
version: 1.2.6
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.791.0
speakeasyVersion: 1.793.0
sources:
kombo-prepared-spec:
sourceNamespace: kombo-api
sourceRevisionDigest: sha256:eb1dc10690894387b28e95abdbb6fdabbf0487732d768fe517c531e939067667
sourceBlobDigest: sha256:2a0870c417dba29d8989de5f0d60dc06dbd6418cd4f0da47c0a4491177d6aa3e
sourceRevisionDigest: sha256:854a327f8aec7e3c1aeab9f10147af163706b08cbf4a7d83371d69890d66e765
sourceBlobDigest: sha256:a19ef6296c8b75862f7d553e501cbdac2c0bd98f3002ed81962384dbafd0cd25
tags:
- latest
- 1.0.0
targets:
kombo-ruby:
source: kombo-prepared-spec
sourceNamespace: kombo-api
sourceRevisionDigest: sha256:eb1dc10690894387b28e95abdbb6fdabbf0487732d768fe517c531e939067667
sourceBlobDigest: sha256:2a0870c417dba29d8989de5f0d60dc06dbd6418cd4f0da47c0a4491177d6aa3e
sourceRevisionDigest: sha256:854a327f8aec7e3c1aeab9f10147af163706b08cbf4a7d83371d69890d66e765
sourceBlobDigest: sha256:a19ef6296c8b75862f7d553e501cbdac2c0bd98f3002ed81962384dbafd0cd25
codeSamplesNamespace: kombo-api-python-ruby-code-samples
codeSamplesRevisionDigest: sha256:9ae0d19b613ec70ac72d723fcc803d1bc29a017906244afbd59e6bf62d047fbc
codeSamplesRevisionDigest: sha256:a48930d18a207fd4bee01d11c261ed39ea0e2f0afbec79c57501885675a1932f
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.5)
kombo (1.2.6)
base64 (>= 0.2.0, < 1.0)
faraday (>= 2.14.3)
faraday-multipart (~> 1.2.0)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ s = ::Kombo::Kombo.new(
* [get_offers](docs/sdks/ats/README.md#get_offers) - Get offers
* [get_rejection_reasons](docs/sdks/ats/README.md#get_rejection_reasons) - Get rejection reasons
* [get_interviews](docs/sdks/ats/README.md#get_interviews) - Get interviews
* [get_ats_notes](docs/sdks/ats/README.md#get_ats_notes) - Get notes
* [import_tracked_application](docs/sdks/ats/README.md#import_tracked_application) - Import tracked application

### [Connect](docs/sdks/connect/README.md)
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,4 +198,14 @@ Based on:
### Generated
- [ruby v1.2.5] .
### Releases
- [Ruby Gems v1.2.5] https://rubygems.org/gems/kombo/versions/1.2.5 - .
- [Ruby Gems v1.2.5] https://rubygems.org/gems/kombo/versions/1.2.5 - .

## 2026-08-11 00:29:48
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.793.0 (2.928.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [ruby v1.2.6] .
### Releases
- [Ruby Gems v1.2.6] https://rubygems.org/gems/kombo/versions/1.2.6 - .
2 changes: 1 addition & 1 deletion docs/models/operations/getatsapplicationsrequest.md

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions docs/models/operations/getatsnotesrequest.md

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions docs/models/operations/getatsnotesresponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# GetAtsNotesResponse


## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
| `content_type` | *::String* | :heavy_check_mark: | HTTP response content type for this operation |
| `status_code` | *::Integer* | :heavy_check_mark: | HTTP response status code for this operation |
| `raw_response` | [Faraday::Response](https://www.rubydoc.info/gems/faraday/Faraday/Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
| `get_ats_notes_positive_response` | [T.nilable(Models::Shared::GetAtsNotesPositiveResponse)](../../models/shared/getatsnotespositiveresponse.md) | :heavy_minus_sign: | GET /ats/notes Positive response |
12 changes: 12 additions & 0 deletions docs/models/shared/author.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Author


## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `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. |
| `first_name` | *T.nilable(::String)* | :heavy_check_mark: | First name of the user. |
| `last_name` | *T.nilable(::String)* | :heavy_check_mark: | Last name of the user. |
| `email` | *T.nilable(::String)* | :heavy_minus_sign: | Email of the user. If the email address is invalid, it will be set to null. |
Loading
Loading