Skip to content

Commit

Permalink
fix: update schema with correct Webhook Signals description
Browse files Browse the repository at this point in the history
  • Loading branch information
ilfa committed May 10, 2023
1 parent c48bd62 commit 6a0c48d
Show file tree
Hide file tree
Showing 47 changed files with 701 additions and 1,177 deletions.
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,32 +236,28 @@ Class | Method | HTTP request | Description
- [ResponseVisits](docs/ResponseVisits.md)
- [SeenAt](docs/SeenAt.md)
- [SignalResponseEmulator](docs/SignalResponseEmulator.md)
- [SignalResponseEmulator1](docs/SignalResponseEmulator1.md)
- [SignalResponseEmulatorData](docs/SignalResponseEmulatorData.md)
- [SignalResponseIncognito](docs/SignalResponseIncognito.md)
- [SignalResponseIncognitoData](docs/SignalResponseIncognitoData.md)
- [SignalResponseIpBlocklist](docs/SignalResponseIpBlocklist.md)
- [SignalResponseIpBlocklist1](docs/SignalResponseIpBlocklist1.md)
- [SignalResponseIpInfo](docs/SignalResponseIpInfo.md)
- [SignalResponseIpInfo1](docs/SignalResponseIpInfo1.md)
- [SignalResponseProxy](docs/SignalResponseProxy.md)
- [SignalResponseProxy1](docs/SignalResponseProxy1.md)
- [SignalResponseProxyData](docs/SignalResponseProxyData.md)
- [SignalResponseRootApps](docs/SignalResponseRootApps.md)
- [SignalResponseRootApps1](docs/SignalResponseRootApps1.md)
- [SignalResponseRootAppsData](docs/SignalResponseRootAppsData.md)
- [SignalResponseTampering](docs/SignalResponseTampering.md)
- [SignalResponseTampering1](docs/SignalResponseTampering1.md)
- [SignalResponseTor](docs/SignalResponseTor.md)
- [SignalResponseTor1](docs/SignalResponseTor1.md)
- [SignalResponseTorData](docs/SignalResponseTorData.md)
- [SignalResponseVpn](docs/SignalResponseVpn.md)
- [SignalResponseVpn1](docs/SignalResponseVpn1.md)
- [Subdivision](docs/Subdivision.md)
- [TamperingResult](docs/TamperingResult.md)
- [Visit](docs/Visit.md)
- [VpnResult](docs/VpnResult.md)
- [VpnResultMethods](docs/VpnResultMethods.md)
- [WebhookSignalResponseEmulator](docs/WebhookSignalResponseEmulator.md)
- [WebhookSignalResponseProxy](docs/WebhookSignalResponseProxy.md)
- [WebhookSignalResponseRootApps](docs/WebhookSignalResponseRootApps.md)
- [WebhookSignalResponseTor](docs/WebhookSignalResponseTor.md)
- [WebhookVisit](docs/WebhookVisit.md)


Expand Down
16 changes: 8 additions & 8 deletions docs/ProductsResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ Contains all the information from each activated product - Fingerprint Pro or Bo
|------------ | ------------- | ------------- | -------------|
|**identification** | [**ProductsResponseIdentification**](ProductsResponseIdentification.md) | | [optional] |
|**botd** | [**ProductsResponseBotd**](ProductsResponseBotd.md) | | [optional] |
|**ipInfo** | [**SignalResponseIpInfo1**](SignalResponseIpInfo1.md) | | [optional] |
|**ipInfo** | [**SignalResponseIpInfo**](SignalResponseIpInfo.md) | | [optional] |
|**incognito** | [**SignalResponseIncognito**](SignalResponseIncognito.md) | | [optional] |
|**rootApps** | [**SignalResponseRootApps1**](SignalResponseRootApps1.md) | | [optional] |
|**emulator** | [**SignalResponseEmulator1**](SignalResponseEmulator1.md) | | [optional] |
|**ipBlocklist** | [**SignalResponseIpBlocklist1**](SignalResponseIpBlocklist1.md) | | [optional] |
|**tor** | [**SignalResponseTor1**](SignalResponseTor1.md) | | [optional] |
|**vpn** | [**SignalResponseVpn1**](SignalResponseVpn1.md) | | [optional] |
|**proxy** | [**SignalResponseProxy1**](SignalResponseProxy1.md) | | [optional] |
|**tampering** | [**SignalResponseTampering1**](SignalResponseTampering1.md) | | [optional] |
|**rootApps** | [**SignalResponseRootApps**](SignalResponseRootApps.md) | | [optional] |
|**emulator** | [**SignalResponseEmulator**](SignalResponseEmulator.md) | | [optional] |
|**ipBlocklist** | [**SignalResponseIpBlocklist**](SignalResponseIpBlocklist.md) | | [optional] |
|**tor** | [**SignalResponseTor**](SignalResponseTor.md) | | [optional] |
|**vpn** | [**SignalResponseVpn**](SignalResponseVpn.md) | | [optional] |
|**proxy** | [**SignalResponseProxy**](SignalResponseProxy.md) | | [optional] |
|**tampering** | [**SignalResponseTampering**](SignalResponseTampering.md) | | [optional] |



1 change: 1 addition & 0 deletions docs/SignalResponseEmulator.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**data** | [**SignalResponseEmulatorData**](SignalResponseEmulatorData.md) | | [optional] |
|**error** | [**ProductError**](ProductError.md) | | [optional] |



14 changes: 0 additions & 14 deletions docs/SignalResponseEmulator1.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/SignalResponseEmulatorData.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**result** | **Boolean** | Android specific emulator detection. There are 2 values: • `true` - Emulated environment detected (e.g. launch inside of AVD) • `false` - No signs of emulated environment detected Available only for events from Android client. The field will be empty for a browser/iOS event. | [optional] |
|**result** | **Boolean** | Android specific emulator detection. There are 2 values: • `true` - Emulated environment detected (e.g. launch inside of AVD) • `false` - No signs of emulated environment detected Available only for events from Android client. The field will not be present for a browser or iOS event. | [optional] |



1 change: 1 addition & 0 deletions docs/SignalResponseIpBlocklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**data** | [**IpBlockListResult**](IpBlockListResult.md) | | [optional] |
|**error** | [**ProductError**](ProductError.md) | | [optional] |



14 changes: 0 additions & 14 deletions docs/SignalResponseIpBlocklist1.md

This file was deleted.

1 change: 1 addition & 0 deletions docs/SignalResponseIpInfo.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**data** | [**IpInfoResult**](IpInfoResult.md) | | [optional] |
|**error** | [**ProductError**](ProductError.md) | | [optional] |



14 changes: 0 additions & 14 deletions docs/SignalResponseIpInfo1.md

This file was deleted.

1 change: 1 addition & 0 deletions docs/SignalResponseProxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**data** | [**SignalResponseProxyData**](SignalResponseProxyData.md) | | [optional] |
|**error** | [**ProductError**](ProductError.md) | | [optional] |



14 changes: 0 additions & 14 deletions docs/SignalResponseProxy1.md

This file was deleted.

1 change: 1 addition & 0 deletions docs/SignalResponseRootApps.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**data** | [**SignalResponseRootAppsData**](SignalResponseRootAppsData.md) | | [optional] |
|**error** | [**ProductError**](ProductError.md) | | [optional] |



14 changes: 0 additions & 14 deletions docs/SignalResponseRootApps1.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/SignalResponseRootAppsData.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**result** | **Boolean** | Android specific root management apps detection. There are 2 values: • `true` - Root Management Apps detected (e.g. Magisk) • `false` - No Root Management Apps detected Available only for events from Android client. The field will be empty for a browser/iOS event. | [optional] |
|**result** | **Boolean** | Android specific root management apps detection. There are 2 values: • `true` - Root Management Apps detected (e.g. Magisk) • `false` - No Root Management Apps detected Available only for events from Android client. The field will not be present for a browser or iOS event. | [optional] |



1 change: 1 addition & 0 deletions docs/SignalResponseTampering.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**data** | [**TamperingResult**](TamperingResult.md) | | [optional] |
|**error** | [**ProductError**](ProductError.md) | | [optional] |



14 changes: 0 additions & 14 deletions docs/SignalResponseTampering1.md

This file was deleted.

1 change: 1 addition & 0 deletions docs/SignalResponseTor.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**data** | [**SignalResponseTorData**](SignalResponseTorData.md) | | [optional] |
|**error** | [**ProductError**](ProductError.md) | | [optional] |



14 changes: 0 additions & 14 deletions docs/SignalResponseTor1.md

This file was deleted.

1 change: 1 addition & 0 deletions docs/SignalResponseVpn.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**data** | [**VpnResult**](VpnResult.md) | | [optional] |
|**error** | [**ProductError**](ProductError.md) | | [optional] |



14 changes: 0 additions & 14 deletions docs/SignalResponseVpn1.md

This file was deleted.

13 changes: 13 additions & 0 deletions docs/WebhookSignalResponseEmulator.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@


# WebhookSignalResponseEmulator


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**result** | **Boolean** | Android specific emulator detection. There are 2 values: • `true` - Emulated environment detected (e.g. launch inside of AVD) • `false` - No signs of emulated environment detected Available only for events from Android client. The field will not be present for a browser or iOS event. | [optional] |



13 changes: 13 additions & 0 deletions docs/WebhookSignalResponseProxy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@


# WebhookSignalResponseProxy


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**result** | **Boolean** | `true` if the request IP address is used by a public proxy provider, `false` otherwise. | [optional] |



13 changes: 13 additions & 0 deletions docs/WebhookSignalResponseRootApps.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@


# WebhookSignalResponseRootApps


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**result** | **Boolean** | Android specific root management apps detection. There are 2 values: • `true` - Root Management Apps detected (e.g. Magisk) • `false` - No Root Management Apps detected Available only for events from Android client. The field will not be present for a browser or iOS event. | [optional] |



13 changes: 13 additions & 0 deletions docs/WebhookSignalResponseTor.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@


# WebhookSignalResponseTor


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**result** | **Boolean** | `true` if the request IP address is a known tor exit node, `false` otherwise. | [optional] |



16 changes: 8 additions & 8 deletions docs/WebhookVisit.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
|**clientReferrer** | **String** | | [optional] |
|**userAgent** | **String** | | [optional] |
|**bot** | [**BotdDetectionResult**](BotdDetectionResult.md) | | [optional] |
|**ipInfo** | [**SignalResponseIpInfo**](SignalResponseIpInfo.md) | | [optional] |
|**ipInfo** | [**IpInfoResult**](IpInfoResult.md) | | [optional] |
|**incognito** | **Boolean** | Flag if user used incognito session. | |
|**rootApps** | [**SignalResponseRootApps**](SignalResponseRootApps.md) | | [optional] |
|**emulator** | [**SignalResponseEmulator**](SignalResponseEmulator.md) | | [optional] |
|**ipBlocklist** | [**SignalResponseIpBlocklist**](SignalResponseIpBlocklist.md) | | [optional] |
|**tor** | [**SignalResponseTor**](SignalResponseTor.md) | | [optional] |
|**vpn** | [**SignalResponseVpn**](SignalResponseVpn.md) | | [optional] |
|**proxy** | [**SignalResponseProxy**](SignalResponseProxy.md) | | [optional] |
|**tampering** | [**SignalResponseTampering**](SignalResponseTampering.md) | | [optional] |
|**rootApps** | [**WebhookSignalResponseRootApps**](WebhookSignalResponseRootApps.md) | | [optional] |
|**emulator** | [**WebhookSignalResponseEmulator**](WebhookSignalResponseEmulator.md) | | [optional] |
|**ipBlocklist** | [**IpBlockListResult**](IpBlockListResult.md) | | [optional] |
|**tor** | [**WebhookSignalResponseTor**](WebhookSignalResponseTor.md) | | [optional] |
|**vpn** | [**VpnResult**](VpnResult.md) | | [optional] |
|**proxy** | [**WebhookSignalResponseProxy**](WebhookSignalResponseProxy.md) | | [optional] |
|**tampering** | [**TamperingResult**](TamperingResult.md) | | [optional] |
|**requestId** | **String** | Unique identifier of the user's identification request. | |
|**browserDetails** | [**BrowserDetails**](BrowserDetails.md) | | |
|**ip** | **String** | | |
Expand Down
Loading

0 comments on commit 6a0c48d

Please sign in to comment.