Skip to content

Commit 6b2cb91

Browse files
committed
Travis update: Sep 2024 (Build 799)
[skip ci]
1 parent 421925b commit 6b2cb91

10 files changed

Lines changed: 10 additions & 619 deletions

File tree

.openapi-generator/FILES

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ docs/Model/SyncNumberLookupSuccess.md
6262
docs/Model/Telegram.md
6363
docs/Model/TextStore.md
6464
docs/Model/Viber.md
65-
docs/Model/ViberVideo.md
6665
docs/Model/WhatsApp.md
6766
docs/Model/WhatsAppComponent.md
6867
docs/Model/WhatsAppCurrency.md
@@ -134,7 +133,6 @@ lib/Model/SyncNumberLookupSuccess.php
134133
lib/Model/Telegram.php
135134
lib/Model/TextStore.php
136135
lib/Model/Viber.php
137-
lib/Model/ViberVideo.php
138136
lib/Model/WhatsApp.php
139137
lib/Model/WhatsAppComponent.php
140138
lib/Model/WhatsAppCurrency.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.2.0
4+
- PHP artifact version: 3.1.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.2.0",
3+
"version": "3.1.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/Model/OmnimessageMessagesInner.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ Name | Type | Description | Notes
1212
**buttonUrl** | **string** | URL of the button, must be specified along with ''text'', ''button_text'' and ''image_url'' (optional) | [optional]
1313
**buttonText** | **string** | Must be specified along with ''text'', ''button_url'', ''button_text'', ''image_url'' (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]
1615
**autoconvert** | **string** | 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]
1716
**udh** | **string** | hex-encoded string containing SMS UDH | [optional]
1817
**template** | [**\Messente\Api\Model\WhatsAppTemplate**](WhatsAppTemplate.md) | | [optional]

docs/Model/Viber.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@ Name | Type | Description | Notes
1212
**buttonUrl** | **string** | URL of the button, must be specified along with ''text'', ''button_text'' and ''image_url'' (optional) | [optional]
1313
**buttonText** | **string** | Must be specified along with ''text'', ''button_url'', ''button_text'', ''image_url'' (optional) | [optional]
1414
**channel** | **string** | The channel used to deliver the message | [optional] [default to 'viber']
15-
**video** | [**\Messente\Api\Model\ViberVideo**](ViberVideo.md) | | [optional]
1615

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

docs/Model/ViberVideo.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

lib/Configuration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ class Configuration
101101
*
102102
* @var string
103103
*/
104-
protected $userAgent = 'OpenAPI-Generator/3.2.0/PHP';
104+
protected $userAgent = 'OpenAPI-Generator/3.1.0/PHP';
105105

106106
/**
107107
* Debug switch (default set to false)
@@ -434,7 +434,7 @@ public static function toDebugReport()
434434
$report .= ' OS: ' . php_uname() . PHP_EOL;
435435
$report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL;
436436
$report .= ' The version of the OpenAPI document: 2.0.0' . PHP_EOL;
437-
$report .= ' SDK Package Version: 3.2.0' . PHP_EOL;
437+
$report .= ' SDK Package Version: 3.1.0' . PHP_EOL;
438438
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;
439439

440440
return $report;

lib/Model/OmnimessageMessagesInner.php

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ class OmnimessageMessagesInner implements ModelInterface, ArrayAccess, \JsonSeri
6666
'buttonUrl' => 'string',
6767
'buttonText' => 'string',
6868
'channel' => 'string',
69-
'video' => '\Messente\Api\Model\ViberVideo',
7069
'autoconvert' => 'string',
7170
'udh' => 'string',
7271
'template' => '\Messente\Api\Model\WhatsAppTemplate',
@@ -90,7 +89,6 @@ class OmnimessageMessagesInner implements ModelInterface, ArrayAccess, \JsonSeri
9089
'buttonUrl' => null,
9190
'buttonText' => null,
9291
'channel' => null,
93-
'video' => null,
9492
'autoconvert' => null,
9593
'udh' => null,
9694
'template' => null,
@@ -112,7 +110,6 @@ class OmnimessageMessagesInner implements ModelInterface, ArrayAccess, \JsonSeri
112110
'buttonUrl' => false,
113111
'buttonText' => false,
114112
'channel' => false,
115-
'video' => false,
116113
'autoconvert' => false,
117114
'udh' => false,
118115
'template' => false,
@@ -214,7 +211,6 @@ public function isNullableSetToNull(string $property): bool
214211
'buttonUrl' => 'button_url',
215212
'buttonText' => 'button_text',
216213
'channel' => 'channel',
217-
'video' => 'video',
218214
'autoconvert' => 'autoconvert',
219215
'udh' => 'udh',
220216
'template' => 'template',
@@ -236,7 +232,6 @@ public function isNullableSetToNull(string $property): bool
236232
'buttonUrl' => 'setButtonUrl',
237233
'buttonText' => 'setButtonText',
238234
'channel' => 'setChannel',
239-
'video' => 'setVideo',
240235
'autoconvert' => 'setAutoconvert',
241236
'udh' => 'setUdh',
242237
'template' => 'setTemplate',
@@ -258,7 +253,6 @@ public function isNullableSetToNull(string $property): bool
258253
'buttonUrl' => 'getButtonUrl',
259254
'buttonText' => 'getButtonText',
260255
'channel' => 'getChannel',
261-
'video' => 'getVideo',
262256
'autoconvert' => 'getAutoconvert',
263257
'udh' => 'getUdh',
264258
'template' => 'getTemplate',
@@ -361,7 +355,6 @@ public function __construct(array $data = null)
361355
$this->setIfExists('buttonUrl', $data ?? [], null);
362356
$this->setIfExists('buttonText', $data ?? [], null);
363357
$this->setIfExists('channel', $data ?? [], 'telegram');
364-
$this->setIfExists('video', $data ?? [], null);
365358
$this->setIfExists('autoconvert', $data ?? [], null);
366359
$this->setIfExists('udh', $data ?? [], null);
367360
$this->setIfExists('template', $data ?? [], null);
@@ -658,33 +651,6 @@ public function setChannel($channel)
658651
return $this;
659652
}
660653

661-
/**
662-
* Gets video
663-
*
664-
* @return \Messente\Api\Model\ViberVideo|null
665-
*/
666-
public function getVideo()
667-
{
668-
return $this->container['video'];
669-
}
670-
671-
/**
672-
* Sets video
673-
*
674-
* @param \Messente\Api\Model\ViberVideo|null $video video
675-
*
676-
* @return self
677-
*/
678-
public function setVideo($video)
679-
{
680-
if (is_null($video)) {
681-
throw new \InvalidArgumentException('non-nullable video cannot be null');
682-
}
683-
$this->container['video'] = $video;
684-
685-
return $this;
686-
}
687-
688654
/**
689655
* Gets autoconvert
690656
*

lib/Model/Viber.php

Lines changed: 6 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ class Viber implements ModelInterface, ArrayAccess, \JsonSerializable
6666
'imageUrl' => 'string',
6767
'buttonUrl' => 'string',
6868
'buttonText' => 'string',
69-
'channel' => 'string',
70-
'video' => '\Messente\Api\Model\ViberVideo'
69+
'channel' => 'string'
7170
];
7271

7372
/**
@@ -85,8 +84,7 @@ class Viber implements ModelInterface, ArrayAccess, \JsonSerializable
8584
'imageUrl' => null,
8685
'buttonUrl' => null,
8786
'buttonText' => null,
88-
'channel' => null,
89-
'video' => null
87+
'channel' => null
9088
];
9189

9290
/**
@@ -102,8 +100,7 @@ class Viber implements ModelInterface, ArrayAccess, \JsonSerializable
102100
'imageUrl' => false,
103101
'buttonUrl' => false,
104102
'buttonText' => false,
105-
'channel' => false,
106-
'video' => false
103+
'channel' => false
107104
];
108105

109106
/**
@@ -199,8 +196,7 @@ public function isNullableSetToNull(string $property): bool
199196
'imageUrl' => 'image_url',
200197
'buttonUrl' => 'button_url',
201198
'buttonText' => 'button_text',
202-
'channel' => 'channel',
203-
'video' => 'video'
199+
'channel' => 'channel'
204200
];
205201

206202
/**
@@ -216,8 +212,7 @@ public function isNullableSetToNull(string $property): bool
216212
'imageUrl' => 'setImageUrl',
217213
'buttonUrl' => 'setButtonUrl',
218214
'buttonText' => 'setButtonText',
219-
'channel' => 'setChannel',
220-
'video' => 'setVideo'
215+
'channel' => 'setChannel'
221216
];
222217

223218
/**
@@ -233,8 +228,7 @@ public function isNullableSetToNull(string $property): bool
233228
'imageUrl' => 'getImageUrl',
234229
'buttonUrl' => 'getButtonUrl',
235230
'buttonText' => 'getButtonText',
236-
'channel' => 'getChannel',
237-
'video' => 'getVideo'
231+
'channel' => 'getChannel'
238232
];
239233

240234
/**
@@ -315,7 +309,6 @@ public function __construct(array $data = null)
315309
$this->setIfExists('buttonUrl', $data ?? [], null);
316310
$this->setIfExists('buttonText', $data ?? [], null);
317311
$this->setIfExists('channel', $data ?? [], 'viber');
318-
$this->setIfExists('video', $data ?? [], null);
319312
}
320313

321314
/**
@@ -594,33 +587,6 @@ public function setChannel($channel)
594587

595588
return $this;
596589
}
597-
598-
/**
599-
* Gets video
600-
*
601-
* @return \Messente\Api\Model\ViberVideo|null
602-
*/
603-
public function getVideo()
604-
{
605-
return $this->container['video'];
606-
}
607-
608-
/**
609-
* Sets video
610-
*
611-
* @param \Messente\Api\Model\ViberVideo|null $video video
612-
*
613-
* @return self
614-
*/
615-
public function setVideo($video)
616-
{
617-
if (is_null($video)) {
618-
throw new \InvalidArgumentException('non-nullable video cannot be null');
619-
}
620-
$this->container['video'] = $video;
621-
622-
return $this;
623-
}
624590
/**
625591
* Returns true if offset exists. False otherwise.
626592
*

0 commit comments

Comments
 (0)