@connectedxm/admin 5.4.2 → 5.4.4

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 CHANGED
@@ -1311,6 +1311,7 @@ __export(index_exports, {
1311
1311
  MEMBERSHIP_SUBSCRIPTIONS_QUERY_KEY: () => MEMBERSHIP_SUBSCRIPTIONS_QUERY_KEY,
1312
1312
  MEMBERSHIP_TIERS_QUERY_KEY: () => MEMBERSHIP_TIERS_QUERY_KEY,
1313
1313
  MatchQuestionType: () => MatchQuestionType,
1314
+ MeetingType: () => MeetingType,
1314
1315
  MembershipPriceInterval: () => MembershipPriceInterval,
1315
1316
  MembershipPriceType: () => MembershipPriceType,
1316
1317
  MergeInfinitePages: () => MergeInfinitePages,
@@ -3865,6 +3866,13 @@ var EventSessionQuestionType = /* @__PURE__ */ ((EventSessionQuestionType2) => {
3865
3866
  EventSessionQuestionType2["location"] = "location";
3866
3867
  return EventSessionQuestionType2;
3867
3868
  })(EventSessionQuestionType || {});
3869
+ var MeetingType = /* @__PURE__ */ ((MeetingType2) => {
3870
+ MeetingType2["GROUP_CALL"] = "GROUP_CALL";
3871
+ MeetingType2["WEBINAR"] = "WEBINAR";
3872
+ MeetingType2["AUDIO_ROOM"] = "AUDIO_ROOM";
3873
+ MeetingType2["LIVESTREAM"] = "LIVESTREAM";
3874
+ return MeetingType2;
3875
+ })(MeetingType || {});
3868
3876
  var MembershipPriceType = /* @__PURE__ */ ((MembershipPriceType2) => {
3869
3877
  MembershipPriceType2["flat"] = "flat";
3870
3878
  MembershipPriceType2["payWhatYouWant"] = "payWhatYouWant";
@@ -41457,6 +41465,7 @@ var useUploadVideoCaptions = (options = {}) => {
41457
41465
  MEMBERSHIP_SUBSCRIPTIONS_QUERY_KEY,
41458
41466
  MEMBERSHIP_TIERS_QUERY_KEY,
41459
41467
  MatchQuestionType,
41468
+ MeetingType,
41460
41469
  MembershipPriceInterval,
41461
41470
  MembershipPriceType,
41462
41471
  MergeInfinitePages,