@connectedxm/admin 5.4.1 → 5.4.3

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
@@ -541,6 +541,13 @@ var EventSessionQuestionType = /* @__PURE__ */ ((EventSessionQuestionType2) => {
541
541
  EventSessionQuestionType2["location"] = "location";
542
542
  return EventSessionQuestionType2;
543
543
  })(EventSessionQuestionType || {});
544
+ var MeetingType = /* @__PURE__ */ ((MeetingType2) => {
545
+ MeetingType2["GROUP_CALL"] = "GROUP_CALL";
546
+ MeetingType2["WEBINAR"] = "WEBINAR";
547
+ MeetingType2["AUDIO_ROOM"] = "AUDIO_ROOM";
548
+ MeetingType2["LIVESTREAM"] = "LIVESTREAM";
549
+ return MeetingType2;
550
+ })(MeetingType || {});
544
551
  var MembershipPriceType = /* @__PURE__ */ ((MembershipPriceType2) => {
545
552
  MembershipPriceType2["flat"] = "flat";
546
553
  MembershipPriceType2["payWhatYouWant"] = "payWhatYouWant";
@@ -38139,6 +38146,7 @@ export {
38139
38146
  MEMBERSHIP_SUBSCRIPTIONS_QUERY_KEY,
38140
38147
  MEMBERSHIP_TIERS_QUERY_KEY,
38141
38148
  MatchQuestionType,
38149
+ MeetingType,
38142
38150
  MembershipPriceInterval,
38143
38151
  MembershipPriceType,
38144
38152
  MergeInfinitePages,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "5.4.1",
3
+ "version": "5.4.3",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",