messente_api 2.4.0 → 2.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +74 -0
- data/README.md +2 -2
- data/docs/BulkMessagingApi.md +1 -1
- data/docs/OmnimessageApi.md +1 -1
- data/docs/OmnimessageMessagesInner.md +46 -45
- data/docs/Rcs.md +32 -0
- data/docs/RcsCardContent.md +24 -0
- data/docs/RcsCardOrientation.md +15 -0
- data/docs/RcsCardWidth.md +15 -0
- data/docs/RcsCarouselCard.md +20 -0
- data/docs/RcsContentInfo.md +22 -0
- data/docs/RcsCreateCalendarEventAction.md +24 -0
- data/docs/RcsDialAction.md +18 -0
- data/docs/RcsImageAlignment.md +15 -0
- data/docs/RcsLatLng.md +20 -0
- data/docs/RcsMedia.md +20 -0
- data/docs/RcsMediaHeight.md +15 -0
- data/docs/RcsOpenUrlAction.md +24 -0
- data/docs/RcsOpenUrlApplication.md +15 -0
- data/docs/RcsRichCard.md +20 -0
- data/docs/RcsStandaloneCard.md +22 -0
- data/docs/RcsSuggestedAction.md +32 -0
- data/docs/RcsSuggestedReply.md +20 -0
- data/docs/RcsSuggestion.md +20 -0
- data/docs/RcsViewLocationAction.md +22 -0
- data/docs/RcsWebviewViewMode.md +15 -0
- data/docs/StatisticsReportSettings.md +1 -1
- data/lib/messente_api/api/account_balance_api.rb +1 -1
- data/lib/messente_api/api/blacklist_api.rb +1 -1
- data/lib/messente_api/api/bulk_messaging_api.rb +1 -1
- data/lib/messente_api/api/contacts_api.rb +1 -1
- data/lib/messente_api/api/delivery_report_api.rb +1 -1
- data/lib/messente_api/api/groups_api.rb +1 -1
- data/lib/messente_api/api/number_lookup_api.rb +1 -1
- data/lib/messente_api/api/number_verification_api.rb +1 -1
- data/lib/messente_api/api/omnimessage_api.rb +1 -1
- data/lib/messente_api/api/pricing_api.rb +1 -1
- data/lib/messente_api/api/statistics_api.rb +1 -1
- data/lib/messente_api/api/whats_app_templates_api.rb +1 -1
- data/lib/messente_api/api_client.rb +1 -1
- data/lib/messente_api/api_error.rb +1 -1
- data/lib/messente_api/configuration.rb +1 -1
- data/lib/messente_api/models/bulk_omni_message_create_success_response.rb +1 -1
- data/lib/messente_api/models/bulk_omni_message_create_success_response_messages_inner.rb +1 -1
- data/lib/messente_api/models/bulk_omnimessage.rb +1 -1
- data/lib/messente_api/models/channel.rb +3 -3
- data/lib/messente_api/models/contact_envelope.rb +1 -1
- data/lib/messente_api/models/contact_fields.rb +1 -1
- data/lib/messente_api/models/contact_list_envelope.rb +1 -1
- data/lib/messente_api/models/contact_response_fields.rb +1 -1
- data/lib/messente_api/models/contact_update_fields.rb +1 -1
- data/lib/messente_api/models/delivery_report_response.rb +1 -1
- data/lib/messente_api/models/delivery_result.rb +1 -1
- data/lib/messente_api/models/error_code_omnichannel.rb +1 -1
- data/lib/messente_api/models/error_code_omnichannel_machine.rb +1 -1
- data/lib/messente_api/models/error_code_phonebook.rb +1 -1
- data/lib/messente_api/models/error_code_statistics.rb +1 -1
- data/lib/messente_api/models/error_item_number_lookup.rb +1 -1
- data/lib/messente_api/models/error_item_number_lookup_error.rb +1 -1
- data/lib/messente_api/models/error_item_omnichannel.rb +1 -1
- data/lib/messente_api/models/error_item_phonebook.rb +1 -1
- data/lib/messente_api/models/error_item_statistics.rb +1 -1
- data/lib/messente_api/models/error_number_lookup.rb +1 -1
- data/lib/messente_api/models/error_omnichannel.rb +1 -1
- data/lib/messente_api/models/error_phonebook.rb +1 -1
- data/lib/messente_api/models/error_statistics.rb +1 -1
- data/lib/messente_api/models/error_title_omnichannel.rb +1 -1
- data/lib/messente_api/models/error_title_phonebook.rb +1 -1
- data/lib/messente_api/models/fetch_blacklist_success.rb +1 -1
- data/lib/messente_api/models/group_envelope.rb +1 -1
- data/lib/messente_api/models/group_list_envelope.rb +1 -1
- data/lib/messente_api/models/group_name.rb +1 -1
- data/lib/messente_api/models/group_response_fields.rb +1 -1
- data/lib/messente_api/models/message_result.rb +1 -1
- data/lib/messente_api/models/mobile_network.rb +1 -1
- data/lib/messente_api/models/number_to_blacklist.rb +1 -1
- data/lib/messente_api/models/numbers_to_investigate.rb +1 -1
- data/lib/messente_api/models/omni_message_create_success_response.rb +1 -1
- data/lib/messente_api/models/omnimessage.rb +1 -1
- data/lib/messente_api/models/omnimessage_messages_inner.rb +9 -10
- data/lib/messente_api/models/price.rb +1 -1
- data/lib/messente_api/models/price_info.rb +1 -1
- data/lib/messente_api/models/price_networks_inner.rb +1 -1
- data/lib/messente_api/models/priority.rb +1 -1
- data/lib/messente_api/models/{telegram.rb → rcs.rb} +98 -43
- data/lib/messente_api/models/rcs_card_content.rb +298 -0
- data/lib/messente_api/models/rcs_card_orientation.rb +40 -0
- data/lib/messente_api/models/rcs_card_width.rb +40 -0
- data/lib/messente_api/models/rcs_carousel_card.rb +291 -0
- data/lib/messente_api/models/rcs_content_info.rb +251 -0
- data/lib/messente_api/models/rcs_create_calendar_event_action.rb +312 -0
- data/lib/messente_api/models/rcs_dial_action.rb +223 -0
- data/lib/messente_api/models/rcs_image_alignment.rb +40 -0
- data/lib/messente_api/models/rcs_lat_lng.rb +240 -0
- data/lib/messente_api/models/rcs_media.rb +260 -0
- data/lib/messente_api/models/rcs_media_height.rb +41 -0
- data/lib/messente_api/models/rcs_open_url_action.rb +299 -0
- data/lib/messente_api/models/rcs_open_url_application.rb +40 -0
- data/lib/messente_api/models/rcs_rich_card.rb +224 -0
- data/lib/messente_api/models/rcs_standalone_card.rb +276 -0
- data/lib/messente_api/models/rcs_suggested_action.rb +350 -0
- data/lib/messente_api/models/rcs_suggested_reply.rb +278 -0
- data/lib/messente_api/models/rcs_suggestion.rb +224 -0
- data/lib/messente_api/models/rcs_view_location_action.rb +237 -0
- data/lib/messente_api/models/rcs_webview_view_mode.rb +41 -0
- data/lib/messente_api/models/sms.rb +1 -1
- data/lib/messente_api/models/statistics_report.rb +1 -1
- data/lib/messente_api/models/statistics_report_settings.rb +2 -2
- data/lib/messente_api/models/statistics_report_success.rb +1 -1
- data/lib/messente_api/models/status.rb +1 -1
- data/lib/messente_api/models/sync_number_lookup_result.rb +1 -1
- data/lib/messente_api/models/sync_number_lookup_success.rb +1 -1
- data/lib/messente_api/models/text_store.rb +1 -1
- data/lib/messente_api/models/viber.rb +1 -1
- data/lib/messente_api/models/viber_video.rb +1 -1
- data/lib/messente_api/models/whats_app.rb +1 -1
- data/lib/messente_api/models/whats_app_audio.rb +1 -1
- data/lib/messente_api/models/whats_app_component.rb +1 -1
- data/lib/messente_api/models/whats_app_currency.rb +1 -1
- data/lib/messente_api/models/whats_app_datetime.rb +1 -1
- data/lib/messente_api/models/whats_app_document.rb +1 -1
- data/lib/messente_api/models/whats_app_image.rb +1 -1
- data/lib/messente_api/models/whats_app_language.rb +1 -1
- data/lib/messente_api/models/whats_app_media.rb +1 -1
- data/lib/messente_api/models/whats_app_parameter.rb +1 -1
- data/lib/messente_api/models/whats_app_sticker.rb +1 -1
- data/lib/messente_api/models/whats_app_template.rb +1 -1
- data/lib/messente_api/models/whats_app_text.rb +1 -1
- data/lib/messente_api/models/whats_app_video.rb +1 -1
- data/lib/messente_api/models/whatsapp_button_type.rb +1 -1
- data/lib/messente_api/models/whatsapp_component_type.rb +1 -1
- data/lib/messente_api/models/whatsapp_create_template_request.rb +1 -1
- data/lib/messente_api/models/whatsapp_create_template_response.rb +1 -1
- data/lib/messente_api/models/whatsapp_header_format.rb +1 -1
- data/lib/messente_api/models/whatsapp_list_templates_response.rb +1 -1
- data/lib/messente_api/models/whatsapp_otp_button_type.rb +1 -1
- data/lib/messente_api/models/whatsapp_pagination.rb +1 -1
- data/lib/messente_api/models/whatsapp_paging_cursors.rb +1 -1
- data/lib/messente_api/models/whatsapp_supported_app.rb +1 -1
- data/lib/messente_api/models/whatsapp_template_button.rb +1 -1
- data/lib/messente_api/models/whatsapp_template_category.rb +1 -1
- data/lib/messente_api/models/whatsapp_template_component.rb +1 -1
- data/lib/messente_api/models/whatsapp_template_example.rb +1 -1
- data/lib/messente_api/models/whatsapp_template_response.rb +1 -1
- data/lib/messente_api/models/whatsapp_template_status.rb +1 -1
- data/lib/messente_api/models/whatsapp_update_template_request.rb +1 -1
- data/lib/messente_api/version.rb +2 -2
- data/lib/messente_api.rb +22 -2
- data/messente_api.gemspec +2 -2
- data/spec/spec_helper.rb +1 -1
- metadata +51 -10
- data/docs/Telegram.md +0 -30
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Messente API
|
|
3
3
|
|
|
4
|
-
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber
|
|
4
|
+
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: 2.0.0
|
|
7
7
|
Contact: messente@messente.com
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Messente API
|
|
3
3
|
|
|
4
|
-
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber
|
|
4
|
+
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: 2.0.0
|
|
7
7
|
Contact: messente@messente.com
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Messente API
|
|
3
3
|
|
|
4
|
-
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber
|
|
4
|
+
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: 2.0.0
|
|
7
7
|
Contact: messente@messente.com
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Messente API
|
|
3
3
|
|
|
4
|
-
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber
|
|
4
|
+
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: 2.0.0
|
|
7
7
|
Contact: messente@messente.com
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Messente API
|
|
3
3
|
|
|
4
|
-
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber
|
|
4
|
+
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: 2.0.0
|
|
7
7
|
Contact: messente@messente.com
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Messente API
|
|
3
3
|
|
|
4
|
-
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber
|
|
4
|
+
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: 2.0.0
|
|
7
7
|
Contact: messente@messente.com
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Messente API
|
|
3
3
|
|
|
4
|
-
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber
|
|
4
|
+
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: 2.0.0
|
|
7
7
|
Contact: messente@messente.com
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Messente API
|
|
3
3
|
|
|
4
|
-
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber
|
|
4
|
+
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: 2.0.0
|
|
7
7
|
Contact: messente@messente.com
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Messente API
|
|
3
3
|
|
|
4
|
-
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber
|
|
4
|
+
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: 2.0.0
|
|
7
7
|
Contact: messente@messente.com
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Messente API
|
|
3
3
|
|
|
4
|
-
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber
|
|
4
|
+
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: 2.0.0
|
|
7
7
|
Contact: messente@messente.com
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Messente API
|
|
3
3
|
|
|
4
|
-
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber
|
|
4
|
+
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: 2.0.0
|
|
7
7
|
Contact: messente@messente.com
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Messente API
|
|
3
3
|
|
|
4
|
-
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber
|
|
4
|
+
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: 2.0.0
|
|
7
7
|
Contact: messente@messente.com
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Messente API
|
|
3
3
|
|
|
4
|
-
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber
|
|
4
|
+
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: 2.0.0
|
|
7
7
|
Contact: messente@messente.com
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Messente API
|
|
3
3
|
|
|
4
|
-
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber
|
|
4
|
+
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: 2.0.0
|
|
7
7
|
Contact: messente@messente.com
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Messente API
|
|
3
3
|
|
|
4
|
-
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber
|
|
4
|
+
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: 2.0.0
|
|
7
7
|
Contact: messente@messente.com
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Messente API
|
|
3
3
|
|
|
4
|
-
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber
|
|
4
|
+
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: 2.0.0
|
|
7
7
|
Contact: messente@messente.com
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Messente API
|
|
3
3
|
|
|
4
|
-
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber
|
|
4
|
+
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: 2.0.0
|
|
7
7
|
Contact: messente@messente.com
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Messente API
|
|
3
3
|
|
|
4
|
-
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber
|
|
4
|
+
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: 2.0.0
|
|
7
7
|
Contact: messente@messente.com
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Messente API
|
|
3
3
|
|
|
4
|
-
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber
|
|
4
|
+
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: 2.0.0
|
|
7
7
|
Contact: messente@messente.com
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Messente API
|
|
3
3
|
|
|
4
|
-
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber
|
|
4
|
+
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: 2.0.0
|
|
7
7
|
Contact: messente@messente.com
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Messente API
|
|
3
3
|
|
|
4
|
-
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber
|
|
4
|
+
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: 2.0.0
|
|
7
7
|
Contact: messente@messente.com
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Messente API
|
|
3
3
|
|
|
4
|
-
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber
|
|
4
|
+
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: 2.0.0
|
|
7
7
|
Contact: messente@messente.com
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Messente API
|
|
3
3
|
|
|
4
|
-
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber
|
|
4
|
+
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: 2.0.0
|
|
7
7
|
Contact: messente@messente.com
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Messente API
|
|
3
3
|
|
|
4
|
-
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber
|
|
4
|
+
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: 2.0.0
|
|
7
7
|
Contact: messente@messente.com
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Messente API
|
|
3
3
|
|
|
4
|
-
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber
|
|
4
|
+
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: 2.0.0
|
|
7
7
|
Contact: messente@messente.com
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Messente API
|
|
3
3
|
|
|
4
|
-
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber
|
|
4
|
+
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: 2.0.0
|
|
7
7
|
Contact: messente@messente.com
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Messente API
|
|
3
3
|
|
|
4
|
-
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber
|
|
4
|
+
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: 2.0.0
|
|
7
7
|
Contact: messente@messente.com
|
data/lib/messente_api/version.rb
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Messente API
|
|
3
3
|
|
|
4
|
-
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber
|
|
4
|
+
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: 2.0.0
|
|
7
7
|
Contact: messente@messente.com
|
|
@@ -11,5 +11,5 @@ Generator version: 7.11.0
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
13
13
|
module MessenteApi
|
|
14
|
-
VERSION = '2.
|
|
14
|
+
VERSION = '2.5.0'
|
|
15
15
|
end
|
data/lib/messente_api.rb
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Messente API
|
|
3
3
|
|
|
4
|
-
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber
|
|
4
|
+
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: 2.0.0
|
|
7
7
|
Contact: messente@messente.com
|
|
@@ -59,6 +59,27 @@ require 'messente_api/models/price'
|
|
|
59
59
|
require 'messente_api/models/price_info'
|
|
60
60
|
require 'messente_api/models/price_networks_inner'
|
|
61
61
|
require 'messente_api/models/priority'
|
|
62
|
+
require 'messente_api/models/rcs'
|
|
63
|
+
require 'messente_api/models/rcs_card_content'
|
|
64
|
+
require 'messente_api/models/rcs_card_orientation'
|
|
65
|
+
require 'messente_api/models/rcs_card_width'
|
|
66
|
+
require 'messente_api/models/rcs_carousel_card'
|
|
67
|
+
require 'messente_api/models/rcs_content_info'
|
|
68
|
+
require 'messente_api/models/rcs_create_calendar_event_action'
|
|
69
|
+
require 'messente_api/models/rcs_dial_action'
|
|
70
|
+
require 'messente_api/models/rcs_image_alignment'
|
|
71
|
+
require 'messente_api/models/rcs_lat_lng'
|
|
72
|
+
require 'messente_api/models/rcs_media'
|
|
73
|
+
require 'messente_api/models/rcs_media_height'
|
|
74
|
+
require 'messente_api/models/rcs_open_url_action'
|
|
75
|
+
require 'messente_api/models/rcs_open_url_application'
|
|
76
|
+
require 'messente_api/models/rcs_rich_card'
|
|
77
|
+
require 'messente_api/models/rcs_standalone_card'
|
|
78
|
+
require 'messente_api/models/rcs_suggested_action'
|
|
79
|
+
require 'messente_api/models/rcs_suggested_reply'
|
|
80
|
+
require 'messente_api/models/rcs_suggestion'
|
|
81
|
+
require 'messente_api/models/rcs_view_location_action'
|
|
82
|
+
require 'messente_api/models/rcs_webview_view_mode'
|
|
62
83
|
require 'messente_api/models/sms'
|
|
63
84
|
require 'messente_api/models/statistics_report'
|
|
64
85
|
require 'messente_api/models/statistics_report_settings'
|
|
@@ -66,7 +87,6 @@ require 'messente_api/models/statistics_report_success'
|
|
|
66
87
|
require 'messente_api/models/status'
|
|
67
88
|
require 'messente_api/models/sync_number_lookup_result'
|
|
68
89
|
require 'messente_api/models/sync_number_lookup_success'
|
|
69
|
-
require 'messente_api/models/telegram'
|
|
70
90
|
require 'messente_api/models/text_store'
|
|
71
91
|
require 'messente_api/models/viber'
|
|
72
92
|
require 'messente_api/models/viber_video'
|
data/messente_api.gemspec
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
=begin
|
|
4
4
|
#Messente API
|
|
5
5
|
|
|
6
|
-
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber
|
|
6
|
+
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: 2.0.0
|
|
9
9
|
Contact: messente@messente.com
|
|
@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
|
|
|
23
23
|
s.email = ["messente@messente.com"]
|
|
24
24
|
s.homepage = "https://github.com/messente/messente-api-ruby"
|
|
25
25
|
s.summary = "Ruby library for Messente API"
|
|
26
|
-
s.description = "[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber
|
|
26
|
+
s.description = "[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world."
|
|
27
27
|
s.license = "Apache-2.0"
|
|
28
28
|
s.required_ruby_version = ">= 2.7"
|
|
29
29
|
s.metadata = {}
|
data/spec/spec_helper.rb
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Messente API
|
|
3
3
|
|
|
4
|
-
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber
|
|
4
|
+
#[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: 2.0.0
|
|
7
7
|
Contact: messente@messente.com
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: messente_api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.5.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Messente
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2026-01-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|
|
@@ -51,11 +51,11 @@ dependencies:
|
|
|
51
51
|
- !ruby/object:Gem::Version
|
|
52
52
|
version: 3.6.0
|
|
53
53
|
description: "[Messente](https://messente.com) is a global provider of messaging and
|
|
54
|
-
user verification services. * Send and receive SMS, Viber
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
54
|
+
user verification services. * Send and receive SMS, Viber and WhatsApp messages.
|
|
55
|
+
* Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist
|
|
56
|
+
phone numbers to make sure you're not sending any unwanted messages. Messente builds
|
|
57
|
+
[tools](https://messente.com/documentation) to help organizations connect their
|
|
58
|
+
services to people anywhere in the world."
|
|
59
59
|
email:
|
|
60
60
|
- messente@messente.com
|
|
61
61
|
executables: []
|
|
@@ -63,6 +63,7 @@ extensions: []
|
|
|
63
63
|
extra_rdoc_files: []
|
|
64
64
|
files:
|
|
65
65
|
- Gemfile
|
|
66
|
+
- Gemfile.lock
|
|
66
67
|
- README.md
|
|
67
68
|
- Rakefile
|
|
68
69
|
- docs/AccountBalanceApi.md
|
|
@@ -117,6 +118,27 @@ files:
|
|
|
117
118
|
- docs/PriceNetworksInner.md
|
|
118
119
|
- docs/PricingApi.md
|
|
119
120
|
- docs/Priority.md
|
|
121
|
+
- docs/Rcs.md
|
|
122
|
+
- docs/RcsCardContent.md
|
|
123
|
+
- docs/RcsCardOrientation.md
|
|
124
|
+
- docs/RcsCardWidth.md
|
|
125
|
+
- docs/RcsCarouselCard.md
|
|
126
|
+
- docs/RcsContentInfo.md
|
|
127
|
+
- docs/RcsCreateCalendarEventAction.md
|
|
128
|
+
- docs/RcsDialAction.md
|
|
129
|
+
- docs/RcsImageAlignment.md
|
|
130
|
+
- docs/RcsLatLng.md
|
|
131
|
+
- docs/RcsMedia.md
|
|
132
|
+
- docs/RcsMediaHeight.md
|
|
133
|
+
- docs/RcsOpenUrlAction.md
|
|
134
|
+
- docs/RcsOpenUrlApplication.md
|
|
135
|
+
- docs/RcsRichCard.md
|
|
136
|
+
- docs/RcsStandaloneCard.md
|
|
137
|
+
- docs/RcsSuggestedAction.md
|
|
138
|
+
- docs/RcsSuggestedReply.md
|
|
139
|
+
- docs/RcsSuggestion.md
|
|
140
|
+
- docs/RcsViewLocationAction.md
|
|
141
|
+
- docs/RcsWebviewViewMode.md
|
|
120
142
|
- docs/SMS.md
|
|
121
143
|
- docs/StatisticsApi.md
|
|
122
144
|
- docs/StatisticsReport.md
|
|
@@ -125,7 +147,6 @@ files:
|
|
|
125
147
|
- docs/Status.md
|
|
126
148
|
- docs/SyncNumberLookupResult.md
|
|
127
149
|
- docs/SyncNumberLookupSuccess.md
|
|
128
|
-
- docs/Telegram.md
|
|
129
150
|
- docs/TextStore.md
|
|
130
151
|
- docs/Viber.md
|
|
131
152
|
- docs/ViberVideo.md
|
|
@@ -220,6 +241,27 @@ files:
|
|
|
220
241
|
- lib/messente_api/models/price_info.rb
|
|
221
242
|
- lib/messente_api/models/price_networks_inner.rb
|
|
222
243
|
- lib/messente_api/models/priority.rb
|
|
244
|
+
- lib/messente_api/models/rcs.rb
|
|
245
|
+
- lib/messente_api/models/rcs_card_content.rb
|
|
246
|
+
- lib/messente_api/models/rcs_card_orientation.rb
|
|
247
|
+
- lib/messente_api/models/rcs_card_width.rb
|
|
248
|
+
- lib/messente_api/models/rcs_carousel_card.rb
|
|
249
|
+
- lib/messente_api/models/rcs_content_info.rb
|
|
250
|
+
- lib/messente_api/models/rcs_create_calendar_event_action.rb
|
|
251
|
+
- lib/messente_api/models/rcs_dial_action.rb
|
|
252
|
+
- lib/messente_api/models/rcs_image_alignment.rb
|
|
253
|
+
- lib/messente_api/models/rcs_lat_lng.rb
|
|
254
|
+
- lib/messente_api/models/rcs_media.rb
|
|
255
|
+
- lib/messente_api/models/rcs_media_height.rb
|
|
256
|
+
- lib/messente_api/models/rcs_open_url_action.rb
|
|
257
|
+
- lib/messente_api/models/rcs_open_url_application.rb
|
|
258
|
+
- lib/messente_api/models/rcs_rich_card.rb
|
|
259
|
+
- lib/messente_api/models/rcs_standalone_card.rb
|
|
260
|
+
- lib/messente_api/models/rcs_suggested_action.rb
|
|
261
|
+
- lib/messente_api/models/rcs_suggested_reply.rb
|
|
262
|
+
- lib/messente_api/models/rcs_suggestion.rb
|
|
263
|
+
- lib/messente_api/models/rcs_view_location_action.rb
|
|
264
|
+
- lib/messente_api/models/rcs_webview_view_mode.rb
|
|
223
265
|
- lib/messente_api/models/sms.rb
|
|
224
266
|
- lib/messente_api/models/statistics_report.rb
|
|
225
267
|
- lib/messente_api/models/statistics_report_settings.rb
|
|
@@ -227,7 +269,6 @@ files:
|
|
|
227
269
|
- lib/messente_api/models/status.rb
|
|
228
270
|
- lib/messente_api/models/sync_number_lookup_result.rb
|
|
229
271
|
- lib/messente_api/models/sync_number_lookup_success.rb
|
|
230
|
-
- lib/messente_api/models/telegram.rb
|
|
231
272
|
- lib/messente_api/models/text_store.rb
|
|
232
273
|
- lib/messente_api/models/viber.rb
|
|
233
274
|
- lib/messente_api/models/viber_video.rb
|
|
@@ -284,7 +325,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
284
325
|
- !ruby/object:Gem::Version
|
|
285
326
|
version: '0'
|
|
286
327
|
requirements: []
|
|
287
|
-
rubygems_version: 3.4.
|
|
328
|
+
rubygems_version: 3.4.19
|
|
288
329
|
signing_key:
|
|
289
330
|
specification_version: 4
|
|
290
331
|
summary: Ruby library for Messente API
|
data/docs/Telegram.md
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
# MessenteApi::Telegram
|
|
2
|
-
|
|
3
|
-
## Properties
|
|
4
|
-
|
|
5
|
-
| Name | Type | Description | Notes |
|
|
6
|
-
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **sender** | **String** | Phone number or alphanumeric sender name | [optional] |
|
|
8
|
-
| **validity** | **Integer** | After how many minutes this channel is considered as failed and the next channel is attempted | [optional] |
|
|
9
|
-
| **text** | **String** | Plaintext content for Telegram | [optional] |
|
|
10
|
-
| **image_url** | **String** | URL for the embedded image. Mutually exclusive with \"document_url\" and \"audio_url\" | [optional] |
|
|
11
|
-
| **document_url** | **String** | URL for the embedded image. Mutually exclusive with \"audio_url\" and \"image_url\" | [optional] |
|
|
12
|
-
| **audio_url** | **String** | URL for the embedded image. Mutually exclusive with \"document_url\" and \"image_url\" | [optional] |
|
|
13
|
-
| **channel** | **String** | The channel used to deliver the message | [optional][default to 'telegram'] |
|
|
14
|
-
|
|
15
|
-
## Example
|
|
16
|
-
|
|
17
|
-
```ruby
|
|
18
|
-
require 'messente_api'
|
|
19
|
-
|
|
20
|
-
instance = MessenteApi::Telegram.new(
|
|
21
|
-
sender: null,
|
|
22
|
-
validity: 360,
|
|
23
|
-
text: null,
|
|
24
|
-
image_url: null,
|
|
25
|
-
document_url: null,
|
|
26
|
-
audio_url: null,
|
|
27
|
-
channel: null
|
|
28
|
-
)
|
|
29
|
-
```
|
|
30
|
-
|