@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
@@ -5,6 +5,12 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **type** | [**SupportTicketType**](SupportTicketType.md) | | [default to undefined]
10
+ **email** | **string** | | [default to undefined]
11
+ **request** | **string** | | [default to undefined]
12
+ **state** | [**SupportTicketState**](SupportTicketState.md) | | [default to undefined]
13
+ **message** | [**BaseSupportTicketMessage**](BaseSupportTicketMessage.md) | | [default to undefined]
8
14
  **accountId** | **string** | | [default to undefined]
9
15
  **account** | [**BaseAccount**](BaseAccount.md) | | [default to undefined]
10
16
  **orgMembershipId** | **string** | | [default to undefined]
@@ -12,7 +18,7 @@ Name | Type | Description | Notes
12
18
  **eventId** | **string** | | [default to undefined]
13
19
  **event** | [**BaseEvent**](BaseEvent.md) | | [default to undefined]
14
20
  **activityLogs** | [**Array<BaseSupportTicketActivityLog>**](BaseSupportTicketActivityLog.md) | | [default to undefined]
15
- **viewer** | **object** | | [default to undefined]
21
+ **viewer** | [**SupportTicketViewer**](SupportTicketViewer.md) | | [default to undefined]
16
22
  **lastAccountReadAt** | **string** | | [default to undefined]
17
23
  **lastMessageAt** | **string** | | [default to undefined]
18
24
  **createdAt** | **string** | | [default to undefined]
@@ -24,6 +30,12 @@ Name | Type | Description | Notes
24
30
  import { SupportTicket } from '@connectedxm/admin-sdk';
25
31
 
26
32
  const instance: SupportTicket = {
33
+ id,
34
+ type,
35
+ email,
36
+ request,
37
+ state,
38
+ message,
27
39
  accountId,
28
40
  account,
29
41
  orgMembershipId,
@@ -5,6 +5,23 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **supportTicketId** | **string** | | [default to undefined]
10
+ **type** | **string** | | [default to undefined]
11
+ **source** | **string** | | [default to undefined]
12
+ **accountId** | **string** | | [default to undefined]
13
+ **orgMembershipId** | **string** | | [default to undefined]
14
+ **orgMembership** | [**OrganizationMembership**](OrganizationMembership.md) | | [default to undefined]
15
+ **previousState** | [**SupportTicketState**](SupportTicketState.md) | | [default to undefined]
16
+ **newState** | [**SupportTicketState**](SupportTicketState.md) | | [default to undefined]
17
+ **previousType** | [**SupportTicketType**](SupportTicketType.md) | | [default to undefined]
18
+ **newType** | [**SupportTicketType**](SupportTicketType.md) | | [default to undefined]
19
+ **previousAssignedId** | **string** | | [default to undefined]
20
+ **previousAssigned** | [**OrganizationMembership**](OrganizationMembership.md) | | [default to undefined]
21
+ **newAssignedId** | **string** | | [default to undefined]
22
+ **newAssigned** | [**OrganizationMembership**](OrganizationMembership.md) | | [default to undefined]
23
+ **eventId** | **string** | | [default to undefined]
24
+ **createdAt** | **string** | | [default to undefined]
8
25
  **account** | [**BaseAccount**](BaseAccount.md) | | [default to undefined]
9
26
  **event** | [**BaseEvent**](BaseEvent.md) | | [default to undefined]
10
27
 
@@ -14,6 +31,23 @@ Name | Type | Description | Notes
14
31
  import { SupportTicketActivityLog } from '@connectedxm/admin-sdk';
15
32
 
16
33
  const instance: SupportTicketActivityLog = {
34
+ id,
35
+ supportTicketId,
36
+ type,
37
+ source,
38
+ accountId,
39
+ orgMembershipId,
40
+ orgMembership,
41
+ previousState,
42
+ newState,
43
+ previousType,
44
+ newType,
45
+ previousAssignedId,
46
+ previousAssigned,
47
+ newAssignedId,
48
+ newAssigned,
49
+ eventId,
50
+ createdAt,
17
51
  account,
18
52
  event,
19
53
  };
@@ -5,6 +5,14 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **supportTicketId** | **string** | | [default to undefined]
10
+ **source** | **string** | | [default to undefined]
11
+ **message** | **string** | | [default to undefined]
12
+ **accountId** | **string** | | [default to undefined]
13
+ **account** | [**BaseAccount**](BaseAccount.md) | | [default to undefined]
14
+ **orgMembershipId** | **string** | | [default to undefined]
15
+ **orgMembership** | [**OrganizationMembership**](OrganizationMembership.md) | | [default to undefined]
8
16
  **createdAt** | **string** | | [default to undefined]
9
17
  **updatedAt** | **string** | | [default to undefined]
10
18
 
@@ -14,6 +22,14 @@ Name | Type | Description | Notes
14
22
  import { SupportTicketMessage } from '@connectedxm/admin-sdk';
15
23
 
16
24
  const instance: SupportTicketMessage = {
25
+ id,
26
+ supportTicketId,
27
+ source,
28
+ message,
29
+ accountId,
30
+ account,
31
+ orgMembershipId,
32
+ orgMembership,
17
33
  createdAt,
18
34
  updatedAt,
19
35
  };
@@ -5,6 +5,10 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **text** | **string** | | [default to undefined]
10
+ **orgMembershipId** | **string** | | [default to undefined]
11
+ **orgMembership** | [**OrganizationMembership**](OrganizationMembership.md) | | [default to undefined]
8
12
  **supportTicketId** | **string** | | [default to undefined]
9
13
  **createdAt** | **string** | | [default to undefined]
10
14
  **updatedAt** | **string** | | [default to undefined]
@@ -15,6 +19,10 @@ Name | Type | Description | Notes
15
19
  import { SupportTicketNote } from '@connectedxm/admin-sdk';
16
20
 
17
21
  const instance: SupportTicketNote = {
22
+ id,
23
+ text,
24
+ orgMembershipId,
25
+ orgMembership,
18
26
  supportTicketId,
19
27
  createdAt,
20
28
  updatedAt,
@@ -11,4 +11,6 @@
11
11
 
12
12
  * `Spam` (value: `'spam'`)
13
13
 
14
+ * `Archived` (value: `'archived'`)
15
+
14
16
  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,32 @@
1
+ # SupportTicketViewer
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **supportTicketId** | **string** | | [default to undefined]
10
+ **orgMembershipId** | **string** | | [default to undefined]
11
+ **orgMembership** | [**OrganizationMembership**](OrganizationMembership.md) | | [default to undefined]
12
+ **lastReadAt** | **string** | | [default to undefined]
13
+ **createdAt** | **string** | | [default to undefined]
14
+ **updatedAt** | **string** | | [default to undefined]
15
+
16
+ ## Example
17
+
18
+ ```typescript
19
+ import { SupportTicketViewer } from '@connectedxm/admin-sdk';
20
+
21
+ const instance: SupportTicketViewer = {
22
+ id,
23
+ supportTicketId,
24
+ orgMembershipId,
25
+ orgMembership,
26
+ lastReadAt,
27
+ createdAt,
28
+ updatedAt,
29
+ };
30
+ ```
31
+
32
+ [[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/Survey.md CHANGED
@@ -5,6 +5,13 @@
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
+ **image** | [**BaseImage**](BaseImage.md) | | [default to undefined]
13
+ **requireAuth** | **boolean** | | [default to undefined]
14
+ **submissionsPerAccount** | **number** | | [default to undefined]
8
15
  **replyTo** | **string** | | [default to undefined]
9
16
  **emailBody** | **string** | | [default to undefined]
10
17
  **createdAt** | **string** | | [default to undefined]
@@ -16,6 +23,13 @@ Name | Type | Description | Notes
16
23
  import { Survey } from '@connectedxm/admin-sdk';
17
24
 
18
25
  const instance: Survey = {
26
+ id,
27
+ slug,
28
+ name,
29
+ description,
30
+ image,
31
+ requireAuth,
32
+ submissionsPerAccount,
19
33
  replyTo,
20
34
  emailBody,
21
35
  createdAt,
@@ -5,12 +5,33 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **eventId** | **string** | | [default to undefined]
10
+ **type** | [**SurveyQuestionType**](SurveyQuestionType.md) | | [default to undefined]
11
+ **name** | **string** | | [default to undefined]
12
+ **required** | **boolean** | | [default to undefined]
13
+ **description** | **string** | | [default to undefined]
14
+ **label** | **string** | | [default to undefined]
15
+ **placeholder** | **string** | | [default to undefined]
16
+ **_default** | **string** | | [default to undefined]
17
+ **searchListId** | **string** | | [default to undefined]
18
+ **searchList** | [**BaseSearchList**](BaseSearchList.md) | | [default to undefined]
19
+ **mutable** | **boolean** | | [default to undefined]
20
+ **min** | **string** | | [default to undefined]
21
+ **max** | **string** | | [default to undefined]
22
+ **masked** | **boolean** | | [default to undefined]
23
+ **validation** | **string** | | [default to undefined]
24
+ **validationMessage** | **string** | | [default to undefined]
25
+ **locationOption** | [**LocationQuestionOption**](LocationQuestionOption.md) | | [default to undefined]
26
+ **sortOrder** | **number** | | [default to undefined]
27
+ **featured** | **boolean** | | [default to undefined]
28
+ **choices** | [**Array<BaseSurveyQuestionChoice>**](BaseSurveyQuestionChoice.md) | | [default to undefined]
8
29
  **sections** | [**Array<BaseSurveySectionQuestion>**](BaseSurveySectionQuestion.md) | | [default to undefined]
9
30
  **subQuestionOf** | [**Array<SurveyQuestionChoiceSubQuestion>**](SurveyQuestionChoiceSubQuestion.md) | | [default to undefined]
10
31
  **dashboardVisibility** | **boolean** | | [default to undefined]
11
32
  **createdAt** | **string** | | [default to undefined]
12
33
  **updatedAt** | **string** | | [default to undefined]
13
- **_count** | [**EventSessionQuestionCount**](EventSessionQuestionCount.md) | | [default to undefined]
34
+ **_count** | [**EventSessionQuestionAllOfCount**](EventSessionQuestionAllOfCount.md) | | [default to undefined]
14
35
 
15
36
  ## Example
16
37
 
@@ -18,6 +39,27 @@ Name | Type | Description | Notes
18
39
  import { SurveyQuestion } from '@connectedxm/admin-sdk';
19
40
 
20
41
  const instance: SurveyQuestion = {
42
+ id,
43
+ eventId,
44
+ type,
45
+ name,
46
+ required,
47
+ description,
48
+ label,
49
+ placeholder,
50
+ _default,
51
+ searchListId,
52
+ searchList,
53
+ mutable,
54
+ min,
55
+ max,
56
+ masked,
57
+ validation,
58
+ validationMessage,
59
+ locationOption,
60
+ sortOrder,
61
+ featured,
62
+ choices,
21
63
  sections,
22
64
  subQuestionOf,
23
65
  dashboardVisibility,
@@ -5,9 +5,16 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
- **questionId** | **string** | | [default to undefined]
9
- **question** | [**BaseSurveyQuestion**](BaseSurveyQuestion.md) | | [default to undefined]
8
+ **id** | **string** | | [default to undefined]
9
+ **value** | **string** | | [default to undefined]
10
+ **text** | **string** | | [default to undefined]
11
+ **description** | **string** | | [default to undefined]
12
+ **supply** | **number** | | [default to undefined]
13
+ **sortOrder** | **number** | | [default to undefined]
10
14
  **subQuestions** | [**Array<BaseSurveyQuestionChoiceSubQuestion>**](BaseSurveyQuestionChoiceSubQuestion.md) | | [default to undefined]
15
+ **question** | [**BaseSurveyQuestion**](BaseSurveyQuestion.md) | | [default to undefined]
16
+ **_count** | [**BaseRegistrationQuestionChoiceCount**](BaseRegistrationQuestionChoiceCount.md) | | [default to undefined]
17
+ **questionId** | **string** | | [default to undefined]
11
18
  **createdAt** | **string** | | [default to undefined]
12
19
  **updatedAt** | **string** | | [default to undefined]
13
20
 
@@ -17,9 +24,16 @@ Name | Type | Description | Notes
17
24
  import { SurveyQuestionChoice } from '@connectedxm/admin-sdk';
18
25
 
19
26
  const instance: SurveyQuestionChoice = {
20
- questionId,
21
- question,
27
+ id,
28
+ value,
29
+ text,
30
+ description,
31
+ supply,
32
+ sortOrder,
22
33
  subQuestions,
34
+ question,
35
+ _count,
36
+ questionId,
23
37
  createdAt,
24
38
  updatedAt,
25
39
  };
@@ -5,6 +5,10 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **choiceId** | **string** | | [default to undefined]
9
+ **choice** | [**BaseSurveyQuestionChoice**](BaseSurveyQuestionChoice.md) | | [default to undefined]
10
+ **questionId** | **string** | | [default to undefined]
11
+ **question** | [**BaseSurveyQuestion**](BaseSurveyQuestion.md) | | [default to undefined]
8
12
  **sortOrder** | **number** | | [default to undefined]
9
13
  **createdAt** | **string** | | [default to undefined]
10
14
  **updatedAt** | **string** | | [default to undefined]
@@ -15,6 +19,10 @@ Name | Type | Description | Notes
15
19
  import { SurveyQuestionChoiceSubQuestion } from '@connectedxm/admin-sdk';
16
20
 
17
21
  const instance: SurveyQuestionChoiceSubQuestion = {
22
+ choiceId,
23
+ choice,
24
+ questionId,
25
+ question,
18
26
  sortOrder,
19
27
  createdAt,
20
28
  updatedAt,
@@ -5,6 +5,10 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **value** | **string** | | [default to undefined]
10
+ **questionId** | **string** | | [default to undefined]
11
+ **question** | [**BaseSurveyQuestion**](BaseSurveyQuestion.md) | | [default to undefined]
8
12
  **changeLogs** | [**Array<BaseSurveyQuestionResponseChange>**](BaseSurveyQuestionResponseChange.md) | | [default to undefined]
9
13
  **createdAt** | **string** | | [default to undefined]
10
14
  **updatedAt** | **string** | | [default to undefined]
@@ -15,6 +19,10 @@ Name | Type | Description | Notes
15
19
  import { SurveyQuestionResponse } from '@connectedxm/admin-sdk';
16
20
 
17
21
  const instance: SurveyQuestionResponse = {
22
+ id,
23
+ value,
24
+ questionId,
25
+ question,
18
26
  changeLogs,
19
27
  createdAt,
20
28
  updatedAt,
@@ -5,6 +5,14 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **newValue** | **string** | | [default to undefined]
10
+ **oldValue** | **string** | | [default to undefined]
11
+ **eventId** | **string** | | [default to undefined]
12
+ **questionId** | **string** | | [default to undefined]
13
+ **responseId** | **string** | | [default to undefined]
14
+ **userId** | **string** | | [default to undefined]
15
+ **createdAt** | **string** | | [default to undefined]
8
16
  **response** | [**BaseSurveyQuestionResponse**](BaseSurveyQuestionResponse.md) | | [default to undefined]
9
17
  **user** | [**BaseUser**](BaseUser.md) | | [default to undefined]
10
18
 
@@ -14,6 +22,14 @@ Name | Type | Description | Notes
14
22
  import { SurveyQuestionResponseChange } from '@connectedxm/admin-sdk';
15
23
 
16
24
  const instance: SurveyQuestionResponseChange = {
25
+ id,
26
+ newValue,
27
+ oldValue,
28
+ eventId,
29
+ questionId,
30
+ responseId,
31
+ userId,
32
+ createdAt,
17
33
  response,
18
34
  user,
19
35
  };
@@ -5,6 +5,12 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **eventId** | **string** | | [default to undefined]
10
+ **name** | **string** | | [default to undefined]
11
+ **description** | **string** | | [default to undefined]
12
+ **sortOrder** | **number** | | [default to undefined]
13
+ **_count** | [**BaseRegistrationSectionCount**](BaseRegistrationSectionCount.md) | | [default to undefined]
8
14
  **questions** | [**Array<SurveyQuestion>**](SurveyQuestion.md) | | [default to undefined]
9
15
  **createdAt** | **string** | | [default to undefined]
10
16
  **updatedAt** | **string** | | [default to undefined]
@@ -15,6 +21,12 @@ Name | Type | Description | Notes
15
21
  import { SurveySection } from '@connectedxm/admin-sdk';
16
22
 
17
23
  const instance: SurveySection = {
24
+ id,
25
+ eventId,
26
+ name,
27
+ description,
28
+ sortOrder,
29
+ _count,
18
30
  questions,
19
31
  createdAt,
20
32
  updatedAt,
@@ -5,6 +5,11 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **sectionId** | **string** | | [default to undefined]
9
+ **section** | [**BaseSurveySection**](BaseSurveySection.md) | | [default to undefined]
10
+ **questionId** | **string** | | [default to undefined]
11
+ **question** | [**BaseSurveyQuestion**](BaseSurveyQuestion.md) | | [default to undefined]
12
+ **sortOrder** | **number** | | [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 { SurveySectionQuestion } from '@connectedxm/admin-sdk';
15
20
 
16
21
  const instance: SurveySectionQuestion = {
22
+ sectionId,
23
+ section,
24
+ questionId,
25
+ question,
26
+ sortOrder,
17
27
  createdAt,
18
28
  updatedAt,
19
29
  };
@@ -5,6 +5,10 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **account** | [**BaseAccount**](BaseAccount.md) | | [default to undefined]
10
+ **status** | [**PurchaseStatus**](PurchaseStatus.md) | | [default to undefined]
11
+ **responses** | [**Array<BaseSurveyQuestionResponse>**](BaseSurveyQuestionResponse.md) | | [default to undefined]
8
12
  **createdAt** | **string** | | [default to undefined]
9
13
  **updatedAt** | **string** | | [default to undefined]
10
14
 
@@ -14,6 +18,10 @@ Name | Type | Description | Notes
14
18
  import { SurveySubmission } from '@connectedxm/admin-sdk';
15
19
 
16
20
  const instance: SurveySubmission = {
21
+ id,
22
+ account,
23
+ status,
24
+ responses,
17
25
  createdAt,
18
26
  updatedAt,
19
27
  };
@@ -5,6 +5,12 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **type** | [**TaxIntegrationLogType**](TaxIntegrationLogType.md) | | [default to undefined]
10
+ **success** | **boolean** | | [default to undefined]
11
+ **duration** | **number** | | [default to undefined]
12
+ **createdAt** | **string** | | [default to undefined]
13
+ **updatedAt** | **string** | | [default to undefined]
8
14
  **request** | **object** | | [default to undefined]
9
15
  **response** | **object** | | [default to undefined]
10
16
 
@@ -14,6 +20,12 @@ Name | Type | Description | Notes
14
20
  import { TaxIntegrationLog } from '@connectedxm/admin-sdk';
15
21
 
16
22
  const instance: TaxIntegrationLog = {
23
+ id,
24
+ type,
25
+ success,
26
+ duration,
27
+ createdAt,
28
+ updatedAt,
17
29
  request,
18
30
  response,
19
31
  };
@@ -5,6 +5,16 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **slug** | **string** | | [default to undefined]
10
+ **priority** | **number** | | [default to undefined]
11
+ **firstName** | **string** | | [default to undefined]
12
+ **lastName** | **string** | | [default to undefined]
13
+ **nickName** | **string** | | [default to undefined]
14
+ **title** | **string** | | [default to undefined]
15
+ **startDate** | **string** | | [default to undefined]
16
+ **imageId** | **string** | | [default to undefined]
17
+ **image** | [**BaseImage**](BaseImage.md) | | [default to undefined]
8
18
  **email** | **string** | | [default to undefined]
9
19
  **phone** | **string** | | [default to undefined]
10
20
  **bio** | **string** | | [default to undefined]
@@ -23,6 +33,16 @@ Name | Type | Description | Notes
23
33
  import { TeamMember } from '@connectedxm/admin-sdk';
24
34
 
25
35
  const instance: TeamMember = {
36
+ id,
37
+ slug,
38
+ priority,
39
+ firstName,
40
+ lastName,
41
+ nickName,
42
+ title,
43
+ startDate,
44
+ imageId,
45
+ image,
26
46
  email,
27
47
  phone,
28
48
  bio,
package/docs/Thread.md ADDED
@@ -0,0 +1,34 @@
1
+ # Thread
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **subject** | **string** | | [default to undefined]
10
+ **imageId** | **string** | | [default to undefined]
11
+ **image** | [**BaseImage**](BaseImage.md) | | [default to undefined]
12
+ **type** | [**ThreadType**](ThreadType.md) | | [default to undefined]
13
+ **lastMessageAt** | **string** | | [default to undefined]
14
+ **lastMessage** | **string** | | [default to undefined]
15
+ **createdAt** | **string** | | [default to undefined]
16
+
17
+ ## Example
18
+
19
+ ```typescript
20
+ import { Thread } from '@connectedxm/admin-sdk';
21
+
22
+ const instance: Thread = {
23
+ id,
24
+ subject,
25
+ imageId,
26
+ image,
27
+ type,
28
+ lastMessageAt,
29
+ lastMessage,
30
+ createdAt,
31
+ };
32
+ ```
33
+
34
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,28 @@
1
+ # ThreadCircle
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **name** | **string** | | [default to undefined]
10
+ **createdAt** | **string** | | [default to undefined]
11
+ **updatedAt** | **string** | | [default to undefined]
12
+ **type** | [**ThreadCircleType**](ThreadCircleType.md) | | [default to undefined]
13
+
14
+ ## Example
15
+
16
+ ```typescript
17
+ import { ThreadCircle } from '@connectedxm/admin-sdk';
18
+
19
+ const instance: ThreadCircle = {
20
+ id,
21
+ name,
22
+ createdAt,
23
+ updatedAt,
24
+ type,
25
+ };
26
+ ```
27
+
28
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,24 @@
1
+ # ThreadCircleAccount
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **accountId** | **string** | | [default to undefined]
9
+ **role** | [**ThreadCircleAccountRole**](ThreadCircleAccountRole.md) | | [default to undefined]
10
+ **account** | [**BaseAccount**](BaseAccount.md) | | [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { ThreadCircleAccount } from '@connectedxm/admin-sdk';
16
+
17
+ const instance: ThreadCircleAccount = {
18
+ accountId,
19
+ role,
20
+ account,
21
+ };
22
+ ```
23
+
24
+ [[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,6 +5,12 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **accountId** | **string** | | [default to undefined]
10
+ **lastReadAt** | **string** | | [default to undefined]
11
+ **notifications** | **boolean** | | [default to undefined]
12
+ **account** | [**BaseAccount**](BaseAccount.md) | | [default to undefined]
13
+ **blocked** | **boolean** | | [default to undefined]
8
14
  **createdAt** | **string** | | [default to undefined]
9
15
  **updatedAt** | **string** | | [default to undefined]
10
16
 
@@ -14,6 +20,12 @@ Name | Type | Description | Notes
14
20
  import { ThreadMember } from '@connectedxm/admin-sdk';
15
21
 
16
22
  const instance: ThreadMember = {
23
+ id,
24
+ accountId,
25
+ lastReadAt,
26
+ notifications,
27
+ account,
28
+ blocked,
17
29
  createdAt,
18
30
  updatedAt,
19
31
  };
@@ -5,9 +5,16 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **body** | **string** | | [default to undefined]
10
+ **accountId** | **string** | | [default to undefined]
11
+ **viewer** | [**BaseThreadMember**](BaseThreadMember.md) | | [default to undefined]
12
+ **createdAt** | **string** | | [default to undefined]
13
+ **editedAt** | **string** | | [default to undefined]
14
+ **sentAt** | **string** | | [default to undefined]
8
15
  **type** | [**ThreadMessageType**](ThreadMessageType.md) | | [default to undefined]
9
16
  **reactions** | [**Array<ThreadMessageReaction>**](ThreadMessageReaction.md) | | [default to undefined]
10
- **entities** | **Array<object>** | | [default to undefined]
17
+ **entities** | [**Array<ThreadMessageEntity>**](ThreadMessageEntity.md) | | [default to undefined]
11
18
  **replyToId** | **string** | | [default to undefined]
12
19
  **replyTo** | [**BaseThreadMessage**](BaseThreadMessage.md) | | [default to undefined]
13
20
  **files** | [**Array<BaseFile>**](BaseFile.md) | | [default to undefined]
@@ -20,6 +27,13 @@ Name | Type | Description | Notes
20
27
  import { ThreadMessage } from '@connectedxm/admin-sdk';
21
28
 
22
29
  const instance: ThreadMessage = {
30
+ id,
31
+ body,
32
+ accountId,
33
+ viewer,
34
+ createdAt,
35
+ editedAt,
36
+ sentAt,
23
37
  type,
24
38
  reactions,
25
39
  entities,