@wix/auto_sdk_events_notifications 1.0.45 → 1.0.46

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.
@@ -2160,10 +2160,11 @@ interface HTMLDataDataOneOf {
2160
2160
  }
2161
2161
  declare enum Source {
2162
2162
  HTML = "HTML",
2163
- ADSENSE = "ADSENSE"
2163
+ ADSENSE = "ADSENSE",
2164
+ AI = "AI"
2164
2165
  }
2165
2166
  /** @enumType */
2166
- type SourceWithLiterals = Source | 'HTML' | 'ADSENSE';
2167
+ type SourceWithLiterals = Source | 'HTML' | 'ADSENSE' | 'AI';
2167
2168
  interface ImageData {
2168
2169
  /** Styling for the image's container. */
2169
2170
  containerData?: PluginContainerData;
@@ -442,6 +442,7 @@ var GIFType = /* @__PURE__ */ ((GIFType2) => {
442
442
  var Source = /* @__PURE__ */ ((Source2) => {
443
443
  Source2["HTML"] = "HTML";
444
444
  Source2["ADSENSE"] = "ADSENSE";
445
+ Source2["AI"] = "AI";
445
446
  return Source2;
446
447
  })(Source || {});
447
448
  var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {