@calcom/atoms 1.7.0 → 1.8.0-booker

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (205) hide show
  1. package/dist/{AddressInput-xFwoBxsZ.js → AddressInput-E1ARKDg7.js} +5 -5
  2. package/dist/{AlbyPriceComponent-NnD6qUfW.js → AlbyPriceComponent-jBcuDvZa.js} +24 -24
  3. package/dist/{PhoneInput-uymiSRfv.js → PhoneInput-qXboae9k.js} +62 -62
  4. package/dist/cal-atoms.js +5 -36
  5. package/dist/index-GQl0OyJB.js +88695 -0
  6. package/dist/index-QBpbC_ZD.js +1957 -0
  7. package/dist/{index-WXyiFeKd.js → index-bGbS5CRI.js} +1 -1
  8. package/dist/packages/features/bookings/Booker/components/BookEventForm/BookEventForm.d.ts.map +1 -1
  9. package/dist/packages/features/bookings/Booker/components/EventMeta.d.ts.map +1 -1
  10. package/dist/packages/features/bookings/Booker/components/Header.d.ts.map +1 -1
  11. package/dist/packages/features/bookings/Booker/components/OverlayCalendar/OverlayCalendar.d.ts.map +1 -1
  12. package/dist/packages/features/bookings/Booker/components/hooks/useBookings.d.ts +1 -1
  13. package/dist/packages/features/bookings/Booker/store.d.ts.map +1 -1
  14. package/dist/packages/features/bookings/Booker/utils/event.d.ts +39 -33
  15. package/dist/packages/features/bookings/Booker/utils/event.d.ts.map +1 -1
  16. package/dist/packages/features/bookings/lib/BookingEmailSmsHandler.d.ts +83 -0
  17. package/dist/packages/features/bookings/lib/BookingEmailSmsHandler.d.ts.map +1 -0
  18. package/dist/packages/features/bookings/lib/create-booking.d.ts +91 -91
  19. package/dist/packages/features/bookings/lib/create-recurring-booking.d.ts +91 -91
  20. package/dist/packages/features/bookings/lib/get-booking.d.ts +9 -9
  21. package/dist/packages/features/bookings/lib/getBookingToDelete.d.ts +40 -38
  22. package/dist/packages/features/bookings/lib/getBookingToDelete.d.ts.map +1 -1
  23. package/dist/packages/features/bookings/lib/getCalendarLinks.d.ts +41 -0
  24. package/dist/packages/features/bookings/lib/getCalendarLinks.d.ts.map +1 -0
  25. package/dist/packages/features/bookings/lib/getCalendarLinks.test.d.ts +2 -0
  26. package/dist/packages/features/bookings/lib/getCalendarLinks.test.d.ts.map +1 -0
  27. package/dist/packages/features/bookings/lib/handleBookingRequested.d.ts +16 -0
  28. package/dist/packages/features/bookings/lib/handleBookingRequested.d.ts.map +1 -1
  29. package/dist/packages/features/bookings/lib/handleCancelBooking.d.ts.map +1 -1
  30. package/dist/packages/features/bookings/lib/handleConfirmation.d.ts +1 -0
  31. package/dist/packages/features/bookings/lib/handleConfirmation.d.ts.map +1 -1
  32. package/dist/packages/features/bookings/lib/handleInternalNote.d.ts +2 -2
  33. package/dist/packages/features/bookings/lib/handleNewBooking/createBooking.d.ts +33 -33
  34. package/dist/packages/features/bookings/lib/handleNewBooking/ensureAvailableUsers.d.ts +57 -57
  35. package/dist/packages/features/bookings/lib/handleNewBooking/getEventType.d.ts +60 -57
  36. package/dist/packages/features/bookings/lib/handleNewBooking/getEventType.d.ts.map +1 -1
  37. package/dist/packages/features/bookings/lib/handleNewBooking/getEventTypesFromDB.d.ts +57 -57
  38. package/dist/packages/features/bookings/lib/handleNewBooking/loadUsers.d.ts +46 -46
  39. package/dist/packages/features/bookings/lib/handleNewBooking/originalRescheduledBookingUtils.d.ts +45 -45
  40. package/dist/packages/features/bookings/lib/handleNewBooking/scheduleNoShowTriggers.d.ts +1 -0
  41. package/dist/packages/features/bookings/lib/handleNewBooking/scheduleNoShowTriggers.d.ts.map +1 -1
  42. package/dist/packages/features/bookings/lib/handleNewBooking.d.ts +364 -364
  43. package/dist/packages/features/bookings/lib/handleNewBooking.d.ts.map +1 -1
  44. package/dist/packages/features/bookings/lib/handlePayment.d.ts +49 -0
  45. package/dist/packages/features/bookings/lib/handlePayment.d.ts.map +1 -0
  46. package/dist/packages/features/bookings/lib/handleSeats/create/createNewSeat.d.ts +33 -33
  47. package/dist/packages/features/bookings/lib/handleSeats/create/createNewSeat.d.ts.map +1 -1
  48. package/dist/packages/features/bookings/lib/handleSeats/handleSeats.d.ts.map +1 -1
  49. package/dist/packages/features/bookings/lib/handleSeats/reschedule/owner/ownerRescheduleSeatedBooking.d.ts +33 -33
  50. package/dist/packages/features/bookings/lib/requiresConfirmation/getBookingRequest.d.ts +39 -39
  51. package/dist/packages/features/components/controlled-dialog/index.d.ts.map +1 -1
  52. package/dist/packages/features/components/phone-input/PhoneInput.d.ts.map +1 -1
  53. package/dist/packages/features/ee/billing/api/webhook/_customer.subscription.updated.d.ts +2 -1
  54. package/dist/packages/features/ee/billing/api/webhook/_customer.subscription.updated.d.ts.map +1 -1
  55. package/dist/packages/features/ee/billing/credit-service.d.ts +5 -1
  56. package/dist/packages/features/ee/billing/credit-service.d.ts.map +1 -1
  57. package/dist/packages/features/ee/billing/organizations/index.d.ts +1 -2
  58. package/dist/packages/features/ee/billing/organizations/index.d.ts.map +1 -1
  59. package/dist/packages/features/ee/billing/organizations/internal-organization-billing.d.ts +2 -2
  60. package/dist/packages/features/ee/billing/organizations/organization-billing.repository.d.ts +32 -4
  61. package/dist/packages/features/ee/billing/organizations/organization-billing.repository.d.ts.map +1 -1
  62. package/dist/packages/features/ee/payments/server/stripe-service.d.ts +23 -0
  63. package/dist/packages/features/ee/payments/server/stripe-service.d.ts.map +1 -0
  64. package/dist/packages/features/ee/round-robin/lib/bookingLocationService.d.ts +125 -0
  65. package/dist/packages/features/ee/round-robin/lib/bookingLocationService.d.ts.map +1 -0
  66. package/dist/packages/features/ee/round-robin/lib/bookingLocationService.test.d.ts +2 -0
  67. package/dist/packages/features/ee/round-robin/lib/bookingLocationService.test.d.ts.map +1 -0
  68. package/dist/packages/features/ee/round-robin/roundRobinManualReassignment.d.ts +30 -30
  69. package/dist/packages/features/ee/round-robin/roundRobinManualReassignment.d.ts.map +1 -1
  70. package/dist/packages/features/ee/round-robin/roundRobinReassignment.d.ts.map +1 -1
  71. package/dist/packages/features/ee/workflows/api/scheduleEmailReminders.d.ts.map +1 -1
  72. package/dist/packages/features/ee/workflows/lib/constants.d.ts +3 -1
  73. package/dist/packages/features/ee/workflows/lib/constants.d.ts.map +1 -1
  74. package/dist/packages/features/ee/workflows/lib/getOptions.d.ts +1 -1
  75. package/dist/packages/features/ee/workflows/lib/reminders/emailReminderManager.d.ts +0 -3
  76. package/dist/packages/features/ee/workflows/lib/reminders/emailReminderManager.d.ts.map +1 -1
  77. package/dist/packages/features/ee/workflows/lib/reminders/reminderScheduler.d.ts +0 -3
  78. package/dist/packages/features/ee/workflows/lib/reminders/reminderScheduler.d.ts.map +1 -1
  79. package/dist/packages/features/ee/workflows/lib/reminders/scheduleMandatoryReminder.d.ts.map +1 -1
  80. package/dist/packages/features/ee/workflows/lib/reminders/smsReminderManager.d.ts.map +1 -1
  81. package/dist/packages/features/ee/workflows/lib/reminders/utils.d.ts.map +1 -1
  82. package/dist/packages/features/ee/workflows/lib/reminders/whatsappReminderManager.d.ts.map +1 -1
  83. package/dist/packages/features/ee/workflows/lib/repository/workflowReminder.d.ts +6 -6
  84. package/dist/packages/features/ee/workflows/lib/schema.d.ts +7 -2
  85. package/dist/packages/features/ee/workflows/lib/schema.d.ts.map +1 -1
  86. package/dist/packages/features/eventtypes/components/AddVerifiedEmail.d.ts +7 -0
  87. package/dist/packages/features/eventtypes/components/AddVerifiedEmail.d.ts.map +1 -0
  88. package/dist/packages/features/eventtypes/components/tabs/advanced/CustomEventTypeModal.d.ts +1 -1
  89. package/dist/packages/features/eventtypes/components/tabs/advanced/CustomEventTypeModal.d.ts.map +1 -1
  90. package/dist/packages/features/eventtypes/components/tabs/advanced/EventAdvancedTab.d.ts.map +1 -1
  91. package/dist/packages/features/eventtypes/lib/eventNaming.d.ts +28 -0
  92. package/dist/packages/features/eventtypes/lib/eventNaming.d.ts.map +1 -0
  93. package/dist/packages/features/eventtypes/lib/eventNaming.test.d.ts +2 -0
  94. package/dist/packages/features/eventtypes/lib/eventNaming.test.d.ts.map +1 -0
  95. package/dist/packages/features/eventtypes/lib/getPublicEvent.d.ts +42 -33
  96. package/dist/packages/features/eventtypes/lib/getPublicEvent.d.ts.map +1 -1
  97. package/dist/packages/features/eventtypes/lib/getTeamEventType.d.ts +12 -12
  98. package/dist/packages/features/eventtypes/lib/types.d.ts +1 -1
  99. package/dist/packages/features/eventtypes/lib/types.d.ts.map +1 -1
  100. package/dist/packages/features/shell/user-dropdown/UserDropdown.d.ts +2 -2
  101. package/dist/packages/features/shell/user-dropdown/UserDropdown.d.ts.map +1 -1
  102. package/dist/packages/platform/atoms/event-types/hooks/useAddVerifiedEmail.d.ts +15 -0
  103. package/dist/packages/platform/atoms/event-types/hooks/useAddVerifiedEmail.d.ts.map +1 -0
  104. package/dist/packages/platform/atoms/event-types/hooks/useAtomEventTypeById.d.ts +20 -17
  105. package/dist/packages/platform/atoms/event-types/hooks/useAtomEventTypeById.d.ts.map +1 -1
  106. package/dist/packages/platform/atoms/event-types/hooks/useEventTypeForm.d.ts.map +1 -1
  107. package/dist/packages/platform/atoms/event-types/hooks/useGetVerifiedEmails.d.ts +3 -0
  108. package/dist/packages/platform/atoms/event-types/hooks/useGetVerifiedEmails.d.ts.map +1 -0
  109. package/dist/packages/platform/atoms/event-types/wrappers/EventAdvancedPlatformWrapper.d.ts.map +1 -1
  110. package/dist/packages/platform/atoms/event-types/wrappers/EventTypePlatformWrapper.d.ts.map +1 -1
  111. package/dist/packages/platform/atoms/hooks/bookings/useCreateBooking.d.ts +91 -91
  112. package/dist/packages/platform/atoms/hooks/bookings/useCreateInstantBooking.d.ts +91 -91
  113. package/dist/packages/platform/atoms/hooks/bookings/useCreateRecurringBooking.d.ts +91 -91
  114. package/dist/packages/platform/atoms/hooks/bookings/useGetBookingForReschedule.d.ts +3 -3
  115. package/dist/packages/platform/atoms/hooks/bookings/useHandleBookEvent.d.ts.map +1 -1
  116. package/dist/packages/platform/atoms/hooks/event-types/public/useAtomGetPublicEvent.d.ts +39 -33
  117. package/dist/packages/platform/atoms/hooks/event-types/public/useAtomGetPublicEvent.d.ts.map +1 -1
  118. package/dist/packages/platform/atoms/hooks/schedules/useAtomSchedule.d.ts +3 -3
  119. package/dist/packages/platform/atoms/hooks/schedules/useAtomUpdateSchedule.d.ts +3 -3
  120. package/dist/packages/platform/atoms/hooks/useConnectedCalendars.d.ts.map +1 -1
  121. package/dist/packages/platform/atoms/index.d.ts +0 -36
  122. package/dist/packages/platform/atoms/index.d.ts.map +1 -1
  123. package/dist/packages/platform/atoms/lib/appendClientIdToEmail.d.ts +2 -0
  124. package/dist/packages/platform/atoms/lib/appendClientIdToEmail.d.ts.map +1 -0
  125. package/dist/packages/platform/libraries/event-types.d.ts +5 -5
  126. package/dist/packages/platform/libraries/event-types.d.ts.map +1 -1
  127. package/dist/packages/platform/libraries/index.d.ts +4 -6
  128. package/dist/packages/platform/libraries/index.d.ts.map +1 -1
  129. package/dist/packages/prisma/zod/creditexpenselog.d.ts +6 -0
  130. package/dist/packages/prisma/zod/creditexpenselog.d.ts.map +1 -1
  131. package/dist/packages/prisma/zod/impersonations.d.ts +2 -2
  132. package/dist/packages/prisma/zod/ratelimit.d.ts +2 -2
  133. package/dist/packages/prisma/zod/task.d.ts +2 -2
  134. package/dist/packages/prisma/zod/teamfeatures.d.ts +2 -2
  135. package/dist/packages/prisma/zod/userfeatures.d.ts +2 -2
  136. package/dist/packages/prisma/zod/webhookscheduledtriggers.d.ts +2 -2
  137. package/dist/packages/prisma/zod/workflow.d.ts +7 -2
  138. package/dist/packages/prisma/zod/workflow.d.ts.map +1 -1
  139. package/dist/packages/prisma/zod-utils.d.ts +52 -0
  140. package/dist/packages/prisma/zod-utils.d.ts.map +1 -1
  141. package/dist/packages/prisma-client/index.d.ts +86 -1
  142. package/dist/packages/trpc/react/hooks/useMeQuery.d.ts +2 -2
  143. package/dist/packages/trpc/react/shared.d.ts +1 -1
  144. package/dist/packages/trpc/react/shared.d.ts.map +1 -1
  145. package/dist/packages/trpc/react/trpc.d.ts.map +1 -1
  146. package/dist/packages/trpc/server/routers/viewer/slots/util.d.ts.map +1 -1
  147. package/dist/style.css +1 -1
  148. package/package.json +1 -1
  149. package/dist/AppCard--JDiTUMU.js +0 -281
  150. package/dist/AppListCardPlatformWrapper-ncgLQL4r.js +0 -9
  151. package/dist/AppListCardWebWrapper-YnM7-ccd.js +0 -74
  152. package/dist/AppSettingsInterface-EvAriEj2.js +0 -23
  153. package/dist/AppSettingsInterface-OGwTTVN7.js +0 -29
  154. package/dist/AppSettingsInterface-_WywrNHs.js +0 -75
  155. package/dist/DateRangePicker-m_y_P8tk.js +0 -74
  156. package/dist/EventTypeAppCardInterface--74geeRF.js +0 -39
  157. package/dist/EventTypeAppCardInterface--UDAdk0r.js +0 -24
  158. package/dist/EventTypeAppCardInterface-2Q1qvV5K.js +0 -32
  159. package/dist/EventTypeAppCardInterface-2r4pxyRt.js +0 -34
  160. package/dist/EventTypeAppCardInterface-3T7Bcarm.js +0 -31
  161. package/dist/EventTypeAppCardInterface-EPHC3SF7.js +0 -24
  162. package/dist/EventTypeAppCardInterface-G3OAa6sU.js +0 -41
  163. package/dist/EventTypeAppCardInterface-JQgzokgl.js +0 -32
  164. package/dist/EventTypeAppCardInterface-KDalRazj.js +0 -34
  165. package/dist/EventTypeAppCardInterface-LvigpfyE.js +0 -49
  166. package/dist/EventTypeAppCardInterface-MIro_wur.js +0 -33
  167. package/dist/EventTypeAppCardInterface-Na5tUt6e.js +0 -34
  168. package/dist/EventTypeAppCardInterface-O0yLol5y.js +0 -34
  169. package/dist/EventTypeAppCardInterface-R8-Y-hSu.js +0 -39
  170. package/dist/EventTypeAppCardInterface-YlTC8St1.js +0 -51
  171. package/dist/EventTypeAppCardInterface-_x7wFmBk.js +0 -24
  172. package/dist/EventTypeAppCardInterface-bNGYsiB0.js +0 -86
  173. package/dist/EventTypeAppCardInterface-d-rOMdsH.js +0 -34
  174. package/dist/EventTypeAppCardInterface-iHpJPDlc.js +0 -34
  175. package/dist/EventTypeAppCardInterface-jBTRuVkO.js +0 -51
  176. package/dist/EventTypeAppCardInterface-lXddHFhd.js +0 -41
  177. package/dist/EventTypeAppCardInterface-li1GK953.js +0 -858
  178. package/dist/EventTypeAppCardInterface-qO1PKt6x.js +0 -42
  179. package/dist/EventTypeAppCardInterface-rKAjvg4x.js +0 -24
  180. package/dist/EventTypeAppCardInterface-rV1vgpRv.js +0 -42
  181. package/dist/EventTypeAppCardInterface-sIqZFcBV.js +0 -34
  182. package/dist/EventTypeAppCardInterface-safQ0enm.js +0 -24
  183. package/dist/EventTypeAppSettingsInterface-7e1qbHi8.js +0 -24
  184. package/dist/EventTypeAppSettingsInterface-CLwwrZv6.js +0 -48
  185. package/dist/EventTypeAppSettingsInterface-CPvfqJkx.js +0 -221
  186. package/dist/EventTypeAppSettingsInterface-EZZkJrLi.js +0 -106
  187. package/dist/EventTypeAppSettingsInterface-JBpWa3pz.js +0 -298
  188. package/dist/EventTypeAppSettingsInterface-J_c1VzIk.js +0 -23
  189. package/dist/EventTypeAppSettingsInterface-K4kVWoog.js +0 -23
  190. package/dist/EventTypeAppSettingsInterface-LIn3bMv4.js +0 -25
  191. package/dist/EventTypeAppSettingsInterface-cbkdr04f.js +0 -42
  192. package/dist/EventTypeAppSettingsInterface-eejB8RJX.js +0 -43
  193. package/dist/EventTypeAppSettingsInterface-mOdk6pDR.js +0 -78
  194. package/dist/EventTypeAppSettingsInterface-vNhCP6vQ.js +0 -72
  195. package/dist/EventTypeAppSettingsInterface-xYWyd_Dz.js +0 -120
  196. package/dist/InstallAppButton-6HzB5_Be.js +0 -14
  197. package/dist/InstallAppButton-9sn2Jtoz.js +0 -14
  198. package/dist/InstallAppButton-J51NRgMF.js +0 -58
  199. package/dist/InstallAppButton-JXhBVaYJ.js +0 -29
  200. package/dist/StripePaymentForm-cXAJjJV3.js +0 -493
  201. package/dist/currencyOptions-kannG2hu.js +0 -61
  202. package/dist/index--iR_feQQ.js +0 -165254
  203. package/dist/index-XoFQv1cd.js +0 -518
  204. package/dist/index-tEqQSBcP.js +0 -28
  205. package/dist/useIsAppEnabled-C_9eRB94.js +0 -18
@@ -32,82 +32,82 @@ export declare const useCreateRecurringBooking: ({ onSuccess, onError }?: IUseCr
32
32
  paymentRequired: boolean;
33
33
  isDryRun: boolean;
34
34
  payment?: {
35
- success: boolean;
36
- data: import('../../../../prisma-client').Prisma.JsonValue;
37
35
  id: number;
38
- refunded: boolean;
39
- currency: string;
40
36
  uid: string;
41
- paymentOption: import('../../../../prisma-client').$Enums.PaymentOption | null;
42
- bookingId: number;
43
- externalId: string;
44
37
  appId: string | null;
38
+ bookingId: number;
45
39
  amount: number;
46
40
  fee: number;
41
+ currency: string;
42
+ success: boolean;
43
+ refunded: boolean;
44
+ data: import('../../../../prisma-client').Prisma.JsonValue;
45
+ externalId: string;
46
+ paymentOption: import('../../../../prisma-client').$Enums.PaymentOption | null;
47
47
  }[] | undefined;
48
48
  attendees?: {
49
- name: string;
50
49
  id: number;
51
50
  email: string;
52
- locale: string | null;
51
+ name: string;
53
52
  timeZone: string;
54
- bookingId: number | null;
55
53
  phoneNumber: string | null;
54
+ locale: string | null;
55
+ bookingId: number | null;
56
56
  noShow: boolean | null;
57
57
  }[] | undefined;
58
58
  references?: {
59
59
  id: number;
60
60
  type: string;
61
61
  uid: string;
62
- credentialId: number | null;
63
- deleted: boolean | null;
64
- bookingId: number | null;
65
- thirdPartyRecurringEventId: string | null;
66
- delegationCredentialId: string | null;
67
- domainWideDelegationCredentialId: string | null;
68
62
  meetingId: string | null;
63
+ thirdPartyRecurringEventId: string | null;
69
64
  meetingPassword: string | null;
70
65
  meetingUrl: string | null;
66
+ bookingId: number | null;
71
67
  externalCalendarId: string | null;
68
+ deleted: boolean | null;
69
+ credentialId: number | null;
70
+ delegationCredentialId: string | null;
71
+ domainWideDelegationCredentialId: string | null;
72
72
  }[] | undefined;
73
73
  id?: number | undefined;
74
- title?: string | undefined;
75
- metadata?: import('../../../../prisma-client').Prisma.JsonValue | undefined;
76
- status?: import('../../../../prisma-client').$Enums.BookingStatus | undefined;
77
- description?: string | null | undefined;
78
- paid?: boolean | undefined;
79
- location?: string | null | undefined;
80
- rescheduled?: boolean | null | undefined;
81
- rating?: number | null | undefined;
82
74
  uid?: string | undefined;
75
+ idempotencyKey?: string | null | undefined;
83
76
  userId?: number | null | undefined;
77
+ userPrimaryEmail?: string | null | undefined;
84
78
  eventTypeId?: number | null | undefined;
79
+ title?: string | undefined;
80
+ description?: string | null | undefined;
85
81
  customInputs?: import('../../../../prisma-client').Prisma.JsonValue | undefined;
86
- smsReminderNumber?: string | null | undefined;
87
- recurringEventId?: string | null | undefined;
88
- cancellationReason?: string | null | undefined;
89
- cancelledBy?: string | null | undefined;
90
- iCalUID?: string | null | undefined;
91
82
  responses?: import('../../../../prisma-client').Prisma.JsonValue | undefined;
92
83
  startTime?: Date | undefined;
93
84
  endTime?: Date | undefined;
94
- idempotencyKey?: string | null | undefined;
95
- userPrimaryEmail?: string | null | undefined;
85
+ location?: string | null | undefined;
96
86
  createdAt?: Date | undefined;
97
87
  updatedAt?: Date | null | undefined;
88
+ status?: import('../../../../prisma-client').$Enums.BookingStatus | undefined;
89
+ paid?: boolean | undefined;
98
90
  destinationCalendarId?: number | null | undefined;
91
+ cancellationReason?: string | null | undefined;
99
92
  rejectionReason?: string | null | undefined;
100
93
  reassignReason?: string | null | undefined;
101
94
  reassignById?: number | null | undefined;
102
95
  dynamicEventSlugRef?: string | null | undefined;
103
96
  dynamicGroupSlugRef?: string | null | undefined;
97
+ rescheduled?: boolean | null | undefined;
104
98
  fromReschedule?: string | null | undefined;
99
+ recurringEventId?: string | null | undefined;
100
+ smsReminderNumber?: string | null | undefined;
105
101
  scheduledJobs?: string[] | undefined;
102
+ metadata?: import('../../../../prisma-client').Prisma.JsonValue | undefined;
106
103
  isRecorded?: boolean | undefined;
104
+ iCalUID?: string | null | undefined;
107
105
  iCalSequence?: number | undefined;
106
+ rating?: number | null | undefined;
108
107
  ratingFeedback?: string | null | undefined;
109
108
  noShowHost?: boolean | null | undefined;
110
109
  oneTimePassword?: string | null | undefined;
110
+ cancelledBy?: string | null | undefined;
111
111
  rescheduledBy?: string | null | undefined;
112
112
  creationSource?: import('../../../../prisma-client').$Enums.CreationSource | null | undefined;
113
113
  appsStatus?: import("@calcom/types/Calendar").AppsStatus[];
@@ -148,82 +148,82 @@ export declare const useCreateRecurringBooking: ({ onSuccess, onError }?: IUseCr
148
148
  videoCallUrl: any;
149
149
  seatReferenceUid: string | undefined;
150
150
  payment: {
151
- success: boolean;
152
- data: import('../../../../prisma-client').Prisma.JsonValue;
153
151
  id: number;
154
- refunded: boolean;
155
- currency: string;
156
152
  uid: string;
157
- paymentOption: import('../../../../prisma-client').$Enums.PaymentOption | null;
158
- bookingId: number;
159
- externalId: string;
160
153
  appId: string | null;
154
+ bookingId: number;
161
155
  amount: number;
162
156
  fee: number;
157
+ currency: string;
158
+ success: boolean;
159
+ refunded: boolean;
160
+ data: import('../../../../prisma-client').Prisma.JsonValue;
161
+ externalId: string;
162
+ paymentOption: import('../../../../prisma-client').$Enums.PaymentOption | null;
163
163
  }[];
164
164
  attendees: {
165
- name: string;
166
165
  id: number;
167
166
  email: string;
168
- locale: string | null;
167
+ name: string;
169
168
  timeZone: string;
170
- bookingId: number | null;
171
169
  phoneNumber: string | null;
170
+ locale: string | null;
171
+ bookingId: number | null;
172
172
  noShow: boolean | null;
173
173
  }[];
174
174
  references: {
175
175
  id: number;
176
176
  type: string;
177
177
  uid: string;
178
- credentialId: number | null;
179
- deleted: boolean | null;
180
- bookingId: number | null;
181
- thirdPartyRecurringEventId: string | null;
182
- delegationCredentialId: string | null;
183
- domainWideDelegationCredentialId: string | null;
184
178
  meetingId: string | null;
179
+ thirdPartyRecurringEventId: string | null;
185
180
  meetingPassword: string | null;
186
181
  meetingUrl: string | null;
182
+ bookingId: number | null;
187
183
  externalCalendarId: string | null;
184
+ deleted: boolean | null;
185
+ credentialId: number | null;
186
+ delegationCredentialId: string | null;
187
+ domainWideDelegationCredentialId: string | null;
188
188
  }[];
189
189
  id: number;
190
- title: string;
191
- metadata: import('../../../../prisma-client').Prisma.JsonValue;
192
- status: import('../../../../prisma-client').$Enums.BookingStatus;
193
- description: string | null;
194
- paid: boolean;
195
- location: string | null;
196
- rescheduled: boolean | null;
197
- rating: number | null;
198
190
  uid: string;
191
+ idempotencyKey: string | null;
199
192
  userId: number | null;
193
+ userPrimaryEmail: string | null;
200
194
  eventTypeId: number | null;
201
- customInputs: import('../../../../prisma-client').Prisma.JsonValue;
202
- smsReminderNumber: string | null;
203
- recurringEventId: string | null;
204
- cancellationReason: string | null;
205
- cancelledBy: string | null;
206
- iCalUID: string | null;
207
- responses: import('../../../../prisma-client').Prisma.JsonValue;
195
+ title: string;
196
+ description: string | null;
197
+ customInputs: import('../../../../prisma-client').Prisma.JsonValue | null;
198
+ responses: import('../../../../prisma-client').Prisma.JsonValue | null;
208
199
  startTime: Date;
209
200
  endTime: Date;
210
- idempotencyKey: string | null;
211
- userPrimaryEmail: string | null;
201
+ location: string | null;
212
202
  createdAt: Date;
213
203
  updatedAt: Date | null;
204
+ status: import('../../../../prisma-client').$Enums.BookingStatus;
205
+ paid: boolean;
214
206
  destinationCalendarId: number | null;
207
+ cancellationReason: string | null;
215
208
  rejectionReason: string | null;
216
209
  reassignReason: string | null;
217
210
  reassignById: number | null;
218
211
  dynamicEventSlugRef: string | null;
219
212
  dynamicGroupSlugRef: string | null;
213
+ rescheduled: boolean | null;
220
214
  fromReschedule: string | null;
215
+ recurringEventId: string | null;
216
+ smsReminderNumber: string | null;
221
217
  scheduledJobs: string[];
218
+ metadata: import('../../../../prisma-client').Prisma.JsonValue | null;
222
219
  isRecorded: boolean;
220
+ iCalUID: string | null;
223
221
  iCalSequence: number;
222
+ rating: number | null;
224
223
  ratingFeedback: string | null;
225
224
  noShowHost: boolean | null;
226
225
  oneTimePassword: string | null;
226
+ cancelledBy: string | null;
227
227
  rescheduledBy: string | null;
228
228
  creationSource: import('../../../../prisma-client').$Enums.CreationSource | null;
229
229
  appsStatus?: import("@calcom/types/Calendar").AppsStatus[];
@@ -258,67 +258,67 @@ export declare const useCreateRecurringBooking: ({ onSuccess, onError }?: IUseCr
258
258
  };
259
259
  paymentRequired: boolean;
260
260
  payment: {
261
- success: boolean;
262
- data: import('../../../../prisma-client').Prisma.JsonValue;
263
261
  id: number;
264
- refunded: boolean;
265
- currency: string;
266
262
  uid: string;
267
- paymentOption: import('../../../../prisma-client').$Enums.PaymentOption | null;
268
- bookingId: number;
269
- externalId: string;
270
263
  appId: string | null;
264
+ bookingId: number;
271
265
  amount: number;
272
266
  fee: number;
267
+ currency: string;
268
+ success: boolean;
269
+ refunded: boolean;
270
+ data: import('../../../../prisma-client').Prisma.JsonValue;
271
+ externalId: string;
272
+ paymentOption: import('../../../../prisma-client').$Enums.PaymentOption | null;
273
273
  }[];
274
274
  attendees: {
275
- name: string;
276
275
  id: number;
277
276
  email: string;
278
- locale: string | null;
277
+ name: string;
279
278
  timeZone: string;
280
- bookingId: number | null;
281
279
  phoneNumber: string | null;
280
+ locale: string | null;
281
+ bookingId: number | null;
282
282
  noShow: boolean | null;
283
283
  }[];
284
284
  id: number;
285
- title: string;
286
- metadata: import('../../../../prisma-client').Prisma.JsonValue;
287
- status: import('../../../../prisma-client').$Enums.BookingStatus;
288
- description: string | null;
289
- paid: boolean;
290
- location: string | null;
291
- rescheduled: boolean | null;
292
- rating: number | null;
293
285
  uid: string;
286
+ idempotencyKey: string | null;
294
287
  userId: number | null;
288
+ userPrimaryEmail: string | null;
295
289
  eventTypeId: number | null;
296
- customInputs: import('../../../../prisma-client').Prisma.JsonValue;
297
- smsReminderNumber: string | null;
298
- recurringEventId: string | null;
299
- cancellationReason: string | null;
300
- cancelledBy: string | null;
301
- iCalUID: string | null;
302
- responses: import('../../../../prisma-client').Prisma.JsonValue;
290
+ title: string;
291
+ description: string | null;
292
+ customInputs: import('../../../../prisma-client').Prisma.JsonValue | null;
293
+ responses: import('../../../../prisma-client').Prisma.JsonValue | null;
303
294
  startTime: Date;
304
295
  endTime: Date;
305
- idempotencyKey: string | null;
306
- userPrimaryEmail: string | null;
296
+ location: string | null;
307
297
  createdAt: Date;
308
298
  updatedAt: Date | null;
299
+ status: import('../../../../prisma-client').$Enums.BookingStatus;
300
+ paid: boolean;
309
301
  destinationCalendarId: number | null;
302
+ cancellationReason: string | null;
310
303
  rejectionReason: string | null;
311
304
  reassignReason: string | null;
312
305
  reassignById: number | null;
313
306
  dynamicEventSlugRef: string | null;
314
307
  dynamicGroupSlugRef: string | null;
308
+ rescheduled: boolean | null;
315
309
  fromReschedule: string | null;
310
+ recurringEventId: string | null;
311
+ smsReminderNumber: string | null;
316
312
  scheduledJobs: string[];
313
+ metadata: import('../../../../prisma-client').Prisma.JsonValue | null;
317
314
  isRecorded: boolean;
315
+ iCalUID: string | null;
318
316
  iCalSequence: number;
317
+ rating: number | null;
319
318
  ratingFeedback: string | null;
320
319
  noShowHost: boolean | null;
321
320
  oneTimePassword: string | null;
321
+ cancelledBy: string | null;
322
322
  rescheduledBy: string | null;
323
323
  creationSource: import('../../../../prisma-client').$Enums.CreationSource | null;
324
324
  appsStatus?: import("@calcom/types/Calendar").AppsStatus[];
@@ -11,12 +11,12 @@ export declare const useGetBookingForReschedule: (props?: IUseGetBookingForResch
11
11
  name: string;
12
12
  email: string;
13
13
  bookingSeat: {
14
- data: import('../../../../prisma-client').Prisma.JsonValue;
15
14
  id: number;
16
- metadata: import('../../../../prisma-client').Prisma.JsonValue;
17
- bookingId: number;
18
15
  referenceUid: string;
16
+ bookingId: number;
19
17
  attendeeId: number;
18
+ data: import('../../../../prisma-client').Prisma.JsonValue | null;
19
+ metadata: import('../../../../prisma-client').Prisma.JsonValue | null;
20
20
  } | null;
21
21
  }[];
22
22
  eventType: {
@@ -1 +1 @@
1
- {"version":3,"file":"useHandleBookEvent.d.ts","sourceRoot":"","sources":["../../../../../../hooks/bookings/useHandleBookEvent.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,kEAAkE,CAAC;AAEjH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iCAAiC,CAAC;AAEnE,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,wBAAwB,CAAC;AACtE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,mCAAmC,CAAC;AAI3E,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAEhE,KAAK,SAAS,GAAG;IAAE,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;IAAC,OAAO,CAAC,EAAE,CAAC,GAAG,EAAE,GAAG,KAAK,IAAI,CAAA;CAAE,CAAC;AAC1E,KAAK,qBAAqB,GAAG;IAC3B,WAAW,EAAE,wBAAwB,CAAC,aAAa,CAAC,CAAC;IACrD,KAAK,CAAC,EAAE;QACN,IAAI,CAAC,EAAE,IAAI,CACT,WAAW,EACX,IAAI,GAAG,WAAW,GAAG,UAAU,GAAG,gBAAgB,GAAG,QAAQ,GAAG,MAAM,GAAG,gBAAgB,CAC1F,GAAG,IAAI,CAAC;KACV,CAAC;IACF,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACjC,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,aAAa,EAAE,CAAC,KAAK,EAAE,qBAAqB,EAAE,SAAS,CAAC,EAAE,SAAS,KAAK,IAAI,CAAC;IAC7E,oBAAoB,EAAE,CAAC,KAAK,EAAE,iBAAiB,EAAE,SAAS,CAAC,EAAE,SAAS,KAAK,IAAI,CAAC;IAChF,gBAAgB,EAAE,CAAC,KAAK,EAAE,iBAAiB,EAAE,EAAE,SAAS,CAAC,EAAE,SAAS,KAAK,IAAI,CAAC;IAC9E,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,uBAAuB,CAAC,EAAE,uBAAuB,CAAC;IAClD,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B,CAAC;AAEF,eAAO,MAAM,kBAAkB,GAAI,6JAWhC,qBAAqB,sBAyBmB,MAAM,SAiEhD,CAAC"}
1
+ {"version":3,"file":"useHandleBookEvent.d.ts","sourceRoot":"","sources":["../../../../../../hooks/bookings/useHandleBookEvent.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,kEAAkE,CAAC;AAEjH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iCAAiC,CAAC;AAEnE,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,wBAAwB,CAAC;AACtE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,mCAAmC,CAAC;AAK3E,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAEhE,KAAK,SAAS,GAAG;IAAE,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;IAAC,OAAO,CAAC,EAAE,CAAC,GAAG,EAAE,GAAG,KAAK,IAAI,CAAA;CAAE,CAAC;AAC1E,KAAK,qBAAqB,GAAG;IAC3B,WAAW,EAAE,wBAAwB,CAAC,aAAa,CAAC,CAAC;IACrD,KAAK,CAAC,EAAE;QACN,IAAI,CAAC,EAAE,IAAI,CACT,WAAW,EACX,IAAI,GAAG,WAAW,GAAG,UAAU,GAAG,gBAAgB,GAAG,QAAQ,GAAG,MAAM,GAAG,gBAAgB,CAC1F,GAAG,IAAI,CAAC;KACV,CAAC;IACF,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACjC,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,aAAa,EAAE,CAAC,KAAK,EAAE,qBAAqB,EAAE,SAAS,CAAC,EAAE,SAAS,KAAK,IAAI,CAAC;IAC7E,oBAAoB,EAAE,CAAC,KAAK,EAAE,iBAAiB,EAAE,SAAS,CAAC,EAAE,SAAS,KAAK,IAAI,CAAC;IAChF,gBAAgB,EAAE,CAAC,KAAK,EAAE,iBAAiB,EAAE,EAAE,SAAS,CAAC,EAAE,SAAS,KAAK,IAAI,CAAC;IAC9E,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,uBAAuB,CAAC,EAAE,uBAAuB,CAAC;IAClD,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B,CAAC;AAEF,eAAO,MAAM,kBAAkB,GAAI,6JAWhC,qBAAqB,sBAyBmB,MAAM,SAiEhD,CAAC"}
@@ -75,14 +75,14 @@ export declare const useAtomGetPublicEvent: ({ username, eventSlug, isTeamEvent,
75
75
  email: string;
76
76
  teams: {
77
77
  id: number;
78
- role: import('../../../../../prisma-client').$Enums.MembershipRole;
79
- userId: number;
80
78
  teamId: number;
81
- createdAt: Date | null;
82
- updatedAt: Date | null;
83
- disableImpersonation: boolean;
79
+ userId: number;
84
80
  accepted: boolean;
81
+ role: import('../../../../../prisma-client').$Enums.MembershipRole;
85
82
  customRoleId: string | null;
83
+ disableImpersonation: boolean;
84
+ createdAt: Date | null;
85
+ updatedAt: Date | null;
86
86
  }[];
87
87
  bio: string | null;
88
88
  theme: string | null;
@@ -210,10 +210,10 @@ export declare const useAtomGetPublicEvent: ({ username, eventSlug, isTeamEvent,
210
210
  };
211
211
  };
212
212
  id: number;
213
- username: string;
214
213
  uid: string;
215
- organizationId: number;
216
214
  userId: number;
215
+ organizationId: number;
216
+ username: string;
217
217
  createdAt: Date & string;
218
218
  updatedAt: Date & string;
219
219
  upId: string;
@@ -224,14 +224,14 @@ export declare const useAtomGetPublicEvent: ({ username, eventSlug, isTeamEvent,
224
224
  email: string;
225
225
  teams: {
226
226
  id: number;
227
- role: import('../../../../../prisma-client').$Enums.MembershipRole;
228
- userId: number;
229
227
  teamId: number;
230
- createdAt: Date | null;
231
- updatedAt: Date | null;
232
- disableImpersonation: boolean;
228
+ userId: number;
233
229
  accepted: boolean;
230
+ role: import('../../../../../prisma-client').$Enums.MembershipRole;
234
231
  customRoleId: string | null;
232
+ disableImpersonation: boolean;
233
+ createdAt: Date | null;
234
+ updatedAt: Date | null;
235
235
  }[];
236
236
  bio: string | null;
237
237
  theme: string | null;
@@ -276,14 +276,14 @@ export declare const useAtomGetPublicEvent: ({ username, eventSlug, isTeamEvent,
276
276
  email: string;
277
277
  teams: {
278
278
  id: number;
279
- role: import('../../../../../prisma-client').$Enums.MembershipRole;
280
- userId: number;
281
279
  teamId: number;
282
- createdAt: Date | null;
283
- updatedAt: Date | null;
284
- disableImpersonation: boolean;
280
+ userId: number;
285
281
  accepted: boolean;
282
+ role: import('../../../../../prisma-client').$Enums.MembershipRole;
286
283
  customRoleId: string | null;
284
+ disableImpersonation: boolean;
285
+ createdAt: Date | null;
286
+ updatedAt: Date | null;
287
287
  }[];
288
288
  bio: string | null;
289
289
  theme: string | null;
@@ -411,10 +411,10 @@ export declare const useAtomGetPublicEvent: ({ username, eventSlug, isTeamEvent,
411
411
  };
412
412
  };
413
413
  id: number;
414
- username: string;
415
414
  uid: string;
416
- organizationId: number;
417
415
  userId: number;
416
+ organizationId: number;
417
+ username: string;
418
418
  createdAt: Date & string;
419
419
  updatedAt: Date & string;
420
420
  upId: string;
@@ -425,14 +425,14 @@ export declare const useAtomGetPublicEvent: ({ username, eventSlug, isTeamEvent,
425
425
  email: string;
426
426
  teams: {
427
427
  id: number;
428
- role: import('../../../../../prisma-client').$Enums.MembershipRole;
429
- userId: number;
430
428
  teamId: number;
431
- createdAt: Date | null;
432
- updatedAt: Date | null;
433
- disableImpersonation: boolean;
429
+ userId: number;
434
430
  accepted: boolean;
431
+ role: import('../../../../../prisma-client').$Enums.MembershipRole;
435
432
  customRoleId: string | null;
433
+ disableImpersonation: boolean;
434
+ createdAt: Date | null;
435
+ updatedAt: Date | null;
436
436
  }[];
437
437
  bio: string | null;
438
438
  theme: string | null;
@@ -816,6 +816,9 @@ export declare const useAtomGetPublicEvent: ({ username, eventSlug, isTeamEvent,
816
816
  refundPolicy?: import('../../../../../lib/payment/types').RefundPolicy | undefined;
817
817
  refundDaysCount?: number | undefined;
818
818
  refundCountCalendarDays?: boolean | undefined;
819
+ autoChargeNoShowFeeIfCancelled?: boolean | undefined;
820
+ autoChargeNoShowFeeTimeValue?: number | undefined;
821
+ autoChargeNoShowFeeTimeUnit?: "days" | "hours" | "minutes" | undefined;
819
822
  } | undefined;
820
823
  tandemvideo?: {} | undefined;
821
824
  "booking-pages-tag"?: {
@@ -1292,6 +1295,9 @@ export declare const useAtomGetPublicEvent: ({ username, eventSlug, isTeamEvent,
1292
1295
  refundPolicy?: import('../../../../../lib/payment/types').RefundPolicy | undefined;
1293
1296
  refundDaysCount?: number | undefined;
1294
1297
  refundCountCalendarDays?: boolean | undefined;
1298
+ autoChargeNoShowFeeIfCancelled?: boolean | undefined;
1299
+ autoChargeNoShowFeeTimeValue?: number | undefined;
1300
+ autoChargeNoShowFeeTimeUnit?: "days" | "hours" | "minutes" | undefined;
1295
1301
  } | undefined;
1296
1302
  tandemvideo?: {} | undefined;
1297
1303
  "booking-pages-tag"?: {
@@ -1460,7 +1466,6 @@ export declare const useAtomGetPublicEvent: ({ username, eventSlug, isTeamEvent,
1460
1466
  instantMeetingParameters: string[];
1461
1467
  aiPhoneCallConfig: {
1462
1468
  id: number;
1463
- enabled: boolean;
1464
1469
  eventTypeId: number;
1465
1470
  templateType: string;
1466
1471
  schedulerName: string | null;
@@ -1470,6 +1475,7 @@ export declare const useAtomGetPublicEvent: ({ username, eventSlug, isTeamEvent,
1470
1475
  guestName: string | null;
1471
1476
  guestEmail: string | null;
1472
1477
  guestCompany: string | null;
1478
+ enabled: boolean;
1473
1479
  beginMessage: string | null;
1474
1480
  llmId: string | null;
1475
1481
  } | null;
@@ -1576,13 +1582,13 @@ export declare const useAtomGetPublicEvent: ({ username, eventSlug, isTeamEvent,
1576
1582
  workflow: {
1577
1583
  steps: {
1578
1584
  id: number;
1579
- template: import('../../../../../prisma-client').$Enums.WorkflowTemplates;
1580
- action: import('../../../../../prisma-client').$Enums.WorkflowActions;
1581
1585
  stepNumber: number;
1586
+ action: import('../../../../../prisma-client').$Enums.WorkflowActions;
1582
1587
  workflowId: number;
1583
1588
  sendTo: string | null;
1584
1589
  reminderBody: string | null;
1585
1590
  emailSubject: string | null;
1591
+ template: import('../../../../../prisma-client').$Enums.WorkflowTemplates;
1586
1592
  numberRequired: boolean | null;
1587
1593
  sender: string | null;
1588
1594
  numberVerificationPending: boolean;
@@ -1591,20 +1597,20 @@ export declare const useAtomGetPublicEvent: ({ username, eventSlug, isTeamEvent,
1591
1597
  agentId: string | null;
1592
1598
  }[];
1593
1599
  } & {
1594
- name: string;
1595
1600
  id: number;
1596
- time: number | null;
1597
- trigger: import('../../../../../prisma-client').$Enums.WorkflowTriggerEvents;
1598
- userId: number | null;
1599
1601
  position: number;
1602
+ name: string;
1603
+ userId: number | null;
1600
1604
  teamId: number | null;
1601
- timeUnit: import('../../../../../prisma-client').$Enums.TimeUnit | null;
1602
1605
  isActiveOnAll: boolean;
1606
+ trigger: import('../../../../../prisma-client').$Enums.WorkflowTriggerEvents;
1607
+ time: number | null;
1608
+ timeUnit: import('../../../../../prisma-client').$Enums.TimeUnit | null;
1603
1609
  };
1604
1610
  } & {
1605
1611
  id: number;
1606
- eventTypeId: number;
1607
1612
  workflowId: number;
1613
+ eventTypeId: number;
1608
1614
  })[];
1609
1615
  currency: string;
1610
1616
  slug: string;
@@ -1 +1 @@
1
- {"version":3,"file":"useAtomGetPublicEvent.d.ts","sourceRoot":"","sources":["../../../../../../../hooks/event-types/public/useAtomGetPublicEvent.tsx"],"names":[],"mappings":"AAWA,eAAO,MAAM,SAAS,qBAAqB,CAAC;AAC5C,MAAM,MAAM,wBAAwB,GAAG,UAAU,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAEhF,KAAK,KAAK,GAAG;IACX,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;CACjC,CAAC;AAEF,eAAO,MAAM,qBAAqB,GAAI,gEAAgE,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBA0C1G,CAAC"}
1
+ {"version":3,"file":"useAtomGetPublicEvent.d.ts","sourceRoot":"","sources":["../../../../../../../hooks/event-types/public/useAtomGetPublicEvent.tsx"],"names":[],"mappings":"AAWA,eAAO,MAAM,SAAS,qBAAqB,CAAC;AAC5C,MAAM,MAAM,wBAAwB,GAAG,UAAU,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAEhF,KAAK,KAAK,GAAG;IACX,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;CACjC,CAAC;AAEF,eAAO,MAAM,qBAAqB,GAAI,gEAAgE,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBA0C1G,CAAC"}
@@ -9,13 +9,13 @@ export declare const useAtomSchedule: (scheduleId?: string, isManagedEventType?:
9
9
  workingHours: import("@calcom/types/schedule").WorkingHours[];
10
10
  schedule: {
11
11
  id: number;
12
- days: number[];
13
- date: Date | null;
14
12
  userId: number | null;
15
13
  eventTypeId: number | null;
16
- scheduleId: number | null;
14
+ days: number[];
17
15
  startTime: Date;
18
16
  endTime: Date;
17
+ date: Date | null;
18
+ scheduleId: number | null;
19
19
  }[];
20
20
  availability: {
21
21
  end: Date;
@@ -25,13 +25,13 @@ export declare const useAtomUpdateSchedule: ({ onSuccess, onError }?: IUseAtomUp
25
25
  id: number;
26
26
  availability: {
27
27
  id: number;
28
- days: number[];
29
- date: Date | null;
30
28
  userId: number | null;
31
29
  eventTypeId: number | null;
32
- scheduleId: number | null;
30
+ days: number[];
33
31
  startTime: Date;
34
32
  endTime: Date;
33
+ date: Date | null;
34
+ scheduleId: number | null;
35
35
  }[];
36
36
  userId: number;
37
37
  timeZone: string | null;
@@ -1 +1 @@
1
- {"version":3,"file":"useConnectedCalendars.d.ts","sourceRoot":"","sources":["../../../../../hooks/useConnectedCalendars.tsx"],"names":[],"mappings":"AASA,eAAO,MAAM,SAAS,4BAA4B,CAAC;AACnD,eAAO,MAAM,qBAAqB,GAAI,OAAO;IAAE,OAAO,CAAC,EAAE,OAAO,CAAA;CAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SAiBjE,CAAC"}
1
+ {"version":3,"file":"useConnectedCalendars.d.ts","sourceRoot":"","sources":["../../../../../hooks/useConnectedCalendars.tsx"],"names":[],"mappings":"AASA,eAAO,MAAM,SAAS,4BAA4B,CAAC;AACnD,eAAO,MAAM,qBAAqB,GAAI,OAAO;IAAE,OAAO,CAAC,EAAE,OAAO,CAAA;CAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SAkBjE,CAAC"}
@@ -1,41 +1,5 @@
1
1
  export { CalProvider } from "./cal-provider";
2
- export { GcalConnect } from "./connect/google/GcalConnect";
3
- export { AvailabilitySettingsPlatformWrapper as AvailabilitySettings } from "./availability";
4
- export type { AvailabilitySettingsPlatformWrapperProps as AvailabilitySettingsProps } from "./availability/wrappers/AvailabilitySettingsPlatformWrapper";
5
- export type { AvailabilitySettingsScheduleType } from "./availability/AvailabilitySettings";
6
2
  export { BookerPlatformWrapper as Booker } from "./booker/BookerPlatformWrapper";
7
3
  export { useIsPlatform } from "./hooks/useIsPlatform";
8
4
  export { useAtomsContext } from "./hooks/useAtomsContext";
9
- export { useConnectedCalendars } from "./hooks/useConnectedCalendars";
10
- export { useEventTypes } from "./hooks/event-types/public/useEventTypes";
11
- export { useTeamEventTypes } from "./hooks/event-types/public/useTeamEventTypes";
12
- export { useEventType as useEvent } from "./hooks/event-types/public/useEventType";
13
- export { useEventTypeById } from "./hooks/event-types/private/useEventTypeById";
14
- export { useCancelBooking } from "./hooks/bookings/useCancelBooking";
15
- export { useBooking } from "./hooks/bookings/useBooking";
16
- export { useBookings } from "./hooks/bookings/useBookings";
17
- export { useMe } from "./hooks/useMe";
18
- export { OutlookConnect } from "./connect/outlook/OutlookConnect";
19
- export * as Connect from "./connect";
20
- export { BookerEmbed } from "./booker-embed";
21
- export { Router } from "./router";
22
- export { useDeleteCalendarCredentials } from "./hooks/calendars/useDeleteCalendarCredentials";
23
- export { useAddSelectedCalendar } from "./hooks/calendars/useAddSelectedCalendar";
24
- export { useRemoveSelectedCalendar } from "./hooks/calendars/useRemoveSelectedCalendar";
25
- export { useTeams } from "./hooks/teams/useTeams";
26
- export { SelectedCalendarsSettingsPlatformWrapper as SelectedCalendarsSettings } from "./selected-calendars/index";
27
- export { DestinationCalendarSettingsPlatformWrapper as DestinationCalendarSettings } from "./destination-calendar/index";
28
- export { CalendarSettingsPlatformWrapper as CalendarSettings } from "./calendar-settings/index";
29
- export type { UpdateScheduleInput_2024_06_11 as UpdateScheduleBody } from '../types/index.ts';
30
- export { EventTypePlatformWrapper as EventTypeSettings } from "./event-types/wrappers/EventTypePlatformWrapper";
31
- export type { EventSettingsFromRef } from "./event-types/wrappers/types";
32
- export type { AvailabilitySettingsFormRef } from "./availability/types";
33
- export { ConferencingAppsViewPlatformWrapper as ConferencingAppsSettings } from "./connect/conferencing-apps/ConferencingAppsViewPlatformWrapper";
34
- export { StripeConnect } from "./connect/stripe/StripeConnect";
35
- export { CreateEventTypePlatformWrapper as CreateEventType } from "./event-types/wrappers/CreateEventTypePlatformWrapper";
36
- export { PaymentForm } from "./event-types/payments/PaymentForm";
37
- export { useCreateEventType } from "./hooks/event-types/private/useCreateEventType";
38
- export { useCreateTeamEventType } from "./hooks/event-types/private/useCreateTeamEventType";
39
- export { useOrganizationBookings } from "./hooks/organizations/bookings/useOrganizationBookings";
40
- export { useOrganizationUserBookings } from "./hooks/organizations/bookings/useOrganizationUserBookings";
41
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAC3D,OAAO,EAAE,mCAAmC,IAAI,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AAC7F,YAAY,EAAE,wCAAwC,IAAI,yBAAyB,EAAE,MAAM,6DAA6D,CAAC;AACzJ,YAAY,EAAE,gCAAgC,EAAE,MAAM,qCAAqC,CAAC;AAC5F,OAAO,EAAE,qBAAqB,IAAI,MAAM,EAAE,MAAM,gCAAgC,CAAC;AACjF,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AACtD,OAAO,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAC1D,OAAO,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;AACtE,OAAO,EAAE,aAAa,EAAE,MAAM,0CAA0C,CAAC;AACzE,OAAO,EAAE,iBAAiB,EAAE,MAAM,8CAA8C,CAAC;AACjF,OAAO,EAAE,YAAY,IAAI,QAAQ,EAAE,MAAM,yCAAyC,CAAC;AACnF,OAAO,EAAE,gBAAgB,EAAE,MAAM,8CAA8C,CAAC;AAChF,OAAO,EAAE,gBAAgB,EAAE,MAAM,mCAAmC,CAAC;AACrE,OAAO,EAAE,UAAU,EAAE,MAAM,6BAA6B,CAAC;AACzD,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAC3D,OAAO,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AACtC,OAAO,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AAClE,OAAO,KAAK,OAAO,MAAM,WAAW,CAAC;AACrC,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC,OAAO,EAAE,4BAA4B,EAAE,MAAM,gDAAgD,CAAC;AAC9F,OAAO,EAAE,sBAAsB,EAAE,MAAM,0CAA0C,CAAC;AAClF,OAAO,EAAE,yBAAyB,EAAE,MAAM,6CAA6C,CAAC;AACxF,OAAO,EAAE,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAClD,OAAO,EAAE,wCAAwC,IAAI,yBAAyB,EAAE,MAAM,4BAA4B,CAAC;AACnH,OAAO,EAAE,0CAA0C,IAAI,2BAA2B,EAAE,MAAM,8BAA8B,CAAC;AACzH,OAAO,EAAE,+BAA+B,IAAI,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAChG,YAAY,EAAE,8BAA8B,IAAI,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AACnG,OAAO,EAAE,wBAAwB,IAAI,iBAAiB,EAAE,MAAM,iDAAiD,CAAC;AAChH,YAAY,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAC;AACzE,YAAY,EAAE,2BAA2B,EAAE,MAAM,sBAAsB,CAAC;AACxE,OAAO,EAAE,mCAAmC,IAAI,wBAAwB,EAAE,MAAM,iEAAiE,CAAC;AAClJ,OAAO,EAAE,aAAa,EAAE,MAAM,gCAAgC,CAAC;AAC/D,OAAO,EAAE,8BAA8B,IAAI,eAAe,EAAE,MAAM,uDAAuD,CAAC;AAC1H,OAAO,EAAE,WAAW,EAAE,MAAM,oCAAoC,CAAC;AAEjE,OAAO,EAAE,kBAAkB,EAAE,MAAM,gDAAgD,CAAC;AACpF,OAAO,EAAE,sBAAsB,EAAE,MAAM,oDAAoD,CAAC;AAE5F,OAAO,EAAE,uBAAuB,EAAE,MAAM,wDAAwD,CAAC;AACjG,OAAO,EAAE,2BAA2B,EAAE,MAAM,4DAA4D,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,qBAAqB,IAAI,MAAM,EAAE,MAAM,gCAAgC,CAAC;AACjF,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AACtD,OAAO,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare function appendClientIdToEmail(email: string, clientId: string): string;
2
+ //# sourceMappingURL=appendClientIdToEmail.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"appendClientIdToEmail.d.ts","sourceRoot":"","sources":["../../../../../lib/appendClientIdToEmail.ts"],"names":[],"mappings":"AAAA,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,GAAG,MAAM,CAG7E"}