@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
package/dist/esm/api.d.ts CHANGED
@@ -14,6 +14,20 @@ import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
14
14
  import type { RequestArgs } from './base';
15
15
  import { BaseAPI } from './base';
16
16
  export interface APILog {
17
+ 'id': string;
18
+ 'login': BaseLogin | null;
19
+ 'account': BaseAccount | null;
20
+ 'user': BaseUser | null;
21
+ 'source': APILogSourceEnum;
22
+ 'status': APILogStatusEnum;
23
+ 'statusCode': number;
24
+ 'response': string | null;
25
+ 'path': string;
26
+ 'method': string;
27
+ 'deviceType': string | null;
28
+ 'ipaddress': string;
29
+ 'country': string;
30
+ 'createdAt': string;
17
31
  'headers': object | null;
18
32
  'params': object | null;
19
33
  'query': object | null;
@@ -29,7 +43,34 @@ export interface APILog {
29
43
  'osName': string | null;
30
44
  'osVersion': string | null;
31
45
  }
46
+ export declare enum APILogSourceEnum {
47
+ Admin = "admin",
48
+ Client = "client"
49
+ }
50
+ export declare enum APILogStatusEnum {
51
+ Success = "success",
52
+ Failure = "failure"
53
+ }
32
54
  export interface Account {
55
+ 'organizationId': string;
56
+ 'id': string;
57
+ 'accountAccess': AccountAccess;
58
+ 'firstName': string | null;
59
+ 'lastName': string | null;
60
+ 'email': string;
61
+ 'verified': boolean;
62
+ 'username': string;
63
+ 'imageId': string;
64
+ 'image': BaseImage;
65
+ 'featured': boolean;
66
+ 'timezone': string | null;
67
+ 'locale': string;
68
+ 'country': string | null;
69
+ 'internalRefId': string | null;
70
+ 'accountTiers': Array<BaseTier>;
71
+ 'chatConnected': boolean;
72
+ 'attributes'?: Array<AccountAttributeValue>;
73
+ 'createdAt': string;
33
74
  'bannerId': string | null;
34
75
  'banner': BaseImage | null;
35
76
  'phone': string | null;
@@ -45,7 +86,6 @@ export interface Account {
45
86
  'youtube': string | null;
46
87
  'dietaryRestrictions': string | null;
47
88
  'taxEntityUseCode': string | null;
48
- 'attributes'?: Array<AccountAttributeValue>;
49
89
  'updatedAt': string;
50
90
  }
51
91
  export declare enum AccountAccess {
@@ -55,6 +95,15 @@ export declare enum AccountAccess {
55
95
  Banned = "BANNED"
56
96
  }
57
97
  export interface AccountAddress {
98
+ 'id': string;
99
+ 'primary': boolean;
100
+ 'name': string;
101
+ 'address1': string;
102
+ 'address2': string;
103
+ 'city': string;
104
+ 'state': string;
105
+ 'country': string;
106
+ 'zip': string;
58
107
  'createdAt': string;
59
108
  'updatedAt': string;
60
109
  }
@@ -78,11 +127,28 @@ export interface AccountAddressUpdateInputs {
78
127
  'zip'?: string;
79
128
  }
80
129
  export interface AccountAttribute {
130
+ 'id': string;
131
+ 'name': string;
132
+ 'label': string;
133
+ 'type': AccountAttributeTypeEnum;
134
+ 'description': string | null;
135
+ 'required': boolean;
136
+ 'adminOnly': boolean;
137
+ 'editable': boolean;
138
+ 'public': boolean;
139
+ 'includedInDashboards': boolean;
140
+ 'sortOrder': number;
81
141
  'createdAt': string;
82
142
  'updatedAt': string;
83
- '_count': AccountAttributeCount;
143
+ '_count': AccountAttributeAllOfCount;
84
144
  }
85
- export interface AccountAttributeCount {
145
+ export declare enum AccountAttributeTypeEnum {
146
+ Text = "text",
147
+ Number = "number",
148
+ Date = "date",
149
+ Boolean = "boolean"
150
+ }
151
+ export interface AccountAttributeAllOfCount {
86
152
  'values': number;
87
153
  }
88
154
  export interface AccountAttributeCreateInputs {
@@ -114,6 +180,10 @@ export interface AccountAttributeUpdateInputs {
114
180
  'sortOrder'?: AdvertisementCreateInputsWeight | null;
115
181
  }
116
182
  export interface AccountAttributeValue {
183
+ 'id': string;
184
+ 'attributeId': string;
185
+ 'attribute': BaseAccountAttribute;
186
+ 'value': string;
117
187
  'createdAt': string;
118
188
  'updatedAt': string;
119
189
  }
@@ -146,6 +216,10 @@ export interface AccountCreateInputs {
146
216
  [key: string]: any;
147
217
  } | null;
148
218
  }
219
+ export interface AccountInvitation {
220
+ 'email': string;
221
+ 'createdAt': string;
222
+ }
149
223
  export interface AccountUpdateInputs {
150
224
  'accountAccess'?: AccountAccess | null;
151
225
  'featured'?: boolean;
@@ -177,6 +251,12 @@ export interface AccountUpdateInputs {
177
251
  } | null;
178
252
  }
179
253
  export interface ActivationCompletion {
254
+ 'id': string;
255
+ 'eventId': string;
256
+ 'eventActivationId': string;
257
+ 'eventActivation': BaseEventActivation;
258
+ 'earnedPoints': number;
259
+ 'passId': string;
180
260
  'pass': BaseEventPass;
181
261
  'createdAt': string;
182
262
  'updatedAt': string;
@@ -191,6 +271,24 @@ export interface ActivationTranslation {
191
271
  'updatedAt': string;
192
272
  }
193
273
  export interface Activity {
274
+ 'id': string;
275
+ 'message': string;
276
+ 'status': ActivityStatus;
277
+ 'featured': boolean;
278
+ 'pinned': boolean;
279
+ 'giphyId': string | null;
280
+ 'imageId': string | null;
281
+ 'videoId': string | null;
282
+ 'account': BaseAccount;
283
+ 'entities': Array<BaseActivityEntity>;
284
+ 'moderation': ModerationStatus | null;
285
+ 'meetingId': string | null;
286
+ 'eventId': string | null;
287
+ 'groupId': string | null;
288
+ 'contentId': string | null;
289
+ 'createdAt': string;
290
+ 'updatedAt': string;
291
+ '_count': BaseActivityCount;
194
292
  'image': BaseImage | null;
195
293
  'video': BaseVideo | null;
196
294
  'meeting': BaseMeeting | null;
@@ -212,6 +310,18 @@ export interface ActivityCreateInputs {
212
310
  'meetingId'?: string | null;
213
311
  'createdAt'?: string | null;
214
312
  }
313
+ export interface ActivityEntity {
314
+ 'type': ActivityEntityType;
315
+ 'startIndex': number;
316
+ 'endIndex': number;
317
+ 'marks': Array<string>;
318
+ 'accountId': string;
319
+ 'account': BaseAccount;
320
+ 'interestId': string;
321
+ 'interest': BaseInterest;
322
+ 'linkPreviewId': string;
323
+ 'linkPreview': BaseLinkPreview;
324
+ }
215
325
  /**
216
326
  * @type ActivityEntityInputs
217
327
  */
@@ -255,6 +365,16 @@ export declare enum AddAccountGroup200ResponseStatusEnum {
255
365
  }
256
366
  export interface AdminNotification {
257
367
  'id': string;
368
+ 'supportTicketId': string | null;
369
+ 'type': AdminNotificationType;
370
+ 'source': AdminNotificationSource | null;
371
+ 'read': boolean;
372
+ 'orgMembershipId': string | null;
373
+ 'orgMembership': OrganizationMembership | null;
374
+ 'senderAccountId': string | null;
375
+ 'senderAccount': BaseAccount | null;
376
+ 'senderOrgMembershipId': string | null;
377
+ 'senderOrgMembership': OrganizationMembership | null;
258
378
  'supportTicket': BaseSupportTicket | null;
259
379
  'externalUrl': string | null;
260
380
  'createdAt': string;
@@ -287,12 +407,29 @@ export declare enum AdminNotificationType {
287
407
  SupportTicketMessage = "SUPPORT_TICKET_MESSAGE"
288
408
  }
289
409
  export interface Advertisement {
410
+ 'id': string;
411
+ 'type': AdvertisementType;
412
+ 'link': string;
413
+ 'title': string;
414
+ 'description': string | null;
415
+ 'imageId': string | null;
416
+ 'image': BaseImage | null;
417
+ 'startDate': string;
418
+ 'endDate': string | null;
419
+ 'weight': number;
420
+ 'accountId': string | null;
421
+ 'eventId': string | null;
422
+ 'enabled': boolean;
290
423
  'account': BaseAccount | null;
291
424
  'event': BaseEvent | null;
292
425
  'eventOnly': boolean;
293
426
  'createdAt': string;
294
427
  'updatedAt': string;
295
- '_count': AdvertisementCount;
428
+ '_count': AdvertisementAllOfCount;
429
+ }
430
+ export interface AdvertisementAllOfCount {
431
+ 'views': number;
432
+ 'clicks': number;
296
433
  }
297
434
  export interface AdvertisementClick {
298
435
  'id': string;
@@ -304,10 +441,6 @@ export interface AdvertisementClick {
304
441
  'createdAt': string;
305
442
  'updatedAt': string;
306
443
  }
307
- export interface AdvertisementCount {
308
- 'views': number;
309
- 'clicks': number;
310
- }
311
444
  export interface AdvertisementCreateInputs {
312
445
  'type': AdvertisementType;
313
446
  'link': string;
@@ -355,7 +488,25 @@ export interface AdvertisementView {
355
488
  'updatedAt': string;
356
489
  }
357
490
  export interface Announcement {
358
- '_count': AnnouncementCount;
491
+ 'id': string;
492
+ 'slug': string;
493
+ 'title': string | null;
494
+ 'html': string | null;
495
+ 'email': boolean;
496
+ 'push': boolean;
497
+ 'sms': boolean;
498
+ 'includePasses': boolean;
499
+ 'accountId': string | null;
500
+ 'creatorId': string | null;
501
+ 'eventId': string | null;
502
+ 'groupId': string | null;
503
+ 'tierId': string | null;
504
+ 'channelId': string | null;
505
+ 'ticketId': string | null;
506
+ 'userId': string | null;
507
+ 'schedule': BaseSchedule;
508
+ 'createdAt': string;
509
+ '_count': AnnouncementAllOfCount;
359
510
  'verifiedAccounts': boolean;
360
511
  'account': BaseAccount | null;
361
512
  'creator': BaseAccount | null;
@@ -371,7 +522,7 @@ export interface Announcement {
371
522
  'filters': EventAnnouncementFilters | null;
372
523
  'updatedAt': string;
373
524
  }
374
- export interface AnnouncementCount {
525
+ export interface AnnouncementAllOfCount {
375
526
  'notifications': number;
376
527
  'emailReceipt': number;
377
528
  }
@@ -435,6 +586,12 @@ export interface AttendeeEventPackageUpdateInputs {
435
586
  'attendeeId'?: string;
436
587
  }
437
588
  export interface AttendeePackage {
589
+ 'id': string;
590
+ 'attendeeId': string;
591
+ 'packageId': string;
592
+ 'package': BaseEventPackage;
593
+ 'status': PurchaseStatus;
594
+ 'createdAt': string;
438
595
  'passes': Array<BaseEventPass>;
439
596
  'lineItem': PaymentLineItem | null;
440
597
  'updatedAt': string;
@@ -1580,6 +1737,13 @@ export interface BaseOrganizationModule {
1580
1737
  'enabled': boolean;
1581
1738
  'editable': boolean;
1582
1739
  }
1740
+ export interface BaseOrganizationModuleSettings {
1741
+ 'organizationId': string;
1742
+ }
1743
+ export interface BaseOrganizationModuleSettingsTranslation {
1744
+ 'organizationId': string;
1745
+ 'locale': string;
1746
+ }
1583
1747
  export interface BasePassAddOn {
1584
1748
  'addOnId': string;
1585
1749
  'addOn': BaseEventAddOn;
@@ -2170,6 +2334,16 @@ export interface BaseWebhook {
2170
2334
  'verified': boolean;
2171
2335
  }
2172
2336
  export interface Benefit {
2337
+ 'id': string;
2338
+ 'slug': string;
2339
+ 'link': string;
2340
+ 'imageId': string | null;
2341
+ 'image': BaseImage | null;
2342
+ 'title': string;
2343
+ 'description': string | null;
2344
+ 'startDate': string;
2345
+ 'endDate': string | null;
2346
+ 'priority': number;
2173
2347
  'managerId': string | null;
2174
2348
  'manager': BaseAccount | null;
2175
2349
  'eventId': string | null;
@@ -2177,7 +2351,10 @@ export interface Benefit {
2177
2351
  'eventOnly': boolean;
2178
2352
  'createdAt': string;
2179
2353
  'updatedAt': string;
2180
- '_count': BenefitCount;
2354
+ '_count': BenefitAllOfCount;
2355
+ }
2356
+ export interface BenefitAllOfCount {
2357
+ 'clicks': number;
2181
2358
  }
2182
2359
  export interface BenefitClick {
2183
2360
  'id': string;
@@ -2188,9 +2365,6 @@ export interface BenefitClick {
2188
2365
  'createdAt': string;
2189
2366
  'updatedAt': string;
2190
2367
  }
2191
- export interface BenefitCount {
2192
- 'clicks': number;
2193
- }
2194
2368
  export interface BenefitCreateInputs {
2195
2369
  'link': string;
2196
2370
  'title': string;
@@ -2230,6 +2404,15 @@ export interface BenefitUpdateInputs {
2230
2404
  'eventOnly'?: boolean;
2231
2405
  }
2232
2406
  export interface Booking {
2407
+ 'id': string;
2408
+ 'alternateId': string;
2409
+ 'placeId': string;
2410
+ 'day': string;
2411
+ 'time': string;
2412
+ 'duration': number;
2413
+ 'status': PurchaseStatus;
2414
+ 'account': BaseAccount;
2415
+ 'space': BaseBookingSpace;
2233
2416
  'lineItem': PaymentLineItem | null;
2234
2417
  'createdAt': string;
2235
2418
  'updatedAt': string;
@@ -2241,6 +2424,16 @@ export interface BookingCreateInputs {
2241
2424
  'status'?: PurchaseStatus;
2242
2425
  }
2243
2426
  export interface BookingPlace {
2427
+ 'id': string;
2428
+ 'name': string;
2429
+ 'slug': string;
2430
+ 'timezone': string;
2431
+ 'description': string | null;
2432
+ 'image': BaseImage | null;
2433
+ 'sortOrder': number;
2434
+ 'visible': boolean;
2435
+ 'paymentIntegrationId': string | null;
2436
+ 'paymentIntegration': BasePaymentIntegration | null;
2244
2437
  'address1': string | null;
2245
2438
  'address2': string | null;
2246
2439
  'city': string | null;
@@ -2296,12 +2489,31 @@ export interface BookingSlot {
2296
2489
  'supply': number | null;
2297
2490
  }
2298
2491
  export interface BookingSpace {
2492
+ 'id': string;
2493
+ 'name': string;
2494
+ 'slug': string;
2495
+ 'supply': number;
2496
+ 'slotDuration': number;
2497
+ 'price': number;
2498
+ 'description': string | null;
2499
+ 'image': BaseImage | null;
2500
+ 'start': string | null;
2501
+ 'end': string | null;
2502
+ 'sortOrder': number;
2503
+ 'visible': boolean;
2504
+ 'taxCode': string | null;
2505
+ 'taxIncluded': boolean;
2506
+ 'taxLocation': TaxLocationType;
2299
2507
  'confirmationBody': string | null;
2300
2508
  'confirmationReplyTo': string | null;
2301
2509
  'createdAt': string;
2302
2510
  'updatedAt': string;
2303
2511
  }
2304
2512
  export interface BookingSpaceAvailability {
2513
+ 'id': string;
2514
+ 'dayOfWeek': DayOfWeek;
2515
+ 'startTime': string;
2516
+ 'endTime': string;
2305
2517
  'createdAt': string;
2306
2518
  'updatedAt': string;
2307
2519
  }
@@ -2316,6 +2528,9 @@ export interface BookingSpaceAvailabilityUpdateInputs {
2316
2528
  'endTime'?: string;
2317
2529
  }
2318
2530
  export interface BookingSpaceBlackout {
2531
+ 'id': string;
2532
+ 'start': string;
2533
+ 'end': string;
2319
2534
  'createdAt': string;
2320
2535
  'updatedAt': string;
2321
2536
  }
@@ -2385,6 +2600,18 @@ export interface BraintreeActivationFormParams {
2385
2600
  'name': string;
2386
2601
  }
2387
2602
  export interface Channel {
2603
+ 'id': string;
2604
+ 'slug': string;
2605
+ 'featured': boolean;
2606
+ 'name': string;
2607
+ 'description': string | null;
2608
+ 'priority': number;
2609
+ 'visible': boolean;
2610
+ 'private': boolean;
2611
+ 'imageId': string;
2612
+ 'image': BaseImage;
2613
+ 'bannerId': string | null;
2614
+ 'banner': BaseImage | null;
2388
2615
  'externalUrl': string | null;
2389
2616
  'appleUrl': string | null;
2390
2617
  'spotifyUrl': string | null;
@@ -2409,6 +2636,26 @@ export interface ChannelCollectionUpdateInputs {
2409
2636
  'description'?: string | null;
2410
2637
  }
2411
2638
  export interface ChannelContent {
2639
+ 'id': string;
2640
+ 'featured': boolean;
2641
+ 'slug': string;
2642
+ 'title': string | null;
2643
+ 'description': string | null;
2644
+ 'imageId': string | null;
2645
+ 'image': BaseImage | null;
2646
+ 'squareImageId': string | null;
2647
+ 'squareImage': BaseImage | null;
2648
+ 'imageUrl': string | null;
2649
+ 'audioId': number | null;
2650
+ 'audio': BaseFile | null;
2651
+ 'videoId': string | null;
2652
+ 'video': BaseVideo | null;
2653
+ 'channelId': string;
2654
+ 'channel': BaseChannel | null;
2655
+ 'duration': string | null;
2656
+ 'published': string | null;
2657
+ 'email': boolean;
2658
+ 'push': boolean;
2412
2659
  'body': string | null;
2413
2660
  'externalUrl': string | null;
2414
2661
  'appleUrl': string | null;
@@ -2419,9 +2666,9 @@ export interface ChannelContent {
2419
2666
  'publishSchedule': BaseSchedule | null;
2420
2667
  'createdAt': string;
2421
2668
  'updatedAt': string;
2422
- '_count': ChannelContentCount;
2669
+ '_count': ChannelContentAllOfCount;
2423
2670
  }
2424
- export interface ChannelContentCount {
2671
+ export interface ChannelContentAllOfCount {
2425
2672
  'likes': number;
2426
2673
  'activities': number;
2427
2674
  }
@@ -2445,6 +2692,32 @@ export interface ChannelContentCreateInputs {
2445
2692
  'googleUrl'?: string | null;
2446
2693
  'youtubeUrl'?: string | null;
2447
2694
  }
2695
+ export interface ChannelContentGuest {
2696
+ 'id': string;
2697
+ 'slug': string;
2698
+ 'contentId': string;
2699
+ 'accountId': string | null;
2700
+ 'account': BaseAccount | null;
2701
+ 'type': ContentGuestType;
2702
+ 'name': string;
2703
+ 'title': string | null;
2704
+ 'bio': string | null;
2705
+ 'company': string | null;
2706
+ 'companyLink': string | null;
2707
+ 'companyBio': string | null;
2708
+ 'imageId': string | null;
2709
+ 'image': BaseImage | null;
2710
+ 'website': string | null;
2711
+ 'facebook': string | null;
2712
+ 'twitter': string | null;
2713
+ 'instagram': string | null;
2714
+ 'linkedIn': string | null;
2715
+ 'tikTok': string | null;
2716
+ 'youtube': string | null;
2717
+ 'discord': string | null;
2718
+ 'createdAt': string;
2719
+ 'updatedAt': string;
2720
+ }
2448
2721
  export interface ChannelContentGuestCreateInputs {
2449
2722
  'name': string;
2450
2723
  'type': ContentGuestType | null;
@@ -2500,6 +2773,9 @@ export interface ChannelContentGuestUpdateInputs {
2500
2773
  'discord'?: string | null;
2501
2774
  }
2502
2775
  export interface ChannelContentLike {
2776
+ 'accountId': string;
2777
+ 'channelId': string;
2778
+ 'contentId': string;
2503
2779
  'account': BaseAccount;
2504
2780
  'createdAt': string;
2505
2781
  'updatedAt': string;
@@ -2662,15 +2938,37 @@ export declare enum CountChartSummaryDataDataEnum {
2662
2938
  Null = "null"
2663
2939
  }
2664
2940
  export interface Coupon {
2941
+ 'eventId': string;
2942
+ 'id': string;
2943
+ 'prePaid': boolean;
2944
+ 'code': string;
2945
+ 'description': string | null;
2946
+ 'active': boolean;
2947
+ 'startDate': string | null;
2948
+ 'endDate': string | null;
2949
+ 'discountAmount': number;
2950
+ 'discountPercent': number;
2951
+ 'quantityMin': number;
2952
+ 'quantityMax': number | null;
2953
+ 'useLimit': number | null;
2954
+ 'limitPerAccount': number | null;
2955
+ 'purchaseLimit': number | null;
2956
+ 'emailDomains': string | null;
2957
+ 'ticketId': string | null;
2958
+ 'ticket': BaseEventPassType | null;
2959
+ 'applyToPassType': boolean;
2960
+ 'applyToAddOns': boolean;
2961
+ 'applyToReservation': boolean;
2962
+ 'registrationId': string | null;
2665
2963
  'registration': BaseEventAttendee | null;
2666
2964
  'lineItem': PaymentLineItem | null;
2667
2965
  'parentCouponId': string | null;
2668
2966
  'parentCoupon': BaseCoupon | null;
2669
2967
  'createdAt': string;
2670
2968
  'updatedAt': string;
2671
- '_count': CouponCount;
2969
+ '_count': CouponAllOfCount;
2672
2970
  }
2673
- export interface CouponCount {
2971
+ export interface CouponAllOfCount {
2674
2972
  'purchases': number;
2675
2973
  'payments': number;
2676
2974
  'variants': number;
@@ -2990,7 +3288,7 @@ export declare enum CreateOrganizationWebhook200ResponseStatusEnum {
2990
3288
  export interface CreatePreset200Response {
2991
3289
  'status': CreatePreset200ResponseStatusEnum;
2992
3290
  'message': string;
2993
- 'data': object;
3291
+ 'data': Preset;
2994
3292
  }
2995
3293
  export declare enum CreatePreset200ResponseStatusEnum {
2996
3294
  Ok = "ok"
@@ -3062,7 +3360,7 @@ export declare enum CreateSurveySection200ResponseStatusEnum {
3062
3360
  export interface CreateThread200Response {
3063
3361
  'status': CreateThread200ResponseStatusEnum;
3064
3362
  'message': string;
3065
- 'data': object;
3363
+ 'data': Thread;
3066
3364
  }
3067
3365
  export declare enum CreateThread200ResponseStatusEnum {
3068
3366
  Ok = "ok"
@@ -3070,7 +3368,7 @@ export declare enum CreateThread200ResponseStatusEnum {
3070
3368
  export interface CreateThreadCircle200Response {
3071
3369
  'status': CreateThreadCircle200ResponseStatusEnum;
3072
3370
  'message': string;
3073
- 'data': object;
3371
+ 'data': ThreadCircle;
3074
3372
  }
3075
3373
  export declare enum CreateThreadCircle200ResponseStatusEnum {
3076
3374
  Ok = "ok"
@@ -3153,6 +3451,14 @@ export interface CustomReport {
3153
3451
  'updatedAt': string;
3154
3452
  }
3155
3453
  export interface CustomReportCreateInputs {
3454
+ 'eventId'?: string;
3455
+ 'placeId'?: string;
3456
+ 'groupId'?: string;
3457
+ 'channelId'?: string;
3458
+ 'accountId'?: string;
3459
+ 'surveyId'?: string;
3460
+ 'sessionId'?: string;
3461
+ 'seriesId'?: string;
3156
3462
  'name': string;
3157
3463
  'description'?: string | null;
3158
3464
  'gridState'?: string | null;
@@ -3165,6 +3471,13 @@ export interface CustomReportUpdateInputs {
3165
3471
  'shared'?: boolean;
3166
3472
  }
3167
3473
  export interface Dashboard {
3474
+ 'id': string;
3475
+ 'name': string;
3476
+ 'organizationId': string;
3477
+ 'eventId': string | null;
3478
+ 'userId': string;
3479
+ 'createdAt': string;
3480
+ 'updatedAt': string;
3168
3481
  'widgets': Array<BaseDashboardWidget>;
3169
3482
  }
3170
3483
  export interface DashboardCreateInputs {
@@ -3174,6 +3487,14 @@ export interface DashboardCreateInputs {
3174
3487
  export interface DashboardUpdateInputs {
3175
3488
  'name'?: string;
3176
3489
  }
3490
+ export interface DashboardWidget {
3491
+ 'id': string;
3492
+ 'endpoint': DashboardWidgetEndpoint;
3493
+ 'x': number;
3494
+ 'y': number;
3495
+ 'w': number;
3496
+ 'h': number;
3497
+ }
3177
3498
  export interface DashboardWidgetCreateInputs {
3178
3499
  'x': number;
3179
3500
  'y': number;
@@ -3220,6 +3541,16 @@ export interface DomainDetails {
3220
3541
  'name': string;
3221
3542
  }
3222
3543
  export interface EmailReceipt {
3544
+ 'id': string;
3545
+ 'status': EmailReceiptStatus;
3546
+ 'from': string;
3547
+ 'to': string;
3548
+ 'replyTo': string | null;
3549
+ 'subject': string;
3550
+ 'accountId': string | null;
3551
+ 'account': BaseAccount | null;
3552
+ 'createdAt': string;
3553
+ 'updatedAt': string;
3223
3554
  'html': string;
3224
3555
  'text': string;
3225
3556
  'debug': string | null;
@@ -3237,6 +3568,40 @@ export interface EntityUseCode {
3237
3568
  'description': string;
3238
3569
  }
3239
3570
  export interface Event {
3571
+ 'id': string;
3572
+ 'slug': string;
3573
+ 'internalRefId': string | null;
3574
+ 'featured': boolean;
3575
+ 'visible': boolean;
3576
+ 'template': boolean;
3577
+ 'source': EventSource;
3578
+ 'eventType': EventType;
3579
+ 'name': string;
3580
+ 'shortDescription': string;
3581
+ 'eventStart': string;
3582
+ 'eventEnd': string;
3583
+ 'timezone': string;
3584
+ 'externalUrl': string | null;
3585
+ 'venue': string | null;
3586
+ 'address1': string | null;
3587
+ 'address2': string | null;
3588
+ 'city': string | null;
3589
+ 'state': string | null;
3590
+ 'country': string | null;
3591
+ 'zip': string | null;
3592
+ 'imageId': string | null;
3593
+ 'image': BaseImage | null;
3594
+ 'squareImageId': string | null;
3595
+ 'squareImage': BaseImage | null;
3596
+ 'registration': boolean;
3597
+ 'registrationStart': string | null;
3598
+ 'registrationEnd': string | null;
3599
+ 'createdAt': string;
3600
+ 'updatedAt': string;
3601
+ 'seriesId': string | null;
3602
+ 'series': BaseSeries | null;
3603
+ 'paymentIntegrationId': string | null;
3604
+ 'paymentIntegration': BasePaymentIntegration | null;
3240
3605
  'roundName': string | null;
3241
3606
  'matchName': string | null;
3242
3607
  'passSupply': number | null;
@@ -3277,6 +3642,15 @@ export interface Event {
3277
3642
  'options': object | null;
3278
3643
  }
3279
3644
  export interface EventActivation {
3645
+ 'id': string;
3646
+ 'slug': string;
3647
+ 'visible': boolean;
3648
+ 'name': string;
3649
+ 'shortDescription': string;
3650
+ 'maxPoints': number;
3651
+ 'startAfter': string | null;
3652
+ 'type': EventActivationType;
3653
+ 'accessLevel': PassTypeAccessLevel;
3280
3654
  'eventId': string;
3281
3655
  'event': BaseEvent;
3282
3656
  'imageId': string | null;
@@ -3338,14 +3712,29 @@ export interface EventActivationUpdateInputs {
3338
3712
  'accessLevel'?: PassTypeAccessLevel;
3339
3713
  }
3340
3714
  export interface EventAddOn {
3715
+ 'id': string;
3716
+ 'name': string;
3717
+ 'shortDescription': string;
3718
+ 'supply': number | null;
3719
+ 'price': number;
3720
+ 'pricePerNight': boolean;
3721
+ 'sortOrder': number;
3722
+ 'imageId': string | null;
3723
+ 'image': BaseImage | null;
3724
+ 'eventId': string | null;
3725
+ 'taxCode': string | null;
3726
+ 'taxIncluded': boolean;
3727
+ 'taxLocation': TaxLocationType;
3728
+ 'createdAt': string;
3729
+ 'updatedAt': string;
3341
3730
  'longDescription': string | null;
3342
3731
  'event': BaseEvent | null;
3343
3732
  'allowedTickets': Array<BaseEventPassType>;
3344
3733
  'allowedTiers': Array<BaseTier>;
3345
3734
  'disallowedTiers': Array<BaseTier>;
3346
- '_count': EventAddOnCount;
3735
+ '_count': EventAddOnAllOfCount;
3347
3736
  }
3348
- export interface EventAddOnCount {
3737
+ export interface EventAddOnAllOfCount {
3349
3738
  'passes': number;
3350
3739
  }
3351
3740
  export interface EventAddOnCreateInputs {
@@ -3404,16 +3793,25 @@ export declare enum EventAnnouncementFiltersTypeEnum {
3404
3793
  Event = "event"
3405
3794
  }
3406
3795
  export interface EventAttendee {
3796
+ 'id': string;
3797
+ 'alternateId': number;
3798
+ 'accountId': string;
3799
+ 'account': BaseAccount;
3800
+ 'eventId': string;
3801
+ 'event': BaseEvent;
3407
3802
  'passes': Array<BaseEventPass>;
3408
3803
  'packages': Array<BaseAttendeePackage>;
3409
3804
  'createdAt': string;
3410
3805
  'updatedAt': string;
3411
- '_count': EventAttendeeCount;
3806
+ '_count': EventAttendeeAllOfCount;
3412
3807
  }
3413
- export interface EventAttendeeCount {
3808
+ export interface EventAttendeeAllOfCount {
3414
3809
  'payments': number;
3415
3810
  'coupons': number;
3416
3811
  }
3812
+ export interface EventAttendeeCreateInputs {
3813
+ 'accountId': string;
3814
+ }
3417
3815
  export interface EventAttendeePackageCreateInputs {
3418
3816
  'packageId': string;
3419
3817
  'status'?: PurchaseStatus;
@@ -3539,6 +3937,12 @@ export type EventCreateInputsPassLimitPerAccount = number | string;
3539
3937
  */
3540
3938
  export type EventCreateInputsSplitPaymentPercentage = number | string;
3541
3939
  export interface EventEmail {
3940
+ 'type': EventEmailType;
3941
+ 'eventId': string;
3942
+ 'body': string | null;
3943
+ 'replyTo': string | null;
3944
+ 'enabled': boolean;
3945
+ 'calendarFile': boolean;
3542
3946
  'createdAt': string;
3543
3947
  'updatedAt': string;
3544
3948
  }
@@ -3612,6 +4016,16 @@ export interface EventFollowupUpdateInputs {
3612
4016
  'sortOrder'?: AdvertisementCreateInputsWeight | null;
3613
4017
  }
3614
4018
  export interface EventMediaItem {
4019
+ 'id': string;
4020
+ 'name': string | null;
4021
+ 'description': string | null;
4022
+ 'imageId': string | null;
4023
+ 'image': BaseImage | null;
4024
+ 'videoId': string | null;
4025
+ 'video': BaseVideo | null;
4026
+ 'fileId': string | null;
4027
+ 'file': BaseFile | null;
4028
+ 'sortOrder': number;
3615
4029
  'allowedPassTypes': Array<BaseEventPassType>;
3616
4030
  'createdAt': string;
3617
4031
  'updatedAt': string;
@@ -3630,12 +4044,41 @@ export interface EventMediaItemUpdateInputs {
3630
4044
  'sortOrder'?: AdvertisementCreateInputsWeight | null;
3631
4045
  }
3632
4046
  export interface EventOnSite {
4047
+ 'eventId': string;
4048
+ 'authenticationCode': number;
4049
+ 'zplTemplate': string | null;
4050
+ 'createdAt': string;
4051
+ 'updatedAt': string;
3633
4052
  'badgeFields': Array<BaseEventOnSiteBadgeField>;
3634
4053
  }
3635
4054
  export interface EventOnSiteBadgeField {
4055
+ 'id': number;
4056
+ 'eventId': string;
4057
+ 'name': string;
4058
+ 'type': BadgeFieldType;
4059
+ 'lookup': string | null;
4060
+ 'maxLength': number | null;
4061
+ 'defaultValue': string | null;
4062
+ 'transformation': BadgeFieldTransformation | null;
4063
+ 'iconData': string | null;
4064
+ 'sessionId': string | null;
4065
+ 'sortOrder': number;
4066
+ 'createdAt': string;
4067
+ 'updatedAt': string;
3636
4068
  'onSite': EventOnSite;
3637
4069
  }
3638
4070
  export interface EventPackage {
4071
+ 'id': string;
4072
+ 'name': string;
4073
+ 'description': string | null;
4074
+ 'price': number;
4075
+ 'isActive': boolean;
4076
+ 'imageId': string | null;
4077
+ 'image': BaseImage | null;
4078
+ 'sortOrder': number;
4079
+ 'taxCode': string | null;
4080
+ 'taxIncluded': boolean;
4081
+ 'taxLocation': TaxLocationType;
3639
4082
  'passes': Array<BaseEventPackagePass>;
3640
4083
  'createdAt': string;
3641
4084
  'updatedAt': string;
@@ -3652,6 +4095,10 @@ export interface EventPackageCreateInputs {
3652
4095
  'taxLocation'?: TaxLocationType;
3653
4096
  }
3654
4097
  export interface EventPackagePass {
4098
+ 'id': string;
4099
+ 'passTypeId': string;
4100
+ 'passType': BaseEventPassType;
4101
+ 'quantity': number;
3655
4102
  'createdAt': string;
3656
4103
  'updatedAt': string;
3657
4104
  }
@@ -3685,6 +4132,12 @@ export interface EventPackageUpdateInputs {
3685
4132
  'taxLocation'?: TaxLocationType;
3686
4133
  }
3687
4134
  export interface EventPage {
4135
+ 'id': string;
4136
+ 'slug': string;
4137
+ 'title': string;
4138
+ 'active': boolean;
4139
+ 'subtitle': string | null;
4140
+ 'sortOrder': number;
3688
4141
  'html': string | null;
3689
4142
  'createdAt': string;
3690
4143
  'updatedAt': string;
@@ -3720,9 +4173,28 @@ export interface EventPageUpdateInputs {
3720
4173
  'sortOrder'?: AdvertisementCreateInputsWeight | null;
3721
4174
  }
3722
4175
  export interface EventPass {
3723
- 'passAddOns': Array<BasePassAddOn>;
4176
+ 'id': string;
4177
+ 'eventId': string;
3724
4178
  'attendeeId': string;
3725
4179
  'attendee': BaseEventAttendee;
4180
+ 'alternateId': number;
4181
+ 'ticketId': string;
4182
+ 'ticket': BaseEventPassType;
4183
+ 'location': string | null;
4184
+ 'usedAt': string | null;
4185
+ 'transfer': BaseEventPassTransfer;
4186
+ 'responses': Array<BaseRegistrationQuestionResponse>;
4187
+ 'status': PurchaseStatus;
4188
+ 'reservationId': string | null;
4189
+ 'reservation': BaseEventRoomTypeReservation | null;
4190
+ 'matches': Array<BaseMatch>;
4191
+ 'couponId': string | null;
4192
+ 'coupon': BaseCoupon | null;
4193
+ 'packageId': string | null;
4194
+ 'package': BaseAttendeePackage | null;
4195
+ 'createdAt': string;
4196
+ 'updatedAt': string;
4197
+ 'passAddOns': Array<BasePassAddOn>;
3726
4198
  'lineItem': PaymentLineItem | null;
3727
4199
  'payerId': string | null;
3728
4200
  'payer': BaseAccount | null;
@@ -3734,6 +4206,34 @@ export interface EventPassCreateInputs {
3734
4206
  'usedAt'?: string | null;
3735
4207
  }
3736
4208
  export interface EventPassType {
4209
+ 'id': string;
4210
+ 'slug': string;
4211
+ 'active': boolean;
4212
+ 'cancelable': boolean;
4213
+ 'transferable': boolean;
4214
+ 'featured': boolean;
4215
+ 'visibility': PassTypeVisibility;
4216
+ 'name': string;
4217
+ 'shortDescription': string;
4218
+ 'longDescription': string | null;
4219
+ 'price': number;
4220
+ 'accessLevel': PassTypeAccessLevel;
4221
+ 'featuredImageId': string | null;
4222
+ 'featuredImage': BaseImage | null;
4223
+ 'supply': number | null;
4224
+ 'minQuantityPerSale': number;
4225
+ 'maxQuantityPerSale': number;
4226
+ 'emailDomains': string | null;
4227
+ 'enableCoupons': boolean;
4228
+ 'minCouponQuantity': number;
4229
+ 'maxCouponQuantity': number | null;
4230
+ 'requireCoupon': boolean;
4231
+ 'taxCode': string | null;
4232
+ 'taxIncluded': boolean;
4233
+ 'taxLocation': TaxLocationType;
4234
+ 'createdAt': string;
4235
+ 'updatedAt': string;
4236
+ 'requiredPassTypeId': string | null;
3737
4237
  'overrideStartDate': string | null;
3738
4238
  'sortOrder': number;
3739
4239
  'event': BaseEvent;
@@ -3741,11 +4241,30 @@ export interface EventPassType {
3741
4241
  'disallowedTiers': Array<BaseTier>;
3742
4242
  'groupPassDescription': string | null;
3743
4243
  'requiredPassType': BaseEventPassType | null;
3744
- '_count': EventPassTypeCount;
4244
+ '_count': EventPassTypeAllOfCount;
3745
4245
  }
3746
- export interface EventPassTypeCount {
4246
+ export interface EventPassTypeAllOfCount {
3747
4247
  'purchases': number;
3748
4248
  }
4249
+ export interface EventPassTypePriceSchedule {
4250
+ 'id': string;
4251
+ 'ticketId': string;
4252
+ 'price': string;
4253
+ 'name': string | null;
4254
+ 'startDate': string;
4255
+ 'endDate': string;
4256
+ 'createdAt': string;
4257
+ 'updatedAt': string;
4258
+ }
4259
+ export interface EventPassTypeRefundSchedule {
4260
+ 'id': string;
4261
+ 'passTypeId': string;
4262
+ 'percentage': number;
4263
+ 'startDate': string;
4264
+ 'endDate': string;
4265
+ 'createdAt': string;
4266
+ 'updatedAt': string;
4267
+ }
3749
4268
  export interface EventPassTypeTranslation {
3750
4269
  'id': number;
3751
4270
  'locale': string;
@@ -3853,6 +4372,16 @@ export declare enum EventReportDateType {
3853
4372
  Month = "month"
3854
4373
  }
3855
4374
  export interface EventRoomType {
4375
+ 'id': string;
4376
+ 'name': string;
4377
+ 'price': number;
4378
+ 'pricePerNight': boolean;
4379
+ 'image': BaseImage | null;
4380
+ 'passTypes': Array<BaseEventRoomTypePassTypeDetails>;
4381
+ 'addOns': Array<BaseEventRoomTypeAddOnDetails>;
4382
+ 'taxCode': string | null;
4383
+ 'taxIncluded': boolean;
4384
+ 'taxLocation': TaxLocationType;
3856
4385
  'sortOrder': number;
3857
4386
  'description': string | null;
3858
4387
  'supply': number | null;
@@ -3869,9 +4398,17 @@ export interface EventRoomType {
3869
4398
  'rooms': Array<Room>;
3870
4399
  'createdAt': string;
3871
4400
  'updatedAt': string;
3872
- '_count': EventRoomTypeCount;
4401
+ '_count': EventRoomTypeAllOfCount;
3873
4402
  }
3874
4403
  export interface EventRoomTypeAddOnDetails {
4404
+ 'id': string;
4405
+ 'addOnId': string;
4406
+ 'minStart': string | null;
4407
+ 'defaultStart': string | null;
4408
+ 'maxStart': string | null;
4409
+ 'minEnd': string | null;
4410
+ 'defaultEnd': string | null;
4411
+ 'maxEnd': string | null;
3875
4412
  'createdAt': string;
3876
4413
  'updatedAt': string;
3877
4414
  }
@@ -3883,7 +4420,7 @@ export interface EventRoomTypeAddOnDetailsUpdateInputs {
3883
4420
  'defaultEnd'?: string | null;
3884
4421
  'maxEnd'?: string | null;
3885
4422
  }
3886
- export interface EventRoomTypeCount {
4423
+ export interface EventRoomTypeAllOfCount {
3887
4424
  'reservations': number;
3888
4425
  }
3889
4426
  export interface EventRoomTypeCreateInputs {
@@ -3907,6 +4444,19 @@ export interface EventRoomTypeCreateInputs {
3907
4444
  'taxLocation'?: TaxLocationType;
3908
4445
  }
3909
4446
  export interface EventRoomTypePassTypeDetails {
4447
+ 'id': string;
4448
+ 'passTypeId': string | null;
4449
+ 'enabled': boolean;
4450
+ 'premium': number;
4451
+ 'includedNights': number;
4452
+ 'minPasses': number | null;
4453
+ 'maxPasses': number | null;
4454
+ 'minStart': string | null;
4455
+ 'defaultStart': string | null;
4456
+ 'maxStart': string | null;
4457
+ 'minEnd': string | null;
4458
+ 'defaultEnd': string | null;
4459
+ 'maxEnd': string | null;
3910
4460
  'createdAt': string;
3911
4461
  'updatedAt': string;
3912
4462
  }
@@ -3924,6 +4474,13 @@ export interface EventRoomTypePassTypeDetailsUpdateInputs {
3924
4474
  'maxEnd'?: string | null;
3925
4475
  }
3926
4476
  export interface EventRoomTypeReservation {
4477
+ 'id': string;
4478
+ 'start': string | null;
4479
+ 'end': string | null;
4480
+ 'eventRoomTypeId': string;
4481
+ 'eventRoomType': BaseEventRoomType;
4482
+ 'roomId': string;
4483
+ 'room': BaseRoom;
3927
4484
  'passes': Array<EventRoomTypeReservationPassesInner>;
3928
4485
  'lineItem': PaymentLineItem | null;
3929
4486
  'createdAt': string;
@@ -3931,7 +4488,7 @@ export interface EventRoomTypeReservation {
3931
4488
  }
3932
4489
  export interface EventRoomTypeReservationCreateInputs {
3933
4490
  'eventRoomTypeId': string;
3934
- 'passes'?: Array<OrganizationOAuthInner>;
4491
+ 'passes'?: Array<OrganizationAllOfOAuth>;
3935
4492
  'start'?: string | null;
3936
4493
  'roomId'?: string | null;
3937
4494
  'end'?: string | null;
@@ -4002,6 +4559,30 @@ export interface EventSectionUpdateInputs {
4002
4559
  'sortOrder'?: AdvertisementCreateInputsWeight | null;
4003
4560
  }
4004
4561
  export interface EventSession {
4562
+ 'id': string;
4563
+ 'slug': string;
4564
+ 'name': string;
4565
+ 'description': string | null;
4566
+ 'longDescription': string | null;
4567
+ 'imageId': string | null;
4568
+ 'image': BaseImage | null;
4569
+ 'startTime': string;
4570
+ 'endTime': string;
4571
+ 'registrationEnd'?: string;
4572
+ 'allowQuickRegister': boolean;
4573
+ 'tracks': Array<BaseEventTrack>;
4574
+ 'nonSession': boolean;
4575
+ 'visible': boolean;
4576
+ 'access': SessionAccess;
4577
+ 'location': BaseEventSessionLocation | null;
4578
+ 'registrationEnabled': boolean;
4579
+ 'price': number | null;
4580
+ 'limit': number | null;
4581
+ 'taxCode': string | null;
4582
+ 'taxIncluded': boolean;
4583
+ 'taxLocation': TaxLocationType;
4584
+ 'createdAt': string;
4585
+ 'updatedAt': string;
4005
4586
  'roundName': string | null;
4006
4587
  'matchName': string | null;
4007
4588
  'sortOrder': number;
@@ -4012,6 +4593,12 @@ export interface EventSession {
4012
4593
  'meeting': BaseMeeting | null;
4013
4594
  }
4014
4595
  export interface EventSessionAccess {
4596
+ 'id': string;
4597
+ 'session': BaseEventSession;
4598
+ 'passId': string;
4599
+ 'pass': BaseEventPass;
4600
+ 'status': PurchaseStatus;
4601
+ 'responses': Array<BaseEventSessionQuestionResponse>;
4015
4602
  'lineItem': PaymentLineItem | null;
4016
4603
  'createdAt': string;
4017
4604
  'updatedAt': string;
@@ -4045,6 +4632,15 @@ export interface EventSessionCreateInputs {
4045
4632
  'meetingId'?: string | null;
4046
4633
  }
4047
4634
  export interface EventSessionLocation {
4635
+ 'id': string;
4636
+ 'name': string;
4637
+ 'address1': string | null;
4638
+ 'address2': string | null;
4639
+ 'zip': string | null;
4640
+ 'city': string | null;
4641
+ 'state': string | null;
4642
+ 'country': string | null;
4643
+ 'image': BaseImage | null;
4048
4644
  'description': string | null;
4049
4645
  'createdAt': string;
4050
4646
  'updatedAt': string;
@@ -4084,17 +4680,50 @@ export interface EventSessionLocationUpdateInputs {
4084
4680
  'zip'?: string | null;
4085
4681
  }
4086
4682
  export interface EventSessionQuestion {
4683
+ 'id': string;
4684
+ 'eventId': string;
4685
+ 'type': EventSessionQuestionType;
4686
+ 'name': string;
4687
+ 'required': boolean;
4688
+ 'description': string | null;
4689
+ 'label': string | null;
4690
+ 'placeholder': string | null;
4691
+ 'default': string | null;
4692
+ 'searchListId': string | null;
4693
+ 'searchList': BaseSearchList | null;
4694
+ 'mutable': boolean;
4695
+ 'min': string | null;
4696
+ 'max': string | null;
4697
+ 'masked': boolean;
4698
+ 'validation': string | null;
4699
+ 'validationMessage': string | null;
4700
+ 'locationOption': LocationQuestionOption | null;
4701
+ 'sortOrder': number;
4702
+ 'featured': boolean;
4703
+ 'choices': Array<BaseEventSessionQuestionChoice>;
4704
+ 'price': number | null;
4705
+ 'supply': number | null;
4087
4706
  'sections': Array<BaseEventSessionSectionQuestion>;
4088
4707
  'subQuestionOf': Array<EventSessionQuestionChoiceSubQuestion>;
4089
4708
  'dashboardVisibility': boolean;
4090
4709
  'createdAt': string;
4091
4710
  'updatedAt': string;
4092
- '_count': EventSessionQuestionCount;
4711
+ '_count': EventSessionQuestionAllOfCount;
4712
+ }
4713
+ export interface EventSessionQuestionAllOfCount {
4714
+ 'responses': number;
4093
4715
  }
4094
4716
  export interface EventSessionQuestionChoice {
4095
- 'questionId': string;
4096
- 'question': BaseEventSessionQuestion;
4717
+ 'id': string;
4718
+ 'value': string;
4719
+ 'text': string | null;
4720
+ 'description': string | null;
4721
+ 'supply': number | null;
4722
+ 'sortOrder': number;
4097
4723
  'subQuestions': Array<BaseEventSessionQuestionChoiceSubQuestion>;
4724
+ 'question': BaseEventSessionQuestion;
4725
+ '_count': BaseRegistrationQuestionChoiceCount;
4726
+ 'questionId': string;
4098
4727
  'createdAt': string;
4099
4728
  'updatedAt': string;
4100
4729
  }
@@ -4106,6 +4735,10 @@ export interface EventSessionQuestionChoiceCreateInputs {
4106
4735
  'sortOrder'?: AdvertisementCreateInputsWeight | null;
4107
4736
  }
4108
4737
  export interface EventSessionQuestionChoiceSubQuestion {
4738
+ 'choiceId': string;
4739
+ 'choice': BaseEventSessionQuestionChoice;
4740
+ 'questionId': string;
4741
+ 'question': BaseEventSessionQuestion;
4109
4742
  'sortOrder': number;
4110
4743
  'createdAt': string;
4111
4744
  'updatedAt': string;
@@ -4131,9 +4764,6 @@ export interface EventSessionQuestionChoiceUpdateInputs {
4131
4764
  'description'?: string | null;
4132
4765
  'sortOrder'?: AdvertisementCreateInputsWeight | null;
4133
4766
  }
4134
- export interface EventSessionQuestionCount {
4135
- 'responses': number;
4136
- }
4137
4767
  export interface EventSessionQuestionCreateInputs {
4138
4768
  'name': string;
4139
4769
  'type': EventSessionQuestionType | null;
@@ -4162,11 +4792,23 @@ export interface EventSessionQuestionCreateInputs {
4162
4792
  'masked'?: boolean;
4163
4793
  }
4164
4794
  export interface EventSessionQuestionResponse {
4795
+ 'id': string;
4796
+ 'value': string;
4797
+ 'questionId': string;
4798
+ 'question': BaseEventSessionQuestion;
4165
4799
  'changeLogs': Array<BaseEventSessionQuestionResponseChange>;
4166
4800
  'createdAt': string;
4167
4801
  'updatedAt': string;
4168
4802
  }
4169
4803
  export interface EventSessionQuestionResponseChange {
4804
+ 'id': string;
4805
+ 'newValue': string;
4806
+ 'oldValue': string;
4807
+ 'eventId': string;
4808
+ 'questionId': string;
4809
+ 'responseId': string;
4810
+ 'userId': string | null;
4811
+ 'createdAt': string;
4170
4812
  'response': BaseEventSessionQuestionResponse;
4171
4813
  'user': BaseUser;
4172
4814
  }
@@ -4222,6 +4864,12 @@ export interface EventSessionQuestionUpdateInputs {
4222
4864
  'searchListId'?: string | null;
4223
4865
  }
4224
4866
  export interface EventSessionSection {
4867
+ 'id': string;
4868
+ 'eventId': string;
4869
+ 'name': string;
4870
+ 'description': string | null;
4871
+ 'sortOrder': number;
4872
+ '_count': BaseRegistrationSectionCount;
4225
4873
  'questions': Array<EventSessionQuestion>;
4226
4874
  'createdAt': string;
4227
4875
  'updatedAt': string;
@@ -4232,6 +4880,11 @@ export interface EventSessionSectionCreateInputs {
4232
4880
  'sortOrder'?: AdvertisementCreateInputsWeight | null;
4233
4881
  }
4234
4882
  export interface EventSessionSectionQuestion {
4883
+ 'sectionId': string;
4884
+ 'section': BaseEventSessionSection;
4885
+ 'questionId': string;
4886
+ 'question': BaseEventSessionQuestion;
4887
+ 'sortOrder': number;
4235
4888
  'createdAt': string;
4236
4889
  'updatedAt': string;
4237
4890
  }
@@ -4302,6 +4955,19 @@ export declare enum EventSource {
4302
4955
  Account = "account"
4303
4956
  }
4304
4957
  export interface EventSpeaker {
4958
+ 'id': string;
4959
+ 'slug': string;
4960
+ 'firstName': string;
4961
+ 'lastName': string | null;
4962
+ 'fullName': string | null;
4963
+ 'bio': string | null;
4964
+ 'title': string | null;
4965
+ 'company': string | null;
4966
+ 'companyBio': string | null;
4967
+ 'label': string | null;
4968
+ 'imageId': string | null;
4969
+ 'image': BaseImage | null;
4970
+ 'visible': boolean;
4305
4971
  'sessions': Array<BaseEventSession>;
4306
4972
  'eventId': string;
4307
4973
  'event': BaseEvent;
@@ -4373,6 +5039,13 @@ export interface EventSpeakerUpdateInputs {
4373
5039
  'visible'?: boolean;
4374
5040
  }
4375
5041
  export interface EventSponsorship {
5042
+ 'id': string;
5043
+ 'slug': string;
5044
+ 'name': string;
5045
+ 'description': string | null;
5046
+ 'url': string | null;
5047
+ 'account': BaseAccount | null;
5048
+ 'image': BaseImage | null;
4376
5049
  'createdAt': string;
4377
5050
  'updatedAt': string;
4378
5051
  }
@@ -4386,6 +5059,11 @@ export interface EventSponsorshipCreateInputs {
4386
5059
  'sortOrder'?: EventCreateInputsSplitPaymentPercentage;
4387
5060
  }
4388
5061
  export interface EventSponsorshipLevel {
5062
+ 'id': string;
5063
+ 'slug': string;
5064
+ 'name': string;
5065
+ 'description': string | null;
5066
+ 'sponsorsPerRow': number;
4389
5067
  'sortOrder': number;
4390
5068
  'sponsors': Array<BaseEventSponsorship>;
4391
5069
  'createdAt': string;
@@ -4439,11 +5117,16 @@ export interface EventSponsorshipUpdateInputs {
4439
5117
  'sortOrder'?: number;
4440
5118
  }
4441
5119
  export interface EventTrack {
5120
+ 'id': string;
5121
+ 'slug': string;
5122
+ 'name': string;
5123
+ 'description': string | null;
5124
+ 'color': string;
4442
5125
  'createdAt': string;
4443
5126
  'updatedAt': string;
4444
- '_count': EventTrackCount;
5127
+ '_count': EventTrackAllOfCount;
4445
5128
  }
4446
- export interface EventTrackCount {
5129
+ export interface EventTrackAllOfCount {
4447
5130
  'sessions': number;
4448
5131
  }
4449
5132
  export interface EventTrackCreateInputs {
@@ -4564,6 +5247,11 @@ export declare enum ExportStatus {
4564
5247
  Failed = "failed"
4565
5248
  }
4566
5249
  export interface Faq {
5250
+ 'id': string;
5251
+ 'slug': string;
5252
+ 'visible': boolean;
5253
+ 'question': string;
5254
+ 'answer'?: string;
4567
5255
  'priority': number;
4568
5256
  'organizationId': string;
4569
5257
  'eventId': string;
@@ -4573,6 +5261,10 @@ export interface Faq {
4573
5261
  'updatedAt': string;
4574
5262
  }
4575
5263
  export interface FaqSection {
5264
+ 'id': string;
5265
+ 'slug': string;
5266
+ 'name': string;
5267
+ 'priority': number;
4576
5268
  'faqs': Array<BaseFaq>;
4577
5269
  'eventId': string;
4578
5270
  'event': BaseEvent;
@@ -4721,7 +5413,7 @@ export declare enum GetAccountPayments200ResponseStatusEnum {
4721
5413
  export interface GetAccountThreads200Response {
4722
5414
  'status': GetAccountThreads200ResponseStatusEnum;
4723
5415
  'message': string;
4724
- 'data': Array<object>;
5416
+ 'data': Array<Thread>;
4725
5417
  'count'?: number;
4726
5418
  }
4727
5419
  export declare enum GetAccountThreads200ResponseStatusEnum {
@@ -5138,7 +5830,7 @@ export declare enum GetEvents200ResponseStatusEnum {
5138
5830
  export interface GetFiles200Response {
5139
5831
  'status': GetFiles200ResponseStatusEnum;
5140
5832
  'message': string;
5141
- 'data': Array<object>;
5833
+ 'data': Array<any>;
5142
5834
  'count'?: number;
5143
5835
  }
5144
5836
  export declare enum GetFiles200ResponseStatusEnum {
@@ -5353,7 +6045,7 @@ export declare enum GetPayment200ResponseStatusEnum {
5353
6045
  export interface GetPresets200Response {
5354
6046
  'status': GetPresets200ResponseStatusEnum;
5355
6047
  'message': string;
5356
- 'data': Array<object>;
6048
+ 'data': Array<Preset>;
5357
6049
  'count'?: number;
5358
6050
  }
5359
6051
  export declare enum GetPresets200ResponseStatusEnum {
@@ -5362,7 +6054,7 @@ export declare enum GetPresets200ResponseStatusEnum {
5362
6054
  export interface GetPushDevice200Response {
5363
6055
  'status': GetPushDevice200ResponseStatusEnum;
5364
6056
  'message': string;
5365
- 'data': object;
6057
+ 'data': PushDevice;
5366
6058
  }
5367
6059
  export declare enum GetPushDevice200ResponseStatusEnum {
5368
6060
  Ok = "ok"
@@ -5412,7 +6104,7 @@ export declare enum GetSearchLists200ResponseStatusEnum {
5412
6104
  export interface GetSelf200Response {
5413
6105
  'status': GetSelf200ResponseStatusEnum;
5414
6106
  'message': string;
5415
- 'data': object;
6107
+ 'data': Self;
5416
6108
  }
5417
6109
  export declare enum GetSelf200ResponseStatusEnum {
5418
6110
  Ok = "ok"
@@ -5568,7 +6260,7 @@ export declare enum GetTaxLogs200ResponseStatusEnum {
5568
6260
  export interface GetThreadCircles200Response {
5569
6261
  'status': GetThreadCircles200ResponseStatusEnum;
5570
6262
  'message': string;
5571
- 'data': Array<object>;
6263
+ 'data': Array<ThreadCircle>;
5572
6264
  'count'?: number;
5573
6265
  }
5574
6266
  export declare enum GetThreadCircles200ResponseStatusEnum {
@@ -5586,7 +6278,7 @@ export declare enum GetThreadMembers200ResponseStatusEnum {
5586
6278
  export interface GetThreadMessageFiles200Response {
5587
6279
  'status': GetThreadMessageFiles200ResponseStatusEnum;
5588
6280
  'message': string;
5589
- 'data': Array<object>;
6281
+ 'data': Array<any>;
5590
6282
  }
5591
6283
  export declare enum GetThreadMessageFiles200ResponseStatusEnum {
5592
6284
  Ok = "ok"
@@ -5633,18 +6325,29 @@ export declare enum GetVideoCaptions200ResponseStatusEnum {
5633
6325
  Ok = "ok"
5634
6326
  }
5635
6327
  export interface Group {
6328
+ 'id': string;
6329
+ 'slug': string;
6330
+ 'name': string;
6331
+ 'active': boolean;
6332
+ 'access': GroupAccess;
6333
+ 'description': string;
6334
+ 'featured': boolean;
6335
+ 'imageId': string | null;
6336
+ 'image': BaseImage | null;
6337
+ 'squareImageId': string | null;
6338
+ 'squareImage': BaseImage | null;
6339
+ '_count': GroupAllOfCount;
5636
6340
  'externalUrl': string | null;
5637
6341
  'meetingId': string | null;
5638
6342
  'meeting': BaseMeeting | null;
5639
6343
  'createdAt': string;
5640
6344
  'updatedAt': string;
5641
- '_count': GroupCount;
5642
6345
  }
5643
6346
  export declare enum GroupAccess {
5644
6347
  Public = "public",
5645
6348
  Private = "private"
5646
6349
  }
5647
- export interface GroupCount {
6350
+ export interface GroupAllOfCount {
5648
6351
  'members': number;
5649
6352
  'interests': number;
5650
6353
  'events': number;
@@ -5662,6 +6365,10 @@ export interface GroupCreateInputs {
5662
6365
  'meetingId'?: string | null;
5663
6366
  }
5664
6367
  export interface GroupInvitation {
6368
+ 'id': string;
6369
+ 'status': GroupInvitationStatus;
6370
+ 'createdAt': string;
6371
+ 'updatedAt': string;
5665
6372
  'group': BaseGroup;
5666
6373
  'groupId': string;
5667
6374
  'accountId': string;
@@ -5675,6 +6382,12 @@ export declare enum GroupInvitationStatus {
5675
6382
  Canceled = "canceled"
5676
6383
  }
5677
6384
  export interface GroupMembership {
6385
+ 'accountId': string;
6386
+ 'account': BaseAccount;
6387
+ 'groupId': string;
6388
+ 'group': BaseGroup;
6389
+ 'role': GroupMembershipRole;
6390
+ 'createdAt': string;
5678
6391
  'announcementEmailNotification': boolean;
5679
6392
  'announcementPushNotification': boolean;
5680
6393
  'activityEmailNotification': boolean;
@@ -5697,6 +6410,10 @@ export interface GroupMembershipUpdateInputs {
5697
6410
  'chatPushNotification'?: boolean;
5698
6411
  }
5699
6412
  export interface GroupRequest {
6413
+ 'id': string;
6414
+ 'status': GroupRequestStatus;
6415
+ 'createdAt': string;
6416
+ 'updatedAt': string;
5700
6417
  'groupId': string;
5701
6418
  'group': BaseGroup;
5702
6419
  'accountId': string;
@@ -5734,6 +6451,12 @@ export interface GroupUpdateInputs {
5734
6451
  'meetingId'?: string | null;
5735
6452
  }
5736
6453
  export interface Image {
6454
+ 'id': string;
6455
+ 'name': string | null;
6456
+ 'uri': string;
6457
+ 'width': number;
6458
+ 'height': number;
6459
+ 'createdAt': string;
5737
6460
  'type': ImageType;
5738
6461
  'description': string | null;
5739
6462
  'moderation': ImageModerationLevel;
@@ -5763,9 +6486,19 @@ export interface ImageUpdateInputs {
5763
6486
  'type'?: ImageType;
5764
6487
  }
5765
6488
  export interface ImageUsage {
5766
- '_count': ImageUsageCount;
6489
+ 'id': string;
6490
+ 'name': string | null;
6491
+ 'uri': string;
6492
+ 'width': number;
6493
+ 'height': number;
6494
+ 'createdAt': string;
6495
+ 'type': ImageType;
6496
+ 'description': string | null;
6497
+ 'moderation': ImageModerationLevel;
6498
+ 'updatedAt': string;
6499
+ '_count': ImageUsageAllOfCount;
5767
6500
  }
5768
- export interface ImageUsageCount {
6501
+ export interface ImageUsageAllOfCount {
5769
6502
  'accounts': number;
5770
6503
  'events': number;
5771
6504
  'sessions': number;
@@ -5775,6 +6508,16 @@ export interface ImageUsageCount {
5775
6508
  'tickets': number;
5776
6509
  }
5777
6510
  export interface ImageWCopyUri {
6511
+ 'id': string;
6512
+ 'name': string | null;
6513
+ 'uri': string;
6514
+ 'width': number;
6515
+ 'height': number;
6516
+ 'createdAt': string;
6517
+ 'type': ImageType;
6518
+ 'description': string | null;
6519
+ 'moderation': ImageModerationLevel;
6520
+ 'updatedAt': string;
5778
6521
  'copyUri': string;
5779
6522
  }
5780
6523
  export interface ImpersonateAccount200Response {
@@ -5786,11 +6529,17 @@ export declare enum ImpersonateAccount200ResponseStatusEnum {
5786
6529
  Ok = "ok"
5787
6530
  }
5788
6531
  export interface Import {
6532
+ 'id': string;
6533
+ 'type': string;
6534
+ 'overwrite': boolean;
6535
+ 'userId': string | null;
6536
+ 'createdAt': string;
6537
+ 'updatedAt': string;
5789
6538
  'user': BaseUser;
5790
6539
  'tier': BaseTier;
5791
- '_count': ImportCount;
6540
+ '_count': ImportAllOfCount;
5792
6541
  }
5793
- export interface ImportCount {
6542
+ export interface ImportAllOfCount {
5794
6543
  'items': number;
5795
6544
  }
5796
6545
  export interface ImportCreateInputs {
@@ -5801,6 +6550,14 @@ export interface ImportCreateInputsValuesInner {
5801
6550
  'email': string;
5802
6551
  }
5803
6552
  export interface ImportItem {
6553
+ 'id': string;
6554
+ 'importId': string;
6555
+ 'values': string;
6556
+ 'status': ImportItemStatus;
6557
+ 'message': string | null;
6558
+ 'debug': string | null;
6559
+ 'createdAt': string;
6560
+ 'updatedAt': string;
5804
6561
  'import': BaseImport;
5805
6562
  }
5806
6563
  export declare enum ImportItemStatus {
@@ -5828,10 +6585,21 @@ export declare enum IndexEventPasses200ResponseStatusEnum {
5828
6585
  Ok = "ok"
5829
6586
  }
5830
6587
  export interface Integration {
6588
+ 'id': string;
6589
+ 'type': IntegrationType;
6590
+ 'enabled': boolean;
6591
+ 'createdAt': string;
6592
+ 'updatedAt': string;
5831
6593
  'publicUrl': string | null;
5832
6594
  'publicKey': string | null;
5833
6595
  'secretKey': string | null;
5834
- 'details': IntegrationDetails;
6596
+ 'details': IntegrationAllOfDetails;
6597
+ }
6598
+ export interface IntegrationAllOfDetails {
6599
+ 'type': IntegrationType;
6600
+ 'name': string;
6601
+ 'description': string;
6602
+ 'logo': string;
5835
6603
  }
5836
6604
  export interface IntegrationCreateInputs {
5837
6605
  'type': IntegrationType;
@@ -5840,12 +6608,6 @@ export interface IntegrationCreateInputs {
5840
6608
  'publicKey'?: string;
5841
6609
  'secretKey'?: string;
5842
6610
  }
5843
- export interface IntegrationDetails {
5844
- 'type': IntegrationType;
5845
- 'name': string;
5846
- 'description': string;
5847
- 'logo': string;
5848
- }
5849
6611
  export declare enum IntegrationType {
5850
6612
  Snagtag = "snagtag"
5851
6613
  }
@@ -5856,11 +6618,16 @@ export interface IntegrationUpdateInputs {
5856
6618
  'secretKey'?: string | null;
5857
6619
  }
5858
6620
  export interface Interest {
6621
+ 'id': string;
6622
+ 'featured': boolean;
6623
+ 'name': string;
6624
+ 'imageId': string | null;
6625
+ 'image': BaseImage | null;
5859
6626
  'createdAt': string;
5860
6627
  'updatedAt': string;
5861
- '_count': InterestCount;
6628
+ '_count': InterestAllOfCount;
5862
6629
  }
5863
- export interface InterestCount {
6630
+ export interface InterestAllOfCount {
5864
6631
  'accounts': number;
5865
6632
  'groups': number;
5866
6633
  }
@@ -5869,17 +6636,35 @@ export interface InterestCreateInputs {
5869
6636
  }
5870
6637
  export interface InterestInputs {
5871
6638
  'type': InterestInputsTypeEnum;
6639
+ 'startIndex': number;
6640
+ 'endIndex': number;
6641
+ 'marks': Array<InterestInputsMarksEnum>;
5872
6642
  'interest': string;
5873
6643
  }
5874
6644
  export declare enum InterestInputsTypeEnum {
5875
6645
  Interest = "interest"
5876
6646
  }
6647
+ export declare enum InterestInputsMarksEnum {
6648
+ Bold = "bold",
6649
+ Italic = "italic",
6650
+ Underline = "underline",
6651
+ Strike = "strike"
6652
+ }
5877
6653
  export interface InterestUpdateInputs {
5878
6654
  'name'?: string | null;
5879
6655
  'imageId'?: string | null;
5880
6656
  'featured'?: boolean;
5881
6657
  }
5882
6658
  export interface Invoice {
6659
+ 'id': string;
6660
+ 'alternateId': string;
6661
+ 'dueDate': string;
6662
+ 'sentDate': string | null;
6663
+ 'status': InvoiceStatus;
6664
+ 'title': string;
6665
+ 'notes': string | null;
6666
+ 'paymentIntegrationId': string | null;
6667
+ 'paymentIntegration': BasePaymentIntegration | null;
5883
6668
  'lineItems': BaseInvoiceLineItem;
5884
6669
  'accountId': string | null;
5885
6670
  'account': BaseAccount | null;
@@ -5898,6 +6683,16 @@ export interface InvoiceCreateInputs {
5898
6683
  'paymentIntegrationId'?: string | null;
5899
6684
  }
5900
6685
  export interface InvoiceLineItem {
6686
+ 'id': string;
6687
+ 'name': string;
6688
+ 'description': string;
6689
+ 'quantity': number;
6690
+ 'amount': number;
6691
+ 'taxCode': string | null;
6692
+ 'taxIncluded': boolean;
6693
+ 'taxLocation': TaxLocationType;
6694
+ 'createdAt': string;
6695
+ 'updatedAt': string;
5901
6696
  'invoiceId': string;
5902
6697
  'invoice': BaseInvoice;
5903
6698
  }
@@ -5939,6 +6734,12 @@ export interface InvoiceUpdateInputs {
5939
6734
  'paymentIntegrationId'?: string | null;
5940
6735
  }
5941
6736
  export interface Lead {
6737
+ 'id': string;
6738
+ 'firstName': string | null;
6739
+ 'lastName': string | null;
6740
+ 'shareAccount': BaseLeadShareAccount;
6741
+ 'status': LeadStatus;
6742
+ 'createdAt': string;
5942
6743
  'eventId': string | null;
5943
6744
  'event': BaseEvent | null;
5944
6745
  'email': string | null;
@@ -5950,10 +6751,10 @@ export interface Lead {
5950
6751
  'twitter': string | null;
5951
6752
  'tikTok': string | null;
5952
6753
  'note': string | null;
5953
- 'attributes': Array<LeadAttributesInner>;
6754
+ 'attributes': Array<LeadAllOfAttributes>;
5954
6755
  'updatedAt': string;
5955
6756
  }
5956
- export interface LeadAttributesInner {
6757
+ export interface LeadAllOfAttributes {
5957
6758
  'name': string;
5958
6759
  'value': string;
5959
6760
  }
@@ -5972,10 +6773,19 @@ export interface LeadUpdateInputs {
5972
6773
  'note'?: string | null;
5973
6774
  }
5974
6775
  export interface Level {
6776
+ 'id': string;
6777
+ 'slug': string;
6778
+ 'name': string;
6779
+ 'subtitle': string | null;
6780
+ 'description': string | null;
6781
+ 'color': string;
6782
+ 'scale': number;
6783
+ 'imageId': string | null;
6784
+ 'image': BaseImage | null;
5975
6785
  'sortOrder': number;
5976
6786
  'createdAt': string;
5977
6787
  'updatedAt': string;
5978
- '_count': TierCount;
6788
+ '_count': TierAllOfCount;
5979
6789
  }
5980
6790
  export interface LevelCreateInputs {
5981
6791
  'name': string;
@@ -6003,6 +6813,8 @@ export interface LevelUpdateInputs {
6003
6813
  'sortOrder'?: AdvertisementCreateInputsWeight | null;
6004
6814
  }
6005
6815
  export interface Like {
6816
+ 'activity': BaseActivity;
6817
+ 'account': BaseAccount;
6006
6818
  'createdAt': string;
6007
6819
  'updatedAt': string;
6008
6820
  }
@@ -6017,11 +6829,31 @@ export declare enum LineChartSummaryDataTypeEnum {
6017
6829
  }
6018
6830
  export interface LinkInputs {
6019
6831
  'type': LinkInputsTypeEnum;
6832
+ 'startIndex': number;
6833
+ 'endIndex': number;
6834
+ 'marks': Array<LinkInputsMarksEnum>;
6020
6835
  'href': string;
6021
6836
  }
6022
6837
  export declare enum LinkInputsTypeEnum {
6023
6838
  Link = "link"
6024
6839
  }
6840
+ export declare enum LinkInputsMarksEnum {
6841
+ Bold = "bold",
6842
+ Italic = "italic",
6843
+ Underline = "underline",
6844
+ Strike = "strike"
6845
+ }
6846
+ export interface LinkPreview {
6847
+ 'url': string;
6848
+ 'siteName': string | null;
6849
+ 'title': string | null;
6850
+ 'description': string | null;
6851
+ 'image': string | null;
6852
+ 'imageWidth': number | null;
6853
+ 'imageHeight': number | null;
6854
+ 'imageType': string | null;
6855
+ 'favicon': string | null;
6856
+ }
6025
6857
  export interface Livestream {
6026
6858
  'id': string;
6027
6859
  'name': string;
@@ -6057,9 +6889,21 @@ export declare enum LocationQuestionOption {
6057
6889
  CountryStateCity = "countryStateCity"
6058
6890
  }
6059
6891
  export interface Login {
6060
- '_count': LoginCount;
6892
+ 'sub': string;
6893
+ 'userPoolId': string;
6894
+ 'username': string;
6895
+ 'email': string;
6896
+ 'status': string;
6897
+ 'enabled': boolean;
6898
+ 'verified': boolean;
6899
+ 'firstName': string | null;
6900
+ 'lastName': string | null;
6901
+ 'internalRefId': string | null;
6902
+ 'createdAt': string;
6903
+ 'updatedAt': string;
6904
+ '_count': LoginAllOfCount;
6061
6905
  }
6062
- export interface LoginCount {
6906
+ export interface LoginAllOfCount {
6063
6907
  'accounts': number;
6064
6908
  'devices': number;
6065
6909
  }
@@ -6067,6 +6911,11 @@ export interface MarkNotificationsReadInputs {
6067
6911
  'notificationIds': Array<string>;
6068
6912
  }
6069
6913
  export interface Match {
6914
+ 'id': string;
6915
+ 'round': BaseRound;
6916
+ 'number': number;
6917
+ 'title': string | null;
6918
+ 'description': string | null;
6070
6919
  'passes': Array<BaseMatchPass>;
6071
6920
  'createdAt': string;
6072
6921
  'updatedAt': string;
@@ -6081,6 +6930,9 @@ export interface MatchUpdateInputs {
6081
6930
  'description'?: string | null;
6082
6931
  }
6083
6932
  export interface Meeting {
6933
+ 'id': string;
6934
+ 'title': string;
6935
+ 'type': MeetingType;
6084
6936
  'event'?: BaseEvent;
6085
6937
  'session'?: BaseEventSession;
6086
6938
  'group'?: BaseGroup;
@@ -6124,6 +6976,11 @@ export declare enum MeetingCreateInputsPreferredRegionEnum {
6124
6976
  EuCentral1 = "eu-central-1"
6125
6977
  }
6126
6978
  export interface MeetingLink {
6979
+ 'id': string;
6980
+ 'name': string;
6981
+ 'passcode': string;
6982
+ 'preset_name': string;
6983
+ 'requireAuth': boolean;
6127
6984
  'createdAt': string;
6128
6985
  'updatedAt': string;
6129
6986
  }
@@ -6162,6 +7019,20 @@ export interface MeetingPresetCreateInputs {
6162
7019
  export interface MeetingPresetUpdateInputs {
6163
7020
  'name'?: string | null;
6164
7021
  }
7022
+ export interface MeetingRecording {
7023
+ 'id': string;
7024
+ 'meeting_id': string;
7025
+ 'download_url': string | null;
7026
+ 'download_url_expiry': string | null;
7027
+ 'file_size': number | null;
7028
+ 'session_id': string | null;
7029
+ 'output_file_name': string;
7030
+ 'status': string;
7031
+ 'invoked_time': string;
7032
+ 'started_time': string | null;
7033
+ 'stopped_time': string | null;
7034
+ 'recording_duration': number;
7035
+ }
6165
7036
  export interface MeetingRecordingCreateInputs {
6166
7037
  'max_seconds'?: number;
6167
7038
  'file_name_prefix'?: string;
@@ -6221,18 +7092,38 @@ export interface MeetingSessionChatDownload {
6221
7092
  'chat_download_url_expiry': string;
6222
7093
  }
6223
7094
  export interface MeetingSessionParticipant {
6224
- 'peer_stats'?: MeetingSessionParticipantPeerStats;
6225
- 'quality_stats'?: Array<MeetingSessionParticipantQualityStatsInner>;
7095
+ 'id': string;
7096
+ 'user_id': string | null;
7097
+ 'custom_participant_id': string;
7098
+ 'display_name': string | null;
7099
+ 'session_id': string;
7100
+ 'joined_at': string;
7101
+ 'left_at': string | null;
7102
+ 'duration': number | null;
7103
+ 'created_at': string;
7104
+ 'updated_at': string;
7105
+ 'role': string;
7106
+ 'preset_name': string;
7107
+ 'account': BaseAccount | null;
7108
+ 'peer_stats'?: MeetingSessionParticipantAllOfPeerStats;
7109
+ 'quality_stats'?: Array<MeetingSessionParticipantAllOfQualityStats>;
6226
7110
  }
6227
- export interface MeetingSessionParticipantPeerStats {
7111
+ export interface MeetingSessionParticipantAllOfAudioStats {
7112
+ 'timestamp': string;
7113
+ 'concealment_events'?: number;
7114
+ 'packets_lost'?: number;
7115
+ 'jitter'?: number;
7116
+ 'quality'?: number;
7117
+ }
7118
+ export interface MeetingSessionParticipantAllOfPeerStats {
6228
7119
  'config'?: string;
6229
7120
  'status'?: string;
6230
- 'device_info'?: MeetingSessionParticipantPeerStatsDeviceInfo;
6231
- 'events'?: Array<MeetingSessionParticipantPeerStatsEventsInner>;
6232
- 'ip_information'?: MeetingSessionParticipantPeerStatsIpInformation;
6233
- 'precall_network_information'?: MeetingSessionParticipantPeerStatsPrecallNetworkInformation;
7121
+ 'device_info'?: MeetingSessionParticipantAllOfPeerStatsDeviceInfo;
7122
+ 'events'?: Array<MeetingSessionParticipantAllOfPeerStatsEvents>;
7123
+ 'ip_information'?: MeetingSessionParticipantAllOfPeerStatsIpInformation;
7124
+ 'precall_network_information'?: MeetingSessionParticipantAllOfPeerStatsPrecallNetworkInformation;
6234
7125
  }
6235
- export interface MeetingSessionParticipantPeerStatsDeviceInfo {
7126
+ export interface MeetingSessionParticipantAllOfPeerStatsDeviceInfo {
6236
7127
  'browser'?: string;
6237
7128
  'browser_version'?: string;
6238
7129
  'cpus'?: number;
@@ -6246,11 +7137,11 @@ export interface MeetingSessionParticipantPeerStatsDeviceInfo {
6246
7137
  'user_agent'?: string;
6247
7138
  'webgl_support'?: string;
6248
7139
  }
6249
- export interface MeetingSessionParticipantPeerStatsEventsInner {
7140
+ export interface MeetingSessionParticipantAllOfPeerStatsEvents {
6250
7141
  'timestamp': string;
6251
7142
  'type': string;
6252
7143
  }
6253
- export interface MeetingSessionParticipantPeerStatsIpInformation {
7144
+ export interface MeetingSessionParticipantAllOfPeerStatsIpInformation {
6254
7145
  'city'?: string;
6255
7146
  'country'?: string;
6256
7147
  'ip_location'?: string;
@@ -6260,7 +7151,7 @@ export interface MeetingSessionParticipantPeerStatsIpInformation {
6260
7151
  'region'?: string;
6261
7152
  'timezone'?: string;
6262
7153
  }
6263
- export interface MeetingSessionParticipantPeerStatsPrecallNetworkInformation {
7154
+ export interface MeetingSessionParticipantAllOfPeerStatsPrecallNetworkInformation {
6264
7155
  'backend_rtt'?: number;
6265
7156
  'turn_connectivity'?: boolean;
6266
7157
  'effective_networktype'?: string;
@@ -6271,7 +7162,7 @@ export interface MeetingSessionParticipantPeerStatsPrecallNetworkInformation {
6271
7162
  'relay_connectivity'?: boolean;
6272
7163
  'fractional_loss'?: number;
6273
7164
  }
6274
- export interface MeetingSessionParticipantQualityStatsInner {
7165
+ export interface MeetingSessionParticipantAllOfQualityStats {
6275
7166
  'peer_id': string;
6276
7167
  'audio_bandwidth'?: number;
6277
7168
  'video_bandwidth'?: number;
@@ -6280,17 +7171,10 @@ export interface MeetingSessionParticipantQualityStatsInner {
6280
7171
  'end'?: string;
6281
7172
  'audio_packet_loss'?: number;
6282
7173
  'video_packet_loss'?: number;
6283
- 'audio_stats'?: Array<MeetingSessionParticipantQualityStatsInnerAudioStatsInner>;
6284
- 'video_stats'?: Array<MeetingSessionParticipantQualityStatsInnerVideoStatsInner>;
7174
+ 'audio_stats'?: Array<MeetingSessionParticipantAllOfAudioStats>;
7175
+ 'video_stats'?: Array<MeetingSessionParticipantAllOfVideoStats>;
6285
7176
  }
6286
- export interface MeetingSessionParticipantQualityStatsInnerAudioStatsInner {
6287
- 'timestamp': string;
6288
- 'concealment_events'?: number;
6289
- 'packets_lost'?: number;
6290
- 'jitter'?: number;
6291
- 'quality'?: number;
6292
- }
6293
- export interface MeetingSessionParticipantQualityStatsInnerVideoStatsInner {
7177
+ export interface MeetingSessionParticipantAllOfVideoStats {
6294
7178
  'timestamp': string;
6295
7179
  'frame_width'?: number;
6296
7180
  'frame_height'?: number;
@@ -6341,11 +7225,31 @@ export declare enum MeetingUpdateInputsStatusEnum {
6341
7225
  }
6342
7226
  export interface MentionInputs {
6343
7227
  'type': MentionInputsTypeEnum;
7228
+ 'startIndex': number;
7229
+ 'endIndex': number;
7230
+ 'marks': Array<MentionInputsMarksEnum>;
6344
7231
  'username': string;
6345
7232
  }
6346
7233
  export declare enum MentionInputsTypeEnum {
6347
7234
  Mention = "mention"
6348
7235
  }
7236
+ export declare enum MentionInputsMarksEnum {
7237
+ Bold = "bold",
7238
+ Italic = "italic",
7239
+ Underline = "underline",
7240
+ Strike = "strike"
7241
+ }
7242
+ export interface ModelFile {
7243
+ 'id': number;
7244
+ 'name': string;
7245
+ 'r2Path': string;
7246
+ 'source': FileSource;
7247
+ 'kilobytes': number;
7248
+ 'url'?: string;
7249
+ 'public': boolean;
7250
+ 'createdAt': string;
7251
+ 'updatedAt': string;
7252
+ }
6349
7253
  export declare enum ModerationStatus {
6350
7254
  None = "none",
6351
7255
  Reported = "reported",
@@ -6360,6 +7264,15 @@ export interface ModulePermissions {
6360
7264
  'del': boolean;
6361
7265
  }
6362
7266
  export interface Notification {
7267
+ 'id': string;
7268
+ 'type': NotificationType;
7269
+ 'read': boolean;
7270
+ 'receiverId': string;
7271
+ 'receiver': BaseAccount;
7272
+ 'senderId': string | null;
7273
+ 'sender': BaseAccount | null;
7274
+ 'orgMembershipId': string | null;
7275
+ 'orgMembership': OrganizationMembership | null;
6363
7276
  'like': BaseLike | null;
6364
7277
  'activity': BaseActivity | null;
6365
7278
  'event': BaseEvent | null;
@@ -6414,6 +7327,15 @@ export declare enum NotificationType {
6414
7327
  SupportTicketMessage = "SUPPORT_TICKET_MESSAGE"
6415
7328
  }
6416
7329
  export interface Organization {
7330
+ 'id': string;
7331
+ 'slug': string;
7332
+ 'name': string;
7333
+ 'logoId': string | null;
7334
+ 'logo': BaseImage | null;
7335
+ 'iconId': string | null;
7336
+ 'icon': BaseImage | null;
7337
+ 'domain': string | null;
7338
+ 'locale': string;
6417
7339
  'email': string | null;
6418
7340
  'description': string | null;
6419
7341
  'phone': string | null;
@@ -6467,22 +7389,14 @@ export interface Organization {
6467
7389
  'appleAuthEnabled': boolean;
6468
7390
  'facebookAuthEnabled': boolean;
6469
7391
  'googleAuthEnabled': boolean;
6470
- 'oAuth': Array<OrganizationOAuthInner>;
7392
+ 'oAuth': Array<OrganizationAllOfOAuth>;
6471
7393
  'maxFileGbs': number | null;
6472
7394
  'maxImageCount': number | null;
6473
7395
  'maxVideoMins': number | null;
6474
7396
  'locales': Array<string>;
6475
7397
  'inviteOnly': boolean;
6476
7398
  'googleTagManagerId': string | null;
6477
- 'meetingGroupCallAdminPreset': string;
6478
- 'meetingGroupCallGuestPreset': string;
6479
- 'meetingWebinarAdminPreset': string;
6480
- 'meetingWebinarGuestPreset': string;
6481
- 'meetingLivestreamAdminPreset': string;
6482
- 'meetingLivestreamGuestPreset': string;
6483
7399
  'options': object | null;
6484
- 'autoResolveSupportTickets': boolean;
6485
- 'autoResolveSupportTicketMessage': string | null;
6486
7400
  }
6487
7401
  export declare enum OrganizationActionType {
6488
7402
  Create = "create",
@@ -6490,6 +7404,9 @@ export declare enum OrganizationActionType {
6490
7404
  Update = "update",
6491
7405
  Delete = "delete"
6492
7406
  }
7407
+ export interface OrganizationAllOfOAuth {
7408
+ 'id': string;
7409
+ }
6493
7410
  export interface OrganizationMembership {
6494
7411
  'id': string;
6495
7412
  'organizationId': string;
@@ -6560,12 +7477,47 @@ export interface OrganizationMembershipUpdateInputs {
6560
7477
  'payments': object;
6561
7478
  }
6562
7479
  export interface OrganizationModule {
7480
+ 'id': string;
7481
+ 'moduleType': OrganizationModuleType;
7482
+ 'superEnabled': boolean;
7483
+ 'requireAuth': boolean;
7484
+ 'enabled': boolean;
7485
+ 'editable': boolean;
6563
7486
  'enabledTiers': Array<BaseTier>;
6564
7487
  'editableTiers': Array<BaseTier>;
6565
7488
  'options': object | null;
6566
7489
  'createdAt': string;
6567
7490
  'updatedAt': string;
6568
7491
  }
7492
+ export interface OrganizationModuleSettings {
7493
+ 'organizationId': string;
7494
+ 'meetingGroupCallAdminPreset': string;
7495
+ 'meetingGroupCallGuestPreset': string;
7496
+ 'meetingWebinarAdminPreset': string;
7497
+ 'meetingWebinarGuestPreset': string;
7498
+ 'meetingLivestreamAdminPreset': string;
7499
+ 'meetingLivestreamGuestPreset': string;
7500
+ 'supportAutoResolve': boolean;
7501
+ 'supportAutoResolveMessage'?: string;
7502
+ }
7503
+ export interface OrganizationModuleSettingsTranslation {
7504
+ 'organizationId': string;
7505
+ 'locale': string;
7506
+ 'supportAutoResolveMessage'?: string;
7507
+ }
7508
+ export interface OrganizationModuleSettingsTranslationUpdateInputs {
7509
+ 'supportAutoResolveMessage'?: string;
7510
+ }
7511
+ export interface OrganizationModuleSettingsUpdateInputs {
7512
+ 'meetingGroupCallAdminPreset'?: string;
7513
+ 'meetingGroupCallGuestPreset'?: string;
7514
+ 'meetingWebinarAdminPreset'?: string;
7515
+ 'meetingWebinarGuestPreset'?: string;
7516
+ 'meetingLivestreamAdminPreset'?: string;
7517
+ 'meetingLivestreamGuestPreset'?: string;
7518
+ 'supportAutoResolve'?: boolean;
7519
+ 'supportAutoResolveMessage'?: string;
7520
+ }
6569
7521
  export declare enum OrganizationModuleType {
6570
7522
  Activities = "activities",
6571
7523
  Events = "events",
@@ -6589,9 +7541,6 @@ export interface OrganizationModuleUpdateInputs {
6589
7541
  'editable'?: boolean;
6590
7542
  'options'?: object | null;
6591
7543
  }
6592
- export interface OrganizationOAuthInner {
6593
- 'id': string;
6594
- }
6595
7544
  export interface OrganizationPageCreateInputs {
6596
7545
  'title': string;
6597
7546
  'subtitle'?: string | null;
@@ -6713,15 +7662,7 @@ export interface OrganizationUpdateInputs {
6713
7662
  'locales'?: Array<string> | null;
6714
7663
  'inviteOnly'?: boolean;
6715
7664
  'googleTagManagerId'?: string | null;
6716
- 'meetingGroupCallAdminPreset'?: string;
6717
- 'meetingGroupCallGuestPreset'?: string;
6718
- 'meetingWebinarAdminPreset'?: string;
6719
- 'meetingWebinarGuestPreset'?: string;
6720
- 'meetingLivestreamAdminPreset'?: string;
6721
- 'meetingLivestreamGuestPreset'?: string;
6722
7665
  'options'?: object | null;
6723
- 'autoResolveSupportTickets'?: boolean;
6724
- 'autoResolveSupportTicketMessage'?: string | null;
6725
7666
  }
6726
7667
  export declare enum PageType {
6727
7668
  About = "about",
@@ -6730,6 +7671,9 @@ export declare enum PageType {
6730
7671
  Team = "team"
6731
7672
  }
6732
7673
  export interface PassAddOn {
7674
+ 'addOnId': string;
7675
+ 'addOn': BaseEventAddOn;
7676
+ 'createdAt': string;
6733
7677
  'pass': BaseEventPass;
6734
7678
  'updatedAt': string;
6735
7679
  }
@@ -6830,6 +7774,34 @@ export declare enum PassTypeVisibility {
6830
7774
  Private = "private"
6831
7775
  }
6832
7776
  export interface Payment {
7777
+ 'id': number;
7778
+ 'type': PaymentType;
7779
+ 'currency': string;
7780
+ 'ticketId': string | null;
7781
+ 'ticket': BaseEventPassType | null;
7782
+ 'stripeId': string | null;
7783
+ 'last4': string | null;
7784
+ 'debugId': string | null;
7785
+ 'address1': boolean;
7786
+ 'address2': boolean;
7787
+ 'city': boolean;
7788
+ 'country': string;
7789
+ 'state': string;
7790
+ 'zip': string;
7791
+ 'captured': boolean;
7792
+ 'accountId': string | null;
7793
+ 'eventId': string | null;
7794
+ 'registrationId': string | null;
7795
+ 'passTypeId': string | null;
7796
+ 'passId': string | null;
7797
+ 'sessionId': string | null;
7798
+ 'placeId': string | null;
7799
+ 'spaceId': string | null;
7800
+ 'membershipId': string | null;
7801
+ 'couponId': string | null;
7802
+ 'invoiceId': string | null;
7803
+ 'lineItems': Array<object>;
7804
+ 'createdAt': string;
6833
7805
  'locationAddress1': string | null;
6834
7806
  'locationAddress2': string | null;
6835
7807
  'locationCity': string | null;
@@ -6844,7 +7816,7 @@ export interface Payment {
6844
7816
  'deferredAmount': number | null;
6845
7817
  'deferredDueDate': string | null;
6846
7818
  'deferredInvoices': Array<BaseInvoice>;
6847
- 'integration': PaymentIntegration | null;
7819
+ 'integration': PaymentAllOfIntegration | null;
6848
7820
  'event': BaseEvent | null;
6849
7821
  'registration': BaseEventAttendee | null;
6850
7822
  'passType': BaseEventPassType | null;
@@ -6855,10 +7827,20 @@ export interface Payment {
6855
7827
  'coupon': BaseCoupon | null;
6856
7828
  'invoice': BaseInvoice | null;
6857
7829
  'metadata'?: object;
6858
- 'lineItems': Array<object>;
7830
+ }
7831
+ export interface PaymentAllOfIntegration {
7832
+ 'type': PaymentIntegrationType;
6859
7833
  }
6860
7834
  export interface PaymentIntegration {
7835
+ 'id': string;
7836
+ 'currencyCode': string;
6861
7837
  'type': PaymentIntegrationType;
7838
+ 'name': string;
7839
+ 'connectionId': string;
7840
+ 'merchantAccountId': string | null;
7841
+ 'enabled': boolean;
7842
+ 'createdAt': string;
7843
+ 'updatedAt': string;
6862
7844
  }
6863
7845
  export declare enum PaymentIntegrationType {
6864
7846
  Stripe = "stripe",
@@ -6868,6 +7850,28 @@ export declare enum PaymentIntegrationType {
6868
7850
  Manual = "manual"
6869
7851
  }
6870
7852
  export interface PaymentLineItem {
7853
+ 'id': string;
7854
+ 'type': PaymentLineItemType;
7855
+ 'parent': string | null;
7856
+ 'name': string;
7857
+ 'quantity': number;
7858
+ 'amount': number;
7859
+ 'paid': number;
7860
+ 'refunded': number;
7861
+ 'discount': number;
7862
+ 'deferred': number;
7863
+ 'salesTax': number;
7864
+ 'refundedSalesTax': number;
7865
+ 'paymentId': number;
7866
+ 'taxCode': string | null;
7867
+ 'taxIncluded': boolean;
7868
+ 'taxLocation': TaxLocationType;
7869
+ 'passId': string | null;
7870
+ 'packageId': string | null;
7871
+ 'passAddOnId': string | null;
7872
+ 'reservationId': string | null;
7873
+ 'accessId': string | null;
7874
+ 'bookingId': string | null;
6871
7875
  'pass': BaseEventPass | null;
6872
7876
  'package': BaseEventPackage | null;
6873
7877
  'passAddOn': BasePassAddOn | null;
@@ -6903,12 +7907,34 @@ export interface PaypalActivationFormParams {
6903
7907
  'currencyCode': string;
6904
7908
  'name': string;
6905
7909
  }
7910
+ export interface Preset {
7911
+ 'id': string;
7912
+ 'name': string;
7913
+ 'created_at': string;
7914
+ 'updated_at': string;
7915
+ }
6906
7916
  export declare enum PurchaseStatus {
6907
7917
  Draft = "draft",
6908
7918
  Canceled = "canceled",
6909
7919
  NeedsInfo = "needsInfo",
6910
7920
  Ready = "ready"
6911
7921
  }
7922
+ export interface PushDevice {
7923
+ 'id': string;
7924
+ 'name': string | null;
7925
+ 'model': string | null;
7926
+ 'brand': string | null;
7927
+ 'osName': string | null;
7928
+ 'osVersion': string | null;
7929
+ 'deviceYearClass': number | null;
7930
+ 'manufacturer': string | null;
7931
+ 'supportedCpuArchitectures': string | null;
7932
+ 'totalMemory': number | null;
7933
+ 'pushService': PushService;
7934
+ 'login': BaseLogin;
7935
+ 'createdAt': string;
7936
+ 'updatedAt': string;
7937
+ }
6912
7938
  export declare enum PushService {
6913
7939
  Apn = "apn",
6914
7940
  Firebase = "firebase",
@@ -6928,7 +7954,23 @@ export interface RefundLineItem {
6928
7954
  'id': string;
6929
7955
  'amount': number;
6930
7956
  }
7957
+ export interface RegistrationBypass {
7958
+ 'id': number;
7959
+ 'closed': boolean;
7960
+ 'preRegister': boolean;
7961
+ 'postRegister': boolean;
7962
+ 'accountId': string;
7963
+ 'account': BaseAccount;
7964
+ 'createdAt': string;
7965
+ 'updatedAt': string;
7966
+ }
6931
7967
  export interface RegistrationFollowup {
7968
+ 'id': string;
7969
+ 'eventId': string;
7970
+ 'name': string;
7971
+ 'description': string | null;
7972
+ 'sortOrder': number;
7973
+ '_count': BaseRegistrationSectionCount;
6932
7974
  'questions': Array<RegistrationQuestion>;
6933
7975
  'passTypes': Array<BaseEventPassType>;
6934
7976
  'eventAddOns': Array<BaseEventAddOn>;
@@ -6938,6 +7980,11 @@ export interface RegistrationFollowup {
6938
7980
  'updatedAt': string;
6939
7981
  }
6940
7982
  export interface RegistrationFollowupQuestion {
7983
+ 'followupId': string;
7984
+ 'followup': BaseRegistrationFollowup;
7985
+ 'questionId': string;
7986
+ 'question': BaseRegistrationQuestion;
7987
+ 'sortOrder': number;
6941
7988
  'createdAt': string;
6942
7989
  'updatedAt': string;
6943
7990
  }
@@ -6950,6 +7997,29 @@ export interface RegistrationFollowupTranslation {
6950
7997
  'updatedAt': string;
6951
7998
  }
6952
7999
  export interface RegistrationQuestion {
8000
+ 'id': string;
8001
+ 'eventId': string;
8002
+ 'type': RegistrationQuestionType;
8003
+ 'name': string;
8004
+ 'required': boolean;
8005
+ 'description': string | null;
8006
+ 'label': string | null;
8007
+ 'placeholder': string | null;
8008
+ 'default': string | null;
8009
+ 'searchListId': string | null;
8010
+ 'searchList': BaseSearchList | null;
8011
+ 'span': number;
8012
+ 'mutable': boolean;
8013
+ 'min': string | null;
8014
+ 'max': string | null;
8015
+ 'masked': boolean;
8016
+ 'validation': string | null;
8017
+ 'validationMessage': string | null;
8018
+ 'locationOption': LocationQuestionOption | null;
8019
+ 'sortOrder': number;
8020
+ 'featured': boolean;
8021
+ 'choices': Array<BaseRegistrationQuestionChoice>;
8022
+ 'unique': boolean;
6953
8023
  'sections': Array<BaseRegistrationSectionQuestion>;
6954
8024
  'followups': Array<BaseRegistrationFollowupQuestion>;
6955
8025
  'subQuestionOf': Array<RegistrationQuestionChoiceSubQuestion>;
@@ -6958,13 +8028,24 @@ export interface RegistrationQuestion {
6958
8028
  'updatedAt': string;
6959
8029
  }
6960
8030
  export interface RegistrationQuestionChoice {
6961
- 'questionId': string;
6962
- 'question': BaseRegistrationQuestion;
8031
+ 'id': string;
8032
+ 'value': string;
8033
+ 'text': string | null;
8034
+ 'description': string | null;
8035
+ 'supply': number | null;
8036
+ 'sortOrder': number;
6963
8037
  'subQuestions': Array<BaseRegistrationQuestionChoiceSubQuestion>;
8038
+ 'question': BaseRegistrationQuestion;
8039
+ '_count': BaseRegistrationQuestionChoiceCount;
8040
+ 'questionId': string;
6964
8041
  'createdAt': string;
6965
8042
  'updatedAt': string;
6966
8043
  }
6967
8044
  export interface RegistrationQuestionChoiceSubQuestion {
8045
+ 'choiceId': string;
8046
+ 'choice': BaseRegistrationQuestionChoice;
8047
+ 'questionId': string;
8048
+ 'question': BaseRegistrationQuestion;
6968
8049
  'sortOrder': number;
6969
8050
  'createdAt': string;
6970
8051
  'updatedAt': string;
@@ -6979,11 +8060,23 @@ export interface RegistrationQuestionChoiceTranslation {
6979
8060
  'updatedAt': string;
6980
8061
  }
6981
8062
  export interface RegistrationQuestionResponse {
8063
+ 'id': string;
8064
+ 'value': string;
8065
+ 'questionId': string;
8066
+ 'question': BaseRegistrationQuestion;
6982
8067
  'changeLogs': Array<BaseRegistrationQuestionResponseChange>;
6983
8068
  'createdAt': string;
6984
8069
  'updatedAt': string;
6985
8070
  }
6986
8071
  export interface RegistrationQuestionResponseChange {
8072
+ 'id': string;
8073
+ 'newValue': string;
8074
+ 'oldValue': string;
8075
+ 'eventId': string;
8076
+ 'questionId': string;
8077
+ 'responseId': string;
8078
+ 'userId': string | null;
8079
+ 'createdAt': string;
6987
8080
  'response': BaseRegistrationQuestionResponse;
6988
8081
  'user': BaseUser | null;
6989
8082
  }
@@ -7010,6 +8103,12 @@ export declare enum RegistrationQuestionType {
7010
8103
  Location = "location"
7011
8104
  }
7012
8105
  export interface RegistrationSection {
8106
+ 'id': string;
8107
+ 'eventId': string;
8108
+ 'name': string;
8109
+ 'description': string | null;
8110
+ 'sortOrder': number;
8111
+ '_count': BaseRegistrationSectionCount;
7013
8112
  'questions': Array<RegistrationQuestion>;
7014
8113
  'eventTickets': Array<BaseEventPassType>;
7015
8114
  'eventAddOns': Array<BaseEventAddOn>;
@@ -7019,6 +8118,11 @@ export interface RegistrationSection {
7019
8118
  'updatedAt': string;
7020
8119
  }
7021
8120
  export interface RegistrationSectionQuestion {
8121
+ 'sectionId': string;
8122
+ 'section': BaseRegistrationSection;
8123
+ 'questionId': string;
8124
+ 'question': BaseRegistrationQuestion;
8125
+ 'sortOrder': number;
7022
8126
  'createdAt': string;
7023
8127
  'updatedAt': string;
7024
8128
  }
@@ -7065,6 +8169,10 @@ export declare enum ReportType {
7065
8169
  Series = "series"
7066
8170
  }
7067
8171
  export interface Room {
8172
+ 'id': string;
8173
+ 'roomName': string;
8174
+ 'createdAt': string;
8175
+ 'updatedAt': string;
7068
8176
  'roomTypes': Array<BaseEventRoomType>;
7069
8177
  'reservation': BaseEventRoomTypeReservation | null;
7070
8178
  }
@@ -7075,11 +8183,49 @@ export interface RoomUpdateInputs {
7075
8183
  'roomName'?: string | null;
7076
8184
  }
7077
8185
  export interface Round {
7078
- 'matches': Array<RoundMatchesInner>;
8186
+ 'id': string;
8187
+ 'event': BaseRoundEvent | null;
8188
+ 'session': BaseRoundEvent | null;
8189
+ 'number': number;
8190
+ 'matches': Array<RoundAllOfMatches>;
7079
8191
  'createdAt': string;
7080
8192
  'updatedAt': string;
7081
8193
  }
8194
+ export interface RoundAllOfMatches {
8195
+ 'id': string;
8196
+ 'number': number;
8197
+ 'title': string | null;
8198
+ }
7082
8199
  export interface RoundEventQuestion {
8200
+ 'id': string;
8201
+ 'eventId': string;
8202
+ 'type': RegistrationQuestionType;
8203
+ 'name': string;
8204
+ 'required': boolean;
8205
+ 'description': string | null;
8206
+ 'label': string | null;
8207
+ 'placeholder': string | null;
8208
+ 'default': string | null;
8209
+ 'searchListId': string | null;
8210
+ 'searchList': BaseSearchList | null;
8211
+ 'span': number;
8212
+ 'mutable': boolean;
8213
+ 'min': string | null;
8214
+ 'max': string | null;
8215
+ 'masked': boolean;
8216
+ 'validation': string | null;
8217
+ 'validationMessage': string | null;
8218
+ 'locationOption': LocationQuestionOption | null;
8219
+ 'sortOrder': number;
8220
+ 'featured': boolean;
8221
+ 'choices': Array<BaseRegistrationQuestionChoice>;
8222
+ 'unique': boolean;
8223
+ 'sections': Array<BaseRegistrationSectionQuestion>;
8224
+ 'followups': Array<BaseRegistrationFollowupQuestion>;
8225
+ 'subQuestionOf': Array<RegistrationQuestionChoiceSubQuestion>;
8226
+ 'dashboardVisibility': boolean;
8227
+ 'createdAt': string;
8228
+ 'updatedAt': string;
7083
8229
  'matchType': RoundEventQuestionMatchTypeEnum;
7084
8230
  'roundQuestionId'?: string;
7085
8231
  }
@@ -7091,12 +8237,36 @@ export declare enum RoundEventQuestionMatchTypeEnum {
7091
8237
  export interface RoundEventQuestionUpdataInputs {
7092
8238
  'type': MatchQuestionType;
7093
8239
  }
7094
- export interface RoundMatchesInner {
7095
- 'id': string;
7096
- 'number': number;
7097
- 'title': string | null;
7098
- }
7099
8240
  export interface RoundSessionQuestion {
8241
+ 'id': string;
8242
+ 'eventId': string;
8243
+ 'type': EventSessionQuestionType;
8244
+ 'name': string;
8245
+ 'required': boolean;
8246
+ 'description': string | null;
8247
+ 'label': string | null;
8248
+ 'placeholder': string | null;
8249
+ 'default': string | null;
8250
+ 'searchListId': string | null;
8251
+ 'searchList': BaseSearchList | null;
8252
+ 'mutable': boolean;
8253
+ 'min': string | null;
8254
+ 'max': string | null;
8255
+ 'masked': boolean;
8256
+ 'validation': string | null;
8257
+ 'validationMessage': string | null;
8258
+ 'locationOption': LocationQuestionOption | null;
8259
+ 'sortOrder': number;
8260
+ 'featured': boolean;
8261
+ 'choices': Array<BaseEventSessionQuestionChoice>;
8262
+ 'price': number | null;
8263
+ 'supply': number | null;
8264
+ 'sections': Array<BaseEventSessionSectionQuestion>;
8265
+ 'subQuestionOf': Array<EventSessionQuestionChoiceSubQuestion>;
8266
+ 'dashboardVisibility': boolean;
8267
+ 'createdAt': string;
8268
+ 'updatedAt': string;
8269
+ '_count': EventSessionQuestionAllOfCount;
7100
8270
  'matchType': RoundSessionQuestionMatchTypeEnum;
7101
8271
  'roundQuestionId'?: string;
7102
8272
  }
@@ -7108,6 +8278,12 @@ export declare enum RoundSessionQuestionMatchTypeEnum {
7108
8278
  export interface RoundSessionQuestionUpdateInputs {
7109
8279
  'type': MatchQuestionType;
7110
8280
  }
8281
+ export interface Schedule {
8282
+ 'name': string;
8283
+ 'date': string;
8284
+ 'createdAt': string;
8285
+ 'updatedAt': string;
8286
+ }
7111
8287
  export interface SearchField {
7112
8288
  'id': string;
7113
8289
  'name': string;
@@ -7122,9 +8298,12 @@ export interface SearchField {
7122
8298
  'updatedAt': string;
7123
8299
  }
7124
8300
  export interface SearchList {
8301
+ 'id': string;
8302
+ 'organizationId': string;
8303
+ 'name': string;
7125
8304
  'createdAt': string;
7126
8305
  'updatedAt': string;
7127
- '_count': AccountAttributeCount;
8306
+ '_count': AccountAttributeAllOfCount;
7128
8307
  }
7129
8308
  export interface SearchListConnectedQuestion {
7130
8309
  'id': string;
@@ -7152,6 +8331,10 @@ export interface SearchListUpdateInputs {
7152
8331
  'name'?: string;
7153
8332
  }
7154
8333
  export interface SearchListValue {
8334
+ 'id': string;
8335
+ 'searchListId': string;
8336
+ 'value': string;
8337
+ 'priority': number | null;
7155
8338
  'createdAt': string;
7156
8339
  'updatedAt': string;
7157
8340
  'searchList': SearchList;
@@ -7182,11 +8365,41 @@ export interface SearchOrganizationFilters {
7182
8365
  }
7183
8366
  export interface SegmentInputs {
7184
8367
  'type': SegmentInputsTypeEnum;
8368
+ 'startIndex': number;
8369
+ 'endIndex': number;
8370
+ 'marks': Array<SegmentInputsMarksEnum>;
7185
8371
  }
7186
8372
  export declare enum SegmentInputsTypeEnum {
7187
8373
  Segment = "segment"
7188
8374
  }
8375
+ export declare enum SegmentInputsMarksEnum {
8376
+ Bold = "bold",
8377
+ Italic = "italic",
8378
+ Underline = "underline",
8379
+ Strike = "strike"
8380
+ }
8381
+ export interface Self {
8382
+ 'id': string;
8383
+ 'email': string;
8384
+ 'firstName': string;
8385
+ 'lastName': string;
8386
+ 'title': string | null;
8387
+ 'imageUrl': string;
8388
+ 'termsAccepted': string | null;
8389
+ 'phone': string | null;
8390
+ 'createdAt': string;
8391
+ 'updatedAt': string;
8392
+ }
7189
8393
  export interface Series {
8394
+ 'id': string;
8395
+ 'slug': string;
8396
+ 'name': string;
8397
+ 'description': string | null;
8398
+ 'longDescription': string | null;
8399
+ 'startDate': string | null;
8400
+ 'endDate': string | null;
8401
+ 'imageId': string | null;
8402
+ 'image': BaseImage | null;
7190
8403
  'templateId': string;
7191
8404
  'template': BaseEvent;
7192
8405
  'sortOrder': number;
@@ -7219,6 +8432,15 @@ export declare enum SessionAccess {
7219
8432
  }
7220
8433
  export interface SideEffect {
7221
8434
  'id': string;
8435
+ 'newPassOfPassTypeId': string | null;
8436
+ 'checkedInPassEventId': string | null;
8437
+ 'newAccountTierId': string | null;
8438
+ 'removedAccountTierId': string | null;
8439
+ 'joinGroupId': string | null;
8440
+ 'leaveGroupId': string | null;
8441
+ 'addToTierId': string | null;
8442
+ 'subscribeToChannelId': string | null;
8443
+ 'sendWebhookId': string | null;
7222
8444
  'organizationId': string;
7223
8445
  'newPassOfPassType': BaseEventPassType | null;
7224
8446
  'checkedInPassEvent': BaseEvent | null;
@@ -7255,6 +8477,14 @@ export interface SponsorshipLevelTranslation {
7255
8477
  'updatedAt': string;
7256
8478
  }
7257
8479
  export interface StandardReport {
8480
+ 'id': string;
8481
+ 'type': ReportType;
8482
+ 'category': string;
8483
+ 'name': string;
8484
+ 'description': string;
8485
+ 'dateType': EventReportDateType;
8486
+ 'favorite': boolean;
8487
+ 'rowLink'?: string;
7258
8488
  'rowData': Array<object>;
7259
8489
  'colDefs': Array<object>;
7260
8490
  'nextCursor': number | null;
@@ -7285,11 +8515,20 @@ export declare enum StorageConfigAuthMethodEnum {
7285
8515
  Password = "PASSWORD"
7286
8516
  }
7287
8517
  export interface StreamInput {
8518
+ 'id': string;
8519
+ 'name': string;
8520
+ 'cloudflareId': string;
8521
+ 'public': boolean;
8522
+ 'sessionId': string | null;
7288
8523
  'eventId': string | null;
8524
+ 'groupId': string | null;
8525
+ 'imageId': string | null;
8526
+ 'image': BaseImage | null;
8527
+ 'locale': string;
8528
+ 'webRTC': boolean;
8529
+ 'webRTCPlaybackUrl': string | null;
7289
8530
  'event': BaseEvent | null;
7290
- 'sessionId': string | null;
7291
8531
  'session': BaseEventSession | null;
7292
- 'groupId': string | null;
7293
8532
  'group': BaseGroup | null;
7294
8533
  'meetingId': string | null;
7295
8534
  'meeting': BaseMeeting | null;
@@ -7388,6 +8627,14 @@ export interface StreamOutputCreateInputs {
7388
8627
  'url': string;
7389
8628
  }
7390
8629
  export interface StreamSession {
8630
+ 'id': string;
8631
+ 'organizationId': string;
8632
+ 'streamId': string;
8633
+ 'status': string;
8634
+ 'startedAt': string | null;
8635
+ 'endedAt': string | null;
8636
+ 'createdAt': string;
8637
+ 'updatedAt': string;
7391
8638
  'stream': BaseStreamInput;
7392
8639
  'organization': BaseOrganization;
7393
8640
  }
@@ -7402,6 +8649,13 @@ export interface StreamSessionChatMessage {
7402
8649
  'timestamp': number;
7403
8650
  }
7404
8651
  export interface StreamSessionSubscription {
8652
+ 'id': string;
8653
+ 'organizationId': string;
8654
+ 'streamId': string;
8655
+ 'streamSessionId': string;
8656
+ 'connectionId': string;
8657
+ 'connectedAt': string;
8658
+ 'disconnectedAt': string | null;
7405
8659
  'connection': BaseWebSocketConnection;
7406
8660
  'streamSession': BaseStreamSession;
7407
8661
  }
@@ -7416,6 +8670,12 @@ export interface StripeActivationFormParams {
7416
8670
  */
7417
8671
  export type SummaryData = BarChartSummaryData | CountChartSummaryData | LineChartSummaryData | TableChartSummaryData;
7418
8672
  export interface SupportTicket {
8673
+ 'id': string;
8674
+ 'type': SupportTicketType;
8675
+ 'email': string;
8676
+ 'request': string;
8677
+ 'state': SupportTicketState;
8678
+ 'message': BaseSupportTicketMessage | null;
7419
8679
  'accountId': string | null;
7420
8680
  'account': BaseAccount | null;
7421
8681
  'orgMembershipId': string | null;
@@ -7423,13 +8683,30 @@ export interface SupportTicket {
7423
8683
  'eventId': string | null;
7424
8684
  'event': BaseEvent | null;
7425
8685
  'activityLogs': Array<BaseSupportTicketActivityLog> | null;
7426
- 'viewer': object | null;
8686
+ 'viewer': SupportTicketViewer | null;
7427
8687
  'lastAccountReadAt': string | null;
7428
8688
  'lastMessageAt': string | null;
7429
8689
  'createdAt': string;
7430
8690
  'updatedAt': string;
7431
8691
  }
7432
8692
  export interface SupportTicketActivityLog {
8693
+ 'id': string;
8694
+ 'supportTicketId': string;
8695
+ 'type': string;
8696
+ 'source': string;
8697
+ 'accountId': string | null;
8698
+ 'orgMembershipId': string | null;
8699
+ 'orgMembership': OrganizationMembership | null;
8700
+ 'previousState': SupportTicketState | null;
8701
+ 'newState': SupportTicketState | null;
8702
+ 'previousType': SupportTicketType | null;
8703
+ 'newType': SupportTicketType | null;
8704
+ 'previousAssignedId': string | null;
8705
+ 'previousAssigned': OrganizationMembership | null;
8706
+ 'newAssignedId': string | null;
8707
+ 'newAssigned': OrganizationMembership | null;
8708
+ 'eventId': string | null;
8709
+ 'createdAt': string;
7433
8710
  'account': BaseAccount | null;
7434
8711
  'event': BaseEvent | null;
7435
8712
  }
@@ -7453,6 +8730,14 @@ export interface SupportTicketCreateInputs {
7453
8730
  'firstMessage'?: string | null;
7454
8731
  }
7455
8732
  export interface SupportTicketMessage {
8733
+ 'id': string;
8734
+ 'supportTicketId': string;
8735
+ 'source': string;
8736
+ 'message': string;
8737
+ 'accountId': string | null;
8738
+ 'account': BaseAccount | null;
8739
+ 'orgMembershipId': string | null;
8740
+ 'orgMembership': OrganizationMembership | null;
7456
8741
  'createdAt': string;
7457
8742
  'updatedAt': string;
7458
8743
  }
@@ -7465,6 +8750,10 @@ export declare enum SupportTicketMessageSource {
7465
8750
  System = "SYSTEM"
7466
8751
  }
7467
8752
  export interface SupportTicketNote {
8753
+ 'id': string;
8754
+ 'text': string;
8755
+ 'orgMembershipId': string;
8756
+ 'orgMembership': OrganizationMembership;
7468
8757
  'supportTicketId': string;
7469
8758
  'createdAt': string;
7470
8759
  'updatedAt': string;
@@ -7476,7 +8765,8 @@ export declare enum SupportTicketState {
7476
8765
  New = "new",
7477
8766
  InProgress = "inProgress",
7478
8767
  Resolved = "resolved",
7479
- Spam = "spam"
8768
+ Spam = "spam",
8769
+ Archived = "archived"
7480
8770
  }
7481
8771
  export declare enum SupportTicketType {
7482
8772
  Support = "support",
@@ -7491,6 +8781,15 @@ export interface SupportTicketUpdateInputs {
7491
8781
  'orgMembershipId'?: string | null;
7492
8782
  'eventId'?: string | null;
7493
8783
  }
8784
+ export interface SupportTicketViewer {
8785
+ 'id': string;
8786
+ 'supportTicketId': string;
8787
+ 'orgMembershipId': string;
8788
+ 'orgMembership': OrganizationMembership;
8789
+ 'lastReadAt': string | null;
8790
+ 'createdAt': string;
8791
+ 'updatedAt': string;
8792
+ }
7494
8793
  export declare enum SupportedLocale {
7495
8794
  Af = "af",
7496
8795
  Sq = "sq",
@@ -7559,6 +8858,13 @@ export declare enum SupportedLocale {
7559
8858
  Vi = "vi"
7560
8859
  }
7561
8860
  export interface Survey {
8861
+ 'id': string;
8862
+ 'slug': string;
8863
+ 'name': string;
8864
+ 'description': string | null;
8865
+ 'image': BaseImage;
8866
+ 'requireAuth': boolean;
8867
+ 'submissionsPerAccount': number;
7562
8868
  'replyTo': string | null;
7563
8869
  'emailBody': string | null;
7564
8870
  'createdAt': string;
@@ -7575,17 +8881,45 @@ export interface SurveyCreateInputs {
7575
8881
  'emailBody'?: string | null;
7576
8882
  }
7577
8883
  export interface SurveyQuestion {
8884
+ 'id': string;
8885
+ 'eventId': string;
8886
+ 'type': SurveyQuestionType;
8887
+ 'name': string;
8888
+ 'required': boolean;
8889
+ 'description': string | null;
8890
+ 'label': string | null;
8891
+ 'placeholder': string | null;
8892
+ 'default': string | null;
8893
+ 'searchListId': string | null;
8894
+ 'searchList': BaseSearchList | null;
8895
+ 'mutable': boolean;
8896
+ 'min': string | null;
8897
+ 'max': string | null;
8898
+ 'masked': boolean;
8899
+ 'validation': string | null;
8900
+ 'validationMessage': string | null;
8901
+ 'locationOption': LocationQuestionOption | null;
8902
+ 'sortOrder': number;
8903
+ 'featured': boolean;
8904
+ 'choices': Array<BaseSurveyQuestionChoice>;
7578
8905
  'sections': Array<BaseSurveySectionQuestion>;
7579
8906
  'subQuestionOf': Array<SurveyQuestionChoiceSubQuestion>;
7580
8907
  'dashboardVisibility': boolean;
7581
8908
  'createdAt': string;
7582
8909
  'updatedAt': string;
7583
- '_count': EventSessionQuestionCount;
8910
+ '_count': EventSessionQuestionAllOfCount;
7584
8911
  }
7585
8912
  export interface SurveyQuestionChoice {
7586
- 'questionId': string;
7587
- 'question': BaseSurveyQuestion;
8913
+ 'id': string;
8914
+ 'value': string;
8915
+ 'text': string | null;
8916
+ 'description': string | null;
8917
+ 'supply': number | null;
8918
+ 'sortOrder': number;
7588
8919
  'subQuestions': Array<BaseSurveyQuestionChoiceSubQuestion>;
8920
+ 'question': BaseSurveyQuestion;
8921
+ '_count': BaseRegistrationQuestionChoiceCount;
8922
+ 'questionId': string;
7589
8923
  'createdAt': string;
7590
8924
  'updatedAt': string;
7591
8925
  }
@@ -7597,6 +8931,10 @@ export interface SurveyQuestionChoiceCreateInputs {
7597
8931
  'sortOrder'?: AdvertisementCreateInputsWeight | null;
7598
8932
  }
7599
8933
  export interface SurveyQuestionChoiceSubQuestion {
8934
+ 'choiceId': string;
8935
+ 'choice': BaseSurveyQuestionChoice;
8936
+ 'questionId': string;
8937
+ 'question': BaseSurveyQuestion;
7600
8938
  'sortOrder': number;
7601
8939
  'createdAt': string;
7602
8940
  'updatedAt': string;
@@ -7648,11 +8986,23 @@ export interface SurveyQuestionCreateInputs {
7648
8986
  'masked'?: boolean;
7649
8987
  }
7650
8988
  export interface SurveyQuestionResponse {
8989
+ 'id': string;
8990
+ 'value': string;
8991
+ 'questionId': string;
8992
+ 'question': BaseSurveyQuestion;
7651
8993
  'changeLogs': Array<BaseSurveyQuestionResponseChange>;
7652
8994
  'createdAt': string;
7653
8995
  'updatedAt': string;
7654
8996
  }
7655
8997
  export interface SurveyQuestionResponseChange {
8998
+ 'id': string;
8999
+ 'newValue': string;
9000
+ 'oldValue': string;
9001
+ 'eventId': string;
9002
+ 'questionId': string;
9003
+ 'responseId': string;
9004
+ 'userId': string | null;
9005
+ 'createdAt': string;
7656
9006
  'response': BaseSurveyQuestionResponse;
7657
9007
  'user': BaseUser;
7658
9008
  }
@@ -7705,6 +9055,12 @@ export interface SurveyQuestionUpdateInputs {
7705
9055
  'searchListId'?: string | null;
7706
9056
  }
7707
9057
  export interface SurveySection {
9058
+ 'id': string;
9059
+ 'eventId': string;
9060
+ 'name': string;
9061
+ 'description': string | null;
9062
+ 'sortOrder': number;
9063
+ '_count': BaseRegistrationSectionCount;
7708
9064
  'questions': Array<SurveyQuestion>;
7709
9065
  'createdAt': string;
7710
9066
  'updatedAt': string;
@@ -7715,6 +9071,11 @@ export interface SurveySectionCreateInputs {
7715
9071
  'sortOrder'?: AdvertisementCreateInputsWeight | null;
7716
9072
  }
7717
9073
  export interface SurveySectionQuestion {
9074
+ 'sectionId': string;
9075
+ 'section': BaseSurveySection;
9076
+ 'questionId': string;
9077
+ 'question': BaseSurveyQuestion;
9078
+ 'sortOrder': number;
7718
9079
  'createdAt': string;
7719
9080
  'updatedAt': string;
7720
9081
  }
@@ -7738,6 +9099,10 @@ export interface SurveySectionUpdateInputs {
7738
9099
  'sortOrder'?: AdvertisementCreateInputsWeight | null;
7739
9100
  }
7740
9101
  export interface SurveySubmission {
9102
+ 'id': string;
9103
+ 'account': BaseAccount | null;
9104
+ 'status': PurchaseStatus;
9105
+ 'responses': Array<BaseSurveyQuestionResponse>;
7741
9106
  'createdAt': string;
7742
9107
  'updatedAt': string;
7743
9108
  }
@@ -7825,6 +9190,12 @@ export interface TaxIntegrationCreateInputs {
7825
9190
  'licenseKey'?: string;
7826
9191
  }
7827
9192
  export interface TaxIntegrationLog {
9193
+ 'id': string;
9194
+ 'type': TaxIntegrationLogType;
9195
+ 'success': boolean;
9196
+ 'duration': number;
9197
+ 'createdAt': string;
9198
+ 'updatedAt': string;
7828
9199
  'request': object;
7829
9200
  'response': object;
7830
9201
  }
@@ -7862,6 +9233,16 @@ export interface TeamCreateInputs {
7862
9233
  'username'?: string | null;
7863
9234
  }
7864
9235
  export interface TeamMember {
9236
+ 'id': string;
9237
+ 'slug': string;
9238
+ 'priority': number;
9239
+ 'firstName': string | null;
9240
+ 'lastName': string | null;
9241
+ 'nickName': string | null;
9242
+ 'title': string | null;
9243
+ 'startDate': string | null;
9244
+ 'imageId': string | null;
9245
+ 'image': BaseImage | null;
7865
9246
  'email': string | null;
7866
9247
  'phone': string | null;
7867
9248
  'bio': string | null;
@@ -7879,6 +9260,28 @@ export interface TeamUpdateInputs {
7879
9260
  'email'?: string | null;
7880
9261
  'username'?: string | null;
7881
9262
  }
9263
+ export interface Thread {
9264
+ 'id': string;
9265
+ 'subject': string;
9266
+ 'imageId': string | null;
9267
+ 'image': BaseImage | null;
9268
+ 'type': ThreadType;
9269
+ 'lastMessageAt': string | null;
9270
+ 'lastMessage': string | null;
9271
+ 'createdAt': string;
9272
+ }
9273
+ export interface ThreadCircle {
9274
+ 'id': string;
9275
+ 'name': string;
9276
+ 'createdAt': string;
9277
+ 'updatedAt': string;
9278
+ 'type': ThreadCircleType;
9279
+ }
9280
+ export interface ThreadCircleAccount {
9281
+ 'accountId': string;
9282
+ 'role': ThreadCircleAccountRole;
9283
+ 'account': BaseAccount;
9284
+ }
7882
9285
  export interface ThreadCircleAccountCreateInputs {
7883
9286
  'accountId': string;
7884
9287
  'role': ThreadCircleAccountRole;
@@ -7927,6 +9330,12 @@ export declare enum ThreadInvitationStatus {
7927
9330
  Rejected = "rejected"
7928
9331
  }
7929
9332
  export interface ThreadMember {
9333
+ 'id': string;
9334
+ 'accountId': string;
9335
+ 'lastReadAt': string | null;
9336
+ 'notifications': boolean;
9337
+ 'account': BaseAccount;
9338
+ 'blocked': boolean;
7930
9339
  'createdAt': string;
7931
9340
  'updatedAt': string;
7932
9341
  }
@@ -7938,9 +9347,16 @@ export interface ThreadMemberUpdateInputs {
7938
9347
  'blocked'?: boolean;
7939
9348
  }
7940
9349
  export interface ThreadMessage {
9350
+ 'id': string;
9351
+ 'body': string;
9352
+ 'accountId': string | null;
9353
+ 'viewer': BaseThreadMember | null;
9354
+ 'createdAt': string;
9355
+ 'editedAt': string | null;
9356
+ 'sentAt': string;
7941
9357
  'type': ThreadMessageType;
7942
9358
  'reactions': Array<ThreadMessageReaction>;
7943
- 'entities': Array<object>;
9359
+ 'entities': Array<ThreadMessageEntity>;
7944
9360
  'replyToId': string | null;
7945
9361
  'replyTo': BaseThreadMessage | null;
7946
9362
  'files': Array<BaseFile>;
@@ -7952,7 +9368,21 @@ export interface ThreadMessageCreateInputs {
7952
9368
  'body': string;
7953
9369
  'entities': Array<object>;
7954
9370
  }
9371
+ export interface ThreadMessageEntity {
9372
+ 'type': string;
9373
+ 'startIndex': number;
9374
+ 'endIndex': number;
9375
+ 'marks': Array<string>;
9376
+ 'accountId'?: string;
9377
+ 'account'?: BaseAccount;
9378
+ 'href'?: string;
9379
+ 'linkPreview'?: BaseLinkPreview;
9380
+ }
7955
9381
  export interface ThreadMessageReaction {
9382
+ 'id': string;
9383
+ 'messageId': string;
9384
+ 'accountId': string;
9385
+ 'emojiName': string;
7956
9386
  'organizationId': string;
7957
9387
  'threadId': string;
7958
9388
  'message': BaseThreadMessage;
@@ -7986,13 +9416,22 @@ export interface ThreadUpdateInputs {
7986
9416
  'imageId'?: string | null;
7987
9417
  }
7988
9418
  export interface Tier {
9419
+ 'id': string;
9420
+ 'slug': string;
9421
+ 'priority': number;
9422
+ 'name': string;
9423
+ 'iconName': string;
9424
+ 'color': string | null;
9425
+ 'internal': boolean;
9426
+ 'imageId': string | null;
9427
+ 'image': BaseImage | null;
7989
9428
  'description': string | null;
7990
9429
  'exclusionGroup': string | null;
7991
9430
  'createdAt': string;
7992
9431
  'updatedAt': string;
7993
- '_count': TierCount;
9432
+ '_count': TierAllOfCount;
7994
9433
  }
7995
- export interface TierCount {
9434
+ export interface TierAllOfCount {
7996
9435
  'accounts': number;
7997
9436
  }
7998
9437
  export interface TierCreateInputs {
@@ -8018,10 +9457,19 @@ export interface TierUpdateInputs {
8018
9457
  'exclusionGroup'?: string | null;
8019
9458
  }
8020
9459
  export interface Transfer {
9460
+ 'id': string;
9461
+ 'email': string;
9462
+ 'purchaseId': string;
9463
+ 'purchase': BaseEventPass;
8021
9464
  'createdAt': string;
8022
9465
  'updatedAt': string;
8023
9466
  }
8024
9467
  export interface TransferLog {
9468
+ 'id': number;
9469
+ 'fromRegistrationId': string;
9470
+ 'fromRegistration': BaseEventAttendee;
9471
+ 'toRegistrationId': string;
9472
+ 'toRegistration': BaseEventAttendee;
8025
9473
  'purchaseId': string;
8026
9474
  'purchase': BaseEventPass;
8027
9475
  'userId': string | null;
@@ -8066,7 +9514,7 @@ export declare enum UpdateThreadMember200ResponseStatusEnum {
8066
9514
  export interface UploadFile200Response {
8067
9515
  'status': UploadFile200ResponseStatusEnum;
8068
9516
  'message': string;
8069
- 'data': object;
9517
+ 'data': any;
8070
9518
  }
8071
9519
  export declare enum UploadFile200ResponseStatusEnum {
8072
9520
  Ok = "ok"
@@ -8082,12 +9530,19 @@ export declare enum UploadVideoCaptions200ResponseStatusEnum {
8082
9530
  export interface UpsertLinkPreview200Response {
8083
9531
  'status': UpsertLinkPreview200ResponseStatusEnum;
8084
9532
  'message': string;
8085
- 'data': object;
9533
+ 'data': LinkPreview;
8086
9534
  }
8087
9535
  export declare enum UpsertLinkPreview200ResponseStatusEnum {
8088
9536
  Ok = "ok"
8089
9537
  }
8090
9538
  export interface User {
9539
+ 'id': string;
9540
+ 'email': string;
9541
+ 'firstName': string;
9542
+ 'lastName': string;
9543
+ 'title': string | null;
9544
+ 'imageUrl': string;
9545
+ 'termsAccepted': string | null;
8091
9546
  'phone': string | null;
8092
9547
  'createdAt': string;
8093
9548
  'updatedAt': string;
@@ -8129,6 +9584,17 @@ export interface UserUpdateInputs {
8129
9584
  'termsAccepted'?: boolean;
8130
9585
  }
8131
9586
  export interface Video {
9587
+ 'id': string;
9588
+ 'name': string;
9589
+ 'status': string;
9590
+ 'source': VideoSource;
9591
+ 'width': number;
9592
+ 'height': number;
9593
+ 'thumbnailUrl': string | null;
9594
+ 'previewUrl': string | null;
9595
+ 'readyToStream': boolean;
9596
+ 'duration': number | null;
9597
+ 'createdAt': string;
8132
9598
  'downloadUrl': string | null;
8133
9599
  'hlsUrl': string | null;
8134
9600
  'dashUrl': string | null;
@@ -8162,7 +9628,21 @@ export interface VideoUpdateInputs {
8162
9628
  'name'?: string;
8163
9629
  'thumbnailPct'?: number | null;
8164
9630
  }
9631
+ export interface WebSocketConnection {
9632
+ 'id': string;
9633
+ 'organizationId': string;
9634
+ 'account': BaseAccount;
9635
+ 'active': boolean;
9636
+ 'connectedAt': string;
9637
+ 'disconnectedAt': string | null;
9638
+ 'streamId': string;
9639
+ 'streamSessionId': string;
9640
+ }
8165
9641
  export interface Webhook {
9642
+ 'id': string;
9643
+ 'url': string;
9644
+ 'name': string;
9645
+ 'verified': boolean;
8166
9646
  'createdAt': string;
8167
9647
  'updatedAt': string;
8168
9648
  }
@@ -8302,6 +9782,18 @@ export declare const AccountsApiAxiosParamCreator: (configuration?: Configuratio
8302
9782
  * @throws {RequiredError}
8303
9783
  */
8304
9784
  getAccountPayments: (accountId: string, page?: number, pageSize?: number, orderBy?: string, search?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
9785
+ /**
9786
+ * Get Account Registrations endpoint
9787
+ * @summary Get Account Registrations
9788
+ * @param {string} accountId The account identifier
9789
+ * @param {number} [page] Page number
9790
+ * @param {number} [pageSize] Number of items per page
9791
+ * @param {string} [orderBy] Field to order by
9792
+ * @param {string} [search] Search query
9793
+ * @param {*} [options] Override http request option.
9794
+ * @throws {RequiredError}
9795
+ */
9796
+ getAccountRegistrations: (accountId: string, page?: number, pageSize?: number, orderBy?: string, search?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8305
9797
  /**
8306
9798
  * Get Account Threads endpoint
8307
9799
  * @summary Get Account Threads
@@ -8465,6 +9957,18 @@ export declare const AccountsApiFp: (configuration?: Configuration) => {
8465
9957
  * @throws {RequiredError}
8466
9958
  */
8467
9959
  getAccountPayments(accountId: string, page?: number, pageSize?: number, orderBy?: string, search?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetAccountPayments200Response>>;
9960
+ /**
9961
+ * Get Account Registrations endpoint
9962
+ * @summary Get Account Registrations
9963
+ * @param {string} accountId The account identifier
9964
+ * @param {number} [page] Page number
9965
+ * @param {number} [pageSize] Number of items per page
9966
+ * @param {string} [orderBy] Field to order by
9967
+ * @param {string} [search] Search query
9968
+ * @param {*} [options] Override http request option.
9969
+ * @throws {RequiredError}
9970
+ */
9971
+ getAccountRegistrations(accountId: string, page?: number, pageSize?: number, orderBy?: string, search?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetAccountInvitations200Response>>;
8468
9972
  /**
8469
9973
  * Get Account Threads endpoint
8470
9974
  * @summary Get Account Threads
@@ -8601,6 +10105,14 @@ export declare const AccountsApiFactory: (configuration?: Configuration, basePat
8601
10105
  * @throws {RequiredError}
8602
10106
  */
8603
10107
  getAccountPayments(requestParameters: AccountsApiGetAccountPaymentsRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetAccountPayments200Response>;
10108
+ /**
10109
+ * Get Account Registrations endpoint
10110
+ * @summary Get Account Registrations
10111
+ * @param {AccountsApiGetAccountRegistrationsRequest} requestParameters Request parameters.
10112
+ * @param {*} [options] Override http request option.
10113
+ * @throws {RequiredError}
10114
+ */
10115
+ getAccountRegistrations(requestParameters: AccountsApiGetAccountRegistrationsRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetAccountInvitations200Response>;
8604
10116
  /**
8605
10117
  * Get Account Threads endpoint
8606
10118
  * @summary Get Account Threads
@@ -8838,6 +10350,31 @@ export interface AccountsApiGetAccountPaymentsRequest {
8838
10350
  */
8839
10351
  readonly search?: string;
8840
10352
  }
10353
+ /**
10354
+ * Request parameters for getAccountRegistrations operation in AccountsApi.
10355
+ */
10356
+ export interface AccountsApiGetAccountRegistrationsRequest {
10357
+ /**
10358
+ * The account identifier
10359
+ */
10360
+ readonly accountId: string;
10361
+ /**
10362
+ * Page number
10363
+ */
10364
+ readonly page?: number;
10365
+ /**
10366
+ * Number of items per page
10367
+ */
10368
+ readonly pageSize?: number;
10369
+ /**
10370
+ * Field to order by
10371
+ */
10372
+ readonly orderBy?: string;
10373
+ /**
10374
+ * Search query
10375
+ */
10376
+ readonly search?: string;
10377
+ }
8841
10378
  /**
8842
10379
  * Request parameters for getAccountThreads operation in AccountsApi.
8843
10380
  */
@@ -9007,6 +10544,14 @@ export declare class AccountsApi extends BaseAPI {
9007
10544
  * @throws {RequiredError}
9008
10545
  */
9009
10546
  getAccountPayments(requestParameters: AccountsApiGetAccountPaymentsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetAccountPayments200Response, any, {}>>;
10547
+ /**
10548
+ * Get Account Registrations endpoint
10549
+ * @summary Get Account Registrations
10550
+ * @param {AccountsApiGetAccountRegistrationsRequest} requestParameters Request parameters.
10551
+ * @param {*} [options] Override http request option.
10552
+ * @throws {RequiredError}
10553
+ */
10554
+ getAccountRegistrations(requestParameters: AccountsApiGetAccountRegistrationsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetAccountInvitations200Response, any, {}>>;
9010
10555
  /**
9011
10556
  * Get Account Threads endpoint
9012
10557
  * @summary Get Account Threads
@@ -10718,6 +12263,7 @@ export declare const ActivitiesApiAxiosParamCreator: (configuration?: Configurat
10718
12263
  * @param {ModerationStatus} [moderation] Filter by moderation
10719
12264
  * @param {object} [featured] Filter by featured
10720
12265
  * @param {ActivityStatus} [status] Filter by status
12266
+ * @param {boolean} [global] Filter by global
10721
12267
  * @param {number} [page] Page number
10722
12268
  * @param {number} [pageSize] Number of items per page
10723
12269
  * @param {string} [orderBy] Field to order by
@@ -10725,7 +12271,7 @@ export declare const ActivitiesApiAxiosParamCreator: (configuration?: Configurat
10725
12271
  * @param {*} [options] Override http request option.
10726
12272
  * @throws {RequiredError}
10727
12273
  */
10728
- getActivities: (moderation?: ModerationStatus, featured?: object, status?: ActivityStatus, page?: number, pageSize?: number, orderBy?: string, search?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
12274
+ getActivities: (moderation?: ModerationStatus, featured?: object, status?: ActivityStatus, global?: boolean, page?: number, pageSize?: number, orderBy?: string, search?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
10729
12275
  /**
10730
12276
  * Get Activity endpoint
10731
12277
  * @summary Get Activity
@@ -10812,6 +12358,7 @@ export declare const ActivitiesApiFp: (configuration?: Configuration) => {
10812
12358
  * @param {ModerationStatus} [moderation] Filter by moderation
10813
12359
  * @param {object} [featured] Filter by featured
10814
12360
  * @param {ActivityStatus} [status] Filter by status
12361
+ * @param {boolean} [global] Filter by global
10815
12362
  * @param {number} [page] Page number
10816
12363
  * @param {number} [pageSize] Number of items per page
10817
12364
  * @param {string} [orderBy] Field to order by
@@ -10819,7 +12366,7 @@ export declare const ActivitiesApiFp: (configuration?: Configuration) => {
10819
12366
  * @param {*} [options] Override http request option.
10820
12367
  * @throws {RequiredError}
10821
12368
  */
10822
- getActivities(moderation?: ModerationStatus, featured?: object, status?: ActivityStatus, page?: number, pageSize?: number, orderBy?: string, search?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetAccountActivities200Response>>;
12369
+ getActivities(moderation?: ModerationStatus, featured?: object, status?: ActivityStatus, global?: boolean, page?: number, pageSize?: number, orderBy?: string, search?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetAccountActivities200Response>>;
10823
12370
  /**
10824
12371
  * Get Activity endpoint
10825
12372
  * @summary Get Activity
@@ -10998,6 +12545,10 @@ export interface ActivitiesApiGetActivitiesRequest {
10998
12545
  * Filter by status
10999
12546
  */
11000
12547
  readonly status?: ActivityStatus;
12548
+ /**
12549
+ * Filter by global
12550
+ */
12551
+ readonly global?: boolean;
11001
12552
  /**
11002
12553
  * Page number
11003
12554
  */
@@ -18684,11 +20235,11 @@ export declare const EventsAttendeesApiAxiosParamCreator: (configuration?: Confi
18684
20235
  * Create Event Attendee endpoint
18685
20236
  * @summary Create Event Attendee
18686
20237
  * @param {string} eventId The event identifier
18687
- * @param {string} accountId Filter by accountId
20238
+ * @param {EventAttendeeCreateInputs} eventAttendeeCreateInputs
18688
20239
  * @param {*} [options] Override http request option.
18689
20240
  * @throws {RequiredError}
18690
20241
  */
18691
- createEventAttendee: (eventId: string, accountId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
20242
+ createEventAttendee: (eventId: string, eventAttendeeCreateInputs: EventAttendeeCreateInputs, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
18692
20243
  /**
18693
20244
  * Delete Event Attendee endpoint
18694
20245
  * @summary Delete Event Attendee
@@ -18816,11 +20367,11 @@ export declare const EventsAttendeesApiFp: (configuration?: Configuration) => {
18816
20367
  * Create Event Attendee endpoint
18817
20368
  * @summary Create Event Attendee
18818
20369
  * @param {string} eventId The event identifier
18819
- * @param {string} accountId Filter by accountId
20370
+ * @param {EventAttendeeCreateInputs} eventAttendeeCreateInputs
18820
20371
  * @param {*} [options] Override http request option.
18821
20372
  * @throws {RequiredError}
18822
20373
  */
18823
- createEventAttendee(eventId: string, accountId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateEventAttendee200Response>>;
20374
+ createEventAttendee(eventId: string, eventAttendeeCreateInputs: EventAttendeeCreateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateEventAttendee200Response>>;
18824
20375
  /**
18825
20376
  * Delete Event Attendee endpoint
18826
20377
  * @summary Delete Event Attendee
@@ -19041,10 +20592,7 @@ export interface EventsAttendeesApiCreateEventAttendeeRequest {
19041
20592
  * The event identifier
19042
20593
  */
19043
20594
  readonly eventId: string;
19044
- /**
19045
- * Filter by accountId
19046
- */
19047
- readonly accountId: string;
20595
+ readonly eventAttendeeCreateInputs: EventAttendeeCreateInputs;
19048
20596
  }
19049
20597
  /**
19050
20598
  * Request parameters for deleteEventAttendee operation in EventsAttendeesApi.
@@ -48829,6 +50377,92 @@ export declare class OrganizationModulesCustomApi extends BaseAPI {
48829
50377
  */
48830
50378
  updateCustomModule(requestParameters: OrganizationModulesCustomApiUpdateCustomModuleRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateCustomModule200Response, any, {}>>;
48831
50379
  }
50380
+ /**
50381
+ * OrganizationModulesSettingsApi - axios parameter creator
50382
+ */
50383
+ export declare const OrganizationModulesSettingsApiAxiosParamCreator: (configuration?: Configuration) => {
50384
+ /**
50385
+ * Get Organization Module Settings endpoint
50386
+ * @summary Get Organization Module Settings
50387
+ * @param {*} [options] Override http request option.
50388
+ * @throws {RequiredError}
50389
+ */
50390
+ getOrganizationModuleSettings: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
50391
+ /**
50392
+ * Update Organization Module Settings endpoint
50393
+ * @summary Update Organization Module Settings
50394
+ * @param {OrganizationModuleSettingsUpdateInputs} organizationModuleSettingsUpdateInputs
50395
+ * @param {*} [options] Override http request option.
50396
+ * @throws {RequiredError}
50397
+ */
50398
+ updateOrganizationModuleSettings: (organizationModuleSettingsUpdateInputs: OrganizationModuleSettingsUpdateInputs, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
50399
+ };
50400
+ /**
50401
+ * OrganizationModulesSettingsApi - functional programming interface
50402
+ */
50403
+ export declare const OrganizationModulesSettingsApiFp: (configuration?: Configuration) => {
50404
+ /**
50405
+ * Get Organization Module Settings endpoint
50406
+ * @summary Get Organization Module Settings
50407
+ * @param {*} [options] Override http request option.
50408
+ * @throws {RequiredError}
50409
+ */
50410
+ getOrganizationModuleSettings(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateAccountAddress200Response>>;
50411
+ /**
50412
+ * Update Organization Module Settings endpoint
50413
+ * @summary Update Organization Module Settings
50414
+ * @param {OrganizationModuleSettingsUpdateInputs} organizationModuleSettingsUpdateInputs
50415
+ * @param {*} [options] Override http request option.
50416
+ * @throws {RequiredError}
50417
+ */
50418
+ updateOrganizationModuleSettings(organizationModuleSettingsUpdateInputs: OrganizationModuleSettingsUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateAccountAddress200Response>>;
50419
+ };
50420
+ /**
50421
+ * OrganizationModulesSettingsApi - factory interface
50422
+ */
50423
+ export declare const OrganizationModulesSettingsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
50424
+ /**
50425
+ * Get Organization Module Settings endpoint
50426
+ * @summary Get Organization Module Settings
50427
+ * @param {*} [options] Override http request option.
50428
+ * @throws {RequiredError}
50429
+ */
50430
+ getOrganizationModuleSettings(options?: RawAxiosRequestConfig): AxiosPromise<CreateAccountAddress200Response>;
50431
+ /**
50432
+ * Update Organization Module Settings endpoint
50433
+ * @summary Update Organization Module Settings
50434
+ * @param {OrganizationModulesSettingsApiUpdateOrganizationModuleSettingsRequest} requestParameters Request parameters.
50435
+ * @param {*} [options] Override http request option.
50436
+ * @throws {RequiredError}
50437
+ */
50438
+ updateOrganizationModuleSettings(requestParameters: OrganizationModulesSettingsApiUpdateOrganizationModuleSettingsRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateAccountAddress200Response>;
50439
+ };
50440
+ /**
50441
+ * Request parameters for updateOrganizationModuleSettings operation in OrganizationModulesSettingsApi.
50442
+ */
50443
+ export interface OrganizationModulesSettingsApiUpdateOrganizationModuleSettingsRequest {
50444
+ readonly organizationModuleSettingsUpdateInputs: OrganizationModuleSettingsUpdateInputs;
50445
+ }
50446
+ /**
50447
+ * OrganizationModulesSettingsApi - object-oriented interface
50448
+ */
50449
+ export declare class OrganizationModulesSettingsApi extends BaseAPI {
50450
+ /**
50451
+ * Get Organization Module Settings endpoint
50452
+ * @summary Get Organization Module Settings
50453
+ * @param {*} [options] Override http request option.
50454
+ * @throws {RequiredError}
50455
+ */
50456
+ getOrganizationModuleSettings(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateAccountAddress200Response, any, {}>>;
50457
+ /**
50458
+ * Update Organization Module Settings endpoint
50459
+ * @summary Update Organization Module Settings
50460
+ * @param {OrganizationModulesSettingsApiUpdateOrganizationModuleSettingsRequest} requestParameters Request parameters.
50461
+ * @param {*} [options] Override http request option.
50462
+ * @throws {RequiredError}
50463
+ */
50464
+ updateOrganizationModuleSettings(requestParameters: OrganizationModulesSettingsApiUpdateOrganizationModuleSettingsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateAccountAddress200Response, any, {}>>;
50465
+ }
48832
50466
  /**
48833
50467
  * OrganizationModulesTiersApi - axios parameter creator
48834
50468
  */
@@ -54483,6 +56117,49 @@ export declare const SupportApiAxiosParamCreator: (configuration?: Configuration
54483
56117
  * @throws {RequiredError}
54484
56118
  */
54485
56119
  deleteSupportTicket: (supportTicketId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
56120
+ /**
56121
+ * Get Support Ticket endpoint
56122
+ * @summary Get Support Ticket
56123
+ * @param {string} supportTicketId The supportTicket identifier
56124
+ * @param {*} [options] Override http request option.
56125
+ * @throws {RequiredError}
56126
+ */
56127
+ getSupportTicket: (supportTicketId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
56128
+ /**
56129
+ * Get Support Ticket Activity endpoint
56130
+ * @summary Get Support Ticket Activity
56131
+ * @param {string} supportTicketId The supportTicket identifier
56132
+ * @param {*} [options] Override http request option.
56133
+ * @throws {RequiredError}
56134
+ */
56135
+ getSupportTicketActivity: (supportTicketId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
56136
+ /**
56137
+ * Get Support Ticket Viewer endpoint
56138
+ * @summary Get Support Ticket Viewer
56139
+ * @param {string} supportTicketId The supportTicket identifier
56140
+ * @param {string} [orgMembershipId] Filter by orgMembershipId
56141
+ * @param {number} [page] Page number
56142
+ * @param {number} [pageSize] Number of items per page
56143
+ * @param {string} [orderBy] Field to order by
56144
+ * @param {string} [search] Search query
56145
+ * @param {*} [options] Override http request option.
56146
+ * @throws {RequiredError}
56147
+ */
56148
+ getSupportTicketViewer: (supportTicketId: string, orgMembershipId?: string, page?: number, pageSize?: number, orderBy?: string, search?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
56149
+ /**
56150
+ * Get Support Tickets endpoint
56151
+ * @summary Get Support Tickets
56152
+ * @param {string} [type] Filter by type
56153
+ * @param {string} [state] Filter by state
56154
+ * @param {GetSupportTicketsAssignmentEnum} [assignment] Filter by assignment
56155
+ * @param {number} [page] Page number
56156
+ * @param {number} [pageSize] Number of items per page
56157
+ * @param {string} [orderBy] Field to order by
56158
+ * @param {string} [search] Search query
56159
+ * @param {*} [options] Override http request option.
56160
+ * @throws {RequiredError}
56161
+ */
56162
+ getSupportTickets: (type?: string, state?: string, assignment?: GetSupportTicketsAssignmentEnum, page?: number, pageSize?: number, orderBy?: string, search?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
54486
56163
  /**
54487
56164
  * Update Support Ticket endpoint
54488
56165
  * @summary Update Support Ticket
@@ -54513,278 +56190,6 @@ export declare const SupportApiFp: (configuration?: Configuration) => {
54513
56190
  * @throws {RequiredError}
54514
56191
  */
54515
56192
  deleteSupportTicket(supportTicketId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateAccountInvitations200Response>>;
54516
- /**
54517
- * Update Support Ticket endpoint
54518
- * @summary Update Support Ticket
54519
- * @param {string} supportTicketId The supportTicket identifier
54520
- * @param {SupportTicketUpdateInputs} supportTicketUpdateInputs
54521
- * @param {*} [options] Override http request option.
54522
- * @throws {RequiredError}
54523
- */
54524
- updateSupportTicket(supportTicketId: string, supportTicketUpdateInputs: SupportTicketUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateSupportTicket200Response>>;
54525
- };
54526
- /**
54527
- * SupportApi - factory interface
54528
- */
54529
- export declare const SupportApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
54530
- /**
54531
- * Create Support Ticket endpoint
54532
- * @summary Create Support Ticket
54533
- * @param {SupportApiCreateSupportTicketRequest} requestParameters Request parameters.
54534
- * @param {*} [options] Override http request option.
54535
- * @throws {RequiredError}
54536
- */
54537
- createSupportTicket(requestParameters: SupportApiCreateSupportTicketRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateSupportTicket200Response>;
54538
- /**
54539
- * Delete Support Ticket endpoint
54540
- * @summary Delete Support Ticket
54541
- * @param {SupportApiDeleteSupportTicketRequest} requestParameters Request parameters.
54542
- * @param {*} [options] Override http request option.
54543
- * @throws {RequiredError}
54544
- */
54545
- deleteSupportTicket(requestParameters: SupportApiDeleteSupportTicketRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateAccountInvitations200Response>;
54546
- /**
54547
- * Update Support Ticket endpoint
54548
- * @summary Update Support Ticket
54549
- * @param {SupportApiUpdateSupportTicketRequest} requestParameters Request parameters.
54550
- * @param {*} [options] Override http request option.
54551
- * @throws {RequiredError}
54552
- */
54553
- updateSupportTicket(requestParameters: SupportApiUpdateSupportTicketRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateSupportTicket200Response>;
54554
- };
54555
- /**
54556
- * Request parameters for createSupportTicket operation in SupportApi.
54557
- */
54558
- export interface SupportApiCreateSupportTicketRequest {
54559
- readonly supportTicketCreateInputs: SupportTicketCreateInputs;
54560
- }
54561
- /**
54562
- * Request parameters for deleteSupportTicket operation in SupportApi.
54563
- */
54564
- export interface SupportApiDeleteSupportTicketRequest {
54565
- /**
54566
- * The supportTicket identifier
54567
- */
54568
- readonly supportTicketId: string;
54569
- }
54570
- /**
54571
- * Request parameters for updateSupportTicket operation in SupportApi.
54572
- */
54573
- export interface SupportApiUpdateSupportTicketRequest {
54574
- /**
54575
- * The supportTicket identifier
54576
- */
54577
- readonly supportTicketId: string;
54578
- readonly supportTicketUpdateInputs: SupportTicketUpdateInputs;
54579
- }
54580
- /**
54581
- * SupportApi - object-oriented interface
54582
- */
54583
- export declare class SupportApi extends BaseAPI {
54584
- /**
54585
- * Create Support Ticket endpoint
54586
- * @summary Create Support Ticket
54587
- * @param {SupportApiCreateSupportTicketRequest} requestParameters Request parameters.
54588
- * @param {*} [options] Override http request option.
54589
- * @throws {RequiredError}
54590
- */
54591
- createSupportTicket(requestParameters: SupportApiCreateSupportTicketRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateSupportTicket200Response, any, {}>>;
54592
- /**
54593
- * Delete Support Ticket endpoint
54594
- * @summary Delete Support Ticket
54595
- * @param {SupportApiDeleteSupportTicketRequest} requestParameters Request parameters.
54596
- * @param {*} [options] Override http request option.
54597
- * @throws {RequiredError}
54598
- */
54599
- deleteSupportTicket(requestParameters: SupportApiDeleteSupportTicketRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateAccountInvitations200Response, any, {}>>;
54600
- /**
54601
- * Update Support Ticket endpoint
54602
- * @summary Update Support Ticket
54603
- * @param {SupportApiUpdateSupportTicketRequest} requestParameters Request parameters.
54604
- * @param {*} [options] Override http request option.
54605
- * @throws {RequiredError}
54606
- */
54607
- updateSupportTicket(requestParameters: SupportApiUpdateSupportTicketRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateSupportTicket200Response, any, {}>>;
54608
- }
54609
- /**
54610
- * SupportMessagesApi - axios parameter creator
54611
- */
54612
- export declare const SupportMessagesApiAxiosParamCreator: (configuration?: Configuration) => {
54613
- /**
54614
- * Create Support Ticket Message endpoint
54615
- * @summary Create Support Ticket Message
54616
- * @param {string} supportTicketId The supportTicket identifier
54617
- * @param {SupportTicketMessageCreateInputs} supportTicketMessageCreateInputs
54618
- * @param {*} [options] Override http request option.
54619
- * @throws {RequiredError}
54620
- */
54621
- createSupportTicketMessage: (supportTicketId: string, supportTicketMessageCreateInputs: SupportTicketMessageCreateInputs, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
54622
- };
54623
- /**
54624
- * SupportMessagesApi - functional programming interface
54625
- */
54626
- export declare const SupportMessagesApiFp: (configuration?: Configuration) => {
54627
- /**
54628
- * Create Support Ticket Message endpoint
54629
- * @summary Create Support Ticket Message
54630
- * @param {string} supportTicketId The supportTicket identifier
54631
- * @param {SupportTicketMessageCreateInputs} supportTicketMessageCreateInputs
54632
- * @param {*} [options] Override http request option.
54633
- * @throws {RequiredError}
54634
- */
54635
- createSupportTicketMessage(supportTicketId: string, supportTicketMessageCreateInputs: SupportTicketMessageCreateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateAccountAddress200Response>>;
54636
- };
54637
- /**
54638
- * SupportMessagesApi - factory interface
54639
- */
54640
- export declare const SupportMessagesApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
54641
- /**
54642
- * Create Support Ticket Message endpoint
54643
- * @summary Create Support Ticket Message
54644
- * @param {SupportMessagesApiCreateSupportTicketMessageRequest} requestParameters Request parameters.
54645
- * @param {*} [options] Override http request option.
54646
- * @throws {RequiredError}
54647
- */
54648
- createSupportTicketMessage(requestParameters: SupportMessagesApiCreateSupportTicketMessageRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateAccountAddress200Response>;
54649
- };
54650
- /**
54651
- * Request parameters for createSupportTicketMessage operation in SupportMessagesApi.
54652
- */
54653
- export interface SupportMessagesApiCreateSupportTicketMessageRequest {
54654
- /**
54655
- * The supportTicket identifier
54656
- */
54657
- readonly supportTicketId: string;
54658
- readonly supportTicketMessageCreateInputs: SupportTicketMessageCreateInputs;
54659
- }
54660
- /**
54661
- * SupportMessagesApi - object-oriented interface
54662
- */
54663
- export declare class SupportMessagesApi extends BaseAPI {
54664
- /**
54665
- * Create Support Ticket Message endpoint
54666
- * @summary Create Support Ticket Message
54667
- * @param {SupportMessagesApiCreateSupportTicketMessageRequest} requestParameters Request parameters.
54668
- * @param {*} [options] Override http request option.
54669
- * @throws {RequiredError}
54670
- */
54671
- createSupportTicketMessage(requestParameters: SupportMessagesApiCreateSupportTicketMessageRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateAccountAddress200Response, any, {}>>;
54672
- }
54673
- /**
54674
- * SupportNotesApi - axios parameter creator
54675
- */
54676
- export declare const SupportNotesApiAxiosParamCreator: (configuration?: Configuration) => {
54677
- /**
54678
- * Create Support Ticket Note endpoint
54679
- * @summary Create Support Ticket Note
54680
- * @param {string} supportTicketId The supportTicket identifier
54681
- * @param {SupportTicketNoteCreateInputs} supportTicketNoteCreateInputs
54682
- * @param {*} [options] Override http request option.
54683
- * @throws {RequiredError}
54684
- */
54685
- createSupportTicketNote: (supportTicketId: string, supportTicketNoteCreateInputs: SupportTicketNoteCreateInputs, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
54686
- /**
54687
- * Delete Support Ticket Note endpoint
54688
- * @summary Delete Support Ticket Note
54689
- * @param {string} supportTicketId The supportTicket identifier
54690
- * @param {string} noteId The note identifier
54691
- * @param {*} [options] Override http request option.
54692
- * @throws {RequiredError}
54693
- */
54694
- deleteSupportTicketNote: (supportTicketId: string, noteId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
54695
- };
54696
- /**
54697
- * SupportNotesApi - functional programming interface
54698
- */
54699
- export declare const SupportNotesApiFp: (configuration?: Configuration) => {
54700
- /**
54701
- * Create Support Ticket Note endpoint
54702
- * @summary Create Support Ticket Note
54703
- * @param {string} supportTicketId The supportTicket identifier
54704
- * @param {SupportTicketNoteCreateInputs} supportTicketNoteCreateInputs
54705
- * @param {*} [options] Override http request option.
54706
- * @throws {RequiredError}
54707
- */
54708
- createSupportTicketNote(supportTicketId: string, supportTicketNoteCreateInputs: SupportTicketNoteCreateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateAccountAddress200Response>>;
54709
- /**
54710
- * Delete Support Ticket Note endpoint
54711
- * @summary Delete Support Ticket Note
54712
- * @param {string} supportTicketId The supportTicket identifier
54713
- * @param {string} noteId The note identifier
54714
- * @param {*} [options] Override http request option.
54715
- * @throws {RequiredError}
54716
- */
54717
- deleteSupportTicketNote(supportTicketId: string, noteId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateAccountInvitations200Response>>;
54718
- };
54719
- /**
54720
- * SupportNotesApi - factory interface
54721
- */
54722
- export declare const SupportNotesApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
54723
- /**
54724
- * Create Support Ticket Note endpoint
54725
- * @summary Create Support Ticket Note
54726
- * @param {SupportNotesApiCreateSupportTicketNoteRequest} requestParameters Request parameters.
54727
- * @param {*} [options] Override http request option.
54728
- * @throws {RequiredError}
54729
- */
54730
- createSupportTicketNote(requestParameters: SupportNotesApiCreateSupportTicketNoteRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateAccountAddress200Response>;
54731
- /**
54732
- * Delete Support Ticket Note endpoint
54733
- * @summary Delete Support Ticket Note
54734
- * @param {SupportNotesApiDeleteSupportTicketNoteRequest} requestParameters Request parameters.
54735
- * @param {*} [options] Override http request option.
54736
- * @throws {RequiredError}
54737
- */
54738
- deleteSupportTicketNote(requestParameters: SupportNotesApiDeleteSupportTicketNoteRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateAccountInvitations200Response>;
54739
- };
54740
- /**
54741
- * Request parameters for createSupportTicketNote operation in SupportNotesApi.
54742
- */
54743
- export interface SupportNotesApiCreateSupportTicketNoteRequest {
54744
- /**
54745
- * The supportTicket identifier
54746
- */
54747
- readonly supportTicketId: string;
54748
- readonly supportTicketNoteCreateInputs: SupportTicketNoteCreateInputs;
54749
- }
54750
- /**
54751
- * Request parameters for deleteSupportTicketNote operation in SupportNotesApi.
54752
- */
54753
- export interface SupportNotesApiDeleteSupportTicketNoteRequest {
54754
- /**
54755
- * The supportTicket identifier
54756
- */
54757
- readonly supportTicketId: string;
54758
- /**
54759
- * The note identifier
54760
- */
54761
- readonly noteId: string;
54762
- }
54763
- /**
54764
- * SupportNotesApi - object-oriented interface
54765
- */
54766
- export declare class SupportNotesApi extends BaseAPI {
54767
- /**
54768
- * Create Support Ticket Note endpoint
54769
- * @summary Create Support Ticket Note
54770
- * @param {SupportNotesApiCreateSupportTicketNoteRequest} requestParameters Request parameters.
54771
- * @param {*} [options] Override http request option.
54772
- * @throws {RequiredError}
54773
- */
54774
- createSupportTicketNote(requestParameters: SupportNotesApiCreateSupportTicketNoteRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateAccountAddress200Response, any, {}>>;
54775
- /**
54776
- * Delete Support Ticket Note endpoint
54777
- * @summary Delete Support Ticket Note
54778
- * @param {SupportNotesApiDeleteSupportTicketNoteRequest} requestParameters Request parameters.
54779
- * @param {*} [options] Override http request option.
54780
- * @throws {RequiredError}
54781
- */
54782
- deleteSupportTicketNote(requestParameters: SupportNotesApiDeleteSupportTicketNoteRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateAccountInvitations200Response, any, {}>>;
54783
- }
54784
- /**
54785
- * SupportticketsApi - axios parameter creator
54786
- */
54787
- export declare const SupportticketsApiAxiosParamCreator: (configuration?: Configuration) => {
54788
56193
  /**
54789
56194
  * Get Support Ticket endpoint
54790
56195
  * @summary Get Support Ticket
@@ -54792,7 +56197,7 @@ export declare const SupportticketsApiAxiosParamCreator: (configuration?: Config
54792
56197
  * @param {*} [options] Override http request option.
54793
56198
  * @throws {RequiredError}
54794
56199
  */
54795
- getSupportTicket: (supportTicketId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
56200
+ getSupportTicket(supportTicketId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateSupportTicket200Response>>;
54796
56201
  /**
54797
56202
  * Get Support Ticket Activity endpoint
54798
56203
  * @summary Get Support Ticket Activity
@@ -54800,7 +56205,7 @@ export declare const SupportticketsApiAxiosParamCreator: (configuration?: Config
54800
56205
  * @param {*} [options] Override http request option.
54801
56206
  * @throws {RequiredError}
54802
56207
  */
54803
- getSupportTicketActivity: (supportTicketId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
56208
+ getSupportTicketActivity(supportTicketId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateAccountAddress200Response>>;
54804
56209
  /**
54805
56210
  * Get Support Ticket Viewer endpoint
54806
56211
  * @summary Get Support Ticket Viewer
@@ -54813,7 +56218,7 @@ export declare const SupportticketsApiAxiosParamCreator: (configuration?: Config
54813
56218
  * @param {*} [options] Override http request option.
54814
56219
  * @throws {RequiredError}
54815
56220
  */
54816
- getSupportTicketViewer: (supportTicketId: string, orgMembershipId?: string, page?: number, pageSize?: number, orderBy?: string, search?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
56221
+ getSupportTicketViewer(supportTicketId: string, orgMembershipId?: string, page?: number, pageSize?: number, orderBy?: string, search?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetAccountInvitations200Response>>;
54817
56222
  /**
54818
56223
  * Get Support Tickets endpoint
54819
56224
  * @summary Get Support Tickets
@@ -54827,115 +56232,115 @@ export declare const SupportticketsApiAxiosParamCreator: (configuration?: Config
54827
56232
  * @param {*} [options] Override http request option.
54828
56233
  * @throws {RequiredError}
54829
56234
  */
54830
- getSupportTickets: (type?: string, state?: string, assignment?: GetSupportTicketsAssignmentEnum, page?: number, pageSize?: number, orderBy?: string, search?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
54831
- };
54832
- /**
54833
- * SupportticketsApi - functional programming interface
54834
- */
54835
- export declare const SupportticketsApiFp: (configuration?: Configuration) => {
54836
- /**
54837
- * Get Support Ticket endpoint
54838
- * @summary Get Support Ticket
54839
- * @param {string} supportTicketId The supportTicket identifier
54840
- * @param {*} [options] Override http request option.
54841
- * @throws {RequiredError}
54842
- */
54843
- getSupportTicket(supportTicketId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateSupportTicket200Response>>;
56235
+ getSupportTickets(type?: string, state?: string, assignment?: GetSupportTicketsAssignmentEnum, page?: number, pageSize?: number, orderBy?: string, search?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetSupportTickets200Response>>;
54844
56236
  /**
54845
- * Get Support Ticket Activity endpoint
54846
- * @summary Get Support Ticket Activity
56237
+ * Update Support Ticket endpoint
56238
+ * @summary Update Support Ticket
54847
56239
  * @param {string} supportTicketId The supportTicket identifier
56240
+ * @param {SupportTicketUpdateInputs} supportTicketUpdateInputs
54848
56241
  * @param {*} [options] Override http request option.
54849
56242
  * @throws {RequiredError}
54850
56243
  */
54851
- getSupportTicketActivity(supportTicketId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateAccountAddress200Response>>;
56244
+ updateSupportTicket(supportTicketId: string, supportTicketUpdateInputs: SupportTicketUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateSupportTicket200Response>>;
56245
+ };
56246
+ /**
56247
+ * SupportApi - factory interface
56248
+ */
56249
+ export declare const SupportApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
54852
56250
  /**
54853
- * Get Support Ticket Viewer endpoint
54854
- * @summary Get Support Ticket Viewer
54855
- * @param {string} supportTicketId The supportTicket identifier
54856
- * @param {string} [orgMembershipId] Filter by orgMembershipId
54857
- * @param {number} [page] Page number
54858
- * @param {number} [pageSize] Number of items per page
54859
- * @param {string} [orderBy] Field to order by
54860
- * @param {string} [search] Search query
56251
+ * Create Support Ticket endpoint
56252
+ * @summary Create Support Ticket
56253
+ * @param {SupportApiCreateSupportTicketRequest} requestParameters Request parameters.
54861
56254
  * @param {*} [options] Override http request option.
54862
56255
  * @throws {RequiredError}
54863
56256
  */
54864
- getSupportTicketViewer(supportTicketId: string, orgMembershipId?: string, page?: number, pageSize?: number, orderBy?: string, search?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetAccountInvitations200Response>>;
56257
+ createSupportTicket(requestParameters: SupportApiCreateSupportTicketRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateSupportTicket200Response>;
54865
56258
  /**
54866
- * Get Support Tickets endpoint
54867
- * @summary Get Support Tickets
54868
- * @param {string} [type] Filter by type
54869
- * @param {string} [state] Filter by state
54870
- * @param {GetSupportTicketsAssignmentEnum} [assignment] Filter by assignment
54871
- * @param {number} [page] Page number
54872
- * @param {number} [pageSize] Number of items per page
54873
- * @param {string} [orderBy] Field to order by
54874
- * @param {string} [search] Search query
56259
+ * Delete Support Ticket endpoint
56260
+ * @summary Delete Support Ticket
56261
+ * @param {SupportApiDeleteSupportTicketRequest} requestParameters Request parameters.
54875
56262
  * @param {*} [options] Override http request option.
54876
56263
  * @throws {RequiredError}
54877
56264
  */
54878
- getSupportTickets(type?: string, state?: string, assignment?: GetSupportTicketsAssignmentEnum, page?: number, pageSize?: number, orderBy?: string, search?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetSupportTickets200Response>>;
54879
- };
54880
- /**
54881
- * SupportticketsApi - factory interface
54882
- */
54883
- export declare const SupportticketsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
56265
+ deleteSupportTicket(requestParameters: SupportApiDeleteSupportTicketRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateAccountInvitations200Response>;
54884
56266
  /**
54885
56267
  * Get Support Ticket endpoint
54886
56268
  * @summary Get Support Ticket
54887
- * @param {SupportticketsApiGetSupportTicketRequest} requestParameters Request parameters.
56269
+ * @param {SupportApiGetSupportTicketRequest} requestParameters Request parameters.
54888
56270
  * @param {*} [options] Override http request option.
54889
56271
  * @throws {RequiredError}
54890
56272
  */
54891
- getSupportTicket(requestParameters: SupportticketsApiGetSupportTicketRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateSupportTicket200Response>;
56273
+ getSupportTicket(requestParameters: SupportApiGetSupportTicketRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateSupportTicket200Response>;
54892
56274
  /**
54893
56275
  * Get Support Ticket Activity endpoint
54894
56276
  * @summary Get Support Ticket Activity
54895
- * @param {SupportticketsApiGetSupportTicketActivityRequest} requestParameters Request parameters.
56277
+ * @param {SupportApiGetSupportTicketActivityRequest} requestParameters Request parameters.
54896
56278
  * @param {*} [options] Override http request option.
54897
56279
  * @throws {RequiredError}
54898
56280
  */
54899
- getSupportTicketActivity(requestParameters: SupportticketsApiGetSupportTicketActivityRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateAccountAddress200Response>;
56281
+ getSupportTicketActivity(requestParameters: SupportApiGetSupportTicketActivityRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateAccountAddress200Response>;
54900
56282
  /**
54901
56283
  * Get Support Ticket Viewer endpoint
54902
56284
  * @summary Get Support Ticket Viewer
54903
- * @param {SupportticketsApiGetSupportTicketViewerRequest} requestParameters Request parameters.
56285
+ * @param {SupportApiGetSupportTicketViewerRequest} requestParameters Request parameters.
54904
56286
  * @param {*} [options] Override http request option.
54905
56287
  * @throws {RequiredError}
54906
56288
  */
54907
- getSupportTicketViewer(requestParameters: SupportticketsApiGetSupportTicketViewerRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetAccountInvitations200Response>;
56289
+ getSupportTicketViewer(requestParameters: SupportApiGetSupportTicketViewerRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetAccountInvitations200Response>;
54908
56290
  /**
54909
56291
  * Get Support Tickets endpoint
54910
56292
  * @summary Get Support Tickets
54911
- * @param {SupportticketsApiGetSupportTicketsRequest} requestParameters Request parameters.
56293
+ * @param {SupportApiGetSupportTicketsRequest} requestParameters Request parameters.
54912
56294
  * @param {*} [options] Override http request option.
54913
56295
  * @throws {RequiredError}
54914
56296
  */
54915
- getSupportTickets(requestParameters?: SupportticketsApiGetSupportTicketsRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetSupportTickets200Response>;
56297
+ getSupportTickets(requestParameters?: SupportApiGetSupportTicketsRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetSupportTickets200Response>;
56298
+ /**
56299
+ * Update Support Ticket endpoint
56300
+ * @summary Update Support Ticket
56301
+ * @param {SupportApiUpdateSupportTicketRequest} requestParameters Request parameters.
56302
+ * @param {*} [options] Override http request option.
56303
+ * @throws {RequiredError}
56304
+ */
56305
+ updateSupportTicket(requestParameters: SupportApiUpdateSupportTicketRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateSupportTicket200Response>;
54916
56306
  };
54917
56307
  /**
54918
- * Request parameters for getSupportTicket operation in SupportticketsApi.
56308
+ * Request parameters for createSupportTicket operation in SupportApi.
54919
56309
  */
54920
- export interface SupportticketsApiGetSupportTicketRequest {
56310
+ export interface SupportApiCreateSupportTicketRequest {
56311
+ readonly supportTicketCreateInputs: SupportTicketCreateInputs;
56312
+ }
56313
+ /**
56314
+ * Request parameters for deleteSupportTicket operation in SupportApi.
56315
+ */
56316
+ export interface SupportApiDeleteSupportTicketRequest {
54921
56317
  /**
54922
56318
  * The supportTicket identifier
54923
56319
  */
54924
56320
  readonly supportTicketId: string;
54925
56321
  }
54926
56322
  /**
54927
- * Request parameters for getSupportTicketActivity operation in SupportticketsApi.
56323
+ * Request parameters for getSupportTicket operation in SupportApi.
54928
56324
  */
54929
- export interface SupportticketsApiGetSupportTicketActivityRequest {
56325
+ export interface SupportApiGetSupportTicketRequest {
54930
56326
  /**
54931
56327
  * The supportTicket identifier
54932
56328
  */
54933
56329
  readonly supportTicketId: string;
54934
56330
  }
54935
56331
  /**
54936
- * Request parameters for getSupportTicketViewer operation in SupportticketsApi.
56332
+ * Request parameters for getSupportTicketActivity operation in SupportApi.
54937
56333
  */
54938
- export interface SupportticketsApiGetSupportTicketViewerRequest {
56334
+ export interface SupportApiGetSupportTicketActivityRequest {
56335
+ /**
56336
+ * The supportTicket identifier
56337
+ */
56338
+ readonly supportTicketId: string;
56339
+ }
56340
+ /**
56341
+ * Request parameters for getSupportTicketViewer operation in SupportApi.
56342
+ */
56343
+ export interface SupportApiGetSupportTicketViewerRequest {
54939
56344
  /**
54940
56345
  * The supportTicket identifier
54941
56346
  */
@@ -54962,9 +56367,9 @@ export interface SupportticketsApiGetSupportTicketViewerRequest {
54962
56367
  readonly search?: string;
54963
56368
  }
54964
56369
  /**
54965
- * Request parameters for getSupportTickets operation in SupportticketsApi.
56370
+ * Request parameters for getSupportTickets operation in SupportApi.
54966
56371
  */
54967
- export interface SupportticketsApiGetSupportTicketsRequest {
56372
+ export interface SupportApiGetSupportTicketsRequest {
54968
56373
  /**
54969
56374
  * Filter by type
54970
56375
  */
@@ -54995,50 +56400,93 @@ export interface SupportticketsApiGetSupportTicketsRequest {
54995
56400
  readonly search?: string;
54996
56401
  }
54997
56402
  /**
54998
- * SupportticketsApi - object-oriented interface
56403
+ * Request parameters for updateSupportTicket operation in SupportApi.
56404
+ */
56405
+ export interface SupportApiUpdateSupportTicketRequest {
56406
+ /**
56407
+ * The supportTicket identifier
56408
+ */
56409
+ readonly supportTicketId: string;
56410
+ readonly supportTicketUpdateInputs: SupportTicketUpdateInputs;
56411
+ }
56412
+ /**
56413
+ * SupportApi - object-oriented interface
54999
56414
  */
55000
- export declare class SupportticketsApi extends BaseAPI {
56415
+ export declare class SupportApi extends BaseAPI {
56416
+ /**
56417
+ * Create Support Ticket endpoint
56418
+ * @summary Create Support Ticket
56419
+ * @param {SupportApiCreateSupportTicketRequest} requestParameters Request parameters.
56420
+ * @param {*} [options] Override http request option.
56421
+ * @throws {RequiredError}
56422
+ */
56423
+ createSupportTicket(requestParameters: SupportApiCreateSupportTicketRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateSupportTicket200Response, any, {}>>;
56424
+ /**
56425
+ * Delete Support Ticket endpoint
56426
+ * @summary Delete Support Ticket
56427
+ * @param {SupportApiDeleteSupportTicketRequest} requestParameters Request parameters.
56428
+ * @param {*} [options] Override http request option.
56429
+ * @throws {RequiredError}
56430
+ */
56431
+ deleteSupportTicket(requestParameters: SupportApiDeleteSupportTicketRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateAccountInvitations200Response, any, {}>>;
55001
56432
  /**
55002
56433
  * Get Support Ticket endpoint
55003
56434
  * @summary Get Support Ticket
55004
- * @param {SupportticketsApiGetSupportTicketRequest} requestParameters Request parameters.
56435
+ * @param {SupportApiGetSupportTicketRequest} requestParameters Request parameters.
55005
56436
  * @param {*} [options] Override http request option.
55006
56437
  * @throws {RequiredError}
55007
56438
  */
55008
- getSupportTicket(requestParameters: SupportticketsApiGetSupportTicketRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateSupportTicket200Response, any, {}>>;
56439
+ getSupportTicket(requestParameters: SupportApiGetSupportTicketRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateSupportTicket200Response, any, {}>>;
55009
56440
  /**
55010
56441
  * Get Support Ticket Activity endpoint
55011
56442
  * @summary Get Support Ticket Activity
55012
- * @param {SupportticketsApiGetSupportTicketActivityRequest} requestParameters Request parameters.
56443
+ * @param {SupportApiGetSupportTicketActivityRequest} requestParameters Request parameters.
55013
56444
  * @param {*} [options] Override http request option.
55014
56445
  * @throws {RequiredError}
55015
56446
  */
55016
- getSupportTicketActivity(requestParameters: SupportticketsApiGetSupportTicketActivityRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateAccountAddress200Response, any, {}>>;
56447
+ getSupportTicketActivity(requestParameters: SupportApiGetSupportTicketActivityRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateAccountAddress200Response, any, {}>>;
55017
56448
  /**
55018
56449
  * Get Support Ticket Viewer endpoint
55019
56450
  * @summary Get Support Ticket Viewer
55020
- * @param {SupportticketsApiGetSupportTicketViewerRequest} requestParameters Request parameters.
56451
+ * @param {SupportApiGetSupportTicketViewerRequest} requestParameters Request parameters.
55021
56452
  * @param {*} [options] Override http request option.
55022
56453
  * @throws {RequiredError}
55023
56454
  */
55024
- getSupportTicketViewer(requestParameters: SupportticketsApiGetSupportTicketViewerRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetAccountInvitations200Response, any, {}>>;
56455
+ getSupportTicketViewer(requestParameters: SupportApiGetSupportTicketViewerRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetAccountInvitations200Response, any, {}>>;
55025
56456
  /**
55026
56457
  * Get Support Tickets endpoint
55027
56458
  * @summary Get Support Tickets
55028
- * @param {SupportticketsApiGetSupportTicketsRequest} requestParameters Request parameters.
56459
+ * @param {SupportApiGetSupportTicketsRequest} requestParameters Request parameters.
55029
56460
  * @param {*} [options] Override http request option.
55030
56461
  * @throws {RequiredError}
55031
56462
  */
55032
- getSupportTickets(requestParameters?: SupportticketsApiGetSupportTicketsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetSupportTickets200Response, any, {}>>;
56463
+ getSupportTickets(requestParameters?: SupportApiGetSupportTicketsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetSupportTickets200Response, any, {}>>;
56464
+ /**
56465
+ * Update Support Ticket endpoint
56466
+ * @summary Update Support Ticket
56467
+ * @param {SupportApiUpdateSupportTicketRequest} requestParameters Request parameters.
56468
+ * @param {*} [options] Override http request option.
56469
+ * @throws {RequiredError}
56470
+ */
56471
+ updateSupportTicket(requestParameters: SupportApiUpdateSupportTicketRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateSupportTicket200Response, any, {}>>;
55033
56472
  }
55034
56473
  export declare enum GetSupportTicketsAssignmentEnum {
55035
56474
  Me = "me",
55036
56475
  Unassigned = "unassigned"
55037
56476
  }
55038
56477
  /**
55039
- * SupportticketsMessagesApi - axios parameter creator
56478
+ * SupportMessagesApi - axios parameter creator
55040
56479
  */
55041
- export declare const SupportticketsMessagesApiAxiosParamCreator: (configuration?: Configuration) => {
56480
+ export declare const SupportMessagesApiAxiosParamCreator: (configuration?: Configuration) => {
56481
+ /**
56482
+ * Create Support Ticket Message endpoint
56483
+ * @summary Create Support Ticket Message
56484
+ * @param {string} supportTicketId The supportTicket identifier
56485
+ * @param {SupportTicketMessageCreateInputs} supportTicketMessageCreateInputs
56486
+ * @param {*} [options] Override http request option.
56487
+ * @throws {RequiredError}
56488
+ */
56489
+ createSupportTicketMessage: (supportTicketId: string, supportTicketMessageCreateInputs: SupportTicketMessageCreateInputs, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
55042
56490
  /**
55043
56491
  * Get Support Ticket Messages endpoint
55044
56492
  * @summary Get Support Ticket Messages
@@ -55053,9 +56501,18 @@ export declare const SupportticketsMessagesApiAxiosParamCreator: (configuration?
55053
56501
  getSupportTicketMessages: (supportTicketId: string, page?: number, pageSize?: number, orderBy?: string, search?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
55054
56502
  };
55055
56503
  /**
55056
- * SupportticketsMessagesApi - functional programming interface
56504
+ * SupportMessagesApi - functional programming interface
55057
56505
  */
55058
- export declare const SupportticketsMessagesApiFp: (configuration?: Configuration) => {
56506
+ export declare const SupportMessagesApiFp: (configuration?: Configuration) => {
56507
+ /**
56508
+ * Create Support Ticket Message endpoint
56509
+ * @summary Create Support Ticket Message
56510
+ * @param {string} supportTicketId The supportTicket identifier
56511
+ * @param {SupportTicketMessageCreateInputs} supportTicketMessageCreateInputs
56512
+ * @param {*} [options] Override http request option.
56513
+ * @throws {RequiredError}
56514
+ */
56515
+ createSupportTicketMessage(supportTicketId: string, supportTicketMessageCreateInputs: SupportTicketMessageCreateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateAccountAddress200Response>>;
55059
56516
  /**
55060
56517
  * Get Support Ticket Messages endpoint
55061
56518
  * @summary Get Support Ticket Messages
@@ -55070,22 +56527,40 @@ export declare const SupportticketsMessagesApiFp: (configuration?: Configuration
55070
56527
  getSupportTicketMessages(supportTicketId: string, page?: number, pageSize?: number, orderBy?: string, search?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetAccountInvitations200Response>>;
55071
56528
  };
55072
56529
  /**
55073
- * SupportticketsMessagesApi - factory interface
56530
+ * SupportMessagesApi - factory interface
55074
56531
  */
55075
- export declare const SupportticketsMessagesApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
56532
+ export declare const SupportMessagesApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
56533
+ /**
56534
+ * Create Support Ticket Message endpoint
56535
+ * @summary Create Support Ticket Message
56536
+ * @param {SupportMessagesApiCreateSupportTicketMessageRequest} requestParameters Request parameters.
56537
+ * @param {*} [options] Override http request option.
56538
+ * @throws {RequiredError}
56539
+ */
56540
+ createSupportTicketMessage(requestParameters: SupportMessagesApiCreateSupportTicketMessageRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateAccountAddress200Response>;
55076
56541
  /**
55077
56542
  * Get Support Ticket Messages endpoint
55078
56543
  * @summary Get Support Ticket Messages
55079
- * @param {SupportticketsMessagesApiGetSupportTicketMessagesRequest} requestParameters Request parameters.
56544
+ * @param {SupportMessagesApiGetSupportTicketMessagesRequest} requestParameters Request parameters.
55080
56545
  * @param {*} [options] Override http request option.
55081
56546
  * @throws {RequiredError}
55082
56547
  */
55083
- getSupportTicketMessages(requestParameters: SupportticketsMessagesApiGetSupportTicketMessagesRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetAccountInvitations200Response>;
56548
+ getSupportTicketMessages(requestParameters: SupportMessagesApiGetSupportTicketMessagesRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetAccountInvitations200Response>;
55084
56549
  };
55085
56550
  /**
55086
- * Request parameters for getSupportTicketMessages operation in SupportticketsMessagesApi.
56551
+ * Request parameters for createSupportTicketMessage operation in SupportMessagesApi.
56552
+ */
56553
+ export interface SupportMessagesApiCreateSupportTicketMessageRequest {
56554
+ /**
56555
+ * The supportTicket identifier
56556
+ */
56557
+ readonly supportTicketId: string;
56558
+ readonly supportTicketMessageCreateInputs: SupportTicketMessageCreateInputs;
56559
+ }
56560
+ /**
56561
+ * Request parameters for getSupportTicketMessages operation in SupportMessagesApi.
55087
56562
  */
55088
- export interface SupportticketsMessagesApiGetSupportTicketMessagesRequest {
56563
+ export interface SupportMessagesApiGetSupportTicketMessagesRequest {
55089
56564
  /**
55090
56565
  * The supportTicket identifier
55091
56566
  */
@@ -55108,22 +56583,48 @@ export interface SupportticketsMessagesApiGetSupportTicketMessagesRequest {
55108
56583
  readonly search?: string;
55109
56584
  }
55110
56585
  /**
55111
- * SupportticketsMessagesApi - object-oriented interface
56586
+ * SupportMessagesApi - object-oriented interface
55112
56587
  */
55113
- export declare class SupportticketsMessagesApi extends BaseAPI {
56588
+ export declare class SupportMessagesApi extends BaseAPI {
56589
+ /**
56590
+ * Create Support Ticket Message endpoint
56591
+ * @summary Create Support Ticket Message
56592
+ * @param {SupportMessagesApiCreateSupportTicketMessageRequest} requestParameters Request parameters.
56593
+ * @param {*} [options] Override http request option.
56594
+ * @throws {RequiredError}
56595
+ */
56596
+ createSupportTicketMessage(requestParameters: SupportMessagesApiCreateSupportTicketMessageRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateAccountAddress200Response, any, {}>>;
55114
56597
  /**
55115
56598
  * Get Support Ticket Messages endpoint
55116
56599
  * @summary Get Support Ticket Messages
55117
- * @param {SupportticketsMessagesApiGetSupportTicketMessagesRequest} requestParameters Request parameters.
56600
+ * @param {SupportMessagesApiGetSupportTicketMessagesRequest} requestParameters Request parameters.
55118
56601
  * @param {*} [options] Override http request option.
55119
56602
  * @throws {RequiredError}
55120
56603
  */
55121
- getSupportTicketMessages(requestParameters: SupportticketsMessagesApiGetSupportTicketMessagesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetAccountInvitations200Response, any, {}>>;
56604
+ getSupportTicketMessages(requestParameters: SupportMessagesApiGetSupportTicketMessagesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetAccountInvitations200Response, any, {}>>;
55122
56605
  }
55123
56606
  /**
55124
- * SupportticketsNotesApi - axios parameter creator
56607
+ * SupportNotesApi - axios parameter creator
55125
56608
  */
55126
- export declare const SupportticketsNotesApiAxiosParamCreator: (configuration?: Configuration) => {
56609
+ export declare const SupportNotesApiAxiosParamCreator: (configuration?: Configuration) => {
56610
+ /**
56611
+ * Create Support Ticket Note endpoint
56612
+ * @summary Create Support Ticket Note
56613
+ * @param {string} supportTicketId The supportTicket identifier
56614
+ * @param {SupportTicketNoteCreateInputs} supportTicketNoteCreateInputs
56615
+ * @param {*} [options] Override http request option.
56616
+ * @throws {RequiredError}
56617
+ */
56618
+ createSupportTicketNote: (supportTicketId: string, supportTicketNoteCreateInputs: SupportTicketNoteCreateInputs, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
56619
+ /**
56620
+ * Delete Support Ticket Note endpoint
56621
+ * @summary Delete Support Ticket Note
56622
+ * @param {string} supportTicketId The supportTicket identifier
56623
+ * @param {string} noteId The note identifier
56624
+ * @param {*} [options] Override http request option.
56625
+ * @throws {RequiredError}
56626
+ */
56627
+ deleteSupportTicketNote: (supportTicketId: string, noteId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
55127
56628
  /**
55128
56629
  * Get Support Ticket Notes endpoint
55129
56630
  * @summary Get Support Ticket Notes
@@ -55138,9 +56639,27 @@ export declare const SupportticketsNotesApiAxiosParamCreator: (configuration?: C
55138
56639
  getSupportTicketNotes: (supportTicketId: string, page?: number, pageSize?: number, orderBy?: string, search?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
55139
56640
  };
55140
56641
  /**
55141
- * SupportticketsNotesApi - functional programming interface
56642
+ * SupportNotesApi - functional programming interface
55142
56643
  */
55143
- export declare const SupportticketsNotesApiFp: (configuration?: Configuration) => {
56644
+ export declare const SupportNotesApiFp: (configuration?: Configuration) => {
56645
+ /**
56646
+ * Create Support Ticket Note endpoint
56647
+ * @summary Create Support Ticket Note
56648
+ * @param {string} supportTicketId The supportTicket identifier
56649
+ * @param {SupportTicketNoteCreateInputs} supportTicketNoteCreateInputs
56650
+ * @param {*} [options] Override http request option.
56651
+ * @throws {RequiredError}
56652
+ */
56653
+ createSupportTicketNote(supportTicketId: string, supportTicketNoteCreateInputs: SupportTicketNoteCreateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateAccountAddress200Response>>;
56654
+ /**
56655
+ * Delete Support Ticket Note endpoint
56656
+ * @summary Delete Support Ticket Note
56657
+ * @param {string} supportTicketId The supportTicket identifier
56658
+ * @param {string} noteId The note identifier
56659
+ * @param {*} [options] Override http request option.
56660
+ * @throws {RequiredError}
56661
+ */
56662
+ deleteSupportTicketNote(supportTicketId: string, noteId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateAccountInvitations200Response>>;
55144
56663
  /**
55145
56664
  * Get Support Ticket Notes endpoint
55146
56665
  * @summary Get Support Ticket Notes
@@ -55155,22 +56674,61 @@ export declare const SupportticketsNotesApiFp: (configuration?: Configuration) =
55155
56674
  getSupportTicketNotes(supportTicketId: string, page?: number, pageSize?: number, orderBy?: string, search?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetAccountInvitations200Response>>;
55156
56675
  };
55157
56676
  /**
55158
- * SupportticketsNotesApi - factory interface
56677
+ * SupportNotesApi - factory interface
55159
56678
  */
55160
- export declare const SupportticketsNotesApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
56679
+ export declare const SupportNotesApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
56680
+ /**
56681
+ * Create Support Ticket Note endpoint
56682
+ * @summary Create Support Ticket Note
56683
+ * @param {SupportNotesApiCreateSupportTicketNoteRequest} requestParameters Request parameters.
56684
+ * @param {*} [options] Override http request option.
56685
+ * @throws {RequiredError}
56686
+ */
56687
+ createSupportTicketNote(requestParameters: SupportNotesApiCreateSupportTicketNoteRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateAccountAddress200Response>;
56688
+ /**
56689
+ * Delete Support Ticket Note endpoint
56690
+ * @summary Delete Support Ticket Note
56691
+ * @param {SupportNotesApiDeleteSupportTicketNoteRequest} requestParameters Request parameters.
56692
+ * @param {*} [options] Override http request option.
56693
+ * @throws {RequiredError}
56694
+ */
56695
+ deleteSupportTicketNote(requestParameters: SupportNotesApiDeleteSupportTicketNoteRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateAccountInvitations200Response>;
55161
56696
  /**
55162
56697
  * Get Support Ticket Notes endpoint
55163
56698
  * @summary Get Support Ticket Notes
55164
- * @param {SupportticketsNotesApiGetSupportTicketNotesRequest} requestParameters Request parameters.
56699
+ * @param {SupportNotesApiGetSupportTicketNotesRequest} requestParameters Request parameters.
55165
56700
  * @param {*} [options] Override http request option.
55166
56701
  * @throws {RequiredError}
55167
56702
  */
55168
- getSupportTicketNotes(requestParameters: SupportticketsNotesApiGetSupportTicketNotesRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetAccountInvitations200Response>;
56703
+ getSupportTicketNotes(requestParameters: SupportNotesApiGetSupportTicketNotesRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetAccountInvitations200Response>;
55169
56704
  };
55170
56705
  /**
55171
- * Request parameters for getSupportTicketNotes operation in SupportticketsNotesApi.
56706
+ * Request parameters for createSupportTicketNote operation in SupportNotesApi.
55172
56707
  */
55173
- export interface SupportticketsNotesApiGetSupportTicketNotesRequest {
56708
+ export interface SupportNotesApiCreateSupportTicketNoteRequest {
56709
+ /**
56710
+ * The supportTicket identifier
56711
+ */
56712
+ readonly supportTicketId: string;
56713
+ readonly supportTicketNoteCreateInputs: SupportTicketNoteCreateInputs;
56714
+ }
56715
+ /**
56716
+ * Request parameters for deleteSupportTicketNote operation in SupportNotesApi.
56717
+ */
56718
+ export interface SupportNotesApiDeleteSupportTicketNoteRequest {
56719
+ /**
56720
+ * The supportTicket identifier
56721
+ */
56722
+ readonly supportTicketId: string;
56723
+ /**
56724
+ * The note identifier
56725
+ */
56726
+ readonly noteId: string;
56727
+ }
56728
+ /**
56729
+ * Request parameters for getSupportTicketNotes operation in SupportNotesApi.
56730
+ */
56731
+ export interface SupportNotesApiGetSupportTicketNotesRequest {
55174
56732
  /**
55175
56733
  * The supportTicket identifier
55176
56734
  */
@@ -55193,17 +56751,33 @@ export interface SupportticketsNotesApiGetSupportTicketNotesRequest {
55193
56751
  readonly search?: string;
55194
56752
  }
55195
56753
  /**
55196
- * SupportticketsNotesApi - object-oriented interface
56754
+ * SupportNotesApi - object-oriented interface
55197
56755
  */
55198
- export declare class SupportticketsNotesApi extends BaseAPI {
56756
+ export declare class SupportNotesApi extends BaseAPI {
56757
+ /**
56758
+ * Create Support Ticket Note endpoint
56759
+ * @summary Create Support Ticket Note
56760
+ * @param {SupportNotesApiCreateSupportTicketNoteRequest} requestParameters Request parameters.
56761
+ * @param {*} [options] Override http request option.
56762
+ * @throws {RequiredError}
56763
+ */
56764
+ createSupportTicketNote(requestParameters: SupportNotesApiCreateSupportTicketNoteRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateAccountAddress200Response, any, {}>>;
56765
+ /**
56766
+ * Delete Support Ticket Note endpoint
56767
+ * @summary Delete Support Ticket Note
56768
+ * @param {SupportNotesApiDeleteSupportTicketNoteRequest} requestParameters Request parameters.
56769
+ * @param {*} [options] Override http request option.
56770
+ * @throws {RequiredError}
56771
+ */
56772
+ deleteSupportTicketNote(requestParameters: SupportNotesApiDeleteSupportTicketNoteRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateAccountInvitations200Response, any, {}>>;
55199
56773
  /**
55200
56774
  * Get Support Ticket Notes endpoint
55201
56775
  * @summary Get Support Ticket Notes
55202
- * @param {SupportticketsNotesApiGetSupportTicketNotesRequest} requestParameters Request parameters.
56776
+ * @param {SupportNotesApiGetSupportTicketNotesRequest} requestParameters Request parameters.
55203
56777
  * @param {*} [options] Override http request option.
55204
56778
  * @throws {RequiredError}
55205
56779
  */
55206
- getSupportTicketNotes(requestParameters: SupportticketsNotesApiGetSupportTicketNotesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetAccountInvitations200Response, any, {}>>;
56780
+ getSupportTicketNotes(requestParameters: SupportNotesApiGetSupportTicketNotesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetAccountInvitations200Response, any, {}>>;
55207
56781
  }
55208
56782
  /**
55209
56783
  * SurveysApi - axios parameter creator