@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.
@@ -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;
package/build/cjs/meta.js CHANGED
@@ -2715,6 +2715,7 @@ var GIFType = /* @__PURE__ */ ((GIFType2) => {
2715
2715
  var Source = /* @__PURE__ */ ((Source2) => {
2716
2716
  Source2["HTML"] = "HTML";
2717
2717
  Source2["ADSENSE"] = "ADSENSE";
2718
+ Source2["AI"] = "AI";
2718
2719
  return Source2;
2719
2720
  })(Source || {});
2720
2721
  var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {