@connectedxm/admin-sdk 1.0.0 → 6.7.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.
Files changed (232) hide show
  1. package/.openapi-generator/FILES +59 -33
  2. package/AdminApi.ts +3 -9
  3. package/README.md +67 -36
  4. package/api.ts +2783 -980
  5. package/dist/AdminApi.d.ts +2 -4
  6. package/dist/AdminApi.js +1 -3
  7. package/dist/api.d.ts +2085 -511
  8. package/dist/api.js +832 -622
  9. package/dist/esm/AdminApi.d.ts +2 -4
  10. package/dist/esm/AdminApi.js +2 -4
  11. package/dist/esm/api.d.ts +2085 -511
  12. package/dist/esm/api.js +804 -586
  13. package/docs/APILog.md +28 -0
  14. package/docs/Account.md +38 -2
  15. package/docs/AccountAddress.md +18 -0
  16. package/docs/AccountAttribute.md +23 -1
  17. package/docs/{AccountAttributeCount.md → AccountAttributeAllOfCount.md} +3 -3
  18. package/docs/AccountAttributeValue.md +8 -0
  19. package/docs/AccountInvitation.md +22 -0
  20. package/docs/AccountsApi.md +64 -0
  21. package/docs/ActivationCompletion.md +12 -0
  22. package/docs/ActivitiesApi.md +3 -0
  23. package/docs/Activity.md +36 -0
  24. package/docs/ActivityEntity.md +38 -0
  25. package/docs/ActivityEntityInputs.md +6 -0
  26. package/docs/AdminNotification.md +20 -0
  27. package/docs/Advertisement.md +27 -1
  28. package/docs/{AdvertisementCount.md → AdvertisementAllOfCount.md} +3 -3
  29. package/docs/Announcement.md +37 -1
  30. package/docs/{AnnouncementCount.md → AnnouncementAllOfCount.md} +3 -3
  31. package/docs/AttendeePackage.md +12 -0
  32. package/docs/BaseOrganizationModuleSettings.md +20 -0
  33. package/docs/BaseOrganizationModuleSettingsTranslation.md +22 -0
  34. package/docs/Benefit.md +21 -1
  35. package/docs/{BenefitCount.md → BenefitAllOfCount.md} +3 -3
  36. package/docs/Booking.md +18 -0
  37. package/docs/BookingPlace.md +20 -0
  38. package/docs/BookingSpace.md +30 -0
  39. package/docs/BookingSpaceAvailability.md +8 -0
  40. package/docs/BookingSpaceBlackout.md +6 -0
  41. package/docs/Channel.md +24 -0
  42. package/docs/ChannelContent.md +41 -1
  43. package/docs/{ChannelContentCount.md → ChannelContentAllOfCount.md} +3 -3
  44. package/docs/ChannelContentGuest.md +66 -0
  45. package/docs/ChannelContentLike.md +6 -0
  46. package/docs/Coupon.md +45 -1
  47. package/docs/{CouponCount.md → CouponAllOfCount.md} +3 -3
  48. package/docs/CreatePreset200Response.md +1 -1
  49. package/docs/CreateThread200Response.md +1 -1
  50. package/docs/CreateThreadCircle200Response.md +1 -1
  51. package/docs/CustomReportCreateInputs.md +16 -0
  52. package/docs/Dashboard.md +14 -0
  53. package/docs/DashboardWidget.md +30 -0
  54. package/docs/EmailReceipt.md +20 -0
  55. package/docs/Event.md +68 -0
  56. package/docs/EventActivation.md +18 -0
  57. package/docs/EventAddOn.md +31 -1
  58. package/docs/{EventAddOnCount.md → EventAddOnAllOfCount.md} +3 -3
  59. package/docs/EventAttendee.md +13 -1
  60. package/docs/{EventAttendeeCount.md → EventAttendeeAllOfCount.md} +3 -3
  61. package/docs/EventAttendeeCreateInputs.md +20 -0
  62. package/docs/EventEmail.md +12 -0
  63. package/docs/EventMediaItem.md +20 -0
  64. package/docs/EventOnSite.md +10 -0
  65. package/docs/EventOnSiteBadgeField.md +26 -0
  66. package/docs/EventPackage.md +22 -0
  67. package/docs/EventPackagePass.md +8 -0
  68. package/docs/EventPage.md +12 -0
  69. package/docs/EventPass.md +40 -2
  70. package/docs/EventPassType.md +57 -1
  71. package/docs/{EventPassTypeCount.md → EventPassTypeAllOfCount.md} +3 -3
  72. package/docs/EventPassTypePriceSchedule.md +34 -0
  73. package/docs/EventPassTypeRefundSchedule.md +32 -0
  74. package/docs/EventRoomType.md +21 -1
  75. package/docs/EventRoomTypeAddOnDetails.md +16 -0
  76. package/docs/{EventRoomTypeCount.md → EventRoomTypeAllOfCount.md} +3 -3
  77. package/docs/EventRoomTypePassTypeDetails.md +26 -0
  78. package/docs/EventRoomTypeReservation.md +14 -0
  79. package/docs/EventRoomTypeReservationCreateInputs.md +1 -1
  80. package/docs/EventSession.md +48 -0
  81. package/docs/EventSessionAccess.md +12 -0
  82. package/docs/EventSessionLocation.md +18 -0
  83. package/docs/EventSessionQuestion.md +47 -1
  84. package/docs/{EventSessionQuestionCount.md → EventSessionQuestionAllOfCount.md} +3 -3
  85. package/docs/EventSessionQuestionChoice.md +18 -4
  86. package/docs/EventSessionQuestionChoiceSubQuestion.md +8 -0
  87. package/docs/EventSessionQuestionResponse.md +8 -0
  88. package/docs/EventSessionQuestionResponseChange.md +16 -0
  89. package/docs/EventSessionSection.md +12 -0
  90. package/docs/EventSessionSectionQuestion.md +10 -0
  91. package/docs/EventSpeaker.md +26 -0
  92. package/docs/EventSponsorship.md +14 -0
  93. package/docs/EventSponsorshipLevel.md +10 -0
  94. package/docs/EventTrack.md +11 -1
  95. package/docs/{EventTrackCount.md → EventTrackAllOfCount.md} +3 -3
  96. package/docs/EventsAttendeesApi.md +7 -6
  97. package/docs/Faq.md +10 -0
  98. package/docs/FaqSection.md +8 -0
  99. package/docs/File.md +36 -0
  100. package/docs/GetAccountThreads200Response.md +1 -1
  101. package/docs/GetFiles200Response.md +1 -1
  102. package/docs/GetPresets200Response.md +1 -1
  103. package/docs/GetPushDevice200Response.md +1 -1
  104. package/docs/GetSelf200Response.md +1 -1
  105. package/docs/GetThreadCircles200Response.md +1 -1
  106. package/docs/GetThreadMessageFiles200Response.md +1 -1
  107. package/docs/Group.md +24 -2
  108. package/docs/{GroupCount.md → GroupAllOfCount.md} +3 -3
  109. package/docs/GroupInvitation.md +8 -0
  110. package/docs/GroupMembership.md +12 -0
  111. package/docs/GroupRequest.md +8 -0
  112. package/docs/Image.md +12 -0
  113. package/docs/ImageUsage.md +21 -1
  114. package/docs/{ImageUsageCount.md → ImageUsageAllOfCount.md} +3 -3
  115. package/docs/ImageWCopyUri.md +20 -0
  116. package/docs/Import.md +13 -1
  117. package/docs/{ImportCount.md → ImportAllOfCount.md} +3 -3
  118. package/docs/ImportItem.md +16 -0
  119. package/docs/Integration.md +11 -1
  120. package/docs/{IntegrationDetails.md → IntegrationAllOfDetails.md} +3 -3
  121. package/docs/Interest.md +11 -1
  122. package/docs/{InterestCount.md → InterestAllOfCount.md} +3 -3
  123. package/docs/InterestInputs.md +6 -0
  124. package/docs/Invoice.md +18 -0
  125. package/docs/InvoiceLineItem.md +20 -0
  126. package/docs/Lead.md +13 -1
  127. package/docs/{LeadAttributesInner.md → LeadAllOfAttributes.md} +3 -3
  128. package/docs/Level.md +19 -1
  129. package/docs/Like.md +4 -0
  130. package/docs/LinkInputs.md +6 -0
  131. package/docs/LinkPreview.md +36 -0
  132. package/docs/Login.md +25 -1
  133. package/docs/{LoginCount.md → LoginAllOfCount.md} +3 -3
  134. package/docs/Match.md +10 -0
  135. package/docs/Meeting.md +6 -0
  136. package/docs/MeetingLink.md +10 -0
  137. package/docs/MeetingRecording.md +42 -0
  138. package/docs/MeetingSessionParticipant.md +28 -2
  139. package/docs/{MeetingSessionParticipantQualityStatsInnerAudioStatsInner.md → MeetingSessionParticipantAllOfAudioStats.md} +3 -3
  140. package/docs/MeetingSessionParticipantAllOfPeerStats.md +30 -0
  141. package/docs/{MeetingSessionParticipantPeerStatsDeviceInfo.md → MeetingSessionParticipantAllOfPeerStatsDeviceInfo.md} +3 -3
  142. package/docs/{MeetingSessionParticipantPeerStatsEventsInner.md → MeetingSessionParticipantAllOfPeerStatsEvents.md} +3 -3
  143. package/docs/{MeetingSessionParticipantPeerStatsIpInformation.md → MeetingSessionParticipantAllOfPeerStatsIpInformation.md} +3 -3
  144. package/docs/{MeetingSessionParticipantPeerStatsPrecallNetworkInformation.md → MeetingSessionParticipantAllOfPeerStatsPrecallNetworkInformation.md} +3 -3
  145. package/docs/{MeetingSessionParticipantQualityStatsInner.md → MeetingSessionParticipantAllOfQualityStats.md} +5 -5
  146. package/docs/{MeetingSessionParticipantQualityStatsInnerVideoStatsInner.md → MeetingSessionParticipantAllOfVideoStats.md} +3 -3
  147. package/docs/MentionInputs.md +6 -0
  148. package/docs/Notification.md +18 -0
  149. package/docs/Organization.md +19 -17
  150. package/docs/{OrganizationOAuthInner.md → OrganizationAllOfOAuth.md} +3 -3
  151. package/docs/OrganizationModule.md +12 -0
  152. package/docs/OrganizationModuleSettings.md +36 -0
  153. package/docs/OrganizationModuleSettingsTranslation.md +24 -0
  154. package/docs/OrganizationModuleSettingsTranslationUpdateInputs.md +20 -0
  155. package/docs/OrganizationModuleSettingsUpdateInputs.md +34 -0
  156. package/docs/OrganizationModulesSettingsApi.md +105 -0
  157. package/docs/OrganizationUpdateInputs.md +0 -16
  158. package/docs/PassAddOn.md +6 -0
  159. package/docs/Payment.md +57 -3
  160. package/docs/PaymentAllOfIntegration.md +20 -0
  161. package/docs/PaymentIntegration.md +16 -0
  162. package/docs/PaymentLineItem.md +44 -0
  163. package/docs/Preset.md +26 -0
  164. package/docs/PushDevice.md +46 -0
  165. package/docs/RegistrationBypass.md +34 -0
  166. package/docs/RegistrationFollowup.md +12 -0
  167. package/docs/RegistrationFollowupQuestion.md +10 -0
  168. package/docs/RegistrationQuestion.md +46 -0
  169. package/docs/RegistrationQuestionChoice.md +18 -4
  170. package/docs/RegistrationQuestionChoiceSubQuestion.md +8 -0
  171. package/docs/RegistrationQuestionResponse.md +8 -0
  172. package/docs/RegistrationQuestionResponseChange.md +16 -0
  173. package/docs/RegistrationSection.md +12 -0
  174. package/docs/RegistrationSectionQuestion.md +10 -0
  175. package/docs/Room.md +8 -0
  176. package/docs/Round.md +9 -1
  177. package/docs/{RoundMatchesInner.md → RoundAllOfMatches.md} +3 -3
  178. package/docs/RoundEventQuestion.md +58 -0
  179. package/docs/RoundSessionQuestion.md +58 -0
  180. package/docs/Schedule.md +26 -0
  181. package/docs/SearchList.md +7 -1
  182. package/docs/SearchListValue.md +8 -0
  183. package/docs/SegmentInputs.md +6 -0
  184. package/docs/Self.md +38 -0
  185. package/docs/Series.md +18 -0
  186. package/docs/SideEffect.md +18 -0
  187. package/docs/StandardReport.md +16 -0
  188. package/docs/StreamInput.md +22 -4
  189. package/docs/StreamSession.md +16 -0
  190. package/docs/StreamSessionSubscription.md +14 -0
  191. package/docs/SupportApi.md +241 -0
  192. package/docs/SupportMessagesApi.md +64 -0
  193. package/docs/SupportNotesApi.md +64 -0
  194. package/docs/SupportTicket.md +13 -1
  195. package/docs/SupportTicketActivityLog.md +34 -0
  196. package/docs/SupportTicketMessage.md +16 -0
  197. package/docs/SupportTicketNote.md +8 -0
  198. package/docs/SupportTicketState.md +2 -0
  199. package/docs/SupportTicketViewer.md +32 -0
  200. package/docs/Survey.md +14 -0
  201. package/docs/SurveyQuestion.md +43 -1
  202. package/docs/SurveyQuestionChoice.md +18 -4
  203. package/docs/SurveyQuestionChoiceSubQuestion.md +8 -0
  204. package/docs/SurveyQuestionResponse.md +8 -0
  205. package/docs/SurveyQuestionResponseChange.md +16 -0
  206. package/docs/SurveySection.md +12 -0
  207. package/docs/SurveySectionQuestion.md +10 -0
  208. package/docs/SurveySubmission.md +8 -0
  209. package/docs/TaxIntegrationLog.md +12 -0
  210. package/docs/TeamMember.md +20 -0
  211. package/docs/Thread.md +34 -0
  212. package/docs/ThreadCircle.md +28 -0
  213. package/docs/ThreadCircleAccount.md +24 -0
  214. package/docs/ThreadMember.md +12 -0
  215. package/docs/ThreadMessage.md +15 -1
  216. package/docs/ThreadMessageEntity.md +34 -0
  217. package/docs/ThreadMessageReaction.md +8 -0
  218. package/docs/Tier.md +19 -1
  219. package/docs/{TierCount.md → TierAllOfCount.md} +3 -3
  220. package/docs/Transfer.md +8 -0
  221. package/docs/TransferLog.md +10 -0
  222. package/docs/UploadFile200Response.md +1 -1
  223. package/docs/UpsertLinkPreview200Response.md +1 -1
  224. package/docs/User.md +14 -0
  225. package/docs/Video.md +22 -0
  226. package/docs/WebSocketConnection.md +34 -0
  227. package/docs/Webhook.md +8 -0
  228. package/package.json +5 -2
  229. package/docs/MeetingSessionParticipantPeerStats.md +0 -30
  230. package/docs/SupportticketsApi.md +0 -248
  231. package/docs/SupportticketsMessagesApi.md +0 -71
  232. package/docs/SupportticketsNotesApi.md +0 -71
@@ -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
 
10
13
  ## Example
11
14
 
@@ -14,6 +17,9 @@ import { SegmentInputs } from '@connectedxm/admin-sdk';
14
17
 
15
18
  const instance: SegmentInputs = {
16
19
  type,
20
+ startIndex,
21
+ endIndex,
22
+ marks,
17
23
  };
18
24
  ```
19
25
 
package/docs/Self.md ADDED
@@ -0,0 +1,38 @@
1
+ # Self
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **email** | **string** | | [default to undefined]
10
+ **firstName** | **string** | | [default to undefined]
11
+ **lastName** | **string** | | [default to undefined]
12
+ **title** | **string** | | [default to undefined]
13
+ **imageUrl** | **string** | | [default to undefined]
14
+ **termsAccepted** | **string** | | [default to undefined]
15
+ **phone** | **string** | | [default to undefined]
16
+ **createdAt** | **string** | | [default to undefined]
17
+ **updatedAt** | **string** | | [default to undefined]
18
+
19
+ ## Example
20
+
21
+ ```typescript
22
+ import { Self } from '@connectedxm/admin-sdk';
23
+
24
+ const instance: Self = {
25
+ id,
26
+ email,
27
+ firstName,
28
+ lastName,
29
+ title,
30
+ imageUrl,
31
+ termsAccepted,
32
+ phone,
33
+ createdAt,
34
+ updatedAt,
35
+ };
36
+ ```
37
+
38
+ [[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/Series.md CHANGED
@@ -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
+ **description** | **string** | | [default to undefined]
12
+ **longDescription** | **string** | | [default to undefined]
13
+ **startDate** | **string** | | [default to undefined]
14
+ **endDate** | **string** | | [default to undefined]
15
+ **imageId** | **string** | | [default to undefined]
16
+ **image** | [**BaseImage**](BaseImage.md) | | [default to undefined]
8
17
  **templateId** | **string** | | [default to undefined]
9
18
  **template** | [**BaseEvent**](BaseEvent.md) | | [default to undefined]
10
19
  **sortOrder** | **number** | | [default to undefined]
@@ -17,6 +26,15 @@ Name | Type | Description | Notes
17
26
  import { Series } from '@connectedxm/admin-sdk';
18
27
 
19
28
  const instance: Series = {
29
+ id,
30
+ slug,
31
+ name,
32
+ description,
33
+ longDescription,
34
+ startDate,
35
+ endDate,
36
+ imageId,
37
+ image,
20
38
  templateId,
21
39
  template,
22
40
  sortOrder,
@@ -6,6 +6,15 @@
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
8
  **id** | **string** | | [default to undefined]
9
+ **newPassOfPassTypeId** | **string** | | [default to undefined]
10
+ **checkedInPassEventId** | **string** | | [default to undefined]
11
+ **newAccountTierId** | **string** | | [default to undefined]
12
+ **removedAccountTierId** | **string** | | [default to undefined]
13
+ **joinGroupId** | **string** | | [default to undefined]
14
+ **leaveGroupId** | **string** | | [default to undefined]
15
+ **addToTierId** | **string** | | [default to undefined]
16
+ **subscribeToChannelId** | **string** | | [default to undefined]
17
+ **sendWebhookId** | **string** | | [default to undefined]
9
18
  **organizationId** | **string** | | [default to undefined]
10
19
  **newPassOfPassType** | [**BaseEventPassType**](BaseEventPassType.md) | | [default to undefined]
11
20
  **checkedInPassEvent** | [**BaseEvent**](BaseEvent.md) | | [default to undefined]
@@ -26,6 +35,15 @@ import { SideEffect } from '@connectedxm/admin-sdk';
26
35
 
27
36
  const instance: SideEffect = {
28
37
  id,
38
+ newPassOfPassTypeId,
39
+ checkedInPassEventId,
40
+ newAccountTierId,
41
+ removedAccountTierId,
42
+ joinGroupId,
43
+ leaveGroupId,
44
+ addToTierId,
45
+ subscribeToChannelId,
46
+ sendWebhookId,
29
47
  organizationId,
30
48
  newPassOfPassType,
31
49
  checkedInPassEvent,
@@ -5,6 +5,14 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **type** | [**ReportType**](ReportType.md) | | [default to undefined]
10
+ **category** | **string** | | [default to undefined]
11
+ **name** | **string** | | [default to undefined]
12
+ **description** | **string** | | [default to undefined]
13
+ **dateType** | [**EventReportDateType**](EventReportDateType.md) | | [default to undefined]
14
+ **favorite** | **boolean** | | [default to undefined]
15
+ **rowLink** | **string** | | [optional] [default to undefined]
8
16
  **rowData** | **Array<object>** | | [default to undefined]
9
17
  **colDefs** | **Array<object>** | | [default to undefined]
10
18
  **nextCursor** | **number** | | [default to undefined]
@@ -15,6 +23,14 @@ Name | Type | Description | Notes
15
23
  import { StandardReport } from '@connectedxm/admin-sdk';
16
24
 
17
25
  const instance: StandardReport = {
26
+ id,
27
+ type,
28
+ category,
29
+ name,
30
+ description,
31
+ dateType,
32
+ favorite,
33
+ rowLink,
18
34
  rowData,
19
35
  colDefs,
20
36
  nextCursor,
@@ -5,11 +5,20 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **name** | **string** | | [default to undefined]
10
+ **cloudflareId** | **string** | | [default to undefined]
11
+ **_public** | **boolean** | | [default to undefined]
12
+ **sessionId** | **string** | | [default to undefined]
8
13
  **eventId** | **string** | | [default to undefined]
14
+ **groupId** | **string** | | [default to undefined]
15
+ **imageId** | **string** | | [default to undefined]
16
+ **image** | [**BaseImage**](BaseImage.md) | | [default to undefined]
17
+ **locale** | **string** | | [default to undefined]
18
+ **webRTC** | **boolean** | | [default to undefined]
19
+ **webRTCPlaybackUrl** | **string** | | [default to undefined]
9
20
  **event** | [**BaseEvent**](BaseEvent.md) | | [default to undefined]
10
- **sessionId** | **string** | | [default to undefined]
11
21
  **session** | [**BaseEventSession**](BaseEventSession.md) | | [default to undefined]
12
- **groupId** | **string** | | [default to undefined]
13
22
  **group** | [**BaseGroup**](BaseGroup.md) | | [default to undefined]
14
23
  **meetingId** | **string** | | [default to undefined]
15
24
  **meeting** | [**BaseMeeting**](BaseMeeting.md) | | [default to undefined]
@@ -25,11 +34,20 @@ Name | Type | Description | Notes
25
34
  import { StreamInput } from '@connectedxm/admin-sdk';
26
35
 
27
36
  const instance: StreamInput = {
37
+ id,
38
+ name,
39
+ cloudflareId,
40
+ _public,
41
+ sessionId,
28
42
  eventId,
43
+ groupId,
44
+ imageId,
45
+ image,
46
+ locale,
47
+ webRTC,
48
+ webRTCPlaybackUrl,
29
49
  event,
30
- sessionId,
31
50
  session,
32
- groupId,
33
51
  group,
34
52
  meetingId,
35
53
  meeting,
@@ -5,6 +5,14 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **organizationId** | **string** | | [default to undefined]
10
+ **streamId** | **string** | | [default to undefined]
11
+ **status** | **string** | | [default to undefined]
12
+ **startedAt** | **string** | | [default to undefined]
13
+ **endedAt** | **string** | | [default to undefined]
14
+ **createdAt** | **string** | | [default to undefined]
15
+ **updatedAt** | **string** | | [default to undefined]
8
16
  **stream** | [**BaseStreamInput**](BaseStreamInput.md) | | [default to undefined]
9
17
  **organization** | [**BaseOrganization**](BaseOrganization.md) | | [default to undefined]
10
18
 
@@ -14,6 +22,14 @@ Name | Type | Description | Notes
14
22
  import { StreamSession } from '@connectedxm/admin-sdk';
15
23
 
16
24
  const instance: StreamSession = {
25
+ id,
26
+ organizationId,
27
+ streamId,
28
+ status,
29
+ startedAt,
30
+ endedAt,
31
+ createdAt,
32
+ updatedAt,
17
33
  stream,
18
34
  organization,
19
35
  };
@@ -5,6 +5,13 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **organizationId** | **string** | | [default to undefined]
10
+ **streamId** | **string** | | [default to undefined]
11
+ **streamSessionId** | **string** | | [default to undefined]
12
+ **connectionId** | **string** | | [default to undefined]
13
+ **connectedAt** | **string** | | [default to undefined]
14
+ **disconnectedAt** | **string** | | [default to undefined]
8
15
  **connection** | [**BaseWebSocketConnection**](BaseWebSocketConnection.md) | | [default to undefined]
9
16
  **streamSession** | [**BaseStreamSession**](BaseStreamSession.md) | | [default to undefined]
10
17
 
@@ -14,6 +21,13 @@ Name | Type | Description | Notes
14
21
  import { StreamSessionSubscription } from '@connectedxm/admin-sdk';
15
22
 
16
23
  const instance: StreamSessionSubscription = {
24
+ id,
25
+ organizationId,
26
+ streamId,
27
+ streamSessionId,
28
+ connectionId,
29
+ connectedAt,
30
+ disconnectedAt,
17
31
  connection,
18
32
  streamSession,
19
33
  };
@@ -6,6 +6,10 @@ All URIs are relative to *https://admin-api.connected.dev*
6
6
  |------------- | ------------- | -------------|
7
7
  |[**createSupportTicket**](#createsupportticket) | **POST** /supportTickets | Create Support Ticket|
8
8
  |[**deleteSupportTicket**](#deletesupportticket) | **DELETE** /supportTickets/{supportTicketId} | Delete Support Ticket|
9
+ |[**getSupportTicket**](#getsupportticket) | **GET** /supportTickets/{supportTicketId} | Get Support Ticket|
10
+ |[**getSupportTicketActivity**](#getsupportticketactivity) | **GET** /supportTickets/{supportTicketId}/activityLog | Get Support Ticket Activity|
11
+ |[**getSupportTicketViewer**](#getsupportticketviewer) | **GET** /supportTickets/{supportTicketId}/viewer | Get Support Ticket Viewer|
12
+ |[**getSupportTickets**](#getsupporttickets) | **GET** /supportTickets | Get Support Tickets|
9
13
  |[**updateSupportTicket**](#updatesupportticket) | **PUT** /supportTickets/{supportTicketId} | Update Support Ticket|
10
14
 
11
15
  # **createSupportTicket**
@@ -104,6 +108,243 @@ const { status, data } = await apiInstance.deleteSupportTicket(
104
108
  - **Accept**: application/json
105
109
 
106
110
 
111
+ ### HTTP response details
112
+ | Status code | Description | Response headers |
113
+ |-------------|-------------|------------------|
114
+ |**200** | Successful response | - |
115
+
116
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
117
+
118
+ # **getSupportTicket**
119
+ > CreateSupportTicket200Response getSupportTicket()
120
+
121
+ Get Support Ticket endpoint
122
+
123
+ ### Example
124
+
125
+ ```typescript
126
+ import {
127
+ SupportApi,
128
+ Configuration
129
+ } from '@connectedxm/admin-sdk';
130
+
131
+ const configuration = new Configuration();
132
+ const apiInstance = new SupportApi(configuration);
133
+
134
+ let supportTicketId: string; //The supportTicket identifier (default to undefined)
135
+
136
+ const { status, data } = await apiInstance.getSupportTicket(
137
+ supportTicketId
138
+ );
139
+ ```
140
+
141
+ ### Parameters
142
+
143
+ |Name | Type | Description | Notes|
144
+ |------------- | ------------- | ------------- | -------------|
145
+ | **supportTicketId** | [**string**] | The supportTicket identifier | defaults to undefined|
146
+
147
+
148
+ ### Return type
149
+
150
+ **CreateSupportTicket200Response**
151
+
152
+ ### Authorization
153
+
154
+ [ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
155
+
156
+ ### HTTP request headers
157
+
158
+ - **Content-Type**: Not defined
159
+ - **Accept**: application/json
160
+
161
+
162
+ ### HTTP response details
163
+ | Status code | Description | Response headers |
164
+ |-------------|-------------|------------------|
165
+ |**200** | Successful response | - |
166
+
167
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
168
+
169
+ # **getSupportTicketActivity**
170
+ > CreateAccountAddress200Response getSupportTicketActivity()
171
+
172
+ Get Support Ticket Activity endpoint
173
+
174
+ ### Example
175
+
176
+ ```typescript
177
+ import {
178
+ SupportApi,
179
+ Configuration
180
+ } from '@connectedxm/admin-sdk';
181
+
182
+ const configuration = new Configuration();
183
+ const apiInstance = new SupportApi(configuration);
184
+
185
+ let supportTicketId: string; //The supportTicket identifier (default to undefined)
186
+
187
+ const { status, data } = await apiInstance.getSupportTicketActivity(
188
+ supportTicketId
189
+ );
190
+ ```
191
+
192
+ ### Parameters
193
+
194
+ |Name | Type | Description | Notes|
195
+ |------------- | ------------- | ------------- | -------------|
196
+ | **supportTicketId** | [**string**] | The supportTicket identifier | defaults to undefined|
197
+
198
+
199
+ ### Return type
200
+
201
+ **CreateAccountAddress200Response**
202
+
203
+ ### Authorization
204
+
205
+ [ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
206
+
207
+ ### HTTP request headers
208
+
209
+ - **Content-Type**: Not defined
210
+ - **Accept**: application/json
211
+
212
+
213
+ ### HTTP response details
214
+ | Status code | Description | Response headers |
215
+ |-------------|-------------|------------------|
216
+ |**200** | Successful response | - |
217
+
218
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
219
+
220
+ # **getSupportTicketViewer**
221
+ > GetAccountInvitations200Response getSupportTicketViewer()
222
+
223
+ Get Support Ticket Viewer endpoint
224
+
225
+ ### Example
226
+
227
+ ```typescript
228
+ import {
229
+ SupportApi,
230
+ Configuration
231
+ } from '@connectedxm/admin-sdk';
232
+
233
+ const configuration = new Configuration();
234
+ const apiInstance = new SupportApi(configuration);
235
+
236
+ let supportTicketId: string; //The supportTicket identifier (default to undefined)
237
+ let orgMembershipId: string; //Filter by orgMembershipId (optional) (default to undefined)
238
+ let page: number; //Page number (optional) (default to 1)
239
+ let pageSize: number; //Number of items per page (optional) (default to 25)
240
+ let orderBy: string; //Field to order by (optional) (default to undefined)
241
+ let search: string; //Search query (optional) (default to undefined)
242
+
243
+ const { status, data } = await apiInstance.getSupportTicketViewer(
244
+ supportTicketId,
245
+ orgMembershipId,
246
+ page,
247
+ pageSize,
248
+ orderBy,
249
+ search
250
+ );
251
+ ```
252
+
253
+ ### Parameters
254
+
255
+ |Name | Type | Description | Notes|
256
+ |------------- | ------------- | ------------- | -------------|
257
+ | **supportTicketId** | [**string**] | The supportTicket identifier | defaults to undefined|
258
+ | **orgMembershipId** | [**string**] | Filter by orgMembershipId | (optional) defaults to undefined|
259
+ | **page** | [**number**] | Page number | (optional) defaults to 1|
260
+ | **pageSize** | [**number**] | Number of items per page | (optional) defaults to 25|
261
+ | **orderBy** | [**string**] | Field to order by | (optional) defaults to undefined|
262
+ | **search** | [**string**] | Search query | (optional) defaults to undefined|
263
+
264
+
265
+ ### Return type
266
+
267
+ **GetAccountInvitations200Response**
268
+
269
+ ### Authorization
270
+
271
+ [ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
272
+
273
+ ### HTTP request headers
274
+
275
+ - **Content-Type**: Not defined
276
+ - **Accept**: application/json
277
+
278
+
279
+ ### HTTP response details
280
+ | Status code | Description | Response headers |
281
+ |-------------|-------------|------------------|
282
+ |**200** | Successful response | - |
283
+
284
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
285
+
286
+ # **getSupportTickets**
287
+ > GetSupportTickets200Response getSupportTickets()
288
+
289
+ Get Support Tickets endpoint
290
+
291
+ ### Example
292
+
293
+ ```typescript
294
+ import {
295
+ SupportApi,
296
+ Configuration
297
+ } from '@connectedxm/admin-sdk';
298
+
299
+ const configuration = new Configuration();
300
+ const apiInstance = new SupportApi(configuration);
301
+
302
+ let type: string; //Filter by type (optional) (default to undefined)
303
+ let state: string; //Filter by state (optional) (default to undefined)
304
+ let assignment: 'me' | 'unassigned'; //Filter by assignment (optional) (default to undefined)
305
+ let page: number; //Page number (optional) (default to 1)
306
+ let pageSize: number; //Number of items per page (optional) (default to 25)
307
+ let orderBy: string; //Field to order by (optional) (default to undefined)
308
+ let search: string; //Search query (optional) (default to undefined)
309
+
310
+ const { status, data } = await apiInstance.getSupportTickets(
311
+ type,
312
+ state,
313
+ assignment,
314
+ page,
315
+ pageSize,
316
+ orderBy,
317
+ search
318
+ );
319
+ ```
320
+
321
+ ### Parameters
322
+
323
+ |Name | Type | Description | Notes|
324
+ |------------- | ------------- | ------------- | -------------|
325
+ | **type** | [**string**] | Filter by type | (optional) defaults to undefined|
326
+ | **state** | [**string**] | Filter by state | (optional) defaults to undefined|
327
+ | **assignment** | [**&#39;me&#39; | &#39;unassigned&#39;**]**Array<&#39;me&#39; &#124; &#39;unassigned&#39;>** | Filter by assignment | (optional) defaults to undefined|
328
+ | **page** | [**number**] | Page number | (optional) defaults to 1|
329
+ | **pageSize** | [**number**] | Number of items per page | (optional) defaults to 25|
330
+ | **orderBy** | [**string**] | Field to order by | (optional) defaults to undefined|
331
+ | **search** | [**string**] | Search query | (optional) defaults to undefined|
332
+
333
+
334
+ ### Return type
335
+
336
+ **GetSupportTickets200Response**
337
+
338
+ ### Authorization
339
+
340
+ [ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
341
+
342
+ ### HTTP request headers
343
+
344
+ - **Content-Type**: Not defined
345
+ - **Accept**: application/json
346
+
347
+
107
348
  ### HTTP response details
108
349
  | Status code | Description | Response headers |
109
350
  |-------------|-------------|------------------|
@@ -5,6 +5,7 @@ All URIs are relative to *https://admin-api.connected.dev*
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
7
7
  |[**createSupportTicketMessage**](#createsupportticketmessage) | **POST** /supportTickets/{supportTicketId}/messages | Create Support Ticket Message|
8
+ |[**getSupportTicketMessages**](#getsupportticketmessages) | **GET** /supportTickets/{supportTicketId}/messages | Get Support Ticket Messages|
8
9
 
9
10
  # **createSupportTicketMessage**
10
11
  > CreateAccountAddress200Response createSupportTicketMessage(supportTicketMessageCreateInputs)
@@ -61,3 +62,66 @@ const { status, data } = await apiInstance.createSupportTicketMessage(
61
62
 
62
63
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
63
64
 
65
+ # **getSupportTicketMessages**
66
+ > GetAccountInvitations200Response getSupportTicketMessages()
67
+
68
+ Get Support Ticket Messages endpoint
69
+
70
+ ### Example
71
+
72
+ ```typescript
73
+ import {
74
+ SupportMessagesApi,
75
+ Configuration
76
+ } from '@connectedxm/admin-sdk';
77
+
78
+ const configuration = new Configuration();
79
+ const apiInstance = new SupportMessagesApi(configuration);
80
+
81
+ let supportTicketId: string; //The supportTicket identifier (default to undefined)
82
+ let page: number; //Page number (optional) (default to 1)
83
+ let pageSize: number; //Number of items per page (optional) (default to 25)
84
+ let orderBy: string; //Field to order by (optional) (default to undefined)
85
+ let search: string; //Search query (optional) (default to undefined)
86
+
87
+ const { status, data } = await apiInstance.getSupportTicketMessages(
88
+ supportTicketId,
89
+ page,
90
+ pageSize,
91
+ orderBy,
92
+ search
93
+ );
94
+ ```
95
+
96
+ ### Parameters
97
+
98
+ |Name | Type | Description | Notes|
99
+ |------------- | ------------- | ------------- | -------------|
100
+ | **supportTicketId** | [**string**] | The supportTicket identifier | defaults to undefined|
101
+ | **page** | [**number**] | Page number | (optional) defaults to 1|
102
+ | **pageSize** | [**number**] | Number of items per page | (optional) defaults to 25|
103
+ | **orderBy** | [**string**] | Field to order by | (optional) defaults to undefined|
104
+ | **search** | [**string**] | Search query | (optional) defaults to undefined|
105
+
106
+
107
+ ### Return type
108
+
109
+ **GetAccountInvitations200Response**
110
+
111
+ ### Authorization
112
+
113
+ [ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
114
+
115
+ ### HTTP request headers
116
+
117
+ - **Content-Type**: Not defined
118
+ - **Accept**: application/json
119
+
120
+
121
+ ### HTTP response details
122
+ | Status code | Description | Response headers |
123
+ |-------------|-------------|------------------|
124
+ |**200** | Successful response | - |
125
+
126
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
127
+
@@ -6,6 +6,7 @@ All URIs are relative to *https://admin-api.connected.dev*
6
6
  |------------- | ------------- | -------------|
7
7
  |[**createSupportTicketNote**](#createsupportticketnote) | **POST** /supportTickets/{supportTicketId}/notes | Create Support Ticket Note|
8
8
  |[**deleteSupportTicketNote**](#deletesupportticketnote) | **DELETE** /supportTickets/{supportTicketId}/notes/{noteId} | Delete Support Ticket Note|
9
+ |[**getSupportTicketNotes**](#getsupportticketnotes) | **GET** /supportTickets/{supportTicketId}/notes | Get Support Ticket Notes|
9
10
 
10
11
  # **createSupportTicketNote**
11
12
  > CreateAccountAddress200Response createSupportTicketNote(supportTicketNoteCreateInputs)
@@ -116,3 +117,66 @@ const { status, data } = await apiInstance.deleteSupportTicketNote(
116
117
 
117
118
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
118
119
 
120
+ # **getSupportTicketNotes**
121
+ > GetAccountInvitations200Response getSupportTicketNotes()
122
+
123
+ Get Support Ticket Notes endpoint
124
+
125
+ ### Example
126
+
127
+ ```typescript
128
+ import {
129
+ SupportNotesApi,
130
+ Configuration
131
+ } from '@connectedxm/admin-sdk';
132
+
133
+ const configuration = new Configuration();
134
+ const apiInstance = new SupportNotesApi(configuration);
135
+
136
+ let supportTicketId: string; //The supportTicket identifier (default to undefined)
137
+ let page: number; //Page number (optional) (default to 1)
138
+ let pageSize: number; //Number of items per page (optional) (default to 25)
139
+ let orderBy: string; //Field to order by (optional) (default to undefined)
140
+ let search: string; //Search query (optional) (default to undefined)
141
+
142
+ const { status, data } = await apiInstance.getSupportTicketNotes(
143
+ supportTicketId,
144
+ page,
145
+ pageSize,
146
+ orderBy,
147
+ search
148
+ );
149
+ ```
150
+
151
+ ### Parameters
152
+
153
+ |Name | Type | Description | Notes|
154
+ |------------- | ------------- | ------------- | -------------|
155
+ | **supportTicketId** | [**string**] | The supportTicket identifier | defaults to undefined|
156
+ | **page** | [**number**] | Page number | (optional) defaults to 1|
157
+ | **pageSize** | [**number**] | Number of items per page | (optional) defaults to 25|
158
+ | **orderBy** | [**string**] | Field to order by | (optional) defaults to undefined|
159
+ | **search** | [**string**] | Search query | (optional) defaults to undefined|
160
+
161
+
162
+ ### Return type
163
+
164
+ **GetAccountInvitations200Response**
165
+
166
+ ### Authorization
167
+
168
+ [ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
169
+
170
+ ### HTTP request headers
171
+
172
+ - **Content-Type**: Not defined
173
+ - **Accept**: application/json
174
+
175
+
176
+ ### HTTP response details
177
+ | Status code | Description | Response headers |
178
+ |-------------|-------------|------------------|
179
+ |**200** | Successful response | - |
180
+
181
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
182
+