Skip to content

Commit dd12949

Browse files
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.267.1 (#40)
Co-authored-by: speakeasybot <bot@speakeasyapi.dev>
1 parent 16aa5fe commit dd12949

24 files changed

Lines changed: 397 additions & 393 deletions

.speakeasy/gen.lock

Lines changed: 7 additions & 9 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: eae49732f89a5945d80b1eb782691b23
4+
docChecksum: 6b77f9c93570900d710f2344477c4a53
55
docVersion: 1.0.0
6-
speakeasyVersion: 1.267.0
7-
generationVersion: 2.312.0
8-
releaseVersion: 0.2.14
9-
configChecksum: 473101446c3c397f79d9ad195a331585
6+
speakeasyVersion: 1.267.1
7+
generationVersion: 2.312.1
8+
releaseVersion: 0.2.15
9+
configChecksum: d67d5ad67910158090380cf36b226de8
1010
repoURL: https://github.com/StackOneHQ/stackone-client-ruby.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/StackOneHQ/stackone-client-ruby
@@ -467,9 +467,8 @@ generatedFiles:
467467
- lib/stack_one/models/shared/employment_schemas_pay_period_value.rb
468468
- lib/stack_one/models/shared/pay_period.rb
469469
- lib/stack_one/models/shared/employment.rb
470-
- lib/stack_one/models/shared/employeecustomfields_schemas_value.rb
471-
- lib/stack_one/models/shared/employeecustomfields_type.rb
472470
- lib/stack_one/models/shared/employeecustomfields_value.rb
471+
- lib/stack_one/models/shared/employeecustomfields_type.rb
473472
- lib/stack_one/models/shared/employeecustomfields.rb
474473
- lib/stack_one/models/shared/countrycodeenum_value.rb
475474
- lib/stack_one/models/shared/countrycodeenum.rb
@@ -985,9 +984,8 @@ generatedFiles:
985984
- docs/models/shared/employmentschemaspayperiodvalue.md
986985
- docs/models/shared/payperiod.md
987986
- docs/models/shared/employment.md
988-
- docs/models/shared/employeecustomfieldsschemasvalue.md
989-
- docs/models/shared/employeecustomfieldstype.md
990987
- docs/models/shared/employeecustomfieldsvalue.md
988+
- docs/models/shared/employeecustomfieldstype.md
991989
- docs/models/shared/employeecustomfields.md
992990
- docs/models/shared/countrycodeenumvalue.md
993991
- docs/models/shared/countrycodeenum.md

.speakeasy/workflow.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
speakeasyVersion: 1.267.0
1+
speakeasyVersion: 1.267.1
22
sources: {}
33
targets: {}
44
workflow:

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,4 +198,14 @@ Based on:
198198
### Generated
199199
- [ruby v0.2.14] .
200200
### Releases
201-
- [Ruby Gems v0.2.14] https://rubygems.org/gems/stackone_client/versions/0.2.14 - .
201+
- [Ruby Gems v0.2.14] https://rubygems.org/gems/stackone_client/versions/0.2.14 - .
202+
203+
## 2024-04-22 11:52:40
204+
### Changes
205+
Based on:
206+
- OpenAPI Doc
207+
- Speakeasy CLI 1.267.1 (2.312.1) https://github.com/speakeasy-api/speakeasy
208+
### Generated
209+
- [ruby v0.2.15] .
210+
### Releases
211+
- [Ruby Gems v0.2.15] https://rubygems.org/gems/stackone_client/versions/0.2.15 - .

codeSamples.yaml

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

docs/models/shared/atsdocumentapimodelvalue.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@
99
| `AVATAR` | avatar |
1010
| `COVER_LETTER` | cover_letter |
1111
| `PROFILE_PICTURE` | profile_picture |
12+
| `POLICY` | policy |
1213
| `PASSPORT` | passport |
1314
| `TAKE_HOME_TEST` | take_home_test |
1415
| `OFFER_LETTER` | offer_letter |
1516
| `SIGNED_OFFER_LETTER` | signed_offer_letter |
17+
| `NATIONAL_ID` | national_id |
1618
| `OFFER_PACKET` | offer_packet |
1719
| `OTHER` | other |
1820
| `UNMAPPED_VALUE` | unmapped_value |

docs/models/shared/contentvalue.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,7 @@
502502
| `FE_LAUNCH` | fe_launch |
503503
| `DNA` | dna |
504504
| `MLP` | mlp |
505+
| `MLE` | mle |
505506
| `DPG` | dpg |
506507
| `DFAC` | dfac |
507508
| `KPXX` | kpxx |

docs/models/shared/employeecustomfields.md

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

44
## Fields
55

6-
| Field | Type | Required | Description | Example |
7-
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
8-
| `description` | *T.nilable(::String)* | :heavy_minus_sign: | The description of the custom field. | The completion status of the employee's training. |
9-
| `id` | *T.nilable(::String)* | :heavy_minus_sign: | Unique identifier | 8187e5da-dc77-475e-9949-af0f1fa4e4e3 |
10-
| `name` | *T.nilable(::String)* | :heavy_minus_sign: | The name of the custom field. | Training Completion Status |
11-
| `options` | T::Array<*::String*> | :heavy_minus_sign: | An array of possible options for the custom field. | [<br/>"Not Started",<br/>"In Progress",<br/>"Completed",<br/>"Overdue"<br/>] |
12-
| `remote_id` | *T.nilable(::String)* | :heavy_minus_sign: | Provider's unique identifier | 8187e5da-dc77-475e-9949-af0f1fa4e4e3 |
13-
| `type` | [T.nilable(::StackOne::Shared::EmployeeCustomFieldsType)](../../models/shared/employeecustomfieldstype.md) | :heavy_minus_sign: | The type of the custom field. | Dropdown |
14-
| `value` | [T.nilable(::StackOne::Shared::EmployeeCustomFieldsValue)](../../models/shared/employeecustomfieldsvalue.md) | :heavy_minus_sign: | The value associated with the custom field. | Completed |
15-
| `value_id` | *T.nilable(::String)* | :heavy_minus_sign: | The unique identifier for the value of the custom field. | value_456 |
6+
| Field | Type | Required | Description | Example |
7+
| ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
8+
| `description` | *T.nilable(::String)* | :heavy_minus_sign: | The description of the custom field. | The completion status of the employee's training. |
9+
| `id` | *T.nilable(::String)* | :heavy_minus_sign: | Unique identifier | 8187e5da-dc77-475e-9949-af0f1fa4e4e3 |
10+
| `name` | *T.nilable(::String)* | :heavy_minus_sign: | The name of the custom field. | Training Completion Status |
11+
| `options` | T::Array<*::Object*> | :heavy_minus_sign: | An array of possible options for the custom field. | [<br/>"Not Started",<br/>"In Progress",<br/>"Completed",<br/>"Overdue"<br/>] |
12+
| `remote_id` | *T.nilable(::String)* | :heavy_minus_sign: | Provider's unique identifier | 8187e5da-dc77-475e-9949-af0f1fa4e4e3 |
13+
| `type` | [T.nilable(::StackOne::Shared::EmployeeCustomFieldsType)](../../models/shared/employeecustomfieldstype.md) | :heavy_minus_sign: | The type of the custom field. | Dropdown |
14+
| `value` | *T.nilable(::Object)* | :heavy_minus_sign: | The value associated with the custom field. | Completed |
15+
| `value_id` | *T.nilable(::String)* | :heavy_minus_sign: | The unique identifier for the value of the custom field. | value_456 |

docs/models/shared/employeecustomfieldsschemasvalue.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

docs/models/shared/employeecustomfieldstype.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The type of the custom field.
55

66
## Fields
77

8-
| Field | Type | Required | Description |
9-
| -------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- |
10-
| `source_value` | *T.nilable(::Object)* | :heavy_minus_sign: | N/A |
11-
| `value` | [T.nilable(::StackOne::Shared::EmployeeCustomFieldsSchemasValue)](../../models/shared/employeecustomfieldsschemasvalue.md) | :heavy_minus_sign: | N/A |
8+
| Field | Type | Required | Description |
9+
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
10+
| `source_value` | *T.nilable(::Object)* | :heavy_minus_sign: | N/A |
11+
| `value` | [T.nilable(::StackOne::Shared::EmployeeCustomFieldsValue)](../../models/shared/employeecustomfieldsvalue.md) | :heavy_minus_sign: | N/A |
Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# EmployeeCustomFieldsValue
22

3-
The value associated with the custom field.
43

4+
## Values
55

6-
## Fields
7-
8-
| Field | Type | Required | Description |
9-
| ----------- | ----------- | ----------- | ----------- |
6+
| Name | Value |
7+
| ---------------- | ---------------- |
8+
| `DATE` | date |
9+
| `FLOAT` | float |
10+
| `INTEGER` | integer |
11+
| `LIST` | list |
12+
| `TEXT` | text |
13+
| `UNMAPPED_VALUE` | unmapped_value |

0 commit comments

Comments
 (0)