@wix/auto_sdk_events_wix-events-v-2 1.0.58 → 1.0.60

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2007,10 +2007,11 @@ interface HTMLDataDataOneOf {
2007
2007
  }
2008
2008
  declare enum Source {
2009
2009
  HTML = "HTML",
2010
- ADSENSE = "ADSENSE"
2010
+ ADSENSE = "ADSENSE",
2011
+ AI = "AI"
2011
2012
  }
2012
2013
  /** @enumType */
2013
- type SourceWithLiterals = Source | 'HTML' | 'ADSENSE';
2014
+ type SourceWithLiterals = Source | 'HTML' | 'ADSENSE' | 'AI';
2014
2015
  interface ImageData {
2015
2016
  /** Styling for the image's container. */
2016
2017
  containerData?: PluginContainerData;
@@ -1308,6 +1308,7 @@ var GIFType = /* @__PURE__ */ ((GIFType2) => {
1308
1308
  var Source = /* @__PURE__ */ ((Source2) => {
1309
1309
  Source2["HTML"] = "HTML";
1310
1310
  Source2["ADSENSE"] = "ADSENSE";
1311
+ Source2["AI"] = "AI";
1311
1312
  return Source2;
1312
1313
  })(Source || {});
1313
1314
  var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {