@calcom/atoms 1.0.25 → 1.0.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -15
- package/dist/platform/atoms/availability/AvailabilitySettings.d.ts.map +1 -0
- package/dist/platform/atoms/availability/index.d.ts.map +1 -0
- package/dist/platform/atoms/availability/types.d.ts.map +1 -0
- package/dist/platform/atoms/availability/wrappers/PlatformAvailabilitySettingsWrapper.d.ts.map +1 -0
- package/dist/platform/atoms/availability/wrappers/WebAvailabilitySettingsWrapper.d.ts.map +1 -0
- package/dist/platform/atoms/booker/Booker.stories.d.ts.map +1 -0
- package/dist/platform/atoms/booker/BookerPlatformWrapper.d.ts.map +1 -0
- package/dist/platform/atoms/booker/BookerWebWrapper.d.ts.map +1 -0
- package/dist/platform/atoms/booker/export.d.ts.map +1 -0
- package/dist/platform/atoms/booker/index.d.ts.map +1 -0
- package/dist/platform/atoms/cal-provider/BaseCalProvider.d.ts.map +1 -0
- package/dist/platform/atoms/cal-provider/CalProvider.d.ts.map +1 -0
- package/dist/platform/atoms/cal-provider/index.d.ts.map +1 -0
- package/dist/platform/atoms/gcal-connect/GcalConnect.d.ts.map +1 -0
- package/dist/platform/atoms/gcal-connect/index.d.ts.map +1 -0
- package/dist/platform/atoms/hooks/event-types/useEventTypesPrivate.d.ts +406 -0
- package/dist/platform/atoms/hooks/event-types/useEventTypesPrivate.d.ts.map +1 -0
- package/dist/platform/atoms/hooks/event-types/useEventTypesPublic.d.ts +246 -0
- package/dist/platform/atoms/hooks/event-types/useEventTypesPublic.d.ts.map +1 -0
- package/dist/platform/atoms/hooks/event-types/useGetEventTypeById.d.ts +587 -0
- package/dist/platform/atoms/hooks/event-types/useGetEventTypeById.d.ts.map +1 -0
- package/dist/platform/atoms/hooks/useApiKeys.d.ts.map +1 -0
- package/dist/platform/atoms/hooks/useAtomsContext.d.ts.map +1 -0
- package/dist/{hooks → platform/atoms/hooks}/useAvailableSlots.d.ts +1 -1
- package/dist/platform/atoms/hooks/useAvailableSlots.d.ts.map +1 -0
- package/dist/platform/atoms/hooks/useBookings.d.ts.map +1 -0
- package/dist/platform/atoms/hooks/useCalendarsBusyTimes.d.ts.map +1 -0
- package/dist/platform/atoms/hooks/useCancelBooking.d.ts.map +1 -0
- package/dist/platform/atoms/hooks/useClientSchedule.d.ts +9 -0
- package/dist/platform/atoms/hooks/useClientSchedule.d.ts.map +1 -0
- package/dist/platform/atoms/hooks/useConnectedCalendars.d.ts +162 -0
- package/dist/platform/atoms/hooks/useConnectedCalendars.d.ts.map +1 -0
- package/dist/{hooks → platform/atoms/hooks}/useCreateBooking.d.ts +21 -21
- package/dist/platform/atoms/hooks/useCreateBooking.d.ts.map +1 -0
- package/dist/{hooks → platform/atoms/hooks}/useCreateInstantBooking.d.ts +21 -21
- package/dist/platform/atoms/hooks/useCreateInstantBooking.d.ts.map +1 -0
- package/dist/{hooks → platform/atoms/hooks}/useCreateRecurringBooking.d.ts +20 -20
- package/dist/platform/atoms/hooks/useCreateRecurringBooking.d.ts.map +1 -0
- package/dist/platform/atoms/hooks/useDeleteSchedule.d.ts.map +1 -0
- package/dist/platform/atoms/hooks/useDeleteSelectedSlot.d.ts.map +1 -0
- package/dist/platform/atoms/hooks/useGcal.d.ts.map +1 -0
- package/dist/{hooks → platform/atoms/hooks}/useGetBooking.d.ts +8 -8
- package/dist/platform/atoms/hooks/useGetBooking.d.ts.map +1 -0
- package/dist/{hooks → platform/atoms/hooks}/useGetBookingForReschedule.d.ts +4 -4
- package/dist/platform/atoms/hooks/useGetBookingForReschedule.d.ts.map +1 -0
- package/dist/platform/atoms/hooks/useGetBookings.d.ts +311 -0
- package/dist/platform/atoms/hooks/useGetBookings.d.ts.map +1 -0
- package/dist/platform/atoms/hooks/useGetCityTimezones.d.ts.map +1 -0
- package/dist/platform/atoms/hooks/useHandleBookEvent.d.ts.map +1 -0
- package/dist/platform/atoms/hooks/useIsPlatform.d.ts.map +1 -0
- package/dist/{hooks → platform/atoms/hooks}/useMe.d.ts +2 -2
- package/dist/platform/atoms/hooks/useMe.d.ts.map +1 -0
- package/dist/platform/atoms/hooks/useOAuthClient.d.ts.map +1 -0
- package/dist/platform/atoms/hooks/useOAuthFlow.d.ts.map +1 -0
- package/dist/{hooks → platform/atoms/hooks}/usePublicEvent.d.ts +30 -30
- package/dist/{hooks → platform/atoms/hooks}/usePublicEvent.d.ts.map +1 -1
- package/dist/platform/atoms/hooks/useReserveSlot.d.ts.map +1 -0
- package/dist/platform/atoms/hooks/useSlots.d.ts.map +1 -0
- package/dist/platform/atoms/hooks/useTimezone.d.ts.map +1 -0
- package/dist/platform/atoms/hooks/useUpdateSchedule.d.ts +48 -0
- package/dist/platform/atoms/hooks/useUpdateSchedule.d.ts.map +1 -0
- package/dist/{hooks → platform/atoms/hooks}/useUpdateUserTimezone.d.ts +2 -2
- package/dist/platform/atoms/hooks/useUpdateUserTimezone.d.ts.map +1 -0
- package/dist/platform/atoms/index.d.ts +15 -0
- package/dist/platform/atoms/index.d.ts.map +1 -0
- package/dist/platform/atoms/lib/getQueryParam.d.ts.map +1 -0
- package/dist/platform/atoms/lib/http.d.ts.map +1 -0
- package/dist/platform/atoms/lib/setQueryParam.d.ts.map +1 -0
- package/dist/platform/atoms/monorepo.d.ts.map +1 -0
- package/dist/platform/atoms/src/components/atoms-wrapper.d.ts.map +1 -0
- package/dist/platform/atoms/src/components/ui/button.d.ts.map +1 -0
- package/dist/{src → platform/atoms/src}/components/ui/dialog.d.ts +4 -4
- package/dist/platform/atoms/src/components/ui/dialog.d.ts.map +1 -0
- package/dist/platform/atoms/src/components/ui/shell.d.ts.map +1 -0
- package/dist/{src → platform/atoms/src}/components/ui/toast.d.ts +6 -6
- package/dist/platform/atoms/src/components/ui/toast.d.ts.map +1 -0
- package/dist/platform/atoms/src/components/ui/toaster.d.ts.map +1 -0
- package/dist/platform/atoms/src/components/ui/use-toast.d.ts.map +1 -0
- package/dist/platform/atoms/src/constants/styles.d.ts.map +1 -0
- package/dist/platform/atoms/src/lib/utils.d.ts.map +1 -0
- package/dist/platform/atoms/timezone/index.d.ts.map +1 -0
- package/dist/platform/atoms/types.d.ts.map +1 -0
- package/dist/platform/atoms/vite.config.d.ts.map +1 -0
- package/package.json +1 -1
- package/dist/availability/AvailabilitySettings.d.ts.map +0 -1
- package/dist/availability/index.d.ts.map +0 -1
- package/dist/availability/types.d.ts.map +0 -1
- package/dist/availability/wrappers/PlatformAvailabilitySettingsWrapper.d.ts.map +0 -1
- package/dist/availability/wrappers/WebAvailabilitySettingsWrapper.d.ts.map +0 -1
- package/dist/booker/Booker.stories.d.ts.map +0 -1
- package/dist/booker/BookerPlatformWrapper.d.ts.map +0 -1
- package/dist/booker/BookerWebWrapper.d.ts.map +0 -1
- package/dist/booker/export.d.ts.map +0 -1
- package/dist/booker/index.d.ts.map +0 -1
- package/dist/cal-provider/BaseCalProvider.d.ts.map +0 -1
- package/dist/cal-provider/CalProvider.d.ts.map +0 -1
- package/dist/cal-provider/index.d.ts.map +0 -1
- package/dist/gcal-connect/GcalConnect.d.ts.map +0 -1
- package/dist/gcal-connect/index.d.ts.map +0 -1
- package/dist/hooks/event-types/useEventTypesPrivate.d.ts +0 -3
- package/dist/hooks/event-types/useEventTypesPrivate.d.ts.map +0 -1
- package/dist/hooks/event-types/useEventTypesPublic.d.ts +0 -3
- package/dist/hooks/event-types/useEventTypesPublic.d.ts.map +0 -1
- package/dist/hooks/event-types/useGetEventTypeById.d.ts +0 -3
- package/dist/hooks/event-types/useGetEventTypeById.d.ts.map +0 -1
- package/dist/hooks/useApiKeys.d.ts.map +0 -1
- package/dist/hooks/useAtomsContext.d.ts.map +0 -1
- package/dist/hooks/useAvailableSlots.d.ts.map +0 -1
- package/dist/hooks/useBookings.d.ts.map +0 -1
- package/dist/hooks/useCalendarsBusyTimes.d.ts.map +0 -1
- package/dist/hooks/useCancelBooking.d.ts.map +0 -1
- package/dist/hooks/useClientSchedule.d.ts +0 -8
- package/dist/hooks/useClientSchedule.d.ts.map +0 -1
- package/dist/hooks/useConnectedCalendars.d.ts +0 -5
- package/dist/hooks/useConnectedCalendars.d.ts.map +0 -1
- package/dist/hooks/useCreateBooking.d.ts.map +0 -1
- package/dist/hooks/useCreateInstantBooking.d.ts.map +0 -1
- package/dist/hooks/useCreateRecurringBooking.d.ts.map +0 -1
- package/dist/hooks/useDeleteSchedule.d.ts.map +0 -1
- package/dist/hooks/useDeleteSelectedSlot.d.ts.map +0 -1
- package/dist/hooks/useGcal.d.ts.map +0 -1
- package/dist/hooks/useGetBooking.d.ts.map +0 -1
- package/dist/hooks/useGetBookingForReschedule.d.ts.map +0 -1
- package/dist/hooks/useGetBookings.d.ts +0 -4
- package/dist/hooks/useGetBookings.d.ts.map +0 -1
- package/dist/hooks/useGetCityTimezones.d.ts.map +0 -1
- package/dist/hooks/useHandleBookEvent.d.ts.map +0 -1
- package/dist/hooks/useIsPlatform.d.ts.map +0 -1
- package/dist/hooks/useMe.d.ts.map +0 -1
- package/dist/hooks/useOAuthClient.d.ts.map +0 -1
- package/dist/hooks/useOAuthFlow.d.ts.map +0 -1
- package/dist/hooks/useReserveSlot.d.ts.map +0 -1
- package/dist/hooks/useSlots.d.ts.map +0 -1
- package/dist/hooks/useTimezone.d.ts.map +0 -1
- package/dist/hooks/useUpdateSchedule.d.ts +0 -11
- package/dist/hooks/useUpdateSchedule.d.ts.map +0 -1
- package/dist/hooks/useUpdateUserTimezone.d.ts.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/lib/getQueryParam.d.ts.map +0 -1
- package/dist/lib/http.d.ts.map +0 -1
- package/dist/lib/setQueryParam.d.ts.map +0 -1
- package/dist/monorepo.d.ts.map +0 -1
- package/dist/src/components/atoms-wrapper.d.ts.map +0 -1
- package/dist/src/components/ui/button.d.ts.map +0 -1
- package/dist/src/components/ui/dialog.d.ts.map +0 -1
- package/dist/src/components/ui/shell.d.ts.map +0 -1
- package/dist/src/components/ui/toast.d.ts.map +0 -1
- package/dist/src/components/ui/toaster.d.ts.map +0 -1
- package/dist/src/components/ui/use-toast.d.ts.map +0 -1
- package/dist/src/constants/styles.d.ts.map +0 -1
- package/dist/src/lib/utils.d.ts.map +0 -1
- package/dist/timezone/index.d.ts.map +0 -1
- package/dist/types.d.ts.map +0 -1
- package/dist/vite.config.d.ts.map +0 -1
- /package/dist/{availability → platform/atoms/availability}/AvailabilitySettings.d.ts +0 -0
- /package/dist/{availability → platform/atoms/availability}/index.d.ts +0 -0
- /package/dist/{availability → platform/atoms/availability}/types.d.ts +0 -0
- /package/dist/{availability → platform/atoms/availability}/wrappers/PlatformAvailabilitySettingsWrapper.d.ts +0 -0
- /package/dist/{availability → platform/atoms/availability}/wrappers/WebAvailabilitySettingsWrapper.d.ts +0 -0
- /package/dist/{booker → platform/atoms/booker}/Booker.stories.d.ts +0 -0
- /package/dist/{booker → platform/atoms/booker}/BookerPlatformWrapper.d.ts +0 -0
- /package/dist/{booker → platform/atoms/booker}/BookerWebWrapper.d.ts +0 -0
- /package/dist/{booker → platform/atoms/booker}/export.d.ts +0 -0
- /package/dist/{booker → platform/atoms/booker}/index.d.ts +0 -0
- /package/dist/{cal-provider → platform/atoms/cal-provider}/BaseCalProvider.d.ts +0 -0
- /package/dist/{cal-provider → platform/atoms/cal-provider}/CalProvider.d.ts +0 -0
- /package/dist/{cal-provider → platform/atoms/cal-provider}/index.d.ts +0 -0
- /package/dist/{gcal-connect → platform/atoms/gcal-connect}/GcalConnect.d.ts +0 -0
- /package/dist/{gcal-connect → platform/atoms/gcal-connect}/index.d.ts +0 -0
- /package/dist/{hooks → platform/atoms/hooks}/useApiKeys.d.ts +0 -0
- /package/dist/{hooks → platform/atoms/hooks}/useAtomsContext.d.ts +0 -0
- /package/dist/{hooks → platform/atoms/hooks}/useBookings.d.ts +0 -0
- /package/dist/{hooks → platform/atoms/hooks}/useCalendarsBusyTimes.d.ts +0 -0
- /package/dist/{hooks → platform/atoms/hooks}/useCancelBooking.d.ts +0 -0
- /package/dist/{hooks → platform/atoms/hooks}/useDeleteSchedule.d.ts +0 -0
- /package/dist/{hooks → platform/atoms/hooks}/useDeleteSelectedSlot.d.ts +0 -0
- /package/dist/{hooks → platform/atoms/hooks}/useGcal.d.ts +0 -0
- /package/dist/{hooks → platform/atoms/hooks}/useGetCityTimezones.d.ts +0 -0
- /package/dist/{hooks → platform/atoms/hooks}/useHandleBookEvent.d.ts +0 -0
- /package/dist/{hooks → platform/atoms/hooks}/useIsPlatform.d.ts +0 -0
- /package/dist/{hooks → platform/atoms/hooks}/useOAuthClient.d.ts +0 -0
- /package/dist/{hooks → platform/atoms/hooks}/useOAuthFlow.d.ts +0 -0
- /package/dist/{hooks → platform/atoms/hooks}/useReserveSlot.d.ts +0 -0
- /package/dist/{hooks → platform/atoms/hooks}/useSlots.d.ts +0 -0
- /package/dist/{hooks → platform/atoms/hooks}/useTimezone.d.ts +0 -0
- /package/dist/{lib → platform/atoms/lib}/getQueryParam.d.ts +0 -0
- /package/dist/{lib → platform/atoms/lib}/http.d.ts +0 -0
- /package/dist/{lib → platform/atoms/lib}/setQueryParam.d.ts +0 -0
- /package/dist/{monorepo.d.ts → platform/atoms/monorepo.d.ts} +0 -0
- /package/dist/{src → platform/atoms/src}/components/atoms-wrapper.d.ts +0 -0
- /package/dist/{src → platform/atoms/src}/components/ui/button.d.ts +0 -0
- /package/dist/{src → platform/atoms/src}/components/ui/shell.d.ts +0 -0
- /package/dist/{src → platform/atoms/src}/components/ui/toaster.d.ts +0 -0
- /package/dist/{src → platform/atoms/src}/components/ui/use-toast.d.ts +0 -0
- /package/dist/{src → platform/atoms/src}/constants/styles.d.ts +0 -0
- /package/dist/{src → platform/atoms/src}/lib/utils.d.ts +0 -0
- /package/dist/{timezone → platform/atoms/timezone}/index.d.ts +0 -0
- /package/dist/{types.d.ts → platform/atoms/types.d.ts} +0 -0
- /package/dist/{vite.config.d.ts → platform/atoms/vite.config.d.ts} +0 -0
package/dist/index.d.ts
CHANGED
|
@@ -1,15 +1 @@
|
|
|
1
|
-
export
|
|
2
|
-
export { GcalConnect } from "./gcal-connect";
|
|
3
|
-
export { PlatformAvailabilitySettingsWrapper as AvailabilitySettings } from "./availability";
|
|
4
|
-
export { BookerPlatformWrapper as Booker } from "./booker";
|
|
5
|
-
export { useIsPlatform } from "./hooks/useIsPlatform";
|
|
6
|
-
export { useAtomsContext } from "./hooks/useAtomsContext";
|
|
7
|
-
export { useConnectedCalendars } from "./hooks/useConnectedCalendars";
|
|
8
|
-
export { useEventTypesPublic } from "./hooks/event-types/useEventTypesPublic";
|
|
9
|
-
export { usePublicEvent } from "./hooks/usePublicEvent";
|
|
10
|
-
export { useGetEventTypeById } from "./hooks/event-types/useGetEventTypeById";
|
|
11
|
-
export { useCancelBooking } from "./hooks/useCancelBooking";
|
|
12
|
-
export { useGetBooking } from "./hooks/useGetBooking";
|
|
13
|
-
export { useGetBookings } from "./hooks/useGetBookings";
|
|
14
|
-
export { useMe } from "./hooks/useMe";
|
|
15
|
-
//# sourceMappingURL=index.d.ts.map
|
|
1
|
+
export * from './platform/atoms/index'
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvailabilitySettings.d.ts","sourceRoot":"","sources":["../../../../availability/AvailabilitySettings.tsx"],"names":[],"mappings":";AAYA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACxD,OAAO,KAAK,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAsBtE,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,SAAS,CAAC;AAEtD,MAAM,MAAM,QAAQ,GAAG;IACrB,EAAE,EAAE,MAAM,CAAC;IACX,SAAS,EAAE,IAAI,CAAC;IAChB,OAAO,EAAE,IAAI,CAAC;IACd,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,IAAI,EAAE,IAAI,GAAG,IAAI,CAAC;IAClB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,IAAI,EAAE,MAAM,EAAE,CAAC;CAChB,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG;IAC7B,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAClC,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,uBAAuB,CAAC,EAAE,MAAM,CAAC;IACjC,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,kBAAkB,CAAC,EAAE;QACnB,iBAAiB,CAAC,EAAE,MAAM,CAAC;QAC3B,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,UAAU,CAAC,EAAE,MAAM,CAAC;QACpB,uBAAuB,CAAC,EAAE,MAAM,CAAC;KAClC,CAAC;CACH,CAAC;AAEF,KAAK,yBAAyB,GAAG;IAC/B,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,QAAQ,EAAE;QACR,IAAI,EAAE,MAAM,CAAC;QACb,EAAE,EAAE,MAAM,CAAC;QACX,YAAY,EAAE,SAAS,EAAE,EAAE,CAAC;QAC5B,cAAc,EAAE,OAAO,CAAC;QACxB,SAAS,EAAE,OAAO,CAAC;QACnB,YAAY,EAAE,YAAY,EAAE,CAAC;QAC7B,aAAa,EAAE;YAAE,MAAM,EAAE,SAAS,EAAE,CAAA;SAAE,EAAE,CAAC;QACzC,QAAQ,EAAE,MAAM,CAAC;QACjB,QAAQ,EAAE,QAAQ,EAAE,CAAC;KACtB,CAAC;IACF,eAAe,CAAC,EAAE,aAAa,CAAC,QAAQ,CAAC,CAAC,oBAAoB,CAAC,CAAC;IAChE,YAAY,EAAE,MAAM,IAAI,CAAC;IACzB,UAAU,EAAE,OAAO,CAAC;IACpB,QAAQ,EAAE,OAAO,CAAC;IAClB,SAAS,EAAE,OAAO,CAAC;IACnB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC;IAC3B,YAAY,EAAE,CAAC,IAAI,EAAE,sBAAsB,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IAC9D,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,gBAAgB,CAAC,EAAE,gBAAgB,CAAC;CACrC,CAAC;AA+HF,wBAAgB,oBAAoB,CAAC,EACnC,QAAQ,EACR,eAAe,EACf,YAAY,EACZ,UAAU,EACV,SAAS,EACT,QAAQ,EACR,UAAU,EACV,SAAS,EACT,QAAQ,EACR,YAAY,EACZ,UAAkB,EAClB,gBAAgB,GACjB,EAAE,yBAAyB,eAoU3B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../availability/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mCAAmC,EAAE,MAAM,gDAAgD,CAAC;AACrG,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAE9D,cAAc,UAAU,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../availability/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,IAAI,YAAY,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAElF,MAAM,MAAM,YAAY,GAAG;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,IAAI,CAAC;IACd,IAAI,EAAE,IAAI,GAAG,IAAI,CAAC;IAClB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;CAC3B,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG,OAAO,GAAG,MAAM,CAAC;AAE7C,MAAM,MAAM,sBAAsB,GAAG;IACnC,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,YAAY,CAAC;IACvB,aAAa,EAAE;QAAE,MAAM,EAAE,SAAS,EAAE,CAAA;KAAE,EAAE,CAAC;IACzC,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,OAAO,CAAC;CACpB,CAAC"}
|
package/dist/platform/atoms/availability/wrappers/PlatformAvailabilitySettingsWrapper.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PlatformAvailabilitySettingsWrapper.d.ts","sourceRoot":"","sources":["../../../../../availability/wrappers/PlatformAvailabilitySettingsWrapper.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,gDAAgD,CAAC;AACzF,OAAO,KAAK,EAAoC,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAC7G,OAAO,KAAK,EAAE,gBAAgB,EAAE,WAAW,EAAsB,MAAM,wBAAwB,CAAC;AAShG,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAIhE,KAAK,wCAAwC,GAAG;IAC9C,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,CAAC,EAAE;QACP,QAAQ,EAAE,OAAO,CAAC,kBAAkB,CAAC,CAAC;KACvC,CAAC;IACF,gBAAgB,CAAC,EAAE,OAAO,CAAC,gBAAgB,CAAC,CAAC;IAC7C,eAAe,CAAC,EAAE,CAAC,GAAG,EAAE,WAAW,CAAC,wBAAwB,CAAC,KAAK,IAAI,CAAC;IACvE,aAAa,CAAC,EAAE,CAAC,GAAG,EAAE,gBAAgB,KAAK,IAAI,CAAC;IAChD,eAAe,CAAC,EAAE,CAAC,GAAG,EAAE,WAAW,KAAK,IAAI,CAAC;IAC7C,aAAa,CAAC,EAAE,CAAC,GAAG,EAAE,gBAAgB,KAAK,IAAI,CAAC;CACjD,CAAC;AAEF,eAAO,MAAM,mCAAmC,8FAO7C,wCAAwC,gBA8F1C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WebAvailabilitySettingsWrapper.d.ts","sourceRoot":"","sources":["../../../../../availability/wrappers/WebAvailabilitySettingsWrapper.tsx"],"names":[],"mappings":"AAYA,eAAO,MAAM,8BAA8B,0BA4F1C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Booker.stories.d.ts","sourceRoot":"","sources":["../../../../booker/Booker.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAEvD,OAAO,EAAE,gBAAgB,IAAI,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAEhE,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,MAAM,CAG7B,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,MAAM,CAAC,CAAC;AAErC,eAAO,MAAM,OAAO,EAAE,KAGrB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BookerPlatformWrapper.d.ts","sourceRoot":"","sources":["../../../../booker/BookerPlatformWrapper.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAWpE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAClE,OAAO,KAAK,EACV,gBAAgB,EAChB,kBAAkB,EAClB,6BAA6B,EAC9B,MAAM,wBAAwB,CAAC;AAgBhC,KAAK,8BAA8B,GAAG,IAAI,CAAC,WAAW,EAAE,QAAQ,CAAC,GAAG;IAClE,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,sBAAsB,CAAC,EAAE,CAAC,IAAI,EAAE,kBAAkB,CAAC,eAAe,CAAC,KAAK,IAAI,CAAC;IAC7E,oBAAoB,CAAC,EAAE,CAAC,IAAI,EAAE,gBAAgB,GAAG,KAAK,KAAK,IAAI,CAAC;IAChE,+BAA+B,CAAC,EAAE,CAAC,IAAI,EAAE,kBAAkB,CAAC,eAAe,EAAE,CAAC,KAAK,IAAI,CAAC;IACxF,6BAA6B,CAAC,EAAE,CAAC,IAAI,EAAE,gBAAgB,GAAG,KAAK,KAAK,IAAI,CAAC;IACzE,6BAA6B,CAAC,EAAE,CAAC,IAAI,EAAE,kBAAkB,CAAC,eAAe,CAAC,KAAK,IAAI,CAAC;IACpF,2BAA2B,CAAC,EAAE,CAAC,IAAI,EAAE,gBAAgB,GAAG,KAAK,KAAK,IAAI,CAAC;IACvE,oBAAoB,CAAC,EAAE,CAAC,IAAI,EAAE,kBAAkB,CAAC,MAAM,CAAC,KAAK,IAAI,CAAC;IAClE,kBAAkB,CAAC,EAAE,CAAC,IAAI,EAAE,gBAAgB,KAAK,IAAI,CAAC;IACtD,mBAAmB,CAAC,EAAE,CAAC,IAAI,EAAE,6BAA6B,KAAK,IAAI,CAAC;IACpE,iBAAiB,CAAC,EAAE,CAAC,IAAI,EAAE,gBAAgB,KAAK,IAAI,CAAC;CACtD,CAAC;AAEF,eAAO,MAAM,qBAAqB,UAAW,8BAA8B,gBAsQ1E,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BookerWebWrapper.d.ts","sourceRoot":"","sources":["../../../../booker/BookerWebWrapper.tsx"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAgBpE,KAAK,yBAAyB,GAAG,WAAW,CAAC;AAE7C,eAAO,MAAM,gBAAgB,UAAW,yBAAyB,gBA+KhE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"export.d.ts","sourceRoot":"","sources":["../../../../booker/export.ts"],"names":[],"mappings":"AAAA,2EAA2E;AAG3E,OAAO,EAAE,gBAAgB,IAAI,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAChE,cAAc,UAAU,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../booker/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BaseCalProvider.d.ts","sourceRoot":"","sources":["../../../../cal-provider/BaseCalProvider.tsx"],"names":[],"mappings":";AAaA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAItD,wBAAgB,eAAe,CAAC,EAC9B,QAAQ,EACR,WAAW,EACX,OAAO,EACP,QAAQ,EACR,kBAAkB,EAClB,gBAAgB,GACjB,EAAE,gBAAgB,eAwFlB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CalProvider.d.ts","sourceRoot":"","sources":["../../../../cal-provider/CalProvider.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAMvC,MAAM,MAAM,gBAAgB,GAAG;IAC7B,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,EAAE;QAAE,UAAU,CAAC,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,MAAM,CAAA;KAAE,CAAC;IACjD,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,gBAAgB,CAAC,EAAE,MAAM,IAAI,CAAC;CAC/B,CAAC;AAEF;;;;;;;;;;;;;GAaG;AACH,wBAAgB,WAAW,CAAC,EAC1B,QAAQ,EACR,WAAW,EACX,OAAO,EACP,QAAQ,EACR,kBAAyB,EACzB,gBAAgB,GACjB,EAAE,gBAAgB,eAalB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../cal-provider/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GcalConnect.d.ts","sourceRoot":"","sources":["../../../../gcal-connect/GcalConnect.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAKhC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAKxD,UAAU,gBAAgB;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,YAAY,CAAC,EAAE,eAAe,CAAC;CAChC;AAED;;;;;;;;;;;;;;;;;;;GAmBG;AACH,eAAO,MAAM,WAAW,EAAE,EAAE,CAAC,gBAAgB,CA2B5C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../gcal-connect/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC"}
|
|
@@ -0,0 +1,406 @@
|
|
|
1
|
+
export declare const QUERY_KEY = "get-private-events";
|
|
2
|
+
export declare const useEventTypesPrivate: () => import("@tanstack/react-query/build/legacy/types").UseQueryResult<{
|
|
3
|
+
allUsersAcrossAllEventTypes: Map<number, {
|
|
4
|
+
username: string | null;
|
|
5
|
+
name: string | null;
|
|
6
|
+
id: number;
|
|
7
|
+
avatarUrl: string | null;
|
|
8
|
+
} & {
|
|
9
|
+
nonProfileUsername: string | null;
|
|
10
|
+
profile: import("@calcom/types/UserProfile").UserProfile;
|
|
11
|
+
}>;
|
|
12
|
+
eventTypeGroups: {
|
|
13
|
+
eventTypes: {
|
|
14
|
+
userIds: number[];
|
|
15
|
+
safeDescription: string | undefined;
|
|
16
|
+
metadata: {
|
|
17
|
+
smartContractAddress?: string | undefined;
|
|
18
|
+
blockchainId?: number | undefined;
|
|
19
|
+
multipleDuration?: number[] | undefined;
|
|
20
|
+
giphyThankYouPage?: string | undefined;
|
|
21
|
+
apps?: {
|
|
22
|
+
alby?: {
|
|
23
|
+
price: number;
|
|
24
|
+
currency: string;
|
|
25
|
+
appCategories?: string[] | undefined;
|
|
26
|
+
paymentOption?: string | undefined;
|
|
27
|
+
enabled?: boolean | undefined;
|
|
28
|
+
credentialId?: number | undefined;
|
|
29
|
+
} | undefined;
|
|
30
|
+
basecamp3?: {
|
|
31
|
+
enabled?: boolean | undefined;
|
|
32
|
+
credentialId?: number | undefined;
|
|
33
|
+
appCategories?: string[] | undefined;
|
|
34
|
+
} | undefined;
|
|
35
|
+
dailyvideo?: {} | undefined;
|
|
36
|
+
fathom?: {
|
|
37
|
+
enabled?: boolean | undefined;
|
|
38
|
+
credentialId?: number | undefined;
|
|
39
|
+
appCategories?: string[] | undefined;
|
|
40
|
+
trackingId?: string | undefined;
|
|
41
|
+
} | undefined;
|
|
42
|
+
feishucalendar?: {} | undefined;
|
|
43
|
+
ga4?: {
|
|
44
|
+
enabled?: boolean | undefined;
|
|
45
|
+
credentialId?: number | undefined;
|
|
46
|
+
appCategories?: string[] | undefined;
|
|
47
|
+
trackingId?: string | undefined;
|
|
48
|
+
} | undefined;
|
|
49
|
+
giphy?: {
|
|
50
|
+
enabled?: boolean | undefined;
|
|
51
|
+
credentialId?: number | undefined;
|
|
52
|
+
appCategories?: string[] | undefined;
|
|
53
|
+
thankYouPage?: string | undefined;
|
|
54
|
+
} | undefined;
|
|
55
|
+
googlecalendar?: {} | undefined;
|
|
56
|
+
gtm?: {
|
|
57
|
+
trackingId: string;
|
|
58
|
+
enabled?: boolean | undefined;
|
|
59
|
+
credentialId?: number | undefined;
|
|
60
|
+
appCategories?: string[] | undefined;
|
|
61
|
+
} | undefined;
|
|
62
|
+
hubspot?: {} | undefined;
|
|
63
|
+
intercom?: {} | undefined;
|
|
64
|
+
jelly?: {} | undefined;
|
|
65
|
+
jitsivideo?: {} | undefined;
|
|
66
|
+
larkcalendar?: {} | undefined;
|
|
67
|
+
make?: {} | undefined;
|
|
68
|
+
matomo?: {
|
|
69
|
+
enabled?: boolean | undefined;
|
|
70
|
+
credentialId?: number | undefined;
|
|
71
|
+
appCategories?: string[] | undefined;
|
|
72
|
+
MATOMO_URL?: string | undefined;
|
|
73
|
+
SITE_ID?: string | undefined;
|
|
74
|
+
} | undefined;
|
|
75
|
+
metapixel?: {
|
|
76
|
+
enabled?: boolean | undefined;
|
|
77
|
+
credentialId?: number | undefined;
|
|
78
|
+
appCategories?: string[] | undefined;
|
|
79
|
+
trackingId?: string | undefined;
|
|
80
|
+
} | undefined;
|
|
81
|
+
"mock-payment-app"?: {
|
|
82
|
+
price: number;
|
|
83
|
+
currency: string;
|
|
84
|
+
credentialId?: number | undefined;
|
|
85
|
+
appCategories?: string[] | undefined;
|
|
86
|
+
paymentOption?: string | undefined;
|
|
87
|
+
enabled?: boolean | undefined;
|
|
88
|
+
} | undefined;
|
|
89
|
+
office365calendar?: {
|
|
90
|
+
client_id: string;
|
|
91
|
+
client_secret: string;
|
|
92
|
+
} | undefined;
|
|
93
|
+
office365video?: {
|
|
94
|
+
client_id: string;
|
|
95
|
+
client_secret: string;
|
|
96
|
+
} | undefined;
|
|
97
|
+
paypal?: {
|
|
98
|
+
price: number;
|
|
99
|
+
currency: string;
|
|
100
|
+
credentialId?: number | undefined;
|
|
101
|
+
appCategories?: string[] | undefined;
|
|
102
|
+
paymentOption?: string | undefined;
|
|
103
|
+
enabled?: boolean | undefined;
|
|
104
|
+
} | undefined;
|
|
105
|
+
"pipedrive-crm"?: {} | undefined;
|
|
106
|
+
plausible?: {
|
|
107
|
+
enabled?: boolean | undefined;
|
|
108
|
+
credentialId?: number | undefined;
|
|
109
|
+
appCategories?: string[] | undefined;
|
|
110
|
+
PLAUSIBLE_URL?: string | undefined;
|
|
111
|
+
trackingId?: string | undefined;
|
|
112
|
+
} | undefined;
|
|
113
|
+
qr_code?: {
|
|
114
|
+
enabled?: boolean | undefined;
|
|
115
|
+
credentialId?: number | undefined;
|
|
116
|
+
appCategories?: string[] | undefined;
|
|
117
|
+
} | undefined;
|
|
118
|
+
"routing-forms"?: any;
|
|
119
|
+
salesforce?: {} | undefined;
|
|
120
|
+
shimmervideo?: {} | undefined;
|
|
121
|
+
stripe?: {
|
|
122
|
+
price: number;
|
|
123
|
+
currency: string;
|
|
124
|
+
credentialId?: number | undefined;
|
|
125
|
+
appCategories?: string[] | undefined;
|
|
126
|
+
paymentOption?: string | undefined;
|
|
127
|
+
enabled?: boolean | undefined;
|
|
128
|
+
} | undefined;
|
|
129
|
+
tandemvideo?: {} | undefined;
|
|
130
|
+
"booking-pages-tag"?: {
|
|
131
|
+
trackingId: string;
|
|
132
|
+
enabled?: boolean | undefined;
|
|
133
|
+
credentialId?: number | undefined;
|
|
134
|
+
appCategories?: string[] | undefined;
|
|
135
|
+
} | undefined;
|
|
136
|
+
"event-type-app-card"?: {
|
|
137
|
+
isSunrise: boolean;
|
|
138
|
+
enabled?: boolean | undefined;
|
|
139
|
+
credentialId?: number | undefined;
|
|
140
|
+
appCategories?: string[] | undefined;
|
|
141
|
+
} | undefined;
|
|
142
|
+
vital?: {} | undefined;
|
|
143
|
+
webex?: {} | undefined;
|
|
144
|
+
wordpress?: {
|
|
145
|
+
isSunrise: boolean;
|
|
146
|
+
enabled?: boolean | undefined;
|
|
147
|
+
credentialId?: number | undefined;
|
|
148
|
+
appCategories?: string[] | undefined;
|
|
149
|
+
} | undefined;
|
|
150
|
+
zapier?: {} | undefined;
|
|
151
|
+
"zoho-bigin"?: {} | undefined;
|
|
152
|
+
zohocalendar?: {} | undefined;
|
|
153
|
+
zohocrm?: {} | undefined;
|
|
154
|
+
zoomvideo?: {} | undefined;
|
|
155
|
+
} | undefined;
|
|
156
|
+
additionalNotesRequired?: boolean | undefined;
|
|
157
|
+
disableSuccessPage?: boolean | undefined;
|
|
158
|
+
disableStandardEmails?: {
|
|
159
|
+
confirmation?: {
|
|
160
|
+
host?: boolean | undefined;
|
|
161
|
+
attendee?: boolean | undefined;
|
|
162
|
+
} | undefined;
|
|
163
|
+
} | undefined;
|
|
164
|
+
managedEventConfig?: {
|
|
165
|
+
unlockedFields?: {
|
|
166
|
+
price?: true | undefined;
|
|
167
|
+
bookings?: true | undefined;
|
|
168
|
+
webhooks?: true | undefined;
|
|
169
|
+
profile?: true | undefined;
|
|
170
|
+
owner?: true | undefined;
|
|
171
|
+
title?: true | undefined;
|
|
172
|
+
description?: true | undefined;
|
|
173
|
+
hidden?: true | undefined;
|
|
174
|
+
team?: true | undefined;
|
|
175
|
+
availability?: true | undefined;
|
|
176
|
+
length?: true | undefined;
|
|
177
|
+
workflows?: true | undefined;
|
|
178
|
+
users?: true | undefined;
|
|
179
|
+
hosts?: true | undefined;
|
|
180
|
+
currency?: true | undefined;
|
|
181
|
+
children?: true | undefined;
|
|
182
|
+
schedule?: true | undefined;
|
|
183
|
+
timeZone?: true | undefined;
|
|
184
|
+
userId?: true | undefined;
|
|
185
|
+
metadata?: true | undefined;
|
|
186
|
+
slug?: true | undefined;
|
|
187
|
+
position?: true | undefined;
|
|
188
|
+
locations?: true | undefined;
|
|
189
|
+
offsetStart?: true | undefined;
|
|
190
|
+
profileId?: true | undefined;
|
|
191
|
+
teamId?: true | undefined;
|
|
192
|
+
eventName?: true | undefined;
|
|
193
|
+
parentId?: true | undefined;
|
|
194
|
+
bookingFields?: true | undefined;
|
|
195
|
+
periodType?: true | undefined;
|
|
196
|
+
periodStartDate?: true | undefined;
|
|
197
|
+
periodEndDate?: true | undefined;
|
|
198
|
+
periodDays?: true | undefined;
|
|
199
|
+
periodCountCalendarDays?: true | undefined;
|
|
200
|
+
lockTimeZoneToggleOnBookingPage?: true | undefined;
|
|
201
|
+
requiresConfirmation?: true | undefined;
|
|
202
|
+
requiresBookerEmailVerification?: true | undefined;
|
|
203
|
+
recurringEvent?: true | undefined;
|
|
204
|
+
disableGuests?: true | undefined;
|
|
205
|
+
hideCalendarNotes?: true | undefined;
|
|
206
|
+
minimumBookingNotice?: true | undefined;
|
|
207
|
+
beforeEventBuffer?: true | undefined;
|
|
208
|
+
afterEventBuffer?: true | undefined;
|
|
209
|
+
seatsPerTimeSlot?: true | undefined;
|
|
210
|
+
onlyShowFirstAvailableSlot?: true | undefined;
|
|
211
|
+
seatsShowAttendees?: true | undefined;
|
|
212
|
+
seatsShowAvailabilityCount?: true | undefined;
|
|
213
|
+
schedulingType?: true | undefined;
|
|
214
|
+
scheduleId?: true | undefined;
|
|
215
|
+
slotInterval?: true | undefined;
|
|
216
|
+
successRedirectUrl?: true | undefined;
|
|
217
|
+
bookingLimits?: true | undefined;
|
|
218
|
+
durationLimits?: true | undefined;
|
|
219
|
+
isInstantEvent?: true | undefined;
|
|
220
|
+
assignAllTeamMembers?: true | undefined;
|
|
221
|
+
useEventTypeDestinationCalendarEmail?: true | undefined;
|
|
222
|
+
secondaryEmailId?: true | undefined;
|
|
223
|
+
hashedLink?: true | undefined;
|
|
224
|
+
destinationCalendar?: true | undefined;
|
|
225
|
+
customInputs?: true | undefined;
|
|
226
|
+
parent?: true | undefined;
|
|
227
|
+
aiPhoneCallConfig?: true | undefined;
|
|
228
|
+
secondaryEmail?: true | undefined;
|
|
229
|
+
_count?: true | undefined;
|
|
230
|
+
} | undefined;
|
|
231
|
+
} | undefined;
|
|
232
|
+
requiresConfirmationThreshold?: {
|
|
233
|
+
time: number;
|
|
234
|
+
unit: "months" | "years" | "days" | "hours" | "minutes" | "milliseconds" | "seconds" | "dates";
|
|
235
|
+
} | undefined;
|
|
236
|
+
config?: {
|
|
237
|
+
useHostSchedulesForTeamEvent?: boolean | undefined;
|
|
238
|
+
} | undefined;
|
|
239
|
+
bookerLayouts?: {
|
|
240
|
+
enabledLayouts: import('../../../../prisma/zod-utils').BookerLayouts[];
|
|
241
|
+
defaultLayout: import('../../../../prisma/zod-utils').BookerLayouts;
|
|
242
|
+
} | null | undefined;
|
|
243
|
+
} | null;
|
|
244
|
+
children: {
|
|
245
|
+
users: ({
|
|
246
|
+
username: string | null;
|
|
247
|
+
name: string | null;
|
|
248
|
+
id: number;
|
|
249
|
+
avatarUrl: string | null;
|
|
250
|
+
} & {
|
|
251
|
+
nonProfileUsername: string | null;
|
|
252
|
+
profile: import("@calcom/types/UserProfile").UserProfile;
|
|
253
|
+
})[];
|
|
254
|
+
price: number;
|
|
255
|
+
title: string;
|
|
256
|
+
description: string | null;
|
|
257
|
+
hidden: boolean;
|
|
258
|
+
length: number;
|
|
259
|
+
currency: string;
|
|
260
|
+
id: number;
|
|
261
|
+
timeZone: string | null;
|
|
262
|
+
userId: number | null;
|
|
263
|
+
metadata: import(".prisma/client").Prisma.JsonValue;
|
|
264
|
+
slug: string;
|
|
265
|
+
position: number;
|
|
266
|
+
locations: import(".prisma/client").Prisma.JsonValue;
|
|
267
|
+
offsetStart: number;
|
|
268
|
+
profileId: number | null;
|
|
269
|
+
teamId: number | null;
|
|
270
|
+
eventName: string | null;
|
|
271
|
+
parentId: number | null;
|
|
272
|
+
bookingFields: import(".prisma/client").Prisma.JsonValue;
|
|
273
|
+
periodType: import(".prisma/client").$Enums.PeriodType;
|
|
274
|
+
periodStartDate: Date | null;
|
|
275
|
+
periodEndDate: Date | null;
|
|
276
|
+
periodDays: number | null;
|
|
277
|
+
periodCountCalendarDays: boolean | null;
|
|
278
|
+
lockTimeZoneToggleOnBookingPage: boolean;
|
|
279
|
+
requiresConfirmation: boolean;
|
|
280
|
+
requiresBookerEmailVerification: boolean;
|
|
281
|
+
recurringEvent: import(".prisma/client").Prisma.JsonValue;
|
|
282
|
+
disableGuests: boolean;
|
|
283
|
+
hideCalendarNotes: boolean;
|
|
284
|
+
minimumBookingNotice: number;
|
|
285
|
+
beforeEventBuffer: number;
|
|
286
|
+
afterEventBuffer: number;
|
|
287
|
+
seatsPerTimeSlot: number | null;
|
|
288
|
+
onlyShowFirstAvailableSlot: boolean;
|
|
289
|
+
seatsShowAttendees: boolean | null;
|
|
290
|
+
seatsShowAvailabilityCount: boolean | null;
|
|
291
|
+
schedulingType: import(".prisma/client").$Enums.SchedulingType | null;
|
|
292
|
+
scheduleId: number | null;
|
|
293
|
+
slotInterval: number | null;
|
|
294
|
+
successRedirectUrl: string | null;
|
|
295
|
+
bookingLimits: import(".prisma/client").Prisma.JsonValue;
|
|
296
|
+
durationLimits: import(".prisma/client").Prisma.JsonValue;
|
|
297
|
+
isInstantEvent: boolean;
|
|
298
|
+
assignAllTeamMembers: boolean;
|
|
299
|
+
useEventTypeDestinationCalendarEmail: boolean;
|
|
300
|
+
secondaryEmailId: number | null;
|
|
301
|
+
}[];
|
|
302
|
+
price: number;
|
|
303
|
+
title: string;
|
|
304
|
+
description: string | null;
|
|
305
|
+
hidden: boolean;
|
|
306
|
+
length: number;
|
|
307
|
+
hosts: ({
|
|
308
|
+
user: {
|
|
309
|
+
username: string | null;
|
|
310
|
+
name: string | null;
|
|
311
|
+
id: number;
|
|
312
|
+
avatarUrl: string | null;
|
|
313
|
+
};
|
|
314
|
+
} & {
|
|
315
|
+
eventTypeId: number;
|
|
316
|
+
userId: number;
|
|
317
|
+
isFixed: boolean;
|
|
318
|
+
priority: number | null;
|
|
319
|
+
})[];
|
|
320
|
+
currency: string;
|
|
321
|
+
id: number;
|
|
322
|
+
timeZone: string | null;
|
|
323
|
+
userId: number | null;
|
|
324
|
+
slug: string;
|
|
325
|
+
position: number;
|
|
326
|
+
locations: import(".prisma/client").Prisma.JsonValue;
|
|
327
|
+
offsetStart: number;
|
|
328
|
+
profileId: number | null;
|
|
329
|
+
teamId: number | null;
|
|
330
|
+
eventName: string | null;
|
|
331
|
+
parentId: number | null;
|
|
332
|
+
bookingFields: import(".prisma/client").Prisma.JsonValue;
|
|
333
|
+
periodType: import(".prisma/client").$Enums.PeriodType;
|
|
334
|
+
periodStartDate: Date | null;
|
|
335
|
+
periodEndDate: Date | null;
|
|
336
|
+
periodDays: number | null;
|
|
337
|
+
periodCountCalendarDays: boolean | null;
|
|
338
|
+
lockTimeZoneToggleOnBookingPage: boolean;
|
|
339
|
+
requiresConfirmation: boolean;
|
|
340
|
+
requiresBookerEmailVerification: boolean;
|
|
341
|
+
recurringEvent: import(".prisma/client").Prisma.JsonValue;
|
|
342
|
+
disableGuests: boolean;
|
|
343
|
+
hideCalendarNotes: boolean;
|
|
344
|
+
minimumBookingNotice: number;
|
|
345
|
+
beforeEventBuffer: number;
|
|
346
|
+
afterEventBuffer: number;
|
|
347
|
+
seatsPerTimeSlot: number | null;
|
|
348
|
+
onlyShowFirstAvailableSlot: boolean;
|
|
349
|
+
seatsShowAttendees: boolean | null;
|
|
350
|
+
seatsShowAvailabilityCount: boolean | null;
|
|
351
|
+
schedulingType: import(".prisma/client").$Enums.SchedulingType | null;
|
|
352
|
+
scheduleId: number | null;
|
|
353
|
+
slotInterval: number | null;
|
|
354
|
+
successRedirectUrl: string | null;
|
|
355
|
+
bookingLimits: import(".prisma/client").Prisma.JsonValue;
|
|
356
|
+
durationLimits: import(".prisma/client").Prisma.JsonValue;
|
|
357
|
+
isInstantEvent: boolean;
|
|
358
|
+
assignAllTeamMembers: boolean;
|
|
359
|
+
useEventTypeDestinationCalendarEmail: boolean;
|
|
360
|
+
secondaryEmailId: number | null;
|
|
361
|
+
hashedLink: {
|
|
362
|
+
link: string;
|
|
363
|
+
id: number;
|
|
364
|
+
eventTypeId: number;
|
|
365
|
+
} | null;
|
|
366
|
+
aiPhoneCallConfig: {
|
|
367
|
+
enabled: boolean;
|
|
368
|
+
id: number;
|
|
369
|
+
eventTypeId: number;
|
|
370
|
+
yourPhoneNumber: string;
|
|
371
|
+
numberToCall: string;
|
|
372
|
+
guestName: string;
|
|
373
|
+
guestEmail: string | null;
|
|
374
|
+
guestCompany: string | null;
|
|
375
|
+
generalPrompt: string;
|
|
376
|
+
beginMessage: string | null;
|
|
377
|
+
llmId: string | null;
|
|
378
|
+
} | null;
|
|
379
|
+
}[];
|
|
380
|
+
teamId?: number | null | undefined;
|
|
381
|
+
parentId?: number | null | undefined;
|
|
382
|
+
bookerUrl: string;
|
|
383
|
+
membershipRole?: import('../../../../prisma/enums').MembershipRole | null | undefined;
|
|
384
|
+
profile: {
|
|
385
|
+
slug: string | null;
|
|
386
|
+
name: string | null;
|
|
387
|
+
image: string;
|
|
388
|
+
eventTypesLockedByOrg?: boolean | undefined;
|
|
389
|
+
};
|
|
390
|
+
metadata: {
|
|
391
|
+
membershipCount: number;
|
|
392
|
+
readOnly: boolean;
|
|
393
|
+
};
|
|
394
|
+
}[];
|
|
395
|
+
profiles: {
|
|
396
|
+
teamId: number | null | undefined;
|
|
397
|
+
membershipRole: import('../../../../prisma/enums').MembershipRole | null | undefined;
|
|
398
|
+
membershipCount: number;
|
|
399
|
+
readOnly: boolean;
|
|
400
|
+
slug: string | null;
|
|
401
|
+
name: string | null;
|
|
402
|
+
image: string;
|
|
403
|
+
eventTypesLockedByOrg?: boolean | undefined;
|
|
404
|
+
}[];
|
|
405
|
+
}, Error>;
|
|
406
|
+
//# sourceMappingURL=useEventTypesPrivate.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useEventTypesPrivate.d.ts","sourceRoot":"","sources":["../../../../../hooks/event-types/useEventTypesPrivate.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,SAAS,uBAAuB,CAAC;AAC9C,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SAchC,CAAC"}
|