Skip to content

Commit 866c2f1

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.533.0
1 parent 6acba39 commit 866c2f1

File tree

9 files changed

+32
-22
lines changed

9 files changed

+32
-22
lines changed

.speakeasy/gen.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ id: a5967f02-15bd-4a6c-b816-cdec24288371
33
management:
44
docChecksum: ab1dcbf52747c79a9f4eef70ba8d414f
55
docVersion: 1.0.0
6-
speakeasyVersion: 1.531.4
7-
generationVersion: 2.570.4
8-
releaseVersion: 0.14.7
9-
configChecksum: 30b392b7e64dda79a455453b152ceb80
6+
speakeasyVersion: 1.533.0
7+
generationVersion: 2.578.0
8+
releaseVersion: 0.14.8
9+
configChecksum: 9cf823e464f811a44fabdf0a10e1904a
1010
repoURL: https://github.com/ding-live/ding-ruby.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/ding-live/ding-ruby

.speakeasy/workflow.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.531.4
1+
speakeasyVersion: 1.533.0
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:d960a6a7f1ebd85264404ece98ca9bc4f6d85b44d892e15de05856bd02f3f978
5+
sourceRevisionDigest: sha256:6a45a0b0f1840e39dc947f231888d016bc917fe9cee1a70ce16bbdf5ce8cd9c5
66
sourceBlobDigest: sha256:e6063b134c08c33ec92727d02e5a19804bdb89b4ac6720175fff38727c9f53e3
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1744676482
9+
- speakeasy-sdk-regen-1744762877
1010
- 1.0.0
1111
targets:
1212
ding_sdk:
1313
source: my-source
1414
sourceNamespace: my-source
15-
sourceRevisionDigest: sha256:d960a6a7f1ebd85264404ece98ca9bc4f6d85b44d892e15de05856bd02f3f978
15+
sourceRevisionDigest: sha256:6a45a0b0f1840e39dc947f231888d016bc917fe9cee1a70ce16bbdf5ce8cd9c5
1616
sourceBlobDigest: sha256:e6063b134c08c33ec92727d02e5a19804bdb89b4ac6720175fff38727c9f53e3
1717
codeSamplesNamespace: my-source-ruby-code-samples
18-
codeSamplesRevisionDigest: sha256:4b28c58ae1f79cafb81b86be2c34311707178543c7ffceaffe86184a1516f533
18+
codeSamplesRevisionDigest: sha256:0e977649bfedded1a05f88307c2f5c2e005a63f613544a71e175f827a1b41030
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
ding_sdk (0.14.7)
4+
ding_sdk (0.14.8)
55
faraday
66
faraday-multipart
77
faraday-retry (~> 2.2.1)

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2044,4 +2044,14 @@ Based on:
20442044
### Generated
20452045
- [ruby v0.14.7] .
20462046
### Releases
2047-
- [Ruby Gems v0.14.7] https://rubygems.org/gems/ding_sdk/versions/0.14.7 - .
2047+
- [Ruby Gems v0.14.7] https://rubygems.org/gems/ding_sdk/versions/0.14.7 - .
2048+
2049+
## 2025-04-16 00:20:59
2050+
### Changes
2051+
Based on:
2052+
- OpenAPI Doc
2053+
- Speakeasy CLI 1.533.0 (2.578.0) https://github.com/speakeasy-api/speakeasy
2054+
### Generated
2055+
- [ruby v0.14.8] .
2056+
### Releases
2057+
- [Ruby Gems v0.14.8] https://rubygems.org/gems/ding_sdk/versions/0.14.8 - .

ding_sdk.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $LOAD_PATH.push File.expand_path('lib', __dir__)
44

55
Gem::Specification.new do |s|
66
s.name = 'ding_sdk'
7-
s.version = '0.14.7'
7+
s.version = '0.14.8'
88
s.platform = Gem::Platform::RUBY
99
s.licenses = ['Apache-2.0']
1010
s.summary = ''

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ generation:
1212
oAuth2ClientCredentialsEnabled: false
1313
oAuth2PasswordEnabled: false
1414
ruby:
15-
version: 0.14.7
15+
version: 0.14.8
1616
additionalDependencies:
1717
development: {}
1818
runtime: {}

lib/ding_sdk/lookup.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def initialize(sdk_config)
2323

2424

2525
sig { params(customer_uuid: ::String, phone_number: ::String, type: T.nilable(T::Array[Models::Operations::Type]), timeout_ms: T.nilable(Integer)).returns(Models::Operations::LookupResponse) }
26-
def lookup(customer_uuid, phone_number, type = nil, timeout_ms = nil)
26+
def lookup(customer_uuid:, phone_number:, type: nil, timeout_ms: nil)
2727
# lookup - Look up for phone number
2828
# Perform a phone number lookup.
2929
request = Models::Operations::LookupRequest.new(

lib/ding_sdk/otp.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def initialize(sdk_config)
2323

2424

2525
sig { params(request: T.nilable(Models::Shared::CreateCheckRequest), timeout_ms: T.nilable(Integer)).returns(Models::Operations::CheckResponse) }
26-
def check(request, timeout_ms = nil)
26+
def check(request: nil, timeout_ms: nil)
2727
# check - Check a code
2828
# Check that a code entered by a user is valid.
2929
url, params = @sdk_configuration.get_server_details
@@ -147,7 +147,7 @@ def check(request, timeout_ms = nil)
147147

148148

149149
sig { params(request: T.nilable(Models::Shared::CreateAuthenticationRequest), timeout_ms: T.nilable(Integer)).returns(Models::Operations::CreateAuthenticationResponse) }
150-
def create_authentication(request, timeout_ms = nil)
150+
def create_authentication(request: nil, timeout_ms: nil)
151151
# create_authentication - Send a code
152152
# Send an OTP code to a user's phone number.
153153
url, params = @sdk_configuration.get_server_details
@@ -271,7 +271,7 @@ def create_authentication(request, timeout_ms = nil)
271271

272272

273273
sig { params(request: T.nilable(Models::Shared::FeedbackRequest), timeout_ms: T.nilable(Integer)).returns(Models::Operations::FeedbackResponse) }
274-
def feedback(request, timeout_ms = nil)
274+
def feedback(request: nil, timeout_ms: nil)
275275
# feedback - Send feedback
276276
# Send feedback about the authentication process.
277277
url, params = @sdk_configuration.get_server_details
@@ -395,7 +395,7 @@ def feedback(request, timeout_ms = nil)
395395

396396

397397
sig { params(auth_uuid: ::String, timeout_ms: T.nilable(Integer)).returns(Models::Operations::GetAuthenticationStatusResponse) }
398-
def get_authentication_status(auth_uuid, timeout_ms = nil)
398+
def get_authentication_status(auth_uuid:, timeout_ms: nil)
399399
# get_authentication_status - Get authentication status
400400
# Get the status of an authentication.
401401
request = Models::Operations::GetAuthenticationStatusRequest.new(
@@ -517,7 +517,7 @@ def get_authentication_status(auth_uuid, timeout_ms = nil)
517517

518518

519519
sig { params(request: T.nilable(Models::Shared::RetryAuthenticationRequest), timeout_ms: T.nilable(Integer)).returns(Models::Operations::RetryResponse) }
520-
def retry(request, timeout_ms = nil)
520+
def retry(request: nil, timeout_ms: nil)
521521
# retry - Perform a retry
522522
# Perform a retry if a user has not received the code.
523523
url, params = @sdk_configuration.get_server_details

lib/ding_sdk/sdkconfiguration.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ def initialize(client, hooks, retry_config, timeout_ms, security, security_sourc
6363
end
6464
@language = 'ruby'
6565
@openapi_doc_version = '1.0.0'
66-
@sdk_version = '0.14.7'
67-
@gen_version = '2.570.4'
68-
@user_agent = 'speakeasy-sdk/ruby 0.14.7 2.570.4 1.0.0 ding_sdk'
66+
@sdk_version = '0.14.8'
67+
@gen_version = '2.578.0'
68+
@user_agent = 'speakeasy-sdk/ruby 0.14.8 2.578.0 1.0.0 ding_sdk'
6969
end
7070

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

0 commit comments

Comments
 (0)