@wix/auto_sdk_blog_draft-posts 1.0.48 → 1.0.49

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.
@@ -969,10 +969,11 @@ interface HTMLDataDataOneOf {
969
969
  }
970
970
  declare enum Source {
971
971
  HTML = "HTML",
972
- ADSENSE = "ADSENSE"
972
+ ADSENSE = "ADSENSE",
973
+ AI = "AI"
973
974
  }
974
975
  /** @enumType */
975
- type SourceWithLiterals = Source | 'HTML' | 'ADSENSE';
976
+ type SourceWithLiterals = Source | 'HTML' | 'ADSENSE' | 'AI';
976
977
  interface ImageData {
977
978
  /** Styling for the image's container. */
978
979
  containerData?: PluginContainerData;
@@ -1948,6 +1948,7 @@ var GIFType = /* @__PURE__ */ ((GIFType2) => {
1948
1948
  var Source = /* @__PURE__ */ ((Source2) => {
1949
1949
  Source2["HTML"] = "HTML";
1950
1950
  Source2["ADSENSE"] = "ADSENSE";
1951
+ Source2["AI"] = "AI";
1951
1952
  return Source2;
1952
1953
  })(Source || {});
1953
1954
  var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {