@wix/auto_sdk_events_ticket-definitions-v-2 1.0.60 → 1.0.61

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.
@@ -2932,10 +2932,11 @@ interface HTMLDataDataOneOf {
2932
2932
  }
2933
2933
  declare enum Source {
2934
2934
  HTML = "HTML",
2935
- ADSENSE = "ADSENSE"
2935
+ ADSENSE = "ADSENSE",
2936
+ AI = "AI"
2936
2937
  }
2937
2938
  /** @enumType */
2938
- type SourceWithLiterals = Source | 'HTML' | 'ADSENSE';
2939
+ type SourceWithLiterals = Source | 'HTML' | 'ADSENSE' | 'AI';
2939
2940
  interface ImageData {
2940
2941
  /** Styling for the image's container. */
2941
2942
  containerData?: PluginContainerData;
package/build/es/meta.mjs CHANGED
@@ -850,6 +850,7 @@ var GIFType = /* @__PURE__ */ ((GIFType2) => {
850
850
  var Source = /* @__PURE__ */ ((Source2) => {
851
851
  Source2["HTML"] = "HTML";
852
852
  Source2["ADSENSE"] = "ADSENSE";
853
+ Source2["AI"] = "AI";
853
854
  return Source2;
854
855
  })(Source || {});
855
856
  var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {