@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.
- package/.openapi-generator/FILES +51 -30
- package/README.md +51 -30
- package/api.ts +1697 -135
- package/dist/api.d.ts +1592 -136
- package/dist/api.js +63 -18
- package/dist/esm/api.d.ts +1592 -136
- package/dist/esm/api.js +45 -0
- package/docs/APILog.md +28 -0
- package/docs/Account.md +38 -2
- package/docs/AccountAddress.md +18 -0
- package/docs/AccountAttribute.md +23 -1
- package/docs/{AccountAttributeCount.md → AccountAttributeAllOfCount.md} +3 -3
- package/docs/AccountAttributeValue.md +8 -0
- package/docs/AccountInvitation.md +22 -0
- package/docs/ActivationCompletion.md +12 -0
- package/docs/Activity.md +36 -0
- package/docs/ActivityEntity.md +38 -0
- package/docs/ActivityEntityInputs.md +6 -0
- package/docs/AdminNotification.md +20 -0
- package/docs/Advertisement.md +27 -1
- package/docs/{AdvertisementCount.md → AdvertisementAllOfCount.md} +3 -3
- package/docs/Announcement.md +37 -1
- package/docs/{AnnouncementCount.md → AnnouncementAllOfCount.md} +3 -3
- package/docs/AttendeePackage.md +12 -0
- package/docs/Benefit.md +21 -1
- package/docs/{BenefitCount.md → BenefitAllOfCount.md} +3 -3
- package/docs/Booking.md +18 -0
- package/docs/BookingPlace.md +20 -0
- package/docs/BookingSpace.md +30 -0
- package/docs/BookingSpaceAvailability.md +8 -0
- package/docs/BookingSpaceBlackout.md +6 -0
- package/docs/Channel.md +24 -0
- package/docs/ChannelContent.md +41 -1
- package/docs/{ChannelContentCount.md → ChannelContentAllOfCount.md} +3 -3
- package/docs/ChannelContentGuest.md +66 -0
- package/docs/ChannelContentLike.md +6 -0
- package/docs/Coupon.md +45 -1
- package/docs/{CouponCount.md → CouponAllOfCount.md} +3 -3
- package/docs/CreatePreset200Response.md +1 -1
- package/docs/CreateThread200Response.md +1 -1
- package/docs/CreateThreadCircle200Response.md +1 -1
- package/docs/CustomReportCreateInputs.md +16 -0
- package/docs/Dashboard.md +14 -0
- package/docs/DashboardWidget.md +30 -0
- package/docs/EmailReceipt.md +20 -0
- package/docs/Event.md +68 -0
- package/docs/EventActivation.md +18 -0
- package/docs/EventAddOn.md +31 -1
- package/docs/{EventAddOnCount.md → EventAddOnAllOfCount.md} +3 -3
- package/docs/EventAttendee.md +13 -1
- package/docs/{EventAttendeeCount.md → EventAttendeeAllOfCount.md} +3 -3
- package/docs/EventEmail.md +12 -0
- package/docs/EventMediaItem.md +20 -0
- package/docs/EventOnSite.md +10 -0
- package/docs/EventOnSiteBadgeField.md +26 -0
- package/docs/EventPackage.md +22 -0
- package/docs/EventPackagePass.md +8 -0
- package/docs/EventPage.md +12 -0
- package/docs/EventPass.md +40 -2
- package/docs/EventPassType.md +57 -1
- package/docs/{EventPassTypeCount.md → EventPassTypeAllOfCount.md} +3 -3
- package/docs/EventPassTypePriceSchedule.md +34 -0
- package/docs/EventPassTypeRefundSchedule.md +32 -0
- package/docs/EventRoomType.md +21 -1
- package/docs/EventRoomTypeAddOnDetails.md +16 -0
- package/docs/{EventRoomTypeCount.md → EventRoomTypeAllOfCount.md} +3 -3
- package/docs/EventRoomTypePassTypeDetails.md +26 -0
- package/docs/EventRoomTypeReservation.md +14 -0
- package/docs/EventRoomTypeReservationCreateInputs.md +1 -1
- package/docs/EventSession.md +48 -0
- package/docs/EventSessionAccess.md +12 -0
- package/docs/EventSessionLocation.md +18 -0
- package/docs/EventSessionQuestion.md +47 -1
- package/docs/{EventSessionQuestionCount.md → EventSessionQuestionAllOfCount.md} +3 -3
- package/docs/EventSessionQuestionChoice.md +18 -4
- package/docs/EventSessionQuestionChoiceSubQuestion.md +8 -0
- package/docs/EventSessionQuestionResponse.md +8 -0
- package/docs/EventSessionQuestionResponseChange.md +16 -0
- package/docs/EventSessionSection.md +12 -0
- package/docs/EventSessionSectionQuestion.md +10 -0
- package/docs/EventSpeaker.md +26 -0
- package/docs/EventSponsorship.md +14 -0
- package/docs/EventSponsorshipLevel.md +10 -0
- package/docs/EventTrack.md +11 -1
- package/docs/{EventTrackCount.md → EventTrackAllOfCount.md} +3 -3
- package/docs/Faq.md +10 -0
- package/docs/FaqSection.md +8 -0
- package/docs/File.md +36 -0
- package/docs/GetAccountThreads200Response.md +1 -1
- package/docs/GetFiles200Response.md +1 -1
- package/docs/GetPresets200Response.md +1 -1
- package/docs/GetPushDevice200Response.md +1 -1
- package/docs/GetSelf200Response.md +1 -1
- package/docs/GetThreadCircles200Response.md +1 -1
- package/docs/GetThreadMessageFiles200Response.md +1 -1
- package/docs/Group.md +24 -2
- package/docs/{GroupCount.md → GroupAllOfCount.md} +3 -3
- package/docs/GroupInvitation.md +8 -0
- package/docs/GroupMembership.md +12 -0
- package/docs/GroupRequest.md +8 -0
- package/docs/Image.md +12 -0
- package/docs/ImageUsage.md +21 -1
- package/docs/{ImageUsageCount.md → ImageUsageAllOfCount.md} +3 -3
- package/docs/ImageWCopyUri.md +20 -0
- package/docs/Import.md +13 -1
- package/docs/{ImportCount.md → ImportAllOfCount.md} +3 -3
- package/docs/ImportItem.md +16 -0
- package/docs/Integration.md +11 -1
- package/docs/{IntegrationDetails.md → IntegrationAllOfDetails.md} +3 -3
- package/docs/Interest.md +11 -1
- package/docs/{InterestCount.md → InterestAllOfCount.md} +3 -3
- package/docs/InterestInputs.md +6 -0
- package/docs/Invoice.md +18 -0
- package/docs/InvoiceLineItem.md +20 -0
- package/docs/Lead.md +13 -1
- package/docs/{LeadAttributesInner.md → LeadAllOfAttributes.md} +3 -3
- package/docs/Level.md +19 -1
- package/docs/Like.md +4 -0
- package/docs/LinkInputs.md +6 -0
- package/docs/LinkPreview.md +36 -0
- package/docs/Login.md +25 -1
- package/docs/{LoginCount.md → LoginAllOfCount.md} +3 -3
- package/docs/Match.md +10 -0
- package/docs/Meeting.md +6 -0
- package/docs/MeetingLink.md +10 -0
- package/docs/MeetingRecording.md +42 -0
- package/docs/MeetingSessionParticipant.md +28 -2
- package/docs/{MeetingSessionParticipantQualityStatsInnerAudioStatsInner.md → MeetingSessionParticipantAllOfAudioStats.md} +3 -3
- package/docs/MeetingSessionParticipantAllOfPeerStats.md +30 -0
- package/docs/{MeetingSessionParticipantPeerStatsDeviceInfo.md → MeetingSessionParticipantAllOfPeerStatsDeviceInfo.md} +3 -3
- package/docs/{MeetingSessionParticipantPeerStatsEventsInner.md → MeetingSessionParticipantAllOfPeerStatsEvents.md} +3 -3
- package/docs/{MeetingSessionParticipantPeerStatsIpInformation.md → MeetingSessionParticipantAllOfPeerStatsIpInformation.md} +3 -3
- package/docs/{MeetingSessionParticipantPeerStatsPrecallNetworkInformation.md → MeetingSessionParticipantAllOfPeerStatsPrecallNetworkInformation.md} +3 -3
- package/docs/{MeetingSessionParticipantQualityStatsInner.md → MeetingSessionParticipantAllOfQualityStats.md} +5 -5
- package/docs/{MeetingSessionParticipantQualityStatsInnerVideoStatsInner.md → MeetingSessionParticipantAllOfVideoStats.md} +3 -3
- package/docs/MentionInputs.md +6 -0
- package/docs/Notification.md +18 -0
- package/docs/Organization.md +19 -1
- package/docs/{OrganizationOAuthInner.md → OrganizationAllOfOAuth.md} +3 -3
- package/docs/OrganizationModule.md +12 -0
- package/docs/PassAddOn.md +6 -0
- package/docs/Payment.md +57 -3
- package/docs/PaymentAllOfIntegration.md +20 -0
- package/docs/PaymentIntegration.md +16 -0
- package/docs/PaymentLineItem.md +44 -0
- package/docs/Preset.md +26 -0
- package/docs/PushDevice.md +46 -0
- package/docs/RegistrationBypass.md +34 -0
- package/docs/RegistrationFollowup.md +12 -0
- package/docs/RegistrationFollowupQuestion.md +10 -0
- package/docs/RegistrationQuestion.md +46 -0
- package/docs/RegistrationQuestionChoice.md +18 -4
- package/docs/RegistrationQuestionChoiceSubQuestion.md +8 -0
- package/docs/RegistrationQuestionResponse.md +8 -0
- package/docs/RegistrationQuestionResponseChange.md +16 -0
- package/docs/RegistrationSection.md +12 -0
- package/docs/RegistrationSectionQuestion.md +10 -0
- package/docs/Room.md +8 -0
- package/docs/Round.md +9 -1
- package/docs/{RoundMatchesInner.md → RoundAllOfMatches.md} +3 -3
- package/docs/RoundEventQuestion.md +58 -0
- package/docs/RoundSessionQuestion.md +58 -0
- package/docs/Schedule.md +26 -0
- package/docs/SearchList.md +7 -1
- package/docs/SearchListValue.md +8 -0
- package/docs/SegmentInputs.md +6 -0
- package/docs/Self.md +38 -0
- package/docs/Series.md +18 -0
- package/docs/SideEffect.md +18 -0
- package/docs/StandardReport.md +16 -0
- package/docs/StreamInput.md +22 -4
- package/docs/StreamSession.md +16 -0
- package/docs/StreamSessionSubscription.md +14 -0
- package/docs/SupportTicket.md +13 -1
- package/docs/SupportTicketActivityLog.md +34 -0
- package/docs/SupportTicketMessage.md +16 -0
- package/docs/SupportTicketNote.md +8 -0
- package/docs/SupportTicketViewer.md +32 -0
- package/docs/Survey.md +14 -0
- package/docs/SurveyQuestion.md +43 -1
- package/docs/SurveyQuestionChoice.md +18 -4
- package/docs/SurveyQuestionChoiceSubQuestion.md +8 -0
- package/docs/SurveyQuestionResponse.md +8 -0
- package/docs/SurveyQuestionResponseChange.md +16 -0
- package/docs/SurveySection.md +12 -0
- package/docs/SurveySectionQuestion.md +10 -0
- package/docs/SurveySubmission.md +8 -0
- package/docs/TaxIntegrationLog.md +12 -0
- package/docs/TeamMember.md +20 -0
- package/docs/Thread.md +34 -0
- package/docs/ThreadCircle.md +28 -0
- package/docs/ThreadCircleAccount.md +24 -0
- package/docs/ThreadMember.md +12 -0
- package/docs/ThreadMessage.md +15 -1
- package/docs/ThreadMessageEntity.md +34 -0
- package/docs/ThreadMessageReaction.md +8 -0
- package/docs/Tier.md +19 -1
- package/docs/{TierCount.md → TierAllOfCount.md} +3 -3
- package/docs/Transfer.md +8 -0
- package/docs/TransferLog.md +10 -0
- package/docs/UploadFile200Response.md +1 -1
- package/docs/UpsertLinkPreview200Response.md +1 -1
- package/docs/User.md +14 -0
- package/docs/Video.md +22 -0
- package/docs/WebSocketConnection.md +34 -0
- package/docs/Webhook.md +8 -0
- package/package.json +5 -2
- package/docs/MeetingSessionParticipantPeerStats.md +0 -30
package/api.ts
CHANGED
|
@@ -24,6 +24,20 @@ import type { RequestArgs } from './base';
|
|
|
24
24
|
import { BASE_PATH, COLLECTION_FORMATS, BaseAPI, RequiredError, operationServerMap } from './base';
|
|
25
25
|
|
|
26
26
|
export interface APILog {
|
|
27
|
+
'id': string;
|
|
28
|
+
'login': BaseLogin | null;
|
|
29
|
+
'account': BaseAccount | null;
|
|
30
|
+
'user': BaseUser | null;
|
|
31
|
+
'source': APILogSourceEnum;
|
|
32
|
+
'status': APILogStatusEnum;
|
|
33
|
+
'statusCode': number;
|
|
34
|
+
'response': string | null;
|
|
35
|
+
'path': string;
|
|
36
|
+
'method': string;
|
|
37
|
+
'deviceType': string | null;
|
|
38
|
+
'ipaddress': string;
|
|
39
|
+
'country': string;
|
|
40
|
+
'createdAt': string;
|
|
27
41
|
'headers': object | null;
|
|
28
42
|
'params': object | null;
|
|
29
43
|
'query': object | null;
|
|
@@ -39,7 +53,36 @@ export interface APILog {
|
|
|
39
53
|
'osName': string | null;
|
|
40
54
|
'osVersion': string | null;
|
|
41
55
|
}
|
|
56
|
+
|
|
57
|
+
export enum APILogSourceEnum {
|
|
58
|
+
Admin = 'admin',
|
|
59
|
+
Client = 'client'
|
|
60
|
+
}
|
|
61
|
+
export enum APILogStatusEnum {
|
|
62
|
+
Success = 'success',
|
|
63
|
+
Failure = 'failure'
|
|
64
|
+
}
|
|
65
|
+
|
|
42
66
|
export interface Account {
|
|
67
|
+
'organizationId': string;
|
|
68
|
+
'id': string;
|
|
69
|
+
'accountAccess': AccountAccess;
|
|
70
|
+
'firstName': string | null;
|
|
71
|
+
'lastName': string | null;
|
|
72
|
+
'email': string;
|
|
73
|
+
'verified': boolean;
|
|
74
|
+
'username': string;
|
|
75
|
+
'imageId': string;
|
|
76
|
+
'image': BaseImage;
|
|
77
|
+
'featured': boolean;
|
|
78
|
+
'timezone': string | null;
|
|
79
|
+
'locale': string;
|
|
80
|
+
'country': string | null;
|
|
81
|
+
'internalRefId': string | null;
|
|
82
|
+
'accountTiers': Array<BaseTier>;
|
|
83
|
+
'chatConnected': boolean;
|
|
84
|
+
'attributes'?: Array<AccountAttributeValue>;
|
|
85
|
+
'createdAt': string;
|
|
43
86
|
'bannerId': string | null;
|
|
44
87
|
'banner': BaseImage | null;
|
|
45
88
|
'phone': string | null;
|
|
@@ -55,10 +98,11 @@ export interface Account {
|
|
|
55
98
|
'youtube': string | null;
|
|
56
99
|
'dietaryRestrictions': string | null;
|
|
57
100
|
'taxEntityUseCode': string | null;
|
|
58
|
-
'attributes'?: Array<AccountAttributeValue>;
|
|
59
101
|
'updatedAt': string;
|
|
60
102
|
}
|
|
61
103
|
|
|
104
|
+
|
|
105
|
+
|
|
62
106
|
export enum AccountAccess {
|
|
63
107
|
FullAccess = 'FULL_ACCESS',
|
|
64
108
|
Delisted = 'DELISTED',
|
|
@@ -68,6 +112,15 @@ export enum AccountAccess {
|
|
|
68
112
|
|
|
69
113
|
|
|
70
114
|
export interface AccountAddress {
|
|
115
|
+
'id': string;
|
|
116
|
+
'primary': boolean;
|
|
117
|
+
'name': string;
|
|
118
|
+
'address1': string;
|
|
119
|
+
'address2': string;
|
|
120
|
+
'city': string;
|
|
121
|
+
'state': string;
|
|
122
|
+
'country': string;
|
|
123
|
+
'zip': string;
|
|
71
124
|
'createdAt': string;
|
|
72
125
|
'updatedAt': string;
|
|
73
126
|
}
|
|
@@ -91,11 +144,30 @@ export interface AccountAddressUpdateInputs {
|
|
|
91
144
|
'zip'?: string;
|
|
92
145
|
}
|
|
93
146
|
export interface AccountAttribute {
|
|
147
|
+
'id': string;
|
|
148
|
+
'name': string;
|
|
149
|
+
'label': string;
|
|
150
|
+
'type': AccountAttributeTypeEnum;
|
|
151
|
+
'description': string | null;
|
|
152
|
+
'required': boolean;
|
|
153
|
+
'adminOnly': boolean;
|
|
154
|
+
'editable': boolean;
|
|
155
|
+
'public': boolean;
|
|
156
|
+
'includedInDashboards': boolean;
|
|
157
|
+
'sortOrder': number;
|
|
94
158
|
'createdAt': string;
|
|
95
159
|
'updatedAt': string;
|
|
96
|
-
'_count':
|
|
160
|
+
'_count': AccountAttributeAllOfCount;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
export enum AccountAttributeTypeEnum {
|
|
164
|
+
Text = 'text',
|
|
165
|
+
Number = 'number',
|
|
166
|
+
Date = 'date',
|
|
167
|
+
Boolean = 'boolean'
|
|
97
168
|
}
|
|
98
|
-
|
|
169
|
+
|
|
170
|
+
export interface AccountAttributeAllOfCount {
|
|
99
171
|
'values': number;
|
|
100
172
|
}
|
|
101
173
|
export interface AccountAttributeCreateInputs {
|
|
@@ -129,6 +201,10 @@ export interface AccountAttributeUpdateInputs {
|
|
|
129
201
|
'sortOrder'?: AdvertisementCreateInputsWeight | null;
|
|
130
202
|
}
|
|
131
203
|
export interface AccountAttributeValue {
|
|
204
|
+
'id': string;
|
|
205
|
+
'attributeId': string;
|
|
206
|
+
'attribute': BaseAccountAttribute;
|
|
207
|
+
'value': string;
|
|
132
208
|
'createdAt': string;
|
|
133
209
|
'updatedAt': string;
|
|
134
210
|
}
|
|
@@ -159,6 +235,10 @@ export interface AccountCreateInputs {
|
|
|
159
235
|
'taxEntityUseCode'?: string | null;
|
|
160
236
|
'attributes'?: { [key: string]: any; } | null;
|
|
161
237
|
}
|
|
238
|
+
export interface AccountInvitation {
|
|
239
|
+
'email': string;
|
|
240
|
+
'createdAt': string;
|
|
241
|
+
}
|
|
162
242
|
export interface AccountUpdateInputs {
|
|
163
243
|
'accountAccess'?: AccountAccess | null;
|
|
164
244
|
'featured'?: boolean;
|
|
@@ -190,6 +270,12 @@ export interface AccountUpdateInputs {
|
|
|
190
270
|
|
|
191
271
|
|
|
192
272
|
export interface ActivationCompletion {
|
|
273
|
+
'id': string;
|
|
274
|
+
'eventId': string;
|
|
275
|
+
'eventActivationId': string;
|
|
276
|
+
'eventActivation': BaseEventActivation;
|
|
277
|
+
'earnedPoints': number;
|
|
278
|
+
'passId': string;
|
|
193
279
|
'pass': BaseEventPass;
|
|
194
280
|
'createdAt': string;
|
|
195
281
|
'updatedAt': string;
|
|
@@ -204,6 +290,24 @@ export interface ActivationTranslation {
|
|
|
204
290
|
'updatedAt': string;
|
|
205
291
|
}
|
|
206
292
|
export interface Activity {
|
|
293
|
+
'id': string;
|
|
294
|
+
'message': string;
|
|
295
|
+
'status': ActivityStatus;
|
|
296
|
+
'featured': boolean;
|
|
297
|
+
'pinned': boolean;
|
|
298
|
+
'giphyId': string | null;
|
|
299
|
+
'imageId': string | null;
|
|
300
|
+
'videoId': string | null;
|
|
301
|
+
'account': BaseAccount;
|
|
302
|
+
'entities': Array<BaseActivityEntity>;
|
|
303
|
+
'moderation': ModerationStatus | null;
|
|
304
|
+
'meetingId': string | null;
|
|
305
|
+
'eventId': string | null;
|
|
306
|
+
'groupId': string | null;
|
|
307
|
+
'contentId': string | null;
|
|
308
|
+
'createdAt': string;
|
|
309
|
+
'updatedAt': string;
|
|
310
|
+
'_count': BaseActivityCount;
|
|
207
311
|
'image': BaseImage | null;
|
|
208
312
|
'video': BaseVideo | null;
|
|
209
313
|
'meeting': BaseMeeting | null;
|
|
@@ -212,6 +316,8 @@ export interface Activity {
|
|
|
212
316
|
'content': BaseChannelContent | null;
|
|
213
317
|
'schedule': BaseSchedule | null;
|
|
214
318
|
}
|
|
319
|
+
|
|
320
|
+
|
|
215
321
|
export interface ActivityCreateInputs {
|
|
216
322
|
'message': string;
|
|
217
323
|
'entities'?: Array<ActivityEntityInputs> | null;
|
|
@@ -225,6 +331,20 @@ export interface ActivityCreateInputs {
|
|
|
225
331
|
'meetingId'?: string | null;
|
|
226
332
|
'createdAt'?: string | null;
|
|
227
333
|
}
|
|
334
|
+
export interface ActivityEntity {
|
|
335
|
+
'type': ActivityEntityType;
|
|
336
|
+
'startIndex': number;
|
|
337
|
+
'endIndex': number;
|
|
338
|
+
'marks': Array<string>;
|
|
339
|
+
'accountId': string;
|
|
340
|
+
'account': BaseAccount;
|
|
341
|
+
'interestId': string;
|
|
342
|
+
'interest': BaseInterest;
|
|
343
|
+
'linkPreviewId': string;
|
|
344
|
+
'linkPreview': BaseLinkPreview;
|
|
345
|
+
}
|
|
346
|
+
|
|
347
|
+
|
|
228
348
|
/**
|
|
229
349
|
* @type ActivityEntityInputs
|
|
230
350
|
*/
|
|
@@ -282,11 +402,23 @@ export enum AddAccountGroup200ResponseStatusEnum {
|
|
|
282
402
|
|
|
283
403
|
export interface AdminNotification {
|
|
284
404
|
'id': string;
|
|
405
|
+
'supportTicketId': string | null;
|
|
406
|
+
'type': AdminNotificationType;
|
|
407
|
+
'source': AdminNotificationSource | null;
|
|
408
|
+
'read': boolean;
|
|
409
|
+
'orgMembershipId': string | null;
|
|
410
|
+
'orgMembership': OrganizationMembership | null;
|
|
411
|
+
'senderAccountId': string | null;
|
|
412
|
+
'senderAccount': BaseAccount | null;
|
|
413
|
+
'senderOrgMembershipId': string | null;
|
|
414
|
+
'senderOrgMembership': OrganizationMembership | null;
|
|
285
415
|
'supportTicket': BaseSupportTicket | null;
|
|
286
416
|
'externalUrl': string | null;
|
|
287
417
|
'createdAt': string;
|
|
288
418
|
'updatedAt': string;
|
|
289
419
|
}
|
|
420
|
+
|
|
421
|
+
|
|
290
422
|
export interface AdminNotificationPreferences {
|
|
291
423
|
'supportTicketMessageAdmin': boolean;
|
|
292
424
|
'supportTicketMessageEmail': boolean;
|
|
@@ -320,12 +452,31 @@ export enum AdminNotificationType {
|
|
|
320
452
|
|
|
321
453
|
|
|
322
454
|
export interface Advertisement {
|
|
455
|
+
'id': string;
|
|
456
|
+
'type': AdvertisementType;
|
|
457
|
+
'link': string;
|
|
458
|
+
'title': string;
|
|
459
|
+
'description': string | null;
|
|
460
|
+
'imageId': string | null;
|
|
461
|
+
'image': BaseImage | null;
|
|
462
|
+
'startDate': string;
|
|
463
|
+
'endDate': string | null;
|
|
464
|
+
'weight': number;
|
|
465
|
+
'accountId': string | null;
|
|
466
|
+
'eventId': string | null;
|
|
467
|
+
'enabled': boolean;
|
|
323
468
|
'account': BaseAccount | null;
|
|
324
469
|
'event': BaseEvent | null;
|
|
325
470
|
'eventOnly': boolean;
|
|
326
471
|
'createdAt': string;
|
|
327
472
|
'updatedAt': string;
|
|
328
|
-
'_count':
|
|
473
|
+
'_count': AdvertisementAllOfCount;
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
|
|
477
|
+
export interface AdvertisementAllOfCount {
|
|
478
|
+
'views': number;
|
|
479
|
+
'clicks': number;
|
|
329
480
|
}
|
|
330
481
|
export interface AdvertisementClick {
|
|
331
482
|
'id': string;
|
|
@@ -337,10 +488,6 @@ export interface AdvertisementClick {
|
|
|
337
488
|
'createdAt': string;
|
|
338
489
|
'updatedAt': string;
|
|
339
490
|
}
|
|
340
|
-
export interface AdvertisementCount {
|
|
341
|
-
'views': number;
|
|
342
|
-
'clicks': number;
|
|
343
|
-
}
|
|
344
491
|
export interface AdvertisementCreateInputs {
|
|
345
492
|
'type': AdvertisementType;
|
|
346
493
|
'link': string;
|
|
@@ -396,7 +543,25 @@ export interface AdvertisementView {
|
|
|
396
543
|
'updatedAt': string;
|
|
397
544
|
}
|
|
398
545
|
export interface Announcement {
|
|
399
|
-
'
|
|
546
|
+
'id': string;
|
|
547
|
+
'slug': string;
|
|
548
|
+
'title': string | null;
|
|
549
|
+
'html': string | null;
|
|
550
|
+
'email': boolean;
|
|
551
|
+
'push': boolean;
|
|
552
|
+
'sms': boolean;
|
|
553
|
+
'includePasses': boolean;
|
|
554
|
+
'accountId': string | null;
|
|
555
|
+
'creatorId': string | null;
|
|
556
|
+
'eventId': string | null;
|
|
557
|
+
'groupId': string | null;
|
|
558
|
+
'tierId': string | null;
|
|
559
|
+
'channelId': string | null;
|
|
560
|
+
'ticketId': string | null;
|
|
561
|
+
'userId': string | null;
|
|
562
|
+
'schedule': BaseSchedule;
|
|
563
|
+
'createdAt': string;
|
|
564
|
+
'_count': AnnouncementAllOfCount;
|
|
400
565
|
'verifiedAccounts': boolean;
|
|
401
566
|
'account': BaseAccount | null;
|
|
402
567
|
'creator': BaseAccount | null;
|
|
@@ -412,7 +577,7 @@ export interface Announcement {
|
|
|
412
577
|
'filters': EventAnnouncementFilters | null;
|
|
413
578
|
'updatedAt': string;
|
|
414
579
|
}
|
|
415
|
-
export interface
|
|
580
|
+
export interface AnnouncementAllOfCount {
|
|
416
581
|
'notifications': number;
|
|
417
582
|
'emailReceipt': number;
|
|
418
583
|
}
|
|
@@ -476,11 +641,19 @@ export interface AttendeeEventPackageUpdateInputs {
|
|
|
476
641
|
'attendeeId'?: string;
|
|
477
642
|
}
|
|
478
643
|
export interface AttendeePackage {
|
|
644
|
+
'id': string;
|
|
645
|
+
'attendeeId': string;
|
|
646
|
+
'packageId': string;
|
|
647
|
+
'package': BaseEventPackage;
|
|
648
|
+
'status': PurchaseStatus;
|
|
649
|
+
'createdAt': string;
|
|
479
650
|
'passes': Array<BaseEventPass>;
|
|
480
651
|
'lineItem': PaymentLineItem | null;
|
|
481
652
|
'updatedAt': string;
|
|
482
653
|
}
|
|
483
654
|
|
|
655
|
+
|
|
656
|
+
|
|
484
657
|
export enum AuthLayout {
|
|
485
658
|
Default = 'default',
|
|
486
659
|
Social = 'social'
|
|
@@ -2333,6 +2506,16 @@ export interface BaseWebhook {
|
|
|
2333
2506
|
'verified': boolean;
|
|
2334
2507
|
}
|
|
2335
2508
|
export interface Benefit {
|
|
2509
|
+
'id': string;
|
|
2510
|
+
'slug': string;
|
|
2511
|
+
'link': string;
|
|
2512
|
+
'imageId': string | null;
|
|
2513
|
+
'image': BaseImage | null;
|
|
2514
|
+
'title': string;
|
|
2515
|
+
'description': string | null;
|
|
2516
|
+
'startDate': string;
|
|
2517
|
+
'endDate': string | null;
|
|
2518
|
+
'priority': number;
|
|
2336
2519
|
'managerId': string | null;
|
|
2337
2520
|
'manager': BaseAccount | null;
|
|
2338
2521
|
'eventId': string | null;
|
|
@@ -2340,7 +2523,10 @@ export interface Benefit {
|
|
|
2340
2523
|
'eventOnly': boolean;
|
|
2341
2524
|
'createdAt': string;
|
|
2342
2525
|
'updatedAt': string;
|
|
2343
|
-
'_count':
|
|
2526
|
+
'_count': BenefitAllOfCount;
|
|
2527
|
+
}
|
|
2528
|
+
export interface BenefitAllOfCount {
|
|
2529
|
+
'clicks': number;
|
|
2344
2530
|
}
|
|
2345
2531
|
export interface BenefitClick {
|
|
2346
2532
|
'id': string;
|
|
@@ -2351,9 +2537,6 @@ export interface BenefitClick {
|
|
|
2351
2537
|
'createdAt': string;
|
|
2352
2538
|
'updatedAt': string;
|
|
2353
2539
|
}
|
|
2354
|
-
export interface BenefitCount {
|
|
2355
|
-
'clicks': number;
|
|
2356
|
-
}
|
|
2357
2540
|
export interface BenefitCreateInputs {
|
|
2358
2541
|
'link': string;
|
|
2359
2542
|
'title': string;
|
|
@@ -2393,10 +2576,21 @@ export interface BenefitUpdateInputs {
|
|
|
2393
2576
|
'eventOnly'?: boolean;
|
|
2394
2577
|
}
|
|
2395
2578
|
export interface Booking {
|
|
2579
|
+
'id': string;
|
|
2580
|
+
'alternateId': string;
|
|
2581
|
+
'placeId': string;
|
|
2582
|
+
'day': string;
|
|
2583
|
+
'time': string;
|
|
2584
|
+
'duration': number;
|
|
2585
|
+
'status': PurchaseStatus;
|
|
2586
|
+
'account': BaseAccount;
|
|
2587
|
+
'space': BaseBookingSpace;
|
|
2396
2588
|
'lineItem': PaymentLineItem | null;
|
|
2397
2589
|
'createdAt': string;
|
|
2398
2590
|
'updatedAt': string;
|
|
2399
2591
|
}
|
|
2592
|
+
|
|
2593
|
+
|
|
2400
2594
|
export interface BookingCreateInputs {
|
|
2401
2595
|
'accountId': string;
|
|
2402
2596
|
'day': string;
|
|
@@ -2406,6 +2600,16 @@ export interface BookingCreateInputs {
|
|
|
2406
2600
|
|
|
2407
2601
|
|
|
2408
2602
|
export interface BookingPlace {
|
|
2603
|
+
'id': string;
|
|
2604
|
+
'name': string;
|
|
2605
|
+
'slug': string;
|
|
2606
|
+
'timezone': string;
|
|
2607
|
+
'description': string | null;
|
|
2608
|
+
'image': BaseImage | null;
|
|
2609
|
+
'sortOrder': number;
|
|
2610
|
+
'visible': boolean;
|
|
2611
|
+
'paymentIntegrationId': string | null;
|
|
2612
|
+
'paymentIntegration': BasePaymentIntegration | null;
|
|
2409
2613
|
'address1': string | null;
|
|
2410
2614
|
'address2': string | null;
|
|
2411
2615
|
'city': string | null;
|
|
@@ -2461,15 +2665,38 @@ export interface BookingSlot {
|
|
|
2461
2665
|
'supply': number | null;
|
|
2462
2666
|
}
|
|
2463
2667
|
export interface BookingSpace {
|
|
2668
|
+
'id': string;
|
|
2669
|
+
'name': string;
|
|
2670
|
+
'slug': string;
|
|
2671
|
+
'supply': number;
|
|
2672
|
+
'slotDuration': number;
|
|
2673
|
+
'price': number;
|
|
2674
|
+
'description': string | null;
|
|
2675
|
+
'image': BaseImage | null;
|
|
2676
|
+
'start': string | null;
|
|
2677
|
+
'end': string | null;
|
|
2678
|
+
'sortOrder': number;
|
|
2679
|
+
'visible': boolean;
|
|
2680
|
+
'taxCode': string | null;
|
|
2681
|
+
'taxIncluded': boolean;
|
|
2682
|
+
'taxLocation': TaxLocationType;
|
|
2464
2683
|
'confirmationBody': string | null;
|
|
2465
2684
|
'confirmationReplyTo': string | null;
|
|
2466
2685
|
'createdAt': string;
|
|
2467
2686
|
'updatedAt': string;
|
|
2468
2687
|
}
|
|
2688
|
+
|
|
2689
|
+
|
|
2469
2690
|
export interface BookingSpaceAvailability {
|
|
2691
|
+
'id': string;
|
|
2692
|
+
'dayOfWeek': DayOfWeek;
|
|
2693
|
+
'startTime': string;
|
|
2694
|
+
'endTime': string;
|
|
2470
2695
|
'createdAt': string;
|
|
2471
2696
|
'updatedAt': string;
|
|
2472
2697
|
}
|
|
2698
|
+
|
|
2699
|
+
|
|
2473
2700
|
export interface BookingSpaceAvailabilityCreateInputs {
|
|
2474
2701
|
'dayOfWeek': string;
|
|
2475
2702
|
'startTime': string;
|
|
@@ -2481,6 +2708,9 @@ export interface BookingSpaceAvailabilityUpdateInputs {
|
|
|
2481
2708
|
'endTime'?: string;
|
|
2482
2709
|
}
|
|
2483
2710
|
export interface BookingSpaceBlackout {
|
|
2711
|
+
'id': string;
|
|
2712
|
+
'start': string;
|
|
2713
|
+
'end': string;
|
|
2484
2714
|
'createdAt': string;
|
|
2485
2715
|
'updatedAt': string;
|
|
2486
2716
|
}
|
|
@@ -2556,6 +2786,18 @@ export interface BraintreeActivationFormParams {
|
|
|
2556
2786
|
'name': string;
|
|
2557
2787
|
}
|
|
2558
2788
|
export interface Channel {
|
|
2789
|
+
'id': string;
|
|
2790
|
+
'slug': string;
|
|
2791
|
+
'featured': boolean;
|
|
2792
|
+
'name': string;
|
|
2793
|
+
'description': string | null;
|
|
2794
|
+
'priority': number;
|
|
2795
|
+
'visible': boolean;
|
|
2796
|
+
'private': boolean;
|
|
2797
|
+
'imageId': string;
|
|
2798
|
+
'image': BaseImage;
|
|
2799
|
+
'bannerId': string | null;
|
|
2800
|
+
'banner': BaseImage | null;
|
|
2559
2801
|
'externalUrl': string | null;
|
|
2560
2802
|
'appleUrl': string | null;
|
|
2561
2803
|
'spotifyUrl': string | null;
|
|
@@ -2580,19 +2822,39 @@ export interface ChannelCollectionUpdateInputs {
|
|
|
2580
2822
|
'description'?: string | null;
|
|
2581
2823
|
}
|
|
2582
2824
|
export interface ChannelContent {
|
|
2583
|
-
'
|
|
2584
|
-
'
|
|
2585
|
-
'
|
|
2586
|
-
'
|
|
2587
|
-
'
|
|
2588
|
-
'
|
|
2589
|
-
'
|
|
2590
|
-
'
|
|
2591
|
-
'
|
|
2592
|
-
'
|
|
2593
|
-
'
|
|
2825
|
+
'id': string;
|
|
2826
|
+
'featured': boolean;
|
|
2827
|
+
'slug': string;
|
|
2828
|
+
'title': string | null;
|
|
2829
|
+
'description': string | null;
|
|
2830
|
+
'imageId': string | null;
|
|
2831
|
+
'image': BaseImage | null;
|
|
2832
|
+
'squareImageId': string | null;
|
|
2833
|
+
'squareImage': BaseImage | null;
|
|
2834
|
+
'imageUrl': string | null;
|
|
2835
|
+
'audioId': number | null;
|
|
2836
|
+
'audio': BaseFile | null;
|
|
2837
|
+
'videoId': string | null;
|
|
2838
|
+
'video': BaseVideo | null;
|
|
2839
|
+
'channelId': string;
|
|
2840
|
+
'channel': BaseChannel | null;
|
|
2841
|
+
'duration': string | null;
|
|
2842
|
+
'published': string | null;
|
|
2843
|
+
'email': boolean;
|
|
2844
|
+
'push': boolean;
|
|
2845
|
+
'body': string | null;
|
|
2846
|
+
'externalUrl': string | null;
|
|
2847
|
+
'appleUrl': string | null;
|
|
2848
|
+
'spotifyUrl': string | null;
|
|
2849
|
+
'googleUrl': string | null;
|
|
2850
|
+
'youtubeUrl': string | null;
|
|
2851
|
+
'guests': Array<BaseChannelContentGuest>;
|
|
2852
|
+
'publishSchedule': BaseSchedule | null;
|
|
2853
|
+
'createdAt': string;
|
|
2854
|
+
'updatedAt': string;
|
|
2855
|
+
'_count': ChannelContentAllOfCount;
|
|
2594
2856
|
}
|
|
2595
|
-
export interface
|
|
2857
|
+
export interface ChannelContentAllOfCount {
|
|
2596
2858
|
'likes': number;
|
|
2597
2859
|
'activities': number;
|
|
2598
2860
|
}
|
|
@@ -2616,6 +2878,34 @@ export interface ChannelContentCreateInputs {
|
|
|
2616
2878
|
'googleUrl'?: string | null;
|
|
2617
2879
|
'youtubeUrl'?: string | null;
|
|
2618
2880
|
}
|
|
2881
|
+
export interface ChannelContentGuest {
|
|
2882
|
+
'id': string;
|
|
2883
|
+
'slug': string;
|
|
2884
|
+
'contentId': string;
|
|
2885
|
+
'accountId': string | null;
|
|
2886
|
+
'account': BaseAccount | null;
|
|
2887
|
+
'type': ContentGuestType;
|
|
2888
|
+
'name': string;
|
|
2889
|
+
'title': string | null;
|
|
2890
|
+
'bio': string | null;
|
|
2891
|
+
'company': string | null;
|
|
2892
|
+
'companyLink': string | null;
|
|
2893
|
+
'companyBio': string | null;
|
|
2894
|
+
'imageId': string | null;
|
|
2895
|
+
'image': BaseImage | null;
|
|
2896
|
+
'website': string | null;
|
|
2897
|
+
'facebook': string | null;
|
|
2898
|
+
'twitter': string | null;
|
|
2899
|
+
'instagram': string | null;
|
|
2900
|
+
'linkedIn': string | null;
|
|
2901
|
+
'tikTok': string | null;
|
|
2902
|
+
'youtube': string | null;
|
|
2903
|
+
'discord': string | null;
|
|
2904
|
+
'createdAt': string;
|
|
2905
|
+
'updatedAt': string;
|
|
2906
|
+
}
|
|
2907
|
+
|
|
2908
|
+
|
|
2619
2909
|
export interface ChannelContentGuestCreateInputs {
|
|
2620
2910
|
'name': string;
|
|
2621
2911
|
'type': ContentGuestType | null;
|
|
@@ -2675,6 +2965,9 @@ export interface ChannelContentGuestUpdateInputs {
|
|
|
2675
2965
|
|
|
2676
2966
|
|
|
2677
2967
|
export interface ChannelContentLike {
|
|
2968
|
+
'accountId': string;
|
|
2969
|
+
'channelId': string;
|
|
2970
|
+
'contentId': string;
|
|
2678
2971
|
'account': BaseAccount;
|
|
2679
2972
|
'createdAt': string;
|
|
2680
2973
|
'updatedAt': string;
|
|
@@ -2848,15 +3141,37 @@ export enum CountChartSummaryDataDataEnum {
|
|
|
2848
3141
|
}
|
|
2849
3142
|
|
|
2850
3143
|
export interface Coupon {
|
|
3144
|
+
'eventId': string;
|
|
3145
|
+
'id': string;
|
|
3146
|
+
'prePaid': boolean;
|
|
3147
|
+
'code': string;
|
|
3148
|
+
'description': string | null;
|
|
3149
|
+
'active': boolean;
|
|
3150
|
+
'startDate': string | null;
|
|
3151
|
+
'endDate': string | null;
|
|
3152
|
+
'discountAmount': number;
|
|
3153
|
+
'discountPercent': number;
|
|
3154
|
+
'quantityMin': number;
|
|
3155
|
+
'quantityMax': number | null;
|
|
3156
|
+
'useLimit': number | null;
|
|
3157
|
+
'limitPerAccount': number | null;
|
|
3158
|
+
'purchaseLimit': number | null;
|
|
3159
|
+
'emailDomains': string | null;
|
|
3160
|
+
'ticketId': string | null;
|
|
3161
|
+
'ticket': BaseEventPassType | null;
|
|
3162
|
+
'applyToPassType': boolean;
|
|
3163
|
+
'applyToAddOns': boolean;
|
|
3164
|
+
'applyToReservation': boolean;
|
|
3165
|
+
'registrationId': string | null;
|
|
2851
3166
|
'registration': BaseEventAttendee | null;
|
|
2852
3167
|
'lineItem': PaymentLineItem | null;
|
|
2853
3168
|
'parentCouponId': string | null;
|
|
2854
3169
|
'parentCoupon': BaseCoupon | null;
|
|
2855
3170
|
'createdAt': string;
|
|
2856
3171
|
'updatedAt': string;
|
|
2857
|
-
'_count':
|
|
3172
|
+
'_count': CouponAllOfCount;
|
|
2858
3173
|
}
|
|
2859
|
-
export interface
|
|
3174
|
+
export interface CouponAllOfCount {
|
|
2860
3175
|
'purchases': number;
|
|
2861
3176
|
'payments': number;
|
|
2862
3177
|
'variants': number;
|
|
@@ -3254,7 +3569,7 @@ export enum CreateOrganizationWebhook200ResponseStatusEnum {
|
|
|
3254
3569
|
export interface CreatePreset200Response {
|
|
3255
3570
|
'status': CreatePreset200ResponseStatusEnum;
|
|
3256
3571
|
'message': string;
|
|
3257
|
-
'data':
|
|
3572
|
+
'data': Preset;
|
|
3258
3573
|
}
|
|
3259
3574
|
|
|
3260
3575
|
export enum CreatePreset200ResponseStatusEnum {
|
|
@@ -3344,7 +3659,7 @@ export enum CreateSurveySection200ResponseStatusEnum {
|
|
|
3344
3659
|
export interface CreateThread200Response {
|
|
3345
3660
|
'status': CreateThread200ResponseStatusEnum;
|
|
3346
3661
|
'message': string;
|
|
3347
|
-
'data':
|
|
3662
|
+
'data': Thread;
|
|
3348
3663
|
}
|
|
3349
3664
|
|
|
3350
3665
|
export enum CreateThread200ResponseStatusEnum {
|
|
@@ -3354,7 +3669,7 @@ export enum CreateThread200ResponseStatusEnum {
|
|
|
3354
3669
|
export interface CreateThreadCircle200Response {
|
|
3355
3670
|
'status': CreateThreadCircle200ResponseStatusEnum;
|
|
3356
3671
|
'message': string;
|
|
3357
|
-
'data':
|
|
3672
|
+
'data': ThreadCircle;
|
|
3358
3673
|
}
|
|
3359
3674
|
|
|
3360
3675
|
export enum CreateThreadCircle200ResponseStatusEnum {
|
|
@@ -3453,6 +3768,14 @@ export interface CustomReport {
|
|
|
3453
3768
|
'updatedAt': string;
|
|
3454
3769
|
}
|
|
3455
3770
|
export interface CustomReportCreateInputs {
|
|
3771
|
+
'eventId'?: string;
|
|
3772
|
+
'placeId'?: string;
|
|
3773
|
+
'groupId'?: string;
|
|
3774
|
+
'channelId'?: string;
|
|
3775
|
+
'accountId'?: string;
|
|
3776
|
+
'surveyId'?: string;
|
|
3777
|
+
'sessionId'?: string;
|
|
3778
|
+
'seriesId'?: string;
|
|
3456
3779
|
'name': string;
|
|
3457
3780
|
'description'?: string | null;
|
|
3458
3781
|
'gridState'?: string | null;
|
|
@@ -3465,6 +3788,13 @@ export interface CustomReportUpdateInputs {
|
|
|
3465
3788
|
'shared'?: boolean;
|
|
3466
3789
|
}
|
|
3467
3790
|
export interface Dashboard {
|
|
3791
|
+
'id': string;
|
|
3792
|
+
'name': string;
|
|
3793
|
+
'organizationId': string;
|
|
3794
|
+
'eventId': string | null;
|
|
3795
|
+
'userId': string;
|
|
3796
|
+
'createdAt': string;
|
|
3797
|
+
'updatedAt': string;
|
|
3468
3798
|
'widgets': Array<BaseDashboardWidget>;
|
|
3469
3799
|
}
|
|
3470
3800
|
export interface DashboardCreateInputs {
|
|
@@ -3474,6 +3804,14 @@ export interface DashboardCreateInputs {
|
|
|
3474
3804
|
export interface DashboardUpdateInputs {
|
|
3475
3805
|
'name'?: string;
|
|
3476
3806
|
}
|
|
3807
|
+
export interface DashboardWidget {
|
|
3808
|
+
'id': string;
|
|
3809
|
+
'endpoint': DashboardWidgetEndpoint;
|
|
3810
|
+
'x': number;
|
|
3811
|
+
'y': number;
|
|
3812
|
+
'w': number;
|
|
3813
|
+
'h': number;
|
|
3814
|
+
}
|
|
3477
3815
|
export interface DashboardWidgetCreateInputs {
|
|
3478
3816
|
'x': number;
|
|
3479
3817
|
'y': number;
|
|
@@ -3531,11 +3869,23 @@ export interface DomainDetails {
|
|
|
3531
3869
|
'name': string;
|
|
3532
3870
|
}
|
|
3533
3871
|
export interface EmailReceipt {
|
|
3872
|
+
'id': string;
|
|
3873
|
+
'status': EmailReceiptStatus;
|
|
3874
|
+
'from': string;
|
|
3875
|
+
'to': string;
|
|
3876
|
+
'replyTo': string | null;
|
|
3877
|
+
'subject': string;
|
|
3878
|
+
'accountId': string | null;
|
|
3879
|
+
'account': BaseAccount | null;
|
|
3880
|
+
'createdAt': string;
|
|
3881
|
+
'updatedAt': string;
|
|
3534
3882
|
'html': string;
|
|
3535
3883
|
'text': string;
|
|
3536
3884
|
'debug': string | null;
|
|
3537
3885
|
}
|
|
3538
3886
|
|
|
3887
|
+
|
|
3888
|
+
|
|
3539
3889
|
export enum EmailReceiptStatus {
|
|
3540
3890
|
Pending = 'pending',
|
|
3541
3891
|
Delivered = 'delivered',
|
|
@@ -3551,6 +3901,40 @@ export interface EntityUseCode {
|
|
|
3551
3901
|
'description': string;
|
|
3552
3902
|
}
|
|
3553
3903
|
export interface Event {
|
|
3904
|
+
'id': string;
|
|
3905
|
+
'slug': string;
|
|
3906
|
+
'internalRefId': string | null;
|
|
3907
|
+
'featured': boolean;
|
|
3908
|
+
'visible': boolean;
|
|
3909
|
+
'template': boolean;
|
|
3910
|
+
'source': EventSource;
|
|
3911
|
+
'eventType': EventType;
|
|
3912
|
+
'name': string;
|
|
3913
|
+
'shortDescription': string;
|
|
3914
|
+
'eventStart': string;
|
|
3915
|
+
'eventEnd': string;
|
|
3916
|
+
'timezone': string;
|
|
3917
|
+
'externalUrl': string | null;
|
|
3918
|
+
'venue': string | null;
|
|
3919
|
+
'address1': string | null;
|
|
3920
|
+
'address2': string | null;
|
|
3921
|
+
'city': string | null;
|
|
3922
|
+
'state': string | null;
|
|
3923
|
+
'country': string | null;
|
|
3924
|
+
'zip': string | null;
|
|
3925
|
+
'imageId': string | null;
|
|
3926
|
+
'image': BaseImage | null;
|
|
3927
|
+
'squareImageId': string | null;
|
|
3928
|
+
'squareImage': BaseImage | null;
|
|
3929
|
+
'registration': boolean;
|
|
3930
|
+
'registrationStart': string | null;
|
|
3931
|
+
'registrationEnd': string | null;
|
|
3932
|
+
'createdAt': string;
|
|
3933
|
+
'updatedAt': string;
|
|
3934
|
+
'seriesId': string | null;
|
|
3935
|
+
'series': BaseSeries | null;
|
|
3936
|
+
'paymentIntegrationId': string | null;
|
|
3937
|
+
'paymentIntegration': BasePaymentIntegration | null;
|
|
3554
3938
|
'roundName': string | null;
|
|
3555
3939
|
'matchName': string | null;
|
|
3556
3940
|
'passSupply': number | null;
|
|
@@ -3593,6 +3977,15 @@ export interface Event {
|
|
|
3593
3977
|
|
|
3594
3978
|
|
|
3595
3979
|
export interface EventActivation {
|
|
3980
|
+
'id': string;
|
|
3981
|
+
'slug': string;
|
|
3982
|
+
'visible': boolean;
|
|
3983
|
+
'name': string;
|
|
3984
|
+
'shortDescription': string;
|
|
3985
|
+
'maxPoints': number;
|
|
3986
|
+
'startAfter': string | null;
|
|
3987
|
+
'type': EventActivationType;
|
|
3988
|
+
'accessLevel': PassTypeAccessLevel;
|
|
3596
3989
|
'eventId': string;
|
|
3597
3990
|
'event': BaseEvent;
|
|
3598
3991
|
'imageId': string | null;
|
|
@@ -3602,6 +3995,8 @@ export interface EventActivation {
|
|
|
3602
3995
|
'createdAt': string;
|
|
3603
3996
|
'updatedAt': string;
|
|
3604
3997
|
}
|
|
3998
|
+
|
|
3999
|
+
|
|
3605
4000
|
export interface EventActivationCompletionCreateInputs {
|
|
3606
4001
|
'passId': string;
|
|
3607
4002
|
'earnedPoints': AdvertisementCreateInputsWeight | null;
|
|
@@ -3661,14 +4056,31 @@ export interface EventActivationUpdateInputs {
|
|
|
3661
4056
|
|
|
3662
4057
|
|
|
3663
4058
|
export interface EventAddOn {
|
|
4059
|
+
'id': string;
|
|
4060
|
+
'name': string;
|
|
4061
|
+
'shortDescription': string;
|
|
4062
|
+
'supply': number | null;
|
|
4063
|
+
'price': number;
|
|
4064
|
+
'pricePerNight': boolean;
|
|
4065
|
+
'sortOrder': number;
|
|
4066
|
+
'imageId': string | null;
|
|
4067
|
+
'image': BaseImage | null;
|
|
4068
|
+
'eventId': string | null;
|
|
4069
|
+
'taxCode': string | null;
|
|
4070
|
+
'taxIncluded': boolean;
|
|
4071
|
+
'taxLocation': TaxLocationType;
|
|
4072
|
+
'createdAt': string;
|
|
4073
|
+
'updatedAt': string;
|
|
3664
4074
|
'longDescription': string | null;
|
|
3665
4075
|
'event': BaseEvent | null;
|
|
3666
4076
|
'allowedTickets': Array<BaseEventPassType>;
|
|
3667
4077
|
'allowedTiers': Array<BaseTier>;
|
|
3668
4078
|
'disallowedTiers': Array<BaseTier>;
|
|
3669
|
-
'_count':
|
|
4079
|
+
'_count': EventAddOnAllOfCount;
|
|
3670
4080
|
}
|
|
3671
|
-
|
|
4081
|
+
|
|
4082
|
+
|
|
4083
|
+
export interface EventAddOnAllOfCount {
|
|
3672
4084
|
'passes': number;
|
|
3673
4085
|
}
|
|
3674
4086
|
export interface EventAddOnCreateInputs {
|
|
@@ -3736,13 +4148,19 @@ export enum EventAnnouncementFiltersTypeEnum {
|
|
|
3736
4148
|
}
|
|
3737
4149
|
|
|
3738
4150
|
export interface EventAttendee {
|
|
4151
|
+
'id': string;
|
|
4152
|
+
'alternateId': number;
|
|
4153
|
+
'accountId': string;
|
|
4154
|
+
'account': BaseAccount;
|
|
4155
|
+
'eventId': string;
|
|
4156
|
+
'event': BaseEvent;
|
|
3739
4157
|
'passes': Array<BaseEventPass>;
|
|
3740
4158
|
'packages': Array<BaseAttendeePackage>;
|
|
3741
4159
|
'createdAt': string;
|
|
3742
4160
|
'updatedAt': string;
|
|
3743
|
-
'_count':
|
|
4161
|
+
'_count': EventAttendeeAllOfCount;
|
|
3744
4162
|
}
|
|
3745
|
-
export interface
|
|
4163
|
+
export interface EventAttendeeAllOfCount {
|
|
3746
4164
|
'payments': number;
|
|
3747
4165
|
'coupons': number;
|
|
3748
4166
|
}
|
|
@@ -3881,9 +4299,17 @@ export type EventCreateInputsPassLimitPerAccount = number | string;
|
|
|
3881
4299
|
export type EventCreateInputsSplitPaymentPercentage = number | string;
|
|
3882
4300
|
|
|
3883
4301
|
export interface EventEmail {
|
|
4302
|
+
'type': EventEmailType;
|
|
4303
|
+
'eventId': string;
|
|
4304
|
+
'body': string | null;
|
|
4305
|
+
'replyTo': string | null;
|
|
4306
|
+
'enabled': boolean;
|
|
4307
|
+
'calendarFile': boolean;
|
|
3884
4308
|
'createdAt': string;
|
|
3885
4309
|
'updatedAt': string;
|
|
3886
4310
|
}
|
|
4311
|
+
|
|
4312
|
+
|
|
3887
4313
|
export interface EventEmailTranslation {
|
|
3888
4314
|
'id': number;
|
|
3889
4315
|
'locale': string;
|
|
@@ -3957,6 +4383,16 @@ export interface EventFollowupUpdateInputs {
|
|
|
3957
4383
|
'sortOrder'?: AdvertisementCreateInputsWeight | null;
|
|
3958
4384
|
}
|
|
3959
4385
|
export interface EventMediaItem {
|
|
4386
|
+
'id': string;
|
|
4387
|
+
'name': string | null;
|
|
4388
|
+
'description': string | null;
|
|
4389
|
+
'imageId': string | null;
|
|
4390
|
+
'image': BaseImage | null;
|
|
4391
|
+
'videoId': string | null;
|
|
4392
|
+
'video': BaseVideo | null;
|
|
4393
|
+
'fileId': string | null;
|
|
4394
|
+
'file': BaseFile | null;
|
|
4395
|
+
'sortOrder': number;
|
|
3960
4396
|
'allowedPassTypes': Array<BaseEventPassType>;
|
|
3961
4397
|
'createdAt': string;
|
|
3962
4398
|
'updatedAt': string;
|
|
@@ -3975,16 +4411,49 @@ export interface EventMediaItemUpdateInputs {
|
|
|
3975
4411
|
'sortOrder'?: AdvertisementCreateInputsWeight | null;
|
|
3976
4412
|
}
|
|
3977
4413
|
export interface EventOnSite {
|
|
4414
|
+
'eventId': string;
|
|
4415
|
+
'authenticationCode': number;
|
|
4416
|
+
'zplTemplate': string | null;
|
|
4417
|
+
'createdAt': string;
|
|
4418
|
+
'updatedAt': string;
|
|
3978
4419
|
'badgeFields': Array<BaseEventOnSiteBadgeField>;
|
|
3979
4420
|
}
|
|
3980
4421
|
export interface EventOnSiteBadgeField {
|
|
4422
|
+
'id': number;
|
|
4423
|
+
'eventId': string;
|
|
4424
|
+
'name': string;
|
|
4425
|
+
'type': BadgeFieldType;
|
|
4426
|
+
'lookup': string | null;
|
|
4427
|
+
'maxLength': number | null;
|
|
4428
|
+
'defaultValue': string | null;
|
|
4429
|
+
'transformation': BadgeFieldTransformation | null;
|
|
4430
|
+
'iconData': string | null;
|
|
4431
|
+
'sessionId': string | null;
|
|
4432
|
+
'sortOrder': number;
|
|
4433
|
+
'createdAt': string;
|
|
4434
|
+
'updatedAt': string;
|
|
3981
4435
|
'onSite': EventOnSite;
|
|
3982
4436
|
}
|
|
4437
|
+
|
|
4438
|
+
|
|
3983
4439
|
export interface EventPackage {
|
|
4440
|
+
'id': string;
|
|
4441
|
+
'name': string;
|
|
4442
|
+
'description': string | null;
|
|
4443
|
+
'price': number;
|
|
4444
|
+
'isActive': boolean;
|
|
4445
|
+
'imageId': string | null;
|
|
4446
|
+
'image': BaseImage | null;
|
|
4447
|
+
'sortOrder': number;
|
|
4448
|
+
'taxCode': string | null;
|
|
4449
|
+
'taxIncluded': boolean;
|
|
4450
|
+
'taxLocation': TaxLocationType;
|
|
3984
4451
|
'passes': Array<BaseEventPackagePass>;
|
|
3985
4452
|
'createdAt': string;
|
|
3986
4453
|
'updatedAt': string;
|
|
3987
4454
|
}
|
|
4455
|
+
|
|
4456
|
+
|
|
3988
4457
|
export interface EventPackageCreateInputs {
|
|
3989
4458
|
'name': string;
|
|
3990
4459
|
'description'?: string | null;
|
|
@@ -3999,6 +4468,10 @@ export interface EventPackageCreateInputs {
|
|
|
3999
4468
|
|
|
4000
4469
|
|
|
4001
4470
|
export interface EventPackagePass {
|
|
4471
|
+
'id': string;
|
|
4472
|
+
'passTypeId': string;
|
|
4473
|
+
'passType': BaseEventPassType;
|
|
4474
|
+
'quantity': number;
|
|
4002
4475
|
'createdAt': string;
|
|
4003
4476
|
'updatedAt': string;
|
|
4004
4477
|
}
|
|
@@ -4034,6 +4507,12 @@ export interface EventPackageUpdateInputs {
|
|
|
4034
4507
|
|
|
4035
4508
|
|
|
4036
4509
|
export interface EventPage {
|
|
4510
|
+
'id': string;
|
|
4511
|
+
'slug': string;
|
|
4512
|
+
'title': string;
|
|
4513
|
+
'active': boolean;
|
|
4514
|
+
'subtitle': string | null;
|
|
4515
|
+
'sortOrder': number;
|
|
4037
4516
|
'html': string | null;
|
|
4038
4517
|
'createdAt': string;
|
|
4039
4518
|
'updatedAt': string;
|
|
@@ -4069,14 +4548,35 @@ export interface EventPageUpdateInputs {
|
|
|
4069
4548
|
'sortOrder'?: AdvertisementCreateInputsWeight | null;
|
|
4070
4549
|
}
|
|
4071
4550
|
export interface EventPass {
|
|
4072
|
-
'
|
|
4551
|
+
'id': string;
|
|
4552
|
+
'eventId': string;
|
|
4073
4553
|
'attendeeId': string;
|
|
4074
4554
|
'attendee': BaseEventAttendee;
|
|
4075
|
-
'
|
|
4076
|
-
'
|
|
4077
|
-
'
|
|
4078
|
-
|
|
4079
|
-
|
|
4555
|
+
'alternateId': number;
|
|
4556
|
+
'ticketId': string;
|
|
4557
|
+
'ticket': BaseEventPassType;
|
|
4558
|
+
'location': string | null;
|
|
4559
|
+
'usedAt': string | null;
|
|
4560
|
+
'transfer': BaseEventPassTransfer;
|
|
4561
|
+
'responses': Array<BaseRegistrationQuestionResponse>;
|
|
4562
|
+
'status': PurchaseStatus;
|
|
4563
|
+
'reservationId': string | null;
|
|
4564
|
+
'reservation': BaseEventRoomTypeReservation | null;
|
|
4565
|
+
'matches': Array<BaseMatch>;
|
|
4566
|
+
'couponId': string | null;
|
|
4567
|
+
'coupon': BaseCoupon | null;
|
|
4568
|
+
'packageId': string | null;
|
|
4569
|
+
'package': BaseAttendeePackage | null;
|
|
4570
|
+
'createdAt': string;
|
|
4571
|
+
'updatedAt': string;
|
|
4572
|
+
'passAddOns': Array<BasePassAddOn>;
|
|
4573
|
+
'lineItem': PaymentLineItem | null;
|
|
4574
|
+
'payerId': string | null;
|
|
4575
|
+
'payer': BaseAccount | null;
|
|
4576
|
+
}
|
|
4577
|
+
|
|
4578
|
+
|
|
4579
|
+
export interface EventPassCreateInputs {
|
|
4080
4580
|
'status'?: PurchaseStatus | null;
|
|
4081
4581
|
'location'?: string | null;
|
|
4082
4582
|
'ticketId'?: string | null;
|
|
@@ -4085,6 +4585,34 @@ export interface EventPassCreateInputs {
|
|
|
4085
4585
|
|
|
4086
4586
|
|
|
4087
4587
|
export interface EventPassType {
|
|
4588
|
+
'id': string;
|
|
4589
|
+
'slug': string;
|
|
4590
|
+
'active': boolean;
|
|
4591
|
+
'cancelable': boolean;
|
|
4592
|
+
'transferable': boolean;
|
|
4593
|
+
'featured': boolean;
|
|
4594
|
+
'visibility': PassTypeVisibility;
|
|
4595
|
+
'name': string;
|
|
4596
|
+
'shortDescription': string;
|
|
4597
|
+
'longDescription': string | null;
|
|
4598
|
+
'price': number;
|
|
4599
|
+
'accessLevel': PassTypeAccessLevel;
|
|
4600
|
+
'featuredImageId': string | null;
|
|
4601
|
+
'featuredImage': BaseImage | null;
|
|
4602
|
+
'supply': number | null;
|
|
4603
|
+
'minQuantityPerSale': number;
|
|
4604
|
+
'maxQuantityPerSale': number;
|
|
4605
|
+
'emailDomains': string | null;
|
|
4606
|
+
'enableCoupons': boolean;
|
|
4607
|
+
'minCouponQuantity': number;
|
|
4608
|
+
'maxCouponQuantity': number | null;
|
|
4609
|
+
'requireCoupon': boolean;
|
|
4610
|
+
'taxCode': string | null;
|
|
4611
|
+
'taxIncluded': boolean;
|
|
4612
|
+
'taxLocation': TaxLocationType;
|
|
4613
|
+
'createdAt': string;
|
|
4614
|
+
'updatedAt': string;
|
|
4615
|
+
'requiredPassTypeId': string | null;
|
|
4088
4616
|
'overrideStartDate': string | null;
|
|
4089
4617
|
'sortOrder': number;
|
|
4090
4618
|
'event': BaseEvent;
|
|
@@ -4092,11 +4620,32 @@ export interface EventPassType {
|
|
|
4092
4620
|
'disallowedTiers': Array<BaseTier>;
|
|
4093
4621
|
'groupPassDescription': string | null;
|
|
4094
4622
|
'requiredPassType': BaseEventPassType | null;
|
|
4095
|
-
'_count':
|
|
4623
|
+
'_count': EventPassTypeAllOfCount;
|
|
4096
4624
|
}
|
|
4097
|
-
|
|
4625
|
+
|
|
4626
|
+
|
|
4627
|
+
export interface EventPassTypeAllOfCount {
|
|
4098
4628
|
'purchases': number;
|
|
4099
4629
|
}
|
|
4630
|
+
export interface EventPassTypePriceSchedule {
|
|
4631
|
+
'id': string;
|
|
4632
|
+
'ticketId': string;
|
|
4633
|
+
'price': string;
|
|
4634
|
+
'name': string | null;
|
|
4635
|
+
'startDate': string;
|
|
4636
|
+
'endDate': string;
|
|
4637
|
+
'createdAt': string;
|
|
4638
|
+
'updatedAt': string;
|
|
4639
|
+
}
|
|
4640
|
+
export interface EventPassTypeRefundSchedule {
|
|
4641
|
+
'id': string;
|
|
4642
|
+
'passTypeId': string;
|
|
4643
|
+
'percentage': number;
|
|
4644
|
+
'startDate': string;
|
|
4645
|
+
'endDate': string;
|
|
4646
|
+
'createdAt': string;
|
|
4647
|
+
'updatedAt': string;
|
|
4648
|
+
}
|
|
4100
4649
|
export interface EventPassTypeTranslation {
|
|
4101
4650
|
'id': number;
|
|
4102
4651
|
'locale': string;
|
|
@@ -4213,6 +4762,16 @@ export enum EventReportDateType {
|
|
|
4213
4762
|
|
|
4214
4763
|
|
|
4215
4764
|
export interface EventRoomType {
|
|
4765
|
+
'id': string;
|
|
4766
|
+
'name': string;
|
|
4767
|
+
'price': number;
|
|
4768
|
+
'pricePerNight': boolean;
|
|
4769
|
+
'image': BaseImage | null;
|
|
4770
|
+
'passTypes': Array<BaseEventRoomTypePassTypeDetails>;
|
|
4771
|
+
'addOns': Array<BaseEventRoomTypeAddOnDetails>;
|
|
4772
|
+
'taxCode': string | null;
|
|
4773
|
+
'taxIncluded': boolean;
|
|
4774
|
+
'taxLocation': TaxLocationType;
|
|
4216
4775
|
'sortOrder': number;
|
|
4217
4776
|
'description': string | null;
|
|
4218
4777
|
'supply': number | null;
|
|
@@ -4229,9 +4788,19 @@ export interface EventRoomType {
|
|
|
4229
4788
|
'rooms': Array<Room>;
|
|
4230
4789
|
'createdAt': string;
|
|
4231
4790
|
'updatedAt': string;
|
|
4232
|
-
'_count':
|
|
4791
|
+
'_count': EventRoomTypeAllOfCount;
|
|
4233
4792
|
}
|
|
4793
|
+
|
|
4794
|
+
|
|
4234
4795
|
export interface EventRoomTypeAddOnDetails {
|
|
4796
|
+
'id': string;
|
|
4797
|
+
'addOnId': string;
|
|
4798
|
+
'minStart': string | null;
|
|
4799
|
+
'defaultStart': string | null;
|
|
4800
|
+
'maxStart': string | null;
|
|
4801
|
+
'minEnd': string | null;
|
|
4802
|
+
'defaultEnd': string | null;
|
|
4803
|
+
'maxEnd': string | null;
|
|
4235
4804
|
'createdAt': string;
|
|
4236
4805
|
'updatedAt': string;
|
|
4237
4806
|
}
|
|
@@ -4243,7 +4812,7 @@ export interface EventRoomTypeAddOnDetailsUpdateInputs {
|
|
|
4243
4812
|
'defaultEnd'?: string | null;
|
|
4244
4813
|
'maxEnd'?: string | null;
|
|
4245
4814
|
}
|
|
4246
|
-
export interface
|
|
4815
|
+
export interface EventRoomTypeAllOfCount {
|
|
4247
4816
|
'reservations': number;
|
|
4248
4817
|
}
|
|
4249
4818
|
export interface EventRoomTypeCreateInputs {
|
|
@@ -4269,6 +4838,19 @@ export interface EventRoomTypeCreateInputs {
|
|
|
4269
4838
|
|
|
4270
4839
|
|
|
4271
4840
|
export interface EventRoomTypePassTypeDetails {
|
|
4841
|
+
'id': string;
|
|
4842
|
+
'passTypeId': string | null;
|
|
4843
|
+
'enabled': boolean;
|
|
4844
|
+
'premium': number;
|
|
4845
|
+
'includedNights': number;
|
|
4846
|
+
'minPasses': number | null;
|
|
4847
|
+
'maxPasses': number | null;
|
|
4848
|
+
'minStart': string | null;
|
|
4849
|
+
'defaultStart': string | null;
|
|
4850
|
+
'maxStart': string | null;
|
|
4851
|
+
'minEnd': string | null;
|
|
4852
|
+
'defaultEnd': string | null;
|
|
4853
|
+
'maxEnd': string | null;
|
|
4272
4854
|
'createdAt': string;
|
|
4273
4855
|
'updatedAt': string;
|
|
4274
4856
|
}
|
|
@@ -4286,6 +4868,13 @@ export interface EventRoomTypePassTypeDetailsUpdateInputs {
|
|
|
4286
4868
|
'maxEnd'?: string | null;
|
|
4287
4869
|
}
|
|
4288
4870
|
export interface EventRoomTypeReservation {
|
|
4871
|
+
'id': string;
|
|
4872
|
+
'start': string | null;
|
|
4873
|
+
'end': string | null;
|
|
4874
|
+
'eventRoomTypeId': string;
|
|
4875
|
+
'eventRoomType': BaseEventRoomType;
|
|
4876
|
+
'roomId': string;
|
|
4877
|
+
'room': BaseRoom;
|
|
4289
4878
|
'passes': Array<EventRoomTypeReservationPassesInner>;
|
|
4290
4879
|
'lineItem': PaymentLineItem | null;
|
|
4291
4880
|
'createdAt': string;
|
|
@@ -4293,7 +4882,7 @@ export interface EventRoomTypeReservation {
|
|
|
4293
4882
|
}
|
|
4294
4883
|
export interface EventRoomTypeReservationCreateInputs {
|
|
4295
4884
|
'eventRoomTypeId': string;
|
|
4296
|
-
'passes'?: Array<
|
|
4885
|
+
'passes'?: Array<OrganizationAllOfOAuth>;
|
|
4297
4886
|
'start'?: string | null;
|
|
4298
4887
|
'roomId'?: string | null;
|
|
4299
4888
|
'end'?: string | null;
|
|
@@ -4368,6 +4957,30 @@ export interface EventSectionUpdateInputs {
|
|
|
4368
4957
|
'sortOrder'?: AdvertisementCreateInputsWeight | null;
|
|
4369
4958
|
}
|
|
4370
4959
|
export interface EventSession {
|
|
4960
|
+
'id': string;
|
|
4961
|
+
'slug': string;
|
|
4962
|
+
'name': string;
|
|
4963
|
+
'description': string | null;
|
|
4964
|
+
'longDescription': string | null;
|
|
4965
|
+
'imageId': string | null;
|
|
4966
|
+
'image': BaseImage | null;
|
|
4967
|
+
'startTime': string;
|
|
4968
|
+
'endTime': string;
|
|
4969
|
+
'registrationEnd'?: string;
|
|
4970
|
+
'allowQuickRegister': boolean;
|
|
4971
|
+
'tracks': Array<BaseEventTrack>;
|
|
4972
|
+
'nonSession': boolean;
|
|
4973
|
+
'visible': boolean;
|
|
4974
|
+
'access': SessionAccess;
|
|
4975
|
+
'location': BaseEventSessionLocation | null;
|
|
4976
|
+
'registrationEnabled': boolean;
|
|
4977
|
+
'price': number | null;
|
|
4978
|
+
'limit': number | null;
|
|
4979
|
+
'taxCode': string | null;
|
|
4980
|
+
'taxIncluded': boolean;
|
|
4981
|
+
'taxLocation': TaxLocationType;
|
|
4982
|
+
'createdAt': string;
|
|
4983
|
+
'updatedAt': string;
|
|
4371
4984
|
'roundName': string | null;
|
|
4372
4985
|
'matchName': string | null;
|
|
4373
4986
|
'sortOrder': number;
|
|
@@ -4377,11 +4990,21 @@ export interface EventSession {
|
|
|
4377
4990
|
'meetingId': string | null;
|
|
4378
4991
|
'meeting': BaseMeeting | null;
|
|
4379
4992
|
}
|
|
4993
|
+
|
|
4994
|
+
|
|
4380
4995
|
export interface EventSessionAccess {
|
|
4996
|
+
'id': string;
|
|
4997
|
+
'session': BaseEventSession;
|
|
4998
|
+
'passId': string;
|
|
4999
|
+
'pass': BaseEventPass;
|
|
5000
|
+
'status': PurchaseStatus;
|
|
5001
|
+
'responses': Array<BaseEventSessionQuestionResponse>;
|
|
4381
5002
|
'lineItem': PaymentLineItem | null;
|
|
4382
5003
|
'createdAt': string;
|
|
4383
5004
|
'updatedAt': string;
|
|
4384
5005
|
}
|
|
5006
|
+
|
|
5007
|
+
|
|
4385
5008
|
export interface EventSessionAccessUpdateInputs {
|
|
4386
5009
|
'status'?: PurchaseStatus;
|
|
4387
5010
|
}
|
|
@@ -4415,6 +5038,15 @@ export interface EventSessionCreateInputs {
|
|
|
4415
5038
|
|
|
4416
5039
|
|
|
4417
5040
|
export interface EventSessionLocation {
|
|
5041
|
+
'id': string;
|
|
5042
|
+
'name': string;
|
|
5043
|
+
'address1': string | null;
|
|
5044
|
+
'address2': string | null;
|
|
5045
|
+
'zip': string | null;
|
|
5046
|
+
'city': string | null;
|
|
5047
|
+
'state': string | null;
|
|
5048
|
+
'country': string | null;
|
|
5049
|
+
'image': BaseImage | null;
|
|
4418
5050
|
'description': string | null;
|
|
4419
5051
|
'createdAt': string;
|
|
4420
5052
|
'updatedAt': string;
|
|
@@ -4454,17 +5086,52 @@ export interface EventSessionLocationUpdateInputs {
|
|
|
4454
5086
|
'zip'?: string | null;
|
|
4455
5087
|
}
|
|
4456
5088
|
export interface EventSessionQuestion {
|
|
5089
|
+
'id': string;
|
|
5090
|
+
'eventId': string;
|
|
5091
|
+
'type': EventSessionQuestionType;
|
|
5092
|
+
'name': string;
|
|
5093
|
+
'required': boolean;
|
|
5094
|
+
'description': string | null;
|
|
5095
|
+
'label': string | null;
|
|
5096
|
+
'placeholder': string | null;
|
|
5097
|
+
'default': string | null;
|
|
5098
|
+
'searchListId': string | null;
|
|
5099
|
+
'searchList': BaseSearchList | null;
|
|
5100
|
+
'mutable': boolean;
|
|
5101
|
+
'min': string | null;
|
|
5102
|
+
'max': string | null;
|
|
5103
|
+
'masked': boolean;
|
|
5104
|
+
'validation': string | null;
|
|
5105
|
+
'validationMessage': string | null;
|
|
5106
|
+
'locationOption': LocationQuestionOption | null;
|
|
5107
|
+
'sortOrder': number;
|
|
5108
|
+
'featured': boolean;
|
|
5109
|
+
'choices': Array<BaseEventSessionQuestionChoice>;
|
|
5110
|
+
'price': number | null;
|
|
5111
|
+
'supply': number | null;
|
|
4457
5112
|
'sections': Array<BaseEventSessionSectionQuestion>;
|
|
4458
5113
|
'subQuestionOf': Array<EventSessionQuestionChoiceSubQuestion>;
|
|
4459
5114
|
'dashboardVisibility': boolean;
|
|
4460
5115
|
'createdAt': string;
|
|
4461
5116
|
'updatedAt': string;
|
|
4462
|
-
'_count':
|
|
5117
|
+
'_count': EventSessionQuestionAllOfCount;
|
|
5118
|
+
}
|
|
5119
|
+
|
|
5120
|
+
|
|
5121
|
+
export interface EventSessionQuestionAllOfCount {
|
|
5122
|
+
'responses': number;
|
|
4463
5123
|
}
|
|
4464
5124
|
export interface EventSessionQuestionChoice {
|
|
4465
|
-
'
|
|
4466
|
-
'
|
|
5125
|
+
'id': string;
|
|
5126
|
+
'value': string;
|
|
5127
|
+
'text': string | null;
|
|
5128
|
+
'description': string | null;
|
|
5129
|
+
'supply': number | null;
|
|
5130
|
+
'sortOrder': number;
|
|
4467
5131
|
'subQuestions': Array<BaseEventSessionQuestionChoiceSubQuestion>;
|
|
5132
|
+
'question': BaseEventSessionQuestion;
|
|
5133
|
+
'_count': BaseRegistrationQuestionChoiceCount;
|
|
5134
|
+
'questionId': string;
|
|
4468
5135
|
'createdAt': string;
|
|
4469
5136
|
'updatedAt': string;
|
|
4470
5137
|
}
|
|
@@ -4476,6 +5143,10 @@ export interface EventSessionQuestionChoiceCreateInputs {
|
|
|
4476
5143
|
'sortOrder'?: AdvertisementCreateInputsWeight | null;
|
|
4477
5144
|
}
|
|
4478
5145
|
export interface EventSessionQuestionChoiceSubQuestion {
|
|
5146
|
+
'choiceId': string;
|
|
5147
|
+
'choice': BaseEventSessionQuestionChoice;
|
|
5148
|
+
'questionId': string;
|
|
5149
|
+
'question': BaseEventSessionQuestion;
|
|
4479
5150
|
'sortOrder': number;
|
|
4480
5151
|
'createdAt': string;
|
|
4481
5152
|
'updatedAt': string;
|
|
@@ -4501,9 +5172,6 @@ export interface EventSessionQuestionChoiceUpdateInputs {
|
|
|
4501
5172
|
'description'?: string | null;
|
|
4502
5173
|
'sortOrder'?: AdvertisementCreateInputsWeight | null;
|
|
4503
5174
|
}
|
|
4504
|
-
export interface EventSessionQuestionCount {
|
|
4505
|
-
'responses': number;
|
|
4506
|
-
}
|
|
4507
5175
|
export interface EventSessionQuestionCreateInputs {
|
|
4508
5176
|
'name': string;
|
|
4509
5177
|
'type': EventSessionQuestionType | null;
|
|
@@ -4534,11 +5202,23 @@ export interface EventSessionQuestionCreateInputs {
|
|
|
4534
5202
|
|
|
4535
5203
|
|
|
4536
5204
|
export interface EventSessionQuestionResponse {
|
|
5205
|
+
'id': string;
|
|
5206
|
+
'value': string;
|
|
5207
|
+
'questionId': string;
|
|
5208
|
+
'question': BaseEventSessionQuestion;
|
|
4537
5209
|
'changeLogs': Array<BaseEventSessionQuestionResponseChange>;
|
|
4538
5210
|
'createdAt': string;
|
|
4539
5211
|
'updatedAt': string;
|
|
4540
5212
|
}
|
|
4541
5213
|
export interface EventSessionQuestionResponseChange {
|
|
5214
|
+
'id': string;
|
|
5215
|
+
'newValue': string;
|
|
5216
|
+
'oldValue': string;
|
|
5217
|
+
'eventId': string;
|
|
5218
|
+
'questionId': string;
|
|
5219
|
+
'responseId': string;
|
|
5220
|
+
'userId': string | null;
|
|
5221
|
+
'createdAt': string;
|
|
4542
5222
|
'response': BaseEventSessionQuestionResponse;
|
|
4543
5223
|
'user': BaseUser;
|
|
4544
5224
|
}
|
|
@@ -4599,6 +5279,12 @@ export interface EventSessionQuestionUpdateInputs {
|
|
|
4599
5279
|
|
|
4600
5280
|
|
|
4601
5281
|
export interface EventSessionSection {
|
|
5282
|
+
'id': string;
|
|
5283
|
+
'eventId': string;
|
|
5284
|
+
'name': string;
|
|
5285
|
+
'description': string | null;
|
|
5286
|
+
'sortOrder': number;
|
|
5287
|
+
'_count': BaseRegistrationSectionCount;
|
|
4602
5288
|
'questions': Array<EventSessionQuestion>;
|
|
4603
5289
|
'createdAt': string;
|
|
4604
5290
|
'updatedAt': string;
|
|
@@ -4609,6 +5295,11 @@ export interface EventSessionSectionCreateInputs {
|
|
|
4609
5295
|
'sortOrder'?: AdvertisementCreateInputsWeight | null;
|
|
4610
5296
|
}
|
|
4611
5297
|
export interface EventSessionSectionQuestion {
|
|
5298
|
+
'sectionId': string;
|
|
5299
|
+
'section': BaseEventSessionSection;
|
|
5300
|
+
'questionId': string;
|
|
5301
|
+
'question': BaseEventSessionQuestion;
|
|
5302
|
+
'sortOrder': number;
|
|
4612
5303
|
'createdAt': string;
|
|
4613
5304
|
'updatedAt': string;
|
|
4614
5305
|
}
|
|
@@ -4684,6 +5375,19 @@ export enum EventSource {
|
|
|
4684
5375
|
|
|
4685
5376
|
|
|
4686
5377
|
export interface EventSpeaker {
|
|
5378
|
+
'id': string;
|
|
5379
|
+
'slug': string;
|
|
5380
|
+
'firstName': string;
|
|
5381
|
+
'lastName': string | null;
|
|
5382
|
+
'fullName': string | null;
|
|
5383
|
+
'bio': string | null;
|
|
5384
|
+
'title': string | null;
|
|
5385
|
+
'company': string | null;
|
|
5386
|
+
'companyBio': string | null;
|
|
5387
|
+
'label': string | null;
|
|
5388
|
+
'imageId': string | null;
|
|
5389
|
+
'image': BaseImage | null;
|
|
5390
|
+
'visible': boolean;
|
|
4687
5391
|
'sessions': Array<BaseEventSession>;
|
|
4688
5392
|
'eventId': string;
|
|
4689
5393
|
'event': BaseEvent;
|
|
@@ -4755,6 +5459,13 @@ export interface EventSpeakerUpdateInputs {
|
|
|
4755
5459
|
'visible'?: boolean;
|
|
4756
5460
|
}
|
|
4757
5461
|
export interface EventSponsorship {
|
|
5462
|
+
'id': string;
|
|
5463
|
+
'slug': string;
|
|
5464
|
+
'name': string;
|
|
5465
|
+
'description': string | null;
|
|
5466
|
+
'url': string | null;
|
|
5467
|
+
'account': BaseAccount | null;
|
|
5468
|
+
'image': BaseImage | null;
|
|
4758
5469
|
'createdAt': string;
|
|
4759
5470
|
'updatedAt': string;
|
|
4760
5471
|
}
|
|
@@ -4768,6 +5479,11 @@ export interface EventSponsorshipCreateInputs {
|
|
|
4768
5479
|
'sortOrder'?: EventCreateInputsSplitPaymentPercentage;
|
|
4769
5480
|
}
|
|
4770
5481
|
export interface EventSponsorshipLevel {
|
|
5482
|
+
'id': string;
|
|
5483
|
+
'slug': string;
|
|
5484
|
+
'name': string;
|
|
5485
|
+
'description': string | null;
|
|
5486
|
+
'sponsorsPerRow': number;
|
|
4771
5487
|
'sortOrder': number;
|
|
4772
5488
|
'sponsors': Array<BaseEventSponsorship>;
|
|
4773
5489
|
'createdAt': string;
|
|
@@ -4821,11 +5537,16 @@ export interface EventSponsorshipUpdateInputs {
|
|
|
4821
5537
|
'sortOrder'?: number;
|
|
4822
5538
|
}
|
|
4823
5539
|
export interface EventTrack {
|
|
5540
|
+
'id': string;
|
|
5541
|
+
'slug': string;
|
|
5542
|
+
'name': string;
|
|
5543
|
+
'description': string | null;
|
|
5544
|
+
'color': string;
|
|
4824
5545
|
'createdAt': string;
|
|
4825
5546
|
'updatedAt': string;
|
|
4826
|
-
'_count':
|
|
5547
|
+
'_count': EventTrackAllOfCount;
|
|
4827
5548
|
}
|
|
4828
|
-
export interface
|
|
5549
|
+
export interface EventTrackAllOfCount {
|
|
4829
5550
|
'sessions': number;
|
|
4830
5551
|
}
|
|
4831
5552
|
export interface EventTrackCreateInputs {
|
|
@@ -4954,15 +5675,24 @@ export enum ExportStatus {
|
|
|
4954
5675
|
|
|
4955
5676
|
|
|
4956
5677
|
export interface Faq {
|
|
4957
|
-
'
|
|
4958
|
-
'
|
|
4959
|
-
'
|
|
4960
|
-
'
|
|
5678
|
+
'id': string;
|
|
5679
|
+
'slug': string;
|
|
5680
|
+
'visible': boolean;
|
|
5681
|
+
'question': string;
|
|
5682
|
+
'answer'?: string;
|
|
5683
|
+
'priority': number;
|
|
5684
|
+
'organizationId': string;
|
|
5685
|
+
'eventId': string;
|
|
5686
|
+
'sectionId': string;
|
|
4961
5687
|
'section': BaseFaqSection;
|
|
4962
5688
|
'createdAt': string;
|
|
4963
5689
|
'updatedAt': string;
|
|
4964
5690
|
}
|
|
4965
5691
|
export interface FaqSection {
|
|
5692
|
+
'id': string;
|
|
5693
|
+
'slug': string;
|
|
5694
|
+
'name': string;
|
|
5695
|
+
'priority': number;
|
|
4966
5696
|
'faqs': Array<BaseFaq>;
|
|
4967
5697
|
'eventId': string;
|
|
4968
5698
|
'event': BaseEvent;
|
|
@@ -5142,7 +5872,7 @@ export enum GetAccountPayments200ResponseStatusEnum {
|
|
|
5142
5872
|
export interface GetAccountThreads200Response {
|
|
5143
5873
|
'status': GetAccountThreads200ResponseStatusEnum;
|
|
5144
5874
|
'message': string;
|
|
5145
|
-
'data': Array<
|
|
5875
|
+
'data': Array<Thread>;
|
|
5146
5876
|
'count'?: number;
|
|
5147
5877
|
}
|
|
5148
5878
|
|
|
@@ -5655,7 +6385,7 @@ export enum GetEvents200ResponseStatusEnum {
|
|
|
5655
6385
|
export interface GetFiles200Response {
|
|
5656
6386
|
'status': GetFiles200ResponseStatusEnum;
|
|
5657
6387
|
'message': string;
|
|
5658
|
-
'data': Array<
|
|
6388
|
+
'data': Array<any>;
|
|
5659
6389
|
'count'?: number;
|
|
5660
6390
|
}
|
|
5661
6391
|
|
|
@@ -5920,7 +6650,7 @@ export enum GetPayment200ResponseStatusEnum {
|
|
|
5920
6650
|
export interface GetPresets200Response {
|
|
5921
6651
|
'status': GetPresets200ResponseStatusEnum;
|
|
5922
6652
|
'message': string;
|
|
5923
|
-
'data': Array<
|
|
6653
|
+
'data': Array<Preset>;
|
|
5924
6654
|
'count'?: number;
|
|
5925
6655
|
}
|
|
5926
6656
|
|
|
@@ -5931,7 +6661,7 @@ export enum GetPresets200ResponseStatusEnum {
|
|
|
5931
6661
|
export interface GetPushDevice200Response {
|
|
5932
6662
|
'status': GetPushDevice200ResponseStatusEnum;
|
|
5933
6663
|
'message': string;
|
|
5934
|
-
'data':
|
|
6664
|
+
'data': PushDevice;
|
|
5935
6665
|
}
|
|
5936
6666
|
|
|
5937
6667
|
export enum GetPushDevice200ResponseStatusEnum {
|
|
@@ -5993,7 +6723,7 @@ export enum GetSearchLists200ResponseStatusEnum {
|
|
|
5993
6723
|
export interface GetSelf200Response {
|
|
5994
6724
|
'status': GetSelf200ResponseStatusEnum;
|
|
5995
6725
|
'message': string;
|
|
5996
|
-
'data':
|
|
6726
|
+
'data': Self;
|
|
5997
6727
|
}
|
|
5998
6728
|
|
|
5999
6729
|
export enum GetSelf200ResponseStatusEnum {
|
|
@@ -6185,7 +6915,7 @@ export enum GetTaxLogs200ResponseStatusEnum {
|
|
|
6185
6915
|
export interface GetThreadCircles200Response {
|
|
6186
6916
|
'status': GetThreadCircles200ResponseStatusEnum;
|
|
6187
6917
|
'message': string;
|
|
6188
|
-
'data': Array<
|
|
6918
|
+
'data': Array<ThreadCircle>;
|
|
6189
6919
|
'count'?: number;
|
|
6190
6920
|
}
|
|
6191
6921
|
|
|
@@ -6207,7 +6937,7 @@ export enum GetThreadMembers200ResponseStatusEnum {
|
|
|
6207
6937
|
export interface GetThreadMessageFiles200Response {
|
|
6208
6938
|
'status': GetThreadMessageFiles200ResponseStatusEnum;
|
|
6209
6939
|
'message': string;
|
|
6210
|
-
'data': Array<
|
|
6940
|
+
'data': Array<any>;
|
|
6211
6941
|
}
|
|
6212
6942
|
|
|
6213
6943
|
export enum GetThreadMessageFiles200ResponseStatusEnum {
|
|
@@ -6266,21 +6996,34 @@ export enum GetVideoCaptions200ResponseStatusEnum {
|
|
|
6266
6996
|
}
|
|
6267
6997
|
|
|
6268
6998
|
export interface Group {
|
|
6999
|
+
'id': string;
|
|
7000
|
+
'slug': string;
|
|
7001
|
+
'name': string;
|
|
7002
|
+
'active': boolean;
|
|
7003
|
+
'access': GroupAccess;
|
|
7004
|
+
'description': string;
|
|
7005
|
+
'featured': boolean;
|
|
7006
|
+
'imageId': string | null;
|
|
7007
|
+
'image': BaseImage | null;
|
|
7008
|
+
'squareImageId': string | null;
|
|
7009
|
+
'squareImage': BaseImage | null;
|
|
7010
|
+
'_count': GroupAllOfCount;
|
|
6269
7011
|
'externalUrl': string | null;
|
|
6270
7012
|
'meetingId': string | null;
|
|
6271
7013
|
'meeting': BaseMeeting | null;
|
|
6272
7014
|
'createdAt': string;
|
|
6273
7015
|
'updatedAt': string;
|
|
6274
|
-
'_count': GroupCount;
|
|
6275
7016
|
}
|
|
6276
7017
|
|
|
7018
|
+
|
|
7019
|
+
|
|
6277
7020
|
export enum GroupAccess {
|
|
6278
7021
|
Public = 'public',
|
|
6279
7022
|
Private = 'private'
|
|
6280
7023
|
}
|
|
6281
7024
|
|
|
6282
7025
|
|
|
6283
|
-
export interface
|
|
7026
|
+
export interface GroupAllOfCount {
|
|
6284
7027
|
'members': number;
|
|
6285
7028
|
'interests': number;
|
|
6286
7029
|
'events': number;
|
|
@@ -6300,6 +7043,10 @@ export interface GroupCreateInputs {
|
|
|
6300
7043
|
|
|
6301
7044
|
|
|
6302
7045
|
export interface GroupInvitation {
|
|
7046
|
+
'id': string;
|
|
7047
|
+
'status': GroupInvitationStatus;
|
|
7048
|
+
'createdAt': string;
|
|
7049
|
+
'updatedAt': string;
|
|
6303
7050
|
'group': BaseGroup;
|
|
6304
7051
|
'groupId': string;
|
|
6305
7052
|
'accountId': string;
|
|
@@ -6308,6 +7055,8 @@ export interface GroupInvitation {
|
|
|
6308
7055
|
'inviter': BaseAccount;
|
|
6309
7056
|
}
|
|
6310
7057
|
|
|
7058
|
+
|
|
7059
|
+
|
|
6311
7060
|
export enum GroupInvitationStatus {
|
|
6312
7061
|
Invited = 'invited',
|
|
6313
7062
|
Rejected = 'rejected',
|
|
@@ -6316,6 +7065,12 @@ export enum GroupInvitationStatus {
|
|
|
6316
7065
|
|
|
6317
7066
|
|
|
6318
7067
|
export interface GroupMembership {
|
|
7068
|
+
'accountId': string;
|
|
7069
|
+
'account': BaseAccount;
|
|
7070
|
+
'groupId': string;
|
|
7071
|
+
'group': BaseGroup;
|
|
7072
|
+
'role': GroupMembershipRole;
|
|
7073
|
+
'createdAt': string;
|
|
6319
7074
|
'announcementEmailNotification': boolean;
|
|
6320
7075
|
'announcementPushNotification': boolean;
|
|
6321
7076
|
'activityEmailNotification': boolean;
|
|
@@ -6325,6 +7080,8 @@ export interface GroupMembership {
|
|
|
6325
7080
|
'updatedAt': string;
|
|
6326
7081
|
}
|
|
6327
7082
|
|
|
7083
|
+
|
|
7084
|
+
|
|
6328
7085
|
export enum GroupMembershipRole {
|
|
6329
7086
|
Member = 'member',
|
|
6330
7087
|
Moderator = 'moderator'
|
|
@@ -6341,12 +7098,18 @@ export interface GroupMembershipUpdateInputs {
|
|
|
6341
7098
|
'chatPushNotification'?: boolean;
|
|
6342
7099
|
}
|
|
6343
7100
|
export interface GroupRequest {
|
|
7101
|
+
'id': string;
|
|
7102
|
+
'status': GroupRequestStatus;
|
|
7103
|
+
'createdAt': string;
|
|
7104
|
+
'updatedAt': string;
|
|
6344
7105
|
'groupId': string;
|
|
6345
7106
|
'group': BaseGroup;
|
|
6346
7107
|
'accountId': string;
|
|
6347
7108
|
'account': BaseAccount;
|
|
6348
7109
|
}
|
|
6349
7110
|
|
|
7111
|
+
|
|
7112
|
+
|
|
6350
7113
|
export enum GroupRequestStatus {
|
|
6351
7114
|
Requested = 'requested',
|
|
6352
7115
|
Rejected = 'rejected'
|
|
@@ -6383,6 +7146,12 @@ export interface GroupUpdateInputs {
|
|
|
6383
7146
|
|
|
6384
7147
|
|
|
6385
7148
|
export interface Image {
|
|
7149
|
+
'id': string;
|
|
7150
|
+
'name': string | null;
|
|
7151
|
+
'uri': string;
|
|
7152
|
+
'width': number;
|
|
7153
|
+
'height': number;
|
|
7154
|
+
'createdAt': string;
|
|
6386
7155
|
'type': ImageType;
|
|
6387
7156
|
'description': string | null;
|
|
6388
7157
|
'moderation': ImageModerationLevel;
|
|
@@ -6424,9 +7193,21 @@ export interface ImageUpdateInputs {
|
|
|
6424
7193
|
|
|
6425
7194
|
|
|
6426
7195
|
export interface ImageUsage {
|
|
6427
|
-
'
|
|
7196
|
+
'id': string;
|
|
7197
|
+
'name': string | null;
|
|
7198
|
+
'uri': string;
|
|
7199
|
+
'width': number;
|
|
7200
|
+
'height': number;
|
|
7201
|
+
'createdAt': string;
|
|
7202
|
+
'type': ImageType;
|
|
7203
|
+
'description': string | null;
|
|
7204
|
+
'moderation': ImageModerationLevel;
|
|
7205
|
+
'updatedAt': string;
|
|
7206
|
+
'_count': ImageUsageAllOfCount;
|
|
6428
7207
|
}
|
|
6429
|
-
|
|
7208
|
+
|
|
7209
|
+
|
|
7210
|
+
export interface ImageUsageAllOfCount {
|
|
6430
7211
|
'accounts': number;
|
|
6431
7212
|
'events': number;
|
|
6432
7213
|
'sessions': number;
|
|
@@ -6436,8 +7217,20 @@ export interface ImageUsageCount {
|
|
|
6436
7217
|
'tickets': number;
|
|
6437
7218
|
}
|
|
6438
7219
|
export interface ImageWCopyUri {
|
|
7220
|
+
'id': string;
|
|
7221
|
+
'name': string | null;
|
|
7222
|
+
'uri': string;
|
|
7223
|
+
'width': number;
|
|
7224
|
+
'height': number;
|
|
7225
|
+
'createdAt': string;
|
|
7226
|
+
'type': ImageType;
|
|
7227
|
+
'description': string | null;
|
|
7228
|
+
'moderation': ImageModerationLevel;
|
|
7229
|
+
'updatedAt': string;
|
|
6439
7230
|
'copyUri': string;
|
|
6440
7231
|
}
|
|
7232
|
+
|
|
7233
|
+
|
|
6441
7234
|
export interface ImpersonateAccount200Response {
|
|
6442
7235
|
'status': ImpersonateAccount200ResponseStatusEnum;
|
|
6443
7236
|
'message': string;
|
|
@@ -6449,11 +7242,17 @@ export enum ImpersonateAccount200ResponseStatusEnum {
|
|
|
6449
7242
|
}
|
|
6450
7243
|
|
|
6451
7244
|
export interface Import {
|
|
7245
|
+
'id': string;
|
|
7246
|
+
'type': string;
|
|
7247
|
+
'overwrite': boolean;
|
|
7248
|
+
'userId': string | null;
|
|
7249
|
+
'createdAt': string;
|
|
7250
|
+
'updatedAt': string;
|
|
6452
7251
|
'user': BaseUser;
|
|
6453
7252
|
'tier': BaseTier;
|
|
6454
|
-
'_count':
|
|
7253
|
+
'_count': ImportAllOfCount;
|
|
6455
7254
|
}
|
|
6456
|
-
export interface
|
|
7255
|
+
export interface ImportAllOfCount {
|
|
6457
7256
|
'items': number;
|
|
6458
7257
|
}
|
|
6459
7258
|
export interface ImportCreateInputs {
|
|
@@ -6466,9 +7265,19 @@ export interface ImportCreateInputsValuesInner {
|
|
|
6466
7265
|
'email': string;
|
|
6467
7266
|
}
|
|
6468
7267
|
export interface ImportItem {
|
|
7268
|
+
'id': string;
|
|
7269
|
+
'importId': string;
|
|
7270
|
+
'values': string;
|
|
7271
|
+
'status': ImportItemStatus;
|
|
7272
|
+
'message': string | null;
|
|
7273
|
+
'debug': string | null;
|
|
7274
|
+
'createdAt': string;
|
|
7275
|
+
'updatedAt': string;
|
|
6469
7276
|
'import': BaseImport;
|
|
6470
7277
|
}
|
|
6471
7278
|
|
|
7279
|
+
|
|
7280
|
+
|
|
6472
7281
|
export enum ImportItemStatus {
|
|
6473
7282
|
Pending = 'pending',
|
|
6474
7283
|
Resolved = 'resolved',
|
|
@@ -6503,21 +7312,19 @@ export enum IndexEventPasses200ResponseStatusEnum {
|
|
|
6503
7312
|
}
|
|
6504
7313
|
|
|
6505
7314
|
export interface Integration {
|
|
7315
|
+
'id': string;
|
|
7316
|
+
'type': IntegrationType;
|
|
7317
|
+
'enabled': boolean;
|
|
7318
|
+
'createdAt': string;
|
|
7319
|
+
'updatedAt': string;
|
|
6506
7320
|
'publicUrl': string | null;
|
|
6507
7321
|
'publicKey': string | null;
|
|
6508
7322
|
'secretKey': string | null;
|
|
6509
|
-
'details':
|
|
6510
|
-
}
|
|
6511
|
-
export interface IntegrationCreateInputs {
|
|
6512
|
-
'type': IntegrationType;
|
|
6513
|
-
'enabled'?: boolean;
|
|
6514
|
-
'publicUrl'?: string;
|
|
6515
|
-
'publicKey'?: string;
|
|
6516
|
-
'secretKey'?: string;
|
|
7323
|
+
'details': IntegrationAllOfDetails;
|
|
6517
7324
|
}
|
|
6518
7325
|
|
|
6519
7326
|
|
|
6520
|
-
export interface
|
|
7327
|
+
export interface IntegrationAllOfDetails {
|
|
6521
7328
|
'type': IntegrationType;
|
|
6522
7329
|
'name': string;
|
|
6523
7330
|
'description': string;
|
|
@@ -6525,6 +7332,15 @@ export interface IntegrationDetails {
|
|
|
6525
7332
|
}
|
|
6526
7333
|
|
|
6527
7334
|
|
|
7335
|
+
export interface IntegrationCreateInputs {
|
|
7336
|
+
'type': IntegrationType;
|
|
7337
|
+
'enabled'?: boolean;
|
|
7338
|
+
'publicUrl'?: string;
|
|
7339
|
+
'publicKey'?: string;
|
|
7340
|
+
'secretKey'?: string;
|
|
7341
|
+
}
|
|
7342
|
+
|
|
7343
|
+
|
|
6528
7344
|
|
|
6529
7345
|
export enum IntegrationType {
|
|
6530
7346
|
Snagtag = 'snagtag'
|
|
@@ -6538,11 +7354,16 @@ export interface IntegrationUpdateInputs {
|
|
|
6538
7354
|
'secretKey'?: string | null;
|
|
6539
7355
|
}
|
|
6540
7356
|
export interface Interest {
|
|
7357
|
+
'id': string;
|
|
7358
|
+
'featured': boolean;
|
|
7359
|
+
'name': string;
|
|
7360
|
+
'imageId': string | null;
|
|
7361
|
+
'image': BaseImage | null;
|
|
6541
7362
|
'createdAt': string;
|
|
6542
7363
|
'updatedAt': string;
|
|
6543
|
-
'_count':
|
|
7364
|
+
'_count': InterestAllOfCount;
|
|
6544
7365
|
}
|
|
6545
|
-
export interface
|
|
7366
|
+
export interface InterestAllOfCount {
|
|
6546
7367
|
'accounts': number;
|
|
6547
7368
|
'groups': number;
|
|
6548
7369
|
}
|
|
@@ -6551,12 +7372,21 @@ export interface InterestCreateInputs {
|
|
|
6551
7372
|
}
|
|
6552
7373
|
export interface InterestInputs {
|
|
6553
7374
|
'type': InterestInputsTypeEnum;
|
|
7375
|
+
'startIndex': number;
|
|
7376
|
+
'endIndex': number;
|
|
7377
|
+
'marks': Array<InterestInputsMarksEnum>;
|
|
6554
7378
|
'interest': string;
|
|
6555
7379
|
}
|
|
6556
7380
|
|
|
6557
7381
|
export enum InterestInputsTypeEnum {
|
|
6558
7382
|
Interest = 'interest'
|
|
6559
7383
|
}
|
|
7384
|
+
export enum InterestInputsMarksEnum {
|
|
7385
|
+
Bold = 'bold',
|
|
7386
|
+
Italic = 'italic',
|
|
7387
|
+
Underline = 'underline',
|
|
7388
|
+
Strike = 'strike'
|
|
7389
|
+
}
|
|
6560
7390
|
|
|
6561
7391
|
export interface InterestUpdateInputs {
|
|
6562
7392
|
'name'?: string | null;
|
|
@@ -6564,6 +7394,15 @@ export interface InterestUpdateInputs {
|
|
|
6564
7394
|
'featured'?: boolean;
|
|
6565
7395
|
}
|
|
6566
7396
|
export interface Invoice {
|
|
7397
|
+
'id': string;
|
|
7398
|
+
'alternateId': string;
|
|
7399
|
+
'dueDate': string;
|
|
7400
|
+
'sentDate': string | null;
|
|
7401
|
+
'status': InvoiceStatus;
|
|
7402
|
+
'title': string;
|
|
7403
|
+
'notes': string | null;
|
|
7404
|
+
'paymentIntegrationId': string | null;
|
|
7405
|
+
'paymentIntegration': BasePaymentIntegration | null;
|
|
6567
7406
|
'lineItems': BaseInvoiceLineItem;
|
|
6568
7407
|
'accountId': string | null;
|
|
6569
7408
|
'account': BaseAccount | null;
|
|
@@ -6572,6 +7411,8 @@ export interface Invoice {
|
|
|
6572
7411
|
'createdAt': string;
|
|
6573
7412
|
'updatedAt': string;
|
|
6574
7413
|
}
|
|
7414
|
+
|
|
7415
|
+
|
|
6575
7416
|
export interface InvoiceCreateInputs {
|
|
6576
7417
|
'title': string;
|
|
6577
7418
|
'dueDate': string;
|
|
@@ -6582,9 +7423,21 @@ export interface InvoiceCreateInputs {
|
|
|
6582
7423
|
'paymentIntegrationId'?: string | null;
|
|
6583
7424
|
}
|
|
6584
7425
|
export interface InvoiceLineItem {
|
|
7426
|
+
'id': string;
|
|
7427
|
+
'name': string;
|
|
7428
|
+
'description': string;
|
|
7429
|
+
'quantity': number;
|
|
7430
|
+
'amount': number;
|
|
7431
|
+
'taxCode': string | null;
|
|
7432
|
+
'taxIncluded': boolean;
|
|
7433
|
+
'taxLocation': TaxLocationType;
|
|
7434
|
+
'createdAt': string;
|
|
7435
|
+
'updatedAt': string;
|
|
6585
7436
|
'invoiceId': string;
|
|
6586
7437
|
'invoice': BaseInvoice;
|
|
6587
7438
|
}
|
|
7439
|
+
|
|
7440
|
+
|
|
6588
7441
|
export interface InvoiceLineItemCreateInputs {
|
|
6589
7442
|
'name': string;
|
|
6590
7443
|
'description': string;
|
|
@@ -6631,6 +7484,12 @@ export interface InvoiceUpdateInputs {
|
|
|
6631
7484
|
'paymentIntegrationId'?: string | null;
|
|
6632
7485
|
}
|
|
6633
7486
|
export interface Lead {
|
|
7487
|
+
'id': string;
|
|
7488
|
+
'firstName': string | null;
|
|
7489
|
+
'lastName': string | null;
|
|
7490
|
+
'shareAccount': BaseLeadShareAccount;
|
|
7491
|
+
'status': LeadStatus;
|
|
7492
|
+
'createdAt': string;
|
|
6634
7493
|
'eventId': string | null;
|
|
6635
7494
|
'event': BaseEvent | null;
|
|
6636
7495
|
'email': string | null;
|
|
@@ -6642,10 +7501,12 @@ export interface Lead {
|
|
|
6642
7501
|
'twitter': string | null;
|
|
6643
7502
|
'tikTok': string | null;
|
|
6644
7503
|
'note': string | null;
|
|
6645
|
-
'attributes': Array<
|
|
7504
|
+
'attributes': Array<LeadAllOfAttributes>;
|
|
6646
7505
|
'updatedAt': string;
|
|
6647
7506
|
}
|
|
6648
|
-
|
|
7507
|
+
|
|
7508
|
+
|
|
7509
|
+
export interface LeadAllOfAttributes {
|
|
6649
7510
|
'name': string;
|
|
6650
7511
|
'value': string;
|
|
6651
7512
|
}
|
|
@@ -6671,10 +7532,19 @@ export interface LeadUpdateInputs {
|
|
|
6671
7532
|
|
|
6672
7533
|
|
|
6673
7534
|
export interface Level {
|
|
7535
|
+
'id': string;
|
|
7536
|
+
'slug': string;
|
|
7537
|
+
'name': string;
|
|
7538
|
+
'subtitle': string | null;
|
|
7539
|
+
'description': string | null;
|
|
7540
|
+
'color': string;
|
|
7541
|
+
'scale': number;
|
|
7542
|
+
'imageId': string | null;
|
|
7543
|
+
'image': BaseImage | null;
|
|
6674
7544
|
'sortOrder': number;
|
|
6675
7545
|
'createdAt': string;
|
|
6676
7546
|
'updatedAt': string;
|
|
6677
|
-
'_count':
|
|
7547
|
+
'_count': TierAllOfCount;
|
|
6678
7548
|
}
|
|
6679
7549
|
export interface LevelCreateInputs {
|
|
6680
7550
|
'name': string;
|
|
@@ -6702,6 +7572,8 @@ export interface LevelUpdateInputs {
|
|
|
6702
7572
|
'sortOrder'?: AdvertisementCreateInputsWeight | null;
|
|
6703
7573
|
}
|
|
6704
7574
|
export interface Like {
|
|
7575
|
+
'activity': BaseActivity;
|
|
7576
|
+
'account': BaseAccount;
|
|
6705
7577
|
'createdAt': string;
|
|
6706
7578
|
'updatedAt': string;
|
|
6707
7579
|
}
|
|
@@ -6718,13 +7590,33 @@ export enum LineChartSummaryDataTypeEnum {
|
|
|
6718
7590
|
|
|
6719
7591
|
export interface LinkInputs {
|
|
6720
7592
|
'type': LinkInputsTypeEnum;
|
|
7593
|
+
'startIndex': number;
|
|
7594
|
+
'endIndex': number;
|
|
7595
|
+
'marks': Array<LinkInputsMarksEnum>;
|
|
6721
7596
|
'href': string;
|
|
6722
7597
|
}
|
|
6723
7598
|
|
|
6724
7599
|
export enum LinkInputsTypeEnum {
|
|
6725
7600
|
Link = 'link'
|
|
6726
7601
|
}
|
|
7602
|
+
export enum LinkInputsMarksEnum {
|
|
7603
|
+
Bold = 'bold',
|
|
7604
|
+
Italic = 'italic',
|
|
7605
|
+
Underline = 'underline',
|
|
7606
|
+
Strike = 'strike'
|
|
7607
|
+
}
|
|
6727
7608
|
|
|
7609
|
+
export interface LinkPreview {
|
|
7610
|
+
'url': string;
|
|
7611
|
+
'siteName': string | null;
|
|
7612
|
+
'title': string | null;
|
|
7613
|
+
'description': string | null;
|
|
7614
|
+
'image': string | null;
|
|
7615
|
+
'imageWidth': number | null;
|
|
7616
|
+
'imageHeight': number | null;
|
|
7617
|
+
'imageType': string | null;
|
|
7618
|
+
'favicon': string | null;
|
|
7619
|
+
}
|
|
6728
7620
|
export interface Livestream {
|
|
6729
7621
|
'id': string;
|
|
6730
7622
|
'name': string;
|
|
@@ -6765,9 +7657,21 @@ export enum LocationQuestionOption {
|
|
|
6765
7657
|
|
|
6766
7658
|
|
|
6767
7659
|
export interface Login {
|
|
6768
|
-
'
|
|
7660
|
+
'sub': string;
|
|
7661
|
+
'userPoolId': string;
|
|
7662
|
+
'username': string;
|
|
7663
|
+
'email': string;
|
|
7664
|
+
'status': string;
|
|
7665
|
+
'enabled': boolean;
|
|
7666
|
+
'verified': boolean;
|
|
7667
|
+
'firstName': string | null;
|
|
7668
|
+
'lastName': string | null;
|
|
7669
|
+
'internalRefId': string | null;
|
|
7670
|
+
'createdAt': string;
|
|
7671
|
+
'updatedAt': string;
|
|
7672
|
+
'_count': LoginAllOfCount;
|
|
6769
7673
|
}
|
|
6770
|
-
export interface
|
|
7674
|
+
export interface LoginAllOfCount {
|
|
6771
7675
|
'accounts': number;
|
|
6772
7676
|
'devices': number;
|
|
6773
7677
|
}
|
|
@@ -6775,6 +7679,11 @@ export interface MarkNotificationsReadInputs {
|
|
|
6775
7679
|
'notificationIds': Array<string>;
|
|
6776
7680
|
}
|
|
6777
7681
|
export interface Match {
|
|
7682
|
+
'id': string;
|
|
7683
|
+
'round': BaseRound;
|
|
7684
|
+
'number': number;
|
|
7685
|
+
'title': string | null;
|
|
7686
|
+
'description': string | null;
|
|
6778
7687
|
'passes': Array<BaseMatchPass>;
|
|
6779
7688
|
'createdAt': string;
|
|
6780
7689
|
'updatedAt': string;
|
|
@@ -6792,6 +7701,9 @@ export interface MatchUpdateInputs {
|
|
|
6792
7701
|
'description'?: string | null;
|
|
6793
7702
|
}
|
|
6794
7703
|
export interface Meeting {
|
|
7704
|
+
'id': string;
|
|
7705
|
+
'title': string;
|
|
7706
|
+
'type': MeetingType;
|
|
6795
7707
|
'event'?: BaseEvent;
|
|
6796
7708
|
'session'?: BaseEventSession;
|
|
6797
7709
|
'group'?: BaseGroup;
|
|
@@ -6839,6 +7751,11 @@ export enum MeetingCreateInputsPreferredRegionEnum {
|
|
|
6839
7751
|
}
|
|
6840
7752
|
|
|
6841
7753
|
export interface MeetingLink {
|
|
7754
|
+
'id': string;
|
|
7755
|
+
'name': string;
|
|
7756
|
+
'passcode': string;
|
|
7757
|
+
'preset_name': string;
|
|
7758
|
+
'requireAuth': boolean;
|
|
6842
7759
|
'createdAt': string;
|
|
6843
7760
|
'updatedAt': string;
|
|
6844
7761
|
}
|
|
@@ -6877,6 +7794,20 @@ export interface MeetingPresetCreateInputs {
|
|
|
6877
7794
|
export interface MeetingPresetUpdateInputs {
|
|
6878
7795
|
'name'?: string | null;
|
|
6879
7796
|
}
|
|
7797
|
+
export interface MeetingRecording {
|
|
7798
|
+
'id': string;
|
|
7799
|
+
'meeting_id': string;
|
|
7800
|
+
'download_url': string | null;
|
|
7801
|
+
'download_url_expiry': string | null;
|
|
7802
|
+
'file_size': number | null;
|
|
7803
|
+
'session_id': string | null;
|
|
7804
|
+
'output_file_name': string;
|
|
7805
|
+
'status': string;
|
|
7806
|
+
'invoked_time': string;
|
|
7807
|
+
'started_time': string | null;
|
|
7808
|
+
'stopped_time': string | null;
|
|
7809
|
+
'recording_duration': number;
|
|
7810
|
+
}
|
|
6880
7811
|
export interface MeetingRecordingCreateInputs {
|
|
6881
7812
|
'max_seconds'?: number;
|
|
6882
7813
|
'file_name_prefix'?: string;
|
|
@@ -6938,18 +7869,38 @@ export interface MeetingSessionChatDownload {
|
|
|
6938
7869
|
'chat_download_url_expiry': string;
|
|
6939
7870
|
}
|
|
6940
7871
|
export interface MeetingSessionParticipant {
|
|
6941
|
-
'
|
|
6942
|
-
'
|
|
7872
|
+
'id': string;
|
|
7873
|
+
'user_id': string | null;
|
|
7874
|
+
'custom_participant_id': string;
|
|
7875
|
+
'display_name': string | null;
|
|
7876
|
+
'session_id': string;
|
|
7877
|
+
'joined_at': string;
|
|
7878
|
+
'left_at': string | null;
|
|
7879
|
+
'duration': number | null;
|
|
7880
|
+
'created_at': string;
|
|
7881
|
+
'updated_at': string;
|
|
7882
|
+
'role': string;
|
|
7883
|
+
'preset_name': string;
|
|
7884
|
+
'account': BaseAccount | null;
|
|
7885
|
+
'peer_stats'?: MeetingSessionParticipantAllOfPeerStats;
|
|
7886
|
+
'quality_stats'?: Array<MeetingSessionParticipantAllOfQualityStats>;
|
|
7887
|
+
}
|
|
7888
|
+
export interface MeetingSessionParticipantAllOfAudioStats {
|
|
7889
|
+
'timestamp': string;
|
|
7890
|
+
'concealment_events'?: number;
|
|
7891
|
+
'packets_lost'?: number;
|
|
7892
|
+
'jitter'?: number;
|
|
7893
|
+
'quality'?: number;
|
|
6943
7894
|
}
|
|
6944
|
-
export interface
|
|
7895
|
+
export interface MeetingSessionParticipantAllOfPeerStats {
|
|
6945
7896
|
'config'?: string;
|
|
6946
7897
|
'status'?: string;
|
|
6947
|
-
'device_info'?:
|
|
6948
|
-
'events'?: Array<
|
|
6949
|
-
'ip_information'?:
|
|
6950
|
-
'precall_network_information'?:
|
|
7898
|
+
'device_info'?: MeetingSessionParticipantAllOfPeerStatsDeviceInfo;
|
|
7899
|
+
'events'?: Array<MeetingSessionParticipantAllOfPeerStatsEvents>;
|
|
7900
|
+
'ip_information'?: MeetingSessionParticipantAllOfPeerStatsIpInformation;
|
|
7901
|
+
'precall_network_information'?: MeetingSessionParticipantAllOfPeerStatsPrecallNetworkInformation;
|
|
6951
7902
|
}
|
|
6952
|
-
export interface
|
|
7903
|
+
export interface MeetingSessionParticipantAllOfPeerStatsDeviceInfo {
|
|
6953
7904
|
'browser'?: string;
|
|
6954
7905
|
'browser_version'?: string;
|
|
6955
7906
|
'cpus'?: number;
|
|
@@ -6963,11 +7914,11 @@ export interface MeetingSessionParticipantPeerStatsDeviceInfo {
|
|
|
6963
7914
|
'user_agent'?: string;
|
|
6964
7915
|
'webgl_support'?: string;
|
|
6965
7916
|
}
|
|
6966
|
-
export interface
|
|
7917
|
+
export interface MeetingSessionParticipantAllOfPeerStatsEvents {
|
|
6967
7918
|
'timestamp': string;
|
|
6968
7919
|
'type': string;
|
|
6969
7920
|
}
|
|
6970
|
-
export interface
|
|
7921
|
+
export interface MeetingSessionParticipantAllOfPeerStatsIpInformation {
|
|
6971
7922
|
'city'?: string;
|
|
6972
7923
|
'country'?: string;
|
|
6973
7924
|
'ip_location'?: string;
|
|
@@ -6977,7 +7928,7 @@ export interface MeetingSessionParticipantPeerStatsIpInformation {
|
|
|
6977
7928
|
'region'?: string;
|
|
6978
7929
|
'timezone'?: string;
|
|
6979
7930
|
}
|
|
6980
|
-
export interface
|
|
7931
|
+
export interface MeetingSessionParticipantAllOfPeerStatsPrecallNetworkInformation {
|
|
6981
7932
|
'backend_rtt'?: number;
|
|
6982
7933
|
'turn_connectivity'?: boolean;
|
|
6983
7934
|
'effective_networktype'?: string;
|
|
@@ -6988,7 +7939,7 @@ export interface MeetingSessionParticipantPeerStatsPrecallNetworkInformation {
|
|
|
6988
7939
|
'relay_connectivity'?: boolean;
|
|
6989
7940
|
'fractional_loss'?: number;
|
|
6990
7941
|
}
|
|
6991
|
-
export interface
|
|
7942
|
+
export interface MeetingSessionParticipantAllOfQualityStats {
|
|
6992
7943
|
'peer_id': string;
|
|
6993
7944
|
'audio_bandwidth'?: number;
|
|
6994
7945
|
'video_bandwidth'?: number;
|
|
@@ -6997,17 +7948,10 @@ export interface MeetingSessionParticipantQualityStatsInner {
|
|
|
6997
7948
|
'end'?: string;
|
|
6998
7949
|
'audio_packet_loss'?: number;
|
|
6999
7950
|
'video_packet_loss'?: number;
|
|
7000
|
-
'audio_stats'?: Array<
|
|
7001
|
-
'video_stats'?: Array<
|
|
7002
|
-
}
|
|
7003
|
-
export interface MeetingSessionParticipantQualityStatsInnerAudioStatsInner {
|
|
7004
|
-
'timestamp': string;
|
|
7005
|
-
'concealment_events'?: number;
|
|
7006
|
-
'packets_lost'?: number;
|
|
7007
|
-
'jitter'?: number;
|
|
7008
|
-
'quality'?: number;
|
|
7951
|
+
'audio_stats'?: Array<MeetingSessionParticipantAllOfAudioStats>;
|
|
7952
|
+
'video_stats'?: Array<MeetingSessionParticipantAllOfVideoStats>;
|
|
7009
7953
|
}
|
|
7010
|
-
export interface
|
|
7954
|
+
export interface MeetingSessionParticipantAllOfVideoStats {
|
|
7011
7955
|
'timestamp': string;
|
|
7012
7956
|
'frame_width'?: number;
|
|
7013
7957
|
'frame_height'?: number;
|
|
@@ -7063,12 +8007,34 @@ export enum MeetingUpdateInputsStatusEnum {
|
|
|
7063
8007
|
|
|
7064
8008
|
export interface MentionInputs {
|
|
7065
8009
|
'type': MentionInputsTypeEnum;
|
|
8010
|
+
'startIndex': number;
|
|
8011
|
+
'endIndex': number;
|
|
8012
|
+
'marks': Array<MentionInputsMarksEnum>;
|
|
7066
8013
|
'username': string;
|
|
7067
8014
|
}
|
|
7068
8015
|
|
|
7069
8016
|
export enum MentionInputsTypeEnum {
|
|
7070
8017
|
Mention = 'mention'
|
|
7071
8018
|
}
|
|
8019
|
+
export enum MentionInputsMarksEnum {
|
|
8020
|
+
Bold = 'bold',
|
|
8021
|
+
Italic = 'italic',
|
|
8022
|
+
Underline = 'underline',
|
|
8023
|
+
Strike = 'strike'
|
|
8024
|
+
}
|
|
8025
|
+
|
|
8026
|
+
export interface ModelFile {
|
|
8027
|
+
'id': number;
|
|
8028
|
+
'name': string;
|
|
8029
|
+
'r2Path': string;
|
|
8030
|
+
'source': FileSource;
|
|
8031
|
+
'kilobytes': number;
|
|
8032
|
+
'url'?: string;
|
|
8033
|
+
'public': boolean;
|
|
8034
|
+
'createdAt': string;
|
|
8035
|
+
'updatedAt': string;
|
|
8036
|
+
}
|
|
8037
|
+
|
|
7072
8038
|
|
|
7073
8039
|
|
|
7074
8040
|
export enum ModerationStatus {
|
|
@@ -7087,6 +8053,15 @@ export interface ModulePermissions {
|
|
|
7087
8053
|
'del': boolean;
|
|
7088
8054
|
}
|
|
7089
8055
|
export interface Notification {
|
|
8056
|
+
'id': string;
|
|
8057
|
+
'type': NotificationType;
|
|
8058
|
+
'read': boolean;
|
|
8059
|
+
'receiverId': string;
|
|
8060
|
+
'receiver': BaseAccount;
|
|
8061
|
+
'senderId': string | null;
|
|
8062
|
+
'sender': BaseAccount | null;
|
|
8063
|
+
'orgMembershipId': string | null;
|
|
8064
|
+
'orgMembership': OrganizationMembership | null;
|
|
7090
8065
|
'like': BaseLike | null;
|
|
7091
8066
|
'activity': BaseActivity | null;
|
|
7092
8067
|
'event': BaseEvent | null;
|
|
@@ -7094,6 +8069,8 @@ export interface Notification {
|
|
|
7094
8069
|
'createdAt': string;
|
|
7095
8070
|
'updatedAt': string;
|
|
7096
8071
|
}
|
|
8072
|
+
|
|
8073
|
+
|
|
7097
8074
|
export interface NotificationFilters {
|
|
7098
8075
|
'read'?: boolean;
|
|
7099
8076
|
'source'?: AdminNotificationSource;
|
|
@@ -7142,6 +8119,15 @@ export enum NotificationType {
|
|
|
7142
8119
|
|
|
7143
8120
|
|
|
7144
8121
|
export interface Organization {
|
|
8122
|
+
'id': string;
|
|
8123
|
+
'slug': string;
|
|
8124
|
+
'name': string;
|
|
8125
|
+
'logoId': string | null;
|
|
8126
|
+
'logo': BaseImage | null;
|
|
8127
|
+
'iconId': string | null;
|
|
8128
|
+
'icon': BaseImage | null;
|
|
8129
|
+
'domain': string | null;
|
|
8130
|
+
'locale': string;
|
|
7145
8131
|
'email': string | null;
|
|
7146
8132
|
'description': string | null;
|
|
7147
8133
|
'phone': string | null;
|
|
@@ -7195,7 +8181,7 @@ export interface Organization {
|
|
|
7195
8181
|
'appleAuthEnabled': boolean;
|
|
7196
8182
|
'facebookAuthEnabled': boolean;
|
|
7197
8183
|
'googleAuthEnabled': boolean;
|
|
7198
|
-
'oAuth': Array<
|
|
8184
|
+
'oAuth': Array<OrganizationAllOfOAuth>;
|
|
7199
8185
|
'maxFileGbs': number | null;
|
|
7200
8186
|
'maxImageCount': number | null;
|
|
7201
8187
|
'maxVideoMins': number | null;
|
|
@@ -7223,6 +8209,9 @@ export enum OrganizationActionType {
|
|
|
7223
8209
|
}
|
|
7224
8210
|
|
|
7225
8211
|
|
|
8212
|
+
export interface OrganizationAllOfOAuth {
|
|
8213
|
+
'id': string;
|
|
8214
|
+
}
|
|
7226
8215
|
export interface OrganizationMembership {
|
|
7227
8216
|
'id': string;
|
|
7228
8217
|
'organizationId': string;
|
|
@@ -7293,6 +8282,12 @@ export interface OrganizationMembershipUpdateInputs {
|
|
|
7293
8282
|
'payments': object;
|
|
7294
8283
|
}
|
|
7295
8284
|
export interface OrganizationModule {
|
|
8285
|
+
'id': string;
|
|
8286
|
+
'moduleType': OrganizationModuleType;
|
|
8287
|
+
'superEnabled': boolean;
|
|
8288
|
+
'requireAuth': boolean;
|
|
8289
|
+
'enabled': boolean;
|
|
8290
|
+
'editable': boolean;
|
|
7296
8291
|
'enabledTiers': Array<BaseTier>;
|
|
7297
8292
|
'editableTiers': Array<BaseTier>;
|
|
7298
8293
|
'options': object | null;
|
|
@@ -7300,6 +8295,8 @@ export interface OrganizationModule {
|
|
|
7300
8295
|
'updatedAt': string;
|
|
7301
8296
|
}
|
|
7302
8297
|
|
|
8298
|
+
|
|
8299
|
+
|
|
7303
8300
|
export enum OrganizationModuleType {
|
|
7304
8301
|
Activities = 'activities',
|
|
7305
8302
|
Events = 'events',
|
|
@@ -7325,9 +8322,6 @@ export interface OrganizationModuleUpdateInputs {
|
|
|
7325
8322
|
'editable'?: boolean;
|
|
7326
8323
|
'options'?: object | null;
|
|
7327
8324
|
}
|
|
7328
|
-
export interface OrganizationOAuthInner {
|
|
7329
|
-
'id': string;
|
|
7330
|
-
}
|
|
7331
8325
|
export interface OrganizationPageCreateInputs {
|
|
7332
8326
|
'title': string;
|
|
7333
8327
|
'subtitle'?: string | null;
|
|
@@ -7478,6 +8472,9 @@ export enum PageType {
|
|
|
7478
8472
|
|
|
7479
8473
|
|
|
7480
8474
|
export interface PassAddOn {
|
|
8475
|
+
'addOnId': string;
|
|
8476
|
+
'addOn': BaseEventAddOn;
|
|
8477
|
+
'createdAt': string;
|
|
7481
8478
|
'pass': BaseEventPass;
|
|
7482
8479
|
'updatedAt': string;
|
|
7483
8480
|
}
|
|
@@ -7588,6 +8585,34 @@ export enum PassTypeVisibility {
|
|
|
7588
8585
|
|
|
7589
8586
|
|
|
7590
8587
|
export interface Payment {
|
|
8588
|
+
'id': number;
|
|
8589
|
+
'type': PaymentType;
|
|
8590
|
+
'currency': string;
|
|
8591
|
+
'ticketId': string | null;
|
|
8592
|
+
'ticket': BaseEventPassType | null;
|
|
8593
|
+
'stripeId': string | null;
|
|
8594
|
+
'last4': string | null;
|
|
8595
|
+
'debugId': string | null;
|
|
8596
|
+
'address1': boolean;
|
|
8597
|
+
'address2': boolean;
|
|
8598
|
+
'city': boolean;
|
|
8599
|
+
'country': string;
|
|
8600
|
+
'state': string;
|
|
8601
|
+
'zip': string;
|
|
8602
|
+
'captured': boolean;
|
|
8603
|
+
'accountId': string | null;
|
|
8604
|
+
'eventId': string | null;
|
|
8605
|
+
'registrationId': string | null;
|
|
8606
|
+
'passTypeId': string | null;
|
|
8607
|
+
'passId': string | null;
|
|
8608
|
+
'sessionId': string | null;
|
|
8609
|
+
'placeId': string | null;
|
|
8610
|
+
'spaceId': string | null;
|
|
8611
|
+
'membershipId': string | null;
|
|
8612
|
+
'couponId': string | null;
|
|
8613
|
+
'invoiceId': string | null;
|
|
8614
|
+
'lineItems': Array<object>;
|
|
8615
|
+
'createdAt': string;
|
|
7591
8616
|
'locationAddress1': string | null;
|
|
7592
8617
|
'locationAddress2': string | null;
|
|
7593
8618
|
'locationCity': string | null;
|
|
@@ -7602,7 +8627,7 @@ export interface Payment {
|
|
|
7602
8627
|
'deferredAmount': number | null;
|
|
7603
8628
|
'deferredDueDate': string | null;
|
|
7604
8629
|
'deferredInvoices': Array<BaseInvoice>;
|
|
7605
|
-
'integration':
|
|
8630
|
+
'integration': PaymentAllOfIntegration | null;
|
|
7606
8631
|
'event': BaseEvent | null;
|
|
7607
8632
|
'registration': BaseEventAttendee | null;
|
|
7608
8633
|
'passType': BaseEventPassType | null;
|
|
@@ -7613,10 +8638,24 @@ export interface Payment {
|
|
|
7613
8638
|
'coupon': BaseCoupon | null;
|
|
7614
8639
|
'invoice': BaseInvoice | null;
|
|
7615
8640
|
'metadata'?: object;
|
|
7616
|
-
'lineItems': Array<object>;
|
|
7617
8641
|
}
|
|
8642
|
+
|
|
8643
|
+
|
|
8644
|
+
export interface PaymentAllOfIntegration {
|
|
8645
|
+
'type': PaymentIntegrationType;
|
|
8646
|
+
}
|
|
8647
|
+
|
|
8648
|
+
|
|
7618
8649
|
export interface PaymentIntegration {
|
|
8650
|
+
'id': string;
|
|
8651
|
+
'currencyCode': string;
|
|
7619
8652
|
'type': PaymentIntegrationType;
|
|
8653
|
+
'name': string;
|
|
8654
|
+
'connectionId': string;
|
|
8655
|
+
'merchantAccountId': string | null;
|
|
8656
|
+
'enabled': boolean;
|
|
8657
|
+
'createdAt': string;
|
|
8658
|
+
'updatedAt': string;
|
|
7620
8659
|
}
|
|
7621
8660
|
|
|
7622
8661
|
|
|
@@ -7631,6 +8670,28 @@ export enum PaymentIntegrationType {
|
|
|
7631
8670
|
|
|
7632
8671
|
|
|
7633
8672
|
export interface PaymentLineItem {
|
|
8673
|
+
'id': string;
|
|
8674
|
+
'type': PaymentLineItemType;
|
|
8675
|
+
'parent': string | null;
|
|
8676
|
+
'name': string;
|
|
8677
|
+
'quantity': number;
|
|
8678
|
+
'amount': number;
|
|
8679
|
+
'paid': number;
|
|
8680
|
+
'refunded': number;
|
|
8681
|
+
'discount': number;
|
|
8682
|
+
'deferred': number;
|
|
8683
|
+
'salesTax': number;
|
|
8684
|
+
'refundedSalesTax': number;
|
|
8685
|
+
'paymentId': number;
|
|
8686
|
+
'taxCode': string | null;
|
|
8687
|
+
'taxIncluded': boolean;
|
|
8688
|
+
'taxLocation': TaxLocationType;
|
|
8689
|
+
'passId': string | null;
|
|
8690
|
+
'packageId': string | null;
|
|
8691
|
+
'passAddOnId': string | null;
|
|
8692
|
+
'reservationId': string | null;
|
|
8693
|
+
'accessId': string | null;
|
|
8694
|
+
'bookingId': string | null;
|
|
7634
8695
|
'pass': BaseEventPass | null;
|
|
7635
8696
|
'package': BaseEventPackage | null;
|
|
7636
8697
|
'passAddOn': BasePassAddOn | null;
|
|
@@ -7641,6 +8702,8 @@ export interface PaymentLineItem {
|
|
|
7641
8702
|
'payment': BasePayment;
|
|
7642
8703
|
}
|
|
7643
8704
|
|
|
8705
|
+
|
|
8706
|
+
|
|
7644
8707
|
export enum PaymentLineItemType {
|
|
7645
8708
|
General = 'general',
|
|
7646
8709
|
Pass = 'pass',
|
|
@@ -7672,6 +8735,12 @@ export interface PaypalActivationFormParams {
|
|
|
7672
8735
|
'currencyCode': string;
|
|
7673
8736
|
'name': string;
|
|
7674
8737
|
}
|
|
8738
|
+
export interface Preset {
|
|
8739
|
+
'id': string;
|
|
8740
|
+
'name': string;
|
|
8741
|
+
'created_at': string;
|
|
8742
|
+
'updated_at': string;
|
|
8743
|
+
}
|
|
7675
8744
|
|
|
7676
8745
|
export enum PurchaseStatus {
|
|
7677
8746
|
Draft = 'draft',
|
|
@@ -7681,6 +8750,24 @@ export enum PurchaseStatus {
|
|
|
7681
8750
|
}
|
|
7682
8751
|
|
|
7683
8752
|
|
|
8753
|
+
export interface PushDevice {
|
|
8754
|
+
'id': string;
|
|
8755
|
+
'name': string | null;
|
|
8756
|
+
'model': string | null;
|
|
8757
|
+
'brand': string | null;
|
|
8758
|
+
'osName': string | null;
|
|
8759
|
+
'osVersion': string | null;
|
|
8760
|
+
'deviceYearClass': number | null;
|
|
8761
|
+
'manufacturer': string | null;
|
|
8762
|
+
'supportedCpuArchitectures': string | null;
|
|
8763
|
+
'totalMemory': number | null;
|
|
8764
|
+
'pushService': PushService;
|
|
8765
|
+
'login': BaseLogin;
|
|
8766
|
+
'createdAt': string;
|
|
8767
|
+
'updatedAt': string;
|
|
8768
|
+
}
|
|
8769
|
+
|
|
8770
|
+
|
|
7684
8771
|
|
|
7685
8772
|
export enum PushService {
|
|
7686
8773
|
Apn = 'apn',
|
|
@@ -7706,7 +8793,23 @@ export interface RefundLineItem {
|
|
|
7706
8793
|
'id': string;
|
|
7707
8794
|
'amount': number;
|
|
7708
8795
|
}
|
|
8796
|
+
export interface RegistrationBypass {
|
|
8797
|
+
'id': number;
|
|
8798
|
+
'closed': boolean;
|
|
8799
|
+
'preRegister': boolean;
|
|
8800
|
+
'postRegister': boolean;
|
|
8801
|
+
'accountId': string;
|
|
8802
|
+
'account': BaseAccount;
|
|
8803
|
+
'createdAt': string;
|
|
8804
|
+
'updatedAt': string;
|
|
8805
|
+
}
|
|
7709
8806
|
export interface RegistrationFollowup {
|
|
8807
|
+
'id': string;
|
|
8808
|
+
'eventId': string;
|
|
8809
|
+
'name': string;
|
|
8810
|
+
'description': string | null;
|
|
8811
|
+
'sortOrder': number;
|
|
8812
|
+
'_count': BaseRegistrationSectionCount;
|
|
7710
8813
|
'questions': Array<RegistrationQuestion>;
|
|
7711
8814
|
'passTypes': Array<BaseEventPassType>;
|
|
7712
8815
|
'eventAddOns': Array<BaseEventAddOn>;
|
|
@@ -7716,6 +8819,11 @@ export interface RegistrationFollowup {
|
|
|
7716
8819
|
'updatedAt': string;
|
|
7717
8820
|
}
|
|
7718
8821
|
export interface RegistrationFollowupQuestion {
|
|
8822
|
+
'followupId': string;
|
|
8823
|
+
'followup': BaseRegistrationFollowup;
|
|
8824
|
+
'questionId': string;
|
|
8825
|
+
'question': BaseRegistrationQuestion;
|
|
8826
|
+
'sortOrder': number;
|
|
7719
8827
|
'createdAt': string;
|
|
7720
8828
|
'updatedAt': string;
|
|
7721
8829
|
}
|
|
@@ -7728,6 +8836,29 @@ export interface RegistrationFollowupTranslation {
|
|
|
7728
8836
|
'updatedAt': string;
|
|
7729
8837
|
}
|
|
7730
8838
|
export interface RegistrationQuestion {
|
|
8839
|
+
'id': string;
|
|
8840
|
+
'eventId': string;
|
|
8841
|
+
'type': RegistrationQuestionType;
|
|
8842
|
+
'name': string;
|
|
8843
|
+
'required': boolean;
|
|
8844
|
+
'description': string | null;
|
|
8845
|
+
'label': string | null;
|
|
8846
|
+
'placeholder': string | null;
|
|
8847
|
+
'default': string | null;
|
|
8848
|
+
'searchListId': string | null;
|
|
8849
|
+
'searchList': BaseSearchList | null;
|
|
8850
|
+
'span': number;
|
|
8851
|
+
'mutable': boolean;
|
|
8852
|
+
'min': string | null;
|
|
8853
|
+
'max': string | null;
|
|
8854
|
+
'masked': boolean;
|
|
8855
|
+
'validation': string | null;
|
|
8856
|
+
'validationMessage': string | null;
|
|
8857
|
+
'locationOption': LocationQuestionOption | null;
|
|
8858
|
+
'sortOrder': number;
|
|
8859
|
+
'featured': boolean;
|
|
8860
|
+
'choices': Array<BaseRegistrationQuestionChoice>;
|
|
8861
|
+
'unique': boolean;
|
|
7731
8862
|
'sections': Array<BaseRegistrationSectionQuestion>;
|
|
7732
8863
|
'followups': Array<BaseRegistrationFollowupQuestion>;
|
|
7733
8864
|
'subQuestionOf': Array<RegistrationQuestionChoiceSubQuestion>;
|
|
@@ -7735,14 +8866,27 @@ export interface RegistrationQuestion {
|
|
|
7735
8866
|
'createdAt': string;
|
|
7736
8867
|
'updatedAt': string;
|
|
7737
8868
|
}
|
|
8869
|
+
|
|
8870
|
+
|
|
7738
8871
|
export interface RegistrationQuestionChoice {
|
|
7739
|
-
'
|
|
7740
|
-
'
|
|
8872
|
+
'id': string;
|
|
8873
|
+
'value': string;
|
|
8874
|
+
'text': string | null;
|
|
8875
|
+
'description': string | null;
|
|
8876
|
+
'supply': number | null;
|
|
8877
|
+
'sortOrder': number;
|
|
7741
8878
|
'subQuestions': Array<BaseRegistrationQuestionChoiceSubQuestion>;
|
|
8879
|
+
'question': BaseRegistrationQuestion;
|
|
8880
|
+
'_count': BaseRegistrationQuestionChoiceCount;
|
|
8881
|
+
'questionId': string;
|
|
7742
8882
|
'createdAt': string;
|
|
7743
8883
|
'updatedAt': string;
|
|
7744
8884
|
}
|
|
7745
8885
|
export interface RegistrationQuestionChoiceSubQuestion {
|
|
8886
|
+
'choiceId': string;
|
|
8887
|
+
'choice': BaseRegistrationQuestionChoice;
|
|
8888
|
+
'questionId': string;
|
|
8889
|
+
'question': BaseRegistrationQuestion;
|
|
7746
8890
|
'sortOrder': number;
|
|
7747
8891
|
'createdAt': string;
|
|
7748
8892
|
'updatedAt': string;
|
|
@@ -7757,11 +8901,23 @@ export interface RegistrationQuestionChoiceTranslation {
|
|
|
7757
8901
|
'updatedAt': string;
|
|
7758
8902
|
}
|
|
7759
8903
|
export interface RegistrationQuestionResponse {
|
|
8904
|
+
'id': string;
|
|
8905
|
+
'value': string;
|
|
8906
|
+
'questionId': string;
|
|
8907
|
+
'question': BaseRegistrationQuestion;
|
|
7760
8908
|
'changeLogs': Array<BaseRegistrationQuestionResponseChange>;
|
|
7761
8909
|
'createdAt': string;
|
|
7762
8910
|
'updatedAt': string;
|
|
7763
8911
|
}
|
|
7764
8912
|
export interface RegistrationQuestionResponseChange {
|
|
8913
|
+
'id': string;
|
|
8914
|
+
'newValue': string;
|
|
8915
|
+
'oldValue': string;
|
|
8916
|
+
'eventId': string;
|
|
8917
|
+
'questionId': string;
|
|
8918
|
+
'responseId': string;
|
|
8919
|
+
'userId': string | null;
|
|
8920
|
+
'createdAt': string;
|
|
7765
8921
|
'response': BaseRegistrationQuestionResponse;
|
|
7766
8922
|
'user': BaseUser | null;
|
|
7767
8923
|
}
|
|
@@ -7791,6 +8947,12 @@ export enum RegistrationQuestionType {
|
|
|
7791
8947
|
|
|
7792
8948
|
|
|
7793
8949
|
export interface RegistrationSection {
|
|
8950
|
+
'id': string;
|
|
8951
|
+
'eventId': string;
|
|
8952
|
+
'name': string;
|
|
8953
|
+
'description': string | null;
|
|
8954
|
+
'sortOrder': number;
|
|
8955
|
+
'_count': BaseRegistrationSectionCount;
|
|
7794
8956
|
'questions': Array<RegistrationQuestion>;
|
|
7795
8957
|
'eventTickets': Array<BaseEventPassType>;
|
|
7796
8958
|
'eventAddOns': Array<BaseEventAddOn>;
|
|
@@ -7800,6 +8962,11 @@ export interface RegistrationSection {
|
|
|
7800
8962
|
'updatedAt': string;
|
|
7801
8963
|
}
|
|
7802
8964
|
export interface RegistrationSectionQuestion {
|
|
8965
|
+
'sectionId': string;
|
|
8966
|
+
'section': BaseRegistrationSection;
|
|
8967
|
+
'questionId': string;
|
|
8968
|
+
'question': BaseRegistrationQuestion;
|
|
8969
|
+
'sortOrder': number;
|
|
7803
8970
|
'createdAt': string;
|
|
7804
8971
|
'updatedAt': string;
|
|
7805
8972
|
}
|
|
@@ -7849,6 +9016,10 @@ export enum ReportType {
|
|
|
7849
9016
|
|
|
7850
9017
|
|
|
7851
9018
|
export interface Room {
|
|
9019
|
+
'id': string;
|
|
9020
|
+
'roomName': string;
|
|
9021
|
+
'createdAt': string;
|
|
9022
|
+
'updatedAt': string;
|
|
7852
9023
|
'roomTypes': Array<BaseEventRoomType>;
|
|
7853
9024
|
'reservation': BaseEventRoomTypeReservation | null;
|
|
7854
9025
|
}
|
|
@@ -7859,11 +9030,49 @@ export interface RoomUpdateInputs {
|
|
|
7859
9030
|
'roomName'?: string | null;
|
|
7860
9031
|
}
|
|
7861
9032
|
export interface Round {
|
|
7862
|
-
'
|
|
9033
|
+
'id': string;
|
|
9034
|
+
'event': BaseRoundEvent | null;
|
|
9035
|
+
'session': BaseRoundEvent | null;
|
|
9036
|
+
'number': number;
|
|
9037
|
+
'matches': Array<RoundAllOfMatches>;
|
|
7863
9038
|
'createdAt': string;
|
|
7864
9039
|
'updatedAt': string;
|
|
7865
9040
|
}
|
|
9041
|
+
export interface RoundAllOfMatches {
|
|
9042
|
+
'id': string;
|
|
9043
|
+
'number': number;
|
|
9044
|
+
'title': string | null;
|
|
9045
|
+
}
|
|
7866
9046
|
export interface RoundEventQuestion {
|
|
9047
|
+
'id': string;
|
|
9048
|
+
'eventId': string;
|
|
9049
|
+
'type': RegistrationQuestionType;
|
|
9050
|
+
'name': string;
|
|
9051
|
+
'required': boolean;
|
|
9052
|
+
'description': string | null;
|
|
9053
|
+
'label': string | null;
|
|
9054
|
+
'placeholder': string | null;
|
|
9055
|
+
'default': string | null;
|
|
9056
|
+
'searchListId': string | null;
|
|
9057
|
+
'searchList': BaseSearchList | null;
|
|
9058
|
+
'span': number;
|
|
9059
|
+
'mutable': boolean;
|
|
9060
|
+
'min': string | null;
|
|
9061
|
+
'max': string | null;
|
|
9062
|
+
'masked': boolean;
|
|
9063
|
+
'validation': string | null;
|
|
9064
|
+
'validationMessage': string | null;
|
|
9065
|
+
'locationOption': LocationQuestionOption | null;
|
|
9066
|
+
'sortOrder': number;
|
|
9067
|
+
'featured': boolean;
|
|
9068
|
+
'choices': Array<BaseRegistrationQuestionChoice>;
|
|
9069
|
+
'unique': boolean;
|
|
9070
|
+
'sections': Array<BaseRegistrationSectionQuestion>;
|
|
9071
|
+
'followups': Array<BaseRegistrationFollowupQuestion>;
|
|
9072
|
+
'subQuestionOf': Array<RegistrationQuestionChoiceSubQuestion>;
|
|
9073
|
+
'dashboardVisibility': boolean;
|
|
9074
|
+
'createdAt': string;
|
|
9075
|
+
'updatedAt': string;
|
|
7867
9076
|
'matchType': RoundEventQuestionMatchTypeEnum;
|
|
7868
9077
|
'roundQuestionId'?: string;
|
|
7869
9078
|
}
|
|
@@ -7879,12 +9088,36 @@ export interface RoundEventQuestionUpdataInputs {
|
|
|
7879
9088
|
}
|
|
7880
9089
|
|
|
7881
9090
|
|
|
7882
|
-
export interface RoundMatchesInner {
|
|
7883
|
-
'id': string;
|
|
7884
|
-
'number': number;
|
|
7885
|
-
'title': string | null;
|
|
7886
|
-
}
|
|
7887
9091
|
export interface RoundSessionQuestion {
|
|
9092
|
+
'id': string;
|
|
9093
|
+
'eventId': string;
|
|
9094
|
+
'type': EventSessionQuestionType;
|
|
9095
|
+
'name': string;
|
|
9096
|
+
'required': boolean;
|
|
9097
|
+
'description': string | null;
|
|
9098
|
+
'label': string | null;
|
|
9099
|
+
'placeholder': string | null;
|
|
9100
|
+
'default': string | null;
|
|
9101
|
+
'searchListId': string | null;
|
|
9102
|
+
'searchList': BaseSearchList | null;
|
|
9103
|
+
'mutable': boolean;
|
|
9104
|
+
'min': string | null;
|
|
9105
|
+
'max': string | null;
|
|
9106
|
+
'masked': boolean;
|
|
9107
|
+
'validation': string | null;
|
|
9108
|
+
'validationMessage': string | null;
|
|
9109
|
+
'locationOption': LocationQuestionOption | null;
|
|
9110
|
+
'sortOrder': number;
|
|
9111
|
+
'featured': boolean;
|
|
9112
|
+
'choices': Array<BaseEventSessionQuestionChoice>;
|
|
9113
|
+
'price': number | null;
|
|
9114
|
+
'supply': number | null;
|
|
9115
|
+
'sections': Array<BaseEventSessionSectionQuestion>;
|
|
9116
|
+
'subQuestionOf': Array<EventSessionQuestionChoiceSubQuestion>;
|
|
9117
|
+
'dashboardVisibility': boolean;
|
|
9118
|
+
'createdAt': string;
|
|
9119
|
+
'updatedAt': string;
|
|
9120
|
+
'_count': EventSessionQuestionAllOfCount;
|
|
7888
9121
|
'matchType': RoundSessionQuestionMatchTypeEnum;
|
|
7889
9122
|
'roundQuestionId'?: string;
|
|
7890
9123
|
}
|
|
@@ -7900,6 +9133,12 @@ export interface RoundSessionQuestionUpdateInputs {
|
|
|
7900
9133
|
}
|
|
7901
9134
|
|
|
7902
9135
|
|
|
9136
|
+
export interface Schedule {
|
|
9137
|
+
'name': string;
|
|
9138
|
+
'date': string;
|
|
9139
|
+
'createdAt': string;
|
|
9140
|
+
'updatedAt': string;
|
|
9141
|
+
}
|
|
7903
9142
|
export interface SearchField {
|
|
7904
9143
|
'id': string;
|
|
7905
9144
|
'name': string;
|
|
@@ -7914,9 +9153,12 @@ export interface SearchField {
|
|
|
7914
9153
|
'updatedAt': string;
|
|
7915
9154
|
}
|
|
7916
9155
|
export interface SearchList {
|
|
9156
|
+
'id': string;
|
|
9157
|
+
'organizationId': string;
|
|
9158
|
+
'name': string;
|
|
7917
9159
|
'createdAt': string;
|
|
7918
9160
|
'updatedAt': string;
|
|
7919
|
-
'_count':
|
|
9161
|
+
'_count': AccountAttributeAllOfCount;
|
|
7920
9162
|
}
|
|
7921
9163
|
export interface SearchListConnectedQuestion {
|
|
7922
9164
|
'id': string;
|
|
@@ -7946,6 +9188,10 @@ export interface SearchListUpdateInputs {
|
|
|
7946
9188
|
'name'?: string;
|
|
7947
9189
|
}
|
|
7948
9190
|
export interface SearchListValue {
|
|
9191
|
+
'id': string;
|
|
9192
|
+
'searchListId': string;
|
|
9193
|
+
'value': string;
|
|
9194
|
+
'priority': number | null;
|
|
7949
9195
|
'createdAt': string;
|
|
7950
9196
|
'updatedAt': string;
|
|
7951
9197
|
'searchList': SearchList;
|
|
@@ -7978,13 +9224,43 @@ export interface SearchOrganizationFilters {
|
|
|
7978
9224
|
}
|
|
7979
9225
|
export interface SegmentInputs {
|
|
7980
9226
|
'type': SegmentInputsTypeEnum;
|
|
9227
|
+
'startIndex': number;
|
|
9228
|
+
'endIndex': number;
|
|
9229
|
+
'marks': Array<SegmentInputsMarksEnum>;
|
|
7981
9230
|
}
|
|
7982
9231
|
|
|
7983
9232
|
export enum SegmentInputsTypeEnum {
|
|
7984
9233
|
Segment = 'segment'
|
|
7985
9234
|
}
|
|
9235
|
+
export enum SegmentInputsMarksEnum {
|
|
9236
|
+
Bold = 'bold',
|
|
9237
|
+
Italic = 'italic',
|
|
9238
|
+
Underline = 'underline',
|
|
9239
|
+
Strike = 'strike'
|
|
9240
|
+
}
|
|
7986
9241
|
|
|
9242
|
+
export interface Self {
|
|
9243
|
+
'id': string;
|
|
9244
|
+
'email': string;
|
|
9245
|
+
'firstName': string;
|
|
9246
|
+
'lastName': string;
|
|
9247
|
+
'title': string | null;
|
|
9248
|
+
'imageUrl': string;
|
|
9249
|
+
'termsAccepted': string | null;
|
|
9250
|
+
'phone': string | null;
|
|
9251
|
+
'createdAt': string;
|
|
9252
|
+
'updatedAt': string;
|
|
9253
|
+
}
|
|
7987
9254
|
export interface Series {
|
|
9255
|
+
'id': string;
|
|
9256
|
+
'slug': string;
|
|
9257
|
+
'name': string;
|
|
9258
|
+
'description': string | null;
|
|
9259
|
+
'longDescription': string | null;
|
|
9260
|
+
'startDate': string | null;
|
|
9261
|
+
'endDate': string | null;
|
|
9262
|
+
'imageId': string | null;
|
|
9263
|
+
'image': BaseImage | null;
|
|
7988
9264
|
'templateId': string;
|
|
7989
9265
|
'template': BaseEvent;
|
|
7990
9266
|
'sortOrder': number;
|
|
@@ -8020,6 +9296,15 @@ export enum SessionAccess {
|
|
|
8020
9296
|
|
|
8021
9297
|
export interface SideEffect {
|
|
8022
9298
|
'id': string;
|
|
9299
|
+
'newPassOfPassTypeId': string | null;
|
|
9300
|
+
'checkedInPassEventId': string | null;
|
|
9301
|
+
'newAccountTierId': string | null;
|
|
9302
|
+
'removedAccountTierId': string | null;
|
|
9303
|
+
'joinGroupId': string | null;
|
|
9304
|
+
'leaveGroupId': string | null;
|
|
9305
|
+
'addToTierId': string | null;
|
|
9306
|
+
'subscribeToChannelId': string | null;
|
|
9307
|
+
'sendWebhookId': string | null;
|
|
8023
9308
|
'organizationId': string;
|
|
8024
9309
|
'newPassOfPassType': BaseEventPassType | null;
|
|
8025
9310
|
'checkedInPassEvent': BaseEvent | null;
|
|
@@ -8062,10 +9347,20 @@ export interface SponsorshipLevelTranslation {
|
|
|
8062
9347
|
'updatedAt': string;
|
|
8063
9348
|
}
|
|
8064
9349
|
export interface StandardReport {
|
|
9350
|
+
'id': string;
|
|
9351
|
+
'type': ReportType;
|
|
9352
|
+
'category': string;
|
|
9353
|
+
'name': string;
|
|
9354
|
+
'description': string;
|
|
9355
|
+
'dateType': EventReportDateType;
|
|
9356
|
+
'favorite': boolean;
|
|
9357
|
+
'rowLink'?: string;
|
|
8065
9358
|
'rowData': Array<object>;
|
|
8066
9359
|
'colDefs': Array<object>;
|
|
8067
9360
|
'nextCursor': number | null;
|
|
8068
9361
|
}
|
|
9362
|
+
|
|
9363
|
+
|
|
8069
9364
|
export interface StorageConfig {
|
|
8070
9365
|
'type': StorageConfigTypeEnum;
|
|
8071
9366
|
'access_key'?: string;
|
|
@@ -8094,11 +9389,20 @@ export enum StorageConfigAuthMethodEnum {
|
|
|
8094
9389
|
}
|
|
8095
9390
|
|
|
8096
9391
|
export interface StreamInput {
|
|
9392
|
+
'id': string;
|
|
9393
|
+
'name': string;
|
|
9394
|
+
'cloudflareId': string;
|
|
9395
|
+
'public': boolean;
|
|
9396
|
+
'sessionId': string | null;
|
|
8097
9397
|
'eventId': string | null;
|
|
9398
|
+
'groupId': string | null;
|
|
9399
|
+
'imageId': string | null;
|
|
9400
|
+
'image': BaseImage | null;
|
|
9401
|
+
'locale': string;
|
|
9402
|
+
'webRTC': boolean;
|
|
9403
|
+
'webRTCPlaybackUrl': string | null;
|
|
8098
9404
|
'event': BaseEvent | null;
|
|
8099
|
-
'sessionId': string | null;
|
|
8100
9405
|
'session': BaseEventSession | null;
|
|
8101
|
-
'groupId': string | null;
|
|
8102
9406
|
'group': BaseGroup | null;
|
|
8103
9407
|
'meetingId': string | null;
|
|
8104
9408
|
'meeting': BaseMeeting | null;
|
|
@@ -8197,6 +9501,14 @@ export interface StreamOutputCreateInputs {
|
|
|
8197
9501
|
'url': string;
|
|
8198
9502
|
}
|
|
8199
9503
|
export interface StreamSession {
|
|
9504
|
+
'id': string;
|
|
9505
|
+
'organizationId': string;
|
|
9506
|
+
'streamId': string;
|
|
9507
|
+
'status': string;
|
|
9508
|
+
'startedAt': string | null;
|
|
9509
|
+
'endedAt': string | null;
|
|
9510
|
+
'createdAt': string;
|
|
9511
|
+
'updatedAt': string;
|
|
8200
9512
|
'stream': BaseStreamInput;
|
|
8201
9513
|
'organization': BaseOrganization;
|
|
8202
9514
|
}
|
|
@@ -8211,6 +9523,13 @@ export interface StreamSessionChatMessage {
|
|
|
8211
9523
|
'timestamp': number;
|
|
8212
9524
|
}
|
|
8213
9525
|
export interface StreamSessionSubscription {
|
|
9526
|
+
'id': string;
|
|
9527
|
+
'organizationId': string;
|
|
9528
|
+
'streamId': string;
|
|
9529
|
+
'streamSessionId': string;
|
|
9530
|
+
'connectionId': string;
|
|
9531
|
+
'connectedAt': string;
|
|
9532
|
+
'disconnectedAt': string | null;
|
|
8214
9533
|
'connection': BaseWebSocketConnection;
|
|
8215
9534
|
'streamSession': BaseStreamSession;
|
|
8216
9535
|
}
|
|
@@ -8226,6 +9545,12 @@ export interface StripeActivationFormParams {
|
|
|
8226
9545
|
export type SummaryData = BarChartSummaryData | CountChartSummaryData | LineChartSummaryData | TableChartSummaryData;
|
|
8227
9546
|
|
|
8228
9547
|
export interface SupportTicket {
|
|
9548
|
+
'id': string;
|
|
9549
|
+
'type': SupportTicketType;
|
|
9550
|
+
'email': string;
|
|
9551
|
+
'request': string;
|
|
9552
|
+
'state': SupportTicketState;
|
|
9553
|
+
'message': BaseSupportTicketMessage | null;
|
|
8229
9554
|
'accountId': string | null;
|
|
8230
9555
|
'account': BaseAccount | null;
|
|
8231
9556
|
'orgMembershipId': string | null;
|
|
@@ -8233,17 +9558,38 @@ export interface SupportTicket {
|
|
|
8233
9558
|
'eventId': string | null;
|
|
8234
9559
|
'event': BaseEvent | null;
|
|
8235
9560
|
'activityLogs': Array<BaseSupportTicketActivityLog> | null;
|
|
8236
|
-
'viewer':
|
|
9561
|
+
'viewer': SupportTicketViewer | null;
|
|
8237
9562
|
'lastAccountReadAt': string | null;
|
|
8238
9563
|
'lastMessageAt': string | null;
|
|
8239
9564
|
'createdAt': string;
|
|
8240
9565
|
'updatedAt': string;
|
|
8241
9566
|
}
|
|
9567
|
+
|
|
9568
|
+
|
|
8242
9569
|
export interface SupportTicketActivityLog {
|
|
9570
|
+
'id': string;
|
|
9571
|
+
'supportTicketId': string;
|
|
9572
|
+
'type': string;
|
|
9573
|
+
'source': string;
|
|
9574
|
+
'accountId': string | null;
|
|
9575
|
+
'orgMembershipId': string | null;
|
|
9576
|
+
'orgMembership': OrganizationMembership | null;
|
|
9577
|
+
'previousState': SupportTicketState | null;
|
|
9578
|
+
'newState': SupportTicketState | null;
|
|
9579
|
+
'previousType': SupportTicketType | null;
|
|
9580
|
+
'newType': SupportTicketType | null;
|
|
9581
|
+
'previousAssignedId': string | null;
|
|
9582
|
+
'previousAssigned': OrganizationMembership | null;
|
|
9583
|
+
'newAssignedId': string | null;
|
|
9584
|
+
'newAssigned': OrganizationMembership | null;
|
|
9585
|
+
'eventId': string | null;
|
|
9586
|
+
'createdAt': string;
|
|
8243
9587
|
'account': BaseAccount | null;
|
|
8244
9588
|
'event': BaseEvent | null;
|
|
8245
9589
|
}
|
|
8246
9590
|
|
|
9591
|
+
|
|
9592
|
+
|
|
8247
9593
|
export enum SupportTicketActivitySource {
|
|
8248
9594
|
System = 'SYSTEM',
|
|
8249
9595
|
Account = 'ACCOUNT',
|
|
@@ -8271,6 +9617,14 @@ export interface SupportTicketCreateInputs {
|
|
|
8271
9617
|
|
|
8272
9618
|
|
|
8273
9619
|
export interface SupportTicketMessage {
|
|
9620
|
+
'id': string;
|
|
9621
|
+
'supportTicketId': string;
|
|
9622
|
+
'source': string;
|
|
9623
|
+
'message': string;
|
|
9624
|
+
'accountId': string | null;
|
|
9625
|
+
'account': BaseAccount | null;
|
|
9626
|
+
'orgMembershipId': string | null;
|
|
9627
|
+
'orgMembership': OrganizationMembership | null;
|
|
8274
9628
|
'createdAt': string;
|
|
8275
9629
|
'updatedAt': string;
|
|
8276
9630
|
}
|
|
@@ -8286,6 +9640,10 @@ export enum SupportTicketMessageSource {
|
|
|
8286
9640
|
|
|
8287
9641
|
|
|
8288
9642
|
export interface SupportTicketNote {
|
|
9643
|
+
'id': string;
|
|
9644
|
+
'text': string;
|
|
9645
|
+
'orgMembershipId': string;
|
|
9646
|
+
'orgMembership': OrganizationMembership;
|
|
8289
9647
|
'supportTicketId': string;
|
|
8290
9648
|
'createdAt': string;
|
|
8291
9649
|
'updatedAt': string;
|
|
@@ -8320,6 +9678,15 @@ export interface SupportTicketUpdateInputs {
|
|
|
8320
9678
|
}
|
|
8321
9679
|
|
|
8322
9680
|
|
|
9681
|
+
export interface SupportTicketViewer {
|
|
9682
|
+
'id': string;
|
|
9683
|
+
'supportTicketId': string;
|
|
9684
|
+
'orgMembershipId': string;
|
|
9685
|
+
'orgMembership': OrganizationMembership;
|
|
9686
|
+
'lastReadAt': string | null;
|
|
9687
|
+
'createdAt': string;
|
|
9688
|
+
'updatedAt': string;
|
|
9689
|
+
}
|
|
8323
9690
|
|
|
8324
9691
|
export enum SupportedLocale {
|
|
8325
9692
|
Af = 'af',
|
|
@@ -8391,6 +9758,13 @@ export enum SupportedLocale {
|
|
|
8391
9758
|
|
|
8392
9759
|
|
|
8393
9760
|
export interface Survey {
|
|
9761
|
+
'id': string;
|
|
9762
|
+
'slug': string;
|
|
9763
|
+
'name': string;
|
|
9764
|
+
'description': string | null;
|
|
9765
|
+
'image': BaseImage;
|
|
9766
|
+
'requireAuth': boolean;
|
|
9767
|
+
'submissionsPerAccount': number;
|
|
8394
9768
|
'replyTo': string | null;
|
|
8395
9769
|
'emailBody': string | null;
|
|
8396
9770
|
'createdAt': string;
|
|
@@ -8407,17 +9781,47 @@ export interface SurveyCreateInputs {
|
|
|
8407
9781
|
'emailBody'?: string | null;
|
|
8408
9782
|
}
|
|
8409
9783
|
export interface SurveyQuestion {
|
|
9784
|
+
'id': string;
|
|
9785
|
+
'eventId': string;
|
|
9786
|
+
'type': SurveyQuestionType;
|
|
9787
|
+
'name': string;
|
|
9788
|
+
'required': boolean;
|
|
9789
|
+
'description': string | null;
|
|
9790
|
+
'label': string | null;
|
|
9791
|
+
'placeholder': string | null;
|
|
9792
|
+
'default': string | null;
|
|
9793
|
+
'searchListId': string | null;
|
|
9794
|
+
'searchList': BaseSearchList | null;
|
|
9795
|
+
'mutable': boolean;
|
|
9796
|
+
'min': string | null;
|
|
9797
|
+
'max': string | null;
|
|
9798
|
+
'masked': boolean;
|
|
9799
|
+
'validation': string | null;
|
|
9800
|
+
'validationMessage': string | null;
|
|
9801
|
+
'locationOption': LocationQuestionOption | null;
|
|
9802
|
+
'sortOrder': number;
|
|
9803
|
+
'featured': boolean;
|
|
9804
|
+
'choices': Array<BaseSurveyQuestionChoice>;
|
|
8410
9805
|
'sections': Array<BaseSurveySectionQuestion>;
|
|
8411
9806
|
'subQuestionOf': Array<SurveyQuestionChoiceSubQuestion>;
|
|
8412
9807
|
'dashboardVisibility': boolean;
|
|
8413
9808
|
'createdAt': string;
|
|
8414
9809
|
'updatedAt': string;
|
|
8415
|
-
'_count':
|
|
9810
|
+
'_count': EventSessionQuestionAllOfCount;
|
|
8416
9811
|
}
|
|
9812
|
+
|
|
9813
|
+
|
|
8417
9814
|
export interface SurveyQuestionChoice {
|
|
8418
|
-
'
|
|
8419
|
-
'
|
|
9815
|
+
'id': string;
|
|
9816
|
+
'value': string;
|
|
9817
|
+
'text': string | null;
|
|
9818
|
+
'description': string | null;
|
|
9819
|
+
'supply': number | null;
|
|
9820
|
+
'sortOrder': number;
|
|
8420
9821
|
'subQuestions': Array<BaseSurveyQuestionChoiceSubQuestion>;
|
|
9822
|
+
'question': BaseSurveyQuestion;
|
|
9823
|
+
'_count': BaseRegistrationQuestionChoiceCount;
|
|
9824
|
+
'questionId': string;
|
|
8421
9825
|
'createdAt': string;
|
|
8422
9826
|
'updatedAt': string;
|
|
8423
9827
|
}
|
|
@@ -8429,6 +9833,10 @@ export interface SurveyQuestionChoiceCreateInputs {
|
|
|
8429
9833
|
'sortOrder'?: AdvertisementCreateInputsWeight | null;
|
|
8430
9834
|
}
|
|
8431
9835
|
export interface SurveyQuestionChoiceSubQuestion {
|
|
9836
|
+
'choiceId': string;
|
|
9837
|
+
'choice': BaseSurveyQuestionChoice;
|
|
9838
|
+
'questionId': string;
|
|
9839
|
+
'question': BaseSurveyQuestion;
|
|
8432
9840
|
'sortOrder': number;
|
|
8433
9841
|
'createdAt': string;
|
|
8434
9842
|
'updatedAt': string;
|
|
@@ -8482,11 +9890,23 @@ export interface SurveyQuestionCreateInputs {
|
|
|
8482
9890
|
|
|
8483
9891
|
|
|
8484
9892
|
export interface SurveyQuestionResponse {
|
|
9893
|
+
'id': string;
|
|
9894
|
+
'value': string;
|
|
9895
|
+
'questionId': string;
|
|
9896
|
+
'question': BaseSurveyQuestion;
|
|
8485
9897
|
'changeLogs': Array<BaseSurveyQuestionResponseChange>;
|
|
8486
9898
|
'createdAt': string;
|
|
8487
9899
|
'updatedAt': string;
|
|
8488
9900
|
}
|
|
8489
9901
|
export interface SurveyQuestionResponseChange {
|
|
9902
|
+
'id': string;
|
|
9903
|
+
'newValue': string;
|
|
9904
|
+
'oldValue': string;
|
|
9905
|
+
'eventId': string;
|
|
9906
|
+
'questionId': string;
|
|
9907
|
+
'responseId': string;
|
|
9908
|
+
'userId': string | null;
|
|
9909
|
+
'createdAt': string;
|
|
8490
9910
|
'response': BaseSurveyQuestionResponse;
|
|
8491
9911
|
'user': BaseUser;
|
|
8492
9912
|
}
|
|
@@ -8544,6 +9964,12 @@ export interface SurveyQuestionUpdateInputs {
|
|
|
8544
9964
|
|
|
8545
9965
|
|
|
8546
9966
|
export interface SurveySection {
|
|
9967
|
+
'id': string;
|
|
9968
|
+
'eventId': string;
|
|
9969
|
+
'name': string;
|
|
9970
|
+
'description': string | null;
|
|
9971
|
+
'sortOrder': number;
|
|
9972
|
+
'_count': BaseRegistrationSectionCount;
|
|
8547
9973
|
'questions': Array<SurveyQuestion>;
|
|
8548
9974
|
'createdAt': string;
|
|
8549
9975
|
'updatedAt': string;
|
|
@@ -8554,6 +9980,11 @@ export interface SurveySectionCreateInputs {
|
|
|
8554
9980
|
'sortOrder'?: AdvertisementCreateInputsWeight | null;
|
|
8555
9981
|
}
|
|
8556
9982
|
export interface SurveySectionQuestion {
|
|
9983
|
+
'sectionId': string;
|
|
9984
|
+
'section': BaseSurveySection;
|
|
9985
|
+
'questionId': string;
|
|
9986
|
+
'question': BaseSurveyQuestion;
|
|
9987
|
+
'sortOrder': number;
|
|
8557
9988
|
'createdAt': string;
|
|
8558
9989
|
'updatedAt': string;
|
|
8559
9990
|
}
|
|
@@ -8577,9 +10008,15 @@ export interface SurveySectionUpdateInputs {
|
|
|
8577
10008
|
'sortOrder'?: AdvertisementCreateInputsWeight | null;
|
|
8578
10009
|
}
|
|
8579
10010
|
export interface SurveySubmission {
|
|
10011
|
+
'id': string;
|
|
10012
|
+
'account': BaseAccount | null;
|
|
10013
|
+
'status': PurchaseStatus;
|
|
10014
|
+
'responses': Array<BaseSurveyQuestionResponse>;
|
|
8580
10015
|
'createdAt': string;
|
|
8581
10016
|
'updatedAt': string;
|
|
8582
10017
|
}
|
|
10018
|
+
|
|
10019
|
+
|
|
8583
10020
|
export interface SurveySubmissionUpdateInputs {
|
|
8584
10021
|
'status'?: PurchaseStatus;
|
|
8585
10022
|
}
|
|
@@ -8673,10 +10110,18 @@ export interface TaxIntegrationCreateInputs {
|
|
|
8673
10110
|
'licenseKey'?: string;
|
|
8674
10111
|
}
|
|
8675
10112
|
export interface TaxIntegrationLog {
|
|
10113
|
+
'id': string;
|
|
10114
|
+
'type': TaxIntegrationLogType;
|
|
10115
|
+
'success': boolean;
|
|
10116
|
+
'duration': number;
|
|
10117
|
+
'createdAt': string;
|
|
10118
|
+
'updatedAt': string;
|
|
8676
10119
|
'request': object;
|
|
8677
10120
|
'response': object;
|
|
8678
10121
|
}
|
|
8679
10122
|
|
|
10123
|
+
|
|
10124
|
+
|
|
8680
10125
|
export enum TaxIntegrationLogType {
|
|
8681
10126
|
Quote = 'quote',
|
|
8682
10127
|
Record = 'record',
|
|
@@ -8719,6 +10164,16 @@ export interface TeamCreateInputs {
|
|
|
8719
10164
|
'username'?: string | null;
|
|
8720
10165
|
}
|
|
8721
10166
|
export interface TeamMember {
|
|
10167
|
+
'id': string;
|
|
10168
|
+
'slug': string;
|
|
10169
|
+
'priority': number;
|
|
10170
|
+
'firstName': string | null;
|
|
10171
|
+
'lastName': string | null;
|
|
10172
|
+
'nickName': string | null;
|
|
10173
|
+
'title': string | null;
|
|
10174
|
+
'startDate': string | null;
|
|
10175
|
+
'imageId': string | null;
|
|
10176
|
+
'image': BaseImage | null;
|
|
8722
10177
|
'email': string | null;
|
|
8723
10178
|
'phone': string | null;
|
|
8724
10179
|
'bio': string | null;
|
|
@@ -8736,6 +10191,34 @@ export interface TeamUpdateInputs {
|
|
|
8736
10191
|
'email'?: string | null;
|
|
8737
10192
|
'username'?: string | null;
|
|
8738
10193
|
}
|
|
10194
|
+
export interface Thread {
|
|
10195
|
+
'id': string;
|
|
10196
|
+
'subject': string;
|
|
10197
|
+
'imageId': string | null;
|
|
10198
|
+
'image': BaseImage | null;
|
|
10199
|
+
'type': ThreadType;
|
|
10200
|
+
'lastMessageAt': string | null;
|
|
10201
|
+
'lastMessage': string | null;
|
|
10202
|
+
'createdAt': string;
|
|
10203
|
+
}
|
|
10204
|
+
|
|
10205
|
+
|
|
10206
|
+
export interface ThreadCircle {
|
|
10207
|
+
'id': string;
|
|
10208
|
+
'name': string;
|
|
10209
|
+
'createdAt': string;
|
|
10210
|
+
'updatedAt': string;
|
|
10211
|
+
'type': ThreadCircleType;
|
|
10212
|
+
}
|
|
10213
|
+
|
|
10214
|
+
|
|
10215
|
+
export interface ThreadCircleAccount {
|
|
10216
|
+
'accountId': string;
|
|
10217
|
+
'role': ThreadCircleAccountRole;
|
|
10218
|
+
'account': BaseAccount;
|
|
10219
|
+
}
|
|
10220
|
+
|
|
10221
|
+
|
|
8739
10222
|
export interface ThreadCircleAccountCreateInputs {
|
|
8740
10223
|
'accountId': string;
|
|
8741
10224
|
'role': ThreadCircleAccountRole;
|
|
@@ -8799,6 +10282,12 @@ export enum ThreadInvitationStatus {
|
|
|
8799
10282
|
|
|
8800
10283
|
|
|
8801
10284
|
export interface ThreadMember {
|
|
10285
|
+
'id': string;
|
|
10286
|
+
'accountId': string;
|
|
10287
|
+
'lastReadAt': string | null;
|
|
10288
|
+
'notifications': boolean;
|
|
10289
|
+
'account': BaseAccount;
|
|
10290
|
+
'blocked': boolean;
|
|
8802
10291
|
'createdAt': string;
|
|
8803
10292
|
'updatedAt': string;
|
|
8804
10293
|
}
|
|
@@ -8813,9 +10302,16 @@ export interface ThreadMemberUpdateInputs {
|
|
|
8813
10302
|
'blocked'?: boolean;
|
|
8814
10303
|
}
|
|
8815
10304
|
export interface ThreadMessage {
|
|
10305
|
+
'id': string;
|
|
10306
|
+
'body': string;
|
|
10307
|
+
'accountId': string | null;
|
|
10308
|
+
'viewer': BaseThreadMember | null;
|
|
10309
|
+
'createdAt': string;
|
|
10310
|
+
'editedAt': string | null;
|
|
10311
|
+
'sentAt': string;
|
|
8816
10312
|
'type': ThreadMessageType;
|
|
8817
10313
|
'reactions': Array<ThreadMessageReaction>;
|
|
8818
|
-
'entities': Array<
|
|
10314
|
+
'entities': Array<ThreadMessageEntity>;
|
|
8819
10315
|
'replyToId': string | null;
|
|
8820
10316
|
'replyTo': BaseThreadMessage | null;
|
|
8821
10317
|
'files': Array<BaseFile>;
|
|
@@ -8829,7 +10325,21 @@ export interface ThreadMessageCreateInputs {
|
|
|
8829
10325
|
'body': string;
|
|
8830
10326
|
'entities': Array<object>;
|
|
8831
10327
|
}
|
|
10328
|
+
export interface ThreadMessageEntity {
|
|
10329
|
+
'type': string;
|
|
10330
|
+
'startIndex': number;
|
|
10331
|
+
'endIndex': number;
|
|
10332
|
+
'marks': Array<string>;
|
|
10333
|
+
'accountId'?: string;
|
|
10334
|
+
'account'?: BaseAccount;
|
|
10335
|
+
'href'?: string;
|
|
10336
|
+
'linkPreview'?: BaseLinkPreview;
|
|
10337
|
+
}
|
|
8832
10338
|
export interface ThreadMessageReaction {
|
|
10339
|
+
'id': string;
|
|
10340
|
+
'messageId': string;
|
|
10341
|
+
'accountId': string;
|
|
10342
|
+
'emojiName': string;
|
|
8833
10343
|
'organizationId': string;
|
|
8834
10344
|
'threadId': string;
|
|
8835
10345
|
'message': BaseThreadMessage;
|
|
@@ -8869,13 +10379,22 @@ export interface ThreadUpdateInputs {
|
|
|
8869
10379
|
'imageId'?: string | null;
|
|
8870
10380
|
}
|
|
8871
10381
|
export interface Tier {
|
|
10382
|
+
'id': string;
|
|
10383
|
+
'slug': string;
|
|
10384
|
+
'priority': number;
|
|
10385
|
+
'name': string;
|
|
10386
|
+
'iconName': string;
|
|
10387
|
+
'color': string | null;
|
|
10388
|
+
'internal': boolean;
|
|
10389
|
+
'imageId': string | null;
|
|
10390
|
+
'image': BaseImage | null;
|
|
8872
10391
|
'description': string | null;
|
|
8873
10392
|
'exclusionGroup': string | null;
|
|
8874
10393
|
'createdAt': string;
|
|
8875
10394
|
'updatedAt': string;
|
|
8876
|
-
'_count':
|
|
10395
|
+
'_count': TierAllOfCount;
|
|
8877
10396
|
}
|
|
8878
|
-
export interface
|
|
10397
|
+
export interface TierAllOfCount {
|
|
8879
10398
|
'accounts': number;
|
|
8880
10399
|
}
|
|
8881
10400
|
export interface TierCreateInputs {
|
|
@@ -8901,10 +10420,19 @@ export interface TierUpdateInputs {
|
|
|
8901
10420
|
'exclusionGroup'?: string | null;
|
|
8902
10421
|
}
|
|
8903
10422
|
export interface Transfer {
|
|
10423
|
+
'id': string;
|
|
10424
|
+
'email': string;
|
|
10425
|
+
'purchaseId': string;
|
|
10426
|
+
'purchase': BaseEventPass;
|
|
8904
10427
|
'createdAt': string;
|
|
8905
10428
|
'updatedAt': string;
|
|
8906
10429
|
}
|
|
8907
10430
|
export interface TransferLog {
|
|
10431
|
+
'id': number;
|
|
10432
|
+
'fromRegistrationId': string;
|
|
10433
|
+
'fromRegistration': BaseEventAttendee;
|
|
10434
|
+
'toRegistrationId': string;
|
|
10435
|
+
'toRegistration': BaseEventAttendee;
|
|
8908
10436
|
'purchaseId': string;
|
|
8909
10437
|
'purchase': BaseEventPass;
|
|
8910
10438
|
'userId': string | null;
|
|
@@ -8955,7 +10483,7 @@ export enum UpdateThreadMember200ResponseStatusEnum {
|
|
|
8955
10483
|
export interface UploadFile200Response {
|
|
8956
10484
|
'status': UploadFile200ResponseStatusEnum;
|
|
8957
10485
|
'message': string;
|
|
8958
|
-
'data':
|
|
10486
|
+
'data': any;
|
|
8959
10487
|
}
|
|
8960
10488
|
|
|
8961
10489
|
export enum UploadFile200ResponseStatusEnum {
|
|
@@ -8975,7 +10503,7 @@ export enum UploadVideoCaptions200ResponseStatusEnum {
|
|
|
8975
10503
|
export interface UpsertLinkPreview200Response {
|
|
8976
10504
|
'status': UpsertLinkPreview200ResponseStatusEnum;
|
|
8977
10505
|
'message': string;
|
|
8978
|
-
'data':
|
|
10506
|
+
'data': LinkPreview;
|
|
8979
10507
|
}
|
|
8980
10508
|
|
|
8981
10509
|
export enum UpsertLinkPreview200ResponseStatusEnum {
|
|
@@ -8983,6 +10511,13 @@ export enum UpsertLinkPreview200ResponseStatusEnum {
|
|
|
8983
10511
|
}
|
|
8984
10512
|
|
|
8985
10513
|
export interface User {
|
|
10514
|
+
'id': string;
|
|
10515
|
+
'email': string;
|
|
10516
|
+
'firstName': string;
|
|
10517
|
+
'lastName': string;
|
|
10518
|
+
'title': string | null;
|
|
10519
|
+
'imageUrl': string;
|
|
10520
|
+
'termsAccepted': string | null;
|
|
8986
10521
|
'phone': string | null;
|
|
8987
10522
|
'createdAt': string;
|
|
8988
10523
|
'updatedAt': string;
|
|
@@ -9028,11 +10563,24 @@ export interface UserUpdateInputs {
|
|
|
9028
10563
|
'termsAccepted'?: boolean;
|
|
9029
10564
|
}
|
|
9030
10565
|
export interface Video {
|
|
10566
|
+
'id': string;
|
|
10567
|
+
'name': string;
|
|
10568
|
+
'status': string;
|
|
10569
|
+
'source': VideoSource;
|
|
10570
|
+
'width': number;
|
|
10571
|
+
'height': number;
|
|
10572
|
+
'thumbnailUrl': string | null;
|
|
10573
|
+
'previewUrl': string | null;
|
|
10574
|
+
'readyToStream': boolean;
|
|
10575
|
+
'duration': number | null;
|
|
10576
|
+
'createdAt': string;
|
|
9031
10577
|
'downloadUrl': string | null;
|
|
9032
10578
|
'hlsUrl': string | null;
|
|
9033
10579
|
'dashUrl': string | null;
|
|
9034
10580
|
'thumbnailPct': number | null;
|
|
9035
10581
|
}
|
|
10582
|
+
|
|
10583
|
+
|
|
9036
10584
|
export interface VideoCaption {
|
|
9037
10585
|
'language': string;
|
|
9038
10586
|
'label': string;
|
|
@@ -9069,7 +10617,21 @@ export interface VideoUpdateInputs {
|
|
|
9069
10617
|
'name'?: string;
|
|
9070
10618
|
'thumbnailPct'?: number | null;
|
|
9071
10619
|
}
|
|
10620
|
+
export interface WebSocketConnection {
|
|
10621
|
+
'id': string;
|
|
10622
|
+
'organizationId': string;
|
|
10623
|
+
'account': BaseAccount;
|
|
10624
|
+
'active': boolean;
|
|
10625
|
+
'connectedAt': string;
|
|
10626
|
+
'disconnectedAt': string | null;
|
|
10627
|
+
'streamId': string;
|
|
10628
|
+
'streamSessionId': string;
|
|
10629
|
+
}
|
|
9072
10630
|
export interface Webhook {
|
|
10631
|
+
'id': string;
|
|
10632
|
+
'url': string;
|
|
10633
|
+
'name': string;
|
|
10634
|
+
'verified': boolean;
|
|
9073
10635
|
'createdAt': string;
|
|
9074
10636
|
'updatedAt': string;
|
|
9075
10637
|
}
|