@wix/auto_sdk_members_members-about 1.0.32 → 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;
@@ -700,6 +700,7 @@ var GIFType = /* @__PURE__ */ ((GIFType2) => {
700
700
  var Source = /* @__PURE__ */ ((Source2) => {
701
701
  Source2["HTML"] = "HTML";
702
702
  Source2["ADSENSE"] = "ADSENSE";
703
+ Source2["AI"] = "AI";
703
704
  return Source2;
704
705
  })(Source || {});
705
706
  var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {