@keystrokehq/salesflare 0.1.0 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/action.cjs.map +1 -1
- package/dist/action.mjs.map +1 -1
- package/dist/actions/add-account-contacts.cjs +2 -2
- package/dist/actions/add-account-contacts.cjs.map +1 -1
- package/dist/actions/add-account-contacts.d.cts +16 -3
- package/dist/actions/add-account-contacts.d.cts.map +1 -1
- package/dist/actions/add-account-contacts.d.mts +16 -3
- package/dist/actions/add-account-contacts.d.mts.map +1 -1
- package/dist/actions/add-account-contacts.mjs +2 -2
- package/dist/actions/add-account-contacts.mjs.map +1 -1
- package/dist/actions/create-account.cjs +11 -11
- package/dist/actions/create-account.cjs.map +1 -1
- package/dist/actions/create-account.d.cts +111 -3
- package/dist/actions/create-account.d.cts.map +1 -1
- package/dist/actions/create-account.d.mts +111 -3
- package/dist/actions/create-account.d.mts.map +1 -1
- package/dist/actions/create-account.mjs +11 -11
- package/dist/actions/create-account.mjs.map +1 -1
- package/dist/actions/create-call.cjs +3 -3
- package/dist/actions/create-call.cjs.map +1 -1
- package/dist/actions/create-call.d.cts +33 -3
- package/dist/actions/create-call.d.cts.map +1 -1
- package/dist/actions/create-call.d.mts +33 -3
- package/dist/actions/create-call.d.mts.map +1 -1
- package/dist/actions/create-call.mjs +3 -3
- package/dist/actions/create-call.mjs.map +1 -1
- package/dist/actions/create-contact.cjs +6 -6
- package/dist/actions/create-contact.cjs.map +1 -1
- package/dist/actions/create-contact.d.cts +120 -3
- package/dist/actions/create-contact.d.cts.map +1 -1
- package/dist/actions/create-contact.d.mts +120 -3
- package/dist/actions/create-contact.d.mts.map +1 -1
- package/dist/actions/create-contact.mjs +6 -6
- package/dist/actions/create-contact.mjs.map +1 -1
- package/dist/actions/create-custom-field.cjs +2 -2
- package/dist/actions/create-custom-field.cjs.map +1 -1
- package/dist/actions/create-custom-field.d.cts +54 -3
- package/dist/actions/create-custom-field.d.cts.map +1 -1
- package/dist/actions/create-custom-field.d.mts +54 -3
- package/dist/actions/create-custom-field.d.mts.map +1 -1
- package/dist/actions/create-custom-field.mjs +2 -2
- package/dist/actions/create-custom-field.mjs.map +1 -1
- package/dist/actions/create-internal-note.cjs +1 -1
- package/dist/actions/create-internal-note.cjs.map +1 -1
- package/dist/actions/create-internal-note.d.cts +21 -3
- package/dist/actions/create-internal-note.d.cts.map +1 -1
- package/dist/actions/create-internal-note.d.mts +21 -3
- package/dist/actions/create-internal-note.d.mts.map +1 -1
- package/dist/actions/create-internal-note.mjs +1 -1
- package/dist/actions/create-internal-note.mjs.map +1 -1
- package/dist/actions/create-meeting.cjs +1 -1
- package/dist/actions/create-meeting.cjs.map +1 -1
- package/dist/actions/create-meeting.d.cts +31 -3
- package/dist/actions/create-meeting.d.cts.map +1 -1
- package/dist/actions/create-meeting.d.mts +31 -3
- package/dist/actions/create-meeting.d.mts.map +1 -1
- package/dist/actions/create-meeting.mjs +1 -1
- package/dist/actions/create-meeting.mjs.map +1 -1
- package/dist/actions/create-opportunity.cjs +2 -2
- package/dist/actions/create-opportunity.cjs.map +1 -1
- package/dist/actions/create-opportunity.d.cts +56 -3
- package/dist/actions/create-opportunity.d.cts.map +1 -1
- package/dist/actions/create-opportunity.d.mts +56 -3
- package/dist/actions/create-opportunity.d.mts.map +1 -1
- package/dist/actions/create-opportunity.mjs +2 -2
- package/dist/actions/create-opportunity.mjs.map +1 -1
- package/dist/actions/create-tag.cjs +1 -1
- package/dist/actions/create-tag.cjs.map +1 -1
- package/dist/actions/create-tag.d.cts +9 -3
- package/dist/actions/create-tag.d.cts.map +1 -1
- package/dist/actions/create-tag.d.mts +9 -3
- package/dist/actions/create-tag.d.mts.map +1 -1
- package/dist/actions/create-tag.mjs +1 -1
- package/dist/actions/create-tag.mjs.map +1 -1
- package/dist/actions/create-task.cjs +1 -1
- package/dist/actions/create-task.cjs.map +1 -1
- package/dist/actions/create-task.d.cts +15 -3
- package/dist/actions/create-task.d.cts.map +1 -1
- package/dist/actions/create-task.d.mts +15 -3
- package/dist/actions/create-task.d.mts.map +1 -1
- package/dist/actions/create-task.mjs +1 -1
- package/dist/actions/create-task.mjs.map +1 -1
- package/dist/actions/create-workflow.cjs +4 -4
- package/dist/actions/create-workflow.cjs.map +1 -1
- package/dist/actions/create-workflow.d.cts +150 -3
- package/dist/actions/create-workflow.d.cts.map +1 -1
- package/dist/actions/create-workflow.d.mts +150 -3
- package/dist/actions/create-workflow.d.mts.map +1 -1
- package/dist/actions/create-workflow.mjs +4 -4
- package/dist/actions/create-workflow.mjs.map +1 -1
- package/dist/actions/delete-account.cjs +1 -1
- package/dist/actions/delete-account.cjs.map +1 -1
- package/dist/actions/delete-account.d.cts +9 -3
- package/dist/actions/delete-account.d.cts.map +1 -1
- package/dist/actions/delete-account.d.mts +9 -3
- package/dist/actions/delete-account.d.mts.map +1 -1
- package/dist/actions/delete-account.mjs +1 -1
- package/dist/actions/delete-account.mjs.map +1 -1
- package/dist/actions/delete-contact.cjs +3 -3
- package/dist/actions/delete-contact.cjs.map +1 -1
- package/dist/actions/delete-contact.d.cts +10 -3
- package/dist/actions/delete-contact.d.cts.map +1 -1
- package/dist/actions/delete-contact.d.mts +10 -3
- package/dist/actions/delete-contact.d.mts.map +1 -1
- package/dist/actions/delete-contact.mjs +3 -3
- package/dist/actions/delete-contact.mjs.map +1 -1
- package/dist/actions/delete-custom-field.cjs +3 -3
- package/dist/actions/delete-custom-field.cjs.map +1 -1
- package/dist/actions/delete-custom-field.d.cts +16 -3
- package/dist/actions/delete-custom-field.d.cts.map +1 -1
- package/dist/actions/delete-custom-field.d.mts +16 -3
- package/dist/actions/delete-custom-field.d.mts.map +1 -1
- package/dist/actions/delete-custom-field.mjs +3 -3
- package/dist/actions/delete-custom-field.mjs.map +1 -1
- package/dist/actions/delete-internal-note.cjs +4 -4
- package/dist/actions/delete-internal-note.cjs.map +1 -1
- package/dist/actions/delete-internal-note.d.cts +11 -3
- package/dist/actions/delete-internal-note.d.cts.map +1 -1
- package/dist/actions/delete-internal-note.d.mts +11 -3
- package/dist/actions/delete-internal-note.d.mts.map +1 -1
- package/dist/actions/delete-internal-note.mjs +4 -4
- package/dist/actions/delete-internal-note.mjs.map +1 -1
- package/dist/actions/delete-meeting.cjs +1 -1
- package/dist/actions/delete-meeting.cjs.map +1 -1
- package/dist/actions/delete-meeting.d.cts +9 -3
- package/dist/actions/delete-meeting.d.cts.map +1 -1
- package/dist/actions/delete-meeting.d.mts +9 -3
- package/dist/actions/delete-meeting.d.mts.map +1 -1
- package/dist/actions/delete-meeting.mjs +1 -1
- package/dist/actions/delete-meeting.mjs.map +1 -1
- package/dist/actions/delete-opportunity.cjs +1 -1
- package/dist/actions/delete-opportunity.cjs.map +1 -1
- package/dist/actions/delete-opportunity.d.cts +9 -3
- package/dist/actions/delete-opportunity.d.cts.map +1 -1
- package/dist/actions/delete-opportunity.d.mts +9 -3
- package/dist/actions/delete-opportunity.d.mts.map +1 -1
- package/dist/actions/delete-opportunity.mjs +1 -1
- package/dist/actions/delete-opportunity.mjs.map +1 -1
- package/dist/actions/delete-tag.cjs +1 -1
- package/dist/actions/delete-tag.cjs.map +1 -1
- package/dist/actions/delete-tag.d.cts +9 -3
- package/dist/actions/delete-tag.d.cts.map +1 -1
- package/dist/actions/delete-tag.d.mts +9 -3
- package/dist/actions/delete-tag.d.mts.map +1 -1
- package/dist/actions/delete-tag.mjs +1 -1
- package/dist/actions/delete-tag.mjs.map +1 -1
- package/dist/actions/delete-task.cjs +1 -1
- package/dist/actions/delete-task.cjs.map +1 -1
- package/dist/actions/delete-task.d.cts +9 -3
- package/dist/actions/delete-task.d.cts.map +1 -1
- package/dist/actions/delete-task.d.mts +9 -3
- package/dist/actions/delete-task.d.mts.map +1 -1
- package/dist/actions/delete-task.mjs +1 -1
- package/dist/actions/delete-task.mjs.map +1 -1
- package/dist/actions/get-account.cjs +9 -9
- package/dist/actions/get-account.cjs.map +1 -1
- package/dist/actions/get-account.d.cts +72 -3
- package/dist/actions/get-account.d.cts.map +1 -1
- package/dist/actions/get-account.d.mts +72 -3
- package/dist/actions/get-account.d.mts.map +1 -1
- package/dist/actions/get-account.mjs +9 -9
- package/dist/actions/get-account.mjs.map +1 -1
- package/dist/actions/get-ai-settings.cjs +3 -3
- package/dist/actions/get-ai-settings.cjs.map +1 -1
- package/dist/actions/get-ai-settings.d.cts +13 -3
- package/dist/actions/get-ai-settings.d.cts.map +1 -1
- package/dist/actions/get-ai-settings.d.mts +13 -3
- package/dist/actions/get-ai-settings.d.mts.map +1 -1
- package/dist/actions/get-ai-settings.mjs +3 -3
- package/dist/actions/get-ai-settings.mjs.map +1 -1
- package/dist/actions/get-contact.cjs +12 -12
- package/dist/actions/get-contact.cjs.map +1 -1
- package/dist/actions/get-contact.d.cts +98 -3
- package/dist/actions/get-contact.d.cts.map +1 -1
- package/dist/actions/get-contact.d.mts +98 -3
- package/dist/actions/get-contact.d.mts.map +1 -1
- package/dist/actions/get-contact.mjs +12 -12
- package/dist/actions/get-contact.mjs.map +1 -1
- package/dist/actions/get-current-user.cjs +20 -20
- package/dist/actions/get-current-user.cjs.map +1 -1
- package/dist/actions/get-current-user.d.cts +156 -3
- package/dist/actions/get-current-user.d.cts.map +1 -1
- package/dist/actions/get-current-user.d.mts +156 -3
- package/dist/actions/get-current-user.d.mts.map +1 -1
- package/dist/actions/get-current-user.mjs +20 -20
- package/dist/actions/get-current-user.mjs.map +1 -1
- package/dist/actions/get-custom-field.cjs +3 -3
- package/dist/actions/get-custom-field.cjs.map +1 -1
- package/dist/actions/get-custom-field.d.cts +41 -3
- package/dist/actions/get-custom-field.d.cts.map +1 -1
- package/dist/actions/get-custom-field.d.mts +41 -3
- package/dist/actions/get-custom-field.d.mts.map +1 -1
- package/dist/actions/get-custom-field.mjs +3 -3
- package/dist/actions/get-custom-field.mjs.map +1 -1
- package/dist/actions/get-meeting.cjs +2 -2
- package/dist/actions/get-meeting.cjs.map +1 -1
- package/dist/actions/get-meeting.d.cts +22 -3
- package/dist/actions/get-meeting.d.cts.map +1 -1
- package/dist/actions/get-meeting.d.mts +22 -3
- package/dist/actions/get-meeting.d.mts.map +1 -1
- package/dist/actions/get-meeting.mjs +2 -2
- package/dist/actions/get-meeting.mjs.map +1 -1
- package/dist/actions/get-opportunity.cjs +25 -25
- package/dist/actions/get-opportunity.cjs.map +1 -1
- package/dist/actions/get-opportunity.d.cts +100 -3
- package/dist/actions/get-opportunity.d.cts.map +1 -1
- package/dist/actions/get-opportunity.d.mts +100 -3
- package/dist/actions/get-opportunity.d.mts.map +1 -1
- package/dist/actions/get-opportunity.mjs +25 -25
- package/dist/actions/get-opportunity.mjs.map +1 -1
- package/dist/actions/get-stage.cjs +3 -3
- package/dist/actions/get-stage.cjs.map +1 -1
- package/dist/actions/get-stage.d.cts +21 -3
- package/dist/actions/get-stage.d.cts.map +1 -1
- package/dist/actions/get-stage.d.mts +21 -3
- package/dist/actions/get-stage.d.mts.map +1 -1
- package/dist/actions/get-stage.mjs +3 -3
- package/dist/actions/get-stage.mjs.map +1 -1
- package/dist/actions/get-tag-usage.cjs +4 -4
- package/dist/actions/get-tag-usage.cjs.map +1 -1
- package/dist/actions/get-tag-usage.d.cts +23 -3
- package/dist/actions/get-tag-usage.d.cts.map +1 -1
- package/dist/actions/get-tag-usage.d.mts +23 -3
- package/dist/actions/get-tag-usage.d.mts.map +1 -1
- package/dist/actions/get-tag-usage.mjs +4 -4
- package/dist/actions/get-tag-usage.mjs.map +1 -1
- package/dist/actions/get-user.cjs +8 -8
- package/dist/actions/get-user.cjs.map +1 -1
- package/dist/actions/get-user.d.cts +64 -3
- package/dist/actions/get-user.d.cts.map +1 -1
- package/dist/actions/get-user.d.mts +64 -3
- package/dist/actions/get-user.d.mts.map +1 -1
- package/dist/actions/get-user.mjs +8 -8
- package/dist/actions/get-user.mjs.map +1 -1
- package/dist/actions/get-workflow-merge-fields.cjs +3 -3
- package/dist/actions/get-workflow-merge-fields.cjs.map +1 -1
- package/dist/actions/get-workflow-merge-fields.d.cts +14 -3
- package/dist/actions/get-workflow-merge-fields.d.cts.map +1 -1
- package/dist/actions/get-workflow-merge-fields.d.mts +14 -3
- package/dist/actions/get-workflow-merge-fields.d.mts.map +1 -1
- package/dist/actions/get-workflow-merge-fields.mjs +3 -3
- package/dist/actions/get-workflow-merge-fields.mjs.map +1 -1
- package/dist/actions/get-workflow.cjs +11 -11
- package/dist/actions/get-workflow.cjs.map +1 -1
- package/dist/actions/get-workflow.d.cts +140 -3
- package/dist/actions/get-workflow.d.cts.map +1 -1
- package/dist/actions/get-workflow.d.mts +140 -3
- package/dist/actions/get-workflow.d.mts.map +1 -1
- package/dist/actions/get-workflow.mjs +11 -11
- package/dist/actions/get-workflow.mjs.map +1 -1
- package/dist/actions/list-account-messages.cjs +3 -3
- package/dist/actions/list-account-messages.cjs.map +1 -1
- package/dist/actions/list-account-messages.d.cts +35 -3
- package/dist/actions/list-account-messages.d.cts.map +1 -1
- package/dist/actions/list-account-messages.d.mts +35 -3
- package/dist/actions/list-account-messages.d.mts.map +1 -1
- package/dist/actions/list-account-messages.mjs +3 -3
- package/dist/actions/list-account-messages.mjs.map +1 -1
- package/dist/actions/list-accounts.cjs +7 -7
- package/dist/actions/list-accounts.cjs.map +1 -1
- package/dist/actions/list-accounts.d.cts +84 -3
- package/dist/actions/list-accounts.d.cts.map +1 -1
- package/dist/actions/list-accounts.d.mts +84 -3
- package/dist/actions/list-accounts.d.mts.map +1 -1
- package/dist/actions/list-accounts.mjs +7 -7
- package/dist/actions/list-accounts.mjs.map +1 -1
- package/dist/actions/list-contacts.cjs +14 -14
- package/dist/actions/list-contacts.cjs.map +1 -1
- package/dist/actions/list-contacts.d.cts +137 -3
- package/dist/actions/list-contacts.d.cts.map +1 -1
- package/dist/actions/list-contacts.d.mts +137 -3
- package/dist/actions/list-contacts.d.mts.map +1 -1
- package/dist/actions/list-contacts.mjs +14 -14
- package/dist/actions/list-contacts.mjs.map +1 -1
- package/dist/actions/list-currencies.cjs +5 -5
- package/dist/actions/list-currencies.cjs.map +1 -1
- package/dist/actions/list-currencies.d.cts +9 -3
- package/dist/actions/list-currencies.d.cts.map +1 -1
- package/dist/actions/list-currencies.d.mts +9 -3
- package/dist/actions/list-currencies.d.mts.map +1 -1
- package/dist/actions/list-currencies.mjs +5 -5
- package/dist/actions/list-currencies.mjs.map +1 -1
- package/dist/actions/list-custom-field-options.cjs +1 -1
- package/dist/actions/list-custom-field-options.cjs.map +1 -1
- package/dist/actions/list-custom-field-options.d.cts +17 -3
- package/dist/actions/list-custom-field-options.d.cts.map +1 -1
- package/dist/actions/list-custom-field-options.d.mts +17 -3
- package/dist/actions/list-custom-field-options.d.mts.map +1 -1
- package/dist/actions/list-custom-field-options.mjs +1 -1
- package/dist/actions/list-custom-field-options.mjs.map +1 -1
- package/dist/actions/list-custom-field-types.cjs +6 -6
- package/dist/actions/list-custom-field-types.cjs.map +1 -1
- package/dist/actions/list-custom-field-types.d.cts +10 -3
- package/dist/actions/list-custom-field-types.d.cts.map +1 -1
- package/dist/actions/list-custom-field-types.d.mts +10 -3
- package/dist/actions/list-custom-field-types.d.mts.map +1 -1
- package/dist/actions/list-custom-field-types.mjs +6 -6
- package/dist/actions/list-custom-field-types.mjs.map +1 -1
- package/dist/actions/list-custom-fields.cjs +4 -4
- package/dist/actions/list-custom-fields.cjs.map +1 -1
- package/dist/actions/list-custom-fields.d.cts +45 -3
- package/dist/actions/list-custom-fields.d.cts.map +1 -1
- package/dist/actions/list-custom-fields.d.mts +45 -3
- package/dist/actions/list-custom-fields.d.mts.map +1 -1
- package/dist/actions/list-custom-fields.mjs +4 -4
- package/dist/actions/list-custom-fields.mjs.map +1 -1
- package/dist/actions/list-email-datasources.cjs +13 -13
- package/dist/actions/list-email-datasources.cjs.map +1 -1
- package/dist/actions/list-email-datasources.d.cts +45 -3
- package/dist/actions/list-email-datasources.d.cts.map +1 -1
- package/dist/actions/list-email-datasources.d.mts +45 -3
- package/dist/actions/list-email-datasources.d.mts.map +1 -1
- package/dist/actions/list-email-datasources.mjs +13 -13
- package/dist/actions/list-email-datasources.mjs.map +1 -1
- package/dist/actions/list-filter-fields.cjs +9 -9
- package/dist/actions/list-filter-fields.cjs.map +1 -1
- package/dist/actions/list-filter-fields.d.cts +116 -3
- package/dist/actions/list-filter-fields.d.cts.map +1 -1
- package/dist/actions/list-filter-fields.d.mts +116 -3
- package/dist/actions/list-filter-fields.d.mts.map +1 -1
- package/dist/actions/list-filter-fields.mjs +9 -9
- package/dist/actions/list-filter-fields.mjs.map +1 -1
- package/dist/actions/list-groups.cjs +2 -2
- package/dist/actions/list-groups.cjs.map +1 -1
- package/dist/actions/list-groups.d.cts +8 -3
- package/dist/actions/list-groups.d.cts.map +1 -1
- package/dist/actions/list-groups.d.mts +8 -3
- package/dist/actions/list-groups.d.mts.map +1 -1
- package/dist/actions/list-groups.mjs +2 -2
- package/dist/actions/list-groups.mjs.map +1 -1
- package/dist/actions/list-my-contacts.cjs +15 -15
- package/dist/actions/list-my-contacts.cjs.map +1 -1
- package/dist/actions/list-my-contacts.d.cts +138 -3
- package/dist/actions/list-my-contacts.d.cts.map +1 -1
- package/dist/actions/list-my-contacts.d.mts +138 -3
- package/dist/actions/list-my-contacts.d.mts.map +1 -1
- package/dist/actions/list-my-contacts.mjs +15 -15
- package/dist/actions/list-my-contacts.mjs.map +1 -1
- package/dist/actions/list-opportunities.cjs +8 -8
- package/dist/actions/list-opportunities.cjs.map +1 -1
- package/dist/actions/list-opportunities.d.cts +130 -3
- package/dist/actions/list-opportunities.d.cts.map +1 -1
- package/dist/actions/list-opportunities.d.mts +130 -3
- package/dist/actions/list-opportunities.d.mts.map +1 -1
- package/dist/actions/list-opportunities.mjs +8 -8
- package/dist/actions/list-opportunities.mjs.map +1 -1
- package/dist/actions/list-persons.cjs +7 -7
- package/dist/actions/list-persons.cjs.map +1 -1
- package/dist/actions/list-persons.d.cts +46 -3
- package/dist/actions/list-persons.d.cts.map +1 -1
- package/dist/actions/list-persons.d.mts +46 -3
- package/dist/actions/list-persons.d.mts.map +1 -1
- package/dist/actions/list-persons.mjs +7 -7
- package/dist/actions/list-persons.mjs.map +1 -1
- package/dist/actions/list-pipelines.cjs +5 -5
- package/dist/actions/list-pipelines.cjs.map +1 -1
- package/dist/actions/list-pipelines.d.cts +44 -3
- package/dist/actions/list-pipelines.d.cts.map +1 -1
- package/dist/actions/list-pipelines.d.mts +44 -3
- package/dist/actions/list-pipelines.d.mts.map +1 -1
- package/dist/actions/list-pipelines.mjs +5 -5
- package/dist/actions/list-pipelines.mjs.map +1 -1
- package/dist/actions/list-stages.cjs +3 -3
- package/dist/actions/list-stages.cjs.map +1 -1
- package/dist/actions/list-stages.d.cts +32 -3
- package/dist/actions/list-stages.d.cts.map +1 -1
- package/dist/actions/list-stages.d.mts +32 -3
- package/dist/actions/list-stages.d.mts.map +1 -1
- package/dist/actions/list-stages.mjs +3 -3
- package/dist/actions/list-stages.mjs.map +1 -1
- package/dist/actions/list-tags.cjs +2 -2
- package/dist/actions/list-tags.cjs.map +1 -1
- package/dist/actions/list-tags.d.cts +28 -3
- package/dist/actions/list-tags.d.cts.map +1 -1
- package/dist/actions/list-tags.d.mts +28 -3
- package/dist/actions/list-tags.d.mts.map +1 -1
- package/dist/actions/list-tags.mjs +2 -2
- package/dist/actions/list-tags.mjs.map +1 -1
- package/dist/actions/list-tasks.cjs +8 -8
- package/dist/actions/list-tasks.cjs.map +1 -1
- package/dist/actions/list-tasks.d.cts +64 -3
- package/dist/actions/list-tasks.d.cts.map +1 -1
- package/dist/actions/list-tasks.d.mts +64 -3
- package/dist/actions/list-tasks.d.mts.map +1 -1
- package/dist/actions/list-tasks.mjs +8 -8
- package/dist/actions/list-tasks.mjs.map +1 -1
- package/dist/actions/list-users.cjs +9 -9
- package/dist/actions/list-users.cjs.map +1 -1
- package/dist/actions/list-users.d.cts +80 -3
- package/dist/actions/list-users.d.cts.map +1 -1
- package/dist/actions/list-users.d.mts +80 -3
- package/dist/actions/list-users.d.mts.map +1 -1
- package/dist/actions/list-users.mjs +9 -9
- package/dist/actions/list-users.mjs.map +1 -1
- package/dist/actions/list-workflows.cjs +14 -14
- package/dist/actions/list-workflows.cjs.map +1 -1
- package/dist/actions/list-workflows.d.cts +74 -3
- package/dist/actions/list-workflows.d.cts.map +1 -1
- package/dist/actions/list-workflows.d.mts +74 -3
- package/dist/actions/list-workflows.d.mts.map +1 -1
- package/dist/actions/list-workflows.mjs +14 -14
- package/dist/actions/list-workflows.mjs.map +1 -1
- package/dist/actions/update-account-contacts.cjs +2 -2
- package/dist/actions/update-account-contacts.cjs.map +1 -1
- package/dist/actions/update-account-contacts.d.cts +20 -3
- package/dist/actions/update-account-contacts.d.cts.map +1 -1
- package/dist/actions/update-account-contacts.d.mts +20 -3
- package/dist/actions/update-account-contacts.d.mts.map +1 -1
- package/dist/actions/update-account-contacts.mjs +2 -2
- package/dist/actions/update-account-contacts.mjs.map +1 -1
- package/dist/actions/update-account-users.cjs +2 -2
- package/dist/actions/update-account-users.cjs.map +1 -1
- package/dist/actions/update-account-users.d.cts +20 -3
- package/dist/actions/update-account-users.d.cts.map +1 -1
- package/dist/actions/update-account-users.d.mts +20 -3
- package/dist/actions/update-account-users.d.mts.map +1 -1
- package/dist/actions/update-account-users.mjs +2 -2
- package/dist/actions/update-account-users.mjs.map +1 -1
- package/dist/actions/update-account.cjs +12 -12
- package/dist/actions/update-account.cjs.map +1 -1
- package/dist/actions/update-account.d.cts +135 -3
- package/dist/actions/update-account.d.cts.map +1 -1
- package/dist/actions/update-account.d.mts +135 -3
- package/dist/actions/update-account.d.mts.map +1 -1
- package/dist/actions/update-account.mjs +12 -12
- package/dist/actions/update-account.mjs.map +1 -1
- package/dist/actions/update-ai-settings.cjs +1 -1
- package/dist/actions/update-ai-settings.cjs.map +1 -1
- package/dist/actions/update-ai-settings.d.cts +25 -3
- package/dist/actions/update-ai-settings.d.cts.map +1 -1
- package/dist/actions/update-ai-settings.d.mts +25 -3
- package/dist/actions/update-ai-settings.d.mts.map +1 -1
- package/dist/actions/update-ai-settings.mjs +1 -1
- package/dist/actions/update-ai-settings.mjs.map +1 -1
- package/dist/actions/update-contact.cjs +4 -4
- package/dist/actions/update-contact.cjs.map +1 -1
- package/dist/actions/update-contact.d.cts +134 -3
- package/dist/actions/update-contact.d.cts.map +1 -1
- package/dist/actions/update-contact.d.mts +134 -3
- package/dist/actions/update-contact.d.mts.map +1 -1
- package/dist/actions/update-contact.mjs +4 -4
- package/dist/actions/update-contact.mjs.map +1 -1
- package/dist/actions/update-custom-field.cjs +4 -4
- package/dist/actions/update-custom-field.cjs.map +1 -1
- package/dist/actions/update-custom-field.d.cts +77 -3
- package/dist/actions/update-custom-field.d.cts.map +1 -1
- package/dist/actions/update-custom-field.d.mts +77 -3
- package/dist/actions/update-custom-field.d.mts.map +1 -1
- package/dist/actions/update-custom-field.mjs +4 -4
- package/dist/actions/update-custom-field.mjs.map +1 -1
- package/dist/actions/update-email-datasource.cjs +1 -1
- package/dist/actions/update-email-datasource.cjs.map +1 -1
- package/dist/actions/update-email-datasource.d.cts +19 -3
- package/dist/actions/update-email-datasource.d.cts.map +1 -1
- package/dist/actions/update-email-datasource.d.mts +19 -3
- package/dist/actions/update-email-datasource.d.mts.map +1 -1
- package/dist/actions/update-email-datasource.mjs +1 -1
- package/dist/actions/update-email-datasource.mjs.map +1 -1
- package/dist/actions/update-internal-note.cjs +1 -1
- package/dist/actions/update-internal-note.cjs.map +1 -1
- package/dist/actions/update-internal-note.d.cts +23 -3
- package/dist/actions/update-internal-note.d.cts.map +1 -1
- package/dist/actions/update-internal-note.d.mts +23 -3
- package/dist/actions/update-internal-note.d.mts.map +1 -1
- package/dist/actions/update-internal-note.mjs +1 -1
- package/dist/actions/update-internal-note.mjs.map +1 -1
- package/dist/actions/update-opportunity.cjs +3 -3
- package/dist/actions/update-opportunity.cjs.map +1 -1
- package/dist/actions/update-opportunity.d.cts +60 -3
- package/dist/actions/update-opportunity.d.cts.map +1 -1
- package/dist/actions/update-opportunity.d.mts +60 -3
- package/dist/actions/update-opportunity.d.mts.map +1 -1
- package/dist/actions/update-opportunity.mjs +3 -3
- package/dist/actions/update-opportunity.mjs.map +1 -1
- package/dist/actions/update-tag.cjs +1 -1
- package/dist/actions/update-tag.cjs.map +1 -1
- package/dist/actions/update-tag.d.cts +11 -3
- package/dist/actions/update-tag.d.cts.map +1 -1
- package/dist/actions/update-tag.d.mts +11 -3
- package/dist/actions/update-tag.d.mts.map +1 -1
- package/dist/actions/update-tag.mjs +1 -1
- package/dist/actions/update-tag.mjs.map +1 -1
- package/dist/actions/update-task.cjs +1 -1
- package/dist/actions/update-task.cjs.map +1 -1
- package/dist/actions/update-task.d.cts +19 -3
- package/dist/actions/update-task.d.cts.map +1 -1
- package/dist/actions/update-task.d.mts +19 -3
- package/dist/actions/update-task.d.mts.map +1 -1
- package/dist/actions/update-task.mjs +1 -1
- package/dist/actions/update-task.mjs.map +1 -1
- package/dist/actions/update-workflow-audience.cjs +1 -1
- package/dist/actions/update-workflow-audience.cjs.map +1 -1
- package/dist/actions/update-workflow-audience.d.cts +15 -3
- package/dist/actions/update-workflow-audience.d.cts.map +1 -1
- package/dist/actions/update-workflow-audience.d.mts +15 -3
- package/dist/actions/update-workflow-audience.d.mts.map +1 -1
- package/dist/actions/update-workflow-audience.mjs +1 -1
- package/dist/actions/update-workflow-audience.mjs.map +1 -1
- package/dist/actions/update-workflow.cjs +7 -7
- package/dist/actions/update-workflow.cjs.map +1 -1
- package/dist/actions/update-workflow.d.cts +102 -3
- package/dist/actions/update-workflow.d.cts.map +1 -1
- package/dist/actions/update-workflow.d.mts +102 -3
- package/dist/actions/update-workflow.d.mts.map +1 -1
- package/dist/actions/update-workflow.mjs +7 -7
- package/dist/actions/update-workflow.mjs.map +1 -1
- package/dist/catalog.cjs +7 -1
- package/dist/catalog.cjs.map +1 -1
- package/dist/catalog.d.cts +8 -0
- package/dist/catalog.d.mts +8 -0
- package/dist/catalog.mjs +7 -1
- package/dist/catalog.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-meeting.mjs","names":[],"sources":["../../src/actions/create-meeting.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SalesflareCreateMeetingInput
|
|
1
|
+
{"version":3,"file":"create-meeting.mjs","names":[],"sources":["../../src/actions/create-meeting.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SalesflareCreateMeetingInput = z.object({\n date: z.string().describe(\"Meeting start date and time in ISO 8601 format (e.g., '2026-02-15T14:00:00.000Z'). This is the scheduled start time of the meeting.\"),\n type: z.enum([\"meeting-live\", \"meeting-phone\"]).describe(\"Type of meeting\").optional(),\n notes: z.string().describe(\"Meeting notes or minutes. Use this field to record what was discussed or decided during the meeting.\").optional(),\n minutes: z.string().describe(\"DEPRECATED: Use the 'notes' property instead. Meeting minutes recorded after the meeting.\").optional(),\n subject: z.string().describe(\"Subject or title of the meeting. Maximum 200 characters. This will be the displayed name of the meeting.\").optional(),\n end_date: z.string().describe(\"Meeting end date and time in ISO 8601 format (e.g., '2026-02-15T15:00:00.000Z'). If not provided, the meeting duration will be unspecified.\").optional(),\n phone_type: z.string().describe(\"Type of phone call (e.g., 'inbound', 'outbound'). Relevant when type is 'meeting-phone'.\").optional(),\n description: z.string().describe(\"Detailed description or notes about the meeting. Provides additional context about the meeting agenda or outcomes.\").optional(),\n participants: z.array(z.number().int()).describe(\"List of participant IDs (Salesflare contact IDs) attending the meeting. At least one participant is required unless it's a call log sync.\"),\n phone_number_hash: z.string().describe(\"Phone number hash for call log synchronization. Used when syncing call logs from external systems.\").optional(),\n}).describe(\"Request model for creating a meeting in Salesflare\");\nexport const SalesflareCreateMeetingOutput = z.object({\n message: z.string().describe(\"Success or error message from the API\").nullable().optional(),\n meeting_ids: z.array(z.number().int()).describe(\"List of IDs of the created meetings\"),\n}).passthrough().describe(\"Response model for creating a meeting in Salesflare\");\n\nexport const salesflareCreateMeeting = action(\"SALESFLARE_CREATE_MEETING\", {\n slug: \"salesflare-create-meeting\",\n name: \"Create Meeting\",\n description: \"Create a new meeting record in Salesflare. Use when scheduling meetings with contacts or logging past meetings/calls. Supports both live meetings and phone calls with customizable details.\",\n input: SalesflareCreateMeetingInput,\n output: SalesflareCreateMeetingOutput,\n});\n"],"mappings":";;AAqBA,MAAa,0BAA0B,OAAO,6BAA6B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OArB0C,EAAE,OAAO;EACnD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,qIAAqI;EAC/J,MAAM,EAAE,KAAK,CAAC,gBAAgB,eAAe,CAAC,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS;EACrF,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,sGAAsG,CAAC,CAAC,SAAS;EAC5I,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,2FAA2F,CAAC,CAAC,SAAS;EACnI,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,0GAA0G,CAAC,CAAC,SAAS;EAClJ,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,6IAA6I,CAAC,CAAC,SAAS;EACtL,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,0FAA0F,CAAC,CAAC,SAAS;EACrI,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,oHAAoH,CAAC,CAAC,SAAS;EAChK,cAAc,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,2IAA2I;EAC5L,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,oGAAoG,CAAC,CAAC,SAAS;CACxJ,CAAC,CAAC,CAAC,SAAS,oDAUH;CACP,QAV2C,EAAE,OAAO;EACpD,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1F,aAAa,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,qCAAqC;CACvF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,qDAOhB;AACV,CAAC"}
|
|
@@ -9,7 +9,7 @@ const SalesflareCreateOpportunityInput = zod.z.object({
|
|
|
9
9
|
units: zod.z.number().describe("Number of units for this opportunity (e.g., number of licenses, seats, or products).").optional(),
|
|
10
10
|
value: zod.z.number().describe("Total monetary value of the opportunity. Must be non-negative.").optional(),
|
|
11
11
|
closed: zod.z.boolean().describe("Whether the opportunity is closed. Set to true when the deal is won or lost.").optional(),
|
|
12
|
-
custom: zod.z.
|
|
12
|
+
custom: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Custom fields as key-value pairs. Use GET_CUSTOM_FIELDS to discover available custom field keys.").optional(),
|
|
13
13
|
account: zod.z.number().int().describe("REQUIRED. ID of the account (company) to associate this opportunity with. Use LIST_ACCOUNTS to find available account IDs."),
|
|
14
14
|
creator: zod.z.number().int().describe("User ID of the person who created this opportunity. Defaults to the authenticated user if not specified.").optional(),
|
|
15
15
|
assignee: zod.z.number().int().describe("User ID of the person assigned to this opportunity. Use GET_ME or LIST_USERS to find valid user IDs.").optional(),
|
|
@@ -30,7 +30,7 @@ const SalesflareCreateOpportunityInput = zod.z.object({
|
|
|
30
30
|
contract_start_date: zod.z.string().describe("Contract start date in ISO 8601 date-time format.").optional(),
|
|
31
31
|
recurring_price_per_unit: zod.z.number().describe("Recurring price per unit for subscription-based opportunities.").optional()
|
|
32
32
|
}).describe("Request model for creating an opportunity in Salesflare.");
|
|
33
|
-
const SalesflareCreateOpportunityOutput = zod.z.object({ id: zod.z.number().int().describe("Unique ID of the newly created opportunity") }).describe("Response model after creating an opportunity.");
|
|
33
|
+
const SalesflareCreateOpportunityOutput = zod.z.object({ id: zod.z.number().int().describe("Unique ID of the newly created opportunity").nullable() }).passthrough().describe("Response model after creating an opportunity.");
|
|
34
34
|
const salesflareCreateOpportunity = require_action.action("SALESFLARE_CREATE_OPPORTUNITY", {
|
|
35
35
|
slug: "salesflare-create-opportunity",
|
|
36
36
|
name: "Create Opportunity",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-opportunity.cjs","names":["z","action"],"sources":["../../src/actions/create-opportunity.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SalesflareCreateOpportunityInput
|
|
1
|
+
{"version":3,"file":"create-opportunity.cjs","names":["z","action"],"sources":["../../src/actions/create-opportunity.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SalesflareCreateOpportunityInput = z.object({\n name: z.string().describe(\"Name/title of the opportunity (e.g., 'Q1 Enterprise Deal', 'Renewal Contract'). If not provided, may be auto-generated by Salesflare.\").optional(),\n tags: z.array(z.string()).describe(\"List of tags to categorize the opportunity.\").optional(),\n owner: z.number().int().describe(\"User ID of the opportunity owner. Use GET_ME or LIST_USERS to find valid user IDs.\").optional(),\n stage: z.number().int().describe(\"Pipeline stage ID. Use LIST_STAGES to find valid stage IDs for your pipeline.\").optional(),\n units: z.number().describe(\"Number of units for this opportunity (e.g., number of licenses, seats, or products).\").optional(),\n value: z.number().describe(\"Total monetary value of the opportunity. Must be non-negative.\").optional(),\n closed: z.boolean().describe(\"Whether the opportunity is closed. Set to true when the deal is won or lost.\").optional(),\n custom: z.record(z.string(), z.unknown()).describe(\"Custom fields as key-value pairs. Use GET_CUSTOM_FIELDS to discover available custom field keys.\").optional(),\n account: z.number().int().describe(\"REQUIRED. ID of the account (company) to associate this opportunity with. Use LIST_ACCOUNTS to find available account IDs.\"),\n creator: z.number().int().describe(\"User ID of the person who created this opportunity. Defaults to the authenticated user if not specified.\").optional(),\n assignee: z.number().int().describe(\"User ID of the person assigned to this opportunity. Use GET_ME or LIST_USERS to find valid user IDs.\").optional(),\n currency: z.number().int().describe(\"Currency ID for the opportunity value. Use LIST_CURRENCIES to find valid currency IDs.\").optional(),\n frequency: z.enum([\"annually\", \"weekly\", \"monthly\", \"daily\"]).describe(\"Frequency type for recurring opportunities.\").optional(),\n close_date: z.string().describe(\"Expected close date in ISO 8601 date-time format (e.g., '2024-12-31T23:59:59Z').\").optional(),\n start_date: z.string().describe(\"Opportunity start date in ISO 8601 date-time format.\").optional(),\n lead_source: z.number().int().describe(\"Lead source ID indicating where this opportunity originated. Use LIST_LEAD_SOURCES to find valid IDs.\").optional(),\n lost_reason: z.number().int().describe(\"Lost reason ID if the opportunity is marked as lost. Use LIST_LOST_REASONS to find valid IDs.\").optional(),\n probability: z.number().describe(\"Win probability as a percentage (0-100). Higher values indicate greater likelihood of closing.\").optional(),\n main_contact: z.number().int().describe(\"Contact ID of the primary contact for this opportunity. Use LIST_CONTACTS to find valid contact IDs.\").optional(),\n contract_end_date: z.string().describe(\"Contract end date in ISO 8601 date-time format.\").optional(),\n contract_start_date: z.string().describe(\"Contract start date in ISO 8601 date-time format.\").optional(),\n recurring_price_per_unit: z.number().describe(\"Recurring price per unit for subscription-based opportunities.\").optional(),\n}).describe(\"Request model for creating an opportunity in Salesflare.\");\nexport const SalesflareCreateOpportunityOutput = z.object({\n id: z.number().int().describe(\"Unique ID of the newly created opportunity\").nullable(),\n}).passthrough().describe(\"Response model after creating an opportunity.\");\n\nexport const salesflareCreateOpportunity = action(\"SALESFLARE_CREATE_OPPORTUNITY\", {\n slug: \"salesflare-create-opportunity\",\n name: \"Create Opportunity\",\n description: \"Tool to create a new opportunity in Salesflare. Use when you need to add a sales opportunity or deal to the system. An opportunity represents a potential sale associated with an account (company).\",\n input: SalesflareCreateOpportunityInput,\n output: SalesflareCreateOpportunityOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAmCA,IAAAA,EAAE,OAAO;CACvD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uIAAuI,CAAC,CAAC,SAAS;CAC5K,MAAMA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;CAC3F,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oFAAoF,CAAC,CAAC,SAAS;CAChI,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS;CAC3H,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sFAAsF,CAAC,CAAC,SAAS;CAC5H,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS;CACtG,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,8EAA8E,CAAC,CAAC,SAAS;CACtH,QAAQA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,kGAAkG,CAAC,CAAC,SAAS;CAChK,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4HAA4H;CAC/J,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0GAA0G,CAAC,CAAC,SAAS;CACxJ,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sGAAsG,CAAC,CAAC,SAAS;CACrJ,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wFAAwF,CAAC,CAAC,SAAS;CACvI,WAAWA,IAAAA,EAAE,KAAK;EAAC;EAAY;EAAU;EAAW;CAAO,CAAC,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;CAC/H,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kFAAkF,CAAC,CAAC,SAAS;CAC7H,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;CACjG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uGAAuG,CAAC,CAAC,SAAS;CACzJ,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+FAA+F,CAAC,CAAC,SAAS;CACjJ,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gGAAgG,CAAC,CAAC,SAAS;CAC5I,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sGAAsG,CAAC,CAAC,SAAS;CACzJ,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;CACnG,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;CACvG,0BAA0BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS;AAC3H,CAAC,CAAC,CAAC,SAAS,0DAA0D;AACtE,MAAa,oCAAoCA,IAAAA,EAAE,OAAO,EACxD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,EACvF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,+CAA+C;AAEzE,MAAa,8BAA8BC,eAAAA,OAAO,iCAAiC;CACjF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,9 +1,62 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/create-opportunity.d.ts
|
|
4
|
-
declare const SalesflareCreateOpportunityInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const SalesflareCreateOpportunityInput: z.ZodObject<{
|
|
5
|
+
name: z.ZodOptional<z.ZodString>;
|
|
6
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
7
|
+
owner: z.ZodOptional<z.ZodNumber>;
|
|
8
|
+
stage: z.ZodOptional<z.ZodNumber>;
|
|
9
|
+
units: z.ZodOptional<z.ZodNumber>;
|
|
10
|
+
value: z.ZodOptional<z.ZodNumber>;
|
|
11
|
+
closed: z.ZodOptional<z.ZodBoolean>;
|
|
12
|
+
custom: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
13
|
+
account: z.ZodNumber;
|
|
14
|
+
creator: z.ZodOptional<z.ZodNumber>;
|
|
15
|
+
assignee: z.ZodOptional<z.ZodNumber>;
|
|
16
|
+
currency: z.ZodOptional<z.ZodNumber>;
|
|
17
|
+
frequency: z.ZodOptional<z.ZodEnum<{
|
|
18
|
+
annually: "annually";
|
|
19
|
+
weekly: "weekly";
|
|
20
|
+
monthly: "monthly";
|
|
21
|
+
daily: "daily";
|
|
22
|
+
}>>;
|
|
23
|
+
close_date: z.ZodOptional<z.ZodString>;
|
|
24
|
+
start_date: z.ZodOptional<z.ZodString>;
|
|
25
|
+
lead_source: z.ZodOptional<z.ZodNumber>;
|
|
26
|
+
lost_reason: z.ZodOptional<z.ZodNumber>;
|
|
27
|
+
probability: z.ZodOptional<z.ZodNumber>;
|
|
28
|
+
main_contact: z.ZodOptional<z.ZodNumber>;
|
|
29
|
+
contract_end_date: z.ZodOptional<z.ZodString>;
|
|
30
|
+
contract_start_date: z.ZodOptional<z.ZodString>;
|
|
31
|
+
recurring_price_per_unit: z.ZodOptional<z.ZodNumber>;
|
|
32
|
+
}, z.core.$strip>;
|
|
33
|
+
declare const SalesflareCreateOpportunityOutput: z.ZodObject<{
|
|
34
|
+
id: z.ZodNullable<z.ZodNumber>;
|
|
35
|
+
}, z.core.$loose>;
|
|
36
|
+
declare const salesflareCreateOpportunity: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
37
|
+
account: number;
|
|
38
|
+
name?: string | undefined;
|
|
39
|
+
tags?: string[] | undefined;
|
|
40
|
+
owner?: number | undefined;
|
|
41
|
+
stage?: number | undefined;
|
|
42
|
+
units?: number | undefined;
|
|
43
|
+
value?: number | undefined;
|
|
44
|
+
closed?: boolean | undefined;
|
|
45
|
+
custom?: Record<string, unknown> | undefined;
|
|
46
|
+
creator?: number | undefined;
|
|
47
|
+
assignee?: number | undefined;
|
|
48
|
+
currency?: number | undefined;
|
|
49
|
+
frequency?: "annually" | "weekly" | "monthly" | "daily" | undefined;
|
|
50
|
+
close_date?: string | undefined;
|
|
51
|
+
start_date?: string | undefined;
|
|
52
|
+
lead_source?: number | undefined;
|
|
53
|
+
lost_reason?: number | undefined;
|
|
54
|
+
probability?: number | undefined;
|
|
55
|
+
main_contact?: number | undefined;
|
|
56
|
+
contract_end_date?: string | undefined;
|
|
57
|
+
contract_start_date?: string | undefined;
|
|
58
|
+
recurring_price_per_unit?: number | undefined;
|
|
59
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
60
|
//#endregion
|
|
8
61
|
export { salesflareCreateOpportunity };
|
|
9
62
|
//# sourceMappingURL=create-opportunity.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-opportunity.d.cts","names":[],"sources":["../../src/actions/create-opportunity.ts"],"mappings":";;;cAIa,gCAAA,
|
|
1
|
+
{"version":3,"file":"create-opportunity.d.cts","names":[],"sources":["../../src/actions/create-opportunity.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAwBhC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;cAIjC,2BAAA,gCAA2B,wBAAA;;;;;;;;;WAMtC,MAAA"}
|
|
@@ -1,9 +1,62 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/create-opportunity.d.ts
|
|
4
|
-
declare const SalesflareCreateOpportunityInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const SalesflareCreateOpportunityInput: z.ZodObject<{
|
|
5
|
+
name: z.ZodOptional<z.ZodString>;
|
|
6
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
7
|
+
owner: z.ZodOptional<z.ZodNumber>;
|
|
8
|
+
stage: z.ZodOptional<z.ZodNumber>;
|
|
9
|
+
units: z.ZodOptional<z.ZodNumber>;
|
|
10
|
+
value: z.ZodOptional<z.ZodNumber>;
|
|
11
|
+
closed: z.ZodOptional<z.ZodBoolean>;
|
|
12
|
+
custom: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
13
|
+
account: z.ZodNumber;
|
|
14
|
+
creator: z.ZodOptional<z.ZodNumber>;
|
|
15
|
+
assignee: z.ZodOptional<z.ZodNumber>;
|
|
16
|
+
currency: z.ZodOptional<z.ZodNumber>;
|
|
17
|
+
frequency: z.ZodOptional<z.ZodEnum<{
|
|
18
|
+
annually: "annually";
|
|
19
|
+
weekly: "weekly";
|
|
20
|
+
monthly: "monthly";
|
|
21
|
+
daily: "daily";
|
|
22
|
+
}>>;
|
|
23
|
+
close_date: z.ZodOptional<z.ZodString>;
|
|
24
|
+
start_date: z.ZodOptional<z.ZodString>;
|
|
25
|
+
lead_source: z.ZodOptional<z.ZodNumber>;
|
|
26
|
+
lost_reason: z.ZodOptional<z.ZodNumber>;
|
|
27
|
+
probability: z.ZodOptional<z.ZodNumber>;
|
|
28
|
+
main_contact: z.ZodOptional<z.ZodNumber>;
|
|
29
|
+
contract_end_date: z.ZodOptional<z.ZodString>;
|
|
30
|
+
contract_start_date: z.ZodOptional<z.ZodString>;
|
|
31
|
+
recurring_price_per_unit: z.ZodOptional<z.ZodNumber>;
|
|
32
|
+
}, z.core.$strip>;
|
|
33
|
+
declare const SalesflareCreateOpportunityOutput: z.ZodObject<{
|
|
34
|
+
id: z.ZodNullable<z.ZodNumber>;
|
|
35
|
+
}, z.core.$loose>;
|
|
36
|
+
declare const salesflareCreateOpportunity: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
37
|
+
account: number;
|
|
38
|
+
name?: string | undefined;
|
|
39
|
+
tags?: string[] | undefined;
|
|
40
|
+
owner?: number | undefined;
|
|
41
|
+
stage?: number | undefined;
|
|
42
|
+
units?: number | undefined;
|
|
43
|
+
value?: number | undefined;
|
|
44
|
+
closed?: boolean | undefined;
|
|
45
|
+
custom?: Record<string, unknown> | undefined;
|
|
46
|
+
creator?: number | undefined;
|
|
47
|
+
assignee?: number | undefined;
|
|
48
|
+
currency?: number | undefined;
|
|
49
|
+
frequency?: "annually" | "weekly" | "monthly" | "daily" | undefined;
|
|
50
|
+
close_date?: string | undefined;
|
|
51
|
+
start_date?: string | undefined;
|
|
52
|
+
lead_source?: number | undefined;
|
|
53
|
+
lost_reason?: number | undefined;
|
|
54
|
+
probability?: number | undefined;
|
|
55
|
+
main_contact?: number | undefined;
|
|
56
|
+
contract_end_date?: string | undefined;
|
|
57
|
+
contract_start_date?: string | undefined;
|
|
58
|
+
recurring_price_per_unit?: number | undefined;
|
|
59
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
60
|
//#endregion
|
|
8
61
|
export { salesflareCreateOpportunity };
|
|
9
62
|
//# sourceMappingURL=create-opportunity.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-opportunity.d.mts","names":[],"sources":["../../src/actions/create-opportunity.ts"],"mappings":";;;cAIa,gCAAA,
|
|
1
|
+
{"version":3,"file":"create-opportunity.d.mts","names":[],"sources":["../../src/actions/create-opportunity.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAwBhC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;cAIjC,2BAAA,gCAA2B,wBAAA;;;;;;;;;WAMtC,MAAA"}
|
|
@@ -12,7 +12,7 @@ const salesflareCreateOpportunity = action("SALESFLARE_CREATE_OPPORTUNITY", {
|
|
|
12
12
|
units: z.number().describe("Number of units for this opportunity (e.g., number of licenses, seats, or products).").optional(),
|
|
13
13
|
value: z.number().describe("Total monetary value of the opportunity. Must be non-negative.").optional(),
|
|
14
14
|
closed: z.boolean().describe("Whether the opportunity is closed. Set to true when the deal is won or lost.").optional(),
|
|
15
|
-
custom: z.
|
|
15
|
+
custom: z.record(z.string(), z.unknown()).describe("Custom fields as key-value pairs. Use GET_CUSTOM_FIELDS to discover available custom field keys.").optional(),
|
|
16
16
|
account: z.number().int().describe("REQUIRED. ID of the account (company) to associate this opportunity with. Use LIST_ACCOUNTS to find available account IDs."),
|
|
17
17
|
creator: z.number().int().describe("User ID of the person who created this opportunity. Defaults to the authenticated user if not specified.").optional(),
|
|
18
18
|
assignee: z.number().int().describe("User ID of the person assigned to this opportunity. Use GET_ME or LIST_USERS to find valid user IDs.").optional(),
|
|
@@ -33,7 +33,7 @@ const salesflareCreateOpportunity = action("SALESFLARE_CREATE_OPPORTUNITY", {
|
|
|
33
33
|
contract_start_date: z.string().describe("Contract start date in ISO 8601 date-time format.").optional(),
|
|
34
34
|
recurring_price_per_unit: z.number().describe("Recurring price per unit for subscription-based opportunities.").optional()
|
|
35
35
|
}).describe("Request model for creating an opportunity in Salesflare."),
|
|
36
|
-
output: z.object({ id: z.number().int().describe("Unique ID of the newly created opportunity") }).describe("Response model after creating an opportunity.")
|
|
36
|
+
output: z.object({ id: z.number().int().describe("Unique ID of the newly created opportunity").nullable() }).passthrough().describe("Response model after creating an opportunity.")
|
|
37
37
|
});
|
|
38
38
|
//#endregion
|
|
39
39
|
export { salesflareCreateOpportunity };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-opportunity.mjs","names":[],"sources":["../../src/actions/create-opportunity.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SalesflareCreateOpportunityInput
|
|
1
|
+
{"version":3,"file":"create-opportunity.mjs","names":[],"sources":["../../src/actions/create-opportunity.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SalesflareCreateOpportunityInput = z.object({\n name: z.string().describe(\"Name/title of the opportunity (e.g., 'Q1 Enterprise Deal', 'Renewal Contract'). If not provided, may be auto-generated by Salesflare.\").optional(),\n tags: z.array(z.string()).describe(\"List of tags to categorize the opportunity.\").optional(),\n owner: z.number().int().describe(\"User ID of the opportunity owner. Use GET_ME or LIST_USERS to find valid user IDs.\").optional(),\n stage: z.number().int().describe(\"Pipeline stage ID. Use LIST_STAGES to find valid stage IDs for your pipeline.\").optional(),\n units: z.number().describe(\"Number of units for this opportunity (e.g., number of licenses, seats, or products).\").optional(),\n value: z.number().describe(\"Total monetary value of the opportunity. Must be non-negative.\").optional(),\n closed: z.boolean().describe(\"Whether the opportunity is closed. Set to true when the deal is won or lost.\").optional(),\n custom: z.record(z.string(), z.unknown()).describe(\"Custom fields as key-value pairs. Use GET_CUSTOM_FIELDS to discover available custom field keys.\").optional(),\n account: z.number().int().describe(\"REQUIRED. ID of the account (company) to associate this opportunity with. Use LIST_ACCOUNTS to find available account IDs.\"),\n creator: z.number().int().describe(\"User ID of the person who created this opportunity. Defaults to the authenticated user if not specified.\").optional(),\n assignee: z.number().int().describe(\"User ID of the person assigned to this opportunity. Use GET_ME or LIST_USERS to find valid user IDs.\").optional(),\n currency: z.number().int().describe(\"Currency ID for the opportunity value. Use LIST_CURRENCIES to find valid currency IDs.\").optional(),\n frequency: z.enum([\"annually\", \"weekly\", \"monthly\", \"daily\"]).describe(\"Frequency type for recurring opportunities.\").optional(),\n close_date: z.string().describe(\"Expected close date in ISO 8601 date-time format (e.g., '2024-12-31T23:59:59Z').\").optional(),\n start_date: z.string().describe(\"Opportunity start date in ISO 8601 date-time format.\").optional(),\n lead_source: z.number().int().describe(\"Lead source ID indicating where this opportunity originated. Use LIST_LEAD_SOURCES to find valid IDs.\").optional(),\n lost_reason: z.number().int().describe(\"Lost reason ID if the opportunity is marked as lost. Use LIST_LOST_REASONS to find valid IDs.\").optional(),\n probability: z.number().describe(\"Win probability as a percentage (0-100). Higher values indicate greater likelihood of closing.\").optional(),\n main_contact: z.number().int().describe(\"Contact ID of the primary contact for this opportunity. Use LIST_CONTACTS to find valid contact IDs.\").optional(),\n contract_end_date: z.string().describe(\"Contract end date in ISO 8601 date-time format.\").optional(),\n contract_start_date: z.string().describe(\"Contract start date in ISO 8601 date-time format.\").optional(),\n recurring_price_per_unit: z.number().describe(\"Recurring price per unit for subscription-based opportunities.\").optional(),\n}).describe(\"Request model for creating an opportunity in Salesflare.\");\nexport const SalesflareCreateOpportunityOutput = z.object({\n id: z.number().int().describe(\"Unique ID of the newly created opportunity\").nullable(),\n}).passthrough().describe(\"Response model after creating an opportunity.\");\n\nexport const salesflareCreateOpportunity = action(\"SALESFLARE_CREATE_OPPORTUNITY\", {\n slug: \"salesflare-create-opportunity\",\n name: \"Create Opportunity\",\n description: \"Tool to create a new opportunity in Salesflare. Use when you need to add a sales opportunity or deal to the system. An opportunity represents a potential sale associated with an account (company).\",\n input: SalesflareCreateOpportunityInput,\n output: SalesflareCreateOpportunityOutput,\n});\n"],"mappings":";;AAgCA,MAAa,8BAA8B,OAAO,iCAAiC;CACjF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAhC8C,EAAE,OAAO;EACvD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uIAAuI,CAAC,CAAC,SAAS;EAC5K,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;EAC3F,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oFAAoF,CAAC,CAAC,SAAS;EAChI,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS;EAC3H,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,sFAAsF,CAAC,CAAC,SAAS;EAC5H,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS;EACtG,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,8EAA8E,CAAC,CAAC,SAAS;EACtH,QAAQ,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,kGAAkG,CAAC,CAAC,SAAS;EAChK,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4HAA4H;EAC/J,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0GAA0G,CAAC,CAAC,SAAS;EACxJ,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sGAAsG,CAAC,CAAC,SAAS;EACrJ,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wFAAwF,CAAC,CAAC,SAAS;EACvI,WAAW,EAAE,KAAK;GAAC;GAAY;GAAU;GAAW;EAAO,CAAC,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;EAC/H,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kFAAkF,CAAC,CAAC,SAAS;EAC7H,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;EACjG,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uGAAuG,CAAC,CAAC,SAAS;EACzJ,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+FAA+F,CAAC,CAAC,SAAS;EACjJ,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,gGAAgG,CAAC,CAAC,SAAS;EAC5I,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sGAAsG,CAAC,CAAC,SAAS;EACzJ,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;EACnG,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;EACvG,0BAA0B,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS;CAC3H,CAAC,CAAC,CAAC,SAAS,0DASH;CACP,QAT+C,EAAE,OAAO,EACxD,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,EACvF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,+CAOhB;AACV,CAAC"}
|
|
@@ -2,7 +2,7 @@ const require_action = require("../action.cjs");
|
|
|
2
2
|
let zod = require("zod");
|
|
3
3
|
//#region src/actions/create-tag.ts
|
|
4
4
|
const SalesflareCreateTagInput = zod.z.object({ name: zod.z.string().describe("Name of the tag to create. Use descriptive names to categorize accounts, contacts, or opportunities effectively.") }).describe("Request model for creating a new tag in Salesflare.");
|
|
5
|
-
const SalesflareCreateTagOutput = zod.z.object({ id: zod.z.number().int().describe("Unique identifier of the newly created tag").nullable().optional() }).describe("Response model after creating a tag in Salesflare.");
|
|
5
|
+
const SalesflareCreateTagOutput = zod.z.object({ id: zod.z.number().int().describe("Unique identifier of the newly created tag").nullable().optional() }).passthrough().describe("Response model after creating a tag in Salesflare.");
|
|
6
6
|
const salesflareCreateTag = require_action.action("SALESFLARE_CREATE_TAG", {
|
|
7
7
|
slug: "salesflare-create-tag",
|
|
8
8
|
name: "Create Tag",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-tag.cjs","names":["z","action"],"sources":["../../src/actions/create-tag.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SalesflareCreateTagInput
|
|
1
|
+
{"version":3,"file":"create-tag.cjs","names":["z","action"],"sources":["../../src/actions/create-tag.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SalesflareCreateTagInput = z.object({\n name: z.string().describe(\"Name of the tag to create. Use descriptive names to categorize accounts, contacts, or opportunities effectively.\"),\n}).describe(\"Request model for creating a new tag in Salesflare.\");\nexport const SalesflareCreateTagOutput = z.object({\n id: z.number().int().describe(\"Unique identifier of the newly created tag\").nullable().optional(),\n}).passthrough().describe(\"Response model after creating a tag in Salesflare.\");\n\nexport const salesflareCreateTag = action(\"SALESFLARE_CREATE_TAG\", {\n slug: \"salesflare-create-tag\",\n name: \"Create Tag\",\n description: \"Tool to create a new tag in Salesflare. Use when you need to add a new tag for categorizing accounts, contacts, or opportunities.\",\n input: SalesflareCreateTagInput,\n output: SalesflareCreateTagOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAA2BA,IAAAA,EAAE,OAAO,EAC/C,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kHAAkH,EAC9I,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAa,4BAA4BA,IAAAA,EAAE,OAAO,EAChD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAClG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,oDAAoD;AAE9E,MAAa,sBAAsBC,eAAAA,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,9 +1,15 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/create-tag.d.ts
|
|
4
|
-
declare const SalesflareCreateTagInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const SalesflareCreateTagInput: z.ZodObject<{
|
|
5
|
+
name: z.ZodString;
|
|
6
|
+
}, z.core.$strip>;
|
|
7
|
+
declare const SalesflareCreateTagOutput: z.ZodObject<{
|
|
8
|
+
id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
9
|
+
}, z.core.$loose>;
|
|
10
|
+
declare const salesflareCreateTag: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
11
|
+
name: string;
|
|
12
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
13
|
//#endregion
|
|
8
14
|
export { salesflareCreateTag };
|
|
9
15
|
//# sourceMappingURL=create-tag.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-tag.d.cts","names":[],"sources":["../../src/actions/create-tag.ts"],"mappings":";;;cAIa,wBAAA,
|
|
1
|
+
{"version":3,"file":"create-tag.d.cts","names":[],"sources":["../../src/actions/create-tag.ts"],"mappings":";;;cAIa,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;cAGxB,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;cAIzB,mBAAA,gCAAmB,wBAAA"}
|
|
@@ -1,9 +1,15 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/create-tag.d.ts
|
|
4
|
-
declare const SalesflareCreateTagInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const SalesflareCreateTagInput: z.ZodObject<{
|
|
5
|
+
name: z.ZodString;
|
|
6
|
+
}, z.core.$strip>;
|
|
7
|
+
declare const SalesflareCreateTagOutput: z.ZodObject<{
|
|
8
|
+
id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
9
|
+
}, z.core.$loose>;
|
|
10
|
+
declare const salesflareCreateTag: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
11
|
+
name: string;
|
|
12
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
13
|
//#endregion
|
|
8
14
|
export { salesflareCreateTag };
|
|
9
15
|
//# sourceMappingURL=create-tag.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-tag.d.mts","names":[],"sources":["../../src/actions/create-tag.ts"],"mappings":";;;cAIa,wBAAA,
|
|
1
|
+
{"version":3,"file":"create-tag.d.mts","names":[],"sources":["../../src/actions/create-tag.ts"],"mappings":";;;cAIa,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;cAGxB,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;cAIzB,mBAAA,gCAAmB,wBAAA"}
|
|
@@ -5,7 +5,7 @@ const salesflareCreateTag = action("SALESFLARE_CREATE_TAG", {
|
|
|
5
5
|
name: "Create Tag",
|
|
6
6
|
description: "Tool to create a new tag in Salesflare. Use when you need to add a new tag for categorizing accounts, contacts, or opportunities.",
|
|
7
7
|
input: z.object({ name: z.string().describe("Name of the tag to create. Use descriptive names to categorize accounts, contacts, or opportunities effectively.") }).describe("Request model for creating a new tag in Salesflare."),
|
|
8
|
-
output: z.object({ id: z.number().int().describe("Unique identifier of the newly created tag").nullable().optional() }).describe("Response model after creating a tag in Salesflare.")
|
|
8
|
+
output: z.object({ id: z.number().int().describe("Unique identifier of the newly created tag").nullable().optional() }).passthrough().describe("Response model after creating a tag in Salesflare.")
|
|
9
9
|
});
|
|
10
10
|
//#endregion
|
|
11
11
|
export { salesflareCreateTag };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-tag.mjs","names":[],"sources":["../../src/actions/create-tag.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SalesflareCreateTagInput
|
|
1
|
+
{"version":3,"file":"create-tag.mjs","names":[],"sources":["../../src/actions/create-tag.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SalesflareCreateTagInput = z.object({\n name: z.string().describe(\"Name of the tag to create. Use descriptive names to categorize accounts, contacts, or opportunities effectively.\"),\n}).describe(\"Request model for creating a new tag in Salesflare.\");\nexport const SalesflareCreateTagOutput = z.object({\n id: z.number().int().describe(\"Unique identifier of the newly created tag\").nullable().optional(),\n}).passthrough().describe(\"Response model after creating a tag in Salesflare.\");\n\nexport const salesflareCreateTag = action(\"SALESFLARE_CREATE_TAG\", {\n slug: \"salesflare-create-tag\",\n name: \"Create Tag\",\n description: \"Tool to create a new tag in Salesflare. Use when you need to add a new tag for categorizing accounts, contacts, or opportunities.\",\n input: SalesflareCreateTagInput,\n output: SalesflareCreateTagOutput,\n});\n"],"mappings":";;AAWA,MAAa,sBAAsB,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAXsC,EAAE,OAAO,EAC/C,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kHAAkH,EAC9I,CAAC,CAAC,CAAC,SAAS,qDASH;CACP,QATuC,EAAE,OAAO,EAChD,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAClG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,oDAOhB;AACV,CAAC"}
|
|
@@ -7,7 +7,7 @@ const SalesflareCreateTaskInput = zod.z.object({
|
|
|
7
7
|
description: zod.z.string().describe("REQUIRED. Description or title of the task. This is the main content describing what needs to be done."),
|
|
8
8
|
reminder_date: zod.z.string().describe("Reminder date for the task in ISO 8601 date format (YYYY-MM-DD) or date-time format (YYYY-MM-DDTHH:MM:SSZ). The system will send a reminder on this date.").optional()
|
|
9
9
|
}).describe("Request model for creating a task in Salesflare.");
|
|
10
|
-
const SalesflareCreateTaskOutput = zod.z.object({ id: zod.z.number().int().describe("Unique identifier of the newly created task") }).describe("Response model after creating a task in Salesflare.");
|
|
10
|
+
const SalesflareCreateTaskOutput = zod.z.object({ id: zod.z.number().int().describe("Unique identifier of the newly created task").nullable() }).passthrough().describe("Response model after creating a task in Salesflare.");
|
|
11
11
|
const salesflareCreateTask = require_action.action("SALESFLARE_CREATE_TASK", {
|
|
12
12
|
slug: "salesflare-create-task",
|
|
13
13
|
name: "Create Task",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-task.cjs","names":["z","action"],"sources":["../../src/actions/create-task.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SalesflareCreateTaskInput
|
|
1
|
+
{"version":3,"file":"create-task.cjs","names":["z","action"],"sources":["../../src/actions/create-task.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SalesflareCreateTaskInput = z.object({\n account: z.number().int().describe(\"ID of the account (company) to associate this task with. Use LIST_ACCOUNTS to find available account IDs.\").optional(),\n assignees: z.array(z.number().int()).describe(\"List of user IDs to assign this task to. Use GET_CURRENT_USER or LIST_USERS to find valid user IDs. If not specified, may default to the authenticated user.\").optional(),\n description: z.string().describe(\"REQUIRED. Description or title of the task. This is the main content describing what needs to be done.\"),\n reminder_date: z.string().describe(\"Reminder date for the task in ISO 8601 date format (YYYY-MM-DD) or date-time format (YYYY-MM-DDTHH:MM:SSZ). The system will send a reminder on this date.\").optional(),\n}).describe(\"Request model for creating a task in Salesflare.\");\nexport const SalesflareCreateTaskOutput = z.object({\n id: z.number().int().describe(\"Unique identifier of the newly created task\").nullable(),\n}).passthrough().describe(\"Response model after creating a task in Salesflare.\");\n\nexport const salesflareCreateTask = action(\"SALESFLARE_CREATE_TASK\", {\n slug: \"salesflare-create-task\",\n name: \"Create Task\",\n description: \"Tool to create a new task in Salesflare. Use when you need to add a task or to-do item to the system. Tasks help track follow-ups, calls, meetings, and other action items.\",\n input: SalesflareCreateTaskInput,\n output: SalesflareCreateTaskOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA4BA,IAAAA,EAAE,OAAO;CAChD,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2GAA2G,CAAC,CAAC,SAAS;CACzJ,WAAWA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,8JAA8J,CAAC,CAAC,SAAS;CACvN,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wGAAwG;CACzI,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2JAA2J,CAAC,CAAC,SAAS;AAC3M,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC9D,MAAa,6BAA6BA,IAAAA,EAAE,OAAO,EACjD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,EACxF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,qDAAqD;AAE/E,MAAa,uBAAuBC,eAAAA,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,9 +1,21 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/create-task.d.ts
|
|
4
|
-
declare const SalesflareCreateTaskInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const SalesflareCreateTaskInput: z.ZodObject<{
|
|
5
|
+
account: z.ZodOptional<z.ZodNumber>;
|
|
6
|
+
assignees: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
7
|
+
description: z.ZodString;
|
|
8
|
+
reminder_date: z.ZodOptional<z.ZodString>;
|
|
9
|
+
}, z.core.$strip>;
|
|
10
|
+
declare const SalesflareCreateTaskOutput: z.ZodObject<{
|
|
11
|
+
id: z.ZodNullable<z.ZodNumber>;
|
|
12
|
+
}, z.core.$loose>;
|
|
13
|
+
declare const salesflareCreateTask: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
14
|
+
description: string;
|
|
15
|
+
account?: number | undefined;
|
|
16
|
+
assignees?: number[] | undefined;
|
|
17
|
+
reminder_date?: string | undefined;
|
|
18
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
19
|
//#endregion
|
|
8
20
|
export { salesflareCreateTask };
|
|
9
21
|
//# sourceMappingURL=create-task.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-task.d.cts","names":[],"sources":["../../src/actions/create-task.ts"],"mappings":";;;cAIa,yBAAA,
|
|
1
|
+
{"version":3,"file":"create-task.d.cts","names":[],"sources":["../../src/actions/create-task.ts"],"mappings":";;;cAIa,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;;;cAMzB,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;cAI1B,oBAAA,gCAAoB,wBAAA"}
|
|
@@ -1,9 +1,21 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/create-task.d.ts
|
|
4
|
-
declare const SalesflareCreateTaskInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const SalesflareCreateTaskInput: z.ZodObject<{
|
|
5
|
+
account: z.ZodOptional<z.ZodNumber>;
|
|
6
|
+
assignees: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
7
|
+
description: z.ZodString;
|
|
8
|
+
reminder_date: z.ZodOptional<z.ZodString>;
|
|
9
|
+
}, z.core.$strip>;
|
|
10
|
+
declare const SalesflareCreateTaskOutput: z.ZodObject<{
|
|
11
|
+
id: z.ZodNullable<z.ZodNumber>;
|
|
12
|
+
}, z.core.$loose>;
|
|
13
|
+
declare const salesflareCreateTask: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
14
|
+
description: string;
|
|
15
|
+
account?: number | undefined;
|
|
16
|
+
assignees?: number[] | undefined;
|
|
17
|
+
reminder_date?: string | undefined;
|
|
18
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
19
|
//#endregion
|
|
8
20
|
export { salesflareCreateTask };
|
|
9
21
|
//# sourceMappingURL=create-task.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-task.d.mts","names":[],"sources":["../../src/actions/create-task.ts"],"mappings":";;;cAIa,yBAAA,
|
|
1
|
+
{"version":3,"file":"create-task.d.mts","names":[],"sources":["../../src/actions/create-task.ts"],"mappings":";;;cAIa,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;;;cAMzB,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;cAI1B,oBAAA,gCAAoB,wBAAA"}
|
|
@@ -10,7 +10,7 @@ const salesflareCreateTask = action("SALESFLARE_CREATE_TASK", {
|
|
|
10
10
|
description: z.string().describe("REQUIRED. Description or title of the task. This is the main content describing what needs to be done."),
|
|
11
11
|
reminder_date: z.string().describe("Reminder date for the task in ISO 8601 date format (YYYY-MM-DD) or date-time format (YYYY-MM-DDTHH:MM:SSZ). The system will send a reminder on this date.").optional()
|
|
12
12
|
}).describe("Request model for creating a task in Salesflare."),
|
|
13
|
-
output: z.object({ id: z.number().int().describe("Unique identifier of the newly created task") }).describe("Response model after creating a task in Salesflare.")
|
|
13
|
+
output: z.object({ id: z.number().int().describe("Unique identifier of the newly created task").nullable() }).passthrough().describe("Response model after creating a task in Salesflare.")
|
|
14
14
|
});
|
|
15
15
|
//#endregion
|
|
16
16
|
export { salesflareCreateTask };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-task.mjs","names":[],"sources":["../../src/actions/create-task.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SalesflareCreateTaskInput
|
|
1
|
+
{"version":3,"file":"create-task.mjs","names":[],"sources":["../../src/actions/create-task.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SalesflareCreateTaskInput = z.object({\n account: z.number().int().describe(\"ID of the account (company) to associate this task with. Use LIST_ACCOUNTS to find available account IDs.\").optional(),\n assignees: z.array(z.number().int()).describe(\"List of user IDs to assign this task to. Use GET_CURRENT_USER or LIST_USERS to find valid user IDs. If not specified, may default to the authenticated user.\").optional(),\n description: z.string().describe(\"REQUIRED. Description or title of the task. This is the main content describing what needs to be done.\"),\n reminder_date: z.string().describe(\"Reminder date for the task in ISO 8601 date format (YYYY-MM-DD) or date-time format (YYYY-MM-DDTHH:MM:SSZ). The system will send a reminder on this date.\").optional(),\n}).describe(\"Request model for creating a task in Salesflare.\");\nexport const SalesflareCreateTaskOutput = z.object({\n id: z.number().int().describe(\"Unique identifier of the newly created task\").nullable(),\n}).passthrough().describe(\"Response model after creating a task in Salesflare.\");\n\nexport const salesflareCreateTask = action(\"SALESFLARE_CREATE_TASK\", {\n slug: \"salesflare-create-task\",\n name: \"Create Task\",\n description: \"Tool to create a new task in Salesflare. Use when you need to add a task or to-do item to the system. Tasks help track follow-ups, calls, meetings, and other action items.\",\n input: SalesflareCreateTaskInput,\n output: SalesflareCreateTaskOutput,\n});\n"],"mappings":";;AAcA,MAAa,uBAAuB,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAduC,EAAE,OAAO;EAChD,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2GAA2G,CAAC,CAAC,SAAS;EACzJ,WAAW,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,8JAA8J,CAAC,CAAC,SAAS;EACvN,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,wGAAwG;EACzI,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,2JAA2J,CAAC,CAAC,SAAS;CAC3M,CAAC,CAAC,CAAC,SAAS,kDASH;CACP,QATwC,EAAE,OAAO,EACjD,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,EACxF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,qDAOhB;AACV,CAAC"}
|
|
@@ -22,7 +22,7 @@ const SalesflareCreateWorkflowInput = zod.z.object({
|
|
|
22
22
|
zod.z.boolean()
|
|
23
23
|
]).optional(),
|
|
24
24
|
operator: zod.z.string().describe("Comparison operator (e.g., equals, contains, greater_than)").optional()
|
|
25
|
-
}).describe("Individual filter rule for record filtering.")).describe("List of filter rules for this step").optional(),
|
|
25
|
+
}).passthrough().describe("Individual filter rule for record filtering.")).describe("List of filter rules for this step").optional(),
|
|
26
26
|
condition: zod.z.string().describe("Filter condition type (e.g., AND, OR)").optional()
|
|
27
27
|
}).describe("Filter configuration for a workflow step.").optional(),
|
|
28
28
|
trigger: zod.z.string().describe("Trigger condition for this step (e.g., after_delay, goal_met)").optional(),
|
|
@@ -49,7 +49,7 @@ const SalesflareCreateWorkflowInput = zod.z.object({
|
|
|
49
49
|
trigger_after_days: zod.z.number().describe("Number of days to wait before executing this step").optional(),
|
|
50
50
|
trigger_step_index: zod.z.number().int().describe("Index of the step that triggers this step").optional(),
|
|
51
51
|
action_source_email: zod.z.string().describe("Email address to send from").optional()
|
|
52
|
-
}).describe("Individual step in a workflow sequence.")).describe("List of steps in the workflow sequence. Each step must have an 'order' field.").optional(),
|
|
52
|
+
}).passthrough().describe("Individual step in a workflow sequence.")).describe("List of steps in the workflow sequence. Each step must have an 'order' field.").optional(),
|
|
53
53
|
filter: zod.z.object({ ids: zod.z.array(zod.z.number().int()).describe("List of record IDs to target. When provided, all other filter options will be ignored.").optional() }).describe("Filter configuration for workflow targeting.").optional(),
|
|
54
54
|
status: zod.z.enum([
|
|
55
55
|
"live",
|
|
@@ -76,14 +76,14 @@ const SalesflareCreateWorkflowInput = zod.z.object({
|
|
|
76
76
|
zod.z.boolean()
|
|
77
77
|
]).optional(),
|
|
78
78
|
operator: zod.z.string().describe("Comparison operator (e.g., equals, contains, greater_than)").optional()
|
|
79
|
-
}).describe("Individual filter rule for record filtering.")).describe("List of filter rules to apply to records"),
|
|
79
|
+
}).passthrough().describe("Individual filter rule for record filtering.")).describe("List of filter rules to apply to records"),
|
|
80
80
|
valid: zod.z.boolean().describe("Whether the filter configuration is valid").optional(),
|
|
81
81
|
search: zod.z.string().describe("Search query string to filter records").optional(),
|
|
82
82
|
order_by: zod.z.string().describe("Field name to order results by").optional(),
|
|
83
83
|
condition: zod.z.enum(["AND", "OR"]).describe("Logical condition to combine rules (AND or OR)")
|
|
84
84
|
}).describe("Advanced filtering configuration for individual records.").optional()
|
|
85
85
|
}).describe("Request model for creating a workflow in Salesflare.");
|
|
86
|
-
const SalesflareCreateWorkflowOutput = zod.z.object({ id: zod.z.number().int().describe("Unique identifier of the newly created workflow").nullable().optional() }).describe("Response model after creating a workflow.");
|
|
86
|
+
const SalesflareCreateWorkflowOutput = zod.z.object({ id: zod.z.number().int().describe("Unique identifier of the newly created workflow").nullable().optional() }).passthrough().describe("Response model after creating a workflow.");
|
|
87
87
|
const salesflareCreateWorkflow = require_action.action("SALESFLARE_CREATE_WORKFLOW", {
|
|
88
88
|
slug: "salesflare-create-workflow",
|
|
89
89
|
name: "Create Workflow",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-workflow.cjs","names":["z","action"],"sources":["../../src/actions/create-workflow.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SalesflareCreateWorkflowInput: z.ZodTypeAny = z.object({\n goal: z.enum([\"opened\", \"clicked\", \"replied\"]).describe(\"Goal types for workflow completion.\").optional(),\n name: z.string().describe(\"Name of the workflow. This is the only required field.\"),\n steps: z.array(z.object({\n id: z.number().int().describe(\"Step ID (typically assigned by system after creation)\").optional(),\n name: z.string().describe(\"Name/title of the workflow step\").optional(),\n order: z.number().int().describe(\"Order/position of this step in the workflow sequence (required)\"),\n filter: z.object({\n rules: z.array(z.object({\n field: z.string().describe(\"Field name to filter on\").optional(),\n value: z.union([z.string(), z.number().int(), z.number(), z.boolean()]).optional(),\n operator: z.string().describe(\"Comparison operator (e.g., equals, contains, greater_than)\").optional(),\n}).describe(\"Individual filter rule for record filtering.\")).describe(\"List of filter rules for this step\").optional(),\n condition: z.string().describe(\"Filter condition type (e.g., AND, OR)\").optional(),\n}).describe(\"Filter configuration for a workflow step.\").optional(),\n trigger: z.string().describe(\"Trigger condition for this step (e.g., after_delay, goal_met)\").optional(),\n analytics: z.object({\n sent: z.number().int().describe(\"Number of emails sent\").optional(),\n opened: z.number().int().describe(\"Number of emails opened\").optional(),\n clicked: z.number().int().describe(\"Number of emails clicked\").optional(),\n replied: z.number().int().describe(\"Number of emails replied to\").optional(),\n}).describe(\"Analytics data for a workflow step.\").optional(),\n action_type: z.string().describe(\"Type of action to perform (e.g., send_email, wait, condition)\").optional(),\n metrics_data: z.object({\n open_rate: z.number().describe(\"Email open rate percentage\").optional(),\n click_rate: z.number().describe(\"Email click rate percentage\").optional(),\n reply_rate: z.number().describe(\"Email reply rate percentage\").optional(),\n}).describe(\"Metrics data for a workflow step.\").optional(),\n trigger_step: z.number().int().describe(\"ID of the step that triggers this step\").optional(),\n action_config: z.object({\n body: z.string().describe(\"Email body content\").optional(),\n subject: z.string().describe(\"Email subject line\").optional(),\n template_id: z.number().int().describe(\"Email template ID to use\").optional(),\n}).describe(\"Configuration for a workflow step action.\").optional(),\n action_source: z.number().int().describe(\"Source identifier for the action\").optional(),\n action_status: z.string().describe(\"Current status of the action\").optional(),\n trigger_after_days: z.number().describe(\"Number of days to wait before executing this step\").optional(),\n trigger_step_index: z.number().int().describe(\"Index of the step that triggers this step\").optional(),\n action_source_email: z.string().describe(\"Email address to send from\").optional(),\n}).describe(\"Individual step in a workflow sequence.\")).describe(\"List of steps in the workflow sequence. Each step must have an 'order' field.\").optional(),\n filter: z.object({\n ids: z.array(z.number().int()).describe(\"List of record IDs to target. When provided, all other filter options will be ignored.\").optional(),\n}).describe(\"Filter configuration for workflow targeting.\").optional(),\n status: z.enum([\"live\", \"paused\", \"scheduled\", \"draft\"]).describe(\"Status options for workflow.\").optional(),\n continuous: z.boolean().describe(\"Whether the workflow runs continuously or only once per record\").optional(),\n record_type: z.enum([\"contact\"]).describe(\"Record type for workflow targets.\").optional(),\n schedule_date: z.string().describe(\"Date and time to start the workflow in ISO 8601 format (e.g., '2024-12-31T10:00:00Z')\").optional(),\n schedule_days: z.array(z.number().int()).describe(\"Days of the week to run the workflow (0=Sunday, 1=Monday, ..., 6=Saturday)\").optional(),\n status_message: z.string().describe(\"Status message or notes about the workflow\").optional(),\n exit_after_days: z.number().describe(\"Number of days after which records automatically exit the workflow\").optional(),\n schedule_time_end: z.string().describe(\"End time for daily workflow execution in HH:MM:SS format (e.g., '17:00:00')\").optional(),\n schedule_time_start: z.string().describe(\"Start time for daily workflow execution in HH:MM:SS format (e.g., '09:00:00')\").optional(),\n individual_record_filter: z.object({\n not: z.boolean().describe(\"If true, negates the entire filter condition\").optional(),\n rules: z.array(z.object({\n field: z.string().describe(\"Field name to filter on\").optional(),\n value: z.union([z.string(), z.number().int(), z.number(), z.boolean()]).optional(),\n operator: z.string().describe(\"Comparison operator (e.g., equals, contains, greater_than)\").optional(),\n}).describe(\"Individual filter rule for record filtering.\")).describe(\"List of filter rules to apply to records\"),\n valid: z.boolean().describe(\"Whether the filter configuration is valid\").optional(),\n search: z.string().describe(\"Search query string to filter records\").optional(),\n order_by: z.string().describe(\"Field name to order results by\").optional(),\n condition: z.enum([\"AND\", \"OR\"]).describe(\"Logical condition to combine rules (AND or OR)\"),\n}).describe(\"Advanced filtering configuration for individual records.\").optional(),\n}).describe(\"Request model for creating a workflow in Salesflare.\");\nexport const SalesflareCreateWorkflowOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the newly created workflow\").nullable().optional(),\n}).describe(\"Response model after creating a workflow.\");\n\nexport const salesflareCreateWorkflow = action(\"SALESFLARE_CREATE_WORKFLOW\", {\n slug: \"salesflare-create-workflow\",\n name: \"Create Workflow\",\n description: \"Tool to create a new workflow (email automation sequence) in Salesflare. Use when you need to set up automated email sequences or campaigns for contacts. Only the workflow name is required; all other fields are optional for configuration.\",\n input: SalesflareCreateWorkflowInput,\n output: SalesflareCreateWorkflowOutput,\n});\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"create-workflow.cjs","names":["z","action"],"sources":["../../src/actions/create-workflow.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SalesflareCreateWorkflowInput = z.object({\n goal: z.enum([\"opened\", \"clicked\", \"replied\"]).describe(\"Goal types for workflow completion.\").optional(),\n name: z.string().describe(\"Name of the workflow. This is the only required field.\"),\n steps: z.array(z.object({\n id: z.number().int().describe(\"Step ID (typically assigned by system after creation)\").optional(),\n name: z.string().describe(\"Name/title of the workflow step\").optional(),\n order: z.number().int().describe(\"Order/position of this step in the workflow sequence (required)\"),\n filter: z.object({\n rules: z.array(z.object({\n field: z.string().describe(\"Field name to filter on\").optional(),\n value: z.union([z.string(), z.number().int(), z.number(), z.boolean()]).optional(),\n operator: z.string().describe(\"Comparison operator (e.g., equals, contains, greater_than)\").optional(),\n}).passthrough().describe(\"Individual filter rule for record filtering.\")).describe(\"List of filter rules for this step\").optional(),\n condition: z.string().describe(\"Filter condition type (e.g., AND, OR)\").optional(),\n}).describe(\"Filter configuration for a workflow step.\").optional(),\n trigger: z.string().describe(\"Trigger condition for this step (e.g., after_delay, goal_met)\").optional(),\n analytics: z.object({\n sent: z.number().int().describe(\"Number of emails sent\").optional(),\n opened: z.number().int().describe(\"Number of emails opened\").optional(),\n clicked: z.number().int().describe(\"Number of emails clicked\").optional(),\n replied: z.number().int().describe(\"Number of emails replied to\").optional(),\n}).describe(\"Analytics data for a workflow step.\").optional(),\n action_type: z.string().describe(\"Type of action to perform (e.g., send_email, wait, condition)\").optional(),\n metrics_data: z.object({\n open_rate: z.number().describe(\"Email open rate percentage\").optional(),\n click_rate: z.number().describe(\"Email click rate percentage\").optional(),\n reply_rate: z.number().describe(\"Email reply rate percentage\").optional(),\n}).describe(\"Metrics data for a workflow step.\").optional(),\n trigger_step: z.number().int().describe(\"ID of the step that triggers this step\").optional(),\n action_config: z.object({\n body: z.string().describe(\"Email body content\").optional(),\n subject: z.string().describe(\"Email subject line\").optional(),\n template_id: z.number().int().describe(\"Email template ID to use\").optional(),\n}).describe(\"Configuration for a workflow step action.\").optional(),\n action_source: z.number().int().describe(\"Source identifier for the action\").optional(),\n action_status: z.string().describe(\"Current status of the action\").optional(),\n trigger_after_days: z.number().describe(\"Number of days to wait before executing this step\").optional(),\n trigger_step_index: z.number().int().describe(\"Index of the step that triggers this step\").optional(),\n action_source_email: z.string().describe(\"Email address to send from\").optional(),\n}).passthrough().describe(\"Individual step in a workflow sequence.\")).describe(\"List of steps in the workflow sequence. Each step must have an 'order' field.\").optional(),\n filter: z.object({\n ids: z.array(z.number().int()).describe(\"List of record IDs to target. When provided, all other filter options will be ignored.\").optional(),\n}).describe(\"Filter configuration for workflow targeting.\").optional(),\n status: z.enum([\"live\", \"paused\", \"scheduled\", \"draft\"]).describe(\"Status options for workflow.\").optional(),\n continuous: z.boolean().describe(\"Whether the workflow runs continuously or only once per record\").optional(),\n record_type: z.enum([\"contact\"]).describe(\"Record type for workflow targets.\").optional(),\n schedule_date: z.string().describe(\"Date and time to start the workflow in ISO 8601 format (e.g., '2024-12-31T10:00:00Z')\").optional(),\n schedule_days: z.array(z.number().int()).describe(\"Days of the week to run the workflow (0=Sunday, 1=Monday, ..., 6=Saturday)\").optional(),\n status_message: z.string().describe(\"Status message or notes about the workflow\").optional(),\n exit_after_days: z.number().describe(\"Number of days after which records automatically exit the workflow\").optional(),\n schedule_time_end: z.string().describe(\"End time for daily workflow execution in HH:MM:SS format (e.g., '17:00:00')\").optional(),\n schedule_time_start: z.string().describe(\"Start time for daily workflow execution in HH:MM:SS format (e.g., '09:00:00')\").optional(),\n individual_record_filter: z.object({\n not: z.boolean().describe(\"If true, negates the entire filter condition\").optional(),\n rules: z.array(z.object({\n field: z.string().describe(\"Field name to filter on\").optional(),\n value: z.union([z.string(), z.number().int(), z.number(), z.boolean()]).optional(),\n operator: z.string().describe(\"Comparison operator (e.g., equals, contains, greater_than)\").optional(),\n}).passthrough().describe(\"Individual filter rule for record filtering.\")).describe(\"List of filter rules to apply to records\"),\n valid: z.boolean().describe(\"Whether the filter configuration is valid\").optional(),\n search: z.string().describe(\"Search query string to filter records\").optional(),\n order_by: z.string().describe(\"Field name to order results by\").optional(),\n condition: z.enum([\"AND\", \"OR\"]).describe(\"Logical condition to combine rules (AND or OR)\"),\n}).describe(\"Advanced filtering configuration for individual records.\").optional(),\n}).describe(\"Request model for creating a workflow in Salesflare.\");\nexport const SalesflareCreateWorkflowOutput = z.object({\n id: z.number().int().describe(\"Unique identifier of the newly created workflow\").nullable().optional(),\n}).passthrough().describe(\"Response model after creating a workflow.\");\n\nexport const salesflareCreateWorkflow = action(\"SALESFLARE_CREATE_WORKFLOW\", {\n slug: \"salesflare-create-workflow\",\n name: \"Create Workflow\",\n description: \"Tool to create a new workflow (email automation sequence) in Salesflare. Use when you need to set up automated email sequences or campaigns for contacts. Only the workflow name is required; all other fields are optional for configuration.\",\n input: SalesflareCreateWorkflowInput,\n output: SalesflareCreateWorkflowOutput,\n});\n"],"mappings":"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"}
|