@wix/auto_sdk_members_members-about 1.0.31 → 1.0.33

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.
@@ -766,10 +766,11 @@ interface HTMLDataDataOneOf {
766
766
  }
767
767
  declare enum Source {
768
768
  HTML = "HTML",
769
- ADSENSE = "ADSENSE"
769
+ ADSENSE = "ADSENSE",
770
+ AI = "AI"
770
771
  }
771
772
  /** @enumType */
772
- type SourceWithLiterals = Source | 'HTML' | 'ADSENSE';
773
+ type SourceWithLiterals = Source | 'HTML' | 'ADSENSE' | 'AI';
773
774
  interface ImageData {
774
775
  /** Styling for the image's container. */
775
776
  containerData?: PluginContainerData;
@@ -633,6 +633,7 @@ var GIFType = /* @__PURE__ */ ((GIFType2) => {
633
633
  var Source = /* @__PURE__ */ ((Source2) => {
634
634
  Source2["HTML"] = "HTML";
635
635
  Source2["ADSENSE"] = "ADSENSE";
636
+ Source2["AI"] = "AI";
636
637
  return Source2;
637
638
  })(Source || {});
638
639
  var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {