@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
@@ -5,6 +5,16 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **name** | **string** | | [default to undefined]
10
+ **price** | **number** | | [default to undefined]
11
+ **pricePerNight** | **boolean** | | [default to undefined]
12
+ **image** | [**BaseImage**](BaseImage.md) | | [default to undefined]
13
+ **passTypes** | [**Array<BaseEventRoomTypePassTypeDetails>**](BaseEventRoomTypePassTypeDetails.md) | | [default to undefined]
14
+ **addOns** | [**Array<BaseEventRoomTypeAddOnDetails>**](BaseEventRoomTypeAddOnDetails.md) | | [default to undefined]
15
+ **taxCode** | **string** | | [default to undefined]
16
+ **taxIncluded** | **boolean** | | [default to undefined]
17
+ **taxLocation** | [**TaxLocationType**](TaxLocationType.md) | | [default to undefined]
8
18
  **sortOrder** | **number** | | [default to undefined]
9
19
  **description** | **string** | | [default to undefined]
10
20
  **supply** | **number** | | [default to undefined]
@@ -21,7 +31,7 @@ Name | Type | Description | Notes
21
31
  **rooms** | [**Array<Room>**](Room.md) | | [default to undefined]
22
32
  **createdAt** | **string** | | [default to undefined]
23
33
  **updatedAt** | **string** | | [default to undefined]
24
- **_count** | [**EventRoomTypeCount**](EventRoomTypeCount.md) | | [default to undefined]
34
+ **_count** | [**EventRoomTypeAllOfCount**](EventRoomTypeAllOfCount.md) | | [default to undefined]
25
35
 
26
36
  ## Example
27
37
 
@@ -29,6 +39,16 @@ Name | Type | Description | Notes
29
39
  import { EventRoomType } from '@connectedxm/admin-sdk';
30
40
 
31
41
  const instance: EventRoomType = {
42
+ id,
43
+ name,
44
+ price,
45
+ pricePerNight,
46
+ image,
47
+ passTypes,
48
+ addOns,
49
+ taxCode,
50
+ taxIncluded,
51
+ taxLocation,
32
52
  sortOrder,
33
53
  description,
34
54
  supply,
@@ -5,6 +5,14 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **addOnId** | **string** | | [default to undefined]
10
+ **minStart** | **string** | | [default to undefined]
11
+ **defaultStart** | **string** | | [default to undefined]
12
+ **maxStart** | **string** | | [default to undefined]
13
+ **minEnd** | **string** | | [default to undefined]
14
+ **defaultEnd** | **string** | | [default to undefined]
15
+ **maxEnd** | **string** | | [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 { EventRoomTypeAddOnDetails } from '@connectedxm/admin-sdk';
15
23
 
16
24
  const instance: EventRoomTypeAddOnDetails = {
25
+ id,
26
+ addOnId,
27
+ minStart,
28
+ defaultStart,
29
+ maxStart,
30
+ minEnd,
31
+ defaultEnd,
32
+ maxEnd,
17
33
  createdAt,
18
34
  updatedAt,
19
35
  };
@@ -1,4 +1,4 @@
1
- # EventRoomTypeCount
1
+ # EventRoomTypeAllOfCount
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 { EventRoomTypeCount } from '@connectedxm/admin-sdk';
13
+ import { EventRoomTypeAllOfCount } from '@connectedxm/admin-sdk';
14
14
 
15
- const instance: EventRoomTypeCount = {
15
+ const instance: EventRoomTypeAllOfCount = {
16
16
  reservations,
17
17
  };
18
18
  ```
@@ -5,6 +5,19 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **passTypeId** | **string** | | [default to undefined]
10
+ **enabled** | **boolean** | | [default to undefined]
11
+ **premium** | **number** | | [default to undefined]
12
+ **includedNights** | **number** | | [default to undefined]
13
+ **minPasses** | **number** | | [default to undefined]
14
+ **maxPasses** | **number** | | [default to undefined]
15
+ **minStart** | **string** | | [default to undefined]
16
+ **defaultStart** | **string** | | [default to undefined]
17
+ **maxStart** | **string** | | [default to undefined]
18
+ **minEnd** | **string** | | [default to undefined]
19
+ **defaultEnd** | **string** | | [default to undefined]
20
+ **maxEnd** | **string** | | [default to undefined]
8
21
  **createdAt** | **string** | | [default to undefined]
9
22
  **updatedAt** | **string** | | [default to undefined]
10
23
 
@@ -14,6 +27,19 @@ Name | Type | Description | Notes
14
27
  import { EventRoomTypePassTypeDetails } from '@connectedxm/admin-sdk';
15
28
 
16
29
  const instance: EventRoomTypePassTypeDetails = {
30
+ id,
31
+ passTypeId,
32
+ enabled,
33
+ premium,
34
+ includedNights,
35
+ minPasses,
36
+ maxPasses,
37
+ minStart,
38
+ defaultStart,
39
+ maxStart,
40
+ minEnd,
41
+ defaultEnd,
42
+ maxEnd,
17
43
  createdAt,
18
44
  updatedAt,
19
45
  };
@@ -5,6 +5,13 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **start** | **string** | | [default to undefined]
10
+ **end** | **string** | | [default to undefined]
11
+ **eventRoomTypeId** | **string** | | [default to undefined]
12
+ **eventRoomType** | [**BaseEventRoomType**](BaseEventRoomType.md) | | [default to undefined]
13
+ **roomId** | **string** | | [default to undefined]
14
+ **room** | [**BaseRoom**](BaseRoom.md) | | [default to undefined]
8
15
  **passes** | [**Array<EventRoomTypeReservationPassesInner>**](EventRoomTypeReservationPassesInner.md) | | [default to undefined]
9
16
  **lineItem** | [**PaymentLineItem**](PaymentLineItem.md) | | [default to undefined]
10
17
  **createdAt** | **string** | | [default to undefined]
@@ -16,6 +23,13 @@ Name | Type | Description | Notes
16
23
  import { EventRoomTypeReservation } from '@connectedxm/admin-sdk';
17
24
 
18
25
  const instance: EventRoomTypeReservation = {
26
+ id,
27
+ start,
28
+ end,
29
+ eventRoomTypeId,
30
+ eventRoomType,
31
+ roomId,
32
+ room,
19
33
  passes,
20
34
  lineItem,
21
35
  createdAt,
@@ -6,7 +6,7 @@
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
8
  **eventRoomTypeId** | **string** | | [default to undefined]
9
- **passes** | [**Array<OrganizationOAuthInner>**](OrganizationOAuthInner.md) | | [optional] [default to undefined]
9
+ **passes** | [**Array<OrganizationAllOfOAuth>**](OrganizationAllOfOAuth.md) | | [optional] [default to undefined]
10
10
  **start** | **string** | | [optional] [default to undefined]
11
11
  **roomId** | **string** | | [optional] [default to undefined]
12
12
  **end** | **string** | | [optional] [default to undefined]
@@ -5,6 +5,30 @@
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
+ **imageId** | **string** | | [default to undefined]
14
+ **image** | [**BaseImage**](BaseImage.md) | | [default to undefined]
15
+ **startTime** | **string** | | [default to undefined]
16
+ **endTime** | **string** | | [default to undefined]
17
+ **registrationEnd** | **string** | | [optional] [default to undefined]
18
+ **allowQuickRegister** | **boolean** | | [default to undefined]
19
+ **tracks** | [**Array<BaseEventTrack>**](BaseEventTrack.md) | | [default to undefined]
20
+ **nonSession** | **boolean** | | [default to undefined]
21
+ **visible** | **boolean** | | [default to undefined]
22
+ **access** | [**SessionAccess**](SessionAccess.md) | | [default to undefined]
23
+ **location** | [**BaseEventSessionLocation**](BaseEventSessionLocation.md) | | [default to undefined]
24
+ **registrationEnabled** | **boolean** | | [default to undefined]
25
+ **price** | **number** | | [default to undefined]
26
+ **limit** | **number** | | [default to undefined]
27
+ **taxCode** | **string** | | [default to undefined]
28
+ **taxIncluded** | **boolean** | | [default to undefined]
29
+ **taxLocation** | [**TaxLocationType**](TaxLocationType.md) | | [default to undefined]
30
+ **createdAt** | **string** | | [default to undefined]
31
+ **updatedAt** | **string** | | [default to undefined]
8
32
  **roundName** | **string** | | [default to undefined]
9
33
  **matchName** | **string** | | [default to undefined]
10
34
  **sortOrder** | **number** | | [default to undefined]
@@ -20,6 +44,30 @@ Name | Type | Description | Notes
20
44
  import { EventSession } from '@connectedxm/admin-sdk';
21
45
 
22
46
  const instance: EventSession = {
47
+ id,
48
+ slug,
49
+ name,
50
+ description,
51
+ longDescription,
52
+ imageId,
53
+ image,
54
+ startTime,
55
+ endTime,
56
+ registrationEnd,
57
+ allowQuickRegister,
58
+ tracks,
59
+ nonSession,
60
+ visible,
61
+ access,
62
+ location,
63
+ registrationEnabled,
64
+ price,
65
+ limit,
66
+ taxCode,
67
+ taxIncluded,
68
+ taxLocation,
69
+ createdAt,
70
+ updatedAt,
23
71
  roundName,
24
72
  matchName,
25
73
  sortOrder,
@@ -5,6 +5,12 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **session** | [**BaseEventSession**](BaseEventSession.md) | | [default to undefined]
10
+ **passId** | **string** | | [default to undefined]
11
+ **pass** | [**BaseEventPass**](BaseEventPass.md) | | [default to undefined]
12
+ **status** | [**PurchaseStatus**](PurchaseStatus.md) | | [default to undefined]
13
+ **responses** | [**Array<BaseEventSessionQuestionResponse>**](BaseEventSessionQuestionResponse.md) | | [default to undefined]
8
14
  **lineItem** | [**PaymentLineItem**](PaymentLineItem.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 { EventSessionAccess } from '@connectedxm/admin-sdk';
16
22
 
17
23
  const instance: EventSessionAccess = {
24
+ id,
25
+ session,
26
+ passId,
27
+ pass,
28
+ status,
29
+ responses,
18
30
  lineItem,
19
31
  createdAt,
20
32
  updatedAt,
@@ -5,6 +5,15 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **name** | **string** | | [default to undefined]
10
+ **address1** | **string** | | [default to undefined]
11
+ **address2** | **string** | | [default to undefined]
12
+ **zip** | **string** | | [default to undefined]
13
+ **city** | **string** | | [default to undefined]
14
+ **state** | **string** | | [default to undefined]
15
+ **country** | **string** | | [default to undefined]
16
+ **image** | [**BaseImage**](BaseImage.md) | | [default to undefined]
8
17
  **description** | **string** | | [default to undefined]
9
18
  **createdAt** | **string** | | [default to undefined]
10
19
  **updatedAt** | **string** | | [default to undefined]
@@ -15,6 +24,15 @@ Name | Type | Description | Notes
15
24
  import { EventSessionLocation } from '@connectedxm/admin-sdk';
16
25
 
17
26
  const instance: EventSessionLocation = {
27
+ id,
28
+ name,
29
+ address1,
30
+ address2,
31
+ zip,
32
+ city,
33
+ state,
34
+ country,
35
+ image,
18
36
  description,
19
37
  createdAt,
20
38
  updatedAt,
@@ -5,12 +5,35 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **eventId** | **string** | | [default to undefined]
10
+ **type** | [**EventSessionQuestionType**](EventSessionQuestionType.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<BaseEventSessionQuestionChoice>**](BaseEventSessionQuestionChoice.md) | | [default to undefined]
29
+ **price** | **number** | | [default to undefined]
30
+ **supply** | **number** | | [default to undefined]
8
31
  **sections** | [**Array<BaseEventSessionSectionQuestion>**](BaseEventSessionSectionQuestion.md) | | [default to undefined]
9
32
  **subQuestionOf** | [**Array<EventSessionQuestionChoiceSubQuestion>**](EventSessionQuestionChoiceSubQuestion.md) | | [default to undefined]
10
33
  **dashboardVisibility** | **boolean** | | [default to undefined]
11
34
  **createdAt** | **string** | | [default to undefined]
12
35
  **updatedAt** | **string** | | [default to undefined]
13
- **_count** | [**EventSessionQuestionCount**](EventSessionQuestionCount.md) | | [default to undefined]
36
+ **_count** | [**EventSessionQuestionAllOfCount**](EventSessionQuestionAllOfCount.md) | | [default to undefined]
14
37
 
15
38
  ## Example
16
39
 
@@ -18,6 +41,29 @@ Name | Type | Description | Notes
18
41
  import { EventSessionQuestion } from '@connectedxm/admin-sdk';
19
42
 
20
43
  const instance: EventSessionQuestion = {
44
+ id,
45
+ eventId,
46
+ type,
47
+ name,
48
+ required,
49
+ description,
50
+ label,
51
+ placeholder,
52
+ _default,
53
+ searchListId,
54
+ searchList,
55
+ mutable,
56
+ min,
57
+ max,
58
+ masked,
59
+ validation,
60
+ validationMessage,
61
+ locationOption,
62
+ sortOrder,
63
+ featured,
64
+ choices,
65
+ price,
66
+ supply,
21
67
  sections,
22
68
  subQuestionOf,
23
69
  dashboardVisibility,
@@ -1,4 +1,4 @@
1
- # EventSessionQuestionCount
1
+ # EventSessionQuestionAllOfCount
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 { EventSessionQuestionCount } from '@connectedxm/admin-sdk';
13
+ import { EventSessionQuestionAllOfCount } from '@connectedxm/admin-sdk';
14
14
 
15
- const instance: EventSessionQuestionCount = {
15
+ const instance: EventSessionQuestionAllOfCount = {
16
16
  responses,
17
17
  };
18
18
  ```
@@ -5,9 +5,16 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
- **questionId** | **string** | | [default to undefined]
9
- **question** | [**BaseEventSessionQuestion**](BaseEventSessionQuestion.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<BaseEventSessionQuestionChoiceSubQuestion>**](BaseEventSessionQuestionChoiceSubQuestion.md) | | [default to undefined]
15
+ **question** | [**BaseEventSessionQuestion**](BaseEventSessionQuestion.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 { EventSessionQuestionChoice } from '@connectedxm/admin-sdk';
18
25
 
19
26
  const instance: EventSessionQuestionChoice = {
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** | [**BaseEventSessionQuestionChoice**](BaseEventSessionQuestionChoice.md) | | [default to undefined]
10
+ **questionId** | **string** | | [default to undefined]
11
+ **question** | [**BaseEventSessionQuestion**](BaseEventSessionQuestion.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 { EventSessionQuestionChoiceSubQuestion } from '@connectedxm/admin-sdk';
16
20
 
17
21
  const instance: EventSessionQuestionChoiceSubQuestion = {
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** | [**BaseEventSessionQuestion**](BaseEventSessionQuestion.md) | | [default to undefined]
8
12
  **changeLogs** | [**Array<BaseEventSessionQuestionResponseChange>**](BaseEventSessionQuestionResponseChange.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 { EventSessionQuestionResponse } from '@connectedxm/admin-sdk';
16
20
 
17
21
  const instance: EventSessionQuestionResponse = {
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** | [**BaseEventSessionQuestionResponse**](BaseEventSessionQuestionResponse.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 { EventSessionQuestionResponseChange } from '@connectedxm/admin-sdk';
15
23
 
16
24
  const instance: EventSessionQuestionResponseChange = {
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<EventSessionQuestion>**](EventSessionQuestion.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 { EventSessionSection } from '@connectedxm/admin-sdk';
16
22
 
17
23
  const instance: EventSessionSection = {
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** | [**BaseEventSessionSection**](BaseEventSessionSection.md) | | [default to undefined]
10
+ **questionId** | **string** | | [default to undefined]
11
+ **question** | [**BaseEventSessionQuestion**](BaseEventSessionQuestion.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 { EventSessionSectionQuestion } from '@connectedxm/admin-sdk';
15
20
 
16
21
  const instance: EventSessionSectionQuestion = {
22
+ sectionId,
23
+ section,
24
+ questionId,
25
+ question,
26
+ sortOrder,
17
27
  createdAt,
18
28
  updatedAt,
19
29
  };
@@ -5,6 +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
+ **firstName** | **string** | | [default to undefined]
11
+ **lastName** | **string** | | [default to undefined]
12
+ **fullName** | **string** | | [default to undefined]
13
+ **bio** | **string** | | [default to undefined]
14
+ **title** | **string** | | [default to undefined]
15
+ **company** | **string** | | [default to undefined]
16
+ **companyBio** | **string** | | [default to undefined]
17
+ **label** | **string** | | [default to undefined]
18
+ **imageId** | **string** | | [default to undefined]
19
+ **image** | [**BaseImage**](BaseImage.md) | | [default to undefined]
20
+ **visible** | **boolean** | | [default to undefined]
8
21
  **sessions** | [**Array<BaseEventSession>**](BaseEventSession.md) | | [default to undefined]
9
22
  **eventId** | **string** | | [default to undefined]
10
23
  **event** | [**BaseEvent**](BaseEvent.md) | | [default to undefined]
@@ -25,6 +38,19 @@ Name | Type | Description | Notes
25
38
  import { EventSpeaker } from '@connectedxm/admin-sdk';
26
39
 
27
40
  const instance: EventSpeaker = {
41
+ id,
42
+ slug,
43
+ firstName,
44
+ lastName,
45
+ fullName,
46
+ bio,
47
+ title,
48
+ company,
49
+ companyBio,
50
+ label,
51
+ imageId,
52
+ image,
53
+ visible,
28
54
  sessions,
29
55
  eventId,
30
56
  event,
@@ -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
+ **url** | **string** | | [default to undefined]
13
+ **account** | [**BaseAccount**](BaseAccount.md) | | [default to undefined]
14
+ **image** | [**BaseImage**](BaseImage.md) | | [default to undefined]
8
15
  **createdAt** | **string** | | [default to undefined]
9
16
  **updatedAt** | **string** | | [default to undefined]
10
17
 
@@ -14,6 +21,13 @@ Name | Type | Description | Notes
14
21
  import { EventSponsorship } from '@connectedxm/admin-sdk';
15
22
 
16
23
  const instance: EventSponsorship = {
24
+ id,
25
+ slug,
26
+ name,
27
+ description,
28
+ url,
29
+ account,
30
+ image,
17
31
  createdAt,
18
32
  updatedAt,
19
33
  };
@@ -5,6 +5,11 @@
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
+ **sponsorsPerRow** | **number** | | [default to undefined]
8
13
  **sortOrder** | **number** | | [default to undefined]
9
14
  **sponsors** | [**Array<BaseEventSponsorship>**](BaseEventSponsorship.md) | | [default to undefined]
10
15
  **createdAt** | **string** | | [default to undefined]
@@ -16,6 +21,11 @@ Name | Type | Description | Notes
16
21
  import { EventSponsorshipLevel } from '@connectedxm/admin-sdk';
17
22
 
18
23
  const instance: EventSponsorshipLevel = {
24
+ id,
25
+ slug,
26
+ name,
27
+ description,
28
+ sponsorsPerRow,
19
29
  sortOrder,
20
30
  sponsors,
21
31
  createdAt,
@@ -5,9 +5,14 @@
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
+ **color** | **string** | | [default to undefined]
8
13
  **createdAt** | **string** | | [default to undefined]
9
14
  **updatedAt** | **string** | | [default to undefined]
10
- **_count** | [**EventTrackCount**](EventTrackCount.md) | | [default to undefined]
15
+ **_count** | [**EventTrackAllOfCount**](EventTrackAllOfCount.md) | | [default to undefined]
11
16
 
12
17
  ## Example
13
18
 
@@ -15,6 +20,11 @@ Name | Type | Description | Notes
15
20
  import { EventTrack } from '@connectedxm/admin-sdk';
16
21
 
17
22
  const instance: EventTrack = {
23
+ id,
24
+ slug,
25
+ name,
26
+ description,
27
+ color,
18
28
  createdAt,
19
29
  updatedAt,
20
30
  _count,
@@ -1,4 +1,4 @@
1
- # EventTrackCount
1
+ # EventTrackAllOfCount
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 { EventTrackCount } from '@connectedxm/admin-sdk';
13
+ import { EventTrackAllOfCount } from '@connectedxm/admin-sdk';
14
14
 
15
- const instance: EventTrackCount = {
15
+ const instance: EventTrackAllOfCount = {
16
16
  sessions,
17
17
  };
18
18
  ```