Skip to content

Commit

Permalink
Merge pull request #20 from dubinc/speakeasy-sdk-regen-1720833685
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate
  • Loading branch information
devkiran authored Jul 15, 2024
2 parents c9c5e63 + b9268cc commit a15ed9c
Show file tree
Hide file tree
Showing 10 changed files with 107 additions and 93 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: d074e83422312242c953b9123b5c20aa
docChecksum: fe340caa479dc343bdc532bc03f01fa9
docVersion: 0.0.1
speakeasyVersion: 1.331.2
generationVersion: 2.366.1
releaseVersion: 0.2.2-alpha
configChecksum: 79fe3ffab0dd5c26188ed3b500bbb16e
speakeasyVersion: 1.335.0
generationVersion: 2.370.2
releaseVersion: 0.2.2-alpha.1
configChecksum: 468a7726e3af6169539e5f3b7da0872a
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.2.2-alpha
version: 0.2.2-alpha.1
author: Dub
description: Ruby Client SDK Generated by Speakeasy
imports:
Expand Down
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.333.0
speakeasyVersion: 1.335.0
sources:
dub:
sourceNamespace: dub
sourceRevisionDigest: sha256:ce4b328e70b9c1429b63e0345626ed2ddf815bb426f1d19cf79133f9a31d9276
sourceBlobDigest: sha256:5e93a6a1759109dda3ef47cd041442e55226960e2806743a2988e9676a9475b6
sourceRevisionDigest: sha256:7177dac4f7b9270fc0265d84c6c157f8767f58ee70f97ad96331538591371e29
sourceBlobDigest: sha256:2cf5a2a09626860055cb6e2b3af1d6cf5b048c0cf2c562e188dd0c46d3a97208
tags:
- latest
- main
targets:
my-first-target:
source: dub
sourceNamespace: dub
sourceRevisionDigest: sha256:ce4b328e70b9c1429b63e0345626ed2ddf815bb426f1d19cf79133f9a31d9276
sourceBlobDigest: sha256:5e93a6a1759109dda3ef47cd041442e55226960e2806743a2988e9676a9475b6
sourceRevisionDigest: sha256:7177dac4f7b9270fc0265d84c6c157f8767f58ee70f97ad96331538591371e29
sourceBlobDigest: sha256:2cf5a2a09626860055cb6e2b3af1d6cf5b048c0cf2c562e188dd0c46d3a97208
codeSamplesNamespace: code-samples-ruby-my-first-target
codeSamplesRevisionDigest: sha256:0cfc97f5b373058fc17edaf84c19e667aaa6e516ee06eff16ed6c7c40139b1b5
codeSamplesRevisionDigest: sha256:42dde76acf083756fbf6534a6df6b6a79a2a9afef520461a40d25f3252052c48
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.2.2.pre.alpha)
dub (0.2.2.pre.alpha.1)
faraday
faraday-multipart
rack
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,14 @@ Based on:
### Generated
- [ruby v0.2.2-alpha] .
### Releases
- [Ruby Gems v0.2.2-alpha] https://rubygems.org/gems/dub/versions/0.2.2-alpha - .
- [Ruby Gems v0.2.2-alpha] https://rubygems.org/gems/dub/versions/0.2.2-alpha - .

## 2024-07-15 01:23:26
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.335.0 (2.370.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [ruby v0.2.2-alpha.1] .
### Releases
- [Ruby Gems v0.2.2-alpha.1] https://rubygems.org/gems/dub/versions/0.2.2-alpha.1 - .
144 changes: 72 additions & 72 deletions codeSamples.yaml

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion docs/models/shared/domains.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
| Field | Type | Required | Description | Example |
| ----------------------------------------------------------- | ----------------------------------------------------------- | ----------------------------------------------------------- | ----------------------------------------------------------- | ----------------------------------------------------------- |
| `slug` | *::String* | :heavy_check_mark: | The domain name. | acme.com |
| `primary` | *T::Boolean* | :heavy_check_mark: | Whether the domain is the primary domain for the workspace. | |
| `primary` | *T::Boolean* | :heavy_check_mark: | Whether the domain is the primary domain for the workspace. | |
| `verified` | *T::Boolean* | :heavy_check_mark: | Whether the domain is verified. | |
2 changes: 1 addition & 1 deletion dub.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 = 'dub'
s.version = '0.2.2-alpha'
s.version = '0.2.2-alpha.1'
s.platform = Gem::Platform::RUBY
s.licenses = ['Apache-2.0']
s.summary = ''
Expand Down
7 changes: 5 additions & 2 deletions lib/open_api_sdk/models/shared/domains.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,15 @@ class Domains < ::OpenApiSDK::Utils::FieldAugmented
field :primary, T::Boolean, { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('primary') } }
# The domain name.
field :slug, ::String, { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('slug') } }
# Whether the domain is verified.
field :verified, T::Boolean, { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('verified') } }


sig { params(primary: T::Boolean, slug: ::String).void }
def initialize(primary: nil, slug: nil)
sig { params(primary: T::Boolean, slug: ::String, verified: T::Boolean).void }
def initialize(primary: nil, slug: nil, verified: nil)
@primary = primary
@slug = slug
@verified = verified
end
end
end
Expand Down
6 changes: 3 additions & 3 deletions lib/open_api_sdk/sdkconfiguration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ def initialize(client, security, server_url, server_idx)
@security = security
@language = 'ruby'
@openapi_doc_version = '0.0.1'
@sdk_version = '0.2.2-alpha'
@gen_version = '2.366.1'
@user_agent = 'speakeasy-sdk/ruby 0.2.2-alpha 2.366.1 0.0.1 dub'
@sdk_version = '0.2.2-alpha.1'
@gen_version = '2.370.2'
@user_agent = 'speakeasy-sdk/ruby 0.2.2-alpha.1 2.370.2 0.0.1 dub'
end

sig { returns([String, T::Hash[Symbol, String]]) }
Expand Down

0 comments on commit a15ed9c

Please sign in to comment.