@keystrokehq/scheduleonce 0.1.2 → 0.1.3

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 (163) hide show
  1. package/dist/actions/book-time-slot.cjs +6 -6
  2. package/dist/actions/book-time-slot.cjs.map +1 -1
  3. package/dist/actions/book-time-slot.d.cts +7 -6
  4. package/dist/actions/book-time-slot.d.mts +7 -6
  5. package/dist/actions/book-time-slot.mjs +6 -6
  6. package/dist/actions/book-time-slot.mjs.map +1 -1
  7. package/dist/actions/cancel-booking.cjs +6 -6
  8. package/dist/actions/cancel-booking.cjs.map +1 -1
  9. package/dist/actions/cancel-booking.d.cts +6 -6
  10. package/dist/actions/cancel-booking.d.mts +6 -6
  11. package/dist/actions/cancel-booking.mjs +6 -6
  12. package/dist/actions/cancel-booking.mjs.map +1 -1
  13. package/dist/actions/create-contact.cjs +2 -2
  14. package/dist/actions/create-contact.cjs.map +1 -1
  15. package/dist/actions/create-contact.d.cts +2 -2
  16. package/dist/actions/create-contact.d.mts +2 -2
  17. package/dist/actions/create-contact.mjs +2 -2
  18. package/dist/actions/create-contact.mjs.map +1 -1
  19. package/dist/actions/create-one-time-link-for-booking-calendar.cjs +2 -2
  20. package/dist/actions/create-one-time-link-for-booking-calendar.cjs.map +1 -1
  21. package/dist/actions/create-one-time-link-for-booking-calendar.d.cts +2 -2
  22. package/dist/actions/create-one-time-link-for-booking-calendar.d.mts +2 -2
  23. package/dist/actions/create-one-time-link-for-booking-calendar.mjs +2 -2
  24. package/dist/actions/create-one-time-link-for-booking-calendar.mjs.map +1 -1
  25. package/dist/actions/create-user.cjs +1 -1
  26. package/dist/actions/create-user.cjs.map +1 -1
  27. package/dist/actions/create-user.d.cts +1 -1
  28. package/dist/actions/create-user.d.mts +1 -1
  29. package/dist/actions/create-user.mjs +1 -1
  30. package/dist/actions/create-user.mjs.map +1 -1
  31. package/dist/actions/delete-contact.cjs +1 -1
  32. package/dist/actions/delete-contact.cjs.map +1 -1
  33. package/dist/actions/delete-contact.d.cts +1 -1
  34. package/dist/actions/delete-contact.d.mts +1 -1
  35. package/dist/actions/delete-contact.mjs +1 -1
  36. package/dist/actions/delete-contact.mjs.map +1 -1
  37. package/dist/actions/delete-user.cjs +1 -1
  38. package/dist/actions/delete-user.cjs.map +1 -1
  39. package/dist/actions/delete-user.d.cts +1 -1
  40. package/dist/actions/delete-user.d.mts +1 -1
  41. package/dist/actions/delete-user.mjs +1 -1
  42. package/dist/actions/delete-user.mjs.map +1 -1
  43. package/dist/actions/get-available-time-slots.cjs +3 -3
  44. package/dist/actions/get-available-time-slots.cjs.map +1 -1
  45. package/dist/actions/get-available-time-slots.d.cts +3 -3
  46. package/dist/actions/get-available-time-slots.d.mts +3 -3
  47. package/dist/actions/get-available-time-slots.mjs +3 -3
  48. package/dist/actions/get-available-time-slots.mjs.map +1 -1
  49. package/dist/actions/get-single-booking-calendar.cjs +1 -1
  50. package/dist/actions/get-single-booking-calendar.cjs.map +1 -1
  51. package/dist/actions/get-single-booking-calendar.d.cts +1 -1
  52. package/dist/actions/get-single-booking-calendar.d.mts +1 -1
  53. package/dist/actions/get-single-booking-calendar.mjs +1 -1
  54. package/dist/actions/get-single-booking-calendar.mjs.map +1 -1
  55. package/dist/actions/get-single-booking.cjs +5 -5
  56. package/dist/actions/get-single-booking.cjs.map +1 -1
  57. package/dist/actions/get-single-booking.d.cts +5 -5
  58. package/dist/actions/get-single-booking.d.mts +5 -5
  59. package/dist/actions/get-single-booking.mjs +5 -5
  60. package/dist/actions/get-single-booking.mjs.map +1 -1
  61. package/dist/actions/get-single-contact.cjs +2 -2
  62. package/dist/actions/get-single-contact.cjs.map +1 -1
  63. package/dist/actions/get-single-contact.d.cts +2 -2
  64. package/dist/actions/get-single-contact.d.mts +2 -2
  65. package/dist/actions/get-single-contact.mjs +2 -2
  66. package/dist/actions/get-single-contact.mjs.map +1 -1
  67. package/dist/actions/get-single-master-page.cjs +1 -1
  68. package/dist/actions/get-single-master-page.cjs.map +1 -1
  69. package/dist/actions/get-single-master-page.d.cts +1 -1
  70. package/dist/actions/get-single-master-page.d.mts +1 -1
  71. package/dist/actions/get-single-master-page.mjs +1 -1
  72. package/dist/actions/get-single-master-page.mjs.map +1 -1
  73. package/dist/actions/get-single-user.cjs +1 -1
  74. package/dist/actions/get-single-user.cjs.map +1 -1
  75. package/dist/actions/get-single-user.d.cts +1 -1
  76. package/dist/actions/get-single-user.d.mts +1 -1
  77. package/dist/actions/get-single-user.mjs +1 -1
  78. package/dist/actions/get-single-user.mjs.map +1 -1
  79. package/dist/actions/get-user-scheduling-availability.cjs +5 -5
  80. package/dist/actions/get-user-scheduling-availability.cjs.map +1 -1
  81. package/dist/actions/get-user-scheduling-availability.d.cts +7 -7
  82. package/dist/actions/get-user-scheduling-availability.d.mts +7 -7
  83. package/dist/actions/get-user-scheduling-availability.mjs +5 -5
  84. package/dist/actions/get-user-scheduling-availability.mjs.map +1 -1
  85. package/dist/actions/list-all-booking-calendars.cjs +2 -2
  86. package/dist/actions/list-all-booking-calendars.cjs.map +1 -1
  87. package/dist/actions/list-all-booking-calendars.d.cts +2 -2
  88. package/dist/actions/list-all-booking-calendars.d.mts +2 -2
  89. package/dist/actions/list-all-booking-calendars.mjs +2 -2
  90. package/dist/actions/list-all-booking-calendars.mjs.map +1 -1
  91. package/dist/actions/list-all-booking-pages.cjs +2 -2
  92. package/dist/actions/list-all-booking-pages.cjs.map +1 -1
  93. package/dist/actions/list-all-booking-pages.d.cts +2 -2
  94. package/dist/actions/list-all-booking-pages.d.mts +2 -2
  95. package/dist/actions/list-all-booking-pages.mjs +2 -2
  96. package/dist/actions/list-all-booking-pages.mjs.map +1 -1
  97. package/dist/actions/list-all-bookings.cjs +10 -10
  98. package/dist/actions/list-all-bookings.cjs.map +1 -1
  99. package/dist/actions/list-all-bookings.d.cts +10 -10
  100. package/dist/actions/list-all-bookings.d.mts +10 -10
  101. package/dist/actions/list-all-bookings.mjs +10 -10
  102. package/dist/actions/list-all-bookings.mjs.map +1 -1
  103. package/dist/actions/list-all-contacts.cjs +3 -3
  104. package/dist/actions/list-all-contacts.cjs.map +1 -1
  105. package/dist/actions/list-all-contacts.d.cts +3 -3
  106. package/dist/actions/list-all-contacts.d.mts +3 -3
  107. package/dist/actions/list-all-contacts.mjs +3 -3
  108. package/dist/actions/list-all-contacts.mjs.map +1 -1
  109. package/dist/actions/list-all-event-types.cjs +2 -2
  110. package/dist/actions/list-all-event-types.cjs.map +1 -1
  111. package/dist/actions/list-all-event-types.d.cts +2 -2
  112. package/dist/actions/list-all-event-types.d.mts +2 -2
  113. package/dist/actions/list-all-event-types.mjs +2 -2
  114. package/dist/actions/list-all-event-types.mjs.map +1 -1
  115. package/dist/actions/list-all-master-pages.cjs +2 -2
  116. package/dist/actions/list-all-master-pages.cjs.map +1 -1
  117. package/dist/actions/list-all-master-pages.d.cts +2 -2
  118. package/dist/actions/list-all-master-pages.d.mts +2 -2
  119. package/dist/actions/list-all-master-pages.mjs +2 -2
  120. package/dist/actions/list-all-master-pages.mjs.map +1 -1
  121. package/dist/actions/list-all-teams.cjs +2 -2
  122. package/dist/actions/list-all-teams.cjs.map +1 -1
  123. package/dist/actions/list-all-teams.d.cts +2 -2
  124. package/dist/actions/list-all-teams.d.mts +2 -2
  125. package/dist/actions/list-all-teams.mjs +2 -2
  126. package/dist/actions/list-all-teams.mjs.map +1 -1
  127. package/dist/actions/list-all-users.cjs +2 -2
  128. package/dist/actions/list-all-users.cjs.map +1 -1
  129. package/dist/actions/list-all-users.d.cts +2 -2
  130. package/dist/actions/list-all-users.d.mts +2 -2
  131. package/dist/actions/list-all-users.mjs +2 -2
  132. package/dist/actions/list-all-users.mjs.map +1 -1
  133. package/dist/actions/mark-booking-as-no-show.cjs +6 -6
  134. package/dist/actions/mark-booking-as-no-show.cjs.map +1 -1
  135. package/dist/actions/mark-booking-as-no-show.d.cts +6 -6
  136. package/dist/actions/mark-booking-as-no-show.d.mts +6 -6
  137. package/dist/actions/mark-booking-as-no-show.mjs +6 -6
  138. package/dist/actions/mark-booking-as-no-show.mjs.map +1 -1
  139. package/dist/actions/test-api-key.cjs +1 -1
  140. package/dist/actions/test-api-key.cjs.map +1 -1
  141. package/dist/actions/test-api-key.d.cts +1 -1
  142. package/dist/actions/test-api-key.d.mts +1 -1
  143. package/dist/actions/test-api-key.mjs +1 -1
  144. package/dist/actions/test-api-key.mjs.map +1 -1
  145. package/dist/actions/update-contact.cjs +1 -1
  146. package/dist/actions/update-contact.cjs.map +1 -1
  147. package/dist/actions/update-contact.d.cts +1 -1
  148. package/dist/actions/update-contact.d.mts +1 -1
  149. package/dist/actions/update-contact.mjs +1 -1
  150. package/dist/actions/update-contact.mjs.map +1 -1
  151. package/dist/actions/update-user-scheduling-availability.cjs +11 -11
  152. package/dist/actions/update-user-scheduling-availability.cjs.map +1 -1
  153. package/dist/actions/update-user-scheduling-availability.d.cts +19 -13
  154. package/dist/actions/update-user-scheduling-availability.d.mts +19 -13
  155. package/dist/actions/update-user-scheduling-availability.mjs +11 -11
  156. package/dist/actions/update-user-scheduling-availability.mjs.map +1 -1
  157. package/dist/actions/update-user.cjs +1 -1
  158. package/dist/actions/update-user.cjs.map +1 -1
  159. package/dist/actions/update-user.d.cts +1 -1
  160. package/dist/actions/update-user.d.mts +1 -1
  161. package/dist/actions/update-user.mjs +1 -1
  162. package/dist/actions/update-user.mjs.map +1 -1
  163. package/package.json +1 -1
@@ -14,15 +14,15 @@ declare const ScheduleonceListAllBookingsInput: z.ZodObject<{
14
14
  declare const ScheduleonceListAllBookingsOutput: z.ZodObject<{
15
15
  data: z.ZodArray<z.ZodObject<{
16
16
  id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
17
- owner: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{}, z.core.$strip>]>>>;
17
+ owner: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodRecord<z.ZodString, z.ZodUnknown>]>>>;
18
18
  object: z.ZodOptional<z.ZodNullable<z.ZodString>>;
19
19
  status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
20
20
  subject: z.ZodOptional<z.ZodNullable<z.ZodString>>;
21
21
  attendees: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
22
- event_type: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{}, z.core.$strip>]>>>;
23
- master_page: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{}, z.core.$strip>]>>>;
22
+ event_type: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodRecord<z.ZodString, z.ZodUnknown>]>>>;
23
+ master_page: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodRecord<z.ZodString, z.ZodUnknown>]>>>;
24
24
  tracking_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25
- booking_page: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{}, z.core.$strip>]>>>;
25
+ booking_page: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodRecord<z.ZodString, z.ZodUnknown>]>>>;
26
26
  creation_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
27
27
  starting_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
28
28
  form_submission: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -33,24 +33,24 @@ declare const ScheduleonceListAllBookingsOutput: z.ZodObject<{
33
33
  guests: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
34
34
  company: z.ZodOptional<z.ZodNullable<z.ZodString>>;
35
35
  mobile_phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36
- custom_fields: z.ZodOptional<z.ZodNullable<z.ZodObject<{}, z.core.$strip>>>;
37
- }, z.core.$strip>>>;
36
+ custom_fields: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
37
+ }, z.core.$loose>>>;
38
38
  duration_minutes: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
39
39
  customer_timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
40
40
  last_updated_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
41
41
  location_description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
42
42
  virtual_conferencing: z.ZodOptional<z.ZodNullable<z.ZodObject<{
43
43
  join_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
44
- }, z.core.$strip>>>;
44
+ }, z.core.$loose>>>;
45
45
  rescheduled_booking_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
46
46
  cancel_reschedule_information: z.ZodOptional<z.ZodNullable<z.ZodObject<{
47
47
  reason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
48
48
  user_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
49
49
  actioned_by: z.ZodOptional<z.ZodNullable<z.ZodString>>;
50
- }, z.core.$strip>>>;
51
- }, z.core.$strip>>;
50
+ }, z.core.$loose>>>;
51
+ }, z.core.$loose>>;
52
52
  object: z.ZodNullable<z.ZodString>;
53
- }, z.core.$strip>;
53
+ }, z.core.$loose>;
54
54
  declare const scheduleonceListAllBookings: import("@keystrokehq/action").WorkflowActionDefinition<{
55
55
  after?: string | undefined;
56
56
  limit?: number | undefined;
@@ -19,25 +19,25 @@ const ScheduleonceListAllBookings_FormSubmissionSchema = z.object({
19
19
  guests: z.array(z.string()).describe("List of guest email addresses.").nullable().optional(),
20
20
  company: z.string().describe("Customer's company.").nullable().optional(),
21
21
  mobile_phone: z.string().describe("Customer's mobile phone number.").nullable().optional(),
22
- custom_fields: z.object({}).describe("Custom form fields.").nullable().optional()
23
- });
24
- const ScheduleonceListAllBookings_VirtualConferencingSchema = z.object({ join_url: z.string().describe("URL to join the virtual meeting.").nullable().optional() });
22
+ custom_fields: z.record(z.string(), z.unknown()).describe("Custom form fields.").nullable().optional()
23
+ }).passthrough();
24
+ const ScheduleonceListAllBookings_VirtualConferencingSchema = z.object({ join_url: z.string().describe("URL to join the virtual meeting.").nullable().optional() }).passthrough();
25
25
  const ScheduleonceListAllBookings_CancelRescheduleInformationSchema = z.object({
26
26
  reason: z.string().describe("Reason for cancellation or rescheduling.").nullable().optional(),
27
27
  user_id: z.string().describe("User ID who performed the action.").nullable().optional(),
28
28
  actioned_by: z.string().describe("Who performed the action.").nullable().optional()
29
- });
29
+ }).passthrough();
30
30
  const ScheduleonceListAllBookings_BookingObjectSchema = z.object({
31
31
  id: z.string().describe("Booking identifier.").nullable().optional(),
32
- owner: z.union([z.string(), z.object({})]).nullable().optional(),
32
+ owner: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),
33
33
  object: z.string().describe("Object type, always 'booking'.").nullable().optional(),
34
34
  status: z.string().describe("Lifecycle status: 'scheduled', 'rescheduled', 'canceled', 'completed', 'no-show'.").nullable().optional(),
35
35
  subject: z.string().describe("Booking subject/title.").nullable().optional(),
36
36
  attendees: z.array(z.string()).describe("Array of attendee email addresses.").nullable().optional(),
37
- event_type: z.union([z.string(), z.object({})]).nullable().optional(),
38
- master_page: z.union([z.string(), z.object({})]).nullable().optional(),
37
+ event_type: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),
38
+ master_page: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),
39
39
  tracking_id: z.string().describe("Tracking identifier.").nullable().optional(),
40
- booking_page: z.union([z.string(), z.object({})]).nullable().optional(),
40
+ booking_page: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),
41
41
  creation_time: z.string().describe("ISO 8601 timestamp of creation.").nullable().optional(),
42
42
  starting_time: z.string().describe("ISO 8601 timestamp of scheduled start.").nullable().optional(),
43
43
  form_submission: ScheduleonceListAllBookings_FormSubmissionSchema.nullable().optional(),
@@ -48,7 +48,7 @@ const ScheduleonceListAllBookings_BookingObjectSchema = z.object({
48
48
  virtual_conferencing: ScheduleonceListAllBookings_VirtualConferencingSchema.nullable().optional(),
49
49
  rescheduled_booking_id: z.string().describe("ID of rescheduled booking if applicable.").nullable().optional(),
50
50
  cancel_reschedule_information: ScheduleonceListAllBookings_CancelRescheduleInformationSchema.nullable().optional()
51
- });
51
+ }).passthrough();
52
52
  const scheduleonceListAllBookings = action("SCHEDULEONCE_LIST_ALL_BOOKINGS", {
53
53
  slug: "scheduleonce-list-all-bookings",
54
54
  name: "List All Bookings",
@@ -57,7 +57,7 @@ const scheduleonceListAllBookings = action("SCHEDULEONCE_LIST_ALL_BOOKINGS", {
57
57
  output: z.object({
58
58
  data: z.array(ScheduleonceListAllBookings_BookingObjectSchema).describe("Array of booking objects."),
59
59
  object: z.string().describe("Object type, always 'list'.").nullable()
60
- }).describe("Response model for listing all bookings.")
60
+ }).passthrough().describe("Response model for listing all bookings.")
61
61
  });
62
62
  //#endregion
63
63
  export { scheduleonceListAllBookings };
@@ -1 +1 @@
1
- {"version":3,"file":"list-all-bookings.mjs","names":[],"sources":["../../src/actions/list-all-bookings.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceListAllBookingsInput = z.object({\n after: z.string().describe(\"Object ID for cursor-based pagination. Returns objects after this ID.\").optional(),\n limit: z.number().int().describe(\"Number of objects to return, between 1-100. Default is 10.\").optional(),\n before: z.string().describe(\"Object ID for cursor-based pagination. Returns objects before this ID. Mutually exclusive with 'after'.\").optional(),\n expand: z.string().describe(\"Comma-separated list of objects to expand (e.g., 'booking_page', 'event_type', 'master_page', 'owner'). By default, embedded objects return only IDs.\").optional(),\n \"creation_time.gt\": z.string().describe(\"Filter bookings created after specified time (ISO 8601 format).\").optional(),\n \"starting_time.gt\": z.string().describe(\"Filter bookings with starting time greater than specified timestamp (ISO 8601 format).\").optional(),\n \"starting_time.lt\": z.string().describe(\"Filter bookings with starting time less than specified timestamp (ISO 8601 format).\").optional(),\n \"last_updated_time.gt\": z.string().describe(\"Filter bookings updated after specified time (ISO 8601 format). Includes new, canceled, rescheduled, no-show, and completed bookings.\").optional(),\n}).describe(\"Request model for listing all bookings in the account.\");\nconst ScheduleonceListAllBookings_FormSubmissionSchema = z.object({\n name: z.string().describe(\"Customer's name.\").nullable().optional(),\n note: z.string().describe(\"Additional note from customer.\").nullable().optional(),\n email: z.string().describe(\"Customer's email address.\").nullable().optional(),\n phone: z.string().describe(\"Customer's phone number.\").nullable().optional(),\n guests: z.array(z.string()).describe(\"List of guest email addresses.\").nullable().optional(),\n company: z.string().describe(\"Customer's company.\").nullable().optional(),\n mobile_phone: z.string().describe(\"Customer's mobile phone number.\").nullable().optional(),\n custom_fields: z.object({}).describe(\"Custom form fields.\").nullable().optional(),\n});\nconst ScheduleonceListAllBookings_VirtualConferencingSchema = z.object({\n join_url: z.string().describe(\"URL to join the virtual meeting.\").nullable().optional(),\n});\nconst ScheduleonceListAllBookings_CancelRescheduleInformationSchema = z.object({\n reason: z.string().describe(\"Reason for cancellation or rescheduling.\").nullable().optional(),\n user_id: z.string().describe(\"User ID who performed the action.\").nullable().optional(),\n actioned_by: z.string().describe(\"Who performed the action.\").nullable().optional(),\n});\nconst ScheduleonceListAllBookings_BookingObjectSchema = z.object({\n id: z.string().describe(\"Booking identifier.\").nullable().optional(),\n owner: z.union([z.string(), z.object({})]).nullable().optional(),\n object: z.string().describe(\"Object type, always 'booking'.\").nullable().optional(),\n status: z.string().describe(\"Lifecycle status: 'scheduled', 'rescheduled', 'canceled', 'completed', 'no-show'.\").nullable().optional(),\n subject: z.string().describe(\"Booking subject/title.\").nullable().optional(),\n attendees: z.array(z.string()).describe(\"Array of attendee email addresses.\").nullable().optional(),\n event_type: z.union([z.string(), z.object({})]).nullable().optional(),\n master_page: z.union([z.string(), z.object({})]).nullable().optional(),\n tracking_id: z.string().describe(\"Tracking identifier.\").nullable().optional(),\n booking_page: z.union([z.string(), z.object({})]).nullable().optional(),\n creation_time: z.string().describe(\"ISO 8601 timestamp of creation.\").nullable().optional(),\n starting_time: z.string().describe(\"ISO 8601 timestamp of scheduled start.\").nullable().optional(),\n form_submission: ScheduleonceListAllBookings_FormSubmissionSchema.nullable().optional(),\n duration_minutes: z.number().int().describe(\"Duration in minutes.\").nullable().optional(),\n customer_timezone: z.string().describe(\"Customer's timezone (e.g., 'America/New_York').\").nullable().optional(),\n last_updated_time: z.string().describe(\"ISO 8601 timestamp of last modification.\").nullable().optional(),\n location_description: z.string().describe(\"Physical location description.\").nullable().optional(),\n virtual_conferencing: ScheduleonceListAllBookings_VirtualConferencingSchema.nullable().optional(),\n rescheduled_booking_id: z.string().describe(\"ID of rescheduled booking if applicable.\").nullable().optional(),\n cancel_reschedule_information: ScheduleonceListAllBookings_CancelRescheduleInformationSchema.nullable().optional(),\n});\nexport const ScheduleonceListAllBookingsOutput = z.object({\n data: z.array(ScheduleonceListAllBookings_BookingObjectSchema).describe(\"Array of booking objects.\"),\n object: z.string().describe(\"Object type, always 'list'.\").nullable(),\n}).describe(\"Response model for listing all bookings.\");\n\nexport const scheduleonceListAllBookings = action(\"SCHEDULEONCE_LIST_ALL_BOOKINGS\", {\n slug: \"scheduleonce-list-all-bookings\",\n name: \"List All Bookings\",\n description: \"Tool to list all bookings in the account. Use when you need to retrieve bookings with optional filtering by time ranges, pagination, or expansion of related objects.\",\n input: ScheduleonceListAllBookingsInput,\n output: ScheduleonceListAllBookingsOutput,\n});\n"],"mappings":"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"}
1
+ {"version":3,"file":"list-all-bookings.mjs","names":[],"sources":["../../src/actions/list-all-bookings.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceListAllBookingsInput = z.object({\n after: z.string().describe(\"Object ID for cursor-based pagination. Returns objects after this ID.\").optional(),\n limit: z.number().int().describe(\"Number of objects to return, between 1-100. Default is 10.\").optional(),\n before: z.string().describe(\"Object ID for cursor-based pagination. Returns objects before this ID. Mutually exclusive with 'after'.\").optional(),\n expand: z.string().describe(\"Comma-separated list of objects to expand (e.g., 'booking_page', 'event_type', 'master_page', 'owner'). By default, embedded objects return only IDs.\").optional(),\n \"creation_time.gt\": z.string().describe(\"Filter bookings created after specified time (ISO 8601 format).\").optional(),\n \"starting_time.gt\": z.string().describe(\"Filter bookings with starting time greater than specified timestamp (ISO 8601 format).\").optional(),\n \"starting_time.lt\": z.string().describe(\"Filter bookings with starting time less than specified timestamp (ISO 8601 format).\").optional(),\n \"last_updated_time.gt\": z.string().describe(\"Filter bookings updated after specified time (ISO 8601 format). Includes new, canceled, rescheduled, no-show, and completed bookings.\").optional(),\n}).describe(\"Request model for listing all bookings in the account.\");\nconst ScheduleonceListAllBookings_FormSubmissionSchema = z.object({\n name: z.string().describe(\"Customer's name.\").nullable().optional(),\n note: z.string().describe(\"Additional note from customer.\").nullable().optional(),\n email: z.string().describe(\"Customer's email address.\").nullable().optional(),\n phone: z.string().describe(\"Customer's phone number.\").nullable().optional(),\n guests: z.array(z.string()).describe(\"List of guest email addresses.\").nullable().optional(),\n company: z.string().describe(\"Customer's company.\").nullable().optional(),\n mobile_phone: z.string().describe(\"Customer's mobile phone number.\").nullable().optional(),\n custom_fields: z.record(z.string(), z.unknown()).describe(\"Custom form fields.\").nullable().optional(),\n}).passthrough();\nconst ScheduleonceListAllBookings_VirtualConferencingSchema = z.object({\n join_url: z.string().describe(\"URL to join the virtual meeting.\").nullable().optional(),\n}).passthrough();\nconst ScheduleonceListAllBookings_CancelRescheduleInformationSchema = z.object({\n reason: z.string().describe(\"Reason for cancellation or rescheduling.\").nullable().optional(),\n user_id: z.string().describe(\"User ID who performed the action.\").nullable().optional(),\n actioned_by: z.string().describe(\"Who performed the action.\").nullable().optional(),\n}).passthrough();\nconst ScheduleonceListAllBookings_BookingObjectSchema = z.object({\n id: z.string().describe(\"Booking identifier.\").nullable().optional(),\n owner: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),\n object: z.string().describe(\"Object type, always 'booking'.\").nullable().optional(),\n status: z.string().describe(\"Lifecycle status: 'scheduled', 'rescheduled', 'canceled', 'completed', 'no-show'.\").nullable().optional(),\n subject: z.string().describe(\"Booking subject/title.\").nullable().optional(),\n attendees: z.array(z.string()).describe(\"Array of attendee email addresses.\").nullable().optional(),\n event_type: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),\n master_page: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),\n tracking_id: z.string().describe(\"Tracking identifier.\").nullable().optional(),\n booking_page: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),\n creation_time: z.string().describe(\"ISO 8601 timestamp of creation.\").nullable().optional(),\n starting_time: z.string().describe(\"ISO 8601 timestamp of scheduled start.\").nullable().optional(),\n form_submission: ScheduleonceListAllBookings_FormSubmissionSchema.nullable().optional(),\n duration_minutes: z.number().int().describe(\"Duration in minutes.\").nullable().optional(),\n customer_timezone: z.string().describe(\"Customer's timezone (e.g., 'America/New_York').\").nullable().optional(),\n last_updated_time: z.string().describe(\"ISO 8601 timestamp of last modification.\").nullable().optional(),\n location_description: z.string().describe(\"Physical location description.\").nullable().optional(),\n virtual_conferencing: ScheduleonceListAllBookings_VirtualConferencingSchema.nullable().optional(),\n rescheduled_booking_id: z.string().describe(\"ID of rescheduled booking if applicable.\").nullable().optional(),\n cancel_reschedule_information: ScheduleonceListAllBookings_CancelRescheduleInformationSchema.nullable().optional(),\n}).passthrough();\nexport const ScheduleonceListAllBookingsOutput = z.object({\n data: z.array(ScheduleonceListAllBookings_BookingObjectSchema).describe(\"Array of booking objects.\"),\n object: z.string().describe(\"Object type, always 'list'.\").nullable(),\n}).passthrough().describe(\"Response model for listing all bookings.\");\n\nexport const scheduleonceListAllBookings = action(\"SCHEDULEONCE_LIST_ALL_BOOKINGS\", {\n slug: \"scheduleonce-list-all-bookings\",\n name: \"List All Bookings\",\n description: \"Tool to list all bookings in the account. Use when you need to retrieve bookings with optional filtering by time ranges, pagination, or expansion of related objects.\",\n input: ScheduleonceListAllBookingsInput,\n output: ScheduleonceListAllBookingsOutput,\n});\n"],"mappings":"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"}
@@ -13,7 +13,7 @@ const ScheduleonceListAllContactsInput = zod.z.object({
13
13
  const ScheduleonceListAllContacts_CustomFieldSchema = zod.z.object({
14
14
  name: zod.z.string().describe("Name of the custom field").nullable(),
15
15
  value: zod.z.string().describe("Value of the custom field").nullable().optional()
16
- }).describe("Model for custom field data.");
16
+ }).passthrough().describe("Model for custom field data.");
17
17
  const ScheduleonceListAllContacts_ContactObjectSchema = zod.z.object({
18
18
  id: zod.z.string().describe("Unique identifier for the contact").nullable().optional(),
19
19
  bot: zod.z.string().describe("Associated bot ID").nullable().optional(),
@@ -42,8 +42,8 @@ const ScheduleonceListAllContacts_ContactObjectSchema = zod.z.object({
42
42
  terms_of_service: zod.z.boolean().describe("Terms of service acceptance").nullable().optional(),
43
43
  last_updated_time: zod.z.string().describe("ISO 8601 timestamp when contact was last updated").nullable().optional(),
44
44
  last_interacted_time: zod.z.string().describe("ISO 8601 timestamp of last interaction").nullable().optional()
45
- }).describe("Model for a contact object.");
46
- const ScheduleonceListAllContactsOutput = zod.z.object({ data: zod.z.array(ScheduleonceListAllContacts_ContactObjectSchema).describe("Array of contact objects") }).describe("Response model for listing all contacts.");
45
+ }).passthrough().describe("Model for a contact object.");
46
+ const ScheduleonceListAllContactsOutput = zod.z.object({ data: zod.z.array(ScheduleonceListAllContacts_ContactObjectSchema).describe("Array of contact objects") }).passthrough().describe("Response model for listing all contacts.");
47
47
  const scheduleonceListAllContacts = require_action.action("SCHEDULEONCE_LIST_ALL_CONTACTS", {
48
48
  slug: "scheduleonce-list-all-contacts",
49
49
  name: "List All Contacts",
@@ -1 +1 @@
1
- {"version":3,"file":"list-all-contacts.cjs","names":["z","action"],"sources":["../../src/actions/list-all-contacts.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceListAllContactsInput = z.object({\n after: z.string().describe(\"Object ID for cursor-based pagination. Returns objects after this ID in reverse chronological order.\").optional(),\n limit: z.number().int().describe(\"Number of objects to return, between 1-100. Default is 10.\").optional(),\n before: z.string().describe(\"Object ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.\").optional(),\n \"creation_time.gt\": z.string().describe(\"Filter contacts created after specified timestamp (ISO 8601 format).\").optional(),\n \"creation_time.lt\": z.string().describe(\"Filter contacts created before specified timestamp (ISO 8601 format).\").optional(),\n \"last_updated_time.gt\": z.string().describe(\"Filter contacts updated after specified timestamp (ISO 8601 format).\").optional(),\n \"last_updated_time.lt\": z.string().describe(\"Filter contacts updated before specified timestamp (ISO 8601 format).\").optional(),\n}).describe(\"Request model for listing all contacts in the account.\");\nconst ScheduleonceListAllContacts_CustomFieldSchema = z.object({\n name: z.string().describe(\"Name of the custom field\").nullable(),\n value: z.string().describe(\"Value of the custom field\").nullable().optional(),\n}).describe(\"Model for custom field data.\");\nconst ScheduleonceListAllContacts_ContactObjectSchema = z.object({\n id: z.string().describe(\"Unique identifier for the contact\").nullable().optional(),\n bot: z.string().describe(\"Associated bot ID\").nullable().optional(),\n city: z.string().describe(\"City\").nullable().optional(),\n form: z.string().describe(\"Associated form\").nullable().optional(),\n email: z.string().describe(\"Contact's email address\").nullable().optional(),\n owner: z.string().describe(\"User ID who owns the contact\").nullable().optional(),\n phone: z.string().describe(\"Contact's phone number\").nullable().optional(),\n state: z.string().describe(\"State/province\").nullable().optional(),\n object: z.string().describe(\"Object type, always 'contact'\").nullable().optional(),\n company: z.string().describe(\"Company name\").nullable().optional(),\n country: z.string().describe(\"Country\").nullable().optional(),\n timezone: z.string().describe(\"Timezone\").nullable().optional(),\n employees: z.string().describe(\"Number of employees\").nullable().optional(),\n job_title: z.string().describe(\"Job title\").nullable().optional(),\n last_name: z.string().describe(\"Contact's last name\").nullable().optional(),\n post_code: z.string().describe(\"Postal code\").nullable().optional(),\n first_name: z.string().describe(\"Contact's first name\").nullable().optional(),\n salutation: z.string().describe(\"Salutation\").nullable().optional(),\n has_consent: z.boolean().describe(\"Consent status\").nullable().optional(),\n company_size: z.string().describe(\"Company size\").nullable().optional(),\n mobile_phone: z.string().describe(\"Contact's mobile phone number\").nullable().optional(),\n creation_time: z.string().describe(\"ISO 8601 timestamp when contact was created\").nullable().optional(),\n custom_fields: z.array(ScheduleonceListAllContacts_CustomFieldSchema).describe(\"Array of custom field objects with 'name' and 'value' properties\").nullable().optional(),\n street_address: z.string().describe(\"Street address\").nullable().optional(),\n terms_of_service: z.boolean().describe(\"Terms of service acceptance\").nullable().optional(),\n last_updated_time: z.string().describe(\"ISO 8601 timestamp when contact was last updated\").nullable().optional(),\n last_interacted_time: z.string().describe(\"ISO 8601 timestamp of last interaction\").nullable().optional(),\n}).describe(\"Model for a contact object.\");\nexport const ScheduleonceListAllContactsOutput = z.object({\n data: z.array(ScheduleonceListAllContacts_ContactObjectSchema).describe(\"Array of contact objects\"),\n}).describe(\"Response model for listing all contacts.\");\n\nexport const scheduleonceListAllContacts = action(\"SCHEDULEONCE_LIST_ALL_CONTACTS\", {\n slug: \"scheduleonce-list-all-contacts\",\n name: \"List All Contacts\",\n description: \"Tool to list all contacts in the OnceHub account. Use when you need to retrieve contact information with optional filtering by creation time, update time, owner, or cursor-based pagination.\",\n input: ScheduleonceListAllContactsInput,\n output: ScheduleonceListAllContactsOutput,\n});\n"],"mappings":"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"}
1
+ {"version":3,"file":"list-all-contacts.cjs","names":["z","action"],"sources":["../../src/actions/list-all-contacts.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceListAllContactsInput = z.object({\n after: z.string().describe(\"Object ID for cursor-based pagination. Returns objects after this ID in reverse chronological order.\").optional(),\n limit: z.number().int().describe(\"Number of objects to return, between 1-100. Default is 10.\").optional(),\n before: z.string().describe(\"Object ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.\").optional(),\n \"creation_time.gt\": z.string().describe(\"Filter contacts created after specified timestamp (ISO 8601 format).\").optional(),\n \"creation_time.lt\": z.string().describe(\"Filter contacts created before specified timestamp (ISO 8601 format).\").optional(),\n \"last_updated_time.gt\": z.string().describe(\"Filter contacts updated after specified timestamp (ISO 8601 format).\").optional(),\n \"last_updated_time.lt\": z.string().describe(\"Filter contacts updated before specified timestamp (ISO 8601 format).\").optional(),\n}).describe(\"Request model for listing all contacts in the account.\");\nconst ScheduleonceListAllContacts_CustomFieldSchema = z.object({\n name: z.string().describe(\"Name of the custom field\").nullable(),\n value: z.string().describe(\"Value of the custom field\").nullable().optional(),\n}).passthrough().describe(\"Model for custom field data.\");\nconst ScheduleonceListAllContacts_ContactObjectSchema = z.object({\n id: z.string().describe(\"Unique identifier for the contact\").nullable().optional(),\n bot: z.string().describe(\"Associated bot ID\").nullable().optional(),\n city: z.string().describe(\"City\").nullable().optional(),\n form: z.string().describe(\"Associated form\").nullable().optional(),\n email: z.string().describe(\"Contact's email address\").nullable().optional(),\n owner: z.string().describe(\"User ID who owns the contact\").nullable().optional(),\n phone: z.string().describe(\"Contact's phone number\").nullable().optional(),\n state: z.string().describe(\"State/province\").nullable().optional(),\n object: z.string().describe(\"Object type, always 'contact'\").nullable().optional(),\n company: z.string().describe(\"Company name\").nullable().optional(),\n country: z.string().describe(\"Country\").nullable().optional(),\n timezone: z.string().describe(\"Timezone\").nullable().optional(),\n employees: z.string().describe(\"Number of employees\").nullable().optional(),\n job_title: z.string().describe(\"Job title\").nullable().optional(),\n last_name: z.string().describe(\"Contact's last name\").nullable().optional(),\n post_code: z.string().describe(\"Postal code\").nullable().optional(),\n first_name: z.string().describe(\"Contact's first name\").nullable().optional(),\n salutation: z.string().describe(\"Salutation\").nullable().optional(),\n has_consent: z.boolean().describe(\"Consent status\").nullable().optional(),\n company_size: z.string().describe(\"Company size\").nullable().optional(),\n mobile_phone: z.string().describe(\"Contact's mobile phone number\").nullable().optional(),\n creation_time: z.string().describe(\"ISO 8601 timestamp when contact was created\").nullable().optional(),\n custom_fields: z.array(ScheduleonceListAllContacts_CustomFieldSchema).describe(\"Array of custom field objects with 'name' and 'value' properties\").nullable().optional(),\n street_address: z.string().describe(\"Street address\").nullable().optional(),\n terms_of_service: z.boolean().describe(\"Terms of service acceptance\").nullable().optional(),\n last_updated_time: z.string().describe(\"ISO 8601 timestamp when contact was last updated\").nullable().optional(),\n last_interacted_time: z.string().describe(\"ISO 8601 timestamp of last interaction\").nullable().optional(),\n}).passthrough().describe(\"Model for a contact object.\");\nexport const ScheduleonceListAllContactsOutput = z.object({\n data: z.array(ScheduleonceListAllContacts_ContactObjectSchema).describe(\"Array of contact objects\"),\n}).passthrough().describe(\"Response model for listing all contacts.\");\n\nexport const scheduleonceListAllContacts = action(\"SCHEDULEONCE_LIST_ALL_CONTACTS\", {\n slug: \"scheduleonce-list-all-contacts\",\n name: \"List All Contacts\",\n description: \"Tool to list all contacts in the OnceHub account. Use when you need to retrieve contact information with optional filtering by creation time, update time, owner, or cursor-based pagination.\",\n input: ScheduleonceListAllContactsInput,\n output: ScheduleonceListAllContactsOutput,\n});\n"],"mappings":"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"}
@@ -37,13 +37,13 @@ declare const ScheduleonceListAllContactsOutput: z.ZodObject<{
37
37
  custom_fields: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
38
38
  name: z.ZodNullable<z.ZodString>;
39
39
  value: z.ZodOptional<z.ZodNullable<z.ZodString>>;
40
- }, z.core.$strip>>>>;
40
+ }, z.core.$loose>>>>;
41
41
  street_address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
42
42
  terms_of_service: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
43
43
  last_updated_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
44
44
  last_interacted_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
45
- }, z.core.$strip>>;
46
- }, z.core.$strip>;
45
+ }, z.core.$loose>>;
46
+ }, z.core.$loose>;
47
47
  declare const scheduleonceListAllContacts: import("@keystrokehq/action").WorkflowActionDefinition<{
48
48
  after?: string | undefined;
49
49
  limit?: number | undefined;
@@ -37,13 +37,13 @@ declare const ScheduleonceListAllContactsOutput: z.ZodObject<{
37
37
  custom_fields: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
38
38
  name: z.ZodNullable<z.ZodString>;
39
39
  value: z.ZodOptional<z.ZodNullable<z.ZodString>>;
40
- }, z.core.$strip>>>>;
40
+ }, z.core.$loose>>>>;
41
41
  street_address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
42
42
  terms_of_service: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
43
43
  last_updated_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
44
44
  last_interacted_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
45
- }, z.core.$strip>>;
46
- }, z.core.$strip>;
45
+ }, z.core.$loose>>;
46
+ }, z.core.$loose>;
47
47
  declare const scheduleonceListAllContacts: import("@keystrokehq/action").WorkflowActionDefinition<{
48
48
  after?: string | undefined;
49
49
  limit?: number | undefined;
@@ -13,7 +13,7 @@ const ScheduleonceListAllContactsInput = z.object({
13
13
  const ScheduleonceListAllContacts_CustomFieldSchema = z.object({
14
14
  name: z.string().describe("Name of the custom field").nullable(),
15
15
  value: z.string().describe("Value of the custom field").nullable().optional()
16
- }).describe("Model for custom field data.");
16
+ }).passthrough().describe("Model for custom field data.");
17
17
  const ScheduleonceListAllContacts_ContactObjectSchema = z.object({
18
18
  id: z.string().describe("Unique identifier for the contact").nullable().optional(),
19
19
  bot: z.string().describe("Associated bot ID").nullable().optional(),
@@ -42,13 +42,13 @@ const ScheduleonceListAllContacts_ContactObjectSchema = z.object({
42
42
  terms_of_service: z.boolean().describe("Terms of service acceptance").nullable().optional(),
43
43
  last_updated_time: z.string().describe("ISO 8601 timestamp when contact was last updated").nullable().optional(),
44
44
  last_interacted_time: z.string().describe("ISO 8601 timestamp of last interaction").nullable().optional()
45
- }).describe("Model for a contact object.");
45
+ }).passthrough().describe("Model for a contact object.");
46
46
  const scheduleonceListAllContacts = action("SCHEDULEONCE_LIST_ALL_CONTACTS", {
47
47
  slug: "scheduleonce-list-all-contacts",
48
48
  name: "List All Contacts",
49
49
  description: "Tool to list all contacts in the OnceHub account. Use when you need to retrieve contact information with optional filtering by creation time, update time, owner, or cursor-based pagination.",
50
50
  input: ScheduleonceListAllContactsInput,
51
- output: z.object({ data: z.array(ScheduleonceListAllContacts_ContactObjectSchema).describe("Array of contact objects") }).describe("Response model for listing all contacts.")
51
+ output: z.object({ data: z.array(ScheduleonceListAllContacts_ContactObjectSchema).describe("Array of contact objects") }).passthrough().describe("Response model for listing all contacts.")
52
52
  });
53
53
  //#endregion
54
54
  export { scheduleonceListAllContacts };
@@ -1 +1 @@
1
- {"version":3,"file":"list-all-contacts.mjs","names":[],"sources":["../../src/actions/list-all-contacts.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceListAllContactsInput = z.object({\n after: z.string().describe(\"Object ID for cursor-based pagination. Returns objects after this ID in reverse chronological order.\").optional(),\n limit: z.number().int().describe(\"Number of objects to return, between 1-100. Default is 10.\").optional(),\n before: z.string().describe(\"Object ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.\").optional(),\n \"creation_time.gt\": z.string().describe(\"Filter contacts created after specified timestamp (ISO 8601 format).\").optional(),\n \"creation_time.lt\": z.string().describe(\"Filter contacts created before specified timestamp (ISO 8601 format).\").optional(),\n \"last_updated_time.gt\": z.string().describe(\"Filter contacts updated after specified timestamp (ISO 8601 format).\").optional(),\n \"last_updated_time.lt\": z.string().describe(\"Filter contacts updated before specified timestamp (ISO 8601 format).\").optional(),\n}).describe(\"Request model for listing all contacts in the account.\");\nconst ScheduleonceListAllContacts_CustomFieldSchema = z.object({\n name: z.string().describe(\"Name of the custom field\").nullable(),\n value: z.string().describe(\"Value of the custom field\").nullable().optional(),\n}).describe(\"Model for custom field data.\");\nconst ScheduleonceListAllContacts_ContactObjectSchema = z.object({\n id: z.string().describe(\"Unique identifier for the contact\").nullable().optional(),\n bot: z.string().describe(\"Associated bot ID\").nullable().optional(),\n city: z.string().describe(\"City\").nullable().optional(),\n form: z.string().describe(\"Associated form\").nullable().optional(),\n email: z.string().describe(\"Contact's email address\").nullable().optional(),\n owner: z.string().describe(\"User ID who owns the contact\").nullable().optional(),\n phone: z.string().describe(\"Contact's phone number\").nullable().optional(),\n state: z.string().describe(\"State/province\").nullable().optional(),\n object: z.string().describe(\"Object type, always 'contact'\").nullable().optional(),\n company: z.string().describe(\"Company name\").nullable().optional(),\n country: z.string().describe(\"Country\").nullable().optional(),\n timezone: z.string().describe(\"Timezone\").nullable().optional(),\n employees: z.string().describe(\"Number of employees\").nullable().optional(),\n job_title: z.string().describe(\"Job title\").nullable().optional(),\n last_name: z.string().describe(\"Contact's last name\").nullable().optional(),\n post_code: z.string().describe(\"Postal code\").nullable().optional(),\n first_name: z.string().describe(\"Contact's first name\").nullable().optional(),\n salutation: z.string().describe(\"Salutation\").nullable().optional(),\n has_consent: z.boolean().describe(\"Consent status\").nullable().optional(),\n company_size: z.string().describe(\"Company size\").nullable().optional(),\n mobile_phone: z.string().describe(\"Contact's mobile phone number\").nullable().optional(),\n creation_time: z.string().describe(\"ISO 8601 timestamp when contact was created\").nullable().optional(),\n custom_fields: z.array(ScheduleonceListAllContacts_CustomFieldSchema).describe(\"Array of custom field objects with 'name' and 'value' properties\").nullable().optional(),\n street_address: z.string().describe(\"Street address\").nullable().optional(),\n terms_of_service: z.boolean().describe(\"Terms of service acceptance\").nullable().optional(),\n last_updated_time: z.string().describe(\"ISO 8601 timestamp when contact was last updated\").nullable().optional(),\n last_interacted_time: z.string().describe(\"ISO 8601 timestamp of last interaction\").nullable().optional(),\n}).describe(\"Model for a contact object.\");\nexport const ScheduleonceListAllContactsOutput = z.object({\n data: z.array(ScheduleonceListAllContacts_ContactObjectSchema).describe(\"Array of contact objects\"),\n}).describe(\"Response model for listing all contacts.\");\n\nexport const scheduleonceListAllContacts = action(\"SCHEDULEONCE_LIST_ALL_CONTACTS\", {\n slug: \"scheduleonce-list-all-contacts\",\n name: \"List All Contacts\",\n description: \"Tool to list all contacts in the OnceHub account. Use when you need to retrieve contact information with optional filtering by creation time, update time, owner, or cursor-based pagination.\",\n input: ScheduleonceListAllContactsInput,\n output: ScheduleonceListAllContactsOutput,\n});\n"],"mappings":"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"}
1
+ {"version":3,"file":"list-all-contacts.mjs","names":[],"sources":["../../src/actions/list-all-contacts.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceListAllContactsInput = z.object({\n after: z.string().describe(\"Object ID for cursor-based pagination. Returns objects after this ID in reverse chronological order.\").optional(),\n limit: z.number().int().describe(\"Number of objects to return, between 1-100. Default is 10.\").optional(),\n before: z.string().describe(\"Object ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.\").optional(),\n \"creation_time.gt\": z.string().describe(\"Filter contacts created after specified timestamp (ISO 8601 format).\").optional(),\n \"creation_time.lt\": z.string().describe(\"Filter contacts created before specified timestamp (ISO 8601 format).\").optional(),\n \"last_updated_time.gt\": z.string().describe(\"Filter contacts updated after specified timestamp (ISO 8601 format).\").optional(),\n \"last_updated_time.lt\": z.string().describe(\"Filter contacts updated before specified timestamp (ISO 8601 format).\").optional(),\n}).describe(\"Request model for listing all contacts in the account.\");\nconst ScheduleonceListAllContacts_CustomFieldSchema = z.object({\n name: z.string().describe(\"Name of the custom field\").nullable(),\n value: z.string().describe(\"Value of the custom field\").nullable().optional(),\n}).passthrough().describe(\"Model for custom field data.\");\nconst ScheduleonceListAllContacts_ContactObjectSchema = z.object({\n id: z.string().describe(\"Unique identifier for the contact\").nullable().optional(),\n bot: z.string().describe(\"Associated bot ID\").nullable().optional(),\n city: z.string().describe(\"City\").nullable().optional(),\n form: z.string().describe(\"Associated form\").nullable().optional(),\n email: z.string().describe(\"Contact's email address\").nullable().optional(),\n owner: z.string().describe(\"User ID who owns the contact\").nullable().optional(),\n phone: z.string().describe(\"Contact's phone number\").nullable().optional(),\n state: z.string().describe(\"State/province\").nullable().optional(),\n object: z.string().describe(\"Object type, always 'contact'\").nullable().optional(),\n company: z.string().describe(\"Company name\").nullable().optional(),\n country: z.string().describe(\"Country\").nullable().optional(),\n timezone: z.string().describe(\"Timezone\").nullable().optional(),\n employees: z.string().describe(\"Number of employees\").nullable().optional(),\n job_title: z.string().describe(\"Job title\").nullable().optional(),\n last_name: z.string().describe(\"Contact's last name\").nullable().optional(),\n post_code: z.string().describe(\"Postal code\").nullable().optional(),\n first_name: z.string().describe(\"Contact's first name\").nullable().optional(),\n salutation: z.string().describe(\"Salutation\").nullable().optional(),\n has_consent: z.boolean().describe(\"Consent status\").nullable().optional(),\n company_size: z.string().describe(\"Company size\").nullable().optional(),\n mobile_phone: z.string().describe(\"Contact's mobile phone number\").nullable().optional(),\n creation_time: z.string().describe(\"ISO 8601 timestamp when contact was created\").nullable().optional(),\n custom_fields: z.array(ScheduleonceListAllContacts_CustomFieldSchema).describe(\"Array of custom field objects with 'name' and 'value' properties\").nullable().optional(),\n street_address: z.string().describe(\"Street address\").nullable().optional(),\n terms_of_service: z.boolean().describe(\"Terms of service acceptance\").nullable().optional(),\n last_updated_time: z.string().describe(\"ISO 8601 timestamp when contact was last updated\").nullable().optional(),\n last_interacted_time: z.string().describe(\"ISO 8601 timestamp of last interaction\").nullable().optional(),\n}).passthrough().describe(\"Model for a contact object.\");\nexport const ScheduleonceListAllContactsOutput = z.object({\n data: z.array(ScheduleonceListAllContacts_ContactObjectSchema).describe(\"Array of contact objects\"),\n}).passthrough().describe(\"Response model for listing all contacts.\");\n\nexport const scheduleonceListAllContacts = action(\"SCHEDULEONCE_LIST_ALL_CONTACTS\", {\n slug: \"scheduleonce-list-all-contacts\",\n name: \"List All Contacts\",\n description: \"Tool to list all contacts in the OnceHub account. Use when you need to retrieve contact information with optional filtering by creation time, update time, owner, or cursor-based pagination.\",\n input: ScheduleonceListAllContactsInput,\n output: ScheduleonceListAllContactsOutput,\n});\n"],"mappings":"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"}
@@ -11,8 +11,8 @@ const ScheduleonceListAllEventTypes_EventTypeObjectSchema = zod.z.object({
11
11
  name: zod.z.string().describe("Name of the event type").nullable().optional(),
12
12
  object: zod.z.string().describe("Object type, always 'event_type'").nullable().optional(),
13
13
  description: zod.z.string().describe("Description of the event type").nullable().optional()
14
- }).describe("Model for an event type object.");
15
- const ScheduleonceListAllEventTypesOutput = zod.z.object({ data: zod.z.array(ScheduleonceListAllEventTypes_EventTypeObjectSchema).describe("Array of event type objects") }).describe("Response model for listing all event types.");
14
+ }).passthrough().describe("Model for an event type object.");
15
+ const ScheduleonceListAllEventTypesOutput = zod.z.object({ data: zod.z.array(ScheduleonceListAllEventTypes_EventTypeObjectSchema).describe("Array of event type objects") }).passthrough().describe("Response model for listing all event types.");
16
16
  const scheduleonceListAllEventTypes = require_action.action("SCHEDULEONCE_LIST_ALL_EVENT_TYPES", {
17
17
  slug: "scheduleonce-list-all-event-types",
18
18
  name: "List All Event Types",
@@ -1 +1 @@
1
- {"version":3,"file":"list-all-event-types.cjs","names":["z","action"],"sources":["../../src/actions/list-all-event-types.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceListAllEventTypesInput = z.object({\n after: z.string().describe(\"Object ID for cursor-based pagination. Returns objects after this ID in reverse chronological order. Mutually exclusive with 'before'.\").optional(),\n limit: z.number().int().describe(\"Number of objects to return, between 1-100. Default is 10.\").optional(),\n before: z.string().describe(\"Object ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.\").optional(),\n}).describe(\"Request model for listing all event types in the account.\");\nconst ScheduleonceListAllEventTypes_EventTypeObjectSchema = z.object({\n id: z.string().describe(\"Unique identifier for the event type\").nullable().optional(),\n name: z.string().describe(\"Name of the event type\").nullable().optional(),\n object: z.string().describe(\"Object type, always 'event_type'\").nullable().optional(),\n description: z.string().describe(\"Description of the event type\").nullable().optional(),\n}).describe(\"Model for an event type object.\");\nexport const ScheduleonceListAllEventTypesOutput = z.object({\n data: z.array(ScheduleonceListAllEventTypes_EventTypeObjectSchema).describe(\"Array of event type objects\"),\n}).describe(\"Response model for listing all event types.\");\n\nexport const scheduleonceListAllEventTypes = action(\"SCHEDULEONCE_LIST_ALL_EVENT_TYPES\", {\n slug: \"scheduleonce-list-all-event-types\",\n name: \"List All Event Types\",\n description: \"Tool to list all event types in the account. Use when you need to retrieve all event types with optional cursor-based pagination to understand available event type options.\",\n input: ScheduleonceListAllEventTypesInput,\n output: ScheduleonceListAllEventTypesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAqCA,IAAAA,EAAE,OAAO;CACzD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wIAAwI,CAAC,CAAC,SAAS;CAC9K,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CACxG,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wIAAwI,CAAC,CAAC,SAAS;AACjL,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACvE,MAAM,sDAAsDA,IAAAA,EAAE,OAAO;CACnE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxF,CAAC,CAAC,CAAC,SAAS,iCAAiC;AAC7C,MAAa,sCAAsCA,IAAAA,EAAE,OAAO,EAC1D,MAAMA,IAAAA,EAAE,MAAM,mDAAmD,CAAC,CAAC,SAAS,6BAA6B,EAC3G,CAAC,CAAC,CAAC,SAAS,6CAA6C;AAEzD,MAAa,gCAAgCC,eAAAA,OAAO,qCAAqC;CACvF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"list-all-event-types.cjs","names":["z","action"],"sources":["../../src/actions/list-all-event-types.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceListAllEventTypesInput = z.object({\n after: z.string().describe(\"Object ID for cursor-based pagination. Returns objects after this ID in reverse chronological order. Mutually exclusive with 'before'.\").optional(),\n limit: z.number().int().describe(\"Number of objects to return, between 1-100. Default is 10.\").optional(),\n before: z.string().describe(\"Object ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.\").optional(),\n}).describe(\"Request model for listing all event types in the account.\");\nconst ScheduleonceListAllEventTypes_EventTypeObjectSchema = z.object({\n id: z.string().describe(\"Unique identifier for the event type\").nullable().optional(),\n name: z.string().describe(\"Name of the event type\").nullable().optional(),\n object: z.string().describe(\"Object type, always 'event_type'\").nullable().optional(),\n description: z.string().describe(\"Description of the event type\").nullable().optional(),\n}).passthrough().describe(\"Model for an event type object.\");\nexport const ScheduleonceListAllEventTypesOutput = z.object({\n data: z.array(ScheduleonceListAllEventTypes_EventTypeObjectSchema).describe(\"Array of event type objects\"),\n}).passthrough().describe(\"Response model for listing all event types.\");\n\nexport const scheduleonceListAllEventTypes = action(\"SCHEDULEONCE_LIST_ALL_EVENT_TYPES\", {\n slug: \"scheduleonce-list-all-event-types\",\n name: \"List All Event Types\",\n description: \"Tool to list all event types in the account. Use when you need to retrieve all event types with optional cursor-based pagination to understand available event type options.\",\n input: ScheduleonceListAllEventTypesInput,\n output: ScheduleonceListAllEventTypesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAqCA,IAAAA,EAAE,OAAO;CACzD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wIAAwI,CAAC,CAAC,SAAS;CAC9K,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CACxG,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wIAAwI,CAAC,CAAC,SAAS;AACjL,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACvE,MAAM,sDAAsDA,IAAAA,EAAE,OAAO;CACnE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,iCAAiC;AAC3D,MAAa,sCAAsCA,IAAAA,EAAE,OAAO,EAC1D,MAAMA,IAAAA,EAAE,MAAM,mDAAmD,CAAC,CAAC,SAAS,6BAA6B,EAC3G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,6CAA6C;AAEvE,MAAa,gCAAgCC,eAAAA,OAAO,qCAAqC;CACvF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -12,8 +12,8 @@ declare const ScheduleonceListAllEventTypesOutput: z.ZodObject<{
12
12
  name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13
13
  object: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14
14
  description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
15
- }, z.core.$strip>>;
16
- }, z.core.$strip>;
15
+ }, z.core.$loose>>;
16
+ }, z.core.$loose>;
17
17
  declare const scheduleonceListAllEventTypes: import("@keystrokehq/action").WorkflowActionDefinition<{
18
18
  after?: string | undefined;
19
19
  limit?: number | undefined;
@@ -12,8 +12,8 @@ declare const ScheduleonceListAllEventTypesOutput: z.ZodObject<{
12
12
  name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13
13
  object: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14
14
  description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
15
- }, z.core.$strip>>;
16
- }, z.core.$strip>;
15
+ }, z.core.$loose>>;
16
+ }, z.core.$loose>;
17
17
  declare const scheduleonceListAllEventTypes: import("@keystrokehq/action").WorkflowActionDefinition<{
18
18
  after?: string | undefined;
19
19
  limit?: number | undefined;
@@ -11,13 +11,13 @@ const ScheduleonceListAllEventTypes_EventTypeObjectSchema = z.object({
11
11
  name: z.string().describe("Name of the event type").nullable().optional(),
12
12
  object: z.string().describe("Object type, always 'event_type'").nullable().optional(),
13
13
  description: z.string().describe("Description of the event type").nullable().optional()
14
- }).describe("Model for an event type object.");
14
+ }).passthrough().describe("Model for an event type object.");
15
15
  const scheduleonceListAllEventTypes = action("SCHEDULEONCE_LIST_ALL_EVENT_TYPES", {
16
16
  slug: "scheduleonce-list-all-event-types",
17
17
  name: "List All Event Types",
18
18
  description: "Tool to list all event types in the account. Use when you need to retrieve all event types with optional cursor-based pagination to understand available event type options.",
19
19
  input: ScheduleonceListAllEventTypesInput,
20
- output: z.object({ data: z.array(ScheduleonceListAllEventTypes_EventTypeObjectSchema).describe("Array of event type objects") }).describe("Response model for listing all event types.")
20
+ output: z.object({ data: z.array(ScheduleonceListAllEventTypes_EventTypeObjectSchema).describe("Array of event type objects") }).passthrough().describe("Response model for listing all event types.")
21
21
  });
22
22
  //#endregion
23
23
  export { scheduleonceListAllEventTypes };
@@ -1 +1 @@
1
- {"version":3,"file":"list-all-event-types.mjs","names":[],"sources":["../../src/actions/list-all-event-types.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceListAllEventTypesInput = z.object({\n after: z.string().describe(\"Object ID for cursor-based pagination. Returns objects after this ID in reverse chronological order. Mutually exclusive with 'before'.\").optional(),\n limit: z.number().int().describe(\"Number of objects to return, between 1-100. Default is 10.\").optional(),\n before: z.string().describe(\"Object ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.\").optional(),\n}).describe(\"Request model for listing all event types in the account.\");\nconst ScheduleonceListAllEventTypes_EventTypeObjectSchema = z.object({\n id: z.string().describe(\"Unique identifier for the event type\").nullable().optional(),\n name: z.string().describe(\"Name of the event type\").nullable().optional(),\n object: z.string().describe(\"Object type, always 'event_type'\").nullable().optional(),\n description: z.string().describe(\"Description of the event type\").nullable().optional(),\n}).describe(\"Model for an event type object.\");\nexport const ScheduleonceListAllEventTypesOutput = z.object({\n data: z.array(ScheduleonceListAllEventTypes_EventTypeObjectSchema).describe(\"Array of event type objects\"),\n}).describe(\"Response model for listing all event types.\");\n\nexport const scheduleonceListAllEventTypes = action(\"SCHEDULEONCE_LIST_ALL_EVENT_TYPES\", {\n slug: \"scheduleonce-list-all-event-types\",\n name: \"List All Event Types\",\n description: \"Tool to list all event types in the account. Use when you need to retrieve all event types with optional cursor-based pagination to understand available event type options.\",\n input: ScheduleonceListAllEventTypesInput,\n output: ScheduleonceListAllEventTypesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAqC,EAAE,OAAO;CACzD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,wIAAwI,CAAC,CAAC,SAAS;CAC9K,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CACxG,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wIAAwI,CAAC,CAAC,SAAS;AACjL,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACvE,MAAM,sDAAsD,EAAE,OAAO;CACnE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxF,CAAC,CAAC,CAAC,SAAS,iCAAiC;AAK7C,MAAa,gCAAgC,OAAO,qCAAqC;CACvF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATiD,EAAE,OAAO,EAC1D,MAAM,EAAE,MAAM,mDAAmD,CAAC,CAAC,SAAS,6BAA6B,EAC3G,CAAC,CAAC,CAAC,SAAS,6CAOF;AACV,CAAC"}
1
+ {"version":3,"file":"list-all-event-types.mjs","names":[],"sources":["../../src/actions/list-all-event-types.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceListAllEventTypesInput = z.object({\n after: z.string().describe(\"Object ID for cursor-based pagination. Returns objects after this ID in reverse chronological order. Mutually exclusive with 'before'.\").optional(),\n limit: z.number().int().describe(\"Number of objects to return, between 1-100. Default is 10.\").optional(),\n before: z.string().describe(\"Object ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.\").optional(),\n}).describe(\"Request model for listing all event types in the account.\");\nconst ScheduleonceListAllEventTypes_EventTypeObjectSchema = z.object({\n id: z.string().describe(\"Unique identifier for the event type\").nullable().optional(),\n name: z.string().describe(\"Name of the event type\").nullable().optional(),\n object: z.string().describe(\"Object type, always 'event_type'\").nullable().optional(),\n description: z.string().describe(\"Description of the event type\").nullable().optional(),\n}).passthrough().describe(\"Model for an event type object.\");\nexport const ScheduleonceListAllEventTypesOutput = z.object({\n data: z.array(ScheduleonceListAllEventTypes_EventTypeObjectSchema).describe(\"Array of event type objects\"),\n}).passthrough().describe(\"Response model for listing all event types.\");\n\nexport const scheduleonceListAllEventTypes = action(\"SCHEDULEONCE_LIST_ALL_EVENT_TYPES\", {\n slug: \"scheduleonce-list-all-event-types\",\n name: \"List All Event Types\",\n description: \"Tool to list all event types in the account. Use when you need to retrieve all event types with optional cursor-based pagination to understand available event type options.\",\n input: ScheduleonceListAllEventTypesInput,\n output: ScheduleonceListAllEventTypesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAqC,EAAE,OAAO;CACzD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,wIAAwI,CAAC,CAAC,SAAS;CAC9K,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CACxG,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wIAAwI,CAAC,CAAC,SAAS;AACjL,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACvE,MAAM,sDAAsD,EAAE,OAAO;CACnE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,iCAAiC;AAK3D,MAAa,gCAAgC,OAAO,qCAAqC;CACvF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATiD,EAAE,OAAO,EAC1D,MAAM,EAAE,MAAM,mDAAmD,CAAC,CAAC,SAAS,6BAA6B,EAC3G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,6CAOhB;AACV,CAAC"}
@@ -13,8 +13,8 @@ const ScheduleonceListAllMasterPages_MasterPageObjectSchema = zod.z.object({
13
13
  label: zod.z.string().describe("Label for the master page").nullable().optional(),
14
14
  active: zod.z.boolean().describe("Indicates whether the master page is enabled to receive bookings").nullable().optional(),
15
15
  object: zod.z.string().describe("Object type, always 'master_page'").nullable().optional()
16
- }).describe("Model for a master page object.");
17
- const ScheduleonceListAllMasterPagesOutput = zod.z.object({ data: zod.z.array(ScheduleonceListAllMasterPages_MasterPageObjectSchema).describe("Array of master page objects") }).describe("Response model for listing all master pages.");
16
+ }).passthrough().describe("Model for a master page object.");
17
+ const ScheduleonceListAllMasterPagesOutput = zod.z.object({ data: zod.z.array(ScheduleonceListAllMasterPages_MasterPageObjectSchema).describe("Array of master page objects") }).passthrough().describe("Response model for listing all master pages.");
18
18
  const scheduleonceListAllMasterPages = require_action.action("SCHEDULEONCE_LIST_ALL_MASTER_PAGES", {
19
19
  slug: "scheduleonce-list-all-master-pages",
20
20
  name: "List All Master Pages",
@@ -1 +1 @@
1
- {"version":3,"file":"list-all-master-pages.cjs","names":["z","action"],"sources":["../../src/actions/list-all-master-pages.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceListAllMasterPagesInput = z.object({\n after: z.string().describe(\"Object ID for cursor-based pagination. Returns objects after this ID in reverse chronological order. Mutually exclusive with 'before'.\").optional(),\n limit: z.number().int().describe(\"Number of objects to return, between 1-100. Default is 10.\").optional(),\n before: z.string().describe(\"Object ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.\").optional(),\n}).describe(\"Request model for listing all master pages in the account.\");\nconst ScheduleonceListAllMasterPages_MasterPageObjectSchema = z.object({\n id: z.string().describe(\"Unique identifier for the master page\").nullable().optional(),\n url: z.string().describe(\"URL where the master page can be accessed\").nullable().optional(),\n name: z.string().describe(\"Name of the master page\").nullable().optional(),\n label: z.string().describe(\"Label for the master page\").nullable().optional(),\n active: z.boolean().describe(\"Indicates whether the master page is enabled to receive bookings\").nullable().optional(),\n object: z.string().describe(\"Object type, always 'master_page'\").nullable().optional(),\n}).describe(\"Model for a master page object.\");\nexport const ScheduleonceListAllMasterPagesOutput = z.object({\n data: z.array(ScheduleonceListAllMasterPages_MasterPageObjectSchema).describe(\"Array of master page objects\"),\n}).describe(\"Response model for listing all master pages.\");\n\nexport const scheduleonceListAllMasterPages = action(\"SCHEDULEONCE_LIST_ALL_MASTER_PAGES\", {\n slug: \"scheduleonce-list-all-master-pages\",\n name: \"List All Master Pages\",\n description: \"Tool to list all master pages in the account. Use when you need to retrieve all master pages with optional cursor-based pagination.\",\n input: ScheduleonceListAllMasterPagesInput,\n output: ScheduleonceListAllMasterPagesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAsCA,IAAAA,EAAE,OAAO;CAC1D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wIAAwI,CAAC,CAAC,SAAS;CAC9K,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CACxG,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wIAAwI,CAAC,CAAC,SAAS;AACjL,CAAC,CAAC,CAAC,SAAS,4DAA4D;AACxE,MAAM,wDAAwDA,IAAAA,EAAE,OAAO;CACrE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrH,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvF,CAAC,CAAC,CAAC,SAAS,iCAAiC;AAC7C,MAAa,uCAAuCA,IAAAA,EAAE,OAAO,EAC3D,MAAMA,IAAAA,EAAE,MAAM,qDAAqD,CAAC,CAAC,SAAS,8BAA8B,EAC9G,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAE1D,MAAa,iCAAiCC,eAAAA,OAAO,sCAAsC;CACzF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"list-all-master-pages.cjs","names":["z","action"],"sources":["../../src/actions/list-all-master-pages.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceListAllMasterPagesInput = z.object({\n after: z.string().describe(\"Object ID for cursor-based pagination. Returns objects after this ID in reverse chronological order. Mutually exclusive with 'before'.\").optional(),\n limit: z.number().int().describe(\"Number of objects to return, between 1-100. Default is 10.\").optional(),\n before: z.string().describe(\"Object ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.\").optional(),\n}).describe(\"Request model for listing all master pages in the account.\");\nconst ScheduleonceListAllMasterPages_MasterPageObjectSchema = z.object({\n id: z.string().describe(\"Unique identifier for the master page\").nullable().optional(),\n url: z.string().describe(\"URL where the master page can be accessed\").nullable().optional(),\n name: z.string().describe(\"Name of the master page\").nullable().optional(),\n label: z.string().describe(\"Label for the master page\").nullable().optional(),\n active: z.boolean().describe(\"Indicates whether the master page is enabled to receive bookings\").nullable().optional(),\n object: z.string().describe(\"Object type, always 'master_page'\").nullable().optional(),\n}).passthrough().describe(\"Model for a master page object.\");\nexport const ScheduleonceListAllMasterPagesOutput = z.object({\n data: z.array(ScheduleonceListAllMasterPages_MasterPageObjectSchema).describe(\"Array of master page objects\"),\n}).passthrough().describe(\"Response model for listing all master pages.\");\n\nexport const scheduleonceListAllMasterPages = action(\"SCHEDULEONCE_LIST_ALL_MASTER_PAGES\", {\n slug: \"scheduleonce-list-all-master-pages\",\n name: \"List All Master Pages\",\n description: \"Tool to list all master pages in the account. Use when you need to retrieve all master pages with optional cursor-based pagination.\",\n input: ScheduleonceListAllMasterPagesInput,\n output: ScheduleonceListAllMasterPagesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAsCA,IAAAA,EAAE,OAAO;CAC1D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wIAAwI,CAAC,CAAC,SAAS;CAC9K,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CACxG,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wIAAwI,CAAC,CAAC,SAAS;AACjL,CAAC,CAAC,CAAC,SAAS,4DAA4D;AACxE,MAAM,wDAAwDA,IAAAA,EAAE,OAAO;CACrE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrH,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,iCAAiC;AAC3D,MAAa,uCAAuCA,IAAAA,EAAE,OAAO,EAC3D,MAAMA,IAAAA,EAAE,MAAM,qDAAqD,CAAC,CAAC,SAAS,8BAA8B,EAC9G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8CAA8C;AAExE,MAAa,iCAAiCC,eAAAA,OAAO,sCAAsC;CACzF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -14,8 +14,8 @@ declare const ScheduleonceListAllMasterPagesOutput: z.ZodObject<{
14
14
  label: z.ZodOptional<z.ZodNullable<z.ZodString>>;
15
15
  active: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
16
16
  object: z.ZodOptional<z.ZodNullable<z.ZodString>>;
17
- }, z.core.$strip>>;
18
- }, z.core.$strip>;
17
+ }, z.core.$loose>>;
18
+ }, z.core.$loose>;
19
19
  declare const scheduleonceListAllMasterPages: import("@keystrokehq/action").WorkflowActionDefinition<{
20
20
  after?: string | undefined;
21
21
  limit?: number | undefined;
@@ -14,8 +14,8 @@ declare const ScheduleonceListAllMasterPagesOutput: z.ZodObject<{
14
14
  label: z.ZodOptional<z.ZodNullable<z.ZodString>>;
15
15
  active: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
16
16
  object: z.ZodOptional<z.ZodNullable<z.ZodString>>;
17
- }, z.core.$strip>>;
18
- }, z.core.$strip>;
17
+ }, z.core.$loose>>;
18
+ }, z.core.$loose>;
19
19
  declare const scheduleonceListAllMasterPages: import("@keystrokehq/action").WorkflowActionDefinition<{
20
20
  after?: string | undefined;
21
21
  limit?: number | undefined;
@@ -13,13 +13,13 @@ const ScheduleonceListAllMasterPages_MasterPageObjectSchema = z.object({
13
13
  label: z.string().describe("Label for the master page").nullable().optional(),
14
14
  active: z.boolean().describe("Indicates whether the master page is enabled to receive bookings").nullable().optional(),
15
15
  object: z.string().describe("Object type, always 'master_page'").nullable().optional()
16
- }).describe("Model for a master page object.");
16
+ }).passthrough().describe("Model for a master page object.");
17
17
  const scheduleonceListAllMasterPages = action("SCHEDULEONCE_LIST_ALL_MASTER_PAGES", {
18
18
  slug: "scheduleonce-list-all-master-pages",
19
19
  name: "List All Master Pages",
20
20
  description: "Tool to list all master pages in the account. Use when you need to retrieve all master pages with optional cursor-based pagination.",
21
21
  input: ScheduleonceListAllMasterPagesInput,
22
- output: z.object({ data: z.array(ScheduleonceListAllMasterPages_MasterPageObjectSchema).describe("Array of master page objects") }).describe("Response model for listing all master pages.")
22
+ output: z.object({ data: z.array(ScheduleonceListAllMasterPages_MasterPageObjectSchema).describe("Array of master page objects") }).passthrough().describe("Response model for listing all master pages.")
23
23
  });
24
24
  //#endregion
25
25
  export { scheduleonceListAllMasterPages };
@@ -1 +1 @@
1
- {"version":3,"file":"list-all-master-pages.mjs","names":[],"sources":["../../src/actions/list-all-master-pages.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceListAllMasterPagesInput = z.object({\n after: z.string().describe(\"Object ID for cursor-based pagination. Returns objects after this ID in reverse chronological order. Mutually exclusive with 'before'.\").optional(),\n limit: z.number().int().describe(\"Number of objects to return, between 1-100. Default is 10.\").optional(),\n before: z.string().describe(\"Object ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.\").optional(),\n}).describe(\"Request model for listing all master pages in the account.\");\nconst ScheduleonceListAllMasterPages_MasterPageObjectSchema = z.object({\n id: z.string().describe(\"Unique identifier for the master page\").nullable().optional(),\n url: z.string().describe(\"URL where the master page can be accessed\").nullable().optional(),\n name: z.string().describe(\"Name of the master page\").nullable().optional(),\n label: z.string().describe(\"Label for the master page\").nullable().optional(),\n active: z.boolean().describe(\"Indicates whether the master page is enabled to receive bookings\").nullable().optional(),\n object: z.string().describe(\"Object type, always 'master_page'\").nullable().optional(),\n}).describe(\"Model for a master page object.\");\nexport const ScheduleonceListAllMasterPagesOutput = z.object({\n data: z.array(ScheduleonceListAllMasterPages_MasterPageObjectSchema).describe(\"Array of master page objects\"),\n}).describe(\"Response model for listing all master pages.\");\n\nexport const scheduleonceListAllMasterPages = action(\"SCHEDULEONCE_LIST_ALL_MASTER_PAGES\", {\n slug: \"scheduleonce-list-all-master-pages\",\n name: \"List All Master Pages\",\n description: \"Tool to list all master pages in the account. Use when you need to retrieve all master pages with optional cursor-based pagination.\",\n input: ScheduleonceListAllMasterPagesInput,\n output: ScheduleonceListAllMasterPagesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAsC,EAAE,OAAO;CAC1D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,wIAAwI,CAAC,CAAC,SAAS;CAC9K,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CACxG,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wIAAwI,CAAC,CAAC,SAAS;AACjL,CAAC,CAAC,CAAC,SAAS,4DAA4D;AACxE,MAAM,wDAAwD,EAAE,OAAO;CACrE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrH,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvF,CAAC,CAAC,CAAC,SAAS,iCAAiC;AAK7C,MAAa,iCAAiC,OAAO,sCAAsC;CACzF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATkD,EAAE,OAAO,EAC3D,MAAM,EAAE,MAAM,qDAAqD,CAAC,CAAC,SAAS,8BAA8B,EAC9G,CAAC,CAAC,CAAC,SAAS,8CAOF;AACV,CAAC"}
1
+ {"version":3,"file":"list-all-master-pages.mjs","names":[],"sources":["../../src/actions/list-all-master-pages.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceListAllMasterPagesInput = z.object({\n after: z.string().describe(\"Object ID for cursor-based pagination. Returns objects after this ID in reverse chronological order. Mutually exclusive with 'before'.\").optional(),\n limit: z.number().int().describe(\"Number of objects to return, between 1-100. Default is 10.\").optional(),\n before: z.string().describe(\"Object ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.\").optional(),\n}).describe(\"Request model for listing all master pages in the account.\");\nconst ScheduleonceListAllMasterPages_MasterPageObjectSchema = z.object({\n id: z.string().describe(\"Unique identifier for the master page\").nullable().optional(),\n url: z.string().describe(\"URL where the master page can be accessed\").nullable().optional(),\n name: z.string().describe(\"Name of the master page\").nullable().optional(),\n label: z.string().describe(\"Label for the master page\").nullable().optional(),\n active: z.boolean().describe(\"Indicates whether the master page is enabled to receive bookings\").nullable().optional(),\n object: z.string().describe(\"Object type, always 'master_page'\").nullable().optional(),\n}).passthrough().describe(\"Model for a master page object.\");\nexport const ScheduleonceListAllMasterPagesOutput = z.object({\n data: z.array(ScheduleonceListAllMasterPages_MasterPageObjectSchema).describe(\"Array of master page objects\"),\n}).passthrough().describe(\"Response model for listing all master pages.\");\n\nexport const scheduleonceListAllMasterPages = action(\"SCHEDULEONCE_LIST_ALL_MASTER_PAGES\", {\n slug: \"scheduleonce-list-all-master-pages\",\n name: \"List All Master Pages\",\n description: \"Tool to list all master pages in the account. Use when you need to retrieve all master pages with optional cursor-based pagination.\",\n input: ScheduleonceListAllMasterPagesInput,\n output: ScheduleonceListAllMasterPagesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAsC,EAAE,OAAO;CAC1D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,wIAAwI,CAAC,CAAC,SAAS;CAC9K,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CACxG,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wIAAwI,CAAC,CAAC,SAAS;AACjL,CAAC,CAAC,CAAC,SAAS,4DAA4D;AACxE,MAAM,wDAAwD,EAAE,OAAO;CACrE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrH,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,iCAAiC;AAK3D,MAAa,iCAAiC,OAAO,sCAAsC;CACzF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATkD,EAAE,OAAO,EAC3D,MAAM,EAAE,MAAM,qDAAqD,CAAC,CAAC,SAAS,8BAA8B,EAC9G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8CAOhB;AACV,CAAC"}
@@ -12,12 +12,12 @@ const ScheduleonceListAllTeams_TeamObjectSchema = zod.z.object({
12
12
  object: zod.z.string().describe("Object type, always 'team'").nullable().optional(),
13
13
  creation_time: zod.z.string().describe("ISO 8601 timestamp of when the team was created").nullable().optional(),
14
14
  last_updated_time: zod.z.string().describe("ISO 8601 timestamp of when the team was last updated").nullable().optional()
15
- }).describe("Model for a team object.");
15
+ }).passthrough().describe("Model for a team object.");
16
16
  const ScheduleonceListAllTeamsOutput = zod.z.object({
17
17
  data: zod.z.array(ScheduleonceListAllTeams_TeamObjectSchema).describe("Array of team objects"),
18
18
  object: zod.z.string().describe("Object type, always 'list'").nullable().optional(),
19
19
  has_more: zod.z.boolean().describe("Whether there are more results available").nullable().optional()
20
- }).describe("Response model for listing all teams.");
20
+ }).passthrough().describe("Response model for listing all teams.");
21
21
  const scheduleonceListAllTeams = require_action.action("SCHEDULEONCE_LIST_ALL_TEAMS", {
22
22
  slug: "scheduleonce-list-all-teams",
23
23
  name: "List All Teams",
@@ -1 +1 @@
1
- {"version":3,"file":"list-all-teams.cjs","names":["z","action"],"sources":["../../src/actions/list-all-teams.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceListAllTeamsInput = z.object({\n after: z.string().describe(\"Object ID for cursor-based pagination. Returns objects after this ID in reverse chronological order.\").optional(),\n limit: z.number().int().describe(\"Number of objects to return, between 1-100. Default is 25.\").optional(),\n before: z.string().describe(\"Object ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.\").optional(),\n}).describe(\"Request model for listing all teams in the account.\");\nconst ScheduleonceListAllTeams_TeamObjectSchema = z.object({\n id: z.string().describe(\"Unique identifier for the team\").nullable().optional(),\n name: z.string().describe(\"The name of the team\").nullable().optional(),\n object: z.string().describe(\"Object type, always 'team'\").nullable().optional(),\n creation_time: z.string().describe(\"ISO 8601 timestamp of when the team was created\").nullable().optional(),\n last_updated_time: z.string().describe(\"ISO 8601 timestamp of when the team was last updated\").nullable().optional(),\n}).describe(\"Model for a team object.\");\nexport const ScheduleonceListAllTeamsOutput = z.object({\n data: z.array(ScheduleonceListAllTeams_TeamObjectSchema).describe(\"Array of team objects\"),\n object: z.string().describe(\"Object type, always 'list'\").nullable().optional(),\n has_more: z.boolean().describe(\"Whether there are more results available\").nullable().optional(),\n}).describe(\"Response model for listing all teams.\");\n\nexport const scheduleonceListAllTeams = action(\"SCHEDULEONCE_LIST_ALL_TEAMS\", {\n slug: \"scheduleonce-list-all-teams\",\n name: \"List All Teams\",\n description: \"Tool to list all teams in the OnceHub account. Use when you need to retrieve team information with optional cursor-based pagination.\",\n input: ScheduleonceListAllTeamsInput,\n output: ScheduleonceListAllTeamsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAAgCA,IAAAA,EAAE,OAAO;CACpD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sGAAsG,CAAC,CAAC,SAAS;CAC5I,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CACxG,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wIAAwI,CAAC,CAAC,SAAS;AACjL,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAM,4CAA4CA,IAAAA,EAAE,OAAO;CACzD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrH,CAAC,CAAC,CAAC,SAAS,0BAA0B;AACtC,MAAa,iCAAiCA,IAAAA,EAAE,OAAO;CACrD,MAAMA,IAAAA,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,uBAAuB;CACzF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjG,CAAC,CAAC,CAAC,SAAS,uCAAuC;AAEnD,MAAa,2BAA2BC,eAAAA,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"list-all-teams.cjs","names":["z","action"],"sources":["../../src/actions/list-all-teams.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScheduleonceListAllTeamsInput = z.object({\n after: z.string().describe(\"Object ID for cursor-based pagination. Returns objects after this ID in reverse chronological order.\").optional(),\n limit: z.number().int().describe(\"Number of objects to return, between 1-100. Default is 25.\").optional(),\n before: z.string().describe(\"Object ID for cursor-based pagination. Returns objects before this ID in reverse chronological order. Mutually exclusive with 'after'.\").optional(),\n}).describe(\"Request model for listing all teams in the account.\");\nconst ScheduleonceListAllTeams_TeamObjectSchema = z.object({\n id: z.string().describe(\"Unique identifier for the team\").nullable().optional(),\n name: z.string().describe(\"The name of the team\").nullable().optional(),\n object: z.string().describe(\"Object type, always 'team'\").nullable().optional(),\n creation_time: z.string().describe(\"ISO 8601 timestamp of when the team was created\").nullable().optional(),\n last_updated_time: z.string().describe(\"ISO 8601 timestamp of when the team was last updated\").nullable().optional(),\n}).passthrough().describe(\"Model for a team object.\");\nexport const ScheduleonceListAllTeamsOutput = z.object({\n data: z.array(ScheduleonceListAllTeams_TeamObjectSchema).describe(\"Array of team objects\"),\n object: z.string().describe(\"Object type, always 'list'\").nullable().optional(),\n has_more: z.boolean().describe(\"Whether there are more results available\").nullable().optional(),\n}).passthrough().describe(\"Response model for listing all teams.\");\n\nexport const scheduleonceListAllTeams = action(\"SCHEDULEONCE_LIST_ALL_TEAMS\", {\n slug: \"scheduleonce-list-all-teams\",\n name: \"List All Teams\",\n description: \"Tool to list all teams in the OnceHub account. Use when you need to retrieve team information with optional cursor-based pagination.\",\n input: ScheduleonceListAllTeamsInput,\n output: ScheduleonceListAllTeamsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAAgCA,IAAAA,EAAE,OAAO;CACpD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sGAAsG,CAAC,CAAC,SAAS;CAC5I,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CACxG,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wIAAwI,CAAC,CAAC,SAAS;AACjL,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAM,4CAA4CA,IAAAA,EAAE,OAAO;CACzD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0BAA0B;AACpD,MAAa,iCAAiCA,IAAAA,EAAE,OAAO;CACrD,MAAMA,IAAAA,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,uBAAuB;CACzF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,uCAAuC;AAEjE,MAAa,2BAA2BC,eAAAA,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -13,10 +13,10 @@ declare const ScheduleonceListAllTeamsOutput: z.ZodObject<{
13
13
  object: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14
14
  creation_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
15
15
  last_updated_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
16
- }, z.core.$strip>>;
16
+ }, z.core.$loose>>;
17
17
  object: z.ZodOptional<z.ZodNullable<z.ZodString>>;
18
18
  has_more: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
19
- }, z.core.$strip>;
19
+ }, z.core.$loose>;
20
20
  declare const scheduleonceListAllTeams: import("@keystrokehq/action").WorkflowActionDefinition<{
21
21
  after?: string | undefined;
22
22
  limit?: number | undefined;
@@ -13,10 +13,10 @@ declare const ScheduleonceListAllTeamsOutput: z.ZodObject<{
13
13
  object: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14
14
  creation_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
15
15
  last_updated_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
16
- }, z.core.$strip>>;
16
+ }, z.core.$loose>>;
17
17
  object: z.ZodOptional<z.ZodNullable<z.ZodString>>;
18
18
  has_more: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
19
- }, z.core.$strip>;
19
+ }, z.core.$loose>;
20
20
  declare const scheduleonceListAllTeams: import("@keystrokehq/action").WorkflowActionDefinition<{
21
21
  after?: string | undefined;
22
22
  limit?: number | undefined;
@@ -12,7 +12,7 @@ const ScheduleonceListAllTeams_TeamObjectSchema = z.object({
12
12
  object: z.string().describe("Object type, always 'team'").nullable().optional(),
13
13
  creation_time: z.string().describe("ISO 8601 timestamp of when the team was created").nullable().optional(),
14
14
  last_updated_time: z.string().describe("ISO 8601 timestamp of when the team was last updated").nullable().optional()
15
- }).describe("Model for a team object.");
15
+ }).passthrough().describe("Model for a team object.");
16
16
  const scheduleonceListAllTeams = action("SCHEDULEONCE_LIST_ALL_TEAMS", {
17
17
  slug: "scheduleonce-list-all-teams",
18
18
  name: "List All Teams",
@@ -22,7 +22,7 @@ const scheduleonceListAllTeams = action("SCHEDULEONCE_LIST_ALL_TEAMS", {
22
22
  data: z.array(ScheduleonceListAllTeams_TeamObjectSchema).describe("Array of team objects"),
23
23
  object: z.string().describe("Object type, always 'list'").nullable().optional(),
24
24
  has_more: z.boolean().describe("Whether there are more results available").nullable().optional()
25
- }).describe("Response model for listing all teams.")
25
+ }).passthrough().describe("Response model for listing all teams.")
26
26
  });
27
27
  //#endregion
28
28
  export { scheduleonceListAllTeams };