Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.401.2
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Sep 21, 2024
1 parent fc2bc09 commit 062316d
Show file tree
Hide file tree
Showing 10 changed files with 39 additions and 29 deletions.
10 changes: 5 additions & 5 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ id: a5967f02-15bd-4a6c-b816-cdec24288371
management:
docChecksum: c2a5d8222f4117f238343d6187ef2751
docVersion: 1.0.0
speakeasyVersion: 1.396.6
generationVersion: 2.415.6
releaseVersion: 0.8.17
configChecksum: a944c261cc179735d25333f56f59978b
speakeasyVersion: 1.401.2
generationVersion: 2.421.3
releaseVersion: 0.8.18
configChecksum: 7929131777b2b9e5be8e0d4a4f7bebbf
repoURL: https://github.com/ding-live/ding-ruby.git
repoSubDirectory: .
installationURL: https://github.com/ding-live/ding-ruby
published: true
features:
ruby:
core: 3.2.22
core: 3.2.23
examples: 2.81.3
flattening: 2.81.1
globalSecurity: 2.81.7
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.17)
ding_sdk (0.8.18)
faraday
faraday-multipart
rack
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ s.config_security(


req = ::DingSDK::Shared::CreateAuthenticationRequest.new(
customer_uuid: "c9f826e0-deca-41ec-871f-ecd6e8efeb46",
customer_uuid: "cf2edc1c-7fc6-48fb-86da-b7508c6b7b71",
phone_number: "+1234567890",
)

Expand Down Expand Up @@ -80,9 +80,9 @@ s.config_security(


req = ::DingSDK::Shared::CreateCheckRequest.new(
authentication_uuid: "e0e7b0e9-739d-424b-922f-1c2cb48ab077",
authentication_uuid: "eebe792b-2fcc-44a0-87f1-650e79259e02",
check_code: "123456",
customer_uuid: "8f1196d5-806e-4b71-9b24-5f96ec052808",
customer_uuid: "64f66a7c-4b2c-4131-a8ff-d5b954cca05f",
)

res = s.otp.check(req)
Expand Down Expand Up @@ -111,8 +111,8 @@ s.config_security(


req = ::DingSDK::Shared::RetryAuthenticationRequest.new(
authentication_uuid: "a74ee547-564d-487a-91df-37fb25413a91",
customer_uuid: "3c8b3a46-881e-4cdd-93a6-f7f238bf020a",
authentication_uuid: "a4e4548a-1f7b-451a-81cb-a68ed5aff3b0",
customer_uuid: "28532118-1b33-420a-b57b-648c9bf85fee",
)

res = s.otp.retry(req)
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -404,4 +404,14 @@ Based on:
### Generated
- [ruby v0.8.17] .
### Releases
- [Ruby Gems v0.8.17] https://rubygems.org/gems/ding_sdk/versions/0.8.17 - .
- [Ruby Gems v0.8.17] https://rubygems.org/gems/ding_sdk/versions/0.8.17 - .

## 2024-09-21 00:17:49
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.401.2 (2.421.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [ruby v0.8.18] .
### Releases
- [Ruby Gems v0.8.18] https://rubygems.org/gems/ding_sdk/versions/0.8.18 - .
10 changes: 5 additions & 5 deletions USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ s.config_security(


req = ::DingSDK::Shared::CreateAuthenticationRequest.new(
customer_uuid: "c9f826e0-deca-41ec-871f-ecd6e8efeb46",
customer_uuid: "cf2edc1c-7fc6-48fb-86da-b7508c6b7b71",
phone_number: "+1234567890",
)

Expand Down Expand Up @@ -47,9 +47,9 @@ s.config_security(


req = ::DingSDK::Shared::CreateCheckRequest.new(
authentication_uuid: "e0e7b0e9-739d-424b-922f-1c2cb48ab077",
authentication_uuid: "eebe792b-2fcc-44a0-87f1-650e79259e02",
check_code: "123456",
customer_uuid: "8f1196d5-806e-4b71-9b24-5f96ec052808",
customer_uuid: "64f66a7c-4b2c-4131-a8ff-d5b954cca05f",
)

res = s.otp.check(req)
Expand Down Expand Up @@ -78,8 +78,8 @@ s.config_security(


req = ::DingSDK::Shared::RetryAuthenticationRequest.new(
authentication_uuid: "a74ee547-564d-487a-91df-37fb25413a91",
customer_uuid: "3c8b3a46-881e-4cdd-93a6-f7f238bf020a",
authentication_uuid: "a4e4548a-1f7b-451a-81cb-a68ed5aff3b0",
customer_uuid: "28532118-1b33-420a-b57b-648c9bf85fee",
)

res = s.otp.retry(req)
Expand Down
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.17'
s.version = '0.8.18'
s.platform = Gem::Platform::RUBY
s.licenses = ['Apache-2.0']
s.summary = ''
Expand Down
2 changes: 1 addition & 1 deletion docs/sdks/lookup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ s.config_security(
)


res = s.lookup.lookup(customer_uuid="6e93aa15-9177-4d09-8395-b69ce50db1c8", phone_number="<value>")
res = s.lookup.lookup(customer_uuid="69a197d9-356c-45d1-a807-41874e16b555", phone_number="<value>")

if ! res.lookup_response.nil?
# handle response
Expand Down
12 changes: 6 additions & 6 deletions docs/sdks/otp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ s.config_security(


req = ::DingSDK::Shared::CreateCheckRequest.new(
authentication_uuid: "e0e7b0e9-739d-424b-922f-1c2cb48ab077",
authentication_uuid: "eebe792b-2fcc-44a0-87f1-650e79259e02",
check_code: "123456",
customer_uuid: "8f1196d5-806e-4b71-9b24-5f96ec052808",
customer_uuid: "64f66a7c-4b2c-4131-a8ff-d5b954cca05f",
)

res = s.otp.check(req)
Expand Down Expand Up @@ -75,7 +75,7 @@ s.config_security(


req = ::DingSDK::Shared::CreateAuthenticationRequest.new(
customer_uuid: "c9f826e0-deca-41ec-871f-ecd6e8efeb46",
customer_uuid: "cf2edc1c-7fc6-48fb-86da-b7508c6b7b71",
phone_number: "+1234567890",
)

Expand Down Expand Up @@ -119,7 +119,7 @@ s.config_security(


req = ::DingSDK::Shared::FeedbackRequest.new(
customer_uuid: "c0c405fa-6bcb-4094-9430-7d6e2428ff23",
customer_uuid: "cc0f6c04-40de-448f-8301-3cb0e6565dff",
phone_number: "+1234567890",
status: ::DingSDK::Shared::FeedbackRequestStatus::ONBOARDED,
)
Expand Down Expand Up @@ -164,8 +164,8 @@ s.config_security(


req = ::DingSDK::Shared::RetryAuthenticationRequest.new(
authentication_uuid: "a74ee547-564d-487a-91df-37fb25413a91",
customer_uuid: "3c8b3a46-881e-4cdd-93a6-f7f238bf020a",
authentication_uuid: "a4e4548a-1f7b-451a-81cb-a68ed5aff3b0",
customer_uuid: "28532118-1b33-420a-b57b-648c9bf85fee",
)

res = s.otp.retry(req)
Expand Down
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.17
version: 0.8.18
author: Ding
description: Ding Ruby SDK
imports:
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.17'
@gen_version = '2.415.6'
@user_agent = 'speakeasy-sdk/ruby 0.8.17 2.415.6 1.0.0 ding_sdk'
@sdk_version = '0.8.18'
@gen_version = '2.421.3'
@user_agent = 'speakeasy-sdk/ruby 0.8.18 2.421.3 1.0.0 ding_sdk'
end

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

0 comments on commit 062316d

Please sign in to comment.