@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
@@ -733,7 +733,12 @@ export const WorkflowTriggerEvents: {
733
733
  AFTER_EVENT: 'AFTER_EVENT',
734
734
  RESCHEDULE_EVENT: 'RESCHEDULE_EVENT',
735
735
  AFTER_HOSTS_CAL_VIDEO_NO_SHOW: 'AFTER_HOSTS_CAL_VIDEO_NO_SHOW',
736
- AFTER_GUESTS_CAL_VIDEO_NO_SHOW: 'AFTER_GUESTS_CAL_VIDEO_NO_SHOW'
736
+ AFTER_GUESTS_CAL_VIDEO_NO_SHOW: 'AFTER_GUESTS_CAL_VIDEO_NO_SHOW',
737
+ BOOKING_REJECTED: 'BOOKING_REJECTED',
738
+ BOOKING_REQUESTED: 'BOOKING_REQUESTED',
739
+ BOOKING_PAYMENT_INITIATED: 'BOOKING_PAYMENT_INITIATED',
740
+ BOOKING_PAID: 'BOOKING_PAID',
741
+ BOOKING_NO_SHOW_UPDATED: 'BOOKING_NO_SHOW_UPDATED'
737
742
  };
738
743
 
739
744
  export type WorkflowTriggerEvents = (typeof WorkflowTriggerEvents)[keyof typeof WorkflowTriggerEvents]
@@ -30594,6 +30599,8 @@ export namespace Prisma {
30594
30599
  date: Date | null
30595
30600
  smsSid: string | null
30596
30601
  smsSegments: number | null
30602
+ phoneNumber: string | null
30603
+ email: string | null
30597
30604
  callDuration: number | null
30598
30605
  creditFor: $Enums.CreditUsageType | null
30599
30606
  externalRef: string | null
@@ -30608,6 +30615,8 @@ export namespace Prisma {
30608
30615
  date: Date | null
30609
30616
  smsSid: string | null
30610
30617
  smsSegments: number | null
30618
+ phoneNumber: string | null
30619
+ email: string | null
30611
30620
  callDuration: number | null
30612
30621
  creditFor: $Enums.CreditUsageType | null
30613
30622
  externalRef: string | null
@@ -30622,6 +30631,8 @@ export namespace Prisma {
30622
30631
  date: number
30623
30632
  smsSid: number
30624
30633
  smsSegments: number
30634
+ phoneNumber: number
30635
+ email: number
30625
30636
  callDuration: number
30626
30637
  creditFor: number
30627
30638
  externalRef: number
@@ -30650,6 +30661,8 @@ export namespace Prisma {
30650
30661
  date?: true
30651
30662
  smsSid?: true
30652
30663
  smsSegments?: true
30664
+ phoneNumber?: true
30665
+ email?: true
30653
30666
  callDuration?: true
30654
30667
  creditFor?: true
30655
30668
  externalRef?: true
@@ -30664,6 +30677,8 @@ export namespace Prisma {
30664
30677
  date?: true
30665
30678
  smsSid?: true
30666
30679
  smsSegments?: true
30680
+ phoneNumber?: true
30681
+ email?: true
30667
30682
  callDuration?: true
30668
30683
  creditFor?: true
30669
30684
  externalRef?: true
@@ -30678,6 +30693,8 @@ export namespace Prisma {
30678
30693
  date?: true
30679
30694
  smsSid?: true
30680
30695
  smsSegments?: true
30696
+ phoneNumber?: true
30697
+ email?: true
30681
30698
  callDuration?: true
30682
30699
  creditFor?: true
30683
30700
  externalRef?: true
@@ -30779,6 +30796,8 @@ export namespace Prisma {
30779
30796
  date: Date
30780
30797
  smsSid: string | null
30781
30798
  smsSegments: number | null
30799
+ phoneNumber: string | null
30800
+ email: string | null
30782
30801
  callDuration: number | null
30783
30802
  creditFor: $Enums.CreditUsageType | null
30784
30803
  externalRef: string | null
@@ -30812,6 +30831,8 @@ export namespace Prisma {
30812
30831
  date?: boolean
30813
30832
  smsSid?: boolean
30814
30833
  smsSegments?: boolean
30834
+ phoneNumber?: boolean
30835
+ email?: boolean
30815
30836
  callDuration?: boolean
30816
30837
  creditFor?: boolean
30817
30838
  externalRef?: boolean
@@ -30828,6 +30849,8 @@ export namespace Prisma {
30828
30849
  date?: boolean
30829
30850
  smsSid?: boolean
30830
30851
  smsSegments?: boolean
30852
+ phoneNumber?: boolean
30853
+ email?: boolean
30831
30854
  callDuration?: boolean
30832
30855
  creditFor?: boolean
30833
30856
  externalRef?: boolean
@@ -30854,6 +30877,8 @@ export namespace Prisma {
30854
30877
  date: Date
30855
30878
  smsSid: string | null
30856
30879
  smsSegments: number | null
30880
+ phoneNumber: string | null
30881
+ email: string | null
30857
30882
  callDuration: number | null
30858
30883
  creditFor: $Enums.CreditUsageType | null
30859
30884
  externalRef: string | null
@@ -31262,6 +31287,8 @@ export namespace Prisma {
31262
31287
  readonly date: FieldRef<"CreditExpenseLog", 'DateTime'>
31263
31288
  readonly smsSid: FieldRef<"CreditExpenseLog", 'String'>
31264
31289
  readonly smsSegments: FieldRef<"CreditExpenseLog", 'Int'>
31290
+ readonly phoneNumber: FieldRef<"CreditExpenseLog", 'String'>
31291
+ readonly email: FieldRef<"CreditExpenseLog", 'String'>
31265
31292
  readonly callDuration: FieldRef<"CreditExpenseLog", 'Int'>
31266
31293
  readonly creditFor: FieldRef<"CreditExpenseLog", 'CreditUsageType'>
31267
31294
  readonly externalRef: FieldRef<"CreditExpenseLog", 'String'>
@@ -120181,6 +120208,8 @@ export namespace Prisma {
120181
120208
  date: 'date',
120182
120209
  smsSid: 'smsSid',
120183
120210
  smsSegments: 'smsSegments',
120211
+ phoneNumber: 'phoneNumber',
120212
+ email: 'email',
120184
120213
  callDuration: 'callDuration',
120185
120214
  creditFor: 'creditFor',
120186
120215
  externalRef: 'externalRef'
@@ -124156,6 +124185,8 @@ export namespace Prisma {
124156
124185
  date?: DateTimeFilter<"CreditExpenseLog"> | Date | string
124157
124186
  smsSid?: StringNullableFilter<"CreditExpenseLog"> | string | null
124158
124187
  smsSegments?: IntNullableFilter<"CreditExpenseLog"> | number | null
124188
+ phoneNumber?: StringNullableFilter<"CreditExpenseLog"> | string | null
124189
+ email?: StringNullableFilter<"CreditExpenseLog"> | string | null
124159
124190
  callDuration?: IntNullableFilter<"CreditExpenseLog"> | number | null
124160
124191
  creditFor?: EnumCreditUsageTypeNullableFilter<"CreditExpenseLog"> | $Enums.CreditUsageType | null
124161
124192
  externalRef?: StringNullableFilter<"CreditExpenseLog"> | string | null
@@ -124172,6 +124203,8 @@ export namespace Prisma {
124172
124203
  date?: SortOrder
124173
124204
  smsSid?: SortOrderInput | SortOrder
124174
124205
  smsSegments?: SortOrderInput | SortOrder
124206
+ phoneNumber?: SortOrderInput | SortOrder
124207
+ email?: SortOrderInput | SortOrder
124175
124208
  callDuration?: SortOrderInput | SortOrder
124176
124209
  creditFor?: SortOrderInput | SortOrder
124177
124210
  externalRef?: SortOrderInput | SortOrder
@@ -124192,6 +124225,8 @@ export namespace Prisma {
124192
124225
  date?: DateTimeFilter<"CreditExpenseLog"> | Date | string
124193
124226
  smsSid?: StringNullableFilter<"CreditExpenseLog"> | string | null
124194
124227
  smsSegments?: IntNullableFilter<"CreditExpenseLog"> | number | null
124228
+ phoneNumber?: StringNullableFilter<"CreditExpenseLog"> | string | null
124229
+ email?: StringNullableFilter<"CreditExpenseLog"> | string | null
124195
124230
  callDuration?: IntNullableFilter<"CreditExpenseLog"> | number | null
124196
124231
  creditFor?: EnumCreditUsageTypeNullableFilter<"CreditExpenseLog"> | $Enums.CreditUsageType | null
124197
124232
  creditBalance?: XOR<CreditBalanceRelationFilter, CreditBalanceWhereInput>
@@ -124207,6 +124242,8 @@ export namespace Prisma {
124207
124242
  date?: SortOrder
124208
124243
  smsSid?: SortOrderInput | SortOrder
124209
124244
  smsSegments?: SortOrderInput | SortOrder
124245
+ phoneNumber?: SortOrderInput | SortOrder
124246
+ email?: SortOrderInput | SortOrder
124210
124247
  callDuration?: SortOrderInput | SortOrder
124211
124248
  creditFor?: SortOrderInput | SortOrder
124212
124249
  externalRef?: SortOrderInput | SortOrder
@@ -124229,6 +124266,8 @@ export namespace Prisma {
124229
124266
  date?: DateTimeWithAggregatesFilter<"CreditExpenseLog"> | Date | string
124230
124267
  smsSid?: StringNullableWithAggregatesFilter<"CreditExpenseLog"> | string | null
124231
124268
  smsSegments?: IntNullableWithAggregatesFilter<"CreditExpenseLog"> | number | null
124269
+ phoneNumber?: StringNullableWithAggregatesFilter<"CreditExpenseLog"> | string | null
124270
+ email?: StringNullableWithAggregatesFilter<"CreditExpenseLog"> | string | null
124232
124271
  callDuration?: IntNullableWithAggregatesFilter<"CreditExpenseLog"> | number | null
124233
124272
  creditFor?: EnumCreditUsageTypeNullableWithAggregatesFilter<"CreditExpenseLog"> | $Enums.CreditUsageType | null
124234
124273
  externalRef?: StringNullableWithAggregatesFilter<"CreditExpenseLog"> | string | null
@@ -133643,6 +133682,8 @@ export namespace Prisma {
133643
133682
  date: Date | string
133644
133683
  smsSid?: string | null
133645
133684
  smsSegments?: number | null
133685
+ phoneNumber?: string | null
133686
+ email?: string | null
133646
133687
  callDuration?: number | null
133647
133688
  creditFor?: $Enums.CreditUsageType | null
133648
133689
  externalRef?: string | null
@@ -133659,6 +133700,8 @@ export namespace Prisma {
133659
133700
  date: Date | string
133660
133701
  smsSid?: string | null
133661
133702
  smsSegments?: number | null
133703
+ phoneNumber?: string | null
133704
+ email?: string | null
133662
133705
  callDuration?: number | null
133663
133706
  creditFor?: $Enums.CreditUsageType | null
133664
133707
  externalRef?: string | null
@@ -133671,6 +133714,8 @@ export namespace Prisma {
133671
133714
  date?: DateTimeFieldUpdateOperationsInput | Date | string
133672
133715
  smsSid?: NullableStringFieldUpdateOperationsInput | string | null
133673
133716
  smsSegments?: NullableIntFieldUpdateOperationsInput | number | null
133717
+ phoneNumber?: NullableStringFieldUpdateOperationsInput | string | null
133718
+ email?: NullableStringFieldUpdateOperationsInput | string | null
133674
133719
  callDuration?: NullableIntFieldUpdateOperationsInput | number | null
133675
133720
  creditFor?: NullableEnumCreditUsageTypeFieldUpdateOperationsInput | $Enums.CreditUsageType | null
133676
133721
  externalRef?: NullableStringFieldUpdateOperationsInput | string | null
@@ -133687,6 +133732,8 @@ export namespace Prisma {
133687
133732
  date?: DateTimeFieldUpdateOperationsInput | Date | string
133688
133733
  smsSid?: NullableStringFieldUpdateOperationsInput | string | null
133689
133734
  smsSegments?: NullableIntFieldUpdateOperationsInput | number | null
133735
+ phoneNumber?: NullableStringFieldUpdateOperationsInput | string | null
133736
+ email?: NullableStringFieldUpdateOperationsInput | string | null
133690
133737
  callDuration?: NullableIntFieldUpdateOperationsInput | number | null
133691
133738
  creditFor?: NullableEnumCreditUsageTypeFieldUpdateOperationsInput | $Enums.CreditUsageType | null
133692
133739
  externalRef?: NullableStringFieldUpdateOperationsInput | string | null
@@ -133701,6 +133748,8 @@ export namespace Prisma {
133701
133748
  date: Date | string
133702
133749
  smsSid?: string | null
133703
133750
  smsSegments?: number | null
133751
+ phoneNumber?: string | null
133752
+ email?: string | null
133704
133753
  callDuration?: number | null
133705
133754
  creditFor?: $Enums.CreditUsageType | null
133706
133755
  externalRef?: string | null
@@ -133713,6 +133762,8 @@ export namespace Prisma {
133713
133762
  date?: DateTimeFieldUpdateOperationsInput | Date | string
133714
133763
  smsSid?: NullableStringFieldUpdateOperationsInput | string | null
133715
133764
  smsSegments?: NullableIntFieldUpdateOperationsInput | number | null
133765
+ phoneNumber?: NullableStringFieldUpdateOperationsInput | string | null
133766
+ email?: NullableStringFieldUpdateOperationsInput | string | null
133716
133767
  callDuration?: NullableIntFieldUpdateOperationsInput | number | null
133717
133768
  creditFor?: NullableEnumCreditUsageTypeFieldUpdateOperationsInput | $Enums.CreditUsageType | null
133718
133769
  externalRef?: NullableStringFieldUpdateOperationsInput | string | null
@@ -133727,6 +133778,8 @@ export namespace Prisma {
133727
133778
  date?: DateTimeFieldUpdateOperationsInput | Date | string
133728
133779
  smsSid?: NullableStringFieldUpdateOperationsInput | string | null
133729
133780
  smsSegments?: NullableIntFieldUpdateOperationsInput | number | null
133781
+ phoneNumber?: NullableStringFieldUpdateOperationsInput | string | null
133782
+ email?: NullableStringFieldUpdateOperationsInput | string | null
133730
133783
  callDuration?: NullableIntFieldUpdateOperationsInput | number | null
133731
133784
  creditFor?: NullableEnumCreditUsageTypeFieldUpdateOperationsInput | $Enums.CreditUsageType | null
133732
133785
  externalRef?: NullableStringFieldUpdateOperationsInput | string | null
@@ -143382,6 +143435,8 @@ export namespace Prisma {
143382
143435
  date?: SortOrder
143383
143436
  smsSid?: SortOrder
143384
143437
  smsSegments?: SortOrder
143438
+ phoneNumber?: SortOrder
143439
+ email?: SortOrder
143385
143440
  callDuration?: SortOrder
143386
143441
  creditFor?: SortOrder
143387
143442
  externalRef?: SortOrder
@@ -143402,6 +143457,8 @@ export namespace Prisma {
143402
143457
  date?: SortOrder
143403
143458
  smsSid?: SortOrder
143404
143459
  smsSegments?: SortOrder
143460
+ phoneNumber?: SortOrder
143461
+ email?: SortOrder
143405
143462
  callDuration?: SortOrder
143406
143463
  creditFor?: SortOrder
143407
143464
  externalRef?: SortOrder
@@ -143416,6 +143473,8 @@ export namespace Prisma {
143416
143473
  date?: SortOrder
143417
143474
  smsSid?: SortOrder
143418
143475
  smsSegments?: SortOrder
143476
+ phoneNumber?: SortOrder
143477
+ email?: SortOrder
143419
143478
  callDuration?: SortOrder
143420
143479
  creditFor?: SortOrder
143421
143480
  externalRef?: SortOrder
@@ -175981,6 +176040,8 @@ export namespace Prisma {
175981
176040
  date: Date | string
175982
176041
  smsSid?: string | null
175983
176042
  smsSegments?: number | null
176043
+ phoneNumber?: string | null
176044
+ email?: string | null
175984
176045
  callDuration?: number | null
175985
176046
  creditFor?: $Enums.CreditUsageType | null
175986
176047
  externalRef?: string | null
@@ -175995,6 +176056,8 @@ export namespace Prisma {
175995
176056
  date: Date | string
175996
176057
  smsSid?: string | null
175997
176058
  smsSegments?: number | null
176059
+ phoneNumber?: string | null
176060
+ email?: string | null
175998
176061
  callDuration?: number | null
175999
176062
  creditFor?: $Enums.CreditUsageType | null
176000
176063
  externalRef?: string | null
@@ -176410,6 +176473,8 @@ export namespace Prisma {
176410
176473
  date?: DateTimeFilter<"CreditExpenseLog"> | Date | string
176411
176474
  smsSid?: StringNullableFilter<"CreditExpenseLog"> | string | null
176412
176475
  smsSegments?: IntNullableFilter<"CreditExpenseLog"> | number | null
176476
+ phoneNumber?: StringNullableFilter<"CreditExpenseLog"> | string | null
176477
+ email?: StringNullableFilter<"CreditExpenseLog"> | string | null
176413
176478
  callDuration?: IntNullableFilter<"CreditExpenseLog"> | number | null
176414
176479
  creditFor?: EnumCreditUsageTypeNullableFilter<"CreditExpenseLog"> | $Enums.CreditUsageType | null
176415
176480
  externalRef?: StringNullableFilter<"CreditExpenseLog"> | string | null
@@ -180588,6 +180653,8 @@ export namespace Prisma {
180588
180653
  date: Date | string
180589
180654
  smsSid?: string | null
180590
180655
  smsSegments?: number | null
180656
+ phoneNumber?: string | null
180657
+ email?: string | null
180591
180658
  callDuration?: number | null
180592
180659
  creditFor?: $Enums.CreditUsageType | null
180593
180660
  externalRef?: string | null
@@ -180602,6 +180669,8 @@ export namespace Prisma {
180602
180669
  date: Date | string
180603
180670
  smsSid?: string | null
180604
180671
  smsSegments?: number | null
180672
+ phoneNumber?: string | null
180673
+ email?: string | null
180605
180674
  callDuration?: number | null
180606
180675
  creditFor?: $Enums.CreditUsageType | null
180607
180676
  externalRef?: string | null
@@ -222077,6 +222146,8 @@ export namespace Prisma {
222077
222146
  date: Date | string
222078
222147
  smsSid?: string | null
222079
222148
  smsSegments?: number | null
222149
+ phoneNumber?: string | null
222150
+ email?: string | null
222080
222151
  callDuration?: number | null
222081
222152
  creditFor?: $Enums.CreditUsageType | null
222082
222153
  externalRef?: string | null
@@ -222095,6 +222166,8 @@ export namespace Prisma {
222095
222166
  date?: DateTimeFieldUpdateOperationsInput | Date | string
222096
222167
  smsSid?: NullableStringFieldUpdateOperationsInput | string | null
222097
222168
  smsSegments?: NullableIntFieldUpdateOperationsInput | number | null
222169
+ phoneNumber?: NullableStringFieldUpdateOperationsInput | string | null
222170
+ email?: NullableStringFieldUpdateOperationsInput | string | null
222098
222171
  callDuration?: NullableIntFieldUpdateOperationsInput | number | null
222099
222172
  creditFor?: NullableEnumCreditUsageTypeFieldUpdateOperationsInput | $Enums.CreditUsageType | null
222100
222173
  externalRef?: NullableStringFieldUpdateOperationsInput | string | null
@@ -222109,6 +222182,8 @@ export namespace Prisma {
222109
222182
  date?: DateTimeFieldUpdateOperationsInput | Date | string
222110
222183
  smsSid?: NullableStringFieldUpdateOperationsInput | string | null
222111
222184
  smsSegments?: NullableIntFieldUpdateOperationsInput | number | null
222185
+ phoneNumber?: NullableStringFieldUpdateOperationsInput | string | null
222186
+ email?: NullableStringFieldUpdateOperationsInput | string | null
222112
222187
  callDuration?: NullableIntFieldUpdateOperationsInput | number | null
222113
222188
  creditFor?: NullableEnumCreditUsageTypeFieldUpdateOperationsInput | $Enums.CreditUsageType | null
222114
222189
  externalRef?: NullableStringFieldUpdateOperationsInput | string | null
@@ -222122,6 +222197,8 @@ export namespace Prisma {
222122
222197
  date?: DateTimeFieldUpdateOperationsInput | Date | string
222123
222198
  smsSid?: NullableStringFieldUpdateOperationsInput | string | null
222124
222199
  smsSegments?: NullableIntFieldUpdateOperationsInput | number | null
222200
+ phoneNumber?: NullableStringFieldUpdateOperationsInput | string | null
222201
+ email?: NullableStringFieldUpdateOperationsInput | string | null
222125
222202
  callDuration?: NullableIntFieldUpdateOperationsInput | number | null
222126
222203
  creditFor?: NullableEnumCreditUsageTypeFieldUpdateOperationsInput | $Enums.CreditUsageType | null
222127
222204
  externalRef?: NullableStringFieldUpdateOperationsInput | string | null
@@ -222366,6 +222443,8 @@ export namespace Prisma {
222366
222443
  date: Date | string
222367
222444
  smsSid?: string | null
222368
222445
  smsSegments?: number | null
222446
+ phoneNumber?: string | null
222447
+ email?: string | null
222369
222448
  callDuration?: number | null
222370
222449
  creditFor?: $Enums.CreditUsageType | null
222371
222450
  externalRef?: string | null
@@ -222725,6 +222804,8 @@ export namespace Prisma {
222725
222804
  date?: DateTimeFieldUpdateOperationsInput | Date | string
222726
222805
  smsSid?: NullableStringFieldUpdateOperationsInput | string | null
222727
222806
  smsSegments?: NullableIntFieldUpdateOperationsInput | number | null
222807
+ phoneNumber?: NullableStringFieldUpdateOperationsInput | string | null
222808
+ email?: NullableStringFieldUpdateOperationsInput | string | null
222728
222809
  callDuration?: NullableIntFieldUpdateOperationsInput | number | null
222729
222810
  creditFor?: NullableEnumCreditUsageTypeFieldUpdateOperationsInput | $Enums.CreditUsageType | null
222730
222811
  externalRef?: NullableStringFieldUpdateOperationsInput | string | null
@@ -222739,6 +222820,8 @@ export namespace Prisma {
222739
222820
  date?: DateTimeFieldUpdateOperationsInput | Date | string
222740
222821
  smsSid?: NullableStringFieldUpdateOperationsInput | string | null
222741
222822
  smsSegments?: NullableIntFieldUpdateOperationsInput | number | null
222823
+ phoneNumber?: NullableStringFieldUpdateOperationsInput | string | null
222824
+ email?: NullableStringFieldUpdateOperationsInput | string | null
222742
222825
  callDuration?: NullableIntFieldUpdateOperationsInput | number | null
222743
222826
  creditFor?: NullableEnumCreditUsageTypeFieldUpdateOperationsInput | $Enums.CreditUsageType | null
222744
222827
  externalRef?: NullableStringFieldUpdateOperationsInput | string | null
@@ -222752,6 +222835,8 @@ export namespace Prisma {
222752
222835
  date?: DateTimeFieldUpdateOperationsInput | Date | string
222753
222836
  smsSid?: NullableStringFieldUpdateOperationsInput | string | null
222754
222837
  smsSegments?: NullableIntFieldUpdateOperationsInput | number | null
222838
+ phoneNumber?: NullableStringFieldUpdateOperationsInput | string | null
222839
+ email?: NullableStringFieldUpdateOperationsInput | string | null
222755
222840
  callDuration?: NullableIntFieldUpdateOperationsInput | number | null
222756
222841
  creditFor?: NullableEnumCreditUsageTypeFieldUpdateOperationsInput | $Enums.CreditUsageType | null
222757
222842
  externalRef?: NullableStringFieldUpdateOperationsInput | string | null
@@ -211,10 +211,10 @@ export declare function useMeQuery(): import("@trpc/react-query/shared").UseTRPC
211
211
  id: number;
212
212
  } | null;
213
213
  id: number;
214
- username: string;
215
214
  uid: string;
216
- organizationId: number;
217
215
  userId: number;
216
+ organizationId: number;
217
+ username: string;
218
218
  createdAt: Date & string;
219
219
  updatedAt: Date & string;
220
220
  upId: string;
@@ -1,3 +1,3 @@
1
1
  export * from "@trpc/react-query/shared";
2
- export declare const ENDPOINTS: readonly ["loggedInViewerRouter", "admin", "apiKeys", "appRoutingForms", "apps", "auth", "availability", "appBasecamp3", "bookings", "calendars", "calVideo", "credentials", "deploymentSetup", "dsync", "eventTypes", "features", "i18n", "insights", "me", "ooo", "payments", "public", "timezones", "saml", "slots", "teams", "organizations", "travelSchedules", "users", "viewer", "webhook", "workflows", "googleWorkspace", "oAuth", "attributes", "delegationCredential", "routingForms", "credits", "filterSegments", "aiVoiceAgent", "phoneNumber", "pbac"];
2
+ export declare const ENDPOINTS: readonly ["loggedInViewerRouter", "admin", "apiKeys", "appRoutingForms", "apps", "auth", "availability", "appBasecamp3", "bookings", "calendars", "calVideo", "credentials", "deploymentSetup", "dsync", "eventTypes", "eventTypes/heavy", "features", "i18n", "insights", "me", "ooo", "payments", "public", "timezones", "saml", "slots", "teams", "organizations", "travelSchedules", "users", "viewer", "webhook", "workflows", "googleWorkspace", "oAuth", "attributes", "delegationCredential", "routingForms", "credits", "filterSegments", "aiVoiceAgent", "phoneNumber", "pbac"];
3
3
  //# sourceMappingURL=shared.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"shared.d.ts","sourceRoot":"","sources":["../../../../../../trpc/react/shared.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC;AAEzC,eAAO,MAAM,SAAS,uiBA2CZ,CAAC"}
1
+ {"version":3,"file":"shared.d.ts","sourceRoot":"","sources":["../../../../../../trpc/react/shared.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC;AAEzC,eAAO,MAAM,SAAS,2jBA4CZ,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"trpc.d.ts","sourceRoot":"","sources":["../../../../../../trpc/react/trpc.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAIlD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,YAAY,CAAC;AAKjD,OAAO,KAAK,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAC;AAE1E,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AACxD,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAIrC;;;GAGG;AACH,MAAM,MAAM,QAAQ,GAAG,CAAC,OAAO,SAAS,CAAC,CAAC,MAAM,CAAC,CAAC;AAyBlD;;;GAGG;AACH,eAAO,MAAM,IAAI,EAAE,cAAc,CAAC,SAAS,EAAE,eAAe,EAAE,IAAI,CAoFhE,CAAC;AAEH,eAAO,MAAM,WAAW;;;;;oEA9GS,CAAC;0CAET,CAAC;;sBAE+B,GAAG;CA0GxB,CAAC;AAErC,MAAM,MAAM,YAAY,GAAG,iBAAiB,CAAC,SAAS,CAAC,CAAC;AACxD,MAAM,MAAM,aAAa,GAAG,kBAAkB,CAAC,SAAS,CAAC,CAAC"}
1
+ {"version":3,"file":"trpc.d.ts","sourceRoot":"","sources":["../../../../../../trpc/react/trpc.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAIlD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,YAAY,CAAC;AAKjD,OAAO,KAAK,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAC;AAE1E,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AACxD,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAIrC;;;GAGG;AACH,MAAM,MAAM,QAAQ,GAAG,CAAC,OAAO,SAAS,CAAC,CAAC,MAAM,CAAC,CAAC;AA6BlD;;;GAGG;AACH,eAAO,MAAM,IAAI,EAAE,cAAc,CAAC,SAAS,EAAE,eAAe,EAAE,IAAI,CAoFhE,CAAC;AAEH,eAAO,MAAM,WAAW;;;;;oEAlHS,CAAC;0CAET,CAAC;;sBAE+B,GAAG;CA8GxB,CAAC;AAErC,MAAM,MAAM,YAAY,GAAG,iBAAiB,CAAC,SAAS,CAAC,CAAC;AACxD,MAAM,MAAM,aAAa,GAAG,kBAAkB,CAAC,SAAS,CAAC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"util.d.ts","sourceRoot":"","sources":["../../../../../../../../../trpc/server/routers/viewer/slots/util.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,yDAAyD,CAAC;AAC5F,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,4CAA4C,CAAC;AACrF,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AAC1E,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,kEAAkE,CAAC;AAQ9G,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AACjE,OAAO,KAAK,EAIV,uBAAuB,EACvB,SAAS,EACT,OAAO,EACR,MAAM,iCAAiC,CAAC;AAMzC,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,sDAAsD,CAAC;AAWtG,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,uDAAuD,CAAC;AACrG,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,uCAAuC,CAAC;AAC/E,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mDAAmD,CAAC;AAC7F,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,4CAA4C,CAAC;AAChG,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;AAC7E,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AACjF,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAC;AACzE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAC;AAWzE,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;AAClF,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AASlD,MAAM,WAAW,kBAAkB;IACjC,KAAK,EAAE,MAAM,CACX,MAAM,EACN;QACE,IAAI,EAAE,MAAM,CAAC;QACb,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;QAC/B,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;QAChC,IAAI,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;QAC3B,QAAQ,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;QACjC,MAAM,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;QAC7B,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;QAC5B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;KAC5B,EAAE,CACJ,CAAC;IACF,cAAc,CAAC,EAAE,GAAG,CAAC;CACtB;AAED,MAAM,MAAM,yBAAyB,GAAG,OAAO,CAC7C,UAAU,CAAC,CAAC,OAAO,qBAAqB,CAAC,CAAC,WAAW,CAAC,CAAC,oBAAoB,CAAC,CAAC,CAC9E,CAAC;AAEF,MAAM,WAAW,sBAAsB;IACrC,OAAO,EAAE,mBAAmB,CAAC;IAC7B,YAAY,EAAE,kBAAkB,CAAC;IACjC,gBAAgB,EAAE,uBAAuB,CAAC;IAC1C,QAAQ,EAAE,cAAc,CAAC;IACzB,QAAQ,EAAE,cAAc,CAAC;IACzB,WAAW,EAAE,iBAAiB,CAAC;IAC/B,aAAa,EAAE,mBAAmB,CAAC;IACnC,uBAAuB,EAAE,6BAA6B,CAAC;IACvD,YAAY,EAAE,YAAY,CAAC;IAC3B,yBAAyB,EAAE,yBAAyB,CAAC;IACrD,uBAAuB,EAAE,uBAAuB,CAAC;IACjD,gBAAgB,EAAE,gBAAgB,CAAC;IACnC,WAAW,EAAE,aAAa,CAAC;IAC3B,YAAY,EAAE,kBAAkB,CAAC;IACjC,qBAAqB,EAAE,qBAAqB,CAAC;IAC7C,0BAA0B,EAAE,0BAA0B,CAAC;CACxD;AAyCD,qBAAa,qBAAqB;aACJ,YAAY,EAAE,sBAAsB;gBAApC,YAAY,EAAE,sBAAsB;YAElD,kCAAkC;YA+BlC,oBAAoB;IAmClC,OAAO,CAAC,mBAAmB,CAA8E;IAEzG,OAAO,CAAC,gCAAgC;YAsB1B,aAAa;IA2B3B,OAAO,CAAC,YAAY,CAAgE;IAEpF,OAAO,CAAC,uBAAuB;IAI/B,OAAO,CAAC,iCAAiC;IAiBzC,OAAO,CAAC,gCAAgC,CAGtC;YAEY,qBAAqB;YAcrB,cAAc;YAkCd,iBAAiB;YAejB,+BAA+B;IAmM7C,OAAO,CAAC,8BAA8B,CAGpC;YAEY,mCAAmC;IAwIjD,OAAO,CAAC,kCAAkC,CAGxC;YAEY,YAAY;IAG1B,OAAO,CAAC,WAAW,CAA8D;IAEjF,OAAO,CAAC,wBAAwB;IAYhC,OAAO,CAAC,uBAAuB,CAG7B;IAEF,OAAO,CAAC,YAAY;YAMN,+BAA+B;YAwM/B,+BAA+B;YAQ/B,6BAA6B;IAU3C,OAAO,CAAC,4BAA4B,CAGlC;IAEF,iBAAiB,4DAGf;IAEI,kBAAkB,CAAC,EAAE,KAAK,EAAE,GAAG,EAAE,EAAE,kBAAkB,GAAG,OAAO,CAAC,kBAAkB,CAAC;CA6gB1F"}
1
+ {"version":3,"file":"util.d.ts","sourceRoot":"","sources":["../../../../../../../../../trpc/server/routers/viewer/slots/util.ts"],"names":[],"mappings":"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"}