@wix/auto_sdk_multilingual_machine-translation 1.0.29 → 1.0.30

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.
@@ -808,10 +808,11 @@ interface HTMLDataDataOneOf {
808
808
  }
809
809
  declare enum Source {
810
810
  HTML = "HTML",
811
- ADSENSE = "ADSENSE"
811
+ ADSENSE = "ADSENSE",
812
+ AI = "AI"
812
813
  }
813
814
  /** @enumType */
814
- type SourceWithLiterals = Source | 'HTML' | 'ADSENSE';
815
+ type SourceWithLiterals = Source | 'HTML' | 'ADSENSE' | 'AI';
815
816
  interface ImageData {
816
817
  /** Styling for the image's container. */
817
818
  containerData?: PluginContainerData;
@@ -483,6 +483,7 @@ var GIFType = /* @__PURE__ */ ((GIFType2) => {
483
483
  var Source = /* @__PURE__ */ ((Source2) => {
484
484
  Source2["HTML"] = "HTML";
485
485
  Source2["ADSENSE"] = "ADSENSE";
486
+ Source2["AI"] = "AI";
486
487
  return Source2;
487
488
  })(Source || {});
488
489
  var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {