Skip to content

Commit

Permalink
Merge pull request #12 from dubinc/speakeasy-sdk-regen-1720142401
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate
  • Loading branch information
devkiran authored Jul 5, 2024
2 parents 5f2da0f + be884d4 commit 1ae211e
Show file tree
Hide file tree
Showing 48 changed files with 83 additions and 149 deletions.
10 changes: 5 additions & 5 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: 5a2dd83e-da98-455b-8ef9-0100a914efdf
management:
docChecksum: a161f5bf3b2f2db5151fac8953378ea9
docChecksum: bdbe0b838757272c0b9e043ea9c5cb5f
docVersion: 0.0.1
speakeasyVersion: 1.326.0
generationVersion: 2.359.0
releaseVersion: 0.1.2
configChecksum: ff668e0682561388221d90b5a71ceb62
speakeasyVersion: 1.326.3
generationVersion: 2.359.6
releaseVersion: 0.1.3
configChecksum: 939b4b5d4508f4846cd71d8daa5dc6da
repoURL: https://github.com/dubinc/dub-ruby.git
installationURL: https://github.com/dubinc/dub-ruby
published: true
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: true
ruby:
version: 0.1.2
version: 0.1.3
author: Dub
description: Ruby Client SDK Generated by Speakeasy
imports:
Expand Down
10 changes: 5 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
speakeasyVersion: 1.326.0
speakeasyVersion: 1.326.3
sources:
dub:
sourceNamespace: dub
sourceRevisionDigest: sha256:44a3019265b136dd67af3575572526e1e370fb36ffa76a51aca24ad31ca5a180
sourceBlobDigest: sha256:017fd8df95aea92b226f3ab24a584fa6ad300a3942e316c41d473cc44214e514
sourceRevisionDigest: sha256:e0d230aead42934b68613fc0b9e9bbe4656fb4d4c03f3e4f8ceddf9f1f79494d
sourceBlobDigest: sha256:e18f7b97656f6ec1a409b4c3e9823b367eae8a7d8f06f915cde29959b5b39e48
tags:
- latest
- main
targets:
my-first-target:
source: dub
sourceNamespace: dub
sourceRevisionDigest: sha256:44a3019265b136dd67af3575572526e1e370fb36ffa76a51aca24ad31ca5a180
sourceBlobDigest: sha256:017fd8df95aea92b226f3ab24a584fa6ad300a3942e316c41d473cc44214e514
sourceRevisionDigest: sha256:e0d230aead42934b68613fc0b9e9bbe4656fb4d4c03f3e4f8ceddf9f1f79494d
sourceBlobDigest: sha256:e18f7b97656f6ec1a409b4c3e9823b367eae8a7d8f06f915cde29959b5b39e48
outLocation: /github/workspace/repo
workflow:
workflowVersion: 1.0.0
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
dub (0.1.2)
dub (0.1.3)
faraday
faraday-multipart
rack
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ end

* [list](docs/sdks/links/README.md#list) - Retrieve a list of links
* [create](docs/sdks/links/README.md#create) - Create a new link
* [count](docs/sdks/links/README.md#count) - Retrieve the number of links
* [count](docs/sdks/links/README.md#count) - Retrieve links count
* [get](docs/sdks/links/README.md#get) - Retrieve a link
* [delete](docs/sdks/links/README.md#delete) - Delete a link
* [update](docs/sdks/links/README.md#update) - Update a link
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 v0.1.2] .
### Releases
- [Ruby Gems v0.1.2] https://rubygems.org/gems/dub/versions/0.1.2 - .
- [Ruby Gems v0.1.2] https://rubygems.org/gems/dub/versions/0.1.2 - .

## 2024-07-05 01:19:58
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.326.3 (2.359.6) https://github.com/speakeasy-api/speakeasy
### Generated
- [ruby v0.1.3] .
### Releases
- [Ruby Gems v0.1.3] https://rubygems.org/gems/dub/versions/0.1.3 - .
1 change: 0 additions & 1 deletion docs/models/operations/bulkcreatelinksrequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
| Field | Type | Required | Description |
| ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- |
| `workspace_id` | *T.nilable(::String)* | :heavy_minus_sign: | The ID of the workspace. |
| `project_slug` | *T.nilable(::String)* | :heavy_minus_sign: | The slug of the project. This field is deprecated – use `workspaceId` instead. |
| `request_body` | T::Array<[::OpenApiSDK::Operations::RequestBody](../../models/operations/requestbody.md)> | :heavy_minus_sign: | N/A |
1 change: 0 additions & 1 deletion docs/models/operations/createdomainrequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ |
| `workspace_id` | *T.nilable(::String)* | :heavy_minus_sign: | The ID of the workspace. |
| `project_slug` | *T.nilable(::String)* | :heavy_minus_sign: | The slug of the project. This field is deprecated – use `workspaceId` instead. |
| `request_body` | [T.nilable(::OpenApiSDK::Operations::CreateDomainRequestBody)](../../models/operations/createdomainrequestbody.md) | :heavy_minus_sign: | N/A |
1 change: 0 additions & 1 deletion docs/models/operations/createlinkrequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
| Field | Type | Required | Description |
| -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- |
| `workspace_id` | *T.nilable(::String)* | :heavy_minus_sign: | The ID of the workspace. |
| `project_slug` | *T.nilable(::String)* | :heavy_minus_sign: | The slug of the project. This field is deprecated – use `workspaceId` instead. |
| `request_body` | [T.nilable(::OpenApiSDK::Operations::CreateLinkRequestBody)](../../models/operations/createlinkrequestbody.md) | :heavy_minus_sign: | N/A |
1 change: 0 additions & 1 deletion docs/models/operations/createtagrequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
| `workspace_id` | *T.nilable(::String)* | :heavy_minus_sign: | The ID of the workspace. |
| `project_slug` | *T.nilable(::String)* | :heavy_minus_sign: | The slug of the project. This field is deprecated – use `workspaceId` instead. |
| `request_body` | [T.nilable(::OpenApiSDK::Operations::CreateTagRequestBody)](../../models/operations/createtagrequestbody.md) | :heavy_minus_sign: | N/A |
9 changes: 4 additions & 5 deletions docs/models/operations/deletedomainrequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@

## Fields

| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ |
| `slug` | *::String* | :heavy_check_mark: | The domain name. | acme.com |
| `workspace_id` | *T.nilable(::String)* | :heavy_minus_sign: | The ID of the workspace. | |
| `project_slug` | *T.nilable(::String)* | :heavy_minus_sign: | The slug of the project. This field is deprecated – use `workspaceId` instead. | |
| Field | Type | Required | Description | Example |
| ------------------------ | ------------------------ | ------------------------ | ------------------------ | ------------------------ |
| `slug` | *::String* | :heavy_check_mark: | The domain name. | acme.com |
| `workspace_id` | *T.nilable(::String)* | :heavy_minus_sign: | The ID of the workspace. | |
3 changes: 1 addition & 2 deletions docs/models/operations/deletelinkrequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
| `link_id` | *::String* | :heavy_check_mark: | The id of the link to delete. You may use either `linkId` (obtained via `/links/info` endpoint) or `externalId` prefixed with `ext_`. |
| `workspace_id` | *T.nilable(::String)* | :heavy_minus_sign: | The ID of the workspace. |
| `project_slug` | *T.nilable(::String)* | :heavy_minus_sign: | The slug of the project. This field is deprecated – use `workspaceId` instead. |
| `workspace_id` | *T.nilable(::String)* | :heavy_minus_sign: | The ID of the workspace. |
Loading

0 comments on commit 1ae211e

Please sign in to comment.