@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.cjs +8 -0
- package/dist/index.d.cts +12 -11
- package/dist/index.d.ts +12 -11
- 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_FIELDS_QUERY_KEY: () => EVENT_ZPL_TEMPLATE_BADGE_FIELDS_QUERY_KEY,
|
|
679
679
|
EVENT_ZPL_TEMPLATE_BADGE_FIELD_QUERY_KEY: () => EVENT_ZPL_TEMPLATE_BADGE_FIELD_QUERY_KEY,
|
|
680
680
|
EmailReceiptStatus: () => EmailReceiptStatus,
|
|
681
|
+
EventActivationType: () => EventActivationType,
|
|
681
682
|
EventEmailType: () => EventEmailType,
|
|
682
683
|
EventGetPassTypeCoupons: () => EventGetPassTypeCoupons,
|
|
683
684
|
EventReportDateType: () => EventReportDateType,
|
|
@@ -15737,6 +15738,12 @@ var SessionAccess = /* @__PURE__ */ ((SessionAccess2) => {
|
|
|
15737
15738
|
SessionAccess2["private"] = "PRIVATE";
|
|
15738
15739
|
return SessionAccess2;
|
|
15739
15740
|
})(SessionAccess || {});
|
|
15741
|
+
var EventActivationType = /* @__PURE__ */ ((EventActivationType2) => {
|
|
15742
|
+
EventActivationType2["public"] = "public";
|
|
15743
|
+
EventActivationType2["private"] = "private";
|
|
15744
|
+
EventActivationType2["protected"] = "protected";
|
|
15745
|
+
return EventActivationType2;
|
|
15746
|
+
})(EventActivationType || {});
|
|
15740
15747
|
var ModerationStatus = /* @__PURE__ */ ((ModerationStatus2) => {
|
|
15741
15748
|
ModerationStatus2["none"] = "none";
|
|
15742
15749
|
ModerationStatus2["reported"] = "reported";
|
|
@@ -39796,6 +39803,7 @@ var useUploadVideoCaptions = (options = {}) => {
|
|
|
39796
39803
|
EVENT_ZPL_TEMPLATE_BADGE_FIELDS_QUERY_KEY,
|
|
39797
39804
|
EVENT_ZPL_TEMPLATE_BADGE_FIELD_QUERY_KEY,
|
|
39798
39805
|
EmailReceiptStatus,
|
|
39806
|
+
EventActivationType,
|
|
39799
39807
|
EventEmailType,
|
|
39800
39808
|
EventGetPassTypeCoupons,
|
|
39801
39809
|
EventReportDateType,
|