ding_sdk 0.12.8 → 0.12.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0ee28b37b1f9a23895ff63b539cee455994e2803ec208b99d3abbde393d02dde
4
- data.tar.gz: b2ace14c6433d59f14df2cba244eebedf89f11e4d08ead9cf9eba4fda6d2a211
3
+ metadata.gz: e32f39b590cef8e9f175daedc65e754baf49436630c2b43752e9d4a5b90c1532
4
+ data.tar.gz: 48ec2934d9581d335df320aed7d0ccdba003f7978771bd29331a9fd8bf4c343c
5
5
  SHA512:
6
- metadata.gz: 0a93fda78b71ed510049275d6f735aaf527c3cef05fb9f21dcc000da1d28fcea0411890169fa3f63e08899731bb97b072389d28cfa0e0757769a3d5cac48b8dc
7
- data.tar.gz: ac28dc8263fd4bd6b9dde88777d75622859ad6796b6744c2cc681b5428330dcf62d6814e9668f20519fe07d61888738761ba02d438c012d7181cdbdaefc1900e
6
+ metadata.gz: c865f9552687bf9afe1709708caa99018a79af8bc4561f043094d693e783b3395c52e527c4150d1c64e744eb97425fec27efecd74126e3cd4b6ad4e793c8310d
7
+ data.tar.gz: ad8258ebaf016c5d10103f52621567b96cd87691a784a93c358f3be6bc894afa64d46398dba045afb8c63796c3fe913e77e5103dbb99d2f6b16edaa4ff541077
@@ -53,7 +53,7 @@ module DingSDK
53
53
 
54
54
  hook_ctx = SDKHooks::HookContext.new(
55
55
  base_url: base_url,
56
- oauth2_scopes: [],
56
+ oauth2_scopes: nil,
57
57
  operation_id: 'lookup',
58
58
  security_source: @sdk_configuration.security_source
59
59
  )
data/lib/ding_sdk/otp.rb CHANGED
@@ -51,7 +51,7 @@ module DingSDK
51
51
 
52
52
  hook_ctx = SDKHooks::HookContext.new(
53
53
  base_url: base_url,
54
- oauth2_scopes: [],
54
+ oauth2_scopes: nil,
55
55
  operation_id: 'check',
56
56
  security_source: @sdk_configuration.security_source
57
57
  )
@@ -149,7 +149,7 @@ module DingSDK
149
149
 
150
150
  hook_ctx = SDKHooks::HookContext.new(
151
151
  base_url: base_url,
152
- oauth2_scopes: [],
152
+ oauth2_scopes: nil,
153
153
  operation_id: 'create-authentication',
154
154
  security_source: @sdk_configuration.security_source
155
155
  )
@@ -247,7 +247,7 @@ module DingSDK
247
247
 
248
248
  hook_ctx = SDKHooks::HookContext.new(
249
249
  base_url: base_url,
250
- oauth2_scopes: [],
250
+ oauth2_scopes: nil,
251
251
  operation_id: 'feedback',
252
252
  security_source: @sdk_configuration.security_source
253
253
  )
@@ -344,7 +344,7 @@ module DingSDK
344
344
 
345
345
  hook_ctx = SDKHooks::HookContext.new(
346
346
  base_url: base_url,
347
- oauth2_scopes: [],
347
+ oauth2_scopes: nil,
348
348
  operation_id: 'getAuthenticationStatus',
349
349
  security_source: @sdk_configuration.security_source
350
350
  )
@@ -441,7 +441,7 @@ module DingSDK
441
441
 
442
442
  hook_ctx = SDKHooks::HookContext.new(
443
443
  base_url: base_url,
444
- oauth2_scopes: [],
444
+ oauth2_scopes: nil,
445
445
  operation_id: 'retry',
446
446
  security_source: @sdk_configuration.security_source
447
447
  )
@@ -61,9 +61,9 @@ module DingSDK
61
61
  end
62
62
  @language = 'ruby'
63
63
  @openapi_doc_version = '1.0.0'
64
- @sdk_version = '0.12.8'
65
- @gen_version = '2.560.1'
66
- @user_agent = 'speakeasy-sdk/ruby 0.12.8 2.560.1 1.0.0 ding_sdk'
64
+ @sdk_version = '0.12.10'
65
+ @gen_version = '2.562.3'
66
+ @user_agent = 'speakeasy-sdk/ruby 0.12.10 2.562.3 1.0.0 ding_sdk'
67
67
  end
68
68
 
69
69
  sig { returns([String, T::Hash[Symbol, String]]) }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ding_sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.8
4
+ version: 0.12.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ding
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-03-26 00:00:00.000000000 Z
11
+ date: 2025-03-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday