@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;
@@ -1323,6 +1323,7 @@ var GIFType = /* @__PURE__ */ ((GIFType2) => {
1323
1323
  var Source = /* @__PURE__ */ ((Source2) => {
1324
1324
  Source2["HTML"] = "HTML";
1325
1325
  Source2["ADSENSE"] = "ADSENSE";
1326
+ Source2["AI"] = "AI";
1326
1327
  return Source2;
1327
1328
  })(Source || {});
1328
1329
  var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {