@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;
@@ -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) => {