@connectedxm/admin 2.11.2 → 2.11.3
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.cjs +8 -0
- package/dist/index.d.cts +12 -7
- package/dist/index.d.ts +12 -7
- package/dist/index.js +7 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -12593,6 +12593,12 @@ var PassTypeAccessLevel = /* @__PURE__ */ ((PassTypeAccessLevel2) => {
|
|
|
12593
12593
|
PassTypeAccessLevel2["vip"] = "vip";
|
|
12594
12594
|
return PassTypeAccessLevel2;
|
|
12595
12595
|
})(PassTypeAccessLevel || {});
|
|
12596
|
+
var EventAgendaVisibility = /* @__PURE__ */ ((EventAgendaVisibility2) => {
|
|
12597
|
+
EventAgendaVisibility2["everyone"] = "everyone";
|
|
12598
|
+
EventAgendaVisibility2["registered"] = "registered";
|
|
12599
|
+
EventAgendaVisibility2["hidden"] = "hidden";
|
|
12600
|
+
return EventAgendaVisibility2;
|
|
12601
|
+
})(EventAgendaVisibility || {});
|
|
12596
12602
|
var GroupAccess = /* @__PURE__ */ ((GroupAccess2) => {
|
|
12597
12603
|
GroupAccess2["public"] = "public";
|
|
12598
12604
|
GroupAccess2["private"] = "private";
|
|
@@ -36777,6 +36783,7 @@ export {
|
|
|
36777
36783
|
EVENT_ZPL_TEMPLATE_BADGE_FIELD_QUERY_KEY,
|
|
36778
36784
|
EmailReceiptStatus,
|
|
36779
36785
|
EventActivationType,
|
|
36786
|
+
EventAgendaVisibility,
|
|
36780
36787
|
EventEmailType,
|
|
36781
36788
|
EventGetPassTypeCoupons,
|
|
36782
36789
|
EventReportDateType,
|