Skip to content

Commit 8df1d4a

Browse files
committed
feat: update OpenAPI schema
1 parent e18b487 commit 8df1d4a

File tree

331 files changed

+10144
-8413
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

331 files changed

+10144
-8413
lines changed

.changeset/fuzzy-apes-talk.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'fingerprint-pro-server-api-python-sdk': minor
3+
---
4+
5+
Added new `ipEvents`, `distinctIpByLinkedId`, and `distinctVisitorIdByLinkedId` fields to the `velocity` Smart Signal.

.changeset/khaki-results-help.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
'fingerprint-pro-server-api-python-sdk': minor
3+
---
4+
5+
- Make the `GeolocationCity` field `name` **required**.
6+
- Make the `GeolocationSubdivision` field `isoCode` **required**.
7+
- Make the `GeolocationSubdivision` field `name` **required**.
8+
- Make the `IPInfoASN` field `name` **required** .
9+
- Make the `IPInfoDataCenter` field `name` **required**.
10+
- Add **optional** `IdentificationConfidence` field `comment`.
11+
- **events**: Add **optional** `Botd` field `meta`.
12+
- **events**: Add **optional** `Identification` field `components`.
13+
- **events**: Make the `VPN` field `originCountry` **required**.
14+
- **visitors**: Add **optional** `Visit` field `components`.
15+
- **webhook**: Add **optional** `Webhook` field `components`.

.changeset/large-lights-push.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
'fingerprint-pro-server-api-python-sdk': major
3+
---
4+
5+
- Remove the `BrowserDetails` field `botProbability`.
6+
- Update the `IdentificationConfidence` field `score` type format: `float` -> `double`.
7+
- Make the `RawDeviceAttributeError` field `name` **optional** .
8+
- Make the `RawDeviceAttributeError` field `message` **optional** .
9+
- **events**: Remove the `EventsResponse` field `error`.
10+
- [note]: The errors are represented by `ErrorResponse` model.
11+
- **events**: Update the `HighActivity` field `dailyRequests` type format: `number` -> `int64`.
12+
- **events**: Specify the `Tampering` field `anomalyScore` type format: `double`.
13+
- **webhook**: Make the `Webhook` fields **optional**: `visitorId`, `visitorFound`, `firstSeenAt`, `lastSeenAt`, `browserDetails`, `incognito`.
14+
- **webhook**: Make the `WebhookClonedApp` field `result` **optional**.
15+
- **webhook**: Make the `WebhookDeveloperTools` field `result` **optional**.
16+
- **webhook**: Make the `WebhookEmulator` field `result` **optional**.
17+
- **webhook**: Make the `WebhookFactoryReset` fields `time` and `timestamp` **optional**.
18+
- **webhook**: Make the `WebhookFrida` field `result` **optional**.
19+
- **webhook**: Update the `WebhookHighActivity` field `dailyRequests` type format: `number` -> `int64`.
20+
- **webhook**: Make the `WebhookIPBlocklist` fields `result` and `details` **optional**.
21+
- **webhook**: Make the `WebhookJailbroken` field `result` **optional**.
22+
- **webhook**: Make the `WebhookLocationSpoofing` field `result` **optional**.
23+
- **webhook**: Make the `WebhookPrivacySettings` field `result` **optional**.
24+
- **webhook**: Make the `WebhookProxy` field `result` **optional**.
25+
- **webhook**: Make the `WebhookRemoteControl` field `result` **optional**.
26+
- **webhook**: Make the `WebhookRootApps` field `result` **optional**.
27+
- **webhook**: Make the `WebhookSuspectScore` field `result` **optional**.
28+
- **webhook**: Make the `WebhookTampering` fields `result`, `anomalyScore` and `antiDetectBrowser` **optional**.
29+
- **webhook**: Specify the `WebhookTampering` field `anomalyScore` type format: `double`.
30+
- **webhook**: Make the `WebhookTor` field `result` **optional**.
31+
- **webhook**: Make the `WebhookVelocity` fields **optional**: `distinctIp`, `distinctLinkedId`, `distinctCountry`, `events`, `ipEvents`, `distinctIpByLinkedId`, `distinctVisitorIdByLinkedId`.
32+
- **webhook**: Make the `WebhookVirtualMachine` field `result` **optional**.
33+
- **webhook**: Make the `WebhookVPN` fields **optional**: `result`, `confidence`, `originTimezone`, `methods`.

.changeset/quiet-parrots-stick.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
---
2+
'fingerprint-pro-server-api-python-sdk': major
3+
---
4+
5+
- Rename `BotdResult` -> `Botd`.
6+
- Rename `BotdDetectionResult` -> `BotdBot`:
7+
- Extract `result` type as `BotdBotResult`.
8+
- Rename `ClonedAppResult` -> `ClonedApp`.
9+
- Rename `DeveloperToolsResult` -> `DeveloperTools`.
10+
- Rename `EmulatorResult` -> `Emulator`.
11+
- Refactor error models:
12+
- Remove `ErrorCommon403Response`, `ErrorCommon429Response`, `ErrorEvent404Response`, `TooManyRequestsResponse`, `ErrorVisits403`, `ErrorUpdateEvent400Response`, `ErrorUpdateEvent409Response`, `ErrorVisitor400Response`, `ErrorVisitor404Response`, `IdentificationError`, `ProductError`.
13+
- Introduce `ErrorResponse` and `ErrorPlainResponse`.
14+
- [note]: `ErrorPlainResponse` has a different format `{ "error": string }` and it is used only in `GET /visitors`.
15+
- Extract `error` type as `Error`.
16+
- Extract `error.code` type as `ErrorCode`.
17+
- Rename `EventResponse` -> `EventsGetResponse`.
18+
- Rename `EventUpdateRequest` -> `EventsUpdateRequest`.
19+
- Rename `FactoryResetResult` -> `FactoryReset`.
20+
- Rename `FridaResult` -> `Frida`.
21+
- Rename `IPLocation` -> `Geolocation`:
22+
- Rename `IPLocationCity` -> `GeolocationCity`.
23+
- Extract `subdivisions` type as `GeolocationSubdivisions`.
24+
- Rename `Location` -> `GeolocationContinent`:
25+
- Introduce a dedicated type `GeolocationCountry`.
26+
- Rename `Subdivision` -> `GeolocationSubdivision`.
27+
- Rename `HighActivityResult` -> `HighActivity`.
28+
- Rename `Confidence` -> `IdentificationConfidence`.
29+
- Rename `SeenAt` -> `IdentificationSeenAt`.
30+
- Rename `IncognitoResult` -> `Incognito`.
31+
- Rename `IpBlockListResult` -> `IPBlocklist`:
32+
- Extract `details` type as `IPBlocklistDetails`.
33+
- Rename `IpInfoResult` -> `IPInfo`:
34+
- Rename `IpInfoResultV4` -> `IPInfoV4`.
35+
- Rename `IpInfoResultV6` -> `IPInfoV6`.
36+
- Rename `ASN` -> `IPInfoASN`.
37+
- Rename `DataCenter` -> `IPInfoDataCenter`.
38+
- Rename `JailbrokenResult` -> `Jailbroken`.
39+
- Rename `LocationSpoofingResult` -> `LocationSpoofing`.
40+
- Rename `PrivacySettingsResult` -> `PrivacySettings`.
41+
- Rename `ProductsResponse` -> `Products`:
42+
- Rename inner types: `ProductsResponseIdentification` -> `ProductIdentification`, `ProductsResponseIdentificationData` -> `Identification`, `ProductsResponseBotd` -> `ProductBotd`, `SignalResponseRootApps` -> `ProductRootApps`, `SignalResponseEmulator` -> `ProductEmulator`, `SignalResponseIpInfo` -> `ProductIPInfo`, `SignalResponseIpBlocklist` -> `ProductIPBlocklist`, `SignalResponseTor` -> `ProductTor`, `SignalResponseVpn` -> `ProductVPN`, `SignalResponseProxy` -> `ProductProxy`, `ProxyResult` -> `Proxy`, `SignalResponseIncognito` -> `ProductIncognito`, `SignalResponseTampering` -> `ProductTampering`, `SignalResponseClonedApp` -> `ProductClonedApp`, `SignalResponseFactoryReset` -> `ProductFactoryReset`, `SignalResponseJailbroken` -> `ProductJailbroken`, `SignalResponseFrida` -> `ProductFrida`, `SignalResponsePrivacySettings` -> `ProductPrivacySettings`, `SignalResponseVirtualMachine` -> `ProductVirtualMachine`, `SignalResponseRawDeviceAttributes` -> `ProductRawDeviceAttributes`, `RawDeviceAttributesResultValue` -> `RawDeviceAttributes`, `SignalResponseHighActivity` -> `ProductHighActivity`, `SignalResponseLocationSpoofing` -> `ProductLocationSpoofing`, `SignalResponseSuspectScore` -> `ProductSuspectScore`, `SignalResponseRemoteControl` -> `ProductRemoteControl`, `SignalResponseVelocity` -> `ProductVelocity`, `SignalResponseDeveloperTools` -> `ProductDeveloperTools`.
43+
- Extract `identification.data` type as `Identification`.
44+
- Rename `RawDeviceAttributesResult` -> `RawDeviceAttributes`:
45+
- Extract item type as `RawDeviceAttribute`.
46+
- Extract `error` type as `RawDeviceAttributeError`.
47+
- Rename `RemoteControlResult` -> `RemoteControl`.
48+
- Rename `RootAppsResult` -> `RootApps`.
49+
- Rename `SuspectScoreResult` -> `SuspectScore`.
50+
- Extract new model `Tag`.
51+
- Rename `TamperingResult` -> `Tampering`.
52+
- Rename `TorResult` -> `Tor`.
53+
- Rename `VelocityResult` -> `Velocity`:
54+
- Rename `VelocityIntervals` -> `VelocityData`.
55+
- Rename `VelocityIntervalResult` -> `VelocityIntervals`.
56+
- Rename `VirtualMachineResult` -> `VirtualMachine`.
57+
- Rename the `Visit` field `ipLocation` type `DeprecatedIPLocation` -> `DeprecatedGeolocation`.
58+
- Instead of `DeprecatedIPLocationCity` use common `GeolocationCity`
59+
- Rename `Response` -> `VisitorsGetResponse`.
60+
- Omit extra inner type `ResponseVisits`
61+
- Rename `VpnResult` -> `VPN`.
62+
- Extract `confidence` type as `VPNConfidence`.
63+
- Extract `methods` type as `VPNMethods`.
64+
- Rename `WebhookVisit` -> `Webhook`.
65+
- Introduce new inner types: `WebhookRootApps`, `WebhookEmulator`, `WebhookIPInfo`, `WebhookIPBlocklist`, `WebhookTor`, `WebhookVPN`, `WebhookProxy`, `WebhookTampering`, `WebhookClonedApp`, `WebhookFactoryReset`, `WebhookJailbroken`, `WebhookFrida`, `WebhookPrivacySettings`, `WebhookVirtualMachine`, `WebhookRawDeviceAttributes`, `WebhookHighActivity`, `WebhookLocationSpoofing`, `WebhookSuspectScore`, `WebhookRemoteControl`, `WebhookVelocity`, `WebhookDeveloperTools`.

.changeset/short-icons-wish.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
'fingerprint-pro-server-api-python-sdk': patch
3+
---
4+
5+
- Fix descriptions formatting:
6+
- Remove extra line breaks.
7+
- Fix block styles.
8+
- Fix links in descriptions.

.changeset/tender-bottles-kneel.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
'fingerprint-pro-server-api-python-sdk': patch
3+
---
4+
5+
- Remove all `example` YAML attributes from all the properties due to [deprecation](https://spec.openapis.org/oas/v3.1.0#fixed-fields-19).
6+
- Keep using JSON Schema `examples` with the `externalValue` associated with JSON example from `/schemas/paths/examples`.
7+
- Reorder all the `schemas` fields (e.g. `type` -> `format` -> `description` -> `required` -> `properties`).
8+
- Reorder all the `paths` fields (e.g. `tags` -> `summary` -> `description` -> `parameters` -> ...)
9+
- Reorder all the object properties in the order they returned by API.
10+
- Move existing and add new error examples to `/schemas/paths/examples/errors`.
11+
- Replace GET /events TooManyRequests examples with a single `get_event_200_too_many_requests_error.json`.
12+
- Update `products.identification.error.message` in `get_event_200_<...>.json` examples.
13+
- Rename GET /visitors example files.

.changeset/three-files-kneel.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'fingerprint-pro-server-api-python-sdk': minor
3+
---
4+
5+
**events**: Add `antiDetectBrowser` detection method to the `tampering` Smart Signal.

.schema-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.2.0
1+
v2.0.0

README.md

Lines changed: 102 additions & 88 deletions
Original file line numberDiff line numberDiff line change
@@ -259,96 +259,110 @@ Class | Method | HTTP request | Description
259259

260260
## Documentation For Models
261261

262-
- [ASN](docs/ASN.md)
263-
- [BotdDetectionResult](docs/BotdDetectionResult.md)
264-
- [BotdResult](docs/BotdResult.md)
262+
- [Botd](docs/Botd.md)
263+
- [BotdBot](docs/BotdBot.md)
264+
- [BotdBotResult](docs/BotdBotResult.md)
265265
- [BrowserDetails](docs/BrowserDetails.md)
266-
- [ClonedAppResult](docs/ClonedAppResult.md)
267-
- [Common403ErrorResponse](docs/Common403ErrorResponse.md)
268-
- [Confidence](docs/Confidence.md)
269-
- [DataCenter](docs/DataCenter.md)
270-
- [DeprecatedIPLocation](docs/DeprecatedIPLocation.md)
271-
- [DeprecatedIPLocationCity](docs/DeprecatedIPLocationCity.md)
272-
- [DeveloperToolsResult](docs/DeveloperToolsResult.md)
273-
- [EmulatorResult](docs/EmulatorResult.md)
274-
- [ErrorCommon403Response](docs/ErrorCommon403Response.md)
275-
- [ErrorCommon429Response](docs/ErrorCommon429Response.md)
276-
- [ErrorCommon429ResponseError](docs/ErrorCommon429ResponseError.md)
277-
- [ErrorEvent404Response](docs/ErrorEvent404Response.md)
278-
- [ErrorEvent404ResponseError](docs/ErrorEvent404ResponseError.md)
279-
- [ErrorUpdateEvent400Response](docs/ErrorUpdateEvent400Response.md)
280-
- [ErrorUpdateEvent400ResponseError](docs/ErrorUpdateEvent400ResponseError.md)
281-
- [ErrorUpdateEvent409Response](docs/ErrorUpdateEvent409Response.md)
282-
- [ErrorUpdateEvent409ResponseError](docs/ErrorUpdateEvent409ResponseError.md)
283-
- [ErrorVisitor400Response](docs/ErrorVisitor400Response.md)
284-
- [ErrorVisitor400ResponseError](docs/ErrorVisitor400ResponseError.md)
285-
- [ErrorVisitor404Response](docs/ErrorVisitor404Response.md)
286-
- [ErrorVisitor404ResponseError](docs/ErrorVisitor404ResponseError.md)
287-
- [ErrorVisits403](docs/ErrorVisits403.md)
288-
- [EventResponse](docs/EventResponse.md)
289-
- [EventUpdateRequest](docs/EventUpdateRequest.md)
290-
- [FactoryResetResult](docs/FactoryResetResult.md)
291-
- [FridaResult](docs/FridaResult.md)
292-
- [HighActivityResult](docs/HighActivityResult.md)
293-
- [IPLocation](docs/IPLocation.md)
294-
- [IPLocationCity](docs/IPLocationCity.md)
295-
- [IdentificationError](docs/IdentificationError.md)
296-
- [IncognitoResult](docs/IncognitoResult.md)
297-
- [IpBlockListResult](docs/IpBlockListResult.md)
298-
- [IpBlockListResultDetails](docs/IpBlockListResultDetails.md)
299-
- [IpInfoResult](docs/IpInfoResult.md)
300-
- [IpInfoResultV4](docs/IpInfoResultV4.md)
301-
- [IpInfoResultV6](docs/IpInfoResultV6.md)
302-
- [JailbrokenResult](docs/JailbrokenResult.md)
303-
- [Location](docs/Location.md)
304-
- [LocationSpoofingResult](docs/LocationSpoofingResult.md)
305-
- [PrivacySettingsResult](docs/PrivacySettingsResult.md)
306-
- [ProductError](docs/ProductError.md)
307-
- [ProductsResponse](docs/ProductsResponse.md)
308-
- [ProductsResponseBotd](docs/ProductsResponseBotd.md)
309-
- [ProductsResponseIdentification](docs/ProductsResponseIdentification.md)
310-
- [ProductsResponseIdentificationData](docs/ProductsResponseIdentificationData.md)
311-
- [ProxyResult](docs/ProxyResult.md)
312-
- [RawDeviceAttributesResult](docs/RawDeviceAttributesResult.md)
313-
- [RemoteControlResult](docs/RemoteControlResult.md)
314-
- [Response](docs/Response.md)
315-
- [ResponseVisits](docs/ResponseVisits.md)
316-
- [RootAppsResult](docs/RootAppsResult.md)
317-
- [SeenAt](docs/SeenAt.md)
318-
- [SignalResponseClonedApp](docs/SignalResponseClonedApp.md)
319-
- [SignalResponseDeveloperTools](docs/SignalResponseDeveloperTools.md)
320-
- [SignalResponseEmulator](docs/SignalResponseEmulator.md)
321-
- [SignalResponseFactoryReset](docs/SignalResponseFactoryReset.md)
322-
- [SignalResponseFrida](docs/SignalResponseFrida.md)
323-
- [SignalResponseHighActivity](docs/SignalResponseHighActivity.md)
324-
- [SignalResponseIncognito](docs/SignalResponseIncognito.md)
325-
- [SignalResponseIpBlocklist](docs/SignalResponseIpBlocklist.md)
326-
- [SignalResponseIpInfo](docs/SignalResponseIpInfo.md)
327-
- [SignalResponseJailbroken](docs/SignalResponseJailbroken.md)
328-
- [SignalResponseLocationSpoofing](docs/SignalResponseLocationSpoofing.md)
329-
- [SignalResponsePrivacySettings](docs/SignalResponsePrivacySettings.md)
330-
- [SignalResponseProxy](docs/SignalResponseProxy.md)
331-
- [SignalResponseRawDeviceAttributes](docs/SignalResponseRawDeviceAttributes.md)
332-
- [SignalResponseRemoteControl](docs/SignalResponseRemoteControl.md)
333-
- [SignalResponseRootApps](docs/SignalResponseRootApps.md)
334-
- [SignalResponseSuspectScore](docs/SignalResponseSuspectScore.md)
335-
- [SignalResponseTampering](docs/SignalResponseTampering.md)
336-
- [SignalResponseTor](docs/SignalResponseTor.md)
337-
- [SignalResponseVelocity](docs/SignalResponseVelocity.md)
338-
- [SignalResponseVirtualMachine](docs/SignalResponseVirtualMachine.md)
339-
- [SignalResponseVpn](docs/SignalResponseVpn.md)
340-
- [Subdivision](docs/Subdivision.md)
341-
- [SuspectScoreResult](docs/SuspectScoreResult.md)
342-
- [TamperingResult](docs/TamperingResult.md)
343-
- [TooManyRequestsResponse](docs/TooManyRequestsResponse.md)
344-
- [TorResult](docs/TorResult.md)
345-
- [VelocityIntervalResult](docs/VelocityIntervalResult.md)
266+
- [ClonedApp](docs/ClonedApp.md)
267+
- [DeprecatedGeolocation](docs/DeprecatedGeolocation.md)
268+
- [DeveloperTools](docs/DeveloperTools.md)
269+
- [Emulator](docs/Emulator.md)
270+
- [Error](docs/Error.md)
271+
- [ErrorCode](docs/ErrorCode.md)
272+
- [ErrorPlainResponse](docs/ErrorPlainResponse.md)
273+
- [ErrorResponse](docs/ErrorResponse.md)
274+
- [EventsGetResponse](docs/EventsGetResponse.md)
275+
- [EventsUpdateRequest](docs/EventsUpdateRequest.md)
276+
- [FactoryReset](docs/FactoryReset.md)
277+
- [Frida](docs/Frida.md)
278+
- [Geolocation](docs/Geolocation.md)
279+
- [GeolocationCity](docs/GeolocationCity.md)
280+
- [GeolocationContinent](docs/GeolocationContinent.md)
281+
- [GeolocationCountry](docs/GeolocationCountry.md)
282+
- [GeolocationSubdivision](docs/GeolocationSubdivision.md)
283+
- [GeolocationSubdivisions](docs/GeolocationSubdivisions.md)
284+
- [HighActivity](docs/HighActivity.md)
285+
- [IPBlocklist](docs/IPBlocklist.md)
286+
- [IPBlocklistDetails](docs/IPBlocklistDetails.md)
287+
- [IPInfo](docs/IPInfo.md)
288+
- [IPInfoASN](docs/IPInfoASN.md)
289+
- [IPInfoDataCenter](docs/IPInfoDataCenter.md)
290+
- [IPInfoV4](docs/IPInfoV4.md)
291+
- [IPInfoV6](docs/IPInfoV6.md)
292+
- [Identification](docs/Identification.md)
293+
- [IdentificationConfidence](docs/IdentificationConfidence.md)
294+
- [IdentificationSeenAt](docs/IdentificationSeenAt.md)
295+
- [Incognito](docs/Incognito.md)
296+
- [Jailbroken](docs/Jailbroken.md)
297+
- [LocationSpoofing](docs/LocationSpoofing.md)
298+
- [PrivacySettings](docs/PrivacySettings.md)
299+
- [ProductBotd](docs/ProductBotd.md)
300+
- [ProductClonedApp](docs/ProductClonedApp.md)
301+
- [ProductDeveloperTools](docs/ProductDeveloperTools.md)
302+
- [ProductEmulator](docs/ProductEmulator.md)
303+
- [ProductFactoryReset](docs/ProductFactoryReset.md)
304+
- [ProductFrida](docs/ProductFrida.md)
305+
- [ProductHighActivity](docs/ProductHighActivity.md)
306+
- [ProductIPBlocklist](docs/ProductIPBlocklist.md)
307+
- [ProductIPInfo](docs/ProductIPInfo.md)
308+
- [ProductIdentification](docs/ProductIdentification.md)
309+
- [ProductIncognito](docs/ProductIncognito.md)
310+
- [ProductJailbroken](docs/ProductJailbroken.md)
311+
- [ProductLocationSpoofing](docs/ProductLocationSpoofing.md)
312+
- [ProductPrivacySettings](docs/ProductPrivacySettings.md)
313+
- [ProductProxy](docs/ProductProxy.md)
314+
- [ProductRawDeviceAttributes](docs/ProductRawDeviceAttributes.md)
315+
- [ProductRemoteControl](docs/ProductRemoteControl.md)
316+
- [ProductRootApps](docs/ProductRootApps.md)
317+
- [ProductSuspectScore](docs/ProductSuspectScore.md)
318+
- [ProductTampering](docs/ProductTampering.md)
319+
- [ProductTor](docs/ProductTor.md)
320+
- [ProductVPN](docs/ProductVPN.md)
321+
- [ProductVelocity](docs/ProductVelocity.md)
322+
- [ProductVirtualMachine](docs/ProductVirtualMachine.md)
323+
- [Products](docs/Products.md)
324+
- [Proxy](docs/Proxy.md)
325+
- [RawDeviceAttribute](docs/RawDeviceAttribute.md)
326+
- [RawDeviceAttributeError](docs/RawDeviceAttributeError.md)
327+
- [RawDeviceAttributes](docs/RawDeviceAttributes.md)
328+
- [RelatedVisitor](docs/RelatedVisitor.md)
329+
- [RemoteControl](docs/RemoteControl.md)
330+
- [RootApps](docs/RootApps.md)
331+
- [SuspectScore](docs/SuspectScore.md)
332+
- [Tag](docs/Tag.md)
333+
- [Tampering](docs/Tampering.md)
334+
- [Tor](docs/Tor.md)
335+
- [VPN](docs/VPN.md)
336+
- [VPNConfidence](docs/VPNConfidence.md)
337+
- [VPNMethods](docs/VPNMethods.md)
338+
- [Velocity](docs/Velocity.md)
339+
- [VelocityData](docs/VelocityData.md)
346340
- [VelocityIntervals](docs/VelocityIntervals.md)
347-
- [VelocityResult](docs/VelocityResult.md)
348-
- [VirtualMachineResult](docs/VirtualMachineResult.md)
349-
- [VpnResult](docs/VpnResult.md)
350-
- [VpnResultMethods](docs/VpnResultMethods.md)
351-
- [WebhookVisit](docs/WebhookVisit.md)
341+
- [VirtualMachine](docs/VirtualMachine.md)
342+
- [Visit](docs/Visit.md)
343+
- [VisitorsGetResponse](docs/VisitorsGetResponse.md)
344+
- [Webhook](docs/Webhook.md)
345+
- [WebhookClonedApp](docs/WebhookClonedApp.md)
346+
- [WebhookDeveloperTools](docs/WebhookDeveloperTools.md)
347+
- [WebhookEmulator](docs/WebhookEmulator.md)
348+
- [WebhookFactoryReset](docs/WebhookFactoryReset.md)
349+
- [WebhookFrida](docs/WebhookFrida.md)
350+
- [WebhookHighActivity](docs/WebhookHighActivity.md)
351+
- [WebhookIPBlocklist](docs/WebhookIPBlocklist.md)
352+
- [WebhookIPInfo](docs/WebhookIPInfo.md)
353+
- [WebhookJailbroken](docs/WebhookJailbroken.md)
354+
- [WebhookLocationSpoofing](docs/WebhookLocationSpoofing.md)
355+
- [WebhookPrivacySettings](docs/WebhookPrivacySettings.md)
356+
- [WebhookProxy](docs/WebhookProxy.md)
357+
- [WebhookRawDeviceAttributes](docs/WebhookRawDeviceAttributes.md)
358+
- [WebhookRemoteControl](docs/WebhookRemoteControl.md)
359+
- [WebhookRootApps](docs/WebhookRootApps.md)
360+
- [WebhookSuspectScore](docs/WebhookSuspectScore.md)
361+
- [WebhookTampering](docs/WebhookTampering.md)
362+
- [WebhookTor](docs/WebhookTor.md)
363+
- [WebhookVPN](docs/WebhookVPN.md)
364+
- [WebhookVelocity](docs/WebhookVelocity.md)
365+
- [WebhookVirtualMachine](docs/WebhookVirtualMachine.md)
352366

353367
## Documentation For Authorization
354368

0 commit comments

Comments
 (0)