@wix/auto_sdk_comments_comments 1.0.29 → 1.0.31

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.
@@ -881,10 +881,11 @@ interface HTMLDataDataOneOf {
881
881
  }
882
882
  declare enum Source {
883
883
  HTML = "HTML",
884
- ADSENSE = "ADSENSE"
884
+ ADSENSE = "ADSENSE",
885
+ AI = "AI"
885
886
  }
886
887
  /** @enumType */
887
- type SourceWithLiterals = Source | 'HTML' | 'ADSENSE';
888
+ type SourceWithLiterals = Source | 'HTML' | 'ADSENSE' | 'AI';
888
889
  interface ImageData {
889
890
  /** Styling for the image's container. */
890
891
  containerData?: PluginContainerData;
@@ -2628,6 +2628,7 @@ var GIFType = /* @__PURE__ */ ((GIFType2) => {
2628
2628
  var Source = /* @__PURE__ */ ((Source2) => {
2629
2629
  Source2["HTML"] = "HTML";
2630
2630
  Source2["ADSENSE"] = "ADSENSE";
2631
+ Source2["AI"] = "AI";
2631
2632
  return Source2;
2632
2633
  })(Source || {});
2633
2634
  var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {