ding_sdk 0.8.13 → 0.8.14
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6122ef3af1db92b9af09fc48a47f1e7a536e23c7284d0ca2d182db516c6133fc
|
|
4
|
+
data.tar.gz: ea66b8ca335111c18f498f804ea018d7862655942e439d4c7a7c9b9c3c30e939
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 55e69c9d2056ca19d04a678cfc0e30a53a7b164641cb341e9a0e94ed9ef4f18968db8ca085e9e852e0e294c017adb6246431ddcb934d495458a0dc53f7be4880
|
|
7
|
+
data.tar.gz: 746bc046d7257dbd0ba769fa7d86b6619af95505431593d7d7ca09071a2b088e397b801a7e6fb82c5f75e2205094c70ce6e583d944dd55d3d9c32e46c660e382
|
|
@@ -31,7 +31,7 @@ module DingSDK
|
|
|
31
31
|
field :device_type, T.nilable(::DingSDK::Shared::DeviceType), { 'format_json': { 'letter_case': ::DingSDK::Utils.field_name('device_type'), 'decoder': Utils.enum_from_string(::DingSDK::Shared::DeviceType, true) } }
|
|
32
32
|
# The IP address of the user's device.
|
|
33
33
|
field :ip, T.nilable(::String), { 'format_json': { 'letter_case': ::DingSDK::Utils.field_name('ip') } }
|
|
34
|
-
#
|
|
34
|
+
# This signal should do more than just confirm if a user is returning to your app; it should provide a higher level of trust, indicating that the user is genuine. For more details, refer to [Signals](/guides/prevent-fraud#signals).
|
|
35
35
|
field :is_returning_user, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::DingSDK::Utils.field_name('is_returning_user') } }
|
|
36
36
|
# The version of the user's device operating system.
|
|
37
37
|
field :os_version, T.nilable(::String), { 'format_json': { 'letter_case': ::DingSDK::Utils.field_name('os_version') } }
|
|
@@ -38,9 +38,9 @@ module DingSDK
|
|
|
38
38
|
@security = security
|
|
39
39
|
@language = 'ruby'
|
|
40
40
|
@openapi_doc_version = '1.0.0'
|
|
41
|
-
@sdk_version = '0.8.
|
|
42
|
-
@gen_version = '2.
|
|
43
|
-
@user_agent = 'speakeasy-sdk/ruby 0.8.
|
|
41
|
+
@sdk_version = '0.8.14'
|
|
42
|
+
@gen_version = '2.392.0'
|
|
43
|
+
@user_agent = 'speakeasy-sdk/ruby 0.8.14 2.392.0 1.0.0 ding_sdk'
|
|
44
44
|
end
|
|
45
45
|
|
|
46
46
|
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.8.
|
|
4
|
+
version: 0.8.14
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ding
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-08-
|
|
11
|
+
date: 2024-08-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|