@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;
package/build/cjs/meta.js CHANGED
@@ -1404,6 +1404,7 @@ var GIFType = /* @__PURE__ */ ((GIFType2) => {
1404
1404
  var Source = /* @__PURE__ */ ((Source2) => {
1405
1405
  Source2["HTML"] = "HTML";
1406
1406
  Source2["ADSENSE"] = "ADSENSE";
1407
+ Source2["AI"] = "AI";
1407
1408
  return Source2;
1408
1409
  })(Source || {});
1409
1410
  var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {