stytch 10.33.0 → 10.34.0
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/stytch/fraud.rb +3 -0
- data/lib/stytch/version.rb +1 -1
- 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: cf7598087af09b0d588e884d87672f0372f9cff10e9ee3c40e09da96235e7942
|
4
|
+
data.tar.gz: a585b3513151dd3a445d9e1c779c4c6f85ea20d026d287953041652dce62e8d2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 45dc31e2834a010646772fd2d4c03135ca757b9d30b12e0afee6753d4c42fb5e0eda6d34a6b5659e205893a181a1a919626016d5b9cce481a6d46eee38c9aaf0
|
7
|
+
data.tar.gz: 2bbfd22c43f8d9457cefa6ca59025f4f0874d32e093e9b369abe2072816c7d2fc7ab881b84726be9cc6e7b65d3c2ebd55c92820878d582164e36ce81cdb5a60d
|
data/lib/stytch/fraud.rb
CHANGED
@@ -77,6 +77,9 @@ module Stytch
|
|
77
77
|
# properties::
|
78
78
|
# Additional information about the user's browser and network.
|
79
79
|
# The type of this field is nilable +Properties+ (+object+).
|
80
|
+
# raw_signals::
|
81
|
+
# The raw device attributes, such as screen size, that were collected by the Device Fingerprinting product to generate the fingerprints and verdict. You must be specifically enabled for the raw signals feature to see this field. You can find documentation for the specific fields in the [guides](https://stytch.com/docs/fraud/guides/device-fingerprinting/reference/raw-signals).
|
82
|
+
# The type of this field is nilable +object+.
|
80
83
|
def lookup(
|
81
84
|
telemetry_id:,
|
82
85
|
external_metadata: nil
|
data/lib/stytch/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: stytch
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 10.
|
4
|
+
version: 10.34.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- stytch
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-09-
|
11
|
+
date: 2025-09-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|