@agent-native/scheduling 0.1.10 → 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/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/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/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.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 +1 -1
- package/src/server/availability-engine.ts +3 -1
- package/src/server/bookings-repo.ts +4 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"accept-team-invite.d.ts","sourceRoot":"","sources":["../../src/actions/accept-team-invite.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"accept-team-invite.d.ts","sourceRoot":"","sources":["../../src/actions/accept-team-invite.ts"],"names":[],"mappings":";;;;;AAKA,wBAoBG"}
|
|
@@ -1,3 +1,10 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
uid: string;
|
|
3
|
+
name: string;
|
|
4
|
+
email: string;
|
|
5
|
+
timezone?: string | undefined;
|
|
6
|
+
}, {
|
|
7
|
+
booking: import("../index.js").Booking | null;
|
|
8
|
+
}>;
|
|
2
9
|
export default _default;
|
|
3
10
|
//# sourceMappingURL=add-booking-attendee.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"add-booking-attendee.d.ts","sourceRoot":"","sources":["../../src/actions/add-booking-attendee.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"add-booking-attendee.d.ts","sourceRoot":"","sources":["../../src/actions/add-booking-attendee.ts"],"names":[],"mappings":";;;;;;;;AAMA,wBAyBG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"add-booking-note.d.ts","sourceRoot":"","sources":["../../src/actions/add-booking-note.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"add-booking-note.d.ts","sourceRoot":"","sources":["../../src/actions/add-booking-note.ts"],"names":[],"mappings":";;;;;;AAOA,wBAiBG"}
|
|
@@ -1,3 +1,12 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
scheduleId: string;
|
|
3
|
+
date: string;
|
|
4
|
+
intervals: {
|
|
5
|
+
startTime: string;
|
|
6
|
+
endTime: string;
|
|
7
|
+
}[];
|
|
8
|
+
}, {
|
|
9
|
+
ok: boolean;
|
|
10
|
+
}>;
|
|
2
11
|
export default _default;
|
|
3
12
|
//# sourceMappingURL=add-date-override.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"add-date-override.d.ts","sourceRoot":"","sources":["../../src/actions/add-date-override.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"add-date-override.d.ts","sourceRoot":"","sources":["../../src/actions/add-date-override.ts"],"names":[],"mappings":";;;;;;;;;;AAIA,wBAkBG"}
|
|
@@ -1,3 +1,10 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
eventTypeId: string;
|
|
3
|
+
expiresAt?: string | undefined;
|
|
4
|
+
isSingleUse?: boolean | undefined;
|
|
5
|
+
}, {
|
|
6
|
+
id: string;
|
|
7
|
+
hash: string;
|
|
8
|
+
}>;
|
|
2
9
|
export default _default;
|
|
3
10
|
//# sourceMappingURL=add-private-link.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"add-private-link.d.ts","sourceRoot":"","sources":["../../src/actions/add-private-link.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"add-private-link.d.ts","sourceRoot":"","sources":["../../src/actions/add-private-link.ts"],"names":[],"mappings":";;;;;;;;AAMA,wBAwBG"}
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
eventTypeId: string;
|
|
3
|
+
strategy?: "lowest-recent-bookings" | "weighted" | "calibrated" | undefined;
|
|
4
|
+
}, {
|
|
5
|
+
hostEmail: string | null;
|
|
6
|
+
}>;
|
|
2
7
|
export default _default;
|
|
3
8
|
//# sourceMappingURL=assign-round-robin-host.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"assign-round-robin-host.d.ts","sourceRoot":"","sources":["../../src/actions/assign-round-robin-host.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"assign-round-robin-host.d.ts","sourceRoot":"","sources":["../../src/actions/assign-round-robin-host.ts"],"names":[],"mappings":";;;;;;AAQA,wBA6CG"}
|
|
@@ -1,3 +1,10 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
uid: string;
|
|
3
|
+
reason?: string | undefined;
|
|
4
|
+
cancelledBy?: "attendee" | "host" | undefined;
|
|
5
|
+
token?: string | undefined;
|
|
6
|
+
}, {
|
|
7
|
+
booking: import("../index.js").Booking;
|
|
8
|
+
}>;
|
|
2
9
|
export default _default;
|
|
3
10
|
//# sourceMappingURL=cancel-booking.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cancel-booking.d.ts","sourceRoot":"","sources":["../../src/actions/cancel-booking.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"cancel-booking.d.ts","sourceRoot":"","sources":["../../src/actions/cancel-booking.ts"],"names":[],"mappings":";;;;;;;;AAMA,wBAWG"}
|
|
@@ -1,3 +1,14 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
from: string;
|
|
3
|
+
to: string;
|
|
4
|
+
eventTypeId?: string | undefined;
|
|
5
|
+
slug?: string | undefined;
|
|
6
|
+
ownerEmail?: string | undefined;
|
|
7
|
+
teamId?: string | undefined;
|
|
8
|
+
timezone?: string | undefined;
|
|
9
|
+
}, {
|
|
10
|
+
eventTypeId: string;
|
|
11
|
+
slots: import("../index.js").Slot[];
|
|
12
|
+
}>;
|
|
2
13
|
export default _default;
|
|
3
14
|
//# sourceMappingURL=check-availability.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"check-availability.d.ts","sourceRoot":"","sources":["../../src/actions/check-availability.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"check-availability.d.ts","sourceRoot":"","sources":["../../src/actions/check-availability.ts"],"names":[],"mappings":";;;;;;;;;;;;AASA,wBAoCG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"confirm-booking.d.ts","sourceRoot":"","sources":["../../src/actions/confirm-booking.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"confirm-booking.d.ts","sourceRoot":"","sources":["../../src/actions/confirm-booking.ts"],"names":[],"mappings":";;;;;AAOA,wBAOG"}
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
kind: string;
|
|
3
|
+
redirectUri: string;
|
|
4
|
+
}, {
|
|
5
|
+
authUrl: string;
|
|
6
|
+
state: string;
|
|
7
|
+
}>;
|
|
2
8
|
export default _default;
|
|
3
9
|
//# sourceMappingURL=connect-calendar.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"connect-calendar.d.ts","sourceRoot":"","sources":["../../src/actions/connect-calendar.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"connect-calendar.d.ts","sourceRoot":"","sources":["../../src/actions/connect-calendar.ts"],"names":[],"mappings":";;;;;;;AASA,wBAiBG"}
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
kind: string;
|
|
3
|
+
redirectUri: string;
|
|
4
|
+
}, {
|
|
5
|
+
authUrl: string;
|
|
6
|
+
state: string;
|
|
7
|
+
}>;
|
|
2
8
|
export default _default;
|
|
3
9
|
//# sourceMappingURL=connect-video.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"connect-video.d.ts","sourceRoot":"","sources":["../../src/actions/connect-video.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"connect-video.d.ts","sourceRoot":"","sources":["../../src/actions/connect-video.ts"],"names":[],"mappings":";;;;;;;AA2BA,wBA6BG"}
|
|
@@ -1,3 +1,22 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
startTime: string;
|
|
3
|
+
endTime: string;
|
|
4
|
+
attendeeName: string;
|
|
5
|
+
attendeeEmail: string;
|
|
6
|
+
eventTypeId?: string | undefined;
|
|
7
|
+
slug?: string | undefined;
|
|
8
|
+
ownerEmail?: string | undefined;
|
|
9
|
+
teamId?: string | undefined;
|
|
10
|
+
timezone?: string | undefined;
|
|
11
|
+
attendeeTimezone?: string | undefined;
|
|
12
|
+
guests?: {
|
|
13
|
+
name: string;
|
|
14
|
+
email: string;
|
|
15
|
+
}[] | undefined;
|
|
16
|
+
customResponses?: Record<string, any> | undefined;
|
|
17
|
+
description?: string | undefined;
|
|
18
|
+
}, {
|
|
19
|
+
booking: import("../index.js").Booking;
|
|
20
|
+
}>;
|
|
2
21
|
export default _default;
|
|
3
22
|
//# sourceMappingURL=create-booking.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-booking.d.ts","sourceRoot":"","sources":["../../src/actions/create-booking.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"create-booking.d.ts","sourceRoot":"","sources":["../../src/actions/create-booking.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;AASA,wBAoDG"}
|
|
@@ -1,3 +1,19 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
title: string;
|
|
3
|
+
slug: string;
|
|
4
|
+
length?: unknown;
|
|
5
|
+
description?: string | undefined;
|
|
6
|
+
teamId?: string | undefined;
|
|
7
|
+
schedulingType?: "personal" | "collective" | "round-robin" | "managed" | undefined;
|
|
8
|
+
scheduleId?: string | undefined;
|
|
9
|
+
color?: string | undefined;
|
|
10
|
+
recurringEvent?: {
|
|
11
|
+
rrule: string;
|
|
12
|
+
count?: number | undefined;
|
|
13
|
+
description?: string | undefined;
|
|
14
|
+
} | undefined;
|
|
15
|
+
}, {
|
|
16
|
+
eventType: import("../index.js").EventType;
|
|
17
|
+
}>;
|
|
2
18
|
export default _default;
|
|
3
19
|
//# sourceMappingURL=create-event-type.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-event-type.d.ts","sourceRoot":"","sources":["../../src/actions/create-event-type.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"create-event-type.d.ts","sourceRoot":"","sources":["../../src/actions/create-event-type.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAKA,wBAuCG"}
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
eventTypeId: string;
|
|
3
|
+
name: string;
|
|
4
|
+
userEmails?: string[] | undefined;
|
|
5
|
+
}, {
|
|
6
|
+
id: string;
|
|
7
|
+
}>;
|
|
2
8
|
export default _default;
|
|
3
9
|
//# sourceMappingURL=create-host-group.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-host-group.d.ts","sourceRoot":"","sources":["../../src/actions/create-host-group.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"create-host-group.d.ts","sourceRoot":"","sources":["../../src/actions/create-host-group.ts"],"names":[],"mappings":";;;;;;;AAKA,wBAmBG"}
|
|
@@ -1,3 +1,12 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
name: string;
|
|
3
|
+
description?: string | undefined;
|
|
4
|
+
teamId?: string | undefined;
|
|
5
|
+
fields?: any[] | undefined;
|
|
6
|
+
rules?: any[] | undefined;
|
|
7
|
+
fallback?: any;
|
|
8
|
+
}, {
|
|
9
|
+
id: string;
|
|
10
|
+
}>;
|
|
2
11
|
export default _default;
|
|
3
12
|
//# sourceMappingURL=create-routing-form.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-routing-form.d.ts","sourceRoot":"","sources":["../../src/actions/create-routing-form.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"create-routing-form.d.ts","sourceRoot":"","sources":["../../src/actions/create-routing-form.ts"],"names":[],"mappings":";;;;;;;;;;AAMA,wBAgCG"}
|
|
@@ -1,3 +1,16 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
name: string;
|
|
3
|
+
timezone?: string | undefined;
|
|
4
|
+
isDefault?: boolean | undefined;
|
|
5
|
+
weeklyAvailability?: {
|
|
6
|
+
day: number;
|
|
7
|
+
intervals: {
|
|
8
|
+
startTime: string;
|
|
9
|
+
endTime: string;
|
|
10
|
+
}[];
|
|
11
|
+
}[] | undefined;
|
|
12
|
+
}, {
|
|
13
|
+
schedule: import("../index.js").Schedule;
|
|
14
|
+
}>;
|
|
2
15
|
export default _default;
|
|
3
16
|
//# sourceMappingURL=create-schedule.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-schedule.d.ts","sourceRoot":"","sources":["../../src/actions/create-schedule.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"create-schedule.d.ts","sourceRoot":"","sources":["../../src/actions/create-schedule.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAKA,wBA8BG"}
|
|
@@ -1,3 +1,13 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
name: string;
|
|
3
|
+
slug: string;
|
|
4
|
+
bio?: string | undefined;
|
|
5
|
+
}, {
|
|
6
|
+
team: {
|
|
7
|
+
id: string;
|
|
8
|
+
slug: string;
|
|
9
|
+
name: string;
|
|
10
|
+
};
|
|
11
|
+
}>;
|
|
2
12
|
export default _default;
|
|
3
13
|
//# sourceMappingURL=create-team.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-team.d.ts","sourceRoot":"","sources":["../../src/actions/create-team.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"create-team.d.ts","sourceRoot":"","sources":["../../src/actions/create-team.ts"],"names":[],"mappings":";;;;;;;;;;;AAMA,wBAqCG"}
|
|
@@ -1,3 +1,20 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
name: string;
|
|
3
|
+
trigger: "new-booking" | "before-event" | "after-event" | "reschedule" | "cancellation" | "no-show";
|
|
4
|
+
teamId?: string | undefined;
|
|
5
|
+
activeOnEventTypeIds?: string[] | undefined;
|
|
6
|
+
steps?: {
|
|
7
|
+
action: "email-host" | "email-attendee" | "email-address" | "sms-attendee" | "sms-host" | "sms-number" | "webhook";
|
|
8
|
+
offsetMinutes?: number | undefined;
|
|
9
|
+
sendTo?: string | undefined;
|
|
10
|
+
emailSubject?: string | undefined;
|
|
11
|
+
emailBody?: string | undefined;
|
|
12
|
+
smsBody?: string | undefined;
|
|
13
|
+
webhookUrl?: string | undefined;
|
|
14
|
+
template?: string | undefined;
|
|
15
|
+
}[] | undefined;
|
|
16
|
+
}, {
|
|
17
|
+
id: string;
|
|
18
|
+
}>;
|
|
2
19
|
export default _default;
|
|
3
20
|
//# sourceMappingURL=create-workflow.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-workflow.d.ts","sourceRoot":"","sources":["../../src/actions/create-workflow.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"create-workflow.d.ts","sourceRoot":"","sources":["../../src/actions/create-workflow.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;AAMA,wBA4EG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"delete-event-type.d.ts","sourceRoot":"","sources":["../../src/actions/delete-event-type.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"delete-event-type.d.ts","sourceRoot":"","sources":["../../src/actions/delete-event-type.ts"],"names":[],"mappings":";;;;;AAKA,wBAQG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"delete-routing-form.d.ts","sourceRoot":"","sources":["../../src/actions/delete-routing-form.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"delete-routing-form.d.ts","sourceRoot":"","sources":["../../src/actions/delete-routing-form.ts"],"names":[],"mappings":";;;;;AAMA,wBAcG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"delete-schedule.d.ts","sourceRoot":"","sources":["../../src/actions/delete-schedule.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"delete-schedule.d.ts","sourceRoot":"","sources":["../../src/actions/delete-schedule.ts"],"names":[],"mappings":";;;;;AAKA,wBAQG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"delete-workflow.d.ts","sourceRoot":"","sources":["../../src/actions/delete-workflow.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"delete-workflow.d.ts","sourceRoot":"","sources":["../../src/actions/delete-workflow.ts"],"names":[],"mappings":";;;;;AAMA,wBAcG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"disconnect-calendar.d.ts","sourceRoot":"","sources":["../../src/actions/disconnect-calendar.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"disconnect-calendar.d.ts","sourceRoot":"","sources":["../../src/actions/disconnect-calendar.ts"],"names":[],"mappings":";;;;;AAKA,wBAgBG"}
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
id: string;
|
|
3
|
+
newSlug: string;
|
|
4
|
+
newTitle?: string | undefined;
|
|
5
|
+
}, {
|
|
6
|
+
eventType: import("../index.js").EventType;
|
|
7
|
+
}>;
|
|
2
8
|
export default _default;
|
|
3
9
|
//# sourceMappingURL=duplicate-event-type.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"duplicate-event-type.d.ts","sourceRoot":"","sources":["../../src/actions/duplicate-event-type.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"duplicate-event-type.d.ts","sourceRoot":"","sources":["../../src/actions/duplicate-event-type.ts"],"names":[],"mappings":";;;;;;;AAQA,wBA2BG"}
|
|
@@ -1,3 +1,10 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
from?: string | undefined;
|
|
3
|
+
to?: string | undefined;
|
|
4
|
+
status?: string | undefined;
|
|
5
|
+
}, {
|
|
6
|
+
csv: string;
|
|
7
|
+
count: number;
|
|
8
|
+
}>;
|
|
2
9
|
export default _default;
|
|
3
10
|
//# sourceMappingURL=export-bookings-csv.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"export-bookings-csv.d.ts","sourceRoot":"","sources":["../../src/actions/export-bookings-csv.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"export-bookings-csv.d.ts","sourceRoot":"","sources":["../../src/actions/export-bookings-csv.ts"],"names":[],"mappings":";;;;;;;;AAKA,wBA0CG"}
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
eventTypeId: string;
|
|
3
|
+
preferredTime?: string | undefined;
|
|
4
|
+
timezone?: string | undefined;
|
|
5
|
+
}, {
|
|
6
|
+
slot: null;
|
|
7
|
+
} | {
|
|
8
|
+
slot: import("../index.js").Slot;
|
|
9
|
+
}>;
|
|
2
10
|
export default _default;
|
|
3
11
|
//# sourceMappingURL=find-available-slot.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"find-available-slot.d.ts","sourceRoot":"","sources":["../../src/actions/find-available-slot.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"find-available-slot.d.ts","sourceRoot":"","sources":["../../src/actions/find-available-slot.ts"],"names":[],"mappings":";;;;;;;;;AAMA,wBAiCG"}
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
from: string;
|
|
3
|
+
to: string;
|
|
4
|
+
userEmail?: string | undefined;
|
|
5
|
+
}, {
|
|
6
|
+
busy: import("../index.js").BusyInterval[];
|
|
7
|
+
}>;
|
|
2
8
|
export default _default;
|
|
3
9
|
//# sourceMappingURL=get-availability.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-availability.d.ts","sourceRoot":"","sources":["../../src/actions/get-availability.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"get-availability.d.ts","sourceRoot":"","sources":["../../src/actions/get-availability.ts"],"names":[],"mappings":";;;;;;;AAKA,wBAcG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-booking.d.ts","sourceRoot":"","sources":["../../src/actions/get-booking.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"get-booking.d.ts","sourceRoot":"","sources":["../../src/actions/get-booking.ts"],"names":[],"mappings":";;;;;AAIA,wBAIG"}
|
|
@@ -1,3 +1,10 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
id?: string | undefined;
|
|
3
|
+
slug?: string | undefined;
|
|
4
|
+
ownerEmail?: string | undefined;
|
|
5
|
+
teamId?: string | undefined;
|
|
6
|
+
}, {
|
|
7
|
+
eventType: import("../index.js").EventType | null;
|
|
8
|
+
}>;
|
|
2
9
|
export default _default;
|
|
3
10
|
//# sourceMappingURL=get-event-type.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-event-type.d.ts","sourceRoot":"","sources":["../../src/actions/get-event-type.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"get-event-type.d.ts","sourceRoot":"","sources":["../../src/actions/get-event-type.ts"],"names":[],"mappings":";;;;;;;;AAOA,wBAqBG"}
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
kind: "zoom_video" | "google_meet" | "teams_video" | "builtin_video";
|
|
3
|
+
}, {
|
|
4
|
+
credentialId: string;
|
|
5
|
+
}>;
|
|
2
6
|
export default _default;
|
|
3
7
|
//# sourceMappingURL=install-conferencing-app.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"install-conferencing-app.d.ts","sourceRoot":"","sources":["../../src/actions/install-conferencing-app.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"install-conferencing-app.d.ts","sourceRoot":"","sources":["../../src/actions/install-conferencing-app.ts"],"names":[],"mappings":";;;;;AAMA,wBAsBG"}
|
|
@@ -1,3 +1,10 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
teamId: string;
|
|
3
|
+
email: string;
|
|
4
|
+
role?: "owner" | "admin" | "member" | undefined;
|
|
5
|
+
}, {
|
|
6
|
+
inviteToken: string;
|
|
7
|
+
memberId: string;
|
|
8
|
+
}>;
|
|
2
9
|
export default _default;
|
|
3
10
|
//# sourceMappingURL=invite-team-member.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"invite-team-member.d.ts","sourceRoot":"","sources":["../../src/actions/invite-team-member.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"invite-team-member.d.ts","sourceRoot":"","sources":["../../src/actions/invite-team-member.ts"],"names":[],"mappings":";;;;;;;;AAMA,wBAuBG"}
|
|
@@ -1,3 +1,13 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
status?: "confirmed" | "cancelled" | "upcoming" | "past" | "unconfirmed" | "recurring" | undefined;
|
|
3
|
+
eventTypeId?: string | undefined;
|
|
4
|
+
attendeeEmail?: string | undefined;
|
|
5
|
+
from?: string | undefined;
|
|
6
|
+
to?: string | undefined;
|
|
7
|
+
limit?: number | undefined;
|
|
8
|
+
onlyMine?: boolean | undefined;
|
|
9
|
+
}, {
|
|
10
|
+
bookings: import("../index.js").Booking[];
|
|
11
|
+
}>;
|
|
2
12
|
export default _default;
|
|
3
13
|
//# sourceMappingURL=list-bookings.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-bookings.d.ts","sourceRoot":"","sources":["../../src/actions/list-bookings.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-bookings.d.ts","sourceRoot":"","sources":["../../src/actions/list-bookings.ts"],"names":[],"mappings":";;;;;;;;;;;AAKA,wBA8BG"}
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<Record<string, never>, {
|
|
2
|
+
available: {
|
|
3
|
+
kind: string;
|
|
4
|
+
label: string;
|
|
5
|
+
}[];
|
|
6
|
+
installed: any;
|
|
7
|
+
}>;
|
|
2
8
|
export default _default;
|
|
3
9
|
//# sourceMappingURL=list-calendar-integrations.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-calendar-integrations.d.ts","sourceRoot":"","sources":["../../src/actions/list-calendar-integrations.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-calendar-integrations.d.ts","sourceRoot":"","sources":["../../src/actions/list-calendar-integrations.ts"],"names":[],"mappings":";;;;;;;AAOA,wBAkBG"}
|
|
@@ -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
|