@connectedxm/admin 6.9.12 → 6.10.1
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 +9 -7
- package/dist/index.d.cts +11 -11
- package/dist/index.d.ts +11 -11
- package/dist/index.js +8 -6
- package/openapi.json +20 -24
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -705,6 +705,7 @@ __export(index_exports, {
|
|
|
705
705
|
EventGetPassTypeCoupons: () => EventGetPassTypeCoupons,
|
|
706
706
|
EventReportDateType: () => EventReportDateType,
|
|
707
707
|
EventSessionQuestionType: () => EventSessionQuestionType,
|
|
708
|
+
EventSessionVisibility: () => EventSessionVisibility,
|
|
708
709
|
EventSource: () => EventSource,
|
|
709
710
|
EventType: () => EventType,
|
|
710
711
|
ExportAccount: () => ExportAccount,
|
|
@@ -1988,7 +1989,6 @@ __export(index_exports, {
|
|
|
1988
1989
|
SelfLeaveOrganization: () => SelfLeaveOrganization,
|
|
1989
1990
|
SendAnnouncementPreview: () => SendAnnouncementPreview,
|
|
1990
1991
|
SendInvoice: () => SendInvoice,
|
|
1991
|
-
SessionAccess: () => SessionAccess,
|
|
1992
1992
|
SideEffectActionType: () => SideEffectActionType,
|
|
1993
1993
|
SideEffectTriggerType: () => SideEffectTriggerType,
|
|
1994
1994
|
StartEventRoundMatchmaking: () => StartEventRoundMatchmaking,
|
|
@@ -3679,11 +3679,6 @@ var FileSource = /* @__PURE__ */ ((FileSource2) => {
|
|
|
3679
3679
|
FileSource2["content"] = "content";
|
|
3680
3680
|
return FileSource2;
|
|
3681
3681
|
})(FileSource || {});
|
|
3682
|
-
var SessionAccess = /* @__PURE__ */ ((SessionAccess2) => {
|
|
3683
|
-
SessionAccess2["public"] = "PUBLIC";
|
|
3684
|
-
SessionAccess2["private"] = "PRIVATE";
|
|
3685
|
-
return SessionAccess2;
|
|
3686
|
-
})(SessionAccess || {});
|
|
3687
3682
|
var AccountAttributeType = /* @__PURE__ */ ((AccountAttributeType2) => {
|
|
3688
3683
|
AccountAttributeType2["text"] = "text";
|
|
3689
3684
|
AccountAttributeType2["number"] = "number";
|
|
@@ -3941,6 +3936,13 @@ var EventReportDateType = /* @__PURE__ */ ((EventReportDateType2) => {
|
|
|
3941
3936
|
EventReportDateType2["month"] = "month";
|
|
3942
3937
|
return EventReportDateType2;
|
|
3943
3938
|
})(EventReportDateType || {});
|
|
3939
|
+
var EventSessionVisibility = /* @__PURE__ */ ((EventSessionVisibility2) => {
|
|
3940
|
+
EventSessionVisibility2["PUBLIC"] = "PUBLIC";
|
|
3941
|
+
EventSessionVisibility2["RESTRICTED"] = "RESTRICTED";
|
|
3942
|
+
EventSessionVisibility2["REGISTERED"] = "REGISTERED";
|
|
3943
|
+
EventSessionVisibility2["HIDDEN"] = "HIDDEN";
|
|
3944
|
+
return EventSessionVisibility2;
|
|
3945
|
+
})(EventSessionVisibility || {});
|
|
3944
3946
|
var EventSessionQuestionType = /* @__PURE__ */ ((EventSessionQuestionType2) => {
|
|
3945
3947
|
EventSessionQuestionType2["text"] = "text";
|
|
3946
3948
|
EventSessionQuestionType2["textarea"] = "textarea";
|
|
@@ -41058,6 +41060,7 @@ var useUpdateTier = (options = {}) => {
|
|
|
41058
41060
|
EventGetPassTypeCoupons,
|
|
41059
41061
|
EventReportDateType,
|
|
41060
41062
|
EventSessionQuestionType,
|
|
41063
|
+
EventSessionVisibility,
|
|
41061
41064
|
EventSource,
|
|
41062
41065
|
EventType,
|
|
41063
41066
|
ExportAccount,
|
|
@@ -42341,7 +42344,6 @@ var useUpdateTier = (options = {}) => {
|
|
|
42341
42344
|
SelfLeaveOrganization,
|
|
42342
42345
|
SendAnnouncementPreview,
|
|
42343
42346
|
SendInvoice,
|
|
42344
|
-
SessionAccess,
|
|
42345
42347
|
SideEffectActionType,
|
|
42346
42348
|
SideEffectTriggerType,
|
|
42347
42349
|
StartEventRoundMatchmaking,
|