@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;
package/build/cjs/meta.js CHANGED
@@ -979,6 +979,7 @@ var GIFType = /* @__PURE__ */ ((GIFType2) => {
979
979
  var Source = /* @__PURE__ */ ((Source2) => {
980
980
  Source2["HTML"] = "HTML";
981
981
  Source2["ADSENSE"] = "ADSENSE";
982
+ Source2["AI"] = "AI";
982
983
  return Source2;
983
984
  })(Source || {});
984
985
  var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {