Socket
Socket
Sign inDemoInstall

messente_api

Package Overview
Dependencies
38
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.1.0

docs/Telegram.md

6

docs/BlacklistApi.md

@@ -30,3 +30,3 @@ # MessenteApi.BlacklistApi

var apiInstance = new MessenteApi.BlacklistApi();
var numberToBlacklist = new MessenteApi.NumberToBlacklist(); // NumberToBlacklist | Phone number to be blacklisted
var numberToBlacklist = {"phoneNumber":"+37251000000"}; // NumberToBlacklist | Phone number to be blacklisted
var callback = function(error, data, response) {

@@ -78,3 +78,3 @@ if (error) {

var apiInstance = new MessenteApi.BlacklistApi();
var phone = "phone_example"; // String | A phone number
var phone = +37251000000; // String | A phone number
var callback = function(error, data, response) {

@@ -169,3 +169,3 @@ if (error) {

var apiInstance = new MessenteApi.BlacklistApi();
var phone = "phone_example"; // String | A phone number
var phone = +37251000000; // String | A phone number
var callback = function(error, data, response) {

@@ -172,0 +172,0 @@ if (error) {

@@ -12,2 +12,4 @@ # MessenteApi.Channel

* `telegram` (value: `"telegram"`)

@@ -34,4 +34,4 @@ # MessenteApi.ContactsApi

var apiInstance = new MessenteApi.ContactsApi();
var groupId = "groupId_example"; // String | String in UUID format
var phone = "phone_example"; // String | A phone number
var groupId = 5792a02a-e5c2-422b-a0a0-0ae65d814663; // String | String in UUID format
var phone = +37251000000; // String | A phone number
var callback = function(error, data, response) {

@@ -84,3 +84,3 @@ if (error) {

var apiInstance = new MessenteApi.ContactsApi();
var contactFields = new MessenteApi.ContactFields(); // ContactFields |
var contactFields = {"phoneNumber":"+37251000000","email":"anyone@messente.com","firstName":"Any","lastName":"One","company":"Messente","title":"Sir","custom":"Any custom","custom2":"Any custom two","custom3":"Any custom three","custom4":"Any custom four"}; // ContactFields |
var callback = function(error, data, response) {

@@ -132,3 +132,3 @@ if (error) {

var apiInstance = new MessenteApi.ContactsApi();
var phone = "phone_example"; // String | A phone number
var phone = +37251000000; // String | A phone number
var callback = function(error, data, response) {

@@ -180,3 +180,3 @@ if (error) {

var apiInstance = new MessenteApi.ContactsApi();
var phone = "phone_example"; // String | A phone number
var phone = +37251000000; // String | A phone number
var callback = function(error, data, response) {

@@ -228,3 +228,3 @@ if (error) {

var apiInstance = new MessenteApi.ContactsApi();
var phone = "phone_example"; // String | A phone number
var phone = +37251000000; // String | A phone number
var callback = function(error, data, response) {

@@ -277,3 +277,3 @@ if (error) {

var opts = {
'groupIds': ["null"] // [String] | Optional one or many group id strings in UUID format. For example: \"/contacts?groupIds=group_id_one&groupIds=group_id_two\"
'groupIds': ["5792a02a-e5c2-422b-a0a0-0ae65d814663","4792a02a-e5c2-422b-a0a0-0ae65d814662"] // [String] | Optional one or many group id strings in UUID format. For example: \"/contacts?groupIds=group_id_one&groupIds=group_id_two\"
};

@@ -326,4 +326,4 @@ var callback = function(error, data, response) {

var apiInstance = new MessenteApi.ContactsApi();
var groupId = "groupId_example"; // String | String in UUID format
var phone = "phone_example"; // String | A phone number
var groupId = 5792a02a-e5c2-422b-a0a0-0ae65d814663; // String | String in UUID format
var phone = +37251000000; // String | A phone number
var callback = function(error, data, response) {

@@ -376,4 +376,4 @@ if (error) {

var apiInstance = new MessenteApi.ContactsApi();
var phone = "phone_example"; // String | A phone number
var contactUpdateFields = new MessenteApi.ContactUpdateFields(); // ContactUpdateFields |
var phone = +37251000000; // String | A phone number
var contactUpdateFields = {"email":"anyone@messente.com","firstName":"Any","lastName":"One","company":"Messente","title":"Sir","custom":"Any custom","custom2":"Any custom two","custom3":"Any custom three","custom4":"Any custom four"}; // ContactUpdateFields |
var callback = function(error, data, response) {

@@ -380,0 +380,0 @@ if (error) {

@@ -31,3 +31,3 @@ # MessenteApi.GroupsApi

var apiInstance = new MessenteApi.GroupsApi();
var groupName = new MessenteApi.GroupName(); // GroupName |
var groupName = {"name":"Any group name"}; // GroupName |
var callback = function(error, data, response) {

@@ -79,3 +79,3 @@ if (error) {

var apiInstance = new MessenteApi.GroupsApi();
var groupId = "groupId_example"; // String | String in UUID format
var groupId = 5792a02a-e5c2-422b-a0a0-0ae65d814663; // String | String in UUID format
var callback = function(error, data, response) {

@@ -127,3 +127,3 @@ if (error) {

var apiInstance = new MessenteApi.GroupsApi();
var groupId = "groupId_example"; // String | String in UUID format
var groupId = 5792a02a-e5c2-422b-a0a0-0ae65d814663; // String | String in UUID format
var callback = function(error, data, response) {

@@ -218,4 +218,4 @@ if (error) {

var apiInstance = new MessenteApi.GroupsApi();
var groupId = "groupId_example"; // String | String in UUID format
var groupName = new MessenteApi.GroupName(); // GroupName |
var groupId = 5792a02a-e5c2-422b-a0a0-0ae65d814663; // String | String in UUID format
var groupName = {"name":"Any group name"}; // GroupName |
var callback = function(error, data, response) {

@@ -222,0 +222,0 @@ if (error) {

{
"name": "messente_api",
"version": "1.0.3",
"version": "1.1.0",
"description": "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.",
"license": "Apache 2.0",
"license": "Apache-2.0",
"main": "src/index.js",

@@ -7,0 +7,0 @@ "scripts": {

# Messente API Library
- Messente API version: 1.0.2
- NPM package version: 1.0.3
- Messente API version: 1.1.0
- NPM package version: 1.1.0
[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.
[Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram 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.

@@ -112,3 +112,3 @@ ## Installation

[Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.html)
[Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0.html)

@@ -115,0 +115,0 @@ ## Terms

/**
* Messente API
* [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.
* [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram 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.
*
* OpenAPI spec version: 1.0.2
* OpenAPI spec version: 1.1.0
* Contact: messente@messente.com

@@ -37,3 +37,3 @@ *

* @module api/BlacklistApi
* @version 1.0.3
* @version 1.1.0
*/

@@ -40,0 +40,0 @@

/**
* Messente API
* [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.
* [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram 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.
*
* OpenAPI spec version: 1.0.2
* OpenAPI spec version: 1.1.0
* Contact: messente@messente.com

@@ -37,3 +37,3 @@ *

* @module api/ContactsApi
* @version 1.0.3
* @version 1.1.0
*/

@@ -40,0 +40,0 @@

/**
* Messente API
* [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.
* [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram 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.
*
* OpenAPI spec version: 1.0.2
* OpenAPI spec version: 1.1.0
* Contact: messente@messente.com

@@ -37,3 +37,3 @@ *

* @module api/DeliveryReportApi
* @version 1.0.3
* @version 1.1.0
*/

@@ -40,0 +40,0 @@

/**
* Messente API
* [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.
* [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram 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.
*
* OpenAPI spec version: 1.0.2
* OpenAPI spec version: 1.1.0
* Contact: messente@messente.com

@@ -37,3 +37,3 @@ *

* @module api/GroupsApi
* @version 1.0.3
* @version 1.1.0
*/

@@ -40,0 +40,0 @@

/**
* Messente API
* [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.
* [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram 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.
*
* OpenAPI spec version: 1.0.2
* OpenAPI spec version: 1.1.0
* Contact: messente@messente.com

@@ -37,3 +37,3 @@ *

* @module api/OmnimessageApi
* @version 1.0.3
* @version 1.1.0
*/

@@ -40,0 +40,0 @@

/**
* Messente API
* [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.
* [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram 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.
*
* OpenAPI spec version: 1.0.2
* OpenAPI spec version: 1.1.0
* Contact: messente@messente.com

@@ -36,3 +36,3 @@ *

* @module ApiClient
* @version 1.0.3
* @version 1.1.0
*/

@@ -39,0 +39,0 @@

/**
* Messente API
* [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.
* [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram 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.
*
* OpenAPI spec version: 1.0.2
* OpenAPI spec version: 1.1.0
* Contact: messente@messente.com

@@ -20,8 +20,8 @@ *

// AMD. Register as an anonymous module.
define(['ApiClient', 'model/Channel', 'model/ContactEnvelope', 'model/ContactFields', 'model/ContactListEnvelope', 'model/ContactUpdateFields', 'model/DeliveryReportResponse', 'model/DeliveryResult', 'model/EmptyObject', 'model/ErrorCodeOmnichannel', 'model/ErrorCodeOmnichannelMachine', 'model/ErrorCodePhonebook', 'model/ErrorItemOmnichannel', 'model/ErrorItemPhonebook', 'model/ErrorOmnichannel', 'model/ErrorPhonebook', 'model/ErrorTitleOmnichannel', 'model/ErrorTitlePhonebook', 'model/FetchBlacklistSuccess', 'model/GroupEnvelope', 'model/GroupListEnvelope', 'model/GroupName', 'model/GroupResponseFields', 'model/MessageResult', 'model/NumberToBlacklist', 'model/OmniMessageCreateSuccessResponse', 'model/Omnimessage', 'model/SMS', 'model/Status', 'model/TextStore', 'model/Viber', 'model/WhatsApp', 'model/WhatsAppAudio', 'model/WhatsAppDocument', 'model/WhatsAppImage', 'model/WhatsAppText', 'api/BlacklistApi', 'api/ContactsApi', 'api/DeliveryReportApi', 'api/GroupsApi', 'api/OmnimessageApi'], factory);
define(['ApiClient', 'model/Channel', 'model/ContactEnvelope', 'model/ContactFields', 'model/ContactListEnvelope', 'model/ContactUpdateFields', 'model/DeliveryReportResponse', 'model/DeliveryResult', 'model/EmptyObject', 'model/ErrorCodeOmnichannel', 'model/ErrorCodeOmnichannelMachine', 'model/ErrorCodePhonebook', 'model/ErrorItemOmnichannel', 'model/ErrorItemPhonebook', 'model/ErrorOmnichannel', 'model/ErrorPhonebook', 'model/ErrorTitleOmnichannel', 'model/ErrorTitlePhonebook', 'model/FetchBlacklistSuccess', 'model/GroupEnvelope', 'model/GroupListEnvelope', 'model/GroupName', 'model/GroupResponseFields', 'model/MessageResult', 'model/NumberToBlacklist', 'model/OmniMessageCreateSuccessResponse', 'model/Omnimessage', 'model/SMS', 'model/Status', 'model/Telegram', 'model/TextStore', 'model/Viber', 'model/WhatsApp', 'model/WhatsAppAudio', 'model/WhatsAppDocument', 'model/WhatsAppImage', 'model/WhatsAppText', 'api/BlacklistApi', 'api/ContactsApi', 'api/DeliveryReportApi', 'api/GroupsApi', 'api/OmnimessageApi'], factory);
} else if (typeof module === 'object' && module.exports) {
// CommonJS-like environments that support module.exports, like Node.
module.exports = factory(require('./ApiClient'), require('./model/Channel'), require('./model/ContactEnvelope'), require('./model/ContactFields'), require('./model/ContactListEnvelope'), require('./model/ContactUpdateFields'), require('./model/DeliveryReportResponse'), require('./model/DeliveryResult'), require('./model/EmptyObject'), require('./model/ErrorCodeOmnichannel'), require('./model/ErrorCodeOmnichannelMachine'), require('./model/ErrorCodePhonebook'), require('./model/ErrorItemOmnichannel'), require('./model/ErrorItemPhonebook'), require('./model/ErrorOmnichannel'), require('./model/ErrorPhonebook'), require('./model/ErrorTitleOmnichannel'), require('./model/ErrorTitlePhonebook'), require('./model/FetchBlacklistSuccess'), require('./model/GroupEnvelope'), require('./model/GroupListEnvelope'), require('./model/GroupName'), require('./model/GroupResponseFields'), require('./model/MessageResult'), require('./model/NumberToBlacklist'), require('./model/OmniMessageCreateSuccessResponse'), require('./model/Omnimessage'), require('./model/SMS'), require('./model/Status'), require('./model/TextStore'), require('./model/Viber'), require('./model/WhatsApp'), require('./model/WhatsAppAudio'), require('./model/WhatsAppDocument'), require('./model/WhatsAppImage'), require('./model/WhatsAppText'), require('./api/BlacklistApi'), require('./api/ContactsApi'), require('./api/DeliveryReportApi'), require('./api/GroupsApi'), require('./api/OmnimessageApi'));
module.exports = factory(require('./ApiClient'), require('./model/Channel'), require('./model/ContactEnvelope'), require('./model/ContactFields'), require('./model/ContactListEnvelope'), require('./model/ContactUpdateFields'), require('./model/DeliveryReportResponse'), require('./model/DeliveryResult'), require('./model/EmptyObject'), require('./model/ErrorCodeOmnichannel'), require('./model/ErrorCodeOmnichannelMachine'), require('./model/ErrorCodePhonebook'), require('./model/ErrorItemOmnichannel'), require('./model/ErrorItemPhonebook'), require('./model/ErrorOmnichannel'), require('./model/ErrorPhonebook'), require('./model/ErrorTitleOmnichannel'), require('./model/ErrorTitlePhonebook'), require('./model/FetchBlacklistSuccess'), require('./model/GroupEnvelope'), require('./model/GroupListEnvelope'), require('./model/GroupName'), require('./model/GroupResponseFields'), require('./model/MessageResult'), require('./model/NumberToBlacklist'), require('./model/OmniMessageCreateSuccessResponse'), require('./model/Omnimessage'), require('./model/SMS'), require('./model/Status'), require('./model/Telegram'), require('./model/TextStore'), require('./model/Viber'), require('./model/WhatsApp'), require('./model/WhatsAppAudio'), require('./model/WhatsAppDocument'), require('./model/WhatsAppImage'), require('./model/WhatsAppText'), require('./api/BlacklistApi'), require('./api/ContactsApi'), require('./api/DeliveryReportApi'), require('./api/GroupsApi'), require('./api/OmnimessageApi'));
}
}(function(ApiClient, Channel, ContactEnvelope, ContactFields, ContactListEnvelope, ContactUpdateFields, DeliveryReportResponse, DeliveryResult, EmptyObject, ErrorCodeOmnichannel, ErrorCodeOmnichannelMachine, ErrorCodePhonebook, ErrorItemOmnichannel, ErrorItemPhonebook, ErrorOmnichannel, ErrorPhonebook, ErrorTitleOmnichannel, ErrorTitlePhonebook, FetchBlacklistSuccess, GroupEnvelope, GroupListEnvelope, GroupName, GroupResponseFields, MessageResult, NumberToBlacklist, OmniMessageCreateSuccessResponse, Omnimessage, SMS, Status, TextStore, Viber, WhatsApp, WhatsAppAudio, WhatsAppDocument, WhatsAppImage, WhatsAppText, BlacklistApi, ContactsApi, DeliveryReportApi, GroupsApi, OmnimessageApi) {
}(function(ApiClient, Channel, ContactEnvelope, ContactFields, ContactListEnvelope, ContactUpdateFields, DeliveryReportResponse, DeliveryResult, EmptyObject, ErrorCodeOmnichannel, ErrorCodeOmnichannelMachine, ErrorCodePhonebook, ErrorItemOmnichannel, ErrorItemPhonebook, ErrorOmnichannel, ErrorPhonebook, ErrorTitleOmnichannel, ErrorTitlePhonebook, FetchBlacklistSuccess, GroupEnvelope, GroupListEnvelope, GroupName, GroupResponseFields, MessageResult, NumberToBlacklist, OmniMessageCreateSuccessResponse, Omnimessage, SMS, Status, Telegram, TextStore, Viber, WhatsApp, WhatsAppAudio, WhatsAppDocument, WhatsAppImage, WhatsAppText, BlacklistApi, ContactsApi, DeliveryReportApi, GroupsApi, OmnimessageApi) {
'use strict';

@@ -58,3 +58,3 @@

* @module index
* @version 1.0.3
* @version 1.1.0
*/

@@ -208,2 +208,7 @@ var exports = {

/**
* The Telegram model constructor.
* @property {module:model/Telegram}
*/
Telegram: Telegram,
/**
* The TextStore model constructor.

@@ -210,0 +215,0 @@ * @property {module:model/TextStore}

/**
* Messente API
* [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.
* [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram 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.
*
* OpenAPI spec version: 1.0.2
* OpenAPI spec version: 1.1.0
* Contact: messente@messente.com

@@ -55,3 +55,8 @@ *

*/
"whatsapp": "whatsapp" };
"whatsapp": "whatsapp",
/**
* value: "telegram"
* @const
*/
"telegram": "telegram" };

@@ -58,0 +63,0 @@ /**

/**
* Messente API
* [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.
* [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram 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.
*
* OpenAPI spec version: 1.0.2
* OpenAPI spec version: 1.1.0
* Contact: messente@messente.com

@@ -39,3 +39,3 @@ *

* @module model/ContactEnvelope
* @version 1.0.3
* @version 1.1.0
*/

@@ -42,0 +42,0 @@

/**
* Messente API
* [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.
* [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram 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.
*
* OpenAPI spec version: 1.0.2
* OpenAPI spec version: 1.1.0
* Contact: messente@messente.com

@@ -39,3 +39,3 @@ *

* @module model/ContactFields
* @version 1.0.3
* @version 1.1.0
*/

@@ -42,0 +42,0 @@

/**
* Messente API
* [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.
* [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram 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.
*
* OpenAPI spec version: 1.0.2
* OpenAPI spec version: 1.1.0
* Contact: messente@messente.com

@@ -39,3 +39,3 @@ *

* @module model/ContactListEnvelope
* @version 1.0.3
* @version 1.1.0
*/

@@ -42,0 +42,0 @@

/**
* Messente API
* [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.
* [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram 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.
*
* OpenAPI spec version: 1.0.2
* OpenAPI spec version: 1.1.0
* Contact: messente@messente.com

@@ -39,3 +39,3 @@ *

* @module model/ContactUpdateFields
* @version 1.0.3
* @version 1.1.0
*/

@@ -42,0 +42,0 @@

/**
* Messente API
* [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.
* [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram 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.
*
* OpenAPI spec version: 1.0.2
* OpenAPI spec version: 1.1.0
* Contact: messente@messente.com

@@ -39,3 +39,3 @@ *

* @module model/DeliveryReportResponse
* @version 1.0.3
* @version 1.1.0
*/

@@ -42,0 +42,0 @@

/**
* Messente API
* [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.
* [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram 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.
*
* OpenAPI spec version: 1.0.2
* OpenAPI spec version: 1.1.0
* Contact: messente@messente.com

@@ -39,3 +39,3 @@ *

* @module model/DeliveryResult
* @version 1.0.3
* @version 1.1.0
*/

@@ -42,0 +42,0 @@

/**
* Messente API
* [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.
* [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram 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.
*
* OpenAPI spec version: 1.0.2
* OpenAPI spec version: 1.1.0
* Contact: messente@messente.com

@@ -39,3 +39,3 @@ *

* @module model/EmptyObject
* @version 1.0.3
* @version 1.1.0
*/

@@ -42,0 +42,0 @@

/**
* Messente API
* [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.
* [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram 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.
*
* OpenAPI spec version: 1.0.2
* OpenAPI spec version: 1.1.0
* Contact: messente@messente.com

@@ -7,0 +7,0 @@ *

/**
* Messente API
* [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.
* [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram 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.
*
* OpenAPI spec version: 1.0.2
* OpenAPI spec version: 1.1.0
* Contact: messente@messente.com

@@ -7,0 +7,0 @@ *

/**
* Messente API
* [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.
* [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram 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.
*
* OpenAPI spec version: 1.0.2
* OpenAPI spec version: 1.1.0
* Contact: messente@messente.com

@@ -7,0 +7,0 @@ *

/**
* Messente API
* [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.
* [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram 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.
*
* OpenAPI spec version: 1.0.2
* OpenAPI spec version: 1.1.0
* Contact: messente@messente.com

@@ -39,3 +39,3 @@ *

* @module model/ErrorItemOmnichannel
* @version 1.0.3
* @version 1.1.0
*/

@@ -42,0 +42,0 @@

/**
* Messente API
* [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.
* [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram 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.
*
* OpenAPI spec version: 1.0.2
* OpenAPI spec version: 1.1.0
* Contact: messente@messente.com

@@ -39,3 +39,3 @@ *

* @module model/ErrorItemPhonebook
* @version 1.0.3
* @version 1.1.0
*/

@@ -42,0 +42,0 @@

/**
* Messente API
* [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.
* [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram 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.
*
* OpenAPI spec version: 1.0.2
* OpenAPI spec version: 1.1.0
* Contact: messente@messente.com

@@ -39,3 +39,3 @@ *

* @module model/ErrorOmnichannel
* @version 1.0.3
* @version 1.1.0
*/

@@ -42,0 +42,0 @@

/**
* Messente API
* [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.
* [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram 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.
*
* OpenAPI spec version: 1.0.2
* OpenAPI spec version: 1.1.0
* Contact: messente@messente.com

@@ -39,3 +39,3 @@ *

* @module model/ErrorPhonebook
* @version 1.0.3
* @version 1.1.0
*/

@@ -42,0 +42,0 @@

/**
* Messente API
* [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.
* [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram 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.
*
* OpenAPI spec version: 1.0.2
* OpenAPI spec version: 1.1.0
* Contact: messente@messente.com

@@ -7,0 +7,0 @@ *

/**
* Messente API
* [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.
* [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram 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.
*
* OpenAPI spec version: 1.0.2
* OpenAPI spec version: 1.1.0
* Contact: messente@messente.com

@@ -7,0 +7,0 @@ *

/**
* Messente API
* [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.
* [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram 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.
*
* OpenAPI spec version: 1.0.2
* OpenAPI spec version: 1.1.0
* Contact: messente@messente.com

@@ -39,3 +39,3 @@ *

* @module model/FetchBlacklistSuccess
* @version 1.0.3
* @version 1.1.0
*/

@@ -42,0 +42,0 @@

/**
* Messente API
* [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.
* [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram 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.
*
* OpenAPI spec version: 1.0.2
* OpenAPI spec version: 1.1.0
* Contact: messente@messente.com

@@ -39,3 +39,3 @@ *

* @module model/GroupEnvelope
* @version 1.0.3
* @version 1.1.0
*/

@@ -42,0 +42,0 @@

/**
* Messente API
* [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.
* [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram 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.
*
* OpenAPI spec version: 1.0.2
* OpenAPI spec version: 1.1.0
* Contact: messente@messente.com

@@ -39,3 +39,3 @@ *

* @module model/GroupListEnvelope
* @version 1.0.3
* @version 1.1.0
*/

@@ -42,0 +42,0 @@

/**
* Messente API
* [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.
* [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram 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.
*
* OpenAPI spec version: 1.0.2
* OpenAPI spec version: 1.1.0
* Contact: messente@messente.com

@@ -39,3 +39,3 @@ *

* @module model/GroupName
* @version 1.0.3
* @version 1.1.0
*/

@@ -42,0 +42,0 @@

/**
* Messente API
* [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.
* [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram 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.
*
* OpenAPI spec version: 1.0.2
* OpenAPI spec version: 1.1.0
* Contact: messente@messente.com

@@ -39,3 +39,3 @@ *

* @module model/GroupResponseFields
* @version 1.0.3
* @version 1.1.0
*/

@@ -42,0 +42,0 @@

/**
* Messente API
* [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.
* [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram 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.
*
* OpenAPI spec version: 1.0.2
* OpenAPI spec version: 1.1.0
* Contact: messente@messente.com

@@ -39,3 +39,3 @@ *

* @module model/MessageResult
* @version 1.0.3
* @version 1.1.0
*/

@@ -42,0 +42,0 @@

/**
* Messente API
* [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.
* [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram 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.
*
* OpenAPI spec version: 1.0.2
* OpenAPI spec version: 1.1.0
* Contact: messente@messente.com

@@ -39,3 +39,3 @@ *

* @module model/NumberToBlacklist
* @version 1.0.3
* @version 1.1.0
*/

@@ -42,0 +42,0 @@

/**
* Messente API
* [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.
* [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram 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.
*
* OpenAPI spec version: 1.0.2
* OpenAPI spec version: 1.1.0
* Contact: messente@messente.com

@@ -39,3 +39,3 @@ *

* @module model/Omnimessage
* @version 1.0.3
* @version 1.1.0
*/

@@ -42,0 +42,0 @@

/**
* Messente API
* [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.
* [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram 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.
*
* OpenAPI spec version: 1.0.2
* OpenAPI spec version: 1.1.0
* Contact: messente@messente.com

@@ -39,3 +39,3 @@ *

* @module model/OmniMessageCreateSuccessResponse
* @version 1.0.3
* @version 1.1.0
*/

@@ -42,0 +42,0 @@

/**
* Messente API
* [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.
* [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram 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.
*
* OpenAPI spec version: 1.0.2
* OpenAPI spec version: 1.1.0
* Contact: messente@messente.com

@@ -39,3 +39,3 @@ *

* @module model/SMS
* @version 1.0.3
* @version 1.1.0
*/

@@ -42,0 +42,0 @@

/**
* Messente API
* [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.
* [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram 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.
*
* OpenAPI spec version: 1.0.2
* OpenAPI spec version: 1.1.0
* Contact: messente@messente.com

@@ -7,0 +7,0 @@ *

/**
* Messente API
* [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.
* [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram 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.
*
* OpenAPI spec version: 1.0.2
* OpenAPI spec version: 1.1.0
* Contact: messente@messente.com

@@ -7,0 +7,0 @@ *

/**
* Messente API
* [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.
* [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram 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.
*
* OpenAPI spec version: 1.0.2
* OpenAPI spec version: 1.1.0
* Contact: messente@messente.com

@@ -39,3 +39,3 @@ *

* @module model/Viber
* @version 1.0.3
* @version 1.1.0
*/

@@ -42,0 +42,0 @@

/**
* Messente API
* [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.
* [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram 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.
*
* OpenAPI spec version: 1.0.2
* OpenAPI spec version: 1.1.0
* Contact: messente@messente.com

@@ -39,3 +39,3 @@ *

* @module model/WhatsApp
* @version 1.0.3
* @version 1.1.0
*/

@@ -42,0 +42,0 @@

/**
* Messente API
* [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.
* [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram 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.
*
* OpenAPI spec version: 1.0.2
* OpenAPI spec version: 1.1.0
* Contact: messente@messente.com

@@ -39,3 +39,3 @@ *

* @module model/WhatsAppAudio
* @version 1.0.3
* @version 1.1.0
*/

@@ -42,0 +42,0 @@

/**
* Messente API
* [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.
* [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram 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.
*
* OpenAPI spec version: 1.0.2
* OpenAPI spec version: 1.1.0
* Contact: messente@messente.com

@@ -39,3 +39,3 @@ *

* @module model/WhatsAppDocument
* @version 1.0.3
* @version 1.1.0
*/

@@ -42,0 +42,0 @@

/**
* Messente API
* [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.
* [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram 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.
*
* OpenAPI spec version: 1.0.2
* OpenAPI spec version: 1.1.0
* Contact: messente@messente.com

@@ -39,3 +39,3 @@ *

* @module model/WhatsAppImage
* @version 1.0.3
* @version 1.1.0
*/

@@ -42,0 +42,0 @@

/**
* Messente API
* [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.
* [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram 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.
*
* OpenAPI spec version: 1.0.2
* OpenAPI spec version: 1.1.0
* Contact: messente@messente.com

@@ -39,3 +39,3 @@ *

* @module model/WhatsAppText
* @version 1.0.3
* @version 1.1.0
*/

@@ -42,0 +42,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc