From 8e704ecba0499ac0e18acbe67a07f15ce027dda8 Mon Sep 17 00:00:00 2001 From: api-librarian Date: Thu, 31 Jul 2025 20:18:33 +0000 Subject: [PATCH 1/4] Travis update: Jul 2025 (Build 943) [skip ci] --- .github/workflows/python.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index db7b81a..fc20dbd 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -1,6 +1,6 @@ # NOTE: This file is auto-generated by OpenAPI Generator. -name: Publish Python 🐍 distribution 📦 to PyPI and TestPyPI +name: Publish Python 🐍 distribution 📦 to PyPI on: push @@ -70,11 +70,11 @@ jobs: ./dist/*.whl - name: Upload artifact signatures to GitHub Release env: - GITHUB_TOKEN: $ + GITHUB_TOKEN: ${{ github.token }} # Upload to GitHub Release using the `gh` CLI. # `dist/` contains the built packages, and the # sigstore-produced signatures and certificates. run: >- gh release upload - '$' dist/** - --repo '$' + '${{ github.ref_name }}' dist/** + --repo '${{ github.repository }}' From d329a5ad9797e92bca3572ee8a4c41c4aedefa4b Mon Sep 17 00:00:00 2001 From: api-librarian Date: Thu, 31 Jul 2025 20:24:26 +0000 Subject: [PATCH 2/4] Travis update: Jul 2025 (Build 944) [skip ci] --- .openapi-generator-ignore | 10 ++++++++++ .openapi-generator/FILES | 2 -- .travis.yml | 17 ----------------- README.md | 2 +- messente_api/__init__.py | 2 +- messente_api/api_client.py | 2 +- messente_api/configuration.py | 2 +- pyproject.toml | 2 +- setup.py | 2 +- 9 files changed, 16 insertions(+), 25 deletions(-) delete mode 100644 .travis.yml diff --git a/.openapi-generator-ignore b/.openapi-generator-ignore index 7484ee5..b96d583 100644 --- a/.openapi-generator-ignore +++ b/.openapi-generator-ignore @@ -1,3 +1,9 @@ +# IMPORTANT: this file is generated with the option `openapiGeneratorIgnoreList` enabled +# (--openapi-generator-ignore-list in CLI for example) so the entries below are pre-populated based +# on the input provided by the users and this file will be overwritten every time when the option is +# enabled (which is the exact opposite of the default behaviour to not overwrite +# .openapi-generator-ignore if the file exists). + # OpenAPI Generator Ignore # Generated by openapi-generator https://github.com/openapitools/openapi-generator @@ -21,3 +27,7 @@ #docs/*.md # Then explicitly reverse the ignore rule for a single file: #!docs/README.md + +# The following entries are pre-populated based on the input obtained via +# the option `openapiGeneratorIgnoreList` (--openapi-generator-ignore-list in CLI for example). +.travis.yml diff --git a/.openapi-generator/FILES b/.openapi-generator/FILES index 7bd524e..7cc25c5 100644 --- a/.openapi-generator/FILES +++ b/.openapi-generator/FILES @@ -1,8 +1,6 @@ .github/workflows/python.yml .gitignore .gitlab-ci.yml -.openapi-generator-ignore -.travis.yml README.md docs/AccountBalanceApi.md docs/BlacklistApi.md diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index e47f8b9..0000000 --- a/.travis.yml +++ /dev/null @@ -1,17 +0,0 @@ -# ref: https://docs.travis-ci.com/user/languages/python -language: python -python: - - "3.8" - - "3.9" - - "3.10" - - "3.11" - - "3.12" - # uncomment the following if needed - #- "3.12-dev" # 3.12 development branch - #- "nightly" # nightly build -# command to install dependencies -install: - - "pip install -r requirements.txt" - - "pip install -r test-requirements.txt" -# command to run tests -script: pytest --cov=messente_api diff --git a/README.md b/README.md index 095d0c0..e76f757 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Messente API Library - Messente API version: 2.0.0 -- Python package version: 2.5.1 +- Python package version: 2.5.2 [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. diff --git a/messente_api/__init__.py b/messente_api/__init__.py index 39337b6..f8e3d98 100644 --- a/messente_api/__init__.py +++ b/messente_api/__init__.py @@ -15,7 +15,7 @@ """ # noqa: E501 -__version__ = "2.5.1" +__version__ = "2.5.2" # import apis into sdk package from messente_api.api.account_balance_api import AccountBalanceApi diff --git a/messente_api/api_client.py b/messente_api/api_client.py index b272cd2..981ca35 100644 --- a/messente_api/api_client.py +++ b/messente_api/api_client.py @@ -91,7 +91,7 @@ def __init__( self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = 'OpenAPI-Generator/2.5.1/python' + self.user_agent = 'OpenAPI-Generator/2.5.2/python' self.client_side_validation = configuration.client_side_validation def __enter__(self): diff --git a/messente_api/configuration.py b/messente_api/configuration.py index 51325f5..54ef095 100644 --- a/messente_api/configuration.py +++ b/messente_api/configuration.py @@ -559,7 +559,7 @@ def to_debug_report(self) -> str: "OS: {env}\n"\ "Python Version: {pyversion}\n"\ "Version of the API: 2.0.0\n"\ - "SDK Package Version: 2.5.1".\ + "SDK Package Version: 2.5.2".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self) -> List[HostSetting]: diff --git a/pyproject.toml b/pyproject.toml index d2ae574..31aeea5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "messente_api" -version = "2.5.1" +version = "2.5.2" description = "Messente API" authors = ["Messente "] license = "Apache-2.0" diff --git a/setup.py b/setup.py index 21c031a..2815875 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ # prerequisite: setuptools # http://pypi.python.org/pypi/setuptools NAME = "messente-api" -VERSION = "2.5.1" +VERSION = "2.5.2" PYTHON_REQUIRES = ">= 3.8" REQUIRES = [ "urllib3 >= 1.25.3, < 3.0.0", From ad0800ffc059712e2e157f34128f78bfccf8db7b Mon Sep 17 00:00:00 2001 From: api-librarian Date: Fri, 1 Aug 2025 10:24:44 +0000 Subject: [PATCH 3/4] Travis update: Aug 2025 (Build 945) [skip ci] --- README.md | 2 +- messente_api/__init__.py | 2 +- messente_api/api/account_balance_api.py | 2 +- messente_api/api/blacklist_api.py | 2 +- messente_api/api/bulk_messaging_api.py | 2 +- messente_api/api/contacts_api.py | 2 +- messente_api/api/delivery_report_api.py | 2 +- messente_api/api/groups_api.py | 2 +- messente_api/api/number_lookup_api.py | 2 +- messente_api/api/number_verification_api.py | 2 +- messente_api/api/omnimessage_api.py | 2 +- messente_api/api/pricing_api.py | 2 +- messente_api/api/statistics_api.py | 2 +- messente_api/api/whats_app_templates_api.py | 2 +- messente_api/api_client.py | 2 +- messente_api/configuration.py | 2 +- messente_api/exceptions.py | 2 +- messente_api/models/__init__.py | 2 +- .../models/bulk_omni_message_create_success_response.py | 2 +- ...k_omni_message_create_success_response_messages_inner.py | 2 +- messente_api/models/bulk_omnimessage.py | 2 +- messente_api/models/channel.py | 2 +- messente_api/models/contact_envelope.py | 2 +- messente_api/models/contact_fields.py | 2 +- messente_api/models/contact_list_envelope.py | 2 +- messente_api/models/contact_response_fields.py | 2 +- messente_api/models/contact_update_fields.py | 2 +- messente_api/models/delivery_report_response.py | 2 +- messente_api/models/delivery_result.py | 2 +- messente_api/models/error_code_omnichannel.py | 2 +- messente_api/models/error_code_omnichannel_machine.py | 2 +- messente_api/models/error_code_phonebook.py | 2 +- messente_api/models/error_code_statistics.py | 2 +- messente_api/models/error_item_number_lookup.py | 2 +- messente_api/models/error_item_number_lookup_error.py | 2 +- messente_api/models/error_item_omnichannel.py | 2 +- messente_api/models/error_item_phonebook.py | 2 +- messente_api/models/error_item_statistics.py | 2 +- messente_api/models/error_number_lookup.py | 2 +- messente_api/models/error_omnichannel.py | 2 +- messente_api/models/error_phonebook.py | 2 +- messente_api/models/error_statistics.py | 2 +- messente_api/models/error_title_omnichannel.py | 2 +- messente_api/models/error_title_phonebook.py | 2 +- messente_api/models/fetch_blacklist_success.py | 2 +- messente_api/models/group_envelope.py | 2 +- messente_api/models/group_list_envelope.py | 2 +- messente_api/models/group_name.py | 2 +- messente_api/models/group_response_fields.py | 2 +- messente_api/models/message_result.py | 2 +- messente_api/models/mobile_network.py | 2 +- messente_api/models/number_to_blacklist.py | 2 +- messente_api/models/numbers_to_investigate.py | 2 +- messente_api/models/omni_message_create_success_response.py | 2 +- messente_api/models/omnimessage.py | 2 +- messente_api/models/omnimessage_messages_inner.py | 2 +- messente_api/models/price.py | 2 +- messente_api/models/price_info.py | 2 +- messente_api/models/price_networks_inner.py | 2 +- messente_api/models/priority.py | 2 +- messente_api/models/sms.py | 2 +- messente_api/models/statistics_report.py | 2 +- messente_api/models/statistics_report_settings.py | 2 +- messente_api/models/statistics_report_success.py | 2 +- messente_api/models/status.py | 2 +- messente_api/models/sync_number_lookup_result.py | 2 +- messente_api/models/sync_number_lookup_success.py | 2 +- messente_api/models/telegram.py | 2 +- messente_api/models/text_store.py | 2 +- messente_api/models/viber.py | 2 +- messente_api/models/viber_video.py | 2 +- messente_api/models/whats_app.py | 2 +- messente_api/models/whats_app_audio.py | 2 +- messente_api/models/whats_app_component.py | 2 +- messente_api/models/whats_app_currency.py | 2 +- messente_api/models/whats_app_datetime.py | 2 +- messente_api/models/whats_app_document.py | 2 +- messente_api/models/whats_app_image.py | 2 +- messente_api/models/whats_app_language.py | 2 +- messente_api/models/whats_app_media.py | 2 +- messente_api/models/whats_app_parameter.py | 2 +- messente_api/models/whats_app_sticker.py | 2 +- messente_api/models/whats_app_template.py | 2 +- messente_api/models/whats_app_text.py | 2 +- messente_api/models/whats_app_video.py | 2 +- messente_api/models/whatsapp_button_type.py | 2 +- messente_api/models/whatsapp_component_type.py | 2 +- messente_api/models/whatsapp_create_template_request.py | 2 +- messente_api/models/whatsapp_create_template_response.py | 2 +- messente_api/models/whatsapp_header_format.py | 2 +- messente_api/models/whatsapp_list_templates_response.py | 2 +- messente_api/models/whatsapp_otp_button_type.py | 2 +- messente_api/models/whatsapp_pagination.py | 2 +- messente_api/models/whatsapp_paging_cursors.py | 2 +- messente_api/models/whatsapp_supported_app.py | 2 +- messente_api/models/whatsapp_template_button.py | 2 +- messente_api/models/whatsapp_template_category.py | 2 +- messente_api/models/whatsapp_template_component.py | 2 +- messente_api/models/whatsapp_template_example.py | 2 +- messente_api/models/whatsapp_template_response.py | 2 +- messente_api/models/whatsapp_template_status.py | 2 +- messente_api/models/whatsapp_update_template_request.py | 2 +- messente_api/rest.py | 2 +- setup.py | 6 +++--- 104 files changed, 106 insertions(+), 106 deletions(-) diff --git a/README.md b/README.md index e76f757..d55306b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ - Messente API version: 2.0.0 - Python package version: 2.5.2 -[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. +[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. ## Installation diff --git a/messente_api/__init__.py b/messente_api/__init__.py index f8e3d98..a7d9061 100644 --- a/messente_api/__init__.py +++ b/messente_api/__init__.py @@ -5,7 +5,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/api/account_balance_api.py b/messente_api/api/account_balance_api.py index 4cd7fbf..e8c5ee1 100644 --- a/messente_api/api/account_balance_api.py +++ b/messente_api/api/account_balance_api.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/api/blacklist_api.py b/messente_api/api/blacklist_api.py index 5e42b04..f6c6e04 100644 --- a/messente_api/api/blacklist_api.py +++ b/messente_api/api/blacklist_api.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/api/bulk_messaging_api.py b/messente_api/api/bulk_messaging_api.py index 1578baa..0b1bf85 100644 --- a/messente_api/api/bulk_messaging_api.py +++ b/messente_api/api/bulk_messaging_api.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/api/contacts_api.py b/messente_api/api/contacts_api.py index fc7df08..8edff61 100644 --- a/messente_api/api/contacts_api.py +++ b/messente_api/api/contacts_api.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/api/delivery_report_api.py b/messente_api/api/delivery_report_api.py index c964c38..327e5a5 100644 --- a/messente_api/api/delivery_report_api.py +++ b/messente_api/api/delivery_report_api.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/api/groups_api.py b/messente_api/api/groups_api.py index f928af7..b7fa3a1 100644 --- a/messente_api/api/groups_api.py +++ b/messente_api/api/groups_api.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/api/number_lookup_api.py b/messente_api/api/number_lookup_api.py index 3d511a6..b1f9e0e 100644 --- a/messente_api/api/number_lookup_api.py +++ b/messente_api/api/number_lookup_api.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/api/number_verification_api.py b/messente_api/api/number_verification_api.py index 0bdc6e6..f43910c 100644 --- a/messente_api/api/number_verification_api.py +++ b/messente_api/api/number_verification_api.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/api/omnimessage_api.py b/messente_api/api/omnimessage_api.py index cd0d7a5..c22f256 100644 --- a/messente_api/api/omnimessage_api.py +++ b/messente_api/api/omnimessage_api.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/api/pricing_api.py b/messente_api/api/pricing_api.py index 11582f2..59daf0b 100644 --- a/messente_api/api/pricing_api.py +++ b/messente_api/api/pricing_api.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/api/statistics_api.py b/messente_api/api/statistics_api.py index 563149b..b191d2b 100644 --- a/messente_api/api/statistics_api.py +++ b/messente_api/api/statistics_api.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/api/whats_app_templates_api.py b/messente_api/api/whats_app_templates_api.py index c34381f..3ea23b9 100644 --- a/messente_api/api/whats_app_templates_api.py +++ b/messente_api/api/whats_app_templates_api.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/api_client.py b/messente_api/api_client.py index 981ca35..8a7078c 100644 --- a/messente_api/api_client.py +++ b/messente_api/api_client.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/configuration.py b/messente_api/configuration.py index 54ef095..000b7b3 100644 --- a/messente_api/configuration.py +++ b/messente_api/configuration.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/exceptions.py b/messente_api/exceptions.py index 61d56b7..0d8f6dc 100644 --- a/messente_api/exceptions.py +++ b/messente_api/exceptions.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/__init__.py b/messente_api/models/__init__.py index f6da3b3..7cba8a6 100644 --- a/messente_api/models/__init__.py +++ b/messente_api/models/__init__.py @@ -4,7 +4,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/bulk_omni_message_create_success_response.py b/messente_api/models/bulk_omni_message_create_success_response.py index 42e2bc1..d25b69a 100644 --- a/messente_api/models/bulk_omni_message_create_success_response.py +++ b/messente_api/models/bulk_omni_message_create_success_response.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/bulk_omni_message_create_success_response_messages_inner.py b/messente_api/models/bulk_omni_message_create_success_response_messages_inner.py index 81f70e9..7ed4301 100644 --- a/messente_api/models/bulk_omni_message_create_success_response_messages_inner.py +++ b/messente_api/models/bulk_omni_message_create_success_response_messages_inner.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/bulk_omnimessage.py b/messente_api/models/bulk_omnimessage.py index b776dce..56f2593 100644 --- a/messente_api/models/bulk_omnimessage.py +++ b/messente_api/models/bulk_omnimessage.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/channel.py b/messente_api/models/channel.py index 32f0e9f..ed90f5f 100644 --- a/messente_api/models/channel.py +++ b/messente_api/models/channel.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/contact_envelope.py b/messente_api/models/contact_envelope.py index 65a6058..ad8d462 100644 --- a/messente_api/models/contact_envelope.py +++ b/messente_api/models/contact_envelope.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/contact_fields.py b/messente_api/models/contact_fields.py index e2d73b4..f016583 100644 --- a/messente_api/models/contact_fields.py +++ b/messente_api/models/contact_fields.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/contact_list_envelope.py b/messente_api/models/contact_list_envelope.py index b5e8349..a07fbf8 100644 --- a/messente_api/models/contact_list_envelope.py +++ b/messente_api/models/contact_list_envelope.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/contact_response_fields.py b/messente_api/models/contact_response_fields.py index cc88265..1f48ae6 100644 --- a/messente_api/models/contact_response_fields.py +++ b/messente_api/models/contact_response_fields.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/contact_update_fields.py b/messente_api/models/contact_update_fields.py index 4776c56..936abba 100644 --- a/messente_api/models/contact_update_fields.py +++ b/messente_api/models/contact_update_fields.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/delivery_report_response.py b/messente_api/models/delivery_report_response.py index 2278ec9..281bbc8 100644 --- a/messente_api/models/delivery_report_response.py +++ b/messente_api/models/delivery_report_response.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/delivery_result.py b/messente_api/models/delivery_result.py index 05c8242..235a920 100644 --- a/messente_api/models/delivery_result.py +++ b/messente_api/models/delivery_result.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/error_code_omnichannel.py b/messente_api/models/error_code_omnichannel.py index e63507a..19668c1 100644 --- a/messente_api/models/error_code_omnichannel.py +++ b/messente_api/models/error_code_omnichannel.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/error_code_omnichannel_machine.py b/messente_api/models/error_code_omnichannel_machine.py index 8504df6..14ea24a 100644 --- a/messente_api/models/error_code_omnichannel_machine.py +++ b/messente_api/models/error_code_omnichannel_machine.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/error_code_phonebook.py b/messente_api/models/error_code_phonebook.py index dbc1e97..40805a5 100644 --- a/messente_api/models/error_code_phonebook.py +++ b/messente_api/models/error_code_phonebook.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/error_code_statistics.py b/messente_api/models/error_code_statistics.py index 5e995b1..39de01e 100644 --- a/messente_api/models/error_code_statistics.py +++ b/messente_api/models/error_code_statistics.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/error_item_number_lookup.py b/messente_api/models/error_item_number_lookup.py index 1c2ef0d..7f8df20 100644 --- a/messente_api/models/error_item_number_lookup.py +++ b/messente_api/models/error_item_number_lookup.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/error_item_number_lookup_error.py b/messente_api/models/error_item_number_lookup_error.py index 9da72ce..09c6a1f 100644 --- a/messente_api/models/error_item_number_lookup_error.py +++ b/messente_api/models/error_item_number_lookup_error.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/error_item_omnichannel.py b/messente_api/models/error_item_omnichannel.py index c3294dd..112997f 100644 --- a/messente_api/models/error_item_omnichannel.py +++ b/messente_api/models/error_item_omnichannel.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/error_item_phonebook.py b/messente_api/models/error_item_phonebook.py index bb9f1ac..33af1d4 100644 --- a/messente_api/models/error_item_phonebook.py +++ b/messente_api/models/error_item_phonebook.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/error_item_statistics.py b/messente_api/models/error_item_statistics.py index 57eab20..60c548d 100644 --- a/messente_api/models/error_item_statistics.py +++ b/messente_api/models/error_item_statistics.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/error_number_lookup.py b/messente_api/models/error_number_lookup.py index 69c6e12..b10d600 100644 --- a/messente_api/models/error_number_lookup.py +++ b/messente_api/models/error_number_lookup.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/error_omnichannel.py b/messente_api/models/error_omnichannel.py index 7a9ae7e..b5ad944 100644 --- a/messente_api/models/error_omnichannel.py +++ b/messente_api/models/error_omnichannel.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/error_phonebook.py b/messente_api/models/error_phonebook.py index 82402e4..3e30024 100644 --- a/messente_api/models/error_phonebook.py +++ b/messente_api/models/error_phonebook.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/error_statistics.py b/messente_api/models/error_statistics.py index abc39e9..d719bb2 100644 --- a/messente_api/models/error_statistics.py +++ b/messente_api/models/error_statistics.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/error_title_omnichannel.py b/messente_api/models/error_title_omnichannel.py index eb73e20..2a662b7 100644 --- a/messente_api/models/error_title_omnichannel.py +++ b/messente_api/models/error_title_omnichannel.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/error_title_phonebook.py b/messente_api/models/error_title_phonebook.py index e921b60..ef3f823 100644 --- a/messente_api/models/error_title_phonebook.py +++ b/messente_api/models/error_title_phonebook.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/fetch_blacklist_success.py b/messente_api/models/fetch_blacklist_success.py index cb06fbc..b43016f 100644 --- a/messente_api/models/fetch_blacklist_success.py +++ b/messente_api/models/fetch_blacklist_success.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/group_envelope.py b/messente_api/models/group_envelope.py index c3a6c0d..4745f29 100644 --- a/messente_api/models/group_envelope.py +++ b/messente_api/models/group_envelope.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/group_list_envelope.py b/messente_api/models/group_list_envelope.py index b76551e..ae0c553 100644 --- a/messente_api/models/group_list_envelope.py +++ b/messente_api/models/group_list_envelope.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/group_name.py b/messente_api/models/group_name.py index 2e2fe99..dd6daa5 100644 --- a/messente_api/models/group_name.py +++ b/messente_api/models/group_name.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/group_response_fields.py b/messente_api/models/group_response_fields.py index 30ad4e1..0b16471 100644 --- a/messente_api/models/group_response_fields.py +++ b/messente_api/models/group_response_fields.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/message_result.py b/messente_api/models/message_result.py index 7113f27..f53b80b 100644 --- a/messente_api/models/message_result.py +++ b/messente_api/models/message_result.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/mobile_network.py b/messente_api/models/mobile_network.py index 4074e67..8ff57bb 100644 --- a/messente_api/models/mobile_network.py +++ b/messente_api/models/mobile_network.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/number_to_blacklist.py b/messente_api/models/number_to_blacklist.py index e97b6b6..ac26f1f 100644 --- a/messente_api/models/number_to_blacklist.py +++ b/messente_api/models/number_to_blacklist.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/numbers_to_investigate.py b/messente_api/models/numbers_to_investigate.py index 117de81..3cea6dd 100644 --- a/messente_api/models/numbers_to_investigate.py +++ b/messente_api/models/numbers_to_investigate.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/omni_message_create_success_response.py b/messente_api/models/omni_message_create_success_response.py index 1d5cabb..b676c7c 100644 --- a/messente_api/models/omni_message_create_success_response.py +++ b/messente_api/models/omni_message_create_success_response.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/omnimessage.py b/messente_api/models/omnimessage.py index 4b54c4d..8a56e3d 100644 --- a/messente_api/models/omnimessage.py +++ b/messente_api/models/omnimessage.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/omnimessage_messages_inner.py b/messente_api/models/omnimessage_messages_inner.py index dd87e9b..54a4b1c 100644 --- a/messente_api/models/omnimessage_messages_inner.py +++ b/messente_api/models/omnimessage_messages_inner.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/price.py b/messente_api/models/price.py index 8ca0777..905083e 100644 --- a/messente_api/models/price.py +++ b/messente_api/models/price.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/price_info.py b/messente_api/models/price_info.py index 00c9539..35f1008 100644 --- a/messente_api/models/price_info.py +++ b/messente_api/models/price_info.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/price_networks_inner.py b/messente_api/models/price_networks_inner.py index 3837891..ad0985c 100644 --- a/messente_api/models/price_networks_inner.py +++ b/messente_api/models/price_networks_inner.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/priority.py b/messente_api/models/priority.py index 3fa5692..b31877b 100644 --- a/messente_api/models/priority.py +++ b/messente_api/models/priority.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/sms.py b/messente_api/models/sms.py index 311fc1f..a857777 100644 --- a/messente_api/models/sms.py +++ b/messente_api/models/sms.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/statistics_report.py b/messente_api/models/statistics_report.py index 9899cf2..dccf197 100644 --- a/messente_api/models/statistics_report.py +++ b/messente_api/models/statistics_report.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/statistics_report_settings.py b/messente_api/models/statistics_report_settings.py index d44c41c..ad4ae3c 100644 --- a/messente_api/models/statistics_report_settings.py +++ b/messente_api/models/statistics_report_settings.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/statistics_report_success.py b/messente_api/models/statistics_report_success.py index 7a7584d..766dde2 100644 --- a/messente_api/models/statistics_report_success.py +++ b/messente_api/models/statistics_report_success.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/status.py b/messente_api/models/status.py index c67ddcd..688c67b 100644 --- a/messente_api/models/status.py +++ b/messente_api/models/status.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/sync_number_lookup_result.py b/messente_api/models/sync_number_lookup_result.py index ef8a0f2..67ce650 100644 --- a/messente_api/models/sync_number_lookup_result.py +++ b/messente_api/models/sync_number_lookup_result.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/sync_number_lookup_success.py b/messente_api/models/sync_number_lookup_success.py index fce7146..70d4817 100644 --- a/messente_api/models/sync_number_lookup_success.py +++ b/messente_api/models/sync_number_lookup_success.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/telegram.py b/messente_api/models/telegram.py index fd5b3d8..5bef6dc 100644 --- a/messente_api/models/telegram.py +++ b/messente_api/models/telegram.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/text_store.py b/messente_api/models/text_store.py index caabb25..c0d528e 100644 --- a/messente_api/models/text_store.py +++ b/messente_api/models/text_store.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/viber.py b/messente_api/models/viber.py index b8f0ae9..23f7c31 100644 --- a/messente_api/models/viber.py +++ b/messente_api/models/viber.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/viber_video.py b/messente_api/models/viber_video.py index e9484f1..21243b7 100644 --- a/messente_api/models/viber_video.py +++ b/messente_api/models/viber_video.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/whats_app.py b/messente_api/models/whats_app.py index 3786e34..ea4de02 100644 --- a/messente_api/models/whats_app.py +++ b/messente_api/models/whats_app.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/whats_app_audio.py b/messente_api/models/whats_app_audio.py index f19d902..dc6352d 100644 --- a/messente_api/models/whats_app_audio.py +++ b/messente_api/models/whats_app_audio.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/whats_app_component.py b/messente_api/models/whats_app_component.py index ebaa0b7..698bbe6 100644 --- a/messente_api/models/whats_app_component.py +++ b/messente_api/models/whats_app_component.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/whats_app_currency.py b/messente_api/models/whats_app_currency.py index 0b84a85..a53c18b 100644 --- a/messente_api/models/whats_app_currency.py +++ b/messente_api/models/whats_app_currency.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/whats_app_datetime.py b/messente_api/models/whats_app_datetime.py index 976d410..b45e86d 100644 --- a/messente_api/models/whats_app_datetime.py +++ b/messente_api/models/whats_app_datetime.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/whats_app_document.py b/messente_api/models/whats_app_document.py index 4aacfd2..a2c457a 100644 --- a/messente_api/models/whats_app_document.py +++ b/messente_api/models/whats_app_document.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/whats_app_image.py b/messente_api/models/whats_app_image.py index 2b5fe9a..3678721 100644 --- a/messente_api/models/whats_app_image.py +++ b/messente_api/models/whats_app_image.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/whats_app_language.py b/messente_api/models/whats_app_language.py index 7682ce3..18ab604 100644 --- a/messente_api/models/whats_app_language.py +++ b/messente_api/models/whats_app_language.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/whats_app_media.py b/messente_api/models/whats_app_media.py index f8b87bc..2d398fc 100644 --- a/messente_api/models/whats_app_media.py +++ b/messente_api/models/whats_app_media.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/whats_app_parameter.py b/messente_api/models/whats_app_parameter.py index 2a6e765..f91b12b 100644 --- a/messente_api/models/whats_app_parameter.py +++ b/messente_api/models/whats_app_parameter.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/whats_app_sticker.py b/messente_api/models/whats_app_sticker.py index addc51b..995f14a 100644 --- a/messente_api/models/whats_app_sticker.py +++ b/messente_api/models/whats_app_sticker.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/whats_app_template.py b/messente_api/models/whats_app_template.py index 091e1c8..636206e 100644 --- a/messente_api/models/whats_app_template.py +++ b/messente_api/models/whats_app_template.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/whats_app_text.py b/messente_api/models/whats_app_text.py index 07a4b27..9a8b6a8 100644 --- a/messente_api/models/whats_app_text.py +++ b/messente_api/models/whats_app_text.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/whats_app_video.py b/messente_api/models/whats_app_video.py index f7c9c0b..fac3246 100644 --- a/messente_api/models/whats_app_video.py +++ b/messente_api/models/whats_app_video.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/whatsapp_button_type.py b/messente_api/models/whatsapp_button_type.py index f69e71e..8cb1f38 100644 --- a/messente_api/models/whatsapp_button_type.py +++ b/messente_api/models/whatsapp_button_type.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/whatsapp_component_type.py b/messente_api/models/whatsapp_component_type.py index 519265d..063c257 100644 --- a/messente_api/models/whatsapp_component_type.py +++ b/messente_api/models/whatsapp_component_type.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/whatsapp_create_template_request.py b/messente_api/models/whatsapp_create_template_request.py index 7289ab2..b45427c 100644 --- a/messente_api/models/whatsapp_create_template_request.py +++ b/messente_api/models/whatsapp_create_template_request.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/whatsapp_create_template_response.py b/messente_api/models/whatsapp_create_template_response.py index 07c0366..471f3a3 100644 --- a/messente_api/models/whatsapp_create_template_response.py +++ b/messente_api/models/whatsapp_create_template_response.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/whatsapp_header_format.py b/messente_api/models/whatsapp_header_format.py index ed0a067..4058010 100644 --- a/messente_api/models/whatsapp_header_format.py +++ b/messente_api/models/whatsapp_header_format.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/whatsapp_list_templates_response.py b/messente_api/models/whatsapp_list_templates_response.py index a601679..7a8f9e4 100644 --- a/messente_api/models/whatsapp_list_templates_response.py +++ b/messente_api/models/whatsapp_list_templates_response.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/whatsapp_otp_button_type.py b/messente_api/models/whatsapp_otp_button_type.py index 06a5dcd..3a7281b 100644 --- a/messente_api/models/whatsapp_otp_button_type.py +++ b/messente_api/models/whatsapp_otp_button_type.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/whatsapp_pagination.py b/messente_api/models/whatsapp_pagination.py index e354e53..5373e3d 100644 --- a/messente_api/models/whatsapp_pagination.py +++ b/messente_api/models/whatsapp_pagination.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/whatsapp_paging_cursors.py b/messente_api/models/whatsapp_paging_cursors.py index 1080b45..a464884 100644 --- a/messente_api/models/whatsapp_paging_cursors.py +++ b/messente_api/models/whatsapp_paging_cursors.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/whatsapp_supported_app.py b/messente_api/models/whatsapp_supported_app.py index ec9fc4b..27d0105 100644 --- a/messente_api/models/whatsapp_supported_app.py +++ b/messente_api/models/whatsapp_supported_app.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/whatsapp_template_button.py b/messente_api/models/whatsapp_template_button.py index 5a117a8..9547252 100644 --- a/messente_api/models/whatsapp_template_button.py +++ b/messente_api/models/whatsapp_template_button.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/whatsapp_template_category.py b/messente_api/models/whatsapp_template_category.py index d319742..5909864 100644 --- a/messente_api/models/whatsapp_template_category.py +++ b/messente_api/models/whatsapp_template_category.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/whatsapp_template_component.py b/messente_api/models/whatsapp_template_component.py index c1bd75b..f907ace 100644 --- a/messente_api/models/whatsapp_template_component.py +++ b/messente_api/models/whatsapp_template_component.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/whatsapp_template_example.py b/messente_api/models/whatsapp_template_example.py index fe42e24..82f8735 100644 --- a/messente_api/models/whatsapp_template_example.py +++ b/messente_api/models/whatsapp_template_example.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/whatsapp_template_response.py b/messente_api/models/whatsapp_template_response.py index 7ccc083..e55db73 100644 --- a/messente_api/models/whatsapp_template_response.py +++ b/messente_api/models/whatsapp_template_response.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/whatsapp_template_status.py b/messente_api/models/whatsapp_template_status.py index de9dc07..9023cb5 100644 --- a/messente_api/models/whatsapp_template_status.py +++ b/messente_api/models/whatsapp_template_status.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/models/whatsapp_update_template_request.py b/messente_api/models/whatsapp_update_template_request.py index fc53593..a892d9f 100644 --- a/messente_api/models/whatsapp_update_template_request.py +++ b/messente_api/models/whatsapp_update_template_request.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/messente_api/rest.py b/messente_api/rest.py index e61780e..29d6463 100644 --- a/messente_api/rest.py +++ b/messente_api/rest.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com diff --git a/setup.py b/setup.py index 2815875..d7f21b1 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ """ Messente API - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 2.0.0 Contact: messente@messente.com @@ -38,14 +38,14 @@ author="Messente", author_email="messente@messente.com", url="https://github.com/messente/messente-api-python", - keywords=["viber", "sms", "telegram", "whatsapp", "phonebook"], + keywords=["viber", "sms", "whatsapp", "phonebook"], install_requires=REQUIRES, packages=find_packages(exclude=["test", "tests"]), include_package_data=True, license="Apache-2.0", long_description_content_type='text/markdown', long_description="""\ - [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. + [Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. """, # noqa: E501 package_data={"messente_api": ["py.typed"]}, ) \ No newline at end of file From 41c86267da4c6abadb239bcc69dc347b9436ce37 Mon Sep 17 00:00:00 2001 From: api-librarian Date: Fri, 1 Aug 2025 10:36:05 +0000 Subject: [PATCH 4/4] Travis update: Aug 2025 (Build 946) [skip ci] --- .openapi-generator-ignore | 10 ---------- .openapi-generator/FILES | 2 ++ .travis.yml | 17 +++++++++++++++++ 3 files changed, 19 insertions(+), 10 deletions(-) create mode 100644 .travis.yml diff --git a/.openapi-generator-ignore b/.openapi-generator-ignore index b96d583..7484ee5 100644 --- a/.openapi-generator-ignore +++ b/.openapi-generator-ignore @@ -1,9 +1,3 @@ -# IMPORTANT: this file is generated with the option `openapiGeneratorIgnoreList` enabled -# (--openapi-generator-ignore-list in CLI for example) so the entries below are pre-populated based -# on the input provided by the users and this file will be overwritten every time when the option is -# enabled (which is the exact opposite of the default behaviour to not overwrite -# .openapi-generator-ignore if the file exists). - # OpenAPI Generator Ignore # Generated by openapi-generator https://github.com/openapitools/openapi-generator @@ -27,7 +21,3 @@ #docs/*.md # Then explicitly reverse the ignore rule for a single file: #!docs/README.md - -# The following entries are pre-populated based on the input obtained via -# the option `openapiGeneratorIgnoreList` (--openapi-generator-ignore-list in CLI for example). -.travis.yml diff --git a/.openapi-generator/FILES b/.openapi-generator/FILES index 7cc25c5..7bd524e 100644 --- a/.openapi-generator/FILES +++ b/.openapi-generator/FILES @@ -1,6 +1,8 @@ .github/workflows/python.yml .gitignore .gitlab-ci.yml +.openapi-generator-ignore +.travis.yml README.md docs/AccountBalanceApi.md docs/BlacklistApi.md diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..e47f8b9 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,17 @@ +# ref: https://docs.travis-ci.com/user/languages/python +language: python +python: + - "3.8" + - "3.9" + - "3.10" + - "3.11" + - "3.12" + # uncomment the following if needed + #- "3.12-dev" # 3.12 development branch + #- "nightly" # nightly build +# command to install dependencies +install: + - "pip install -r requirements.txt" + - "pip install -r test-requirements.txt" +# command to run tests +script: pytest --cov=messente_api