@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.
@@ -2242,10 +2242,11 @@ interface HTMLDataDataOneOf {
2242
2242
  }
2243
2243
  declare enum Source {
2244
2244
  HTML = "HTML",
2245
- ADSENSE = "ADSENSE"
2245
+ ADSENSE = "ADSENSE",
2246
+ AI = "AI"
2246
2247
  }
2247
2248
  /** @enumType */
2248
- type SourceWithLiterals = Source | 'HTML' | 'ADSENSE';
2249
+ type SourceWithLiterals = Source | 'HTML' | 'ADSENSE' | 'AI';
2249
2250
  interface ImageData {
2250
2251
  /** Styling for the image's container. */
2251
2252
  containerData?: PluginContainerData;
@@ -900,6 +900,7 @@ var GIFType = /* @__PURE__ */ ((GIFType2) => {
900
900
  var Source = /* @__PURE__ */ ((Source2) => {
901
901
  Source2["HTML"] = "HTML";
902
902
  Source2["ADSENSE"] = "ADSENSE";
903
+ Source2["AI"] = "AI";
903
904
  return Source2;
904
905
  })(Source || {});
905
906
  var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {