Skip to content

Commit

Permalink
Merge pull request #8 from dubinc/speakeasy-sdk-regen-1719623906
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate
  • Loading branch information
steven-tey authored Jul 1, 2024
2 parents f2ca243 + 7929835 commit 946d541
Show file tree
Hide file tree
Showing 19 changed files with 28 additions and 467 deletions.
14 changes: 4 additions & 10 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: f8b1be2fa34844de98cc6c19757c0e81
docChecksum: 5419a35a3e662a9a0df7547a5a8ffdc3
docVersion: 0.0.1
speakeasyVersion: 1.322.1
speakeasyVersion: 1.322.3
generationVersion: 2.354.2
releaseVersion: 0.0.6
configChecksum: f0b5e2a48515a0f686bd1178e17f08a3
releaseVersion: 0.0.7
configChecksum: 762d83627c595e44555526056cb6c5ee
repoURL: https://github.com/dubinc/dub-ruby.git
installationURL: https://github.com/dubinc/dub-ruby
published: true
Expand Down Expand Up @@ -109,9 +109,6 @@ generatedFiles:
- lib/open_api_sdk/models/operations/interval.rb
- lib/open_api_sdk/models/operations/retrieveanalytics_request.rb
- lib/open_api_sdk/models/operations/retrieveanalytics_response.rb
- lib/open_api_sdk/models/operations/getworkspaces_response.rb
- lib/open_api_sdk/models/operations/createworkspace_requestbody.rb
- lib/open_api_sdk/models/operations/createworkspace_response.rb
- lib/open_api_sdk/models/operations/getworkspace_request.rb
- lib/open_api_sdk/models/operations/getworkspace_response.rb
- lib/open_api_sdk/models/operations/gettags_request.rb
Expand Down Expand Up @@ -225,9 +222,6 @@ generatedFiles:
- docs/models/operations/interval.md
- docs/models/operations/retrieveanalyticsrequest.md
- docs/models/operations/retrieveanalyticsresponse.md
- docs/models/operations/getworkspacesresponse.md
- docs/models/operations/createworkspacerequestbody.md
- docs/models/operations/createworkspaceresponse.md
- docs/models/operations/getworkspacerequest.md
- docs/models/operations/getworkspaceresponse.md
- docs/models/operations/gettagsrequest.md
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.0.6
version: 0.0.7
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.322.1
speakeasyVersion: 1.322.3
sources:
dub:
sourceNamespace: dub
sourceRevisionDigest: sha256:d1d39b93c4ba6a173dfce4ce622edb71dca7eb70b709f1a15c7ee8bd5c6c388e
sourceBlobDigest: sha256:747084edfdea35f7caaeb558d59dcd837023bb17387ae790b8354a109ee491c1
sourceRevisionDigest: sha256:1f8efddf5af21eba19055d3527bd1c8cd9abe3a5e1361baee79f9132891fcf2e
sourceBlobDigest: sha256:b4b5fdd3797191f557244e926a10519147489cfb262c6b5b9f09e6a47128e96a
tags:
- latest
- main
targets:
my-first-target:
source: dub
sourceNamespace: dub
sourceRevisionDigest: sha256:d1d39b93c4ba6a173dfce4ce622edb71dca7eb70b709f1a15c7ee8bd5c6c388e
sourceBlobDigest: sha256:747084edfdea35f7caaeb558d59dcd837023bb17387ae790b8354a109ee491c1
sourceRevisionDigest: sha256:1f8efddf5af21eba19055d3527bd1c8cd9abe3a5e1361baee79f9132891fcf2e
sourceBlobDigest: sha256:b4b5fdd3797191f557244e926a10519147489cfb262c6b5b9f09e6a47128e96a
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.0.6)
dub (0.0.7)
faraday
faraday-multipart
rack
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ end

### [Workspaces](docs/sdks/workspaces/README.md)

* [list](docs/sdks/workspaces/README.md#list) - Retrieve a list of workspaces
* [create](docs/sdks/workspaces/README.md#create) - Create a workspace
* [get](docs/sdks/workspaces/README.md#get) - Retrieve a workspace

### [Tags](docs/sdks/tags/README.md)
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,14 @@ Based on:
### Generated
- [ruby v0.0.6] .
### Releases
- [Ruby Gems v0.0.6] https://rubygems.org/gems/dub/versions/0.0.6 - .
- [Ruby Gems v0.0.6] https://rubygems.org/gems/dub/versions/0.0.6 - .

## 2024-07-01 01:34:47
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.322.3 (2.354.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [ruby v0.0.7] .
### Releases
- [Ruby Gems v0.0.7] https://rubygems.org/gems/dub/versions/0.0.7 - .
10 changes: 0 additions & 10 deletions docs/models/operations/createworkspacerequestbody.md

This file was deleted.

20 changes: 0 additions & 20 deletions docs/models/operations/createworkspaceresponse.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/models/operations/getlinksrequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
| `show_archived` | *T.nilable(T::Boolean)* | :heavy_minus_sign: | Whether to include archived links in the response. Defaults to `false` if not provided. |
| `with_tags` | *T.nilable(T::Boolean)* | :heavy_minus_sign: | Whether to include tags in the response. Defaults to `false` if not provided. |
| `sort` | [T.nilable(::OpenApiSDK::Operations::Sort)](../../models/operations/sort.md) | :heavy_minus_sign: | The field to sort the links by. The default is `createdAt`, and sort order is always descending. |
| `page` | *T.nilable(::Float)* | :heavy_minus_sign: | The page number for pagination (each page contains 100 links). |
| `page` | *T.nilable(::Integer)* | :heavy_minus_sign: | The page number for pagination (each page contains 100 links). |
Loading

0 comments on commit 946d541

Please sign in to comment.