diff --git a/.changeset/deep-sides-grow.md b/.changeset/deep-sides-grow.md deleted file mode 100644 index 9bf134f..0000000 --- a/.changeset/deep-sides-grow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'fingerprint-pro-server-api-php-sdk': patch ---- - -Fix errors examples `403_feature_not_enabled` and `403_subscription_not_active`. \ No newline at end of file diff --git a/.changeset/quiet-parrots-stick.md b/.changeset/quiet-parrots-stick.md index 5435d5c..7fe43dc 100644 --- a/.changeset/quiet-parrots-stick.md +++ b/.changeset/quiet-parrots-stick.md @@ -41,13 +41,10 @@ - Rename `ProductsResponse` -> `Products`: - 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`. - Extract `identification.data` type as `Identification`. -- Rename `RawDeviceAttributesResult` -> `RawDeviceAttributes`: - - Extract item type as `RawDeviceAttribute`. - - Extract `error` type as `RawDeviceAttributeError`. +- Use PHP `array` instead of `RawDeviceAttributesResult` - Rename `RemoteControlResult` -> `RemoteControl`. - Rename `RootAppsResult` -> `RootApps`. - Rename `SuspectScoreResult` -> `SuspectScore`. -- Extract new model `Tag`. - Rename `TamperingResult` -> `Tampering`. - Rename `TorResult` -> `Tor`. - Rename `VelocityResult` -> `Velocity`: @@ -62,4 +59,4 @@ - Extract `confidence` type as `VPNConfidence`. - Extract `methods` type as `VPNMethods`. - Rename `WebhookVisit` -> `Webhook`. - - 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`. \ No newline at end of file + - Introduce new inner types: `WebhookRootApps`, `WebhookEmulator`, `WebhookIPInfo`, `WebhookIPBlocklist`, `WebhookTor`, `WebhookVPN`, `WebhookProxy`, `WebhookTampering`, `WebhookClonedApp`, `WebhookFactoryReset`, `WebhookJailbroken`, `WebhookFrida`, `WebhookPrivacySettings`, `WebhookVirtualMachine`, `WebhookHighActivity`, `WebhookLocationSpoofing`, `WebhookSuspectScore`, `WebhookRemoteControl`, `WebhookVelocity`, `WebhookDeveloperTools`. diff --git a/.changeset/short-icons-wish.md b/.changeset/short-icons-wish.md deleted file mode 100644 index 7f10e86..0000000 --- a/.changeset/short-icons-wish.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'fingerprint-pro-server-api-php-sdk': patch ---- - -- Fix descriptions formatting: - - Remove extra line breaks. - - Fix block styles. -- Fix links in descriptions. \ No newline at end of file diff --git a/.changeset/tender-bottles-kneel.md b/.changeset/tender-bottles-kneel.md deleted file mode 100644 index db37927..0000000 --- a/.changeset/tender-bottles-kneel.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -'fingerprint-pro-server-api-php-sdk': patch ---- - -- Remove all `example` YAML attributes from all the properties due to [deprecation](https://spec.openapis.org/oas/v3.1.0#fixed-fields-19). - - Keep using JSON Schema `examples` with the `externalValue` associated with JSON example from `/schemas/paths/examples`. -- Reorder all the `schemas` fields (e.g. `type` -> `format` -> `description` -> `required` -> `properties`). -- Reorder all the `paths` fields (e.g. `tags` -> `summary` -> `description` -> `parameters` -> ...) -- Reorder all the object properties in the order they returned by API. -- Move existing and add new error examples to `/schemas/paths/examples/errors`. -- Replace GET /events TooManyRequests examples with a single `get_event_200_too_many_requests_error.json`. -- Update `products.identification.error.message` in `get_event_200_<...>.json` examples. -- Rename GET /visitors example files. \ No newline at end of file