@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.cjs
CHANGED
|
@@ -678,6 +678,7 @@ __export(index_exports, {
|
|
|
678
678
|
EVENT_ZPL_TEMPLATE_BADGE_FIELD_QUERY_KEY: () => EVENT_ZPL_TEMPLATE_BADGE_FIELD_QUERY_KEY,
|
|
679
679
|
EmailReceiptStatus: () => EmailReceiptStatus,
|
|
680
680
|
EventActivationType: () => EventActivationType,
|
|
681
|
+
EventAgendaVisibility: () => EventAgendaVisibility,
|
|
681
682
|
EventEmailType: () => EventEmailType,
|
|
682
683
|
EventGetPassTypeCoupons: () => EventGetPassTypeCoupons,
|
|
683
684
|
EventReportDateType: () => EventReportDateType,
|
|
@@ -15636,6 +15637,12 @@ var PassTypeAccessLevel = /* @__PURE__ */ ((PassTypeAccessLevel2) => {
|
|
|
15636
15637
|
PassTypeAccessLevel2["vip"] = "vip";
|
|
15637
15638
|
return PassTypeAccessLevel2;
|
|
15638
15639
|
})(PassTypeAccessLevel || {});
|
|
15640
|
+
var EventAgendaVisibility = /* @__PURE__ */ ((EventAgendaVisibility2) => {
|
|
15641
|
+
EventAgendaVisibility2["everyone"] = "everyone";
|
|
15642
|
+
EventAgendaVisibility2["registered"] = "registered";
|
|
15643
|
+
EventAgendaVisibility2["hidden"] = "hidden";
|
|
15644
|
+
return EventAgendaVisibility2;
|
|
15645
|
+
})(EventAgendaVisibility || {});
|
|
15639
15646
|
var GroupAccess = /* @__PURE__ */ ((GroupAccess2) => {
|
|
15640
15647
|
GroupAccess2["public"] = "public";
|
|
15641
15648
|
GroupAccess2["private"] = "private";
|
|
@@ -39816,6 +39823,7 @@ var useUploadVideoCaptions = (options = {}) => {
|
|
|
39816
39823
|
EVENT_ZPL_TEMPLATE_BADGE_FIELD_QUERY_KEY,
|
|
39817
39824
|
EmailReceiptStatus,
|
|
39818
39825
|
EventActivationType,
|
|
39826
|
+
EventAgendaVisibility,
|
|
39819
39827
|
EventEmailType,
|
|
39820
39828
|
EventGetPassTypeCoupons,
|
|
39821
39829
|
EventReportDateType,
|