@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/cjs/meta.js CHANGED
@@ -952,6 +952,7 @@ var GIFType = /* @__PURE__ */ ((GIFType2) => {
952
952
  var Source = /* @__PURE__ */ ((Source2) => {
953
953
  Source2["HTML"] = "HTML";
954
954
  Source2["ADSENSE"] = "ADSENSE";
955
+ Source2["AI"] = "AI";
955
956
  return Source2;
956
957
  })(Source || {});
957
958
  var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {