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",
"description": "API client implementation for AliExpress TOP.",
"type": "library",
"keywords": ["API", "retailCRM", "REST", "AliExpress"],
"homepage": "http://www.retailcrm.ru/",
"keywords": ["API", "RetailCRM", "REST", "AliExpress"],
"homepage": "http://www.retailcrm.pro/",
"authors": [
{
"name": "RetailDriver LLC",
"email": "integration@retailcrm.ru"
"email": "support@retailcrm.pro"
}
],
"support": {
"email": "support@retailcrm.ru"
"email": "support@retailcrm.pro"
},
"autoload": {
"psr-4": { "RetailCrm\\": "src/" }

View File

@ -4,10 +4,6 @@
*
* @category AuthorizationUriBuilder
* @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;
@ -21,10 +17,6 @@ use RetailCrm\Interfaces\BuilderInterface;
*
* @category AuthorizationUriBuilder
* @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
{

View File

@ -5,10 +5,6 @@
*
* @category ContainerBuilder
* @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;
@ -50,10 +46,6 @@ use Symfony\Component\Validator\Validator\ValidatorInterface;
*
* @category ContainerBuilder
* @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.
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)

View File

@ -5,10 +5,6 @@
*
* @category TopClientBuilder
* @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;
@ -29,10 +25,6 @@ use RetailCrm\Traits\ContainerAwareTrait;
*
* @category TopClientBuilder
* @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
{

View File

@ -5,10 +5,6 @@
*
* @category AppData
* @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;
@ -20,10 +16,6 @@ use Symfony\Component\Validator\Constraints as Assert;
*
* @category AppData
* @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
{

View File

@ -4,10 +4,6 @@
*
* @category TokenAuthenticator
* @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;
@ -20,10 +16,6 @@ use RetailCrm\Model\Request\BaseRequest;
*
* @category TokenAuthenticator
* @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
{

View File

@ -5,10 +5,6 @@
*
* @category Constants
* @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;
@ -17,10 +13,6 @@ namespace RetailCrm\Component;
*
* @category Constants
* @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
{

View File

@ -4,10 +4,6 @@
*
* @category ConstraintViolationListTransformer
* @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;
@ -19,10 +15,6 @@ use Symfony\Component\Validator\ConstraintViolationListInterface;
*
* @category ConstraintViolationListTransformer
* @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
{

View File

@ -5,10 +5,6 @@
*
* @category Container
* @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;
@ -29,10 +25,6 @@ use Throwable;
* @category Container
* @package RetailCrm\Component\DependencyInjection
* @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
{

View File

@ -5,10 +5,6 @@
*
* @category ContainerException
* @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;
@ -21,10 +17,6 @@ use LogicException;
* @category ContainerException
* @package RetailCrm\Component\DependencyInjection\Exception
* @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
{

View File

@ -5,10 +5,6 @@
*
* @category NotFoundException
* @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;
@ -21,10 +17,6 @@ use InvalidArgumentException;
* @category NotFoundException
* @package RetailCrm\Component\DependencyInjection\Exception
* @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
{

View File

@ -5,10 +5,6 @@
*
* @category FactoryInterface
* @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;
@ -20,10 +16,6 @@ use Psr\Container\ContainerInterface;
* @category FactoryInterface
* @package RetailCrm\Component\DependencyInjection
* @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
{

View File

@ -5,10 +5,6 @@
*
* @category Environment
* @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;
@ -19,10 +15,6 @@ use InvalidArgumentException;
*
* @category Environment
* @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
{

View File

@ -5,10 +5,6 @@
*
* @category FactoryException
* @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;
@ -17,10 +13,6 @@ namespace RetailCrm\Component\Exception;
*
* @category FactoryException
* @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
{

View File

@ -5,10 +5,6 @@
*
* @category NotImplementedException
* @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;
@ -17,10 +13,6 @@ namespace RetailCrm\Component\Exception;
*
* @category NotImplementedException
* @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
{

View File

@ -4,10 +4,6 @@
*
* @category OAuthTokenFetcherException
* @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;
@ -19,10 +15,6 @@ use Exception;
*
* @category OAuthTokenFetcherException
* @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
{

View File

@ -5,10 +5,6 @@
*
* @category TopApiException
* @package RetailCrm\Component\Exception
* @author RetailCRM <integration@retailcrm.ru>
* @license MIT
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/
namespace RetailCrm\Component\Exception;
@ -21,10 +17,6 @@ use Throwable;
*
* @category TopApiException
* @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
{

View File

@ -5,10 +5,6 @@
*
* @category TopClientException
* @package RetailCrm\Component\Exception
* @author RetailCRM <integration@retailcrm.ru>
* @license MIT
* @link http://retailcrm.ru
* @see http://help.retailcrm.ru
*/
namespace RetailCrm\Component\Exception;
@ -19,10 +15,6 @@ use Exception;
*
* @category TopClientException
* @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
{

View File

@ -5,10 +5,6 @@
*
* @category ValidationException
* @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;
@ -20,10 +16,6 @@ use Throwable;
*
* @category ValidationException
* @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
{

View File

@ -4,10 +4,6 @@
*
* @category JsonDeserializationVisitorFactory
* @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;
@ -21,10 +17,6 @@ use JMS\Serializer\Visitor\Factory\DeserializationVisitorFactory;
*
* @category JsonDeserializationVisitorFactory
* @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
{

View File

@ -4,10 +4,6 @@
*
* @category JsonDeserializationVisitor
* @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;
@ -27,10 +23,6 @@ use SplStack;
*
* @category JsonDeserializationVisitor
* @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
{

View File

@ -5,10 +5,6 @@
*
* @category AbstractLogger
* @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;
@ -19,10 +15,6 @@ use Psr\Log\AbstractLogger as BaseAbstractLogger;
*
* @category AbstractLogger
* @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
{

View File

@ -5,10 +5,6 @@
*
* @category FileLogger
* @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;
@ -17,10 +13,6 @@ namespace RetailCrm\Component\Logger;
*
* @category FileLogger
* @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
{

View File

@ -5,10 +5,6 @@
*
* @category StdioLogger
* @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;
@ -17,10 +13,6 @@ namespace RetailCrm\Component\Logger;
*
* @category StdioLogger
* @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
{

View File

@ -4,10 +4,6 @@
*
* @category OAuthTokenFetcher
* @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;
@ -31,10 +27,6 @@ use RetailCrm\Model\Response\OAuthTokenFetcherResponse;
*
* @category OAuthTokenFetcher
* @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
{

View File

@ -5,10 +5,6 @@
*
* @category ServiceLocator
* @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;
@ -23,10 +19,6 @@ use RetailCrm\Traits\ContainerAwareTrait;
*
* @category ServiceLocator
* @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
{

View File

@ -4,10 +4,6 @@
*
* @category ProductSchemaStorage
* @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;
@ -29,10 +25,6 @@ use RetailCrm\Model\Response\ErrorResponseBody;
*
* @category ProductSchemaStorage
* @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
{

View File

@ -4,10 +4,6 @@
*
* @category Timezone
* @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;
@ -19,10 +15,6 @@ use Symfony\Component\Validator\Constraint;
*
* @category Timezone
* @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
* @Target({"PROPERTY", "METHOD", "ANNOTATION"})

View File

@ -4,10 +4,6 @@
*
* @category TimezoneValidator
* @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;
@ -23,10 +19,6 @@ use Symfony\Component\Validator\Exception\UnexpectedValueException;
*
* @category TimezoneValidator
* @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
{

View File

@ -5,10 +5,6 @@
*
* @category FileItemFactory
* @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;
@ -22,10 +18,6 @@ use RetailCrm\Model\FileItem;
*
* @category FileItemFactory
* @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
{

View File

@ -4,10 +4,6 @@
*
* @category OAuthTokenFetcherFactory
* @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;
@ -25,10 +21,6 @@ use RetailCrm\Interfaces\ParametrizedFactoryInterface;
*
* @category OAuthTokenFetcherFactory
* @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
{

View File

@ -4,10 +4,6 @@
*
* @category ProductSchemaStorageFactory
* @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;
@ -22,10 +18,6 @@ use RetailCrm\Interfaces\TopClientInterface;
*
* @category ProductSchemaStorageFactory
* @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
{

View File

@ -5,10 +5,6 @@
*
* @category SerializationContextFactory
* @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;
@ -20,10 +16,6 @@ use JMS\Serializer\SerializationContext;
*
* @category SerializationContextFactory
* @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
{

View File

@ -5,10 +5,6 @@
*
* @category SerializerFactory
* @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;
@ -30,10 +26,6 @@ use JMS\Serializer\Expression\ExpressionEvaluator;
*
* @category SerializerFactory
* @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
{

View File

@ -5,10 +5,6 @@
*
* @category TopRequestFactory
* @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;
@ -35,10 +31,6 @@ use UnexpectedValueException;
*
* @category TopRequestFactory
* @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)
*/
class TopRequestFactory implements TopRequestFactoryInterface

View File

@ -5,10 +5,6 @@
*
* @category AppDataInterface
* @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;
@ -18,10 +14,6 @@ namespace RetailCrm\Interfaces;
*
* @category AppDataInterface
* @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
{

View File

@ -5,10 +5,6 @@
*
* @category AuthenticatorInterface
* @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;
@ -20,10 +16,6 @@ use RetailCrm\Model\Request\BaseRequest;
*
* @category AuthenticatorInterface
* @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
{

View File

@ -5,10 +5,6 @@
*
* @category BuilderInterface
* @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;
@ -18,10 +14,6 @@ namespace RetailCrm\Interfaces;
*
* @category BuilderInterface
* @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
{

View File

@ -5,10 +5,6 @@
*
* @category ContainerAwareInterface
* @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;
@ -20,10 +16,6 @@ use Psr\Container\ContainerInterface;
*
* @category ContainerAwareInterface
* @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
{

View File

@ -5,10 +5,6 @@
*
* @category FactoryInterface
* @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;
@ -18,10 +14,6 @@ namespace RetailCrm\Interfaces;
*
* @category FactoryInterface
* @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
{

View File

@ -5,10 +5,6 @@
*
* @category FactoryInterface
* @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;
@ -18,10 +14,6 @@ namespace RetailCrm\Interfaces;
*
* @category FileItemFactoryInterface
* @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
{

View File

@ -5,10 +5,6 @@
*
* @category FileItemInterface
* @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;
@ -20,10 +16,6 @@ use Psr\Http\Message\StreamInterface;
*
* @category FileItemInterface
* @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
{

View File

@ -5,10 +5,6 @@
*
* @category ParametrizedFactoryInterface
* @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;
@ -18,10 +14,6 @@ namespace RetailCrm\Interfaces;
*
* @category ParametrizedFactoryInterface
* @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
{

View File

@ -5,10 +5,6 @@
*
* @category RequestDtoInterface
* @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;
@ -18,10 +14,6 @@ namespace RetailCrm\Interfaces;
*
* @category RequestDtoInterface
* @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
{

View File

@ -5,10 +5,6 @@
*
* @category RequestSignerInterface
* @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;
@ -18,10 +14,6 @@ namespace RetailCrm\Interfaces;
*
* @category RequestSignerInterface
* @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
{

View File

@ -5,10 +5,6 @@
*
* @category RequestTimestampProviderInterface
* @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;
@ -20,10 +16,6 @@ use RetailCrm\Model\Request\BaseRequest;
*
* @category RequestTimestampProviderInterface
* @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
{

View File

@ -5,10 +5,6 @@
*
* @category TopClientInterface
* @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;
@ -22,10 +18,6 @@ use RetailCrm\Model\Response\TopResponseInterface;
*
* @category ContainerBuilder
* @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

View File

@ -5,10 +5,6 @@
*
* @category TopRequestFactoryInterface
* @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;
@ -21,10 +17,6 @@ use RetailCrm\Model\Request\BaseRequest;
*
* @category TopRequestFactoryInterface
* @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
{

View File

@ -4,10 +4,6 @@
*
* @category CategoryInfo
* @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;
@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS;
*
* @category CategoryInfo
* @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
{

View File

@ -4,10 +4,6 @@
*
* @category OrderDto
* @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;
@ -20,10 +16,6 @@ use JMS\Serializer\Annotation as JMS;
*
* @category OrderDto
* @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)
*/
class OrderDto

View File

@ -4,10 +4,6 @@
*
* @category OrderProductDto
* @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;
@ -20,10 +16,6 @@ use JMS\Serializer\Annotation as JMS;
*
* @category OrderProductDto
* @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)
*/
class OrderProductDto

View File

@ -4,10 +4,6 @@
*
* @category OrderProductDtoList
* @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;
@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS;
*
* @category OrderProductDtoList
* @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
{

View File

@ -4,10 +4,6 @@
*
* @category SimpleMoney
* @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;
@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS;
*
* @category SimpleMoney
* @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
{

View File

@ -4,10 +4,6 @@
*
* @category AvailableResponseFormats
* @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;
@ -17,10 +13,6 @@ namespace RetailCrm\Model\Enum;
*
* @category AvailableResponseFormats
* @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
{

View File

@ -4,10 +4,6 @@
*
* @category AvailableSignMethods
* @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;
@ -17,10 +13,6 @@ namespace RetailCrm\Model\Enum;
*
* @category AvailableSignMethods
* @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
{

View File

@ -4,10 +4,6 @@
*
* @category BizTypes
* @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;
@ -17,10 +13,6 @@ namespace RetailCrm\Model\Enum;
*
* @category BizTypes
* @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
{

View File

@ -4,10 +4,6 @@
*
* @category CategoryForecastSupportedLanguages
* @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;
@ -17,10 +13,6 @@ namespace RetailCrm\Model\Enum;
*
* @category CategoryForecastSupportedLanguages
* @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
{

View File

@ -4,10 +4,6 @@
*
* @category DropshippingAreas
* @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;
@ -17,10 +13,6 @@ namespace RetailCrm\Model\Enum;
*
* @category DropshippingAreas
* @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
{

View File

@ -4,10 +4,6 @@
*
* @category FeedOperationTypes
* @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;
@ -17,10 +13,6 @@ namespace RetailCrm\Model\Enum;
*
* @category FeedOperationTypes
* @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
{

View File

@ -4,10 +4,6 @@
*
* @category FeedStatuses
* @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;
@ -17,10 +13,6 @@ namespace RetailCrm\Model\Enum;
*
* @category FeedStatuses
* @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
{

View File

@ -4,10 +4,6 @@
*
* @category FrozenStatuses
* @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;
@ -17,10 +13,6 @@ namespace RetailCrm\Model\Enum;
*
* @category FrozenStatuses
* @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
{

View File

@ -4,10 +4,6 @@
*
* @category FundsStatuses
* @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;
@ -17,10 +13,6 @@ namespace RetailCrm\Model\Enum;
*
* @category FundsStatuses
* @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
{

View File

@ -4,10 +4,6 @@
*
* @category IssueStatuses
* @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;
@ -17,10 +13,6 @@ namespace RetailCrm\Model\Enum;
*
* @category IssueStatuses
* @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
{

View File

@ -4,10 +4,6 @@
*
* @category LogisticsStatuses
* @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;
@ -17,10 +13,6 @@ namespace RetailCrm\Model\Enum;
*
* @category LogisticsStatuses
* @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
{

View File

@ -4,10 +4,6 @@
*
* @category OfflinePickupTypes
* @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;
@ -17,10 +13,6 @@ namespace RetailCrm\Model\Enum;
*
* @category OfflinePickupTypes
* @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
{

View File

@ -4,10 +4,6 @@
*
* @category OrderStatuses
* @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;
@ -17,10 +13,6 @@ namespace RetailCrm\Model\Enum;
*
* @category OrderStatuses
* @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
{

View File

@ -4,10 +4,6 @@
*
* @category ShippingTypes
* @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;
@ -17,10 +13,6 @@ namespace RetailCrm\Model\Enum;
*
* @category ShippingTypes
* @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
{

View File

@ -5,10 +5,6 @@
*
* @category FileItem
* @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;
@ -20,10 +16,6 @@ use RetailCrm\Interfaces\FileItemInterface;
*
* @category FileItem
* @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
{

View File

@ -4,10 +4,6 @@
*
* @category FeedPricesUpdateDto
* @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;
@ -20,10 +16,6 @@ use RetailCrm\Interfaces\RequestDtoInterface;
*
* @category FeedPricesUpdateDto
* @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
{

View File

@ -4,10 +4,6 @@
*
* @category FeedStocksUpdateDto
* @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;
@ -20,10 +16,6 @@ use RetailCrm\Interfaces\RequestDtoInterface;
*
* @category FeedStocksUpdateDto
* @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
{

View File

@ -4,10 +4,6 @@
*
* @category MaillingAddressRequestDto
* @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;
@ -21,10 +17,6 @@ use Symfony\Component\Validator\Constraints as Assert;
*
* @category MaillingAddressRequestDto
* @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)
*/
class MaillingAddressRequestDto

View File

@ -4,10 +4,6 @@
*
* @category OrderQuery
* @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;
@ -22,10 +18,6 @@ use RetailCrm\Component\Validator\Constraints as TopAssert;
*
* @category OrderQuery
* @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
{

View File

@ -4,10 +4,6 @@
*
* @category PlaceOrderRequest4OpenApiDto
* @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;
@ -20,10 +16,6 @@ use Symfony\Component\Validator\Constraints as Assert;
*
* @category PlaceOrderRequest4OpenApiDto
* @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
{

View File

@ -4,10 +4,6 @@
*
* @category ProductBaseItem
* @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;
@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS;
*
* @category ProductBaseItem
* @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
{

View File

@ -4,10 +4,6 @@
*
* @category SingleItemRequestDto
* @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;
@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS;
*
* @category SingleItemRequestDto
* @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
{

View File

@ -4,10 +4,6 @@
*
* @category SingleOrderQuery
* @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;
@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS;
*
* @category SingleOrderQuery
* @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
{

View File

@ -4,10 +4,6 @@
*
* @category SkuPricesUpdateItemDto
* @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;
@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS;
*
* @category SkuPricesUpdateItemDto
* @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
{

View File

@ -4,10 +4,6 @@
*
* @category SkuStocksUpdateItemDto
* @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;
@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS;
*
* @category SkuStocksUpdateItemDto
* @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
{

View File

@ -4,10 +4,6 @@
*
* @category LogisticsDsTrackingInfoQuery
* @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;
@ -22,10 +18,6 @@ use RetailCrm\Model\Response\AliExpress\LogisticsDsTrackingInfoQueryResponse;
*
* @category LogisticsDsTrackingInfoQuery
* @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
{

View File

@ -4,10 +4,6 @@
*
* @category LogisticsRedefiningListLogisticsService
* @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;
@ -20,10 +16,6 @@ use RetailCrm\Model\Response\AliExpress\LogisticsRedefiningListLogisticsServiceR
*
* @category LogisticsRedefiningListLogisticsService
* @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
{

View File

@ -4,10 +4,6 @@
*
* @category PostproductRedefiningCategoryForecastResponse
* @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;
@ -22,10 +18,6 @@ use Symfony\Component\Validator\Constraints as Assert;
*
* @category PostproductRedefiningCategoryForecastResponse
* @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
{

View File

@ -4,10 +4,6 @@
*
* @category PostproductRedefiningFindAEProductByIdForDropshipper
* @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;
@ -21,10 +17,6 @@ use RetailCrm\Model\Response\AliExpress\PostproductRedefiningFindAEProductByIdFo
*
* @category PostproductRedefiningFindAEProductByIdForDropshipper
* @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
{

View File

@ -4,10 +4,6 @@
*
* @category SolutionFeedListGet
* @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;
@ -21,10 +17,6 @@ use RetailCrm\Model\Response\AliExpress\SolutionFeedListGetResponse;
*
* @category SolutionFeedListGet
* @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
{

View File

@ -4,10 +4,6 @@
*
* @category SolutionFeedQuery
* @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;
@ -21,10 +17,6 @@ use RetailCrm\Model\Response\AliExpress\SolutionFeedQueryResponse;
*
* @category SolutionFeedQuery
* @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
{

View File

@ -4,10 +4,6 @@
*
* @category SolutionFeedSubmit
* @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;
@ -23,10 +19,6 @@ use Symfony\Component\Validator\Constraints as Assert;
*
* @category SolutionFeedSubmit
* @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
{

View File

@ -4,10 +4,6 @@
*
* @category SolutionMerchantProfileGet
* @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;
@ -20,10 +16,6 @@ use RetailCrm\Model\Response\AliExpress\SolutionMerchantProfileGetResponse;
*
* @category SolutionMerchantProfileGet
* @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
{

View File

@ -4,10 +4,6 @@
*
* @category SolutionOrderFulfill
* @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;
@ -22,10 +18,6 @@ use RetailCrm\Model\Response\AliExpress\SolutionOrderFulfillResponse;
*
* @category SolutionOrderFulfill
* @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
{

View File

@ -4,10 +4,6 @@
*
* @category SolutionOrderGet
* @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;
@ -21,10 +17,6 @@ use RetailCrm\Model\Response\AliExpress\SolutionOrderGetResponse;
*
* @category SolutionOrderGet
* @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
{

View File

@ -4,10 +4,6 @@
*
* @category SolutionOrderReceiptInfoGet
* @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;
@ -21,10 +17,6 @@ use RetailCrm\Model\Response\AliExpress\SolutionOrderReceiptInfoGetResponse;
*
* @category SolutionOrderReceiptInfoGet
* @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
{

View File

@ -4,10 +4,6 @@
*
* @category SolutionProductSchemaGet
* @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;
@ -22,10 +18,6 @@ use RetailCrm\Model\Response\AliExpress\SolutionProductSchemaGetResponse;
*
* @category SolutionProductSchemaGet
* @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
{

View File

@ -4,10 +4,6 @@
*
* @category SolutionSellerCategoryTreeQuery
* @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;
@ -22,10 +18,6 @@ use Symfony\Component\Validator\Constraints as Assert;
*
* @category SolutionSellerCategoryTreeQuery
* @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
{

View File

@ -4,10 +4,6 @@
*
* @category TradeBuyPlaceOrder
* @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;
@ -22,10 +18,6 @@ use RetailCrm\Model\Request\AliExpress\Data\PlaceOrderRequest4OpenApiDto;
*
* @category TradeBuyPlaceOrder
* @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)
*/
class TradeBuyPlaceOrder extends BaseRequest

View File

@ -5,10 +5,6 @@
*
* @category BaseRequest
* @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;
@ -24,10 +20,6 @@ use RetailCrm\Component\Validator\Constraints as TopAssert;
*
* @category BaseRequest
* @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
{

View File

@ -4,10 +4,6 @@
*
* @category OAuthTokenFetchRequest
* @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;
@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS;
*
* @category OAuthTokenFetchRequest
* @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
{

View File

@ -5,10 +5,6 @@
*
* @category HttpDnsGetRequest
* @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;
@ -20,10 +16,6 @@ use RetailCrm\Model\Response\Taobao\HttpDnsGetResponse;
*
* @category HttpDnsGetRequest
* @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
{

View File

@ -4,10 +4,6 @@
*
* @category AbstractResponseData
* @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;
@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS;
*
* @category AbstractResponseData
* @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
{

View File

@ -4,10 +4,6 @@
*
* @category TrackingInfoDetails
* @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;
@ -20,10 +16,6 @@ use JMS\Serializer\Annotation as JMS;
*
* @category TrackingInfoDetails
* @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
{

View File

@ -4,10 +4,6 @@
*
* @category TrackingInfoDetailsList
* @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;
@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS;
*
* @category TrackingInfoDetailsList
* @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
{

View File

@ -4,10 +4,6 @@
*
* @category LogisticsDsTrackingInfoQueryResponseData
* @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;
@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS;
*
* @category LogisticsDsTrackingInfoQueryResponseData
* @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
{

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