diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index 769f403..e201bd9 100755 --- a/.speakeasy/gen.lock +++ b/.speakeasy/gen.lock @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index e299367..ab8101e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ding_sdk (0.8.17) + ding_sdk (0.8.18) faraday faraday-multipart rack diff --git a/README.md b/README.md index da1598e..b27277f 100755 --- a/README.md +++ b/README.md @@ -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", ) @@ -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) @@ -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) diff --git a/RELEASES.md b/RELEASES.md index 8f1fa27..2d8ef71 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -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 - . \ No newline at end of file +- [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 - . \ No newline at end of file diff --git a/USAGE.md b/USAGE.md index c3e6e5c..5f1731f 100644 --- a/USAGE.md +++ b/USAGE.md @@ -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", ) @@ -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) @@ -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) diff --git a/ding_sdk.gemspec b/ding_sdk.gemspec index 7f1a720..539e3fb 100644 --- a/ding_sdk.gemspec +++ b/ding_sdk.gemspec @@ -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 = '' diff --git a/docs/sdks/lookup/README.md b/docs/sdks/lookup/README.md index 28c0602..e79c4fb 100644 --- a/docs/sdks/lookup/README.md +++ b/docs/sdks/lookup/README.md @@ -26,7 +26,7 @@ s.config_security( ) -res = s.lookup.lookup(customer_uuid="6e93aa15-9177-4d09-8395-b69ce50db1c8", phone_number="") +res = s.lookup.lookup(customer_uuid="69a197d9-356c-45d1-a807-41874e16b555", phone_number="") if ! res.lookup_response.nil? # handle response diff --git a/docs/sdks/otp/README.md b/docs/sdks/otp/README.md index 1547027..6fa8c0e 100644 --- a/docs/sdks/otp/README.md +++ b/docs/sdks/otp/README.md @@ -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) @@ -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", ) @@ -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, ) @@ -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) diff --git a/gen.yaml b/gen.yaml index cca5da1..4f1dbcb 100644 --- a/gen.yaml +++ b/gen.yaml @@ -10,7 +10,7 @@ generation: auth: oAuth2ClientCredentialsEnabled: false ruby: - version: 0.8.17 + version: 0.8.18 author: Ding description: Ding Ruby SDK imports: diff --git a/lib/ding_sdk/sdkconfiguration.rb b/lib/ding_sdk/sdkconfiguration.rb index 8abf410..64764ca 100644 --- a/lib/ding_sdk/sdkconfiguration.rb +++ b/lib/ding_sdk/sdkconfiguration.rb @@ -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]]) }