@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.
@@ -2903,10 +2903,11 @@ interface HTMLDataDataOneOf {
2903
2903
  }
2904
2904
  declare enum Source {
2905
2905
  HTML = "HTML",
2906
- ADSENSE = "ADSENSE"
2906
+ ADSENSE = "ADSENSE",
2907
+ AI = "AI"
2907
2908
  }
2908
2909
  /** @enumType */
2909
- type SourceWithLiterals = Source | 'HTML' | 'ADSENSE';
2910
+ type SourceWithLiterals = Source | 'HTML' | 'ADSENSE' | 'AI';
2910
2911
  interface ImageData {
2911
2912
  /** Styling for the image's container. */
2912
2913
  containerData?: PluginContainerData;
@@ -863,6 +863,7 @@ var GIFType = /* @__PURE__ */ ((GIFType2) => {
863
863
  var Source = /* @__PURE__ */ ((Source2) => {
864
864
  Source2["HTML"] = "HTML";
865
865
  Source2["ADSENSE"] = "ADSENSE";
866
+ Source2["AI"] = "AI";
866
867
  return Source2;
867
868
  })(Source || {});
868
869
  var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {