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
  •  
  •  
  •  
3,110 changes: 1,821 additions & 1,289 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ generation:
generateNewTests: true
skipResponseBodyAssertions: false
ruby:
version: 5.1.3
version: 5.1.4
additionalDependencies:
development:
activesupport: ~> 8.0.0
Expand Down
780 changes: 755 additions & 25 deletions .speakeasy/out.openapi.yaml

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
speakeasyVersion: 1.749.0
speakeasyVersion: 1.761.8
sources:
Clerk-OAS:
sourceNamespace: clerk-openapi
sourceRevisionDigest: sha256:cbabfc99a4e173be0cd5c445a7ccf30ad4f2eda77b150d632edd11038dd41d67
sourceBlobDigest: sha256:1ec69941bcd75099ef0d9b768ecb8a873f26177affce1392704ec098856510b3
sourceRevisionDigest: sha256:6968544a5137c3078dca990597777275e9c66b149aeff1671cc5a0692728efcb
sourceBlobDigest: sha256:30fa26a20e18b142349ca3977d6dc66b686201002a7fcd2ec832dd919fcf1b94
tags:
- latest
- "2025-11-10"
targets:
clerk:
source: Clerk-OAS
sourceNamespace: clerk-openapi
sourceRevisionDigest: sha256:cbabfc99a4e173be0cd5c445a7ccf30ad4f2eda77b150d632edd11038dd41d67
sourceBlobDigest: sha256:1ec69941bcd75099ef0d9b768ecb8a873f26177affce1392704ec098856510b3
sourceRevisionDigest: sha256:6968544a5137c3078dca990597777275e9c66b149aeff1671cc5a0692728efcb
sourceBlobDigest: sha256:30fa26a20e18b142349ca3977d6dc66b686201002a7fcd2ec832dd919fcf1b94
codeSamplesNamespace: clerk-oas-ruby-code-samples
codeSamplesRevisionDigest: sha256:02b644bd03540fed0edc38aa91748d0d9b3d0e554cdb1ebdc116cc28bc627953
codeSamplesRevisionDigest: sha256:1fcea23b25cf35d537a84866cfc612ef034cd473c71dc0f418027ba60561a01f
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
14 changes: 6 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
clerk-sdk-ruby (5.1.3)
clerk-sdk-ruby (5.1.4)
base64 (>= 0.2.0, < 1.0)
concurrent-ruby (~> 1.3.5)
faraday (>= 2.14.1)
Expand All @@ -12,7 +12,7 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (8.0.4)
activesupport (8.0.5)
base64
benchmark (>= 0.3)
bigdecimal
Expand All @@ -29,7 +29,7 @@ GEM
ast (2.4.2)
base64 (0.3.0)
benchmark (0.5.0)
bigdecimal (4.0.1)
bigdecimal (4.1.1)
builder (3.3.0)
concurrent-ruby (1.3.6)
connection_pool (3.0.2)
Expand Down Expand Up @@ -63,8 +63,7 @@ GEM
minitest (>= 5.0)
ruby-progressbar
multipart-post (2.4.1)
mustermann (3.0.4)
ruby2_keywords (~> 0.0.1)
mustermann (3.1.1)
net-http (0.6.0)
uri
nio4r (2.7.5)
Expand All @@ -76,12 +75,12 @@ GEM
puma (6.4.3)
nio4r (~> 2.0)
racc (1.8.1)
rack (3.1.20)
rack (3.1.21)
rack-protection (4.2.1)
base64 (>= 0.1.0)
logger (>= 1.6.0)
rack (>= 3.0.0, < 4)
rack-session (2.1.1)
rack-session (2.1.2)
base64 (>= 0.1.0)
rack (>= 3.0.0)
rackup (2.3.1)
Expand All @@ -107,7 +106,6 @@ GEM
rubocop (>= 1.72.1, < 2.0)
rubocop-ast (>= 1.38.0, < 2.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
securerandom (0.4.1)
sinatra (4.2.1)
logger (>= 1.6.0)
Expand Down
21 changes: 15 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,14 @@ end
* [~~revert~~](docs/sdks/emailsmstemplates/README.md#revert) - Revert a template :warning: **Deprecated**
* [~~toggle_template_delivery~~](docs/sdks/emailsmstemplates/README.md#toggle_template_delivery) - Toggle the delivery by Clerk for a template of a given type and slug :warning: **Deprecated**

### [EnterpriseConnections](docs/sdks/enterpriseconnections/README.md)

* [list](docs/sdks/enterpriseconnections/README.md#list) - List enterprise connections
* [create](docs/sdks/enterpriseconnections/README.md#create) - Create an enterprise connection
* [get](docs/sdks/enterpriseconnections/README.md#get) - Retrieve an enterprise connection
* [update](docs/sdks/enterpriseconnections/README.md#update) - Update an enterprise connection
* [delete](docs/sdks/enterpriseconnections/README.md#delete) - Delete an enterprise connection

### [InstanceSettings](docs/sdks/instancesettings/README.md)

* [get](docs/sdks/instancesettings/README.md#get) - Fetch the current instance
Expand Down Expand Up @@ -498,6 +506,7 @@ end
* [get](docs/sdks/oauthapplications/README.md#get) - Retrieve an OAuth application by ID
* [update](docs/sdks/oauthapplications/README.md#update) - Update an OAuth application
* [delete](docs/sdks/oauthapplications/README.md#delete) - Delete an OAuth application
* [upload_logo](docs/sdks/oauthapplications/README.md#upload_logo) - Upload a logo for the OAuth application
* [rotate_secret](docs/sdks/oauthapplications/README.md#rotate_secret) - Rotate the client secret of the given OAuth application

### [OrganizationDomains](docs/sdks/organizationdomains/README.md)
Expand Down Expand Up @@ -586,13 +595,13 @@ end
* [add_roles](docs/sdks/rolesets/README.md#add_roles) - Add roles to a role set
* [replace_role](docs/sdks/rolesets/README.md#replace_role) - Replace a role in a role set

### [SamlConnections](docs/sdks/samlconnections/README.md)
### [~~SamlConnections~~](docs/sdks/samlconnections/README.md)

* [list](docs/sdks/samlconnections/README.md#list) - Get a list of SAML Connections for an instance
* [create](docs/sdks/samlconnections/README.md#create) - Create a SAML Connection
* [get](docs/sdks/samlconnections/README.md#get) - Retrieve a SAML Connection by ID
* [update](docs/sdks/samlconnections/README.md#update) - Update a SAML Connection
* [delete](docs/sdks/samlconnections/README.md#delete) - Delete a SAML Connection
* [~~list~~](docs/sdks/samlconnections/README.md#list) - Get a list of SAML Connections for an instance :warning: **Deprecated**
* [~~create~~](docs/sdks/samlconnections/README.md#create) - Create a SAML Connection :warning: **Deprecated**
* [~~get~~](docs/sdks/samlconnections/README.md#get) - Retrieve a SAML Connection by ID :warning: **Deprecated**
* [~~update~~](docs/sdks/samlconnections/README.md#update) - Update a SAML Connection :warning: **Deprecated**
* [~~delete~~](docs/sdks/samlconnections/README.md#delete) - Delete a SAML Connection :warning: **Deprecated**

### [Sessions](docs/sdks/sessions/README.md)

Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,14 @@ Based on:
### Generated
- [ruby v5.1.3] .
### Releases
- [Ruby Gems v5.1.3] https://rubygems.org/gems/clerk-sdk-ruby/versions/5.1.3 - .
- [Ruby Gems v5.1.3] https://rubygems.org/gems/clerk-sdk-ruby/versions/5.1.3 - .

## 2026-04-18 00:52:36
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.761.8 (2.881.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [ruby v5.1.4] .
### Releases
- [Ruby Gems v5.1.4] https://rubygems.org/gems/clerk-sdk-ruby/versions/5.1.4 - .
2 changes: 1 addition & 1 deletion clerk-sdk-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.push File.expand_path('lib', __dir__)

Gem::Specification.new do |s|
s.name = 'clerk-sdk-ruby'
s.version = '5.1.3'
s.version = '5.1.4'
s.platform = Gem::Platform::RUBY
s.licenses = ['Apache-2.0']
s.summary = ''
Expand Down
13 changes: 7 additions & 6 deletions docs/models/components/agenttask.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ Success

## Fields

| Field | Type | Required | Description |
| -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- |
| `object` | [Models::Components::AgentTaskObject](../../models/shared/agenttaskobject.md) | :heavy_check_mark: | N/A |
| `agent_id` | *::String* | :heavy_check_mark: | A stable identifier for the agent, unique per agent_name within an instance.<br/> |
| `task_id` | *::String* | :heavy_check_mark: | A unique identifier for this agent task.<br/> |
| `url` | *Crystalline::Nilable.new(::String)* | :heavy_minus_sign: | The URL that, when visited, creates a session for the user. Only present in the response to a create request.<br/> |
| Field | Type | Required | Description |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `object` | [Models::Components::AgentTaskObject](../../models/shared/agenttaskobject.md) | :heavy_check_mark: | N/A |
| `agent_id` | *::String* | :heavy_check_mark: | A stable identifier for the agent, unique per agent_name within an instance.<br/> |
| `agent_task_id` | *::String* | :heavy_check_mark: | A unique identifier for this agent task.<br/> |
| ~~`task_id`~~ | *::String* | :heavy_check_mark: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.<br/><br/>A unique identifier for this agent task. Deprecated: use agent_task_id instead.<br/> |
| `url` | *Crystalline::Nilable.new(::String)* | :heavy_minus_sign: | The URL that, when visited, creates a session for the user. Only present in the response to a create request.<br/> |
Loading
Loading