@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/dist/esm/api.js CHANGED
@@ -26,6 +26,16 @@ import globalAxios from 'axios';
26
26
  import { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from './common';
27
27
  // @ts-ignore
28
28
  import { BASE_PATH, BaseAPI, operationServerMap } from './base';
29
+ export var APILogSourceEnum;
30
+ (function (APILogSourceEnum) {
31
+ APILogSourceEnum["Admin"] = "admin";
32
+ APILogSourceEnum["Client"] = "client";
33
+ })(APILogSourceEnum || (APILogSourceEnum = {}));
34
+ export var APILogStatusEnum;
35
+ (function (APILogStatusEnum) {
36
+ APILogStatusEnum["Success"] = "success";
37
+ APILogStatusEnum["Failure"] = "failure";
38
+ })(APILogStatusEnum || (APILogStatusEnum = {}));
29
39
  export var AccountAccess;
30
40
  (function (AccountAccess) {
31
41
  AccountAccess["FullAccess"] = "FULL_ACCESS";
@@ -33,6 +43,13 @@ export var AccountAccess;
33
43
  AccountAccess["Restricted"] = "RESTRICTED";
34
44
  AccountAccess["Banned"] = "BANNED";
35
45
  })(AccountAccess || (AccountAccess = {}));
46
+ export var AccountAttributeTypeEnum;
47
+ (function (AccountAttributeTypeEnum) {
48
+ AccountAttributeTypeEnum["Text"] = "text";
49
+ AccountAttributeTypeEnum["Number"] = "number";
50
+ AccountAttributeTypeEnum["Date"] = "date";
51
+ AccountAttributeTypeEnum["Boolean"] = "boolean";
52
+ })(AccountAttributeTypeEnum || (AccountAttributeTypeEnum = {}));
36
53
  export var AccountAttributeCreateInputsTypeEnum;
37
54
  (function (AccountAttributeCreateInputsTypeEnum) {
38
55
  AccountAttributeCreateInputsTypeEnum["Text"] = "text";
@@ -1008,6 +1025,13 @@ export var InterestInputsTypeEnum;
1008
1025
  (function (InterestInputsTypeEnum) {
1009
1026
  InterestInputsTypeEnum["Interest"] = "interest";
1010
1027
  })(InterestInputsTypeEnum || (InterestInputsTypeEnum = {}));
1028
+ export var InterestInputsMarksEnum;
1029
+ (function (InterestInputsMarksEnum) {
1030
+ InterestInputsMarksEnum["Bold"] = "bold";
1031
+ InterestInputsMarksEnum["Italic"] = "italic";
1032
+ InterestInputsMarksEnum["Underline"] = "underline";
1033
+ InterestInputsMarksEnum["Strike"] = "strike";
1034
+ })(InterestInputsMarksEnum || (InterestInputsMarksEnum = {}));
1011
1035
  export var InvoiceStatus;
1012
1036
  (function (InvoiceStatus) {
1013
1037
  InvoiceStatus["Draft"] = "draft";
@@ -1030,6 +1054,13 @@ export var LinkInputsTypeEnum;
1030
1054
  (function (LinkInputsTypeEnum) {
1031
1055
  LinkInputsTypeEnum["Link"] = "link";
1032
1056
  })(LinkInputsTypeEnum || (LinkInputsTypeEnum = {}));
1057
+ export var LinkInputsMarksEnum;
1058
+ (function (LinkInputsMarksEnum) {
1059
+ LinkInputsMarksEnum["Bold"] = "bold";
1060
+ LinkInputsMarksEnum["Italic"] = "italic";
1061
+ LinkInputsMarksEnum["Underline"] = "underline";
1062
+ LinkInputsMarksEnum["Strike"] = "strike";
1063
+ })(LinkInputsMarksEnum || (LinkInputsMarksEnum = {}));
1033
1064
  export var LivestreamStatusEnum;
1034
1065
  (function (LivestreamStatusEnum) {
1035
1066
  LivestreamStatusEnum["Live"] = "LIVE";
@@ -1107,6 +1138,13 @@ export var MentionInputsTypeEnum;
1107
1138
  (function (MentionInputsTypeEnum) {
1108
1139
  MentionInputsTypeEnum["Mention"] = "mention";
1109
1140
  })(MentionInputsTypeEnum || (MentionInputsTypeEnum = {}));
1141
+ export var MentionInputsMarksEnum;
1142
+ (function (MentionInputsMarksEnum) {
1143
+ MentionInputsMarksEnum["Bold"] = "bold";
1144
+ MentionInputsMarksEnum["Italic"] = "italic";
1145
+ MentionInputsMarksEnum["Underline"] = "underline";
1146
+ MentionInputsMarksEnum["Strike"] = "strike";
1147
+ })(MentionInputsMarksEnum || (MentionInputsMarksEnum = {}));
1110
1148
  export var ModerationStatus;
1111
1149
  (function (ModerationStatus) {
1112
1150
  ModerationStatus["None"] = "none";
@@ -1286,6 +1324,13 @@ export var SegmentInputsTypeEnum;
1286
1324
  (function (SegmentInputsTypeEnum) {
1287
1325
  SegmentInputsTypeEnum["Segment"] = "segment";
1288
1326
  })(SegmentInputsTypeEnum || (SegmentInputsTypeEnum = {}));
1327
+ export var SegmentInputsMarksEnum;
1328
+ (function (SegmentInputsMarksEnum) {
1329
+ SegmentInputsMarksEnum["Bold"] = "bold";
1330
+ SegmentInputsMarksEnum["Italic"] = "italic";
1331
+ SegmentInputsMarksEnum["Underline"] = "underline";
1332
+ SegmentInputsMarksEnum["Strike"] = "strike";
1333
+ })(SegmentInputsMarksEnum || (SegmentInputsMarksEnum = {}));
1289
1334
  export var SessionAccess;
1290
1335
  (function (SessionAccess) {
1291
1336
  SessionAccess["Public"] = "PUBLIC";
package/docs/APILog.md CHANGED
@@ -5,6 +5,20 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **login** | [**BaseLogin**](BaseLogin.md) | | [default to undefined]
10
+ **account** | [**BaseAccount**](BaseAccount.md) | | [default to undefined]
11
+ **user** | [**BaseUser**](BaseUser.md) | | [default to undefined]
12
+ **source** | **string** | | [default to undefined]
13
+ **status** | **string** | | [default to undefined]
14
+ **statusCode** | **number** | | [default to undefined]
15
+ **response** | **string** | | [default to undefined]
16
+ **path** | **string** | | [default to undefined]
17
+ **method** | **string** | | [default to undefined]
18
+ **deviceType** | **string** | | [default to undefined]
19
+ **ipaddress** | **string** | | [default to undefined]
20
+ **country** | **string** | | [default to undefined]
21
+ **createdAt** | **string** | | [default to undefined]
8
22
  **headers** | **object** | | [default to undefined]
9
23
  **params** | **object** | | [default to undefined]
10
24
  **query** | **object** | | [default to undefined]
@@ -26,6 +40,20 @@ Name | Type | Description | Notes
26
40
  import { APILog } from '@connectedxm/admin-sdk';
27
41
 
28
42
  const instance: APILog = {
43
+ id,
44
+ login,
45
+ account,
46
+ user,
47
+ source,
48
+ status,
49
+ statusCode,
50
+ response,
51
+ path,
52
+ method,
53
+ deviceType,
54
+ ipaddress,
55
+ country,
56
+ createdAt,
29
57
  headers,
30
58
  params,
31
59
  query,
package/docs/Account.md CHANGED
@@ -5,6 +5,25 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **organizationId** | **string** | | [default to undefined]
9
+ **id** | **string** | | [default to undefined]
10
+ **accountAccess** | [**AccountAccess**](AccountAccess.md) | | [default to undefined]
11
+ **firstName** | **string** | | [default to undefined]
12
+ **lastName** | **string** | | [default to undefined]
13
+ **email** | **string** | | [default to undefined]
14
+ **verified** | **boolean** | | [default to undefined]
15
+ **username** | **string** | | [default to undefined]
16
+ **imageId** | **string** | | [default to undefined]
17
+ **image** | [**BaseImage**](BaseImage.md) | | [default to undefined]
18
+ **featured** | **boolean** | | [default to undefined]
19
+ **timezone** | **string** | | [default to undefined]
20
+ **locale** | **string** | | [default to undefined]
21
+ **country** | **string** | | [default to undefined]
22
+ **internalRefId** | **string** | | [default to undefined]
23
+ **accountTiers** | [**Array<BaseTier>**](BaseTier.md) | | [default to undefined]
24
+ **chatConnected** | **boolean** | | [default to undefined]
25
+ **attributes** | [**Array<AccountAttributeValue>**](AccountAttributeValue.md) | | [optional] [default to undefined]
26
+ **createdAt** | **string** | | [default to undefined]
8
27
  **bannerId** | **string** | | [default to undefined]
9
28
  **banner** | [**BaseImage**](BaseImage.md) | | [default to undefined]
10
29
  **phone** | **string** | | [default to undefined]
@@ -20,7 +39,6 @@ Name | Type | Description | Notes
20
39
  **youtube** | **string** | | [default to undefined]
21
40
  **dietaryRestrictions** | **string** | | [default to undefined]
22
41
  **taxEntityUseCode** | **string** | | [default to undefined]
23
- **attributes** | [**Array<AccountAttributeValue>**](AccountAttributeValue.md) | | [optional] [default to undefined]
24
42
  **updatedAt** | **string** | | [default to undefined]
25
43
 
26
44
  ## Example
@@ -29,6 +47,25 @@ Name | Type | Description | Notes
29
47
  import { Account } from '@connectedxm/admin-sdk';
30
48
 
31
49
  const instance: Account = {
50
+ organizationId,
51
+ id,
52
+ accountAccess,
53
+ firstName,
54
+ lastName,
55
+ email,
56
+ verified,
57
+ username,
58
+ imageId,
59
+ image,
60
+ featured,
61
+ timezone,
62
+ locale,
63
+ country,
64
+ internalRefId,
65
+ accountTiers,
66
+ chatConnected,
67
+ attributes,
68
+ createdAt,
32
69
  bannerId,
33
70
  banner,
34
71
  phone,
@@ -44,7 +81,6 @@ const instance: Account = {
44
81
  youtube,
45
82
  dietaryRestrictions,
46
83
  taxEntityUseCode,
47
- attributes,
48
84
  updatedAt,
49
85
  };
50
86
  ```
@@ -5,6 +5,15 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **primary** | **boolean** | | [default to undefined]
10
+ **name** | **string** | | [default to undefined]
11
+ **address1** | **string** | | [default to undefined]
12
+ **address2** | **string** | | [default to undefined]
13
+ **city** | **string** | | [default to undefined]
14
+ **state** | **string** | | [default to undefined]
15
+ **country** | **string** | | [default to undefined]
16
+ **zip** | **string** | | [default to undefined]
8
17
  **createdAt** | **string** | | [default to undefined]
9
18
  **updatedAt** | **string** | | [default to undefined]
10
19
 
@@ -14,6 +23,15 @@ Name | Type | Description | Notes
14
23
  import { AccountAddress } from '@connectedxm/admin-sdk';
15
24
 
16
25
  const instance: AccountAddress = {
26
+ id,
27
+ primary,
28
+ name,
29
+ address1,
30
+ address2,
31
+ city,
32
+ state,
33
+ country,
34
+ zip,
17
35
  createdAt,
18
36
  updatedAt,
19
37
  };
@@ -5,9 +5,20 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **name** | **string** | | [default to undefined]
10
+ **label** | **string** | | [default to undefined]
11
+ **type** | **string** | | [default to undefined]
12
+ **description** | **string** | | [default to undefined]
13
+ **required** | **boolean** | | [default to undefined]
14
+ **adminOnly** | **boolean** | | [default to undefined]
15
+ **editable** | **boolean** | | [default to undefined]
16
+ **_public** | **boolean** | | [default to undefined]
17
+ **includedInDashboards** | **boolean** | | [default to undefined]
18
+ **sortOrder** | **number** | | [default to undefined]
8
19
  **createdAt** | **string** | | [default to undefined]
9
20
  **updatedAt** | **string** | | [default to undefined]
10
- **_count** | [**AccountAttributeCount**](AccountAttributeCount.md) | | [default to undefined]
21
+ **_count** | [**AccountAttributeAllOfCount**](AccountAttributeAllOfCount.md) | | [default to undefined]
11
22
 
12
23
  ## Example
13
24
 
@@ -15,6 +26,17 @@ Name | Type | Description | Notes
15
26
  import { AccountAttribute } from '@connectedxm/admin-sdk';
16
27
 
17
28
  const instance: AccountAttribute = {
29
+ id,
30
+ name,
31
+ label,
32
+ type,
33
+ description,
34
+ required,
35
+ adminOnly,
36
+ editable,
37
+ _public,
38
+ includedInDashboards,
39
+ sortOrder,
18
40
  createdAt,
19
41
  updatedAt,
20
42
  _count,
@@ -1,4 +1,4 @@
1
- # AccountAttributeCount
1
+ # AccountAttributeAllOfCount
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 { AccountAttributeCount } from '@connectedxm/admin-sdk';
13
+ import { AccountAttributeAllOfCount } from '@connectedxm/admin-sdk';
14
14
 
15
- const instance: AccountAttributeCount = {
15
+ const instance: AccountAttributeAllOfCount = {
16
16
  values,
17
17
  };
18
18
  ```
@@ -5,6 +5,10 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **attributeId** | **string** | | [default to undefined]
10
+ **attribute** | [**BaseAccountAttribute**](BaseAccountAttribute.md) | | [default to undefined]
11
+ **value** | **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 { AccountAttributeValue } from '@connectedxm/admin-sdk';
15
19
 
16
20
  const instance: AccountAttributeValue = {
21
+ id,
22
+ attributeId,
23
+ attribute,
24
+ value,
17
25
  createdAt,
18
26
  updatedAt,
19
27
  };
@@ -0,0 +1,22 @@
1
+ # AccountInvitation
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **email** | **string** | | [default to undefined]
9
+ **createdAt** | **string** | | [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { AccountInvitation } from '@connectedxm/admin-sdk';
15
+
16
+ const instance: AccountInvitation = {
17
+ email,
18
+ createdAt,
19
+ };
20
+ ```
21
+
22
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -5,6 +5,12 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **eventId** | **string** | | [default to undefined]
10
+ **eventActivationId** | **string** | | [default to undefined]
11
+ **eventActivation** | [**BaseEventActivation**](BaseEventActivation.md) | | [default to undefined]
12
+ **earnedPoints** | **number** | | [default to undefined]
13
+ **passId** | **string** | | [default to undefined]
8
14
  **pass** | [**BaseEventPass**](BaseEventPass.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 { ActivationCompletion } from '@connectedxm/admin-sdk';
16
22
 
17
23
  const instance: ActivationCompletion = {
24
+ id,
25
+ eventId,
26
+ eventActivationId,
27
+ eventActivation,
28
+ earnedPoints,
29
+ passId,
18
30
  pass,
19
31
  createdAt,
20
32
  updatedAt,
package/docs/Activity.md CHANGED
@@ -5,6 +5,24 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **message** | **string** | | [default to undefined]
10
+ **status** | [**ActivityStatus**](ActivityStatus.md) | | [default to undefined]
11
+ **featured** | **boolean** | | [default to undefined]
12
+ **pinned** | **boolean** | | [default to undefined]
13
+ **giphyId** | **string** | | [default to undefined]
14
+ **imageId** | **string** | | [default to undefined]
15
+ **videoId** | **string** | | [default to undefined]
16
+ **account** | [**BaseAccount**](BaseAccount.md) | | [default to undefined]
17
+ **entities** | [**Array<BaseActivityEntity>**](BaseActivityEntity.md) | | [default to undefined]
18
+ **moderation** | [**ModerationStatus**](ModerationStatus.md) | | [default to undefined]
19
+ **meetingId** | **string** | | [default to undefined]
20
+ **eventId** | **string** | | [default to undefined]
21
+ **groupId** | **string** | | [default to undefined]
22
+ **contentId** | **string** | | [default to undefined]
23
+ **createdAt** | **string** | | [default to undefined]
24
+ **updatedAt** | **string** | | [default to undefined]
25
+ **_count** | [**BaseActivityCount**](BaseActivityCount.md) | | [default to undefined]
8
26
  **image** | [**BaseImage**](BaseImage.md) | | [default to undefined]
9
27
  **video** | [**BaseVideo**](BaseVideo.md) | | [default to undefined]
10
28
  **meeting** | [**BaseMeeting**](BaseMeeting.md) | | [default to undefined]
@@ -19,6 +37,24 @@ Name | Type | Description | Notes
19
37
  import { Activity } from '@connectedxm/admin-sdk';
20
38
 
21
39
  const instance: Activity = {
40
+ id,
41
+ message,
42
+ status,
43
+ featured,
44
+ pinned,
45
+ giphyId,
46
+ imageId,
47
+ videoId,
48
+ account,
49
+ entities,
50
+ moderation,
51
+ meetingId,
52
+ eventId,
53
+ groupId,
54
+ contentId,
55
+ createdAt,
56
+ updatedAt,
57
+ _count,
22
58
  image,
23
59
  video,
24
60
  meeting,
@@ -0,0 +1,38 @@
1
+ # ActivityEntity
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **type** | [**ActivityEntityType**](ActivityEntityType.md) | | [default to undefined]
9
+ **startIndex** | **number** | | [default to undefined]
10
+ **endIndex** | **number** | | [default to undefined]
11
+ **marks** | **Array<string>** | | [default to undefined]
12
+ **accountId** | **string** | | [default to undefined]
13
+ **account** | [**BaseAccount**](BaseAccount.md) | | [default to undefined]
14
+ **interestId** | **string** | | [default to undefined]
15
+ **interest** | [**BaseInterest**](BaseInterest.md) | | [default to undefined]
16
+ **linkPreviewId** | **string** | | [default to undefined]
17
+ **linkPreview** | [**BaseLinkPreview**](BaseLinkPreview.md) | | [default to undefined]
18
+
19
+ ## Example
20
+
21
+ ```typescript
22
+ import { ActivityEntity } from '@connectedxm/admin-sdk';
23
+
24
+ const instance: ActivityEntity = {
25
+ type,
26
+ startIndex,
27
+ endIndex,
28
+ marks,
29
+ accountId,
30
+ account,
31
+ interestId,
32
+ interest,
33
+ linkPreviewId,
34
+ linkPreview,
35
+ };
36
+ ```
37
+
38
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -6,6 +6,9 @@
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
8
  **type** | **string** | | [default to undefined]
9
+ **startIndex** | **number** | | [default to undefined]
10
+ **endIndex** | **number** | | [default to undefined]
11
+ **marks** | **Array<string>** | | [default to undefined]
9
12
  **username** | **string** | | [default to undefined]
10
13
  **href** | **string** | | [default to undefined]
11
14
  **interest** | **string** | | [default to undefined]
@@ -17,6 +20,9 @@ import { ActivityEntityInputs } from '@connectedxm/admin-sdk';
17
20
 
18
21
  const instance: ActivityEntityInputs = {
19
22
  type,
23
+ startIndex,
24
+ endIndex,
25
+ marks,
20
26
  username,
21
27
  href,
22
28
  interest,
@@ -6,6 +6,16 @@
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
8
  **id** | **string** | | [default to undefined]
9
+ **supportTicketId** | **string** | | [default to undefined]
10
+ **type** | [**AdminNotificationType**](AdminNotificationType.md) | | [default to undefined]
11
+ **source** | [**AdminNotificationSource**](AdminNotificationSource.md) | | [default to undefined]
12
+ **read** | **boolean** | | [default to undefined]
13
+ **orgMembershipId** | **string** | | [default to undefined]
14
+ **orgMembership** | [**OrganizationMembership**](OrganizationMembership.md) | | [default to undefined]
15
+ **senderAccountId** | **string** | | [default to undefined]
16
+ **senderAccount** | [**BaseAccount**](BaseAccount.md) | | [default to undefined]
17
+ **senderOrgMembershipId** | **string** | | [default to undefined]
18
+ **senderOrgMembership** | [**OrganizationMembership**](OrganizationMembership.md) | | [default to undefined]
9
19
  **supportTicket** | [**BaseSupportTicket**](BaseSupportTicket.md) | | [default to undefined]
10
20
  **externalUrl** | **string** | | [default to undefined]
11
21
  **createdAt** | **string** | | [default to undefined]
@@ -18,6 +28,16 @@ import { AdminNotification } from '@connectedxm/admin-sdk';
18
28
 
19
29
  const instance: AdminNotification = {
20
30
  id,
31
+ supportTicketId,
32
+ type,
33
+ source,
34
+ read,
35
+ orgMembershipId,
36
+ orgMembership,
37
+ senderAccountId,
38
+ senderAccount,
39
+ senderOrgMembershipId,
40
+ senderOrgMembership,
21
41
  supportTicket,
22
42
  externalUrl,
23
43
  createdAt,
@@ -5,12 +5,25 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **type** | [**AdvertisementType**](AdvertisementType.md) | | [default to undefined]
10
+ **link** | **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
+ **startDate** | **string** | | [default to undefined]
16
+ **endDate** | **string** | | [default to undefined]
17
+ **weight** | **number** | | [default to undefined]
18
+ **accountId** | **string** | | [default to undefined]
19
+ **eventId** | **string** | | [default to undefined]
20
+ **enabled** | **boolean** | | [default to undefined]
8
21
  **account** | [**BaseAccount**](BaseAccount.md) | | [default to undefined]
9
22
  **event** | [**BaseEvent**](BaseEvent.md) | | [default to undefined]
10
23
  **eventOnly** | **boolean** | | [default to undefined]
11
24
  **createdAt** | **string** | | [default to undefined]
12
25
  **updatedAt** | **string** | | [default to undefined]
13
- **_count** | [**AdvertisementCount**](AdvertisementCount.md) | | [default to undefined]
26
+ **_count** | [**AdvertisementAllOfCount**](AdvertisementAllOfCount.md) | | [default to undefined]
14
27
 
15
28
  ## Example
16
29
 
@@ -18,6 +31,19 @@ Name | Type | Description | Notes
18
31
  import { Advertisement } from '@connectedxm/admin-sdk';
19
32
 
20
33
  const instance: Advertisement = {
34
+ id,
35
+ type,
36
+ link,
37
+ title,
38
+ description,
39
+ imageId,
40
+ image,
41
+ startDate,
42
+ endDate,
43
+ weight,
44
+ accountId,
45
+ eventId,
46
+ enabled,
21
47
  account,
22
48
  event,
23
49
  eventOnly,
@@ -1,4 +1,4 @@
1
- # AdvertisementCount
1
+ # AdvertisementAllOfCount
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 { AdvertisementCount } from '@connectedxm/admin-sdk';
14
+ import { AdvertisementAllOfCount } from '@connectedxm/admin-sdk';
15
15
 
16
- const instance: AdvertisementCount = {
16
+ const instance: AdvertisementAllOfCount = {
17
17
  views,
18
18
  clicks,
19
19
  };
@@ -5,7 +5,25 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
- **_count** | [**AnnouncementCount**](AnnouncementCount.md) | | [default to undefined]
8
+ **id** | **string** | | [default to undefined]
9
+ **slug** | **string** | | [default to undefined]
10
+ **title** | **string** | | [default to undefined]
11
+ **html** | **string** | | [default to undefined]
12
+ **email** | **boolean** | | [default to undefined]
13
+ **push** | **boolean** | | [default to undefined]
14
+ **sms** | **boolean** | | [default to undefined]
15
+ **includePasses** | **boolean** | | [default to undefined]
16
+ **accountId** | **string** | | [default to undefined]
17
+ **creatorId** | **string** | | [default to undefined]
18
+ **eventId** | **string** | | [default to undefined]
19
+ **groupId** | **string** | | [default to undefined]
20
+ **tierId** | **string** | | [default to undefined]
21
+ **channelId** | **string** | | [default to undefined]
22
+ **ticketId** | **string** | | [default to undefined]
23
+ **userId** | **string** | | [default to undefined]
24
+ **schedule** | [**BaseSchedule**](BaseSchedule.md) | | [default to undefined]
25
+ **createdAt** | **string** | | [default to undefined]
26
+ **_count** | [**AnnouncementAllOfCount**](AnnouncementAllOfCount.md) | | [default to undefined]
9
27
  **verifiedAccounts** | **boolean** | | [default to undefined]
10
28
  **account** | [**BaseAccount**](BaseAccount.md) | | [default to undefined]
11
29
  **creator** | [**BaseAccount**](BaseAccount.md) | | [default to undefined]
@@ -27,6 +45,24 @@ Name | Type | Description | Notes
27
45
  import { Announcement } from '@connectedxm/admin-sdk';
28
46
 
29
47
  const instance: Announcement = {
48
+ id,
49
+ slug,
50
+ title,
51
+ html,
52
+ email,
53
+ push,
54
+ sms,
55
+ includePasses,
56
+ accountId,
57
+ creatorId,
58
+ eventId,
59
+ groupId,
60
+ tierId,
61
+ channelId,
62
+ ticketId,
63
+ userId,
64
+ schedule,
65
+ createdAt,
30
66
  _count,
31
67
  verifiedAccounts,
32
68
  account,
@@ -1,4 +1,4 @@
1
- # AnnouncementCount
1
+ # AnnouncementAllOfCount
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 { AnnouncementCount } from '@connectedxm/admin-sdk';
14
+ import { AnnouncementAllOfCount } from '@connectedxm/admin-sdk';
15
15
 
16
- const instance: AnnouncementCount = {
16
+ const instance: AnnouncementAllOfCount = {
17
17
  notifications,
18
18
  emailReceipt,
19
19
  };
@@ -5,6 +5,12 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **attendeeId** | **string** | | [default to undefined]
10
+ **packageId** | **string** | | [default to undefined]
11
+ **_package** | [**BaseEventPackage**](BaseEventPackage.md) | | [default to undefined]
12
+ **status** | [**PurchaseStatus**](PurchaseStatus.md) | | [default to undefined]
13
+ **createdAt** | **string** | | [default to undefined]
8
14
  **passes** | [**Array<BaseEventPass>**](BaseEventPass.md) | | [default to undefined]
9
15
  **lineItem** | [**PaymentLineItem**](PaymentLineItem.md) | | [default to undefined]
10
16
  **updatedAt** | **string** | | [default to undefined]
@@ -15,6 +21,12 @@ Name | Type | Description | Notes
15
21
  import { AttendeePackage } from '@connectedxm/admin-sdk';
16
22
 
17
23
  const instance: AttendeePackage = {
24
+ id,
25
+ attendeeId,
26
+ packageId,
27
+ _package,
28
+ status,
29
+ createdAt,
18
30
  passes,
19
31
  lineItem,
20
32
  updatedAt,