@agent-native/scheduling 0.1.5 → 0.1.11
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/README.md +1 -1
- 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-conferencing-app.js.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-profile.js.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/actions/update-workflow.js +11 -0
- package/dist/actions/update-workflow.js.map +1 -1
- package/dist/core/slots.d.ts.map +1 -1
- package/dist/core/slots.js +1 -1
- package/dist/core/slots.js.map +1 -1
- package/dist/react/components/SlotPicker.d.ts +2 -2
- package/dist/react/components/SlotPicker.d.ts.map +1 -1
- package/dist/react/components/SlotPicker.js.map +1 -1
- package/dist/react/components/TimezoneSelect.d.ts.map +1 -1
- package/dist/react/components/TimezoneSelect.js +1 -1
- package/dist/react/components/TimezoneSelect.js.map +1 -1
- package/dist/react/components/booking-links/AvailabilityEditor.d.ts.map +1 -1
- package/dist/react/components/booking-links/AvailabilityEditor.js +1 -1
- package/dist/react/components/booking-links/AvailabilityEditor.js.map +1 -1
- package/dist/react/components/booking-links/index.d.ts +1 -1
- package/dist/react/components/booking-links/index.js +1 -1
- package/dist/react/components/index.d.ts +2 -2
- package/dist/react/components/index.js +2 -2
- package/dist/react/hooks/useEventType.d.ts +2 -2
- package/dist/react/hooks/useReschedule.d.ts +2 -2
- package/dist/schema/bookings.d.ts +58 -58
- package/dist/schema/calendar-cache.d.ts +8 -8
- package/dist/schema/calendar-cache.js.map +1 -1
- package/dist/schema/credentials.d.ts +35 -35
- package/dist/schema/event-types.d.ts +51 -51
- package/dist/schema/routing-forms.d.ts +29 -29
- package/dist/schema/schedules.d.ts +40 -40
- package/dist/schema/teams.d.ts +28 -28
- package/dist/schema/workflows.d.ts +61 -61
- package/dist/server/availability-engine.d.ts.map +1 -1
- package/dist/server/availability-engine.js +1 -1
- package/dist/server/availability-engine.js.map +1 -1
- package/dist/server/booking-service.js +1 -1
- package/dist/server/booking-service.js.map +1 -1
- package/dist/server/bookings-repo.d.ts.map +1 -1
- package/dist/server/bookings-repo.js.map +1 -1
- package/dist/server/event-types-repo.js.map +1 -1
- package/dist/server/hooks.d.ts +1 -1
- package/dist/server/hooks.d.ts.map +1 -1
- package/dist/server/hooks.js +1 -1
- package/dist/server/hooks.js.map +1 -1
- package/docs/UI_UNIFICATION.md +6 -7
- package/docs/llms-full.txt +6 -7
- package/package.json +3 -4
- package/src/actions/set-default-conferencing-app.ts +1 -1
- package/src/actions/update-profile.ts +0 -1
- package/src/actions/update-workflow.ts +15 -0
- package/src/core/slots.ts +1 -7
- package/src/react/components/SlotPicker.tsx +2 -3
- package/src/react/components/TimezoneSelect.tsx +3 -9
- package/src/react/components/booking-links/AvailabilityEditor.tsx +1 -2
- package/src/react/components/booking-links/index.ts +1 -1
- package/src/react/components/index.ts +2 -2
- package/src/schema/calendar-cache.ts +1 -1
- package/src/server/availability-engine.ts +5 -5
- package/src/server/booking-service.ts +1 -1
- package/src/server/bookings-repo.ts +4 -2
- package/src/server/event-types-repo.ts +1 -1
- package/src/server/hooks.ts +1 -1
- package/src/server/providers/google-calendar.ts +1 -1
|
@@ -1,3 +1,8 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
teamId?: string | undefined;
|
|
3
|
+
includeHidden?: boolean | undefined;
|
|
4
|
+
}, {
|
|
5
|
+
eventTypes: import("../index.js").EventType[];
|
|
6
|
+
}>;
|
|
2
7
|
export default _default;
|
|
3
8
|
//# sourceMappingURL=list-event-types.d.ts.map
|
|
@@ -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-conferencing-app.js","sourceRoot":"","sources":["../../src/actions/set-default-conferencing-app.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,
|
|
1
|
+
{"version":3,"file":"set-default-conferencing-app.js","sourceRoot":"","sources":["../../src/actions/set-default-conferencing-app.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,EAAE,EAAE,MAAM,aAAa,CAAC;AACjC,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAEjD,eAAe,YAAY,CAAC;IAC1B,WAAW,EAAE,mDAAmD;IAChE,MAAM,EAAE,CAAC,CAAC,MAAM,CAAC,EAAE,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC;IAC9C,GAAG,EAAE,KAAK,EAAE,IAAI,EAAE,EAAE;QAClB,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,GAAG,oBAAoB,EAAE,CAAC;QACjD,MAAM,KAAK,GAAG,gBAAgB,EAAE,CAAC;QACjC,MAAM,QAAQ,GAAG,MAAM,KAAK,EAAE;aAC3B,MAAM,EAAE;aACR,IAAI,CAAC,MAAM,CAAC,qBAAqB,CAAC;aAClC,KAAK,CAAC,EAAE,CAAC,MAAM,CAAC,qBAAqB,CAAC,SAAS,EAAE,KAAK,CAAC,CAAC,CAAC;QAC5D,KAAK,MAAM,CAAC,IAAI,QAAQ,EAAE,CAAC;YACzB,MAAM,KAAK,EAAE;iBACV,MAAM,CAAC,MAAM,CAAC,qBAAqB,CAAC;iBACpC,GAAG,CAAC,EAAE,SAAS,EAAE,CAAC,CAAC,EAAE,KAAK,IAAI,CAAC,YAAY,EAAE,CAAC;iBAC9C,KAAK,CAAC,EAAE,CAAC,MAAM,CAAC,qBAAqB,CAAC,EAAE,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;QACtD,CAAC;QACD,OAAO,EAAE,EAAE,EAAE,IAAI,EAAE,CAAC;IACtB,CAAC;CACF,CAAC,CAAC"}
|
|
@@ -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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-profile.js","sourceRoot":"","sources":["../../src/actions/update-profile.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"update-profile.js","sourceRoot":"","sources":["../../src/actions/update-profile.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAEjD,gFAAgF;AAChF,+EAA+E;AAC/E,eAAe,YAAY,CAAC;IAC1B,WAAW,EACT,6EAA6E;IAC/E,MAAM,EAAE,CAAC,CAAC,MAAM,CAAC;QACf,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAC3B,GAAG,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAC1B,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAChC,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAC/B,SAAS,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,QAAQ,CAAC,CAAC,CAAC,QAAQ,EAAE;QAClD,UAAU,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC,KAAK,EAAE,KAAK,CAAC,CAAC,CAAC,QAAQ,EAAE;QAC7C,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QACjC,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QACrC,YAAY,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;KACrC,CAAC;IACF,GAAG,EAAE,KAAK,EAAE,IAAI,EAAE,EAAE;QAClB,yEAAyE;QACzE,0EAA0E;QAC1E,6EAA6E;QAC7E,MAAM,IAAI,GAAQ,MAAM,MAAM,CAAC,oBAAoB,CAAC,CAAC;QACrD,IAAI,IAAI,CAAC,YAAY,EAAE,CAAC;YACtB,MAAM,QAAQ,GAAG,CAAC,MAAM,IAAI,CAAC,WAAW,EAAE,CAAC,kBAAkB,CAAC,CAAC,IAAI,EAAE,CAAC;YACtE,MAAM,IAAI,CAAC,YAAY,CAAC,kBAAkB,EAAE;gBAC1C,GAAI,QAAmB;gBACvB,GAAG,IAAI;aACR,CAAC,CAAC;QACL,CAAC;QACD,OAAO,EAAE,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,gBAAgB,EAAE,EAAE,CAAC;IACrD,CAAC;CACF,CAAC,CAAC"}
|
|
@@ -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"}
|