@wix/auto_sdk_events_forms 1.0.55 → 1.0.56

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.
@@ -2259,10 +2259,11 @@ interface HTMLDataDataOneOf {
2259
2259
  }
2260
2260
  declare enum Source {
2261
2261
  HTML = "HTML",
2262
- ADSENSE = "ADSENSE"
2262
+ ADSENSE = "ADSENSE",
2263
+ AI = "AI"
2263
2264
  }
2264
2265
  /** @enumType */
2265
- type SourceWithLiterals = Source | 'HTML' | 'ADSENSE';
2266
+ type SourceWithLiterals = Source | 'HTML' | 'ADSENSE' | 'AI';
2266
2267
  interface ImageData {
2267
2268
  /** Styling for the image's container. */
2268
2269
  containerData?: PluginContainerData;
@@ -893,6 +893,7 @@ var GIFType = /* @__PURE__ */ ((GIFType2) => {
893
893
  var Source = /* @__PURE__ */ ((Source2) => {
894
894
  Source2["HTML"] = "HTML";
895
895
  Source2["ADSENSE"] = "ADSENSE";
896
+ Source2["AI"] = "AI";
896
897
  return Source2;
897
898
  })(Source || {});
898
899
  var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {