@keystrokehq/scheduleonce 0.1.4 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. package/dist/actions/book-time-slot.d.cts +13 -1
  2. package/dist/actions/book-time-slot.d.mts +13 -1
  3. package/dist/actions/cancel-booking.d.cts +13 -1
  4. package/dist/actions/cancel-booking.d.mts +13 -1
  5. package/dist/actions/create-contact.d.cts +13 -1
  6. package/dist/actions/create-contact.d.mts +13 -1
  7. package/dist/actions/create-one-time-link-for-booking-calendar.d.cts +13 -1
  8. package/dist/actions/create-one-time-link-for-booking-calendar.d.mts +13 -1
  9. package/dist/actions/create-user.d.cts +13 -1
  10. package/dist/actions/create-user.d.mts +13 -1
  11. package/dist/actions/delete-contact.d.cts +13 -1
  12. package/dist/actions/delete-contact.d.mts +13 -1
  13. package/dist/actions/delete-user.d.cts +13 -1
  14. package/dist/actions/delete-user.d.mts +13 -1
  15. package/dist/actions/get-available-time-slots.d.cts +13 -1
  16. package/dist/actions/get-available-time-slots.d.mts +13 -1
  17. package/dist/actions/get-single-booking-calendar.d.cts +13 -1
  18. package/dist/actions/get-single-booking-calendar.d.mts +13 -1
  19. package/dist/actions/get-single-booking.d.cts +13 -1
  20. package/dist/actions/get-single-booking.d.mts +13 -1
  21. package/dist/actions/get-single-contact.d.cts +13 -1
  22. package/dist/actions/get-single-contact.d.mts +13 -1
  23. package/dist/actions/get-single-master-page.d.cts +13 -1
  24. package/dist/actions/get-single-master-page.d.mts +13 -1
  25. package/dist/actions/get-single-user.d.cts +13 -1
  26. package/dist/actions/get-single-user.d.mts +13 -1
  27. package/dist/actions/get-user-scheduling-availability.d.cts +13 -1
  28. package/dist/actions/get-user-scheduling-availability.d.mts +13 -1
  29. package/dist/actions/list-all-booking-calendars.d.cts +13 -1
  30. package/dist/actions/list-all-booking-calendars.d.mts +13 -1
  31. package/dist/actions/list-all-booking-pages.d.cts +13 -1
  32. package/dist/actions/list-all-booking-pages.d.mts +13 -1
  33. package/dist/actions/list-all-bookings.d.cts +13 -1
  34. package/dist/actions/list-all-bookings.d.mts +13 -1
  35. package/dist/actions/list-all-contacts.d.cts +13 -1
  36. package/dist/actions/list-all-contacts.d.mts +13 -1
  37. package/dist/actions/list-all-event-types.d.cts +13 -1
  38. package/dist/actions/list-all-event-types.d.mts +13 -1
  39. package/dist/actions/list-all-master-pages.d.cts +13 -1
  40. package/dist/actions/list-all-master-pages.d.mts +13 -1
  41. package/dist/actions/list-all-teams.d.cts +13 -1
  42. package/dist/actions/list-all-teams.d.mts +13 -1
  43. package/dist/actions/list-all-users.d.cts +13 -1
  44. package/dist/actions/list-all-users.d.mts +13 -1
  45. package/dist/actions/mark-booking-as-no-show.d.cts +13 -1
  46. package/dist/actions/mark-booking-as-no-show.d.mts +13 -1
  47. package/dist/actions/test-api-key.d.cts +13 -1
  48. package/dist/actions/test-api-key.d.cts.map +1 -1
  49. package/dist/actions/test-api-key.d.mts +13 -1
  50. package/dist/actions/test-api-key.d.mts.map +1 -1
  51. package/dist/actions/update-contact.d.cts +13 -1
  52. package/dist/actions/update-contact.d.mts +13 -1
  53. package/dist/actions/update-user-scheduling-availability.d.cts +13 -1
  54. package/dist/actions/update-user-scheduling-availability.d.mts +13 -1
  55. package/dist/actions/update-user.d.cts +13 -1
  56. package/dist/actions/update-user.d.mts +13 -1
  57. package/dist/app.cjs +5 -2
  58. package/dist/app.cjs.map +1 -1
  59. package/dist/app.d.cts +9 -1
  60. package/dist/app.d.cts.map +1 -1
  61. package/dist/app.d.mts +9 -1
  62. package/dist/app.d.mts.map +1 -1
  63. package/dist/app.mjs +3 -1
  64. package/dist/app.mjs.map +1 -1
  65. package/package.json +1 -1
@@ -81,7 +81,19 @@ declare const scheduleonceBookTimeSlot: import("@keystrokehq/action").WorkflowAc
81
81
  }[] | undefined;
82
82
  location_type?: string | undefined;
83
83
  location_value?: string | undefined;
84
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
84
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
85
+ connectionId: z.ZodString;
86
+ entityId: z.ZodString;
87
+ instanceId: z.ZodString;
88
+ }, z.core.$strip>, z.ZodObject<{
89
+ generic_api_key: z.ZodString;
90
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
91
+ connectionId: z.ZodString;
92
+ entityId: z.ZodString;
93
+ instanceId: z.ZodString;
94
+ }, z.core.$strip>, z.ZodObject<{
95
+ generic_api_key: z.ZodString;
96
+ }, z.core.$strip>>]>;
85
97
  //#endregion
86
98
  export { scheduleonceBookTimeSlot };
87
99
  //# sourceMappingURL=book-time-slot.d.cts.map
@@ -81,7 +81,19 @@ declare const scheduleonceBookTimeSlot: import("@keystrokehq/action").WorkflowAc
81
81
  }[] | undefined;
82
82
  location_type?: string | undefined;
83
83
  location_value?: string | undefined;
84
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
84
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
85
+ connectionId: z.ZodString;
86
+ entityId: z.ZodString;
87
+ instanceId: z.ZodString;
88
+ }, z.core.$strip>, z.ZodObject<{
89
+ generic_api_key: z.ZodString;
90
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
91
+ connectionId: z.ZodString;
92
+ entityId: z.ZodString;
93
+ instanceId: z.ZodString;
94
+ }, z.core.$strip>, z.ZodObject<{
95
+ generic_api_key: z.ZodString;
96
+ }, z.core.$strip>>]>;
85
97
  //#endregion
86
98
  export { scheduleonceBookTimeSlot };
87
99
  //# sourceMappingURL=book-time-slot.d.mts.map
@@ -50,7 +50,19 @@ declare const scheduleonceCancelBooking: import("@keystrokehq/action").WorkflowA
50
50
  id: string;
51
51
  cancellation_reason?: string | undefined;
52
52
  send_cancellation_email?: boolean | undefined;
53
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
53
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
54
+ connectionId: z.ZodString;
55
+ entityId: z.ZodString;
56
+ instanceId: z.ZodString;
57
+ }, z.core.$strip>, z.ZodObject<{
58
+ generic_api_key: z.ZodString;
59
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
60
+ connectionId: z.ZodString;
61
+ entityId: z.ZodString;
62
+ instanceId: z.ZodString;
63
+ }, z.core.$strip>, z.ZodObject<{
64
+ generic_api_key: z.ZodString;
65
+ }, z.core.$strip>>]>;
54
66
  //#endregion
55
67
  export { scheduleonceCancelBooking };
56
68
  //# sourceMappingURL=cancel-booking.d.cts.map
@@ -50,7 +50,19 @@ declare const scheduleonceCancelBooking: import("@keystrokehq/action").WorkflowA
50
50
  id: string;
51
51
  cancellation_reason?: string | undefined;
52
52
  send_cancellation_email?: boolean | undefined;
53
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
53
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
54
+ connectionId: z.ZodString;
55
+ entityId: z.ZodString;
56
+ instanceId: z.ZodString;
57
+ }, z.core.$strip>, z.ZodObject<{
58
+ generic_api_key: z.ZodString;
59
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
60
+ connectionId: z.ZodString;
61
+ entityId: z.ZodString;
62
+ instanceId: z.ZodString;
63
+ }, z.core.$strip>, z.ZodObject<{
64
+ generic_api_key: z.ZodString;
65
+ }, z.core.$strip>>]>;
54
66
  //#endregion
55
67
  export { scheduleonceCancelBooking };
56
68
  //# sourceMappingURL=cancel-booking.d.mts.map
@@ -61,7 +61,19 @@ declare const scheduleonceCreateContact: import("@keystrokehq/action").WorkflowA
61
61
  salutation?: string | undefined;
62
62
  mobile_phone?: string | undefined;
63
63
  street_address?: string | undefined;
64
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
64
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
65
+ connectionId: z.ZodString;
66
+ entityId: z.ZodString;
67
+ instanceId: z.ZodString;
68
+ }, z.core.$strip>, z.ZodObject<{
69
+ generic_api_key: z.ZodString;
70
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
71
+ connectionId: z.ZodString;
72
+ entityId: z.ZodString;
73
+ instanceId: z.ZodString;
74
+ }, z.core.$strip>, z.ZodObject<{
75
+ generic_api_key: z.ZodString;
76
+ }, z.core.$strip>>]>;
65
77
  //#endregion
66
78
  export { scheduleonceCreateContact };
67
79
  //# sourceMappingURL=create-contact.d.cts.map
@@ -61,7 +61,19 @@ declare const scheduleonceCreateContact: import("@keystrokehq/action").WorkflowA
61
61
  salutation?: string | undefined;
62
62
  mobile_phone?: string | undefined;
63
63
  street_address?: string | undefined;
64
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
64
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
65
+ connectionId: z.ZodString;
66
+ entityId: z.ZodString;
67
+ instanceId: z.ZodString;
68
+ }, z.core.$strip>, z.ZodObject<{
69
+ generic_api_key: z.ZodString;
70
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
71
+ connectionId: z.ZodString;
72
+ entityId: z.ZodString;
73
+ instanceId: z.ZodString;
74
+ }, z.core.$strip>, z.ZodObject<{
75
+ generic_api_key: z.ZodString;
76
+ }, z.core.$strip>>]>;
65
77
  //#endregion
66
78
  export { scheduleonceCreateContact };
67
79
  //# sourceMappingURL=create-contact.d.mts.map
@@ -27,7 +27,19 @@ declare const scheduleonceCreateOneTimeLinkForBookingCalendar: import("@keystrok
27
27
  name?: string | undefined;
28
28
  email?: string | undefined;
29
29
  } | undefined;
30
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
30
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
31
+ connectionId: z.ZodString;
32
+ entityId: z.ZodString;
33
+ instanceId: z.ZodString;
34
+ }, z.core.$strip>, z.ZodObject<{
35
+ generic_api_key: z.ZodString;
36
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
37
+ connectionId: z.ZodString;
38
+ entityId: z.ZodString;
39
+ instanceId: z.ZodString;
40
+ }, z.core.$strip>, z.ZodObject<{
41
+ generic_api_key: z.ZodString;
42
+ }, z.core.$strip>>]>;
31
43
  //#endregion
32
44
  export { scheduleonceCreateOneTimeLinkForBookingCalendar };
33
45
  //# sourceMappingURL=create-one-time-link-for-booking-calendar.d.cts.map
@@ -27,7 +27,19 @@ declare const scheduleonceCreateOneTimeLinkForBookingCalendar: import("@keystrok
27
27
  name?: string | undefined;
28
28
  email?: string | undefined;
29
29
  } | undefined;
30
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
30
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
31
+ connectionId: z.ZodString;
32
+ entityId: z.ZodString;
33
+ instanceId: z.ZodString;
34
+ }, z.core.$strip>, z.ZodObject<{
35
+ generic_api_key: z.ZodString;
36
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
37
+ connectionId: z.ZodString;
38
+ entityId: z.ZodString;
39
+ instanceId: z.ZodString;
40
+ }, z.core.$strip>, z.ZodObject<{
41
+ generic_api_key: z.ZodString;
42
+ }, z.core.$strip>>]>;
31
43
  //#endregion
32
44
  export { scheduleonceCreateOneTimeLinkForBookingCalendar };
33
45
  //# sourceMappingURL=create-one-time-link-for-booking-calendar.d.mts.map
@@ -23,7 +23,19 @@ declare const scheduleonceCreateUser: import("@keystrokehq/action").WorkflowActi
23
23
  last_name: string;
24
24
  first_name: string;
25
25
  role_name?: string | undefined;
26
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
26
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
27
+ connectionId: z.ZodString;
28
+ entityId: z.ZodString;
29
+ instanceId: z.ZodString;
30
+ }, z.core.$strip>, z.ZodObject<{
31
+ generic_api_key: z.ZodString;
32
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
33
+ connectionId: z.ZodString;
34
+ entityId: z.ZodString;
35
+ instanceId: z.ZodString;
36
+ }, z.core.$strip>, z.ZodObject<{
37
+ generic_api_key: z.ZodString;
38
+ }, z.core.$strip>>]>;
27
39
  //#endregion
28
40
  export { scheduleonceCreateUser };
29
41
  //# sourceMappingURL=create-user.d.cts.map
@@ -23,7 +23,19 @@ declare const scheduleonceCreateUser: import("@keystrokehq/action").WorkflowActi
23
23
  last_name: string;
24
24
  first_name: string;
25
25
  role_name?: string | undefined;
26
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
26
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
27
+ connectionId: z.ZodString;
28
+ entityId: z.ZodString;
29
+ instanceId: z.ZodString;
30
+ }, z.core.$strip>, z.ZodObject<{
31
+ generic_api_key: z.ZodString;
32
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
33
+ connectionId: z.ZodString;
34
+ entityId: z.ZodString;
35
+ instanceId: z.ZodString;
36
+ }, z.core.$strip>, z.ZodObject<{
37
+ generic_api_key: z.ZodString;
38
+ }, z.core.$strip>>]>;
27
39
  //#endregion
28
40
  export { scheduleonceCreateUser };
29
41
  //# sourceMappingURL=create-user.d.mts.map
@@ -10,7 +10,19 @@ declare const ScheduleonceDeleteContactOutput: z.ZodObject<{
10
10
  }, z.core.$loose>;
11
11
  declare const scheduleonceDeleteContact: import("@keystrokehq/action").WorkflowActionDefinition<{
12
12
  id: string;
13
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
13
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
14
+ connectionId: z.ZodString;
15
+ entityId: z.ZodString;
16
+ instanceId: z.ZodString;
17
+ }, z.core.$strip>, z.ZodObject<{
18
+ generic_api_key: z.ZodString;
19
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
20
+ connectionId: z.ZodString;
21
+ entityId: z.ZodString;
22
+ instanceId: z.ZodString;
23
+ }, z.core.$strip>, z.ZodObject<{
24
+ generic_api_key: z.ZodString;
25
+ }, z.core.$strip>>]>;
14
26
  //#endregion
15
27
  export { scheduleonceDeleteContact };
16
28
  //# sourceMappingURL=delete-contact.d.cts.map
@@ -10,7 +10,19 @@ declare const ScheduleonceDeleteContactOutput: z.ZodObject<{
10
10
  }, z.core.$loose>;
11
11
  declare const scheduleonceDeleteContact: import("@keystrokehq/action").WorkflowActionDefinition<{
12
12
  id: string;
13
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
13
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
14
+ connectionId: z.ZodString;
15
+ entityId: z.ZodString;
16
+ instanceId: z.ZodString;
17
+ }, z.core.$strip>, z.ZodObject<{
18
+ generic_api_key: z.ZodString;
19
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
20
+ connectionId: z.ZodString;
21
+ entityId: z.ZodString;
22
+ instanceId: z.ZodString;
23
+ }, z.core.$strip>, z.ZodObject<{
24
+ generic_api_key: z.ZodString;
25
+ }, z.core.$strip>>]>;
14
26
  //#endregion
15
27
  export { scheduleonceDeleteContact };
16
28
  //# sourceMappingURL=delete-contact.d.mts.map
@@ -10,7 +10,19 @@ declare const ScheduleonceDeleteUserOutput: z.ZodObject<{
10
10
  }, z.core.$loose>;
11
11
  declare const scheduleonceDeleteUser: import("@keystrokehq/action").WorkflowActionDefinition<{
12
12
  id: string;
13
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
13
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
14
+ connectionId: z.ZodString;
15
+ entityId: z.ZodString;
16
+ instanceId: z.ZodString;
17
+ }, z.core.$strip>, z.ZodObject<{
18
+ generic_api_key: z.ZodString;
19
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
20
+ connectionId: z.ZodString;
21
+ entityId: z.ZodString;
22
+ instanceId: z.ZodString;
23
+ }, z.core.$strip>, z.ZodObject<{
24
+ generic_api_key: z.ZodString;
25
+ }, z.core.$strip>>]>;
14
26
  //#endregion
15
27
  export { scheduleonceDeleteUser };
16
28
  //# sourceMappingURL=delete-user.d.cts.map
@@ -10,7 +10,19 @@ declare const ScheduleonceDeleteUserOutput: z.ZodObject<{
10
10
  }, z.core.$loose>;
11
11
  declare const scheduleonceDeleteUser: import("@keystrokehq/action").WorkflowActionDefinition<{
12
12
  id: string;
13
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
13
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
14
+ connectionId: z.ZodString;
15
+ entityId: z.ZodString;
16
+ instanceId: z.ZodString;
17
+ }, z.core.$strip>, z.ZodObject<{
18
+ generic_api_key: z.ZodString;
19
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
20
+ connectionId: z.ZodString;
21
+ entityId: z.ZodString;
22
+ instanceId: z.ZodString;
23
+ }, z.core.$strip>, z.ZodObject<{
24
+ generic_api_key: z.ZodString;
25
+ }, z.core.$strip>>]>;
14
26
  //#endregion
15
27
  export { scheduleonceDeleteUser };
16
28
  //# sourceMappingURL=delete-user.d.mts.map
@@ -20,7 +20,19 @@ declare const scheduleonceGetAvailableTimeSlots: import("@keystrokehq/action").W
20
20
  id: string;
21
21
  end_time: string;
22
22
  start_time: string;
23
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
23
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
24
+ connectionId: z.ZodString;
25
+ entityId: z.ZodString;
26
+ instanceId: z.ZodString;
27
+ }, z.core.$strip>, z.ZodObject<{
28
+ generic_api_key: z.ZodString;
29
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
30
+ connectionId: z.ZodString;
31
+ entityId: z.ZodString;
32
+ instanceId: z.ZodString;
33
+ }, z.core.$strip>, z.ZodObject<{
34
+ generic_api_key: z.ZodString;
35
+ }, z.core.$strip>>]>;
24
36
  //#endregion
25
37
  export { scheduleonceGetAvailableTimeSlots };
26
38
  //# sourceMappingURL=get-available-time-slots.d.cts.map
@@ -20,7 +20,19 @@ declare const scheduleonceGetAvailableTimeSlots: import("@keystrokehq/action").W
20
20
  id: string;
21
21
  end_time: string;
22
22
  start_time: string;
23
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
23
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
24
+ connectionId: z.ZodString;
25
+ entityId: z.ZodString;
26
+ instanceId: z.ZodString;
27
+ }, z.core.$strip>, z.ZodObject<{
28
+ generic_api_key: z.ZodString;
29
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
30
+ connectionId: z.ZodString;
31
+ entityId: z.ZodString;
32
+ instanceId: z.ZodString;
33
+ }, z.core.$strip>, z.ZodObject<{
34
+ generic_api_key: z.ZodString;
35
+ }, z.core.$strip>>]>;
24
36
  //#endregion
25
37
  export { scheduleonceGetAvailableTimeSlots };
26
38
  //# sourceMappingURL=get-available-time-slots.d.mts.map
@@ -16,7 +16,19 @@ declare const ScheduleonceGetSingleBookingCalendarOutput: z.ZodObject<{
16
16
  }, z.core.$loose>;
17
17
  declare const scheduleonceGetSingleBookingCalendar: import("@keystrokehq/action").WorkflowActionDefinition<{
18
18
  id: string;
19
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
19
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
20
+ connectionId: z.ZodString;
21
+ entityId: z.ZodString;
22
+ instanceId: z.ZodString;
23
+ }, z.core.$strip>, z.ZodObject<{
24
+ generic_api_key: z.ZodString;
25
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
26
+ connectionId: z.ZodString;
27
+ entityId: z.ZodString;
28
+ instanceId: z.ZodString;
29
+ }, z.core.$strip>, z.ZodObject<{
30
+ generic_api_key: z.ZodString;
31
+ }, z.core.$strip>>]>;
20
32
  //#endregion
21
33
  export { scheduleonceGetSingleBookingCalendar };
22
34
  //# sourceMappingURL=get-single-booking-calendar.d.cts.map
@@ -16,7 +16,19 @@ declare const ScheduleonceGetSingleBookingCalendarOutput: z.ZodObject<{
16
16
  }, z.core.$loose>;
17
17
  declare const scheduleonceGetSingleBookingCalendar: import("@keystrokehq/action").WorkflowActionDefinition<{
18
18
  id: string;
19
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
19
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
20
+ connectionId: z.ZodString;
21
+ entityId: z.ZodString;
22
+ instanceId: z.ZodString;
23
+ }, z.core.$strip>, z.ZodObject<{
24
+ generic_api_key: z.ZodString;
25
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
26
+ connectionId: z.ZodString;
27
+ entityId: z.ZodString;
28
+ instanceId: z.ZodString;
29
+ }, z.core.$strip>, z.ZodObject<{
30
+ generic_api_key: z.ZodString;
31
+ }, z.core.$strip>>]>;
20
32
  //#endregion
21
33
  export { scheduleonceGetSingleBookingCalendar };
22
34
  //# sourceMappingURL=get-single-booking-calendar.d.mts.map
@@ -48,7 +48,19 @@ declare const ScheduleonceGetSingleBookingOutput: z.ZodObject<{
48
48
  declare const scheduleonceGetSingleBooking: import("@keystrokehq/action").WorkflowActionDefinition<{
49
49
  id: string;
50
50
  expand?: string | undefined;
51
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
51
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
52
+ connectionId: z.ZodString;
53
+ entityId: z.ZodString;
54
+ instanceId: z.ZodString;
55
+ }, z.core.$strip>, z.ZodObject<{
56
+ generic_api_key: z.ZodString;
57
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
58
+ connectionId: z.ZodString;
59
+ entityId: z.ZodString;
60
+ instanceId: z.ZodString;
61
+ }, z.core.$strip>, z.ZodObject<{
62
+ generic_api_key: z.ZodString;
63
+ }, z.core.$strip>>]>;
52
64
  //#endregion
53
65
  export { scheduleonceGetSingleBooking };
54
66
  //# sourceMappingURL=get-single-booking.d.cts.map
@@ -48,7 +48,19 @@ declare const ScheduleonceGetSingleBookingOutput: z.ZodObject<{
48
48
  declare const scheduleonceGetSingleBooking: import("@keystrokehq/action").WorkflowActionDefinition<{
49
49
  id: string;
50
50
  expand?: string | undefined;
51
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
51
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
52
+ connectionId: z.ZodString;
53
+ entityId: z.ZodString;
54
+ instanceId: z.ZodString;
55
+ }, z.core.$strip>, z.ZodObject<{
56
+ generic_api_key: z.ZodString;
57
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
58
+ connectionId: z.ZodString;
59
+ entityId: z.ZodString;
60
+ instanceId: z.ZodString;
61
+ }, z.core.$strip>, z.ZodObject<{
62
+ generic_api_key: z.ZodString;
63
+ }, z.core.$strip>>]>;
52
64
  //#endregion
53
65
  export { scheduleonceGetSingleBooking };
54
66
  //# sourceMappingURL=get-single-booking.d.mts.map
@@ -35,7 +35,19 @@ declare const ScheduleonceGetSingleContactOutput: z.ZodObject<{
35
35
  }, z.core.$loose>;
36
36
  declare const scheduleonceGetSingleContact: import("@keystrokehq/action").WorkflowActionDefinition<{
37
37
  id: string;
38
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
38
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
39
+ connectionId: z.ZodString;
40
+ entityId: z.ZodString;
41
+ instanceId: z.ZodString;
42
+ }, z.core.$strip>, z.ZodObject<{
43
+ generic_api_key: z.ZodString;
44
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
45
+ connectionId: z.ZodString;
46
+ entityId: z.ZodString;
47
+ instanceId: z.ZodString;
48
+ }, z.core.$strip>, z.ZodObject<{
49
+ generic_api_key: z.ZodString;
50
+ }, z.core.$strip>>]>;
39
51
  //#endregion
40
52
  export { scheduleonceGetSingleContact };
41
53
  //# sourceMappingURL=get-single-contact.d.cts.map
@@ -35,7 +35,19 @@ declare const ScheduleonceGetSingleContactOutput: z.ZodObject<{
35
35
  }, z.core.$loose>;
36
36
  declare const scheduleonceGetSingleContact: import("@keystrokehq/action").WorkflowActionDefinition<{
37
37
  id: string;
38
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
38
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
39
+ connectionId: z.ZodString;
40
+ entityId: z.ZodString;
41
+ instanceId: z.ZodString;
42
+ }, z.core.$strip>, z.ZodObject<{
43
+ generic_api_key: z.ZodString;
44
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
45
+ connectionId: z.ZodString;
46
+ entityId: z.ZodString;
47
+ instanceId: z.ZodString;
48
+ }, z.core.$strip>, z.ZodObject<{
49
+ generic_api_key: z.ZodString;
50
+ }, z.core.$strip>>]>;
39
51
  //#endregion
40
52
  export { scheduleonceGetSingleContact };
41
53
  //# sourceMappingURL=get-single-contact.d.mts.map
@@ -14,7 +14,19 @@ declare const ScheduleonceGetSingleMasterPageOutput: z.ZodObject<{
14
14
  }, z.core.$loose>;
15
15
  declare const scheduleonceGetSingleMasterPage: import("@keystrokehq/action").WorkflowActionDefinition<{
16
16
  id: string;
17
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
17
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
18
+ connectionId: z.ZodString;
19
+ entityId: z.ZodString;
20
+ instanceId: z.ZodString;
21
+ }, z.core.$strip>, z.ZodObject<{
22
+ generic_api_key: z.ZodString;
23
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
24
+ connectionId: z.ZodString;
25
+ entityId: z.ZodString;
26
+ instanceId: z.ZodString;
27
+ }, z.core.$strip>, z.ZodObject<{
28
+ generic_api_key: z.ZodString;
29
+ }, z.core.$strip>>]>;
18
30
  //#endregion
19
31
  export { scheduleonceGetSingleMasterPage };
20
32
  //# sourceMappingURL=get-single-master-page.d.cts.map
@@ -14,7 +14,19 @@ declare const ScheduleonceGetSingleMasterPageOutput: z.ZodObject<{
14
14
  }, z.core.$loose>;
15
15
  declare const scheduleonceGetSingleMasterPage: import("@keystrokehq/action").WorkflowActionDefinition<{
16
16
  id: string;
17
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
17
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
18
+ connectionId: z.ZodString;
19
+ entityId: z.ZodString;
20
+ instanceId: z.ZodString;
21
+ }, z.core.$strip>, z.ZodObject<{
22
+ generic_api_key: z.ZodString;
23
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
24
+ connectionId: z.ZodString;
25
+ entityId: z.ZodString;
26
+ instanceId: z.ZodString;
27
+ }, z.core.$strip>, z.ZodObject<{
28
+ generic_api_key: z.ZodString;
29
+ }, z.core.$strip>>]>;
18
30
  //#endregion
19
31
  export { scheduleonceGetSingleMasterPage };
20
32
  //# sourceMappingURL=get-single-master-page.d.mts.map
@@ -19,7 +19,19 @@ declare const ScheduleonceGetSingleUserOutput: z.ZodObject<{
19
19
  declare const scheduleonceGetSingleUser: import("@keystrokehq/action").WorkflowActionDefinition<{
20
20
  id: string;
21
21
  expand?: string | undefined;
22
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
22
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
23
+ connectionId: z.ZodString;
24
+ entityId: z.ZodString;
25
+ instanceId: z.ZodString;
26
+ }, z.core.$strip>, z.ZodObject<{
27
+ generic_api_key: z.ZodString;
28
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
29
+ connectionId: z.ZodString;
30
+ entityId: z.ZodString;
31
+ instanceId: z.ZodString;
32
+ }, z.core.$strip>, z.ZodObject<{
33
+ generic_api_key: z.ZodString;
34
+ }, z.core.$strip>>]>;
23
35
  //#endregion
24
36
  export { scheduleonceGetSingleUser };
25
37
  //# sourceMappingURL=get-single-user.d.cts.map
@@ -19,7 +19,19 @@ declare const ScheduleonceGetSingleUserOutput: z.ZodObject<{
19
19
  declare const scheduleonceGetSingleUser: import("@keystrokehq/action").WorkflowActionDefinition<{
20
20
  id: string;
21
21
  expand?: string | undefined;
22
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
22
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
23
+ connectionId: z.ZodString;
24
+ entityId: z.ZodString;
25
+ instanceId: z.ZodString;
26
+ }, z.core.$strip>, z.ZodObject<{
27
+ generic_api_key: z.ZodString;
28
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
29
+ connectionId: z.ZodString;
30
+ entityId: z.ZodString;
31
+ instanceId: z.ZodString;
32
+ }, z.core.$strip>, z.ZodObject<{
33
+ generic_api_key: z.ZodString;
34
+ }, z.core.$strip>>]>;
23
35
  //#endregion
24
36
  export { scheduleonceGetSingleUser };
25
37
  //# sourceMappingURL=get-single-user.d.mts.map
@@ -34,7 +34,19 @@ declare const ScheduleonceGetUserSchedulingAvailabilityOutput: z.ZodObject<{
34
34
  }, z.core.$loose>;
35
35
  declare const scheduleonceGetUserSchedulingAvailability: import("@keystrokehq/action").WorkflowActionDefinition<{
36
36
  id: string;
37
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
37
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
38
+ connectionId: z.ZodString;
39
+ entityId: z.ZodString;
40
+ instanceId: z.ZodString;
41
+ }, z.core.$strip>, z.ZodObject<{
42
+ generic_api_key: z.ZodString;
43
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
44
+ connectionId: z.ZodString;
45
+ entityId: z.ZodString;
46
+ instanceId: z.ZodString;
47
+ }, z.core.$strip>, z.ZodObject<{
48
+ generic_api_key: z.ZodString;
49
+ }, z.core.$strip>>]>;
38
50
  //#endregion
39
51
  export { scheduleonceGetUserSchedulingAvailability };
40
52
  //# sourceMappingURL=get-user-scheduling-availability.d.cts.map
@@ -34,7 +34,19 @@ declare const ScheduleonceGetUserSchedulingAvailabilityOutput: z.ZodObject<{
34
34
  }, z.core.$loose>;
35
35
  declare const scheduleonceGetUserSchedulingAvailability: import("@keystrokehq/action").WorkflowActionDefinition<{
36
36
  id: string;
37
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
37
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
38
+ connectionId: z.ZodString;
39
+ entityId: z.ZodString;
40
+ instanceId: z.ZodString;
41
+ }, z.core.$strip>, z.ZodObject<{
42
+ generic_api_key: z.ZodString;
43
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"scheduleonce", z.ZodObject<{
44
+ connectionId: z.ZodString;
45
+ entityId: z.ZodString;
46
+ instanceId: z.ZodString;
47
+ }, z.core.$strip>, z.ZodObject<{
48
+ generic_api_key: z.ZodString;
49
+ }, z.core.$strip>>]>;
38
50
  //#endregion
39
51
  export { scheduleonceGetUserSchedulingAvailability };
40
52
  //# sourceMappingURL=get-user-scheduling-availability.d.mts.map