@connectedxm/admin 2.9.0 → 2.9.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 +7 -0
- package/dist/index.d.cts +8 -1
- package/dist/index.d.ts +8 -1
- package/dist/index.js +6 -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";
|
|
@@ -40875,6 +40881,7 @@ var useUploadVideoCaptions = (options = {}) => {
|
|
|
40875
40881
|
SearchOrganization,
|
|
40876
40882
|
SelfLeaveOrganization,
|
|
40877
40883
|
SendAnnouncementPreview,
|
|
40884
|
+
SessionAccess,
|
|
40878
40885
|
SideEffectActionType,
|
|
40879
40886
|
SideEffectTriggerType,
|
|
40880
40887
|
StartEventRoundMatchmaking,
|