@@ -132,6 +132,7 @@ public function getConfig(): Configuration
132132 * @throws ApiException on non-2xx response
133133 * @throws InvalidArgumentException|GuzzleException
134134 * @return \Pipedrive\versions\v1\Model\ChannelObjectResponse|\Pipedrive\versions\v1\Model\AddChannelBadRequestResponse|\Pipedrive\versions\v1\Model\AddChannelForbiddenErrorResponse
135+ * @deprecated
135136 */
136137 public function addChannel ($ channel_object = null )
137138 {
@@ -149,6 +150,7 @@ public function addChannel($channel_object = null)
149150 * @throws ApiException on non-2xx response
150151 * @throws InvalidArgumentException|GuzzleException
151152 * @return array<mixed> of \Pipedrive\versions\v1\Model\ChannelObjectResponse|\Pipedrive\versions\v1\Model\AddChannelBadRequestResponse|\Pipedrive\versions\v1\Model\AddChannelForbiddenErrorResponse, HTTP status code, HTTP response headers (array of strings)
153+ * @deprecated
152154 */
153155 public function addChannelWithHttpInfo ($ channel_object = null )
154156 {
@@ -291,6 +293,7 @@ public function addChannelWithHttpInfo($channel_object = null)
291293 *
292294 * @throws InvalidArgumentException|OAuthProviderException
293295 * @return PromiseInterface
296+ * @deprecated
294297 */
295298 public function addChannelAsync ($ channel_object = null ): PromiseInterface
296299 {
@@ -311,6 +314,7 @@ function ($response) {
311314 *
312315 * @throws InvalidArgumentException|OAuthProviderException
313316 * @return PromiseInterface
317+ * @deprecated
314318 */
315319 public function addChannelAsyncWithHttpInfo ($ channel_object = null ): PromiseInterface
316320 {
@@ -358,6 +362,7 @@ function ($exception) {
358362 *
359363 * @throws InvalidArgumentException|OAuthProviderException
360364 * @return Request
365+ * @deprecated
361366 */
362367 public function addChannelRequest ($ channel_object = null ): Request
363368 {
@@ -461,6 +466,7 @@ public function addChannelRequest($channel_object = null): Request
461466 * @throws ApiException on non-2xx response
462467 * @throws InvalidArgumentException|GuzzleException
463468 * @return \Pipedrive\versions\v1\Model\DeleteChannelSuccess|\Pipedrive\versions\v1\Model\AddChannelBadRequestResponse
469+ * @deprecated
464470 */
465471 public function deleteChannel ($ id )
466472 {
@@ -478,6 +484,7 @@ public function deleteChannel($id)
478484 * @throws ApiException on non-2xx response
479485 * @throws InvalidArgumentException|GuzzleException
480486 * @return array<mixed> of \Pipedrive\versions\v1\Model\DeleteChannelSuccess|\Pipedrive\versions\v1\Model\AddChannelBadRequestResponse, HTTP status code, HTTP response headers (array of strings)
487+ * @deprecated
481488 */
482489 public function deleteChannelWithHttpInfo ($ id )
483490 {
@@ -599,6 +606,7 @@ public function deleteChannelWithHttpInfo($id)
599606 *
600607 * @throws InvalidArgumentException|OAuthProviderException
601608 * @return PromiseInterface
609+ * @deprecated
602610 */
603611 public function deleteChannelAsync ($ id ): PromiseInterface
604612 {
@@ -619,6 +627,7 @@ function ($response) {
619627 *
620628 * @throws InvalidArgumentException|OAuthProviderException
621629 * @return PromiseInterface
630+ * @deprecated
622631 */
623632 public function deleteChannelAsyncWithHttpInfo ($ id ): PromiseInterface
624633 {
@@ -666,6 +675,7 @@ function ($exception) {
666675 *
667676 * @throws InvalidArgumentException|OAuthProviderException
668677 * @return Request
678+ * @deprecated
669679 */
670680 public function deleteChannelRequest ($ id ): Request
671681 {
@@ -779,6 +789,7 @@ public function deleteChannelRequest($id): Request
779789 * @throws ApiException on non-2xx response
780790 * @throws InvalidArgumentException|GuzzleException
781791 * @return \Pipedrive\versions\v1\Model\DeleteConversationSuccess|\Pipedrive\versions\v1\Model\DeleteConversationForbiddenErrorResponse|\Pipedrive\versions\v1\Model\DeleteConversationNotFoundErrorResponse
792+ * @deprecated
782793 */
783794 public function deleteConversation ($ channel_id , $ conversation_id )
784795 {
@@ -797,6 +808,7 @@ public function deleteConversation($channel_id, $conversation_id)
797808 * @throws ApiException on non-2xx response
798809 * @throws InvalidArgumentException|GuzzleException
799810 * @return array<mixed> of \Pipedrive\versions\v1\Model\DeleteConversationSuccess|\Pipedrive\versions\v1\Model\DeleteConversationForbiddenErrorResponse|\Pipedrive\versions\v1\Model\DeleteConversationNotFoundErrorResponse, HTTP status code, HTTP response headers (array of strings)
811+ * @deprecated
800812 */
801813 public function deleteConversationWithHttpInfo ($ channel_id , $ conversation_id )
802814 {
@@ -940,6 +952,7 @@ public function deleteConversationWithHttpInfo($channel_id, $conversation_id)
940952 *
941953 * @throws InvalidArgumentException|OAuthProviderException
942954 * @return PromiseInterface
955+ * @deprecated
943956 */
944957 public function deleteConversationAsync ($ channel_id , $ conversation_id ): PromiseInterface
945958 {
@@ -961,6 +974,7 @@ function ($response) {
961974 *
962975 * @throws InvalidArgumentException|OAuthProviderException
963976 * @return PromiseInterface
977+ * @deprecated
964978 */
965979 public function deleteConversationAsyncWithHttpInfo ($ channel_id , $ conversation_id ): PromiseInterface
966980 {
@@ -1009,6 +1023,7 @@ function ($exception) {
10091023 *
10101024 * @throws InvalidArgumentException|OAuthProviderException
10111025 * @return Request
1026+ * @deprecated
10121027 */
10131028 public function deleteConversationRequest ($ channel_id , $ conversation_id ): Request
10141029 {
@@ -1136,6 +1151,7 @@ public function deleteConversationRequest($channel_id, $conversation_id): Reques
11361151 * @throws ApiException on non-2xx response
11371152 * @throws InvalidArgumentException|GuzzleException
11381153 * @return \Pipedrive\versions\v1\Model\GetReceiveMessageSuccessResponse|\Pipedrive\versions\v1\Model\ReceiveMessageBadRequestErrorResponse
1154+ * @deprecated
11391155 */
11401156 public function receiveMessage ($ message_object = null )
11411157 {
@@ -1153,6 +1169,7 @@ public function receiveMessage($message_object = null)
11531169 * @throws ApiException on non-2xx response
11541170 * @throws InvalidArgumentException|GuzzleException
11551171 * @return array<mixed> of \Pipedrive\versions\v1\Model\GetReceiveMessageSuccessResponse|\Pipedrive\versions\v1\Model\ReceiveMessageBadRequestErrorResponse, HTTP status code, HTTP response headers (array of strings)
1172+ * @deprecated
11561173 */
11571174 public function receiveMessageWithHttpInfo ($ message_object = null )
11581175 {
@@ -1274,6 +1291,7 @@ public function receiveMessageWithHttpInfo($message_object = null)
12741291 *
12751292 * @throws InvalidArgumentException|OAuthProviderException
12761293 * @return PromiseInterface
1294+ * @deprecated
12771295 */
12781296 public function receiveMessageAsync ($ message_object = null ): PromiseInterface
12791297 {
@@ -1294,6 +1312,7 @@ function ($response) {
12941312 *
12951313 * @throws InvalidArgumentException|OAuthProviderException
12961314 * @return PromiseInterface
1315+ * @deprecated
12971316 */
12981317 public function receiveMessageAsyncWithHttpInfo ($ message_object = null ): PromiseInterface
12991318 {
@@ -1341,6 +1360,7 @@ function ($exception) {
13411360 *
13421361 * @throws InvalidArgumentException|OAuthProviderException
13431362 * @return Request
1363+ * @deprecated
13441364 */
13451365 public function receiveMessageRequest ($ message_object = null ): Request
13461366 {
0 commit comments