diff --git a/README.md b/README.md index 9d0cd28..66ec536 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Messente API Library -- Messente API version: 1.0.1 -- Python package version: 1.0.2 +- Messente API version: 1.0.2 +- Python package version: 1.0.3 [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. @@ -20,38 +20,38 @@ Messente API Library provides the operations described below to access the featu ### BlacklistApi -1. Adds a phone number to the blacklist. [`add_to_blacklist`](docs/BlacklistApi.md#add_to_blacklist) -1. Deletes a phone number from the blacklist. [`delete_from_blacklist`](docs/BlacklistApi.md#delete_from_blacklist) -1. Returns all blacklisted phone numbers. [`fetch_blacklist`](docs/BlacklistApi.md#fetch_blacklist) -1. Checks if a phone number is blacklisted. [`is_blacklisted`](docs/BlacklistApi.md#is_blacklisted) +1. Adds a phone number to the blacklist [`add_to_blacklist`](docs/BlacklistApi.md#add_to_blacklist) +1. Deletes a phone number from the blacklist [`delete_from_blacklist`](docs/BlacklistApi.md#delete_from_blacklist) +1. Returns all blacklisted phone numbers [`fetch_blacklist`](docs/BlacklistApi.md#fetch_blacklist) +1. Checks if a phone number is blacklisted [`is_blacklisted`](docs/BlacklistApi.md#is_blacklisted) ### ContactsApi -1. Adds a contact to a group. [`add_contact_to_group`](docs/ContactsApi.md#add_contact_to_group) -1. Creates a new contact. [`create_contact`](docs/ContactsApi.md#create_contact) -1. Deletes a contact. [`delete_contact`](docs/ContactsApi.md#delete_contact) -1. Lists a contact. [`fetch_contact`](docs/ContactsApi.md#fetch_contact) -1. Lists groups of a contact. [`fetch_contact_groups`](docs/ContactsApi.md#fetch_contact_groups) -1. Returns all contacts. [`fetch_contacts`](docs/ContactsApi.md#fetch_contacts) -1. Removes a contact from a group. [`remove_contact_from_group`](docs/ContactsApi.md#remove_contact_from_group) -1. Updates a contact. [`update_contact`](docs/ContactsApi.md#update_contact) +1. Adds a contact to a group [`add_contact_to_group`](docs/ContactsApi.md#add_contact_to_group) +1. Creates a new contact [`create_contact`](docs/ContactsApi.md#create_contact) +1. Deletes a contact [`delete_contact`](docs/ContactsApi.md#delete_contact) +1. Lists a contact [`fetch_contact`](docs/ContactsApi.md#fetch_contact) +1. Lists groups of a contact [`fetch_contact_groups`](docs/ContactsApi.md#fetch_contact_groups) +1. Returns all contacts [`fetch_contacts`](docs/ContactsApi.md#fetch_contacts) +1. Removes a contact from a group [`remove_contact_from_group`](docs/ContactsApi.md#remove_contact_from_group) +1. Updates a contact [`update_contact`](docs/ContactsApi.md#update_contact) ### DeliveryReportApi -1. Retrieves the delivery report for the Omnimessage. [`retrieve_delivery_report`](docs/DeliveryReportApi.md#retrieve_delivery_report) +1. Retrieves the delivery report for the Omnimessage [`retrieve_delivery_report`](docs/DeliveryReportApi.md#retrieve_delivery_report) ### GroupsApi -1. Creates a new group with the provided name. [`create_group`](docs/GroupsApi.md#create_group) -1. Deletes a group. [`delete_group`](docs/GroupsApi.md#delete_group) -1. Lists a group. [`fetch_group`](docs/GroupsApi.md#fetch_group) -1. Returns all groups. [`fetch_groups`](docs/GroupsApi.md#fetch_groups) -1. Updates a group with the provided name. [`update_group`](docs/GroupsApi.md#update_group) +1. Creates a new group with the provided name [`create_group`](docs/GroupsApi.md#create_group) +1. Deletes a group [`delete_group`](docs/GroupsApi.md#delete_group) +1. Lists a group [`fetch_group`](docs/GroupsApi.md#fetch_group) +1. Returns all groups [`fetch_groups`](docs/GroupsApi.md#fetch_groups) +1. Updates a group with the provided name [`update_group`](docs/GroupsApi.md#update_group) ### OmnimessageApi -1. Cancels a scheduled Omnimessage. [`cancel_scheduled_message`](docs/OmnimessageApi.md#cancel_scheduled_message) -1. Sends an Omnimessage. [`send_omnimessage`](docs/OmnimessageApi.md#send_omnimessage) +1. Cancels a scheduled Omnimessage [`cancel_scheduled_message`](docs/OmnimessageApi.md#cancel_scheduled_message) +1. Sends an Omnimessage [`send_omnimessage`](docs/OmnimessageApi.md#send_omnimessage) ## Auth diff --git a/docs/BlacklistApi.md b/docs/BlacklistApi.md index 33c85d8..9941b74 100644 --- a/docs/BlacklistApi.md +++ b/docs/BlacklistApi.md @@ -4,16 +4,16 @@ All URIs are relative to *https://api.messente.com/v1* Method | HTTP request | Description ------------- | ------------- | ------------- -[**add_to_blacklist**](BlacklistApi.md#add_to_blacklist) | **POST** /phonebook/blacklist | Adds a phone number to the blacklist. -[**delete_from_blacklist**](BlacklistApi.md#delete_from_blacklist) | **DELETE** /blacklist/{phone} | Deletes a phone number from the blacklist. -[**fetch_blacklist**](BlacklistApi.md#fetch_blacklist) | **GET** /phonebook/blacklist | Returns all blacklisted phone numbers. -[**is_blacklisted**](BlacklistApi.md#is_blacklisted) | **GET** /blacklist/{phone} | Checks if a phone number is blacklisted. +[**add_to_blacklist**](BlacklistApi.md#add_to_blacklist) | **POST** /phonebook/blacklist | Adds a phone number to the blacklist +[**delete_from_blacklist**](BlacklistApi.md#delete_from_blacklist) | **DELETE** /phonebook/blacklist/{phone} | Deletes a phone number from the blacklist +[**fetch_blacklist**](BlacklistApi.md#fetch_blacklist) | **GET** /phonebook/blacklist | Returns all blacklisted phone numbers +[**is_blacklisted**](BlacklistApi.md#is_blacklisted) | **GET** /phonebook/blacklist/{phone} | Checks if a phone number is blacklisted # **add_to_blacklist** > add_to_blacklist(number_to_blacklist) -Adds a phone number to the blacklist. +Adds a phone number to the blacklist ### Example @@ -34,7 +34,7 @@ api_instance = messente_api.BlacklistApi(messente_api.ApiClient(configuration)) number_to_blacklist = messente_api.NumberToBlacklist() # NumberToBlacklist | Phone number to be blacklisted try: - # Adds a phone number to the blacklist. + # Adds a phone number to the blacklist api_instance.add_to_blacklist(number_to_blacklist) except ApiException as e: print("Exception when calling BlacklistApi->add_to_blacklist: %s\n" % e) @@ -64,7 +64,7 @@ void (empty response body) # **delete_from_blacklist** > delete_from_blacklist(phone) -Deletes a phone number from the blacklist. +Deletes a phone number from the blacklist ### Example @@ -85,7 +85,7 @@ api_instance = messente_api.BlacklistApi(messente_api.ApiClient(configuration)) phone = 'phone_example' # str | A phone number try: - # Deletes a phone number from the blacklist. + # Deletes a phone number from the blacklist api_instance.delete_from_blacklist(phone) except ApiException as e: print("Exception when calling BlacklistApi->delete_from_blacklist: %s\n" % e) @@ -115,7 +115,7 @@ void (empty response body) # **fetch_blacklist** > FetchBlacklistSuccess fetch_blacklist() -Returns all blacklisted phone numbers. +Returns all blacklisted phone numbers ### Example @@ -135,7 +135,7 @@ configuration.password = 'YOUR_PASSWORD' api_instance = messente_api.BlacklistApi(messente_api.ApiClient(configuration)) try: - # Returns all blacklisted phone numbers. + # Returns all blacklisted phone numbers api_response = api_instance.fetch_blacklist() pprint(api_response) except ApiException as e: @@ -163,7 +163,7 @@ This endpoint does not need any parameter. # **is_blacklisted** > is_blacklisted(phone) -Checks if a phone number is blacklisted. +Checks if a phone number is blacklisted ### Example @@ -184,7 +184,7 @@ api_instance = messente_api.BlacklistApi(messente_api.ApiClient(configuration)) phone = 'phone_example' # str | A phone number try: - # Checks if a phone number is blacklisted. + # Checks if a phone number is blacklisted api_instance.is_blacklisted(phone) except ApiException as e: print("Exception when calling BlacklistApi->is_blacklisted: %s\n" % e) diff --git a/docs/ContactFields.md b/docs/ContactFields.md index e66daa3..3e97de7 100644 --- a/docs/ContactFields.md +++ b/docs/ContactFields.md @@ -4,15 +4,15 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **phone_number** | **str** | Phone number in e.164 format | -**email** | **str** | | [optional] -**first_name** | **str** | | [optional] -**last_name** | **str** | | [optional] -**company** | **str** | | [optional] -**title** | **str** | | [optional] -**custom** | **str** | | [optional] -**custom2** | **str** | | [optional] -**custom3** | **str** | | [optional] -**custom4** | **str** | | [optional] +**email** | **str** | The email of the contact | [optional] +**first_name** | **str** | The first name of the contact | [optional] +**last_name** | **str** | The last name of the contact | [optional] +**company** | **str** | The company of the contact | [optional] +**title** | **str** | The title of the contact | [optional] +**custom** | **str** | The first custom field | [optional] +**custom2** | **str** | The second custom field | [optional] +**custom3** | **str** | The third custom field | [optional] +**custom4** | **str** | The fourth custom field | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/ContactListEnvelope.md b/docs/ContactListEnvelope.md index 1eba474..22b82de 100644 --- a/docs/ContactListEnvelope.md +++ b/docs/ContactListEnvelope.md @@ -3,7 +3,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**contacts** | [**list[ContactFields]**](ContactFields.md) | | [optional] +**contacts** | [**list[ContactFields]**](ContactFields.md) | An array of contacts | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/ContactUpdateFields.md b/docs/ContactUpdateFields.md index f3e7af6..2628bad 100644 --- a/docs/ContactUpdateFields.md +++ b/docs/ContactUpdateFields.md @@ -3,15 +3,15 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**email** | **str** | | [optional] -**first_name** | **str** | | [optional] -**last_name** | **str** | | [optional] -**company** | **str** | | [optional] -**title** | **str** | | [optional] -**custom** | **str** | | [optional] -**custom2** | **str** | | [optional] -**custom3** | **str** | | [optional] -**custom4** | **str** | | [optional] +**email** | **str** | The email of the contact | [optional] +**first_name** | **str** | The first name of the contact | [optional] +**last_name** | **str** | The last name of the contact | [optional] +**company** | **str** | The company of the contact | [optional] +**title** | **str** | The title of the contact | [optional] +**custom** | **str** | The first custom field | [optional] +**custom2** | **str** | The second custom field | [optional] +**custom3** | **str** | The third custom field | [optional] +**custom4** | **str** | The fourth custom field | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/ContactsApi.md b/docs/ContactsApi.md index d2d9617..13d3682 100644 --- a/docs/ContactsApi.md +++ b/docs/ContactsApi.md @@ -4,20 +4,20 @@ All URIs are relative to *https://api.messente.com/v1* Method | HTTP request | Description ------------- | ------------- | ------------- -[**add_contact_to_group**](ContactsApi.md#add_contact_to_group) | **POST** /groups/{groupId}/contacts/{phone} | Adds a contact to a group. -[**create_contact**](ContactsApi.md#create_contact) | **POST** /contacts | Creates a new contact. -[**delete_contact**](ContactsApi.md#delete_contact) | **DELETE** /contacts/{phone} | Deletes a contact. -[**fetch_contact**](ContactsApi.md#fetch_contact) | **GET** /contacts/{phone} | Lists a contact. -[**fetch_contact_groups**](ContactsApi.md#fetch_contact_groups) | **GET** /contacts/{phone}/groups | Lists groups of a contact. -[**fetch_contacts**](ContactsApi.md#fetch_contacts) | **GET** /contacts | Returns all contacts. -[**remove_contact_from_group**](ContactsApi.md#remove_contact_from_group) | **DELETE** /groups/{groupId}/contacts/{phone} | Removes a contact from a group. -[**update_contact**](ContactsApi.md#update_contact) | **PATCH** /contacts/{phone} | Updates a contact. +[**add_contact_to_group**](ContactsApi.md#add_contact_to_group) | **POST** /phonebook/groups/{groupId}/contacts/{phone} | Adds a contact to a group +[**create_contact**](ContactsApi.md#create_contact) | **POST** /phonebook/contacts | Creates a new contact +[**delete_contact**](ContactsApi.md#delete_contact) | **DELETE** /phonebook/contacts/{phone} | Deletes a contact +[**fetch_contact**](ContactsApi.md#fetch_contact) | **GET** /phonebook/contacts/{phone} | Lists a contact +[**fetch_contact_groups**](ContactsApi.md#fetch_contact_groups) | **GET** /phonebook/contacts/{phone}/groups | Lists groups of a contact +[**fetch_contacts**](ContactsApi.md#fetch_contacts) | **GET** /phonebook/contacts | Returns all contacts +[**remove_contact_from_group**](ContactsApi.md#remove_contact_from_group) | **DELETE** /phonebook/groups/{groupId}/contacts/{phone} | Removes a contact from a group +[**update_contact**](ContactsApi.md#update_contact) | **PATCH** /phonebook/contacts/{phone} | Updates a contact # **add_contact_to_group** > object add_contact_to_group(group_id, phone) -Adds a contact to a group. +Adds a contact to a group ### Example @@ -35,11 +35,11 @@ configuration.password = 'YOUR_PASSWORD' # create an instance of the API class api_instance = messente_api.ContactsApi(messente_api.ApiClient(configuration)) -group_id = 'group_id_example' # str | String in uuid format. +group_id = 'group_id_example' # str | String in UUID format phone = 'phone_example' # str | A phone number try: - # Adds a contact to a group. + # Adds a contact to a group api_response = api_instance.add_contact_to_group(group_id, phone) pprint(api_response) except ApiException as e: @@ -50,7 +50,7 @@ except ApiException as e: Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - **group_id** | **str**| String in uuid format. | + **group_id** | **str**| String in UUID format | **phone** | **str**| A phone number | ### Return type @@ -71,7 +71,7 @@ Name | Type | Description | Notes # **create_contact** > ContactEnvelope create_contact(contact_fields) -Creates a new contact. +Creates a new contact ### Example @@ -92,7 +92,7 @@ api_instance = messente_api.ContactsApi(messente_api.ApiClient(configuration)) contact_fields = messente_api.ContactFields() # ContactFields | try: - # Creates a new contact. + # Creates a new contact api_response = api_instance.create_contact(contact_fields) pprint(api_response) except ApiException as e: @@ -123,7 +123,7 @@ Name | Type | Description | Notes # **delete_contact** > delete_contact(phone) -Deletes a contact. +Deletes a contact ### Example @@ -144,7 +144,7 @@ api_instance = messente_api.ContactsApi(messente_api.ApiClient(configuration)) phone = 'phone_example' # str | A phone number try: - # Deletes a contact. + # Deletes a contact api_instance.delete_contact(phone) except ApiException as e: print("Exception when calling ContactsApi->delete_contact: %s\n" % e) @@ -174,7 +174,7 @@ void (empty response body) # **fetch_contact** > ContactEnvelope fetch_contact(phone) -Lists a contact. +Lists a contact ### Example @@ -195,7 +195,7 @@ api_instance = messente_api.ContactsApi(messente_api.ApiClient(configuration)) phone = 'phone_example' # str | A phone number try: - # Lists a contact. + # Lists a contact api_response = api_instance.fetch_contact(phone) pprint(api_response) except ApiException as e: @@ -226,7 +226,7 @@ Name | Type | Description | Notes # **fetch_contact_groups** > GroupListEnvelope fetch_contact_groups(phone) -Lists groups of a contact. +Lists groups of a contact ### Example @@ -247,7 +247,7 @@ api_instance = messente_api.ContactsApi(messente_api.ApiClient(configuration)) phone = 'phone_example' # str | A phone number try: - # Lists groups of a contact. + # Lists groups of a contact api_response = api_instance.fetch_contact_groups(phone) pprint(api_response) except ApiException as e: @@ -278,7 +278,7 @@ Name | Type | Description | Notes # **fetch_contacts** > ContactListEnvelope fetch_contacts(group_ids=group_ids) -Returns all contacts. +Returns all contacts ### Example @@ -296,10 +296,10 @@ configuration.password = 'YOUR_PASSWORD' # create an instance of the API class api_instance = messente_api.ContactsApi(messente_api.ApiClient(configuration)) -group_ids = ['group_ids_example'] # list[str] | Optional one or many group id strings in uuid format. For example: \"/contacts?groupIds=group_id_one&groupIds=group_id_two\" (optional) +group_ids = ['group_ids_example'] # list[str] | Optional one or many group id strings in UUID format. For example: \"/contacts?groupIds=group_id_one&groupIds=group_id_two\" (optional) try: - # Returns all contacts. + # Returns all contacts api_response = api_instance.fetch_contacts(group_ids=group_ids) pprint(api_response) except ApiException as e: @@ -310,7 +310,7 @@ except ApiException as e: Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - **group_ids** | [**list[str]**](str.md)| Optional one or many group id strings in uuid format. For example: \"/contacts?groupIds=group_id_one&groupIds=group_id_two\" | [optional] + **group_ids** | [**list[str]**](str.md)| Optional one or many group id strings in UUID format. For example: \"/contacts?groupIds=group_id_one&groupIds=group_id_two\" | [optional] ### Return type @@ -330,7 +330,7 @@ Name | Type | Description | Notes # **remove_contact_from_group** > remove_contact_from_group(group_id, phone) -Removes a contact from a group. +Removes a contact from a group ### Example @@ -348,11 +348,11 @@ configuration.password = 'YOUR_PASSWORD' # create an instance of the API class api_instance = messente_api.ContactsApi(messente_api.ApiClient(configuration)) -group_id = 'group_id_example' # str | String in uuid format. +group_id = 'group_id_example' # str | String in UUID format phone = 'phone_example' # str | A phone number try: - # Removes a contact from a group. + # Removes a contact from a group api_instance.remove_contact_from_group(group_id, phone) except ApiException as e: print("Exception when calling ContactsApi->remove_contact_from_group: %s\n" % e) @@ -362,7 +362,7 @@ except ApiException as e: Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - **group_id** | **str**| String in uuid format. | + **group_id** | **str**| String in UUID format | **phone** | **str**| A phone number | ### Return type @@ -383,7 +383,7 @@ void (empty response body) # **update_contact** > ContactEnvelope update_contact(phone, contact_update_fields) -Updates a contact. +Updates a contact ### Example @@ -405,7 +405,7 @@ phone = 'phone_example' # str | A phone number contact_update_fields = messente_api.ContactUpdateFields() # ContactUpdateFields | try: - # Updates a contact. + # Updates a contact api_response = api_instance.update_contact(phone, contact_update_fields) pprint(api_response) except ApiException as e: diff --git a/docs/DeliveryReportApi.md b/docs/DeliveryReportApi.md index c166035..26612eb 100644 --- a/docs/DeliveryReportApi.md +++ b/docs/DeliveryReportApi.md @@ -4,13 +4,13 @@ All URIs are relative to *https://api.messente.com/v1* Method | HTTP request | Description ------------- | ------------- | ------------- -[**retrieve_delivery_report**](DeliveryReportApi.md#retrieve_delivery_report) | **GET** /omnimessage/{omnimessageId}/status | Retrieves the delivery report for the Omnimessage. +[**retrieve_delivery_report**](DeliveryReportApi.md#retrieve_delivery_report) | **GET** /omnimessage/{omnimessageId}/status | Retrieves the delivery report for the Omnimessage # **retrieve_delivery_report** > DeliveryReportResponse retrieve_delivery_report(omnimessage_id) -Retrieves the delivery report for the Omnimessage. +Retrieves the delivery report for the Omnimessage ### Example @@ -28,10 +28,10 @@ configuration.password = 'YOUR_PASSWORD' # create an instance of the API class api_instance = messente_api.DeliveryReportApi(messente_api.ApiClient(configuration)) -omnimessage_id = 'omnimessage_id_example' # str | UUID of the Omnimessage to for which the delivery report is to be retrieved +omnimessage_id = 'omnimessage_id_example' # str | UUID of the omnimessage to for which the delivery report is to be retrieved try: - # Retrieves the delivery report for the Omnimessage. + # Retrieves the delivery report for the Omnimessage api_response = api_instance.retrieve_delivery_report(omnimessage_id) pprint(api_response) except ApiException as e: @@ -42,7 +42,7 @@ except ApiException as e: Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - **omnimessage_id** | [**str**](.md)| UUID of the Omnimessage to for which the delivery report is to be retrieved | + **omnimessage_id** | **str**| UUID of the omnimessage to for which the delivery report is to be retrieved | ### Return type @@ -55,7 +55,7 @@ Name | Type | Description | Notes ### HTTP request headers - **Content-Type**: Not defined - - **Accept**: */* + - **Accept**: application/json [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) diff --git a/docs/DeliveryReportResponse.md b/docs/DeliveryReportResponse.md index b80d993..b6b6360 100644 --- a/docs/DeliveryReportResponse.md +++ b/docs/DeliveryReportResponse.md @@ -3,9 +3,9 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**statuses** | [**list[DeliveryResult]**](DeliveryResult.md) | Contains the delivery reports for each channnel, ordered by send order | +**statuses** | [**list[DeliveryResult]**](DeliveryResult.md) | Contains the delivery reports for each channel, ordered by send order | **to** | **str** | Phone number in e.164 format | -**omnimessage_id** | **str** | Unique identifier for the Omnimessage | +**omnimessage_id** | **str** | Unique identifier for the omnimessage | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/DeliveryResult.md b/docs/DeliveryResult.md index 7a96da3..f038a75 100644 --- a/docs/DeliveryResult.md +++ b/docs/DeliveryResult.md @@ -6,7 +6,7 @@ Name | Type | Description | Notes **status** | [**Status**](Status.md) | | [optional] **channel** | [**Channel**](Channel.md) | | [optional] **message_id** | **str** | Unique identifier for the message | [optional] -**error** | **str** | Human-readable description of what went wrong, *null* in case of success or if the messages has not been processed yet | [optional] +**error** | **str** | Human-readable description of what went wrong, *null* in case of success or if the message has not been processed yet | [optional] **err** | [**ErrorCodeOmnichannelMachine**](ErrorCodeOmnichannelMachine.md) | | [optional] **timestamp** | **datetime** | When this status was received by Omnichannel API | [optional] diff --git a/docs/ErrorItemOmnichannel.md b/docs/ErrorItemOmnichannel.md index 2314dcd..a88f79b 100644 --- a/docs/ErrorItemOmnichannel.md +++ b/docs/ErrorItemOmnichannel.md @@ -4,7 +4,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **title** | [**ErrorTitleOmnichannel**](ErrorTitleOmnichannel.md) | | -**detail** | **str** | Free form more detailed description of the error. | +**detail** | **str** | Free form more detailed description of the error | **code** | [**ErrorCodeOmnichannel**](ErrorCodeOmnichannel.md) | | **source** | **str** | Describes which field is causing the issue in the payload, null for non 400 status code responses | diff --git a/docs/ErrorItemPhonebook.md b/docs/ErrorItemPhonebook.md index cd389f2..2212061 100644 --- a/docs/ErrorItemPhonebook.md +++ b/docs/ErrorItemPhonebook.md @@ -4,7 +4,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **title** | [**ErrorTitlePhonebook**](ErrorTitlePhonebook.md) | | -**detail** | **str** | Free form more detailed description of the error. | +**detail** | **str** | Free form more detailed description of the error | **code** | [**ErrorCodePhonebook**](ErrorCodePhonebook.md) | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/ErrorOmnichannel.md b/docs/ErrorOmnichannel.md index afe2b54..c99d1c7 100644 --- a/docs/ErrorOmnichannel.md +++ b/docs/ErrorOmnichannel.md @@ -3,7 +3,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**errors** | [**list[ErrorItemOmnichannel]**](ErrorItemOmnichannel.md) | | +**errors** | [**list[ErrorItemOmnichannel]**](ErrorItemOmnichannel.md) | An array of errors | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/ErrorPhonebook.md b/docs/ErrorPhonebook.md index ea9d9e2..9268f29 100644 --- a/docs/ErrorPhonebook.md +++ b/docs/ErrorPhonebook.md @@ -3,7 +3,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**errors** | [**list[ErrorItemPhonebook]**](ErrorItemPhonebook.md) | | +**errors** | [**list[ErrorItemPhonebook]**](ErrorItemPhonebook.md) | An array of errors | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/FetchBlacklistSuccess.md b/docs/FetchBlacklistSuccess.md index 1aaaddd..5f49faf 100644 --- a/docs/FetchBlacklistSuccess.md +++ b/docs/FetchBlacklistSuccess.md @@ -3,7 +3,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**phone_numbers** | **list[str]** | | [optional] +**phone_numbers** | **list[str]** | Array of unique phone numbers | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/GroupListEnvelope.md b/docs/GroupListEnvelope.md index 9532554..ce4e0e2 100644 --- a/docs/GroupListEnvelope.md +++ b/docs/GroupListEnvelope.md @@ -3,7 +3,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**groups** | [**list[GroupResponseFields]**](GroupResponseFields.md) | | [optional] +**groups** | [**list[GroupResponseFields]**](GroupResponseFields.md) | An array of groups | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/GroupName.md b/docs/GroupName.md index 474c165..de04bf6 100644 --- a/docs/GroupName.md +++ b/docs/GroupName.md @@ -3,7 +3,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**name** | **str** | | +**name** | **str** | The name of the group | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/GroupResponseFields.md b/docs/GroupResponseFields.md index f77313c..5ef7581 100644 --- a/docs/GroupResponseFields.md +++ b/docs/GroupResponseFields.md @@ -3,10 +3,10 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**id** | **str** | Id string in uuid format | -**name** | **str** | | -**created_on** | **str** | format %Y-%m-%dT%H:%M:%S.%fZ | [optional] -**contacts_count** | **int** | | +**id** | **str** | Id string in UUID format | +**name** | **str** | The name of the group | +**created_on** | **str** | When the group was created | [optional] +**contacts_count** | **int** | The count of contacts in the group | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/GroupsApi.md b/docs/GroupsApi.md index 46d6c97..e389ff7 100644 --- a/docs/GroupsApi.md +++ b/docs/GroupsApi.md @@ -4,17 +4,17 @@ All URIs are relative to *https://api.messente.com/v1* Method | HTTP request | Description ------------- | ------------- | ------------- -[**create_group**](GroupsApi.md#create_group) | **POST** /groups | Creates a new group with the provided name. -[**delete_group**](GroupsApi.md#delete_group) | **DELETE** /groups/{groupId} | Deletes a group. -[**fetch_group**](GroupsApi.md#fetch_group) | **GET** /groups/{groupId} | Lists a group. -[**fetch_groups**](GroupsApi.md#fetch_groups) | **GET** /groups | Returns all groups. -[**update_group**](GroupsApi.md#update_group) | **PUT** /groups/{groupId} | Updates a group with the provided name. +[**create_group**](GroupsApi.md#create_group) | **POST** /phonebook/groups | Creates a new group with the provided name +[**delete_group**](GroupsApi.md#delete_group) | **DELETE** /phonebook/groups/{groupId} | Deletes a group +[**fetch_group**](GroupsApi.md#fetch_group) | **GET** /phonebook/groups/{groupId} | Lists a group +[**fetch_groups**](GroupsApi.md#fetch_groups) | **GET** /phonebook/groups | Returns all groups +[**update_group**](GroupsApi.md#update_group) | **PUT** /phonebook/groups/{groupId} | Updates a group with the provided name # **create_group** > GroupEnvelope create_group(group_name) -Creates a new group with the provided name. +Creates a new group with the provided name ### Example @@ -35,7 +35,7 @@ api_instance = messente_api.GroupsApi(messente_api.ApiClient(configuration)) group_name = messente_api.GroupName() # GroupName | try: - # Creates a new group with the provided name. + # Creates a new group with the provided name api_response = api_instance.create_group(group_name) pprint(api_response) except ApiException as e: @@ -66,7 +66,7 @@ Name | Type | Description | Notes # **delete_group** > delete_group(group_id) -Deletes a group. +Deletes a group ### Example @@ -84,10 +84,10 @@ configuration.password = 'YOUR_PASSWORD' # create an instance of the API class api_instance = messente_api.GroupsApi(messente_api.ApiClient(configuration)) -group_id = 'group_id_example' # str | String in uuid format. +group_id = 'group_id_example' # str | String in UUID format try: - # Deletes a group. + # Deletes a group api_instance.delete_group(group_id) except ApiException as e: print("Exception when calling GroupsApi->delete_group: %s\n" % e) @@ -97,7 +97,7 @@ except ApiException as e: Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - **group_id** | **str**| String in uuid format. | + **group_id** | **str**| String in UUID format | ### Return type @@ -117,7 +117,7 @@ void (empty response body) # **fetch_group** > GroupEnvelope fetch_group(group_id) -Lists a group. +Lists a group ### Example @@ -135,10 +135,10 @@ configuration.password = 'YOUR_PASSWORD' # create an instance of the API class api_instance = messente_api.GroupsApi(messente_api.ApiClient(configuration)) -group_id = 'group_id_example' # str | String in uuid format. +group_id = 'group_id_example' # str | String in UUID format try: - # Lists a group. + # Lists a group api_response = api_instance.fetch_group(group_id) pprint(api_response) except ApiException as e: @@ -149,7 +149,7 @@ except ApiException as e: Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - **group_id** | **str**| String in uuid format. | + **group_id** | **str**| String in UUID format | ### Return type @@ -169,7 +169,7 @@ Name | Type | Description | Notes # **fetch_groups** > GroupListEnvelope fetch_groups() -Returns all groups. +Returns all groups ### Example @@ -189,7 +189,7 @@ configuration.password = 'YOUR_PASSWORD' api_instance = messente_api.GroupsApi(messente_api.ApiClient(configuration)) try: - # Returns all groups. + # Returns all groups api_response = api_instance.fetch_groups() pprint(api_response) except ApiException as e: @@ -217,7 +217,7 @@ This endpoint does not need any parameter. # **update_group** > GroupEnvelope update_group(group_id, group_name) -Updates a group with the provided name. +Updates a group with the provided name ### Example @@ -235,11 +235,11 @@ configuration.password = 'YOUR_PASSWORD' # create an instance of the API class api_instance = messente_api.GroupsApi(messente_api.ApiClient(configuration)) -group_id = 'group_id_example' # str | String in uuid format. +group_id = 'group_id_example' # str | String in UUID format group_name = messente_api.GroupName() # GroupName | try: - # Updates a group with the provided name. + # Updates a group with the provided name api_response = api_instance.update_group(group_id, group_name) pprint(api_response) except ApiException as e: @@ -250,7 +250,7 @@ except ApiException as e: Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - **group_id** | **str**| String in uuid format. | + **group_id** | **str**| String in UUID format | **group_name** | [**GroupName**](GroupName.md)| | ### Return type diff --git a/docs/OmniMessageCreateSuccessResponse.md b/docs/OmniMessageCreateSuccessResponse.md index 4589e0a..ef5e2d4 100644 --- a/docs/OmniMessageCreateSuccessResponse.md +++ b/docs/OmniMessageCreateSuccessResponse.md @@ -3,9 +3,9 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**messages** | [**list[MessageResult]**](MessageResult.md) | List of messages that compose the Omnimessage | +**messages** | [**list[MessageResult]**](MessageResult.md) | List of messages that compose the omnimessage | **to** | **str** | Phone number in e.164 format | -**omnimessage_id** | **str** | Unique identifier for the Omnimessage | +**omnimessage_id** | **str** | Unique identifier for the omnimessage | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/Omnimessage.md b/docs/Omnimessage.md index e360d09..db93287 100644 --- a/docs/Omnimessage.md +++ b/docs/Omnimessage.md @@ -4,10 +4,10 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **to** | **str** | Phone number in e.164 format | -**messages** | [**list[OneOfViberSMSWhatsApp]**](OneOfViberSMSWhatsApp.md) | | +**messages** | [**list[OneOfViberSMSWhatsApp]**](OneOfViberSMSWhatsApp.md) | An array of messages | **dlr_url** | **str** | URL where the delivery report will be sent | [optional] **text_store** | [**TextStore**](TextStore.md) | | [optional] -**time_to_send** | **datetime** | Optional parameter for sending messages at some specific time in the future. Time must be specified in the ISO-8601 format. If no timezone is specified, then the timezone is assumed to be UTC. Examples: * Time specified with timezone: 2018-06-22T09:05:07+00:00 Time specified in UTC: 2018-06-22T09:05:07Z * Time specified without timezone: 2018-06-22T09:05 (equivalent to 2018-06-22T09:05+00:00) | [optional] +**time_to_send** | **datetime** | Optional parameter for sending messages at some specific time in the future. Time must be specified in the ISO-8601 format. If no timezone is specified, then the timezone is assumed to be UTC Examples: * Time specified with timezone: 2018-06-22T09:05:07+00:00 Time specified in UTC: 2018-06-22T09:05:07Z * Time specified without timezone: 2018-06-22T09:05 (equivalent to 2018-06-22T09:05+00:00) | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/OmnimessageApi.md b/docs/OmnimessageApi.md index 295ca23..c3365fa 100644 --- a/docs/OmnimessageApi.md +++ b/docs/OmnimessageApi.md @@ -4,14 +4,14 @@ All URIs are relative to *https://api.messente.com/v1* Method | HTTP request | Description ------------- | ------------- | ------------- -[**cancel_scheduled_message**](OmnimessageApi.md#cancel_scheduled_message) | **DELETE** /omnimessage/{omnimessageId} | Cancels a scheduled Omnimessage. -[**send_omnimessage**](OmnimessageApi.md#send_omnimessage) | **POST** /omnimessage | Sends an Omnimessage. +[**cancel_scheduled_message**](OmnimessageApi.md#cancel_scheduled_message) | **DELETE** /omnimessage/{omnimessageId} | Cancels a scheduled Omnimessage +[**send_omnimessage**](OmnimessageApi.md#send_omnimessage) | **POST** /omnimessage | Sends an Omnimessage # **cancel_scheduled_message** > cancel_scheduled_message(omnimessage_id) -Cancels a scheduled Omnimessage. +Cancels a scheduled Omnimessage ### Example @@ -29,10 +29,10 @@ configuration.password = 'YOUR_PASSWORD' # create an instance of the API class api_instance = messente_api.OmnimessageApi(messente_api.ApiClient(configuration)) -omnimessage_id = 'omnimessage_id_example' # str | UUID of the scheduled Omnimessage to be cancelled +omnimessage_id = 'omnimessage_id_example' # str | UUID of the scheduled omnimessage to be cancelled try: - # Cancels a scheduled Omnimessage. + # Cancels a scheduled Omnimessage api_instance.cancel_scheduled_message(omnimessage_id) except ApiException as e: print("Exception when calling OmnimessageApi->cancel_scheduled_message: %s\n" % e) @@ -42,7 +42,7 @@ except ApiException as e: Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - **omnimessage_id** | [**str**](.md)| UUID of the scheduled Omnimessage to be cancelled | + **omnimessage_id** | **str**| UUID of the scheduled omnimessage to be cancelled | ### Return type @@ -62,7 +62,7 @@ void (empty response body) # **send_omnimessage** > OmniMessageCreateSuccessResponse send_omnimessage(omnimessage) -Sends an Omnimessage. +Sends an Omnimessage ### Example @@ -83,7 +83,7 @@ api_instance = messente_api.OmnimessageApi(messente_api.ApiClient(configuration) omnimessage = messente_api.Omnimessage() # Omnimessage | Omnimessage to be sent try: - # Sends an Omnimessage. + # Sends an Omnimessage api_response = api_instance.send_omnimessage(omnimessage) pprint(api_response) except ApiException as e: diff --git a/docs/SMS.md b/docs/SMS.md index 1318f77..05d2751 100644 --- a/docs/SMS.md +++ b/docs/SMS.md @@ -6,9 +6,9 @@ Name | Type | Description | Notes **text** | **str** | Text content of the SMS | **sender** | **str** | Phone number or alphanumeric sender name | [optional] **validity** | **int** | After how many minutes this channel is considered as failed and the next channel is attempted | [optional] -**autoconvert** | **str** | Defines how non-GSM characters will be treated: - \"on\" Use replacement settings from the account's [API Auto Replace settings page](https://dashboard.messente.com/api-settings/auto-replace)(default) - \"full\" All non GSM 03.38 characters will be replaced with suitable alternatives - \"off\" Message content is not modified in any way | [optional] +**autoconvert** | **str** | Defines how non-GSM characters will be treated: - \"on\" Use replacement settings from the account's [API Auto Replace settings page](https://dashboard.messente.com/api-settings/auto-replace) (default) - \"full\" All non GSM 03.38 characters will be replaced with suitable alternatives - \"off\" Message content is not modified in any way | [optional] **udh** | **str** | hex-encoded string containing SMS UDH | [optional] -**channel** | **str** | | [optional] [default to 'sms'] +**channel** | **str** | The channel used to deliver the message | [optional] [default to 'sms'] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/Viber.md b/docs/Viber.md index e28b91a..75b138f 100644 --- a/docs/Viber.md +++ b/docs/Viber.md @@ -6,10 +6,10 @@ Name | Type | Description | Notes **sender** | **str** | Phone number or alphanumeric sender name | [optional] **validity** | **int** | After how many minutes this channel is considered as failed and the next channel is attempted | [optional] **text** | **str** | Plaintext content for Viber | [optional] -**image_url** | **str** | URL for the embedded image. Valid combinations: 1) image_url, 2) text, image_url, button_url, button_text | [optional] +**image_url** | **str** | URL for the embedded image Valid combinations: 1) image_url, 2) text, image_url, button_url, button_text | [optional] **button_url** | **str** | URL of the button, must be specified along with ''text'', ''button_text'' and ''image_url'' (optional) | [optional] **button_text** | **str** | Must be specified along with ''text'', ''button_url'', ''button_text'', ''image_url'' (optional) | [optional] -**channel** | **str** | | [optional] [default to 'viber'] +**channel** | **str** | The channel used to deliver the message | [optional] [default to 'viber'] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/WhatsApp.md b/docs/WhatsApp.md index 0c01edf..191e095 100644 --- a/docs/WhatsApp.md +++ b/docs/WhatsApp.md @@ -9,7 +9,7 @@ Name | Type | Description | Notes **image** | [**WhatsAppImage**](WhatsAppImage.md) | | [optional] **document** | [**WhatsAppDocument**](WhatsAppDocument.md) | | [optional] **audio** | [**WhatsAppAudio**](WhatsAppAudio.md) | | [optional] -**channel** | **str** | | [optional] [default to 'whatsapp'] +**channel** | **str** | The channel used to deliver the message | [optional] [default to 'whatsapp'] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/WhatsAppText.md b/docs/WhatsAppText.md index a4675a5..fc48d73 100644 --- a/docs/WhatsAppText.md +++ b/docs/WhatsAppText.md @@ -3,7 +3,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**preview_url** | **bool** | Whether to display link preview if the message contains a hyperlink. | [optional] [default to True] +**preview_url** | **bool** | Whether to display link preview if the message contains a hyperlink | [optional] [default to True] **body** | **str** | Plaintext content for WhatsApp, can contain URLs, emojis and formatting | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/messente_api/__init__.py b/messente_api/__init__.py index 3465e3f..693f22b 100644 --- a/messente_api/__init__.py +++ b/messente_api/__init__.py @@ -7,7 +7,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ @@ -15,7 +15,7 @@ from __future__ import absolute_import -__version__ = "1.0.2" +__version__ = "1.0.3" # import apis into sdk package from messente_api.api.blacklist_api import BlacklistApi diff --git a/messente_api/api/blacklist_api.py b/messente_api/api/blacklist_api.py index c0938c2..cd1d4c2 100644 --- a/messente_api/api/blacklist_api.py +++ b/messente_api/api/blacklist_api.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ @@ -38,7 +38,7 @@ def __init__(self, api_client=None): self.api_client = api_client def add_to_blacklist(self, number_to_blacklist, **kwargs): # noqa: E501 - """Adds a phone number to the blacklist. # noqa: E501 + """Adds a phone number to the blacklist # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True @@ -59,7 +59,7 @@ def add_to_blacklist(self, number_to_blacklist, **kwargs): # noqa: E501 return data def add_to_blacklist_with_http_info(self, number_to_blacklist, **kwargs): # noqa: E501 - """Adds a phone number to the blacklist. # noqa: E501 + """Adds a phone number to the blacklist # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True @@ -136,7 +136,7 @@ def add_to_blacklist_with_http_info(self, number_to_blacklist, **kwargs): # noq collection_formats=collection_formats) def delete_from_blacklist(self, phone, **kwargs): # noqa: E501 - """Deletes a phone number from the blacklist. # noqa: E501 + """Deletes a phone number from the blacklist # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True @@ -157,7 +157,7 @@ def delete_from_blacklist(self, phone, **kwargs): # noqa: E501 return data def delete_from_blacklist_with_http_info(self, phone, **kwargs): # noqa: E501 - """Deletes a phone number from the blacklist. # noqa: E501 + """Deletes a phone number from the blacklist # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True @@ -214,7 +214,7 @@ def delete_from_blacklist_with_http_info(self, phone, **kwargs): # noqa: E501 auth_settings = ['basicAuth'] # noqa: E501 return self.api_client.call_api( - '/blacklist/{phone}', 'DELETE', + '/phonebook/blacklist/{phone}', 'DELETE', path_params, query_params, header_params, @@ -230,7 +230,7 @@ def delete_from_blacklist_with_http_info(self, phone, **kwargs): # noqa: E501 collection_formats=collection_formats) def fetch_blacklist(self, **kwargs): # noqa: E501 - """Returns all blacklisted phone numbers. # noqa: E501 + """Returns all blacklisted phone numbers # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True @@ -250,7 +250,7 @@ def fetch_blacklist(self, **kwargs): # noqa: E501 return data def fetch_blacklist_with_http_info(self, **kwargs): # noqa: E501 - """Returns all blacklisted phone numbers. # noqa: E501 + """Returns all blacklisted phone numbers # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True @@ -316,7 +316,7 @@ def fetch_blacklist_with_http_info(self, **kwargs): # noqa: E501 collection_formats=collection_formats) def is_blacklisted(self, phone, **kwargs): # noqa: E501 - """Checks if a phone number is blacklisted. # noqa: E501 + """Checks if a phone number is blacklisted # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True @@ -337,7 +337,7 @@ def is_blacklisted(self, phone, **kwargs): # noqa: E501 return data def is_blacklisted_with_http_info(self, phone, **kwargs): # noqa: E501 - """Checks if a phone number is blacklisted. # noqa: E501 + """Checks if a phone number is blacklisted # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True @@ -394,7 +394,7 @@ def is_blacklisted_with_http_info(self, phone, **kwargs): # noqa: E501 auth_settings = ['basicAuth'] # noqa: E501 return self.api_client.call_api( - '/blacklist/{phone}', 'GET', + '/phonebook/blacklist/{phone}', 'GET', path_params, query_params, header_params, diff --git a/messente_api/api/contacts_api.py b/messente_api/api/contacts_api.py index 4dd9a6e..2ecf3ec 100644 --- a/messente_api/api/contacts_api.py +++ b/messente_api/api/contacts_api.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ @@ -38,7 +38,7 @@ def __init__(self, api_client=None): self.api_client = api_client def add_contact_to_group(self, group_id, phone, **kwargs): # noqa: E501 - """Adds a contact to a group. # noqa: E501 + """Adds a contact to a group # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True @@ -46,7 +46,7 @@ def add_contact_to_group(self, group_id, phone, **kwargs): # noqa: E501 >>> result = thread.get() :param async_req bool - :param str group_id: String in uuid format. (required) + :param str group_id: String in UUID format (required) :param str phone: A phone number (required) :return: object If the method is called asynchronously, @@ -60,7 +60,7 @@ def add_contact_to_group(self, group_id, phone, **kwargs): # noqa: E501 return data def add_contact_to_group_with_http_info(self, group_id, phone, **kwargs): # noqa: E501 - """Adds a contact to a group. # noqa: E501 + """Adds a contact to a group # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True @@ -68,7 +68,7 @@ def add_contact_to_group_with_http_info(self, group_id, phone, **kwargs): # noq >>> result = thread.get() :param async_req bool - :param str group_id: String in uuid format. (required) + :param str group_id: String in UUID format (required) :param str phone: A phone number (required) :return: object If the method is called asynchronously, @@ -124,7 +124,7 @@ def add_contact_to_group_with_http_info(self, group_id, phone, **kwargs): # noq auth_settings = ['basicAuth'] # noqa: E501 return self.api_client.call_api( - '/groups/{groupId}/contacts/{phone}', 'POST', + '/phonebook/groups/{groupId}/contacts/{phone}', 'POST', path_params, query_params, header_params, @@ -140,7 +140,7 @@ def add_contact_to_group_with_http_info(self, group_id, phone, **kwargs): # noq collection_formats=collection_formats) def create_contact(self, contact_fields, **kwargs): # noqa: E501 - """Creates a new contact. # noqa: E501 + """Creates a new contact # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True @@ -161,7 +161,7 @@ def create_contact(self, contact_fields, **kwargs): # noqa: E501 return data def create_contact_with_http_info(self, contact_fields, **kwargs): # noqa: E501 - """Creates a new contact. # noqa: E501 + """Creates a new contact # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True @@ -222,7 +222,7 @@ def create_contact_with_http_info(self, contact_fields, **kwargs): # noqa: E501 auth_settings = ['basicAuth'] # noqa: E501 return self.api_client.call_api( - '/contacts', 'POST', + '/phonebook/contacts', 'POST', path_params, query_params, header_params, @@ -238,7 +238,7 @@ def create_contact_with_http_info(self, contact_fields, **kwargs): # noqa: E501 collection_formats=collection_formats) def delete_contact(self, phone, **kwargs): # noqa: E501 - """Deletes a contact. # noqa: E501 + """Deletes a contact # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True @@ -259,7 +259,7 @@ def delete_contact(self, phone, **kwargs): # noqa: E501 return data def delete_contact_with_http_info(self, phone, **kwargs): # noqa: E501 - """Deletes a contact. # noqa: E501 + """Deletes a contact # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True @@ -316,7 +316,7 @@ def delete_contact_with_http_info(self, phone, **kwargs): # noqa: E501 auth_settings = ['basicAuth'] # noqa: E501 return self.api_client.call_api( - '/contacts/{phone}', 'DELETE', + '/phonebook/contacts/{phone}', 'DELETE', path_params, query_params, header_params, @@ -332,7 +332,7 @@ def delete_contact_with_http_info(self, phone, **kwargs): # noqa: E501 collection_formats=collection_formats) def fetch_contact(self, phone, **kwargs): # noqa: E501 - """Lists a contact. # noqa: E501 + """Lists a contact # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True @@ -353,7 +353,7 @@ def fetch_contact(self, phone, **kwargs): # noqa: E501 return data def fetch_contact_with_http_info(self, phone, **kwargs): # noqa: E501 - """Lists a contact. # noqa: E501 + """Lists a contact # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True @@ -410,7 +410,7 @@ def fetch_contact_with_http_info(self, phone, **kwargs): # noqa: E501 auth_settings = ['basicAuth'] # noqa: E501 return self.api_client.call_api( - '/contacts/{phone}', 'GET', + '/phonebook/contacts/{phone}', 'GET', path_params, query_params, header_params, @@ -426,7 +426,7 @@ def fetch_contact_with_http_info(self, phone, **kwargs): # noqa: E501 collection_formats=collection_formats) def fetch_contact_groups(self, phone, **kwargs): # noqa: E501 - """Lists groups of a contact. # noqa: E501 + """Lists groups of a contact # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True @@ -447,7 +447,7 @@ def fetch_contact_groups(self, phone, **kwargs): # noqa: E501 return data def fetch_contact_groups_with_http_info(self, phone, **kwargs): # noqa: E501 - """Lists groups of a contact. # noqa: E501 + """Lists groups of a contact # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True @@ -504,7 +504,7 @@ def fetch_contact_groups_with_http_info(self, phone, **kwargs): # noqa: E501 auth_settings = ['basicAuth'] # noqa: E501 return self.api_client.call_api( - '/contacts/{phone}/groups', 'GET', + '/phonebook/contacts/{phone}/groups', 'GET', path_params, query_params, header_params, @@ -520,7 +520,7 @@ def fetch_contact_groups_with_http_info(self, phone, **kwargs): # noqa: E501 collection_formats=collection_formats) def fetch_contacts(self, **kwargs): # noqa: E501 - """Returns all contacts. # noqa: E501 + """Returns all contacts # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True @@ -528,7 +528,7 @@ def fetch_contacts(self, **kwargs): # noqa: E501 >>> result = thread.get() :param async_req bool - :param list[str] group_ids: Optional one or many group id strings in uuid format. For example: \"/contacts?groupIds=group_id_one&groupIds=group_id_two\" + :param list[str] group_ids: Optional one or many group id strings in UUID format. For example: \"/contacts?groupIds=group_id_one&groupIds=group_id_two\" :return: ContactListEnvelope If the method is called asynchronously, returns the request thread. @@ -541,7 +541,7 @@ def fetch_contacts(self, **kwargs): # noqa: E501 return data def fetch_contacts_with_http_info(self, **kwargs): # noqa: E501 - """Returns all contacts. # noqa: E501 + """Returns all contacts # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True @@ -549,7 +549,7 @@ def fetch_contacts_with_http_info(self, **kwargs): # noqa: E501 >>> result = thread.get() :param async_req bool - :param list[str] group_ids: Optional one or many group id strings in uuid format. For example: \"/contacts?groupIds=group_id_one&groupIds=group_id_two\" + :param list[str] group_ids: Optional one or many group id strings in UUID format. For example: \"/contacts?groupIds=group_id_one&groupIds=group_id_two\" :return: ContactListEnvelope If the method is called asynchronously, returns the request thread. @@ -595,7 +595,7 @@ def fetch_contacts_with_http_info(self, **kwargs): # noqa: E501 auth_settings = ['basicAuth'] # noqa: E501 return self.api_client.call_api( - '/contacts', 'GET', + '/phonebook/contacts', 'GET', path_params, query_params, header_params, @@ -611,7 +611,7 @@ def fetch_contacts_with_http_info(self, **kwargs): # noqa: E501 collection_formats=collection_formats) def remove_contact_from_group(self, group_id, phone, **kwargs): # noqa: E501 - """Removes a contact from a group. # noqa: E501 + """Removes a contact from a group # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True @@ -619,7 +619,7 @@ def remove_contact_from_group(self, group_id, phone, **kwargs): # noqa: E501 >>> result = thread.get() :param async_req bool - :param str group_id: String in uuid format. (required) + :param str group_id: String in UUID format (required) :param str phone: A phone number (required) :return: None If the method is called asynchronously, @@ -633,7 +633,7 @@ def remove_contact_from_group(self, group_id, phone, **kwargs): # noqa: E501 return data def remove_contact_from_group_with_http_info(self, group_id, phone, **kwargs): # noqa: E501 - """Removes a contact from a group. # noqa: E501 + """Removes a contact from a group # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True @@ -641,7 +641,7 @@ def remove_contact_from_group_with_http_info(self, group_id, phone, **kwargs): >>> result = thread.get() :param async_req bool - :param str group_id: String in uuid format. (required) + :param str group_id: String in UUID format (required) :param str phone: A phone number (required) :return: None If the method is called asynchronously, @@ -697,7 +697,7 @@ def remove_contact_from_group_with_http_info(self, group_id, phone, **kwargs): auth_settings = ['basicAuth'] # noqa: E501 return self.api_client.call_api( - '/groups/{groupId}/contacts/{phone}', 'DELETE', + '/phonebook/groups/{groupId}/contacts/{phone}', 'DELETE', path_params, query_params, header_params, @@ -713,7 +713,7 @@ def remove_contact_from_group_with_http_info(self, group_id, phone, **kwargs): collection_formats=collection_formats) def update_contact(self, phone, contact_update_fields, **kwargs): # noqa: E501 - """Updates a contact. # noqa: E501 + """Updates a contact # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True @@ -735,7 +735,7 @@ def update_contact(self, phone, contact_update_fields, **kwargs): # noqa: E501 return data def update_contact_with_http_info(self, phone, contact_update_fields, **kwargs): # noqa: E501 - """Updates a contact. # noqa: E501 + """Updates a contact # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True @@ -803,7 +803,7 @@ def update_contact_with_http_info(self, phone, contact_update_fields, **kwargs): auth_settings = ['basicAuth'] # noqa: E501 return self.api_client.call_api( - '/contacts/{phone}', 'PATCH', + '/phonebook/contacts/{phone}', 'PATCH', path_params, query_params, header_params, diff --git a/messente_api/api/delivery_report_api.py b/messente_api/api/delivery_report_api.py index 11cf9d2..47592bf 100644 --- a/messente_api/api/delivery_report_api.py +++ b/messente_api/api/delivery_report_api.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ @@ -38,7 +38,7 @@ def __init__(self, api_client=None): self.api_client = api_client def retrieve_delivery_report(self, omnimessage_id, **kwargs): # noqa: E501 - """Retrieves the delivery report for the Omnimessage. # noqa: E501 + """Retrieves the delivery report for the Omnimessage # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True @@ -46,7 +46,7 @@ def retrieve_delivery_report(self, omnimessage_id, **kwargs): # noqa: E501 >>> result = thread.get() :param async_req bool - :param str omnimessage_id: UUID of the Omnimessage to for which the delivery report is to be retrieved (required) + :param str omnimessage_id: UUID of the omnimessage to for which the delivery report is to be retrieved (required) :return: DeliveryReportResponse If the method is called asynchronously, returns the request thread. @@ -59,7 +59,7 @@ def retrieve_delivery_report(self, omnimessage_id, **kwargs): # noqa: E501 return data def retrieve_delivery_report_with_http_info(self, omnimessage_id, **kwargs): # noqa: E501 - """Retrieves the delivery report for the Omnimessage. # noqa: E501 + """Retrieves the delivery report for the Omnimessage # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True @@ -67,7 +67,7 @@ def retrieve_delivery_report_with_http_info(self, omnimessage_id, **kwargs): # >>> result = thread.get() :param async_req bool - :param str omnimessage_id: UUID of the Omnimessage to for which the delivery report is to be retrieved (required) + :param str omnimessage_id: UUID of the omnimessage to for which the delivery report is to be retrieved (required) :return: DeliveryReportResponse If the method is called asynchronously, returns the request thread. @@ -110,7 +110,7 @@ def retrieve_delivery_report_with_http_info(self, omnimessage_id, **kwargs): # body_params = None # HTTP header `Accept` header_params['Accept'] = self.api_client.select_header_accept( - ['*/*']) # noqa: E501 + ['application/json']) # noqa: E501 # Authentication setting auth_settings = ['basicAuth'] # noqa: E501 diff --git a/messente_api/api/groups_api.py b/messente_api/api/groups_api.py index 86f0edb..59ec0c3 100644 --- a/messente_api/api/groups_api.py +++ b/messente_api/api/groups_api.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ @@ -38,7 +38,7 @@ def __init__(self, api_client=None): self.api_client = api_client def create_group(self, group_name, **kwargs): # noqa: E501 - """Creates a new group with the provided name. # noqa: E501 + """Creates a new group with the provided name # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True @@ -59,7 +59,7 @@ def create_group(self, group_name, **kwargs): # noqa: E501 return data def create_group_with_http_info(self, group_name, **kwargs): # noqa: E501 - """Creates a new group with the provided name. # noqa: E501 + """Creates a new group with the provided name # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True @@ -120,7 +120,7 @@ def create_group_with_http_info(self, group_name, **kwargs): # noqa: E501 auth_settings = ['basicAuth'] # noqa: E501 return self.api_client.call_api( - '/groups', 'POST', + '/phonebook/groups', 'POST', path_params, query_params, header_params, @@ -136,7 +136,7 @@ def create_group_with_http_info(self, group_name, **kwargs): # noqa: E501 collection_formats=collection_formats) def delete_group(self, group_id, **kwargs): # noqa: E501 - """Deletes a group. # noqa: E501 + """Deletes a group # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True @@ -144,7 +144,7 @@ def delete_group(self, group_id, **kwargs): # noqa: E501 >>> result = thread.get() :param async_req bool - :param str group_id: String in uuid format. (required) + :param str group_id: String in UUID format (required) :return: None If the method is called asynchronously, returns the request thread. @@ -157,7 +157,7 @@ def delete_group(self, group_id, **kwargs): # noqa: E501 return data def delete_group_with_http_info(self, group_id, **kwargs): # noqa: E501 - """Deletes a group. # noqa: E501 + """Deletes a group # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True @@ -165,7 +165,7 @@ def delete_group_with_http_info(self, group_id, **kwargs): # noqa: E501 >>> result = thread.get() :param async_req bool - :param str group_id: String in uuid format. (required) + :param str group_id: String in UUID format (required) :return: None If the method is called asynchronously, returns the request thread. @@ -214,7 +214,7 @@ def delete_group_with_http_info(self, group_id, **kwargs): # noqa: E501 auth_settings = ['basicAuth'] # noqa: E501 return self.api_client.call_api( - '/groups/{groupId}', 'DELETE', + '/phonebook/groups/{groupId}', 'DELETE', path_params, query_params, header_params, @@ -230,7 +230,7 @@ def delete_group_with_http_info(self, group_id, **kwargs): # noqa: E501 collection_formats=collection_formats) def fetch_group(self, group_id, **kwargs): # noqa: E501 - """Lists a group. # noqa: E501 + """Lists a group # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True @@ -238,7 +238,7 @@ def fetch_group(self, group_id, **kwargs): # noqa: E501 >>> result = thread.get() :param async_req bool - :param str group_id: String in uuid format. (required) + :param str group_id: String in UUID format (required) :return: GroupEnvelope If the method is called asynchronously, returns the request thread. @@ -251,7 +251,7 @@ def fetch_group(self, group_id, **kwargs): # noqa: E501 return data def fetch_group_with_http_info(self, group_id, **kwargs): # noqa: E501 - """Lists a group. # noqa: E501 + """Lists a group # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True @@ -259,7 +259,7 @@ def fetch_group_with_http_info(self, group_id, **kwargs): # noqa: E501 >>> result = thread.get() :param async_req bool - :param str group_id: String in uuid format. (required) + :param str group_id: String in UUID format (required) :return: GroupEnvelope If the method is called asynchronously, returns the request thread. @@ -308,7 +308,7 @@ def fetch_group_with_http_info(self, group_id, **kwargs): # noqa: E501 auth_settings = ['basicAuth'] # noqa: E501 return self.api_client.call_api( - '/groups/{groupId}', 'GET', + '/phonebook/groups/{groupId}', 'GET', path_params, query_params, header_params, @@ -324,7 +324,7 @@ def fetch_group_with_http_info(self, group_id, **kwargs): # noqa: E501 collection_formats=collection_formats) def fetch_groups(self, **kwargs): # noqa: E501 - """Returns all groups. # noqa: E501 + """Returns all groups # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True @@ -344,7 +344,7 @@ def fetch_groups(self, **kwargs): # noqa: E501 return data def fetch_groups_with_http_info(self, **kwargs): # noqa: E501 - """Returns all groups. # noqa: E501 + """Returns all groups # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True @@ -394,7 +394,7 @@ def fetch_groups_with_http_info(self, **kwargs): # noqa: E501 auth_settings = ['basicAuth'] # noqa: E501 return self.api_client.call_api( - '/groups', 'GET', + '/phonebook/groups', 'GET', path_params, query_params, header_params, @@ -410,7 +410,7 @@ def fetch_groups_with_http_info(self, **kwargs): # noqa: E501 collection_formats=collection_formats) def update_group(self, group_id, group_name, **kwargs): # noqa: E501 - """Updates a group with the provided name. # noqa: E501 + """Updates a group with the provided name # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True @@ -418,7 +418,7 @@ def update_group(self, group_id, group_name, **kwargs): # noqa: E501 >>> result = thread.get() :param async_req bool - :param str group_id: String in uuid format. (required) + :param str group_id: String in UUID format (required) :param GroupName group_name: (required) :return: GroupEnvelope If the method is called asynchronously, @@ -432,7 +432,7 @@ def update_group(self, group_id, group_name, **kwargs): # noqa: E501 return data def update_group_with_http_info(self, group_id, group_name, **kwargs): # noqa: E501 - """Updates a group with the provided name. # noqa: E501 + """Updates a group with the provided name # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True @@ -440,7 +440,7 @@ def update_group_with_http_info(self, group_id, group_name, **kwargs): # noqa: >>> result = thread.get() :param async_req bool - :param str group_id: String in uuid format. (required) + :param str group_id: String in UUID format (required) :param GroupName group_name: (required) :return: GroupEnvelope If the method is called asynchronously, @@ -500,7 +500,7 @@ def update_group_with_http_info(self, group_id, group_name, **kwargs): # noqa: auth_settings = ['basicAuth'] # noqa: E501 return self.api_client.call_api( - '/groups/{groupId}', 'PUT', + '/phonebook/groups/{groupId}', 'PUT', path_params, query_params, header_params, diff --git a/messente_api/api/omnimessage_api.py b/messente_api/api/omnimessage_api.py index 46200fd..708a036 100644 --- a/messente_api/api/omnimessage_api.py +++ b/messente_api/api/omnimessage_api.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ @@ -38,7 +38,7 @@ def __init__(self, api_client=None): self.api_client = api_client def cancel_scheduled_message(self, omnimessage_id, **kwargs): # noqa: E501 - """Cancels a scheduled Omnimessage. # noqa: E501 + """Cancels a scheduled Omnimessage # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True @@ -46,7 +46,7 @@ def cancel_scheduled_message(self, omnimessage_id, **kwargs): # noqa: E501 >>> result = thread.get() :param async_req bool - :param str omnimessage_id: UUID of the scheduled Omnimessage to be cancelled (required) + :param str omnimessage_id: UUID of the scheduled omnimessage to be cancelled (required) :return: None If the method is called asynchronously, returns the request thread. @@ -59,7 +59,7 @@ def cancel_scheduled_message(self, omnimessage_id, **kwargs): # noqa: E501 return data def cancel_scheduled_message_with_http_info(self, omnimessage_id, **kwargs): # noqa: E501 - """Cancels a scheduled Omnimessage. # noqa: E501 + """Cancels a scheduled Omnimessage # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True @@ -67,7 +67,7 @@ def cancel_scheduled_message_with_http_info(self, omnimessage_id, **kwargs): # >>> result = thread.get() :param async_req bool - :param str omnimessage_id: UUID of the scheduled Omnimessage to be cancelled (required) + :param str omnimessage_id: UUID of the scheduled omnimessage to be cancelled (required) :return: None If the method is called asynchronously, returns the request thread. @@ -132,7 +132,7 @@ def cancel_scheduled_message_with_http_info(self, omnimessage_id, **kwargs): # collection_formats=collection_formats) def send_omnimessage(self, omnimessage, **kwargs): # noqa: E501 - """Sends an Omnimessage. # noqa: E501 + """Sends an Omnimessage # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True @@ -153,7 +153,7 @@ def send_omnimessage(self, omnimessage, **kwargs): # noqa: E501 return data def send_omnimessage_with_http_info(self, omnimessage, **kwargs): # noqa: E501 - """Sends an Omnimessage. # noqa: E501 + """Sends an Omnimessage # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True diff --git a/messente_api/api_client.py b/messente_api/api_client.py index 16a3d7f..b25e9d2 100644 --- a/messente_api/api_client.py +++ b/messente_api/api_client.py @@ -4,7 +4,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ @@ -77,7 +77,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None, self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = 'OpenAPI-Generator/1.0.2/python' + self.user_agent = 'OpenAPI-Generator/1.0.3/python' def __del__(self): if self._pool: diff --git a/messente_api/configuration.py b/messente_api/configuration.py index 44ec4fa..5ba7fe9 100644 --- a/messente_api/configuration.py +++ b/messente_api/configuration.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ @@ -233,8 +233,8 @@ def to_debug_report(self): return "Python SDK Debug Report:\n"\ "OS: {env}\n"\ "Python Version: {pyversion}\n"\ - "Version of the API: 1.0.1\n"\ - "SDK Package Version: 1.0.2".\ + "Version of the API: 1.0.2\n"\ + "SDK Package Version: 1.0.3".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self): diff --git a/messente_api/exceptions.py b/messente_api/exceptions.py index 035a1ca..cf945dd 100644 --- a/messente_api/exceptions.py +++ b/messente_api/exceptions.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ diff --git a/messente_api/models/__init__.py b/messente_api/models/__init__.py index 9051bca..0d8bc10 100644 --- a/messente_api/models/__init__.py +++ b/messente_api/models/__init__.py @@ -6,7 +6,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ diff --git a/messente_api/models/channel.py b/messente_api/models/channel.py index d7b190e..e947371 100644 --- a/messente_api/models/channel.py +++ b/messente_api/models/channel.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ diff --git a/messente_api/models/contact_envelope.py b/messente_api/models/contact_envelope.py index 35227d2..a04abb5 100644 --- a/messente_api/models/contact_envelope.py +++ b/messente_api/models/contact_envelope.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ diff --git a/messente_api/models/contact_fields.py b/messente_api/models/contact_fields.py index cfc4beb..0d61b2c 100644 --- a/messente_api/models/contact_fields.py +++ b/messente_api/models/contact_fields.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ @@ -112,6 +112,7 @@ def phone_number(self, phone_number): def email(self): """Gets the email of this ContactFields. # noqa: E501 + The email of the contact # noqa: E501 :return: The email of this ContactFields. # noqa: E501 :rtype: str @@ -122,6 +123,7 @@ def email(self): def email(self, email): """Sets the email of this ContactFields. + The email of the contact # noqa: E501 :param email: The email of this ContactFields. # noqa: E501 :type: str @@ -133,6 +135,7 @@ def email(self, email): def first_name(self): """Gets the first_name of this ContactFields. # noqa: E501 + The first name of the contact # noqa: E501 :return: The first_name of this ContactFields. # noqa: E501 :rtype: str @@ -143,6 +146,7 @@ def first_name(self): def first_name(self, first_name): """Sets the first_name of this ContactFields. + The first name of the contact # noqa: E501 :param first_name: The first_name of this ContactFields. # noqa: E501 :type: str @@ -154,6 +158,7 @@ def first_name(self, first_name): def last_name(self): """Gets the last_name of this ContactFields. # noqa: E501 + The last name of the contact # noqa: E501 :return: The last_name of this ContactFields. # noqa: E501 :rtype: str @@ -164,6 +169,7 @@ def last_name(self): def last_name(self, last_name): """Sets the last_name of this ContactFields. + The last name of the contact # noqa: E501 :param last_name: The last_name of this ContactFields. # noqa: E501 :type: str @@ -175,6 +181,7 @@ def last_name(self, last_name): def company(self): """Gets the company of this ContactFields. # noqa: E501 + The company of the contact # noqa: E501 :return: The company of this ContactFields. # noqa: E501 :rtype: str @@ -185,6 +192,7 @@ def company(self): def company(self, company): """Sets the company of this ContactFields. + The company of the contact # noqa: E501 :param company: The company of this ContactFields. # noqa: E501 :type: str @@ -196,6 +204,7 @@ def company(self, company): def title(self): """Gets the title of this ContactFields. # noqa: E501 + The title of the contact # noqa: E501 :return: The title of this ContactFields. # noqa: E501 :rtype: str @@ -206,6 +215,7 @@ def title(self): def title(self, title): """Sets the title of this ContactFields. + The title of the contact # noqa: E501 :param title: The title of this ContactFields. # noqa: E501 :type: str @@ -217,6 +227,7 @@ def title(self, title): def custom(self): """Gets the custom of this ContactFields. # noqa: E501 + The first custom field # noqa: E501 :return: The custom of this ContactFields. # noqa: E501 :rtype: str @@ -227,6 +238,7 @@ def custom(self): def custom(self, custom): """Sets the custom of this ContactFields. + The first custom field # noqa: E501 :param custom: The custom of this ContactFields. # noqa: E501 :type: str @@ -238,6 +250,7 @@ def custom(self, custom): def custom2(self): """Gets the custom2 of this ContactFields. # noqa: E501 + The second custom field # noqa: E501 :return: The custom2 of this ContactFields. # noqa: E501 :rtype: str @@ -248,6 +261,7 @@ def custom2(self): def custom2(self, custom2): """Sets the custom2 of this ContactFields. + The second custom field # noqa: E501 :param custom2: The custom2 of this ContactFields. # noqa: E501 :type: str @@ -259,6 +273,7 @@ def custom2(self, custom2): def custom3(self): """Gets the custom3 of this ContactFields. # noqa: E501 + The third custom field # noqa: E501 :return: The custom3 of this ContactFields. # noqa: E501 :rtype: str @@ -269,6 +284,7 @@ def custom3(self): def custom3(self, custom3): """Sets the custom3 of this ContactFields. + The third custom field # noqa: E501 :param custom3: The custom3 of this ContactFields. # noqa: E501 :type: str @@ -280,6 +296,7 @@ def custom3(self, custom3): def custom4(self): """Gets the custom4 of this ContactFields. # noqa: E501 + The fourth custom field # noqa: E501 :return: The custom4 of this ContactFields. # noqa: E501 :rtype: str @@ -290,6 +307,7 @@ def custom4(self): def custom4(self, custom4): """Sets the custom4 of this ContactFields. + The fourth custom field # noqa: E501 :param custom4: The custom4 of this ContactFields. # noqa: E501 :type: str diff --git a/messente_api/models/contact_list_envelope.py b/messente_api/models/contact_list_envelope.py index bd95378..cad6e5b 100644 --- a/messente_api/models/contact_list_envelope.py +++ b/messente_api/models/contact_list_envelope.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ @@ -52,6 +52,7 @@ def __init__(self, contacts=None): # noqa: E501 def contacts(self): """Gets the contacts of this ContactListEnvelope. # noqa: E501 + An array of contacts # noqa: E501 :return: The contacts of this ContactListEnvelope. # noqa: E501 :rtype: list[ContactFields] @@ -62,6 +63,7 @@ def contacts(self): def contacts(self, contacts): """Sets the contacts of this ContactListEnvelope. + An array of contacts # noqa: E501 :param contacts: The contacts of this ContactListEnvelope. # noqa: E501 :type: list[ContactFields] diff --git a/messente_api/models/contact_update_fields.py b/messente_api/models/contact_update_fields.py index 0d6678c..b9eef8e 100644 --- a/messente_api/models/contact_update_fields.py +++ b/messente_api/models/contact_update_fields.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ @@ -83,6 +83,7 @@ def __init__(self, email=None, first_name=None, last_name=None, company=None, ti def email(self): """Gets the email of this ContactUpdateFields. # noqa: E501 + The email of the contact # noqa: E501 :return: The email of this ContactUpdateFields. # noqa: E501 :rtype: str @@ -93,6 +94,7 @@ def email(self): def email(self, email): """Sets the email of this ContactUpdateFields. + The email of the contact # noqa: E501 :param email: The email of this ContactUpdateFields. # noqa: E501 :type: str @@ -104,6 +106,7 @@ def email(self, email): def first_name(self): """Gets the first_name of this ContactUpdateFields. # noqa: E501 + The first name of the contact # noqa: E501 :return: The first_name of this ContactUpdateFields. # noqa: E501 :rtype: str @@ -114,6 +117,7 @@ def first_name(self): def first_name(self, first_name): """Sets the first_name of this ContactUpdateFields. + The first name of the contact # noqa: E501 :param first_name: The first_name of this ContactUpdateFields. # noqa: E501 :type: str @@ -125,6 +129,7 @@ def first_name(self, first_name): def last_name(self): """Gets the last_name of this ContactUpdateFields. # noqa: E501 + The last name of the contact # noqa: E501 :return: The last_name of this ContactUpdateFields. # noqa: E501 :rtype: str @@ -135,6 +140,7 @@ def last_name(self): def last_name(self, last_name): """Sets the last_name of this ContactUpdateFields. + The last name of the contact # noqa: E501 :param last_name: The last_name of this ContactUpdateFields. # noqa: E501 :type: str @@ -146,6 +152,7 @@ def last_name(self, last_name): def company(self): """Gets the company of this ContactUpdateFields. # noqa: E501 + The company of the contact # noqa: E501 :return: The company of this ContactUpdateFields. # noqa: E501 :rtype: str @@ -156,6 +163,7 @@ def company(self): def company(self, company): """Sets the company of this ContactUpdateFields. + The company of the contact # noqa: E501 :param company: The company of this ContactUpdateFields. # noqa: E501 :type: str @@ -167,6 +175,7 @@ def company(self, company): def title(self): """Gets the title of this ContactUpdateFields. # noqa: E501 + The title of the contact # noqa: E501 :return: The title of this ContactUpdateFields. # noqa: E501 :rtype: str @@ -177,6 +186,7 @@ def title(self): def title(self, title): """Sets the title of this ContactUpdateFields. + The title of the contact # noqa: E501 :param title: The title of this ContactUpdateFields. # noqa: E501 :type: str @@ -188,6 +198,7 @@ def title(self, title): def custom(self): """Gets the custom of this ContactUpdateFields. # noqa: E501 + The first custom field # noqa: E501 :return: The custom of this ContactUpdateFields. # noqa: E501 :rtype: str @@ -198,6 +209,7 @@ def custom(self): def custom(self, custom): """Sets the custom of this ContactUpdateFields. + The first custom field # noqa: E501 :param custom: The custom of this ContactUpdateFields. # noqa: E501 :type: str @@ -209,6 +221,7 @@ def custom(self, custom): def custom2(self): """Gets the custom2 of this ContactUpdateFields. # noqa: E501 + The second custom field # noqa: E501 :return: The custom2 of this ContactUpdateFields. # noqa: E501 :rtype: str @@ -219,6 +232,7 @@ def custom2(self): def custom2(self, custom2): """Sets the custom2 of this ContactUpdateFields. + The second custom field # noqa: E501 :param custom2: The custom2 of this ContactUpdateFields. # noqa: E501 :type: str @@ -230,6 +244,7 @@ def custom2(self, custom2): def custom3(self): """Gets the custom3 of this ContactUpdateFields. # noqa: E501 + The third custom field # noqa: E501 :return: The custom3 of this ContactUpdateFields. # noqa: E501 :rtype: str @@ -240,6 +255,7 @@ def custom3(self): def custom3(self, custom3): """Sets the custom3 of this ContactUpdateFields. + The third custom field # noqa: E501 :param custom3: The custom3 of this ContactUpdateFields. # noqa: E501 :type: str @@ -251,6 +267,7 @@ def custom3(self, custom3): def custom4(self): """Gets the custom4 of this ContactUpdateFields. # noqa: E501 + The fourth custom field # noqa: E501 :return: The custom4 of this ContactUpdateFields. # noqa: E501 :rtype: str @@ -261,6 +278,7 @@ def custom4(self): def custom4(self, custom4): """Sets the custom4 of this ContactUpdateFields. + The fourth custom field # noqa: E501 :param custom4: The custom4 of this ContactUpdateFields. # noqa: E501 :type: str diff --git a/messente_api/models/delivery_report_response.py b/messente_api/models/delivery_report_response.py index c2a29e5..d04bd27 100644 --- a/messente_api/models/delivery_report_response.py +++ b/messente_api/models/delivery_report_response.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ @@ -59,7 +59,7 @@ def __init__(self, statuses=None, to=None, omnimessage_id=None): # noqa: E501 def statuses(self): """Gets the statuses of this DeliveryReportResponse. # noqa: E501 - Contains the delivery reports for each channnel, ordered by send order # noqa: E501 + Contains the delivery reports for each channel, ordered by send order # noqa: E501 :return: The statuses of this DeliveryReportResponse. # noqa: E501 :rtype: list[DeliveryResult] @@ -70,7 +70,7 @@ def statuses(self): def statuses(self, statuses): """Sets the statuses of this DeliveryReportResponse. - Contains the delivery reports for each channnel, ordered by send order # noqa: E501 + Contains the delivery reports for each channel, ordered by send order # noqa: E501 :param statuses: The statuses of this DeliveryReportResponse. # noqa: E501 :type: list[DeliveryResult] @@ -109,7 +109,7 @@ def to(self, to): def omnimessage_id(self): """Gets the omnimessage_id of this DeliveryReportResponse. # noqa: E501 - Unique identifier for the Omnimessage # noqa: E501 + Unique identifier for the omnimessage # noqa: E501 :return: The omnimessage_id of this DeliveryReportResponse. # noqa: E501 :rtype: str @@ -120,7 +120,7 @@ def omnimessage_id(self): def omnimessage_id(self, omnimessage_id): """Sets the omnimessage_id of this DeliveryReportResponse. - Unique identifier for the Omnimessage # noqa: E501 + Unique identifier for the omnimessage # noqa: E501 :param omnimessage_id: The omnimessage_id of this DeliveryReportResponse. # noqa: E501 :type: str diff --git a/messente_api/models/delivery_result.py b/messente_api/models/delivery_result.py index 9e1dd24..2308593 100644 --- a/messente_api/models/delivery_result.py +++ b/messente_api/models/delivery_result.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ @@ -142,7 +142,7 @@ def message_id(self, message_id): def error(self): """Gets the error of this DeliveryResult. # noqa: E501 - Human-readable description of what went wrong, *null* in case of success or if the messages has not been processed yet # noqa: E501 + Human-readable description of what went wrong, *null* in case of success or if the message has not been processed yet # noqa: E501 :return: The error of this DeliveryResult. # noqa: E501 :rtype: str @@ -153,7 +153,7 @@ def error(self): def error(self, error): """Sets the error of this DeliveryResult. - Human-readable description of what went wrong, *null* in case of success or if the messages has not been processed yet # noqa: E501 + Human-readable description of what went wrong, *null* in case of success or if the message has not been processed yet # noqa: E501 :param error: The error of this DeliveryResult. # noqa: E501 :type: str diff --git a/messente_api/models/error_code_omnichannel.py b/messente_api/models/error_code_omnichannel.py index aa0e64b..4cc0d76 100644 --- a/messente_api/models/error_code_omnichannel.py +++ b/messente_api/models/error_code_omnichannel.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ diff --git a/messente_api/models/error_code_omnichannel_machine.py b/messente_api/models/error_code_omnichannel_machine.py index 2c154ab..f23f4ee 100644 --- a/messente_api/models/error_code_omnichannel_machine.py +++ b/messente_api/models/error_code_omnichannel_machine.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ diff --git a/messente_api/models/error_code_phonebook.py b/messente_api/models/error_code_phonebook.py index a29c95b..8fd634c 100644 --- a/messente_api/models/error_code_phonebook.py +++ b/messente_api/models/error_code_phonebook.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ diff --git a/messente_api/models/error_item_omnichannel.py b/messente_api/models/error_item_omnichannel.py index 0faf1e3..96495fe 100644 --- a/messente_api/models/error_item_omnichannel.py +++ b/messente_api/models/error_item_omnichannel.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ @@ -86,7 +86,7 @@ def title(self, title): def detail(self): """Gets the detail of this ErrorItemOmnichannel. # noqa: E501 - Free form more detailed description of the error. # noqa: E501 + Free form more detailed description of the error # noqa: E501 :return: The detail of this ErrorItemOmnichannel. # noqa: E501 :rtype: str @@ -97,7 +97,7 @@ def detail(self): def detail(self, detail): """Sets the detail of this ErrorItemOmnichannel. - Free form more detailed description of the error. # noqa: E501 + Free form more detailed description of the error # noqa: E501 :param detail: The detail of this ErrorItemOmnichannel. # noqa: E501 :type: str diff --git a/messente_api/models/error_item_phonebook.py b/messente_api/models/error_item_phonebook.py index d345519..428c483 100644 --- a/messente_api/models/error_item_phonebook.py +++ b/messente_api/models/error_item_phonebook.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ @@ -82,7 +82,7 @@ def title(self, title): def detail(self): """Gets the detail of this ErrorItemPhonebook. # noqa: E501 - Free form more detailed description of the error. # noqa: E501 + Free form more detailed description of the error # noqa: E501 :return: The detail of this ErrorItemPhonebook. # noqa: E501 :rtype: str @@ -93,7 +93,7 @@ def detail(self): def detail(self, detail): """Sets the detail of this ErrorItemPhonebook. - Free form more detailed description of the error. # noqa: E501 + Free form more detailed description of the error # noqa: E501 :param detail: The detail of this ErrorItemPhonebook. # noqa: E501 :type: str diff --git a/messente_api/models/error_omnichannel.py b/messente_api/models/error_omnichannel.py index a5a7213..b0f709b 100644 --- a/messente_api/models/error_omnichannel.py +++ b/messente_api/models/error_omnichannel.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ @@ -51,6 +51,7 @@ def __init__(self, errors=None): # noqa: E501 def errors(self): """Gets the errors of this ErrorOmnichannel. # noqa: E501 + An array of errors # noqa: E501 :return: The errors of this ErrorOmnichannel. # noqa: E501 :rtype: list[ErrorItemOmnichannel] @@ -61,6 +62,7 @@ def errors(self): def errors(self, errors): """Sets the errors of this ErrorOmnichannel. + An array of errors # noqa: E501 :param errors: The errors of this ErrorOmnichannel. # noqa: E501 :type: list[ErrorItemOmnichannel] diff --git a/messente_api/models/error_phonebook.py b/messente_api/models/error_phonebook.py index 79294fc..35b33a5 100644 --- a/messente_api/models/error_phonebook.py +++ b/messente_api/models/error_phonebook.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ @@ -51,6 +51,7 @@ def __init__(self, errors=None): # noqa: E501 def errors(self): """Gets the errors of this ErrorPhonebook. # noqa: E501 + An array of errors # noqa: E501 :return: The errors of this ErrorPhonebook. # noqa: E501 :rtype: list[ErrorItemPhonebook] @@ -61,6 +62,7 @@ def errors(self): def errors(self, errors): """Sets the errors of this ErrorPhonebook. + An array of errors # noqa: E501 :param errors: The errors of this ErrorPhonebook. # noqa: E501 :type: list[ErrorItemPhonebook] diff --git a/messente_api/models/error_title_omnichannel.py b/messente_api/models/error_title_omnichannel.py index 469be70..b74590a 100644 --- a/messente_api/models/error_title_omnichannel.py +++ b/messente_api/models/error_title_omnichannel.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ diff --git a/messente_api/models/error_title_phonebook.py b/messente_api/models/error_title_phonebook.py index ff2f2c6..9f1b904 100644 --- a/messente_api/models/error_title_phonebook.py +++ b/messente_api/models/error_title_phonebook.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ diff --git a/messente_api/models/fetch_blacklist_success.py b/messente_api/models/fetch_blacklist_success.py index 0e403c0..25844f2 100644 --- a/messente_api/models/fetch_blacklist_success.py +++ b/messente_api/models/fetch_blacklist_success.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ @@ -52,6 +52,7 @@ def __init__(self, phone_numbers=None): # noqa: E501 def phone_numbers(self): """Gets the phone_numbers of this FetchBlacklistSuccess. # noqa: E501 + Array of unique phone numbers # noqa: E501 :return: The phone_numbers of this FetchBlacklistSuccess. # noqa: E501 :rtype: list[str] @@ -62,6 +63,7 @@ def phone_numbers(self): def phone_numbers(self, phone_numbers): """Sets the phone_numbers of this FetchBlacklistSuccess. + Array of unique phone numbers # noqa: E501 :param phone_numbers: The phone_numbers of this FetchBlacklistSuccess. # noqa: E501 :type: list[str] diff --git a/messente_api/models/group_envelope.py b/messente_api/models/group_envelope.py index 31404d8..2137ad0 100644 --- a/messente_api/models/group_envelope.py +++ b/messente_api/models/group_envelope.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ diff --git a/messente_api/models/group_list_envelope.py b/messente_api/models/group_list_envelope.py index 129232d..0c0adff 100644 --- a/messente_api/models/group_list_envelope.py +++ b/messente_api/models/group_list_envelope.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ @@ -52,6 +52,7 @@ def __init__(self, groups=None): # noqa: E501 def groups(self): """Gets the groups of this GroupListEnvelope. # noqa: E501 + An array of groups # noqa: E501 :return: The groups of this GroupListEnvelope. # noqa: E501 :rtype: list[GroupResponseFields] @@ -62,6 +63,7 @@ def groups(self): def groups(self, groups): """Sets the groups of this GroupListEnvelope. + An array of groups # noqa: E501 :param groups: The groups of this GroupListEnvelope. # noqa: E501 :type: list[GroupResponseFields] diff --git a/messente_api/models/group_name.py b/messente_api/models/group_name.py index e09b8c4..073f4e3 100644 --- a/messente_api/models/group_name.py +++ b/messente_api/models/group_name.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ @@ -51,6 +51,7 @@ def __init__(self, name=None): # noqa: E501 def name(self): """Gets the name of this GroupName. # noqa: E501 + The name of the group # noqa: E501 :return: The name of this GroupName. # noqa: E501 :rtype: str @@ -61,6 +62,7 @@ def name(self): def name(self, name): """Sets the name of this GroupName. + The name of the group # noqa: E501 :param name: The name of this GroupName. # noqa: E501 :type: str diff --git a/messente_api/models/group_response_fields.py b/messente_api/models/group_response_fields.py index c1ff471..9638ecf 100644 --- a/messente_api/models/group_response_fields.py +++ b/messente_api/models/group_response_fields.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ @@ -63,7 +63,7 @@ def __init__(self, id=None, name=None, created_on=None, contacts_count=None): # def id(self): """Gets the id of this GroupResponseFields. # noqa: E501 - Id string in uuid format # noqa: E501 + Id string in UUID format # noqa: E501 :return: The id of this GroupResponseFields. # noqa: E501 :rtype: str @@ -74,7 +74,7 @@ def id(self): def id(self, id): """Sets the id of this GroupResponseFields. - Id string in uuid format # noqa: E501 + Id string in UUID format # noqa: E501 :param id: The id of this GroupResponseFields. # noqa: E501 :type: str @@ -88,6 +88,7 @@ def id(self, id): def name(self): """Gets the name of this GroupResponseFields. # noqa: E501 + The name of the group # noqa: E501 :return: The name of this GroupResponseFields. # noqa: E501 :rtype: str @@ -98,6 +99,7 @@ def name(self): def name(self, name): """Sets the name of this GroupResponseFields. + The name of the group # noqa: E501 :param name: The name of this GroupResponseFields. # noqa: E501 :type: str @@ -111,7 +113,7 @@ def name(self, name): def created_on(self): """Gets the created_on of this GroupResponseFields. # noqa: E501 - format %Y-%m-%dT%H:%M:%S.%fZ # noqa: E501 + When the group was created # noqa: E501 :return: The created_on of this GroupResponseFields. # noqa: E501 :rtype: str @@ -122,7 +124,7 @@ def created_on(self): def created_on(self, created_on): """Sets the created_on of this GroupResponseFields. - format %Y-%m-%dT%H:%M:%S.%fZ # noqa: E501 + When the group was created # noqa: E501 :param created_on: The created_on of this GroupResponseFields. # noqa: E501 :type: str @@ -134,6 +136,7 @@ def created_on(self, created_on): def contacts_count(self): """Gets the contacts_count of this GroupResponseFields. # noqa: E501 + The count of contacts in the group # noqa: E501 :return: The contacts_count of this GroupResponseFields. # noqa: E501 :rtype: int @@ -144,6 +147,7 @@ def contacts_count(self): def contacts_count(self, contacts_count): """Sets the contacts_count of this GroupResponseFields. + The count of contacts in the group # noqa: E501 :param contacts_count: The contacts_count of this GroupResponseFields. # noqa: E501 :type: int diff --git a/messente_api/models/message_result.py b/messente_api/models/message_result.py index 6f8f92c..366b959 100644 --- a/messente_api/models/message_result.py +++ b/messente_api/models/message_result.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ diff --git a/messente_api/models/number_to_blacklist.py b/messente_api/models/number_to_blacklist.py index 954a022..3097f8c 100644 --- a/messente_api/models/number_to_blacklist.py +++ b/messente_api/models/number_to_blacklist.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ diff --git a/messente_api/models/omni_message_create_success_response.py b/messente_api/models/omni_message_create_success_response.py index dc487e8..7e02e1e 100644 --- a/messente_api/models/omni_message_create_success_response.py +++ b/messente_api/models/omni_message_create_success_response.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ @@ -59,7 +59,7 @@ def __init__(self, messages=None, to=None, omnimessage_id=None): # noqa: E501 def messages(self): """Gets the messages of this OmniMessageCreateSuccessResponse. # noqa: E501 - List of messages that compose the Omnimessage # noqa: E501 + List of messages that compose the omnimessage # noqa: E501 :return: The messages of this OmniMessageCreateSuccessResponse. # noqa: E501 :rtype: list[MessageResult] @@ -70,7 +70,7 @@ def messages(self): def messages(self, messages): """Sets the messages of this OmniMessageCreateSuccessResponse. - List of messages that compose the Omnimessage # noqa: E501 + List of messages that compose the omnimessage # noqa: E501 :param messages: The messages of this OmniMessageCreateSuccessResponse. # noqa: E501 :type: list[MessageResult] @@ -109,7 +109,7 @@ def to(self, to): def omnimessage_id(self): """Gets the omnimessage_id of this OmniMessageCreateSuccessResponse. # noqa: E501 - Unique identifier for the Omnimessage # noqa: E501 + Unique identifier for the omnimessage # noqa: E501 :return: The omnimessage_id of this OmniMessageCreateSuccessResponse. # noqa: E501 :rtype: str @@ -120,7 +120,7 @@ def omnimessage_id(self): def omnimessage_id(self, omnimessage_id): """Sets the omnimessage_id of this OmniMessageCreateSuccessResponse. - Unique identifier for the Omnimessage # noqa: E501 + Unique identifier for the omnimessage # noqa: E501 :param omnimessage_id: The omnimessage_id of this OmniMessageCreateSuccessResponse. # noqa: E501 :type: str diff --git a/messente_api/models/omnimessage.py b/messente_api/models/omnimessage.py index f738304..0b24c16 100644 --- a/messente_api/models/omnimessage.py +++ b/messente_api/models/omnimessage.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ @@ -95,6 +95,7 @@ def to(self, to): def messages(self): """Gets the messages of this Omnimessage. # noqa: E501 + An array of messages # noqa: E501 :return: The messages of this Omnimessage. # noqa: E501 :rtype: list[OneOfViberSMSWhatsApp] @@ -105,6 +106,7 @@ def messages(self): def messages(self, messages): """Sets the messages of this Omnimessage. + An array of messages # noqa: E501 :param messages: The messages of this Omnimessage. # noqa: E501 :type: list[OneOfViberSMSWhatsApp] @@ -162,7 +164,7 @@ def text_store(self, text_store): def time_to_send(self): """Gets the time_to_send of this Omnimessage. # noqa: E501 - Optional parameter for sending messages at some specific time in the future. Time must be specified in the ISO-8601 format. If no timezone is specified, then the timezone is assumed to be UTC. Examples: * Time specified with timezone: 2018-06-22T09:05:07+00:00 Time specified in UTC: 2018-06-22T09:05:07Z * Time specified without timezone: 2018-06-22T09:05 (equivalent to 2018-06-22T09:05+00:00) # noqa: E501 + Optional parameter for sending messages at some specific time in the future. Time must be specified in the ISO-8601 format. If no timezone is specified, then the timezone is assumed to be UTC Examples: * Time specified with timezone: 2018-06-22T09:05:07+00:00 Time specified in UTC: 2018-06-22T09:05:07Z * Time specified without timezone: 2018-06-22T09:05 (equivalent to 2018-06-22T09:05+00:00) # noqa: E501 :return: The time_to_send of this Omnimessage. # noqa: E501 :rtype: datetime @@ -173,7 +175,7 @@ def time_to_send(self): def time_to_send(self, time_to_send): """Sets the time_to_send of this Omnimessage. - Optional parameter for sending messages at some specific time in the future. Time must be specified in the ISO-8601 format. If no timezone is specified, then the timezone is assumed to be UTC. Examples: * Time specified with timezone: 2018-06-22T09:05:07+00:00 Time specified in UTC: 2018-06-22T09:05:07Z * Time specified without timezone: 2018-06-22T09:05 (equivalent to 2018-06-22T09:05+00:00) # noqa: E501 + Optional parameter for sending messages at some specific time in the future. Time must be specified in the ISO-8601 format. If no timezone is specified, then the timezone is assumed to be UTC Examples: * Time specified with timezone: 2018-06-22T09:05:07+00:00 Time specified in UTC: 2018-06-22T09:05:07Z * Time specified without timezone: 2018-06-22T09:05 (equivalent to 2018-06-22T09:05+00:00) # noqa: E501 :param time_to_send: The time_to_send of this Omnimessage. # noqa: E501 :type: datetime diff --git a/messente_api/models/sms.py b/messente_api/models/sms.py index a219b9c..20439db 100644 --- a/messente_api/models/sms.py +++ b/messente_api/models/sms.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ @@ -147,7 +147,7 @@ def validity(self, validity): def autoconvert(self): """Gets the autoconvert of this SMS. # noqa: E501 - Defines how non-GSM characters will be treated: - \"on\" Use replacement settings from the account's [API Auto Replace settings page](https://dashboard.messente.com/api-settings/auto-replace)(default) - \"full\" All non GSM 03.38 characters will be replaced with suitable alternatives - \"off\" Message content is not modified in any way # noqa: E501 + Defines how non-GSM characters will be treated: - \"on\" Use replacement settings from the account's [API Auto Replace settings page](https://dashboard.messente.com/api-settings/auto-replace) (default) - \"full\" All non GSM 03.38 characters will be replaced with suitable alternatives - \"off\" Message content is not modified in any way # noqa: E501 :return: The autoconvert of this SMS. # noqa: E501 :rtype: str @@ -158,7 +158,7 @@ def autoconvert(self): def autoconvert(self, autoconvert): """Sets the autoconvert of this SMS. - Defines how non-GSM characters will be treated: - \"on\" Use replacement settings from the account's [API Auto Replace settings page](https://dashboard.messente.com/api-settings/auto-replace)(default) - \"full\" All non GSM 03.38 characters will be replaced with suitable alternatives - \"off\" Message content is not modified in any way # noqa: E501 + Defines how non-GSM characters will be treated: - \"on\" Use replacement settings from the account's [API Auto Replace settings page](https://dashboard.messente.com/api-settings/auto-replace) (default) - \"full\" All non GSM 03.38 characters will be replaced with suitable alternatives - \"off\" Message content is not modified in any way # noqa: E501 :param autoconvert: The autoconvert of this SMS. # noqa: E501 :type: str @@ -199,6 +199,7 @@ def udh(self, udh): def channel(self): """Gets the channel of this SMS. # noqa: E501 + The channel used to deliver the message # noqa: E501 :return: The channel of this SMS. # noqa: E501 :rtype: str @@ -209,6 +210,7 @@ def channel(self): def channel(self, channel): """Sets the channel of this SMS. + The channel used to deliver the message # noqa: E501 :param channel: The channel of this SMS. # noqa: E501 :type: str diff --git a/messente_api/models/status.py b/messente_api/models/status.py index bd24a05..c4ca4fd 100644 --- a/messente_api/models/status.py +++ b/messente_api/models/status.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ diff --git a/messente_api/models/text_store.py b/messente_api/models/text_store.py index d12f11c..dbb1bca 100644 --- a/messente_api/models/text_store.py +++ b/messente_api/models/text_store.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ diff --git a/messente_api/models/viber.py b/messente_api/models/viber.py index ee69376..c1291f7 100644 --- a/messente_api/models/viber.py +++ b/messente_api/models/viber.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ @@ -151,7 +151,7 @@ def text(self, text): def image_url(self): """Gets the image_url of this Viber. # noqa: E501 - URL for the embedded image. Valid combinations: 1) image_url, 2) text, image_url, button_url, button_text # noqa: E501 + URL for the embedded image Valid combinations: 1) image_url, 2) text, image_url, button_url, button_text # noqa: E501 :return: The image_url of this Viber. # noqa: E501 :rtype: str @@ -162,7 +162,7 @@ def image_url(self): def image_url(self, image_url): """Sets the image_url of this Viber. - URL for the embedded image. Valid combinations: 1) image_url, 2) text, image_url, button_url, button_text # noqa: E501 + URL for the embedded image Valid combinations: 1) image_url, 2) text, image_url, button_url, button_text # noqa: E501 :param image_url: The image_url of this Viber. # noqa: E501 :type: str @@ -220,6 +220,7 @@ def button_text(self, button_text): def channel(self): """Gets the channel of this Viber. # noqa: E501 + The channel used to deliver the message # noqa: E501 :return: The channel of this Viber. # noqa: E501 :rtype: str @@ -230,6 +231,7 @@ def channel(self): def channel(self, channel): """Sets the channel of this Viber. + The channel used to deliver the message # noqa: E501 :param channel: The channel of this Viber. # noqa: E501 :type: str diff --git a/messente_api/models/whats_app.py b/messente_api/models/whats_app.py index d897f52..77a453e 100644 --- a/messente_api/models/whats_app.py +++ b/messente_api/models/whats_app.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ @@ -212,6 +212,7 @@ def audio(self, audio): def channel(self): """Gets the channel of this WhatsApp. # noqa: E501 + The channel used to deliver the message # noqa: E501 :return: The channel of this WhatsApp. # noqa: E501 :rtype: str @@ -222,6 +223,7 @@ def channel(self): def channel(self, channel): """Sets the channel of this WhatsApp. + The channel used to deliver the message # noqa: E501 :param channel: The channel of this WhatsApp. # noqa: E501 :type: str diff --git a/messente_api/models/whats_app_audio.py b/messente_api/models/whats_app_audio.py index b279af4..5254bad 100644 --- a/messente_api/models/whats_app_audio.py +++ b/messente_api/models/whats_app_audio.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ diff --git a/messente_api/models/whats_app_document.py b/messente_api/models/whats_app_document.py index 87c51f1..dbac4e6 100644 --- a/messente_api/models/whats_app_document.py +++ b/messente_api/models/whats_app_document.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ diff --git a/messente_api/models/whats_app_image.py b/messente_api/models/whats_app_image.py index c00550c..dbd5eaa 100644 --- a/messente_api/models/whats_app_image.py +++ b/messente_api/models/whats_app_image.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ diff --git a/messente_api/models/whats_app_text.py b/messente_api/models/whats_app_text.py index 2ea87a3..413e85d 100644 --- a/messente_api/models/whats_app_text.py +++ b/messente_api/models/whats_app_text.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ @@ -56,7 +56,7 @@ def __init__(self, preview_url=True, body=None): # noqa: E501 def preview_url(self): """Gets the preview_url of this WhatsAppText. # noqa: E501 - Whether to display link preview if the message contains a hyperlink. # noqa: E501 + Whether to display link preview if the message contains a hyperlink # noqa: E501 :return: The preview_url of this WhatsAppText. # noqa: E501 :rtype: bool @@ -67,7 +67,7 @@ def preview_url(self): def preview_url(self, preview_url): """Sets the preview_url of this WhatsAppText. - Whether to display link preview if the message contains a hyperlink. # noqa: E501 + Whether to display link preview if the message contains a hyperlink # noqa: E501 :param preview_url: The preview_url of this WhatsAppText. # noqa: E501 :type: bool diff --git a/messente_api/rest.py b/messente_api/rest.py index 77e7aad..01b46ba 100644 --- a/messente_api/rest.py +++ b/messente_api/rest.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ diff --git a/setup.py b/setup.py index cb9461a..0afb52f 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ @@ -14,7 +14,7 @@ from setuptools import setup, find_packages # noqa: H301 NAME = "messente-api" -VERSION = "1.0.2" +VERSION = "1.0.3" # To install the library, run the following # # python setup.py install diff --git a/test/test_blacklist_api.py b/test/test_blacklist_api.py index a3e6b34..a6386e0 100644 --- a/test/test_blacklist_api.py +++ b/test/test_blacklist_api.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ @@ -32,28 +32,28 @@ def tearDown(self): def test_add_to_blacklist(self): """Test case for add_to_blacklist - Adds a phone number to the blacklist. # noqa: E501 + Adds a phone number to the blacklist # noqa: E501 """ pass def test_delete_from_blacklist(self): """Test case for delete_from_blacklist - Deletes a phone number from the blacklist. # noqa: E501 + Deletes a phone number from the blacklist # noqa: E501 """ pass def test_fetch_blacklist(self): """Test case for fetch_blacklist - Returns all blacklisted phone numbers. # noqa: E501 + Returns all blacklisted phone numbers # noqa: E501 """ pass def test_is_blacklisted(self): """Test case for is_blacklisted - Checks if a phone number is blacklisted. # noqa: E501 + Checks if a phone number is blacklisted # noqa: E501 """ pass diff --git a/test/test_channel.py b/test/test_channel.py index 2e62af1..31efecf 100644 --- a/test/test_channel.py +++ b/test/test_channel.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_contact_envelope.py b/test/test_contact_envelope.py index cf5fce4..67007e5 100644 --- a/test/test_contact_envelope.py +++ b/test/test_contact_envelope.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_contact_fields.py b/test/test_contact_fields.py index f2fd59c..0a910ae 100644 --- a/test/test_contact_fields.py +++ b/test/test_contact_fields.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_contact_list_envelope.py b/test/test_contact_list_envelope.py index 9cc5fc0..773a162 100644 --- a/test/test_contact_list_envelope.py +++ b/test/test_contact_list_envelope.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_contact_update_fields.py b/test/test_contact_update_fields.py index e313e26..93c9016 100644 --- a/test/test_contact_update_fields.py +++ b/test/test_contact_update_fields.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_contacts_api.py b/test/test_contacts_api.py index a8ee818..58d248f 100644 --- a/test/test_contacts_api.py +++ b/test/test_contacts_api.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ @@ -32,56 +32,56 @@ def tearDown(self): def test_add_contact_to_group(self): """Test case for add_contact_to_group - Adds a contact to a group. # noqa: E501 + Adds a contact to a group # noqa: E501 """ pass def test_create_contact(self): """Test case for create_contact - Creates a new contact. # noqa: E501 + Creates a new contact # noqa: E501 """ pass def test_delete_contact(self): """Test case for delete_contact - Deletes a contact. # noqa: E501 + Deletes a contact # noqa: E501 """ pass def test_fetch_contact(self): """Test case for fetch_contact - Lists a contact. # noqa: E501 + Lists a contact # noqa: E501 """ pass def test_fetch_contact_groups(self): """Test case for fetch_contact_groups - Lists groups of a contact. # noqa: E501 + Lists groups of a contact # noqa: E501 """ pass def test_fetch_contacts(self): """Test case for fetch_contacts - Returns all contacts. # noqa: E501 + Returns all contacts # noqa: E501 """ pass def test_remove_contact_from_group(self): """Test case for remove_contact_from_group - Removes a contact from a group. # noqa: E501 + Removes a contact from a group # noqa: E501 """ pass def test_update_contact(self): """Test case for update_contact - Updates a contact. # noqa: E501 + Updates a contact # noqa: E501 """ pass diff --git a/test/test_delivery_report_api.py b/test/test_delivery_report_api.py index 9cf049b..5ccfbf1 100644 --- a/test/test_delivery_report_api.py +++ b/test/test_delivery_report_api.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ @@ -32,7 +32,7 @@ def tearDown(self): def test_retrieve_delivery_report(self): """Test case for retrieve_delivery_report - Retrieves the delivery report for the Omnimessage. # noqa: E501 + Retrieves the delivery report for the Omnimessage # noqa: E501 """ pass diff --git a/test/test_delivery_report_response.py b/test/test_delivery_report_response.py index c2faf60..b4c004d 100644 --- a/test/test_delivery_report_response.py +++ b/test/test_delivery_report_response.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_delivery_result.py b/test/test_delivery_result.py index 36c339e..2ddc1ad 100644 --- a/test/test_delivery_result.py +++ b/test/test_delivery_result.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_error_code_omnichannel.py b/test/test_error_code_omnichannel.py index f1db5f5..849f4eb 100644 --- a/test/test_error_code_omnichannel.py +++ b/test/test_error_code_omnichannel.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_error_code_omnichannel_machine.py b/test/test_error_code_omnichannel_machine.py index 1689313..4d9123d 100644 --- a/test/test_error_code_omnichannel_machine.py +++ b/test/test_error_code_omnichannel_machine.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_error_code_phonebook.py b/test/test_error_code_phonebook.py index 992ef7f..fb3f7f9 100644 --- a/test/test_error_code_phonebook.py +++ b/test/test_error_code_phonebook.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_error_item_omnichannel.py b/test/test_error_item_omnichannel.py index d466877..77519ed 100644 --- a/test/test_error_item_omnichannel.py +++ b/test/test_error_item_omnichannel.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_error_item_phonebook.py b/test/test_error_item_phonebook.py index 4db6c5e..186766b 100644 --- a/test/test_error_item_phonebook.py +++ b/test/test_error_item_phonebook.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_error_omnichannel.py b/test/test_error_omnichannel.py index 922cf72..4618e53 100644 --- a/test/test_error_omnichannel.py +++ b/test/test_error_omnichannel.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_error_phonebook.py b/test/test_error_phonebook.py index 3ac06e9..05eadd4 100644 --- a/test/test_error_phonebook.py +++ b/test/test_error_phonebook.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_error_title_omnichannel.py b/test/test_error_title_omnichannel.py index 2a1b6f5..f89ea7b 100644 --- a/test/test_error_title_omnichannel.py +++ b/test/test_error_title_omnichannel.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_error_title_phonebook.py b/test/test_error_title_phonebook.py index 913f7c4..240cbd7 100644 --- a/test/test_error_title_phonebook.py +++ b/test/test_error_title_phonebook.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_fetch_blacklist_success.py b/test/test_fetch_blacklist_success.py index 5eec063..d2c6931 100644 --- a/test/test_fetch_blacklist_success.py +++ b/test/test_fetch_blacklist_success.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_group_envelope.py b/test/test_group_envelope.py index 774c00e..cb10e1f 100644 --- a/test/test_group_envelope.py +++ b/test/test_group_envelope.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_group_list_envelope.py b/test/test_group_list_envelope.py index 960cbbf..3ee156f 100644 --- a/test/test_group_list_envelope.py +++ b/test/test_group_list_envelope.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_group_name.py b/test/test_group_name.py index 00a5fce..94a4e47 100644 --- a/test/test_group_name.py +++ b/test/test_group_name.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_group_response_fields.py b/test/test_group_response_fields.py index ada4c0a..4c53725 100644 --- a/test/test_group_response_fields.py +++ b/test/test_group_response_fields.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_groups_api.py b/test/test_groups_api.py index 674b751..b86ecb2 100644 --- a/test/test_groups_api.py +++ b/test/test_groups_api.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ @@ -32,35 +32,35 @@ def tearDown(self): def test_create_group(self): """Test case for create_group - Creates a new group with the provided name. # noqa: E501 + Creates a new group with the provided name # noqa: E501 """ pass def test_delete_group(self): """Test case for delete_group - Deletes a group. # noqa: E501 + Deletes a group # noqa: E501 """ pass def test_fetch_group(self): """Test case for fetch_group - Lists a group. # noqa: E501 + Lists a group # noqa: E501 """ pass def test_fetch_groups(self): """Test case for fetch_groups - Returns all groups. # noqa: E501 + Returns all groups # noqa: E501 """ pass def test_update_group(self): """Test case for update_group - Updates a group with the provided name. # noqa: E501 + Updates a group with the provided name # noqa: E501 """ pass diff --git a/test/test_message_result.py b/test/test_message_result.py index 743af81..f7d7982 100644 --- a/test/test_message_result.py +++ b/test/test_message_result.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_number_to_blacklist.py b/test/test_number_to_blacklist.py index bf3cbfa..5de59bc 100644 --- a/test/test_number_to_blacklist.py +++ b/test/test_number_to_blacklist.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_omni_message_create_success_response.py b/test/test_omni_message_create_success_response.py index 0366e64..866c84d 100644 --- a/test/test_omni_message_create_success_response.py +++ b/test/test_omni_message_create_success_response.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_omnimessage.py b/test/test_omnimessage.py index 45ec4f0..e88ad2d 100644 --- a/test/test_omnimessage.py +++ b/test/test_omnimessage.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_omnimessage_api.py b/test/test_omnimessage_api.py index 9cc0a48..687b0e3 100644 --- a/test/test_omnimessage_api.py +++ b/test/test_omnimessage_api.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ @@ -32,14 +32,14 @@ def tearDown(self): def test_cancel_scheduled_message(self): """Test case for cancel_scheduled_message - Cancels a scheduled Omnimessage. # noqa: E501 + Cancels a scheduled Omnimessage # noqa: E501 """ pass def test_send_omnimessage(self): """Test case for send_omnimessage - Sends an Omnimessage. # noqa: E501 + Sends an Omnimessage # noqa: E501 """ pass diff --git a/test/test_sms.py b/test/test_sms.py index 96f7073..e9b38eb 100644 --- a/test/test_sms.py +++ b/test/test_sms.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_status.py b/test/test_status.py index 95df560..17c193e 100644 --- a/test/test_status.py +++ b/test/test_status.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_text_store.py b/test/test_text_store.py index 8f23b43..3ef1671 100644 --- a/test/test_text_store.py +++ b/test/test_text_store.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_viber.py b/test/test_viber.py index 1dbcfef..d6befeb 100644 --- a/test/test_viber.py +++ b/test/test_viber.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_whats_app.py b/test/test_whats_app.py index 106cfc1..330137c 100644 --- a/test/test_whats_app.py +++ b/test/test_whats_app.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_whats_app_audio.py b/test/test_whats_app_audio.py index 81eddde..0855246 100644 --- a/test/test_whats_app_audio.py +++ b/test/test_whats_app_audio.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_whats_app_document.py b/test/test_whats_app_document.py index 0e4fb6f..f4def7a 100644 --- a/test/test_whats_app_document.py +++ b/test/test_whats_app_document.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_whats_app_image.py b/test/test_whats_app_image.py index 49c8b6c..664ba9c 100644 --- a/test/test_whats_app_image.py +++ b/test/test_whats_app_image.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_whats_app_text.py b/test/test_whats_app_text.py index 3f3b4b8..50f93c2 100644 --- a/test/test_whats_app_text.py +++ b/test/test_whats_app_text.py @@ -5,7 +5,7 @@ [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. # noqa: E501 - The version of the OpenAPI document: 1.0.1 + The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech """