|
| 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`. |
0 commit comments