@connectedxm/admin-sdk 1.0.0 → 6.6.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.
Files changed (208) hide show
  1. package/.openapi-generator/FILES +51 -30
  2. package/README.md +51 -30
  3. package/api.ts +1697 -135
  4. package/dist/api.d.ts +1592 -136
  5. package/dist/api.js +63 -18
  6. package/dist/esm/api.d.ts +1592 -136
  7. package/dist/esm/api.js +45 -0
  8. package/docs/APILog.md +28 -0
  9. package/docs/Account.md +38 -2
  10. package/docs/AccountAddress.md +18 -0
  11. package/docs/AccountAttribute.md +23 -1
  12. package/docs/{AccountAttributeCount.md → AccountAttributeAllOfCount.md} +3 -3
  13. package/docs/AccountAttributeValue.md +8 -0
  14. package/docs/AccountInvitation.md +22 -0
  15. package/docs/ActivationCompletion.md +12 -0
  16. package/docs/Activity.md +36 -0
  17. package/docs/ActivityEntity.md +38 -0
  18. package/docs/ActivityEntityInputs.md +6 -0
  19. package/docs/AdminNotification.md +20 -0
  20. package/docs/Advertisement.md +27 -1
  21. package/docs/{AdvertisementCount.md → AdvertisementAllOfCount.md} +3 -3
  22. package/docs/Announcement.md +37 -1
  23. package/docs/{AnnouncementCount.md → AnnouncementAllOfCount.md} +3 -3
  24. package/docs/AttendeePackage.md +12 -0
  25. package/docs/Benefit.md +21 -1
  26. package/docs/{BenefitCount.md → BenefitAllOfCount.md} +3 -3
  27. package/docs/Booking.md +18 -0
  28. package/docs/BookingPlace.md +20 -0
  29. package/docs/BookingSpace.md +30 -0
  30. package/docs/BookingSpaceAvailability.md +8 -0
  31. package/docs/BookingSpaceBlackout.md +6 -0
  32. package/docs/Channel.md +24 -0
  33. package/docs/ChannelContent.md +41 -1
  34. package/docs/{ChannelContentCount.md → ChannelContentAllOfCount.md} +3 -3
  35. package/docs/ChannelContentGuest.md +66 -0
  36. package/docs/ChannelContentLike.md +6 -0
  37. package/docs/Coupon.md +45 -1
  38. package/docs/{CouponCount.md → CouponAllOfCount.md} +3 -3
  39. package/docs/CreatePreset200Response.md +1 -1
  40. package/docs/CreateThread200Response.md +1 -1
  41. package/docs/CreateThreadCircle200Response.md +1 -1
  42. package/docs/CustomReportCreateInputs.md +16 -0
  43. package/docs/Dashboard.md +14 -0
  44. package/docs/DashboardWidget.md +30 -0
  45. package/docs/EmailReceipt.md +20 -0
  46. package/docs/Event.md +68 -0
  47. package/docs/EventActivation.md +18 -0
  48. package/docs/EventAddOn.md +31 -1
  49. package/docs/{EventAddOnCount.md → EventAddOnAllOfCount.md} +3 -3
  50. package/docs/EventAttendee.md +13 -1
  51. package/docs/{EventAttendeeCount.md → EventAttendeeAllOfCount.md} +3 -3
  52. package/docs/EventEmail.md +12 -0
  53. package/docs/EventMediaItem.md +20 -0
  54. package/docs/EventOnSite.md +10 -0
  55. package/docs/EventOnSiteBadgeField.md +26 -0
  56. package/docs/EventPackage.md +22 -0
  57. package/docs/EventPackagePass.md +8 -0
  58. package/docs/EventPage.md +12 -0
  59. package/docs/EventPass.md +40 -2
  60. package/docs/EventPassType.md +57 -1
  61. package/docs/{EventPassTypeCount.md → EventPassTypeAllOfCount.md} +3 -3
  62. package/docs/EventPassTypePriceSchedule.md +34 -0
  63. package/docs/EventPassTypeRefundSchedule.md +32 -0
  64. package/docs/EventRoomType.md +21 -1
  65. package/docs/EventRoomTypeAddOnDetails.md +16 -0
  66. package/docs/{EventRoomTypeCount.md → EventRoomTypeAllOfCount.md} +3 -3
  67. package/docs/EventRoomTypePassTypeDetails.md +26 -0
  68. package/docs/EventRoomTypeReservation.md +14 -0
  69. package/docs/EventRoomTypeReservationCreateInputs.md +1 -1
  70. package/docs/EventSession.md +48 -0
  71. package/docs/EventSessionAccess.md +12 -0
  72. package/docs/EventSessionLocation.md +18 -0
  73. package/docs/EventSessionQuestion.md +47 -1
  74. package/docs/{EventSessionQuestionCount.md → EventSessionQuestionAllOfCount.md} +3 -3
  75. package/docs/EventSessionQuestionChoice.md +18 -4
  76. package/docs/EventSessionQuestionChoiceSubQuestion.md +8 -0
  77. package/docs/EventSessionQuestionResponse.md +8 -0
  78. package/docs/EventSessionQuestionResponseChange.md +16 -0
  79. package/docs/EventSessionSection.md +12 -0
  80. package/docs/EventSessionSectionQuestion.md +10 -0
  81. package/docs/EventSpeaker.md +26 -0
  82. package/docs/EventSponsorship.md +14 -0
  83. package/docs/EventSponsorshipLevel.md +10 -0
  84. package/docs/EventTrack.md +11 -1
  85. package/docs/{EventTrackCount.md → EventTrackAllOfCount.md} +3 -3
  86. package/docs/Faq.md +10 -0
  87. package/docs/FaqSection.md +8 -0
  88. package/docs/File.md +36 -0
  89. package/docs/GetAccountThreads200Response.md +1 -1
  90. package/docs/GetFiles200Response.md +1 -1
  91. package/docs/GetPresets200Response.md +1 -1
  92. package/docs/GetPushDevice200Response.md +1 -1
  93. package/docs/GetSelf200Response.md +1 -1
  94. package/docs/GetThreadCircles200Response.md +1 -1
  95. package/docs/GetThreadMessageFiles200Response.md +1 -1
  96. package/docs/Group.md +24 -2
  97. package/docs/{GroupCount.md → GroupAllOfCount.md} +3 -3
  98. package/docs/GroupInvitation.md +8 -0
  99. package/docs/GroupMembership.md +12 -0
  100. package/docs/GroupRequest.md +8 -0
  101. package/docs/Image.md +12 -0
  102. package/docs/ImageUsage.md +21 -1
  103. package/docs/{ImageUsageCount.md → ImageUsageAllOfCount.md} +3 -3
  104. package/docs/ImageWCopyUri.md +20 -0
  105. package/docs/Import.md +13 -1
  106. package/docs/{ImportCount.md → ImportAllOfCount.md} +3 -3
  107. package/docs/ImportItem.md +16 -0
  108. package/docs/Integration.md +11 -1
  109. package/docs/{IntegrationDetails.md → IntegrationAllOfDetails.md} +3 -3
  110. package/docs/Interest.md +11 -1
  111. package/docs/{InterestCount.md → InterestAllOfCount.md} +3 -3
  112. package/docs/InterestInputs.md +6 -0
  113. package/docs/Invoice.md +18 -0
  114. package/docs/InvoiceLineItem.md +20 -0
  115. package/docs/Lead.md +13 -1
  116. package/docs/{LeadAttributesInner.md → LeadAllOfAttributes.md} +3 -3
  117. package/docs/Level.md +19 -1
  118. package/docs/Like.md +4 -0
  119. package/docs/LinkInputs.md +6 -0
  120. package/docs/LinkPreview.md +36 -0
  121. package/docs/Login.md +25 -1
  122. package/docs/{LoginCount.md → LoginAllOfCount.md} +3 -3
  123. package/docs/Match.md +10 -0
  124. package/docs/Meeting.md +6 -0
  125. package/docs/MeetingLink.md +10 -0
  126. package/docs/MeetingRecording.md +42 -0
  127. package/docs/MeetingSessionParticipant.md +28 -2
  128. package/docs/{MeetingSessionParticipantQualityStatsInnerAudioStatsInner.md → MeetingSessionParticipantAllOfAudioStats.md} +3 -3
  129. package/docs/MeetingSessionParticipantAllOfPeerStats.md +30 -0
  130. package/docs/{MeetingSessionParticipantPeerStatsDeviceInfo.md → MeetingSessionParticipantAllOfPeerStatsDeviceInfo.md} +3 -3
  131. package/docs/{MeetingSessionParticipantPeerStatsEventsInner.md → MeetingSessionParticipantAllOfPeerStatsEvents.md} +3 -3
  132. package/docs/{MeetingSessionParticipantPeerStatsIpInformation.md → MeetingSessionParticipantAllOfPeerStatsIpInformation.md} +3 -3
  133. package/docs/{MeetingSessionParticipantPeerStatsPrecallNetworkInformation.md → MeetingSessionParticipantAllOfPeerStatsPrecallNetworkInformation.md} +3 -3
  134. package/docs/{MeetingSessionParticipantQualityStatsInner.md → MeetingSessionParticipantAllOfQualityStats.md} +5 -5
  135. package/docs/{MeetingSessionParticipantQualityStatsInnerVideoStatsInner.md → MeetingSessionParticipantAllOfVideoStats.md} +3 -3
  136. package/docs/MentionInputs.md +6 -0
  137. package/docs/Notification.md +18 -0
  138. package/docs/Organization.md +19 -1
  139. package/docs/{OrganizationOAuthInner.md → OrganizationAllOfOAuth.md} +3 -3
  140. package/docs/OrganizationModule.md +12 -0
  141. package/docs/PassAddOn.md +6 -0
  142. package/docs/Payment.md +57 -3
  143. package/docs/PaymentAllOfIntegration.md +20 -0
  144. package/docs/PaymentIntegration.md +16 -0
  145. package/docs/PaymentLineItem.md +44 -0
  146. package/docs/Preset.md +26 -0
  147. package/docs/PushDevice.md +46 -0
  148. package/docs/RegistrationBypass.md +34 -0
  149. package/docs/RegistrationFollowup.md +12 -0
  150. package/docs/RegistrationFollowupQuestion.md +10 -0
  151. package/docs/RegistrationQuestion.md +46 -0
  152. package/docs/RegistrationQuestionChoice.md +18 -4
  153. package/docs/RegistrationQuestionChoiceSubQuestion.md +8 -0
  154. package/docs/RegistrationQuestionResponse.md +8 -0
  155. package/docs/RegistrationQuestionResponseChange.md +16 -0
  156. package/docs/RegistrationSection.md +12 -0
  157. package/docs/RegistrationSectionQuestion.md +10 -0
  158. package/docs/Room.md +8 -0
  159. package/docs/Round.md +9 -1
  160. package/docs/{RoundMatchesInner.md → RoundAllOfMatches.md} +3 -3
  161. package/docs/RoundEventQuestion.md +58 -0
  162. package/docs/RoundSessionQuestion.md +58 -0
  163. package/docs/Schedule.md +26 -0
  164. package/docs/SearchList.md +7 -1
  165. package/docs/SearchListValue.md +8 -0
  166. package/docs/SegmentInputs.md +6 -0
  167. package/docs/Self.md +38 -0
  168. package/docs/Series.md +18 -0
  169. package/docs/SideEffect.md +18 -0
  170. package/docs/StandardReport.md +16 -0
  171. package/docs/StreamInput.md +22 -4
  172. package/docs/StreamSession.md +16 -0
  173. package/docs/StreamSessionSubscription.md +14 -0
  174. package/docs/SupportTicket.md +13 -1
  175. package/docs/SupportTicketActivityLog.md +34 -0
  176. package/docs/SupportTicketMessage.md +16 -0
  177. package/docs/SupportTicketNote.md +8 -0
  178. package/docs/SupportTicketViewer.md +32 -0
  179. package/docs/Survey.md +14 -0
  180. package/docs/SurveyQuestion.md +43 -1
  181. package/docs/SurveyQuestionChoice.md +18 -4
  182. package/docs/SurveyQuestionChoiceSubQuestion.md +8 -0
  183. package/docs/SurveyQuestionResponse.md +8 -0
  184. package/docs/SurveyQuestionResponseChange.md +16 -0
  185. package/docs/SurveySection.md +12 -0
  186. package/docs/SurveySectionQuestion.md +10 -0
  187. package/docs/SurveySubmission.md +8 -0
  188. package/docs/TaxIntegrationLog.md +12 -0
  189. package/docs/TeamMember.md +20 -0
  190. package/docs/Thread.md +34 -0
  191. package/docs/ThreadCircle.md +28 -0
  192. package/docs/ThreadCircleAccount.md +24 -0
  193. package/docs/ThreadMember.md +12 -0
  194. package/docs/ThreadMessage.md +15 -1
  195. package/docs/ThreadMessageEntity.md +34 -0
  196. package/docs/ThreadMessageReaction.md +8 -0
  197. package/docs/Tier.md +19 -1
  198. package/docs/{TierCount.md → TierAllOfCount.md} +3 -3
  199. package/docs/Transfer.md +8 -0
  200. package/docs/TransferLog.md +10 -0
  201. package/docs/UploadFile200Response.md +1 -1
  202. package/docs/UpsertLinkPreview200Response.md +1 -1
  203. package/docs/User.md +14 -0
  204. package/docs/Video.md +22 -0
  205. package/docs/WebSocketConnection.md +34 -0
  206. package/docs/Webhook.md +8 -0
  207. package/package.json +5 -2
  208. package/docs/MeetingSessionParticipantPeerStats.md +0 -30
package/docs/Lead.md CHANGED
@@ -5,6 +5,12 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **firstName** | **string** | | [default to undefined]
10
+ **lastName** | **string** | | [default to undefined]
11
+ **shareAccount** | [**BaseLeadShareAccount**](BaseLeadShareAccount.md) | | [default to undefined]
12
+ **status** | [**LeadStatus**](LeadStatus.md) | | [default to undefined]
13
+ **createdAt** | **string** | | [default to undefined]
8
14
  **eventId** | **string** | | [default to undefined]
9
15
  **event** | [**BaseEvent**](BaseEvent.md) | | [default to undefined]
10
16
  **email** | **string** | | [default to undefined]
@@ -16,7 +22,7 @@ Name | Type | Description | Notes
16
22
  **twitter** | **string** | | [default to undefined]
17
23
  **tikTok** | **string** | | [default to undefined]
18
24
  **note** | **string** | | [default to undefined]
19
- **attributes** | [**Array<LeadAttributesInner>**](LeadAttributesInner.md) | | [default to undefined]
25
+ **attributes** | [**Array<LeadAllOfAttributes>**](LeadAllOfAttributes.md) | | [default to undefined]
20
26
  **updatedAt** | **string** | | [default to undefined]
21
27
 
22
28
  ## Example
@@ -25,6 +31,12 @@ Name | Type | Description | Notes
25
31
  import { Lead } from '@connectedxm/admin-sdk';
26
32
 
27
33
  const instance: Lead = {
34
+ id,
35
+ firstName,
36
+ lastName,
37
+ shareAccount,
38
+ status,
39
+ createdAt,
28
40
  eventId,
29
41
  event,
30
42
  email,
@@ -1,4 +1,4 @@
1
- # LeadAttributesInner
1
+ # LeadAllOfAttributes
2
2
 
3
3
 
4
4
  ## Properties
@@ -11,9 +11,9 @@ Name | Type | Description | Notes
11
11
  ## Example
12
12
 
13
13
  ```typescript
14
- import { LeadAttributesInner } from '@connectedxm/admin-sdk';
14
+ import { LeadAllOfAttributes } from '@connectedxm/admin-sdk';
15
15
 
16
- const instance: LeadAttributesInner = {
16
+ const instance: LeadAllOfAttributes = {
17
17
  name,
18
18
  value,
19
19
  };
package/docs/Level.md CHANGED
@@ -5,10 +5,19 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **slug** | **string** | | [default to undefined]
10
+ **name** | **string** | | [default to undefined]
11
+ **subtitle** | **string** | | [default to undefined]
12
+ **description** | **string** | | [default to undefined]
13
+ **color** | **string** | | [default to undefined]
14
+ **scale** | **number** | | [default to undefined]
15
+ **imageId** | **string** | | [default to undefined]
16
+ **image** | [**BaseImage**](BaseImage.md) | | [default to undefined]
8
17
  **sortOrder** | **number** | | [default to undefined]
9
18
  **createdAt** | **string** | | [default to undefined]
10
19
  **updatedAt** | **string** | | [default to undefined]
11
- **_count** | [**TierCount**](TierCount.md) | | [default to undefined]
20
+ **_count** | [**TierAllOfCount**](TierAllOfCount.md) | | [default to undefined]
12
21
 
13
22
  ## Example
14
23
 
@@ -16,6 +25,15 @@ Name | Type | Description | Notes
16
25
  import { Level } from '@connectedxm/admin-sdk';
17
26
 
18
27
  const instance: Level = {
28
+ id,
29
+ slug,
30
+ name,
31
+ subtitle,
32
+ description,
33
+ color,
34
+ scale,
35
+ imageId,
36
+ image,
19
37
  sortOrder,
20
38
  createdAt,
21
39
  updatedAt,
package/docs/Like.md CHANGED
@@ -5,6 +5,8 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **activity** | [**BaseActivity**](BaseActivity.md) | | [default to undefined]
9
+ **account** | [**BaseAccount**](BaseAccount.md) | | [default to undefined]
8
10
  **createdAt** | **string** | | [default to undefined]
9
11
  **updatedAt** | **string** | | [default to undefined]
10
12
 
@@ -14,6 +16,8 @@ Name | Type | Description | Notes
14
16
  import { Like } from '@connectedxm/admin-sdk';
15
17
 
16
18
  const instance: Like = {
19
+ activity,
20
+ account,
17
21
  createdAt,
18
22
  updatedAt,
19
23
  };
@@ -6,6 +6,9 @@
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
8
  **type** | **string** | | [default to undefined]
9
+ **startIndex** | **number** | | [default to undefined]
10
+ **endIndex** | **number** | | [default to undefined]
11
+ **marks** | **Array<string>** | | [default to undefined]
9
12
  **href** | **string** | | [default to undefined]
10
13
 
11
14
  ## Example
@@ -15,6 +18,9 @@ import { LinkInputs } from '@connectedxm/admin-sdk';
15
18
 
16
19
  const instance: LinkInputs = {
17
20
  type,
21
+ startIndex,
22
+ endIndex,
23
+ marks,
18
24
  href,
19
25
  };
20
26
  ```
@@ -0,0 +1,36 @@
1
+ # LinkPreview
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **url** | **string** | | [default to undefined]
9
+ **siteName** | **string** | | [default to undefined]
10
+ **title** | **string** | | [default to undefined]
11
+ **description** | **string** | | [default to undefined]
12
+ **image** | **string** | | [default to undefined]
13
+ **imageWidth** | **number** | | [default to undefined]
14
+ **imageHeight** | **number** | | [default to undefined]
15
+ **imageType** | **string** | | [default to undefined]
16
+ **favicon** | **string** | | [default to undefined]
17
+
18
+ ## Example
19
+
20
+ ```typescript
21
+ import { LinkPreview } from '@connectedxm/admin-sdk';
22
+
23
+ const instance: LinkPreview = {
24
+ url,
25
+ siteName,
26
+ title,
27
+ description,
28
+ image,
29
+ imageWidth,
30
+ imageHeight,
31
+ imageType,
32
+ favicon,
33
+ };
34
+ ```
35
+
36
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
package/docs/Login.md CHANGED
@@ -5,7 +5,19 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
- **_count** | [**LoginCount**](LoginCount.md) | | [default to undefined]
8
+ **sub** | **string** | | [default to undefined]
9
+ **userPoolId** | **string** | | [default to undefined]
10
+ **username** | **string** | | [default to undefined]
11
+ **email** | **string** | | [default to undefined]
12
+ **status** | **string** | | [default to undefined]
13
+ **enabled** | **boolean** | | [default to undefined]
14
+ **verified** | **boolean** | | [default to undefined]
15
+ **firstName** | **string** | | [default to undefined]
16
+ **lastName** | **string** | | [default to undefined]
17
+ **internalRefId** | **string** | | [default to undefined]
18
+ **createdAt** | **string** | | [default to undefined]
19
+ **updatedAt** | **string** | | [default to undefined]
20
+ **_count** | [**LoginAllOfCount**](LoginAllOfCount.md) | | [default to undefined]
9
21
 
10
22
  ## Example
11
23
 
@@ -13,6 +25,18 @@ Name | Type | Description | Notes
13
25
  import { Login } from '@connectedxm/admin-sdk';
14
26
 
15
27
  const instance: Login = {
28
+ sub,
29
+ userPoolId,
30
+ username,
31
+ email,
32
+ status,
33
+ enabled,
34
+ verified,
35
+ firstName,
36
+ lastName,
37
+ internalRefId,
38
+ createdAt,
39
+ updatedAt,
16
40
  _count,
17
41
  };
18
42
  ```
@@ -1,4 +1,4 @@
1
- # LoginCount
1
+ # LoginAllOfCount
2
2
 
3
3
 
4
4
  ## Properties
@@ -11,9 +11,9 @@ Name | Type | Description | Notes
11
11
  ## Example
12
12
 
13
13
  ```typescript
14
- import { LoginCount } from '@connectedxm/admin-sdk';
14
+ import { LoginAllOfCount } from '@connectedxm/admin-sdk';
15
15
 
16
- const instance: LoginCount = {
16
+ const instance: LoginAllOfCount = {
17
17
  accounts,
18
18
  devices,
19
19
  };
package/docs/Match.md CHANGED
@@ -5,6 +5,11 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **round** | [**BaseRound**](BaseRound.md) | | [default to undefined]
10
+ **number** | **number** | | [default to undefined]
11
+ **title** | **string** | | [default to undefined]
12
+ **description** | **string** | | [default to undefined]
8
13
  **passes** | [**Array<BaseMatchPass>**](BaseMatchPass.md) | | [default to undefined]
9
14
  **createdAt** | **string** | | [default to undefined]
10
15
  **updatedAt** | **string** | | [default to undefined]
@@ -15,6 +20,11 @@ Name | Type | Description | Notes
15
20
  import { Match } from '@connectedxm/admin-sdk';
16
21
 
17
22
  const instance: Match = {
23
+ id,
24
+ round,
25
+ number,
26
+ title,
27
+ description,
18
28
  passes,
19
29
  createdAt,
20
30
  updatedAt,
package/docs/Meeting.md CHANGED
@@ -5,6 +5,9 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **title** | **string** | | [default to undefined]
10
+ **type** | [**MeetingType**](MeetingType.md) | | [default to undefined]
8
11
  **event** | [**BaseEvent**](BaseEvent.md) | | [optional] [default to undefined]
9
12
  **session** | [**BaseEventSession**](BaseEventSession.md) | | [optional] [default to undefined]
10
13
  **group** | [**BaseGroup**](BaseGroup.md) | | [optional] [default to undefined]
@@ -24,6 +27,9 @@ Name | Type | Description | Notes
24
27
  import { Meeting } from '@connectedxm/admin-sdk';
25
28
 
26
29
  const instance: Meeting = {
30
+ id,
31
+ title,
32
+ type,
27
33
  event,
28
34
  session,
29
35
  group,
@@ -5,6 +5,11 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **name** | **string** | | [default to undefined]
10
+ **passcode** | **string** | | [default to undefined]
11
+ **preset_name** | **string** | | [default to undefined]
12
+ **requireAuth** | **boolean** | | [default to undefined]
8
13
  **createdAt** | **string** | | [default to undefined]
9
14
  **updatedAt** | **string** | | [default to undefined]
10
15
 
@@ -14,6 +19,11 @@ Name | Type | Description | Notes
14
19
  import { MeetingLink } from '@connectedxm/admin-sdk';
15
20
 
16
21
  const instance: MeetingLink = {
22
+ id,
23
+ name,
24
+ passcode,
25
+ preset_name,
26
+ requireAuth,
17
27
  createdAt,
18
28
  updatedAt,
19
29
  };
@@ -0,0 +1,42 @@
1
+ # MeetingRecording
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **meeting_id** | **string** | | [default to undefined]
10
+ **download_url** | **string** | | [default to undefined]
11
+ **download_url_expiry** | **string** | | [default to undefined]
12
+ **file_size** | **number** | | [default to undefined]
13
+ **session_id** | **string** | | [default to undefined]
14
+ **output_file_name** | **string** | | [default to undefined]
15
+ **status** | **string** | | [default to undefined]
16
+ **invoked_time** | **string** | | [default to undefined]
17
+ **started_time** | **string** | | [default to undefined]
18
+ **stopped_time** | **string** | | [default to undefined]
19
+ **recording_duration** | **number** | | [default to undefined]
20
+
21
+ ## Example
22
+
23
+ ```typescript
24
+ import { MeetingRecording } from '@connectedxm/admin-sdk';
25
+
26
+ const instance: MeetingRecording = {
27
+ id,
28
+ meeting_id,
29
+ download_url,
30
+ download_url_expiry,
31
+ file_size,
32
+ session_id,
33
+ output_file_name,
34
+ status,
35
+ invoked_time,
36
+ started_time,
37
+ stopped_time,
38
+ recording_duration,
39
+ };
40
+ ```
41
+
42
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -5,8 +5,21 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
- **peer_stats** | [**MeetingSessionParticipantPeerStats**](MeetingSessionParticipantPeerStats.md) | | [optional] [default to undefined]
9
- **quality_stats** | [**Array<MeetingSessionParticipantQualityStatsInner>**](MeetingSessionParticipantQualityStatsInner.md) | | [optional] [default to undefined]
8
+ **id** | **string** | | [default to undefined]
9
+ **user_id** | **string** | | [default to undefined]
10
+ **custom_participant_id** | **string** | | [default to undefined]
11
+ **display_name** | **string** | | [default to undefined]
12
+ **session_id** | **string** | | [default to undefined]
13
+ **joined_at** | **string** | | [default to undefined]
14
+ **left_at** | **string** | | [default to undefined]
15
+ **duration** | **number** | | [default to undefined]
16
+ **created_at** | **string** | | [default to undefined]
17
+ **updated_at** | **string** | | [default to undefined]
18
+ **role** | **string** | | [default to undefined]
19
+ **preset_name** | **string** | | [default to undefined]
20
+ **account** | [**BaseAccount**](BaseAccount.md) | | [default to undefined]
21
+ **peer_stats** | [**MeetingSessionParticipantAllOfPeerStats**](MeetingSessionParticipantAllOfPeerStats.md) | | [optional] [default to undefined]
22
+ **quality_stats** | [**Array<MeetingSessionParticipantAllOfQualityStats>**](MeetingSessionParticipantAllOfQualityStats.md) | | [optional] [default to undefined]
10
23
 
11
24
  ## Example
12
25
 
@@ -14,6 +27,19 @@ Name | Type | Description | Notes
14
27
  import { MeetingSessionParticipant } from '@connectedxm/admin-sdk';
15
28
 
16
29
  const instance: MeetingSessionParticipant = {
30
+ id,
31
+ user_id,
32
+ custom_participant_id,
33
+ display_name,
34
+ session_id,
35
+ joined_at,
36
+ left_at,
37
+ duration,
38
+ created_at,
39
+ updated_at,
40
+ role,
41
+ preset_name,
42
+ account,
17
43
  peer_stats,
18
44
  quality_stats,
19
45
  };
@@ -1,4 +1,4 @@
1
- # MeetingSessionParticipantQualityStatsInnerAudioStatsInner
1
+ # MeetingSessionParticipantAllOfAudioStats
2
2
 
3
3
 
4
4
  ## Properties
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
14
14
  ## Example
15
15
 
16
16
  ```typescript
17
- import { MeetingSessionParticipantQualityStatsInnerAudioStatsInner } from '@connectedxm/admin-sdk';
17
+ import { MeetingSessionParticipantAllOfAudioStats } from '@connectedxm/admin-sdk';
18
18
 
19
- const instance: MeetingSessionParticipantQualityStatsInnerAudioStatsInner = {
19
+ const instance: MeetingSessionParticipantAllOfAudioStats = {
20
20
  timestamp,
21
21
  concealment_events,
22
22
  packets_lost,
@@ -0,0 +1,30 @@
1
+ # MeetingSessionParticipantAllOfPeerStats
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **config** | **string** | | [optional] [default to undefined]
9
+ **status** | **string** | | [optional] [default to undefined]
10
+ **device_info** | [**MeetingSessionParticipantAllOfPeerStatsDeviceInfo**](MeetingSessionParticipantAllOfPeerStatsDeviceInfo.md) | | [optional] [default to undefined]
11
+ **events** | [**Array<MeetingSessionParticipantAllOfPeerStatsEvents>**](MeetingSessionParticipantAllOfPeerStatsEvents.md) | | [optional] [default to undefined]
12
+ **ip_information** | [**MeetingSessionParticipantAllOfPeerStatsIpInformation**](MeetingSessionParticipantAllOfPeerStatsIpInformation.md) | | [optional] [default to undefined]
13
+ **precall_network_information** | [**MeetingSessionParticipantAllOfPeerStatsPrecallNetworkInformation**](MeetingSessionParticipantAllOfPeerStatsPrecallNetworkInformation.md) | | [optional] [default to undefined]
14
+
15
+ ## Example
16
+
17
+ ```typescript
18
+ import { MeetingSessionParticipantAllOfPeerStats } from '@connectedxm/admin-sdk';
19
+
20
+ const instance: MeetingSessionParticipantAllOfPeerStats = {
21
+ config,
22
+ status,
23
+ device_info,
24
+ events,
25
+ ip_information,
26
+ precall_network_information,
27
+ };
28
+ ```
29
+
30
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,4 +1,4 @@
1
- # MeetingSessionParticipantPeerStatsDeviceInfo
1
+ # MeetingSessionParticipantAllOfPeerStatsDeviceInfo
2
2
 
3
3
 
4
4
  ## Properties
@@ -21,9 +21,9 @@ Name | Type | Description | Notes
21
21
  ## Example
22
22
 
23
23
  ```typescript
24
- import { MeetingSessionParticipantPeerStatsDeviceInfo } from '@connectedxm/admin-sdk';
24
+ import { MeetingSessionParticipantAllOfPeerStatsDeviceInfo } from '@connectedxm/admin-sdk';
25
25
 
26
- const instance: MeetingSessionParticipantPeerStatsDeviceInfo = {
26
+ const instance: MeetingSessionParticipantAllOfPeerStatsDeviceInfo = {
27
27
  browser,
28
28
  browser_version,
29
29
  cpus,
@@ -1,4 +1,4 @@
1
- # MeetingSessionParticipantPeerStatsEventsInner
1
+ # MeetingSessionParticipantAllOfPeerStatsEvents
2
2
 
3
3
 
4
4
  ## Properties
@@ -11,9 +11,9 @@ Name | Type | Description | Notes
11
11
  ## Example
12
12
 
13
13
  ```typescript
14
- import { MeetingSessionParticipantPeerStatsEventsInner } from '@connectedxm/admin-sdk';
14
+ import { MeetingSessionParticipantAllOfPeerStatsEvents } from '@connectedxm/admin-sdk';
15
15
 
16
- const instance: MeetingSessionParticipantPeerStatsEventsInner = {
16
+ const instance: MeetingSessionParticipantAllOfPeerStatsEvents = {
17
17
  timestamp,
18
18
  type,
19
19
  };
@@ -1,4 +1,4 @@
1
- # MeetingSessionParticipantPeerStatsIpInformation
1
+ # MeetingSessionParticipantAllOfPeerStatsIpInformation
2
2
 
3
3
 
4
4
  ## Properties
@@ -17,9 +17,9 @@ Name | Type | Description | Notes
17
17
  ## Example
18
18
 
19
19
  ```typescript
20
- import { MeetingSessionParticipantPeerStatsIpInformation } from '@connectedxm/admin-sdk';
20
+ import { MeetingSessionParticipantAllOfPeerStatsIpInformation } from '@connectedxm/admin-sdk';
21
21
 
22
- const instance: MeetingSessionParticipantPeerStatsIpInformation = {
22
+ const instance: MeetingSessionParticipantAllOfPeerStatsIpInformation = {
23
23
  city,
24
24
  country,
25
25
  ip_location,
@@ -1,4 +1,4 @@
1
- # MeetingSessionParticipantPeerStatsPrecallNetworkInformation
1
+ # MeetingSessionParticipantAllOfPeerStatsPrecallNetworkInformation
2
2
 
3
3
 
4
4
  ## Properties
@@ -18,9 +18,9 @@ Name | Type | Description | Notes
18
18
  ## Example
19
19
 
20
20
  ```typescript
21
- import { MeetingSessionParticipantPeerStatsPrecallNetworkInformation } from '@connectedxm/admin-sdk';
21
+ import { MeetingSessionParticipantAllOfPeerStatsPrecallNetworkInformation } from '@connectedxm/admin-sdk';
22
22
 
23
- const instance: MeetingSessionParticipantPeerStatsPrecallNetworkInformation = {
23
+ const instance: MeetingSessionParticipantAllOfPeerStatsPrecallNetworkInformation = {
24
24
  backend_rtt,
25
25
  turn_connectivity,
26
26
  effective_networktype,
@@ -1,4 +1,4 @@
1
- # MeetingSessionParticipantQualityStatsInner
1
+ # MeetingSessionParticipantAllOfQualityStats
2
2
 
3
3
 
4
4
  ## Properties
@@ -13,15 +13,15 @@ Name | Type | Description | Notes
13
13
  **end** | **string** | | [optional] [default to undefined]
14
14
  **audio_packet_loss** | **number** | | [optional] [default to undefined]
15
15
  **video_packet_loss** | **number** | | [optional] [default to undefined]
16
- **audio_stats** | [**Array<MeetingSessionParticipantQualityStatsInnerAudioStatsInner>**](MeetingSessionParticipantQualityStatsInnerAudioStatsInner.md) | | [optional] [default to undefined]
17
- **video_stats** | [**Array<MeetingSessionParticipantQualityStatsInnerVideoStatsInner>**](MeetingSessionParticipantQualityStatsInnerVideoStatsInner.md) | | [optional] [default to undefined]
16
+ **audio_stats** | [**Array<MeetingSessionParticipantAllOfAudioStats>**](MeetingSessionParticipantAllOfAudioStats.md) | | [optional] [default to undefined]
17
+ **video_stats** | [**Array<MeetingSessionParticipantAllOfVideoStats>**](MeetingSessionParticipantAllOfVideoStats.md) | | [optional] [default to undefined]
18
18
 
19
19
  ## Example
20
20
 
21
21
  ```typescript
22
- import { MeetingSessionParticipantQualityStatsInner } from '@connectedxm/admin-sdk';
22
+ import { MeetingSessionParticipantAllOfQualityStats } from '@connectedxm/admin-sdk';
23
23
 
24
- const instance: MeetingSessionParticipantQualityStatsInner = {
24
+ const instance: MeetingSessionParticipantAllOfQualityStats = {
25
25
  peer_id,
26
26
  audio_bandwidth,
27
27
  video_bandwidth,
@@ -1,4 +1,4 @@
1
- # MeetingSessionParticipantQualityStatsInnerVideoStatsInner
1
+ # MeetingSessionParticipantAllOfVideoStats
2
2
 
3
3
 
4
4
  ## Properties
@@ -17,9 +17,9 @@ Name | Type | Description | Notes
17
17
  ## Example
18
18
 
19
19
  ```typescript
20
- import { MeetingSessionParticipantQualityStatsInnerVideoStatsInner } from '@connectedxm/admin-sdk';
20
+ import { MeetingSessionParticipantAllOfVideoStats } from '@connectedxm/admin-sdk';
21
21
 
22
- const instance: MeetingSessionParticipantQualityStatsInnerVideoStatsInner = {
22
+ const instance: MeetingSessionParticipantAllOfVideoStats = {
23
23
  timestamp,
24
24
  frame_width,
25
25
  frame_height,
@@ -6,6 +6,9 @@
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
8
  **type** | **string** | | [default to undefined]
9
+ **startIndex** | **number** | | [default to undefined]
10
+ **endIndex** | **number** | | [default to undefined]
11
+ **marks** | **Array<string>** | | [default to undefined]
9
12
  **username** | **string** | | [default to undefined]
10
13
 
11
14
  ## Example
@@ -15,6 +18,9 @@ import { MentionInputs } from '@connectedxm/admin-sdk';
15
18
 
16
19
  const instance: MentionInputs = {
17
20
  type,
21
+ startIndex,
22
+ endIndex,
23
+ marks,
18
24
  username,
19
25
  };
20
26
  ```
@@ -5,6 +5,15 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **type** | [**NotificationType**](NotificationType.md) | | [default to undefined]
10
+ **read** | **boolean** | | [default to undefined]
11
+ **receiverId** | **string** | | [default to undefined]
12
+ **receiver** | [**BaseAccount**](BaseAccount.md) | | [default to undefined]
13
+ **senderId** | **string** | | [default to undefined]
14
+ **sender** | [**BaseAccount**](BaseAccount.md) | | [default to undefined]
15
+ **orgMembershipId** | **string** | | [default to undefined]
16
+ **orgMembership** | [**OrganizationMembership**](OrganizationMembership.md) | | [default to undefined]
8
17
  **like** | [**BaseLike**](BaseLike.md) | | [default to undefined]
9
18
  **activity** | [**BaseActivity**](BaseActivity.md) | | [default to undefined]
10
19
  **event** | [**BaseEvent**](BaseEvent.md) | | [default to undefined]
@@ -18,6 +27,15 @@ Name | Type | Description | Notes
18
27
  import { Notification } from '@connectedxm/admin-sdk';
19
28
 
20
29
  const instance: Notification = {
30
+ id,
31
+ type,
32
+ read,
33
+ receiverId,
34
+ receiver,
35
+ senderId,
36
+ sender,
37
+ orgMembershipId,
38
+ orgMembership,
21
39
  like,
22
40
  activity,
23
41
  event,
@@ -5,6 +5,15 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **slug** | **string** | | [default to undefined]
10
+ **name** | **string** | | [default to undefined]
11
+ **logoId** | **string** | | [default to undefined]
12
+ **logo** | [**BaseImage**](BaseImage.md) | | [default to undefined]
13
+ **iconId** | **string** | | [default to undefined]
14
+ **icon** | [**BaseImage**](BaseImage.md) | | [default to undefined]
15
+ **domain** | **string** | | [default to undefined]
16
+ **locale** | **string** | | [default to undefined]
8
17
  **email** | **string** | | [default to undefined]
9
18
  **description** | **string** | | [default to undefined]
10
19
  **phone** | **string** | | [default to undefined]
@@ -58,7 +67,7 @@ Name | Type | Description | Notes
58
67
  **appleAuthEnabled** | **boolean** | | [default to undefined]
59
68
  **facebookAuthEnabled** | **boolean** | | [default to undefined]
60
69
  **googleAuthEnabled** | **boolean** | | [default to undefined]
61
- **oAuth** | [**Array<OrganizationOAuthInner>**](OrganizationOAuthInner.md) | | [default to undefined]
70
+ **oAuth** | [**Array<OrganizationAllOfOAuth>**](OrganizationAllOfOAuth.md) | | [default to undefined]
62
71
  **maxFileGbs** | **number** | | [default to undefined]
63
72
  **maxImageCount** | **number** | | [default to undefined]
64
73
  **maxVideoMins** | **number** | | [default to undefined]
@@ -81,6 +90,15 @@ Name | Type | Description | Notes
81
90
  import { Organization } from '@connectedxm/admin-sdk';
82
91
 
83
92
  const instance: Organization = {
93
+ id,
94
+ slug,
95
+ name,
96
+ logoId,
97
+ logo,
98
+ iconId,
99
+ icon,
100
+ domain,
101
+ locale,
84
102
  email,
85
103
  description,
86
104
  phone,
@@ -1,4 +1,4 @@
1
- # OrganizationOAuthInner
1
+ # OrganizationAllOfOAuth
2
2
 
3
3
 
4
4
  ## Properties
@@ -10,9 +10,9 @@ Name | Type | Description | Notes
10
10
  ## Example
11
11
 
12
12
  ```typescript
13
- import { OrganizationOAuthInner } from '@connectedxm/admin-sdk';
13
+ import { OrganizationAllOfOAuth } from '@connectedxm/admin-sdk';
14
14
 
15
- const instance: OrganizationOAuthInner = {
15
+ const instance: OrganizationAllOfOAuth = {
16
16
  id,
17
17
  };
18
18
  ```