@wix/auto_sdk_comments_comments 1.0.30 → 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.
@@ -880,10 +880,11 @@ interface HTMLDataDataOneOf {
880
880
  }
881
881
  declare enum Source {
882
882
  HTML = "HTML",
883
- ADSENSE = "ADSENSE"
883
+ ADSENSE = "ADSENSE",
884
+ AI = "AI"
884
885
  }
885
886
  /** @enumType */
886
- type SourceWithLiterals = Source | 'HTML' | 'ADSENSE';
887
+ type SourceWithLiterals = Source | 'HTML' | 'ADSENSE' | 'AI';
887
888
  interface ImageData {
888
889
  /** Styling for the image's container. */
889
890
  containerData?: PluginContainerData;
@@ -2645,6 +2645,7 @@ var GIFType = /* @__PURE__ */ ((GIFType2) => {
2645
2645
  var Source = /* @__PURE__ */ ((Source2) => {
2646
2646
  Source2["HTML"] = "HTML";
2647
2647
  Source2["ADSENSE"] = "ADSENSE";
2648
+ Source2["AI"] = "AI";
2648
2649
  return Source2;
2649
2650
  })(Source || {});
2650
2651
  var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {