@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;
package/build/cjs/meta.js CHANGED
@@ -549,6 +549,7 @@ var GIFType = /* @__PURE__ */ ((GIFType2) => {
549
549
  var Source = /* @__PURE__ */ ((Source2) => {
550
550
  Source2["HTML"] = "HTML";
551
551
  Source2["ADSENSE"] = "ADSENSE";
552
+ Source2["AI"] = "AI";
552
553
  return Source2;
553
554
  })(Source || {});
554
555
  var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {