ding_sdk 0.12.8 → 0.12.9
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 +4 -4
- data/lib/ding_sdk/lookup.rb +1 -1
- data/lib/ding_sdk/otp.rb +5 -5
- data/lib/ding_sdk/sdkconfiguration.rb +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2b1cd063c8346dc4662c67c5ac278ed60d573d1e6e9990799dff1e3f477dd218
|
4
|
+
data.tar.gz: 19c1427f1d008e944a8a6d5e139581f4c7b40867a4cbac8c93b3abf2679325e4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 47dd23c36699c47b35ddd0c768609b5be9c5a91665984536cba5adcc48c908f3c5be67ed32f2a6182a00dde3de3fb4fba1e6c0fbd73bceda6bfedcfe6ee7dc20
|
7
|
+
data.tar.gz: e17e34f202fcae401c527b15389ef095bc41a9edca7fd823dae012bb60dbc8dae99ec774d2f05b6610c10ed2168f8c2f0cd38db8a2f183f22b461e707568abb8
|
data/lib/ding_sdk/lookup.rb
CHANGED
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.
|
65
|
-
@gen_version = '2.
|
66
|
-
@user_agent = 'speakeasy-sdk/ruby 0.12.
|
64
|
+
@sdk_version = '0.12.9'
|
65
|
+
@gen_version = '2.562.2'
|
66
|
+
@user_agent = 'speakeasy-sdk/ruby 0.12.9 2.562.2 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.
|
4
|
+
version: 0.12.9
|
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-
|
11
|
+
date: 2025-03-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|