diff --git a/src/Model/Entity/Integration/EmbedJs/EmbedJsConfiguration.php b/src/Model/Entity/Integration/EmbedJs/EmbedJsConfiguration.php index 375403402..8050b3a57 100644 --- a/src/Model/Entity/Integration/EmbedJs/EmbedJsConfiguration.php +++ b/src/Model/Entity/Integration/EmbedJs/EmbedJsConfiguration.php @@ -42,4 +42,12 @@ class EmbedJsConfiguration * @JMS\SerializedName("targets") */ public $targets; + + /** + * @var string|null + * + * @JMS\Type("string") + * @JMS\SerializedName("runner") + */ + public $runner; }