@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;
@@ -1865,6 +1865,7 @@ var GIFType = /* @__PURE__ */ ((GIFType2) => {
1865
1865
  var Source = /* @__PURE__ */ ((Source2) => {
1866
1866
  Source2["HTML"] = "HTML";
1867
1867
  Source2["ADSENSE"] = "ADSENSE";
1868
+ Source2["AI"] = "AI";
1868
1869
  return Source2;
1869
1870
  })(Source || {});
1870
1871
  var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {