@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;
@@ -432,6 +432,7 @@ var GIFType = /* @__PURE__ */ ((GIFType2) => {
432
432
  var Source = /* @__PURE__ */ ((Source2) => {
433
433
  Source2["HTML"] = "HTML";
434
434
  Source2["ADSENSE"] = "ADSENSE";
435
+ Source2["AI"] = "AI";
435
436
  return Source2;
436
437
  })(Source || {});
437
438
  var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {