Skip to content

Commit e35961c

Browse files
committed
feat: add highActivity and locationSpoofing signals, support originTimezone for vpn signal
1 parent 48a70b0 commit e35961c

22 files changed

+1548
-109
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ Class | Method | HTTP request | Description
175175
- [ErrorEvent404ResponseError](docs/Model/ErrorEvent404ResponseError.md)
176176
- [ErrorVisits403](docs/Model/ErrorVisits403.md)
177177
- [EventResponse](docs/Model/EventResponse.md)
178+
- [HighActivityResult](docs/Model/HighActivityResult.md)
178179
- [IPLocation](docs/Model/IPLocation.md)
179180
- [IPLocationCity](docs/Model/IPLocationCity.md)
180181
- [IdentificationError](docs/Model/IdentificationError.md)
@@ -184,6 +185,7 @@ Class | Method | HTTP request | Description
184185
- [IpInfoResultV4](docs/Model/IpInfoResultV4.md)
185186
- [IpInfoResultV6](docs/Model/IpInfoResultV6.md)
186187
- [Location](docs/Model/Location.md)
188+
- [LocationSpoofingResult](docs/Model/LocationSpoofingResult.md)
187189
- [ManyRequestsResponse](docs/Model/ManyRequestsResponse.md)
188190
- [ProductError](docs/Model/ProductError.md)
189191
- [ProductsResponse](docs/Model/ProductsResponse.md)
@@ -202,12 +204,14 @@ Class | Method | HTTP request | Description
202204
- [SignalResponseFactoryResetData](docs/Model/SignalResponseFactoryResetData.md)
203205
- [SignalResponseFrida](docs/Model/SignalResponseFrida.md)
204206
- [SignalResponseFridaData](docs/Model/SignalResponseFridaData.md)
207+
- [SignalResponseHighActivity](docs/Model/SignalResponseHighActivity.md)
205208
- [SignalResponseIncognito](docs/Model/SignalResponseIncognito.md)
206209
- [SignalResponseIncognitoData](docs/Model/SignalResponseIncognitoData.md)
207210
- [SignalResponseIpBlocklist](docs/Model/SignalResponseIpBlocklist.md)
208211
- [SignalResponseIpInfo](docs/Model/SignalResponseIpInfo.md)
209212
- [SignalResponseJailbroken](docs/Model/SignalResponseJailbroken.md)
210213
- [SignalResponseJailbrokenData](docs/Model/SignalResponseJailbrokenData.md)
214+
- [SignalResponseLocationSpoofing](docs/Model/SignalResponseLocationSpoofing.md)
211215
- [SignalResponsePrivacySettings](docs/Model/SignalResponsePrivacySettings.md)
212216
- [SignalResponsePrivacySettingsData](docs/Model/SignalResponsePrivacySettingsData.md)
213217
- [SignalResponseProxy](docs/Model/SignalResponseProxy.md)

docs/Model/HighActivityResult.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# HighActivityResult
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**result** | **bool** | Flag indicating whether the request came from a high activity visitor. | [optional]
7+
**daily_requests** | **float** | Number of requests from the same visitor in the previous day. | [optional]
8+
9+
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)
10+

docs/Model/IPLocation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**accuracy_radius** | **int** | | [optional]
6+
**accuracy_radius** | **int** | The IP address is likely to be within this radius (in km) of the specified location. | [optional]
77
**latitude** | **double** | | [optional]
88
**longitude** | **double** | | [optional]
99
**postal_code** | **string** | | [optional]
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# LocationSpoofingResult
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**result** | **bool** | Flag indicating whether the request came from a device with location spoofing enabled. | [optional]
7+
8+
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)
9+

docs/Model/ProductsResponse.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ Name | Type | Description | Notes
2222
**vpn** | [**\Fingerprint\ServerAPI\Model\SignalResponseVpn**](SignalResponseVpn.md) | | [optional]
2323
**proxy** | [**\Fingerprint\ServerAPI\Model\SignalResponseProxy**](SignalResponseProxy.md) | | [optional]
2424
**tampering** | [**\Fingerprint\ServerAPI\Model\SignalResponseTampering**](SignalResponseTampering.md) | | [optional]
25+
**high_activity** | [**\Fingerprint\ServerAPI\Model\SignalResponseHighActivity**](SignalResponseHighActivity.md) | | [optional]
26+
**location_spoofing** | [**\Fingerprint\ServerAPI\Model\SignalResponseLocationSpoofing**](SignalResponseLocationSpoofing.md) | | [optional]
2527
**raw_device_attributes** | [**\Fingerprint\ServerAPI\Model\SignalResponseRawDeviceAttributes**](SignalResponseRawDeviceAttributes.md) | | [optional]
2628

2729
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)

docs/Model/ProductsResponseIdentificationData.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Name | Type | Description | Notes
1717
**visitor_found** | **bool** | Attribute represents if a visitor had been identified before. |
1818
**first_seen_at** | [**\Fingerprint\ServerAPI\Model\SeenAt**](SeenAt.md) | |
1919
**last_seen_at** | [**\Fingerprint\ServerAPI\Model\SeenAt**](SeenAt.md) | |
20-
**visitor_id** | **string** | String of 20 characters that uniquely identifies the visitor's browser. **Pro Plus:** If a bot is detected (`products.botd.bot.result != \"notDetected\"`), the `visitorId` value contains a placeholder string `BotDetected000000000`. |
20+
**visitor_id** | **string** | String of 20 characters that uniquely identifies the visitor's browser. |
2121

2222
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)
2323

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# SignalResponseHighActivity
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**data** | [**\Fingerprint\ServerAPI\Model\HighActivityResult**](HighActivityResult.md) | | [optional]
7+
**error** | [**\Fingerprint\ServerAPI\Model\ProductError**](ProductError.md) | | [optional]
8+
9+
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)
10+
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# SignalResponseLocationSpoofing
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**data** | [**\Fingerprint\ServerAPI\Model\LocationSpoofingResult**](LocationSpoofingResult.md) | | [optional]
7+
**error** | [**\Fingerprint\ServerAPI\Model\ProductError**](ProductError.md) | | [optional]
8+
9+
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)
10+

docs/Model/VpnResult.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**result** | **bool** | VPN or other anonymizing service has been used when sending the request. | [optional]
7+
**origin_timezone** | **string** | Local timezone which is used in timezoneMismatch method. | [optional]
78
**methods** | [**\Fingerprint\ServerAPI\Model\VpnResultMethods**](VpnResultMethods.md) | | [optional]
89

910
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)

docs/Model/WebhookVisit.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ Name | Type | Description | Notes
2323
**proxy** | [**\Fingerprint\ServerAPI\Model\WebhookSignalResponseProxy**](WebhookSignalResponseProxy.md) | | [optional]
2424
**tampering** | [**\Fingerprint\ServerAPI\Model\TamperingResult**](TamperingResult.md) | | [optional]
2525
**raw_device_attributes** | [**\Fingerprint\ServerAPI\Model\RawDeviceAttributesResult**](RawDeviceAttributesResult.md) | | [optional]
26+
**high_activity** | [**\Fingerprint\ServerAPI\Model\HighActivityResult**](HighActivityResult.md) | | [optional]
27+
**location_spoofing** | [**\Fingerprint\ServerAPI\Model\LocationSpoofingResult**](LocationSpoofingResult.md) | | [optional]
2628
**request_id** | **string** | Unique identifier of the user's identification request. |
2729
**browser_details** | [**\Fingerprint\ServerAPI\Model\BrowserDetails**](BrowserDetails.md) | |
2830
**ip** | **string** | |

0 commit comments

Comments
 (0)