Skip to content

Commit 22b905a

Browse files
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.279.0 (#45)
Co-authored-by: speakeasybot <bot@speakeasyapi.dev>
1 parent 4677d31 commit 22b905a

14 files changed

Lines changed: 424 additions & 316 deletions

.speakeasy/gen.lock

Lines changed: 7 additions & 3 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: df0cb8c474b45fb25ccef4fc9c9b7fe6
4+
docChecksum: 8bd8f3693348bd524e30e8e83736c64a
55
docVersion: 1.0.0
66
speakeasyVersion: 1.279.0
77
generationVersion: 2.322.5
8-
releaseVersion: 0.2.18
9-
configChecksum: 3e23a8c9287db76726cd3c22ef0fdbeb
8+
releaseVersion: 0.2.19
9+
configChecksum: fdbbd58bc12ba644d199b79cc1b06e60
1010
repoURL: https://github.com/StackOneHQ/stackone-client-ruby.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/StackOneHQ/stackone-client-ruby
@@ -361,6 +361,8 @@ generatedFiles:
361361
- lib/stack_one/models/shared/interview_status.rb
362362
- lib/stack_one/models/shared/interview.rb
363363
- lib/stack_one/models/shared/interviewer.rb
364+
- lib/stack_one/models/shared/interviewpart_value.rb
365+
- lib/stack_one/models/shared/interviewpart_type.rb
364366
- lib/stack_one/models/shared/interviewpart.rb
365367
- lib/stack_one/models/shared/interviewstageresult.rb
366368
- lib/stack_one/models/shared/interviewstage.rb
@@ -878,6 +880,8 @@ generatedFiles:
878880
- docs/models/shared/interviewstatus.md
879881
- docs/models/shared/interview.md
880882
- docs/models/shared/interviewer.md
883+
- docs/models/shared/interviewpartvalue.md
884+
- docs/models/shared/interviewparttype.md
881885
- docs/models/shared/interviewpart.md
882886
- docs/models/shared/interviewstageresult.md
883887
- docs/models/shared/interviewstage.md

.speakeasy/workflow.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ speakeasyVersion: 1.279.0
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:32b98f767cafeeb2e4749985b289b4d76d0b55fc31af6ae9de17db89b01b0d64
6-
sourceBlobDigest: sha256:0f55a7d6127f1c0c18f474f54b97a2e618d9fdbf891919b2bd7fd854697b5fa1
5+
sourceRevisionDigest: sha256:b414110f7028b5b1c66d4bbbf5bed25fbaf22634b7706138228ba9cd59f2d202
6+
sourceBlobDigest: sha256:a110d6e3d3087d0b4cf91e1a8ef08045a989ac93e438246137b0ea2d587dae23
77
tags:
88
- latest
99
targets:
1010
StackOneRubyClient:
1111
source: my-source
1212
sourceNamespace: my-source
13-
sourceRevisionDigest: sha256:32b98f767cafeeb2e4749985b289b4d76d0b55fc31af6ae9de17db89b01b0d64
14-
sourceBlobDigest: sha256:0f55a7d6127f1c0c18f474f54b97a2e618d9fdbf891919b2bd7fd854697b5fa1
13+
sourceRevisionDigest: sha256:b414110f7028b5b1c66d4bbbf5bed25fbaf22634b7706138228ba9cd59f2d202
14+
sourceBlobDigest: sha256:a110d6e3d3087d0b4cf91e1a8ef08045a989ac93e438246137b0ea2d587dae23
1515
outLocation: /github/workspace/repo
1616
workflow:
1717
workflowVersion: 1.0.0

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,4 +238,14 @@ Based on:
238238
### Generated
239239
- [ruby v0.2.18] .
240240
### Releases
241-
- [Ruby Gems v0.2.18] https://rubygems.org/gems/stackone_client/versions/0.2.18 - .
241+
- [Ruby Gems v0.2.18] https://rubygems.org/gems/stackone_client/versions/0.2.18 - .
242+
243+
## 2024-05-06 09:01:13
244+
### Changes
245+
Based on:
246+
- OpenAPI Doc
247+
- Speakeasy CLI 1.279.0 (2.322.5) https://github.com/speakeasy-api/speakeasy
248+
### Generated
249+
- [ruby v0.2.19] .
250+
### Releases
251+
- [Ruby Gems v0.2.19] https://rubygems.org/gems/stackone_client/versions/0.2.19 - .

codeSamples.yaml

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

docs/models/shared/interviewpart.md

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

44
## Fields
55

6-
| Field | Type | Required | Description | Example |
7-
| -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- |
8-
| `created_at` | [Date](https://ruby-doc.org/stdlib-2.6.1/libdoc/date/rdoc/Date.html) | :heavy_minus_sign: | Interview part created date | 2021-01-01T01:01:01.000Z |
9-
| `end_at` | [Date](https://ruby-doc.org/stdlib-2.6.1/libdoc/date/rdoc/Date.html) | :heavy_minus_sign: | The specific interview part's end date | 2021-01-01T18:00:00.000Z |
10-
| `id` | *T.nilable(::String)* | :heavy_minus_sign: | Unique identifier | 8187e5da-dc77-475e-9949-af0f1fa4e4e3 |
11-
| `interviewer_ids` | T::Array<*::String*> | :heavy_minus_sign: | N/A | |
12-
| `meeting_provider` | *T.nilable(::String)* | :heavy_minus_sign: | N/A | |
13-
| `meeting_url` | *T.nilable(::String)* | :heavy_minus_sign: | N/A | |
14-
| `remote_id` | *T.nilable(::String)* | :heavy_minus_sign: | Provider's unique identifier | 8187e5da-dc77-475e-9949-af0f1fa4e4e3 |
15-
| `start_at` | [Date](https://ruby-doc.org/stdlib-2.6.1/libdoc/date/rdoc/Date.html) | :heavy_minus_sign: | The specific interview part's start date | 2021-01-01T17:00:00.000Z |
16-
| `updated_at` | [Date](https://ruby-doc.org/stdlib-2.6.1/libdoc/date/rdoc/Date.html) | :heavy_minus_sign: | Interview part updated date | 2021-01-01T01:01:01.000Z |
6+
| Field | Type | Required | Description | Example |
7+
| ---------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
8+
| `created_at` | [Date](https://ruby-doc.org/stdlib-2.6.1/libdoc/date/rdoc/Date.html) | :heavy_minus_sign: | Interview part created date | 2021-01-01T01:01:01.000Z |
9+
| `end_at` | [Date](https://ruby-doc.org/stdlib-2.6.1/libdoc/date/rdoc/Date.html) | :heavy_minus_sign: | The specific interview part's end date | 2021-01-01T18:00:00.000Z |
10+
| `id` | *T.nilable(::String)* | :heavy_minus_sign: | Unique identifier | 8187e5da-dc77-475e-9949-af0f1fa4e4e3 |
11+
| `interviewer_ids` | T::Array<*::String*> | :heavy_minus_sign: | The user (interviewer) IDs taking part in this specific interview. | [<br/>"cx28iQahdfDHa",<br/>"cx28iQokkD78das"<br/>] |
12+
| `meeting_provider` | *T.nilable(::String)* | :heavy_minus_sign: | The video meeting provider used for the interview. | zoom |
13+
| `meeting_url` | *T.nilable(::String)* | :heavy_minus_sign: | The meeting URL for the interview - this may be populated using the underlying location if the location string extracted is a valid url. | zoomus://zoom.us/join?confno=123456789 |
14+
| `remote_id` | *T.nilable(::String)* | :heavy_minus_sign: | Provider's unique identifier | 8187e5da-dc77-475e-9949-af0f1fa4e4e3 |
15+
| `start_at` | [Date](https://ruby-doc.org/stdlib-2.6.1/libdoc/date/rdoc/Date.html) | :heavy_minus_sign: | The specific interview part's start date | 2021-01-01T17:00:00.000Z |
16+
| `title` | *T.nilable(::String)* | :heavy_minus_sign: | The title of interview, usually corresponding to the title of an associated calendar event | Interview (Informal Interview) - Elon and StackOne |
17+
| `type` | [T.nilable(::StackOne::Shared::InterviewPartType)](../../models/shared/interviewparttype.md) | :heavy_minus_sign: | N/A | |
18+
| `updated_at` | [Date](https://ruby-doc.org/stdlib-2.6.1/libdoc/date/rdoc/Date.html) | :heavy_minus_sign: | Interview part updated date | 2021-01-01T01:01:01.000Z |
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# InterviewPartType
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description | Example |
7+
| ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- |
8+
| `source_value` | *T.nilable(::Object)* | :heavy_minus_sign: | The source value of the interview type. | Onsite Interview |
9+
| `value` | [T.nilable(::StackOne::Shared::InterviewPartValue)](../../models/shared/interviewpartvalue.md) | :heavy_minus_sign: | The type of the interview. | on_site |
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# InterviewPartValue
2+
3+
The type of the interview.
4+
5+
6+
## Values
7+
8+
| Name | Value |
9+
| ---------------- | ---------------- |
10+
| `SCREENING` | screening |
11+
| `LUNCH` | lunch |
12+
| `ON_SITE` | on_site |
13+
| `PRESENTATION` | presentation |
14+
| `SELL` | sell |
15+
| `CULTURE` | culture |
16+
| `INFORMAL` | informal |
17+
| `TEST` | test |
18+
| `PHONE` | phone |
19+
| `VIDEO` | video |
20+
| `UNMAPPED_VALUE` | unmapped_value |

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ generation:
1111
auth:
1212
oAuth2ClientCredentialsEnabled: false
1313
ruby:
14-
version: 0.2.18
14+
version: 0.2.19
1515
author: StackOne
1616
description: Ruby Client SDK Generated by Speakeasy
1717
imports:

lib/stack_one/models/shared.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ module Shared
9292
autoload :InterviewStatus, 'stack_one/models/shared/interview_status.rb'
9393
autoload :Interview, 'stack_one/models/shared/interview.rb'
9494
autoload :Interviewer, 'stack_one/models/shared/interviewer.rb'
95+
autoload :InterviewPartValue, 'stack_one/models/shared/interviewpart_value.rb'
96+
autoload :InterviewPartType, 'stack_one/models/shared/interviewpart_type.rb'
9597
autoload :InterviewPart, 'stack_one/models/shared/interviewpart.rb'
9698
autoload :InterviewStageResult, 'stack_one/models/shared/interviewstageresult.rb'
9799
autoload :InterviewStage, 'stack_one/models/shared/interviewstage.rb'

0 commit comments

Comments
 (0)