@connectedxm/admin-sdk 1.0.0 → 6.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (208) hide show
  1. package/.openapi-generator/FILES +51 -30
  2. package/README.md +51 -30
  3. package/api.ts +1697 -135
  4. package/dist/api.d.ts +1592 -136
  5. package/dist/api.js +63 -18
  6. package/dist/esm/api.d.ts +1592 -136
  7. package/dist/esm/api.js +45 -0
  8. package/docs/APILog.md +28 -0
  9. package/docs/Account.md +38 -2
  10. package/docs/AccountAddress.md +18 -0
  11. package/docs/AccountAttribute.md +23 -1
  12. package/docs/{AccountAttributeCount.md → AccountAttributeAllOfCount.md} +3 -3
  13. package/docs/AccountAttributeValue.md +8 -0
  14. package/docs/AccountInvitation.md +22 -0
  15. package/docs/ActivationCompletion.md +12 -0
  16. package/docs/Activity.md +36 -0
  17. package/docs/ActivityEntity.md +38 -0
  18. package/docs/ActivityEntityInputs.md +6 -0
  19. package/docs/AdminNotification.md +20 -0
  20. package/docs/Advertisement.md +27 -1
  21. package/docs/{AdvertisementCount.md → AdvertisementAllOfCount.md} +3 -3
  22. package/docs/Announcement.md +37 -1
  23. package/docs/{AnnouncementCount.md → AnnouncementAllOfCount.md} +3 -3
  24. package/docs/AttendeePackage.md +12 -0
  25. package/docs/Benefit.md +21 -1
  26. package/docs/{BenefitCount.md → BenefitAllOfCount.md} +3 -3
  27. package/docs/Booking.md +18 -0
  28. package/docs/BookingPlace.md +20 -0
  29. package/docs/BookingSpace.md +30 -0
  30. package/docs/BookingSpaceAvailability.md +8 -0
  31. package/docs/BookingSpaceBlackout.md +6 -0
  32. package/docs/Channel.md +24 -0
  33. package/docs/ChannelContent.md +41 -1
  34. package/docs/{ChannelContentCount.md → ChannelContentAllOfCount.md} +3 -3
  35. package/docs/ChannelContentGuest.md +66 -0
  36. package/docs/ChannelContentLike.md +6 -0
  37. package/docs/Coupon.md +45 -1
  38. package/docs/{CouponCount.md → CouponAllOfCount.md} +3 -3
  39. package/docs/CreatePreset200Response.md +1 -1
  40. package/docs/CreateThread200Response.md +1 -1
  41. package/docs/CreateThreadCircle200Response.md +1 -1
  42. package/docs/CustomReportCreateInputs.md +16 -0
  43. package/docs/Dashboard.md +14 -0
  44. package/docs/DashboardWidget.md +30 -0
  45. package/docs/EmailReceipt.md +20 -0
  46. package/docs/Event.md +68 -0
  47. package/docs/EventActivation.md +18 -0
  48. package/docs/EventAddOn.md +31 -1
  49. package/docs/{EventAddOnCount.md → EventAddOnAllOfCount.md} +3 -3
  50. package/docs/EventAttendee.md +13 -1
  51. package/docs/{EventAttendeeCount.md → EventAttendeeAllOfCount.md} +3 -3
  52. package/docs/EventEmail.md +12 -0
  53. package/docs/EventMediaItem.md +20 -0
  54. package/docs/EventOnSite.md +10 -0
  55. package/docs/EventOnSiteBadgeField.md +26 -0
  56. package/docs/EventPackage.md +22 -0
  57. package/docs/EventPackagePass.md +8 -0
  58. package/docs/EventPage.md +12 -0
  59. package/docs/EventPass.md +40 -2
  60. package/docs/EventPassType.md +57 -1
  61. package/docs/{EventPassTypeCount.md → EventPassTypeAllOfCount.md} +3 -3
  62. package/docs/EventPassTypePriceSchedule.md +34 -0
  63. package/docs/EventPassTypeRefundSchedule.md +32 -0
  64. package/docs/EventRoomType.md +21 -1
  65. package/docs/EventRoomTypeAddOnDetails.md +16 -0
  66. package/docs/{EventRoomTypeCount.md → EventRoomTypeAllOfCount.md} +3 -3
  67. package/docs/EventRoomTypePassTypeDetails.md +26 -0
  68. package/docs/EventRoomTypeReservation.md +14 -0
  69. package/docs/EventRoomTypeReservationCreateInputs.md +1 -1
  70. package/docs/EventSession.md +48 -0
  71. package/docs/EventSessionAccess.md +12 -0
  72. package/docs/EventSessionLocation.md +18 -0
  73. package/docs/EventSessionQuestion.md +47 -1
  74. package/docs/{EventSessionQuestionCount.md → EventSessionQuestionAllOfCount.md} +3 -3
  75. package/docs/EventSessionQuestionChoice.md +18 -4
  76. package/docs/EventSessionQuestionChoiceSubQuestion.md +8 -0
  77. package/docs/EventSessionQuestionResponse.md +8 -0
  78. package/docs/EventSessionQuestionResponseChange.md +16 -0
  79. package/docs/EventSessionSection.md +12 -0
  80. package/docs/EventSessionSectionQuestion.md +10 -0
  81. package/docs/EventSpeaker.md +26 -0
  82. package/docs/EventSponsorship.md +14 -0
  83. package/docs/EventSponsorshipLevel.md +10 -0
  84. package/docs/EventTrack.md +11 -1
  85. package/docs/{EventTrackCount.md → EventTrackAllOfCount.md} +3 -3
  86. package/docs/Faq.md +10 -0
  87. package/docs/FaqSection.md +8 -0
  88. package/docs/File.md +36 -0
  89. package/docs/GetAccountThreads200Response.md +1 -1
  90. package/docs/GetFiles200Response.md +1 -1
  91. package/docs/GetPresets200Response.md +1 -1
  92. package/docs/GetPushDevice200Response.md +1 -1
  93. package/docs/GetSelf200Response.md +1 -1
  94. package/docs/GetThreadCircles200Response.md +1 -1
  95. package/docs/GetThreadMessageFiles200Response.md +1 -1
  96. package/docs/Group.md +24 -2
  97. package/docs/{GroupCount.md → GroupAllOfCount.md} +3 -3
  98. package/docs/GroupInvitation.md +8 -0
  99. package/docs/GroupMembership.md +12 -0
  100. package/docs/GroupRequest.md +8 -0
  101. package/docs/Image.md +12 -0
  102. package/docs/ImageUsage.md +21 -1
  103. package/docs/{ImageUsageCount.md → ImageUsageAllOfCount.md} +3 -3
  104. package/docs/ImageWCopyUri.md +20 -0
  105. package/docs/Import.md +13 -1
  106. package/docs/{ImportCount.md → ImportAllOfCount.md} +3 -3
  107. package/docs/ImportItem.md +16 -0
  108. package/docs/Integration.md +11 -1
  109. package/docs/{IntegrationDetails.md → IntegrationAllOfDetails.md} +3 -3
  110. package/docs/Interest.md +11 -1
  111. package/docs/{InterestCount.md → InterestAllOfCount.md} +3 -3
  112. package/docs/InterestInputs.md +6 -0
  113. package/docs/Invoice.md +18 -0
  114. package/docs/InvoiceLineItem.md +20 -0
  115. package/docs/Lead.md +13 -1
  116. package/docs/{LeadAttributesInner.md → LeadAllOfAttributes.md} +3 -3
  117. package/docs/Level.md +19 -1
  118. package/docs/Like.md +4 -0
  119. package/docs/LinkInputs.md +6 -0
  120. package/docs/LinkPreview.md +36 -0
  121. package/docs/Login.md +25 -1
  122. package/docs/{LoginCount.md → LoginAllOfCount.md} +3 -3
  123. package/docs/Match.md +10 -0
  124. package/docs/Meeting.md +6 -0
  125. package/docs/MeetingLink.md +10 -0
  126. package/docs/MeetingRecording.md +42 -0
  127. package/docs/MeetingSessionParticipant.md +28 -2
  128. package/docs/{MeetingSessionParticipantQualityStatsInnerAudioStatsInner.md → MeetingSessionParticipantAllOfAudioStats.md} +3 -3
  129. package/docs/MeetingSessionParticipantAllOfPeerStats.md +30 -0
  130. package/docs/{MeetingSessionParticipantPeerStatsDeviceInfo.md → MeetingSessionParticipantAllOfPeerStatsDeviceInfo.md} +3 -3
  131. package/docs/{MeetingSessionParticipantPeerStatsEventsInner.md → MeetingSessionParticipantAllOfPeerStatsEvents.md} +3 -3
  132. package/docs/{MeetingSessionParticipantPeerStatsIpInformation.md → MeetingSessionParticipantAllOfPeerStatsIpInformation.md} +3 -3
  133. package/docs/{MeetingSessionParticipantPeerStatsPrecallNetworkInformation.md → MeetingSessionParticipantAllOfPeerStatsPrecallNetworkInformation.md} +3 -3
  134. package/docs/{MeetingSessionParticipantQualityStatsInner.md → MeetingSessionParticipantAllOfQualityStats.md} +5 -5
  135. package/docs/{MeetingSessionParticipantQualityStatsInnerVideoStatsInner.md → MeetingSessionParticipantAllOfVideoStats.md} +3 -3
  136. package/docs/MentionInputs.md +6 -0
  137. package/docs/Notification.md +18 -0
  138. package/docs/Organization.md +19 -1
  139. package/docs/{OrganizationOAuthInner.md → OrganizationAllOfOAuth.md} +3 -3
  140. package/docs/OrganizationModule.md +12 -0
  141. package/docs/PassAddOn.md +6 -0
  142. package/docs/Payment.md +57 -3
  143. package/docs/PaymentAllOfIntegration.md +20 -0
  144. package/docs/PaymentIntegration.md +16 -0
  145. package/docs/PaymentLineItem.md +44 -0
  146. package/docs/Preset.md +26 -0
  147. package/docs/PushDevice.md +46 -0
  148. package/docs/RegistrationBypass.md +34 -0
  149. package/docs/RegistrationFollowup.md +12 -0
  150. package/docs/RegistrationFollowupQuestion.md +10 -0
  151. package/docs/RegistrationQuestion.md +46 -0
  152. package/docs/RegistrationQuestionChoice.md +18 -4
  153. package/docs/RegistrationQuestionChoiceSubQuestion.md +8 -0
  154. package/docs/RegistrationQuestionResponse.md +8 -0
  155. package/docs/RegistrationQuestionResponseChange.md +16 -0
  156. package/docs/RegistrationSection.md +12 -0
  157. package/docs/RegistrationSectionQuestion.md +10 -0
  158. package/docs/Room.md +8 -0
  159. package/docs/Round.md +9 -1
  160. package/docs/{RoundMatchesInner.md → RoundAllOfMatches.md} +3 -3
  161. package/docs/RoundEventQuestion.md +58 -0
  162. package/docs/RoundSessionQuestion.md +58 -0
  163. package/docs/Schedule.md +26 -0
  164. package/docs/SearchList.md +7 -1
  165. package/docs/SearchListValue.md +8 -0
  166. package/docs/SegmentInputs.md +6 -0
  167. package/docs/Self.md +38 -0
  168. package/docs/Series.md +18 -0
  169. package/docs/SideEffect.md +18 -0
  170. package/docs/StandardReport.md +16 -0
  171. package/docs/StreamInput.md +22 -4
  172. package/docs/StreamSession.md +16 -0
  173. package/docs/StreamSessionSubscription.md +14 -0
  174. package/docs/SupportTicket.md +13 -1
  175. package/docs/SupportTicketActivityLog.md +34 -0
  176. package/docs/SupportTicketMessage.md +16 -0
  177. package/docs/SupportTicketNote.md +8 -0
  178. package/docs/SupportTicketViewer.md +32 -0
  179. package/docs/Survey.md +14 -0
  180. package/docs/SurveyQuestion.md +43 -1
  181. package/docs/SurveyQuestionChoice.md +18 -4
  182. package/docs/SurveyQuestionChoiceSubQuestion.md +8 -0
  183. package/docs/SurveyQuestionResponse.md +8 -0
  184. package/docs/SurveyQuestionResponseChange.md +16 -0
  185. package/docs/SurveySection.md +12 -0
  186. package/docs/SurveySectionQuestion.md +10 -0
  187. package/docs/SurveySubmission.md +8 -0
  188. package/docs/TaxIntegrationLog.md +12 -0
  189. package/docs/TeamMember.md +20 -0
  190. package/docs/Thread.md +34 -0
  191. package/docs/ThreadCircle.md +28 -0
  192. package/docs/ThreadCircleAccount.md +24 -0
  193. package/docs/ThreadMember.md +12 -0
  194. package/docs/ThreadMessage.md +15 -1
  195. package/docs/ThreadMessageEntity.md +34 -0
  196. package/docs/ThreadMessageReaction.md +8 -0
  197. package/docs/Tier.md +19 -1
  198. package/docs/{TierCount.md → TierAllOfCount.md} +3 -3
  199. package/docs/Transfer.md +8 -0
  200. package/docs/TransferLog.md +10 -0
  201. package/docs/UploadFile200Response.md +1 -1
  202. package/docs/UpsertLinkPreview200Response.md +1 -1
  203. package/docs/User.md +14 -0
  204. package/docs/Video.md +22 -0
  205. package/docs/WebSocketConnection.md +34 -0
  206. package/docs/Webhook.md +8 -0
  207. package/package.json +5 -2
  208. package/docs/MeetingSessionParticipantPeerStats.md +0 -30
package/dist/esm/api.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;
144
+ }
145
+ export declare enum AccountAttributeTypeEnum {
146
+ Text = "text",
147
+ Number = "number",
148
+ Date = "date",
149
+ Boolean = "boolean"
84
150
  }
85
- export interface AccountAttributeCount {
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;
@@ -2170,6 +2327,16 @@ export interface BaseWebhook {
2170
2327
  'verified': boolean;
2171
2328
  }
2172
2329
  export interface Benefit {
2330
+ 'id': string;
2331
+ 'slug': string;
2332
+ 'link': string;
2333
+ 'imageId': string | null;
2334
+ 'image': BaseImage | null;
2335
+ 'title': string;
2336
+ 'description': string | null;
2337
+ 'startDate': string;
2338
+ 'endDate': string | null;
2339
+ 'priority': number;
2173
2340
  'managerId': string | null;
2174
2341
  'manager': BaseAccount | null;
2175
2342
  'eventId': string | null;
@@ -2177,7 +2344,10 @@ export interface Benefit {
2177
2344
  'eventOnly': boolean;
2178
2345
  'createdAt': string;
2179
2346
  'updatedAt': string;
2180
- '_count': BenefitCount;
2347
+ '_count': BenefitAllOfCount;
2348
+ }
2349
+ export interface BenefitAllOfCount {
2350
+ 'clicks': number;
2181
2351
  }
2182
2352
  export interface BenefitClick {
2183
2353
  'id': string;
@@ -2188,9 +2358,6 @@ export interface BenefitClick {
2188
2358
  'createdAt': string;
2189
2359
  'updatedAt': string;
2190
2360
  }
2191
- export interface BenefitCount {
2192
- 'clicks': number;
2193
- }
2194
2361
  export interface BenefitCreateInputs {
2195
2362
  'link': string;
2196
2363
  'title': string;
@@ -2230,6 +2397,15 @@ export interface BenefitUpdateInputs {
2230
2397
  'eventOnly'?: boolean;
2231
2398
  }
2232
2399
  export interface Booking {
2400
+ 'id': string;
2401
+ 'alternateId': string;
2402
+ 'placeId': string;
2403
+ 'day': string;
2404
+ 'time': string;
2405
+ 'duration': number;
2406
+ 'status': PurchaseStatus;
2407
+ 'account': BaseAccount;
2408
+ 'space': BaseBookingSpace;
2233
2409
  'lineItem': PaymentLineItem | null;
2234
2410
  'createdAt': string;
2235
2411
  'updatedAt': string;
@@ -2241,6 +2417,16 @@ export interface BookingCreateInputs {
2241
2417
  'status'?: PurchaseStatus;
2242
2418
  }
2243
2419
  export interface BookingPlace {
2420
+ 'id': string;
2421
+ 'name': string;
2422
+ 'slug': string;
2423
+ 'timezone': string;
2424
+ 'description': string | null;
2425
+ 'image': BaseImage | null;
2426
+ 'sortOrder': number;
2427
+ 'visible': boolean;
2428
+ 'paymentIntegrationId': string | null;
2429
+ 'paymentIntegration': BasePaymentIntegration | null;
2244
2430
  'address1': string | null;
2245
2431
  'address2': string | null;
2246
2432
  'city': string | null;
@@ -2296,12 +2482,31 @@ export interface BookingSlot {
2296
2482
  'supply': number | null;
2297
2483
  }
2298
2484
  export interface BookingSpace {
2485
+ 'id': string;
2486
+ 'name': string;
2487
+ 'slug': string;
2488
+ 'supply': number;
2489
+ 'slotDuration': number;
2490
+ 'price': number;
2491
+ 'description': string | null;
2492
+ 'image': BaseImage | null;
2493
+ 'start': string | null;
2494
+ 'end': string | null;
2495
+ 'sortOrder': number;
2496
+ 'visible': boolean;
2497
+ 'taxCode': string | null;
2498
+ 'taxIncluded': boolean;
2499
+ 'taxLocation': TaxLocationType;
2299
2500
  'confirmationBody': string | null;
2300
2501
  'confirmationReplyTo': string | null;
2301
2502
  'createdAt': string;
2302
2503
  'updatedAt': string;
2303
2504
  }
2304
2505
  export interface BookingSpaceAvailability {
2506
+ 'id': string;
2507
+ 'dayOfWeek': DayOfWeek;
2508
+ 'startTime': string;
2509
+ 'endTime': string;
2305
2510
  'createdAt': string;
2306
2511
  'updatedAt': string;
2307
2512
  }
@@ -2316,6 +2521,9 @@ export interface BookingSpaceAvailabilityUpdateInputs {
2316
2521
  'endTime'?: string;
2317
2522
  }
2318
2523
  export interface BookingSpaceBlackout {
2524
+ 'id': string;
2525
+ 'start': string;
2526
+ 'end': string;
2319
2527
  'createdAt': string;
2320
2528
  'updatedAt': string;
2321
2529
  }
@@ -2385,6 +2593,18 @@ export interface BraintreeActivationFormParams {
2385
2593
  'name': string;
2386
2594
  }
2387
2595
  export interface Channel {
2596
+ 'id': string;
2597
+ 'slug': string;
2598
+ 'featured': boolean;
2599
+ 'name': string;
2600
+ 'description': string | null;
2601
+ 'priority': number;
2602
+ 'visible': boolean;
2603
+ 'private': boolean;
2604
+ 'imageId': string;
2605
+ 'image': BaseImage;
2606
+ 'bannerId': string | null;
2607
+ 'banner': BaseImage | null;
2388
2608
  'externalUrl': string | null;
2389
2609
  'appleUrl': string | null;
2390
2610
  'spotifyUrl': string | null;
@@ -2409,6 +2629,26 @@ export interface ChannelCollectionUpdateInputs {
2409
2629
  'description'?: string | null;
2410
2630
  }
2411
2631
  export interface ChannelContent {
2632
+ 'id': string;
2633
+ 'featured': boolean;
2634
+ 'slug': string;
2635
+ 'title': string | null;
2636
+ 'description': string | null;
2637
+ 'imageId': string | null;
2638
+ 'image': BaseImage | null;
2639
+ 'squareImageId': string | null;
2640
+ 'squareImage': BaseImage | null;
2641
+ 'imageUrl': string | null;
2642
+ 'audioId': number | null;
2643
+ 'audio': BaseFile | null;
2644
+ 'videoId': string | null;
2645
+ 'video': BaseVideo | null;
2646
+ 'channelId': string;
2647
+ 'channel': BaseChannel | null;
2648
+ 'duration': string | null;
2649
+ 'published': string | null;
2650
+ 'email': boolean;
2651
+ 'push': boolean;
2412
2652
  'body': string | null;
2413
2653
  'externalUrl': string | null;
2414
2654
  'appleUrl': string | null;
@@ -2419,9 +2659,9 @@ export interface ChannelContent {
2419
2659
  'publishSchedule': BaseSchedule | null;
2420
2660
  'createdAt': string;
2421
2661
  'updatedAt': string;
2422
- '_count': ChannelContentCount;
2662
+ '_count': ChannelContentAllOfCount;
2423
2663
  }
2424
- export interface ChannelContentCount {
2664
+ export interface ChannelContentAllOfCount {
2425
2665
  'likes': number;
2426
2666
  'activities': number;
2427
2667
  }
@@ -2445,13 +2685,39 @@ export interface ChannelContentCreateInputs {
2445
2685
  'googleUrl'?: string | null;
2446
2686
  'youtubeUrl'?: string | null;
2447
2687
  }
2448
- export interface ChannelContentGuestCreateInputs {
2688
+ export interface ChannelContentGuest {
2689
+ 'id': string;
2690
+ 'slug': string;
2691
+ 'contentId': string;
2692
+ 'accountId': string | null;
2693
+ 'account': BaseAccount | null;
2694
+ 'type': ContentGuestType;
2449
2695
  'name': string;
2450
- 'type': ContentGuestType | null;
2451
- 'slug'?: string | null;
2452
- 'title'?: string | null;
2453
- 'bio'?: string | null;
2454
- 'company'?: string | null;
2696
+ 'title': string | null;
2697
+ 'bio': string | null;
2698
+ 'company': string | null;
2699
+ 'companyLink': string | null;
2700
+ 'companyBio': string | null;
2701
+ 'imageId': string | null;
2702
+ 'image': BaseImage | null;
2703
+ 'website': string | null;
2704
+ 'facebook': string | null;
2705
+ 'twitter': string | null;
2706
+ 'instagram': string | null;
2707
+ 'linkedIn': string | null;
2708
+ 'tikTok': string | null;
2709
+ 'youtube': string | null;
2710
+ 'discord': string | null;
2711
+ 'createdAt': string;
2712
+ 'updatedAt': string;
2713
+ }
2714
+ export interface ChannelContentGuestCreateInputs {
2715
+ 'name': string;
2716
+ 'type': ContentGuestType | null;
2717
+ 'slug'?: string | null;
2718
+ 'title'?: string | null;
2719
+ 'bio'?: string | null;
2720
+ 'company'?: string | null;
2455
2721
  'companyLink'?: string | null;
2456
2722
  'companyBio'?: string | null;
2457
2723
  'accountId'?: string | null;
@@ -2500,6 +2766,9 @@ export interface ChannelContentGuestUpdateInputs {
2500
2766
  'discord'?: string | null;
2501
2767
  }
2502
2768
  export interface ChannelContentLike {
2769
+ 'accountId': string;
2770
+ 'channelId': string;
2771
+ 'contentId': string;
2503
2772
  'account': BaseAccount;
2504
2773
  'createdAt': string;
2505
2774
  'updatedAt': string;
@@ -2662,15 +2931,37 @@ export declare enum CountChartSummaryDataDataEnum {
2662
2931
  Null = "null"
2663
2932
  }
2664
2933
  export interface Coupon {
2934
+ 'eventId': string;
2935
+ 'id': string;
2936
+ 'prePaid': boolean;
2937
+ 'code': string;
2938
+ 'description': string | null;
2939
+ 'active': boolean;
2940
+ 'startDate': string | null;
2941
+ 'endDate': string | null;
2942
+ 'discountAmount': number;
2943
+ 'discountPercent': number;
2944
+ 'quantityMin': number;
2945
+ 'quantityMax': number | null;
2946
+ 'useLimit': number | null;
2947
+ 'limitPerAccount': number | null;
2948
+ 'purchaseLimit': number | null;
2949
+ 'emailDomains': string | null;
2950
+ 'ticketId': string | null;
2951
+ 'ticket': BaseEventPassType | null;
2952
+ 'applyToPassType': boolean;
2953
+ 'applyToAddOns': boolean;
2954
+ 'applyToReservation': boolean;
2955
+ 'registrationId': string | null;
2665
2956
  'registration': BaseEventAttendee | null;
2666
2957
  'lineItem': PaymentLineItem | null;
2667
2958
  'parentCouponId': string | null;
2668
2959
  'parentCoupon': BaseCoupon | null;
2669
2960
  'createdAt': string;
2670
2961
  'updatedAt': string;
2671
- '_count': CouponCount;
2962
+ '_count': CouponAllOfCount;
2672
2963
  }
2673
- export interface CouponCount {
2964
+ export interface CouponAllOfCount {
2674
2965
  'purchases': number;
2675
2966
  'payments': number;
2676
2967
  'variants': number;
@@ -2990,7 +3281,7 @@ export declare enum CreateOrganizationWebhook200ResponseStatusEnum {
2990
3281
  export interface CreatePreset200Response {
2991
3282
  'status': CreatePreset200ResponseStatusEnum;
2992
3283
  'message': string;
2993
- 'data': object;
3284
+ 'data': Preset;
2994
3285
  }
2995
3286
  export declare enum CreatePreset200ResponseStatusEnum {
2996
3287
  Ok = "ok"
@@ -3062,7 +3353,7 @@ export declare enum CreateSurveySection200ResponseStatusEnum {
3062
3353
  export interface CreateThread200Response {
3063
3354
  'status': CreateThread200ResponseStatusEnum;
3064
3355
  'message': string;
3065
- 'data': object;
3356
+ 'data': Thread;
3066
3357
  }
3067
3358
  export declare enum CreateThread200ResponseStatusEnum {
3068
3359
  Ok = "ok"
@@ -3070,7 +3361,7 @@ export declare enum CreateThread200ResponseStatusEnum {
3070
3361
  export interface CreateThreadCircle200Response {
3071
3362
  'status': CreateThreadCircle200ResponseStatusEnum;
3072
3363
  'message': string;
3073
- 'data': object;
3364
+ 'data': ThreadCircle;
3074
3365
  }
3075
3366
  export declare enum CreateThreadCircle200ResponseStatusEnum {
3076
3367
  Ok = "ok"
@@ -3153,6 +3444,14 @@ export interface CustomReport {
3153
3444
  'updatedAt': string;
3154
3445
  }
3155
3446
  export interface CustomReportCreateInputs {
3447
+ 'eventId'?: string;
3448
+ 'placeId'?: string;
3449
+ 'groupId'?: string;
3450
+ 'channelId'?: string;
3451
+ 'accountId'?: string;
3452
+ 'surveyId'?: string;
3453
+ 'sessionId'?: string;
3454
+ 'seriesId'?: string;
3156
3455
  'name': string;
3157
3456
  'description'?: string | null;
3158
3457
  'gridState'?: string | null;
@@ -3165,6 +3464,13 @@ export interface CustomReportUpdateInputs {
3165
3464
  'shared'?: boolean;
3166
3465
  }
3167
3466
  export interface Dashboard {
3467
+ 'id': string;
3468
+ 'name': string;
3469
+ 'organizationId': string;
3470
+ 'eventId': string | null;
3471
+ 'userId': string;
3472
+ 'createdAt': string;
3473
+ 'updatedAt': string;
3168
3474
  'widgets': Array<BaseDashboardWidget>;
3169
3475
  }
3170
3476
  export interface DashboardCreateInputs {
@@ -3174,6 +3480,14 @@ export interface DashboardCreateInputs {
3174
3480
  export interface DashboardUpdateInputs {
3175
3481
  'name'?: string;
3176
3482
  }
3483
+ export interface DashboardWidget {
3484
+ 'id': string;
3485
+ 'endpoint': DashboardWidgetEndpoint;
3486
+ 'x': number;
3487
+ 'y': number;
3488
+ 'w': number;
3489
+ 'h': number;
3490
+ }
3177
3491
  export interface DashboardWidgetCreateInputs {
3178
3492
  'x': number;
3179
3493
  'y': number;
@@ -3220,6 +3534,16 @@ export interface DomainDetails {
3220
3534
  'name': string;
3221
3535
  }
3222
3536
  export interface EmailReceipt {
3537
+ 'id': string;
3538
+ 'status': EmailReceiptStatus;
3539
+ 'from': string;
3540
+ 'to': string;
3541
+ 'replyTo': string | null;
3542
+ 'subject': string;
3543
+ 'accountId': string | null;
3544
+ 'account': BaseAccount | null;
3545
+ 'createdAt': string;
3546
+ 'updatedAt': string;
3223
3547
  'html': string;
3224
3548
  'text': string;
3225
3549
  'debug': string | null;
@@ -3237,6 +3561,40 @@ export interface EntityUseCode {
3237
3561
  'description': string;
3238
3562
  }
3239
3563
  export interface Event {
3564
+ 'id': string;
3565
+ 'slug': string;
3566
+ 'internalRefId': string | null;
3567
+ 'featured': boolean;
3568
+ 'visible': boolean;
3569
+ 'template': boolean;
3570
+ 'source': EventSource;
3571
+ 'eventType': EventType;
3572
+ 'name': string;
3573
+ 'shortDescription': string;
3574
+ 'eventStart': string;
3575
+ 'eventEnd': string;
3576
+ 'timezone': string;
3577
+ 'externalUrl': string | null;
3578
+ 'venue': string | null;
3579
+ 'address1': string | null;
3580
+ 'address2': string | null;
3581
+ 'city': string | null;
3582
+ 'state': string | null;
3583
+ 'country': string | null;
3584
+ 'zip': string | null;
3585
+ 'imageId': string | null;
3586
+ 'image': BaseImage | null;
3587
+ 'squareImageId': string | null;
3588
+ 'squareImage': BaseImage | null;
3589
+ 'registration': boolean;
3590
+ 'registrationStart': string | null;
3591
+ 'registrationEnd': string | null;
3592
+ 'createdAt': string;
3593
+ 'updatedAt': string;
3594
+ 'seriesId': string | null;
3595
+ 'series': BaseSeries | null;
3596
+ 'paymentIntegrationId': string | null;
3597
+ 'paymentIntegration': BasePaymentIntegration | null;
3240
3598
  'roundName': string | null;
3241
3599
  'matchName': string | null;
3242
3600
  'passSupply': number | null;
@@ -3277,6 +3635,15 @@ export interface Event {
3277
3635
  'options': object | null;
3278
3636
  }
3279
3637
  export interface EventActivation {
3638
+ 'id': string;
3639
+ 'slug': string;
3640
+ 'visible': boolean;
3641
+ 'name': string;
3642
+ 'shortDescription': string;
3643
+ 'maxPoints': number;
3644
+ 'startAfter': string | null;
3645
+ 'type': EventActivationType;
3646
+ 'accessLevel': PassTypeAccessLevel;
3280
3647
  'eventId': string;
3281
3648
  'event': BaseEvent;
3282
3649
  'imageId': string | null;
@@ -3338,14 +3705,29 @@ export interface EventActivationUpdateInputs {
3338
3705
  'accessLevel'?: PassTypeAccessLevel;
3339
3706
  }
3340
3707
  export interface EventAddOn {
3708
+ 'id': string;
3709
+ 'name': string;
3710
+ 'shortDescription': string;
3711
+ 'supply': number | null;
3712
+ 'price': number;
3713
+ 'pricePerNight': boolean;
3714
+ 'sortOrder': number;
3715
+ 'imageId': string | null;
3716
+ 'image': BaseImage | null;
3717
+ 'eventId': string | null;
3718
+ 'taxCode': string | null;
3719
+ 'taxIncluded': boolean;
3720
+ 'taxLocation': TaxLocationType;
3721
+ 'createdAt': string;
3722
+ 'updatedAt': string;
3341
3723
  'longDescription': string | null;
3342
3724
  'event': BaseEvent | null;
3343
3725
  'allowedTickets': Array<BaseEventPassType>;
3344
3726
  'allowedTiers': Array<BaseTier>;
3345
3727
  'disallowedTiers': Array<BaseTier>;
3346
- '_count': EventAddOnCount;
3728
+ '_count': EventAddOnAllOfCount;
3347
3729
  }
3348
- export interface EventAddOnCount {
3730
+ export interface EventAddOnAllOfCount {
3349
3731
  'passes': number;
3350
3732
  }
3351
3733
  export interface EventAddOnCreateInputs {
@@ -3404,13 +3786,19 @@ export declare enum EventAnnouncementFiltersTypeEnum {
3404
3786
  Event = "event"
3405
3787
  }
3406
3788
  export interface EventAttendee {
3789
+ 'id': string;
3790
+ 'alternateId': number;
3791
+ 'accountId': string;
3792
+ 'account': BaseAccount;
3793
+ 'eventId': string;
3794
+ 'event': BaseEvent;
3407
3795
  'passes': Array<BaseEventPass>;
3408
3796
  'packages': Array<BaseAttendeePackage>;
3409
3797
  'createdAt': string;
3410
3798
  'updatedAt': string;
3411
- '_count': EventAttendeeCount;
3799
+ '_count': EventAttendeeAllOfCount;
3412
3800
  }
3413
- export interface EventAttendeeCount {
3801
+ export interface EventAttendeeAllOfCount {
3414
3802
  'payments': number;
3415
3803
  'coupons': number;
3416
3804
  }
@@ -3539,6 +3927,12 @@ export type EventCreateInputsPassLimitPerAccount = number | string;
3539
3927
  */
3540
3928
  export type EventCreateInputsSplitPaymentPercentage = number | string;
3541
3929
  export interface EventEmail {
3930
+ 'type': EventEmailType;
3931
+ 'eventId': string;
3932
+ 'body': string | null;
3933
+ 'replyTo': string | null;
3934
+ 'enabled': boolean;
3935
+ 'calendarFile': boolean;
3542
3936
  'createdAt': string;
3543
3937
  'updatedAt': string;
3544
3938
  }
@@ -3612,6 +4006,16 @@ export interface EventFollowupUpdateInputs {
3612
4006
  'sortOrder'?: AdvertisementCreateInputsWeight | null;
3613
4007
  }
3614
4008
  export interface EventMediaItem {
4009
+ 'id': string;
4010
+ 'name': string | null;
4011
+ 'description': string | null;
4012
+ 'imageId': string | null;
4013
+ 'image': BaseImage | null;
4014
+ 'videoId': string | null;
4015
+ 'video': BaseVideo | null;
4016
+ 'fileId': string | null;
4017
+ 'file': BaseFile | null;
4018
+ 'sortOrder': number;
3615
4019
  'allowedPassTypes': Array<BaseEventPassType>;
3616
4020
  'createdAt': string;
3617
4021
  'updatedAt': string;
@@ -3630,12 +4034,41 @@ export interface EventMediaItemUpdateInputs {
3630
4034
  'sortOrder'?: AdvertisementCreateInputsWeight | null;
3631
4035
  }
3632
4036
  export interface EventOnSite {
4037
+ 'eventId': string;
4038
+ 'authenticationCode': number;
4039
+ 'zplTemplate': string | null;
4040
+ 'createdAt': string;
4041
+ 'updatedAt': string;
3633
4042
  'badgeFields': Array<BaseEventOnSiteBadgeField>;
3634
4043
  }
3635
4044
  export interface EventOnSiteBadgeField {
4045
+ 'id': number;
4046
+ 'eventId': string;
4047
+ 'name': string;
4048
+ 'type': BadgeFieldType;
4049
+ 'lookup': string | null;
4050
+ 'maxLength': number | null;
4051
+ 'defaultValue': string | null;
4052
+ 'transformation': BadgeFieldTransformation | null;
4053
+ 'iconData': string | null;
4054
+ 'sessionId': string | null;
4055
+ 'sortOrder': number;
4056
+ 'createdAt': string;
4057
+ 'updatedAt': string;
3636
4058
  'onSite': EventOnSite;
3637
4059
  }
3638
4060
  export interface EventPackage {
4061
+ 'id': string;
4062
+ 'name': string;
4063
+ 'description': string | null;
4064
+ 'price': number;
4065
+ 'isActive': boolean;
4066
+ 'imageId': string | null;
4067
+ 'image': BaseImage | null;
4068
+ 'sortOrder': number;
4069
+ 'taxCode': string | null;
4070
+ 'taxIncluded': boolean;
4071
+ 'taxLocation': TaxLocationType;
3639
4072
  'passes': Array<BaseEventPackagePass>;
3640
4073
  'createdAt': string;
3641
4074
  'updatedAt': string;
@@ -3652,6 +4085,10 @@ export interface EventPackageCreateInputs {
3652
4085
  'taxLocation'?: TaxLocationType;
3653
4086
  }
3654
4087
  export interface EventPackagePass {
4088
+ 'id': string;
4089
+ 'passTypeId': string;
4090
+ 'passType': BaseEventPassType;
4091
+ 'quantity': number;
3655
4092
  'createdAt': string;
3656
4093
  'updatedAt': string;
3657
4094
  }
@@ -3685,6 +4122,12 @@ export interface EventPackageUpdateInputs {
3685
4122
  'taxLocation'?: TaxLocationType;
3686
4123
  }
3687
4124
  export interface EventPage {
4125
+ 'id': string;
4126
+ 'slug': string;
4127
+ 'title': string;
4128
+ 'active': boolean;
4129
+ 'subtitle': string | null;
4130
+ 'sortOrder': number;
3688
4131
  'html': string | null;
3689
4132
  'createdAt': string;
3690
4133
  'updatedAt': string;
@@ -3720,9 +4163,28 @@ export interface EventPageUpdateInputs {
3720
4163
  'sortOrder'?: AdvertisementCreateInputsWeight | null;
3721
4164
  }
3722
4165
  export interface EventPass {
3723
- 'passAddOns': Array<BasePassAddOn>;
4166
+ 'id': string;
4167
+ 'eventId': string;
3724
4168
  'attendeeId': string;
3725
4169
  'attendee': BaseEventAttendee;
4170
+ 'alternateId': number;
4171
+ 'ticketId': string;
4172
+ 'ticket': BaseEventPassType;
4173
+ 'location': string | null;
4174
+ 'usedAt': string | null;
4175
+ 'transfer': BaseEventPassTransfer;
4176
+ 'responses': Array<BaseRegistrationQuestionResponse>;
4177
+ 'status': PurchaseStatus;
4178
+ 'reservationId': string | null;
4179
+ 'reservation': BaseEventRoomTypeReservation | null;
4180
+ 'matches': Array<BaseMatch>;
4181
+ 'couponId': string | null;
4182
+ 'coupon': BaseCoupon | null;
4183
+ 'packageId': string | null;
4184
+ 'package': BaseAttendeePackage | null;
4185
+ 'createdAt': string;
4186
+ 'updatedAt': string;
4187
+ 'passAddOns': Array<BasePassAddOn>;
3726
4188
  'lineItem': PaymentLineItem | null;
3727
4189
  'payerId': string | null;
3728
4190
  'payer': BaseAccount | null;
@@ -3734,6 +4196,34 @@ export interface EventPassCreateInputs {
3734
4196
  'usedAt'?: string | null;
3735
4197
  }
3736
4198
  export interface EventPassType {
4199
+ 'id': string;
4200
+ 'slug': string;
4201
+ 'active': boolean;
4202
+ 'cancelable': boolean;
4203
+ 'transferable': boolean;
4204
+ 'featured': boolean;
4205
+ 'visibility': PassTypeVisibility;
4206
+ 'name': string;
4207
+ 'shortDescription': string;
4208
+ 'longDescription': string | null;
4209
+ 'price': number;
4210
+ 'accessLevel': PassTypeAccessLevel;
4211
+ 'featuredImageId': string | null;
4212
+ 'featuredImage': BaseImage | null;
4213
+ 'supply': number | null;
4214
+ 'minQuantityPerSale': number;
4215
+ 'maxQuantityPerSale': number;
4216
+ 'emailDomains': string | null;
4217
+ 'enableCoupons': boolean;
4218
+ 'minCouponQuantity': number;
4219
+ 'maxCouponQuantity': number | null;
4220
+ 'requireCoupon': boolean;
4221
+ 'taxCode': string | null;
4222
+ 'taxIncluded': boolean;
4223
+ 'taxLocation': TaxLocationType;
4224
+ 'createdAt': string;
4225
+ 'updatedAt': string;
4226
+ 'requiredPassTypeId': string | null;
3737
4227
  'overrideStartDate': string | null;
3738
4228
  'sortOrder': number;
3739
4229
  'event': BaseEvent;
@@ -3741,14 +4231,33 @@ export interface EventPassType {
3741
4231
  'disallowedTiers': Array<BaseTier>;
3742
4232
  'groupPassDescription': string | null;
3743
4233
  'requiredPassType': BaseEventPassType | null;
3744
- '_count': EventPassTypeCount;
4234
+ '_count': EventPassTypeAllOfCount;
3745
4235
  }
3746
- export interface EventPassTypeCount {
4236
+ export interface EventPassTypeAllOfCount {
3747
4237
  'purchases': number;
3748
4238
  }
3749
- export interface EventPassTypeTranslation {
3750
- 'id': number;
3751
- 'locale': string;
4239
+ export interface EventPassTypePriceSchedule {
4240
+ 'id': string;
4241
+ 'ticketId': string;
4242
+ 'price': string;
4243
+ 'name': string | null;
4244
+ 'startDate': string;
4245
+ 'endDate': string;
4246
+ 'createdAt': string;
4247
+ 'updatedAt': string;
4248
+ }
4249
+ export interface EventPassTypeRefundSchedule {
4250
+ 'id': string;
4251
+ 'passTypeId': string;
4252
+ 'percentage': number;
4253
+ 'startDate': string;
4254
+ 'endDate': string;
4255
+ 'createdAt': string;
4256
+ 'updatedAt': string;
4257
+ }
4258
+ export interface EventPassTypeTranslation {
4259
+ 'id': number;
4260
+ 'locale': string;
3752
4261
  'name': string;
3753
4262
  'shortDescription': string;
3754
4263
  'longDescription': string | null;
@@ -3853,6 +4362,16 @@ export declare enum EventReportDateType {
3853
4362
  Month = "month"
3854
4363
  }
3855
4364
  export interface EventRoomType {
4365
+ 'id': string;
4366
+ 'name': string;
4367
+ 'price': number;
4368
+ 'pricePerNight': boolean;
4369
+ 'image': BaseImage | null;
4370
+ 'passTypes': Array<BaseEventRoomTypePassTypeDetails>;
4371
+ 'addOns': Array<BaseEventRoomTypeAddOnDetails>;
4372
+ 'taxCode': string | null;
4373
+ 'taxIncluded': boolean;
4374
+ 'taxLocation': TaxLocationType;
3856
4375
  'sortOrder': number;
3857
4376
  'description': string | null;
3858
4377
  'supply': number | null;
@@ -3869,9 +4388,17 @@ export interface EventRoomType {
3869
4388
  'rooms': Array<Room>;
3870
4389
  'createdAt': string;
3871
4390
  'updatedAt': string;
3872
- '_count': EventRoomTypeCount;
4391
+ '_count': EventRoomTypeAllOfCount;
3873
4392
  }
3874
4393
  export interface EventRoomTypeAddOnDetails {
4394
+ 'id': string;
4395
+ 'addOnId': string;
4396
+ 'minStart': string | null;
4397
+ 'defaultStart': string | null;
4398
+ 'maxStart': string | null;
4399
+ 'minEnd': string | null;
4400
+ 'defaultEnd': string | null;
4401
+ 'maxEnd': string | null;
3875
4402
  'createdAt': string;
3876
4403
  'updatedAt': string;
3877
4404
  }
@@ -3883,7 +4410,7 @@ export interface EventRoomTypeAddOnDetailsUpdateInputs {
3883
4410
  'defaultEnd'?: string | null;
3884
4411
  'maxEnd'?: string | null;
3885
4412
  }
3886
- export interface EventRoomTypeCount {
4413
+ export interface EventRoomTypeAllOfCount {
3887
4414
  'reservations': number;
3888
4415
  }
3889
4416
  export interface EventRoomTypeCreateInputs {
@@ -3907,6 +4434,19 @@ export interface EventRoomTypeCreateInputs {
3907
4434
  'taxLocation'?: TaxLocationType;
3908
4435
  }
3909
4436
  export interface EventRoomTypePassTypeDetails {
4437
+ 'id': string;
4438
+ 'passTypeId': string | null;
4439
+ 'enabled': boolean;
4440
+ 'premium': number;
4441
+ 'includedNights': number;
4442
+ 'minPasses': number | null;
4443
+ 'maxPasses': number | null;
4444
+ 'minStart': string | null;
4445
+ 'defaultStart': string | null;
4446
+ 'maxStart': string | null;
4447
+ 'minEnd': string | null;
4448
+ 'defaultEnd': string | null;
4449
+ 'maxEnd': string | null;
3910
4450
  'createdAt': string;
3911
4451
  'updatedAt': string;
3912
4452
  }
@@ -3924,6 +4464,13 @@ export interface EventRoomTypePassTypeDetailsUpdateInputs {
3924
4464
  'maxEnd'?: string | null;
3925
4465
  }
3926
4466
  export interface EventRoomTypeReservation {
4467
+ 'id': string;
4468
+ 'start': string | null;
4469
+ 'end': string | null;
4470
+ 'eventRoomTypeId': string;
4471
+ 'eventRoomType': BaseEventRoomType;
4472
+ 'roomId': string;
4473
+ 'room': BaseRoom;
3927
4474
  'passes': Array<EventRoomTypeReservationPassesInner>;
3928
4475
  'lineItem': PaymentLineItem | null;
3929
4476
  'createdAt': string;
@@ -3931,7 +4478,7 @@ export interface EventRoomTypeReservation {
3931
4478
  }
3932
4479
  export interface EventRoomTypeReservationCreateInputs {
3933
4480
  'eventRoomTypeId': string;
3934
- 'passes'?: Array<OrganizationOAuthInner>;
4481
+ 'passes'?: Array<OrganizationAllOfOAuth>;
3935
4482
  'start'?: string | null;
3936
4483
  'roomId'?: string | null;
3937
4484
  'end'?: string | null;
@@ -4002,6 +4549,30 @@ export interface EventSectionUpdateInputs {
4002
4549
  'sortOrder'?: AdvertisementCreateInputsWeight | null;
4003
4550
  }
4004
4551
  export interface EventSession {
4552
+ 'id': string;
4553
+ 'slug': string;
4554
+ 'name': string;
4555
+ 'description': string | null;
4556
+ 'longDescription': string | null;
4557
+ 'imageId': string | null;
4558
+ 'image': BaseImage | null;
4559
+ 'startTime': string;
4560
+ 'endTime': string;
4561
+ 'registrationEnd'?: string;
4562
+ 'allowQuickRegister': boolean;
4563
+ 'tracks': Array<BaseEventTrack>;
4564
+ 'nonSession': boolean;
4565
+ 'visible': boolean;
4566
+ 'access': SessionAccess;
4567
+ 'location': BaseEventSessionLocation | null;
4568
+ 'registrationEnabled': boolean;
4569
+ 'price': number | null;
4570
+ 'limit': number | null;
4571
+ 'taxCode': string | null;
4572
+ 'taxIncluded': boolean;
4573
+ 'taxLocation': TaxLocationType;
4574
+ 'createdAt': string;
4575
+ 'updatedAt': string;
4005
4576
  'roundName': string | null;
4006
4577
  'matchName': string | null;
4007
4578
  'sortOrder': number;
@@ -4012,6 +4583,12 @@ export interface EventSession {
4012
4583
  'meeting': BaseMeeting | null;
4013
4584
  }
4014
4585
  export interface EventSessionAccess {
4586
+ 'id': string;
4587
+ 'session': BaseEventSession;
4588
+ 'passId': string;
4589
+ 'pass': BaseEventPass;
4590
+ 'status': PurchaseStatus;
4591
+ 'responses': Array<BaseEventSessionQuestionResponse>;
4015
4592
  'lineItem': PaymentLineItem | null;
4016
4593
  'createdAt': string;
4017
4594
  'updatedAt': string;
@@ -4045,6 +4622,15 @@ export interface EventSessionCreateInputs {
4045
4622
  'meetingId'?: string | null;
4046
4623
  }
4047
4624
  export interface EventSessionLocation {
4625
+ 'id': string;
4626
+ 'name': string;
4627
+ 'address1': string | null;
4628
+ 'address2': string | null;
4629
+ 'zip': string | null;
4630
+ 'city': string | null;
4631
+ 'state': string | null;
4632
+ 'country': string | null;
4633
+ 'image': BaseImage | null;
4048
4634
  'description': string | null;
4049
4635
  'createdAt': string;
4050
4636
  'updatedAt': string;
@@ -4084,17 +4670,50 @@ export interface EventSessionLocationUpdateInputs {
4084
4670
  'zip'?: string | null;
4085
4671
  }
4086
4672
  export interface EventSessionQuestion {
4673
+ 'id': string;
4674
+ 'eventId': string;
4675
+ 'type': EventSessionQuestionType;
4676
+ 'name': string;
4677
+ 'required': boolean;
4678
+ 'description': string | null;
4679
+ 'label': string | null;
4680
+ 'placeholder': string | null;
4681
+ 'default': string | null;
4682
+ 'searchListId': string | null;
4683
+ 'searchList': BaseSearchList | null;
4684
+ 'mutable': boolean;
4685
+ 'min': string | null;
4686
+ 'max': string | null;
4687
+ 'masked': boolean;
4688
+ 'validation': string | null;
4689
+ 'validationMessage': string | null;
4690
+ 'locationOption': LocationQuestionOption | null;
4691
+ 'sortOrder': number;
4692
+ 'featured': boolean;
4693
+ 'choices': Array<BaseEventSessionQuestionChoice>;
4694
+ 'price': number | null;
4695
+ 'supply': number | null;
4087
4696
  'sections': Array<BaseEventSessionSectionQuestion>;
4088
4697
  'subQuestionOf': Array<EventSessionQuestionChoiceSubQuestion>;
4089
4698
  'dashboardVisibility': boolean;
4090
4699
  'createdAt': string;
4091
4700
  'updatedAt': string;
4092
- '_count': EventSessionQuestionCount;
4701
+ '_count': EventSessionQuestionAllOfCount;
4702
+ }
4703
+ export interface EventSessionQuestionAllOfCount {
4704
+ 'responses': number;
4093
4705
  }
4094
4706
  export interface EventSessionQuestionChoice {
4095
- 'questionId': string;
4096
- 'question': BaseEventSessionQuestion;
4707
+ 'id': string;
4708
+ 'value': string;
4709
+ 'text': string | null;
4710
+ 'description': string | null;
4711
+ 'supply': number | null;
4712
+ 'sortOrder': number;
4097
4713
  'subQuestions': Array<BaseEventSessionQuestionChoiceSubQuestion>;
4714
+ 'question': BaseEventSessionQuestion;
4715
+ '_count': BaseRegistrationQuestionChoiceCount;
4716
+ 'questionId': string;
4098
4717
  'createdAt': string;
4099
4718
  'updatedAt': string;
4100
4719
  }
@@ -4106,6 +4725,10 @@ export interface EventSessionQuestionChoiceCreateInputs {
4106
4725
  'sortOrder'?: AdvertisementCreateInputsWeight | null;
4107
4726
  }
4108
4727
  export interface EventSessionQuestionChoiceSubQuestion {
4728
+ 'choiceId': string;
4729
+ 'choice': BaseEventSessionQuestionChoice;
4730
+ 'questionId': string;
4731
+ 'question': BaseEventSessionQuestion;
4109
4732
  'sortOrder': number;
4110
4733
  'createdAt': string;
4111
4734
  'updatedAt': string;
@@ -4131,9 +4754,6 @@ export interface EventSessionQuestionChoiceUpdateInputs {
4131
4754
  'description'?: string | null;
4132
4755
  'sortOrder'?: AdvertisementCreateInputsWeight | null;
4133
4756
  }
4134
- export interface EventSessionQuestionCount {
4135
- 'responses': number;
4136
- }
4137
4757
  export interface EventSessionQuestionCreateInputs {
4138
4758
  'name': string;
4139
4759
  'type': EventSessionQuestionType | null;
@@ -4162,11 +4782,23 @@ export interface EventSessionQuestionCreateInputs {
4162
4782
  'masked'?: boolean;
4163
4783
  }
4164
4784
  export interface EventSessionQuestionResponse {
4785
+ 'id': string;
4786
+ 'value': string;
4787
+ 'questionId': string;
4788
+ 'question': BaseEventSessionQuestion;
4165
4789
  'changeLogs': Array<BaseEventSessionQuestionResponseChange>;
4166
4790
  'createdAt': string;
4167
4791
  'updatedAt': string;
4168
4792
  }
4169
4793
  export interface EventSessionQuestionResponseChange {
4794
+ 'id': string;
4795
+ 'newValue': string;
4796
+ 'oldValue': string;
4797
+ 'eventId': string;
4798
+ 'questionId': string;
4799
+ 'responseId': string;
4800
+ 'userId': string | null;
4801
+ 'createdAt': string;
4170
4802
  'response': BaseEventSessionQuestionResponse;
4171
4803
  'user': BaseUser;
4172
4804
  }
@@ -4222,6 +4854,12 @@ export interface EventSessionQuestionUpdateInputs {
4222
4854
  'searchListId'?: string | null;
4223
4855
  }
4224
4856
  export interface EventSessionSection {
4857
+ 'id': string;
4858
+ 'eventId': string;
4859
+ 'name': string;
4860
+ 'description': string | null;
4861
+ 'sortOrder': number;
4862
+ '_count': BaseRegistrationSectionCount;
4225
4863
  'questions': Array<EventSessionQuestion>;
4226
4864
  'createdAt': string;
4227
4865
  'updatedAt': string;
@@ -4232,6 +4870,11 @@ export interface EventSessionSectionCreateInputs {
4232
4870
  'sortOrder'?: AdvertisementCreateInputsWeight | null;
4233
4871
  }
4234
4872
  export interface EventSessionSectionQuestion {
4873
+ 'sectionId': string;
4874
+ 'section': BaseEventSessionSection;
4875
+ 'questionId': string;
4876
+ 'question': BaseEventSessionQuestion;
4877
+ 'sortOrder': number;
4235
4878
  'createdAt': string;
4236
4879
  'updatedAt': string;
4237
4880
  }
@@ -4302,6 +4945,19 @@ export declare enum EventSource {
4302
4945
  Account = "account"
4303
4946
  }
4304
4947
  export interface EventSpeaker {
4948
+ 'id': string;
4949
+ 'slug': string;
4950
+ 'firstName': string;
4951
+ 'lastName': string | null;
4952
+ 'fullName': string | null;
4953
+ 'bio': string | null;
4954
+ 'title': string | null;
4955
+ 'company': string | null;
4956
+ 'companyBio': string | null;
4957
+ 'label': string | null;
4958
+ 'imageId': string | null;
4959
+ 'image': BaseImage | null;
4960
+ 'visible': boolean;
4305
4961
  'sessions': Array<BaseEventSession>;
4306
4962
  'eventId': string;
4307
4963
  'event': BaseEvent;
@@ -4373,6 +5029,13 @@ export interface EventSpeakerUpdateInputs {
4373
5029
  'visible'?: boolean;
4374
5030
  }
4375
5031
  export interface EventSponsorship {
5032
+ 'id': string;
5033
+ 'slug': string;
5034
+ 'name': string;
5035
+ 'description': string | null;
5036
+ 'url': string | null;
5037
+ 'account': BaseAccount | null;
5038
+ 'image': BaseImage | null;
4376
5039
  'createdAt': string;
4377
5040
  'updatedAt': string;
4378
5041
  }
@@ -4386,6 +5049,11 @@ export interface EventSponsorshipCreateInputs {
4386
5049
  'sortOrder'?: EventCreateInputsSplitPaymentPercentage;
4387
5050
  }
4388
5051
  export interface EventSponsorshipLevel {
5052
+ 'id': string;
5053
+ 'slug': string;
5054
+ 'name': string;
5055
+ 'description': string | null;
5056
+ 'sponsorsPerRow': number;
4389
5057
  'sortOrder': number;
4390
5058
  'sponsors': Array<BaseEventSponsorship>;
4391
5059
  'createdAt': string;
@@ -4439,11 +5107,16 @@ export interface EventSponsorshipUpdateInputs {
4439
5107
  'sortOrder'?: number;
4440
5108
  }
4441
5109
  export interface EventTrack {
5110
+ 'id': string;
5111
+ 'slug': string;
5112
+ 'name': string;
5113
+ 'description': string | null;
5114
+ 'color': string;
4442
5115
  'createdAt': string;
4443
5116
  'updatedAt': string;
4444
- '_count': EventTrackCount;
5117
+ '_count': EventTrackAllOfCount;
4445
5118
  }
4446
- export interface EventTrackCount {
5119
+ export interface EventTrackAllOfCount {
4447
5120
  'sessions': number;
4448
5121
  }
4449
5122
  export interface EventTrackCreateInputs {
@@ -4564,6 +5237,11 @@ export declare enum ExportStatus {
4564
5237
  Failed = "failed"
4565
5238
  }
4566
5239
  export interface Faq {
5240
+ 'id': string;
5241
+ 'slug': string;
5242
+ 'visible': boolean;
5243
+ 'question': string;
5244
+ 'answer'?: string;
4567
5245
  'priority': number;
4568
5246
  'organizationId': string;
4569
5247
  'eventId': string;
@@ -4573,6 +5251,10 @@ export interface Faq {
4573
5251
  'updatedAt': string;
4574
5252
  }
4575
5253
  export interface FaqSection {
5254
+ 'id': string;
5255
+ 'slug': string;
5256
+ 'name': string;
5257
+ 'priority': number;
4576
5258
  'faqs': Array<BaseFaq>;
4577
5259
  'eventId': string;
4578
5260
  'event': BaseEvent;
@@ -4721,7 +5403,7 @@ export declare enum GetAccountPayments200ResponseStatusEnum {
4721
5403
  export interface GetAccountThreads200Response {
4722
5404
  'status': GetAccountThreads200ResponseStatusEnum;
4723
5405
  'message': string;
4724
- 'data': Array<object>;
5406
+ 'data': Array<Thread>;
4725
5407
  'count'?: number;
4726
5408
  }
4727
5409
  export declare enum GetAccountThreads200ResponseStatusEnum {
@@ -5138,7 +5820,7 @@ export declare enum GetEvents200ResponseStatusEnum {
5138
5820
  export interface GetFiles200Response {
5139
5821
  'status': GetFiles200ResponseStatusEnum;
5140
5822
  'message': string;
5141
- 'data': Array<object>;
5823
+ 'data': Array<any>;
5142
5824
  'count'?: number;
5143
5825
  }
5144
5826
  export declare enum GetFiles200ResponseStatusEnum {
@@ -5353,7 +6035,7 @@ export declare enum GetPayment200ResponseStatusEnum {
5353
6035
  export interface GetPresets200Response {
5354
6036
  'status': GetPresets200ResponseStatusEnum;
5355
6037
  'message': string;
5356
- 'data': Array<object>;
6038
+ 'data': Array<Preset>;
5357
6039
  'count'?: number;
5358
6040
  }
5359
6041
  export declare enum GetPresets200ResponseStatusEnum {
@@ -5362,7 +6044,7 @@ export declare enum GetPresets200ResponseStatusEnum {
5362
6044
  export interface GetPushDevice200Response {
5363
6045
  'status': GetPushDevice200ResponseStatusEnum;
5364
6046
  'message': string;
5365
- 'data': object;
6047
+ 'data': PushDevice;
5366
6048
  }
5367
6049
  export declare enum GetPushDevice200ResponseStatusEnum {
5368
6050
  Ok = "ok"
@@ -5412,7 +6094,7 @@ export declare enum GetSearchLists200ResponseStatusEnum {
5412
6094
  export interface GetSelf200Response {
5413
6095
  'status': GetSelf200ResponseStatusEnum;
5414
6096
  'message': string;
5415
- 'data': object;
6097
+ 'data': Self;
5416
6098
  }
5417
6099
  export declare enum GetSelf200ResponseStatusEnum {
5418
6100
  Ok = "ok"
@@ -5568,7 +6250,7 @@ export declare enum GetTaxLogs200ResponseStatusEnum {
5568
6250
  export interface GetThreadCircles200Response {
5569
6251
  'status': GetThreadCircles200ResponseStatusEnum;
5570
6252
  'message': string;
5571
- 'data': Array<object>;
6253
+ 'data': Array<ThreadCircle>;
5572
6254
  'count'?: number;
5573
6255
  }
5574
6256
  export declare enum GetThreadCircles200ResponseStatusEnum {
@@ -5586,7 +6268,7 @@ export declare enum GetThreadMembers200ResponseStatusEnum {
5586
6268
  export interface GetThreadMessageFiles200Response {
5587
6269
  'status': GetThreadMessageFiles200ResponseStatusEnum;
5588
6270
  'message': string;
5589
- 'data': Array<object>;
6271
+ 'data': Array<any>;
5590
6272
  }
5591
6273
  export declare enum GetThreadMessageFiles200ResponseStatusEnum {
5592
6274
  Ok = "ok"
@@ -5633,18 +6315,29 @@ export declare enum GetVideoCaptions200ResponseStatusEnum {
5633
6315
  Ok = "ok"
5634
6316
  }
5635
6317
  export interface Group {
6318
+ 'id': string;
6319
+ 'slug': string;
6320
+ 'name': string;
6321
+ 'active': boolean;
6322
+ 'access': GroupAccess;
6323
+ 'description': string;
6324
+ 'featured': boolean;
6325
+ 'imageId': string | null;
6326
+ 'image': BaseImage | null;
6327
+ 'squareImageId': string | null;
6328
+ 'squareImage': BaseImage | null;
6329
+ '_count': GroupAllOfCount;
5636
6330
  'externalUrl': string | null;
5637
6331
  'meetingId': string | null;
5638
6332
  'meeting': BaseMeeting | null;
5639
6333
  'createdAt': string;
5640
6334
  'updatedAt': string;
5641
- '_count': GroupCount;
5642
6335
  }
5643
6336
  export declare enum GroupAccess {
5644
6337
  Public = "public",
5645
6338
  Private = "private"
5646
6339
  }
5647
- export interface GroupCount {
6340
+ export interface GroupAllOfCount {
5648
6341
  'members': number;
5649
6342
  'interests': number;
5650
6343
  'events': number;
@@ -5662,6 +6355,10 @@ export interface GroupCreateInputs {
5662
6355
  'meetingId'?: string | null;
5663
6356
  }
5664
6357
  export interface GroupInvitation {
6358
+ 'id': string;
6359
+ 'status': GroupInvitationStatus;
6360
+ 'createdAt': string;
6361
+ 'updatedAt': string;
5665
6362
  'group': BaseGroup;
5666
6363
  'groupId': string;
5667
6364
  'accountId': string;
@@ -5675,6 +6372,12 @@ export declare enum GroupInvitationStatus {
5675
6372
  Canceled = "canceled"
5676
6373
  }
5677
6374
  export interface GroupMembership {
6375
+ 'accountId': string;
6376
+ 'account': BaseAccount;
6377
+ 'groupId': string;
6378
+ 'group': BaseGroup;
6379
+ 'role': GroupMembershipRole;
6380
+ 'createdAt': string;
5678
6381
  'announcementEmailNotification': boolean;
5679
6382
  'announcementPushNotification': boolean;
5680
6383
  'activityEmailNotification': boolean;
@@ -5697,6 +6400,10 @@ export interface GroupMembershipUpdateInputs {
5697
6400
  'chatPushNotification'?: boolean;
5698
6401
  }
5699
6402
  export interface GroupRequest {
6403
+ 'id': string;
6404
+ 'status': GroupRequestStatus;
6405
+ 'createdAt': string;
6406
+ 'updatedAt': string;
5700
6407
  'groupId': string;
5701
6408
  'group': BaseGroup;
5702
6409
  'accountId': string;
@@ -5734,6 +6441,12 @@ export interface GroupUpdateInputs {
5734
6441
  'meetingId'?: string | null;
5735
6442
  }
5736
6443
  export interface Image {
6444
+ 'id': string;
6445
+ 'name': string | null;
6446
+ 'uri': string;
6447
+ 'width': number;
6448
+ 'height': number;
6449
+ 'createdAt': string;
5737
6450
  'type': ImageType;
5738
6451
  'description': string | null;
5739
6452
  'moderation': ImageModerationLevel;
@@ -5763,9 +6476,19 @@ export interface ImageUpdateInputs {
5763
6476
  'type'?: ImageType;
5764
6477
  }
5765
6478
  export interface ImageUsage {
5766
- '_count': ImageUsageCount;
6479
+ 'id': string;
6480
+ 'name': string | null;
6481
+ 'uri': string;
6482
+ 'width': number;
6483
+ 'height': number;
6484
+ 'createdAt': string;
6485
+ 'type': ImageType;
6486
+ 'description': string | null;
6487
+ 'moderation': ImageModerationLevel;
6488
+ 'updatedAt': string;
6489
+ '_count': ImageUsageAllOfCount;
5767
6490
  }
5768
- export interface ImageUsageCount {
6491
+ export interface ImageUsageAllOfCount {
5769
6492
  'accounts': number;
5770
6493
  'events': number;
5771
6494
  'sessions': number;
@@ -5775,6 +6498,16 @@ export interface ImageUsageCount {
5775
6498
  'tickets': number;
5776
6499
  }
5777
6500
  export interface ImageWCopyUri {
6501
+ 'id': string;
6502
+ 'name': string | null;
6503
+ 'uri': string;
6504
+ 'width': number;
6505
+ 'height': number;
6506
+ 'createdAt': string;
6507
+ 'type': ImageType;
6508
+ 'description': string | null;
6509
+ 'moderation': ImageModerationLevel;
6510
+ 'updatedAt': string;
5778
6511
  'copyUri': string;
5779
6512
  }
5780
6513
  export interface ImpersonateAccount200Response {
@@ -5786,11 +6519,17 @@ export declare enum ImpersonateAccount200ResponseStatusEnum {
5786
6519
  Ok = "ok"
5787
6520
  }
5788
6521
  export interface Import {
5789
- 'user': BaseUser;
5790
- 'tier': BaseTier;
5791
- '_count': ImportCount;
6522
+ 'id': string;
6523
+ 'type': string;
6524
+ 'overwrite': boolean;
6525
+ 'userId': string | null;
6526
+ 'createdAt': string;
6527
+ 'updatedAt': string;
6528
+ 'user': BaseUser;
6529
+ 'tier': BaseTier;
6530
+ '_count': ImportAllOfCount;
5792
6531
  }
5793
- export interface ImportCount {
6532
+ export interface ImportAllOfCount {
5794
6533
  'items': number;
5795
6534
  }
5796
6535
  export interface ImportCreateInputs {
@@ -5801,6 +6540,14 @@ export interface ImportCreateInputsValuesInner {
5801
6540
  'email': string;
5802
6541
  }
5803
6542
  export interface ImportItem {
6543
+ 'id': string;
6544
+ 'importId': string;
6545
+ 'values': string;
6546
+ 'status': ImportItemStatus;
6547
+ 'message': string | null;
6548
+ 'debug': string | null;
6549
+ 'createdAt': string;
6550
+ 'updatedAt': string;
5804
6551
  'import': BaseImport;
5805
6552
  }
5806
6553
  export declare enum ImportItemStatus {
@@ -5828,10 +6575,21 @@ export declare enum IndexEventPasses200ResponseStatusEnum {
5828
6575
  Ok = "ok"
5829
6576
  }
5830
6577
  export interface Integration {
6578
+ 'id': string;
6579
+ 'type': IntegrationType;
6580
+ 'enabled': boolean;
6581
+ 'createdAt': string;
6582
+ 'updatedAt': string;
5831
6583
  'publicUrl': string | null;
5832
6584
  'publicKey': string | null;
5833
6585
  'secretKey': string | null;
5834
- 'details': IntegrationDetails;
6586
+ 'details': IntegrationAllOfDetails;
6587
+ }
6588
+ export interface IntegrationAllOfDetails {
6589
+ 'type': IntegrationType;
6590
+ 'name': string;
6591
+ 'description': string;
6592
+ 'logo': string;
5835
6593
  }
5836
6594
  export interface IntegrationCreateInputs {
5837
6595
  'type': IntegrationType;
@@ -5840,12 +6598,6 @@ export interface IntegrationCreateInputs {
5840
6598
  'publicKey'?: string;
5841
6599
  'secretKey'?: string;
5842
6600
  }
5843
- export interface IntegrationDetails {
5844
- 'type': IntegrationType;
5845
- 'name': string;
5846
- 'description': string;
5847
- 'logo': string;
5848
- }
5849
6601
  export declare enum IntegrationType {
5850
6602
  Snagtag = "snagtag"
5851
6603
  }
@@ -5856,11 +6608,16 @@ export interface IntegrationUpdateInputs {
5856
6608
  'secretKey'?: string | null;
5857
6609
  }
5858
6610
  export interface Interest {
6611
+ 'id': string;
6612
+ 'featured': boolean;
6613
+ 'name': string;
6614
+ 'imageId': string | null;
6615
+ 'image': BaseImage | null;
5859
6616
  'createdAt': string;
5860
6617
  'updatedAt': string;
5861
- '_count': InterestCount;
6618
+ '_count': InterestAllOfCount;
5862
6619
  }
5863
- export interface InterestCount {
6620
+ export interface InterestAllOfCount {
5864
6621
  'accounts': number;
5865
6622
  'groups': number;
5866
6623
  }
@@ -5869,17 +6626,35 @@ export interface InterestCreateInputs {
5869
6626
  }
5870
6627
  export interface InterestInputs {
5871
6628
  'type': InterestInputsTypeEnum;
6629
+ 'startIndex': number;
6630
+ 'endIndex': number;
6631
+ 'marks': Array<InterestInputsMarksEnum>;
5872
6632
  'interest': string;
5873
6633
  }
5874
6634
  export declare enum InterestInputsTypeEnum {
5875
6635
  Interest = "interest"
5876
6636
  }
6637
+ export declare enum InterestInputsMarksEnum {
6638
+ Bold = "bold",
6639
+ Italic = "italic",
6640
+ Underline = "underline",
6641
+ Strike = "strike"
6642
+ }
5877
6643
  export interface InterestUpdateInputs {
5878
6644
  'name'?: string | null;
5879
6645
  'imageId'?: string | null;
5880
6646
  'featured'?: boolean;
5881
6647
  }
5882
6648
  export interface Invoice {
6649
+ 'id': string;
6650
+ 'alternateId': string;
6651
+ 'dueDate': string;
6652
+ 'sentDate': string | null;
6653
+ 'status': InvoiceStatus;
6654
+ 'title': string;
6655
+ 'notes': string | null;
6656
+ 'paymentIntegrationId': string | null;
6657
+ 'paymentIntegration': BasePaymentIntegration | null;
5883
6658
  'lineItems': BaseInvoiceLineItem;
5884
6659
  'accountId': string | null;
5885
6660
  'account': BaseAccount | null;
@@ -5898,6 +6673,16 @@ export interface InvoiceCreateInputs {
5898
6673
  'paymentIntegrationId'?: string | null;
5899
6674
  }
5900
6675
  export interface InvoiceLineItem {
6676
+ 'id': string;
6677
+ 'name': string;
6678
+ 'description': string;
6679
+ 'quantity': number;
6680
+ 'amount': number;
6681
+ 'taxCode': string | null;
6682
+ 'taxIncluded': boolean;
6683
+ 'taxLocation': TaxLocationType;
6684
+ 'createdAt': string;
6685
+ 'updatedAt': string;
5901
6686
  'invoiceId': string;
5902
6687
  'invoice': BaseInvoice;
5903
6688
  }
@@ -5939,6 +6724,12 @@ export interface InvoiceUpdateInputs {
5939
6724
  'paymentIntegrationId'?: string | null;
5940
6725
  }
5941
6726
  export interface Lead {
6727
+ 'id': string;
6728
+ 'firstName': string | null;
6729
+ 'lastName': string | null;
6730
+ 'shareAccount': BaseLeadShareAccount;
6731
+ 'status': LeadStatus;
6732
+ 'createdAt': string;
5942
6733
  'eventId': string | null;
5943
6734
  'event': BaseEvent | null;
5944
6735
  'email': string | null;
@@ -5950,10 +6741,10 @@ export interface Lead {
5950
6741
  'twitter': string | null;
5951
6742
  'tikTok': string | null;
5952
6743
  'note': string | null;
5953
- 'attributes': Array<LeadAttributesInner>;
6744
+ 'attributes': Array<LeadAllOfAttributes>;
5954
6745
  'updatedAt': string;
5955
6746
  }
5956
- export interface LeadAttributesInner {
6747
+ export interface LeadAllOfAttributes {
5957
6748
  'name': string;
5958
6749
  'value': string;
5959
6750
  }
@@ -5972,10 +6763,19 @@ export interface LeadUpdateInputs {
5972
6763
  'note'?: string | null;
5973
6764
  }
5974
6765
  export interface Level {
6766
+ 'id': string;
6767
+ 'slug': string;
6768
+ 'name': string;
6769
+ 'subtitle': string | null;
6770
+ 'description': string | null;
6771
+ 'color': string;
6772
+ 'scale': number;
6773
+ 'imageId': string | null;
6774
+ 'image': BaseImage | null;
5975
6775
  'sortOrder': number;
5976
6776
  'createdAt': string;
5977
6777
  'updatedAt': string;
5978
- '_count': TierCount;
6778
+ '_count': TierAllOfCount;
5979
6779
  }
5980
6780
  export interface LevelCreateInputs {
5981
6781
  'name': string;
@@ -6003,6 +6803,8 @@ export interface LevelUpdateInputs {
6003
6803
  'sortOrder'?: AdvertisementCreateInputsWeight | null;
6004
6804
  }
6005
6805
  export interface Like {
6806
+ 'activity': BaseActivity;
6807
+ 'account': BaseAccount;
6006
6808
  'createdAt': string;
6007
6809
  'updatedAt': string;
6008
6810
  }
@@ -6017,11 +6819,31 @@ export declare enum LineChartSummaryDataTypeEnum {
6017
6819
  }
6018
6820
  export interface LinkInputs {
6019
6821
  'type': LinkInputsTypeEnum;
6822
+ 'startIndex': number;
6823
+ 'endIndex': number;
6824
+ 'marks': Array<LinkInputsMarksEnum>;
6020
6825
  'href': string;
6021
6826
  }
6022
6827
  export declare enum LinkInputsTypeEnum {
6023
6828
  Link = "link"
6024
6829
  }
6830
+ export declare enum LinkInputsMarksEnum {
6831
+ Bold = "bold",
6832
+ Italic = "italic",
6833
+ Underline = "underline",
6834
+ Strike = "strike"
6835
+ }
6836
+ export interface LinkPreview {
6837
+ 'url': string;
6838
+ 'siteName': string | null;
6839
+ 'title': string | null;
6840
+ 'description': string | null;
6841
+ 'image': string | null;
6842
+ 'imageWidth': number | null;
6843
+ 'imageHeight': number | null;
6844
+ 'imageType': string | null;
6845
+ 'favicon': string | null;
6846
+ }
6025
6847
  export interface Livestream {
6026
6848
  'id': string;
6027
6849
  'name': string;
@@ -6057,9 +6879,21 @@ export declare enum LocationQuestionOption {
6057
6879
  CountryStateCity = "countryStateCity"
6058
6880
  }
6059
6881
  export interface Login {
6060
- '_count': LoginCount;
6882
+ 'sub': string;
6883
+ 'userPoolId': string;
6884
+ 'username': string;
6885
+ 'email': string;
6886
+ 'status': string;
6887
+ 'enabled': boolean;
6888
+ 'verified': boolean;
6889
+ 'firstName': string | null;
6890
+ 'lastName': string | null;
6891
+ 'internalRefId': string | null;
6892
+ 'createdAt': string;
6893
+ 'updatedAt': string;
6894
+ '_count': LoginAllOfCount;
6061
6895
  }
6062
- export interface LoginCount {
6896
+ export interface LoginAllOfCount {
6063
6897
  'accounts': number;
6064
6898
  'devices': number;
6065
6899
  }
@@ -6067,6 +6901,11 @@ export interface MarkNotificationsReadInputs {
6067
6901
  'notificationIds': Array<string>;
6068
6902
  }
6069
6903
  export interface Match {
6904
+ 'id': string;
6905
+ 'round': BaseRound;
6906
+ 'number': number;
6907
+ 'title': string | null;
6908
+ 'description': string | null;
6070
6909
  'passes': Array<BaseMatchPass>;
6071
6910
  'createdAt': string;
6072
6911
  'updatedAt': string;
@@ -6081,6 +6920,9 @@ export interface MatchUpdateInputs {
6081
6920
  'description'?: string | null;
6082
6921
  }
6083
6922
  export interface Meeting {
6923
+ 'id': string;
6924
+ 'title': string;
6925
+ 'type': MeetingType;
6084
6926
  'event'?: BaseEvent;
6085
6927
  'session'?: BaseEventSession;
6086
6928
  'group'?: BaseGroup;
@@ -6124,6 +6966,11 @@ export declare enum MeetingCreateInputsPreferredRegionEnum {
6124
6966
  EuCentral1 = "eu-central-1"
6125
6967
  }
6126
6968
  export interface MeetingLink {
6969
+ 'id': string;
6970
+ 'name': string;
6971
+ 'passcode': string;
6972
+ 'preset_name': string;
6973
+ 'requireAuth': boolean;
6127
6974
  'createdAt': string;
6128
6975
  'updatedAt': string;
6129
6976
  }
@@ -6162,6 +7009,20 @@ export interface MeetingPresetCreateInputs {
6162
7009
  export interface MeetingPresetUpdateInputs {
6163
7010
  'name'?: string | null;
6164
7011
  }
7012
+ export interface MeetingRecording {
7013
+ 'id': string;
7014
+ 'meeting_id': string;
7015
+ 'download_url': string | null;
7016
+ 'download_url_expiry': string | null;
7017
+ 'file_size': number | null;
7018
+ 'session_id': string | null;
7019
+ 'output_file_name': string;
7020
+ 'status': string;
7021
+ 'invoked_time': string;
7022
+ 'started_time': string | null;
7023
+ 'stopped_time': string | null;
7024
+ 'recording_duration': number;
7025
+ }
6165
7026
  export interface MeetingRecordingCreateInputs {
6166
7027
  'max_seconds'?: number;
6167
7028
  'file_name_prefix'?: string;
@@ -6221,18 +7082,38 @@ export interface MeetingSessionChatDownload {
6221
7082
  'chat_download_url_expiry': string;
6222
7083
  }
6223
7084
  export interface MeetingSessionParticipant {
6224
- 'peer_stats'?: MeetingSessionParticipantPeerStats;
6225
- 'quality_stats'?: Array<MeetingSessionParticipantQualityStatsInner>;
7085
+ 'id': string;
7086
+ 'user_id': string | null;
7087
+ 'custom_participant_id': string;
7088
+ 'display_name': string | null;
7089
+ 'session_id': string;
7090
+ 'joined_at': string;
7091
+ 'left_at': string | null;
7092
+ 'duration': number | null;
7093
+ 'created_at': string;
7094
+ 'updated_at': string;
7095
+ 'role': string;
7096
+ 'preset_name': string;
7097
+ 'account': BaseAccount | null;
7098
+ 'peer_stats'?: MeetingSessionParticipantAllOfPeerStats;
7099
+ 'quality_stats'?: Array<MeetingSessionParticipantAllOfQualityStats>;
7100
+ }
7101
+ export interface MeetingSessionParticipantAllOfAudioStats {
7102
+ 'timestamp': string;
7103
+ 'concealment_events'?: number;
7104
+ 'packets_lost'?: number;
7105
+ 'jitter'?: number;
7106
+ 'quality'?: number;
6226
7107
  }
6227
- export interface MeetingSessionParticipantPeerStats {
7108
+ export interface MeetingSessionParticipantAllOfPeerStats {
6228
7109
  'config'?: string;
6229
7110
  'status'?: string;
6230
- 'device_info'?: MeetingSessionParticipantPeerStatsDeviceInfo;
6231
- 'events'?: Array<MeetingSessionParticipantPeerStatsEventsInner>;
6232
- 'ip_information'?: MeetingSessionParticipantPeerStatsIpInformation;
6233
- 'precall_network_information'?: MeetingSessionParticipantPeerStatsPrecallNetworkInformation;
7111
+ 'device_info'?: MeetingSessionParticipantAllOfPeerStatsDeviceInfo;
7112
+ 'events'?: Array<MeetingSessionParticipantAllOfPeerStatsEvents>;
7113
+ 'ip_information'?: MeetingSessionParticipantAllOfPeerStatsIpInformation;
7114
+ 'precall_network_information'?: MeetingSessionParticipantAllOfPeerStatsPrecallNetworkInformation;
6234
7115
  }
6235
- export interface MeetingSessionParticipantPeerStatsDeviceInfo {
7116
+ export interface MeetingSessionParticipantAllOfPeerStatsDeviceInfo {
6236
7117
  'browser'?: string;
6237
7118
  'browser_version'?: string;
6238
7119
  'cpus'?: number;
@@ -6246,11 +7127,11 @@ export interface MeetingSessionParticipantPeerStatsDeviceInfo {
6246
7127
  'user_agent'?: string;
6247
7128
  'webgl_support'?: string;
6248
7129
  }
6249
- export interface MeetingSessionParticipantPeerStatsEventsInner {
7130
+ export interface MeetingSessionParticipantAllOfPeerStatsEvents {
6250
7131
  'timestamp': string;
6251
7132
  'type': string;
6252
7133
  }
6253
- export interface MeetingSessionParticipantPeerStatsIpInformation {
7134
+ export interface MeetingSessionParticipantAllOfPeerStatsIpInformation {
6254
7135
  'city'?: string;
6255
7136
  'country'?: string;
6256
7137
  'ip_location'?: string;
@@ -6260,7 +7141,7 @@ export interface MeetingSessionParticipantPeerStatsIpInformation {
6260
7141
  'region'?: string;
6261
7142
  'timezone'?: string;
6262
7143
  }
6263
- export interface MeetingSessionParticipantPeerStatsPrecallNetworkInformation {
7144
+ export interface MeetingSessionParticipantAllOfPeerStatsPrecallNetworkInformation {
6264
7145
  'backend_rtt'?: number;
6265
7146
  'turn_connectivity'?: boolean;
6266
7147
  'effective_networktype'?: string;
@@ -6271,7 +7152,7 @@ export interface MeetingSessionParticipantPeerStatsPrecallNetworkInformation {
6271
7152
  'relay_connectivity'?: boolean;
6272
7153
  'fractional_loss'?: number;
6273
7154
  }
6274
- export interface MeetingSessionParticipantQualityStatsInner {
7155
+ export interface MeetingSessionParticipantAllOfQualityStats {
6275
7156
  'peer_id': string;
6276
7157
  'audio_bandwidth'?: number;
6277
7158
  'video_bandwidth'?: number;
@@ -6280,17 +7161,10 @@ export interface MeetingSessionParticipantQualityStatsInner {
6280
7161
  'end'?: string;
6281
7162
  'audio_packet_loss'?: number;
6282
7163
  'video_packet_loss'?: number;
6283
- 'audio_stats'?: Array<MeetingSessionParticipantQualityStatsInnerAudioStatsInner>;
6284
- 'video_stats'?: Array<MeetingSessionParticipantQualityStatsInnerVideoStatsInner>;
6285
- }
6286
- export interface MeetingSessionParticipantQualityStatsInnerAudioStatsInner {
6287
- 'timestamp': string;
6288
- 'concealment_events'?: number;
6289
- 'packets_lost'?: number;
6290
- 'jitter'?: number;
6291
- 'quality'?: number;
7164
+ 'audio_stats'?: Array<MeetingSessionParticipantAllOfAudioStats>;
7165
+ 'video_stats'?: Array<MeetingSessionParticipantAllOfVideoStats>;
6292
7166
  }
6293
- export interface MeetingSessionParticipantQualityStatsInnerVideoStatsInner {
7167
+ export interface MeetingSessionParticipantAllOfVideoStats {
6294
7168
  'timestamp': string;
6295
7169
  'frame_width'?: number;
6296
7170
  'frame_height'?: number;
@@ -6341,11 +7215,31 @@ export declare enum MeetingUpdateInputsStatusEnum {
6341
7215
  }
6342
7216
  export interface MentionInputs {
6343
7217
  'type': MentionInputsTypeEnum;
7218
+ 'startIndex': number;
7219
+ 'endIndex': number;
7220
+ 'marks': Array<MentionInputsMarksEnum>;
6344
7221
  'username': string;
6345
7222
  }
6346
7223
  export declare enum MentionInputsTypeEnum {
6347
7224
  Mention = "mention"
6348
7225
  }
7226
+ export declare enum MentionInputsMarksEnum {
7227
+ Bold = "bold",
7228
+ Italic = "italic",
7229
+ Underline = "underline",
7230
+ Strike = "strike"
7231
+ }
7232
+ export interface ModelFile {
7233
+ 'id': number;
7234
+ 'name': string;
7235
+ 'r2Path': string;
7236
+ 'source': FileSource;
7237
+ 'kilobytes': number;
7238
+ 'url'?: string;
7239
+ 'public': boolean;
7240
+ 'createdAt': string;
7241
+ 'updatedAt': string;
7242
+ }
6349
7243
  export declare enum ModerationStatus {
6350
7244
  None = "none",
6351
7245
  Reported = "reported",
@@ -6360,6 +7254,15 @@ export interface ModulePermissions {
6360
7254
  'del': boolean;
6361
7255
  }
6362
7256
  export interface Notification {
7257
+ 'id': string;
7258
+ 'type': NotificationType;
7259
+ 'read': boolean;
7260
+ 'receiverId': string;
7261
+ 'receiver': BaseAccount;
7262
+ 'senderId': string | null;
7263
+ 'sender': BaseAccount | null;
7264
+ 'orgMembershipId': string | null;
7265
+ 'orgMembership': OrganizationMembership | null;
6363
7266
  'like': BaseLike | null;
6364
7267
  'activity': BaseActivity | null;
6365
7268
  'event': BaseEvent | null;
@@ -6414,6 +7317,15 @@ export declare enum NotificationType {
6414
7317
  SupportTicketMessage = "SUPPORT_TICKET_MESSAGE"
6415
7318
  }
6416
7319
  export interface Organization {
7320
+ 'id': string;
7321
+ 'slug': string;
7322
+ 'name': string;
7323
+ 'logoId': string | null;
7324
+ 'logo': BaseImage | null;
7325
+ 'iconId': string | null;
7326
+ 'icon': BaseImage | null;
7327
+ 'domain': string | null;
7328
+ 'locale': string;
6417
7329
  'email': string | null;
6418
7330
  'description': string | null;
6419
7331
  'phone': string | null;
@@ -6467,7 +7379,7 @@ export interface Organization {
6467
7379
  'appleAuthEnabled': boolean;
6468
7380
  'facebookAuthEnabled': boolean;
6469
7381
  'googleAuthEnabled': boolean;
6470
- 'oAuth': Array<OrganizationOAuthInner>;
7382
+ 'oAuth': Array<OrganizationAllOfOAuth>;
6471
7383
  'maxFileGbs': number | null;
6472
7384
  'maxImageCount': number | null;
6473
7385
  'maxVideoMins': number | null;
@@ -6490,6 +7402,9 @@ export declare enum OrganizationActionType {
6490
7402
  Update = "update",
6491
7403
  Delete = "delete"
6492
7404
  }
7405
+ export interface OrganizationAllOfOAuth {
7406
+ 'id': string;
7407
+ }
6493
7408
  export interface OrganizationMembership {
6494
7409
  'id': string;
6495
7410
  'organizationId': string;
@@ -6560,6 +7475,12 @@ export interface OrganizationMembershipUpdateInputs {
6560
7475
  'payments': object;
6561
7476
  }
6562
7477
  export interface OrganizationModule {
7478
+ 'id': string;
7479
+ 'moduleType': OrganizationModuleType;
7480
+ 'superEnabled': boolean;
7481
+ 'requireAuth': boolean;
7482
+ 'enabled': boolean;
7483
+ 'editable': boolean;
6563
7484
  'enabledTiers': Array<BaseTier>;
6564
7485
  'editableTiers': Array<BaseTier>;
6565
7486
  'options': object | null;
@@ -6589,9 +7510,6 @@ export interface OrganizationModuleUpdateInputs {
6589
7510
  'editable'?: boolean;
6590
7511
  'options'?: object | null;
6591
7512
  }
6592
- export interface OrganizationOAuthInner {
6593
- 'id': string;
6594
- }
6595
7513
  export interface OrganizationPageCreateInputs {
6596
7514
  'title': string;
6597
7515
  'subtitle'?: string | null;
@@ -6730,6 +7648,9 @@ export declare enum PageType {
6730
7648
  Team = "team"
6731
7649
  }
6732
7650
  export interface PassAddOn {
7651
+ 'addOnId': string;
7652
+ 'addOn': BaseEventAddOn;
7653
+ 'createdAt': string;
6733
7654
  'pass': BaseEventPass;
6734
7655
  'updatedAt': string;
6735
7656
  }
@@ -6830,6 +7751,34 @@ export declare enum PassTypeVisibility {
6830
7751
  Private = "private"
6831
7752
  }
6832
7753
  export interface Payment {
7754
+ 'id': number;
7755
+ 'type': PaymentType;
7756
+ 'currency': string;
7757
+ 'ticketId': string | null;
7758
+ 'ticket': BaseEventPassType | null;
7759
+ 'stripeId': string | null;
7760
+ 'last4': string | null;
7761
+ 'debugId': string | null;
7762
+ 'address1': boolean;
7763
+ 'address2': boolean;
7764
+ 'city': boolean;
7765
+ 'country': string;
7766
+ 'state': string;
7767
+ 'zip': string;
7768
+ 'captured': boolean;
7769
+ 'accountId': string | null;
7770
+ 'eventId': string | null;
7771
+ 'registrationId': string | null;
7772
+ 'passTypeId': string | null;
7773
+ 'passId': string | null;
7774
+ 'sessionId': string | null;
7775
+ 'placeId': string | null;
7776
+ 'spaceId': string | null;
7777
+ 'membershipId': string | null;
7778
+ 'couponId': string | null;
7779
+ 'invoiceId': string | null;
7780
+ 'lineItems': Array<object>;
7781
+ 'createdAt': string;
6833
7782
  'locationAddress1': string | null;
6834
7783
  'locationAddress2': string | null;
6835
7784
  'locationCity': string | null;
@@ -6844,7 +7793,7 @@ export interface Payment {
6844
7793
  'deferredAmount': number | null;
6845
7794
  'deferredDueDate': string | null;
6846
7795
  'deferredInvoices': Array<BaseInvoice>;
6847
- 'integration': PaymentIntegration | null;
7796
+ 'integration': PaymentAllOfIntegration | null;
6848
7797
  'event': BaseEvent | null;
6849
7798
  'registration': BaseEventAttendee | null;
6850
7799
  'passType': BaseEventPassType | null;
@@ -6855,10 +7804,20 @@ export interface Payment {
6855
7804
  'coupon': BaseCoupon | null;
6856
7805
  'invoice': BaseInvoice | null;
6857
7806
  'metadata'?: object;
6858
- 'lineItems': Array<object>;
7807
+ }
7808
+ export interface PaymentAllOfIntegration {
7809
+ 'type': PaymentIntegrationType;
6859
7810
  }
6860
7811
  export interface PaymentIntegration {
7812
+ 'id': string;
7813
+ 'currencyCode': string;
6861
7814
  'type': PaymentIntegrationType;
7815
+ 'name': string;
7816
+ 'connectionId': string;
7817
+ 'merchantAccountId': string | null;
7818
+ 'enabled': boolean;
7819
+ 'createdAt': string;
7820
+ 'updatedAt': string;
6862
7821
  }
6863
7822
  export declare enum PaymentIntegrationType {
6864
7823
  Stripe = "stripe",
@@ -6868,17 +7827,39 @@ export declare enum PaymentIntegrationType {
6868
7827
  Manual = "manual"
6869
7828
  }
6870
7829
  export interface PaymentLineItem {
6871
- 'pass': BaseEventPass | null;
6872
- 'package': BaseEventPackage | null;
6873
- 'passAddOn': BasePassAddOn | null;
6874
- 'reservation': BaseEventRoomTypeReservation | null;
6875
- 'access': BaseEventSessionAccess | null;
6876
- 'booking': BaseBooking | null;
6877
- 'coupon': BaseCoupon | null;
6878
- 'payment': BasePayment;
6879
- }
6880
- export declare enum PaymentLineItemType {
6881
- General = "general",
7830
+ 'id': string;
7831
+ 'type': PaymentLineItemType;
7832
+ 'parent': string | null;
7833
+ 'name': string;
7834
+ 'quantity': number;
7835
+ 'amount': number;
7836
+ 'paid': number;
7837
+ 'refunded': number;
7838
+ 'discount': number;
7839
+ 'deferred': number;
7840
+ 'salesTax': number;
7841
+ 'refundedSalesTax': number;
7842
+ 'paymentId': number;
7843
+ 'taxCode': string | null;
7844
+ 'taxIncluded': boolean;
7845
+ 'taxLocation': TaxLocationType;
7846
+ 'passId': string | null;
7847
+ 'packageId': string | null;
7848
+ 'passAddOnId': string | null;
7849
+ 'reservationId': string | null;
7850
+ 'accessId': string | null;
7851
+ 'bookingId': string | null;
7852
+ 'pass': BaseEventPass | null;
7853
+ 'package': BaseEventPackage | null;
7854
+ 'passAddOn': BasePassAddOn | null;
7855
+ 'reservation': BaseEventRoomTypeReservation | null;
7856
+ 'access': BaseEventSessionAccess | null;
7857
+ 'booking': BaseBooking | null;
7858
+ 'coupon': BaseCoupon | null;
7859
+ 'payment': BasePayment;
7860
+ }
7861
+ export declare enum PaymentLineItemType {
7862
+ General = "general",
6882
7863
  Pass = "pass",
6883
7864
  Package = "package",
6884
7865
  Reservation = "reservation",
@@ -6903,12 +7884,34 @@ export interface PaypalActivationFormParams {
6903
7884
  'currencyCode': string;
6904
7885
  'name': string;
6905
7886
  }
7887
+ export interface Preset {
7888
+ 'id': string;
7889
+ 'name': string;
7890
+ 'created_at': string;
7891
+ 'updated_at': string;
7892
+ }
6906
7893
  export declare enum PurchaseStatus {
6907
7894
  Draft = "draft",
6908
7895
  Canceled = "canceled",
6909
7896
  NeedsInfo = "needsInfo",
6910
7897
  Ready = "ready"
6911
7898
  }
7899
+ export interface PushDevice {
7900
+ 'id': string;
7901
+ 'name': string | null;
7902
+ 'model': string | null;
7903
+ 'brand': string | null;
7904
+ 'osName': string | null;
7905
+ 'osVersion': string | null;
7906
+ 'deviceYearClass': number | null;
7907
+ 'manufacturer': string | null;
7908
+ 'supportedCpuArchitectures': string | null;
7909
+ 'totalMemory': number | null;
7910
+ 'pushService': PushService;
7911
+ 'login': BaseLogin;
7912
+ 'createdAt': string;
7913
+ 'updatedAt': string;
7914
+ }
6912
7915
  export declare enum PushService {
6913
7916
  Apn = "apn",
6914
7917
  Firebase = "firebase",
@@ -6928,7 +7931,23 @@ export interface RefundLineItem {
6928
7931
  'id': string;
6929
7932
  'amount': number;
6930
7933
  }
7934
+ export interface RegistrationBypass {
7935
+ 'id': number;
7936
+ 'closed': boolean;
7937
+ 'preRegister': boolean;
7938
+ 'postRegister': boolean;
7939
+ 'accountId': string;
7940
+ 'account': BaseAccount;
7941
+ 'createdAt': string;
7942
+ 'updatedAt': string;
7943
+ }
6931
7944
  export interface RegistrationFollowup {
7945
+ 'id': string;
7946
+ 'eventId': string;
7947
+ 'name': string;
7948
+ 'description': string | null;
7949
+ 'sortOrder': number;
7950
+ '_count': BaseRegistrationSectionCount;
6932
7951
  'questions': Array<RegistrationQuestion>;
6933
7952
  'passTypes': Array<BaseEventPassType>;
6934
7953
  'eventAddOns': Array<BaseEventAddOn>;
@@ -6938,6 +7957,11 @@ export interface RegistrationFollowup {
6938
7957
  'updatedAt': string;
6939
7958
  }
6940
7959
  export interface RegistrationFollowupQuestion {
7960
+ 'followupId': string;
7961
+ 'followup': BaseRegistrationFollowup;
7962
+ 'questionId': string;
7963
+ 'question': BaseRegistrationQuestion;
7964
+ 'sortOrder': number;
6941
7965
  'createdAt': string;
6942
7966
  'updatedAt': string;
6943
7967
  }
@@ -6950,6 +7974,29 @@ export interface RegistrationFollowupTranslation {
6950
7974
  'updatedAt': string;
6951
7975
  }
6952
7976
  export interface RegistrationQuestion {
7977
+ 'id': string;
7978
+ 'eventId': string;
7979
+ 'type': RegistrationQuestionType;
7980
+ 'name': string;
7981
+ 'required': boolean;
7982
+ 'description': string | null;
7983
+ 'label': string | null;
7984
+ 'placeholder': string | null;
7985
+ 'default': string | null;
7986
+ 'searchListId': string | null;
7987
+ 'searchList': BaseSearchList | null;
7988
+ 'span': number;
7989
+ 'mutable': boolean;
7990
+ 'min': string | null;
7991
+ 'max': string | null;
7992
+ 'masked': boolean;
7993
+ 'validation': string | null;
7994
+ 'validationMessage': string | null;
7995
+ 'locationOption': LocationQuestionOption | null;
7996
+ 'sortOrder': number;
7997
+ 'featured': boolean;
7998
+ 'choices': Array<BaseRegistrationQuestionChoice>;
7999
+ 'unique': boolean;
6953
8000
  'sections': Array<BaseRegistrationSectionQuestion>;
6954
8001
  'followups': Array<BaseRegistrationFollowupQuestion>;
6955
8002
  'subQuestionOf': Array<RegistrationQuestionChoiceSubQuestion>;
@@ -6958,13 +8005,24 @@ export interface RegistrationQuestion {
6958
8005
  'updatedAt': string;
6959
8006
  }
6960
8007
  export interface RegistrationQuestionChoice {
6961
- 'questionId': string;
6962
- 'question': BaseRegistrationQuestion;
8008
+ 'id': string;
8009
+ 'value': string;
8010
+ 'text': string | null;
8011
+ 'description': string | null;
8012
+ 'supply': number | null;
8013
+ 'sortOrder': number;
6963
8014
  'subQuestions': Array<BaseRegistrationQuestionChoiceSubQuestion>;
8015
+ 'question': BaseRegistrationQuestion;
8016
+ '_count': BaseRegistrationQuestionChoiceCount;
8017
+ 'questionId': string;
6964
8018
  'createdAt': string;
6965
8019
  'updatedAt': string;
6966
8020
  }
6967
8021
  export interface RegistrationQuestionChoiceSubQuestion {
8022
+ 'choiceId': string;
8023
+ 'choice': BaseRegistrationQuestionChoice;
8024
+ 'questionId': string;
8025
+ 'question': BaseRegistrationQuestion;
6968
8026
  'sortOrder': number;
6969
8027
  'createdAt': string;
6970
8028
  'updatedAt': string;
@@ -6979,11 +8037,23 @@ export interface RegistrationQuestionChoiceTranslation {
6979
8037
  'updatedAt': string;
6980
8038
  }
6981
8039
  export interface RegistrationQuestionResponse {
8040
+ 'id': string;
8041
+ 'value': string;
8042
+ 'questionId': string;
8043
+ 'question': BaseRegistrationQuestion;
6982
8044
  'changeLogs': Array<BaseRegistrationQuestionResponseChange>;
6983
8045
  'createdAt': string;
6984
8046
  'updatedAt': string;
6985
8047
  }
6986
8048
  export interface RegistrationQuestionResponseChange {
8049
+ 'id': string;
8050
+ 'newValue': string;
8051
+ 'oldValue': string;
8052
+ 'eventId': string;
8053
+ 'questionId': string;
8054
+ 'responseId': string;
8055
+ 'userId': string | null;
8056
+ 'createdAt': string;
6987
8057
  'response': BaseRegistrationQuestionResponse;
6988
8058
  'user': BaseUser | null;
6989
8059
  }
@@ -7010,6 +8080,12 @@ export declare enum RegistrationQuestionType {
7010
8080
  Location = "location"
7011
8081
  }
7012
8082
  export interface RegistrationSection {
8083
+ 'id': string;
8084
+ 'eventId': string;
8085
+ 'name': string;
8086
+ 'description': string | null;
8087
+ 'sortOrder': number;
8088
+ '_count': BaseRegistrationSectionCount;
7013
8089
  'questions': Array<RegistrationQuestion>;
7014
8090
  'eventTickets': Array<BaseEventPassType>;
7015
8091
  'eventAddOns': Array<BaseEventAddOn>;
@@ -7019,6 +8095,11 @@ export interface RegistrationSection {
7019
8095
  'updatedAt': string;
7020
8096
  }
7021
8097
  export interface RegistrationSectionQuestion {
8098
+ 'sectionId': string;
8099
+ 'section': BaseRegistrationSection;
8100
+ 'questionId': string;
8101
+ 'question': BaseRegistrationQuestion;
8102
+ 'sortOrder': number;
7022
8103
  'createdAt': string;
7023
8104
  'updatedAt': string;
7024
8105
  }
@@ -7065,6 +8146,10 @@ export declare enum ReportType {
7065
8146
  Series = "series"
7066
8147
  }
7067
8148
  export interface Room {
8149
+ 'id': string;
8150
+ 'roomName': string;
8151
+ 'createdAt': string;
8152
+ 'updatedAt': string;
7068
8153
  'roomTypes': Array<BaseEventRoomType>;
7069
8154
  'reservation': BaseEventRoomTypeReservation | null;
7070
8155
  }
@@ -7075,11 +8160,49 @@ export interface RoomUpdateInputs {
7075
8160
  'roomName'?: string | null;
7076
8161
  }
7077
8162
  export interface Round {
7078
- 'matches': Array<RoundMatchesInner>;
8163
+ 'id': string;
8164
+ 'event': BaseRoundEvent | null;
8165
+ 'session': BaseRoundEvent | null;
8166
+ 'number': number;
8167
+ 'matches': Array<RoundAllOfMatches>;
7079
8168
  'createdAt': string;
7080
8169
  'updatedAt': string;
7081
8170
  }
8171
+ export interface RoundAllOfMatches {
8172
+ 'id': string;
8173
+ 'number': number;
8174
+ 'title': string | null;
8175
+ }
7082
8176
  export interface RoundEventQuestion {
8177
+ 'id': string;
8178
+ 'eventId': string;
8179
+ 'type': RegistrationQuestionType;
8180
+ 'name': string;
8181
+ 'required': boolean;
8182
+ 'description': string | null;
8183
+ 'label': string | null;
8184
+ 'placeholder': string | null;
8185
+ 'default': string | null;
8186
+ 'searchListId': string | null;
8187
+ 'searchList': BaseSearchList | null;
8188
+ 'span': number;
8189
+ 'mutable': boolean;
8190
+ 'min': string | null;
8191
+ 'max': string | null;
8192
+ 'masked': boolean;
8193
+ 'validation': string | null;
8194
+ 'validationMessage': string | null;
8195
+ 'locationOption': LocationQuestionOption | null;
8196
+ 'sortOrder': number;
8197
+ 'featured': boolean;
8198
+ 'choices': Array<BaseRegistrationQuestionChoice>;
8199
+ 'unique': boolean;
8200
+ 'sections': Array<BaseRegistrationSectionQuestion>;
8201
+ 'followups': Array<BaseRegistrationFollowupQuestion>;
8202
+ 'subQuestionOf': Array<RegistrationQuestionChoiceSubQuestion>;
8203
+ 'dashboardVisibility': boolean;
8204
+ 'createdAt': string;
8205
+ 'updatedAt': string;
7083
8206
  'matchType': RoundEventQuestionMatchTypeEnum;
7084
8207
  'roundQuestionId'?: string;
7085
8208
  }
@@ -7091,12 +8214,36 @@ export declare enum RoundEventQuestionMatchTypeEnum {
7091
8214
  export interface RoundEventQuestionUpdataInputs {
7092
8215
  'type': MatchQuestionType;
7093
8216
  }
7094
- export interface RoundMatchesInner {
7095
- 'id': string;
7096
- 'number': number;
7097
- 'title': string | null;
7098
- }
7099
8217
  export interface RoundSessionQuestion {
8218
+ 'id': string;
8219
+ 'eventId': string;
8220
+ 'type': EventSessionQuestionType;
8221
+ 'name': string;
8222
+ 'required': boolean;
8223
+ 'description': string | null;
8224
+ 'label': string | null;
8225
+ 'placeholder': string | null;
8226
+ 'default': string | null;
8227
+ 'searchListId': string | null;
8228
+ 'searchList': BaseSearchList | null;
8229
+ 'mutable': boolean;
8230
+ 'min': string | null;
8231
+ 'max': string | null;
8232
+ 'masked': boolean;
8233
+ 'validation': string | null;
8234
+ 'validationMessage': string | null;
8235
+ 'locationOption': LocationQuestionOption | null;
8236
+ 'sortOrder': number;
8237
+ 'featured': boolean;
8238
+ 'choices': Array<BaseEventSessionQuestionChoice>;
8239
+ 'price': number | null;
8240
+ 'supply': number | null;
8241
+ 'sections': Array<BaseEventSessionSectionQuestion>;
8242
+ 'subQuestionOf': Array<EventSessionQuestionChoiceSubQuestion>;
8243
+ 'dashboardVisibility': boolean;
8244
+ 'createdAt': string;
8245
+ 'updatedAt': string;
8246
+ '_count': EventSessionQuestionAllOfCount;
7100
8247
  'matchType': RoundSessionQuestionMatchTypeEnum;
7101
8248
  'roundQuestionId'?: string;
7102
8249
  }
@@ -7108,6 +8255,12 @@ export declare enum RoundSessionQuestionMatchTypeEnum {
7108
8255
  export interface RoundSessionQuestionUpdateInputs {
7109
8256
  'type': MatchQuestionType;
7110
8257
  }
8258
+ export interface Schedule {
8259
+ 'name': string;
8260
+ 'date': string;
8261
+ 'createdAt': string;
8262
+ 'updatedAt': string;
8263
+ }
7111
8264
  export interface SearchField {
7112
8265
  'id': string;
7113
8266
  'name': string;
@@ -7122,9 +8275,12 @@ export interface SearchField {
7122
8275
  'updatedAt': string;
7123
8276
  }
7124
8277
  export interface SearchList {
8278
+ 'id': string;
8279
+ 'organizationId': string;
8280
+ 'name': string;
7125
8281
  'createdAt': string;
7126
8282
  'updatedAt': string;
7127
- '_count': AccountAttributeCount;
8283
+ '_count': AccountAttributeAllOfCount;
7128
8284
  }
7129
8285
  export interface SearchListConnectedQuestion {
7130
8286
  'id': string;
@@ -7152,6 +8308,10 @@ export interface SearchListUpdateInputs {
7152
8308
  'name'?: string;
7153
8309
  }
7154
8310
  export interface SearchListValue {
8311
+ 'id': string;
8312
+ 'searchListId': string;
8313
+ 'value': string;
8314
+ 'priority': number | null;
7155
8315
  'createdAt': string;
7156
8316
  'updatedAt': string;
7157
8317
  'searchList': SearchList;
@@ -7182,11 +8342,41 @@ export interface SearchOrganizationFilters {
7182
8342
  }
7183
8343
  export interface SegmentInputs {
7184
8344
  'type': SegmentInputsTypeEnum;
8345
+ 'startIndex': number;
8346
+ 'endIndex': number;
8347
+ 'marks': Array<SegmentInputsMarksEnum>;
7185
8348
  }
7186
8349
  export declare enum SegmentInputsTypeEnum {
7187
8350
  Segment = "segment"
7188
8351
  }
8352
+ export declare enum SegmentInputsMarksEnum {
8353
+ Bold = "bold",
8354
+ Italic = "italic",
8355
+ Underline = "underline",
8356
+ Strike = "strike"
8357
+ }
8358
+ export interface Self {
8359
+ 'id': string;
8360
+ 'email': string;
8361
+ 'firstName': string;
8362
+ 'lastName': string;
8363
+ 'title': string | null;
8364
+ 'imageUrl': string;
8365
+ 'termsAccepted': string | null;
8366
+ 'phone': string | null;
8367
+ 'createdAt': string;
8368
+ 'updatedAt': string;
8369
+ }
7189
8370
  export interface Series {
8371
+ 'id': string;
8372
+ 'slug': string;
8373
+ 'name': string;
8374
+ 'description': string | null;
8375
+ 'longDescription': string | null;
8376
+ 'startDate': string | null;
8377
+ 'endDate': string | null;
8378
+ 'imageId': string | null;
8379
+ 'image': BaseImage | null;
7190
8380
  'templateId': string;
7191
8381
  'template': BaseEvent;
7192
8382
  'sortOrder': number;
@@ -7219,6 +8409,15 @@ export declare enum SessionAccess {
7219
8409
  }
7220
8410
  export interface SideEffect {
7221
8411
  'id': string;
8412
+ 'newPassOfPassTypeId': string | null;
8413
+ 'checkedInPassEventId': string | null;
8414
+ 'newAccountTierId': string | null;
8415
+ 'removedAccountTierId': string | null;
8416
+ 'joinGroupId': string | null;
8417
+ 'leaveGroupId': string | null;
8418
+ 'addToTierId': string | null;
8419
+ 'subscribeToChannelId': string | null;
8420
+ 'sendWebhookId': string | null;
7222
8421
  'organizationId': string;
7223
8422
  'newPassOfPassType': BaseEventPassType | null;
7224
8423
  'checkedInPassEvent': BaseEvent | null;
@@ -7255,6 +8454,14 @@ export interface SponsorshipLevelTranslation {
7255
8454
  'updatedAt': string;
7256
8455
  }
7257
8456
  export interface StandardReport {
8457
+ 'id': string;
8458
+ 'type': ReportType;
8459
+ 'category': string;
8460
+ 'name': string;
8461
+ 'description': string;
8462
+ 'dateType': EventReportDateType;
8463
+ 'favorite': boolean;
8464
+ 'rowLink'?: string;
7258
8465
  'rowData': Array<object>;
7259
8466
  'colDefs': Array<object>;
7260
8467
  'nextCursor': number | null;
@@ -7285,11 +8492,20 @@ export declare enum StorageConfigAuthMethodEnum {
7285
8492
  Password = "PASSWORD"
7286
8493
  }
7287
8494
  export interface StreamInput {
8495
+ 'id': string;
8496
+ 'name': string;
8497
+ 'cloudflareId': string;
8498
+ 'public': boolean;
8499
+ 'sessionId': string | null;
7288
8500
  'eventId': string | null;
8501
+ 'groupId': string | null;
8502
+ 'imageId': string | null;
8503
+ 'image': BaseImage | null;
8504
+ 'locale': string;
8505
+ 'webRTC': boolean;
8506
+ 'webRTCPlaybackUrl': string | null;
7289
8507
  'event': BaseEvent | null;
7290
- 'sessionId': string | null;
7291
8508
  'session': BaseEventSession | null;
7292
- 'groupId': string | null;
7293
8509
  'group': BaseGroup | null;
7294
8510
  'meetingId': string | null;
7295
8511
  'meeting': BaseMeeting | null;
@@ -7388,6 +8604,14 @@ export interface StreamOutputCreateInputs {
7388
8604
  'url': string;
7389
8605
  }
7390
8606
  export interface StreamSession {
8607
+ 'id': string;
8608
+ 'organizationId': string;
8609
+ 'streamId': string;
8610
+ 'status': string;
8611
+ 'startedAt': string | null;
8612
+ 'endedAt': string | null;
8613
+ 'createdAt': string;
8614
+ 'updatedAt': string;
7391
8615
  'stream': BaseStreamInput;
7392
8616
  'organization': BaseOrganization;
7393
8617
  }
@@ -7402,6 +8626,13 @@ export interface StreamSessionChatMessage {
7402
8626
  'timestamp': number;
7403
8627
  }
7404
8628
  export interface StreamSessionSubscription {
8629
+ 'id': string;
8630
+ 'organizationId': string;
8631
+ 'streamId': string;
8632
+ 'streamSessionId': string;
8633
+ 'connectionId': string;
8634
+ 'connectedAt': string;
8635
+ 'disconnectedAt': string | null;
7405
8636
  'connection': BaseWebSocketConnection;
7406
8637
  'streamSession': BaseStreamSession;
7407
8638
  }
@@ -7416,6 +8647,12 @@ export interface StripeActivationFormParams {
7416
8647
  */
7417
8648
  export type SummaryData = BarChartSummaryData | CountChartSummaryData | LineChartSummaryData | TableChartSummaryData;
7418
8649
  export interface SupportTicket {
8650
+ 'id': string;
8651
+ 'type': SupportTicketType;
8652
+ 'email': string;
8653
+ 'request': string;
8654
+ 'state': SupportTicketState;
8655
+ 'message': BaseSupportTicketMessage | null;
7419
8656
  'accountId': string | null;
7420
8657
  'account': BaseAccount | null;
7421
8658
  'orgMembershipId': string | null;
@@ -7423,13 +8660,30 @@ export interface SupportTicket {
7423
8660
  'eventId': string | null;
7424
8661
  'event': BaseEvent | null;
7425
8662
  'activityLogs': Array<BaseSupportTicketActivityLog> | null;
7426
- 'viewer': object | null;
8663
+ 'viewer': SupportTicketViewer | null;
7427
8664
  'lastAccountReadAt': string | null;
7428
8665
  'lastMessageAt': string | null;
7429
8666
  'createdAt': string;
7430
8667
  'updatedAt': string;
7431
8668
  }
7432
8669
  export interface SupportTicketActivityLog {
8670
+ 'id': string;
8671
+ 'supportTicketId': string;
8672
+ 'type': string;
8673
+ 'source': string;
8674
+ 'accountId': string | null;
8675
+ 'orgMembershipId': string | null;
8676
+ 'orgMembership': OrganizationMembership | null;
8677
+ 'previousState': SupportTicketState | null;
8678
+ 'newState': SupportTicketState | null;
8679
+ 'previousType': SupportTicketType | null;
8680
+ 'newType': SupportTicketType | null;
8681
+ 'previousAssignedId': string | null;
8682
+ 'previousAssigned': OrganizationMembership | null;
8683
+ 'newAssignedId': string | null;
8684
+ 'newAssigned': OrganizationMembership | null;
8685
+ 'eventId': string | null;
8686
+ 'createdAt': string;
7433
8687
  'account': BaseAccount | null;
7434
8688
  'event': BaseEvent | null;
7435
8689
  }
@@ -7453,6 +8707,14 @@ export interface SupportTicketCreateInputs {
7453
8707
  'firstMessage'?: string | null;
7454
8708
  }
7455
8709
  export interface SupportTicketMessage {
8710
+ 'id': string;
8711
+ 'supportTicketId': string;
8712
+ 'source': string;
8713
+ 'message': string;
8714
+ 'accountId': string | null;
8715
+ 'account': BaseAccount | null;
8716
+ 'orgMembershipId': string | null;
8717
+ 'orgMembership': OrganizationMembership | null;
7456
8718
  'createdAt': string;
7457
8719
  'updatedAt': string;
7458
8720
  }
@@ -7465,6 +8727,10 @@ export declare enum SupportTicketMessageSource {
7465
8727
  System = "SYSTEM"
7466
8728
  }
7467
8729
  export interface SupportTicketNote {
8730
+ 'id': string;
8731
+ 'text': string;
8732
+ 'orgMembershipId': string;
8733
+ 'orgMembership': OrganizationMembership;
7468
8734
  'supportTicketId': string;
7469
8735
  'createdAt': string;
7470
8736
  'updatedAt': string;
@@ -7491,6 +8757,15 @@ export interface SupportTicketUpdateInputs {
7491
8757
  'orgMembershipId'?: string | null;
7492
8758
  'eventId'?: string | null;
7493
8759
  }
8760
+ export interface SupportTicketViewer {
8761
+ 'id': string;
8762
+ 'supportTicketId': string;
8763
+ 'orgMembershipId': string;
8764
+ 'orgMembership': OrganizationMembership;
8765
+ 'lastReadAt': string | null;
8766
+ 'createdAt': string;
8767
+ 'updatedAt': string;
8768
+ }
7494
8769
  export declare enum SupportedLocale {
7495
8770
  Af = "af",
7496
8771
  Sq = "sq",
@@ -7559,6 +8834,13 @@ export declare enum SupportedLocale {
7559
8834
  Vi = "vi"
7560
8835
  }
7561
8836
  export interface Survey {
8837
+ 'id': string;
8838
+ 'slug': string;
8839
+ 'name': string;
8840
+ 'description': string | null;
8841
+ 'image': BaseImage;
8842
+ 'requireAuth': boolean;
8843
+ 'submissionsPerAccount': number;
7562
8844
  'replyTo': string | null;
7563
8845
  'emailBody': string | null;
7564
8846
  'createdAt': string;
@@ -7575,17 +8857,45 @@ export interface SurveyCreateInputs {
7575
8857
  'emailBody'?: string | null;
7576
8858
  }
7577
8859
  export interface SurveyQuestion {
8860
+ 'id': string;
8861
+ 'eventId': string;
8862
+ 'type': SurveyQuestionType;
8863
+ 'name': string;
8864
+ 'required': boolean;
8865
+ 'description': string | null;
8866
+ 'label': string | null;
8867
+ 'placeholder': string | null;
8868
+ 'default': string | null;
8869
+ 'searchListId': string | null;
8870
+ 'searchList': BaseSearchList | null;
8871
+ 'mutable': boolean;
8872
+ 'min': string | null;
8873
+ 'max': string | null;
8874
+ 'masked': boolean;
8875
+ 'validation': string | null;
8876
+ 'validationMessage': string | null;
8877
+ 'locationOption': LocationQuestionOption | null;
8878
+ 'sortOrder': number;
8879
+ 'featured': boolean;
8880
+ 'choices': Array<BaseSurveyQuestionChoice>;
7578
8881
  'sections': Array<BaseSurveySectionQuestion>;
7579
8882
  'subQuestionOf': Array<SurveyQuestionChoiceSubQuestion>;
7580
8883
  'dashboardVisibility': boolean;
7581
8884
  'createdAt': string;
7582
8885
  'updatedAt': string;
7583
- '_count': EventSessionQuestionCount;
8886
+ '_count': EventSessionQuestionAllOfCount;
7584
8887
  }
7585
8888
  export interface SurveyQuestionChoice {
7586
- 'questionId': string;
7587
- 'question': BaseSurveyQuestion;
8889
+ 'id': string;
8890
+ 'value': string;
8891
+ 'text': string | null;
8892
+ 'description': string | null;
8893
+ 'supply': number | null;
8894
+ 'sortOrder': number;
7588
8895
  'subQuestions': Array<BaseSurveyQuestionChoiceSubQuestion>;
8896
+ 'question': BaseSurveyQuestion;
8897
+ '_count': BaseRegistrationQuestionChoiceCount;
8898
+ 'questionId': string;
7589
8899
  'createdAt': string;
7590
8900
  'updatedAt': string;
7591
8901
  }
@@ -7597,6 +8907,10 @@ export interface SurveyQuestionChoiceCreateInputs {
7597
8907
  'sortOrder'?: AdvertisementCreateInputsWeight | null;
7598
8908
  }
7599
8909
  export interface SurveyQuestionChoiceSubQuestion {
8910
+ 'choiceId': string;
8911
+ 'choice': BaseSurveyQuestionChoice;
8912
+ 'questionId': string;
8913
+ 'question': BaseSurveyQuestion;
7600
8914
  'sortOrder': number;
7601
8915
  'createdAt': string;
7602
8916
  'updatedAt': string;
@@ -7648,11 +8962,23 @@ export interface SurveyQuestionCreateInputs {
7648
8962
  'masked'?: boolean;
7649
8963
  }
7650
8964
  export interface SurveyQuestionResponse {
8965
+ 'id': string;
8966
+ 'value': string;
8967
+ 'questionId': string;
8968
+ 'question': BaseSurveyQuestion;
7651
8969
  'changeLogs': Array<BaseSurveyQuestionResponseChange>;
7652
8970
  'createdAt': string;
7653
8971
  'updatedAt': string;
7654
8972
  }
7655
8973
  export interface SurveyQuestionResponseChange {
8974
+ 'id': string;
8975
+ 'newValue': string;
8976
+ 'oldValue': string;
8977
+ 'eventId': string;
8978
+ 'questionId': string;
8979
+ 'responseId': string;
8980
+ 'userId': string | null;
8981
+ 'createdAt': string;
7656
8982
  'response': BaseSurveyQuestionResponse;
7657
8983
  'user': BaseUser;
7658
8984
  }
@@ -7705,6 +9031,12 @@ export interface SurveyQuestionUpdateInputs {
7705
9031
  'searchListId'?: string | null;
7706
9032
  }
7707
9033
  export interface SurveySection {
9034
+ 'id': string;
9035
+ 'eventId': string;
9036
+ 'name': string;
9037
+ 'description': string | null;
9038
+ 'sortOrder': number;
9039
+ '_count': BaseRegistrationSectionCount;
7708
9040
  'questions': Array<SurveyQuestion>;
7709
9041
  'createdAt': string;
7710
9042
  'updatedAt': string;
@@ -7715,6 +9047,11 @@ export interface SurveySectionCreateInputs {
7715
9047
  'sortOrder'?: AdvertisementCreateInputsWeight | null;
7716
9048
  }
7717
9049
  export interface SurveySectionQuestion {
9050
+ 'sectionId': string;
9051
+ 'section': BaseSurveySection;
9052
+ 'questionId': string;
9053
+ 'question': BaseSurveyQuestion;
9054
+ 'sortOrder': number;
7718
9055
  'createdAt': string;
7719
9056
  'updatedAt': string;
7720
9057
  }
@@ -7738,6 +9075,10 @@ export interface SurveySectionUpdateInputs {
7738
9075
  'sortOrder'?: AdvertisementCreateInputsWeight | null;
7739
9076
  }
7740
9077
  export interface SurveySubmission {
9078
+ 'id': string;
9079
+ 'account': BaseAccount | null;
9080
+ 'status': PurchaseStatus;
9081
+ 'responses': Array<BaseSurveyQuestionResponse>;
7741
9082
  'createdAt': string;
7742
9083
  'updatedAt': string;
7743
9084
  }
@@ -7825,6 +9166,12 @@ export interface TaxIntegrationCreateInputs {
7825
9166
  'licenseKey'?: string;
7826
9167
  }
7827
9168
  export interface TaxIntegrationLog {
9169
+ 'id': string;
9170
+ 'type': TaxIntegrationLogType;
9171
+ 'success': boolean;
9172
+ 'duration': number;
9173
+ 'createdAt': string;
9174
+ 'updatedAt': string;
7828
9175
  'request': object;
7829
9176
  'response': object;
7830
9177
  }
@@ -7862,6 +9209,16 @@ export interface TeamCreateInputs {
7862
9209
  'username'?: string | null;
7863
9210
  }
7864
9211
  export interface TeamMember {
9212
+ 'id': string;
9213
+ 'slug': string;
9214
+ 'priority': number;
9215
+ 'firstName': string | null;
9216
+ 'lastName': string | null;
9217
+ 'nickName': string | null;
9218
+ 'title': string | null;
9219
+ 'startDate': string | null;
9220
+ 'imageId': string | null;
9221
+ 'image': BaseImage | null;
7865
9222
  'email': string | null;
7866
9223
  'phone': string | null;
7867
9224
  'bio': string | null;
@@ -7879,6 +9236,28 @@ export interface TeamUpdateInputs {
7879
9236
  'email'?: string | null;
7880
9237
  'username'?: string | null;
7881
9238
  }
9239
+ export interface Thread {
9240
+ 'id': string;
9241
+ 'subject': string;
9242
+ 'imageId': string | null;
9243
+ 'image': BaseImage | null;
9244
+ 'type': ThreadType;
9245
+ 'lastMessageAt': string | null;
9246
+ 'lastMessage': string | null;
9247
+ 'createdAt': string;
9248
+ }
9249
+ export interface ThreadCircle {
9250
+ 'id': string;
9251
+ 'name': string;
9252
+ 'createdAt': string;
9253
+ 'updatedAt': string;
9254
+ 'type': ThreadCircleType;
9255
+ }
9256
+ export interface ThreadCircleAccount {
9257
+ 'accountId': string;
9258
+ 'role': ThreadCircleAccountRole;
9259
+ 'account': BaseAccount;
9260
+ }
7882
9261
  export interface ThreadCircleAccountCreateInputs {
7883
9262
  'accountId': string;
7884
9263
  'role': ThreadCircleAccountRole;
@@ -7927,6 +9306,12 @@ export declare enum ThreadInvitationStatus {
7927
9306
  Rejected = "rejected"
7928
9307
  }
7929
9308
  export interface ThreadMember {
9309
+ 'id': string;
9310
+ 'accountId': string;
9311
+ 'lastReadAt': string | null;
9312
+ 'notifications': boolean;
9313
+ 'account': BaseAccount;
9314
+ 'blocked': boolean;
7930
9315
  'createdAt': string;
7931
9316
  'updatedAt': string;
7932
9317
  }
@@ -7938,9 +9323,16 @@ export interface ThreadMemberUpdateInputs {
7938
9323
  'blocked'?: boolean;
7939
9324
  }
7940
9325
  export interface ThreadMessage {
9326
+ 'id': string;
9327
+ 'body': string;
9328
+ 'accountId': string | null;
9329
+ 'viewer': BaseThreadMember | null;
9330
+ 'createdAt': string;
9331
+ 'editedAt': string | null;
9332
+ 'sentAt': string;
7941
9333
  'type': ThreadMessageType;
7942
9334
  'reactions': Array<ThreadMessageReaction>;
7943
- 'entities': Array<object>;
9335
+ 'entities': Array<ThreadMessageEntity>;
7944
9336
  'replyToId': string | null;
7945
9337
  'replyTo': BaseThreadMessage | null;
7946
9338
  'files': Array<BaseFile>;
@@ -7952,7 +9344,21 @@ export interface ThreadMessageCreateInputs {
7952
9344
  'body': string;
7953
9345
  'entities': Array<object>;
7954
9346
  }
9347
+ export interface ThreadMessageEntity {
9348
+ 'type': string;
9349
+ 'startIndex': number;
9350
+ 'endIndex': number;
9351
+ 'marks': Array<string>;
9352
+ 'accountId'?: string;
9353
+ 'account'?: BaseAccount;
9354
+ 'href'?: string;
9355
+ 'linkPreview'?: BaseLinkPreview;
9356
+ }
7955
9357
  export interface ThreadMessageReaction {
9358
+ 'id': string;
9359
+ 'messageId': string;
9360
+ 'accountId': string;
9361
+ 'emojiName': string;
7956
9362
  'organizationId': string;
7957
9363
  'threadId': string;
7958
9364
  'message': BaseThreadMessage;
@@ -7986,13 +9392,22 @@ export interface ThreadUpdateInputs {
7986
9392
  'imageId'?: string | null;
7987
9393
  }
7988
9394
  export interface Tier {
9395
+ 'id': string;
9396
+ 'slug': string;
9397
+ 'priority': number;
9398
+ 'name': string;
9399
+ 'iconName': string;
9400
+ 'color': string | null;
9401
+ 'internal': boolean;
9402
+ 'imageId': string | null;
9403
+ 'image': BaseImage | null;
7989
9404
  'description': string | null;
7990
9405
  'exclusionGroup': string | null;
7991
9406
  'createdAt': string;
7992
9407
  'updatedAt': string;
7993
- '_count': TierCount;
9408
+ '_count': TierAllOfCount;
7994
9409
  }
7995
- export interface TierCount {
9410
+ export interface TierAllOfCount {
7996
9411
  'accounts': number;
7997
9412
  }
7998
9413
  export interface TierCreateInputs {
@@ -8018,10 +9433,19 @@ export interface TierUpdateInputs {
8018
9433
  'exclusionGroup'?: string | null;
8019
9434
  }
8020
9435
  export interface Transfer {
9436
+ 'id': string;
9437
+ 'email': string;
9438
+ 'purchaseId': string;
9439
+ 'purchase': BaseEventPass;
8021
9440
  'createdAt': string;
8022
9441
  'updatedAt': string;
8023
9442
  }
8024
9443
  export interface TransferLog {
9444
+ 'id': number;
9445
+ 'fromRegistrationId': string;
9446
+ 'fromRegistration': BaseEventAttendee;
9447
+ 'toRegistrationId': string;
9448
+ 'toRegistration': BaseEventAttendee;
8025
9449
  'purchaseId': string;
8026
9450
  'purchase': BaseEventPass;
8027
9451
  'userId': string | null;
@@ -8066,7 +9490,7 @@ export declare enum UpdateThreadMember200ResponseStatusEnum {
8066
9490
  export interface UploadFile200Response {
8067
9491
  'status': UploadFile200ResponseStatusEnum;
8068
9492
  'message': string;
8069
- 'data': object;
9493
+ 'data': any;
8070
9494
  }
8071
9495
  export declare enum UploadFile200ResponseStatusEnum {
8072
9496
  Ok = "ok"
@@ -8082,12 +9506,19 @@ export declare enum UploadVideoCaptions200ResponseStatusEnum {
8082
9506
  export interface UpsertLinkPreview200Response {
8083
9507
  'status': UpsertLinkPreview200ResponseStatusEnum;
8084
9508
  'message': string;
8085
- 'data': object;
9509
+ 'data': LinkPreview;
8086
9510
  }
8087
9511
  export declare enum UpsertLinkPreview200ResponseStatusEnum {
8088
9512
  Ok = "ok"
8089
9513
  }
8090
9514
  export interface User {
9515
+ 'id': string;
9516
+ 'email': string;
9517
+ 'firstName': string;
9518
+ 'lastName': string;
9519
+ 'title': string | null;
9520
+ 'imageUrl': string;
9521
+ 'termsAccepted': string | null;
8091
9522
  'phone': string | null;
8092
9523
  'createdAt': string;
8093
9524
  'updatedAt': string;
@@ -8129,6 +9560,17 @@ export interface UserUpdateInputs {
8129
9560
  'termsAccepted'?: boolean;
8130
9561
  }
8131
9562
  export interface Video {
9563
+ 'id': string;
9564
+ 'name': string;
9565
+ 'status': string;
9566
+ 'source': VideoSource;
9567
+ 'width': number;
9568
+ 'height': number;
9569
+ 'thumbnailUrl': string | null;
9570
+ 'previewUrl': string | null;
9571
+ 'readyToStream': boolean;
9572
+ 'duration': number | null;
9573
+ 'createdAt': string;
8132
9574
  'downloadUrl': string | null;
8133
9575
  'hlsUrl': string | null;
8134
9576
  'dashUrl': string | null;
@@ -8162,7 +9604,21 @@ export interface VideoUpdateInputs {
8162
9604
  'name'?: string;
8163
9605
  'thumbnailPct'?: number | null;
8164
9606
  }
9607
+ export interface WebSocketConnection {
9608
+ 'id': string;
9609
+ 'organizationId': string;
9610
+ 'account': BaseAccount;
9611
+ 'active': boolean;
9612
+ 'connectedAt': string;
9613
+ 'disconnectedAt': string | null;
9614
+ 'streamId': string;
9615
+ 'streamSessionId': string;
9616
+ }
8165
9617
  export interface Webhook {
9618
+ 'id': string;
9619
+ 'url': string;
9620
+ 'name': string;
9621
+ 'verified': boolean;
8166
9622
  'createdAt': string;
8167
9623
  'updatedAt': string;
8168
9624
  }