@connectedxm/admin-sdk 1.0.0 → 6.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (208) hide show
  1. package/.openapi-generator/FILES +51 -30
  2. package/README.md +51 -30
  3. package/api.ts +1697 -135
  4. package/dist/api.d.ts +1592 -136
  5. package/dist/api.js +63 -18
  6. package/dist/esm/api.d.ts +1592 -136
  7. package/dist/esm/api.js +45 -0
  8. package/docs/APILog.md +28 -0
  9. package/docs/Account.md +38 -2
  10. package/docs/AccountAddress.md +18 -0
  11. package/docs/AccountAttribute.md +23 -1
  12. package/docs/{AccountAttributeCount.md → AccountAttributeAllOfCount.md} +3 -3
  13. package/docs/AccountAttributeValue.md +8 -0
  14. package/docs/AccountInvitation.md +22 -0
  15. package/docs/ActivationCompletion.md +12 -0
  16. package/docs/Activity.md +36 -0
  17. package/docs/ActivityEntity.md +38 -0
  18. package/docs/ActivityEntityInputs.md +6 -0
  19. package/docs/AdminNotification.md +20 -0
  20. package/docs/Advertisement.md +27 -1
  21. package/docs/{AdvertisementCount.md → AdvertisementAllOfCount.md} +3 -3
  22. package/docs/Announcement.md +37 -1
  23. package/docs/{AnnouncementCount.md → AnnouncementAllOfCount.md} +3 -3
  24. package/docs/AttendeePackage.md +12 -0
  25. package/docs/Benefit.md +21 -1
  26. package/docs/{BenefitCount.md → BenefitAllOfCount.md} +3 -3
  27. package/docs/Booking.md +18 -0
  28. package/docs/BookingPlace.md +20 -0
  29. package/docs/BookingSpace.md +30 -0
  30. package/docs/BookingSpaceAvailability.md +8 -0
  31. package/docs/BookingSpaceBlackout.md +6 -0
  32. package/docs/Channel.md +24 -0
  33. package/docs/ChannelContent.md +41 -1
  34. package/docs/{ChannelContentCount.md → ChannelContentAllOfCount.md} +3 -3
  35. package/docs/ChannelContentGuest.md +66 -0
  36. package/docs/ChannelContentLike.md +6 -0
  37. package/docs/Coupon.md +45 -1
  38. package/docs/{CouponCount.md → CouponAllOfCount.md} +3 -3
  39. package/docs/CreatePreset200Response.md +1 -1
  40. package/docs/CreateThread200Response.md +1 -1
  41. package/docs/CreateThreadCircle200Response.md +1 -1
  42. package/docs/CustomReportCreateInputs.md +16 -0
  43. package/docs/Dashboard.md +14 -0
  44. package/docs/DashboardWidget.md +30 -0
  45. package/docs/EmailReceipt.md +20 -0
  46. package/docs/Event.md +68 -0
  47. package/docs/EventActivation.md +18 -0
  48. package/docs/EventAddOn.md +31 -1
  49. package/docs/{EventAddOnCount.md → EventAddOnAllOfCount.md} +3 -3
  50. package/docs/EventAttendee.md +13 -1
  51. package/docs/{EventAttendeeCount.md → EventAttendeeAllOfCount.md} +3 -3
  52. package/docs/EventEmail.md +12 -0
  53. package/docs/EventMediaItem.md +20 -0
  54. package/docs/EventOnSite.md +10 -0
  55. package/docs/EventOnSiteBadgeField.md +26 -0
  56. package/docs/EventPackage.md +22 -0
  57. package/docs/EventPackagePass.md +8 -0
  58. package/docs/EventPage.md +12 -0
  59. package/docs/EventPass.md +40 -2
  60. package/docs/EventPassType.md +57 -1
  61. package/docs/{EventPassTypeCount.md → EventPassTypeAllOfCount.md} +3 -3
  62. package/docs/EventPassTypePriceSchedule.md +34 -0
  63. package/docs/EventPassTypeRefundSchedule.md +32 -0
  64. package/docs/EventRoomType.md +21 -1
  65. package/docs/EventRoomTypeAddOnDetails.md +16 -0
  66. package/docs/{EventRoomTypeCount.md → EventRoomTypeAllOfCount.md} +3 -3
  67. package/docs/EventRoomTypePassTypeDetails.md +26 -0
  68. package/docs/EventRoomTypeReservation.md +14 -0
  69. package/docs/EventRoomTypeReservationCreateInputs.md +1 -1
  70. package/docs/EventSession.md +48 -0
  71. package/docs/EventSessionAccess.md +12 -0
  72. package/docs/EventSessionLocation.md +18 -0
  73. package/docs/EventSessionQuestion.md +47 -1
  74. package/docs/{EventSessionQuestionCount.md → EventSessionQuestionAllOfCount.md} +3 -3
  75. package/docs/EventSessionQuestionChoice.md +18 -4
  76. package/docs/EventSessionQuestionChoiceSubQuestion.md +8 -0
  77. package/docs/EventSessionQuestionResponse.md +8 -0
  78. package/docs/EventSessionQuestionResponseChange.md +16 -0
  79. package/docs/EventSessionSection.md +12 -0
  80. package/docs/EventSessionSectionQuestion.md +10 -0
  81. package/docs/EventSpeaker.md +26 -0
  82. package/docs/EventSponsorship.md +14 -0
  83. package/docs/EventSponsorshipLevel.md +10 -0
  84. package/docs/EventTrack.md +11 -1
  85. package/docs/{EventTrackCount.md → EventTrackAllOfCount.md} +3 -3
  86. package/docs/Faq.md +10 -0
  87. package/docs/FaqSection.md +8 -0
  88. package/docs/File.md +36 -0
  89. package/docs/GetAccountThreads200Response.md +1 -1
  90. package/docs/GetFiles200Response.md +1 -1
  91. package/docs/GetPresets200Response.md +1 -1
  92. package/docs/GetPushDevice200Response.md +1 -1
  93. package/docs/GetSelf200Response.md +1 -1
  94. package/docs/GetThreadCircles200Response.md +1 -1
  95. package/docs/GetThreadMessageFiles200Response.md +1 -1
  96. package/docs/Group.md +24 -2
  97. package/docs/{GroupCount.md → GroupAllOfCount.md} +3 -3
  98. package/docs/GroupInvitation.md +8 -0
  99. package/docs/GroupMembership.md +12 -0
  100. package/docs/GroupRequest.md +8 -0
  101. package/docs/Image.md +12 -0
  102. package/docs/ImageUsage.md +21 -1
  103. package/docs/{ImageUsageCount.md → ImageUsageAllOfCount.md} +3 -3
  104. package/docs/ImageWCopyUri.md +20 -0
  105. package/docs/Import.md +13 -1
  106. package/docs/{ImportCount.md → ImportAllOfCount.md} +3 -3
  107. package/docs/ImportItem.md +16 -0
  108. package/docs/Integration.md +11 -1
  109. package/docs/{IntegrationDetails.md → IntegrationAllOfDetails.md} +3 -3
  110. package/docs/Interest.md +11 -1
  111. package/docs/{InterestCount.md → InterestAllOfCount.md} +3 -3
  112. package/docs/InterestInputs.md +6 -0
  113. package/docs/Invoice.md +18 -0
  114. package/docs/InvoiceLineItem.md +20 -0
  115. package/docs/Lead.md +13 -1
  116. package/docs/{LeadAttributesInner.md → LeadAllOfAttributes.md} +3 -3
  117. package/docs/Level.md +19 -1
  118. package/docs/Like.md +4 -0
  119. package/docs/LinkInputs.md +6 -0
  120. package/docs/LinkPreview.md +36 -0
  121. package/docs/Login.md +25 -1
  122. package/docs/{LoginCount.md → LoginAllOfCount.md} +3 -3
  123. package/docs/Match.md +10 -0
  124. package/docs/Meeting.md +6 -0
  125. package/docs/MeetingLink.md +10 -0
  126. package/docs/MeetingRecording.md +42 -0
  127. package/docs/MeetingSessionParticipant.md +28 -2
  128. package/docs/{MeetingSessionParticipantQualityStatsInnerAudioStatsInner.md → MeetingSessionParticipantAllOfAudioStats.md} +3 -3
  129. package/docs/MeetingSessionParticipantAllOfPeerStats.md +30 -0
  130. package/docs/{MeetingSessionParticipantPeerStatsDeviceInfo.md → MeetingSessionParticipantAllOfPeerStatsDeviceInfo.md} +3 -3
  131. package/docs/{MeetingSessionParticipantPeerStatsEventsInner.md → MeetingSessionParticipantAllOfPeerStatsEvents.md} +3 -3
  132. package/docs/{MeetingSessionParticipantPeerStatsIpInformation.md → MeetingSessionParticipantAllOfPeerStatsIpInformation.md} +3 -3
  133. package/docs/{MeetingSessionParticipantPeerStatsPrecallNetworkInformation.md → MeetingSessionParticipantAllOfPeerStatsPrecallNetworkInformation.md} +3 -3
  134. package/docs/{MeetingSessionParticipantQualityStatsInner.md → MeetingSessionParticipantAllOfQualityStats.md} +5 -5
  135. package/docs/{MeetingSessionParticipantQualityStatsInnerVideoStatsInner.md → MeetingSessionParticipantAllOfVideoStats.md} +3 -3
  136. package/docs/MentionInputs.md +6 -0
  137. package/docs/Notification.md +18 -0
  138. package/docs/Organization.md +19 -1
  139. package/docs/{OrganizationOAuthInner.md → OrganizationAllOfOAuth.md} +3 -3
  140. package/docs/OrganizationModule.md +12 -0
  141. package/docs/PassAddOn.md +6 -0
  142. package/docs/Payment.md +57 -3
  143. package/docs/PaymentAllOfIntegration.md +20 -0
  144. package/docs/PaymentIntegration.md +16 -0
  145. package/docs/PaymentLineItem.md +44 -0
  146. package/docs/Preset.md +26 -0
  147. package/docs/PushDevice.md +46 -0
  148. package/docs/RegistrationBypass.md +34 -0
  149. package/docs/RegistrationFollowup.md +12 -0
  150. package/docs/RegistrationFollowupQuestion.md +10 -0
  151. package/docs/RegistrationQuestion.md +46 -0
  152. package/docs/RegistrationQuestionChoice.md +18 -4
  153. package/docs/RegistrationQuestionChoiceSubQuestion.md +8 -0
  154. package/docs/RegistrationQuestionResponse.md +8 -0
  155. package/docs/RegistrationQuestionResponseChange.md +16 -0
  156. package/docs/RegistrationSection.md +12 -0
  157. package/docs/RegistrationSectionQuestion.md +10 -0
  158. package/docs/Room.md +8 -0
  159. package/docs/Round.md +9 -1
  160. package/docs/{RoundMatchesInner.md → RoundAllOfMatches.md} +3 -3
  161. package/docs/RoundEventQuestion.md +58 -0
  162. package/docs/RoundSessionQuestion.md +58 -0
  163. package/docs/Schedule.md +26 -0
  164. package/docs/SearchList.md +7 -1
  165. package/docs/SearchListValue.md +8 -0
  166. package/docs/SegmentInputs.md +6 -0
  167. package/docs/Self.md +38 -0
  168. package/docs/Series.md +18 -0
  169. package/docs/SideEffect.md +18 -0
  170. package/docs/StandardReport.md +16 -0
  171. package/docs/StreamInput.md +22 -4
  172. package/docs/StreamSession.md +16 -0
  173. package/docs/StreamSessionSubscription.md +14 -0
  174. package/docs/SupportTicket.md +13 -1
  175. package/docs/SupportTicketActivityLog.md +34 -0
  176. package/docs/SupportTicketMessage.md +16 -0
  177. package/docs/SupportTicketNote.md +8 -0
  178. package/docs/SupportTicketViewer.md +32 -0
  179. package/docs/Survey.md +14 -0
  180. package/docs/SurveyQuestion.md +43 -1
  181. package/docs/SurveyQuestionChoice.md +18 -4
  182. package/docs/SurveyQuestionChoiceSubQuestion.md +8 -0
  183. package/docs/SurveyQuestionResponse.md +8 -0
  184. package/docs/SurveyQuestionResponseChange.md +16 -0
  185. package/docs/SurveySection.md +12 -0
  186. package/docs/SurveySectionQuestion.md +10 -0
  187. package/docs/SurveySubmission.md +8 -0
  188. package/docs/TaxIntegrationLog.md +12 -0
  189. package/docs/TeamMember.md +20 -0
  190. package/docs/Thread.md +34 -0
  191. package/docs/ThreadCircle.md +28 -0
  192. package/docs/ThreadCircleAccount.md +24 -0
  193. package/docs/ThreadMember.md +12 -0
  194. package/docs/ThreadMessage.md +15 -1
  195. package/docs/ThreadMessageEntity.md +34 -0
  196. package/docs/ThreadMessageReaction.md +8 -0
  197. package/docs/Tier.md +19 -1
  198. package/docs/{TierCount.md → TierAllOfCount.md} +3 -3
  199. package/docs/Transfer.md +8 -0
  200. package/docs/TransferLog.md +10 -0
  201. package/docs/UploadFile200Response.md +1 -1
  202. package/docs/UpsertLinkPreview200Response.md +1 -1
  203. package/docs/User.md +14 -0
  204. package/docs/Video.md +22 -0
  205. package/docs/WebSocketConnection.md +34 -0
  206. package/docs/Webhook.md +8 -0
  207. package/package.json +5 -2
  208. package/docs/MeetingSessionParticipantPeerStats.md +0 -30
package/docs/Benefit.md CHANGED
@@ -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
+ **link** | **string** | | [default to undefined]
11
+ **imageId** | **string** | | [default to undefined]
12
+ **image** | [**BaseImage**](BaseImage.md) | | [default to undefined]
13
+ **title** | **string** | | [default to undefined]
14
+ **description** | **string** | | [default to undefined]
15
+ **startDate** | **string** | | [default to undefined]
16
+ **endDate** | **string** | | [default to undefined]
17
+ **priority** | **number** | | [default to undefined]
8
18
  **managerId** | **string** | | [default to undefined]
9
19
  **manager** | [**BaseAccount**](BaseAccount.md) | | [default to undefined]
10
20
  **eventId** | **string** | | [default to undefined]
@@ -12,7 +22,7 @@ Name | Type | Description | Notes
12
22
  **eventOnly** | **boolean** | | [default to undefined]
13
23
  **createdAt** | **string** | | [default to undefined]
14
24
  **updatedAt** | **string** | | [default to undefined]
15
- **_count** | [**BenefitCount**](BenefitCount.md) | | [default to undefined]
25
+ **_count** | [**BenefitAllOfCount**](BenefitAllOfCount.md) | | [default to undefined]
16
26
 
17
27
  ## Example
18
28
 
@@ -20,6 +30,16 @@ Name | Type | Description | Notes
20
30
  import { Benefit } from '@connectedxm/admin-sdk';
21
31
 
22
32
  const instance: Benefit = {
33
+ id,
34
+ slug,
35
+ link,
36
+ imageId,
37
+ image,
38
+ title,
39
+ description,
40
+ startDate,
41
+ endDate,
42
+ priority,
23
43
  managerId,
24
44
  manager,
25
45
  eventId,
@@ -1,4 +1,4 @@
1
- # BenefitCount
1
+ # BenefitAllOfCount
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 { BenefitCount } from '@connectedxm/admin-sdk';
13
+ import { BenefitAllOfCount } from '@connectedxm/admin-sdk';
14
14
 
15
- const instance: BenefitCount = {
15
+ const instance: BenefitAllOfCount = {
16
16
  clicks,
17
17
  };
18
18
  ```
package/docs/Booking.md CHANGED
@@ -5,6 +5,15 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **alternateId** | **string** | | [default to undefined]
10
+ **placeId** | **string** | | [default to undefined]
11
+ **day** | **string** | | [default to undefined]
12
+ **time** | **string** | | [default to undefined]
13
+ **duration** | **number** | | [default to undefined]
14
+ **status** | [**PurchaseStatus**](PurchaseStatus.md) | | [default to undefined]
15
+ **account** | [**BaseAccount**](BaseAccount.md) | | [default to undefined]
16
+ **space** | [**BaseBookingSpace**](BaseBookingSpace.md) | | [default to undefined]
8
17
  **lineItem** | [**PaymentLineItem**](PaymentLineItem.md) | | [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 { Booking } from '@connectedxm/admin-sdk';
16
25
 
17
26
  const instance: Booking = {
27
+ id,
28
+ alternateId,
29
+ placeId,
30
+ day,
31
+ time,
32
+ duration,
33
+ status,
34
+ account,
35
+ space,
18
36
  lineItem,
19
37
  createdAt,
20
38
  updatedAt,
@@ -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
+ **slug** | **string** | | [default to undefined]
11
+ **timezone** | **string** | | [default to undefined]
12
+ **description** | **string** | | [default to undefined]
13
+ **image** | [**BaseImage**](BaseImage.md) | | [default to undefined]
14
+ **sortOrder** | **number** | | [default to undefined]
15
+ **visible** | **boolean** | | [default to undefined]
16
+ **paymentIntegrationId** | **string** | | [default to undefined]
17
+ **paymentIntegration** | [**BasePaymentIntegration**](BasePaymentIntegration.md) | | [default to undefined]
8
18
  **address1** | **string** | | [default to undefined]
9
19
  **address2** | **string** | | [default to undefined]
10
20
  **city** | **string** | | [default to undefined]
@@ -19,6 +29,16 @@ Name | Type | Description | Notes
19
29
  import { BookingPlace } from '@connectedxm/admin-sdk';
20
30
 
21
31
  const instance: BookingPlace = {
32
+ id,
33
+ name,
34
+ slug,
35
+ timezone,
36
+ description,
37
+ image,
38
+ sortOrder,
39
+ visible,
40
+ paymentIntegrationId,
41
+ paymentIntegration,
22
42
  address1,
23
43
  address2,
24
44
  city,
@@ -5,6 +5,21 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **name** | **string** | | [default to undefined]
10
+ **slug** | **string** | | [default to undefined]
11
+ **supply** | **number** | | [default to undefined]
12
+ **slotDuration** | **number** | | [default to undefined]
13
+ **price** | **number** | | [default to undefined]
14
+ **description** | **string** | | [default to undefined]
15
+ **image** | [**BaseImage**](BaseImage.md) | | [default to undefined]
16
+ **start** | **string** | | [default to undefined]
17
+ **end** | **string** | | [default to undefined]
18
+ **sortOrder** | **number** | | [default to undefined]
19
+ **visible** | **boolean** | | [default to undefined]
20
+ **taxCode** | **string** | | [default to undefined]
21
+ **taxIncluded** | **boolean** | | [default to undefined]
22
+ **taxLocation** | [**TaxLocationType**](TaxLocationType.md) | | [default to undefined]
8
23
  **confirmationBody** | **string** | | [default to undefined]
9
24
  **confirmationReplyTo** | **string** | | [default to undefined]
10
25
  **createdAt** | **string** | | [default to undefined]
@@ -16,6 +31,21 @@ Name | Type | Description | Notes
16
31
  import { BookingSpace } from '@connectedxm/admin-sdk';
17
32
 
18
33
  const instance: BookingSpace = {
34
+ id,
35
+ name,
36
+ slug,
37
+ supply,
38
+ slotDuration,
39
+ price,
40
+ description,
41
+ image,
42
+ start,
43
+ end,
44
+ sortOrder,
45
+ visible,
46
+ taxCode,
47
+ taxIncluded,
48
+ taxLocation,
19
49
  confirmationBody,
20
50
  confirmationReplyTo,
21
51
  createdAt,
@@ -5,6 +5,10 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **dayOfWeek** | [**DayOfWeek**](DayOfWeek.md) | | [default to undefined]
10
+ **startTime** | **string** | | [default to undefined]
11
+ **endTime** | **string** | | [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 { BookingSpaceAvailability } from '@connectedxm/admin-sdk';
15
19
 
16
20
  const instance: BookingSpaceAvailability = {
21
+ id,
22
+ dayOfWeek,
23
+ startTime,
24
+ endTime,
17
25
  createdAt,
18
26
  updatedAt,
19
27
  };
@@ -5,6 +5,9 @@
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]
8
11
  **createdAt** | **string** | | [default to undefined]
9
12
  **updatedAt** | **string** | | [default to undefined]
10
13
 
@@ -14,6 +17,9 @@ Name | Type | Description | Notes
14
17
  import { BookingSpaceBlackout } from '@connectedxm/admin-sdk';
15
18
 
16
19
  const instance: BookingSpaceBlackout = {
20
+ id,
21
+ start,
22
+ end,
17
23
  createdAt,
18
24
  updatedAt,
19
25
  };
package/docs/Channel.md CHANGED
@@ -5,6 +5,18 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **slug** | **string** | | [default to undefined]
10
+ **featured** | **boolean** | | [default to undefined]
11
+ **name** | **string** | | [default to undefined]
12
+ **description** | **string** | | [default to undefined]
13
+ **priority** | **number** | | [default to undefined]
14
+ **visible** | **boolean** | | [default to undefined]
15
+ **_private** | **boolean** | | [default to undefined]
16
+ **imageId** | **string** | | [default to undefined]
17
+ **image** | [**BaseImage**](BaseImage.md) | | [default to undefined]
18
+ **bannerId** | **string** | | [default to undefined]
19
+ **banner** | [**BaseImage**](BaseImage.md) | | [default to undefined]
8
20
  **externalUrl** | **string** | | [default to undefined]
9
21
  **appleUrl** | **string** | | [default to undefined]
10
22
  **spotifyUrl** | **string** | | [default to undefined]
@@ -22,6 +34,18 @@ Name | Type | Description | Notes
22
34
  import { Channel } from '@connectedxm/admin-sdk';
23
35
 
24
36
  const instance: Channel = {
37
+ id,
38
+ slug,
39
+ featured,
40
+ name,
41
+ description,
42
+ priority,
43
+ visible,
44
+ _private,
45
+ imageId,
46
+ image,
47
+ bannerId,
48
+ banner,
25
49
  externalUrl,
26
50
  appleUrl,
27
51
  spotifyUrl,
@@ -5,6 +5,26 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **featured** | **boolean** | | [default to undefined]
10
+ **slug** | **string** | | [default to undefined]
11
+ **title** | **string** | | [default to undefined]
12
+ **description** | **string** | | [default to undefined]
13
+ **imageId** | **string** | | [default to undefined]
14
+ **image** | [**BaseImage**](BaseImage.md) | | [default to undefined]
15
+ **squareImageId** | **string** | | [default to undefined]
16
+ **squareImage** | [**BaseImage**](BaseImage.md) | | [default to undefined]
17
+ **imageUrl** | **string** | | [default to undefined]
18
+ **audioId** | **number** | | [default to undefined]
19
+ **audio** | [**BaseFile**](BaseFile.md) | | [default to undefined]
20
+ **videoId** | **string** | | [default to undefined]
21
+ **video** | [**BaseVideo**](BaseVideo.md) | | [default to undefined]
22
+ **channelId** | **string** | | [default to undefined]
23
+ **channel** | [**BaseChannel**](BaseChannel.md) | | [default to undefined]
24
+ **duration** | **string** | | [default to undefined]
25
+ **published** | **string** | | [default to undefined]
26
+ **email** | **boolean** | | [default to undefined]
27
+ **push** | **boolean** | | [default to undefined]
8
28
  **body** | **string** | | [default to undefined]
9
29
  **externalUrl** | **string** | | [default to undefined]
10
30
  **appleUrl** | **string** | | [default to undefined]
@@ -15,7 +35,7 @@ Name | Type | Description | Notes
15
35
  **publishSchedule** | [**BaseSchedule**](BaseSchedule.md) | | [default to undefined]
16
36
  **createdAt** | **string** | | [default to undefined]
17
37
  **updatedAt** | **string** | | [default to undefined]
18
- **_count** | [**ChannelContentCount**](ChannelContentCount.md) | | [default to undefined]
38
+ **_count** | [**ChannelContentAllOfCount**](ChannelContentAllOfCount.md) | | [default to undefined]
19
39
 
20
40
  ## Example
21
41
 
@@ -23,6 +43,26 @@ Name | Type | Description | Notes
23
43
  import { ChannelContent } from '@connectedxm/admin-sdk';
24
44
 
25
45
  const instance: ChannelContent = {
46
+ id,
47
+ featured,
48
+ slug,
49
+ title,
50
+ description,
51
+ imageId,
52
+ image,
53
+ squareImageId,
54
+ squareImage,
55
+ imageUrl,
56
+ audioId,
57
+ audio,
58
+ videoId,
59
+ video,
60
+ channelId,
61
+ channel,
62
+ duration,
63
+ published,
64
+ email,
65
+ push,
26
66
  body,
27
67
  externalUrl,
28
68
  appleUrl,
@@ -1,4 +1,4 @@
1
- # ChannelContentCount
1
+ # ChannelContentAllOfCount
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 { ChannelContentCount } from '@connectedxm/admin-sdk';
14
+ import { ChannelContentAllOfCount } from '@connectedxm/admin-sdk';
15
15
 
16
- const instance: ChannelContentCount = {
16
+ const instance: ChannelContentAllOfCount = {
17
17
  likes,
18
18
  activities,
19
19
  };
@@ -0,0 +1,66 @@
1
+ # ChannelContentGuest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **slug** | **string** | | [default to undefined]
10
+ **contentId** | **string** | | [default to undefined]
11
+ **accountId** | **string** | | [default to undefined]
12
+ **account** | [**BaseAccount**](BaseAccount.md) | | [default to undefined]
13
+ **type** | [**ContentGuestType**](ContentGuestType.md) | | [default to undefined]
14
+ **name** | **string** | | [default to undefined]
15
+ **title** | **string** | | [default to undefined]
16
+ **bio** | **string** | | [default to undefined]
17
+ **company** | **string** | | [default to undefined]
18
+ **companyLink** | **string** | | [default to undefined]
19
+ **companyBio** | **string** | | [default to undefined]
20
+ **imageId** | **string** | | [default to undefined]
21
+ **image** | [**BaseImage**](BaseImage.md) | | [default to undefined]
22
+ **website** | **string** | | [default to undefined]
23
+ **facebook** | **string** | | [default to undefined]
24
+ **twitter** | **string** | | [default to undefined]
25
+ **instagram** | **string** | | [default to undefined]
26
+ **linkedIn** | **string** | | [default to undefined]
27
+ **tikTok** | **string** | | [default to undefined]
28
+ **youtube** | **string** | | [default to undefined]
29
+ **discord** | **string** | | [default to undefined]
30
+ **createdAt** | **string** | | [default to undefined]
31
+ **updatedAt** | **string** | | [default to undefined]
32
+
33
+ ## Example
34
+
35
+ ```typescript
36
+ import { ChannelContentGuest } from '@connectedxm/admin-sdk';
37
+
38
+ const instance: ChannelContentGuest = {
39
+ id,
40
+ slug,
41
+ contentId,
42
+ accountId,
43
+ account,
44
+ type,
45
+ name,
46
+ title,
47
+ bio,
48
+ company,
49
+ companyLink,
50
+ companyBio,
51
+ imageId,
52
+ image,
53
+ website,
54
+ facebook,
55
+ twitter,
56
+ instagram,
57
+ linkedIn,
58
+ tikTok,
59
+ youtube,
60
+ discord,
61
+ createdAt,
62
+ updatedAt,
63
+ };
64
+ ```
65
+
66
+ [[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,9 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **accountId** | **string** | | [default to undefined]
9
+ **channelId** | **string** | | [default to undefined]
10
+ **contentId** | **string** | | [default to undefined]
8
11
  **account** | [**BaseAccount**](BaseAccount.md) | | [default to undefined]
9
12
  **createdAt** | **string** | | [default to undefined]
10
13
  **updatedAt** | **string** | | [default to undefined]
@@ -15,6 +18,9 @@ Name | Type | Description | Notes
15
18
  import { ChannelContentLike } from '@connectedxm/admin-sdk';
16
19
 
17
20
  const instance: ChannelContentLike = {
21
+ accountId,
22
+ channelId,
23
+ contentId,
18
24
  account,
19
25
  createdAt,
20
26
  updatedAt,
package/docs/Coupon.md CHANGED
@@ -5,13 +5,35 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **eventId** | **string** | | [default to undefined]
9
+ **id** | **string** | | [default to undefined]
10
+ **prePaid** | **boolean** | | [default to undefined]
11
+ **code** | **string** | | [default to undefined]
12
+ **description** | **string** | | [default to undefined]
13
+ **active** | **boolean** | | [default to undefined]
14
+ **startDate** | **string** | | [default to undefined]
15
+ **endDate** | **string** | | [default to undefined]
16
+ **discountAmount** | **number** | | [default to undefined]
17
+ **discountPercent** | **number** | | [default to undefined]
18
+ **quantityMin** | **number** | | [default to undefined]
19
+ **quantityMax** | **number** | | [default to undefined]
20
+ **useLimit** | **number** | | [default to undefined]
21
+ **limitPerAccount** | **number** | | [default to undefined]
22
+ **purchaseLimit** | **number** | | [default to undefined]
23
+ **emailDomains** | **string** | | [default to undefined]
24
+ **ticketId** | **string** | | [default to undefined]
25
+ **ticket** | [**BaseEventPassType**](BaseEventPassType.md) | | [default to undefined]
26
+ **applyToPassType** | **boolean** | | [default to undefined]
27
+ **applyToAddOns** | **boolean** | | [default to undefined]
28
+ **applyToReservation** | **boolean** | | [default to undefined]
29
+ **registrationId** | **string** | | [default to undefined]
8
30
  **registration** | [**BaseEventAttendee**](BaseEventAttendee.md) | | [default to undefined]
9
31
  **lineItem** | [**PaymentLineItem**](PaymentLineItem.md) | | [default to undefined]
10
32
  **parentCouponId** | **string** | | [default to undefined]
11
33
  **parentCoupon** | [**BaseCoupon**](BaseCoupon.md) | | [default to undefined]
12
34
  **createdAt** | **string** | | [default to undefined]
13
35
  **updatedAt** | **string** | | [default to undefined]
14
- **_count** | [**CouponCount**](CouponCount.md) | | [default to undefined]
36
+ **_count** | [**CouponAllOfCount**](CouponAllOfCount.md) | | [default to undefined]
15
37
 
16
38
  ## Example
17
39
 
@@ -19,6 +41,28 @@ Name | Type | Description | Notes
19
41
  import { Coupon } from '@connectedxm/admin-sdk';
20
42
 
21
43
  const instance: Coupon = {
44
+ eventId,
45
+ id,
46
+ prePaid,
47
+ code,
48
+ description,
49
+ active,
50
+ startDate,
51
+ endDate,
52
+ discountAmount,
53
+ discountPercent,
54
+ quantityMin,
55
+ quantityMax,
56
+ useLimit,
57
+ limitPerAccount,
58
+ purchaseLimit,
59
+ emailDomains,
60
+ ticketId,
61
+ ticket,
62
+ applyToPassType,
63
+ applyToAddOns,
64
+ applyToReservation,
65
+ registrationId,
22
66
  registration,
23
67
  lineItem,
24
68
  parentCouponId,
@@ -1,4 +1,4 @@
1
- # CouponCount
1
+ # CouponAllOfCount
2
2
 
3
3
 
4
4
  ## Properties
@@ -12,9 +12,9 @@ Name | Type | Description | Notes
12
12
  ## Example
13
13
 
14
14
  ```typescript
15
- import { CouponCount } from '@connectedxm/admin-sdk';
15
+ import { CouponAllOfCount } from '@connectedxm/admin-sdk';
16
16
 
17
- const instance: CouponCount = {
17
+ const instance: CouponAllOfCount = {
18
18
  purchases,
19
19
  payments,
20
20
  variants,
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
8
  **status** | **string** | | [default to undefined]
9
9
  **message** | **string** | | [default to undefined]
10
- **data** | **object** | | [default to undefined]
10
+ **data** | [**Preset**](Preset.md) | | [default to undefined]
11
11
 
12
12
  ## Example
13
13
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
8
  **status** | **string** | | [default to undefined]
9
9
  **message** | **string** | | [default to undefined]
10
- **data** | **object** | | [default to undefined]
10
+ **data** | [**Thread**](Thread.md) | | [default to undefined]
11
11
 
12
12
  ## Example
13
13
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
8
  **status** | **string** | | [default to undefined]
9
9
  **message** | **string** | | [default to undefined]
10
- **data** | **object** | | [default to undefined]
10
+ **data** | [**ThreadCircle**](ThreadCircle.md) | | [default to undefined]
11
11
 
12
12
  ## Example
13
13
 
@@ -5,6 +5,14 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **eventId** | **string** | | [optional] [default to undefined]
9
+ **placeId** | **string** | | [optional] [default to undefined]
10
+ **groupId** | **string** | | [optional] [default to undefined]
11
+ **channelId** | **string** | | [optional] [default to undefined]
12
+ **accountId** | **string** | | [optional] [default to undefined]
13
+ **surveyId** | **string** | | [optional] [default to undefined]
14
+ **sessionId** | **string** | | [optional] [default to undefined]
15
+ **seriesId** | **string** | | [optional] [default to undefined]
8
16
  **name** | **string** | | [default to undefined]
9
17
  **description** | **string** | | [optional] [default to undefined]
10
18
  **gridState** | **string** | | [optional] [default to undefined]
@@ -16,6 +24,14 @@ Name | Type | Description | Notes
16
24
  import { CustomReportCreateInputs } from '@connectedxm/admin-sdk';
17
25
 
18
26
  const instance: CustomReportCreateInputs = {
27
+ eventId,
28
+ placeId,
29
+ groupId,
30
+ channelId,
31
+ accountId,
32
+ surveyId,
33
+ sessionId,
34
+ seriesId,
19
35
  name,
20
36
  description,
21
37
  gridState,
package/docs/Dashboard.md CHANGED
@@ -5,6 +5,13 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **name** | **string** | | [default to undefined]
10
+ **organizationId** | **string** | | [default to undefined]
11
+ **eventId** | **string** | | [default to undefined]
12
+ **userId** | **string** | | [default to undefined]
13
+ **createdAt** | **string** | | [default to undefined]
14
+ **updatedAt** | **string** | | [default to undefined]
8
15
  **widgets** | [**Array<BaseDashboardWidget>**](BaseDashboardWidget.md) | | [default to undefined]
9
16
 
10
17
  ## Example
@@ -13,6 +20,13 @@ Name | Type | Description | Notes
13
20
  import { Dashboard } from '@connectedxm/admin-sdk';
14
21
 
15
22
  const instance: Dashboard = {
23
+ id,
24
+ name,
25
+ organizationId,
26
+ eventId,
27
+ userId,
28
+ createdAt,
29
+ updatedAt,
16
30
  widgets,
17
31
  };
18
32
  ```
@@ -0,0 +1,30 @@
1
+ # DashboardWidget
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **endpoint** | [**DashboardWidgetEndpoint**](DashboardWidgetEndpoint.md) | | [default to undefined]
10
+ **x** | **number** | | [default to undefined]
11
+ **y** | **number** | | [default to undefined]
12
+ **w** | **number** | | [default to undefined]
13
+ **h** | **number** | | [default to undefined]
14
+
15
+ ## Example
16
+
17
+ ```typescript
18
+ import { DashboardWidget } from '@connectedxm/admin-sdk';
19
+
20
+ const instance: DashboardWidget = {
21
+ id,
22
+ endpoint,
23
+ x,
24
+ y,
25
+ w,
26
+ h,
27
+ };
28
+ ```
29
+
30
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -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,