@connectedxm/admin 2.9.4 → 2.10.0

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.
package/dist/index.js CHANGED
@@ -12695,6 +12695,12 @@ var SessionAccess = /* @__PURE__ */ ((SessionAccess2) => {
12695
12695
  SessionAccess2["private"] = "PRIVATE";
12696
12696
  return SessionAccess2;
12697
12697
  })(SessionAccess || {});
12698
+ var EventActivationType = /* @__PURE__ */ ((EventActivationType2) => {
12699
+ EventActivationType2["public"] = "public";
12700
+ EventActivationType2["private"] = "private";
12701
+ EventActivationType2["protected"] = "protected";
12702
+ return EventActivationType2;
12703
+ })(EventActivationType || {});
12698
12704
  var ModerationStatus = /* @__PURE__ */ ((ModerationStatus2) => {
12699
12705
  ModerationStatus2["none"] = "none";
12700
12706
  ModerationStatus2["reported"] = "reported";
@@ -36758,6 +36764,7 @@ export {
36758
36764
  EVENT_ZPL_TEMPLATE_BADGE_FIELDS_QUERY_KEY,
36759
36765
  EVENT_ZPL_TEMPLATE_BADGE_FIELD_QUERY_KEY,
36760
36766
  EmailReceiptStatus,
36767
+ EventActivationType,
36761
36768
  EventEmailType,
36762
36769
  EventGetPassTypeCoupons,
36763
36770
  EventReportDateType,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "2.9.4",
3
+ "version": "2.10.0",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",