Skip to content

Commit b2f03f4

Browse files
chore: 🐝 Update SDK - SDK Generation KOMBO-RUBY 1.0.6 (#17)
Co-authored-by: speakeasybot <bot@speakeasyapi.dev>
1 parent b62ca79 commit b2f03f4

18 files changed

Lines changed: 115 additions & 61 deletions

.speakeasy/gen.lock

Lines changed: 37 additions & 35 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ generation:
3131
skipResponseBodyAssertions: false
3232
versioningStrategy: automatic
3333
ruby:
34-
version: 1.0.5
34+
version: 1.0.6
3535
additionalDependencies:
3636
development:
3737
irb: ""

.speakeasy/workflow.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ speakeasyVersion: 1.700.2
22
sources:
33
kombo-prepared-spec:
44
sourceNamespace: kombo-api
5-
sourceRevisionDigest: sha256:33340c16e7ba53e7587911a63024f906006040c931ab6829404d7159b553dabd
6-
sourceBlobDigest: sha256:ab2d7b04437d529407d7e874b58df144a1d47651f73c789fc3c48dce567df180
5+
sourceRevisionDigest: sha256:39807609d1198677b0f0b4dfcce3278a66d86fb4041e659df0f555509f03530c
6+
sourceBlobDigest: sha256:45ec84f5c4833c0d37d470d00955738ccbddac8b1f5d39eb33259d5371c8025e
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1772153310
9+
- speakeasy-sdk-regen-1774572746
1010
- 1.0.0
1111
targets:
1212
kombo-ruby:
1313
source: kombo-prepared-spec
1414
sourceNamespace: kombo-api
15-
sourceRevisionDigest: sha256:33340c16e7ba53e7587911a63024f906006040c931ab6829404d7159b553dabd
16-
sourceBlobDigest: sha256:ab2d7b04437d529407d7e874b58df144a1d47651f73c789fc3c48dce567df180
15+
sourceRevisionDigest: sha256:39807609d1198677b0f0b4dfcce3278a66d86fb4041e659df0f555509f03530c
16+
sourceBlobDigest: sha256:45ec84f5c4833c0d37d470d00955738ccbddac8b1f5d39eb33259d5371c8025e
1717
codeSamplesNamespace: kombo-api-python-ruby-code-samples
18-
codeSamplesRevisionDigest: sha256:19a54e88777a0e8921e3008de0e8d85a4bb36d47f7f8b65bcad1b8b6535b2f0f
18+
codeSamplesRevisionDigest: sha256:17a2cdc67743825552dfca872ffd1961347c90b7264f0ffbc5da19ec30d1bbdc
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
kombo (1.0.5)
4+
kombo (1.0.6)
55
base64 (>= 0.2.0, < 1.0)
66
faraday
77
faraday-multipart (~> 1.2.0)

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,14 @@ Based on:
5858
### Generated
5959
- [ruby v1.0.5] .
6060
### Releases
61-
- [Ruby Gems v1.0.5] https://rubygems.org/gems/kombo/versions/1.0.5 - .
61+
- [Ruby Gems v1.0.5] https://rubygems.org/gems/kombo/versions/1.0.5 - .
62+
63+
## 2026-03-27 00:52:06
64+
### Changes
65+
Based on:
66+
- OpenAPI Doc
67+
- Speakeasy CLI 1.700.2 (2.801.2) https://github.com/speakeasy-api/speakeasy
68+
### Generated
69+
- [ruby v1.0.6] .
70+
### Releases
71+
- [Ruby Gems v1.0.6] https://rubygems.org/gems/kombo/versions/1.0.6 - .

docs/models/shared/assessmentorderreceivedwebhookpayloadjob.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,7 @@ Information about the job posting.
99
| --------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
1010
| `remote_id` | *T.nilable(::String)* | :heavy_minus_sign: | The job's identifier in the integrated system. |
1111
| `name` | *T.nilable(::String)* | :heavy_minus_sign: | The job title. |
12+
| `job_code` | *T.nilable(::String)* | :heavy_minus_sign: | The human readable job code. Some systems expose this as the Requisition Code/ID. |
13+
| `description` | *T.nilable(::String)* | :heavy_minus_sign: | Description of the job. This field is usually returned as HTML. |
1214
| `location` | [T.nilable(Models::Shared::AssessmentOrderReceivedWebhookPayloadLocation)](../../models/shared/assessmentorderreceivedwebhookpayloadlocation.md) | :heavy_minus_sign: | The job location information. |
1315
| `hiring_team` | T::Array<[Models::Shared::AssessmentOrderReceivedWebhookPayloadHiringTeam](../../models/shared/assessmentorderreceivedwebhookpayloadhiringteam.md)> | :heavy_check_mark: | The hiring team allows you to provision users into your system who can access the job and its applications. |

0 commit comments

Comments
 (0)