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