@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.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";
@@ -37840,6 +37845,7 @@ export {
37840
37845
  SearchOrganization,
37841
37846
  SelfLeaveOrganization,
37842
37847
  SendAnnouncementPreview,
37848
+ SessionAccess,
37843
37849
  SideEffectActionType,
37844
37850
  SideEffectTriggerType,
37845
37851
  StartEventRoundMatchmaking,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "2.9.0",
3
+ "version": "2.9.1",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",