update product name, cleanup annotations (#3)
This commit is contained in:
parent
927fefdc32
commit
d13cf5f5ca
22
LICENSE
22
LICENSE
@ -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
|
@ -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/" }
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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"})
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
Loading…
Reference in New Issue
Block a user