@connectedxm/admin 2.9.0 → 2.9.2
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 +15 -1
- package/dist/index.d.ts +15 -1
- package/dist/index.js +7 -0
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1792,6 +1792,7 @@ __export(index_exports, {
|
|
|
1792
1792
|
SearchOrganization: () => SearchOrganization,
|
|
1793
1793
|
SelfLeaveOrganization: () => SelfLeaveOrganization,
|
|
1794
1794
|
SendAnnouncementPreview: () => SendAnnouncementPreview,
|
|
1795
|
+
SessionAccess: () => SessionAccess,
|
|
1795
1796
|
SideEffectActionType: () => SideEffectActionType,
|
|
1796
1797
|
SideEffectTriggerType: () => SideEffectTriggerType,
|
|
1797
1798
|
StartEventRoundMatchmaking: () => StartEventRoundMatchmaking,
|
|
@@ -15727,6 +15728,11 @@ var FileSource = /* @__PURE__ */ ((FileSource2) => {
|
|
|
15727
15728
|
FileSource2["content"] = "content";
|
|
15728
15729
|
return FileSource2;
|
|
15729
15730
|
})(FileSource || {});
|
|
15731
|
+
var SessionAccess = /* @__PURE__ */ ((SessionAccess2) => {
|
|
15732
|
+
SessionAccess2["public"] = "PUBLIC";
|
|
15733
|
+
SessionAccess2["private"] = "PRIVATE";
|
|
15734
|
+
return SessionAccess2;
|
|
15735
|
+
})(SessionAccess || {});
|
|
15730
15736
|
var ModerationStatus = /* @__PURE__ */ ((ModerationStatus2) => {
|
|
15731
15737
|
ModerationStatus2["none"] = "none";
|
|
15732
15738
|
ModerationStatus2["reported"] = "reported";
|
|
@@ -15887,6 +15893,7 @@ var PaymentIntegrationType = /* @__PURE__ */ ((PaymentIntegrationType2) => {
|
|
|
15887
15893
|
PaymentIntegrationType2["stripe"] = "stripe";
|
|
15888
15894
|
PaymentIntegrationType2["paypal"] = "paypal";
|
|
15889
15895
|
PaymentIntegrationType2["braintree"] = "braintree";
|
|
15896
|
+
PaymentIntegrationType2["authorizenet"] = "authorizenet";
|
|
15890
15897
|
PaymentIntegrationType2["manual"] = "manual";
|
|
15891
15898
|
return PaymentIntegrationType2;
|
|
15892
15899
|
})(PaymentIntegrationType || {});
|
|
@@ -40875,6 +40882,7 @@ var useUploadVideoCaptions = (options = {}) => {
|
|
|
40875
40882
|
SearchOrganization,
|
|
40876
40883
|
SelfLeaveOrganization,
|
|
40877
40884
|
SendAnnouncementPreview,
|
|
40885
|
+
SessionAccess,
|
|
40878
40886
|
SideEffectActionType,
|
|
40879
40887
|
SideEffectTriggerType,
|
|
40880
40888
|
StartEventRoundMatchmaking,
|