@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;
@@ -983,6 +983,7 @@ var GIFType = /* @__PURE__ */ ((GIFType2) => {
983
983
  var Source = /* @__PURE__ */ ((Source2) => {
984
984
  Source2["HTML"] = "HTML";
985
985
  Source2["ADSENSE"] = "ADSENSE";
986
+ Source2["AI"] = "AI";
986
987
  return Source2;
987
988
  })(Source || {});
988
989
  var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {