@wix/auto_sdk_stores_catalog-imports-v-3 1.0.6 → 1.0.7

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.
@@ -954,10 +954,11 @@ interface HTMLDataDataOneOf {
954
954
  }
955
955
  declare enum Source {
956
956
  HTML = "HTML",
957
- ADSENSE = "ADSENSE"
957
+ ADSENSE = "ADSENSE",
958
+ AI = "AI"
958
959
  }
959
960
  /** @enumType */
960
- type SourceWithLiterals = Source | 'HTML' | 'ADSENSE';
961
+ type SourceWithLiterals = Source | 'HTML' | 'ADSENSE' | 'AI';
961
962
  interface ImageData {
962
963
  /** Styling for the image's container. */
963
964
  containerData?: PluginContainerData;
@@ -505,6 +505,7 @@ var GIFType = /* @__PURE__ */ ((GIFType2) => {
505
505
  var Source = /* @__PURE__ */ ((Source2) => {
506
506
  Source2["HTML"] = "HTML";
507
507
  Source2["ADSENSE"] = "ADSENSE";
508
+ Source2["AI"] = "AI";
508
509
  return Source2;
509
510
  })(Source || {});
510
511
  var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {