Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.360.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Aug 10, 2024
1 parent 7b19cbe commit 3a11ba5
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 28 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: a5967f02-15bd-4a6c-b816-cdec24288371
management:
docChecksum: 85248a8dd6a5cd6fea1b82dfc30249e9
docChecksum: c2a5d8222f4117f238343d6187ef2751
docVersion: 1.0.0
speakeasyVersion: 1.352.2
generationVersion: 2.385.2
releaseVersion: 0.8.13
configChecksum: 44a798a033233d2815816d19fa3f5ecd
speakeasyVersion: 1.360.0
generationVersion: 2.392.0
releaseVersion: 0.8.14
configChecksum: a13984c589cc06b9084f22367d076c6f
repoURL: https://github.com/ding-live/ding-ruby.git
repoSubDirectory: .
installationURL: https://github.com/ding-live/ding-ruby
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:
ding_sdk (0.8.13)
ding_sdk (0.8.14)
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 @@ -364,4 +364,14 @@ Based on:
### Generated
- [ruby v0.8.13] .
### Releases
- [Ruby Gems v0.8.13] https://rubygems.org/gems/ding_sdk/versions/0.8.13 - .
- [Ruby Gems v0.8.13] https://rubygems.org/gems/ding_sdk/versions/0.8.13 - .

## 2024-08-10 00:16:29
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.360.0 (2.392.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [ruby v0.8.14] .
### Releases
- [Ruby Gems v0.8.14] https://rubygems.org/gems/ding_sdk/versions/0.8.14 - .
2 changes: 1 addition & 1 deletion ding_sdk.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 = 'ding_sdk'
s.version = '0.8.13'
s.version = '0.8.14'
s.platform = Gem::Platform::RUBY
s.licenses = ['Apache-2.0']
s.summary = ''
Expand Down
30 changes: 15 additions & 15 deletions docs/models/shared/createauthenticationrequest.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: false
ruby:
version: 0.8.13
version: 0.8.14
author: Ding
description: Ding Ruby SDK
imports:
Expand Down
2 changes: 1 addition & 1 deletion lib/ding_sdk/models/shared/createauthenticationrequest.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class CreateAuthenticationRequest < ::DingSDK::Utils::FieldAugmented
field :device_type, T.nilable(::DingSDK::Shared::DeviceType), { 'format_json': { 'letter_case': ::DingSDK::Utils.field_name('device_type'), 'decoder': Utils.enum_from_string(::DingSDK::Shared::DeviceType, true) } }
# The IP address of the user's device.
field :ip, T.nilable(::String), { 'format_json': { 'letter_case': ::DingSDK::Utils.field_name('ip') } }
# Whether the user is a returning user on your app.
# This signal should do more than just confirm if a user is returning to your app; it should provide a higher level of trust, indicating that the user is genuine. For more details, refer to [Signals](/guides/prevent-fraud#signals).
field :is_returning_user, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::DingSDK::Utils.field_name('is_returning_user') } }
# The version of the user's device operating system.
field :os_version, T.nilable(::String), { 'format_json': { 'letter_case': ::DingSDK::Utils.field_name('os_version') } }
Expand Down
6 changes: 3 additions & 3 deletions lib/ding_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 = '1.0.0'
@sdk_version = '0.8.13'
@gen_version = '2.385.2'
@user_agent = 'speakeasy-sdk/ruby 0.8.13 2.385.2 1.0.0 ding_sdk'
@sdk_version = '0.8.14'
@gen_version = '2.392.0'
@user_agent = 'speakeasy-sdk/ruby 0.8.14 2.392.0 1.0.0 ding_sdk'
end

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

0 comments on commit 3a11ba5

Please sign in to comment.