Skip to content

Commit 90f614f

Browse files
committed
Travis update: Jul 2025 (Build 914)
[skip ci]
1 parent 660e6c1 commit 90f614f

21 files changed

Lines changed: 3154 additions & 57 deletions

.openapi-generator/FILES

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,19 @@ docs/Model/TextStore.md
7070
docs/Model/Viber.md
7171
docs/Model/ViberVideo.md
7272
docs/Model/WhatsApp.md
73+
docs/Model/WhatsAppAudio.md
7374
docs/Model/WhatsAppComponent.md
7475
docs/Model/WhatsAppCurrency.md
7576
docs/Model/WhatsAppDatetime.md
77+
docs/Model/WhatsAppDocument.md
78+
docs/Model/WhatsAppImage.md
7679
docs/Model/WhatsAppLanguage.md
7780
docs/Model/WhatsAppMedia.md
7881
docs/Model/WhatsAppParameter.md
82+
docs/Model/WhatsAppSticker.md
7983
docs/Model/WhatsAppTemplate.md
8084
docs/Model/WhatsAppText.md
85+
docs/Model/WhatsAppVideo.md
8186
docs/Model/WhatsappButtonType.md
8287
docs/Model/WhatsappComponentType.md
8388
docs/Model/WhatsappCreateTemplateRequest.md
@@ -166,14 +171,19 @@ lib/Model/TextStore.php
166171
lib/Model/Viber.php
167172
lib/Model/ViberVideo.php
168173
lib/Model/WhatsApp.php
174+
lib/Model/WhatsAppAudio.php
169175
lib/Model/WhatsAppComponent.php
170176
lib/Model/WhatsAppCurrency.php
171177
lib/Model/WhatsAppDatetime.php
178+
lib/Model/WhatsAppDocument.php
179+
lib/Model/WhatsAppImage.php
172180
lib/Model/WhatsAppLanguage.php
173181
lib/Model/WhatsAppMedia.php
174182
lib/Model/WhatsAppParameter.php
183+
lib/Model/WhatsAppSticker.php
175184
lib/Model/WhatsAppTemplate.php
176185
lib/Model/WhatsAppText.php
186+
lib/Model/WhatsAppVideo.php
177187
lib/Model/WhatsappButtonType.php
178188
lib/Model/WhatsappComponentType.php
179189
lib/Model/WhatsappCreateTemplateRequest.php

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-
- PHP artifact version: 3.3.0
4+
- PHP artifact version: 3.4.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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "messente/messente-api-php",
3-
"version": "3.3.0",
3+
"version": "3.4.0",
44
"description": "[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.",
55
"keywords": ["viber", "telegram", "sms", "whatsapp", "phonebook", "openapitools",
66
"openapi-generator",

docs/Api/WhatsAppTemplatesApi.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ try {
7676
## `deleteWhatsappTemplate()`
7777

7878
```php
79-
deleteWhatsappTemplate($wabaId, $name, $hsmId): array<string,mixed>
79+
deleteWhatsappTemplate($wabaId, $name, $hsmId): object
8080
```
8181

8282
Deletes a WhatsApp template
@@ -122,7 +122,7 @@ try {
122122

123123
### Return type
124124

125-
**array<string,mixed>**
125+
**object**
126126

127127
### Authorization
128128

@@ -278,7 +278,7 @@ try {
278278
## `updateWhatsappTemplate()`
279279

280280
```php
281-
updateWhatsappTemplate($wabaId, $templateId, $whatsappUpdateTemplateRequest): array<string,mixed>
281+
updateWhatsappTemplate($wabaId, $templateId, $whatsappUpdateTemplateRequest): object
282282
```
283283

284284
Updates a WhatsApp template
@@ -324,7 +324,7 @@ try {
324324

325325
### Return type
326326

327-
**array<string,mixed>**
327+
**object**
328328

329329
### Authorization
330330

docs/Model/OmnimessageMessagesInner.md

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

docs/Model/WhatsApp.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@ Name | Type | Description | Notes
88
**validity** | **int** | After how many minutes this channel is considered as failed and the next channel is attempted | [optional]
99
**ttl** | **int** | After how many seconds this channel is considered as failed and the next channel is attempted. Only one of \&quot;ttl\&quot; and \&quot;validity\&quot; can be used. | [optional]
1010
**template** | [**\Messente\Api\Model\WhatsAppTemplate**](WhatsAppTemplate.md) | | [optional]
11-
**text** | [**\Messente\Api\Model\WhatsAppText**](WhatsAppText.md) | | [optional]
1211
**channel** | **string** | The channel used to deliver the message | [optional] [default to 'whatsapp']
12+
**text** | [**\Messente\Api\Model\WhatsAppText**](WhatsAppText.md) | | [optional]
13+
**image** | [**\Messente\Api\Model\WhatsAppImage**](WhatsAppImage.md) | | [optional]
14+
**video** | [**\Messente\Api\Model\WhatsAppVideo**](WhatsAppVideo.md) | | [optional]
15+
**audio** | [**\Messente\Api\Model\WhatsAppAudio**](WhatsAppAudio.md) | | [optional]
16+
**document** | [**\Messente\Api\Model\WhatsAppDocument**](WhatsAppDocument.md) | | [optional]
17+
**sticker** | [**\Messente\Api\Model\WhatsAppSticker**](WhatsAppSticker.md) | | [optional]
1318

1419
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)

docs/Model/WhatsAppAudio.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# # WhatsAppAudio
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**id** | **string** | Unique identifier for the audio file. | [optional]
8+
**mimeType** | **string** | MIME type of the audio file. | [optional]
9+
**link** | **string** | URL link to the audio file. | [optional]
10+
11+
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)

docs/Model/WhatsAppDocument.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# # WhatsAppDocument
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**id** | **string** | Unique identifier for the document file. | [optional]
8+
**caption** | **string** | Caption for the document. | [optional]
9+
**mimeType** | **string** | MIME type of the document file. | [optional]
10+
**fileName** | **string** | Name of the document file. | [optional]
11+
**link** | **string** | URL link to the document file. | [optional]
12+
13+
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)

docs/Model/WhatsAppImage.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# # WhatsAppImage
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**id** | **string** | Unique identifier for the image file. | [optional]
8+
**caption** | **string** | Caption for the image. | [optional]
9+
**mimeType** | **string** | MIME type of the image file. | [optional]
10+
**link** | **string** | URL link to the image file. | [optional]
11+
12+
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)

docs/Model/WhatsAppSticker.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# # WhatsAppSticker
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**id** | **string** | Unique identifier for the sticker file. | [optional]
8+
**mimeType** | **string** | MIME type of the sticker file. | [optional]
9+
**animated** | **bool** | Indicates whether the sticker is animated. | [optional]
10+
**link** | **string** | URL link to the sticker file. | [optional]
11+
12+
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)

0 commit comments

Comments
 (0)