You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
--- a/schemas/fingerprint-server-api-v4-normalized.yaml+++ b/schemas/fingerprint-server-api-v4-normalized.yaml@@ -1348,10 +1348,20 @@
description: >
String representing the last proxy service provider detected when
this
IP was synced. An IP can be shared by multiple service providers.
+ ProxyMLScore:+ type: number+ format: double+ minimum: 0+ maximum: 1+ description: >+ Machine learning–based proxy score, represented as a floating-point+ value between 0 and 1 (inclusive), with up to three decimal places of+ precision. A higher score means a higher confidence in the positive+ `proxy` detection result
Incognito:
type: boolean
description: >
`true` if we detected incognito mode used in the browser, `false`
otherwise.
@@ -1496,14 +1506,10 @@
either:
* There are inconsistencies in the browser configuration that cross internal tampering thresholds (see `tampering_details.anomaly_score`).
* The browser signature resembles an "anti-detect" browser specifically designed to evade fingerprinting (see `tampering_details.anti_detect_browser`).
TamperingConfidence:
type: string
- enum:- - low- - medium- - high
description: |
Confidence level of the tampering detection.
If a proxy is not detected, confidence is "high".
If it's detected, can be "low", "medium", or "high".
TamperingMlScore:
@@ -2191,10 +2197,14 @@
$ref: '#/components/schemas/ProxyDetails'
x-platforms:
- android
- ios
- browser
+ proxy_ml_score:+ $ref: '#/components/schemas/ProxyMLScore'+ x-platforms:+ - browser
incognito:
$ref: '#/components/schemas/Incognito'
x-platforms:
- browser
jailbroken:
--- a/schemas/fingerprint-server-api-v4-with-examples.yaml+++ b/schemas/fingerprint-server-api-v4-with-examples.yaml@@ -168,10 +168,11 @@
proxy_confidence: low
proxy_details:
proxy_type: residential
last_seen_at: 1708102555327
provider: Massive
+ proxy_ml_score: 0.2
vpn: false
vpn_confidence: high
vpn_origin_timezone: Europe/Berlin
vpn_origin_country: unknown
vpn_methods:
@@ -407,10 +408,11 @@
proxy_confidence: low
proxy_details:
proxy_type: residential
last_seen_at: 1708102555327
provider: Massive
+ proxy_ml_score: 0.2
vpn: false
vpn_confidence: high
vpn_origin_timezone: Europe/Berlin
vpn_origin_country: unknown
vpn_methods:
@@ -661,10 +663,11 @@
proxy: true
proxy_confidence: low
proxy_details:
proxy_type: residential
last_seen_at: 1708102555327
+ proxy_ml_score: 0.2
vpn: false
vpn_confidence: high
vpn_origin_timezone: Europe/Berlin
vpn_origin_country: unknown
vpn_methods:
@@ -1628,10 +1631,11 @@
proxy_confidence: low
proxy_details:
proxy_type: residential
last_seen_at: 1708102555327
provider: Massive
+ proxy_ml_score: 0.2
vpn: false
vpn_confidence: high
vpn_origin_timezone: Europe/Berlin
vpn_origin_country: unknown
vpn_methods:
@@ -2629,10 +2633,20 @@
description: >
String representing the last proxy service provider detected when
this
IP was synced. An IP can be shared by multiple service providers.
+ ProxyMLScore:+ type: number+ format: double+ minimum: 0+ maximum: 1+ description: >+ Machine learning–based proxy score, represented as a floating-point+ value between 0 and 1 (inclusive), with up to three decimal places of+ precision. A higher score means a higher confidence in the positive+ `proxy` detection result
Incognito:
type: boolean
description: >
`true` if we detected incognito mode used in the browser, `false`
otherwise.
@@ -2815,14 +2829,10 @@
either:
* There are inconsistencies in the browser configuration that cross internal tampering thresholds (see `tampering_details.anomaly_score`).
* The browser signature resembles an "anti-detect" browser specifically designed to evade fingerprinting (see `tampering_details.anti_detect_browser`).
TamperingConfidence:
type: string
- enum:- - low- - medium- - high
description: |
Confidence level of the tampering detection.
If a proxy is not detected, confidence is "high".
If it's detected, can be "low", "medium", or "high".
TamperingMlScore:
@@ -3524,10 +3534,14 @@
$ref: '#/components/schemas/ProxyDetails'
x-platforms:
- android
- ios
- browser
+ proxy_ml_score:+ $ref: '#/components/schemas/ProxyMLScore'+ x-platforms:+ - browser
incognito:
$ref: '#/components/schemas/Incognito'
x-platforms:
- browser
jailbroken:
--- a/schemas/fingerprint-server-api-v4.yaml+++ b/schemas/fingerprint-server-api-v4.yaml@@ -1348,10 +1348,20 @@
description: >
String representing the last proxy service provider detected when
this
IP was synced. An IP can be shared by multiple service providers.
+ ProxyMLScore:+ type: number+ format: double+ minimum: 0+ maximum: 1+ description: >+ Machine learning–based proxy score, represented as a floating-point+ value between 0 and 1 (inclusive), with up to three decimal places of+ precision. A higher score means a higher confidence in the positive+ `proxy` detection result
Incognito:
type: boolean
description: >
`true` if we detected incognito mode used in the browser, `false`
otherwise.
@@ -1532,14 +1542,10 @@
either:
* There are inconsistencies in the browser configuration that cross internal tampering thresholds (see `tampering_details.anomaly_score`).
* The browser signature resembles an "anti-detect" browser specifically designed to evade fingerprinting (see `tampering_details.anti_detect_browser`).
TamperingConfidence:
type: string
- enum:- - low- - medium- - high
description: |
Confidence level of the tampering detection.
If a proxy is not detected, confidence is "high".
If it's detected, can be "low", "medium", or "high".
TamperingMlScore:
@@ -2227,10 +2233,14 @@
$ref: '#/components/schemas/ProxyDetails'
x-platforms:
- android
- ios
- browser
+ proxy_ml_score:+ $ref: '#/components/schemas/ProxyMLScore'+ x-platforms:+ - browser
incognito:
$ref: '#/components/schemas/Incognito'
x-platforms:
- browser
jailbroken:
The reason will be displayed to describe this comment to others. Learn more.
Didn't synced yet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR automatically updates the OpenAPI schema.
Changes
6 file(s) modified, 1 file(s) added
Modified files
schemas/components/schemas/Event.yamlschemas/components/schemas/smartsignals/TamperingConfidence.yamlschemas/paths/examples/events/get_event_200.jsonschemas/paths/examples/events/get_event_ruleset_200.jsonschemas/paths/examples/events/get_event_with_bot_info_200.jsonschemas/paths/examples/events/search/get_event_search_200.jsonAdded files
schemas/components/schemas/smartsignals/ProxyMLScore.yamlNote for reviewers: Please review the schema changes.
You likely need to manually add a changeset file to this branch before merging.