diff --git a/src/Model/Entity/Integration/EmbedJs/EmbedJsConfiguration.php b/src/Model/Entity/Integration/EmbedJs/EmbedJsConfiguration.php new file mode 100644 index 0000000..3754034 --- /dev/null +++ b/src/Model/Entity/Integration/EmbedJs/EmbedJsConfiguration.php @@ -0,0 +1,45 @@ +") + * @JMS\SerializedName("targets") + */ + public $targets; +} diff --git a/src/Model/Entity/Integration/Integrations.php b/src/Model/Entity/Integration/Integrations.php index 2c0e3ad..7c1861f 100644 --- a/src/Model/Entity/Integration/Integrations.php +++ b/src/Model/Entity/Integration/Integrations.php @@ -74,4 +74,12 @@ class Integrations * @JMS\SerializedName("mgBot") */ public $mgBot; + + /** + * @var \RetailCrm\Api\Model\Entity\Integration\EmbedJs\EmbedJsConfiguration + * + * @JMS\Type("RetailCrm\Api\Model\Entity\Integration\EmbedJs\EmbedJsConfiguration") + * @JMS\SerializedName("embedJs") + */ + public $embedJs; }