b374k
m1n1 1.01
Apache/2.4.41 (Ubuntu)
Linux vmi616275.contaboserver.net 5.4.0-84-generic #94-Ubuntu SMP Thu Aug 26 20:27:37 UTC 2021 x86_64
uid=33(www-data) gid=33(www-data) groups=33(www-data)
server ip : 62.171.164.128 | your ip : 127.0.0.1
safemode OFF
 >  / home / dev2.destoffenstraat.com / app / code / Amasty / ImportPro / etc /
Filename/home/dev2.destoffenstraat.com/app/code/Amasty/ImportPro/etc/extension_attributes.xml
Size2.21 kb
Permissionrw-r--r--
Ownerroot : root
Create time17-Aug-2025 10:26
Last modified14-Jun-2025 23:38
Last accessed23-Aug-2025 02:07
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
<?xml version="1.0"?>
<!--
/**
* @author Amasty Team
* @copyright Copyright (c) Amasty (https://www.amasty.com)
* @package Import Pro for Magento 2 (System)
*/-->

<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Api/etc/extension_attributes.xsd">
<extension_attributes for="Amasty\ImportCore\Api\Config\ProfileConfigInterface">
<attribute code="ftp_file_resolver" type="Amasty\ImportPro\Import\FileResolver\Type\FtpFile\ConfigInterface" />
<attribute code="sftp_file_resolver" type="Amasty\ImportPro\Import\FileResolver\Type\SftpFile\ConfigInterface" />
<attribute code="google_sheet_file_resolver" type="Amasty\ImportPro\Import\FileResolver\Type\GoogleSheet\ConfigInterface" />
<attribute code="url_file_resolver" type="Amasty\ImportPro\Import\FileResolver\Type\UrlFile\ConfigInterface" />
<attribute code="rest_file_resolver" type="Amasty\ImportPro\Import\FileResolver\Type\Rest\ConfigInterface" />
<attribute code="dropbox_file_resolver" type="Amasty\ImportPro\Import\FileResolver\Type\Dropbox\ConfigInterface" />
<attribute code="drive_file_resolver" type="Amasty\ImportPro\Import\FileResolver\Type\GoogleDrive\ConfigInterface" />

<attribute code="json_source" type="Amasty\ImportPro\Import\Source\Type\Json\ConfigInterface" />
<attribute code="ods_source" type="Amasty\ImportPro\Import\Source\Type\Ods\ConfigInterface" />
<attribute code="xlsx_source" type="Amasty\ImportPro\Import\Source\Type\Xlsx\ConfigInterface" />

<attribute code="email_notification_config" type="Amasty\ImportPro\Import\Notification\Type\Email\ConfigInterface" />

<attribute code="external_id" type="int" />
<attribute code="manual_run" type="boolean" />
<attribute code="name" type="string" />
</extension_attributes>

<extension_attributes for="Amasty\ImportPro\Import\FileResolver\Type\Rest\ConfigInterface">
<attribute code="bearer" type="Amasty\ImportPro\Import\FileResolver\Type\Rest\Auth\Bearer\ConfigInterface" />
<attribute code="basic" type="Amasty\ImportPro\Import\FileResolver\Type\Rest\Auth\Basic\ConfigInterface" />
</extension_attributes>
</config>