@keystrokehq/follow_up_boss 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +17 -0
- package/dist/action.cjs +21 -0
- package/dist/action.cjs.map +1 -0
- package/dist/action.mjs +21 -0
- package/dist/action.mjs.map +1 -0
- package/dist/actions/create-action-plans-people.cjs +19 -0
- package/dist/actions/create-action-plans-people.cjs.map +1 -0
- package/dist/actions/create-action-plans-people.d.cts +9 -0
- package/dist/actions/create-action-plans-people.d.cts.map +1 -0
- package/dist/actions/create-action-plans-people.d.mts +9 -0
- package/dist/actions/create-action-plans-people.d.mts.map +1 -0
- package/dist/actions/create-action-plans-people.mjs +16 -0
- package/dist/actions/create-action-plans-people.mjs.map +1 -0
- package/dist/actions/create-appointment-outcome.cjs +23 -0
- package/dist/actions/create-appointment-outcome.cjs.map +1 -0
- package/dist/actions/create-appointment-outcome.d.cts +9 -0
- package/dist/actions/create-appointment-outcome.d.cts.map +1 -0
- package/dist/actions/create-appointment-outcome.d.mts +9 -0
- package/dist/actions/create-appointment-outcome.d.mts.map +1 -0
- package/dist/actions/create-appointment-outcome.mjs +20 -0
- package/dist/actions/create-appointment-outcome.mjs.map +1 -0
- package/dist/actions/create-appointment-types.cjs +23 -0
- package/dist/actions/create-appointment-types.cjs.map +1 -0
- package/dist/actions/create-appointment-types.d.cts +9 -0
- package/dist/actions/create-appointment-types.d.cts.map +1 -0
- package/dist/actions/create-appointment-types.d.mts +9 -0
- package/dist/actions/create-appointment-types.d.mts.map +1 -0
- package/dist/actions/create-appointment-types.mjs +20 -0
- package/dist/actions/create-appointment-types.mjs.map +1 -0
- package/dist/actions/create-appointment.cjs +62 -0
- package/dist/actions/create-appointment.cjs.map +1 -0
- package/dist/actions/create-appointment.d.cts +9 -0
- package/dist/actions/create-appointment.d.cts.map +1 -0
- package/dist/actions/create-appointment.d.mts +9 -0
- package/dist/actions/create-appointment.d.mts.map +1 -0
- package/dist/actions/create-appointment.mjs +61 -0
- package/dist/actions/create-appointment.mjs.map +1 -0
- package/dist/actions/create-call.cjs +34 -0
- package/dist/actions/create-call.cjs.map +1 -0
- package/dist/actions/create-call.d.cts +9 -0
- package/dist/actions/create-call.d.cts.map +1 -0
- package/dist/actions/create-call.d.mts +9 -0
- package/dist/actions/create-call.d.mts.map +1 -0
- package/dist/actions/create-call.mjs +31 -0
- package/dist/actions/create-call.mjs.map +1 -0
- package/dist/actions/create-custom-field.cjs +34 -0
- package/dist/actions/create-custom-field.cjs.map +1 -0
- package/dist/actions/create-custom-field.d.cts +9 -0
- package/dist/actions/create-custom-field.d.cts.map +1 -0
- package/dist/actions/create-custom-field.d.mts +9 -0
- package/dist/actions/create-custom-field.d.mts.map +1 -0
- package/dist/actions/create-custom-field.mjs +31 -0
- package/dist/actions/create-custom-field.mjs.map +1 -0
- package/dist/actions/create-deal-custom-field.cjs +38 -0
- package/dist/actions/create-deal-custom-field.cjs.map +1 -0
- package/dist/actions/create-deal-custom-field.d.cts +9 -0
- package/dist/actions/create-deal-custom-field.d.cts.map +1 -0
- package/dist/actions/create-deal-custom-field.d.mts +9 -0
- package/dist/actions/create-deal-custom-field.d.mts.map +1 -0
- package/dist/actions/create-deal-custom-field.mjs +35 -0
- package/dist/actions/create-deal-custom-field.mjs.map +1 -0
- package/dist/actions/create-deals.cjs +52 -0
- package/dist/actions/create-deals.cjs.map +1 -0
- package/dist/actions/create-deals.d.cts +9 -0
- package/dist/actions/create-deals.d.cts.map +1 -0
- package/dist/actions/create-deals.d.mts +9 -0
- package/dist/actions/create-deals.d.mts.map +1 -0
- package/dist/actions/create-deals.mjs +49 -0
- package/dist/actions/create-deals.mjs.map +1 -0
- package/dist/actions/create-em-campaign.cjs +29 -0
- package/dist/actions/create-em-campaign.cjs.map +1 -0
- package/dist/actions/create-em-campaign.d.cts +9 -0
- package/dist/actions/create-em-campaign.d.cts.map +1 -0
- package/dist/actions/create-em-campaign.d.mts +9 -0
- package/dist/actions/create-em-campaign.d.mts.map +1 -0
- package/dist/actions/create-em-campaign.mjs +26 -0
- package/dist/actions/create-em-campaign.mjs.map +1 -0
- package/dist/actions/create-em-events.cjs +32 -0
- package/dist/actions/create-em-events.cjs.map +1 -0
- package/dist/actions/create-em-events.d.cts +9 -0
- package/dist/actions/create-em-events.d.cts.map +1 -0
- package/dist/actions/create-em-events.d.mts +9 -0
- package/dist/actions/create-em-events.d.mts.map +1 -0
- package/dist/actions/create-em-events.mjs +29 -0
- package/dist/actions/create-em-events.mjs.map +1 -0
- package/dist/actions/create-events.cjs +104 -0
- package/dist/actions/create-events.cjs.map +1 -0
- package/dist/actions/create-events.d.cts +9 -0
- package/dist/actions/create-events.d.cts.map +1 -0
- package/dist/actions/create-events.d.mts +9 -0
- package/dist/actions/create-events.d.mts.map +1 -0
- package/dist/actions/create-events.mjs +101 -0
- package/dist/actions/create-events.mjs.map +1 -0
- package/dist/actions/create-groups.cjs +42 -0
- package/dist/actions/create-groups.cjs.map +1 -0
- package/dist/actions/create-groups.d.cts +9 -0
- package/dist/actions/create-groups.d.cts.map +1 -0
- package/dist/actions/create-groups.d.mts +9 -0
- package/dist/actions/create-groups.d.mts.map +1 -0
- package/dist/actions/create-groups.mjs +41 -0
- package/dist/actions/create-groups.mjs.map +1 -0
- package/dist/actions/create-pipelines.cjs +39 -0
- package/dist/actions/create-pipelines.cjs.map +1 -0
- package/dist/actions/create-pipelines.d.cts +9 -0
- package/dist/actions/create-pipelines.d.cts.map +1 -0
- package/dist/actions/create-pipelines.d.mts +9 -0
- package/dist/actions/create-pipelines.d.mts.map +1 -0
- package/dist/actions/create-pipelines.mjs +38 -0
- package/dist/actions/create-pipelines.mjs.map +1 -0
- package/dist/actions/create-ponds.cjs +25 -0
- package/dist/actions/create-ponds.cjs.map +1 -0
- package/dist/actions/create-ponds.d.cts +9 -0
- package/dist/actions/create-ponds.d.cts.map +1 -0
- package/dist/actions/create-ponds.d.mts +9 -0
- package/dist/actions/create-ponds.d.mts.map +1 -0
- package/dist/actions/create-ponds.mjs +22 -0
- package/dist/actions/create-ponds.mjs.map +1 -0
- package/dist/actions/create-reactions.cjs +30 -0
- package/dist/actions/create-reactions.cjs.map +1 -0
- package/dist/actions/create-reactions.d.cts +9 -0
- package/dist/actions/create-reactions.d.cts.map +1 -0
- package/dist/actions/create-reactions.d.mts +9 -0
- package/dist/actions/create-reactions.d.mts.map +1 -0
- package/dist/actions/create-reactions.mjs +27 -0
- package/dist/actions/create-reactions.mjs.map +1 -0
- package/dist/actions/create-stage.cjs +25 -0
- package/dist/actions/create-stage.cjs.map +1 -0
- package/dist/actions/create-stage.d.cts +9 -0
- package/dist/actions/create-stage.d.cts.map +1 -0
- package/dist/actions/create-stage.d.mts +9 -0
- package/dist/actions/create-stage.d.mts.map +1 -0
- package/dist/actions/create-stage.mjs +22 -0
- package/dist/actions/create-stage.mjs.map +1 -0
- package/dist/actions/create-teams.cjs +25 -0
- package/dist/actions/create-teams.cjs.map +1 -0
- package/dist/actions/create-teams.d.cts +9 -0
- package/dist/actions/create-teams.d.cts.map +1 -0
- package/dist/actions/create-teams.d.mts +9 -0
- package/dist/actions/create-teams.d.mts.map +1 -0
- package/dist/actions/create-teams.mjs +22 -0
- package/dist/actions/create-teams.mjs.map +1 -0
- package/dist/actions/create-template.cjs +40 -0
- package/dist/actions/create-template.cjs.map +1 -0
- package/dist/actions/create-template.d.cts +9 -0
- package/dist/actions/create-template.d.cts.map +1 -0
- package/dist/actions/create-template.d.mts +9 -0
- package/dist/actions/create-template.d.mts.map +1 -0
- package/dist/actions/create-template.mjs +39 -0
- package/dist/actions/create-template.mjs.map +1 -0
- package/dist/actions/create-text-message-template.cjs +41 -0
- package/dist/actions/create-text-message-template.cjs.map +1 -0
- package/dist/actions/create-text-message-template.d.cts +9 -0
- package/dist/actions/create-text-message-template.d.cts.map +1 -0
- package/dist/actions/create-text-message-template.d.mts +9 -0
- package/dist/actions/create-text-message-template.d.mts.map +1 -0
- package/dist/actions/create-text-message-template.mjs +40 -0
- package/dist/actions/create-text-message-template.mjs.map +1 -0
- package/dist/actions/delete-appointment-outcomes.cjs +19 -0
- package/dist/actions/delete-appointment-outcomes.cjs.map +1 -0
- package/dist/actions/delete-appointment-outcomes.d.cts +9 -0
- package/dist/actions/delete-appointment-outcomes.d.cts.map +1 -0
- package/dist/actions/delete-appointment-outcomes.d.mts +9 -0
- package/dist/actions/delete-appointment-outcomes.d.mts.map +1 -0
- package/dist/actions/delete-appointment-outcomes.mjs +16 -0
- package/dist/actions/delete-appointment-outcomes.mjs.map +1 -0
- package/dist/actions/delete-appointment-type.cjs +19 -0
- package/dist/actions/delete-appointment-type.cjs.map +1 -0
- package/dist/actions/delete-appointment-type.d.cts +9 -0
- package/dist/actions/delete-appointment-type.d.cts.map +1 -0
- package/dist/actions/delete-appointment-type.d.mts +9 -0
- package/dist/actions/delete-appointment-type.d.mts.map +1 -0
- package/dist/actions/delete-appointment-type.mjs +16 -0
- package/dist/actions/delete-appointment-type.mjs.map +1 -0
- package/dist/actions/delete-appointment.cjs +19 -0
- package/dist/actions/delete-appointment.cjs.map +1 -0
- package/dist/actions/delete-appointment.d.cts +9 -0
- package/dist/actions/delete-appointment.d.cts.map +1 -0
- package/dist/actions/delete-appointment.d.mts +9 -0
- package/dist/actions/delete-appointment.d.mts.map +1 -0
- package/dist/actions/delete-appointment.mjs +16 -0
- package/dist/actions/delete-appointment.mjs.map +1 -0
- package/dist/actions/delete-custom-field.cjs +16 -0
- package/dist/actions/delete-custom-field.cjs.map +1 -0
- package/dist/actions/delete-custom-field.d.cts +9 -0
- package/dist/actions/delete-custom-field.d.cts.map +1 -0
- package/dist/actions/delete-custom-field.d.mts +9 -0
- package/dist/actions/delete-custom-field.d.mts.map +1 -0
- package/dist/actions/delete-custom-field.mjs +13 -0
- package/dist/actions/delete-custom-field.mjs.map +1 -0
- package/dist/actions/delete-deal-custom-field.cjs +16 -0
- package/dist/actions/delete-deal-custom-field.cjs.map +1 -0
- package/dist/actions/delete-deal-custom-field.d.cts +9 -0
- package/dist/actions/delete-deal-custom-field.d.cts.map +1 -0
- package/dist/actions/delete-deal-custom-field.d.mts +9 -0
- package/dist/actions/delete-deal-custom-field.d.mts.map +1 -0
- package/dist/actions/delete-deal-custom-field.mjs +13 -0
- package/dist/actions/delete-deal-custom-field.mjs.map +1 -0
- package/dist/actions/delete-deal.cjs +19 -0
- package/dist/actions/delete-deal.cjs.map +1 -0
- package/dist/actions/delete-deal.d.cts +9 -0
- package/dist/actions/delete-deal.d.cts.map +1 -0
- package/dist/actions/delete-deal.d.mts +9 -0
- package/dist/actions/delete-deal.d.mts.map +1 -0
- package/dist/actions/delete-deal.mjs +16 -0
- package/dist/actions/delete-deal.mjs.map +1 -0
- package/dist/actions/delete-groups.cjs +16 -0
- package/dist/actions/delete-groups.cjs.map +1 -0
- package/dist/actions/delete-groups.d.cts +9 -0
- package/dist/actions/delete-groups.d.cts.map +1 -0
- package/dist/actions/delete-groups.d.mts +9 -0
- package/dist/actions/delete-groups.d.mts.map +1 -0
- package/dist/actions/delete-groups.mjs +13 -0
- package/dist/actions/delete-groups.mjs.map +1 -0
- package/dist/actions/delete-people-relationship.cjs +16 -0
- package/dist/actions/delete-people-relationship.cjs.map +1 -0
- package/dist/actions/delete-people-relationship.d.cts +9 -0
- package/dist/actions/delete-people-relationship.d.cts.map +1 -0
- package/dist/actions/delete-people-relationship.d.mts +9 -0
- package/dist/actions/delete-people-relationship.d.mts.map +1 -0
- package/dist/actions/delete-people-relationship.mjs +13 -0
- package/dist/actions/delete-people-relationship.mjs.map +1 -0
- package/dist/actions/delete-pipeline.cjs +19 -0
- package/dist/actions/delete-pipeline.cjs.map +1 -0
- package/dist/actions/delete-pipeline.d.cts +9 -0
- package/dist/actions/delete-pipeline.d.cts.map +1 -0
- package/dist/actions/delete-pipeline.d.mts +9 -0
- package/dist/actions/delete-pipeline.d.mts.map +1 -0
- package/dist/actions/delete-pipeline.mjs +16 -0
- package/dist/actions/delete-pipeline.mjs.map +1 -0
- package/dist/actions/delete-pond.cjs +19 -0
- package/dist/actions/delete-pond.cjs.map +1 -0
- package/dist/actions/delete-pond.d.cts +9 -0
- package/dist/actions/delete-pond.d.cts.map +1 -0
- package/dist/actions/delete-pond.d.mts +9 -0
- package/dist/actions/delete-pond.d.mts.map +1 -0
- package/dist/actions/delete-pond.mjs +16 -0
- package/dist/actions/delete-pond.mjs.map +1 -0
- package/dist/actions/delete-stage.cjs +22 -0
- package/dist/actions/delete-stage.cjs.map +1 -0
- package/dist/actions/delete-stage.d.cts +9 -0
- package/dist/actions/delete-stage.d.cts.map +1 -0
- package/dist/actions/delete-stage.d.mts +9 -0
- package/dist/actions/delete-stage.d.mts.map +1 -0
- package/dist/actions/delete-stage.mjs +19 -0
- package/dist/actions/delete-stage.mjs.map +1 -0
- package/dist/actions/delete-teams.cjs +19 -0
- package/dist/actions/delete-teams.cjs.map +1 -0
- package/dist/actions/delete-teams.d.cts +9 -0
- package/dist/actions/delete-teams.d.cts.map +1 -0
- package/dist/actions/delete-teams.d.mts +9 -0
- package/dist/actions/delete-teams.d.mts.map +1 -0
- package/dist/actions/delete-teams.mjs +16 -0
- package/dist/actions/delete-teams.mjs.map +1 -0
- package/dist/actions/delete-text-message-template.cjs +16 -0
- package/dist/actions/delete-text-message-template.cjs.map +1 -0
- package/dist/actions/delete-text-message-template.d.cts +9 -0
- package/dist/actions/delete-text-message-template.d.cts.map +1 -0
- package/dist/actions/delete-text-message-template.d.mts +9 -0
- package/dist/actions/delete-text-message-template.d.mts.map +1 -0
- package/dist/actions/delete-text-message-template.mjs +13 -0
- package/dist/actions/delete-text-message-template.mjs.map +1 -0
- package/dist/actions/get-appointment-outcome.cjs +20 -0
- package/dist/actions/get-appointment-outcome.cjs.map +1 -0
- package/dist/actions/get-appointment-outcome.d.cts +9 -0
- package/dist/actions/get-appointment-outcome.d.cts.map +1 -0
- package/dist/actions/get-appointment-outcome.d.mts +9 -0
- package/dist/actions/get-appointment-outcome.d.mts.map +1 -0
- package/dist/actions/get-appointment-outcome.mjs +17 -0
- package/dist/actions/get-appointment-outcome.mjs.map +1 -0
- package/dist/actions/get-appointment-types.cjs +20 -0
- package/dist/actions/get-appointment-types.cjs.map +1 -0
- package/dist/actions/get-appointment-types.d.cts +9 -0
- package/dist/actions/get-appointment-types.d.cts.map +1 -0
- package/dist/actions/get-appointment-types.d.mts +9 -0
- package/dist/actions/get-appointment-types.d.mts.map +1 -0
- package/dist/actions/get-appointment-types.mjs +17 -0
- package/dist/actions/get-appointment-types.mjs.map +1 -0
- package/dist/actions/get-appointment.cjs +46 -0
- package/dist/actions/get-appointment.cjs.map +1 -0
- package/dist/actions/get-appointment.d.cts +9 -0
- package/dist/actions/get-appointment.d.cts.map +1 -0
- package/dist/actions/get-appointment.d.mts +9 -0
- package/dist/actions/get-appointment.d.mts.map +1 -0
- package/dist/actions/get-appointment.mjs +45 -0
- package/dist/actions/get-appointment.mjs.map +1 -0
- package/dist/actions/get-call.cjs +32 -0
- package/dist/actions/get-call.cjs.map +1 -0
- package/dist/actions/get-call.d.cts +9 -0
- package/dist/actions/get-call.d.cts.map +1 -0
- package/dist/actions/get-call.d.mts +9 -0
- package/dist/actions/get-call.d.mts.map +1 -0
- package/dist/actions/get-call.mjs +29 -0
- package/dist/actions/get-call.mjs.map +1 -0
- package/dist/actions/get-deal-custom-field.cjs +25 -0
- package/dist/actions/get-deal-custom-field.cjs.map +1 -0
- package/dist/actions/get-deal-custom-field.d.cts +9 -0
- package/dist/actions/get-deal-custom-field.d.cts.map +1 -0
- package/dist/actions/get-deal-custom-field.d.mts +9 -0
- package/dist/actions/get-deal-custom-field.d.mts.map +1 -0
- package/dist/actions/get-deal-custom-field.mjs +22 -0
- package/dist/actions/get-deal-custom-field.mjs.map +1 -0
- package/dist/actions/get-deal.cjs +68 -0
- package/dist/actions/get-deal.cjs.map +1 -0
- package/dist/actions/get-deal.d.cts +9 -0
- package/dist/actions/get-deal.d.cts.map +1 -0
- package/dist/actions/get-deal.d.mts +9 -0
- package/dist/actions/get-deal.d.mts.map +1 -0
- package/dist/actions/get-deal.mjs +67 -0
- package/dist/actions/get-deal.mjs.map +1 -0
- package/dist/actions/get-event.cjs +66 -0
- package/dist/actions/get-event.cjs.map +1 -0
- package/dist/actions/get-event.d.cts +9 -0
- package/dist/actions/get-event.d.cts.map +1 -0
- package/dist/actions/get-event.d.mts +9 -0
- package/dist/actions/get-event.d.mts.map +1 -0
- package/dist/actions/get-event.mjs +65 -0
- package/dist/actions/get-event.mjs.map +1 -0
- package/dist/actions/get-groups.cjs +35 -0
- package/dist/actions/get-groups.cjs.map +1 -0
- package/dist/actions/get-groups.d.cts +9 -0
- package/dist/actions/get-groups.d.cts.map +1 -0
- package/dist/actions/get-groups.d.mts +9 -0
- package/dist/actions/get-groups.d.mts.map +1 -0
- package/dist/actions/get-groups.mjs +34 -0
- package/dist/actions/get-groups.mjs.map +1 -0
- package/dist/actions/get-identity.cjs +33 -0
- package/dist/actions/get-identity.cjs.map +1 -0
- package/dist/actions/get-identity.d.cts +9 -0
- package/dist/actions/get-identity.d.cts.map +1 -0
- package/dist/actions/get-identity.d.mts +9 -0
- package/dist/actions/get-identity.d.mts.map +1 -0
- package/dist/actions/get-identity.mjs +32 -0
- package/dist/actions/get-identity.mjs.map +1 -0
- package/dist/actions/get-me.cjs +55 -0
- package/dist/actions/get-me.cjs.map +1 -0
- package/dist/actions/get-me.d.cts +9 -0
- package/dist/actions/get-me.d.cts.map +1 -0
- package/dist/actions/get-me.d.mts +9 -0
- package/dist/actions/get-me.d.mts.map +1 -0
- package/dist/actions/get-me.mjs +54 -0
- package/dist/actions/get-me.mjs.map +1 -0
- package/dist/actions/get-people-relationship.cjs +24 -0
- package/dist/actions/get-people-relationship.cjs.map +1 -0
- package/dist/actions/get-people-relationship.d.cts +9 -0
- package/dist/actions/get-people-relationship.d.cts.map +1 -0
- package/dist/actions/get-people-relationship.d.mts +9 -0
- package/dist/actions/get-people-relationship.d.mts.map +1 -0
- package/dist/actions/get-people-relationship.mjs +21 -0
- package/dist/actions/get-people-relationship.mjs.map +1 -0
- package/dist/actions/get-pipelines.cjs +29 -0
- package/dist/actions/get-pipelines.cjs.map +1 -0
- package/dist/actions/get-pipelines.d.cts +9 -0
- package/dist/actions/get-pipelines.d.cts.map +1 -0
- package/dist/actions/get-pipelines.d.mts +9 -0
- package/dist/actions/get-pipelines.d.mts.map +1 -0
- package/dist/actions/get-pipelines.mjs +28 -0
- package/dist/actions/get-pipelines.mjs.map +1 -0
- package/dist/actions/get-ponds.cjs +21 -0
- package/dist/actions/get-ponds.cjs.map +1 -0
- package/dist/actions/get-ponds.d.cts +9 -0
- package/dist/actions/get-ponds.d.cts.map +1 -0
- package/dist/actions/get-ponds.d.mts +9 -0
- package/dist/actions/get-ponds.d.mts.map +1 -0
- package/dist/actions/get-ponds.mjs +18 -0
- package/dist/actions/get-ponds.mjs.map +1 -0
- package/dist/actions/get-smart-list.cjs +19 -0
- package/dist/actions/get-smart-list.cjs.map +1 -0
- package/dist/actions/get-smart-list.d.cts +9 -0
- package/dist/actions/get-smart-list.d.cts.map +1 -0
- package/dist/actions/get-smart-list.d.mts +9 -0
- package/dist/actions/get-smart-list.d.mts.map +1 -0
- package/dist/actions/get-smart-list.mjs +16 -0
- package/dist/actions/get-smart-list.mjs.map +1 -0
- package/dist/actions/get-stage.cjs +22 -0
- package/dist/actions/get-stage.cjs.map +1 -0
- package/dist/actions/get-stage.d.cts +9 -0
- package/dist/actions/get-stage.d.cts.map +1 -0
- package/dist/actions/get-stage.d.mts +9 -0
- package/dist/actions/get-stage.d.mts.map +1 -0
- package/dist/actions/get-stage.mjs +19 -0
- package/dist/actions/get-stage.mjs.map +1 -0
- package/dist/actions/get-teams.cjs +21 -0
- package/dist/actions/get-teams.cjs.map +1 -0
- package/dist/actions/get-teams.d.cts +9 -0
- package/dist/actions/get-teams.d.cts.map +1 -0
- package/dist/actions/get-teams.d.mts +9 -0
- package/dist/actions/get-teams.d.mts.map +1 -0
- package/dist/actions/get-teams.mjs +18 -0
- package/dist/actions/get-teams.mjs.map +1 -0
- package/dist/actions/get-template.cjs +37 -0
- package/dist/actions/get-template.cjs.map +1 -0
- package/dist/actions/get-template.d.cts +9 -0
- package/dist/actions/get-template.d.cts.map +1 -0
- package/dist/actions/get-template.d.mts +9 -0
- package/dist/actions/get-template.d.mts.map +1 -0
- package/dist/actions/get-template.mjs +36 -0
- package/dist/actions/get-template.mjs.map +1 -0
- package/dist/actions/get-text-message-template.cjs +30 -0
- package/dist/actions/get-text-message-template.cjs.map +1 -0
- package/dist/actions/get-text-message-template.d.cts +9 -0
- package/dist/actions/get-text-message-template.d.cts.map +1 -0
- package/dist/actions/get-text-message-template.d.mts +9 -0
- package/dist/actions/get-text-message-template.d.mts.map +1 -0
- package/dist/actions/get-text-message-template.mjs +29 -0
- package/dist/actions/get-text-message-template.mjs.map +1 -0
- package/dist/actions/get-text-message.cjs +47 -0
- package/dist/actions/get-text-message.cjs.map +1 -0
- package/dist/actions/get-text-message.d.cts +9 -0
- package/dist/actions/get-text-message.d.cts.map +1 -0
- package/dist/actions/get-text-message.d.mts +9 -0
- package/dist/actions/get-text-message.d.mts.map +1 -0
- package/dist/actions/get-text-message.mjs +46 -0
- package/dist/actions/get-text-message.mjs.map +1 -0
- package/dist/actions/get-user.cjs +36 -0
- package/dist/actions/get-user.cjs.map +1 -0
- package/dist/actions/get-user.d.cts +9 -0
- package/dist/actions/get-user.d.cts.map +1 -0
- package/dist/actions/get-user.d.mts +9 -0
- package/dist/actions/get-user.d.mts.map +1 -0
- package/dist/actions/get-user.mjs +35 -0
- package/dist/actions/get-user.mjs.map +1 -0
- package/dist/actions/index.cjs +199 -0
- package/dist/actions/index.d.cts +100 -0
- package/dist/actions/index.d.mts +100 -0
- package/dist/actions/index.mjs +100 -0
- package/dist/actions/list-action-plans-people.cjs +39 -0
- package/dist/actions/list-action-plans-people.cjs.map +1 -0
- package/dist/actions/list-action-plans-people.d.cts +9 -0
- package/dist/actions/list-action-plans-people.d.cts.map +1 -0
- package/dist/actions/list-action-plans-people.d.mts +9 -0
- package/dist/actions/list-action-plans-people.d.mts.map +1 -0
- package/dist/actions/list-action-plans-people.mjs +38 -0
- package/dist/actions/list-action-plans-people.mjs.map +1 -0
- package/dist/actions/list-action-plans.cjs +41 -0
- package/dist/actions/list-action-plans.cjs.map +1 -0
- package/dist/actions/list-action-plans.d.cts +9 -0
- package/dist/actions/list-action-plans.d.cts.map +1 -0
- package/dist/actions/list-action-plans.d.mts +9 -0
- package/dist/actions/list-action-plans.d.mts.map +1 -0
- package/dist/actions/list-action-plans.mjs +40 -0
- package/dist/actions/list-action-plans.mjs.map +1 -0
- package/dist/actions/list-appointment-outcomes.cjs +36 -0
- package/dist/actions/list-appointment-outcomes.cjs.map +1 -0
- package/dist/actions/list-appointment-outcomes.d.cts +9 -0
- package/dist/actions/list-appointment-outcomes.d.cts.map +1 -0
- package/dist/actions/list-appointment-outcomes.d.mts +9 -0
- package/dist/actions/list-appointment-outcomes.d.mts.map +1 -0
- package/dist/actions/list-appointment-outcomes.mjs +35 -0
- package/dist/actions/list-appointment-outcomes.mjs.map +1 -0
- package/dist/actions/list-appointment-types.cjs +36 -0
- package/dist/actions/list-appointment-types.cjs.map +1 -0
- package/dist/actions/list-appointment-types.d.cts +9 -0
- package/dist/actions/list-appointment-types.d.cts.map +1 -0
- package/dist/actions/list-appointment-types.d.mts +9 -0
- package/dist/actions/list-appointment-types.d.mts.map +1 -0
- package/dist/actions/list-appointment-types.mjs +35 -0
- package/dist/actions/list-appointment-types.mjs.map +1 -0
- package/dist/actions/list-appointments.cjs +66 -0
- package/dist/actions/list-appointments.cjs.map +1 -0
- package/dist/actions/list-appointments.d.cts +9 -0
- package/dist/actions/list-appointments.d.cts.map +1 -0
- package/dist/actions/list-appointments.d.mts +9 -0
- package/dist/actions/list-appointments.d.mts.map +1 -0
- package/dist/actions/list-appointments.mjs +65 -0
- package/dist/actions/list-appointments.mjs.map +1 -0
- package/dist/actions/list-calls.cjs +50 -0
- package/dist/actions/list-calls.cjs.map +1 -0
- package/dist/actions/list-calls.d.cts +9 -0
- package/dist/actions/list-calls.d.cts.map +1 -0
- package/dist/actions/list-calls.d.mts +9 -0
- package/dist/actions/list-calls.d.mts.map +1 -0
- package/dist/actions/list-calls.mjs +49 -0
- package/dist/actions/list-calls.mjs.map +1 -0
- package/dist/actions/list-custom-fields.cjs +44 -0
- package/dist/actions/list-custom-fields.cjs.map +1 -0
- package/dist/actions/list-custom-fields.d.cts +9 -0
- package/dist/actions/list-custom-fields.d.cts.map +1 -0
- package/dist/actions/list-custom-fields.d.mts +9 -0
- package/dist/actions/list-custom-fields.d.mts.map +1 -0
- package/dist/actions/list-custom-fields.mjs +43 -0
- package/dist/actions/list-custom-fields.mjs.map +1 -0
- package/dist/actions/list-deal-custom-fields.cjs +46 -0
- package/dist/actions/list-deal-custom-fields.cjs.map +1 -0
- package/dist/actions/list-deal-custom-fields.d.cts +9 -0
- package/dist/actions/list-deal-custom-fields.d.cts.map +1 -0
- package/dist/actions/list-deal-custom-fields.d.mts +9 -0
- package/dist/actions/list-deal-custom-fields.d.mts.map +1 -0
- package/dist/actions/list-deal-custom-fields.mjs +45 -0
- package/dist/actions/list-deal-custom-fields.mjs.map +1 -0
- package/dist/actions/list-deals.cjs +71 -0
- package/dist/actions/list-deals.cjs.map +1 -0
- package/dist/actions/list-deals.d.cts +9 -0
- package/dist/actions/list-deals.d.cts.map +1 -0
- package/dist/actions/list-deals.d.mts +9 -0
- package/dist/actions/list-deals.d.mts.map +1 -0
- package/dist/actions/list-deals.mjs +70 -0
- package/dist/actions/list-deals.mjs.map +1 -0
- package/dist/actions/list-em-campaigns.cjs +40 -0
- package/dist/actions/list-em-campaigns.cjs.map +1 -0
- package/dist/actions/list-em-campaigns.d.cts +9 -0
- package/dist/actions/list-em-campaigns.d.cts.map +1 -0
- package/dist/actions/list-em-campaigns.d.mts +9 -0
- package/dist/actions/list-em-campaigns.d.mts.map +1 -0
- package/dist/actions/list-em-campaigns.mjs +39 -0
- package/dist/actions/list-em-campaigns.mjs.map +1 -0
- package/dist/actions/list-em-events.cjs +50 -0
- package/dist/actions/list-em-events.cjs.map +1 -0
- package/dist/actions/list-em-events.d.cts +9 -0
- package/dist/actions/list-em-events.d.cts.map +1 -0
- package/dist/actions/list-em-events.d.mts +9 -0
- package/dist/actions/list-em-events.d.mts.map +1 -0
- package/dist/actions/list-em-events.mjs +49 -0
- package/dist/actions/list-em-events.mjs.map +1 -0
- package/dist/actions/list-events.cjs +89 -0
- package/dist/actions/list-events.cjs.map +1 -0
- package/dist/actions/list-events.d.cts +9 -0
- package/dist/actions/list-events.d.cts.map +1 -0
- package/dist/actions/list-events.d.mts +9 -0
- package/dist/actions/list-events.d.mts.map +1 -0
- package/dist/actions/list-events.mjs +88 -0
- package/dist/actions/list-events.mjs.map +1 -0
- package/dist/actions/list-groups-round-robin.cjs +56 -0
- package/dist/actions/list-groups-round-robin.cjs.map +1 -0
- package/dist/actions/list-groups-round-robin.d.cts +9 -0
- package/dist/actions/list-groups-round-robin.d.cts.map +1 -0
- package/dist/actions/list-groups-round-robin.d.mts +9 -0
- package/dist/actions/list-groups-round-robin.d.mts.map +1 -0
- package/dist/actions/list-groups-round-robin.mjs +55 -0
- package/dist/actions/list-groups-round-robin.mjs.map +1 -0
- package/dist/actions/list-groups.cjs +68 -0
- package/dist/actions/list-groups.cjs.map +1 -0
- package/dist/actions/list-groups.d.cts +9 -0
- package/dist/actions/list-groups.d.cts.map +1 -0
- package/dist/actions/list-groups.d.mts +9 -0
- package/dist/actions/list-groups.d.mts.map +1 -0
- package/dist/actions/list-groups.mjs +67 -0
- package/dist/actions/list-groups.mjs.map +1 -0
- package/dist/actions/list-inbox-apps.cjs +38 -0
- package/dist/actions/list-inbox-apps.cjs.map +1 -0
- package/dist/actions/list-inbox-apps.d.cts +9 -0
- package/dist/actions/list-inbox-apps.d.cts.map +1 -0
- package/dist/actions/list-inbox-apps.d.mts +9 -0
- package/dist/actions/list-inbox-apps.d.mts.map +1 -0
- package/dist/actions/list-inbox-apps.mjs +37 -0
- package/dist/actions/list-inbox-apps.mjs.map +1 -0
- package/dist/actions/list-people-relationships.cjs +42 -0
- package/dist/actions/list-people-relationships.cjs.map +1 -0
- package/dist/actions/list-people-relationships.d.cts +9 -0
- package/dist/actions/list-people-relationships.d.cts.map +1 -0
- package/dist/actions/list-people-relationships.d.mts +9 -0
- package/dist/actions/list-people-relationships.d.mts.map +1 -0
- package/dist/actions/list-people-relationships.mjs +41 -0
- package/dist/actions/list-people-relationships.mjs.map +1 -0
- package/dist/actions/list-pipelines.cjs +39 -0
- package/dist/actions/list-pipelines.cjs.map +1 -0
- package/dist/actions/list-pipelines.d.cts +9 -0
- package/dist/actions/list-pipelines.d.cts.map +1 -0
- package/dist/actions/list-pipelines.d.mts +9 -0
- package/dist/actions/list-pipelines.d.mts.map +1 -0
- package/dist/actions/list-pipelines.mjs +38 -0
- package/dist/actions/list-pipelines.mjs.map +1 -0
- package/dist/actions/list-ponds.cjs +34 -0
- package/dist/actions/list-ponds.cjs.map +1 -0
- package/dist/actions/list-ponds.d.cts +9 -0
- package/dist/actions/list-ponds.d.cts.map +1 -0
- package/dist/actions/list-ponds.d.mts +9 -0
- package/dist/actions/list-ponds.d.mts.map +1 -0
- package/dist/actions/list-ponds.mjs +33 -0
- package/dist/actions/list-ponds.mjs.map +1 -0
- package/dist/actions/list-smart-lists.cjs +37 -0
- package/dist/actions/list-smart-lists.cjs.map +1 -0
- package/dist/actions/list-smart-lists.d.cts +9 -0
- package/dist/actions/list-smart-lists.d.cts.map +1 -0
- package/dist/actions/list-smart-lists.d.mts +9 -0
- package/dist/actions/list-smart-lists.d.mts.map +1 -0
- package/dist/actions/list-smart-lists.mjs +36 -0
- package/dist/actions/list-smart-lists.mjs.map +1 -0
- package/dist/actions/list-stages.cjs +40 -0
- package/dist/actions/list-stages.cjs.map +1 -0
- package/dist/actions/list-stages.d.cts +9 -0
- package/dist/actions/list-stages.d.cts.map +1 -0
- package/dist/actions/list-stages.d.mts +9 -0
- package/dist/actions/list-stages.d.mts.map +1 -0
- package/dist/actions/list-stages.mjs +39 -0
- package/dist/actions/list-stages.mjs.map +1 -0
- package/dist/actions/list-team-inboxes.cjs +28 -0
- package/dist/actions/list-team-inboxes.cjs.map +1 -0
- package/dist/actions/list-team-inboxes.d.cts +9 -0
- package/dist/actions/list-team-inboxes.d.cts.map +1 -0
- package/dist/actions/list-team-inboxes.d.mts +9 -0
- package/dist/actions/list-team-inboxes.d.mts.map +1 -0
- package/dist/actions/list-team-inboxes.mjs +27 -0
- package/dist/actions/list-team-inboxes.mjs.map +1 -0
- package/dist/actions/list-teams.cjs +34 -0
- package/dist/actions/list-teams.cjs.map +1 -0
- package/dist/actions/list-teams.d.cts +9 -0
- package/dist/actions/list-teams.d.cts.map +1 -0
- package/dist/actions/list-teams.d.mts +9 -0
- package/dist/actions/list-teams.d.mts.map +1 -0
- package/dist/actions/list-teams.mjs +33 -0
- package/dist/actions/list-teams.mjs.map +1 -0
- package/dist/actions/list-templates.cjs +49 -0
- package/dist/actions/list-templates.cjs.map +1 -0
- package/dist/actions/list-templates.d.cts +9 -0
- package/dist/actions/list-templates.d.cts.map +1 -0
- package/dist/actions/list-templates.d.mts +9 -0
- package/dist/actions/list-templates.d.mts.map +1 -0
- package/dist/actions/list-templates.mjs +48 -0
- package/dist/actions/list-templates.mjs.map +1 -0
- package/dist/actions/list-text-message-templates.cjs +45 -0
- package/dist/actions/list-text-message-templates.cjs.map +1 -0
- package/dist/actions/list-text-message-templates.d.cts +9 -0
- package/dist/actions/list-text-message-templates.d.cts.map +1 -0
- package/dist/actions/list-text-message-templates.d.mts +9 -0
- package/dist/actions/list-text-message-templates.d.mts.map +1 -0
- package/dist/actions/list-text-message-templates.mjs +44 -0
- package/dist/actions/list-text-message-templates.mjs.map +1 -0
- package/dist/actions/list-text-messages.cjs +70 -0
- package/dist/actions/list-text-messages.cjs.map +1 -0
- package/dist/actions/list-text-messages.d.cts +9 -0
- package/dist/actions/list-text-messages.d.cts.map +1 -0
- package/dist/actions/list-text-messages.d.mts +9 -0
- package/dist/actions/list-text-messages.d.mts.map +1 -0
- package/dist/actions/list-text-messages.mjs +69 -0
- package/dist/actions/list-text-messages.mjs.map +1 -0
- package/dist/actions/list-timeframes.cjs +31 -0
- package/dist/actions/list-timeframes.cjs.map +1 -0
- package/dist/actions/list-timeframes.d.cts +9 -0
- package/dist/actions/list-timeframes.d.cts.map +1 -0
- package/dist/actions/list-timeframes.d.mts +9 -0
- package/dist/actions/list-timeframes.d.mts.map +1 -0
- package/dist/actions/list-timeframes.mjs +30 -0
- package/dist/actions/list-timeframes.mjs.map +1 -0
- package/dist/actions/list-users.cjs +56 -0
- package/dist/actions/list-users.cjs.map +1 -0
- package/dist/actions/list-users.d.cts +9 -0
- package/dist/actions/list-users.d.cts.map +1 -0
- package/dist/actions/list-users.d.mts +9 -0
- package/dist/actions/list-users.d.mts.map +1 -0
- package/dist/actions/list-users.mjs +55 -0
- package/dist/actions/list-users.mjs.map +1 -0
- package/dist/actions/list-webhooks.cjs +36 -0
- package/dist/actions/list-webhooks.cjs.map +1 -0
- package/dist/actions/list-webhooks.d.cts +9 -0
- package/dist/actions/list-webhooks.d.cts.map +1 -0
- package/dist/actions/list-webhooks.d.mts +9 -0
- package/dist/actions/list-webhooks.d.mts.map +1 -0
- package/dist/actions/list-webhooks.mjs +35 -0
- package/dist/actions/list-webhooks.mjs.map +1 -0
- package/dist/actions/merge-template.cjs +46 -0
- package/dist/actions/merge-template.cjs.map +1 -0
- package/dist/actions/merge-template.d.cts +9 -0
- package/dist/actions/merge-template.d.cts.map +1 -0
- package/dist/actions/merge-template.d.mts +9 -0
- package/dist/actions/merge-template.d.mts.map +1 -0
- package/dist/actions/merge-template.mjs +43 -0
- package/dist/actions/merge-template.mjs.map +1 -0
- package/dist/actions/merge-text-message-template.cjs +23 -0
- package/dist/actions/merge-text-message-template.cjs.map +1 -0
- package/dist/actions/merge-text-message-template.d.cts +9 -0
- package/dist/actions/merge-text-message-template.d.cts.map +1 -0
- package/dist/actions/merge-text-message-template.d.mts +9 -0
- package/dist/actions/merge-text-message-template.d.mts.map +1 -0
- package/dist/actions/merge-text-message-template.mjs +20 -0
- package/dist/actions/merge-text-message-template.mjs.map +1 -0
- package/dist/actions/update-action-plans-people.cjs +19 -0
- package/dist/actions/update-action-plans-people.cjs.map +1 -0
- package/dist/actions/update-action-plans-people.d.cts +9 -0
- package/dist/actions/update-action-plans-people.d.cts.map +1 -0
- package/dist/actions/update-action-plans-people.d.mts +9 -0
- package/dist/actions/update-action-plans-people.d.mts.map +1 -0
- package/dist/actions/update-action-plans-people.mjs +16 -0
- package/dist/actions/update-action-plans-people.mjs.map +1 -0
- package/dist/actions/update-appointment-outcomes.cjs +24 -0
- package/dist/actions/update-appointment-outcomes.cjs.map +1 -0
- package/dist/actions/update-appointment-outcomes.d.cts +9 -0
- package/dist/actions/update-appointment-outcomes.d.cts.map +1 -0
- package/dist/actions/update-appointment-outcomes.d.mts +9 -0
- package/dist/actions/update-appointment-outcomes.d.mts.map +1 -0
- package/dist/actions/update-appointment-outcomes.mjs +21 -0
- package/dist/actions/update-appointment-outcomes.mjs.map +1 -0
- package/dist/actions/update-appointment-types.cjs +24 -0
- package/dist/actions/update-appointment-types.cjs.map +1 -0
- package/dist/actions/update-appointment-types.d.cts +9 -0
- package/dist/actions/update-appointment-types.d.cts.map +1 -0
- package/dist/actions/update-appointment-types.d.mts +9 -0
- package/dist/actions/update-appointment-types.d.mts.map +1 -0
- package/dist/actions/update-appointment-types.mjs +21 -0
- package/dist/actions/update-appointment-types.mjs.map +1 -0
- package/dist/actions/update-appointment.cjs +63 -0
- package/dist/actions/update-appointment.cjs.map +1 -0
- package/dist/actions/update-appointment.d.cts +9 -0
- package/dist/actions/update-appointment.d.cts.map +1 -0
- package/dist/actions/update-appointment.d.mts +9 -0
- package/dist/actions/update-appointment.d.mts.map +1 -0
- package/dist/actions/update-appointment.mjs +62 -0
- package/dist/actions/update-appointment.mjs.map +1 -0
- package/dist/actions/update-calls.cjs +53 -0
- package/dist/actions/update-calls.cjs.map +1 -0
- package/dist/actions/update-calls.d.cts +9 -0
- package/dist/actions/update-calls.d.cts.map +1 -0
- package/dist/actions/update-calls.d.mts +9 -0
- package/dist/actions/update-calls.d.mts.map +1 -0
- package/dist/actions/update-calls.mjs +50 -0
- package/dist/actions/update-calls.mjs.map +1 -0
- package/dist/actions/update-custom-fields.cjs +30 -0
- package/dist/actions/update-custom-fields.cjs.map +1 -0
- package/dist/actions/update-custom-fields.d.cts +9 -0
- package/dist/actions/update-custom-fields.d.cts.map +1 -0
- package/dist/actions/update-custom-fields.d.mts +9 -0
- package/dist/actions/update-custom-fields.d.mts.map +1 -0
- package/dist/actions/update-custom-fields.mjs +27 -0
- package/dist/actions/update-custom-fields.mjs.map +1 -0
- package/dist/actions/update-deal-custom-fields.cjs +40 -0
- package/dist/actions/update-deal-custom-fields.cjs.map +1 -0
- package/dist/actions/update-deal-custom-fields.d.cts +9 -0
- package/dist/actions/update-deal-custom-fields.d.cts.map +1 -0
- package/dist/actions/update-deal-custom-fields.d.mts +9 -0
- package/dist/actions/update-deal-custom-fields.d.mts.map +1 -0
- package/dist/actions/update-deal-custom-fields.mjs +37 -0
- package/dist/actions/update-deal-custom-fields.mjs.map +1 -0
- package/dist/actions/update-deals.cjs +52 -0
- package/dist/actions/update-deals.cjs.map +1 -0
- package/dist/actions/update-deals.d.cts +9 -0
- package/dist/actions/update-deals.d.cts.map +1 -0
- package/dist/actions/update-deals.d.mts +9 -0
- package/dist/actions/update-deals.d.mts.map +1 -0
- package/dist/actions/update-deals.mjs +49 -0
- package/dist/actions/update-deals.mjs.map +1 -0
- package/dist/actions/update-em-campaigns.cjs +28 -0
- package/dist/actions/update-em-campaigns.cjs.map +1 -0
- package/dist/actions/update-em-campaigns.d.cts +9 -0
- package/dist/actions/update-em-campaigns.d.cts.map +1 -0
- package/dist/actions/update-em-campaigns.d.mts +9 -0
- package/dist/actions/update-em-campaigns.d.mts.map +1 -0
- package/dist/actions/update-em-campaigns.mjs +25 -0
- package/dist/actions/update-em-campaigns.mjs.map +1 -0
- package/dist/actions/update-groups.cjs +45 -0
- package/dist/actions/update-groups.cjs.map +1 -0
- package/dist/actions/update-groups.d.cts +9 -0
- package/dist/actions/update-groups.d.cts.map +1 -0
- package/dist/actions/update-groups.d.mts +9 -0
- package/dist/actions/update-groups.d.mts.map +1 -0
- package/dist/actions/update-groups.mjs +44 -0
- package/dist/actions/update-groups.mjs.map +1 -0
- package/dist/actions/update-people-relationships.cjs +50 -0
- package/dist/actions/update-people-relationships.cjs.map +1 -0
- package/dist/actions/update-people-relationships.d.cts +9 -0
- package/dist/actions/update-people-relationships.d.cts.map +1 -0
- package/dist/actions/update-people-relationships.d.mts +9 -0
- package/dist/actions/update-people-relationships.d.mts.map +1 -0
- package/dist/actions/update-people-relationships.mjs +47 -0
- package/dist/actions/update-people-relationships.mjs.map +1 -0
- package/dist/actions/update-pipelines.cjs +42 -0
- package/dist/actions/update-pipelines.cjs.map +1 -0
- package/dist/actions/update-pipelines.d.cts +9 -0
- package/dist/actions/update-pipelines.d.cts.map +1 -0
- package/dist/actions/update-pipelines.d.mts +9 -0
- package/dist/actions/update-pipelines.d.mts.map +1 -0
- package/dist/actions/update-pipelines.mjs +41 -0
- package/dist/actions/update-pipelines.mjs.map +1 -0
- package/dist/actions/update-ponds.cjs +26 -0
- package/dist/actions/update-ponds.cjs.map +1 -0
- package/dist/actions/update-ponds.d.cts +9 -0
- package/dist/actions/update-ponds.d.cts.map +1 -0
- package/dist/actions/update-ponds.d.mts +9 -0
- package/dist/actions/update-ponds.d.mts.map +1 -0
- package/dist/actions/update-ponds.mjs +23 -0
- package/dist/actions/update-ponds.mjs.map +1 -0
- package/dist/actions/update-stages.cjs +26 -0
- package/dist/actions/update-stages.cjs.map +1 -0
- package/dist/actions/update-stages.d.cts +9 -0
- package/dist/actions/update-stages.d.cts.map +1 -0
- package/dist/actions/update-stages.d.mts +9 -0
- package/dist/actions/update-stages.d.mts.map +1 -0
- package/dist/actions/update-stages.mjs +23 -0
- package/dist/actions/update-stages.mjs.map +1 -0
- package/dist/actions/update-teams.cjs +25 -0
- package/dist/actions/update-teams.cjs.map +1 -0
- package/dist/actions/update-teams.d.cts +9 -0
- package/dist/actions/update-teams.d.cts.map +1 -0
- package/dist/actions/update-teams.d.mts +9 -0
- package/dist/actions/update-teams.d.mts.map +1 -0
- package/dist/actions/update-teams.mjs +22 -0
- package/dist/actions/update-teams.mjs.map +1 -0
- package/dist/actions/update-templates.cjs +27 -0
- package/dist/actions/update-templates.cjs.map +1 -0
- package/dist/actions/update-templates.d.cts +9 -0
- package/dist/actions/update-templates.d.cts.map +1 -0
- package/dist/actions/update-templates.d.mts +9 -0
- package/dist/actions/update-templates.d.mts.map +1 -0
- package/dist/actions/update-templates.mjs +24 -0
- package/dist/actions/update-templates.mjs.map +1 -0
- package/dist/actions/update-text-message-template.cjs +42 -0
- package/dist/actions/update-text-message-template.cjs.map +1 -0
- package/dist/actions/update-text-message-template.d.cts +9 -0
- package/dist/actions/update-text-message-template.d.cts.map +1 -0
- package/dist/actions/update-text-message-template.d.mts +9 -0
- package/dist/actions/update-text-message-template.d.mts.map +1 -0
- package/dist/actions/update-text-message-template.mjs +41 -0
- package/dist/actions/update-text-message-template.mjs.map +1 -0
- package/dist/app.cjs +9 -0
- package/dist/app.cjs.map +1 -0
- package/dist/app.d.cts +5 -0
- package/dist/app.d.cts.map +1 -0
- package/dist/app.d.mts +5 -0
- package/dist/app.d.mts.map +1 -0
- package/dist/app.mjs +10 -0
- package/dist/app.mjs.map +1 -0
- package/dist/catalog.cjs +15 -0
- package/dist/catalog.cjs.map +1 -0
- package/dist/catalog.d.cts +14 -0
- package/dist/catalog.d.cts.map +1 -0
- package/dist/catalog.d.mts +14 -0
- package/dist/catalog.d.mts.map +1 -0
- package/dist/catalog.mjs +15 -0
- package/dist/catalog.mjs.map +1 -0
- package/dist/execute.cjs +18 -0
- package/dist/execute.cjs.map +1 -0
- package/dist/execute.mjs +18 -0
- package/dist/execute.mjs.map +1 -0
- package/dist/index.cjs +204 -0
- package/dist/index.d.cts +102 -0
- package/dist/index.d.mts +102 -0
- package/dist/index.mjs +103 -0
- package/package.json +49 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-teams.d.mts","names":[],"sources":["../../src/actions/delete-teams.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAG3C;AAAA,cACW,6BAAA,EAA+B,CAAA,CAAE,UAAkF;AAAA,cAEnH,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const followUpBossDeleteTeams = action("FOLLOW_UP_BOSS_DELETE_TEAMS", {
|
|
4
|
+
slug: "follow_up_boss-delete-teams",
|
|
5
|
+
name: "Delete Team",
|
|
6
|
+
description: "Tool to delete a team by its ID. Use when you need to remove a team from Follow Up Boss. Optionally merge team members to another team before deletion.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
id: z.string().describe("The team id to delete."),
|
|
9
|
+
moveToTeamId: z.number().int().describe("If you wish to merge two teams, use this parameter to indicate that all members of the current team should be made a member of the target team before this team is deleted.").optional()
|
|
10
|
+
}),
|
|
11
|
+
output: z.object({}).describe("Empty response for successful team deletion.")
|
|
12
|
+
});
|
|
13
|
+
//#endregion
|
|
14
|
+
export { followUpBossDeleteTeams };
|
|
15
|
+
|
|
16
|
+
//# sourceMappingURL=delete-teams.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-teams.mjs","names":[],"sources":["../../src/actions/delete-teams.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FollowUpBossDeleteTeamsInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The team id to delete.\"),\n moveToTeamId: z.number().int().describe(\"If you wish to merge two teams, use this parameter to indicate that all members of the current team should be made a member of the target team before this team is deleted.\").optional(),\n});\nexport const FollowUpBossDeleteTeamsOutput: z.ZodTypeAny = z.object({}).describe(\"Empty response for successful team deletion.\");\n\nexport const followUpBossDeleteTeams = action(\"FOLLOW_UP_BOSS_DELETE_TEAMS\", {\n slug: \"follow_up_boss-delete-teams\",\n name: \"Delete Team\",\n description: \"Tool to delete a team by its ID. Use when you need to remove a team from Follow Up Boss. Optionally merge team members to another team before deletion.\",\n input: FollowUpBossDeleteTeamsInput,\n output: FollowUpBossDeleteTeamsOutput,\n});\n"],"mappings":";;AAUA,MAAa,0BAA0B,OAAO,+BAA+B;CAC3E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAVwD,EAAE,OAAO;EACjE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;EAChD,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6KAA6K,CAAC,CAAC,SAAS;CAClO,CAOS;CACP,QAPyD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,8CAOvE;AACV,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/delete-text-message-template.ts
|
|
4
|
+
const FollowUpBossDeleteTextMessageTemplateInput = zod.z.object({ id: zod.z.number().int().describe("The ID of the text message template to delete.") }).describe("Request schema for deleting a text message template.");
|
|
5
|
+
const FollowUpBossDeleteTextMessageTemplateOutput = zod.z.object({}).describe("Response schema for deleting a text message template.\n\nOn successful deletion (200 OK), the response is an empty object.");
|
|
6
|
+
const followUpBossDeleteTextMessageTemplate = require_action.action("FOLLOW_UP_BOSS_DELETE_TEXT_MESSAGE_TEMPLATE", {
|
|
7
|
+
slug: "follow_up_boss-delete-text-message-template",
|
|
8
|
+
name: "Delete text message template",
|
|
9
|
+
description: "Tool to delete a text message template by ID. Use when you need to remove a text message template. Note: If the template is in use by an Action Plan, you will get a 403 Forbidden response. Use GET /textMessageTemplates/:id to check which Action Plans are using it before deletion.",
|
|
10
|
+
input: FollowUpBossDeleteTextMessageTemplateInput,
|
|
11
|
+
output: FollowUpBossDeleteTextMessageTemplateOutput
|
|
12
|
+
});
|
|
13
|
+
//#endregion
|
|
14
|
+
exports.followUpBossDeleteTextMessageTemplate = followUpBossDeleteTextMessageTemplate;
|
|
15
|
+
|
|
16
|
+
//# sourceMappingURL=delete-text-message-template.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-text-message-template.cjs","names":["z","action"],"sources":["../../src/actions/delete-text-message-template.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FollowUpBossDeleteTextMessageTemplateInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"The ID of the text message template to delete.\"),\n}).describe(\"Request schema for deleting a text message template.\");\nexport const FollowUpBossDeleteTextMessageTemplateOutput: z.ZodTypeAny = z.object({}).describe(\"Response schema for deleting a text message template.\\n\\nOn successful deletion (200 OK), the response is an empty object.\");\n\nexport const followUpBossDeleteTextMessageTemplate = action(\"FOLLOW_UP_BOSS_DELETE_TEXT_MESSAGE_TEMPLATE\", {\n slug: \"follow_up_boss-delete-text-message-template\",\n name: \"Delete text message template\",\n description: \"Tool to delete a text message template by ID. Use when you need to remove a text message template. Note: If the template is in use by an Action Plan, you will get a 403 Forbidden response. Use GET /textMessageTemplates/:id to check which Action Plans are using it before deletion.\",\n input: FollowUpBossDeleteTextMessageTemplateInput,\n output: FollowUpBossDeleteTextMessageTemplateOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6CAA2DA,IAAAA,EAAE,OAAO,EAC/E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD,EAChF,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAClE,MAAa,8CAA4DA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,4HAA4H;AAE3N,MAAa,wCAAwCC,eAAAA,OAAO,+CAA+C;CACzG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/delete-text-message-template.d.ts
|
|
4
|
+
declare const FollowUpBossDeleteTextMessageTemplateInput: z.ZodTypeAny;
|
|
5
|
+
declare const FollowUpBossDeleteTextMessageTemplateOutput: z.ZodTypeAny;
|
|
6
|
+
declare const followUpBossDeleteTextMessageTemplate: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { followUpBossDeleteTextMessageTemplate };
|
|
9
|
+
//# sourceMappingURL=delete-text-message-template.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-text-message-template.d.cts","names":[],"sources":["../../src/actions/delete-text-message-template.ts"],"mappings":";;;cAIa,0CAAA,EAA4C,CAAA,CAAE,UAEQ;AAAA,cACtD,2CAAA,EAA6C,CAAA,CAAE,UAAgK;AAAA,cAE/M,qCAAA,gCAAqC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/delete-text-message-template.d.ts
|
|
4
|
+
declare const FollowUpBossDeleteTextMessageTemplateInput: z.ZodTypeAny;
|
|
5
|
+
declare const FollowUpBossDeleteTextMessageTemplateOutput: z.ZodTypeAny;
|
|
6
|
+
declare const followUpBossDeleteTextMessageTemplate: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { followUpBossDeleteTextMessageTemplate };
|
|
9
|
+
//# sourceMappingURL=delete-text-message-template.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-text-message-template.d.mts","names":[],"sources":["../../src/actions/delete-text-message-template.ts"],"mappings":";;;cAIa,0CAAA,EAA4C,CAAA,CAAE,UAEQ;AAAA,cACtD,2CAAA,EAA6C,CAAA,CAAE,UAAgK;AAAA,cAE/M,qCAAA,gCAAqC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const followUpBossDeleteTextMessageTemplate = action("FOLLOW_UP_BOSS_DELETE_TEXT_MESSAGE_TEMPLATE", {
|
|
4
|
+
slug: "follow_up_boss-delete-text-message-template",
|
|
5
|
+
name: "Delete text message template",
|
|
6
|
+
description: "Tool to delete a text message template by ID. Use when you need to remove a text message template. Note: If the template is in use by an Action Plan, you will get a 403 Forbidden response. Use GET /textMessageTemplates/:id to check which Action Plans are using it before deletion.",
|
|
7
|
+
input: z.object({ id: z.number().int().describe("The ID of the text message template to delete.") }).describe("Request schema for deleting a text message template."),
|
|
8
|
+
output: z.object({}).describe("Response schema for deleting a text message template.\n\nOn successful deletion (200 OK), the response is an empty object.")
|
|
9
|
+
});
|
|
10
|
+
//#endregion
|
|
11
|
+
export { followUpBossDeleteTextMessageTemplate };
|
|
12
|
+
|
|
13
|
+
//# sourceMappingURL=delete-text-message-template.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-text-message-template.mjs","names":[],"sources":["../../src/actions/delete-text-message-template.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FollowUpBossDeleteTextMessageTemplateInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"The ID of the text message template to delete.\"),\n}).describe(\"Request schema for deleting a text message template.\");\nexport const FollowUpBossDeleteTextMessageTemplateOutput: z.ZodTypeAny = z.object({}).describe(\"Response schema for deleting a text message template.\\n\\nOn successful deletion (200 OK), the response is an empty object.\");\n\nexport const followUpBossDeleteTextMessageTemplate = action(\"FOLLOW_UP_BOSS_DELETE_TEXT_MESSAGE_TEMPLATE\", {\n slug: \"follow_up_boss-delete-text-message-template\",\n name: \"Delete text message template\",\n description: \"Tool to delete a text message template by ID. Use when you need to remove a text message template. Note: If the template is in use by an Action Plan, you will get a 403 Forbidden response. Use GET /textMessageTemplates/:id to check which Action Plans are using it before deletion.\",\n input: FollowUpBossDeleteTextMessageTemplateInput,\n output: FollowUpBossDeleteTextMessageTemplateOutput,\n});\n"],"mappings":";;AASA,MAAa,wCAAwC,OAAO,+CAA+C;CACzG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OATsE,EAAE,OAAO,EAC/E,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD,EAChF,CAAC,CAAC,CAAC,SAAS,sDAOH;CACP,QAPuE,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,4HAOrF;AACV,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-appointment-outcome.ts
|
|
4
|
+
const FollowUpBossGetAppointmentOutcomeInput = zod.z.object({ id: zod.z.number().int().describe("The id of the appointment outcome.") }).describe("Request model for retrieving an appointment outcome by ID.");
|
|
5
|
+
const FollowUpBossGetAppointmentOutcomeOutput = zod.z.object({
|
|
6
|
+
id: zod.z.number().int().describe("The unique identifier for the appointment outcome."),
|
|
7
|
+
name: zod.z.string().describe("The name of the appointment outcome."),
|
|
8
|
+
orderWeight: zod.z.number().int().describe("The order weight used for sorting appointment outcomes.")
|
|
9
|
+
}).describe("Response model for appointment outcome details.");
|
|
10
|
+
const followUpBossGetAppointmentOutcome = require_action.action("FOLLOW_UP_BOSS_GET_APPOINTMENT_OUTCOME", {
|
|
11
|
+
slug: "follow_up_boss-get-appointment-outcome",
|
|
12
|
+
name: "Get Appointment Outcome",
|
|
13
|
+
description: "Tool to retrieve an appointment outcome by ID. Use when you need to fetch details about a specific appointment outcome from Follow Up Boss.",
|
|
14
|
+
input: FollowUpBossGetAppointmentOutcomeInput,
|
|
15
|
+
output: FollowUpBossGetAppointmentOutcomeOutput
|
|
16
|
+
});
|
|
17
|
+
//#endregion
|
|
18
|
+
exports.followUpBossGetAppointmentOutcome = followUpBossGetAppointmentOutcome;
|
|
19
|
+
|
|
20
|
+
//# sourceMappingURL=get-appointment-outcome.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-appointment-outcome.cjs","names":["z","action"],"sources":["../../src/actions/get-appointment-outcome.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FollowUpBossGetAppointmentOutcomeInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"The id of the appointment outcome.\"),\n}).describe(\"Request model for retrieving an appointment outcome by ID.\");\nexport const FollowUpBossGetAppointmentOutcomeOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"The unique identifier for the appointment outcome.\"),\n name: z.string().describe(\"The name of the appointment outcome.\"),\n orderWeight: z.number().int().describe(\"The order weight used for sorting appointment outcomes.\"),\n}).describe(\"Response model for appointment outcome details.\");\n\nexport const followUpBossGetAppointmentOutcome = action(\"FOLLOW_UP_BOSS_GET_APPOINTMENT_OUTCOME\", {\n slug: \"follow_up_boss-get-appointment-outcome\",\n name: \"Get Appointment Outcome\",\n description: \"Tool to retrieve an appointment outcome by ID. Use when you need to fetch details about a specific appointment outcome from Follow Up Boss.\",\n input: FollowUpBossGetAppointmentOutcomeInput,\n output: FollowUpBossGetAppointmentOutcomeOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yCAAuDA,IAAAA,EAAE,OAAO,EAC3E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC,EACpE,CAAC,CAAC,CAAC,SAAS,4DAA4D;AACxE,MAAa,0CAAwDA,IAAAA,EAAE,OAAO;CAC5E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oDAAoD;CAClF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CAChE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yDAAyD;AAClG,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAE7D,MAAa,oCAAoCC,eAAAA,OAAO,0CAA0C;CAChG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-appointment-outcome.d.ts
|
|
4
|
+
declare const FollowUpBossGetAppointmentOutcomeInput: z.ZodTypeAny;
|
|
5
|
+
declare const FollowUpBossGetAppointmentOutcomeOutput: z.ZodTypeAny;
|
|
6
|
+
declare const followUpBossGetAppointmentOutcome: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { followUpBossGetAppointmentOutcome };
|
|
9
|
+
//# sourceMappingURL=get-appointment-outcome.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-appointment-outcome.d.cts","names":[],"sources":["../../src/actions/get-appointment-outcome.ts"],"mappings":";;;cAIa,sCAAA,EAAwC,CAAA,CAAE,UAEkB;AAAA,cAC5D,uCAAA,EAAyC,CAAA,CAAE,UAIM;AAAA,cAEjD,iCAAA,gCAAiC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-appointment-outcome.d.ts
|
|
4
|
+
declare const FollowUpBossGetAppointmentOutcomeInput: z.ZodTypeAny;
|
|
5
|
+
declare const FollowUpBossGetAppointmentOutcomeOutput: z.ZodTypeAny;
|
|
6
|
+
declare const followUpBossGetAppointmentOutcome: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { followUpBossGetAppointmentOutcome };
|
|
9
|
+
//# sourceMappingURL=get-appointment-outcome.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-appointment-outcome.d.mts","names":[],"sources":["../../src/actions/get-appointment-outcome.ts"],"mappings":";;;cAIa,sCAAA,EAAwC,CAAA,CAAE,UAEkB;AAAA,cAC5D,uCAAA,EAAyC,CAAA,CAAE,UAIM;AAAA,cAEjD,iCAAA,gCAAiC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const followUpBossGetAppointmentOutcome = action("FOLLOW_UP_BOSS_GET_APPOINTMENT_OUTCOME", {
|
|
4
|
+
slug: "follow_up_boss-get-appointment-outcome",
|
|
5
|
+
name: "Get Appointment Outcome",
|
|
6
|
+
description: "Tool to retrieve an appointment outcome by ID. Use when you need to fetch details about a specific appointment outcome from Follow Up Boss.",
|
|
7
|
+
input: z.object({ id: z.number().int().describe("The id of the appointment outcome.") }).describe("Request model for retrieving an appointment outcome by ID."),
|
|
8
|
+
output: z.object({
|
|
9
|
+
id: z.number().int().describe("The unique identifier for the appointment outcome."),
|
|
10
|
+
name: z.string().describe("The name of the appointment outcome."),
|
|
11
|
+
orderWeight: z.number().int().describe("The order weight used for sorting appointment outcomes.")
|
|
12
|
+
}).describe("Response model for appointment outcome details.")
|
|
13
|
+
});
|
|
14
|
+
//#endregion
|
|
15
|
+
export { followUpBossGetAppointmentOutcome };
|
|
16
|
+
|
|
17
|
+
//# sourceMappingURL=get-appointment-outcome.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-appointment-outcome.mjs","names":[],"sources":["../../src/actions/get-appointment-outcome.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FollowUpBossGetAppointmentOutcomeInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"The id of the appointment outcome.\"),\n}).describe(\"Request model for retrieving an appointment outcome by ID.\");\nexport const FollowUpBossGetAppointmentOutcomeOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"The unique identifier for the appointment outcome.\"),\n name: z.string().describe(\"The name of the appointment outcome.\"),\n orderWeight: z.number().int().describe(\"The order weight used for sorting appointment outcomes.\"),\n}).describe(\"Response model for appointment outcome details.\");\n\nexport const followUpBossGetAppointmentOutcome = action(\"FOLLOW_UP_BOSS_GET_APPOINTMENT_OUTCOME\", {\n slug: \"follow_up_boss-get-appointment-outcome\",\n name: \"Get Appointment Outcome\",\n description: \"Tool to retrieve an appointment outcome by ID. Use when you need to fetch details about a specific appointment outcome from Follow Up Boss.\",\n input: FollowUpBossGetAppointmentOutcomeInput,\n output: FollowUpBossGetAppointmentOutcomeOutput,\n});\n"],"mappings":";;AAaA,MAAa,oCAAoC,OAAO,0CAA0C;CAChG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAbkE,EAAE,OAAO,EAC3E,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC,EACpE,CAAC,CAAC,CAAC,SAAS,4DAWH;CACP,QAXmE,EAAE,OAAO;EAC5E,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oDAAoD;EAClF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;EAChE,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yDAAyD;CAClG,CAAC,CAAC,CAAC,SAAS,iDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-appointment-types.ts
|
|
4
|
+
const FollowUpBossGetAppointmentTypesInput = zod.z.object({ id: zod.z.number().int().describe("The id of the appointment type.") }).describe("Request model for retrieving an appointment type by ID.");
|
|
5
|
+
const FollowUpBossGetAppointmentTypesOutput = zod.z.object({
|
|
6
|
+
id: zod.z.number().int().describe("The unique identifier for the appointment type."),
|
|
7
|
+
name: zod.z.string().describe("The name of the appointment type."),
|
|
8
|
+
orderWeight: zod.z.number().int().describe("The order weight used for sorting appointment types.")
|
|
9
|
+
}).describe("Response model for appointment type details.");
|
|
10
|
+
const followUpBossGetAppointmentTypes = require_action.action("FOLLOW_UP_BOSS_GET_APPOINTMENT_TYPES", {
|
|
11
|
+
slug: "follow_up_boss-get-appointment-types",
|
|
12
|
+
name: "Get Appointment Type",
|
|
13
|
+
description: "Tool to retrieve an appointment type by ID. Use when you need to fetch details about a specific appointment type from Follow Up Boss.",
|
|
14
|
+
input: FollowUpBossGetAppointmentTypesInput,
|
|
15
|
+
output: FollowUpBossGetAppointmentTypesOutput
|
|
16
|
+
});
|
|
17
|
+
//#endregion
|
|
18
|
+
exports.followUpBossGetAppointmentTypes = followUpBossGetAppointmentTypes;
|
|
19
|
+
|
|
20
|
+
//# sourceMappingURL=get-appointment-types.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-appointment-types.cjs","names":["z","action"],"sources":["../../src/actions/get-appointment-types.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FollowUpBossGetAppointmentTypesInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"The id of the appointment type.\"),\n}).describe(\"Request model for retrieving an appointment type by ID.\");\nexport const FollowUpBossGetAppointmentTypesOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"The unique identifier for the appointment type.\"),\n name: z.string().describe(\"The name of the appointment type.\"),\n orderWeight: z.number().int().describe(\"The order weight used for sorting appointment types.\"),\n}).describe(\"Response model for appointment type details.\");\n\nexport const followUpBossGetAppointmentTypes = action(\"FOLLOW_UP_BOSS_GET_APPOINTMENT_TYPES\", {\n slug: \"follow_up_boss-get-appointment-types\",\n name: \"Get Appointment Type\",\n description: \"Tool to retrieve an appointment type by ID. Use when you need to fetch details about a specific appointment type from Follow Up Boss.\",\n input: FollowUpBossGetAppointmentTypesInput,\n output: FollowUpBossGetAppointmentTypesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uCAAqDA,IAAAA,EAAE,OAAO,EACzE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC,EACjE,CAAC,CAAC,CAAC,SAAS,yDAAyD;AACrE,MAAa,wCAAsDA,IAAAA,EAAE,OAAO;CAC1E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iDAAiD;CAC/E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAC7D,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sDAAsD;AAC/F,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAE1D,MAAa,kCAAkCC,eAAAA,OAAO,wCAAwC;CAC5F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-appointment-types.d.ts
|
|
4
|
+
declare const FollowUpBossGetAppointmentTypesInput: z.ZodTypeAny;
|
|
5
|
+
declare const FollowUpBossGetAppointmentTypesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const followUpBossGetAppointmentTypes: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { followUpBossGetAppointmentTypes };
|
|
9
|
+
//# sourceMappingURL=get-appointment-types.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-appointment-types.d.cts","names":[],"sources":["../../src/actions/get-appointment-types.ts"],"mappings":";;;cAIa,oCAAA,EAAsC,CAAA,CAAE,UAEiB;AAAA,cACzD,qCAAA,EAAuC,CAAA,CAAE,UAIK;AAAA,cAE9C,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-appointment-types.d.ts
|
|
4
|
+
declare const FollowUpBossGetAppointmentTypesInput: z.ZodTypeAny;
|
|
5
|
+
declare const FollowUpBossGetAppointmentTypesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const followUpBossGetAppointmentTypes: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { followUpBossGetAppointmentTypes };
|
|
9
|
+
//# sourceMappingURL=get-appointment-types.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-appointment-types.d.mts","names":[],"sources":["../../src/actions/get-appointment-types.ts"],"mappings":";;;cAIa,oCAAA,EAAsC,CAAA,CAAE,UAEiB;AAAA,cACzD,qCAAA,EAAuC,CAAA,CAAE,UAIK;AAAA,cAE9C,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const followUpBossGetAppointmentTypes = action("FOLLOW_UP_BOSS_GET_APPOINTMENT_TYPES", {
|
|
4
|
+
slug: "follow_up_boss-get-appointment-types",
|
|
5
|
+
name: "Get Appointment Type",
|
|
6
|
+
description: "Tool to retrieve an appointment type by ID. Use when you need to fetch details about a specific appointment type from Follow Up Boss.",
|
|
7
|
+
input: z.object({ id: z.number().int().describe("The id of the appointment type.") }).describe("Request model for retrieving an appointment type by ID."),
|
|
8
|
+
output: z.object({
|
|
9
|
+
id: z.number().int().describe("The unique identifier for the appointment type."),
|
|
10
|
+
name: z.string().describe("The name of the appointment type."),
|
|
11
|
+
orderWeight: z.number().int().describe("The order weight used for sorting appointment types.")
|
|
12
|
+
}).describe("Response model for appointment type details.")
|
|
13
|
+
});
|
|
14
|
+
//#endregion
|
|
15
|
+
export { followUpBossGetAppointmentTypes };
|
|
16
|
+
|
|
17
|
+
//# sourceMappingURL=get-appointment-types.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-appointment-types.mjs","names":[],"sources":["../../src/actions/get-appointment-types.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FollowUpBossGetAppointmentTypesInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"The id of the appointment type.\"),\n}).describe(\"Request model for retrieving an appointment type by ID.\");\nexport const FollowUpBossGetAppointmentTypesOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"The unique identifier for the appointment type.\"),\n name: z.string().describe(\"The name of the appointment type.\"),\n orderWeight: z.number().int().describe(\"The order weight used for sorting appointment types.\"),\n}).describe(\"Response model for appointment type details.\");\n\nexport const followUpBossGetAppointmentTypes = action(\"FOLLOW_UP_BOSS_GET_APPOINTMENT_TYPES\", {\n slug: \"follow_up_boss-get-appointment-types\",\n name: \"Get Appointment Type\",\n description: \"Tool to retrieve an appointment type by ID. Use when you need to fetch details about a specific appointment type from Follow Up Boss.\",\n input: FollowUpBossGetAppointmentTypesInput,\n output: FollowUpBossGetAppointmentTypesOutput,\n});\n"],"mappings":";;AAaA,MAAa,kCAAkC,OAAO,wCAAwC;CAC5F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAbgE,EAAE,OAAO,EACzE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC,EACjE,CAAC,CAAC,CAAC,SAAS,yDAWH;CACP,QAXiE,EAAE,OAAO;EAC1E,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iDAAiD;EAC/E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;EAC7D,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sDAAsD;CAC/F,CAAC,CAAC,CAAC,SAAS,8CAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-appointment.ts
|
|
4
|
+
const FollowUpBossGetAppointmentInput = zod.z.object({ id: zod.z.number().int().describe("The id of the appointment to retrieve.") }).describe("Request model for retrieving an appointment by ID.");
|
|
5
|
+
const FollowUpBossGetAppointment_PictureUrlsSchema = zod.z.object({ original: zod.z.string().describe("Original resolution picture URL.").nullable().optional() }).describe("Profile picture URLs at different resolutions.");
|
|
6
|
+
const FollowUpBossGetAppointment_InviteeSchema = zod.z.object({
|
|
7
|
+
name: zod.z.string().describe("Name of the invitee.").nullable().optional(),
|
|
8
|
+
email: zod.z.string().describe("Email address of the invitee.").nullable().optional(),
|
|
9
|
+
userId: zod.z.number().int().describe("User ID of the invitee.").nullable().optional(),
|
|
10
|
+
picture: zod.z.union([zod.z.string(), FollowUpBossGetAppointment_PictureUrlsSchema]).nullable().optional(),
|
|
11
|
+
personId: zod.z.number().int().describe("Person ID associated with the invitee.").nullable().optional()
|
|
12
|
+
}).describe("An invitee for an appointment.");
|
|
13
|
+
const FollowUpBossGetAppointmentOutput = zod.z.object({
|
|
14
|
+
id: zod.z.number().int().describe("The unique identifier for the appointment.").nullable().optional(),
|
|
15
|
+
end: zod.z.string().describe("The end time of the appointment in ISO 8601 format.").nullable().optional(),
|
|
16
|
+
type: zod.z.string().describe("The type of the appointment.").nullable().optional(),
|
|
17
|
+
start: zod.z.string().describe("The start time of the appointment in ISO 8601 format.").nullable().optional(),
|
|
18
|
+
title: zod.z.string().describe("The title of the appointment.").nullable().optional(),
|
|
19
|
+
allDay: zod.z.boolean().describe("Whether the appointment is an all-day event.").nullable().optional(),
|
|
20
|
+
typeId: zod.z.number().int().describe("The type ID of the appointment.").nullable().optional(),
|
|
21
|
+
created: zod.z.string().describe("The creation timestamp in ISO 8601 format.").nullable().optional(),
|
|
22
|
+
outcome: zod.z.string().describe("The outcome of the appointment.").nullable().optional(),
|
|
23
|
+
updated: zod.z.string().describe("The last update timestamp in ISO 8601 format.").nullable().optional(),
|
|
24
|
+
invitees: zod.z.array(FollowUpBossGetAppointment_InviteeSchema).describe("List of invitees for the appointment.").nullable().optional(),
|
|
25
|
+
location: zod.z.string().describe("The location of the appointment.").nullable().optional(),
|
|
26
|
+
originFub: zod.z.boolean().describe("Whether the appointment originated from Follow Up Boss.").nullable().optional(),
|
|
27
|
+
outcomeId: zod.z.number().int().describe("The outcome ID of the appointment.").nullable().optional(),
|
|
28
|
+
isEditable: zod.z.boolean().describe("Whether the appointment can be edited.").nullable().optional(),
|
|
29
|
+
createdById: zod.z.number().int().describe("The user ID who created the appointment.").nullable().optional(),
|
|
30
|
+
description: zod.z.string().describe("The description of the appointment.").nullable().optional(),
|
|
31
|
+
updatedById: zod.z.number().int().describe("The user ID who last updated the appointment.").nullable().optional(),
|
|
32
|
+
detailsVisible: zod.z.boolean().describe("Whether the appointment details are visible.").nullable().optional(),
|
|
33
|
+
externalEventLink: zod.z.string().describe("Link to the event in an external calendar.").nullable().optional(),
|
|
34
|
+
externalCalendarId: zod.z.string().describe("External calendar identifier if synced with external calendar.").nullable().optional()
|
|
35
|
+
}).describe("Response model for appointment details.");
|
|
36
|
+
const followUpBossGetAppointment = require_action.action("FOLLOW_UP_BOSS_GET_APPOINTMENT", {
|
|
37
|
+
slug: "follow_up_boss-get-appointment",
|
|
38
|
+
name: "Get Appointment",
|
|
39
|
+
description: "Tool to retrieve an appointment by its ID. Use when you need to fetch details of a specific appointment.",
|
|
40
|
+
input: FollowUpBossGetAppointmentInput,
|
|
41
|
+
output: FollowUpBossGetAppointmentOutput
|
|
42
|
+
});
|
|
43
|
+
//#endregion
|
|
44
|
+
exports.followUpBossGetAppointment = followUpBossGetAppointment;
|
|
45
|
+
|
|
46
|
+
//# sourceMappingURL=get-appointment.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-appointment.cjs","names":["z","action"],"sources":["../../src/actions/get-appointment.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FollowUpBossGetAppointmentInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"The id of the appointment to retrieve.\"),\n}).describe(\"Request model for retrieving an appointment by ID.\");\nconst FollowUpBossGetAppointment_PictureUrlsSchema: z.ZodTypeAny = z.object({\n original: z.string().describe(\"Original resolution picture URL.\").nullable().optional(),\n}).describe(\"Profile picture URLs at different resolutions.\");\nconst FollowUpBossGetAppointment_InviteeSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the invitee.\").nullable().optional(),\n email: z.string().describe(\"Email address of the invitee.\").nullable().optional(),\n userId: z.number().int().describe(\"User ID of the invitee.\").nullable().optional(),\n picture: z.union([z.string(), FollowUpBossGetAppointment_PictureUrlsSchema]).nullable().optional(),\n personId: z.number().int().describe(\"Person ID associated with the invitee.\").nullable().optional(),\n}).describe(\"An invitee for an appointment.\");\nexport const FollowUpBossGetAppointmentOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"The unique identifier for the appointment.\").nullable().optional(),\n end: z.string().describe(\"The end time of the appointment in ISO 8601 format.\").nullable().optional(),\n type: z.string().describe(\"The type of the appointment.\").nullable().optional(),\n start: z.string().describe(\"The start time of the appointment in ISO 8601 format.\").nullable().optional(),\n title: z.string().describe(\"The title of the appointment.\").nullable().optional(),\n allDay: z.boolean().describe(\"Whether the appointment is an all-day event.\").nullable().optional(),\n typeId: z.number().int().describe(\"The type ID of the appointment.\").nullable().optional(),\n created: z.string().describe(\"The creation timestamp in ISO 8601 format.\").nullable().optional(),\n outcome: z.string().describe(\"The outcome of the appointment.\").nullable().optional(),\n updated: z.string().describe(\"The last update timestamp in ISO 8601 format.\").nullable().optional(),\n invitees: z.array(FollowUpBossGetAppointment_InviteeSchema).describe(\"List of invitees for the appointment.\").nullable().optional(),\n location: z.string().describe(\"The location of the appointment.\").nullable().optional(),\n originFub: z.boolean().describe(\"Whether the appointment originated from Follow Up Boss.\").nullable().optional(),\n outcomeId: z.number().int().describe(\"The outcome ID of the appointment.\").nullable().optional(),\n isEditable: z.boolean().describe(\"Whether the appointment can be edited.\").nullable().optional(),\n createdById: z.number().int().describe(\"The user ID who created the appointment.\").nullable().optional(),\n description: z.string().describe(\"The description of the appointment.\").nullable().optional(),\n updatedById: z.number().int().describe(\"The user ID who last updated the appointment.\").nullable().optional(),\n detailsVisible: z.boolean().describe(\"Whether the appointment details are visible.\").nullable().optional(),\n externalEventLink: z.string().describe(\"Link to the event in an external calendar.\").nullable().optional(),\n externalCalendarId: z.string().describe(\"External calendar identifier if synced with external calendar.\").nullable().optional(),\n}).describe(\"Response model for appointment details.\");\n\nexport const followUpBossGetAppointment = action(\"FOLLOW_UP_BOSS_GET_APPOINTMENT\", {\n slug: \"follow_up_boss-get-appointment\",\n name: \"Get Appointment\",\n description: \"Tool to retrieve an appointment by its ID. Use when you need to fetch details of a specific appointment.\",\n input: FollowUpBossGetAppointmentInput,\n output: FollowUpBossGetAppointmentOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-appointment.d.ts
|
|
4
|
+
declare const FollowUpBossGetAppointmentInput: z.ZodTypeAny;
|
|
5
|
+
declare const FollowUpBossGetAppointmentOutput: z.ZodTypeAny;
|
|
6
|
+
declare const followUpBossGetAppointment: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { followUpBossGetAppointment };
|
|
9
|
+
//# sourceMappingURL=get-appointment.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-appointment.d.cts","names":[],"sources":["../../src/actions/get-appointment.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAEiB;AAAA,cAWpD,gCAAA,EAAkC,CAAA,CAAE,UAsBK;AAAA,cAEzC,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-appointment.d.ts
|
|
4
|
+
declare const FollowUpBossGetAppointmentInput: z.ZodTypeAny;
|
|
5
|
+
declare const FollowUpBossGetAppointmentOutput: z.ZodTypeAny;
|
|
6
|
+
declare const followUpBossGetAppointment: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { followUpBossGetAppointment };
|
|
9
|
+
//# sourceMappingURL=get-appointment.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-appointment.d.mts","names":[],"sources":["../../src/actions/get-appointment.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAEiB;AAAA,cAWpD,gCAAA,EAAkC,CAAA,CAAE,UAsBK;AAAA,cAEzC,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-appointment.ts
|
|
4
|
+
const FollowUpBossGetAppointmentInput = z.object({ id: z.number().int().describe("The id of the appointment to retrieve.") }).describe("Request model for retrieving an appointment by ID.");
|
|
5
|
+
const FollowUpBossGetAppointment_PictureUrlsSchema = z.object({ original: z.string().describe("Original resolution picture URL.").nullable().optional() }).describe("Profile picture URLs at different resolutions.");
|
|
6
|
+
const FollowUpBossGetAppointment_InviteeSchema = z.object({
|
|
7
|
+
name: z.string().describe("Name of the invitee.").nullable().optional(),
|
|
8
|
+
email: z.string().describe("Email address of the invitee.").nullable().optional(),
|
|
9
|
+
userId: z.number().int().describe("User ID of the invitee.").nullable().optional(),
|
|
10
|
+
picture: z.union([z.string(), FollowUpBossGetAppointment_PictureUrlsSchema]).nullable().optional(),
|
|
11
|
+
personId: z.number().int().describe("Person ID associated with the invitee.").nullable().optional()
|
|
12
|
+
}).describe("An invitee for an appointment.");
|
|
13
|
+
const followUpBossGetAppointment = action("FOLLOW_UP_BOSS_GET_APPOINTMENT", {
|
|
14
|
+
slug: "follow_up_boss-get-appointment",
|
|
15
|
+
name: "Get Appointment",
|
|
16
|
+
description: "Tool to retrieve an appointment by its ID. Use when you need to fetch details of a specific appointment.",
|
|
17
|
+
input: FollowUpBossGetAppointmentInput,
|
|
18
|
+
output: z.object({
|
|
19
|
+
id: z.number().int().describe("The unique identifier for the appointment.").nullable().optional(),
|
|
20
|
+
end: z.string().describe("The end time of the appointment in ISO 8601 format.").nullable().optional(),
|
|
21
|
+
type: z.string().describe("The type of the appointment.").nullable().optional(),
|
|
22
|
+
start: z.string().describe("The start time of the appointment in ISO 8601 format.").nullable().optional(),
|
|
23
|
+
title: z.string().describe("The title of the appointment.").nullable().optional(),
|
|
24
|
+
allDay: z.boolean().describe("Whether the appointment is an all-day event.").nullable().optional(),
|
|
25
|
+
typeId: z.number().int().describe("The type ID of the appointment.").nullable().optional(),
|
|
26
|
+
created: z.string().describe("The creation timestamp in ISO 8601 format.").nullable().optional(),
|
|
27
|
+
outcome: z.string().describe("The outcome of the appointment.").nullable().optional(),
|
|
28
|
+
updated: z.string().describe("The last update timestamp in ISO 8601 format.").nullable().optional(),
|
|
29
|
+
invitees: z.array(FollowUpBossGetAppointment_InviteeSchema).describe("List of invitees for the appointment.").nullable().optional(),
|
|
30
|
+
location: z.string().describe("The location of the appointment.").nullable().optional(),
|
|
31
|
+
originFub: z.boolean().describe("Whether the appointment originated from Follow Up Boss.").nullable().optional(),
|
|
32
|
+
outcomeId: z.number().int().describe("The outcome ID of the appointment.").nullable().optional(),
|
|
33
|
+
isEditable: z.boolean().describe("Whether the appointment can be edited.").nullable().optional(),
|
|
34
|
+
createdById: z.number().int().describe("The user ID who created the appointment.").nullable().optional(),
|
|
35
|
+
description: z.string().describe("The description of the appointment.").nullable().optional(),
|
|
36
|
+
updatedById: z.number().int().describe("The user ID who last updated the appointment.").nullable().optional(),
|
|
37
|
+
detailsVisible: z.boolean().describe("Whether the appointment details are visible.").nullable().optional(),
|
|
38
|
+
externalEventLink: z.string().describe("Link to the event in an external calendar.").nullable().optional(),
|
|
39
|
+
externalCalendarId: z.string().describe("External calendar identifier if synced with external calendar.").nullable().optional()
|
|
40
|
+
}).describe("Response model for appointment details.")
|
|
41
|
+
});
|
|
42
|
+
//#endregion
|
|
43
|
+
export { followUpBossGetAppointment };
|
|
44
|
+
|
|
45
|
+
//# sourceMappingURL=get-appointment.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-appointment.mjs","names":[],"sources":["../../src/actions/get-appointment.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FollowUpBossGetAppointmentInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"The id of the appointment to retrieve.\"),\n}).describe(\"Request model for retrieving an appointment by ID.\");\nconst FollowUpBossGetAppointment_PictureUrlsSchema: z.ZodTypeAny = z.object({\n original: z.string().describe(\"Original resolution picture URL.\").nullable().optional(),\n}).describe(\"Profile picture URLs at different resolutions.\");\nconst FollowUpBossGetAppointment_InviteeSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the invitee.\").nullable().optional(),\n email: z.string().describe(\"Email address of the invitee.\").nullable().optional(),\n userId: z.number().int().describe(\"User ID of the invitee.\").nullable().optional(),\n picture: z.union([z.string(), FollowUpBossGetAppointment_PictureUrlsSchema]).nullable().optional(),\n personId: z.number().int().describe(\"Person ID associated with the invitee.\").nullable().optional(),\n}).describe(\"An invitee for an appointment.\");\nexport const FollowUpBossGetAppointmentOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"The unique identifier for the appointment.\").nullable().optional(),\n end: z.string().describe(\"The end time of the appointment in ISO 8601 format.\").nullable().optional(),\n type: z.string().describe(\"The type of the appointment.\").nullable().optional(),\n start: z.string().describe(\"The start time of the appointment in ISO 8601 format.\").nullable().optional(),\n title: z.string().describe(\"The title of the appointment.\").nullable().optional(),\n allDay: z.boolean().describe(\"Whether the appointment is an all-day event.\").nullable().optional(),\n typeId: z.number().int().describe(\"The type ID of the appointment.\").nullable().optional(),\n created: z.string().describe(\"The creation timestamp in ISO 8601 format.\").nullable().optional(),\n outcome: z.string().describe(\"The outcome of the appointment.\").nullable().optional(),\n updated: z.string().describe(\"The last update timestamp in ISO 8601 format.\").nullable().optional(),\n invitees: z.array(FollowUpBossGetAppointment_InviteeSchema).describe(\"List of invitees for the appointment.\").nullable().optional(),\n location: z.string().describe(\"The location of the appointment.\").nullable().optional(),\n originFub: z.boolean().describe(\"Whether the appointment originated from Follow Up Boss.\").nullable().optional(),\n outcomeId: z.number().int().describe(\"The outcome ID of the appointment.\").nullable().optional(),\n isEditable: z.boolean().describe(\"Whether the appointment can be edited.\").nullable().optional(),\n createdById: z.number().int().describe(\"The user ID who created the appointment.\").nullable().optional(),\n description: z.string().describe(\"The description of the appointment.\").nullable().optional(),\n updatedById: z.number().int().describe(\"The user ID who last updated the appointment.\").nullable().optional(),\n detailsVisible: z.boolean().describe(\"Whether the appointment details are visible.\").nullable().optional(),\n externalEventLink: z.string().describe(\"Link to the event in an external calendar.\").nullable().optional(),\n externalCalendarId: z.string().describe(\"External calendar identifier if synced with external calendar.\").nullable().optional(),\n}).describe(\"Response model for appointment details.\");\n\nexport const followUpBossGetAppointment = action(\"FOLLOW_UP_BOSS_GET_APPOINTMENT\", {\n slug: \"follow_up_boss-get-appointment\",\n name: \"Get Appointment\",\n description: \"Tool to retrieve an appointment by its ID. Use when you need to fetch details of a specific appointment.\",\n input: FollowUpBossGetAppointmentInput,\n output: FollowUpBossGetAppointmentOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgD,EAAE,OAAO,EACpE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC,EACxE,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAM,+CAA6D,EAAE,OAAO,EAC1E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACxF,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAC5D,MAAM,2CAAyD,EAAE,OAAO;CACtE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,SAAS,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,4CAA4C,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpG,CAAC,CAAC,CAAC,SAAS,gCAAgC;AAyB5C,MAAa,6BAA6B,OAAO,kCAAkC;CACjF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QA7B4D,EAAE,OAAO;EACrE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChG,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpG,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxG,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChF,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjG,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/F,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClG,UAAU,EAAE,MAAM,wCAAwC,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClI,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtF,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/G,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/F,YAAY,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/F,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5F,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5G,gBAAgB,EAAE,QAAQ,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzG,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzG,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChI,CAAC,CAAC,CAAC,SAAS,yCAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-call.ts
|
|
4
|
+
const FollowUpBossGetCallInput = zod.z.object({ id: zod.z.number().int().describe("The ID of the call to retrieve.") }).describe("Request parameters for retrieving a call by ID.");
|
|
5
|
+
const FollowUpBossGetCallOutput = zod.z.object({
|
|
6
|
+
id: zod.z.number().int().describe("Unique identifier of the call.").nullable().optional(),
|
|
7
|
+
note: zod.z.string().describe("Note about the call.").nullable().optional(),
|
|
8
|
+
phone: zod.z.string().describe("Phone number used for the call.").nullable().optional(),
|
|
9
|
+
userId: zod.z.number().int().describe("ID of the user associated with the call.").nullable().optional(),
|
|
10
|
+
created: zod.z.string().describe("Timestamp when the call was created (ISO 8601 format).").nullable().optional(),
|
|
11
|
+
outcome: zod.z.string().describe("Outcome of the call (e.g., 'Left Message', 'Spoke with contact').").nullable().optional(),
|
|
12
|
+
updated: zod.z.string().describe("Timestamp when the call was last updated (ISO 8601 format).").nullable().optional(),
|
|
13
|
+
duration: zod.z.number().int().describe("Duration of the call in seconds.").nullable().optional(),
|
|
14
|
+
personId: zod.z.number().int().describe("ID of the person associated with the call.").nullable().optional(),
|
|
15
|
+
userName: zod.z.string().describe("Name of the user associated with the call.").nullable().optional(),
|
|
16
|
+
isIncoming: zod.z.boolean().describe("Whether the call was incoming (true) or outgoing (false).").nullable().optional(),
|
|
17
|
+
createdById: zod.z.number().int().describe("ID of the user who created the call record.").nullable().optional(),
|
|
18
|
+
updatedById: zod.z.number().int().describe("ID of the user who last updated the call record.").nullable().optional(),
|
|
19
|
+
recordingUrl: zod.z.string().describe("URL to the call recording, if available.").nullable().optional(),
|
|
20
|
+
ringDuration: zod.z.number().int().describe("Duration the phone rang before the call was answered, in seconds.").nullable().optional()
|
|
21
|
+
}).describe("Response model containing call details.");
|
|
22
|
+
const followUpBossGetCall = require_action.action("FOLLOW_UP_BOSS_GET_CALL", {
|
|
23
|
+
slug: "follow_up_boss-get-call",
|
|
24
|
+
name: "Get Call",
|
|
25
|
+
description: "Tool to retrieve a call by its ID from Follow Up Boss. Use when you need to fetch details about a specific call record.",
|
|
26
|
+
input: FollowUpBossGetCallInput,
|
|
27
|
+
output: FollowUpBossGetCallOutput
|
|
28
|
+
});
|
|
29
|
+
//#endregion
|
|
30
|
+
exports.followUpBossGetCall = followUpBossGetCall;
|
|
31
|
+
|
|
32
|
+
//# sourceMappingURL=get-call.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-call.cjs","names":["z","action"],"sources":["../../src/actions/get-call.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FollowUpBossGetCallInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"The ID of the call to retrieve.\"),\n}).describe(\"Request parameters for retrieving a call by ID.\");\nexport const FollowUpBossGetCallOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the call.\").nullable().optional(),\n note: z.string().describe(\"Note about the call.\").nullable().optional(),\n phone: z.string().describe(\"Phone number used for the call.\").nullable().optional(),\n userId: z.number().int().describe(\"ID of the user associated with the call.\").nullable().optional(),\n created: z.string().describe(\"Timestamp when the call was created (ISO 8601 format).\").nullable().optional(),\n outcome: z.string().describe(\"Outcome of the call (e.g., 'Left Message', 'Spoke with contact').\").nullable().optional(),\n updated: z.string().describe(\"Timestamp when the call was last updated (ISO 8601 format).\").nullable().optional(),\n duration: z.number().int().describe(\"Duration of the call in seconds.\").nullable().optional(),\n personId: z.number().int().describe(\"ID of the person associated with the call.\").nullable().optional(),\n userName: z.string().describe(\"Name of the user associated with the call.\").nullable().optional(),\n isIncoming: z.boolean().describe(\"Whether the call was incoming (true) or outgoing (false).\").nullable().optional(),\n createdById: z.number().int().describe(\"ID of the user who created the call record.\").nullable().optional(),\n updatedById: z.number().int().describe(\"ID of the user who last updated the call record.\").nullable().optional(),\n recordingUrl: z.string().describe(\"URL to the call recording, if available.\").nullable().optional(),\n ringDuration: z.number().int().describe(\"Duration the phone rang before the call was answered, in seconds.\").nullable().optional(),\n}).describe(\"Response model containing call details.\");\n\nexport const followUpBossGetCall = action(\"FOLLOW_UP_BOSS_GET_CALL\", {\n slug: \"follow_up_boss-get-call\",\n name: \"Get Call\",\n description: \"Tool to retrieve a call by its ID from Follow Up Boss. Use when you need to fetch details about a specific call record.\",\n input: FollowUpBossGetCallInput,\n output: FollowUpBossGetCallOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAAyCA,IAAAA,EAAE,OAAO,EAC7D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC,EACjE,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAC7D,MAAa,4BAA0CA,IAAAA,EAAE,OAAO;CAC9D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtH,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChH,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,YAAYA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClH,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/G,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnI,CAAC,CAAC,CAAC,SAAS,yCAAyC;AAErD,MAAa,sBAAsBC,eAAAA,OAAO,2BAA2B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-call.d.ts
|
|
4
|
+
declare const FollowUpBossGetCallInput: z.ZodTypeAny;
|
|
5
|
+
declare const FollowUpBossGetCallOutput: z.ZodTypeAny;
|
|
6
|
+
declare const followUpBossGetCall: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { followUpBossGetCall };
|
|
9
|
+
//# sourceMappingURL=get-call.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-call.d.cts","names":[],"sources":["../../src/actions/get-call.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAEqB;AAAA,cACjD,yBAAA,EAA2B,CAAA,CAAE,UAgBY;AAAA,cAEzC,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-call.d.ts
|
|
4
|
+
declare const FollowUpBossGetCallInput: z.ZodTypeAny;
|
|
5
|
+
declare const FollowUpBossGetCallOutput: z.ZodTypeAny;
|
|
6
|
+
declare const followUpBossGetCall: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { followUpBossGetCall };
|
|
9
|
+
//# sourceMappingURL=get-call.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-call.d.mts","names":[],"sources":["../../src/actions/get-call.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAEqB;AAAA,cACjD,yBAAA,EAA2B,CAAA,CAAE,UAgBY;AAAA,cAEzC,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const followUpBossGetCall = action("FOLLOW_UP_BOSS_GET_CALL", {
|
|
4
|
+
slug: "follow_up_boss-get-call",
|
|
5
|
+
name: "Get Call",
|
|
6
|
+
description: "Tool to retrieve a call by its ID from Follow Up Boss. Use when you need to fetch details about a specific call record.",
|
|
7
|
+
input: z.object({ id: z.number().int().describe("The ID of the call to retrieve.") }).describe("Request parameters for retrieving a call by ID."),
|
|
8
|
+
output: z.object({
|
|
9
|
+
id: z.number().int().describe("Unique identifier of the call.").nullable().optional(),
|
|
10
|
+
note: z.string().describe("Note about the call.").nullable().optional(),
|
|
11
|
+
phone: z.string().describe("Phone number used for the call.").nullable().optional(),
|
|
12
|
+
userId: z.number().int().describe("ID of the user associated with the call.").nullable().optional(),
|
|
13
|
+
created: z.string().describe("Timestamp when the call was created (ISO 8601 format).").nullable().optional(),
|
|
14
|
+
outcome: z.string().describe("Outcome of the call (e.g., 'Left Message', 'Spoke with contact').").nullable().optional(),
|
|
15
|
+
updated: z.string().describe("Timestamp when the call was last updated (ISO 8601 format).").nullable().optional(),
|
|
16
|
+
duration: z.number().int().describe("Duration of the call in seconds.").nullable().optional(),
|
|
17
|
+
personId: z.number().int().describe("ID of the person associated with the call.").nullable().optional(),
|
|
18
|
+
userName: z.string().describe("Name of the user associated with the call.").nullable().optional(),
|
|
19
|
+
isIncoming: z.boolean().describe("Whether the call was incoming (true) or outgoing (false).").nullable().optional(),
|
|
20
|
+
createdById: z.number().int().describe("ID of the user who created the call record.").nullable().optional(),
|
|
21
|
+
updatedById: z.number().int().describe("ID of the user who last updated the call record.").nullable().optional(),
|
|
22
|
+
recordingUrl: z.string().describe("URL to the call recording, if available.").nullable().optional(),
|
|
23
|
+
ringDuration: z.number().int().describe("Duration the phone rang before the call was answered, in seconds.").nullable().optional()
|
|
24
|
+
}).describe("Response model containing call details.")
|
|
25
|
+
});
|
|
26
|
+
//#endregion
|
|
27
|
+
export { followUpBossGetCall };
|
|
28
|
+
|
|
29
|
+
//# sourceMappingURL=get-call.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-call.mjs","names":[],"sources":["../../src/actions/get-call.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FollowUpBossGetCallInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"The ID of the call to retrieve.\"),\n}).describe(\"Request parameters for retrieving a call by ID.\");\nexport const FollowUpBossGetCallOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the call.\").nullable().optional(),\n note: z.string().describe(\"Note about the call.\").nullable().optional(),\n phone: z.string().describe(\"Phone number used for the call.\").nullable().optional(),\n userId: z.number().int().describe(\"ID of the user associated with the call.\").nullable().optional(),\n created: z.string().describe(\"Timestamp when the call was created (ISO 8601 format).\").nullable().optional(),\n outcome: z.string().describe(\"Outcome of the call (e.g., 'Left Message', 'Spoke with contact').\").nullable().optional(),\n updated: z.string().describe(\"Timestamp when the call was last updated (ISO 8601 format).\").nullable().optional(),\n duration: z.number().int().describe(\"Duration of the call in seconds.\").nullable().optional(),\n personId: z.number().int().describe(\"ID of the person associated with the call.\").nullable().optional(),\n userName: z.string().describe(\"Name of the user associated with the call.\").nullable().optional(),\n isIncoming: z.boolean().describe(\"Whether the call was incoming (true) or outgoing (false).\").nullable().optional(),\n createdById: z.number().int().describe(\"ID of the user who created the call record.\").nullable().optional(),\n updatedById: z.number().int().describe(\"ID of the user who last updated the call record.\").nullable().optional(),\n recordingUrl: z.string().describe(\"URL to the call recording, if available.\").nullable().optional(),\n ringDuration: z.number().int().describe(\"Duration the phone rang before the call was answered, in seconds.\").nullable().optional(),\n}).describe(\"Response model containing call details.\");\n\nexport const followUpBossGetCall = action(\"FOLLOW_UP_BOSS_GET_CALL\", {\n slug: \"follow_up_boss-get-call\",\n name: \"Get Call\",\n description: \"Tool to retrieve a call by its ID from Follow Up Boss. Use when you need to fetch details about a specific call record.\",\n input: FollowUpBossGetCallInput,\n output: FollowUpBossGetCallOutput,\n});\n"],"mappings":";;AAyBA,MAAa,sBAAsB,OAAO,2BAA2B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAzBoD,EAAE,OAAO,EAC7D,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC,EACjE,CAAC,CAAC,CAAC,SAAS,iDAuBH;CACP,QAvBqD,EAAE,OAAO;EAC9D,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClF,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClG,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3G,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtH,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChH,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5F,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtG,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChG,YAAY,EAAE,QAAQ,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClH,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1G,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/G,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClG,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnI,CAAC,CAAC,CAAC,SAAS,yCAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-deal-custom-field.ts
|
|
4
|
+
const FollowUpBossGetDealCustomFieldInput = zod.z.object({ id: zod.z.number().int().describe("The id of a deals custom field.") }).describe("Request model for retrieving a deal custom field by ID.");
|
|
5
|
+
const FollowUpBossGetDealCustomFieldOutput = zod.z.object({
|
|
6
|
+
id: zod.z.number().int().describe("The unique identifier for the deal custom field.").nullable().optional(),
|
|
7
|
+
name: zod.z.string().describe("The system name of the custom field (e.g., 'customLookingFor').").nullable().optional(),
|
|
8
|
+
type: zod.z.string().describe("The type of the custom field (e.g., 'text', 'date', 'number', 'dropdown').").nullable().optional(),
|
|
9
|
+
label: zod.z.string().describe("The user-friendly label of the custom field.").nullable().optional(),
|
|
10
|
+
choices: zod.z.array(zod.z.string()).describe("Array of options for dropdown type custom fields.").nullable().optional(),
|
|
11
|
+
readOnly: zod.z.boolean().describe("Whether the field is read-only.").nullable().optional(),
|
|
12
|
+
hideIfEmpty: zod.z.boolean().describe("Whether the field is hidden when empty.").nullable().optional(),
|
|
13
|
+
orderWeight: zod.z.number().int().describe("The sort order weight of the field.").nullable().optional()
|
|
14
|
+
}).describe("Response model containing deal custom field details.");
|
|
15
|
+
const followUpBossGetDealCustomField = require_action.action("FOLLOW_UP_BOSS_GET_DEAL_CUSTOM_FIELD", {
|
|
16
|
+
slug: "follow_up_boss-get-deal-custom-field",
|
|
17
|
+
name: "Get Deal Custom Field",
|
|
18
|
+
description: "Tool to retrieve a deal custom field by its ID from Follow Up Boss. Use when you need to fetch details about a specific deal custom field configuration.",
|
|
19
|
+
input: FollowUpBossGetDealCustomFieldInput,
|
|
20
|
+
output: FollowUpBossGetDealCustomFieldOutput
|
|
21
|
+
});
|
|
22
|
+
//#endregion
|
|
23
|
+
exports.followUpBossGetDealCustomField = followUpBossGetDealCustomField;
|
|
24
|
+
|
|
25
|
+
//# sourceMappingURL=get-deal-custom-field.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-deal-custom-field.cjs","names":["z","action"],"sources":["../../src/actions/get-deal-custom-field.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FollowUpBossGetDealCustomFieldInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"The id of a deals custom field.\"),\n}).describe(\"Request model for retrieving a deal custom field by ID.\");\nexport const FollowUpBossGetDealCustomFieldOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"The unique identifier for the deal custom field.\").nullable().optional(),\n name: z.string().describe(\"The system name of the custom field (e.g., 'customLookingFor').\").nullable().optional(),\n type: z.string().describe(\"The type of the custom field (e.g., 'text', 'date', 'number', 'dropdown').\").nullable().optional(),\n label: z.string().describe(\"The user-friendly label of the custom field.\").nullable().optional(),\n choices: z.array(z.string()).describe(\"Array of options for dropdown type custom fields.\").nullable().optional(),\n readOnly: z.boolean().describe(\"Whether the field is read-only.\").nullable().optional(),\n hideIfEmpty: z.boolean().describe(\"Whether the field is hidden when empty.\").nullable().optional(),\n orderWeight: z.number().int().describe(\"The sort order weight of the field.\").nullable().optional(),\n}).describe(\"Response model containing deal custom field details.\");\n\nexport const followUpBossGetDealCustomField = action(\"FOLLOW_UP_BOSS_GET_DEAL_CUSTOM_FIELD\", {\n slug: \"follow_up_boss-get-deal-custom-field\",\n name: \"Get Deal Custom Field\",\n description: \"Tool to retrieve a deal custom field by its ID from Follow Up Boss. Use when you need to fetch details about a specific deal custom field configuration.\",\n input: FollowUpBossGetDealCustomFieldInput,\n output: FollowUpBossGetDealCustomFieldOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAoDA,IAAAA,EAAE,OAAO,EACxE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC,EACjE,CAAC,CAAC,CAAC,SAAS,yDAAyD;AACrE,MAAa,uCAAqDA,IAAAA,EAAE,OAAO;CACzE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5H,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,SAASA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/G,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,aAAaA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpG,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAElE,MAAa,iCAAiCC,eAAAA,OAAO,wCAAwC;CAC3F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|