@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;
@@ -962,6 +962,7 @@ var GIFType = /* @__PURE__ */ ((GIFType2) => {
962
962
  var Source = /* @__PURE__ */ ((Source2) => {
963
963
  Source2["HTML"] = "HTML";
964
964
  Source2["ADSENSE"] = "ADSENSE";
965
+ Source2["AI"] = "AI";
965
966
  return Source2;
966
967
  })(Source || {});
967
968
  var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {