@@ -12,19 +12,19 @@ |
||
| 12 | 12 | use craft\base\ElementInterface; |
| 13 | 13 | use craft\base\Field; |
| 14 | 14 | use craft\elements\db\ElementQueryInterface; |
| 15 | +use flipbox\ember\helpers\ModelHelper; |
|
| 16 | +use flipbox\ember\validators\MinMaxValidator; |
|
| 17 | +use flipbox\hubspot\HubSpot; |
|
| 15 | 18 | use flipbox\hubspot\criteria\CompanyCriteria; |
| 16 | 19 | use flipbox\hubspot\criteria\ContactCriteria; |
| 17 | 20 | use flipbox\hubspot\criteria\ContactListCriteria; |
| 18 | 21 | use flipbox\hubspot\criteria\ResourceCriteria; |
| 19 | 22 | use flipbox\hubspot\criteria\ResourceCriteriaInterface; |
| 20 | 23 | use flipbox\hubspot\db\ResourceAssociationQuery; |
| 21 | -use flipbox\hubspot\HubSpot; |
|
| 22 | 24 | use flipbox\hubspot\records\ResourceAssociation; |
| 23 | 25 | use flipbox\hubspot\services\resources\Companies; |
| 24 | -use flipbox\hubspot\services\resources\Contacts; |
|
| 25 | 26 | use flipbox\hubspot\services\resources\ContactLists; |
| 26 | -use flipbox\ember\helpers\ModelHelper; |
|
| 27 | -use flipbox\ember\validators\MinMaxValidator; |
|
| 27 | +use flipbox\hubspot\services\resources\Contacts; |
|
| 28 | 28 | |
| 29 | 29 | /** |
| 30 | 30 | * @author Flipbox Factory <[email protected]> |
@@ -8,20 +8,20 @@ |
||
| 8 | 8 | |
| 9 | 9 | namespace flipbox\hubspot\services\resources; |
| 10 | 10 | |
| 11 | +use Flipbox\Relay\HubSpot\Builder\Resources\ContactList\AddContacts; |
|
| 12 | +use Flipbox\Relay\HubSpot\Builder\Resources\ContactList\GetContacts; |
|
| 13 | +use Flipbox\Relay\HubSpot\Builder\Resources\ContactList\RemoveContacts; |
|
| 14 | +use League\Pipeline\PipelineBuilderInterface; |
|
| 15 | +use Psr\SimpleCache\CacheInterface; |
|
| 11 | 16 | use craft\base\Element; |
| 12 | 17 | use craft\base\ElementInterface; |
| 13 | 18 | use flipbox\hubspot\connections\ConnectionInterface; |
| 14 | -use flipbox\hubspot\criteria\ResourceCriteriaInterface; |
|
| 15 | 19 | use flipbox\hubspot\criteria\ContactListContactsCriteria; |
| 20 | +use flipbox\hubspot\criteria\ResourceCriteriaInterface; |
|
| 16 | 21 | use flipbox\hubspot\fields\Resources; |
| 17 | 22 | use flipbox\hubspot\helpers\TransformerHelper; |
| 18 | 23 | use flipbox\hubspot\pipeline\Resource; |
| 19 | 24 | use flipbox\hubspot\transformers\collections\TransformerCollectionInterface; |
| 20 | -use Flipbox\Relay\HubSpot\Builder\Resources\ContactList\AddContacts; |
|
| 21 | -use Flipbox\Relay\HubSpot\Builder\Resources\ContactList\RemoveContacts; |
|
| 22 | -use Flipbox\Relay\HubSpot\Builder\Resources\ContactList\GetContacts; |
|
| 23 | -use League\Pipeline\PipelineBuilderInterface; |
|
| 24 | -use Psr\SimpleCache\CacheInterface; |
|
| 25 | 25 | use yii\base\Component; |
| 26 | 26 | |
| 27 | 27 | /** |
@@ -8,12 +8,11 @@ |
||
| 8 | 8 | |
| 9 | 9 | namespace flipbox\hubspot\transformers\elements; |
| 10 | 10 | |
| 11 | +use Flipbox\Transform\Transformers\AbstractSimpleTransformer; |
|
| 11 | 12 | use craft\base\ElementInterface; |
| 12 | 13 | use craft\helpers\Json; |
| 13 | -use flipbox\hubspot\fields\Resources; |
|
| 14 | 14 | use flipbox\hubspot\HubSpot; |
| 15 | -use Flipbox\Transform\Scope; |
|
| 16 | -use Flipbox\Transform\Transformers\AbstractSimpleTransformer; |
|
| 15 | +use flipbox\hubspot\fields\Resources; |
|
| 17 | 16 | |
| 18 | 17 | class HubSpotId extends AbstractSimpleTransformer |
| 19 | 18 | { |