@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.
@@ -942,10 +942,11 @@ interface HTMLDataDataOneOf {
942
942
  }
943
943
  declare enum Source {
944
944
  HTML = "HTML",
945
- ADSENSE = "ADSENSE"
945
+ ADSENSE = "ADSENSE",
946
+ AI = "AI"
946
947
  }
947
948
  /** @enumType */
948
- type SourceWithLiterals = Source | 'HTML' | 'ADSENSE';
949
+ type SourceWithLiterals = Source | 'HTML' | 'ADSENSE' | 'AI';
949
950
  interface ImageData {
950
951
  /** Styling for the image's container. */
951
952
  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) => {