@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.
@@ -943,10 +943,11 @@ interface HTMLDataDataOneOf {
943
943
  }
944
944
  declare enum Source {
945
945
  HTML = "HTML",
946
- ADSENSE = "ADSENSE"
946
+ ADSENSE = "ADSENSE",
947
+ AI = "AI"
947
948
  }
948
949
  /** @enumType */
949
- type SourceWithLiterals = Source | 'HTML' | 'ADSENSE';
950
+ type SourceWithLiterals = Source | 'HTML' | 'ADSENSE' | 'AI';
950
951
  interface ImageData {
951
952
  /** Styling for the image's container. */
952
953
  containerData?: PluginContainerData;
@@ -422,6 +422,7 @@ var GIFType = /* @__PURE__ */ ((GIFType2) => {
422
422
  var Source = /* @__PURE__ */ ((Source2) => {
423
423
  Source2["HTML"] = "HTML";
424
424
  Source2["ADSENSE"] = "ADSENSE";
425
+ Source2["AI"] = "AI";
425
426
  return Source2;
426
427
  })(Source || {});
427
428
  var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {