1
0
mirror of synced 2024-11-24 05:26:03 +03:00

update product name, cleanup annotations (#3)

This commit is contained in:
Alex Lushpai 2020-12-15 13:28:59 +03:00 committed by GitHub
parent 927fefdc32
commit d13cf5f5ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
189 changed files with 22 additions and 1500 deletions

22
LICENSE
View File

@ -1,7 +1,21 @@
Copyright © 2020 RetailDriver The MIT License (MIT)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: Copyright (c) 2020 RetailDriver LLC
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE

View File

@ -2,16 +2,16 @@
"name": "retailcrm/aliexpress-top-client", "name": "retailcrm/aliexpress-top-client",
"description": "API client implementation for AliExpress TOP.", "description": "API client implementation for AliExpress TOP.",
"type": "library", "type": "library",
"keywords": ["API", "retailCRM", "REST", "AliExpress"], "keywords": ["API", "RetailCRM", "REST", "AliExpress"],
"homepage": "http://www.retailcrm.ru/", "homepage": "http://www.retailcrm.pro/",
"authors": [ "authors": [
{ {
"name": "RetailDriver LLC", "name": "RetailDriver LLC",
"email": "integration@retailcrm.ru" "email": "support@retailcrm.pro"
} }
], ],
"support": { "support": {
"email": "support@retailcrm.ru" "email": "support@retailcrm.pro"
}, },
"autoload": { "autoload": {
"psr-4": { "RetailCrm\\": "src/" } "psr-4": { "RetailCrm\\": "src/" }

View File

@ -4,10 +4,6 @@
* *
* @category AuthorizationUriBuilder * @category AuthorizationUriBuilder
* @package RetailCrm\Builder * @package RetailCrm\Builder
* @author RetailCRM <integration@retailcrm.ru>
* @license http://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Builder; namespace RetailCrm\Builder;
@ -21,10 +17,6 @@ use RetailCrm\Interfaces\BuilderInterface;
* *
* @category AuthorizationUriBuilder * @category AuthorizationUriBuilder
* @package RetailCrm\Builder * @package RetailCrm\Builder
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class AuthorizationUriBuilder implements BuilderInterface class AuthorizationUriBuilder implements BuilderInterface
{ {

View File

@ -5,10 +5,6 @@
* *
* @category ContainerBuilder * @category ContainerBuilder
* @package RetailCrm\Builder * @package RetailCrm\Builder
* @author RetailCRM <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Builder; namespace RetailCrm\Builder;
@ -50,10 +46,6 @@ use Symfony\Component\Validator\Validator\ValidatorInterface;
* *
* @category ContainerBuilder * @category ContainerBuilder
* @package RetailCrm\Builder * @package RetailCrm\Builder
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
* *
* ContainerBuilder should be like that. * ContainerBuilder should be like that.
* @SuppressWarnings(PHPMD.CouplingBetweenObjects) * @SuppressWarnings(PHPMD.CouplingBetweenObjects)

View File

@ -5,10 +5,6 @@
* *
* @category TopClientBuilder * @category TopClientBuilder
* @package RetailCrm\Builder * @package RetailCrm\Builder
* @author RetailCRM <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Builder; namespace RetailCrm\Builder;
@ -29,10 +25,6 @@ use RetailCrm\Traits\ContainerAwareTrait;
* *
* @category TopClientBuilder * @category TopClientBuilder
* @package RetailCrm\Builder * @package RetailCrm\Builder
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class TopClientBuilder implements ContainerAwareInterface, BuilderInterface class TopClientBuilder implements ContainerAwareInterface, BuilderInterface
{ {

View File

@ -5,10 +5,6 @@
* *
* @category AppData * @category AppData
* @package RetailCrm\Component * @package RetailCrm\Component
* @author RetailCRM <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Component; namespace RetailCrm\Component;
@ -20,10 +16,6 @@ use Symfony\Component\Validator\Constraints as Assert;
* *
* @category AppData * @category AppData
* @package RetailCrm\Component * @package RetailCrm\Component
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class AppData implements AppDataInterface class AppData implements AppDataInterface
{ {

View File

@ -4,10 +4,6 @@
* *
* @category TokenAuthenticator * @category TokenAuthenticator
* @package RetailCrm\Component\Authenticator * @package RetailCrm\Component\Authenticator
* @author RetailCRM <integration@retailcrm.ru>
* @license http://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Component\Authenticator; namespace RetailCrm\Component\Authenticator;
@ -20,10 +16,6 @@ use RetailCrm\Model\Request\BaseRequest;
* *
* @category TokenAuthenticator * @category TokenAuthenticator
* @package RetailCrm\Component\Authenticator * @package RetailCrm\Component\Authenticator
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class TokenAuthenticator implements AuthenticatorInterface class TokenAuthenticator implements AuthenticatorInterface
{ {

View File

@ -5,10 +5,6 @@
* *
* @category Constants * @category Constants
* @package RetailCrm\Component * @package RetailCrm\Component
* @author RetailCRM <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Component; namespace RetailCrm\Component;
@ -17,10 +13,6 @@ namespace RetailCrm\Component;
* *
* @category Constants * @category Constants
* @package RetailCrm\Component * @package RetailCrm\Component
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class Constants class Constants
{ {

View File

@ -4,10 +4,6 @@
* *
* @category ConstraintViolationListTransformer * @category ConstraintViolationListTransformer
* @package RetailCrm\Component * @package RetailCrm\Component
* @author RetailCRM <integration@retailcrm.ru>
* @license http://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Component; namespace RetailCrm\Component;
@ -19,10 +15,6 @@ use Symfony\Component\Validator\ConstraintViolationListInterface;
* *
* @category ConstraintViolationListTransformer * @category ConstraintViolationListTransformer
* @package RetailCrm\Component * @package RetailCrm\Component
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license https://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class ConstraintViolationListTransformer class ConstraintViolationListTransformer
{ {

View File

@ -5,10 +5,6 @@
* *
* @category Container * @category Container
* @package RetailCrm\Component\DependencyInjection * @package RetailCrm\Component\DependencyInjection
* @author RetailCRM <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Component\DependencyInjection; namespace RetailCrm\Component\DependencyInjection;
@ -29,10 +25,6 @@ use Throwable;
* @category Container * @category Container
* @package RetailCrm\Component\DependencyInjection * @package RetailCrm\Component\DependencyInjection
* @author Evgeniy Zyubin <mail@devanych.ru> * @author Evgeniy Zyubin <mail@devanych.ru>
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
final class Container implements ContainerInterface final class Container implements ContainerInterface
{ {

View File

@ -5,10 +5,6 @@
* *
* @category ContainerException * @category ContainerException
* @package RetailCrm\Component\DependencyInjection\Exception * @package RetailCrm\Component\DependencyInjection\Exception
* @author RetailCRM <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Component\DependencyInjection\Exception; namespace RetailCrm\Component\DependencyInjection\Exception;
@ -21,10 +17,6 @@ use LogicException;
* @category ContainerException * @category ContainerException
* @package RetailCrm\Component\DependencyInjection\Exception * @package RetailCrm\Component\DependencyInjection\Exception
* @author Evgeniy Zyubin <mail@devanych.ru> * @author Evgeniy Zyubin <mail@devanych.ru>
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class ContainerException extends LogicException implements ContainerExceptionInterface class ContainerException extends LogicException implements ContainerExceptionInterface
{ {

View File

@ -5,10 +5,6 @@
* *
* @category NotFoundException * @category NotFoundException
* @package RetailCrm\Component\DependencyInjection\Exception * @package RetailCrm\Component\DependencyInjection\Exception
* @author RetailCRM <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Component\DependencyInjection\Exception; namespace RetailCrm\Component\DependencyInjection\Exception;
@ -21,10 +17,6 @@ use InvalidArgumentException;
* @category NotFoundException * @category NotFoundException
* @package RetailCrm\Component\DependencyInjection\Exception * @package RetailCrm\Component\DependencyInjection\Exception
* @author Evgeniy Zyubin <mail@devanych.ru> * @author Evgeniy Zyubin <mail@devanych.ru>
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class NotFoundException extends InvalidArgumentException implements NotFoundExceptionInterface class NotFoundException extends InvalidArgumentException implements NotFoundExceptionInterface
{ {

View File

@ -5,10 +5,6 @@
* *
* @category FactoryInterface * @category FactoryInterface
* @package RetailCrm\Component\DependencyInjection * @package RetailCrm\Component\DependencyInjection
* @author RetailCRM <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Component\DependencyInjection; namespace RetailCrm\Component\DependencyInjection;
@ -20,10 +16,6 @@ use Psr\Container\ContainerInterface;
* @category FactoryInterface * @category FactoryInterface
* @package RetailCrm\Component\DependencyInjection * @package RetailCrm\Component\DependencyInjection
* @author Evgeniy Zyubin <mail@devanych.ru> * @author Evgeniy Zyubin <mail@devanych.ru>
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
interface FactoryInterface interface FactoryInterface
{ {

View File

@ -5,10 +5,6 @@
* *
* @category Environment * @category Environment
* @package RetailCrm\Component * @package RetailCrm\Component
* @author RetailCRM <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Component; namespace RetailCrm\Component;
@ -19,10 +15,6 @@ use InvalidArgumentException;
* *
* @category Environment * @category Environment
* @package RetailCrm\Component * @package RetailCrm\Component
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class Environment class Environment
{ {

View File

@ -5,10 +5,6 @@
* *
* @category FactoryException * @category FactoryException
* @package RetailCrm\Component\Exception * @package RetailCrm\Component\Exception
* @author RetailCRM <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Component\Exception; namespace RetailCrm\Component\Exception;
@ -17,10 +13,6 @@ namespace RetailCrm\Component\Exception;
* *
* @category FactoryException * @category FactoryException
* @package RetailCrm\Component\Exception * @package RetailCrm\Component\Exception
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class FactoryException extends \Exception class FactoryException extends \Exception
{ {

View File

@ -5,10 +5,6 @@
* *
* @category NotImplementedException * @category NotImplementedException
* @package RetailCrm\Component\Exception * @package RetailCrm\Component\Exception
* @author RetailCRM <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Component\Exception; namespace RetailCrm\Component\Exception;
@ -17,10 +13,6 @@ namespace RetailCrm\Component\Exception;
* *
* @category NotImplementedException * @category NotImplementedException
* @package RetailCrm\Component\Exception * @package RetailCrm\Component\Exception
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class NotImplementedException extends \Exception class NotImplementedException extends \Exception
{ {

View File

@ -4,10 +4,6 @@
* *
* @category OAuthTokenFetcherException * @category OAuthTokenFetcherException
* @package RetailCrm\Component\Exception * @package RetailCrm\Component\Exception
* @author RetailCRM <integration@retailcrm.ru>
* @license http://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Component\Exception; namespace RetailCrm\Component\Exception;
@ -19,10 +15,6 @@ use Exception;
* *
* @category OAuthTokenFetcherException * @category OAuthTokenFetcherException
* @package RetailCrm\Component\Exception * @package RetailCrm\Component\Exception
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license https://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class OAuthTokenFetcherException extends Exception class OAuthTokenFetcherException extends Exception
{ {

View File

@ -5,10 +5,6 @@
* *
* @category TopApiException * @category TopApiException
* @package RetailCrm\Component\Exception * @package RetailCrm\Component\Exception
* @author RetailCRM <integration@retailcrm.ru>
* @license MIT
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Component\Exception; namespace RetailCrm\Component\Exception;
@ -21,10 +17,6 @@ use Throwable;
* *
* @category TopApiException * @category TopApiException
* @package RetailCrm\Component\Exception * @package RetailCrm\Component\Exception
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license MIT
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class TopApiException extends Exception class TopApiException extends Exception
{ {

View File

@ -5,10 +5,6 @@
* *
* @category TopClientException * @category TopClientException
* @package RetailCrm\Component\Exception * @package RetailCrm\Component\Exception
* @author RetailCRM <integration@retailcrm.ru>
* @license MIT
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Component\Exception; namespace RetailCrm\Component\Exception;
@ -19,10 +15,6 @@ use Exception;
* *
* @category TopClientException * @category TopClientException
* @package RetailCrm\Component\Exception * @package RetailCrm\Component\Exception
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license MIT
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class TopClientException extends Exception class TopClientException extends Exception
{ {

View File

@ -5,10 +5,6 @@
* *
* @category ValidationException * @category ValidationException
* @package RetailCrm\Component\Exception * @package RetailCrm\Component\Exception
* @author RetailCRM <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Component\Exception; namespace RetailCrm\Component\Exception;
@ -20,10 +16,6 @@ use Throwable;
* *
* @category ValidationException * @category ValidationException
* @package RetailCrm\Component\Exception * @package RetailCrm\Component\Exception
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class ValidationException extends \Exception class ValidationException extends \Exception
{ {

View File

@ -4,10 +4,6 @@
* *
* @category JsonDeserializationVisitorFactory * @category JsonDeserializationVisitorFactory
* @package RetailCrm\Component\JMS\Factory * @package RetailCrm\Component\JMS\Factory
* @author RetailCRM <integration@retailcrm.ru>
* @license http://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Component\JMS\Factory; namespace RetailCrm\Component\JMS\Factory;
@ -21,10 +17,6 @@ use JMS\Serializer\Visitor\Factory\DeserializationVisitorFactory;
* *
* @category JsonDeserializationVisitorFactory * @category JsonDeserializationVisitorFactory
* @package RetailCrm\Component\JMS\Factory * @package RetailCrm\Component\JMS\Factory
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class JsonDeserializationVisitorFactory implements DeserializationVisitorFactory class JsonDeserializationVisitorFactory implements DeserializationVisitorFactory
{ {

View File

@ -4,10 +4,6 @@
* *
* @category JsonDeserializationVisitor * @category JsonDeserializationVisitor
* @package RetailCrm\Component\JMS\Visitor\Deserialization * @package RetailCrm\Component\JMS\Visitor\Deserialization
* @author RetailCRM <integration@retailcrm.ru>
* @license http://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Component\JMS\Visitor\Deserialization; namespace RetailCrm\Component\JMS\Visitor\Deserialization;
@ -27,10 +23,6 @@ use SplStack;
* *
* @category JsonDeserializationVisitor * @category JsonDeserializationVisitor
* @package RetailCrm\Component\JMS\Visitor\Deserialization * @package RetailCrm\Component\JMS\Visitor\Deserialization
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class JsonDeserializationVisitor extends AbstractVisitor implements DeserializationVisitorInterface class JsonDeserializationVisitor extends AbstractVisitor implements DeserializationVisitorInterface
{ {

View File

@ -5,10 +5,6 @@
* *
* @category AbstractLogger * @category AbstractLogger
* @package RetailCrm\Component\Logger * @package RetailCrm\Component\Logger
* @author RetailCRM <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Component\Logger; namespace RetailCrm\Component\Logger;
@ -19,10 +15,6 @@ use Psr\Log\AbstractLogger as BaseAbstractLogger;
* *
* @category AbstractLogger * @category AbstractLogger
* @package RetailCrm\Component\Logger * @package RetailCrm\Component\Logger
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
abstract class AbstractLogger extends BaseAbstractLogger abstract class AbstractLogger extends BaseAbstractLogger
{ {

View File

@ -5,10 +5,6 @@
* *
* @category FileLogger * @category FileLogger
* @package RetailCrm\Component\Logger * @package RetailCrm\Component\Logger
* @author RetailCRM <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Component\Logger; namespace RetailCrm\Component\Logger;
@ -17,10 +13,6 @@ namespace RetailCrm\Component\Logger;
* *
* @category FileLogger * @category FileLogger
* @package RetailCrm\Component\Logger * @package RetailCrm\Component\Logger
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class FileLogger extends AbstractLogger class FileLogger extends AbstractLogger
{ {

View File

@ -5,10 +5,6 @@
* *
* @category StdioLogger * @category StdioLogger
* @package RetailCrm\Component\Logger * @package RetailCrm\Component\Logger
* @author RetailCRM <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Component\Logger; namespace RetailCrm\Component\Logger;
@ -17,10 +13,6 @@ namespace RetailCrm\Component\Logger;
* *
* @category StdioLogger * @category StdioLogger
* @package RetailCrm\Component\Logger * @package RetailCrm\Component\Logger
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class StdoutLogger extends AbstractLogger class StdoutLogger extends AbstractLogger
{ {

View File

@ -4,10 +4,6 @@
* *
* @category OAuthTokenFetcher * @category OAuthTokenFetcher
* @package RetailCrm\Component * @package RetailCrm\Component
* @author RetailCRM <integration@retailcrm.ru>
* @license http://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Component; namespace RetailCrm\Component;
@ -31,10 +27,6 @@ use RetailCrm\Model\Response\OAuthTokenFetcherResponse;
* *
* @category OAuthTokenFetcher * @category OAuthTokenFetcher
* @package RetailCrm\Component * @package RetailCrm\Component
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license https://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class OAuthTokenFetcher class OAuthTokenFetcher
{ {

View File

@ -5,10 +5,6 @@
* *
* @category ServiceLocator * @category ServiceLocator
* @package RetailCrm\Component * @package RetailCrm\Component
* @author RetailCRM <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Component; namespace RetailCrm\Component;
@ -23,10 +19,6 @@ use RetailCrm\Traits\ContainerAwareTrait;
* *
* @category ServiceLocator * @category ServiceLocator
* @package RetailCrm\Component * @package RetailCrm\Component
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class ServiceLocator implements ContainerAwareInterface class ServiceLocator implements ContainerAwareInterface
{ {

View File

@ -4,10 +4,6 @@
* *
* @category ProductSchemaStorage * @category ProductSchemaStorage
* @package RetailCrm\Component\Storage * @package RetailCrm\Component\Storage
* @author RetailCRM <integration@retailcrm.ru>
* @license http://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Component\Storage; namespace RetailCrm\Component\Storage;
@ -29,10 +25,6 @@ use RetailCrm\Model\Response\ErrorResponseBody;
* *
* @category ProductSchemaStorage * @category ProductSchemaStorage
* @package RetailCrm\Component\Storage * @package RetailCrm\Component\Storage
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license https://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class ProductSchemaStorage class ProductSchemaStorage
{ {

View File

@ -4,10 +4,6 @@
* *
* @category Timezone * @category Timezone
* @package RetailCrm\Component\Validator\Constraints * @package RetailCrm\Component\Validator\Constraints
* @author RetailCRM <integration@retailcrm.ru>
* @license http://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Component\Validator\Constraints; namespace RetailCrm\Component\Validator\Constraints;
@ -19,10 +15,6 @@ use Symfony\Component\Validator\Constraint;
* *
* @category Timezone * @category Timezone
* @package RetailCrm\Component\Validator\Constraints * @package RetailCrm\Component\Validator\Constraints
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license https://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
* *
* @Annotation * @Annotation
* @Target({"PROPERTY", "METHOD", "ANNOTATION"}) * @Target({"PROPERTY", "METHOD", "ANNOTATION"})

View File

@ -4,10 +4,6 @@
* *
* @category TimezoneValidator * @category TimezoneValidator
* @package RetailCrm\Component\Validator\Constraints * @package RetailCrm\Component\Validator\Constraints
* @author RetailCRM <integration@retailcrm.ru>
* @license http://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Component\Validator\Constraints; namespace RetailCrm\Component\Validator\Constraints;
@ -23,10 +19,6 @@ use Symfony\Component\Validator\Exception\UnexpectedValueException;
* *
* @category TimezoneValidator * @category TimezoneValidator
* @package RetailCrm\Component\Validator\Constraints * @package RetailCrm\Component\Validator\Constraints
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license https://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class TimezoneValidator extends ConstraintValidator class TimezoneValidator extends ConstraintValidator
{ {

View File

@ -5,10 +5,6 @@
* *
* @category FileItemFactory * @category FileItemFactory
* @package RetailCrm\Factory * @package RetailCrm\Factory
* @author RetailCRM <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Factory; namespace RetailCrm\Factory;
@ -22,10 +18,6 @@ use RetailCrm\Model\FileItem;
* *
* @category FileItemFactory * @category FileItemFactory
* @package RetailCrm\Factory * @package RetailCrm\Factory
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class FileItemFactory implements FileItemFactoryInterface class FileItemFactory implements FileItemFactoryInterface
{ {

View File

@ -4,10 +4,6 @@
* *
* @category OAuthTokenFetcherFactory * @category OAuthTokenFetcherFactory
* @package RetailCrm\Factory * @package RetailCrm\Factory
* @author RetailCRM <integration@retailcrm.ru>
* @license http://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Factory; namespace RetailCrm\Factory;
@ -25,10 +21,6 @@ use RetailCrm\Interfaces\ParametrizedFactoryInterface;
* *
* @category OAuthTokenFetcherFactory * @category OAuthTokenFetcherFactory
* @package RetailCrm\Factory * @package RetailCrm\Factory
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license https://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class OAuthTokenFetcherFactory implements ParametrizedFactoryInterface class OAuthTokenFetcherFactory implements ParametrizedFactoryInterface
{ {

View File

@ -4,10 +4,6 @@
* *
* @category ProductSchemaStorageFactory * @category ProductSchemaStorageFactory
* @package RetailCrm\Factory * @package RetailCrm\Factory
* @author RetailCRM <integration@retailcrm.ru>
* @license http://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Factory; namespace RetailCrm\Factory;
@ -22,10 +18,6 @@ use RetailCrm\Interfaces\TopClientInterface;
* *
* @category ProductSchemaStorageFactory * @category ProductSchemaStorageFactory
* @package RetailCrm\Factory * @package RetailCrm\Factory
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license https://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class ProductSchemaStorageFactory implements FactoryInterface class ProductSchemaStorageFactory implements FactoryInterface
{ {

View File

@ -5,10 +5,6 @@
* *
* @category SerializationContextFactory * @category SerializationContextFactory
* @package RetailCrm\Factory * @package RetailCrm\Factory
* @author RetailCRM <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Factory; namespace RetailCrm\Factory;
@ -20,10 +16,6 @@ use JMS\Serializer\SerializationContext;
* *
* @category SerializationContextFactory * @category SerializationContextFactory
* @package RetailCrm\Factory * @package RetailCrm\Factory
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class SerializationContextFactory implements SerializationContextFactoryInterface class SerializationContextFactory implements SerializationContextFactoryInterface
{ {

View File

@ -5,10 +5,6 @@
* *
* @category SerializerFactory * @category SerializerFactory
* @package RetailCrm\Factory * @package RetailCrm\Factory
* @author RetailCRM <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Factory; namespace RetailCrm\Factory;
@ -30,10 +26,6 @@ use JMS\Serializer\Expression\ExpressionEvaluator;
* *
* @category SerializerFactory * @category SerializerFactory
* @package RetailCrm\Factory * @package RetailCrm\Factory
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class SerializerFactory implements FactoryInterface class SerializerFactory implements FactoryInterface
{ {

View File

@ -5,10 +5,6 @@
* *
* @category TopRequestFactory * @category TopRequestFactory
* @package RetailCrm\Factory * @package RetailCrm\Factory
* @author RetailCRM <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Factory; namespace RetailCrm\Factory;
@ -35,10 +31,6 @@ use UnexpectedValueException;
* *
* @category TopRequestFactory * @category TopRequestFactory
* @package RetailCrm\Factory * @package RetailCrm\Factory
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
* @SuppressWarnings(PHPMD.CouplingBetweenObjects) * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
*/ */
class TopRequestFactory implements TopRequestFactoryInterface class TopRequestFactory implements TopRequestFactoryInterface

View File

@ -5,10 +5,6 @@
* *
* @category AppDataInterface * @category AppDataInterface
* @package RetailCrm\Interfaces * @package RetailCrm\Interfaces
* @author RetailCRM <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Interfaces; namespace RetailCrm\Interfaces;
@ -18,10 +14,6 @@ namespace RetailCrm\Interfaces;
* *
* @category AppDataInterface * @category AppDataInterface
* @package RetailCrm\Interfaces * @package RetailCrm\Interfaces
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
interface AppDataInterface interface AppDataInterface
{ {

View File

@ -5,10 +5,6 @@
* *
* @category AuthenticatorInterface * @category AuthenticatorInterface
* @package RetailCrm\Interfaces * @package RetailCrm\Interfaces
* @author RetailCRM <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Interfaces; namespace RetailCrm\Interfaces;
@ -20,10 +16,6 @@ use RetailCrm\Model\Request\BaseRequest;
* *
* @category AuthenticatorInterface * @category AuthenticatorInterface
* @package RetailCrm\Interfaces * @package RetailCrm\Interfaces
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
interface AuthenticatorInterface interface AuthenticatorInterface
{ {

View File

@ -5,10 +5,6 @@
* *
* @category BuilderInterface * @category BuilderInterface
* @package RetailCrm\Interfaces * @package RetailCrm\Interfaces
* @author RetailCRM <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Interfaces; namespace RetailCrm\Interfaces;
@ -18,10 +14,6 @@ namespace RetailCrm\Interfaces;
* *
* @category BuilderInterface * @category BuilderInterface
* @package RetailCrm\Interfaces * @package RetailCrm\Interfaces
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
interface BuilderInterface interface BuilderInterface
{ {

View File

@ -5,10 +5,6 @@
* *
* @category ContainerAwareInterface * @category ContainerAwareInterface
* @package RetailCrm\Interfaces * @package RetailCrm\Interfaces
* @author RetailCRM <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Interfaces; namespace RetailCrm\Interfaces;
@ -20,10 +16,6 @@ use Psr\Container\ContainerInterface;
* *
* @category ContainerAwareInterface * @category ContainerAwareInterface
* @package RetailCrm\Interfaces * @package RetailCrm\Interfaces
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
interface ContainerAwareInterface interface ContainerAwareInterface
{ {

View File

@ -5,10 +5,6 @@
* *
* @category FactoryInterface * @category FactoryInterface
* @package RetailCrm\Interfaces * @package RetailCrm\Interfaces
* @author RetailCRM <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Interfaces; namespace RetailCrm\Interfaces;
@ -18,10 +14,6 @@ namespace RetailCrm\Interfaces;
* *
* @category FactoryInterface * @category FactoryInterface
* @package RetailCrm\Interfaces * @package RetailCrm\Interfaces
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
interface FactoryInterface interface FactoryInterface
{ {

View File

@ -5,10 +5,6 @@
* *
* @category FactoryInterface * @category FactoryInterface
* @package RetailCrm\Interfaces * @package RetailCrm\Interfaces
* @author RetailCRM <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Interfaces; namespace RetailCrm\Interfaces;
@ -18,10 +14,6 @@ namespace RetailCrm\Interfaces;
* *
* @category FileItemFactoryInterface * @category FileItemFactoryInterface
* @package RetailCrm\Interfaces * @package RetailCrm\Interfaces
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
interface FileItemFactoryInterface interface FileItemFactoryInterface
{ {

View File

@ -5,10 +5,6 @@
* *
* @category FileItemInterface * @category FileItemInterface
* @package RetailCrm\Interfaces * @package RetailCrm\Interfaces
* @author RetailCRM <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Interfaces; namespace RetailCrm\Interfaces;
@ -20,10 +16,6 @@ use Psr\Http\Message\StreamInterface;
* *
* @category FileItemInterface * @category FileItemInterface
* @package RetailCrm\Interfaces * @package RetailCrm\Interfaces
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
interface FileItemInterface interface FileItemInterface
{ {

View File

@ -5,10 +5,6 @@
* *
* @category ParametrizedFactoryInterface * @category ParametrizedFactoryInterface
* @package RetailCrm\Interfaces * @package RetailCrm\Interfaces
* @author RetailCRM <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Interfaces; namespace RetailCrm\Interfaces;
@ -18,10 +14,6 @@ namespace RetailCrm\Interfaces;
* *
* @category ParametrizedFactoryInterface * @category ParametrizedFactoryInterface
* @package RetailCrm\Interfaces * @package RetailCrm\Interfaces
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
interface ParametrizedFactoryInterface interface ParametrizedFactoryInterface
{ {

View File

@ -5,10 +5,6 @@
* *
* @category RequestDtoInterface * @category RequestDtoInterface
* @package RetailCrm\Interfaces * @package RetailCrm\Interfaces
* @author RetailCRM <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Interfaces; namespace RetailCrm\Interfaces;
@ -18,10 +14,6 @@ namespace RetailCrm\Interfaces;
* *
* @category RequestDtoInterface * @category RequestDtoInterface
* @package RetailCrm\Interfaces * @package RetailCrm\Interfaces
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
interface RequestDtoInterface interface RequestDtoInterface
{ {

View File

@ -5,10 +5,6 @@
* *
* @category RequestSignerInterface * @category RequestSignerInterface
* @package RetailCrm\Interfaces * @package RetailCrm\Interfaces
* @author RetailCRM <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Interfaces; namespace RetailCrm\Interfaces;
@ -18,10 +14,6 @@ namespace RetailCrm\Interfaces;
* *
* @category RequestSignerInterface * @category RequestSignerInterface
* @package RetailCrm\Interfaces * @package RetailCrm\Interfaces
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
interface RequestSignerInterface interface RequestSignerInterface
{ {

View File

@ -5,10 +5,6 @@
* *
* @category RequestTimestampProviderInterface * @category RequestTimestampProviderInterface
* @package RetailCrm\Interfaces * @package RetailCrm\Interfaces
* @author RetailCRM <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Interfaces; namespace RetailCrm\Interfaces;
@ -20,10 +16,6 @@ use RetailCrm\Model\Request\BaseRequest;
* *
* @category RequestTimestampProviderInterface * @category RequestTimestampProviderInterface
* @package RetailCrm\Interfaces * @package RetailCrm\Interfaces
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
interface RequestTimestampProviderInterface interface RequestTimestampProviderInterface
{ {

View File

@ -5,10 +5,6 @@
* *
* @category TopClientInterface * @category TopClientInterface
* @package RetailCrm\Interfaces * @package RetailCrm\Interfaces
* @author RetailCRM <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Interfaces; namespace RetailCrm\Interfaces;
@ -22,10 +18,6 @@ use RetailCrm\Model\Response\TopResponseInterface;
* *
* @category ContainerBuilder * @category ContainerBuilder
* @package RetailCrm\Interfaces * @package RetailCrm\Interfaces
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
* *
*/ */
interface TopClientInterface interface TopClientInterface

View File

@ -5,10 +5,6 @@
* *
* @category TopRequestFactoryInterface * @category TopRequestFactoryInterface
* @package RetailCrm\Interfaces * @package RetailCrm\Interfaces
* @author RetailCRM <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Interfaces; namespace RetailCrm\Interfaces;
@ -21,10 +17,6 @@ use RetailCrm\Model\Request\BaseRequest;
* *
* @category TopRequestFactoryInterface * @category TopRequestFactoryInterface
* @package RetailCrm\Interfaces * @package RetailCrm\Interfaces
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
interface TopRequestFactoryInterface interface TopRequestFactoryInterface
{ {

View File

@ -4,10 +4,6 @@
* *
* @category CategoryInfo * @category CategoryInfo
* @package RetailCrm\Model\Entity * @package RetailCrm\Model\Entity
* @author RetailCRM <integration@retailcrm.ru>
* @license http://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Model\Entity; namespace RetailCrm\Model\Entity;
@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS;
* *
* @category CategoryInfo * @category CategoryInfo
* @package RetailCrm\Model\Entity * @package RetailCrm\Model\Entity
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class CategoryInfo class CategoryInfo
{ {

View File

@ -4,10 +4,6 @@
* *
* @category OrderDto * @category OrderDto
* @package RetailCrm\Model\Entity * @package RetailCrm\Model\Entity
* @author RetailCRM <integration@retailcrm.ru>
* @license http://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Model\Entity; namespace RetailCrm\Model\Entity;
@ -20,10 +16,6 @@ use JMS\Serializer\Annotation as JMS;
* *
* @category OrderDto * @category OrderDto
* @package RetailCrm\Model\Entity * @package RetailCrm\Model\Entity
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license https://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
* @SuppressWarnings(PHPMD.TooManyFields) * @SuppressWarnings(PHPMD.TooManyFields)
*/ */
class OrderDto class OrderDto

View File

@ -4,10 +4,6 @@
* *
* @category OrderProductDto * @category OrderProductDto
* @package RetailCrm\Model\Entity * @package RetailCrm\Model\Entity
* @author RetailCRM <integration@retailcrm.ru>
* @license http://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Model\Entity; namespace RetailCrm\Model\Entity;
@ -20,10 +16,6 @@ use JMS\Serializer\Annotation as JMS;
* *
* @category OrderProductDto * @category OrderProductDto
* @package RetailCrm\Model\Entity * @package RetailCrm\Model\Entity
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license https://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
* @SuppressWarnings(PHPMD.TooManyFields) * @SuppressWarnings(PHPMD.TooManyFields)
*/ */
class OrderProductDto class OrderProductDto

View File

@ -4,10 +4,6 @@
* *
* @category OrderProductDtoList * @category OrderProductDtoList
* @package RetailCrm\Model\Entity * @package RetailCrm\Model\Entity
* @author RetailCRM <integration@retailcrm.ru>
* @license http://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Model\Entity; namespace RetailCrm\Model\Entity;
@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS;
* *
* @category OrderProductDtoList * @category OrderProductDtoList
* @package RetailCrm\Model\Entity * @package RetailCrm\Model\Entity
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license https://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class OrderProductDtoList class OrderProductDtoList
{ {

View File

@ -4,10 +4,6 @@
* *
* @category SimpleMoney * @category SimpleMoney
* @package RetailCrm\Model\Entity * @package RetailCrm\Model\Entity
* @author RetailCRM <integration@retailcrm.ru>
* @license http://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Model\Entity; namespace RetailCrm\Model\Entity;
@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS;
* *
* @category SimpleMoney * @category SimpleMoney
* @package RetailCrm\Model\Entity * @package RetailCrm\Model\Entity
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license https://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class SimpleMoney class SimpleMoney
{ {

View File

@ -4,10 +4,6 @@
* *
* @category AvailableResponseFormats * @category AvailableResponseFormats
* @package RetailCrm\Model\Enum * @package RetailCrm\Model\Enum
* @author RetailCRM <integration@retailcrm.ru>
* @license http://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Model\Enum; namespace RetailCrm\Model\Enum;
@ -17,10 +13,6 @@ namespace RetailCrm\Model\Enum;
* *
* @category AvailableResponseFormats * @category AvailableResponseFormats
* @package RetailCrm\Model\Enum * @package RetailCrm\Model\Enum
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class AvailableResponseFormats class AvailableResponseFormats
{ {

View File

@ -4,10 +4,6 @@
* *
* @category AvailableSignMethods * @category AvailableSignMethods
* @package RetailCrm\Model\Enum * @package RetailCrm\Model\Enum
* @author RetailCRM <integration@retailcrm.ru>
* @license http://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Model\Enum; namespace RetailCrm\Model\Enum;
@ -17,10 +13,6 @@ namespace RetailCrm\Model\Enum;
* *
* @category AvailableSignMethods * @category AvailableSignMethods
* @package RetailCrm\Model\Enum * @package RetailCrm\Model\Enum
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class AvailableSignMethods class AvailableSignMethods
{ {

View File

@ -4,10 +4,6 @@
* *
* @category BizTypes * @category BizTypes
* @package RetailCrm\Model\Enum * @package RetailCrm\Model\Enum
* @author RetailCRM <integration@retailcrm.ru>
* @license http://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Model\Enum; namespace RetailCrm\Model\Enum;
@ -17,10 +13,6 @@ namespace RetailCrm\Model\Enum;
* *
* @category BizTypes * @category BizTypes
* @package RetailCrm\Model\Enum * @package RetailCrm\Model\Enum
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license https://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class BizTypes class BizTypes
{ {

View File

@ -4,10 +4,6 @@
* *
* @category CategoryForecastSupportedLanguages * @category CategoryForecastSupportedLanguages
* @package RetailCrm\Model\Enum * @package RetailCrm\Model\Enum
* @author RetailCRM <integration@retailcrm.ru>
* @license http://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Model\Enum; namespace RetailCrm\Model\Enum;
@ -17,10 +13,6 @@ namespace RetailCrm\Model\Enum;
* *
* @category CategoryForecastSupportedLanguages * @category CategoryForecastSupportedLanguages
* @package RetailCrm\Model\Enum * @package RetailCrm\Model\Enum
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class CategoryForecastSupportedLanguages class CategoryForecastSupportedLanguages
{ {

View File

@ -4,10 +4,6 @@
* *
* @category DropshippingAreas * @category DropshippingAreas
* @package RetailCrm\Model\Enum * @package RetailCrm\Model\Enum
* @author RetailCRM <integration@retailcrm.ru>
* @license http://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Model\Enum; namespace RetailCrm\Model\Enum;
@ -17,10 +13,6 @@ namespace RetailCrm\Model\Enum;
* *
* @category DropshippingAreas * @category DropshippingAreas
* @package RetailCrm\Model\Enum * @package RetailCrm\Model\Enum
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license https://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class DropshippingAreas class DropshippingAreas
{ {

View File

@ -4,10 +4,6 @@
* *
* @category FeedOperationTypes * @category FeedOperationTypes
* @package RetailCrm\Model\Enum * @package RetailCrm\Model\Enum
* @author RetailCRM <integration@retailcrm.ru>
* @license http://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Model\Enum; namespace RetailCrm\Model\Enum;
@ -17,10 +13,6 @@ namespace RetailCrm\Model\Enum;
* *
* @category FeedOperationTypes * @category FeedOperationTypes
* @package RetailCrm\Model\Enum * @package RetailCrm\Model\Enum
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class FeedOperationTypes class FeedOperationTypes
{ {

View File

@ -4,10 +4,6 @@
* *
* @category FeedStatuses * @category FeedStatuses
* @package RetailCrm\Model\Enum * @package RetailCrm\Model\Enum
* @author RetailCRM <integration@retailcrm.ru>
* @license http://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Model\Enum; namespace RetailCrm\Model\Enum;
@ -17,10 +13,6 @@ namespace RetailCrm\Model\Enum;
* *
* @category FeedStatuses * @category FeedStatuses
* @package RetailCrm\Model\Enum * @package RetailCrm\Model\Enum
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class FeedStatuses class FeedStatuses
{ {

View File

@ -4,10 +4,6 @@
* *
* @category FrozenStatuses * @category FrozenStatuses
* @package RetailCrm\Model\Enum * @package RetailCrm\Model\Enum
* @author RetailCRM <integration@retailcrm.ru>
* @license http://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Model\Enum; namespace RetailCrm\Model\Enum;
@ -17,10 +13,6 @@ namespace RetailCrm\Model\Enum;
* *
* @category FrozenStatuses * @category FrozenStatuses
* @package RetailCrm\Model\Enum * @package RetailCrm\Model\Enum
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license https://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class FrozenStatuses class FrozenStatuses
{ {

View File

@ -4,10 +4,6 @@
* *
* @category FundsStatuses * @category FundsStatuses
* @package RetailCrm\Model\Enum * @package RetailCrm\Model\Enum
* @author RetailCRM <integration@retailcrm.ru>
* @license http://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Model\Enum; namespace RetailCrm\Model\Enum;
@ -17,10 +13,6 @@ namespace RetailCrm\Model\Enum;
* *
* @category FundsStatuses * @category FundsStatuses
* @package RetailCrm\Model\Enum * @package RetailCrm\Model\Enum
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license https://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class FundsStatuses class FundsStatuses
{ {

View File

@ -4,10 +4,6 @@
* *
* @category IssueStatuses * @category IssueStatuses
* @package RetailCrm\Model\Enum * @package RetailCrm\Model\Enum
* @author RetailCRM <integration@retailcrm.ru>
* @license http://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Model\Enum; namespace RetailCrm\Model\Enum;
@ -17,10 +13,6 @@ namespace RetailCrm\Model\Enum;
* *
* @category IssueStatuses * @category IssueStatuses
* @package RetailCrm\Model\Enum * @package RetailCrm\Model\Enum
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license https://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class IssueStatuses class IssueStatuses
{ {

View File

@ -4,10 +4,6 @@
* *
* @category LogisticsStatuses * @category LogisticsStatuses
* @package RetailCrm\Model\Enum * @package RetailCrm\Model\Enum
* @author RetailCRM <integration@retailcrm.ru>
* @license http://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Model\Enum; namespace RetailCrm\Model\Enum;
@ -17,10 +13,6 @@ namespace RetailCrm\Model\Enum;
* *
* @category LogisticsStatuses * @category LogisticsStatuses
* @package RetailCrm\Model\Enum * @package RetailCrm\Model\Enum
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license https://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class LogisticsStatuses class LogisticsStatuses
{ {

View File

@ -4,10 +4,6 @@
* *
* @category OfflinePickupTypes * @category OfflinePickupTypes
* @package RetailCrm\Model\Enum * @package RetailCrm\Model\Enum
* @author RetailCRM <integration@retailcrm.ru>
* @license http://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Model\Enum; namespace RetailCrm\Model\Enum;
@ -17,10 +13,6 @@ namespace RetailCrm\Model\Enum;
* *
* @category OfflinePickupTypes * @category OfflinePickupTypes
* @package RetailCrm\Model\Enum * @package RetailCrm\Model\Enum
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license https://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class OfflinePickupTypes class OfflinePickupTypes
{ {

View File

@ -4,10 +4,6 @@
* *
* @category OrderStatuses * @category OrderStatuses
* @package RetailCrm\Model\Enum * @package RetailCrm\Model\Enum
* @author RetailCRM <integration@retailcrm.ru>
* @license http://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Model\Enum; namespace RetailCrm\Model\Enum;
@ -17,10 +13,6 @@ namespace RetailCrm\Model\Enum;
* *
* @category OrderStatuses * @category OrderStatuses
* @package RetailCrm\Model\Enum * @package RetailCrm\Model\Enum
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license https://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class OrderStatuses class OrderStatuses
{ {

View File

@ -4,10 +4,6 @@
* *
* @category ShippingTypes * @category ShippingTypes
* @package RetailCrm\Model\Enum * @package RetailCrm\Model\Enum
* @author RetailCRM <integration@retailcrm.ru>
* @license http://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Model\Enum; namespace RetailCrm\Model\Enum;
@ -17,10 +13,6 @@ namespace RetailCrm\Model\Enum;
* *
* @category ShippingTypes * @category ShippingTypes
* @package RetailCrm\Model\Enum * @package RetailCrm\Model\Enum
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license https://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class ShippingTypes class ShippingTypes
{ {

View File

@ -5,10 +5,6 @@
* *
* @category FileItem * @category FileItem
* @package RetailCrm\Model * @package RetailCrm\Model
* @author RetailCRM <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Model; namespace RetailCrm\Model;
@ -20,10 +16,6 @@ use RetailCrm\Interfaces\FileItemInterface;
* *
* @category FileItem * @category FileItem
* @package RetailCrm\Model * @package RetailCrm\Model
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class FileItem implements FileItemInterface class FileItem implements FileItemInterface
{ {

View File

@ -4,10 +4,6 @@
* *
* @category FeedPricesUpdateDto * @category FeedPricesUpdateDto
* @package RetailCrm\Model\Request\AliExpress\Data * @package RetailCrm\Model\Request\AliExpress\Data
* @author RetailCRM <integration@retailcrm.ru>
* @license http://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Model\Request\AliExpress\Data; namespace RetailCrm\Model\Request\AliExpress\Data;
@ -20,10 +16,6 @@ use RetailCrm\Interfaces\RequestDtoInterface;
* *
* @category FeedPricesUpdateDto * @category FeedPricesUpdateDto
* @package RetailCrm\Model\Request\AliExpress\Data * @package RetailCrm\Model\Request\AliExpress\Data
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license https://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class FeedPricesUpdateDto implements RequestDtoInterface class FeedPricesUpdateDto implements RequestDtoInterface
{ {

View File

@ -4,10 +4,6 @@
* *
* @category FeedStocksUpdateDto * @category FeedStocksUpdateDto
* @package RetailCrm\Model\Request\AliExpress\Data * @package RetailCrm\Model\Request\AliExpress\Data
* @author RetailCRM <integration@retailcrm.ru>
* @license http://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Model\Request\AliExpress\Data; namespace RetailCrm\Model\Request\AliExpress\Data;
@ -20,10 +16,6 @@ use RetailCrm\Interfaces\RequestDtoInterface;
* *
* @category FeedStocksUpdateDto * @category FeedStocksUpdateDto
* @package RetailCrm\Model\Request\AliExpress\Data * @package RetailCrm\Model\Request\AliExpress\Data
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license https://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class FeedStocksUpdateDto implements RequestDtoInterface class FeedStocksUpdateDto implements RequestDtoInterface
{ {

View File

@ -4,10 +4,6 @@
* *
* @category MaillingAddressRequestDto * @category MaillingAddressRequestDto
* @package RetailCrm\Model\Request\AliExpress\Data * @package RetailCrm\Model\Request\AliExpress\Data
* @author RetailCRM <integration@retailcrm.ru>
* @license http://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Model\Request\AliExpress\Data; namespace RetailCrm\Model\Request\AliExpress\Data;
@ -21,10 +17,6 @@ use Symfony\Component\Validator\Constraints as Assert;
* *
* @category MaillingAddressRequestDto * @category MaillingAddressRequestDto
* @package RetailCrm\Model\Request\AliExpress\Data * @package RetailCrm\Model\Request\AliExpress\Data
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license https://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
* @SuppressWarnings(PHPMD.TooManyFields) * @SuppressWarnings(PHPMD.TooManyFields)
*/ */
class MaillingAddressRequestDto class MaillingAddressRequestDto

View File

@ -4,10 +4,6 @@
* *
* @category OrderQuery * @category OrderQuery
* @package RetailCrm\Model\Request\AliExpress\Data * @package RetailCrm\Model\Request\AliExpress\Data
* @author RetailCRM <integration@retailcrm.ru>
* @license http://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Model\Request\AliExpress\Data; namespace RetailCrm\Model\Request\AliExpress\Data;
@ -22,10 +18,6 @@ use RetailCrm\Component\Validator\Constraints as TopAssert;
* *
* @category OrderQuery * @category OrderQuery
* @package RetailCrm\Model\Request\AliExpress\Data * @package RetailCrm\Model\Request\AliExpress\Data
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license https://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class OrderQuery class OrderQuery
{ {

View File

@ -4,10 +4,6 @@
* *
* @category PlaceOrderRequest4OpenApiDto * @category PlaceOrderRequest4OpenApiDto
* @package RetailCrm\Model\Request\AliExpress\Data * @package RetailCrm\Model\Request\AliExpress\Data
* @author RetailCRM <integration@retailcrm.ru>
* @license http://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Model\Request\AliExpress\Data; namespace RetailCrm\Model\Request\AliExpress\Data;
@ -20,10 +16,6 @@ use Symfony\Component\Validator\Constraints as Assert;
* *
* @category PlaceOrderRequest4OpenApiDto * @category PlaceOrderRequest4OpenApiDto
* @package RetailCrm\Model\Request\AliExpress\Data * @package RetailCrm\Model\Request\AliExpress\Data
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license https://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class PlaceOrderRequest4OpenApiDto class PlaceOrderRequest4OpenApiDto
{ {

View File

@ -4,10 +4,6 @@
* *
* @category ProductBaseItem * @category ProductBaseItem
* @package RetailCrm\Model\Request\AliExpress\Data * @package RetailCrm\Model\Request\AliExpress\Data
* @author RetailCRM <integration@retailcrm.ru>
* @license http://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Model\Request\AliExpress\Data; namespace RetailCrm\Model\Request\AliExpress\Data;
@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS;
* *
* @category ProductBaseItem * @category ProductBaseItem
* @package RetailCrm\Model\Request\AliExpress\Data * @package RetailCrm\Model\Request\AliExpress\Data
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license https://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class ProductBaseItem class ProductBaseItem
{ {

View File

@ -4,10 +4,6 @@
* *
* @category SingleItemRequestDto * @category SingleItemRequestDto
* @package RetailCrm\Model\Request\AliExpress\Data * @package RetailCrm\Model\Request\AliExpress\Data
* @author RetailCRM <integration@retailcrm.ru>
* @license http://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Model\Request\AliExpress\Data; namespace RetailCrm\Model\Request\AliExpress\Data;
@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS;
* *
* @category SingleItemRequestDto * @category SingleItemRequestDto
* @package RetailCrm\Model\Request\AliExpress\Data * @package RetailCrm\Model\Request\AliExpress\Data
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class SingleItemRequestDto class SingleItemRequestDto
{ {

View File

@ -4,10 +4,6 @@
* *
* @category SingleOrderQuery * @category SingleOrderQuery
* @package RetailCrm\Model\Request\AliExpress\Data * @package RetailCrm\Model\Request\AliExpress\Data
* @author RetailCRM <integration@retailcrm.ru>
* @license http://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Model\Request\AliExpress\Data; namespace RetailCrm\Model\Request\AliExpress\Data;
@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS;
* *
* @category SingleOrderQuery * @category SingleOrderQuery
* @package RetailCrm\Model\Request\AliExpress\Data * @package RetailCrm\Model\Request\AliExpress\Data
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license https://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class SingleOrderQuery class SingleOrderQuery
{ {

View File

@ -4,10 +4,6 @@
* *
* @category SkuPricesUpdateItemDto * @category SkuPricesUpdateItemDto
* @package RetailCrm\Model\Request\AliExpress\Data * @package RetailCrm\Model\Request\AliExpress\Data
* @author RetailCRM <integration@retailcrm.ru>
* @license http://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Model\Request\AliExpress\Data; namespace RetailCrm\Model\Request\AliExpress\Data;
@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS;
* *
* @category SkuPricesUpdateItemDto * @category SkuPricesUpdateItemDto
* @package RetailCrm\Model\Request\AliExpress\Data * @package RetailCrm\Model\Request\AliExpress\Data
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license https://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class SkuPricesUpdateItemDto class SkuPricesUpdateItemDto
{ {

View File

@ -4,10 +4,6 @@
* *
* @category SkuStocksUpdateItemDto * @category SkuStocksUpdateItemDto
* @package RetailCrm\Model\Request\AliExpress\Data * @package RetailCrm\Model\Request\AliExpress\Data
* @author RetailCRM <integration@retailcrm.ru>
* @license http://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Model\Request\AliExpress\Data; namespace RetailCrm\Model\Request\AliExpress\Data;
@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS;
* *
* @category SkuStocksUpdateItemDto * @category SkuStocksUpdateItemDto
* @package RetailCrm\Model\Request\AliExpress\Data * @package RetailCrm\Model\Request\AliExpress\Data
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license https://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class SkuStocksUpdateItemDto class SkuStocksUpdateItemDto
{ {

View File

@ -4,10 +4,6 @@
* *
* @category LogisticsDsTrackingInfoQuery * @category LogisticsDsTrackingInfoQuery
* @package RetailCrm\Model\Request\AliExpress * @package RetailCrm\Model\Request\AliExpress
* @author RetailCRM <integration@retailcrm.ru>
* @license http://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Model\Request\AliExpress; namespace RetailCrm\Model\Request\AliExpress;
@ -22,10 +18,6 @@ use RetailCrm\Model\Response\AliExpress\LogisticsDsTrackingInfoQueryResponse;
* *
* @category LogisticsDsTrackingInfoQuery * @category LogisticsDsTrackingInfoQuery
* @package RetailCrm\Model\Request\AliExpress * @package RetailCrm\Model\Request\AliExpress
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license https://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class LogisticsDsTrackingInfoQuery extends BaseRequest class LogisticsDsTrackingInfoQuery extends BaseRequest
{ {

View File

@ -4,10 +4,6 @@
* *
* @category LogisticsRedefiningListLogisticsService * @category LogisticsRedefiningListLogisticsService
* @package RetailCrm\Model\Request\AliExpress * @package RetailCrm\Model\Request\AliExpress
* @author RetailCRM <integration@retailcrm.ru>
* @license http://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Model\Request\AliExpress; namespace RetailCrm\Model\Request\AliExpress;
@ -20,10 +16,6 @@ use RetailCrm\Model\Response\AliExpress\LogisticsRedefiningListLogisticsServiceR
* *
* @category LogisticsRedefiningListLogisticsService * @category LogisticsRedefiningListLogisticsService
* @package RetailCrm\Model\Request\AliExpress * @package RetailCrm\Model\Request\AliExpress
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license https://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class LogisticsRedefiningListLogisticsService extends BaseRequest class LogisticsRedefiningListLogisticsService extends BaseRequest
{ {

View File

@ -4,10 +4,6 @@
* *
* @category PostproductRedefiningCategoryForecastResponse * @category PostproductRedefiningCategoryForecastResponse
* @package RetailCrm\Model\Request\AliExpress * @package RetailCrm\Model\Request\AliExpress
* @author RetailCRM <integration@retailcrm.ru>
* @license http://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Model\Request\AliExpress; namespace RetailCrm\Model\Request\AliExpress;
@ -22,10 +18,6 @@ use Symfony\Component\Validator\Constraints as Assert;
* *
* @category PostproductRedefiningCategoryForecastResponse * @category PostproductRedefiningCategoryForecastResponse
* @package RetailCrm\Model\Request\AliExpress * @package RetailCrm\Model\Request\AliExpress
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class PostproductRedefiningCategoryForecast extends BaseRequest class PostproductRedefiningCategoryForecast extends BaseRequest
{ {

View File

@ -4,10 +4,6 @@
* *
* @category PostproductRedefiningFindAEProductByIdForDropshipper * @category PostproductRedefiningFindAEProductByIdForDropshipper
* @package RetailCrm\Model\Request\AliExpress * @package RetailCrm\Model\Request\AliExpress
* @author RetailCRM <integration@retailcrm.ru>
* @license http://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Model\Request\AliExpress; namespace RetailCrm\Model\Request\AliExpress;
@ -21,10 +17,6 @@ use RetailCrm\Model\Response\AliExpress\PostproductRedefiningFindAEProductByIdFo
* *
* @category PostproductRedefiningFindAEProductByIdForDropshipper * @category PostproductRedefiningFindAEProductByIdForDropshipper
* @package RetailCrm\Model\Request\AliExpress * @package RetailCrm\Model\Request\AliExpress
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license https://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class PostproductRedefiningFindAEProductByIdForDropshipper extends BaseRequest class PostproductRedefiningFindAEProductByIdForDropshipper extends BaseRequest
{ {

View File

@ -4,10 +4,6 @@
* *
* @category SolutionFeedListGet * @category SolutionFeedListGet
* @package RetailCrm\Model\Request\AliExpress * @package RetailCrm\Model\Request\AliExpress
* @author RetailCRM <integration@retailcrm.ru>
* @license http://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Model\Request\AliExpress; namespace RetailCrm\Model\Request\AliExpress;
@ -21,10 +17,6 @@ use RetailCrm\Model\Response\AliExpress\SolutionFeedListGetResponse;
* *
* @category SolutionFeedListGet * @category SolutionFeedListGet
* @package RetailCrm\Model\Request\AliExpress * @package RetailCrm\Model\Request\AliExpress
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class SolutionFeedListGet extends BaseRequest class SolutionFeedListGet extends BaseRequest
{ {

View File

@ -4,10 +4,6 @@
* *
* @category SolutionFeedQuery * @category SolutionFeedQuery
* @package RetailCrm\Model\Request\AliExpress * @package RetailCrm\Model\Request\AliExpress
* @author RetailCRM <integration@retailcrm.ru>
* @license http://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Model\Request\AliExpress; namespace RetailCrm\Model\Request\AliExpress;
@ -21,10 +17,6 @@ use RetailCrm\Model\Response\AliExpress\SolutionFeedQueryResponse;
* *
* @category SolutionFeedQuery * @category SolutionFeedQuery
* @package RetailCrm\Model\Request\AliExpress * @package RetailCrm\Model\Request\AliExpress
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class SolutionFeedQuery extends BaseRequest class SolutionFeedQuery extends BaseRequest
{ {

View File

@ -4,10 +4,6 @@
* *
* @category SolutionFeedSubmit * @category SolutionFeedSubmit
* @package RetailCrm\Model\Request\AliExpress * @package RetailCrm\Model\Request\AliExpress
* @author RetailCRM <integration@retailcrm.ru>
* @license http://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Model\Request\AliExpress; namespace RetailCrm\Model\Request\AliExpress;
@ -23,10 +19,6 @@ use Symfony\Component\Validator\Constraints as Assert;
* *
* @category SolutionFeedSubmit * @category SolutionFeedSubmit
* @package RetailCrm\Model\Request\AliExpress * @package RetailCrm\Model\Request\AliExpress
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class SolutionFeedSubmit extends BaseRequest class SolutionFeedSubmit extends BaseRequest
{ {

View File

@ -4,10 +4,6 @@
* *
* @category SolutionMerchantProfileGet * @category SolutionMerchantProfileGet
* @package RetailCrm\Model\Request\AliExpress * @package RetailCrm\Model\Request\AliExpress
* @author RetailCRM <integration@retailcrm.ru>
* @license http://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Model\Request\AliExpress; namespace RetailCrm\Model\Request\AliExpress;
@ -20,10 +16,6 @@ use RetailCrm\Model\Response\AliExpress\SolutionMerchantProfileGetResponse;
* *
* @category SolutionMerchantProfileGet * @category SolutionMerchantProfileGet
* @package RetailCrm\Model\Request\AliExpress * @package RetailCrm\Model\Request\AliExpress
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license https://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class SolutionMerchantProfileGet extends BaseRequest class SolutionMerchantProfileGet extends BaseRequest
{ {

View File

@ -4,10 +4,6 @@
* *
* @category SolutionOrderFulfill * @category SolutionOrderFulfill
* @package RetailCrm\Model\Request\AliExpress * @package RetailCrm\Model\Request\AliExpress
* @author RetailCRM <integration@retailcrm.ru>
* @license http://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Model\Request\AliExpress; namespace RetailCrm\Model\Request\AliExpress;
@ -22,10 +18,6 @@ use RetailCrm\Model\Response\AliExpress\SolutionOrderFulfillResponse;
* *
* @category SolutionOrderFulfill * @category SolutionOrderFulfill
* @package RetailCrm\Model\Request\AliExpress * @package RetailCrm\Model\Request\AliExpress
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license https://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class SolutionOrderFulfill extends BaseRequest class SolutionOrderFulfill extends BaseRequest
{ {

View File

@ -4,10 +4,6 @@
* *
* @category SolutionOrderGet * @category SolutionOrderGet
* @package RetailCrm\Model\Request\AliExpress * @package RetailCrm\Model\Request\AliExpress
* @author RetailCRM <integration@retailcrm.ru>
* @license http://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Model\Request\AliExpress; namespace RetailCrm\Model\Request\AliExpress;
@ -21,10 +17,6 @@ use RetailCrm\Model\Response\AliExpress\SolutionOrderGetResponse;
* *
* @category SolutionOrderGet * @category SolutionOrderGet
* @package RetailCrm\Model\Request\AliExpress * @package RetailCrm\Model\Request\AliExpress
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license https://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class SolutionOrderGet extends BaseRequest class SolutionOrderGet extends BaseRequest
{ {

View File

@ -4,10 +4,6 @@
* *
* @category SolutionOrderReceiptInfoGet * @category SolutionOrderReceiptInfoGet
* @package RetailCrm\Model\Request\AliExpress * @package RetailCrm\Model\Request\AliExpress
* @author RetailCRM <integration@retailcrm.ru>
* @license http://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Model\Request\AliExpress; namespace RetailCrm\Model\Request\AliExpress;
@ -21,10 +17,6 @@ use RetailCrm\Model\Response\AliExpress\SolutionOrderReceiptInfoGetResponse;
* *
* @category SolutionOrderReceiptInfoGet * @category SolutionOrderReceiptInfoGet
* @package RetailCrm\Model\Request\AliExpress * @package RetailCrm\Model\Request\AliExpress
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license https://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class SolutionOrderReceiptInfoGet extends BaseRequest class SolutionOrderReceiptInfoGet extends BaseRequest
{ {

View File

@ -4,10 +4,6 @@
* *
* @category SolutionProductSchemaGet * @category SolutionProductSchemaGet
* @package RetailCrm\Model\Request\AliExpress * @package RetailCrm\Model\Request\AliExpress
* @author RetailCRM <integration@retailcrm.ru>
* @license http://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Model\Request\AliExpress; namespace RetailCrm\Model\Request\AliExpress;
@ -22,10 +18,6 @@ use RetailCrm\Model\Response\AliExpress\SolutionProductSchemaGetResponse;
* *
* @category SolutionProductSchemaGet * @category SolutionProductSchemaGet
* @package RetailCrm\Model\Request\AliExpress * @package RetailCrm\Model\Request\AliExpress
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class SolutionProductSchemaGet extends BaseRequest class SolutionProductSchemaGet extends BaseRequest
{ {

View File

@ -4,10 +4,6 @@
* *
* @category SolutionSellerCategoryTreeQuery * @category SolutionSellerCategoryTreeQuery
* @package RetailCrm\Model\Request\AliExpress * @package RetailCrm\Model\Request\AliExpress
* @author RetailCRM <integration@retailcrm.ru>
* @license http://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Model\Request\AliExpress; namespace RetailCrm\Model\Request\AliExpress;
@ -22,10 +18,6 @@ use Symfony\Component\Validator\Constraints as Assert;
* *
* @category SolutionSellerCategoryTreeQuery * @category SolutionSellerCategoryTreeQuery
* @package RetailCrm\Model\Request\AliExpress * @package RetailCrm\Model\Request\AliExpress
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class SolutionSellerCategoryTreeQuery extends BaseRequest class SolutionSellerCategoryTreeQuery extends BaseRequest
{ {

View File

@ -4,10 +4,6 @@
* *
* @category TradeBuyPlaceOrder * @category TradeBuyPlaceOrder
* @package RetailCrm\Model\Request\AliExpress * @package RetailCrm\Model\Request\AliExpress
* @author RetailCRM <integration@retailcrm.ru>
* @license http://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Model\Request\AliExpress; namespace RetailCrm\Model\Request\AliExpress;
@ -22,10 +18,6 @@ use RetailCrm\Model\Request\AliExpress\Data\PlaceOrderRequest4OpenApiDto;
* *
* @category TradeBuyPlaceOrder * @category TradeBuyPlaceOrder
* @package RetailCrm\Model\Request\AliExpress * @package RetailCrm\Model\Request\AliExpress
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license https://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
* @SuppressWarnings(PHPMD.LongVariable) * @SuppressWarnings(PHPMD.LongVariable)
*/ */
class TradeBuyPlaceOrder extends BaseRequest class TradeBuyPlaceOrder extends BaseRequest

View File

@ -5,10 +5,6 @@
* *
* @category BaseRequest * @category BaseRequest
* @package RetailCrm\Model\Request * @package RetailCrm\Model\Request
* @author RetailCRM <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Model\Request; namespace RetailCrm\Model\Request;
@ -24,10 +20,6 @@ use RetailCrm\Component\Validator\Constraints as TopAssert;
* *
* @category BaseRequest * @category BaseRequest
* @package RetailCrm\Model\Request * @package RetailCrm\Model\Request
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
abstract class BaseRequest abstract class BaseRequest
{ {

View File

@ -4,10 +4,6 @@
* *
* @category OAuthTokenFetchRequest * @category OAuthTokenFetchRequest
* @package RetailCrm\Model\Request * @package RetailCrm\Model\Request
* @author RetailCRM <integration@retailcrm.ru>
* @license http://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Model\Request; namespace RetailCrm\Model\Request;
@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS;
* *
* @category OAuthTokenFetchRequest * @category OAuthTokenFetchRequest
* @package RetailCrm\Model\Request * @package RetailCrm\Model\Request
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license https://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class OAuthTokenFetchRequest class OAuthTokenFetchRequest
{ {

View File

@ -5,10 +5,6 @@
* *
* @category HttpDnsGetRequest * @category HttpDnsGetRequest
* @package RetailCrm\Model\Request\Taobao * @package RetailCrm\Model\Request\Taobao
* @author RetailCRM <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Model\Request\Taobao; namespace RetailCrm\Model\Request\Taobao;
@ -20,10 +16,6 @@ use RetailCrm\Model\Response\Taobao\HttpDnsGetResponse;
* *
* @category HttpDnsGetRequest * @category HttpDnsGetRequest
* @package RetailCrm\Model\Request\Taobao * @package RetailCrm\Model\Request\Taobao
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class HttpDnsGetRequest extends BaseRequest class HttpDnsGetRequest extends BaseRequest
{ {

View File

@ -4,10 +4,6 @@
* *
* @category AbstractResponseData * @category AbstractResponseData
* @package RetailCrm\Model\Response * @package RetailCrm\Model\Response
* @author RetailCRM <integration@retailcrm.ru>
* @license http://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Model\Response; namespace RetailCrm\Model\Response;
@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS;
* *
* @category AbstractResponseData * @category AbstractResponseData
* @package RetailCrm\Model\Response * @package RetailCrm\Model\Response
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license MIT https://mit-license.org
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
abstract class AbstractResponseData abstract class AbstractResponseData
{ {

View File

@ -4,10 +4,6 @@
* *
* @category TrackingInfoDetails * @category TrackingInfoDetails
* @package RetailCrm\Model\Response\AliExpress\Data\Entity * @package RetailCrm\Model\Response\AliExpress\Data\Entity
* @author RetailCRM <integration@retailcrm.ru>
* @license http://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Model\Response\AliExpress\Data\Entity; namespace RetailCrm\Model\Response\AliExpress\Data\Entity;
@ -20,10 +16,6 @@ use JMS\Serializer\Annotation as JMS;
* *
* @category TrackingInfoDetails * @category TrackingInfoDetails
* @package RetailCrm\Model\Response\AliExpress\Data\Entity * @package RetailCrm\Model\Response\AliExpress\Data\Entity
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license https://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class TrackingInfoDetails class TrackingInfoDetails
{ {

View File

@ -4,10 +4,6 @@
* *
* @category TrackingInfoDetailsList * @category TrackingInfoDetailsList
* @package RetailCrm\Model\Response\AliExpress\Data\Entity * @package RetailCrm\Model\Response\AliExpress\Data\Entity
* @author RetailCRM <integration@retailcrm.ru>
* @license http://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Model\Response\AliExpress\Data\Entity; namespace RetailCrm\Model\Response\AliExpress\Data\Entity;
@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS;
* *
* @category TrackingInfoDetailsList * @category TrackingInfoDetailsList
* @package RetailCrm\Model\Response\AliExpress\Data\Entity * @package RetailCrm\Model\Response\AliExpress\Data\Entity
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license https://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class TrackingInfoDetailsList class TrackingInfoDetailsList
{ {

View File

@ -4,10 +4,6 @@
* *
* @category LogisticsDsTrackingInfoQueryResponseData * @category LogisticsDsTrackingInfoQueryResponseData
* @package RetailCrm\Model\Response\AliExpress\Data * @package RetailCrm\Model\Response\AliExpress\Data
* @author RetailCRM <integration@retailcrm.ru>
* @license http://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/ */
namespace RetailCrm\Model\Response\AliExpress\Data; namespace RetailCrm\Model\Response\AliExpress\Data;
@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS;
* *
* @category LogisticsDsTrackingInfoQueryResponseData * @category LogisticsDsTrackingInfoQueryResponseData
* @package RetailCrm\Model\Response\AliExpress\Data * @package RetailCrm\Model\Response\AliExpress\Data
* @author RetailDriver LLC <integration@retailcrm.ru>
* @license https://retailcrm.ru Proprietary
* @link http://retailcrm.ru
* @see https://help.retailcrm.ru
*/ */
class LogisticsDsTrackingInfoQueryResponseData class LogisticsDsTrackingInfoQueryResponseData
{ {

Some files were not shown because too many files have changed in this diff Show More