1
0
mirror of synced 2024-12-04 16:56:02 +03:00

Update product name, cleanup annotations (#14)

This commit is contained in:
Alex Lushpai 2020-12-15 13:34:43 +03:00 committed by GitHub
parent b7f214a212
commit 84ecba8714
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
70 changed files with 8 additions and 415 deletions

View File

@ -1,6 +1,6 @@
MIT License MIT License
Copyright (c) 2018-2019 RetailDriver LLC Copyright (c) 2018-2020 RetailDriver LLC
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View File

@ -1,13 +1,11 @@
[![Build Status](https://github.com/retailcrm/mg-bot-api-client-php/workflows/ci/badge.svg)](https://github.com/retailcrm/mg-bot-api-client-php/actions) [![Build Status](https://github.com/retailcrm/mg-bot-api-client-php/workflows/ci/badge.svg)](https://github.com/retailcrm/mg-bot-api-client-php/actions)
[![Covarage](https://img.shields.io/codecov/c/gh/retailcrm/mg-bot-api-client-php/master.svg?logo=codecov)](https://codecov.io/gh/retailcrm/mg-bot-api-client-php) [![Coverage](https://img.shields.io/codecov/c/gh/retailcrm/mg-bot-api-client-php/master.svg?logo=codecov&logoColor=white)](https://codecov.io/gh/retailcrm/mg-bot-api-client-php)
[![Latest stable](https://img.shields.io/packagist/v/retailcrm/mg-bot-api-client-php.svg)](https://packagist.org/packages/retailcrm/mg-bot-api-client-php) [![Latest stable](https://img.shields.io/packagist/v/retailcrm/mg-bot-api-client-php.svg)](https://packagist.org/packages/retailcrm/mg-bot-api-client-php)
[![PHP from Packagist](https://img.shields.io/packagist/php-v/retailcrm/mg-bot-api-client-php.svg)](https://packagist.org/packages/retailcrm/mg-bot-api-client-php) [![PHP from Packagist](https://img.shields.io/packagist/php-v/retailcrm/mg-bot-api-client-php.svg?logo=php&logoColor=white)](https://packagist.org/packages/retailcrm/mg-bot-api-client-php)
# Message Gateway Bot API PHP client # Message Gateway Bot API PHP client
This is php library for retailCRM MG Bot API.
## Requirements ## Requirements
* PHP 7.1 and above * PHP 7.1 and above
@ -53,8 +51,3 @@ try {
echo $response->getPreviousResponsible(); echo $response->getPreviousResponsible();
``` ```
### Documentation
* [English](https://help.retailcrm.pro/Developers/MgBot)
* [Russian](https://help.retailcrm.ru/Developers/MgBot)

View File

@ -1,14 +1,14 @@
{ {
"name": "retailcrm/mg-bot-api-client-php", "name": "retailcrm/mg-bot-api-client-php",
"description": "PHP client for retailCRM MG Bot API", "description": "PHP client for MG Bot API",
"type": "library", "type": "library",
"keywords": ["API", "retailCRM", "REST", "bot"], "keywords": ["API", "RetailCRM", "REST", "bot"],
"homepage": "http://www.retailcrm.ru/", "homepage": "http://www.retailcrm.ru/",
"license": "MIT", "license": "MIT",
"authors": [ "authors": [
{ {
"name": "retailCRM", "name": "RetailCRM",
"email": "support@retailcrm.ru" "email": "support@retailcrm.pro"
} }
], ],
"require": { "require": {
@ -29,7 +29,7 @@
"phpstan/phpstan": "0.11.*" "phpstan/phpstan": "0.11.*"
}, },
"support": { "support": {
"email": "support@retailcrm.ru" "email": "support@retailcrm.pro"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {

View File

@ -6,9 +6,6 @@
* Client * Client
* *
* @package RetailCrm\Mg\Bot * @package RetailCrm\Mg\Bot
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Mg\Bot; namespace RetailCrm\Mg\Bot;
@ -37,9 +34,6 @@ use RetailCrm\Mg\Bot\Model\Response\UploadFileResponse;
* Class Client * Class Client
* *
* @package RetailCrm\Mg\Bot * @package RetailCrm\Mg\Bot
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
class Client class Client
{ {

View File

@ -6,9 +6,6 @@
* HttpClient * HttpClient
* *
* @package RetailCrm\Mg\Bot * @package RetailCrm\Mg\Bot
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Mg\Bot; namespace RetailCrm\Mg\Bot;
@ -35,9 +32,6 @@ use function GuzzleHttp\Psr7\stream_for;
* Class HttpClient * Class HttpClient
* *
* @package RetailCrm\Mg\Bot * @package RetailCrm\Mg\Bot
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
class HttpClient class HttpClient
{ {

View File

@ -6,9 +6,6 @@
* Constants * Constants
* *
* @package RetailCrm\Mg\Bot\Model * @package RetailCrm\Mg\Bot\Model
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Mg\Bot\Model; namespace RetailCrm\Mg\Bot\Model;
@ -17,9 +14,6 @@ namespace RetailCrm\Mg\Bot\Model;
* Constants class * Constants class
* *
* @package RetailCrm\Mg\Bot\Model * @package RetailCrm\Mg\Bot\Model
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
class Constants class Constants
{ {

View File

@ -6,9 +6,6 @@
* Bot entity * Bot entity
* *
* @package RetailCrm\Mg\Bot\Model\Entity * @package RetailCrm\Mg\Bot\Model\Entity
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Mg\Bot\Model\Entity; namespace RetailCrm\Mg\Bot\Model\Entity;
@ -22,9 +19,6 @@ use RetailCrm\Mg\Bot\Model\ModelInterface;
* Bot class * Bot class
* *
* @package RetailCrm\Mg\Bot\Model\Entity * @package RetailCrm\Mg\Bot\Model\Entity
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
class Bot implements ModelInterface class Bot implements ModelInterface
{ {

View File

@ -6,9 +6,6 @@
* Channel entity * Channel entity
* *
* @package RetailCrm\Mg\Bot\Model\Entity\Channel * @package RetailCrm\Mg\Bot\Model\Entity\Channel
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Mg\Bot\Model\Entity\Channel; namespace RetailCrm\Mg\Bot\Model\Entity\Channel;
@ -22,9 +19,6 @@ use RetailCrm\Mg\Bot\Model\ModelInterface;
* Class Channel * Class Channel
* *
* @package RetailCrm\Mg\Bot\Model\Entity\Channel * @package RetailCrm\Mg\Bot\Model\Entity\Channel
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
class Channel implements ModelInterface class Channel implements ModelInterface
{ {

View File

@ -6,9 +6,6 @@
* ChannelSettings entity * ChannelSettings entity
* *
* @package RetailCrm\Mg\Bot\Model\Entity\Channel * @package RetailCrm\Mg\Bot\Model\Entity\Channel
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Mg\Bot\Model\Entity\Channel; namespace RetailCrm\Mg\Bot\Model\Entity\Channel;
@ -22,9 +19,6 @@ use RetailCrm\Mg\Bot\Model\ModelInterface;
* Class ChannelSettings * Class ChannelSettings
* *
* @package RetailCrm\Mg\Bot\Model\Entity\Channel * @package RetailCrm\Mg\Bot\Model\Entity\Channel
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
class ChannelSettings implements ModelInterface class ChannelSettings implements ModelInterface
{ {

View File

@ -6,9 +6,6 @@
* ChannelSettingsItem entity * ChannelSettingsItem entity
* *
* @package RetailCrm\Mg\Bot\Model\Entity\Channel * @package RetailCrm\Mg\Bot\Model\Entity\Channel
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Mg\Bot\Model\Entity\Channel; namespace RetailCrm\Mg\Bot\Model\Entity\Channel;
@ -22,9 +19,6 @@ use RetailCrm\Mg\Bot\Model\ModelInterface;
* ChannelSettingsItem class * ChannelSettingsItem class
* *
* @package RetailCrm\Mg\Bot\Model\Entity\Channel * @package RetailCrm\Mg\Bot\Model\Entity\Channel
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
class ChannelSettingsItem implements ModelInterface class ChannelSettingsItem implements ModelInterface
{ {

View File

@ -6,9 +6,6 @@
* ChannelSettingsStatus entity * ChannelSettingsStatus entity
* *
* @package RetailCrm\Mg\Bot\Model\Entity\Channel * @package RetailCrm\Mg\Bot\Model\Entity\Channel
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Mg\Bot\Model\Entity\Channel; namespace RetailCrm\Mg\Bot\Model\Entity\Channel;
@ -22,9 +19,6 @@ use RetailCrm\Mg\Bot\Model\ModelInterface;
* ChannelSettingsStatus class * ChannelSettingsStatus class
* *
* @package RetailCrm\Mg\Bot\Model\Entity\Channel * @package RetailCrm\Mg\Bot\Model\Entity\Channel
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
class ChannelSettingsStatus implements ModelInterface class ChannelSettingsStatus implements ModelInterface
{ {

View File

@ -6,9 +6,6 @@
* Chat entity * Chat entity
* *
* @package RetailCrm\Mg\Bot\Model\Entity\Chat * @package RetailCrm\Mg\Bot\Model\Entity\Chat
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Mg\Bot\Model\Entity\Chat; namespace RetailCrm\Mg\Bot\Model\Entity\Chat;
@ -24,9 +21,6 @@ use RetailCrm\Mg\Bot\Model\ModelInterface;
* Chat class * Chat class
* *
* @package RetailCrm\Mg\Bot\Model\Entity\Chat * @package RetailCrm\Mg\Bot\Model\Entity\Chat
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
class Chat implements ModelInterface class Chat implements ModelInterface
{ {

View File

@ -6,9 +6,6 @@
* ChatLastMessage entity * ChatLastMessage entity
* *
* @package RetailCrm\Mg\Bot\Model\Entity\Chat * @package RetailCrm\Mg\Bot\Model\Entity\Chat
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Mg\Bot\Model\Entity\Chat; namespace RetailCrm\Mg\Bot\Model\Entity\Chat;
@ -22,9 +19,6 @@ use RetailCrm\Mg\Bot\Model\ModelInterface;
* ChatLastMessage class * ChatLastMessage class
* *
* @package RetailCrm\Mg\Bot\Model\Entity\Chat * @package RetailCrm\Mg\Bot\Model\Entity\Chat
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
class ChatLastMessage implements ModelInterface class ChatLastMessage implements ModelInterface
{ {

View File

@ -6,9 +6,6 @@
* ChatMember entity * ChatMember entity
* *
* @package RetailCrm\Mg\Bot\Model\Entity\Chat * @package RetailCrm\Mg\Bot\Model\Entity\Chat
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Mg\Bot\Model\Entity\Chat; namespace RetailCrm\Mg\Bot\Model\Entity\Chat;
@ -22,9 +19,6 @@ use RetailCrm\Mg\Bot\Model\ModelInterface;
* ChatMember class * ChatMember class
* *
* @package RetailCrm\Mg\Bot\Model\Entity\Chat * @package RetailCrm\Mg\Bot\Model\Entity\Chat
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
class ChatMember implements ModelInterface class ChatMember implements ModelInterface
{ {

View File

@ -6,9 +6,6 @@
* Command entity * Command entity
* *
* @package RetailCrm\Mg\Bot\Model\Entity * @package RetailCrm\Mg\Bot\Model\Entity
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Mg\Bot\Model\Entity; namespace RetailCrm\Mg\Bot\Model\Entity;
@ -22,9 +19,6 @@ use RetailCrm\Mg\Bot\Model\ModelInterface;
* Command class * Command class
* *
* @package RetailCrm\Mg\Bot\Model\Entity * @package RetailCrm\Mg\Bot\Model\Entity
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
class Command implements ModelInterface class Command implements ModelInterface
{ {

View File

@ -6,9 +6,6 @@
* Customer entity * Customer entity
* *
* @package RetailCrm\Mg\Bot\Model\Entity * @package RetailCrm\Mg\Bot\Model\Entity
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Mg\Bot\Model\Entity; namespace RetailCrm\Mg\Bot\Model\Entity;
@ -23,9 +20,6 @@ use JMS\Serializer\Annotation\Type;
* Customer class * Customer class
* *
* @package RetailCrm\Mg\Bot\Model\Entity * @package RetailCrm\Mg\Bot\Model\Entity
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
class Customer implements ModelInterface class Customer implements ModelInterface
{ {

View File

@ -6,9 +6,6 @@
* Dialog entity * Dialog entity
* *
* @package RetailCrm\Mg\Bot\Model\Entity * @package RetailCrm\Mg\Bot\Model\Entity
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Mg\Bot\Model\Entity; namespace RetailCrm\Mg\Bot\Model\Entity;
@ -22,9 +19,6 @@ use RetailCrm\Mg\Bot\Model\ModelInterface;
* Dialog class * Dialog class
* *
* @package RetailCrm\Mg\Bot\Model\Entity * @package RetailCrm\Mg\Bot\Model\Entity
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
class Dialog implements ModelInterface class Dialog implements ModelInterface
{ {

View File

@ -6,9 +6,6 @@
* FileMeta entity * FileMeta entity
* *
* @package RetailCrm\Mg\Bot\Model\Entity * @package RetailCrm\Mg\Bot\Model\Entity
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Mg\Bot\Model\Entity; namespace RetailCrm\Mg\Bot\Model\Entity;
@ -22,9 +19,6 @@ use RetailCrm\Mg\Bot\Model\ModelInterface;
* FileMeta class * FileMeta class
* *
* @package RetailCrm\Mg\Bot\Model\Entity * @package RetailCrm\Mg\Bot\Model\Entity
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
class FileMeta implements ModelInterface class FileMeta implements ModelInterface
{ {

View File

@ -6,9 +6,6 @@
* Item entity * Item entity
* *
* @package RetailCrm\Mg\Bot\Model\Entity\Message * @package RetailCrm\Mg\Bot\Model\Entity\Message
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Mg\Bot\Model\Entity\Message; namespace RetailCrm\Mg\Bot\Model\Entity\Message;
@ -22,9 +19,6 @@ use RetailCrm\Mg\Bot\Model\ModelInterface;
* Item class * Item class
* *
* @package RetailCrm\Mg\Bot\Model\Entity\Message * @package RetailCrm\Mg\Bot\Model\Entity\Message
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
class Item implements ModelInterface class Item implements ModelInterface
{ {

View File

@ -6,9 +6,6 @@
* Message entity * Message entity
* *
* @package RetailCrm\Mg\Bot\Model\Entity\Message * @package RetailCrm\Mg\Bot\Model\Entity\Message
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Mg\Bot\Model\Entity\Message; namespace RetailCrm\Mg\Bot\Model\Entity\Message;
@ -24,9 +21,6 @@ use RetailCrm\Mg\Bot\Model\ModelInterface;
* Message class * Message class
* *
* @package RetailCrm\Mg\Bot\Model\Entity\Message * @package RetailCrm\Mg\Bot\Model\Entity\Message
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
class Message implements ModelInterface class Message implements ModelInterface
{ {

View File

@ -6,9 +6,6 @@
* MessageCost entity * MessageCost entity
* *
* @package RetailCrm\Mg\Bot\Model\Entity\Message * @package RetailCrm\Mg\Bot\Model\Entity\Message
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Mg\Bot\Model\Entity\Message; namespace RetailCrm\Mg\Bot\Model\Entity\Message;
@ -23,9 +20,6 @@ use RetailCrm\Mg\Bot\Model\ModelInterface;
* MessageCost class * MessageCost class
* *
* @package RetailCrm\Mg\Bot\Model\Entity\Message * @package RetailCrm\Mg\Bot\Model\Entity\Message
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
class MessageCost implements ModelInterface class MessageCost implements ModelInterface
{ {

View File

@ -6,9 +6,6 @@
* MessageDelivery entity * MessageDelivery entity
* *
* @package RetailCrm\Mg\Bot\Model\Entity\Message * @package RetailCrm\Mg\Bot\Model\Entity\Message
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Mg\Bot\Model\Entity\Message; namespace RetailCrm\Mg\Bot\Model\Entity\Message;
@ -23,9 +20,6 @@ use RetailCrm\Mg\Bot\Model\ModelInterface;
* MessageDelivery class * MessageDelivery class
* *
* @package RetailCrm\Mg\Bot\Model\Entity\Message * @package RetailCrm\Mg\Bot\Model\Entity\Message
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
class MessageDelivery implements ModelInterface class MessageDelivery implements ModelInterface
{ {

View File

@ -6,9 +6,6 @@
* MessageOrder entity * MessageOrder entity
* *
* @package RetailCrm\Mg\Bot\Model\Entity\Message * @package RetailCrm\Mg\Bot\Model\Entity\Message
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Mg\Bot\Model\Entity\Message; namespace RetailCrm\Mg\Bot\Model\Entity\Message;
@ -22,9 +19,6 @@ use RetailCrm\Mg\Bot\Model\ModelInterface;
* MessageOrder class * MessageOrder class
* *
* @package RetailCrm\Mg\Bot\Model\Entity\Message * @package RetailCrm\Mg\Bot\Model\Entity\Message
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
class MessageOrder implements ModelInterface class MessageOrder implements ModelInterface
{ {

View File

@ -4,11 +4,6 @@
* PHP version 7.1 * PHP version 7.1
* *
* MessageOrderItem entity * MessageOrderItem entity
*
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
*
* @see http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Mg\Bot\Model\Entity\Message; namespace RetailCrm\Mg\Bot\Model\Entity\Message;
@ -20,11 +15,6 @@ use RetailCrm\Mg\Bot\Model\ModelInterface;
/** /**
* MessageOrderItem class * MessageOrderItem class
*
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
*
* @see http://help.retailcrm.pro/docs/Developers
*/ */
class MessageOrderItem implements ModelInterface class MessageOrderItem implements ModelInterface
{ {

View File

@ -6,9 +6,6 @@
* MessageOrderPaymentStatus entity * MessageOrderPaymentStatus entity
* *
* @package RetailCrm\Mg\Bot\Model\Entity\Message * @package RetailCrm\Mg\Bot\Model\Entity\Message
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Mg\Bot\Model\Entity\Message; namespace RetailCrm\Mg\Bot\Model\Entity\Message;
@ -22,9 +19,6 @@ use RetailCrm\Mg\Bot\Model\ModelInterface;
* MessageOrderPaymentStatus class * MessageOrderPaymentStatus class
* *
* @package RetailCrm\Mg\Bot\Model\Entity\Message * @package RetailCrm\Mg\Bot\Model\Entity\Message
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
class MessageOrderPaymentStatus implements ModelInterface class MessageOrderPaymentStatus implements ModelInterface
{ {

View File

@ -6,9 +6,6 @@
* MessagePayment entity * MessagePayment entity
* *
* @package RetailCrm\Mg\Bot\Model\Entity\Message * @package RetailCrm\Mg\Bot\Model\Entity\Message
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Mg\Bot\Model\Entity\Message; namespace RetailCrm\Mg\Bot\Model\Entity\Message;
@ -22,9 +19,6 @@ use RetailCrm\Mg\Bot\Model\ModelInterface;
* MessagePayment class * MessagePayment class
* *
* @package RetailCrm\Mg\Bot\Model\Entity\Message * @package RetailCrm\Mg\Bot\Model\Entity\Message
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
class MessagePayment implements ModelInterface class MessagePayment implements ModelInterface
{ {

View File

@ -6,9 +6,6 @@
* MessageProduct entity * MessageProduct entity
* *
* @package RetailCrm\Mg\Bot\Model\Entity\Message * @package RetailCrm\Mg\Bot\Model\Entity\Message
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Mg\Bot\Model\Entity\Message; namespace RetailCrm\Mg\Bot\Model\Entity\Message;
@ -22,9 +19,6 @@ use RetailCrm\Mg\Bot\Model\ModelInterface;
* MessageProduct class * MessageProduct class
* *
* @package RetailCrm\Mg\Bot\Model\Entity\Message * @package RetailCrm\Mg\Bot\Model\Entity\Message
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
class MessageProduct implements ModelInterface class MessageProduct implements ModelInterface
{ {

View File

@ -6,9 +6,6 @@
* MessageQuantity entity * MessageQuantity entity
* *
* @package RetailCrm\Mg\Bot\Model\Entity\Message * @package RetailCrm\Mg\Bot\Model\Entity\Message
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Mg\Bot\Model\Entity\Message; namespace RetailCrm\Mg\Bot\Model\Entity\Message;
@ -23,9 +20,6 @@ use RetailCrm\Mg\Bot\Model\ModelInterface;
* MessageQuantity class * MessageQuantity class
* *
* @package RetailCrm\Mg\Bot\Model\Entity\Message * @package RetailCrm\Mg\Bot\Model\Entity\Message
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
class MessageQuantity implements ModelInterface class MessageQuantity implements ModelInterface
{ {

View File

@ -6,9 +6,6 @@
* MessageStatus entity * MessageStatus entity
* *
* @package RetailCrm\Mg\Bot\Model\Entity\Message * @package RetailCrm\Mg\Bot\Model\Entity\Message
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Mg\Bot\Model\Entity\Message; namespace RetailCrm\Mg\Bot\Model\Entity\Message;
@ -22,9 +19,6 @@ use RetailCrm\Mg\Bot\Model\ModelInterface;
* MessageStatus class * MessageStatus class
* *
* @package RetailCrm\Mg\Bot\Model\Entity\Message * @package RetailCrm\Mg\Bot\Model\Entity\Message
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
class MessageStatus implements ModelInterface class MessageStatus implements ModelInterface
{ {

View File

@ -6,9 +6,6 @@
* Responsible entity * Responsible entity
* *
* @package RetailCrm\Mg\Bot\Model\Entity * @package RetailCrm\Mg\Bot\Model\Entity
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Mg\Bot\Model\Entity; namespace RetailCrm\Mg\Bot\Model\Entity;
@ -22,9 +19,6 @@ use RetailCrm\Mg\Bot\Model\ModelInterface;
* Responsible class * Responsible class
* *
* @package RetailCrm\Mg\Bot\Model\Entity * @package RetailCrm\Mg\Bot\Model\Entity
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
class Responsible implements ModelInterface class Responsible implements ModelInterface
{ {

View File

@ -6,9 +6,6 @@
* User entity * User entity
* *
* @package RetailCrm\Mg\Bot\Model\Entity * @package RetailCrm\Mg\Bot\Model\Entity
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Mg\Bot\Model\Entity; namespace RetailCrm\Mg\Bot\Model\Entity;
@ -23,9 +20,6 @@ use JMS\Serializer\Annotation\Type;
* User class * User class
* *
* @package RetailCrm\Mg\Bot\Model\Entity * @package RetailCrm\Mg\Bot\Model\Entity
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
class User implements ModelInterface class User implements ModelInterface
{ {

View File

@ -6,9 +6,6 @@
* ModelAdapter * ModelAdapter
* *
* @package RetailCrm\Mg\Bot\Adapter * @package RetailCrm\Mg\Bot\Adapter
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Mg\Bot\Model; namespace RetailCrm\Mg\Bot\Model;
@ -21,9 +18,6 @@ use RetailCrm\Common\Serializer;
* Class ModelAdapter * Class ModelAdapter
* *
* @package RetailCrm\Mg\Bot\Adapter * @package RetailCrm\Mg\Bot\Adapter
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
class ModelAdapter class ModelAdapter
{ {

View File

@ -5,9 +5,6 @@
* ModelInterface * ModelInterface
* *
* @package RetailCrm\Mg\Bot\Model * @package RetailCrm\Mg\Bot\Model
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Mg\Bot\Model; namespace RetailCrm\Mg\Bot\Model;

View File

@ -6,9 +6,6 @@
* Bots Request * Bots Request
* *
* @package RetailCrm\Mg\Bot\Model\Request * @package RetailCrm\Mg\Bot\Model\Request
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Mg\Bot\Model\Request; namespace RetailCrm\Mg\Bot\Model\Request;
@ -22,9 +19,6 @@ use RetailCrm\Mg\Bot\Model\ModelInterface;
* BotsRequest class * BotsRequest class
* *
* @package RetailCrm\Mg\Bot\Model\Request * @package RetailCrm\Mg\Bot\Model\Request
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
class BotsRequest implements ModelInterface class BotsRequest implements ModelInterface
{ {

View File

@ -6,9 +6,6 @@
* Channels list request * Channels list request
* *
* @package RetailCrm\Mg\Bot\Model\Request * @package RetailCrm\Mg\Bot\Model\Request
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Mg\Bot\Model\Request; namespace RetailCrm\Mg\Bot\Model\Request;
@ -22,9 +19,6 @@ use RetailCrm\Mg\Bot\Model\ModelInterface;
* ChannelsRequest class * ChannelsRequest class
* *
* @package RetailCrm\Mg\Bot\Model\Request * @package RetailCrm\Mg\Bot\Model\Request
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
class ChannelsRequest implements ModelInterface class ChannelsRequest implements ModelInterface
{ {

View File

@ -6,9 +6,6 @@
* Chats list request * Chats list request
* *
* @package RetailCrm\Mg\Bot\Model\Request * @package RetailCrm\Mg\Bot\Model\Request
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Mg\Bot\Model\Request; namespace RetailCrm\Mg\Bot\Model\Request;
@ -22,9 +19,6 @@ use RetailCrm\Mg\Bot\Model\ModelInterface;
* ChatsRequest class * ChatsRequest class
* *
* @package RetailCrm\Mg\Bot\Model\Request * @package RetailCrm\Mg\Bot\Model\Request
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
class ChatsRequest implements ModelInterface class ChatsRequest implements ModelInterface
{ {

View File

@ -6,9 +6,6 @@
* Edit Command Request * Edit Command Request
* *
* @package RetailCrm\Mg\Bot\Model\Request * @package RetailCrm\Mg\Bot\Model\Request
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Mg\Bot\Model\Request; namespace RetailCrm\Mg\Bot\Model\Request;
@ -22,9 +19,6 @@ use RetailCrm\Mg\Bot\Model\ModelInterface;
* CommandEditRequest class * CommandEditRequest class
* *
* @package RetailCrm\Mg\Bot\Model\Request * @package RetailCrm\Mg\Bot\Model\Request
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
class CommandEditRequest implements ModelInterface class CommandEditRequest implements ModelInterface
{ {

View File

@ -6,9 +6,6 @@
* Commands list request * Commands list request
* *
* @package RetailCrm\Mg\Bot\Model\Request * @package RetailCrm\Mg\Bot\Model\Request
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Mg\Bot\Model\Request; namespace RetailCrm\Mg\Bot\Model\Request;
@ -22,9 +19,6 @@ use RetailCrm\Mg\Bot\Model\ModelInterface;
* CommandsRequest class * CommandsRequest class
* *
* @package RetailCrm\Mg\Bot\Model\Request * @package RetailCrm\Mg\Bot\Model\Request
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
class CommandsRequest implements ModelInterface class CommandsRequest implements ModelInterface
{ {

View File

@ -6,9 +6,6 @@
* Common fields * Common fields
* *
* @package RetailCrm\Mg\Bot\Model\Request * @package RetailCrm\Mg\Bot\Model\Request
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Mg\Bot\Model\Request; namespace RetailCrm\Mg\Bot\Model\Request;
@ -21,9 +18,6 @@ use JMS\Serializer\Annotation\Type;
* CommonFields trait * CommonFields trait
* *
* @package RetailCrm\Mg\Bot\Model\Request * @package RetailCrm\Mg\Bot\Model\Request
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
trait CommonFields trait CommonFields
{ {

View File

@ -6,9 +6,6 @@
* Customers list request * Customers list request
* *
* @package RetailCrm\Mg\Bot\Model\Request * @package RetailCrm\Mg\Bot\Model\Request
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Mg\Bot\Model\Request; namespace RetailCrm\Mg\Bot\Model\Request;
@ -22,9 +19,6 @@ use RetailCrm\Mg\Bot\Model\ModelInterface;
* CustomersRequest class * CustomersRequest class
* *
* @package RetailCrm\Mg\Bot\Model\Request * @package RetailCrm\Mg\Bot\Model\Request
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
class CustomersRequest implements ModelInterface class CustomersRequest implements ModelInterface
{ {

View File

@ -6,9 +6,6 @@
* Dialog assign request * Dialog assign request
* *
* @package RetailCrm\Mg\Bot\Model\Request * @package RetailCrm\Mg\Bot\Model\Request
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Mg\Bot\Model\Request; namespace RetailCrm\Mg\Bot\Model\Request;
@ -23,9 +20,6 @@ use RetailCrm\Mg\Bot\Model\ModelInterface;
* DialogAssignRequest class * DialogAssignRequest class
* *
* @package RetailCrm\Mg\Bot\Model\Request * @package RetailCrm\Mg\Bot\Model\Request
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
class DialogAssignRequest implements ModelInterface class DialogAssignRequest implements ModelInterface
{ {

View File

@ -6,9 +6,6 @@
* Dialogs list request * Dialogs list request
* *
* @package RetailCrm\Mg\Bot\Model\Request * @package RetailCrm\Mg\Bot\Model\Request
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Mg\Bot\Model\Request; namespace RetailCrm\Mg\Bot\Model\Request;
@ -22,9 +19,6 @@ use RetailCrm\Mg\Bot\Model\ModelInterface;
* DialogsRequest class * DialogsRequest class
* *
* @package RetailCrm\Mg\Bot\Model\Request * @package RetailCrm\Mg\Bot\Model\Request
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
class DialogsRequest implements ModelInterface class DialogsRequest implements ModelInterface
{ {

View File

@ -6,9 +6,6 @@
* Bot info request * Bot info request
* *
* @package RetailCrm\Mg\Bot\Model\Request * @package RetailCrm\Mg\Bot\Model\Request
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Mg\Bot\Model\Request; namespace RetailCrm\Mg\Bot\Model\Request;
@ -22,9 +19,6 @@ use RetailCrm\Mg\Bot\Model\ModelInterface;
* InfoRequest class * InfoRequest class
* *
* @package RetailCrm\Mg\Bot\Model\Request * @package RetailCrm\Mg\Bot\Model\Request
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
class InfoRequest implements ModelInterface class InfoRequest implements ModelInterface
{ {

View File

@ -6,9 +6,6 @@
* Members list request * Members list request
* *
* @package RetailCrm\Mg\Bot\Model\Request * @package RetailCrm\Mg\Bot\Model\Request
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Mg\Bot\Model\Request; namespace RetailCrm\Mg\Bot\Model\Request;
@ -22,9 +19,6 @@ use RetailCrm\Mg\Bot\Model\ModelInterface;
* MembersRequest class * MembersRequest class
* *
* @package RetailCrm\Mg\Bot\Model\Request * @package RetailCrm\Mg\Bot\Model\Request
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
class MembersRequest implements ModelInterface class MembersRequest implements ModelInterface
{ {

View File

@ -6,9 +6,6 @@
* Messages edit request * Messages edit request
* *
* @package RetailCrm\Mg\Bot\Model\Request * @package RetailCrm\Mg\Bot\Model\Request
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Mg\Bot\Model\Request; namespace RetailCrm\Mg\Bot\Model\Request;
@ -22,9 +19,6 @@ use RetailCrm\Mg\Bot\Model\ModelInterface;
* MessageEditRequest class * MessageEditRequest class
* *
* @package RetailCrm\Mg\Bot\Model\Request * @package RetailCrm\Mg\Bot\Model\Request
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
class MessageEditRequest implements ModelInterface class MessageEditRequest implements ModelInterface
{ {

View File

@ -6,9 +6,6 @@
* Messages send request * Messages send request
* *
* @package RetailCrm\Mg\Bot\Model\Request * @package RetailCrm\Mg\Bot\Model\Request
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Mg\Bot\Model\Request; namespace RetailCrm\Mg\Bot\Model\Request;
@ -26,9 +23,6 @@ use Symfony\Component\Validator\Constraints as Assert;
* MessageSendRequest class * MessageSendRequest class
* *
* @package RetailCrm\Mg\Bot\Model\Request * @package RetailCrm\Mg\Bot\Model\Request
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
class MessageSendRequest implements ModelInterface class MessageSendRequest implements ModelInterface
{ {

View File

@ -6,9 +6,6 @@
* Messages list request * Messages list request
* *
* @package RetailCrm\Mg\Bot\Model\Request * @package RetailCrm\Mg\Bot\Model\Request
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Mg\Bot\Model\Request; namespace RetailCrm\Mg\Bot\Model\Request;
@ -22,9 +19,6 @@ use RetailCrm\Mg\Bot\Model\ModelInterface;
* MessagesRequest class * MessagesRequest class
* *
* @package RetailCrm\Mg\Bot\Model\Request * @package RetailCrm\Mg\Bot\Model\Request
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
class MessagesRequest implements ModelInterface class MessagesRequest implements ModelInterface
{ {

View File

@ -6,9 +6,6 @@
* Upload file by url request * Upload file by url request
* *
* @package RetailCrm\Mg\Bot\Model\Request * @package RetailCrm\Mg\Bot\Model\Request
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Mg\Bot\Model\Request; namespace RetailCrm\Mg\Bot\Model\Request;
@ -22,9 +19,6 @@ use Symfony\Component\Validator\Constraints as Assert;
* UploadFileByUrlRequest class * UploadFileByUrlRequest class
* *
* @package RetailCrm\Mg\Bot\Model\Request * @package RetailCrm\Mg\Bot\Model\Request
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
class UploadFileByUrlRequest implements ModelInterface class UploadFileByUrlRequest implements ModelInterface
{ {

View File

@ -6,9 +6,6 @@
* Users list request * Users list request
* *
* @package RetailCrm\Mg\Bot\Model\Request * @package RetailCrm\Mg\Bot\Model\Request
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Mg\Bot\Model\Request; namespace RetailCrm\Mg\Bot\Model\Request;
@ -22,9 +19,6 @@ use RetailCrm\Mg\Bot\Model\ModelInterface;
* UsersRequest class * UsersRequest class
* *
* @package RetailCrm\Mg\Bot\Model\Request * @package RetailCrm\Mg\Bot\Model\Request
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
class UsersRequest implements ModelInterface class UsersRequest implements ModelInterface
{ {

View File

@ -6,9 +6,6 @@
* AssignResponse * AssignResponse
* *
* @package RetailCrm\Mg\Bot\Model\Response * @package RetailCrm\Mg\Bot\Model\Response
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Mg\Bot\Model\Response; namespace RetailCrm\Mg\Bot\Model\Response;
@ -23,9 +20,6 @@ use RetailCrm\Mg\Bot\Model\ModelInterface;
* AssignResponse class * AssignResponse class
* *
* @package RetailCrm\Mg\Bot\Model\Response * @package RetailCrm\Mg\Bot\Model\Response
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
class AssignResponse implements ModelInterface class AssignResponse implements ModelInterface
{ {

View File

@ -6,9 +6,6 @@
* ErrorTrait * ErrorTrait
* *
* @package RetailCrm\Mg\Bot\Model\Response * @package RetailCrm\Mg\Bot\Model\Response
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Mg\Bot\Model\Response; namespace RetailCrm\Mg\Bot\Model\Response;
@ -22,9 +19,6 @@ use JMS\Serializer\Annotation\Type;
* CommonFields trait * CommonFields trait
* *
* @package RetailCrm\Mg\Bot\Model\Response * @package RetailCrm\Mg\Bot\Model\Response
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
trait CommonFields trait CommonFields
{ {

View File

@ -6,9 +6,6 @@
* ErrorOnlyResponse * ErrorOnlyResponse
* *
* @package RetailCrm\Mg\Bot\Model\Response * @package RetailCrm\Mg\Bot\Model\Response
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Mg\Bot\Model\Response; namespace RetailCrm\Mg\Bot\Model\Response;
@ -19,9 +16,6 @@ use RetailCrm\Mg\Bot\Model\ModelInterface;
* ErrorOnlyResponse class * ErrorOnlyResponse class
* *
* @package RetailCrm\Mg\Bot\Model\Response * @package RetailCrm\Mg\Bot\Model\Response
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
class ErrorOnlyResponse implements ModelInterface class ErrorOnlyResponse implements ModelInterface
{ {

View File

@ -6,9 +6,6 @@
* FullFileResponse * FullFileResponse
* *
* @package RetailCrm\Mg\Bot\Model\Response * @package RetailCrm\Mg\Bot\Model\Response
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Mg\Bot\Model\Response; namespace RetailCrm\Mg\Bot\Model\Response;
@ -22,9 +19,6 @@ use RetailCrm\Mg\Bot\Model\ModelInterface;
* FullFileResponse class * FullFileResponse class
* *
* @package RetailCrm\Mg\Bot\Model\Response * @package RetailCrm\Mg\Bot\Model\Response
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
class FullFileResponse implements ModelInterface class FullFileResponse implements ModelInterface
{ {

View File

@ -6,9 +6,6 @@
* MessageSendResponse * MessageSendResponse
* *
* @package RetailCrm\Mg\Bot\Model\Response * @package RetailCrm\Mg\Bot\Model\Response
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Mg\Bot\Model\Response; namespace RetailCrm\Mg\Bot\Model\Response;
@ -22,9 +19,6 @@ use RetailCrm\Mg\Bot\Model\ModelInterface;
* MessageSendResponse class * MessageSendResponse class
* *
* @package RetailCrm\Mg\Bot\Model\Response * @package RetailCrm\Mg\Bot\Model\Response
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
class MessageSendResponse implements ModelInterface class MessageSendResponse implements ModelInterface
{ {

View File

@ -6,9 +6,6 @@
* UploadFileResponse * UploadFileResponse
* *
* @package RetailCrm\Mg\Bot\Model\Response * @package RetailCrm\Mg\Bot\Model\Response
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Mg\Bot\Model\Response; namespace RetailCrm\Mg\Bot\Model\Response;
@ -23,9 +20,6 @@ use RetailCrm\Mg\Bot\Model\ModelInterface;
* UploadFileResponse class * UploadFileResponse class
* *
* @package RetailCrm\Mg\Bot\Model\Response * @package RetailCrm\Mg\Bot\Model\Response
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
class UploadFileResponse implements ModelInterface class UploadFileResponse implements ModelInterface
{ {

View File

@ -6,9 +6,6 @@
* InvalidJsonException * InvalidJsonException
* *
* @package RetailCrm\Common\Exception * @package RetailCrm\Common\Exception
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Common\Exception; namespace RetailCrm\Common\Exception;
@ -20,9 +17,6 @@ use Throwable;
* Class InvalidJsonException * Class InvalidJsonException
* *
* @package RetailCrm\Common\Exception * @package RetailCrm\Common\Exception
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
class InvalidJsonException extends DomainException implements Throwable class InvalidJsonException extends DomainException implements Throwable
{ {

View File

@ -6,9 +6,6 @@
* LimitException * LimitException
* *
* @package RetailCrm\Common\Exception * @package RetailCrm\Common\Exception
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Common\Exception; namespace RetailCrm\Common\Exception;
@ -20,9 +17,6 @@ use Throwable;
* Class LimitException * Class LimitException
* *
* @package RetailCrm\Common\Exception * @package RetailCrm\Common\Exception
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
class LimitException extends DomainException implements Throwable class LimitException extends DomainException implements Throwable
{ {

View File

@ -5,9 +5,6 @@
* NotFoundException * NotFoundException
* *
* @package RetailCrm\Common\Exception * @package RetailCrm\Common\Exception
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Common\Exception; namespace RetailCrm\Common\Exception;
@ -19,9 +16,6 @@ use Throwable;
* Class NotFoundException * Class NotFoundException
* *
* @package RetailCrm\Common\Exception * @package RetailCrm\Common\Exception
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
class NotFoundException extends DomainException implements Throwable class NotFoundException extends DomainException implements Throwable
{ {

View File

@ -5,9 +5,6 @@
* UnauthorizedException * UnauthorizedException
* *
* @package RetailCrm\Common\Exception * @package RetailCrm\Common\Exception
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Common\Exception; namespace RetailCrm\Common\Exception;

View File

@ -6,9 +6,6 @@
* Register * Register
* *
* @package RetailCrm\Common * @package RetailCrm\Common
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Common; namespace RetailCrm\Common;
@ -23,9 +20,6 @@ use Symfony\Component\Validator\Constraints as Assert;
* Class Register * Class Register
* *
* @package RetailCrm\Common * @package RetailCrm\Common
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
class Register class Register
{ {

View File

@ -6,9 +6,6 @@
* Serializer * Serializer
* *
* @package RetailCrm\Common * @package RetailCrm\Common
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Common; namespace RetailCrm\Common;
@ -23,9 +20,6 @@ use RetailCrm\Mg\Bot\Model\Response\ErrorOnlyResponse;
* Class Serializer * Class Serializer
* *
* @package RetailCrm\Common * @package RetailCrm\Common
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
class Serializer class Serializer
{ {

View File

@ -6,9 +6,6 @@
* Url * Url
* *
* @package RetailCrm\Common * @package RetailCrm\Common
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Common; namespace RetailCrm\Common;
@ -17,9 +14,6 @@ namespace RetailCrm\Common;
* Class Url * Class Url
* *
* @package RetailCrm\Common * @package RetailCrm\Common
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
class Url class Url
{ {

View File

@ -6,9 +6,6 @@
* Test case class * Test case class
* *
* @package Test * @package Test
* @author RetailCrm <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://www.retailcrm.ru/docs/Developers/ApiVersion5
*/ */
namespace RetailCrm\Mg\Bot\Test; namespace RetailCrm\Mg\Bot\Test;
@ -23,9 +20,6 @@ use RetailCrm\Mg\Bot\Client;
* Class TestCase * Class TestCase
* *
* @package Test * @package Test
* @author RetailCrm <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://www.retailcrm.ru/docs/Developers/ApiVersion5
*/ */
class TestCase extends BaseCase class TestCase extends BaseCase
{ {

View File

@ -6,9 +6,6 @@
* Client Test * Client Test
* *
* @package RetailCrm\Mg\Bot\Tests * @package RetailCrm\Mg\Bot\Tests
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Mg\Bot\Tests; namespace RetailCrm\Mg\Bot\Tests;
@ -30,9 +27,6 @@ use RetailCrm\Mg\Bot\Test\TestCase;
* Class ClientListTest * Class ClientListTest
* *
* @package RetailCrm\Mg\Bot\Tests * @package RetailCrm\Mg\Bot\Tests
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
class ClientListTest extends TestCase class ClientListTest extends TestCase
{ {

View File

@ -6,9 +6,6 @@
* Commands Test * Commands Test
* *
* @package RetailCrm\Mg\Bot\Tests * @package RetailCrm\Mg\Bot\Tests
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Mg\Bot\Tests; namespace RetailCrm\Mg\Bot\Tests;
@ -24,9 +21,6 @@ use RetailCrm\Mg\Bot\Test\TestCase;
* Class CommandsTest * Class CommandsTest
* *
* @package RetailCrm\Mg\Bot\Tests * @package RetailCrm\Mg\Bot\Tests
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
class CommandsTest extends TestCase class CommandsTest extends TestCase
{ {

View File

@ -7,9 +7,6 @@
* *
* @package RetailCrm\Mg\Bot\Tests * @package RetailCrm\Mg\Bot\Tests
* @category Test * @category Test
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Mg\Bot\Tests; namespace RetailCrm\Mg\Bot\Tests;
@ -27,9 +24,6 @@ use RetailCrm\Mg\Bot\Test\TestCase;
* Class DialogsTest * Class DialogsTest
* *
* @package RetailCrm\Mg\Bot\Tests * @package RetailCrm\Mg\Bot\Tests
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
class DialogsTest extends TestCase class DialogsTest extends TestCase
{ {

View File

@ -6,9 +6,6 @@
* Upload file Test * Upload file Test
* *
* @package RetailCrm\Mg\Bot\Tests * @package RetailCrm\Mg\Bot\Tests
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Mg\Bot\Tests; namespace RetailCrm\Mg\Bot\Tests;
@ -23,9 +20,6 @@ use RetailCrm\Mg\Bot\Test\TestCase;
* Class UploadFileTest * Class UploadFileTest
* *
* @package RetailCrm\Mg\Bot\Tests * @package RetailCrm\Mg\Bot\Tests
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
class FileTest extends TestCase class FileTest extends TestCase
{ {

View File

@ -6,9 +6,6 @@
* Messages Test * Messages Test
* *
* @package RetailCrm\Mg\Bot\Tests * @package RetailCrm\Mg\Bot\Tests
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Mg\Bot\Tests; namespace RetailCrm\Mg\Bot\Tests;
@ -33,9 +30,6 @@ use RetailCrm\Mg\Bot\Test\TestCase;
* Class MessagesTest * Class MessagesTest
* *
* @package RetailCrm\Mg\Bot\Tests * @package RetailCrm\Mg\Bot\Tests
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
class MessagesTest extends TestCase class MessagesTest extends TestCase
{ {

View File

@ -4,9 +4,6 @@
* *
* RegisterTest.php * RegisterTest.php
* *
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Mg\Bot\Tests; namespace RetailCrm\Mg\Bot\Tests;
@ -20,9 +17,6 @@ use RetailCrm\Mg\Bot\Test\TestCase;
* Class RegisterTest * Class RegisterTest
* *
* @package RetailCrm\Mg\Bot\Tests * @package RetailCrm\Mg\Bot\Tests
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
class RegisterTest extends TestCase class RegisterTest extends TestCase
{ {

View File

@ -5,9 +5,6 @@
* Class RegisterTest * Class RegisterTest
* *
* @package RetailCrm\Common\Tests * @package RetailCrm\Common\Tests
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
namespace RetailCrm\Common\Tests; namespace RetailCrm\Common\Tests;
@ -19,9 +16,6 @@ use PHPUnit\Framework\TestCase;
* Class RegisterTest * Class RegisterTest
* *
* @package RetailCrm\Mg\Bot\Tests * @package RetailCrm\Mg\Bot\Tests
* @author retailCRM <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
* @link http://help.retailcrm.pro/docs/Developers
*/ */
class RegisterTest extends TestCase class RegisterTest extends TestCase
{ {