@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.
@@ -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;
@@ -624,6 +624,7 @@ var GIFType = /* @__PURE__ */ ((GIFType2) => {
624
624
  var Source = /* @__PURE__ */ ((Source2) => {
625
625
  Source2["HTML"] = "HTML";
626
626
  Source2["ADSENSE"] = "ADSENSE";
627
+ Source2["AI"] = "AI";
627
628
  return Source2;
628
629
  })(Source || {});
629
630
  var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {