@wix/auto_sdk_events_notifications 1.0.44 → 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.
@@ -2179,10 +2179,11 @@ interface HTMLDataDataOneOf {
2179
2179
  }
2180
2180
  declare enum Source {
2181
2181
  HTML = "HTML",
2182
- ADSENSE = "ADSENSE"
2182
+ ADSENSE = "ADSENSE",
2183
+ AI = "AI"
2183
2184
  }
2184
2185
  /** @enumType */
2185
- type SourceWithLiterals = Source | 'HTML' | 'ADSENSE';
2186
+ type SourceWithLiterals = Source | 'HTML' | 'ADSENSE' | 'AI';
2186
2187
  interface ImageData {
2187
2188
  /** Styling for the image's container. */
2188
2189
  containerData?: PluginContainerData;
@@ -435,6 +435,7 @@ var GIFType = /* @__PURE__ */ ((GIFType2) => {
435
435
  var Source = /* @__PURE__ */ ((Source2) => {
436
436
  Source2["HTML"] = "HTML";
437
437
  Source2["ADSENSE"] = "ADSENSE";
438
+ Source2["AI"] = "AI";
438
439
  return Source2;
439
440
  })(Source || {});
440
441
  var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {