Skip to content

Commit 6de201f

Browse files
committed
Travis update: Jul 2025 (Build 914)
[skip ci]
1 parent d03c7b6 commit 6de201f

24 files changed

+889
-25
lines changed

.openapi-generator/FILES

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,20 @@ docs/TextStore.md
6969
docs/Viber.md
7070
docs/ViberVideo.md
7171
docs/WhatsApp.md
72+
docs/WhatsAppAudio.md
7273
docs/WhatsAppComponent.md
7374
docs/WhatsAppCurrency.md
7475
docs/WhatsAppDatetime.md
76+
docs/WhatsAppDocument.md
77+
docs/WhatsAppImage.md
7578
docs/WhatsAppLanguage.md
7679
docs/WhatsAppMedia.md
7780
docs/WhatsAppParameter.md
81+
docs/WhatsAppSticker.md
7882
docs/WhatsAppTemplate.md
7983
docs/WhatsAppTemplatesApi.md
8084
docs/WhatsAppText.md
85+
docs/WhatsAppVideo.md
8186
docs/WhatsappButtonType.md
8287
docs/WhatsappComponentType.md
8388
docs/WhatsappCreateTemplateRequest.md
@@ -169,14 +174,19 @@ messente_api/models/text_store.py
169174
messente_api/models/viber.py
170175
messente_api/models/viber_video.py
171176
messente_api/models/whats_app.py
177+
messente_api/models/whats_app_audio.py
172178
messente_api/models/whats_app_component.py
173179
messente_api/models/whats_app_currency.py
174180
messente_api/models/whats_app_datetime.py
181+
messente_api/models/whats_app_document.py
182+
messente_api/models/whats_app_image.py
175183
messente_api/models/whats_app_language.py
176184
messente_api/models/whats_app_media.py
177185
messente_api/models/whats_app_parameter.py
186+
messente_api/models/whats_app_sticker.py
178187
messente_api/models/whats_app_template.py
179188
messente_api/models/whats_app_text.py
189+
messente_api/models/whats_app_video.py
180190
messente_api/models/whatsapp_button_type.py
181191
messente_api/models/whatsapp_component_type.py
182192
messente_api/models/whatsapp_create_template_request.py

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Messente API Library
22

33
- Messente API version: 2.0.0
4-
- Python package version: 2.4.0
4+
- Python package version: 2.5.0
55

66
[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
77

docs/OmnimessageMessagesInner.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,14 @@ Name | Type | Description | Notes
1313
**button_url** | **str** | URL of the button, must be specified along with ''text'', ''button_text'' and ''image_url'' (optional) | [optional]
1414
**button_text** | **str** | Must be specified along with ''text'', ''button_url'', ''button_text'', ''image_url'' (optional) | [optional]
1515
**channel** | **str** | The channel used to deliver the message | [optional] [default to 'telegram']
16-
**video** | [**ViberVideo**](ViberVideo.md) | | [optional]
16+
**video** | [**WhatsAppVideo**](WhatsAppVideo.md) | | [optional]
1717
**autoconvert** | **str** | Defines how non-GSM characters will be treated: - \"on\" Use replacement settings from the account's [API Auto Replace settings page](https://dashboard.messente.com/api-settings/auto-replace) (default) - \"full\" All non GSM 03.38 characters will be replaced with suitable alternatives - \"off\" Message content is not modified in any way | [optional]
1818
**udh** | **str** | hex-encoded string containing SMS UDH | [optional]
1919
**template** | [**WhatsAppTemplate**](WhatsAppTemplate.md) | | [optional]
20+
**image** | [**WhatsAppImage**](WhatsAppImage.md) | | [optional]
21+
**audio** | [**WhatsAppAudio**](WhatsAppAudio.md) | | [optional]
22+
**document** | [**WhatsAppDocument**](WhatsAppDocument.md) | | [optional]
23+
**sticker** | [**WhatsAppSticker**](WhatsAppSticker.md) | | [optional]
2024
**document_url** | **str** | URL for the embedded image. Mutually exclusive with \"audio_url\" and \"image_url\" | [optional]
2125
**audio_url** | **str** | URL for the embedded image. Mutually exclusive with \"document_url\" and \"image_url\" | [optional]
2226

docs/WhatsApp.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,13 @@ Name | Type | Description | Notes
1010
**validity** | **int** | After how many minutes this channel is considered as failed and the next channel is attempted | [optional]
1111
**ttl** | **int** | After how many seconds this channel is considered as failed and the next channel is attempted. Only one of \"ttl\" and \"validity\" can be used. | [optional]
1212
**template** | [**WhatsAppTemplate**](WhatsAppTemplate.md) | | [optional]
13-
**text** | [**WhatsAppText**](WhatsAppText.md) | | [optional]
1413
**channel** | **str** | The channel used to deliver the message | [optional] [default to 'whatsapp']
14+
**text** | [**WhatsAppText**](WhatsAppText.md) | | [optional]
15+
**image** | [**WhatsAppImage**](WhatsAppImage.md) | | [optional]
16+
**video** | [**WhatsAppVideo**](WhatsAppVideo.md) | | [optional]
17+
**audio** | [**WhatsAppAudio**](WhatsAppAudio.md) | | [optional]
18+
**document** | [**WhatsAppDocument**](WhatsAppDocument.md) | | [optional]
19+
**sticker** | [**WhatsAppSticker**](WhatsAppSticker.md) | | [optional]
1520

1621
## Example
1722

docs/WhatsAppAudio.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# WhatsAppAudio
2+
3+
WhatsApp audio content. Either \"id\" or \"link\" must be provided, but not both.
4+
5+
## Properties
6+
7+
Name | Type | Description | Notes
8+
------------ | ------------- | ------------- | -------------
9+
**id** | **str** | Unique identifier for the audio file. | [optional]
10+
**mime_type** | **str** | MIME type of the audio file. | [optional]
11+
**link** | **str** | URL link to the audio file. | [optional]
12+
13+
## Example
14+
15+
```python
16+
from messente_api.models.whats_app_audio import WhatsAppAudio
17+
18+
# TODO update the JSON string below
19+
json = "{}"
20+
# create an instance of WhatsAppAudio from a JSON string
21+
whats_app_audio_instance = WhatsAppAudio.from_json(json)
22+
# print the JSON string representation of the object
23+
print(WhatsAppAudio.to_json())
24+
25+
# convert the object into a dict
26+
whats_app_audio_dict = whats_app_audio_instance.to_dict()
27+
# create an instance of WhatsAppAudio from a dict
28+
whats_app_audio_from_dict = WhatsAppAudio.from_dict(whats_app_audio_dict)
29+
```
30+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
31+
32+

docs/WhatsAppDocument.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# WhatsAppDocument
2+
3+
WhatsApp document content. Either \"id\" or \"link\" must be provided, but not both.
4+
5+
## Properties
6+
7+
Name | Type | Description | Notes
8+
------------ | ------------- | ------------- | -------------
9+
**id** | **str** | Unique identifier for the document file. | [optional]
10+
**caption** | **str** | Caption for the document. | [optional]
11+
**mime_type** | **str** | MIME type of the document file. | [optional]
12+
**file_name** | **str** | Name of the document file. | [optional]
13+
**link** | **str** | URL link to the document file. | [optional]
14+
15+
## Example
16+
17+
```python
18+
from messente_api.models.whats_app_document import WhatsAppDocument
19+
20+
# TODO update the JSON string below
21+
json = "{}"
22+
# create an instance of WhatsAppDocument from a JSON string
23+
whats_app_document_instance = WhatsAppDocument.from_json(json)
24+
# print the JSON string representation of the object
25+
print(WhatsAppDocument.to_json())
26+
27+
# convert the object into a dict
28+
whats_app_document_dict = whats_app_document_instance.to_dict()
29+
# create an instance of WhatsAppDocument from a dict
30+
whats_app_document_from_dict = WhatsAppDocument.from_dict(whats_app_document_dict)
31+
```
32+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
33+
34+

docs/WhatsAppImage.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# WhatsAppImage
2+
3+
WhatsApp image content. Either \"id\" or \"link\" must be provided, but not both.
4+
5+
## Properties
6+
7+
Name | Type | Description | Notes
8+
------------ | ------------- | ------------- | -------------
9+
**id** | **str** | Unique identifier for the image file. | [optional]
10+
**caption** | **str** | Caption for the image. | [optional]
11+
**mime_type** | **str** | MIME type of the image file. | [optional]
12+
**link** | **str** | URL link to the image file. | [optional]
13+
14+
## Example
15+
16+
```python
17+
from messente_api.models.whats_app_image import WhatsAppImage
18+
19+
# TODO update the JSON string below
20+
json = "{}"
21+
# create an instance of WhatsAppImage from a JSON string
22+
whats_app_image_instance = WhatsAppImage.from_json(json)
23+
# print the JSON string representation of the object
24+
print(WhatsAppImage.to_json())
25+
26+
# convert the object into a dict
27+
whats_app_image_dict = whats_app_image_instance.to_dict()
28+
# create an instance of WhatsAppImage from a dict
29+
whats_app_image_from_dict = WhatsAppImage.from_dict(whats_app_image_dict)
30+
```
31+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
32+
33+

docs/WhatsAppSticker.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# WhatsAppSticker
2+
3+
WhatsApp sticker content. Either \"id\" or \"link\" must be provided, but not both.
4+
5+
## Properties
6+
7+
Name | Type | Description | Notes
8+
------------ | ------------- | ------------- | -------------
9+
**id** | **str** | Unique identifier for the sticker file. | [optional]
10+
**mime_type** | **str** | MIME type of the sticker file. | [optional]
11+
**animated** | **bool** | Indicates whether the sticker is animated. | [optional]
12+
**link** | **str** | URL link to the sticker file. | [optional]
13+
14+
## Example
15+
16+
```python
17+
from messente_api.models.whats_app_sticker import WhatsAppSticker
18+
19+
# TODO update the JSON string below
20+
json = "{}"
21+
# create an instance of WhatsAppSticker from a JSON string
22+
whats_app_sticker_instance = WhatsAppSticker.from_json(json)
23+
# print the JSON string representation of the object
24+
print(WhatsAppSticker.to_json())
25+
26+
# convert the object into a dict
27+
whats_app_sticker_dict = whats_app_sticker_instance.to_dict()
28+
# create an instance of WhatsAppSticker from a dict
29+
whats_app_sticker_from_dict = WhatsAppSticker.from_dict(whats_app_sticker_dict)
30+
```
31+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
32+
33+

docs/WhatsAppTemplatesApi.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Name | Type | Description | Notes
9696
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
9797

9898
# **delete_whatsapp_template**
99-
> Dict[str, object] delete_whatsapp_template(waba_id, name, hsm_id=hsm_id)
99+
> object delete_whatsapp_template(waba_id, name, hsm_id=hsm_id)
100100
101101
Deletes a WhatsApp template
102102

@@ -156,7 +156,7 @@ Name | Type | Description | Notes
156156

157157
### Return type
158158

159-
**Dict[str, object]**
159+
**object**
160160

161161
### Authorization
162162

@@ -362,7 +362,7 @@ Name | Type | Description | Notes
362362
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
363363

364364
# **update_whatsapp_template**
365-
> Dict[str, object] update_whatsapp_template(waba_id, template_id, whatsapp_update_template_request)
365+
> object update_whatsapp_template(waba_id, template_id, whatsapp_update_template_request)
366366
367367
Updates a WhatsApp template
368368

@@ -423,7 +423,7 @@ Name | Type | Description | Notes
423423

424424
### Return type
425425

426-
**Dict[str, object]**
426+
**object**
427427

428428
### Authorization
429429

docs/WhatsAppVideo.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# WhatsAppVideo
2+
3+
WhatsApp video content. Either \"id\" or \"link\" must be provided, but not both.
4+
5+
## Properties
6+
7+
Name | Type | Description | Notes
8+
------------ | ------------- | ------------- | -------------
9+
**id** | **str** | Unique identifier for the video file. | [optional]
10+
**caption** | **str** | Caption for the video. | [optional]
11+
**mime_type** | **str** | MIME type of the video file. | [optional]
12+
**link** | **str** | URL link to the video file. | [optional]
13+
14+
## Example
15+
16+
```python
17+
from messente_api.models.whats_app_video import WhatsAppVideo
18+
19+
# TODO update the JSON string below
20+
json = "{}"
21+
# create an instance of WhatsAppVideo from a JSON string
22+
whats_app_video_instance = WhatsAppVideo.from_json(json)
23+
# print the JSON string representation of the object
24+
print(WhatsAppVideo.to_json())
25+
26+
# convert the object into a dict
27+
whats_app_video_dict = whats_app_video_instance.to_dict()
28+
# create an instance of WhatsAppVideo from a dict
29+
whats_app_video_from_dict = WhatsAppVideo.from_dict(whats_app_video_dict)
30+
```
31+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
32+
33+

0 commit comments

Comments
 (0)