@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
package/dist/index.d.cts
ADDED
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
import { followUpBossCreateActionPlansPeople } from "./actions/create-action-plans-people.cjs";
|
|
2
|
+
import { followUpBossCreateAppointment } from "./actions/create-appointment.cjs";
|
|
3
|
+
import { followUpBossCreateAppointmentOutcome } from "./actions/create-appointment-outcome.cjs";
|
|
4
|
+
import { followUpBossCreateAppointmentTypes } from "./actions/create-appointment-types.cjs";
|
|
5
|
+
import { followUpBossCreateCall } from "./actions/create-call.cjs";
|
|
6
|
+
import { followUpBossCreateCustomField } from "./actions/create-custom-field.cjs";
|
|
7
|
+
import { followUpBossCreateDealCustomField } from "./actions/create-deal-custom-field.cjs";
|
|
8
|
+
import { followUpBossCreateDeals } from "./actions/create-deals.cjs";
|
|
9
|
+
import { followUpBossCreateEmCampaign } from "./actions/create-em-campaign.cjs";
|
|
10
|
+
import { followUpBossCreateEmEvents } from "./actions/create-em-events.cjs";
|
|
11
|
+
import { followUpBossCreateEvents } from "./actions/create-events.cjs";
|
|
12
|
+
import { followUpBossCreateGroups } from "./actions/create-groups.cjs";
|
|
13
|
+
import { followUpBossCreatePipelines } from "./actions/create-pipelines.cjs";
|
|
14
|
+
import { followUpBossCreatePonds } from "./actions/create-ponds.cjs";
|
|
15
|
+
import { followUpBossCreateReactions } from "./actions/create-reactions.cjs";
|
|
16
|
+
import { followUpBossCreateStage } from "./actions/create-stage.cjs";
|
|
17
|
+
import { followUpBossCreateTeams } from "./actions/create-teams.cjs";
|
|
18
|
+
import { followUpBossCreateTemplate } from "./actions/create-template.cjs";
|
|
19
|
+
import { followUpBossCreateTextMessageTemplate } from "./actions/create-text-message-template.cjs";
|
|
20
|
+
import { followUpBossDeleteAppointment } from "./actions/delete-appointment.cjs";
|
|
21
|
+
import { followUpBossDeleteAppointmentOutcomes } from "./actions/delete-appointment-outcomes.cjs";
|
|
22
|
+
import { followUpBossDeleteAppointmentType } from "./actions/delete-appointment-type.cjs";
|
|
23
|
+
import { followUpBossDeleteCustomField } from "./actions/delete-custom-field.cjs";
|
|
24
|
+
import { followUpBossDeleteDeal } from "./actions/delete-deal.cjs";
|
|
25
|
+
import { followUpBossDeleteDealCustomField } from "./actions/delete-deal-custom-field.cjs";
|
|
26
|
+
import { followUpBossDeleteGroups } from "./actions/delete-groups.cjs";
|
|
27
|
+
import { followUpBossDeletePeopleRelationship } from "./actions/delete-people-relationship.cjs";
|
|
28
|
+
import { followUpBossDeletePipeline } from "./actions/delete-pipeline.cjs";
|
|
29
|
+
import { followUpBossDeletePond } from "./actions/delete-pond.cjs";
|
|
30
|
+
import { followUpBossDeleteStage } from "./actions/delete-stage.cjs";
|
|
31
|
+
import { followUpBossDeleteTeams } from "./actions/delete-teams.cjs";
|
|
32
|
+
import { followUpBossDeleteTextMessageTemplate } from "./actions/delete-text-message-template.cjs";
|
|
33
|
+
import { followUpBossGetAppointment } from "./actions/get-appointment.cjs";
|
|
34
|
+
import { followUpBossGetAppointmentOutcome } from "./actions/get-appointment-outcome.cjs";
|
|
35
|
+
import { followUpBossGetAppointmentTypes } from "./actions/get-appointment-types.cjs";
|
|
36
|
+
import { followUpBossGetCall } from "./actions/get-call.cjs";
|
|
37
|
+
import { followUpBossGetDeal } from "./actions/get-deal.cjs";
|
|
38
|
+
import { followUpBossGetDealCustomField } from "./actions/get-deal-custom-field.cjs";
|
|
39
|
+
import { followUpBossGetEvent } from "./actions/get-event.cjs";
|
|
40
|
+
import { followUpBossGetGroups } from "./actions/get-groups.cjs";
|
|
41
|
+
import { followUpBossGetIdentity } from "./actions/get-identity.cjs";
|
|
42
|
+
import { followUpBossGetMe } from "./actions/get-me.cjs";
|
|
43
|
+
import { followUpBossGetPeopleRelationship } from "./actions/get-people-relationship.cjs";
|
|
44
|
+
import { followUpBossGetPipelines } from "./actions/get-pipelines.cjs";
|
|
45
|
+
import { followUpBossGetPonds } from "./actions/get-ponds.cjs";
|
|
46
|
+
import { followUpBossGetSmartList } from "./actions/get-smart-list.cjs";
|
|
47
|
+
import { followUpBossGetStage } from "./actions/get-stage.cjs";
|
|
48
|
+
import { followUpBossGetTeams } from "./actions/get-teams.cjs";
|
|
49
|
+
import { followUpBossGetTemplate } from "./actions/get-template.cjs";
|
|
50
|
+
import { followUpBossGetTextMessage } from "./actions/get-text-message.cjs";
|
|
51
|
+
import { followUpBossGetTextMessageTemplate } from "./actions/get-text-message-template.cjs";
|
|
52
|
+
import { followUpBossGetUser } from "./actions/get-user.cjs";
|
|
53
|
+
import { followUpBossListActionPlans } from "./actions/list-action-plans.cjs";
|
|
54
|
+
import { followUpBossListActionPlansPeople } from "./actions/list-action-plans-people.cjs";
|
|
55
|
+
import { followUpBossListAppointmentOutcomes } from "./actions/list-appointment-outcomes.cjs";
|
|
56
|
+
import { followUpBossListAppointmentTypes } from "./actions/list-appointment-types.cjs";
|
|
57
|
+
import { followUpBossListAppointments } from "./actions/list-appointments.cjs";
|
|
58
|
+
import { followUpBossListCalls } from "./actions/list-calls.cjs";
|
|
59
|
+
import { followUpBossListCustomFields } from "./actions/list-custom-fields.cjs";
|
|
60
|
+
import { followUpBossListDealCustomFields } from "./actions/list-deal-custom-fields.cjs";
|
|
61
|
+
import { followUpBossListDeals } from "./actions/list-deals.cjs";
|
|
62
|
+
import { followUpBossListEmCampaigns } from "./actions/list-em-campaigns.cjs";
|
|
63
|
+
import { followUpBossListEmEvents } from "./actions/list-em-events.cjs";
|
|
64
|
+
import { followUpBossListEvents } from "./actions/list-events.cjs";
|
|
65
|
+
import { followUpBossListGroups } from "./actions/list-groups.cjs";
|
|
66
|
+
import { followUpBossListGroupsRoundRobin } from "./actions/list-groups-round-robin.cjs";
|
|
67
|
+
import { followUpBossListInboxApps } from "./actions/list-inbox-apps.cjs";
|
|
68
|
+
import { followUpBossListPeopleRelationships } from "./actions/list-people-relationships.cjs";
|
|
69
|
+
import { followUpBossListPipelines } from "./actions/list-pipelines.cjs";
|
|
70
|
+
import { followUpBossListPonds } from "./actions/list-ponds.cjs";
|
|
71
|
+
import { followUpBossListSmartLists } from "./actions/list-smart-lists.cjs";
|
|
72
|
+
import { followUpBossListStages } from "./actions/list-stages.cjs";
|
|
73
|
+
import { followUpBossListTeamInboxes } from "./actions/list-team-inboxes.cjs";
|
|
74
|
+
import { followUpBossListTeams } from "./actions/list-teams.cjs";
|
|
75
|
+
import { followUpBossListTemplates } from "./actions/list-templates.cjs";
|
|
76
|
+
import { followUpBossListTextMessageTemplates } from "./actions/list-text-message-templates.cjs";
|
|
77
|
+
import { followUpBossListTextMessages } from "./actions/list-text-messages.cjs";
|
|
78
|
+
import { followUpBossListTimeframes } from "./actions/list-timeframes.cjs";
|
|
79
|
+
import { followUpBossListUsers } from "./actions/list-users.cjs";
|
|
80
|
+
import { followUpBossListWebhooks } from "./actions/list-webhooks.cjs";
|
|
81
|
+
import { followUpBossMergeTemplate } from "./actions/merge-template.cjs";
|
|
82
|
+
import { followUpBossMergeTextMessageTemplate } from "./actions/merge-text-message-template.cjs";
|
|
83
|
+
import { followUpBossUpdateActionPlansPeople } from "./actions/update-action-plans-people.cjs";
|
|
84
|
+
import { followUpBossUpdateAppointment } from "./actions/update-appointment.cjs";
|
|
85
|
+
import { followUpBossUpdateAppointmentOutcomes } from "./actions/update-appointment-outcomes.cjs";
|
|
86
|
+
import { followUpBossUpdateAppointmentTypes } from "./actions/update-appointment-types.cjs";
|
|
87
|
+
import { followUpBossUpdateCalls } from "./actions/update-calls.cjs";
|
|
88
|
+
import { followUpBossUpdateCustomFields } from "./actions/update-custom-fields.cjs";
|
|
89
|
+
import { followUpBossUpdateDealCustomFields } from "./actions/update-deal-custom-fields.cjs";
|
|
90
|
+
import { followUpBossUpdateDeals } from "./actions/update-deals.cjs";
|
|
91
|
+
import { followUpBossUpdateEmCampaigns } from "./actions/update-em-campaigns.cjs";
|
|
92
|
+
import { followUpBossUpdateGroups } from "./actions/update-groups.cjs";
|
|
93
|
+
import { followUpBossUpdatePeopleRelationships } from "./actions/update-people-relationships.cjs";
|
|
94
|
+
import { followUpBossUpdatePipelines } from "./actions/update-pipelines.cjs";
|
|
95
|
+
import { followUpBossUpdatePonds } from "./actions/update-ponds.cjs";
|
|
96
|
+
import { followUpBossUpdateStages } from "./actions/update-stages.cjs";
|
|
97
|
+
import { followUpBossUpdateTeams } from "./actions/update-teams.cjs";
|
|
98
|
+
import { followUpBossUpdateTemplates } from "./actions/update-templates.cjs";
|
|
99
|
+
import { followUpBossUpdateTextMessageTemplate } from "./actions/update-text-message-template.cjs";
|
|
100
|
+
import { followUpBoss } from "./app.cjs";
|
|
101
|
+
import { followUpBossCatalog } from "./catalog.cjs";
|
|
102
|
+
export { followUpBoss, followUpBossCatalog, followUpBossCreateActionPlansPeople, followUpBossCreateAppointment, followUpBossCreateAppointmentOutcome, followUpBossCreateAppointmentTypes, followUpBossCreateCall, followUpBossCreateCustomField, followUpBossCreateDealCustomField, followUpBossCreateDeals, followUpBossCreateEmCampaign, followUpBossCreateEmEvents, followUpBossCreateEvents, followUpBossCreateGroups, followUpBossCreatePipelines, followUpBossCreatePonds, followUpBossCreateReactions, followUpBossCreateStage, followUpBossCreateTeams, followUpBossCreateTemplate, followUpBossCreateTextMessageTemplate, followUpBossDeleteAppointment, followUpBossDeleteAppointmentOutcomes, followUpBossDeleteAppointmentType, followUpBossDeleteCustomField, followUpBossDeleteDeal, followUpBossDeleteDealCustomField, followUpBossDeleteGroups, followUpBossDeletePeopleRelationship, followUpBossDeletePipeline, followUpBossDeletePond, followUpBossDeleteStage, followUpBossDeleteTeams, followUpBossDeleteTextMessageTemplate, followUpBossGetAppointment, followUpBossGetAppointmentOutcome, followUpBossGetAppointmentTypes, followUpBossGetCall, followUpBossGetDeal, followUpBossGetDealCustomField, followUpBossGetEvent, followUpBossGetGroups, followUpBossGetIdentity, followUpBossGetMe, followUpBossGetPeopleRelationship, followUpBossGetPipelines, followUpBossGetPonds, followUpBossGetSmartList, followUpBossGetStage, followUpBossGetTeams, followUpBossGetTemplate, followUpBossGetTextMessage, followUpBossGetTextMessageTemplate, followUpBossGetUser, followUpBossListActionPlans, followUpBossListActionPlansPeople, followUpBossListAppointmentOutcomes, followUpBossListAppointmentTypes, followUpBossListAppointments, followUpBossListCalls, followUpBossListCustomFields, followUpBossListDealCustomFields, followUpBossListDeals, followUpBossListEmCampaigns, followUpBossListEmEvents, followUpBossListEvents, followUpBossListGroups, followUpBossListGroupsRoundRobin, followUpBossListInboxApps, followUpBossListPeopleRelationships, followUpBossListPipelines, followUpBossListPonds, followUpBossListSmartLists, followUpBossListStages, followUpBossListTeamInboxes, followUpBossListTeams, followUpBossListTemplates, followUpBossListTextMessageTemplates, followUpBossListTextMessages, followUpBossListTimeframes, followUpBossListUsers, followUpBossListWebhooks, followUpBossMergeTemplate, followUpBossMergeTextMessageTemplate, followUpBossUpdateActionPlansPeople, followUpBossUpdateAppointment, followUpBossUpdateAppointmentOutcomes, followUpBossUpdateAppointmentTypes, followUpBossUpdateCalls, followUpBossUpdateCustomFields, followUpBossUpdateDealCustomFields, followUpBossUpdateDeals, followUpBossUpdateEmCampaigns, followUpBossUpdateGroups, followUpBossUpdatePeopleRelationships, followUpBossUpdatePipelines, followUpBossUpdatePonds, followUpBossUpdateStages, followUpBossUpdateTeams, followUpBossUpdateTemplates, followUpBossUpdateTextMessageTemplate };
|
package/dist/index.d.mts
ADDED
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
import { followUpBossCreateActionPlansPeople } from "./actions/create-action-plans-people.mjs";
|
|
2
|
+
import { followUpBossCreateAppointment } from "./actions/create-appointment.mjs";
|
|
3
|
+
import { followUpBossCreateAppointmentOutcome } from "./actions/create-appointment-outcome.mjs";
|
|
4
|
+
import { followUpBossCreateAppointmentTypes } from "./actions/create-appointment-types.mjs";
|
|
5
|
+
import { followUpBossCreateCall } from "./actions/create-call.mjs";
|
|
6
|
+
import { followUpBossCreateCustomField } from "./actions/create-custom-field.mjs";
|
|
7
|
+
import { followUpBossCreateDealCustomField } from "./actions/create-deal-custom-field.mjs";
|
|
8
|
+
import { followUpBossCreateDeals } from "./actions/create-deals.mjs";
|
|
9
|
+
import { followUpBossCreateEmCampaign } from "./actions/create-em-campaign.mjs";
|
|
10
|
+
import { followUpBossCreateEmEvents } from "./actions/create-em-events.mjs";
|
|
11
|
+
import { followUpBossCreateEvents } from "./actions/create-events.mjs";
|
|
12
|
+
import { followUpBossCreateGroups } from "./actions/create-groups.mjs";
|
|
13
|
+
import { followUpBossCreatePipelines } from "./actions/create-pipelines.mjs";
|
|
14
|
+
import { followUpBossCreatePonds } from "./actions/create-ponds.mjs";
|
|
15
|
+
import { followUpBossCreateReactions } from "./actions/create-reactions.mjs";
|
|
16
|
+
import { followUpBossCreateStage } from "./actions/create-stage.mjs";
|
|
17
|
+
import { followUpBossCreateTeams } from "./actions/create-teams.mjs";
|
|
18
|
+
import { followUpBossCreateTemplate } from "./actions/create-template.mjs";
|
|
19
|
+
import { followUpBossCreateTextMessageTemplate } from "./actions/create-text-message-template.mjs";
|
|
20
|
+
import { followUpBossDeleteAppointment } from "./actions/delete-appointment.mjs";
|
|
21
|
+
import { followUpBossDeleteAppointmentOutcomes } from "./actions/delete-appointment-outcomes.mjs";
|
|
22
|
+
import { followUpBossDeleteAppointmentType } from "./actions/delete-appointment-type.mjs";
|
|
23
|
+
import { followUpBossDeleteCustomField } from "./actions/delete-custom-field.mjs";
|
|
24
|
+
import { followUpBossDeleteDeal } from "./actions/delete-deal.mjs";
|
|
25
|
+
import { followUpBossDeleteDealCustomField } from "./actions/delete-deal-custom-field.mjs";
|
|
26
|
+
import { followUpBossDeleteGroups } from "./actions/delete-groups.mjs";
|
|
27
|
+
import { followUpBossDeletePeopleRelationship } from "./actions/delete-people-relationship.mjs";
|
|
28
|
+
import { followUpBossDeletePipeline } from "./actions/delete-pipeline.mjs";
|
|
29
|
+
import { followUpBossDeletePond } from "./actions/delete-pond.mjs";
|
|
30
|
+
import { followUpBossDeleteStage } from "./actions/delete-stage.mjs";
|
|
31
|
+
import { followUpBossDeleteTeams } from "./actions/delete-teams.mjs";
|
|
32
|
+
import { followUpBossDeleteTextMessageTemplate } from "./actions/delete-text-message-template.mjs";
|
|
33
|
+
import { followUpBossGetAppointment } from "./actions/get-appointment.mjs";
|
|
34
|
+
import { followUpBossGetAppointmentOutcome } from "./actions/get-appointment-outcome.mjs";
|
|
35
|
+
import { followUpBossGetAppointmentTypes } from "./actions/get-appointment-types.mjs";
|
|
36
|
+
import { followUpBossGetCall } from "./actions/get-call.mjs";
|
|
37
|
+
import { followUpBossGetDeal } from "./actions/get-deal.mjs";
|
|
38
|
+
import { followUpBossGetDealCustomField } from "./actions/get-deal-custom-field.mjs";
|
|
39
|
+
import { followUpBossGetEvent } from "./actions/get-event.mjs";
|
|
40
|
+
import { followUpBossGetGroups } from "./actions/get-groups.mjs";
|
|
41
|
+
import { followUpBossGetIdentity } from "./actions/get-identity.mjs";
|
|
42
|
+
import { followUpBossGetMe } from "./actions/get-me.mjs";
|
|
43
|
+
import { followUpBossGetPeopleRelationship } from "./actions/get-people-relationship.mjs";
|
|
44
|
+
import { followUpBossGetPipelines } from "./actions/get-pipelines.mjs";
|
|
45
|
+
import { followUpBossGetPonds } from "./actions/get-ponds.mjs";
|
|
46
|
+
import { followUpBossGetSmartList } from "./actions/get-smart-list.mjs";
|
|
47
|
+
import { followUpBossGetStage } from "./actions/get-stage.mjs";
|
|
48
|
+
import { followUpBossGetTeams } from "./actions/get-teams.mjs";
|
|
49
|
+
import { followUpBossGetTemplate } from "./actions/get-template.mjs";
|
|
50
|
+
import { followUpBossGetTextMessage } from "./actions/get-text-message.mjs";
|
|
51
|
+
import { followUpBossGetTextMessageTemplate } from "./actions/get-text-message-template.mjs";
|
|
52
|
+
import { followUpBossGetUser } from "./actions/get-user.mjs";
|
|
53
|
+
import { followUpBossListActionPlans } from "./actions/list-action-plans.mjs";
|
|
54
|
+
import { followUpBossListActionPlansPeople } from "./actions/list-action-plans-people.mjs";
|
|
55
|
+
import { followUpBossListAppointmentOutcomes } from "./actions/list-appointment-outcomes.mjs";
|
|
56
|
+
import { followUpBossListAppointmentTypes } from "./actions/list-appointment-types.mjs";
|
|
57
|
+
import { followUpBossListAppointments } from "./actions/list-appointments.mjs";
|
|
58
|
+
import { followUpBossListCalls } from "./actions/list-calls.mjs";
|
|
59
|
+
import { followUpBossListCustomFields } from "./actions/list-custom-fields.mjs";
|
|
60
|
+
import { followUpBossListDealCustomFields } from "./actions/list-deal-custom-fields.mjs";
|
|
61
|
+
import { followUpBossListDeals } from "./actions/list-deals.mjs";
|
|
62
|
+
import { followUpBossListEmCampaigns } from "./actions/list-em-campaigns.mjs";
|
|
63
|
+
import { followUpBossListEmEvents } from "./actions/list-em-events.mjs";
|
|
64
|
+
import { followUpBossListEvents } from "./actions/list-events.mjs";
|
|
65
|
+
import { followUpBossListGroups } from "./actions/list-groups.mjs";
|
|
66
|
+
import { followUpBossListGroupsRoundRobin } from "./actions/list-groups-round-robin.mjs";
|
|
67
|
+
import { followUpBossListInboxApps } from "./actions/list-inbox-apps.mjs";
|
|
68
|
+
import { followUpBossListPeopleRelationships } from "./actions/list-people-relationships.mjs";
|
|
69
|
+
import { followUpBossListPipelines } from "./actions/list-pipelines.mjs";
|
|
70
|
+
import { followUpBossListPonds } from "./actions/list-ponds.mjs";
|
|
71
|
+
import { followUpBossListSmartLists } from "./actions/list-smart-lists.mjs";
|
|
72
|
+
import { followUpBossListStages } from "./actions/list-stages.mjs";
|
|
73
|
+
import { followUpBossListTeamInboxes } from "./actions/list-team-inboxes.mjs";
|
|
74
|
+
import { followUpBossListTeams } from "./actions/list-teams.mjs";
|
|
75
|
+
import { followUpBossListTemplates } from "./actions/list-templates.mjs";
|
|
76
|
+
import { followUpBossListTextMessageTemplates } from "./actions/list-text-message-templates.mjs";
|
|
77
|
+
import { followUpBossListTextMessages } from "./actions/list-text-messages.mjs";
|
|
78
|
+
import { followUpBossListTimeframes } from "./actions/list-timeframes.mjs";
|
|
79
|
+
import { followUpBossListUsers } from "./actions/list-users.mjs";
|
|
80
|
+
import { followUpBossListWebhooks } from "./actions/list-webhooks.mjs";
|
|
81
|
+
import { followUpBossMergeTemplate } from "./actions/merge-template.mjs";
|
|
82
|
+
import { followUpBossMergeTextMessageTemplate } from "./actions/merge-text-message-template.mjs";
|
|
83
|
+
import { followUpBossUpdateActionPlansPeople } from "./actions/update-action-plans-people.mjs";
|
|
84
|
+
import { followUpBossUpdateAppointment } from "./actions/update-appointment.mjs";
|
|
85
|
+
import { followUpBossUpdateAppointmentOutcomes } from "./actions/update-appointment-outcomes.mjs";
|
|
86
|
+
import { followUpBossUpdateAppointmentTypes } from "./actions/update-appointment-types.mjs";
|
|
87
|
+
import { followUpBossUpdateCalls } from "./actions/update-calls.mjs";
|
|
88
|
+
import { followUpBossUpdateCustomFields } from "./actions/update-custom-fields.mjs";
|
|
89
|
+
import { followUpBossUpdateDealCustomFields } from "./actions/update-deal-custom-fields.mjs";
|
|
90
|
+
import { followUpBossUpdateDeals } from "./actions/update-deals.mjs";
|
|
91
|
+
import { followUpBossUpdateEmCampaigns } from "./actions/update-em-campaigns.mjs";
|
|
92
|
+
import { followUpBossUpdateGroups } from "./actions/update-groups.mjs";
|
|
93
|
+
import { followUpBossUpdatePeopleRelationships } from "./actions/update-people-relationships.mjs";
|
|
94
|
+
import { followUpBossUpdatePipelines } from "./actions/update-pipelines.mjs";
|
|
95
|
+
import { followUpBossUpdatePonds } from "./actions/update-ponds.mjs";
|
|
96
|
+
import { followUpBossUpdateStages } from "./actions/update-stages.mjs";
|
|
97
|
+
import { followUpBossUpdateTeams } from "./actions/update-teams.mjs";
|
|
98
|
+
import { followUpBossUpdateTemplates } from "./actions/update-templates.mjs";
|
|
99
|
+
import { followUpBossUpdateTextMessageTemplate } from "./actions/update-text-message-template.mjs";
|
|
100
|
+
import { followUpBoss } from "./app.mjs";
|
|
101
|
+
import { followUpBossCatalog } from "./catalog.mjs";
|
|
102
|
+
export { followUpBoss, followUpBossCatalog, followUpBossCreateActionPlansPeople, followUpBossCreateAppointment, followUpBossCreateAppointmentOutcome, followUpBossCreateAppointmentTypes, followUpBossCreateCall, followUpBossCreateCustomField, followUpBossCreateDealCustomField, followUpBossCreateDeals, followUpBossCreateEmCampaign, followUpBossCreateEmEvents, followUpBossCreateEvents, followUpBossCreateGroups, followUpBossCreatePipelines, followUpBossCreatePonds, followUpBossCreateReactions, followUpBossCreateStage, followUpBossCreateTeams, followUpBossCreateTemplate, followUpBossCreateTextMessageTemplate, followUpBossDeleteAppointment, followUpBossDeleteAppointmentOutcomes, followUpBossDeleteAppointmentType, followUpBossDeleteCustomField, followUpBossDeleteDeal, followUpBossDeleteDealCustomField, followUpBossDeleteGroups, followUpBossDeletePeopleRelationship, followUpBossDeletePipeline, followUpBossDeletePond, followUpBossDeleteStage, followUpBossDeleteTeams, followUpBossDeleteTextMessageTemplate, followUpBossGetAppointment, followUpBossGetAppointmentOutcome, followUpBossGetAppointmentTypes, followUpBossGetCall, followUpBossGetDeal, followUpBossGetDealCustomField, followUpBossGetEvent, followUpBossGetGroups, followUpBossGetIdentity, followUpBossGetMe, followUpBossGetPeopleRelationship, followUpBossGetPipelines, followUpBossGetPonds, followUpBossGetSmartList, followUpBossGetStage, followUpBossGetTeams, followUpBossGetTemplate, followUpBossGetTextMessage, followUpBossGetTextMessageTemplate, followUpBossGetUser, followUpBossListActionPlans, followUpBossListActionPlansPeople, followUpBossListAppointmentOutcomes, followUpBossListAppointmentTypes, followUpBossListAppointments, followUpBossListCalls, followUpBossListCustomFields, followUpBossListDealCustomFields, followUpBossListDeals, followUpBossListEmCampaigns, followUpBossListEmEvents, followUpBossListEvents, followUpBossListGroups, followUpBossListGroupsRoundRobin, followUpBossListInboxApps, followUpBossListPeopleRelationships, followUpBossListPipelines, followUpBossListPonds, followUpBossListSmartLists, followUpBossListStages, followUpBossListTeamInboxes, followUpBossListTeams, followUpBossListTemplates, followUpBossListTextMessageTemplates, followUpBossListTextMessages, followUpBossListTimeframes, followUpBossListUsers, followUpBossListWebhooks, followUpBossMergeTemplate, followUpBossMergeTextMessageTemplate, followUpBossUpdateActionPlansPeople, followUpBossUpdateAppointment, followUpBossUpdateAppointmentOutcomes, followUpBossUpdateAppointmentTypes, followUpBossUpdateCalls, followUpBossUpdateCustomFields, followUpBossUpdateDealCustomFields, followUpBossUpdateDeals, followUpBossUpdateEmCampaigns, followUpBossUpdateGroups, followUpBossUpdatePeopleRelationships, followUpBossUpdatePipelines, followUpBossUpdatePonds, followUpBossUpdateStages, followUpBossUpdateTeams, followUpBossUpdateTemplates, followUpBossUpdateTextMessageTemplate };
|
package/dist/index.mjs
ADDED
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
import { followUpBoss } from "./app.mjs";
|
|
2
|
+
import { followUpBossCatalog } from "./catalog.mjs";
|
|
3
|
+
import { followUpBossCreateActionPlansPeople } from "./actions/create-action-plans-people.mjs";
|
|
4
|
+
import { followUpBossCreateAppointment } from "./actions/create-appointment.mjs";
|
|
5
|
+
import { followUpBossCreateAppointmentOutcome } from "./actions/create-appointment-outcome.mjs";
|
|
6
|
+
import { followUpBossCreateAppointmentTypes } from "./actions/create-appointment-types.mjs";
|
|
7
|
+
import { followUpBossCreateCall } from "./actions/create-call.mjs";
|
|
8
|
+
import { followUpBossCreateCustomField } from "./actions/create-custom-field.mjs";
|
|
9
|
+
import { followUpBossCreateDealCustomField } from "./actions/create-deal-custom-field.mjs";
|
|
10
|
+
import { followUpBossCreateDeals } from "./actions/create-deals.mjs";
|
|
11
|
+
import { followUpBossCreateEmCampaign } from "./actions/create-em-campaign.mjs";
|
|
12
|
+
import { followUpBossCreateEmEvents } from "./actions/create-em-events.mjs";
|
|
13
|
+
import { followUpBossCreateEvents } from "./actions/create-events.mjs";
|
|
14
|
+
import { followUpBossCreateGroups } from "./actions/create-groups.mjs";
|
|
15
|
+
import { followUpBossCreatePipelines } from "./actions/create-pipelines.mjs";
|
|
16
|
+
import { followUpBossCreatePonds } from "./actions/create-ponds.mjs";
|
|
17
|
+
import { followUpBossCreateReactions } from "./actions/create-reactions.mjs";
|
|
18
|
+
import { followUpBossCreateStage } from "./actions/create-stage.mjs";
|
|
19
|
+
import { followUpBossCreateTeams } from "./actions/create-teams.mjs";
|
|
20
|
+
import { followUpBossCreateTemplate } from "./actions/create-template.mjs";
|
|
21
|
+
import { followUpBossCreateTextMessageTemplate } from "./actions/create-text-message-template.mjs";
|
|
22
|
+
import { followUpBossDeleteAppointment } from "./actions/delete-appointment.mjs";
|
|
23
|
+
import { followUpBossDeleteAppointmentOutcomes } from "./actions/delete-appointment-outcomes.mjs";
|
|
24
|
+
import { followUpBossDeleteAppointmentType } from "./actions/delete-appointment-type.mjs";
|
|
25
|
+
import { followUpBossDeleteCustomField } from "./actions/delete-custom-field.mjs";
|
|
26
|
+
import { followUpBossDeleteDeal } from "./actions/delete-deal.mjs";
|
|
27
|
+
import { followUpBossDeleteDealCustomField } from "./actions/delete-deal-custom-field.mjs";
|
|
28
|
+
import { followUpBossDeleteGroups } from "./actions/delete-groups.mjs";
|
|
29
|
+
import { followUpBossDeletePeopleRelationship } from "./actions/delete-people-relationship.mjs";
|
|
30
|
+
import { followUpBossDeletePipeline } from "./actions/delete-pipeline.mjs";
|
|
31
|
+
import { followUpBossDeletePond } from "./actions/delete-pond.mjs";
|
|
32
|
+
import { followUpBossDeleteStage } from "./actions/delete-stage.mjs";
|
|
33
|
+
import { followUpBossDeleteTeams } from "./actions/delete-teams.mjs";
|
|
34
|
+
import { followUpBossDeleteTextMessageTemplate } from "./actions/delete-text-message-template.mjs";
|
|
35
|
+
import { followUpBossGetAppointment } from "./actions/get-appointment.mjs";
|
|
36
|
+
import { followUpBossGetAppointmentOutcome } from "./actions/get-appointment-outcome.mjs";
|
|
37
|
+
import { followUpBossGetAppointmentTypes } from "./actions/get-appointment-types.mjs";
|
|
38
|
+
import { followUpBossGetCall } from "./actions/get-call.mjs";
|
|
39
|
+
import { followUpBossGetDeal } from "./actions/get-deal.mjs";
|
|
40
|
+
import { followUpBossGetDealCustomField } from "./actions/get-deal-custom-field.mjs";
|
|
41
|
+
import { followUpBossGetEvent } from "./actions/get-event.mjs";
|
|
42
|
+
import { followUpBossGetGroups } from "./actions/get-groups.mjs";
|
|
43
|
+
import { followUpBossGetIdentity } from "./actions/get-identity.mjs";
|
|
44
|
+
import { followUpBossGetMe } from "./actions/get-me.mjs";
|
|
45
|
+
import { followUpBossGetPeopleRelationship } from "./actions/get-people-relationship.mjs";
|
|
46
|
+
import { followUpBossGetPipelines } from "./actions/get-pipelines.mjs";
|
|
47
|
+
import { followUpBossGetPonds } from "./actions/get-ponds.mjs";
|
|
48
|
+
import { followUpBossGetSmartList } from "./actions/get-smart-list.mjs";
|
|
49
|
+
import { followUpBossGetStage } from "./actions/get-stage.mjs";
|
|
50
|
+
import { followUpBossGetTeams } from "./actions/get-teams.mjs";
|
|
51
|
+
import { followUpBossGetTemplate } from "./actions/get-template.mjs";
|
|
52
|
+
import { followUpBossGetTextMessage } from "./actions/get-text-message.mjs";
|
|
53
|
+
import { followUpBossGetTextMessageTemplate } from "./actions/get-text-message-template.mjs";
|
|
54
|
+
import { followUpBossGetUser } from "./actions/get-user.mjs";
|
|
55
|
+
import { followUpBossListActionPlans } from "./actions/list-action-plans.mjs";
|
|
56
|
+
import { followUpBossListActionPlansPeople } from "./actions/list-action-plans-people.mjs";
|
|
57
|
+
import { followUpBossListAppointmentOutcomes } from "./actions/list-appointment-outcomes.mjs";
|
|
58
|
+
import { followUpBossListAppointmentTypes } from "./actions/list-appointment-types.mjs";
|
|
59
|
+
import { followUpBossListAppointments } from "./actions/list-appointments.mjs";
|
|
60
|
+
import { followUpBossListCalls } from "./actions/list-calls.mjs";
|
|
61
|
+
import { followUpBossListCustomFields } from "./actions/list-custom-fields.mjs";
|
|
62
|
+
import { followUpBossListDealCustomFields } from "./actions/list-deal-custom-fields.mjs";
|
|
63
|
+
import { followUpBossListDeals } from "./actions/list-deals.mjs";
|
|
64
|
+
import { followUpBossListEmCampaigns } from "./actions/list-em-campaigns.mjs";
|
|
65
|
+
import { followUpBossListEmEvents } from "./actions/list-em-events.mjs";
|
|
66
|
+
import { followUpBossListEvents } from "./actions/list-events.mjs";
|
|
67
|
+
import { followUpBossListGroups } from "./actions/list-groups.mjs";
|
|
68
|
+
import { followUpBossListGroupsRoundRobin } from "./actions/list-groups-round-robin.mjs";
|
|
69
|
+
import { followUpBossListInboxApps } from "./actions/list-inbox-apps.mjs";
|
|
70
|
+
import { followUpBossListPeopleRelationships } from "./actions/list-people-relationships.mjs";
|
|
71
|
+
import { followUpBossListPipelines } from "./actions/list-pipelines.mjs";
|
|
72
|
+
import { followUpBossListPonds } from "./actions/list-ponds.mjs";
|
|
73
|
+
import { followUpBossListSmartLists } from "./actions/list-smart-lists.mjs";
|
|
74
|
+
import { followUpBossListStages } from "./actions/list-stages.mjs";
|
|
75
|
+
import { followUpBossListTeamInboxes } from "./actions/list-team-inboxes.mjs";
|
|
76
|
+
import { followUpBossListTeams } from "./actions/list-teams.mjs";
|
|
77
|
+
import { followUpBossListTemplates } from "./actions/list-templates.mjs";
|
|
78
|
+
import { followUpBossListTextMessageTemplates } from "./actions/list-text-message-templates.mjs";
|
|
79
|
+
import { followUpBossListTextMessages } from "./actions/list-text-messages.mjs";
|
|
80
|
+
import { followUpBossListTimeframes } from "./actions/list-timeframes.mjs";
|
|
81
|
+
import { followUpBossListUsers } from "./actions/list-users.mjs";
|
|
82
|
+
import { followUpBossListWebhooks } from "./actions/list-webhooks.mjs";
|
|
83
|
+
import { followUpBossMergeTemplate } from "./actions/merge-template.mjs";
|
|
84
|
+
import { followUpBossMergeTextMessageTemplate } from "./actions/merge-text-message-template.mjs";
|
|
85
|
+
import { followUpBossUpdateActionPlansPeople } from "./actions/update-action-plans-people.mjs";
|
|
86
|
+
import { followUpBossUpdateAppointment } from "./actions/update-appointment.mjs";
|
|
87
|
+
import { followUpBossUpdateAppointmentOutcomes } from "./actions/update-appointment-outcomes.mjs";
|
|
88
|
+
import { followUpBossUpdateAppointmentTypes } from "./actions/update-appointment-types.mjs";
|
|
89
|
+
import { followUpBossUpdateCalls } from "./actions/update-calls.mjs";
|
|
90
|
+
import { followUpBossUpdateCustomFields } from "./actions/update-custom-fields.mjs";
|
|
91
|
+
import { followUpBossUpdateDealCustomFields } from "./actions/update-deal-custom-fields.mjs";
|
|
92
|
+
import { followUpBossUpdateDeals } from "./actions/update-deals.mjs";
|
|
93
|
+
import { followUpBossUpdateEmCampaigns } from "./actions/update-em-campaigns.mjs";
|
|
94
|
+
import { followUpBossUpdateGroups } from "./actions/update-groups.mjs";
|
|
95
|
+
import { followUpBossUpdatePeopleRelationships } from "./actions/update-people-relationships.mjs";
|
|
96
|
+
import { followUpBossUpdatePipelines } from "./actions/update-pipelines.mjs";
|
|
97
|
+
import { followUpBossUpdatePonds } from "./actions/update-ponds.mjs";
|
|
98
|
+
import { followUpBossUpdateStages } from "./actions/update-stages.mjs";
|
|
99
|
+
import { followUpBossUpdateTeams } from "./actions/update-teams.mjs";
|
|
100
|
+
import { followUpBossUpdateTemplates } from "./actions/update-templates.mjs";
|
|
101
|
+
import { followUpBossUpdateTextMessageTemplate } from "./actions/update-text-message-template.mjs";
|
|
102
|
+
import "./actions/index.mjs";
|
|
103
|
+
export { followUpBoss, followUpBossCatalog, followUpBossCreateActionPlansPeople, followUpBossCreateAppointment, followUpBossCreateAppointmentOutcome, followUpBossCreateAppointmentTypes, followUpBossCreateCall, followUpBossCreateCustomField, followUpBossCreateDealCustomField, followUpBossCreateDeals, followUpBossCreateEmCampaign, followUpBossCreateEmEvents, followUpBossCreateEvents, followUpBossCreateGroups, followUpBossCreatePipelines, followUpBossCreatePonds, followUpBossCreateReactions, followUpBossCreateStage, followUpBossCreateTeams, followUpBossCreateTemplate, followUpBossCreateTextMessageTemplate, followUpBossDeleteAppointment, followUpBossDeleteAppointmentOutcomes, followUpBossDeleteAppointmentType, followUpBossDeleteCustomField, followUpBossDeleteDeal, followUpBossDeleteDealCustomField, followUpBossDeleteGroups, followUpBossDeletePeopleRelationship, followUpBossDeletePipeline, followUpBossDeletePond, followUpBossDeleteStage, followUpBossDeleteTeams, followUpBossDeleteTextMessageTemplate, followUpBossGetAppointment, followUpBossGetAppointmentOutcome, followUpBossGetAppointmentTypes, followUpBossGetCall, followUpBossGetDeal, followUpBossGetDealCustomField, followUpBossGetEvent, followUpBossGetGroups, followUpBossGetIdentity, followUpBossGetMe, followUpBossGetPeopleRelationship, followUpBossGetPipelines, followUpBossGetPonds, followUpBossGetSmartList, followUpBossGetStage, followUpBossGetTeams, followUpBossGetTemplate, followUpBossGetTextMessage, followUpBossGetTextMessageTemplate, followUpBossGetUser, followUpBossListActionPlans, followUpBossListActionPlansPeople, followUpBossListAppointmentOutcomes, followUpBossListAppointmentTypes, followUpBossListAppointments, followUpBossListCalls, followUpBossListCustomFields, followUpBossListDealCustomFields, followUpBossListDeals, followUpBossListEmCampaigns, followUpBossListEmEvents, followUpBossListEvents, followUpBossListGroups, followUpBossListGroupsRoundRobin, followUpBossListInboxApps, followUpBossListPeopleRelationships, followUpBossListPipelines, followUpBossListPonds, followUpBossListSmartLists, followUpBossListStages, followUpBossListTeamInboxes, followUpBossListTeams, followUpBossListTemplates, followUpBossListTextMessageTemplates, followUpBossListTextMessages, followUpBossListTimeframes, followUpBossListUsers, followUpBossListWebhooks, followUpBossMergeTemplate, followUpBossMergeTextMessageTemplate, followUpBossUpdateActionPlansPeople, followUpBossUpdateAppointment, followUpBossUpdateAppointmentOutcomes, followUpBossUpdateAppointmentTypes, followUpBossUpdateCalls, followUpBossUpdateCustomFields, followUpBossUpdateDealCustomFields, followUpBossUpdateDeals, followUpBossUpdateEmCampaigns, followUpBossUpdateGroups, followUpBossUpdatePeopleRelationships, followUpBossUpdatePipelines, followUpBossUpdatePonds, followUpBossUpdateStages, followUpBossUpdateTeams, followUpBossUpdateTemplates, followUpBossUpdateTextMessageTemplate };
|
package/package.json
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@keystrokehq/follow_up_boss",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"publishConfig": {
|
|
5
|
+
"access": "public",
|
|
6
|
+
"registry": "https://registry.npmjs.org"
|
|
7
|
+
},
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "git+https://github.com/keystrokehq/keystroke.git",
|
|
11
|
+
"directory": "packages/integrations/follow_up_boss"
|
|
12
|
+
},
|
|
13
|
+
"files": [
|
|
14
|
+
"dist"
|
|
15
|
+
],
|
|
16
|
+
"sideEffects": false,
|
|
17
|
+
"type": "module",
|
|
18
|
+
"main": "./dist/index.cjs",
|
|
19
|
+
"module": "./dist/index.mjs",
|
|
20
|
+
"types": "./dist/index.d.mts",
|
|
21
|
+
"exports": {
|
|
22
|
+
".": {
|
|
23
|
+
"types": "./dist/index.d.mts",
|
|
24
|
+
"import": "./dist/index.mjs",
|
|
25
|
+
"require": "./dist/index.cjs"
|
|
26
|
+
},
|
|
27
|
+
"./actions": {
|
|
28
|
+
"types": "./dist/actions/index.d.mts",
|
|
29
|
+
"import": "./dist/actions/index.mjs",
|
|
30
|
+
"require": "./dist/actions/index.cjs"
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"peerDependencies": {
|
|
34
|
+
"@keystrokehq/keystroke": "^0.1.4",
|
|
35
|
+
"zod": "^4.4.3"
|
|
36
|
+
},
|
|
37
|
+
"devDependencies": {
|
|
38
|
+
"@keystrokehq/keystroke": "link:../../keystroke",
|
|
39
|
+
"@types/node": "^25.9.1",
|
|
40
|
+
"tsdown": "^0.22.0",
|
|
41
|
+
"typescript": "^6.0.3",
|
|
42
|
+
"zod": "^4.4.3"
|
|
43
|
+
},
|
|
44
|
+
"scripts": {
|
|
45
|
+
"build": "tsdown",
|
|
46
|
+
"dev": "tsdown --watch --no-clean",
|
|
47
|
+
"typecheck": "tsc --noEmit"
|
|
48
|
+
}
|
|
49
|
+
}
|