Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.speakeasy/reports
sorbet/rbi
.env
.env.local
Expand Down
6,436 changes: 3,230 additions & 3,206 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

13 changes: 6 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
speakeasyVersion: 1.724.0
speakeasyVersion: 1.759.1
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:0f5bc27d245930191819e0f3f5352782e23c2f7eb3df5e82c2ef85f04c6877aa
sourceBlobDigest: sha256:db5c33aa07b2d0ad4d6b72f805c2f40c537832cea3b2169741fa1a330c54839e
sourceRevisionDigest: sha256:2a21295c2c87b94f0fe335b68aac8c825c3e75cc72c98878cb92b503590fab38
sourceBlobDigest: sha256:6ccfc406756601818f131ad90906153c87d008179732b5bd5f3096ff7b7ebfd1
tags:
- latest
- speakeasy-sdk-regen-1771233312
- 1.0.0
targets:
StackOneRubyClient:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:0f5bc27d245930191819e0f3f5352782e23c2f7eb3df5e82c2ef85f04c6877aa
sourceBlobDigest: sha256:db5c33aa07b2d0ad4d6b72f805c2f40c537832cea3b2169741fa1a330c54839e
sourceRevisionDigest: sha256:2a21295c2c87b94f0fe335b68aac8c825c3e75cc72c98878cb92b503590fab38
sourceBlobDigest: sha256:6ccfc406756601818f131ad90906153c87d008179732b5bd5f3096ff7b7ebfd1
codeSamplesNamespace: code-samples-ruby-stackonerubyclient
codeSamplesRevisionDigest: sha256:7dd0d337402760cbb94adc49cd4a325a9a774902c2e9663d470c0c3f47e7933b
codeSamplesRevisionDigest: sha256:bf892fe5f553fd40750ce7b95f188a1a45c615d6770d5c92dc9c9d7891667271
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -1098,4 +1098,14 @@ Based on:
### Generated
- [ruby v0.40.0] .
### Releases
- [Ruby Gems v0.40.0] https://rubygems.org/gems/stackone_client/versions/0.40.0 - .
- [Ruby Gems v0.40.0] https://rubygems.org/gems/stackone_client/versions/0.40.0 - .

## 2026-03-23 09:17:31
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.759.1 (2.869.10) https://github.com/speakeasy-api/speakeasy
### Generated
- [ruby v0.40.1] .
### Releases
- [Ruby Gems v0.40.1] https://rubygems.org/gems/stackone_client/versions/0.40.1 - .
2 changes: 1 addition & 1 deletion codeSamples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ actions:
"x-codeSamples":
- "lang": "ruby"
"label": "stackone_rpc_action"
"source": "require 'stackone_client'\n\nModels = ::StackOne::Models\ns = ::StackOne::StackOne.new(\n security: Models::Shared::Security.new(\n password: '',\n username: ''\n )\n)\n\nreq = Models::Shared::ActionsRpcRequestDto.new(\n action: 'create_employee',\n body: {\n 'data' => 'example',\n },\n headers: {\n 'Content-Type' => 'application/json',\n },\n path: {\n 'id' => '123',\n },\n query: Models::Shared::Query.new(\n debug: false\n )\n)\nres = s.actions.rpc_action(request: req)\n\nunless res.actions_rpc_response.nil?\n # handle response\nend"
"source": "require 'stackone_client'\n\nModels = ::StackOne::Models\ns = ::StackOne::StackOne.new(\n security: Models::Shared::Security.new(\n password: '',\n username: ''\n )\n)\n\nreq = Models::Shared::ActionsRpcRequestDto.new(\n action: 'create_employee',\n body: {\n 'data' => 'example',\n },\n defender_enabled: true,\n headers: {\n 'Content-Type' => 'application/json',\n },\n path: {\n 'id' => '123',\n },\n query: Models::Shared::Query.new(\n debug: false\n )\n)\nres = s.actions.rpc_action(request: req)\n\nunless res.actions_rpc_response.nil?\n # handle response\nend"
- target: $["paths"]["/actions/search"]["post"]
update:
"x-codeSamples":
Expand Down
8 changes: 8 additions & 0 deletions docs/models/operations/changetype.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

Filter by the type of change that occurred to the application

## Example Usage

```ruby
require "stackone_client"

value = ChangeType::APPLICATION_STATUS
```


## Values

Expand Down
8 changes: 8 additions & 0 deletions docs/models/operations/exclude.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Exclude

## Example Usage

```ruby
require "stackone_client"

value = Exclude::ACTIONS
```


## Values

Expand Down
8 changes: 8 additions & 0 deletions docs/models/operations/hrislistpositionsqueryparamstatus.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

Filter positions by status

## Example Usage

```ruby
require "stackone_client"

value = HrisListPositionsQueryParamStatus::OPEN
```


## Values

Expand Down
8 changes: 8 additions & 0 deletions docs/models/operations/hrislistshiftsqueryparamstatus.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

Filter to select shifts by status

## Example Usage

```ruby
require "stackone_client"

value = HrisListShiftsQueryParamStatus::DRAFT
```


## Values

Expand Down
8 changes: 8 additions & 0 deletions docs/models/operations/include.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Include

## Example Usage

```ruby
require "stackone_client"

value = Include::ACTION_DETAILS
```


## Values

Expand Down
8 changes: 8 additions & 0 deletions docs/models/operations/jobstatus.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

The job_status of the job

## Example Usage

```ruby
require "stackone_client"

value = JobStatus::OPEN
```


## Values

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

Filter to select assignment by status

## Example Usage

```ruby
require "stackone_client"

value = LmsListAssignmentsQueryParamStatus::PENDING
```


## Values

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

Filter to select assignment by status

## Example Usage

```ruby
require "stackone_client"

value = LmsListUserAssignmentsQueryParamStatus::PENDING
```


## Values

Expand Down
8 changes: 8 additions & 0 deletions docs/models/operations/orderby.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

The field to order the results by.

## Example Usage

```ruby
require "stackone_client"

value = OrderBy::PROVIDER
```


## Values

Expand Down
8 changes: 8 additions & 0 deletions docs/models/operations/orderdirection.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

The direction to order the results by.

## Example Usage

```ruby
require "stackone_client"

value = OrderDirection::ASC
```


## Values

Expand Down
8 changes: 8 additions & 0 deletions docs/models/operations/queryparaminclude.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

The include parameter allows you to include additional data in the response.

## Example Usage

```ruby
require "stackone_client"

value = QueryParamInclude::STEP_LOGS
```


## Values

Expand Down
8 changes: 8 additions & 0 deletions docs/models/operations/queryparamorderby.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

The field to order the results by.

## Example Usage

```ruby
require "stackone_client"

value = QueryParamOrderBy::PROVIDER
```


## Values

Expand Down
8 changes: 8 additions & 0 deletions docs/models/operations/queryparamorderdirection.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

The direction to order the results by.

## Example Usage

```ruby
require "stackone_client"

value = QueryParamOrderDirection::ASC
```


## Values

Expand Down
8 changes: 8 additions & 0 deletions docs/models/operations/queryparamstatus.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

Filter to select shifts by status

## Example Usage

```ruby
require "stackone_client"

value = QueryParamStatus::DRAFT
```


## Values

Expand Down
8 changes: 8 additions & 0 deletions docs/models/operations/queryparamtype.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

Filter to select time-off policies by type

## Example Usage

```ruby
require "stackone_client"

value = QueryParamType::SICK
```


## Values

Expand Down
8 changes: 8 additions & 0 deletions docs/models/operations/stackonelistlogsqueryparaminclude.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

The include parameter allows you to include additional data in the response.

## Example Usage

```ruby
require "stackone_client"

value = StackoneListLogsQueryParamInclude::STEP_LOGS
```


## Values

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

The field to order the results by.

## Example Usage

```ruby
require "stackone_client"

value = StackoneListPlatformLogsQueryParamOrderBy::PROVIDER
```


## Values

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

The direction to order the results by.

## Example Usage

```ruby
require "stackone_client"

value = StackoneListPlatformLogsQueryParamOrderDirection::ASC
```


## Values

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

The field to order the results by.

## Example Usage

```ruby
require "stackone_client"

value = StackoneListPlatformLogsQueryParamRequestLogsOrderBy::PROVIDER
```


## Values

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

The direction to order the results by.

## Example Usage

```ruby
require "stackone_client"

value = StackoneListPlatformLogsQueryParamRequestLogsOrderDirection::ASC
```


## Values

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

The field to order the results by.

## Example Usage

```ruby
require "stackone_client"

value = StackoneListStepLogsQueryParamOrderBy::PROVIDER
```


## Values

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

The direction to order the results by.

## Example Usage

```ruby
require "stackone_client"

value = StackoneListStepLogsQueryParamOrderDirection::ASC
```


## Values

Expand Down
Loading