@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;
@@ -2729,6 +2729,7 @@ var GIFType = /* @__PURE__ */ ((GIFType2) => {
2729
2729
  var Source = /* @__PURE__ */ ((Source2) => {
2730
2730
  Source2["HTML"] = "HTML";
2731
2731
  Source2["ADSENSE"] = "ADSENSE";
2732
+ Source2["AI"] = "AI";
2732
2733
  return Source2;
2733
2734
  })(Source || {});
2734
2735
  var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {