Skip to content

Commit ca22455

Browse files
ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.152.1 (#11)
Co-authored-by: speakeasybot <bot@speakeasyapi.dev>
1 parent 2630bd4 commit ca22455

370 files changed

Lines changed: 3212 additions & 1600 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.speakeasy/gen.lock

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

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@ s.config_security(
4242

4343

4444
req = Operations::HrisListEmployeesRequest.new(
45-
proxy={
46-
"Electronic": "string",
47-
},
45+
proxy=Operations::HrisListEmployeesQueryParamProxy.new(),
4846
x_account_id="string",
4947
)
5048

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,14 @@ Based on:
1818
### Generated
1919
- [ruby v0.0.2] .
2020
### Releases
21-
- [Ruby Gems v0.0.2] https://rubygems.org/gems/stackone_client/versions/0.0.2 - .
21+
- [Ruby Gems v0.0.2] https://rubygems.org/gems/stackone_client/versions/0.0.2 - .
22+
23+
## 2024-01-29 09:02:04
24+
### Changes
25+
Based on:
26+
- OpenAPI Doc 1.0.0
27+
- Speakeasy CLI 1.152.1 (2.239.4) https://github.com/speakeasy-api/speakeasy
28+
### Generated
29+
- [ruby v0.0.3] .
30+
### Releases
31+
- [Ruby Gems v0.0.3] https://rubygems.org/gems/stackone_client/versions/0.0.3 - .

USAGE.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ s.config_security(
1414

1515

1616
req = Operations::HrisListEmployeesRequest.new(
17-
proxy={
18-
"Electronic": "string",
19-
},
17+
proxy=Operations::HrisListEmployeesQueryParamProxy.new(),
2018
x_account_id="string",
2119
)
2220

docs/models/operations/atsgetapplicationofferrequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
| `next_` | *T.nilable(String)* | :heavy_minus_sign: | The unified cursor |
1111
| ~~`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 |
1212
| `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 |
13+
| `proxy` | [T.nilable(Operations::QueryParamProxy)](../../models/operations/queryparamproxy.md) | :heavy_minus_sign: | Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key |
1414
| `raw` | *T.nilable(T::Boolean)* | :heavy_minus_sign: | Indicates that the raw request result is returned |
1515
| `sub_resource_id` | *String* | :heavy_check_mark: | N/A |
1616
| `sync_token` | *T.nilable(String)* | :heavy_minus_sign: | The sync token to select the only updated results |

docs/models/operations/atsgetapplicationrequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
| `next_` | *T.nilable(String)* | :heavy_minus_sign: | The unified cursor |
1111
| ~~`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 |
1212
| `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 |
13+
| `proxy` | [T.nilable(Operations::Proxy)](../../models/operations/proxy.md) | :heavy_minus_sign: | Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key |
1414
| `raw` | *T.nilable(T::Boolean)* | :heavy_minus_sign: | Indicates that the raw request result is returned |
1515
| `sync_token` | *T.nilable(String)* | :heavy_minus_sign: | The sync token to select the only updated results |
1616
| `updated_after` | *T.nilable(String)* | :heavy_minus_sign: | Use a string with a date to only select results updated after that given date |
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# AtsGetApplicationScorecardQueryParamProxy
2+
3+
Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
4+
5+
6+
## Fields
7+
8+
| Field | Type | Required | Description |
9+
| ----------- | ----------- | ----------- | ----------- |

docs/models/operations/atsgetapplicationscorecardrequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
| `next_` | *T.nilable(String)* | :heavy_minus_sign: | The unified cursor |
1111
| ~~`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 |
1212
| `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 |
13+
| `proxy` | [T.nilable(Operations::AtsGetApplicationScorecardQueryParamProxy)](../../models/operations/atsgetapplicationscorecardqueryparamproxy.md) | :heavy_minus_sign: | Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key |
1414
| `raw` | *T.nilable(T::Boolean)* | :heavy_minus_sign: | Indicates that the raw request result is returned |
1515
| `sub_resource_id` | *String* | :heavy_check_mark: | N/A |
1616
| `sync_token` | *T.nilable(String)* | :heavy_minus_sign: | The sync token to select the only updated results |
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# AtsGetCandidateNoteQueryParamProxy
2+
3+
Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
4+
5+
6+
## Fields
7+
8+
| Field | Type | Required | Description |
9+
| ----------- | ----------- | ----------- | ----------- |

0 commit comments

Comments
 (0)