@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.
@@ -993,10 +993,11 @@ interface HTMLDataDataOneOf {
993
993
  }
994
994
  declare enum Source {
995
995
  HTML = "HTML",
996
- ADSENSE = "ADSENSE"
996
+ ADSENSE = "ADSENSE",
997
+ AI = "AI"
997
998
  }
998
999
  /** @enumType */
999
- type SourceWithLiterals = Source | 'HTML' | 'ADSENSE';
1000
+ type SourceWithLiterals = Source | 'HTML' | 'ADSENSE' | 'AI';
1000
1001
  interface ImageData {
1001
1002
  /** Styling for the image's container. */
1002
1003
  containerData?: PluginContainerData;
@@ -1936,6 +1936,7 @@ var GIFType = /* @__PURE__ */ ((GIFType2) => {
1936
1936
  var Source = /* @__PURE__ */ ((Source2) => {
1937
1937
  Source2["HTML"] = "HTML";
1938
1938
  Source2["ADSENSE"] = "ADSENSE";
1939
+ Source2["AI"] = "AI";
1939
1940
  return Source2;
1940
1941
  })(Source || {});
1941
1942
  var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {