@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,16 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **status** | [**EmailReceiptStatus**](EmailReceiptStatus.md) | | [default to undefined]
10
+ **from** | **string** | | [default to undefined]
11
+ **to** | **string** | | [default to undefined]
12
+ **replyTo** | **string** | | [default to undefined]
13
+ **subject** | **string** | | [default to undefined]
14
+ **accountId** | **string** | | [default to undefined]
15
+ **account** | [**BaseAccount**](BaseAccount.md) | | [default to undefined]
16
+ **createdAt** | **string** | | [default to undefined]
17
+ **updatedAt** | **string** | | [default to undefined]
8
18
  **html** | **string** | | [default to undefined]
9
19
  **text** | **string** | | [default to undefined]
10
20
  **debug** | **string** | | [default to undefined]
@@ -15,6 +25,16 @@ Name | Type | Description | Notes
15
25
  import { EmailReceipt } from '@connectedxm/admin-sdk';
16
26
 
17
27
  const instance: EmailReceipt = {
28
+ id,
29
+ status,
30
+ from,
31
+ to,
32
+ replyTo,
33
+ subject,
34
+ accountId,
35
+ account,
36
+ createdAt,
37
+ updatedAt,
18
38
  html,
19
39
  text,
20
40
  debug,
package/docs/Event.md CHANGED
@@ -5,6 +5,40 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **slug** | **string** | | [default to undefined]
10
+ **internalRefId** | **string** | | [default to undefined]
11
+ **featured** | **boolean** | | [default to undefined]
12
+ **visible** | **boolean** | | [default to undefined]
13
+ **template** | **boolean** | | [default to undefined]
14
+ **source** | [**EventSource**](EventSource.md) | | [default to undefined]
15
+ **eventType** | [**EventType**](EventType.md) | | [default to undefined]
16
+ **name** | **string** | | [default to undefined]
17
+ **shortDescription** | **string** | | [default to undefined]
18
+ **eventStart** | **string** | | [default to undefined]
19
+ **eventEnd** | **string** | | [default to undefined]
20
+ **timezone** | **string** | | [default to undefined]
21
+ **externalUrl** | **string** | | [default to undefined]
22
+ **venue** | **string** | | [default to undefined]
23
+ **address1** | **string** | | [default to undefined]
24
+ **address2** | **string** | | [default to undefined]
25
+ **city** | **string** | | [default to undefined]
26
+ **state** | **string** | | [default to undefined]
27
+ **country** | **string** | | [default to undefined]
28
+ **zip** | **string** | | [default to undefined]
29
+ **imageId** | **string** | | [default to undefined]
30
+ **image** | [**BaseImage**](BaseImage.md) | | [default to undefined]
31
+ **squareImageId** | **string** | | [default to undefined]
32
+ **squareImage** | [**BaseImage**](BaseImage.md) | | [default to undefined]
33
+ **registration** | **boolean** | | [default to undefined]
34
+ **registrationStart** | **string** | | [default to undefined]
35
+ **registrationEnd** | **string** | | [default to undefined]
36
+ **createdAt** | **string** | | [default to undefined]
37
+ **updatedAt** | **string** | | [default to undefined]
38
+ **seriesId** | **string** | | [default to undefined]
39
+ **series** | [**BaseSeries**](BaseSeries.md) | | [default to undefined]
40
+ **paymentIntegrationId** | **string** | | [default to undefined]
41
+ **paymentIntegration** | [**BasePaymentIntegration**](BasePaymentIntegration.md) | | [default to undefined]
8
42
  **roundName** | **string** | | [default to undefined]
9
43
  **matchName** | **string** | | [default to undefined]
10
44
  **passSupply** | **number** | | [default to undefined]
@@ -50,6 +84,40 @@ Name | Type | Description | Notes
50
84
  import { Event } from '@connectedxm/admin-sdk';
51
85
 
52
86
  const instance: Event = {
87
+ id,
88
+ slug,
89
+ internalRefId,
90
+ featured,
91
+ visible,
92
+ template,
93
+ source,
94
+ eventType,
95
+ name,
96
+ shortDescription,
97
+ eventStart,
98
+ eventEnd,
99
+ timezone,
100
+ externalUrl,
101
+ venue,
102
+ address1,
103
+ address2,
104
+ city,
105
+ state,
106
+ country,
107
+ zip,
108
+ imageId,
109
+ image,
110
+ squareImageId,
111
+ squareImage,
112
+ registration,
113
+ registrationStart,
114
+ registrationEnd,
115
+ createdAt,
116
+ updatedAt,
117
+ seriesId,
118
+ series,
119
+ paymentIntegrationId,
120
+ paymentIntegration,
53
121
  roundName,
54
122
  matchName,
55
123
  passSupply,
@@ -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
+ **visible** | **boolean** | | [default to undefined]
11
+ **name** | **string** | | [default to undefined]
12
+ **shortDescription** | **string** | | [default to undefined]
13
+ **maxPoints** | **number** | | [default to undefined]
14
+ **startAfter** | **string** | | [default to undefined]
15
+ **type** | [**EventActivationType**](EventActivationType.md) | | [default to undefined]
16
+ **accessLevel** | [**PassTypeAccessLevel**](PassTypeAccessLevel.md) | | [default to undefined]
8
17
  **eventId** | **string** | | [default to undefined]
9
18
  **event** | [**BaseEvent**](BaseEvent.md) | | [default to undefined]
10
19
  **imageId** | **string** | | [default to undefined]
@@ -20,6 +29,15 @@ Name | Type | Description | Notes
20
29
  import { EventActivation } from '@connectedxm/admin-sdk';
21
30
 
22
31
  const instance: EventActivation = {
32
+ id,
33
+ slug,
34
+ visible,
35
+ name,
36
+ shortDescription,
37
+ maxPoints,
38
+ startAfter,
39
+ type,
40
+ accessLevel,
23
41
  eventId,
24
42
  event,
25
43
  imageId,
@@ -5,12 +5,27 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **name** | **string** | | [default to undefined]
10
+ **shortDescription** | **string** | | [default to undefined]
11
+ **supply** | **number** | | [default to undefined]
12
+ **price** | **number** | | [default to undefined]
13
+ **pricePerNight** | **boolean** | | [default to undefined]
14
+ **sortOrder** | **number** | | [default to undefined]
15
+ **imageId** | **string** | | [default to undefined]
16
+ **image** | [**BaseImage**](BaseImage.md) | | [default to undefined]
17
+ **eventId** | **string** | | [default to undefined]
18
+ **taxCode** | **string** | | [default to undefined]
19
+ **taxIncluded** | **boolean** | | [default to undefined]
20
+ **taxLocation** | [**TaxLocationType**](TaxLocationType.md) | | [default to undefined]
21
+ **createdAt** | **string** | | [default to undefined]
22
+ **updatedAt** | **string** | | [default to undefined]
8
23
  **longDescription** | **string** | | [default to undefined]
9
24
  **event** | [**BaseEvent**](BaseEvent.md) | | [default to undefined]
10
25
  **allowedTickets** | [**Array<BaseEventPassType>**](BaseEventPassType.md) | | [default to undefined]
11
26
  **allowedTiers** | [**Array<BaseTier>**](BaseTier.md) | | [default to undefined]
12
27
  **disallowedTiers** | [**Array<BaseTier>**](BaseTier.md) | | [default to undefined]
13
- **_count** | [**EventAddOnCount**](EventAddOnCount.md) | | [default to undefined]
28
+ **_count** | [**EventAddOnAllOfCount**](EventAddOnAllOfCount.md) | | [default to undefined]
14
29
 
15
30
  ## Example
16
31
 
@@ -18,6 +33,21 @@ Name | Type | Description | Notes
18
33
  import { EventAddOn } from '@connectedxm/admin-sdk';
19
34
 
20
35
  const instance: EventAddOn = {
36
+ id,
37
+ name,
38
+ shortDescription,
39
+ supply,
40
+ price,
41
+ pricePerNight,
42
+ sortOrder,
43
+ imageId,
44
+ image,
45
+ eventId,
46
+ taxCode,
47
+ taxIncluded,
48
+ taxLocation,
49
+ createdAt,
50
+ updatedAt,
21
51
  longDescription,
22
52
  event,
23
53
  allowedTickets,
@@ -1,4 +1,4 @@
1
- # EventAddOnCount
1
+ # EventAddOnAllOfCount
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 { EventAddOnCount } from '@connectedxm/admin-sdk';
13
+ import { EventAddOnAllOfCount } from '@connectedxm/admin-sdk';
14
14
 
15
- const instance: EventAddOnCount = {
15
+ const instance: EventAddOnAllOfCount = {
16
16
  passes,
17
17
  };
18
18
  ```
@@ -5,11 +5,17 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **alternateId** | **number** | | [default to undefined]
10
+ **accountId** | **string** | | [default to undefined]
11
+ **account** | [**BaseAccount**](BaseAccount.md) | | [default to undefined]
12
+ **eventId** | **string** | | [default to undefined]
13
+ **event** | [**BaseEvent**](BaseEvent.md) | | [default to undefined]
8
14
  **passes** | [**Array<BaseEventPass>**](BaseEventPass.md) | | [default to undefined]
9
15
  **packages** | [**Array<BaseAttendeePackage>**](BaseAttendeePackage.md) | | [default to undefined]
10
16
  **createdAt** | **string** | | [default to undefined]
11
17
  **updatedAt** | **string** | | [default to undefined]
12
- **_count** | [**EventAttendeeCount**](EventAttendeeCount.md) | | [default to undefined]
18
+ **_count** | [**EventAttendeeAllOfCount**](EventAttendeeAllOfCount.md) | | [default to undefined]
13
19
 
14
20
  ## Example
15
21
 
@@ -17,6 +23,12 @@ Name | Type | Description | Notes
17
23
  import { EventAttendee } from '@connectedxm/admin-sdk';
18
24
 
19
25
  const instance: EventAttendee = {
26
+ id,
27
+ alternateId,
28
+ accountId,
29
+ account,
30
+ eventId,
31
+ event,
20
32
  passes,
21
33
  packages,
22
34
  createdAt,
@@ -1,4 +1,4 @@
1
- # EventAttendeeCount
1
+ # EventAttendeeAllOfCount
2
2
 
3
3
 
4
4
  ## Properties
@@ -11,9 +11,9 @@ Name | Type | Description | Notes
11
11
  ## Example
12
12
 
13
13
  ```typescript
14
- import { EventAttendeeCount } from '@connectedxm/admin-sdk';
14
+ import { EventAttendeeAllOfCount } from '@connectedxm/admin-sdk';
15
15
 
16
- const instance: EventAttendeeCount = {
16
+ const instance: EventAttendeeAllOfCount = {
17
17
  payments,
18
18
  coupons,
19
19
  };
@@ -0,0 +1,20 @@
1
+ # EventAttendeeCreateInputs
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **accountId** | **string** | | [default to undefined]
9
+
10
+ ## Example
11
+
12
+ ```typescript
13
+ import { EventAttendeeCreateInputs } from '@connectedxm/admin-sdk';
14
+
15
+ const instance: EventAttendeeCreateInputs = {
16
+ accountId,
17
+ };
18
+ ```
19
+
20
+ [[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
+ **type** | [**EventEmailType**](EventEmailType.md) | | [default to undefined]
9
+ **eventId** | **string** | | [default to undefined]
10
+ **body** | **string** | | [default to undefined]
11
+ **replyTo** | **string** | | [default to undefined]
12
+ **enabled** | **boolean** | | [default to undefined]
13
+ **calendarFile** | **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 { EventEmail } from '@connectedxm/admin-sdk';
15
21
 
16
22
  const instance: EventEmail = {
23
+ type,
24
+ eventId,
25
+ body,
26
+ replyTo,
27
+ enabled,
28
+ calendarFile,
17
29
  createdAt,
18
30
  updatedAt,
19
31
  };
@@ -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
+ **description** | **string** | | [default to undefined]
11
+ **imageId** | **string** | | [default to undefined]
12
+ **image** | [**BaseImage**](BaseImage.md) | | [default to undefined]
13
+ **videoId** | **string** | | [default to undefined]
14
+ **video** | [**BaseVideo**](BaseVideo.md) | | [default to undefined]
15
+ **fileId** | **string** | | [default to undefined]
16
+ **file** | [**BaseFile**](BaseFile.md) | | [default to undefined]
17
+ **sortOrder** | **number** | | [default to undefined]
8
18
  **allowedPassTypes** | [**Array<BaseEventPassType>**](BaseEventPassType.md) | | [default to undefined]
9
19
  **createdAt** | **string** | | [default to undefined]
10
20
  **updatedAt** | **string** | | [default to undefined]
@@ -15,6 +25,16 @@ Name | Type | Description | Notes
15
25
  import { EventMediaItem } from '@connectedxm/admin-sdk';
16
26
 
17
27
  const instance: EventMediaItem = {
28
+ id,
29
+ name,
30
+ description,
31
+ imageId,
32
+ image,
33
+ videoId,
34
+ video,
35
+ fileId,
36
+ file,
37
+ sortOrder,
18
38
  allowedPassTypes,
19
39
  createdAt,
20
40
  updatedAt,
@@ -5,6 +5,11 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **eventId** | **string** | | [default to undefined]
9
+ **authenticationCode** | **number** | | [default to undefined]
10
+ **zplTemplate** | **string** | | [default to undefined]
11
+ **createdAt** | **string** | | [default to undefined]
12
+ **updatedAt** | **string** | | [default to undefined]
8
13
  **badgeFields** | [**Array<BaseEventOnSiteBadgeField>**](BaseEventOnSiteBadgeField.md) | | [default to undefined]
9
14
 
10
15
  ## Example
@@ -13,6 +18,11 @@ Name | Type | Description | Notes
13
18
  import { EventOnSite } from '@connectedxm/admin-sdk';
14
19
 
15
20
  const instance: EventOnSite = {
21
+ eventId,
22
+ authenticationCode,
23
+ zplTemplate,
24
+ createdAt,
25
+ updatedAt,
16
26
  badgeFields,
17
27
  };
18
28
  ```
@@ -5,6 +5,19 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **id** | **number** | | [default to undefined]
9
+ **eventId** | **string** | | [default to undefined]
10
+ **name** | **string** | | [default to undefined]
11
+ **type** | [**BadgeFieldType**](BadgeFieldType.md) | | [default to undefined]
12
+ **lookup** | **string** | | [default to undefined]
13
+ **maxLength** | **number** | | [default to undefined]
14
+ **defaultValue** | **string** | | [default to undefined]
15
+ **transformation** | [**BadgeFieldTransformation**](BadgeFieldTransformation.md) | | [default to undefined]
16
+ **iconData** | **string** | | [default to undefined]
17
+ **sessionId** | **string** | | [default to undefined]
18
+ **sortOrder** | **number** | | [default to undefined]
19
+ **createdAt** | **string** | | [default to undefined]
20
+ **updatedAt** | **string** | | [default to undefined]
8
21
  **onSite** | [**EventOnSite**](EventOnSite.md) | | [default to undefined]
9
22
 
10
23
  ## Example
@@ -13,6 +26,19 @@ Name | Type | Description | Notes
13
26
  import { EventOnSiteBadgeField } from '@connectedxm/admin-sdk';
14
27
 
15
28
  const instance: EventOnSiteBadgeField = {
29
+ id,
30
+ eventId,
31
+ name,
32
+ type,
33
+ lookup,
34
+ maxLength,
35
+ defaultValue,
36
+ transformation,
37
+ iconData,
38
+ sessionId,
39
+ sortOrder,
40
+ createdAt,
41
+ updatedAt,
16
42
  onSite,
17
43
  };
18
44
  ```
@@ -5,6 +5,17 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **name** | **string** | | [default to undefined]
10
+ **description** | **string** | | [default to undefined]
11
+ **price** | **number** | | [default to undefined]
12
+ **isActive** | **boolean** | | [default to undefined]
13
+ **imageId** | **string** | | [default to undefined]
14
+ **image** | [**BaseImage**](BaseImage.md) | | [default to undefined]
15
+ **sortOrder** | **number** | | [default to undefined]
16
+ **taxCode** | **string** | | [default to undefined]
17
+ **taxIncluded** | **boolean** | | [default to undefined]
18
+ **taxLocation** | [**TaxLocationType**](TaxLocationType.md) | | [default to undefined]
8
19
  **passes** | [**Array<BaseEventPackagePass>**](BaseEventPackagePass.md) | | [default to undefined]
9
20
  **createdAt** | **string** | | [default to undefined]
10
21
  **updatedAt** | **string** | | [default to undefined]
@@ -15,6 +26,17 @@ Name | Type | Description | Notes
15
26
  import { EventPackage } from '@connectedxm/admin-sdk';
16
27
 
17
28
  const instance: EventPackage = {
29
+ id,
30
+ name,
31
+ description,
32
+ price,
33
+ isActive,
34
+ imageId,
35
+ image,
36
+ sortOrder,
37
+ taxCode,
38
+ taxIncluded,
39
+ taxLocation,
18
40
  passes,
19
41
  createdAt,
20
42
  updatedAt,
@@ -5,6 +5,10 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **passTypeId** | **string** | | [default to undefined]
10
+ **passType** | [**BaseEventPassType**](BaseEventPassType.md) | | [default to undefined]
11
+ **quantity** | **number** | | [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 { EventPackagePass } from '@connectedxm/admin-sdk';
15
19
 
16
20
  const instance: EventPackagePass = {
21
+ id,
22
+ passTypeId,
23
+ passType,
24
+ quantity,
17
25
  createdAt,
18
26
  updatedAt,
19
27
  };
package/docs/EventPage.md CHANGED
@@ -5,6 +5,12 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **slug** | **string** | | [default to undefined]
10
+ **title** | **string** | | [default to undefined]
11
+ **active** | **boolean** | | [default to undefined]
12
+ **subtitle** | **string** | | [default to undefined]
13
+ **sortOrder** | **number** | | [default to undefined]
8
14
  **html** | **string** | | [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 { EventPage } from '@connectedxm/admin-sdk';
16
22
 
17
23
  const instance: EventPage = {
24
+ id,
25
+ slug,
26
+ title,
27
+ active,
28
+ subtitle,
29
+ sortOrder,
18
30
  html,
19
31
  createdAt,
20
32
  updatedAt,
package/docs/EventPass.md CHANGED
@@ -5,9 +5,28 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
- **passAddOns** | [**Array<BasePassAddOn>**](BasePassAddOn.md) | | [default to undefined]
8
+ **id** | **string** | | [default to undefined]
9
+ **eventId** | **string** | | [default to undefined]
9
10
  **attendeeId** | **string** | | [default to undefined]
10
11
  **attendee** | [**BaseEventAttendee**](BaseEventAttendee.md) | | [default to undefined]
12
+ **alternateId** | **number** | | [default to undefined]
13
+ **ticketId** | **string** | | [default to undefined]
14
+ **ticket** | [**BaseEventPassType**](BaseEventPassType.md) | | [default to undefined]
15
+ **location** | **string** | | [default to undefined]
16
+ **usedAt** | **string** | | [default to undefined]
17
+ **transfer** | [**BaseEventPassTransfer**](BaseEventPassTransfer.md) | | [default to undefined]
18
+ **responses** | [**Array<BaseRegistrationQuestionResponse>**](BaseRegistrationQuestionResponse.md) | | [default to undefined]
19
+ **status** | [**PurchaseStatus**](PurchaseStatus.md) | | [default to undefined]
20
+ **reservationId** | **string** | | [default to undefined]
21
+ **reservation** | [**BaseEventRoomTypeReservation**](BaseEventRoomTypeReservation.md) | | [default to undefined]
22
+ **matches** | [**Array<BaseMatch>**](BaseMatch.md) | | [default to undefined]
23
+ **couponId** | **string** | | [default to undefined]
24
+ **coupon** | [**BaseCoupon**](BaseCoupon.md) | | [default to undefined]
25
+ **packageId** | **string** | | [default to undefined]
26
+ **_package** | [**BaseAttendeePackage**](BaseAttendeePackage.md) | | [default to undefined]
27
+ **createdAt** | **string** | | [default to undefined]
28
+ **updatedAt** | **string** | | [default to undefined]
29
+ **passAddOns** | [**Array<BasePassAddOn>**](BasePassAddOn.md) | | [default to undefined]
11
30
  **lineItem** | [**PaymentLineItem**](PaymentLineItem.md) | | [default to undefined]
12
31
  **payerId** | **string** | | [default to undefined]
13
32
  **payer** | [**BaseAccount**](BaseAccount.md) | | [default to undefined]
@@ -18,9 +37,28 @@ Name | Type | Description | Notes
18
37
  import { EventPass } from '@connectedxm/admin-sdk';
19
38
 
20
39
  const instance: EventPass = {
21
- passAddOns,
40
+ id,
41
+ eventId,
22
42
  attendeeId,
23
43
  attendee,
44
+ alternateId,
45
+ ticketId,
46
+ ticket,
47
+ location,
48
+ usedAt,
49
+ transfer,
50
+ responses,
51
+ status,
52
+ reservationId,
53
+ reservation,
54
+ matches,
55
+ couponId,
56
+ coupon,
57
+ packageId,
58
+ _package,
59
+ createdAt,
60
+ updatedAt,
61
+ passAddOns,
24
62
  lineItem,
25
63
  payerId,
26
64
  payer,
@@ -5,6 +5,34 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **slug** | **string** | | [default to undefined]
10
+ **active** | **boolean** | | [default to undefined]
11
+ **cancelable** | **boolean** | | [default to undefined]
12
+ **transferable** | **boolean** | | [default to undefined]
13
+ **featured** | **boolean** | | [default to undefined]
14
+ **visibility** | [**PassTypeVisibility**](PassTypeVisibility.md) | | [default to undefined]
15
+ **name** | **string** | | [default to undefined]
16
+ **shortDescription** | **string** | | [default to undefined]
17
+ **longDescription** | **string** | | [default to undefined]
18
+ **price** | **number** | | [default to undefined]
19
+ **accessLevel** | [**PassTypeAccessLevel**](PassTypeAccessLevel.md) | | [default to undefined]
20
+ **featuredImageId** | **string** | | [default to undefined]
21
+ **featuredImage** | [**BaseImage**](BaseImage.md) | | [default to undefined]
22
+ **supply** | **number** | | [default to undefined]
23
+ **minQuantityPerSale** | **number** | | [default to undefined]
24
+ **maxQuantityPerSale** | **number** | | [default to undefined]
25
+ **emailDomains** | **string** | | [default to undefined]
26
+ **enableCoupons** | **boolean** | | [default to undefined]
27
+ **minCouponQuantity** | **number** | | [default to undefined]
28
+ **maxCouponQuantity** | **number** | | [default to undefined]
29
+ **requireCoupon** | **boolean** | | [default to undefined]
30
+ **taxCode** | **string** | | [default to undefined]
31
+ **taxIncluded** | **boolean** | | [default to undefined]
32
+ **taxLocation** | [**TaxLocationType**](TaxLocationType.md) | | [default to undefined]
33
+ **createdAt** | **string** | | [default to undefined]
34
+ **updatedAt** | **string** | | [default to undefined]
35
+ **requiredPassTypeId** | **string** | | [default to undefined]
8
36
  **overrideStartDate** | **string** | | [default to undefined]
9
37
  **sortOrder** | **number** | | [default to undefined]
10
38
  **event** | [**BaseEvent**](BaseEvent.md) | | [default to undefined]
@@ -12,7 +40,7 @@ Name | Type | Description | Notes
12
40
  **disallowedTiers** | [**Array<BaseTier>**](BaseTier.md) | | [default to undefined]
13
41
  **groupPassDescription** | **string** | | [default to undefined]
14
42
  **requiredPassType** | [**BaseEventPassType**](BaseEventPassType.md) | | [default to undefined]
15
- **_count** | [**EventPassTypeCount**](EventPassTypeCount.md) | | [default to undefined]
43
+ **_count** | [**EventPassTypeAllOfCount**](EventPassTypeAllOfCount.md) | | [default to undefined]
16
44
 
17
45
  ## Example
18
46
 
@@ -20,6 +48,34 @@ Name | Type | Description | Notes
20
48
  import { EventPassType } from '@connectedxm/admin-sdk';
21
49
 
22
50
  const instance: EventPassType = {
51
+ id,
52
+ slug,
53
+ active,
54
+ cancelable,
55
+ transferable,
56
+ featured,
57
+ visibility,
58
+ name,
59
+ shortDescription,
60
+ longDescription,
61
+ price,
62
+ accessLevel,
63
+ featuredImageId,
64
+ featuredImage,
65
+ supply,
66
+ minQuantityPerSale,
67
+ maxQuantityPerSale,
68
+ emailDomains,
69
+ enableCoupons,
70
+ minCouponQuantity,
71
+ maxCouponQuantity,
72
+ requireCoupon,
73
+ taxCode,
74
+ taxIncluded,
75
+ taxLocation,
76
+ createdAt,
77
+ updatedAt,
78
+ requiredPassTypeId,
23
79
  overrideStartDate,
24
80
  sortOrder,
25
81
  event,
@@ -1,4 +1,4 @@
1
- # EventPassTypeCount
1
+ # EventPassTypeAllOfCount
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 { EventPassTypeCount } from '@connectedxm/admin-sdk';
13
+ import { EventPassTypeAllOfCount } from '@connectedxm/admin-sdk';
14
14
 
15
- const instance: EventPassTypeCount = {
15
+ const instance: EventPassTypeAllOfCount = {
16
16
  purchases,
17
17
  };
18
18
  ```