@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;
package/build/cjs/meta.js CHANGED
@@ -522,6 +522,7 @@ var GIFType = /* @__PURE__ */ ((GIFType2) => {
522
522
  var Source = /* @__PURE__ */ ((Source2) => {
523
523
  Source2["HTML"] = "HTML";
524
524
  Source2["ADSENSE"] = "ADSENSE";
525
+ Source2["AI"] = "AI";
525
526
  return Source2;
526
527
  })(Source || {});
527
528
  var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {