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