From 8c62cc8a938e02f2585010f0314b771a87eae475 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Eray=20Ayd=C4=B1n?=
Date: Fri, 9 May 2025 21:13:18 +0300
Subject: [PATCH] docs: rename "Fingerprint Pro Server API" to "Fingerprint
Server API"
Updated documentation and code comments to reflect the new naming convention.
Replaced all instances of `Fingerprint Pro Server API` with
`Fingerprint Server API`.
Related-Task: INTER-1241
---
README.md | 2 +-
contributing.md | 2 +-
fingerprint_pro_server_api_sdk/__init__.py | 4 ++--
fingerprint_pro_server_api_sdk/api/fingerprint_api.py | 4 ++--
fingerprint_pro_server_api_sdk/api_client.py | 4 ++--
fingerprint_pro_server_api_sdk/configuration.py | 4 ++--
fingerprint_pro_server_api_sdk/models/__init__.py | 4 ++--
fingerprint_pro_server_api_sdk/models/botd.py | 4 ++--
fingerprint_pro_server_api_sdk/models/botd_bot.py | 4 ++--
fingerprint_pro_server_api_sdk/models/botd_bot_result.py | 4 ++--
fingerprint_pro_server_api_sdk/models/browser_details.py | 4 ++--
fingerprint_pro_server_api_sdk/models/cloned_app.py | 4 ++--
.../models/deprecated_geolocation.py | 4 ++--
fingerprint_pro_server_api_sdk/models/developer_tools.py | 4 ++--
fingerprint_pro_server_api_sdk/models/emulator.py | 4 ++--
fingerprint_pro_server_api_sdk/models/error.py | 4 ++--
fingerprint_pro_server_api_sdk/models/error_code.py | 4 ++--
.../models/error_plain_response.py | 4 ++--
fingerprint_pro_server_api_sdk/models/error_response.py | 4 ++--
.../models/events_get_response.py | 4 ++--
.../models/events_update_request.py | 4 ++--
fingerprint_pro_server_api_sdk/models/factory_reset.py | 4 ++--
fingerprint_pro_server_api_sdk/models/frida.py | 4 ++--
fingerprint_pro_server_api_sdk/models/geolocation.py | 4 ++--
fingerprint_pro_server_api_sdk/models/geolocation_city.py | 4 ++--
.../models/geolocation_continent.py | 4 ++--
.../models/geolocation_country.py | 4 ++--
.../models/geolocation_subdivision.py | 4 ++--
.../models/geolocation_subdivisions.py | 4 ++--
fingerprint_pro_server_api_sdk/models/high_activity.py | 4 ++--
fingerprint_pro_server_api_sdk/models/identification.py | 4 ++--
.../models/identification_confidence.py | 4 ++--
.../models/identification_seen_at.py | 4 ++--
fingerprint_pro_server_api_sdk/models/incognito.py | 4 ++--
fingerprint_pro_server_api_sdk/models/ip_blocklist.py | 4 ++--
.../models/ip_blocklist_details.py | 4 ++--
fingerprint_pro_server_api_sdk/models/ip_info.py | 4 ++--
fingerprint_pro_server_api_sdk/models/ip_info_asn.py | 4 ++--
.../models/ip_info_data_center.py | 4 ++--
fingerprint_pro_server_api_sdk/models/ip_info_v4.py | 4 ++--
fingerprint_pro_server_api_sdk/models/ip_info_v6.py | 4 ++--
fingerprint_pro_server_api_sdk/models/jailbroken.py | 4 ++--
.../models/location_spoofing.py | 4 ++--
fingerprint_pro_server_api_sdk/models/mit_m_attack.py | 4 ++--
fingerprint_pro_server_api_sdk/models/privacy_settings.py | 4 ++--
fingerprint_pro_server_api_sdk/models/product_botd.py | 4 ++--
.../models/product_cloned_app.py | 4 ++--
.../models/product_developer_tools.py | 4 ++--
fingerprint_pro_server_api_sdk/models/product_emulator.py | 4 ++--
.../models/product_factory_reset.py | 4 ++--
fingerprint_pro_server_api_sdk/models/product_frida.py | 4 ++--
.../models/product_high_activity.py | 4 ++--
.../models/product_identification.py | 4 ++--
.../models/product_incognito.py | 4 ++--
.../models/product_ip_blocklist.py | 4 ++--
fingerprint_pro_server_api_sdk/models/product_ip_info.py | 4 ++--
.../models/product_jailbroken.py | 4 ++--
.../models/product_location_spoofing.py | 4 ++--
.../models/product_mit_m_attack.py | 4 ++--
.../models/product_privacy_settings.py | 4 ++--
fingerprint_pro_server_api_sdk/models/product_proxy.py | 4 ++--
.../models/product_raw_device_attributes.py | 4 ++--
.../models/product_remote_control.py | 4 ++--
.../models/product_root_apps.py | 4 ++--
.../models/product_suspect_score.py | 4 ++--
.../models/product_tampering.py | 4 ++--
fingerprint_pro_server_api_sdk/models/product_tor.py | 4 ++--
fingerprint_pro_server_api_sdk/models/product_velocity.py | 4 ++--
.../models/product_virtual_machine.py | 4 ++--
fingerprint_pro_server_api_sdk/models/product_vpn.py | 4 ++--
fingerprint_pro_server_api_sdk/models/products.py | 4 ++--
fingerprint_pro_server_api_sdk/models/proxy.py | 4 ++--
.../models/raw_device_attribute.py | 4 ++--
.../models/raw_device_attribute_error.py | 4 ++--
.../models/raw_device_attributes.py | 4 ++--
fingerprint_pro_server_api_sdk/models/related_visitor.py | 4 ++--
.../models/related_visitors_response.py | 4 ++--
fingerprint_pro_server_api_sdk/models/remote_control.py | 4 ++--
fingerprint_pro_server_api_sdk/models/root_apps.py | 4 ++--
.../models/search_events_response.py | 4 ++--
.../models/search_events_response_events.py | 4 ++--
fingerprint_pro_server_api_sdk/models/suspect_score.py | 4 ++--
fingerprint_pro_server_api_sdk/models/tag.py | 4 ++--
fingerprint_pro_server_api_sdk/models/tampering.py | 4 ++--
fingerprint_pro_server_api_sdk/models/tor.py | 4 ++--
fingerprint_pro_server_api_sdk/models/velocity.py | 4 ++--
fingerprint_pro_server_api_sdk/models/velocity_data.py | 4 ++--
.../models/velocity_intervals.py | 4 ++--
fingerprint_pro_server_api_sdk/models/virtual_machine.py | 4 ++--
fingerprint_pro_server_api_sdk/models/visit.py | 4 ++--
.../models/visitors_get_response.py | 4 ++--
fingerprint_pro_server_api_sdk/models/vpn.py | 4 ++--
fingerprint_pro_server_api_sdk/models/vpn_confidence.py | 4 ++--
fingerprint_pro_server_api_sdk/models/vpn_methods.py | 4 ++--
fingerprint_pro_server_api_sdk/models/webhook.py | 4 ++--
.../models/webhook_cloned_app.py | 4 ++--
.../models/webhook_developer_tools.py | 4 ++--
fingerprint_pro_server_api_sdk/models/webhook_emulator.py | 4 ++--
.../models/webhook_factory_reset.py | 4 ++--
fingerprint_pro_server_api_sdk/models/webhook_frida.py | 4 ++--
.../models/webhook_high_activity.py | 4 ++--
.../models/webhook_ip_blocklist.py | 4 ++--
fingerprint_pro_server_api_sdk/models/webhook_ip_info.py | 4 ++--
.../models/webhook_jailbroken.py | 4 ++--
.../models/webhook_location_spoofing.py | 4 ++--
.../models/webhook_mit_m_attack.py | 4 ++--
.../models/webhook_privacy_settings.py | 4 ++--
fingerprint_pro_server_api_sdk/models/webhook_proxy.py | 4 ++--
.../models/webhook_raw_device_attributes.py | 4 ++--
.../models/webhook_remote_control.py | 4 ++--
.../models/webhook_root_apps.py | 4 ++--
.../models/webhook_suspect_score.py | 4 ++--
.../models/webhook_tampering.py | 4 ++--
fingerprint_pro_server_api_sdk/models/webhook_tor.py | 4 ++--
fingerprint_pro_server_api_sdk/models/webhook_velocity.py | 4 ++--
.../models/webhook_virtual_machine.py | 4 ++--
fingerprint_pro_server_api_sdk/models/webhook_vpn.py | 4 ++--
fingerprint_pro_server_api_sdk/rest.py | 4 ++--
res/fingerprint-server-api.yaml | 6 +++---
setup.py | 8 ++++----
template/README.mustache | 2 +-
test/test_fingerprint_api.py | 4 ++--
update_event_example.py | 2 +-
123 files changed, 245 insertions(+), 245 deletions(-)
diff --git a/README.md b/README.md
index d7de487f..ea80caf1 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@
-# Fingerprint Pro Server Python SDK
+# Fingerprint Server Python SDK
[Fingerprint](https://fingerprint.com) is a device intelligence platform offering industry-leading accuracy.
The Fingerprint Server Python SDK is an easy way to interact with the Fingerprint [Server API](https://dev.fingerprint.com/reference/pro-server-api) from your Python application. You can retrieve visitor history or individual identification events.
diff --git a/contributing.md b/contributing.md
index 3363e35b..1489cb7a 100644
--- a/contributing.md
+++ b/contributing.md
@@ -1,4 +1,4 @@
-# Contributing to Fingerprint Pro Server API SDK
+# Contributing to Fingerprint Server API SDK
## Structure
diff --git a/fingerprint_pro_server_api_sdk/__init__.py b/fingerprint_pro_server_api_sdk/__init__.py
index 5f53d213..fee5ebdd 100644
--- a/fingerprint_pro_server_api_sdk/__init__.py
+++ b/fingerprint_pro_server_api_sdk/__init__.py
@@ -3,9 +3,9 @@
# flake8: noqa
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/api/fingerprint_api.py b/fingerprint_pro_server_api_sdk/api/fingerprint_api.py
index 9a2107b0..0240b649 100644
--- a/fingerprint_pro_server_api_sdk/api/fingerprint_api.py
+++ b/fingerprint_pro_server_api_sdk/api/fingerprint_api.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/api_client.py b/fingerprint_pro_server_api_sdk/api_client.py
index e2430e19..306c015b 100644
--- a/fingerprint_pro_server_api_sdk/api_client.py
+++ b/fingerprint_pro_server_api_sdk/api_client.py
@@ -1,8 +1,8 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/configuration.py b/fingerprint_pro_server_api_sdk/configuration.py
index 0df74362..6bd38d2e 100644
--- a/fingerprint_pro_server_api_sdk/configuration.py
+++ b/fingerprint_pro_server_api_sdk/configuration.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/__init__.py b/fingerprint_pro_server_api_sdk/models/__init__.py
index 0fb230af..3b8ea7b4 100644
--- a/fingerprint_pro_server_api_sdk/models/__init__.py
+++ b/fingerprint_pro_server_api_sdk/models/__init__.py
@@ -2,9 +2,9 @@
# flake8: noqa
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/botd.py b/fingerprint_pro_server_api_sdk/models/botd.py
index c29b4f2d..90b8d599 100644
--- a/fingerprint_pro_server_api_sdk/models/botd.py
+++ b/fingerprint_pro_server_api_sdk/models/botd.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/botd_bot.py b/fingerprint_pro_server_api_sdk/models/botd_bot.py
index cc2393e2..bcb1dc27 100644
--- a/fingerprint_pro_server_api_sdk/models/botd_bot.py
+++ b/fingerprint_pro_server_api_sdk/models/botd_bot.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/botd_bot_result.py b/fingerprint_pro_server_api_sdk/models/botd_bot_result.py
index f3fcbf41..a4cc414f 100644
--- a/fingerprint_pro_server_api_sdk/models/botd_bot_result.py
+++ b/fingerprint_pro_server_api_sdk/models/botd_bot_result.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/browser_details.py b/fingerprint_pro_server_api_sdk/models/browser_details.py
index d4defce9..a1a96824 100644
--- a/fingerprint_pro_server_api_sdk/models/browser_details.py
+++ b/fingerprint_pro_server_api_sdk/models/browser_details.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/cloned_app.py b/fingerprint_pro_server_api_sdk/models/cloned_app.py
index 48bc1053..478b6c13 100644
--- a/fingerprint_pro_server_api_sdk/models/cloned_app.py
+++ b/fingerprint_pro_server_api_sdk/models/cloned_app.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/deprecated_geolocation.py b/fingerprint_pro_server_api_sdk/models/deprecated_geolocation.py
index b5641428..263e4a09 100644
--- a/fingerprint_pro_server_api_sdk/models/deprecated_geolocation.py
+++ b/fingerprint_pro_server_api_sdk/models/deprecated_geolocation.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/developer_tools.py b/fingerprint_pro_server_api_sdk/models/developer_tools.py
index ebba504e..039f44e6 100644
--- a/fingerprint_pro_server_api_sdk/models/developer_tools.py
+++ b/fingerprint_pro_server_api_sdk/models/developer_tools.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/emulator.py b/fingerprint_pro_server_api_sdk/models/emulator.py
index f675b0cc..df15eab9 100644
--- a/fingerprint_pro_server_api_sdk/models/emulator.py
+++ b/fingerprint_pro_server_api_sdk/models/emulator.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/error.py b/fingerprint_pro_server_api_sdk/models/error.py
index 5f323177..84bb1f28 100644
--- a/fingerprint_pro_server_api_sdk/models/error.py
+++ b/fingerprint_pro_server_api_sdk/models/error.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/error_code.py b/fingerprint_pro_server_api_sdk/models/error_code.py
index 6e105b07..944f541b 100644
--- a/fingerprint_pro_server_api_sdk/models/error_code.py
+++ b/fingerprint_pro_server_api_sdk/models/error_code.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/error_plain_response.py b/fingerprint_pro_server_api_sdk/models/error_plain_response.py
index c6e38a6e..cd6f5151 100644
--- a/fingerprint_pro_server_api_sdk/models/error_plain_response.py
+++ b/fingerprint_pro_server_api_sdk/models/error_plain_response.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/error_response.py b/fingerprint_pro_server_api_sdk/models/error_response.py
index 7f88a4a7..cf762111 100644
--- a/fingerprint_pro_server_api_sdk/models/error_response.py
+++ b/fingerprint_pro_server_api_sdk/models/error_response.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/events_get_response.py b/fingerprint_pro_server_api_sdk/models/events_get_response.py
index 2988c404..04b2b3b4 100644
--- a/fingerprint_pro_server_api_sdk/models/events_get_response.py
+++ b/fingerprint_pro_server_api_sdk/models/events_get_response.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/events_update_request.py b/fingerprint_pro_server_api_sdk/models/events_update_request.py
index f0e63649..662e318e 100644
--- a/fingerprint_pro_server_api_sdk/models/events_update_request.py
+++ b/fingerprint_pro_server_api_sdk/models/events_update_request.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/factory_reset.py b/fingerprint_pro_server_api_sdk/models/factory_reset.py
index 6f908650..e251e672 100644
--- a/fingerprint_pro_server_api_sdk/models/factory_reset.py
+++ b/fingerprint_pro_server_api_sdk/models/factory_reset.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/frida.py b/fingerprint_pro_server_api_sdk/models/frida.py
index 04fb841c..2e4f2d8a 100644
--- a/fingerprint_pro_server_api_sdk/models/frida.py
+++ b/fingerprint_pro_server_api_sdk/models/frida.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/geolocation.py b/fingerprint_pro_server_api_sdk/models/geolocation.py
index 7b641c92..54ad8978 100644
--- a/fingerprint_pro_server_api_sdk/models/geolocation.py
+++ b/fingerprint_pro_server_api_sdk/models/geolocation.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/geolocation_city.py b/fingerprint_pro_server_api_sdk/models/geolocation_city.py
index d15046e5..a17ac6c2 100644
--- a/fingerprint_pro_server_api_sdk/models/geolocation_city.py
+++ b/fingerprint_pro_server_api_sdk/models/geolocation_city.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/geolocation_continent.py b/fingerprint_pro_server_api_sdk/models/geolocation_continent.py
index 45777614..fd1da347 100644
--- a/fingerprint_pro_server_api_sdk/models/geolocation_continent.py
+++ b/fingerprint_pro_server_api_sdk/models/geolocation_continent.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/geolocation_country.py b/fingerprint_pro_server_api_sdk/models/geolocation_country.py
index 2f780f82..25a09df7 100644
--- a/fingerprint_pro_server_api_sdk/models/geolocation_country.py
+++ b/fingerprint_pro_server_api_sdk/models/geolocation_country.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/geolocation_subdivision.py b/fingerprint_pro_server_api_sdk/models/geolocation_subdivision.py
index 1a65c716..1abcf7a6 100644
--- a/fingerprint_pro_server_api_sdk/models/geolocation_subdivision.py
+++ b/fingerprint_pro_server_api_sdk/models/geolocation_subdivision.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/geolocation_subdivisions.py b/fingerprint_pro_server_api_sdk/models/geolocation_subdivisions.py
index cf8d64ff..b16efee5 100644
--- a/fingerprint_pro_server_api_sdk/models/geolocation_subdivisions.py
+++ b/fingerprint_pro_server_api_sdk/models/geolocation_subdivisions.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/high_activity.py b/fingerprint_pro_server_api_sdk/models/high_activity.py
index 95449995..dd27a61a 100644
--- a/fingerprint_pro_server_api_sdk/models/high_activity.py
+++ b/fingerprint_pro_server_api_sdk/models/high_activity.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/identification.py b/fingerprint_pro_server_api_sdk/models/identification.py
index c296aa2a..39fb9ab4 100644
--- a/fingerprint_pro_server_api_sdk/models/identification.py
+++ b/fingerprint_pro_server_api_sdk/models/identification.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/identification_confidence.py b/fingerprint_pro_server_api_sdk/models/identification_confidence.py
index 0867bac1..02241759 100644
--- a/fingerprint_pro_server_api_sdk/models/identification_confidence.py
+++ b/fingerprint_pro_server_api_sdk/models/identification_confidence.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/identification_seen_at.py b/fingerprint_pro_server_api_sdk/models/identification_seen_at.py
index 98f60d3c..e709bfa3 100644
--- a/fingerprint_pro_server_api_sdk/models/identification_seen_at.py
+++ b/fingerprint_pro_server_api_sdk/models/identification_seen_at.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/incognito.py b/fingerprint_pro_server_api_sdk/models/incognito.py
index 0611720e..30efbd28 100644
--- a/fingerprint_pro_server_api_sdk/models/incognito.py
+++ b/fingerprint_pro_server_api_sdk/models/incognito.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/ip_blocklist.py b/fingerprint_pro_server_api_sdk/models/ip_blocklist.py
index cfb31a95..375badb8 100644
--- a/fingerprint_pro_server_api_sdk/models/ip_blocklist.py
+++ b/fingerprint_pro_server_api_sdk/models/ip_blocklist.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/ip_blocklist_details.py b/fingerprint_pro_server_api_sdk/models/ip_blocklist_details.py
index e469dc0f..223e67e4 100644
--- a/fingerprint_pro_server_api_sdk/models/ip_blocklist_details.py
+++ b/fingerprint_pro_server_api_sdk/models/ip_blocklist_details.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/ip_info.py b/fingerprint_pro_server_api_sdk/models/ip_info.py
index de3ae56f..975afd11 100644
--- a/fingerprint_pro_server_api_sdk/models/ip_info.py
+++ b/fingerprint_pro_server_api_sdk/models/ip_info.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/ip_info_asn.py b/fingerprint_pro_server_api_sdk/models/ip_info_asn.py
index f1eafa41..7584661b 100644
--- a/fingerprint_pro_server_api_sdk/models/ip_info_asn.py
+++ b/fingerprint_pro_server_api_sdk/models/ip_info_asn.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/ip_info_data_center.py b/fingerprint_pro_server_api_sdk/models/ip_info_data_center.py
index 748689b1..4e67e0a3 100644
--- a/fingerprint_pro_server_api_sdk/models/ip_info_data_center.py
+++ b/fingerprint_pro_server_api_sdk/models/ip_info_data_center.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/ip_info_v4.py b/fingerprint_pro_server_api_sdk/models/ip_info_v4.py
index d7db0ca2..63b54b8c 100644
--- a/fingerprint_pro_server_api_sdk/models/ip_info_v4.py
+++ b/fingerprint_pro_server_api_sdk/models/ip_info_v4.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/ip_info_v6.py b/fingerprint_pro_server_api_sdk/models/ip_info_v6.py
index 86864ad0..6da510e7 100644
--- a/fingerprint_pro_server_api_sdk/models/ip_info_v6.py
+++ b/fingerprint_pro_server_api_sdk/models/ip_info_v6.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/jailbroken.py b/fingerprint_pro_server_api_sdk/models/jailbroken.py
index 40338aa1..de94f73d 100644
--- a/fingerprint_pro_server_api_sdk/models/jailbroken.py
+++ b/fingerprint_pro_server_api_sdk/models/jailbroken.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/location_spoofing.py b/fingerprint_pro_server_api_sdk/models/location_spoofing.py
index 3ebad167..fee425a7 100644
--- a/fingerprint_pro_server_api_sdk/models/location_spoofing.py
+++ b/fingerprint_pro_server_api_sdk/models/location_spoofing.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/mit_m_attack.py b/fingerprint_pro_server_api_sdk/models/mit_m_attack.py
index b9a21a73..7545e5a0 100644
--- a/fingerprint_pro_server_api_sdk/models/mit_m_attack.py
+++ b/fingerprint_pro_server_api_sdk/models/mit_m_attack.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/privacy_settings.py b/fingerprint_pro_server_api_sdk/models/privacy_settings.py
index 9a7e3fbf..ffeea57d 100644
--- a/fingerprint_pro_server_api_sdk/models/privacy_settings.py
+++ b/fingerprint_pro_server_api_sdk/models/privacy_settings.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/product_botd.py b/fingerprint_pro_server_api_sdk/models/product_botd.py
index 862496a2..ccfda394 100644
--- a/fingerprint_pro_server_api_sdk/models/product_botd.py
+++ b/fingerprint_pro_server_api_sdk/models/product_botd.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/product_cloned_app.py b/fingerprint_pro_server_api_sdk/models/product_cloned_app.py
index cd98b93e..077bc892 100644
--- a/fingerprint_pro_server_api_sdk/models/product_cloned_app.py
+++ b/fingerprint_pro_server_api_sdk/models/product_cloned_app.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/product_developer_tools.py b/fingerprint_pro_server_api_sdk/models/product_developer_tools.py
index 1cd65e04..4f5f28cc 100644
--- a/fingerprint_pro_server_api_sdk/models/product_developer_tools.py
+++ b/fingerprint_pro_server_api_sdk/models/product_developer_tools.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/product_emulator.py b/fingerprint_pro_server_api_sdk/models/product_emulator.py
index 1349c462..e40333f3 100644
--- a/fingerprint_pro_server_api_sdk/models/product_emulator.py
+++ b/fingerprint_pro_server_api_sdk/models/product_emulator.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/product_factory_reset.py b/fingerprint_pro_server_api_sdk/models/product_factory_reset.py
index 7af95329..798850fa 100644
--- a/fingerprint_pro_server_api_sdk/models/product_factory_reset.py
+++ b/fingerprint_pro_server_api_sdk/models/product_factory_reset.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/product_frida.py b/fingerprint_pro_server_api_sdk/models/product_frida.py
index 0862c0ee..ebff8716 100644
--- a/fingerprint_pro_server_api_sdk/models/product_frida.py
+++ b/fingerprint_pro_server_api_sdk/models/product_frida.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/product_high_activity.py b/fingerprint_pro_server_api_sdk/models/product_high_activity.py
index e8f2dc81..3f1af26f 100644
--- a/fingerprint_pro_server_api_sdk/models/product_high_activity.py
+++ b/fingerprint_pro_server_api_sdk/models/product_high_activity.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/product_identification.py b/fingerprint_pro_server_api_sdk/models/product_identification.py
index de0b4dda..06384b94 100644
--- a/fingerprint_pro_server_api_sdk/models/product_identification.py
+++ b/fingerprint_pro_server_api_sdk/models/product_identification.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/product_incognito.py b/fingerprint_pro_server_api_sdk/models/product_incognito.py
index 461ee1b8..d3a7b029 100644
--- a/fingerprint_pro_server_api_sdk/models/product_incognito.py
+++ b/fingerprint_pro_server_api_sdk/models/product_incognito.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/product_ip_blocklist.py b/fingerprint_pro_server_api_sdk/models/product_ip_blocklist.py
index 0e3df50c..da72a5d5 100644
--- a/fingerprint_pro_server_api_sdk/models/product_ip_blocklist.py
+++ b/fingerprint_pro_server_api_sdk/models/product_ip_blocklist.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/product_ip_info.py b/fingerprint_pro_server_api_sdk/models/product_ip_info.py
index 863bb030..0d751d5d 100644
--- a/fingerprint_pro_server_api_sdk/models/product_ip_info.py
+++ b/fingerprint_pro_server_api_sdk/models/product_ip_info.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/product_jailbroken.py b/fingerprint_pro_server_api_sdk/models/product_jailbroken.py
index 393b4e32..c4b0c329 100644
--- a/fingerprint_pro_server_api_sdk/models/product_jailbroken.py
+++ b/fingerprint_pro_server_api_sdk/models/product_jailbroken.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/product_location_spoofing.py b/fingerprint_pro_server_api_sdk/models/product_location_spoofing.py
index 740bebcc..339ca075 100644
--- a/fingerprint_pro_server_api_sdk/models/product_location_spoofing.py
+++ b/fingerprint_pro_server_api_sdk/models/product_location_spoofing.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/product_mit_m_attack.py b/fingerprint_pro_server_api_sdk/models/product_mit_m_attack.py
index e14ca7d8..4aef5b90 100644
--- a/fingerprint_pro_server_api_sdk/models/product_mit_m_attack.py
+++ b/fingerprint_pro_server_api_sdk/models/product_mit_m_attack.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/product_privacy_settings.py b/fingerprint_pro_server_api_sdk/models/product_privacy_settings.py
index b2b5984c..2f227ec8 100644
--- a/fingerprint_pro_server_api_sdk/models/product_privacy_settings.py
+++ b/fingerprint_pro_server_api_sdk/models/product_privacy_settings.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/product_proxy.py b/fingerprint_pro_server_api_sdk/models/product_proxy.py
index a5867fab..5c3a6668 100644
--- a/fingerprint_pro_server_api_sdk/models/product_proxy.py
+++ b/fingerprint_pro_server_api_sdk/models/product_proxy.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/product_raw_device_attributes.py b/fingerprint_pro_server_api_sdk/models/product_raw_device_attributes.py
index 6a9f94df..993eae65 100644
--- a/fingerprint_pro_server_api_sdk/models/product_raw_device_attributes.py
+++ b/fingerprint_pro_server_api_sdk/models/product_raw_device_attributes.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/product_remote_control.py b/fingerprint_pro_server_api_sdk/models/product_remote_control.py
index 3a2eb63e..536f1f82 100644
--- a/fingerprint_pro_server_api_sdk/models/product_remote_control.py
+++ b/fingerprint_pro_server_api_sdk/models/product_remote_control.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/product_root_apps.py b/fingerprint_pro_server_api_sdk/models/product_root_apps.py
index d3e5cc86..53083f63 100644
--- a/fingerprint_pro_server_api_sdk/models/product_root_apps.py
+++ b/fingerprint_pro_server_api_sdk/models/product_root_apps.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/product_suspect_score.py b/fingerprint_pro_server_api_sdk/models/product_suspect_score.py
index de6910b5..2df22688 100644
--- a/fingerprint_pro_server_api_sdk/models/product_suspect_score.py
+++ b/fingerprint_pro_server_api_sdk/models/product_suspect_score.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/product_tampering.py b/fingerprint_pro_server_api_sdk/models/product_tampering.py
index 828d15b0..39b83c8e 100644
--- a/fingerprint_pro_server_api_sdk/models/product_tampering.py
+++ b/fingerprint_pro_server_api_sdk/models/product_tampering.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/product_tor.py b/fingerprint_pro_server_api_sdk/models/product_tor.py
index ae89d9e8..42e77a82 100644
--- a/fingerprint_pro_server_api_sdk/models/product_tor.py
+++ b/fingerprint_pro_server_api_sdk/models/product_tor.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/product_velocity.py b/fingerprint_pro_server_api_sdk/models/product_velocity.py
index 46a633b6..0c8b63d0 100644
--- a/fingerprint_pro_server_api_sdk/models/product_velocity.py
+++ b/fingerprint_pro_server_api_sdk/models/product_velocity.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/product_virtual_machine.py b/fingerprint_pro_server_api_sdk/models/product_virtual_machine.py
index ec55e77d..edddeae3 100644
--- a/fingerprint_pro_server_api_sdk/models/product_virtual_machine.py
+++ b/fingerprint_pro_server_api_sdk/models/product_virtual_machine.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/product_vpn.py b/fingerprint_pro_server_api_sdk/models/product_vpn.py
index 5ef9e9e9..e3fe59fd 100644
--- a/fingerprint_pro_server_api_sdk/models/product_vpn.py
+++ b/fingerprint_pro_server_api_sdk/models/product_vpn.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/products.py b/fingerprint_pro_server_api_sdk/models/products.py
index a4406d6e..76a995b0 100644
--- a/fingerprint_pro_server_api_sdk/models/products.py
+++ b/fingerprint_pro_server_api_sdk/models/products.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/proxy.py b/fingerprint_pro_server_api_sdk/models/proxy.py
index 0380d1ae..b93a4d1e 100644
--- a/fingerprint_pro_server_api_sdk/models/proxy.py
+++ b/fingerprint_pro_server_api_sdk/models/proxy.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/raw_device_attribute.py b/fingerprint_pro_server_api_sdk/models/raw_device_attribute.py
index ff5dc109..ce22b74c 100644
--- a/fingerprint_pro_server_api_sdk/models/raw_device_attribute.py
+++ b/fingerprint_pro_server_api_sdk/models/raw_device_attribute.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/raw_device_attribute_error.py b/fingerprint_pro_server_api_sdk/models/raw_device_attribute_error.py
index 4d954e73..990dbc1f 100644
--- a/fingerprint_pro_server_api_sdk/models/raw_device_attribute_error.py
+++ b/fingerprint_pro_server_api_sdk/models/raw_device_attribute_error.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/raw_device_attributes.py b/fingerprint_pro_server_api_sdk/models/raw_device_attributes.py
index 0401d7c6..5e8fa568 100644
--- a/fingerprint_pro_server_api_sdk/models/raw_device_attributes.py
+++ b/fingerprint_pro_server_api_sdk/models/raw_device_attributes.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/related_visitor.py b/fingerprint_pro_server_api_sdk/models/related_visitor.py
index 8caa29a6..5f6a68dc 100644
--- a/fingerprint_pro_server_api_sdk/models/related_visitor.py
+++ b/fingerprint_pro_server_api_sdk/models/related_visitor.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/related_visitors_response.py b/fingerprint_pro_server_api_sdk/models/related_visitors_response.py
index 8bd0bcc4..fc1a03b7 100644
--- a/fingerprint_pro_server_api_sdk/models/related_visitors_response.py
+++ b/fingerprint_pro_server_api_sdk/models/related_visitors_response.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/remote_control.py b/fingerprint_pro_server_api_sdk/models/remote_control.py
index 7e94872d..cc5f6e17 100644
--- a/fingerprint_pro_server_api_sdk/models/remote_control.py
+++ b/fingerprint_pro_server_api_sdk/models/remote_control.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/root_apps.py b/fingerprint_pro_server_api_sdk/models/root_apps.py
index 879ac54c..7bc6b768 100644
--- a/fingerprint_pro_server_api_sdk/models/root_apps.py
+++ b/fingerprint_pro_server_api_sdk/models/root_apps.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/search_events_response.py b/fingerprint_pro_server_api_sdk/models/search_events_response.py
index b832811e..4b08654e 100644
--- a/fingerprint_pro_server_api_sdk/models/search_events_response.py
+++ b/fingerprint_pro_server_api_sdk/models/search_events_response.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/search_events_response_events.py b/fingerprint_pro_server_api_sdk/models/search_events_response_events.py
index 1926a40c..8eabc18d 100644
--- a/fingerprint_pro_server_api_sdk/models/search_events_response_events.py
+++ b/fingerprint_pro_server_api_sdk/models/search_events_response_events.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/suspect_score.py b/fingerprint_pro_server_api_sdk/models/suspect_score.py
index 854c54e8..c01e8041 100644
--- a/fingerprint_pro_server_api_sdk/models/suspect_score.py
+++ b/fingerprint_pro_server_api_sdk/models/suspect_score.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/tag.py b/fingerprint_pro_server_api_sdk/models/tag.py
index 3a5e0323..8baedf8a 100644
--- a/fingerprint_pro_server_api_sdk/models/tag.py
+++ b/fingerprint_pro_server_api_sdk/models/tag.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/tampering.py b/fingerprint_pro_server_api_sdk/models/tampering.py
index f6c125b0..8b0dc995 100644
--- a/fingerprint_pro_server_api_sdk/models/tampering.py
+++ b/fingerprint_pro_server_api_sdk/models/tampering.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/tor.py b/fingerprint_pro_server_api_sdk/models/tor.py
index 59678e85..aa35ca33 100644
--- a/fingerprint_pro_server_api_sdk/models/tor.py
+++ b/fingerprint_pro_server_api_sdk/models/tor.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/velocity.py b/fingerprint_pro_server_api_sdk/models/velocity.py
index 79e68f88..19ed929c 100644
--- a/fingerprint_pro_server_api_sdk/models/velocity.py
+++ b/fingerprint_pro_server_api_sdk/models/velocity.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/velocity_data.py b/fingerprint_pro_server_api_sdk/models/velocity_data.py
index 35e5c339..4e0ce31f 100644
--- a/fingerprint_pro_server_api_sdk/models/velocity_data.py
+++ b/fingerprint_pro_server_api_sdk/models/velocity_data.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/velocity_intervals.py b/fingerprint_pro_server_api_sdk/models/velocity_intervals.py
index 8a8a22c4..b11f0e0e 100644
--- a/fingerprint_pro_server_api_sdk/models/velocity_intervals.py
+++ b/fingerprint_pro_server_api_sdk/models/velocity_intervals.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/virtual_machine.py b/fingerprint_pro_server_api_sdk/models/virtual_machine.py
index c387d5ee..1bd29c51 100644
--- a/fingerprint_pro_server_api_sdk/models/virtual_machine.py
+++ b/fingerprint_pro_server_api_sdk/models/virtual_machine.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/visit.py b/fingerprint_pro_server_api_sdk/models/visit.py
index 3b5cccb0..0cdc4231 100644
--- a/fingerprint_pro_server_api_sdk/models/visit.py
+++ b/fingerprint_pro_server_api_sdk/models/visit.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/visitors_get_response.py b/fingerprint_pro_server_api_sdk/models/visitors_get_response.py
index 039b42ba..ccce06c7 100644
--- a/fingerprint_pro_server_api_sdk/models/visitors_get_response.py
+++ b/fingerprint_pro_server_api_sdk/models/visitors_get_response.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/vpn.py b/fingerprint_pro_server_api_sdk/models/vpn.py
index 64c3c784..beea552b 100644
--- a/fingerprint_pro_server_api_sdk/models/vpn.py
+++ b/fingerprint_pro_server_api_sdk/models/vpn.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/vpn_confidence.py b/fingerprint_pro_server_api_sdk/models/vpn_confidence.py
index 2e410924..f7bb1363 100644
--- a/fingerprint_pro_server_api_sdk/models/vpn_confidence.py
+++ b/fingerprint_pro_server_api_sdk/models/vpn_confidence.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/vpn_methods.py b/fingerprint_pro_server_api_sdk/models/vpn_methods.py
index 54fb716a..c6774f83 100644
--- a/fingerprint_pro_server_api_sdk/models/vpn_methods.py
+++ b/fingerprint_pro_server_api_sdk/models/vpn_methods.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/webhook.py b/fingerprint_pro_server_api_sdk/models/webhook.py
index feccbe94..a41e8ff0 100644
--- a/fingerprint_pro_server_api_sdk/models/webhook.py
+++ b/fingerprint_pro_server_api_sdk/models/webhook.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/webhook_cloned_app.py b/fingerprint_pro_server_api_sdk/models/webhook_cloned_app.py
index f0096a83..297d9dcb 100644
--- a/fingerprint_pro_server_api_sdk/models/webhook_cloned_app.py
+++ b/fingerprint_pro_server_api_sdk/models/webhook_cloned_app.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/webhook_developer_tools.py b/fingerprint_pro_server_api_sdk/models/webhook_developer_tools.py
index 8759c6fc..10cf6a65 100644
--- a/fingerprint_pro_server_api_sdk/models/webhook_developer_tools.py
+++ b/fingerprint_pro_server_api_sdk/models/webhook_developer_tools.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/webhook_emulator.py b/fingerprint_pro_server_api_sdk/models/webhook_emulator.py
index b506655e..dc8cdf8d 100644
--- a/fingerprint_pro_server_api_sdk/models/webhook_emulator.py
+++ b/fingerprint_pro_server_api_sdk/models/webhook_emulator.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/webhook_factory_reset.py b/fingerprint_pro_server_api_sdk/models/webhook_factory_reset.py
index df2ae611..bb5b0f3d 100644
--- a/fingerprint_pro_server_api_sdk/models/webhook_factory_reset.py
+++ b/fingerprint_pro_server_api_sdk/models/webhook_factory_reset.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/webhook_frida.py b/fingerprint_pro_server_api_sdk/models/webhook_frida.py
index 8de8c2b8..3f61967a 100644
--- a/fingerprint_pro_server_api_sdk/models/webhook_frida.py
+++ b/fingerprint_pro_server_api_sdk/models/webhook_frida.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/webhook_high_activity.py b/fingerprint_pro_server_api_sdk/models/webhook_high_activity.py
index 0a19d2a5..085f8b4c 100644
--- a/fingerprint_pro_server_api_sdk/models/webhook_high_activity.py
+++ b/fingerprint_pro_server_api_sdk/models/webhook_high_activity.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/webhook_ip_blocklist.py b/fingerprint_pro_server_api_sdk/models/webhook_ip_blocklist.py
index 92854d34..24bb7552 100644
--- a/fingerprint_pro_server_api_sdk/models/webhook_ip_blocklist.py
+++ b/fingerprint_pro_server_api_sdk/models/webhook_ip_blocklist.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/webhook_ip_info.py b/fingerprint_pro_server_api_sdk/models/webhook_ip_info.py
index f7da18c5..5c43cb46 100644
--- a/fingerprint_pro_server_api_sdk/models/webhook_ip_info.py
+++ b/fingerprint_pro_server_api_sdk/models/webhook_ip_info.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/webhook_jailbroken.py b/fingerprint_pro_server_api_sdk/models/webhook_jailbroken.py
index fec77f9f..60a4f95a 100644
--- a/fingerprint_pro_server_api_sdk/models/webhook_jailbroken.py
+++ b/fingerprint_pro_server_api_sdk/models/webhook_jailbroken.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/webhook_location_spoofing.py b/fingerprint_pro_server_api_sdk/models/webhook_location_spoofing.py
index 46addf22..c93ba5a5 100644
--- a/fingerprint_pro_server_api_sdk/models/webhook_location_spoofing.py
+++ b/fingerprint_pro_server_api_sdk/models/webhook_location_spoofing.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/webhook_mit_m_attack.py b/fingerprint_pro_server_api_sdk/models/webhook_mit_m_attack.py
index 5d107fa3..d96b22b4 100644
--- a/fingerprint_pro_server_api_sdk/models/webhook_mit_m_attack.py
+++ b/fingerprint_pro_server_api_sdk/models/webhook_mit_m_attack.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/webhook_privacy_settings.py b/fingerprint_pro_server_api_sdk/models/webhook_privacy_settings.py
index 060307cf..fa5e03d0 100644
--- a/fingerprint_pro_server_api_sdk/models/webhook_privacy_settings.py
+++ b/fingerprint_pro_server_api_sdk/models/webhook_privacy_settings.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/webhook_proxy.py b/fingerprint_pro_server_api_sdk/models/webhook_proxy.py
index 5dbb1827..732bc76e 100644
--- a/fingerprint_pro_server_api_sdk/models/webhook_proxy.py
+++ b/fingerprint_pro_server_api_sdk/models/webhook_proxy.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/webhook_raw_device_attributes.py b/fingerprint_pro_server_api_sdk/models/webhook_raw_device_attributes.py
index c4c42809..0e8deee4 100644
--- a/fingerprint_pro_server_api_sdk/models/webhook_raw_device_attributes.py
+++ b/fingerprint_pro_server_api_sdk/models/webhook_raw_device_attributes.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/webhook_remote_control.py b/fingerprint_pro_server_api_sdk/models/webhook_remote_control.py
index 3ac1f208..bc85a600 100644
--- a/fingerprint_pro_server_api_sdk/models/webhook_remote_control.py
+++ b/fingerprint_pro_server_api_sdk/models/webhook_remote_control.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/webhook_root_apps.py b/fingerprint_pro_server_api_sdk/models/webhook_root_apps.py
index 33323dce..2ecd83ce 100644
--- a/fingerprint_pro_server_api_sdk/models/webhook_root_apps.py
+++ b/fingerprint_pro_server_api_sdk/models/webhook_root_apps.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/webhook_suspect_score.py b/fingerprint_pro_server_api_sdk/models/webhook_suspect_score.py
index f5904b72..4d16b5ce 100644
--- a/fingerprint_pro_server_api_sdk/models/webhook_suspect_score.py
+++ b/fingerprint_pro_server_api_sdk/models/webhook_suspect_score.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/webhook_tampering.py b/fingerprint_pro_server_api_sdk/models/webhook_tampering.py
index 3b1a5526..0e58114c 100644
--- a/fingerprint_pro_server_api_sdk/models/webhook_tampering.py
+++ b/fingerprint_pro_server_api_sdk/models/webhook_tampering.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/webhook_tor.py b/fingerprint_pro_server_api_sdk/models/webhook_tor.py
index 68de5bf4..2804bafb 100644
--- a/fingerprint_pro_server_api_sdk/models/webhook_tor.py
+++ b/fingerprint_pro_server_api_sdk/models/webhook_tor.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/webhook_velocity.py b/fingerprint_pro_server_api_sdk/models/webhook_velocity.py
index 7ed98224..b8f5dff6 100644
--- a/fingerprint_pro_server_api_sdk/models/webhook_velocity.py
+++ b/fingerprint_pro_server_api_sdk/models/webhook_velocity.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/webhook_virtual_machine.py b/fingerprint_pro_server_api_sdk/models/webhook_virtual_machine.py
index 27f458e4..b260b2dc 100644
--- a/fingerprint_pro_server_api_sdk/models/webhook_virtual_machine.py
+++ b/fingerprint_pro_server_api_sdk/models/webhook_virtual_machine.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/models/webhook_vpn.py b/fingerprint_pro_server_api_sdk/models/webhook_vpn.py
index f3a49a6d..ed0ec6da 100644
--- a/fingerprint_pro_server_api_sdk/models/webhook_vpn.py
+++ b/fingerprint_pro_server_api_sdk/models/webhook_vpn.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/fingerprint_pro_server_api_sdk/rest.py b/fingerprint_pro_server_api_sdk/rest.py
index 2e59f01d..dd9f099a 100644
--- a/fingerprint_pro_server_api_sdk/rest.py
+++ b/fingerprint_pro_server_api_sdk/rest.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/res/fingerprint-server-api.yaml b/res/fingerprint-server-api.yaml
index ff281b24..e7bd3ba9 100644
--- a/res/fingerprint-server-api.yaml
+++ b/res/fingerprint-server-api.yaml
@@ -1,9 +1,9 @@
openapi: 3.0.3
info:
- title: Fingerprint Pro Server API
+ title: Fingerprint Server API
description: >
- Fingerprint Pro Server API allows you to get information about visitors and
- about individual events in a server environment. It can be used for data
+ Fingerprint Server API allows you to search, update, and delete
+ identification events in a server environment. It can be used for data
exports, decision-making, and data analysis scenarios.
Server API is intended for server-side usage, it's not intended to be used
diff --git a/setup.py b/setup.py
index ba1202ac..1fb72511 100644
--- a/setup.py
+++ b/setup.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
+ Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
@@ -38,7 +38,7 @@
setup(
name=NAME,
- description="Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. ",
+ description="Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. ",
long_description=long_description,
long_description_content_type='text/markdown',
license="MIT",
@@ -50,7 +50,7 @@
"Code": "https://github.com/fingerprintjs/fingerprint-pro-server-api-python-sdk",
"Issue Tracker": "https://github.com/fingerprintjs/fingerprint-pro-server-api-python-sdk/issues",
},
- keywords=["Swagger", "Fingerprint Pro Server API", "browser", "detection", "fingerprint", "identification",
+ keywords=["Swagger", "Fingerprint Server API", "browser", "detection", "fingerprint", "identification",
"fingerprinting", "browser-fingerprinting", "browser-fingerprint", "fraud-detection", "fraud",
"audio-fingerprinting", "fingerprintjs", "fingerprintjs-pro", "visitor-identifier"],
install_requires=REQUIRES,
diff --git a/template/README.mustache b/template/README.mustache
index f2c16140..0f7ec914 100644
--- a/template/README.mustache
+++ b/template/README.mustache
@@ -17,7 +17,7 @@
-# Fingerprint Pro Server Python SDK
+# Fingerprint Server Python SDK
[Fingerprint](https://fingerprint.com) is a device intelligence platform offering industry-leading accuracy.
The Fingerprint Server Python SDK is an easy way to interact with the Fingerprint [Server API](https://dev.fingerprint.com/reference/pro-server-api) from your Python application. You can retrieve visitor history or individual identification events.
diff --git a/test/test_fingerprint_api.py b/test/test_fingerprint_api.py
index 4b31e3ae..f817b815 100644
--- a/test/test_fingerprint_api.py
+++ b/test/test_fingerprint_api.py
@@ -1,9 +1,9 @@
# coding: utf-8
"""
- Fingerprint Pro Server API
+ Fingerprint Server API
- Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. This API can be used for data exports, decision-making, and data analysis scenarios. # noqa: E501
+ Fingerprint Server API allows you to get information about visitors and about individual events in a server environment. This API can be used for data exports, decision-making, and data analysis scenarios. # noqa: E501
OpenAPI spec version: 3
Contact: support@fingerprint.com
diff --git a/update_event_example.py b/update_event_example.py
index ccf48e61..871ae5f6 100644
--- a/update_event_example.py
+++ b/update_event_example.py
@@ -8,7 +8,7 @@
from dotenv import load_dotenv
load_dotenv()
-parser = argparse.ArgumentParser(description='Update an event in the Fingerprint Pro Server API')
+parser = argparse.ArgumentParser(description='Update an event in the Fingerprint Server API')
parser.add_argument('--linked_id', type=str)
parser.add_argument('--tag', type=str)
parser.add_argument('--suspect', type=bool)