You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -142,7 +142,7 @@ public function retrieveDeliveryReport($omnimessageId)
142
142
*
143
143
* @throws \Messente\Api\ApiException on non-2xx response
144
144
* @throws \InvalidArgumentException
145
-
* @return array of \Messente\Api\Model\DeliveryReportResponse|\Messente\Api\Model\ErrorOmnichannel, HTTP status code, HTTP response headers (array of strings)
145
+
* @return array of \Messente\Api\Model\DeliveryReportResponse|\Messente\Api\Model\ErrorOmnichannel|\Messente\Api\Model\ErrorOmnichannel, HTTP status code, HTTP response headers (array of strings)
@@ -142,7 +142,7 @@ public function cancelScheduledMessage($omnimessageId)
142
142
*
143
143
* @throws \Messente\Api\ApiException on non-2xx response
144
144
* @throws \InvalidArgumentException
145
-
* @return array of object|\Messente\Api\Model\ErrorOmnichannel, HTTP status code, HTTP response headers (array of strings)
145
+
* @return array of object|\Messente\Api\Model\ErrorOmnichannel|\Messente\Api\Model\ErrorOmnichannel, HTTP status code, HTTP response headers (array of strings)
@@ -437,7 +457,7 @@ public function sendOmnimessage($omnimessage)
437
457
*
438
458
* @throws \Messente\Api\ApiException on non-2xx response
439
459
* @throws \InvalidArgumentException
440
-
* @return array of \Messente\Api\Model\OmniMessageCreateSuccessResponse|\Messente\Api\Model\ErrorOmnichannel, HTTP status code, HTTP response headers (array of strings)
460
+
* @return array of \Messente\Api\Model\OmniMessageCreateSuccessResponse|\Messente\Api\Model\ErrorOmnichannel|\Messente\Api\Model\ErrorOmnichannel, HTTP status code, HTTP response headers (array of strings)
0 commit comments