Skip to content

Commit 8b35fd8

Browse files
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.252.0 (#32)
Co-authored-by: speakeasybot <bot@speakeasyapi.dev>
1 parent 53c3d26 commit 8b35fd8

37 files changed

+465
-480
lines changed

.speakeasy/gen.lock

Lines changed: 17 additions & 15 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: 8581fff02ed3ca1eff9b2441a400bee8
4+
docChecksum: e4472564ce24d05d2e5be5abb4a43d60
55
docVersion: 1.0.0
6-
speakeasyVersion: 1.241.0
7-
generationVersion: 2.300.0
8-
releaseVersion: 0.2.11
9-
configChecksum: 908b4f6ce7eaa3a455b790997178f42a
6+
speakeasyVersion: 1.252.0
7+
generationVersion: 2.306.0
8+
releaseVersion: 0.2.12
9+
configChecksum: ecfcc15b718480800b3817102c9f0450
1010
repoURL: https://github.com/StackOneHQ/stackone-client-ruby.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/StackOneHQ/stackone-client-ruby
@@ -343,6 +343,12 @@ generatedFiles:
343343
- lib/stack_one/models/shared/offer_value.rb
344344
- lib/stack_one/models/shared/offer_offer_status.rb
345345
- lib/stack_one/models/shared/offer.rb
346+
- lib/stack_one/models/shared/scorecardsresult.rb
347+
- lib/stack_one/models/shared/overall_recommendation.rb
348+
- lib/stack_one/models/shared/scorecard.rb
349+
- lib/stack_one/models/shared/scorecardsection.rb
350+
- lib/stack_one/models/shared/field_type.rb
351+
- lib/stack_one/models/shared/field.rb
346352
- lib/stack_one/models/shared/noteresult.rb
347353
- lib/stack_one/models/shared/note_value.rb
348354
- lib/stack_one/models/shared/note_visibility.rb
@@ -394,11 +400,6 @@ generatedFiles:
394400
- lib/stack_one/models/shared/user.rb
395401
- lib/stack_one/models/shared/hrisdocumentspaginated.rb
396402
- lib/stack_one/models/shared/scorecardspaginated.rb
397-
- lib/stack_one/models/shared/overall_recommendation.rb
398-
- lib/stack_one/models/shared/scorecard.rb
399-
- lib/stack_one/models/shared/scorecardsection.rb
400-
- lib/stack_one/models/shared/field_type.rb
401-
- lib/stack_one/models/shared/field.rb
402403
- lib/stack_one/models/shared/applicationspaginated.rb
403404
- lib/stack_one/models/shared/offerspaginated.rb
404405
- lib/stack_one/models/shared/notespaginated.rb
@@ -854,6 +855,12 @@ generatedFiles:
854855
- docs/models/shared/offervalue.md
855856
- docs/models/shared/offerofferstatus.md
856857
- docs/models/shared/offer.md
858+
- docs/models/shared/scorecardsresult.md
859+
- docs/models/shared/overallrecommendation.md
860+
- docs/models/shared/scorecard.md
861+
- docs/models/shared/scorecardsection.md
862+
- docs/models/shared/fieldtype.md
863+
- docs/models/shared/field.md
857864
- docs/models/shared/noteresult.md
858865
- docs/models/shared/notevalue.md
859866
- docs/models/shared/notevisibility.md
@@ -905,11 +912,6 @@ generatedFiles:
905912
- docs/models/shared/user.md
906913
- docs/models/shared/hrisdocumentspaginated.md
907914
- docs/models/shared/scorecardspaginated.md
908-
- docs/models/shared/overallrecommendation.md
909-
- docs/models/shared/scorecard.md
910-
- docs/models/shared/scorecardsection.md
911-
- docs/models/shared/fieldtype.md
912-
- docs/models/shared/field.md
913915
- docs/models/shared/applicationspaginated.md
914916
- docs/models/shared/offerspaginated.md
915917
- docs/models/shared/notespaginated.md

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,4 +168,14 @@ Based on:
168168
### Generated
169169
- [ruby v0.2.11] .
170170
### Releases
171-
- [Ruby Gems v0.2.11] https://rubygems.org/gems/stackone_client/versions/0.2.11 - .
171+
- [Ruby Gems v0.2.11] https://rubygems.org/gems/stackone_client/versions/0.2.11 - .
172+
173+
## 2024-04-15 09:01:17
174+
### Changes
175+
Based on:
176+
- OpenAPI Doc
177+
- Speakeasy CLI 1.252.0 (2.306.0) https://github.com/speakeasy-api/speakeasy
178+
### Generated
179+
- [ruby v0.2.12] .
180+
### Releases
181+
- [Ruby Gems v0.2.12] https://rubygems.org/gems/stackone_client/versions/0.2.12 - .

codeSamples.yaml

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

docs/models/operations/atsgetapplicationscorecardresponse.md

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

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
8-
| `content_type` | *::String* | :heavy_check_mark: | HTTP response content type for this operation |
9-
| `offers_result` | [T.nilable(::StackOne::Shared::OffersResult)](../../models/shared/offersresult.md) | :heavy_minus_sign: | The scorecard related to the application with the given identifiers was retrieved. |
10-
| `status_code` | *::Integer* | :heavy_check_mark: | HTTP response status code for this operation |
11-
| `raw_response` | [Faraday::Response](https://www.rubydoc.info/gems/faraday/Faraday/Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ |
8+
| `content_type` | *::String* | :heavy_check_mark: | HTTP response content type for this operation |
9+
| `scorecards_result` | [T.nilable(::StackOne::Shared::ScorecardsResult)](../../models/shared/scorecardsresult.md) | :heavy_minus_sign: | The scorecard related to the application with the given identifiers was retrieved. |
10+
| `status_code` | *::Integer* | :heavy_check_mark: | HTTP response status code for this operation |
11+
| `raw_response` | [Faraday::Response](https://www.rubydoc.info/gems/faraday/Faraday/Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |

docs/models/operations/marketinggetcampaignrequest.md

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

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
8-
| `fields_` | *T.nilable(::String)* | :heavy_minus_sign: | The comma separated list of fields to return in the response (if empty, all fields are returned) |
9-
| `id` | *::String* | :heavy_check_mark: | N/A |
10-
| `next_` | *T.nilable(::String)* | :heavy_minus_sign: | The unified cursor |
11-
| ~~`page`~~ | *T.nilable(::String)* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.<br/><br/>The page number of the results to fetch |
12-
| `page_size` | *T.nilable(::String)* | :heavy_minus_sign: | The number of results per page |
13-
| `proxy` | T::Hash[Symbol, *::Object*] | :heavy_minus_sign: | Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key |
14-
| `raw` | *T.nilable(T::Boolean)* | :heavy_minus_sign: | Indicates that the raw request result is returned |
15-
| `updated_after` | *T.nilable(::String)* | :heavy_minus_sign: | Use a string with a date to only select results updated after that given date |
16-
| `x_account_id` | *::String* | :heavy_check_mark: | The account identifier |
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------ |
8+
| `fields_` | *T.nilable(::String)* | :heavy_minus_sign: | The comma separated list of fields that will be returned in the response (if empty, all fields are returned) |
9+
| `id` | *::String* | :heavy_check_mark: | N/A |
10+
| `proxy` | T::Hash[Symbol, *::Object*] | :heavy_minus_sign: | Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key |
11+
| `raw` | *T.nilable(T::Boolean)* | :heavy_minus_sign: | Indicates that the raw request result is returned |
12+
| `x_account_id` | *::String* | :heavy_check_mark: | The account identifier |

0 commit comments

Comments
 (0)