@wix/auto_sdk_events_wix-events-v-2 1.0.59 → 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.
@@ -1970,10 +1970,11 @@ interface HTMLDataDataOneOf {
1970
1970
  }
1971
1971
  declare enum Source {
1972
1972
  HTML = "HTML",
1973
- ADSENSE = "ADSENSE"
1973
+ ADSENSE = "ADSENSE",
1974
+ AI = "AI"
1974
1975
  }
1975
1976
  /** @enumType */
1976
- type SourceWithLiterals = Source | 'HTML' | 'ADSENSE';
1977
+ type SourceWithLiterals = Source | 'HTML' | 'ADSENSE' | 'AI';
1977
1978
  interface ImageData {
1978
1979
  /** Styling for the image's container. */
1979
1980
  containerData?: PluginContainerData;
@@ -1416,6 +1416,7 @@ var GIFType = /* @__PURE__ */ ((GIFType2) => {
1416
1416
  var Source = /* @__PURE__ */ ((Source2) => {
1417
1417
  Source2["HTML"] = "HTML";
1418
1418
  Source2["ADSENSE"] = "ADSENSE";
1419
+ Source2["AI"] = "AI";
1419
1420
  return Source2;
1420
1421
  })(Source || {});
1421
1422
  var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {