@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.js
CHANGED
|
@@ -12688,6 +12688,11 @@ var FileSource = /* @__PURE__ */ ((FileSource2) => {
|
|
|
12688
12688
|
FileSource2["content"] = "content";
|
|
12689
12689
|
return FileSource2;
|
|
12690
12690
|
})(FileSource || {});
|
|
12691
|
+
var SessionAccess = /* @__PURE__ */ ((SessionAccess2) => {
|
|
12692
|
+
SessionAccess2["public"] = "PUBLIC";
|
|
12693
|
+
SessionAccess2["private"] = "PRIVATE";
|
|
12694
|
+
return SessionAccess2;
|
|
12695
|
+
})(SessionAccess || {});
|
|
12691
12696
|
var ModerationStatus = /* @__PURE__ */ ((ModerationStatus2) => {
|
|
12692
12697
|
ModerationStatus2["none"] = "none";
|
|
12693
12698
|
ModerationStatus2["reported"] = "reported";
|
|
@@ -12848,6 +12853,7 @@ var PaymentIntegrationType = /* @__PURE__ */ ((PaymentIntegrationType2) => {
|
|
|
12848
12853
|
PaymentIntegrationType2["stripe"] = "stripe";
|
|
12849
12854
|
PaymentIntegrationType2["paypal"] = "paypal";
|
|
12850
12855
|
PaymentIntegrationType2["braintree"] = "braintree";
|
|
12856
|
+
PaymentIntegrationType2["authorizenet"] = "authorizenet";
|
|
12851
12857
|
PaymentIntegrationType2["manual"] = "manual";
|
|
12852
12858
|
return PaymentIntegrationType2;
|
|
12853
12859
|
})(PaymentIntegrationType || {});
|
|
@@ -37840,6 +37846,7 @@ export {
|
|
|
37840
37846
|
SearchOrganization,
|
|
37841
37847
|
SelfLeaveOrganization,
|
|
37842
37848
|
SendAnnouncementPreview,
|
|
37849
|
+
SessionAccess,
|
|
37843
37850
|
SideEffectActionType,
|
|
37844
37851
|
SideEffectTriggerType,
|
|
37845
37852
|
StartEventRoundMatchmaking,
|