@agent-native/scheduling 0.1.10 → 0.1.12
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/actions/accept-team-invite.d.ts +5 -1
- package/dist/actions/accept-team-invite.d.ts.map +1 -1
- package/dist/actions/add-booking-attendee.d.ts +8 -1
- package/dist/actions/add-booking-attendee.d.ts.map +1 -1
- package/dist/actions/add-booking-note.d.ts +6 -1
- package/dist/actions/add-booking-note.d.ts.map +1 -1
- package/dist/actions/add-date-override.d.ts +10 -1
- package/dist/actions/add-date-override.d.ts.map +1 -1
- package/dist/actions/add-private-link.d.ts +8 -1
- package/dist/actions/add-private-link.d.ts.map +1 -1
- package/dist/actions/assign-round-robin-host.d.ts +6 -1
- package/dist/actions/assign-round-robin-host.d.ts.map +1 -1
- package/dist/actions/cancel-booking.d.ts +8 -1
- package/dist/actions/cancel-booking.d.ts.map +1 -1
- package/dist/actions/check-availability.d.ts +12 -1
- package/dist/actions/check-availability.d.ts.map +1 -1
- package/dist/actions/confirm-booking.d.ts +5 -1
- package/dist/actions/confirm-booking.d.ts.map +1 -1
- package/dist/actions/connect-calendar.d.ts +7 -1
- package/dist/actions/connect-calendar.d.ts.map +1 -1
- package/dist/actions/connect-video.d.ts +7 -1
- package/dist/actions/connect-video.d.ts.map +1 -1
- package/dist/actions/create-booking.d.ts +20 -1
- package/dist/actions/create-booking.d.ts.map +1 -1
- package/dist/actions/create-event-type.d.ts +17 -1
- package/dist/actions/create-event-type.d.ts.map +1 -1
- package/dist/actions/create-host-group.d.ts +7 -1
- package/dist/actions/create-host-group.d.ts.map +1 -1
- package/dist/actions/create-routing-form.d.ts +10 -1
- package/dist/actions/create-routing-form.d.ts.map +1 -1
- package/dist/actions/create-schedule.d.ts +14 -1
- package/dist/actions/create-schedule.d.ts.map +1 -1
- package/dist/actions/create-team.d.ts +11 -1
- package/dist/actions/create-team.d.ts.map +1 -1
- package/dist/actions/create-workflow.d.ts +18 -1
- package/dist/actions/create-workflow.d.ts.map +1 -1
- package/dist/actions/delete-event-type.d.ts +5 -1
- package/dist/actions/delete-event-type.d.ts.map +1 -1
- package/dist/actions/delete-routing-form.d.ts +5 -1
- package/dist/actions/delete-routing-form.d.ts.map +1 -1
- package/dist/actions/delete-schedule.d.ts +5 -1
- package/dist/actions/delete-schedule.d.ts.map +1 -1
- package/dist/actions/delete-workflow.d.ts +5 -1
- package/dist/actions/delete-workflow.d.ts.map +1 -1
- package/dist/actions/disconnect-calendar.d.ts +5 -1
- package/dist/actions/disconnect-calendar.d.ts.map +1 -1
- package/dist/actions/duplicate-event-type.d.ts +7 -1
- package/dist/actions/duplicate-event-type.d.ts.map +1 -1
- package/dist/actions/export-bookings-csv.d.ts +8 -1
- package/dist/actions/export-bookings-csv.d.ts.map +1 -1
- package/dist/actions/find-available-slot.d.ts +9 -1
- package/dist/actions/find-available-slot.d.ts.map +1 -1
- package/dist/actions/get-availability.d.ts +7 -1
- package/dist/actions/get-availability.d.ts.map +1 -1
- package/dist/actions/get-booking.d.ts +5 -1
- package/dist/actions/get-booking.d.ts.map +1 -1
- package/dist/actions/get-event-type.d.ts +8 -1
- package/dist/actions/get-event-type.d.ts.map +1 -1
- package/dist/actions/install-conferencing-app.d.ts +5 -1
- package/dist/actions/install-conferencing-app.d.ts.map +1 -1
- package/dist/actions/invite-team-member.d.ts +8 -1
- package/dist/actions/invite-team-member.d.ts.map +1 -1
- package/dist/actions/list-bookings.d.ts +11 -1
- package/dist/actions/list-bookings.d.ts.map +1 -1
- package/dist/actions/list-calendar-integrations.d.ts +7 -1
- package/dist/actions/list-calendar-integrations.d.ts.map +1 -1
- package/dist/actions/list-event-types.d.ts +6 -1
- package/dist/actions/list-event-types.d.ts.map +1 -1
- package/dist/actions/list-routing-form-responses.d.ts +6 -1
- package/dist/actions/list-routing-form-responses.d.ts.map +1 -1
- package/dist/actions/list-routing-forms.d.ts +5 -1
- package/dist/actions/list-routing-forms.d.ts.map +1 -1
- package/dist/actions/list-schedules.d.ts +3 -1
- package/dist/actions/list-schedules.d.ts.map +1 -1
- package/dist/actions/list-selected-calendars.d.ts +11 -1
- package/dist/actions/list-selected-calendars.d.ts.map +1 -1
- package/dist/actions/list-workflows.d.ts +5 -1
- package/dist/actions/list-workflows.d.ts.map +1 -1
- package/dist/actions/mark-no-show.d.ts +6 -1
- package/dist/actions/mark-no-show.d.ts.map +1 -1
- package/dist/actions/refresh-busy-times.d.ts +6 -1
- package/dist/actions/refresh-busy-times.d.ts.map +1 -1
- package/dist/actions/remove-booking-attendee.d.ts +6 -1
- package/dist/actions/remove-booking-attendee.d.ts.map +1 -1
- package/dist/actions/remove-date-override.d.ts +6 -1
- package/dist/actions/remove-date-override.d.ts.map +1 -1
- package/dist/actions/remove-team-member.d.ts +6 -1
- package/dist/actions/remove-team-member.d.ts.map +1 -1
- package/dist/actions/reorder-event-types.d.ts +5 -1
- package/dist/actions/reorder-event-types.d.ts.map +1 -1
- package/dist/actions/reschedule-booking.d.ts +10 -1
- package/dist/actions/reschedule-booking.d.ts.map +1 -1
- package/dist/actions/revoke-private-link.d.ts +5 -1
- package/dist/actions/revoke-private-link.d.ts.map +1 -1
- package/dist/actions/send-reschedule-link.d.ts +5 -1
- package/dist/actions/send-reschedule-link.d.ts.map +1 -1
- package/dist/actions/set-appearance.d.ts +8 -1
- package/dist/actions/set-appearance.d.ts.map +1 -1
- package/dist/actions/set-default-conferencing-app.d.ts +5 -1
- package/dist/actions/set-default-conferencing-app.d.ts.map +1 -1
- package/dist/actions/set-default-schedule.d.ts +5 -1
- package/dist/actions/set-default-schedule.d.ts.map +1 -1
- package/dist/actions/set-destination-calendar.d.ts +7 -1
- package/dist/actions/set-destination-calendar.d.ts.map +1 -1
- package/dist/actions/set-event-type-hosts.d.ts +12 -1
- package/dist/actions/set-event-type-hosts.d.ts.map +1 -1
- package/dist/actions/set-event-type-location.d.ts +6 -1
- package/dist/actions/set-event-type-location.d.ts.map +1 -1
- package/dist/actions/set-host-availability-override.d.ts +7 -1
- package/dist/actions/set-host-availability-override.d.ts.map +1 -1
- package/dist/actions/set-team-branding.d.ts +11 -1
- package/dist/actions/set-team-branding.d.ts.map +1 -1
- package/dist/actions/submit-routing-form-response.d.ts +10 -1
- package/dist/actions/submit-routing-form-response.d.ts.map +1 -1
- package/dist/actions/toggle-event-type-hidden.d.ts +6 -1
- package/dist/actions/toggle-event-type-hidden.d.ts.map +1 -1
- package/dist/actions/toggle-selected-calendar.d.ts +7 -1
- package/dist/actions/toggle-selected-calendar.d.ts.map +1 -1
- package/dist/actions/toggle-workflow.d.ts +6 -1
- package/dist/actions/toggle-workflow.d.ts.map +1 -1
- package/dist/actions/update-event-type.d.ts +38 -1
- package/dist/actions/update-event-type.d.ts.map +1 -1
- package/dist/actions/update-member-role.d.ts +7 -1
- package/dist/actions/update-member-role.d.ts.map +1 -1
- package/dist/actions/update-profile.d.ts +14 -1
- package/dist/actions/update-profile.d.ts.map +1 -1
- package/dist/actions/update-routing-form.d.ts +11 -1
- package/dist/actions/update-routing-form.d.ts.map +1 -1
- package/dist/actions/update-schedule.d.ts +22 -1
- package/dist/actions/update-schedule.d.ts.map +1 -1
- package/dist/actions/update-workflow.d.ts +19 -1
- package/dist/actions/update-workflow.d.ts.map +1 -1
- package/dist/react/components/SlotPicker.d.ts.map +1 -1
- package/dist/react/components/SlotPicker.js +3 -1
- package/dist/react/components/SlotPicker.js.map +1 -1
- package/dist/react/components/booking-links/AvailabilityEditor.d.ts +2 -1
- package/dist/react/components/booking-links/AvailabilityEditor.d.ts.map +1 -1
- package/dist/react/components/booking-links/AvailabilityEditor.js +28 -22
- package/dist/react/components/booking-links/AvailabilityEditor.js.map +1 -1
- package/dist/react/components/booking-links/BookingLinkCreateDialog.d.ts.map +1 -1
- package/dist/react/components/booking-links/BookingLinkCreateDialog.js +6 -4
- package/dist/react/components/booking-links/BookingLinkCreateDialog.js.map +1 -1
- package/dist/react/components/booking-links/ConferencingSelector.d.ts.map +1 -1
- package/dist/react/components/booking-links/ConferencingSelector.js +25 -19
- package/dist/react/components/booking-links/ConferencingSelector.js.map +1 -1
- package/dist/react/components/booking-links/CustomFieldsEditor.d.ts.map +1 -1
- package/dist/react/components/booking-links/CustomFieldsEditor.js +38 -24
- package/dist/react/components/booking-links/CustomFieldsEditor.js.map +1 -1
- package/dist/react/components/booking-links/DurationPicker.d.ts.map +1 -1
- package/dist/react/components/booking-links/DurationPicker.js +6 -2
- package/dist/react/components/booking-links/DurationPicker.js.map +1 -1
- package/dist/react/components/booking-links/SlugEditor.d.ts.map +1 -1
- package/dist/react/components/booking-links/SlugEditor.js +5 -3
- package/dist/react/components/booking-links/SlugEditor.js.map +1 -1
- package/dist/react/hooks/useEventType.d.ts +2 -2
- package/dist/react/hooks/useReschedule.d.ts +2 -2
- package/dist/react/i18n.d.ts +103 -0
- package/dist/react/i18n.d.ts.map +1 -0
- package/dist/react/i18n.js +970 -0
- package/dist/react/i18n.js.map +1 -0
- package/dist/schema/bookings.d.ts +49 -49
- package/dist/schema/calendar-cache.d.ts +8 -8
- package/dist/schema/credentials.d.ts +35 -35
- package/dist/schema/event-types.d.ts +42 -42
- package/dist/schema/routing-forms.d.ts +20 -20
- package/dist/schema/schedules.d.ts +31 -31
- package/dist/schema/teams.d.ts +19 -19
- package/dist/schema/workflows.d.ts +49 -49
- package/dist/server/availability-engine.d.ts.map +1 -1
- package/dist/server/availability-engine.js.map +1 -1
- package/dist/server/bookings-repo.d.ts.map +1 -1
- package/dist/server/bookings-repo.js.map +1 -1
- package/package.json +10 -11
- package/src/react/components/SlotPicker.tsx +6 -1
- package/src/react/components/booking-links/AvailabilityEditor.tsx +48 -27
- package/src/react/components/booking-links/BookingLinkCreateDialog.tsx +15 -13
- package/src/react/components/booking-links/ConferencingSelector.tsx +35 -30
- package/src/react/components/booking-links/CustomFieldsEditor.tsx +68 -49
- package/src/react/components/booking-links/DurationPicker.tsx +8 -4
- package/src/react/components/booking-links/SlugEditor.tsx +7 -5
- package/src/react/i18n.ts +1044 -0
- package/src/server/availability-engine.ts +3 -1
- package/src/server/bookings-repo.ts +4 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-event-types.d.ts","sourceRoot":"","sources":["../../src/actions/list-event-types.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-event-types.d.ts","sourceRoot":"","sources":["../../src/actions/list-event-types.ts"],"names":[],"mappings":";;;;;;AAKA,wBAyBG"}
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
formId: string;
|
|
3
|
+
limit?: number | undefined;
|
|
4
|
+
}, {
|
|
5
|
+
responses: any;
|
|
6
|
+
}>;
|
|
2
7
|
export default _default;
|
|
3
8
|
//# sourceMappingURL=list-routing-form-responses.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-routing-form-responses.d.ts","sourceRoot":"","sources":["../../src/actions/list-routing-form-responses.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-routing-form-responses.d.ts","sourceRoot":"","sources":["../../src/actions/list-routing-form-responses.ts"],"names":[],"mappings":";;;;;;AAKA,wBAkBG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-routing-forms.d.ts","sourceRoot":"","sources":["../../src/actions/list-routing-forms.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-routing-forms.d.ts","sourceRoot":"","sources":["../../src/actions/list-routing-forms.ts"],"names":[],"mappings":";;;;;AAOA,wBA0BG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-schedules.d.ts","sourceRoot":"","sources":["../../src/actions/list-schedules.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-schedules.d.ts","sourceRoot":"","sources":["../../src/actions/list-schedules.ts"],"names":[],"mappings":";;;AAKA,wBAUG"}
|
|
@@ -1,3 +1,13 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
credentialId: string;
|
|
3
|
+
}, {
|
|
4
|
+
calendars: {
|
|
5
|
+
isSelected: boolean;
|
|
6
|
+
isDestination: boolean;
|
|
7
|
+
externalId: string;
|
|
8
|
+
name: string;
|
|
9
|
+
primary: boolean;
|
|
10
|
+
}[];
|
|
11
|
+
}>;
|
|
2
12
|
export default _default;
|
|
3
13
|
//# sourceMappingURL=list-selected-calendars.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-selected-calendars.d.ts","sourceRoot":"","sources":["../../src/actions/list-selected-calendars.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-selected-calendars.d.ts","sourceRoot":"","sources":["../../src/actions/list-selected-calendars.ts"],"names":[],"mappings":";;;;;;;;;;;AAMA,wBAkCG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-workflows.d.ts","sourceRoot":"","sources":["../../src/actions/list-workflows.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-workflows.d.ts","sourceRoot":"","sources":["../../src/actions/list-workflows.ts"],"names":[],"mappings":";;;;;AAOA,wBA0BG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mark-no-show.d.ts","sourceRoot":"","sources":["../../src/actions/mark-no-show.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"mark-no-show.d.ts","sourceRoot":"","sources":["../../src/actions/mark-no-show.ts"],"names":[],"mappings":";;;;;;AAIA,wBAUG"}
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
userEmail?: string | undefined;
|
|
3
|
+
}, {
|
|
4
|
+
ok: boolean;
|
|
5
|
+
credentialsBusted: any;
|
|
6
|
+
}>;
|
|
2
7
|
export default _default;
|
|
3
8
|
//# sourceMappingURL=refresh-busy-times.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"refresh-busy-times.d.ts","sourceRoot":"","sources":["../../src/actions/refresh-busy-times.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"refresh-busy-times.d.ts","sourceRoot":"","sources":["../../src/actions/refresh-busy-times.ts"],"names":[],"mappings":";;;;;;AAMA,wBAmBG"}
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
uid: string;
|
|
3
|
+
email: string;
|
|
4
|
+
}, {
|
|
5
|
+
booking: import("../index.js").Booking | null;
|
|
6
|
+
}>;
|
|
2
7
|
export default _default;
|
|
3
8
|
//# sourceMappingURL=remove-booking-attendee.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"remove-booking-attendee.d.ts","sourceRoot":"","sources":["../../src/actions/remove-booking-attendee.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"remove-booking-attendee.d.ts","sourceRoot":"","sources":["../../src/actions/remove-booking-attendee.ts"],"names":[],"mappings":";;;;;;AAMA,wBAiBG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"remove-date-override.d.ts","sourceRoot":"","sources":["../../src/actions/remove-date-override.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"remove-date-override.d.ts","sourceRoot":"","sources":["../../src/actions/remove-date-override.ts"],"names":[],"mappings":";;;;;;AAIA,wBAUG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"remove-team-member.d.ts","sourceRoot":"","sources":["../../src/actions/remove-team-member.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"remove-team-member.d.ts","sourceRoot":"","sources":["../../src/actions/remove-team-member.ts"],"names":[],"mappings":";;;;;;AAMA,wBAgBG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"reorder-event-types.d.ts","sourceRoot":"","sources":["../../src/actions/reorder-event-types.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"reorder-event-types.d.ts","sourceRoot":"","sources":["../../src/actions/reorder-event-types.ts"],"names":[],"mappings":";;;;;AAKA,wBAYG"}
|
|
@@ -1,3 +1,12 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
uid: string;
|
|
3
|
+
newStartTime: string;
|
|
4
|
+
newEndTime: string;
|
|
5
|
+
reason?: string | undefined;
|
|
6
|
+
rescheduledBy?: "attendee" | "host" | undefined;
|
|
7
|
+
token?: string | undefined;
|
|
8
|
+
}, {
|
|
9
|
+
booking: import("../index.js").Booking;
|
|
10
|
+
}>;
|
|
2
11
|
export default _default;
|
|
3
12
|
//# sourceMappingURL=reschedule-booking.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"reschedule-booking.d.ts","sourceRoot":"","sources":["../../src/actions/reschedule-booking.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"reschedule-booking.d.ts","sourceRoot":"","sources":["../../src/actions/reschedule-booking.ts"],"names":[],"mappings":";;;;;;;;;;AAMA,wBAaG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"revoke-private-link.d.ts","sourceRoot":"","sources":["../../src/actions/revoke-private-link.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"revoke-private-link.d.ts","sourceRoot":"","sources":["../../src/actions/revoke-private-link.ts"],"names":[],"mappings":";;;;;AAKA,wBAUG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"send-reschedule-link.d.ts","sourceRoot":"","sources":["../../src/actions/send-reschedule-link.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"send-reschedule-link.d.ts","sourceRoot":"","sources":["../../src/actions/send-reschedule-link.ts"],"names":[],"mappings":";;;;;AAKA,wBAYG"}
|
|
@@ -1,3 +1,10 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
theme?: "light" | "dark" | "system" | undefined;
|
|
3
|
+
brandColor?: string | undefined;
|
|
4
|
+
darkBrandColor?: string | undefined;
|
|
5
|
+
hideBranding?: boolean | undefined;
|
|
6
|
+
}, {
|
|
7
|
+
ok: boolean;
|
|
8
|
+
}>;
|
|
2
9
|
export default _default;
|
|
3
10
|
//# sourceMappingURL=set-appearance.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"set-appearance.d.ts","sourceRoot":"","sources":["../../src/actions/set-appearance.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"set-appearance.d.ts","sourceRoot":"","sources":["../../src/actions/set-appearance.ts"],"names":[],"mappings":";;;;;;;;AAGA,wBAoBG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"set-default-conferencing-app.d.ts","sourceRoot":"","sources":["../../src/actions/set-default-conferencing-app.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"set-default-conferencing-app.d.ts","sourceRoot":"","sources":["../../src/actions/set-default-conferencing-app.ts"],"names":[],"mappings":";;;;;AAMA,wBAkBG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"set-default-schedule.d.ts","sourceRoot":"","sources":["../../src/actions/set-default-schedule.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"set-default-schedule.d.ts","sourceRoot":"","sources":["../../src/actions/set-default-schedule.ts"],"names":[],"mappings":";;;;;AAMA,wBAQG"}
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
credentialId: string;
|
|
3
|
+
externalId: string;
|
|
4
|
+
eventTypeId?: string | undefined;
|
|
5
|
+
}, {
|
|
6
|
+
ok: boolean;
|
|
7
|
+
}>;
|
|
2
8
|
export default _default;
|
|
3
9
|
//# sourceMappingURL=set-destination-calendar.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"set-destination-calendar.d.ts","sourceRoot":"","sources":["../../src/actions/set-destination-calendar.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"set-destination-calendar.d.ts","sourceRoot":"","sources":["../../src/actions/set-destination-calendar.ts"],"names":[],"mappings":";;;;;;;AAOA,wBA+BG"}
|
|
@@ -1,3 +1,14 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
eventTypeId: string;
|
|
3
|
+
hosts: {
|
|
4
|
+
userEmail: string;
|
|
5
|
+
isFixed?: boolean | undefined;
|
|
6
|
+
weight?: number | undefined;
|
|
7
|
+
priority?: number | undefined;
|
|
8
|
+
scheduleId?: string | undefined;
|
|
9
|
+
}[];
|
|
10
|
+
}, {
|
|
11
|
+
ok: boolean;
|
|
12
|
+
}>;
|
|
2
13
|
export default _default;
|
|
3
14
|
//# sourceMappingURL=set-event-type-hosts.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"set-event-type-hosts.d.ts","sourceRoot":"","sources":["../../src/actions/set-event-type-hosts.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"set-event-type-hosts.d.ts","sourceRoot":"","sources":["../../src/actions/set-event-type-hosts.ts"],"names":[],"mappings":";;;;;;;;;;;;AAMA,wBAoCG"}
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
id: string;
|
|
3
|
+
locations: any[];
|
|
4
|
+
}, {
|
|
5
|
+
eventType: import("../index.js").EventType;
|
|
6
|
+
}>;
|
|
2
7
|
export default _default;
|
|
3
8
|
//# sourceMappingURL=set-event-type-location.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"set-event-type-location.d.ts","sourceRoot":"","sources":["../../src/actions/set-event-type-location.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"set-event-type-location.d.ts","sourceRoot":"","sources":["../../src/actions/set-event-type-location.ts"],"names":[],"mappings":";;;;;;AAKA,wBAYG"}
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
eventTypeId: string;
|
|
3
|
+
userEmail: string;
|
|
4
|
+
scheduleId: string | null;
|
|
5
|
+
}, {
|
|
6
|
+
ok: boolean;
|
|
7
|
+
}>;
|
|
2
8
|
export default _default;
|
|
3
9
|
//# sourceMappingURL=set-host-availability-override.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"set-host-availability-override.d.ts","sourceRoot":"","sources":["../../src/actions/set-host-availability-override.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"set-host-availability-override.d.ts","sourceRoot":"","sources":["../../src/actions/set-host-availability-override.ts"],"names":[],"mappings":";;;;;;;AAKA,wBAqBG"}
|
|
@@ -1,3 +1,13 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
id: string;
|
|
3
|
+
name?: string | undefined;
|
|
4
|
+
logoUrl?: string | null | undefined;
|
|
5
|
+
brandColor?: string | null | undefined;
|
|
6
|
+
darkBrandColor?: string | null | undefined;
|
|
7
|
+
bio?: string | null | undefined;
|
|
8
|
+
hideBranding?: boolean | undefined;
|
|
9
|
+
}, {
|
|
10
|
+
ok: boolean;
|
|
11
|
+
}>;
|
|
2
12
|
export default _default;
|
|
3
13
|
//# sourceMappingURL=set-team-branding.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"set-team-branding.d.ts","sourceRoot":"","sources":["../../src/actions/set-team-branding.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"set-team-branding.d.ts","sourceRoot":"","sources":["../../src/actions/set-team-branding.ts"],"names":[],"mappings":";;;;;;;;;;;AAMA,wBAqBG"}
|
|
@@ -1,3 +1,12 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
formId: string;
|
|
3
|
+
response: Record<string, any>;
|
|
4
|
+
bookingId?: string | undefined;
|
|
5
|
+
matchedRuleId?: string | undefined;
|
|
6
|
+
routedTo?: string | undefined;
|
|
7
|
+
submitterEmail?: string | undefined;
|
|
8
|
+
}, {
|
|
9
|
+
id: string;
|
|
10
|
+
}>;
|
|
2
11
|
export default _default;
|
|
3
12
|
//# sourceMappingURL=submit-routing-form-response.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"submit-routing-form-response.d.ts","sourceRoot":"","sources":["../../src/actions/submit-routing-form-response.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"submit-routing-form-response.d.ts","sourceRoot":"","sources":["../../src/actions/submit-routing-form-response.ts"],"names":[],"mappings":";;;;;;;;;;AAMA,wBAwCG"}
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
id: string;
|
|
3
|
+
hidden?: boolean | undefined;
|
|
4
|
+
}, {
|
|
5
|
+
eventType: import("../index.js").EventType;
|
|
6
|
+
}>;
|
|
2
7
|
export default _default;
|
|
3
8
|
//# sourceMappingURL=toggle-event-type-hidden.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toggle-event-type-hidden.d.ts","sourceRoot":"","sources":["../../src/actions/toggle-event-type-hidden.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"toggle-event-type-hidden.d.ts","sourceRoot":"","sources":["../../src/actions/toggle-event-type-hidden.ts"],"names":[],"mappings":";;;;;;AAQA,wBAYG"}
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
credentialId: string;
|
|
3
|
+
externalId: string;
|
|
4
|
+
include: boolean;
|
|
5
|
+
}, {
|
|
6
|
+
ok: boolean;
|
|
7
|
+
}>;
|
|
2
8
|
export default _default;
|
|
3
9
|
//# sourceMappingURL=toggle-selected-calendar.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toggle-selected-calendar.d.ts","sourceRoot":"","sources":["../../src/actions/toggle-selected-calendar.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"toggle-selected-calendar.d.ts","sourceRoot":"","sources":["../../src/actions/toggle-selected-calendar.ts"],"names":[],"mappings":";;;;;;;AAOA,wBAmCG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toggle-workflow.d.ts","sourceRoot":"","sources":["../../src/actions/toggle-workflow.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"toggle-workflow.d.ts","sourceRoot":"","sources":["../../src/actions/toggle-workflow.ts"],"names":[],"mappings":";;;;;;AAMA,wBAkBG"}
|
|
@@ -1,3 +1,40 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
id: string;
|
|
3
|
+
title?: string | undefined;
|
|
4
|
+
slug?: string | undefined;
|
|
5
|
+
description?: string | null | undefined;
|
|
6
|
+
length?: unknown;
|
|
7
|
+
durations?: number[] | undefined;
|
|
8
|
+
hidden?: boolean | undefined;
|
|
9
|
+
position?: number | undefined;
|
|
10
|
+
schedulingType?: "personal" | "collective" | "round-robin" | "managed" | undefined;
|
|
11
|
+
scheduleId?: string | null | undefined;
|
|
12
|
+
locations?: any[] | undefined;
|
|
13
|
+
customFields?: any[] | undefined;
|
|
14
|
+
minimumBookingNotice?: number | undefined;
|
|
15
|
+
beforeEventBuffer?: number | undefined;
|
|
16
|
+
afterEventBuffer?: number | undefined;
|
|
17
|
+
slotInterval?: number | null | undefined;
|
|
18
|
+
periodType?: "unlimited" | "rolling" | "range" | undefined;
|
|
19
|
+
periodDays?: number | null | undefined;
|
|
20
|
+
periodStartDate?: string | null | undefined;
|
|
21
|
+
periodEndDate?: string | null | undefined;
|
|
22
|
+
seatsPerTimeSlot?: number | null | undefined;
|
|
23
|
+
requiresConfirmation?: boolean | undefined;
|
|
24
|
+
disableGuests?: boolean | undefined;
|
|
25
|
+
hideCalendarNotes?: boolean | undefined;
|
|
26
|
+
successRedirectUrl?: string | null | undefined;
|
|
27
|
+
bookingLimits?: any;
|
|
28
|
+
lockTimeZoneToggle?: boolean | undefined;
|
|
29
|
+
color?: string | null | undefined;
|
|
30
|
+
eventName?: string | null | undefined;
|
|
31
|
+
recurringEvent?: {
|
|
32
|
+
rrule: string;
|
|
33
|
+
count?: number | undefined;
|
|
34
|
+
description?: string | undefined;
|
|
35
|
+
} | null | undefined;
|
|
36
|
+
}, {
|
|
37
|
+
eventType: import("../index.js").EventType;
|
|
38
|
+
}>;
|
|
2
39
|
export default _default;
|
|
3
40
|
//# sourceMappingURL=update-event-type.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-event-type.d.ts","sourceRoot":"","sources":["../../src/actions/update-event-type.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"update-event-type.d.ts","sourceRoot":"","sources":["../../src/actions/update-event-type.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAKA,wBAgDG"}
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
teamId: string;
|
|
3
|
+
email: string;
|
|
4
|
+
role: "owner" | "admin" | "member";
|
|
5
|
+
}, {
|
|
6
|
+
ok: boolean;
|
|
7
|
+
}>;
|
|
2
8
|
export default _default;
|
|
3
9
|
//# sourceMappingURL=update-member-role.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-member-role.d.ts","sourceRoot":"","sources":["../../src/actions/update-member-role.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"update-member-role.d.ts","sourceRoot":"","sources":["../../src/actions/update-member-role.ts"],"names":[],"mappings":";;;;;;;AAMA,wBAqBG"}
|
|
@@ -1,3 +1,16 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
name?: string | undefined;
|
|
3
|
+
bio?: string | undefined;
|
|
4
|
+
avatarUrl?: string | undefined;
|
|
5
|
+
timezone?: string | undefined;
|
|
6
|
+
weekStart?: "sunday" | "monday" | undefined;
|
|
7
|
+
timeFormat?: "12h" | "24h" | undefined;
|
|
8
|
+
brandColor?: string | undefined;
|
|
9
|
+
darkBrandColor?: string | undefined;
|
|
10
|
+
hideBranding?: boolean | undefined;
|
|
11
|
+
}, {
|
|
12
|
+
ok: boolean;
|
|
13
|
+
userEmail: string;
|
|
14
|
+
}>;
|
|
2
15
|
export default _default;
|
|
3
16
|
//# sourceMappingURL=update-profile.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-profile.d.ts","sourceRoot":"","sources":["../../src/actions/update-profile.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"update-profile.d.ts","sourceRoot":"","sources":["../../src/actions/update-profile.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAMA,wBA4BG"}
|
|
@@ -1,3 +1,13 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
id: string;
|
|
3
|
+
name?: string | undefined;
|
|
4
|
+
description?: string | null | undefined;
|
|
5
|
+
disabled?: boolean | undefined;
|
|
6
|
+
fields?: any[] | undefined;
|
|
7
|
+
rules?: any[] | undefined;
|
|
8
|
+
fallback?: any;
|
|
9
|
+
}, {
|
|
10
|
+
ok: boolean;
|
|
11
|
+
}>;
|
|
2
12
|
export default _default;
|
|
3
13
|
//# sourceMappingURL=update-routing-form.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-routing-form.d.ts","sourceRoot":"","sources":["../../src/actions/update-routing-form.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"update-routing-form.d.ts","sourceRoot":"","sources":["../../src/actions/update-routing-form.ts"],"names":[],"mappings":";;;;;;;;;;;AAMA,wBA6BG"}
|
|
@@ -1,3 +1,24 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
id: string;
|
|
3
|
+
name?: string | undefined;
|
|
4
|
+
timezone?: string | undefined;
|
|
5
|
+
isDefault?: boolean | undefined;
|
|
6
|
+
weeklyAvailability?: {
|
|
7
|
+
day: number;
|
|
8
|
+
intervals: {
|
|
9
|
+
startTime: string;
|
|
10
|
+
endTime: string;
|
|
11
|
+
}[];
|
|
12
|
+
}[] | undefined;
|
|
13
|
+
dateOverrides?: {
|
|
14
|
+
date: string;
|
|
15
|
+
intervals: {
|
|
16
|
+
startTime: string;
|
|
17
|
+
endTime: string;
|
|
18
|
+
}[];
|
|
19
|
+
}[] | undefined;
|
|
20
|
+
}, {
|
|
21
|
+
schedule: import("../index.js").Schedule;
|
|
22
|
+
}>;
|
|
2
23
|
export default _default;
|
|
3
24
|
//# sourceMappingURL=update-schedule.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-schedule.d.ts","sourceRoot":"","sources":["../../src/actions/update-schedule.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"update-schedule.d.ts","sourceRoot":"","sources":["../../src/actions/update-schedule.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAKA,wBA+CG"}
|
|
@@ -1,3 +1,21 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
id: string;
|
|
3
|
+
name?: string | undefined;
|
|
4
|
+
trigger?: "new-booking" | "before-event" | "after-event" | "reschedule" | "cancellation" | "no-show" | undefined;
|
|
5
|
+
disabled?: boolean | undefined;
|
|
6
|
+
activeOnEventTypeIds?: string[] | undefined;
|
|
7
|
+
steps?: {
|
|
8
|
+
action: "email-host" | "email-attendee" | "email-address" | "sms-attendee" | "sms-host" | "sms-number" | "webhook";
|
|
9
|
+
offsetMinutes?: number | undefined;
|
|
10
|
+
sendTo?: string | undefined;
|
|
11
|
+
emailSubject?: string | undefined;
|
|
12
|
+
emailBody?: string | undefined;
|
|
13
|
+
smsBody?: string | undefined;
|
|
14
|
+
webhookUrl?: string | undefined;
|
|
15
|
+
template?: string | undefined;
|
|
16
|
+
}[] | undefined;
|
|
17
|
+
}, {
|
|
18
|
+
ok: boolean;
|
|
19
|
+
}>;
|
|
2
20
|
export default _default;
|
|
3
21
|
//# sourceMappingURL=update-workflow.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-workflow.d.ts","sourceRoot":"","sources":["../../src/actions/update-workflow.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"update-workflow.d.ts","sourceRoot":"","sources":["../../src/actions/update-workflow.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;AAqBA,wBAkFG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SlotPicker.d.ts","sourceRoot":"","sources":["../../../src/react/components/SlotPicker.tsx"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,uBAAuB,CAAC;
|
|
1
|
+
{"version":3,"file":"SlotPicker.d.ts","sourceRoot":"","sources":["../../../src/react/components/SlotPicker.tsx"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,uBAAuB,CAAC;AAKlD,MAAM,WAAW,eAAe;IAC9B,KAAK,EAAE,IAAI,EAAE,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,QAAQ,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,IAAI,CAAC;IAC/B,UAAU,CAAC,EAAE,KAAK,GAAG,KAAK,CAAC;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,wBAAgB,UAAU,CAAC,KAAK,EAAE,eAAe,2CAmDhD"}
|