@keystrokehq/salesflare 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/add-account-contacts.cjs +19 -0
- package/dist/actions/add-account-contacts.cjs.map +1 -0
- package/dist/actions/add-account-contacts.d.cts +9 -0
- package/dist/actions/add-account-contacts.d.cts.map +1 -0
- package/dist/actions/add-account-contacts.d.mts +9 -0
- package/dist/actions/add-account-contacts.d.mts.map +1 -0
- package/dist/actions/add-account-contacts.mjs +16 -0
- package/dist/actions/add-account-contacts.mjs.map +1 -0
- package/dist/actions/create-account.cjs +83 -0
- package/dist/actions/create-account.cjs.map +1 -0
- package/dist/actions/create-account.d.cts +9 -0
- package/dist/actions/create-account.d.cts.map +1 -0
- package/dist/actions/create-account.d.mts +9 -0
- package/dist/actions/create-account.d.mts.map +1 -0
- package/dist/actions/create-account.mjs +82 -0
- package/dist/actions/create-account.mjs.map +1 -0
- package/dist/actions/create-call.cjs +31 -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 +30 -0
- package/dist/actions/create-call.mjs.map +1 -0
- package/dist/actions/create-contact.cjs +71 -0
- package/dist/actions/create-contact.cjs.map +1 -0
- package/dist/actions/create-contact.d.cts +9 -0
- package/dist/actions/create-contact.d.cts.map +1 -0
- package/dist/actions/create-contact.d.mts +9 -0
- package/dist/actions/create-contact.d.mts.map +1 -0
- package/dist/actions/create-contact.mjs +70 -0
- package/dist/actions/create-contact.mjs.map +1 -0
- package/dist/actions/create-custom-field.cjs +42 -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 +39 -0
- package/dist/actions/create-custom-field.mjs.map +1 -0
- package/dist/actions/create-internal-note.cjs +29 -0
- package/dist/actions/create-internal-note.cjs.map +1 -0
- package/dist/actions/create-internal-note.d.cts +9 -0
- package/dist/actions/create-internal-note.d.cts.map +1 -0
- package/dist/actions/create-internal-note.d.mts +9 -0
- package/dist/actions/create-internal-note.d.mts.map +1 -0
- package/dist/actions/create-internal-note.mjs +26 -0
- package/dist/actions/create-internal-note.mjs.map +1 -0
- package/dist/actions/create-meeting.cjs +30 -0
- package/dist/actions/create-meeting.cjs.map +1 -0
- package/dist/actions/create-meeting.d.cts +9 -0
- package/dist/actions/create-meeting.d.cts.map +1 -0
- package/dist/actions/create-meeting.d.mts +9 -0
- package/dist/actions/create-meeting.d.mts.map +1 -0
- package/dist/actions/create-meeting.mjs +27 -0
- package/dist/actions/create-meeting.mjs.map +1 -0
- package/dist/actions/create-opportunity.cjs +44 -0
- package/dist/actions/create-opportunity.cjs.map +1 -0
- package/dist/actions/create-opportunity.d.cts +9 -0
- package/dist/actions/create-opportunity.d.cts.map +1 -0
- package/dist/actions/create-opportunity.d.mts +9 -0
- package/dist/actions/create-opportunity.d.mts.map +1 -0
- package/dist/actions/create-opportunity.mjs +41 -0
- package/dist/actions/create-opportunity.mjs.map +1 -0
- package/dist/actions/create-tag.cjs +16 -0
- package/dist/actions/create-tag.cjs.map +1 -0
- package/dist/actions/create-tag.d.cts +9 -0
- package/dist/actions/create-tag.d.cts.map +1 -0
- package/dist/actions/create-tag.d.mts +9 -0
- package/dist/actions/create-tag.d.mts.map +1 -0
- package/dist/actions/create-tag.mjs +13 -0
- package/dist/actions/create-tag.mjs.map +1 -0
- package/dist/actions/create-task.cjs +21 -0
- package/dist/actions/create-task.cjs.map +1 -0
- package/dist/actions/create-task.d.cts +9 -0
- package/dist/actions/create-task.d.cts.map +1 -0
- package/dist/actions/create-task.d.mts +9 -0
- package/dist/actions/create-task.d.mts.map +1 -0
- package/dist/actions/create-task.mjs +18 -0
- package/dist/actions/create-task.mjs.map +1 -0
- package/dist/actions/create-workflow.cjs +97 -0
- package/dist/actions/create-workflow.cjs.map +1 -0
- package/dist/actions/create-workflow.d.cts +9 -0
- package/dist/actions/create-workflow.d.cts.map +1 -0
- package/dist/actions/create-workflow.d.mts +9 -0
- package/dist/actions/create-workflow.d.mts.map +1 -0
- package/dist/actions/create-workflow.mjs +94 -0
- package/dist/actions/create-workflow.mjs.map +1 -0
- package/dist/actions/delete-account.cjs +16 -0
- package/dist/actions/delete-account.cjs.map +1 -0
- package/dist/actions/delete-account.d.cts +9 -0
- package/dist/actions/delete-account.d.cts.map +1 -0
- package/dist/actions/delete-account.d.mts +9 -0
- package/dist/actions/delete-account.d.mts.map +1 -0
- package/dist/actions/delete-account.mjs +13 -0
- package/dist/actions/delete-account.mjs.map +1 -0
- package/dist/actions/delete-contact.cjs +19 -0
- package/dist/actions/delete-contact.cjs.map +1 -0
- package/dist/actions/delete-contact.d.cts +9 -0
- package/dist/actions/delete-contact.d.cts.map +1 -0
- package/dist/actions/delete-contact.d.mts +9 -0
- package/dist/actions/delete-contact.d.mts.map +1 -0
- package/dist/actions/delete-contact.mjs +16 -0
- package/dist/actions/delete-contact.mjs.map +1 -0
- package/dist/actions/delete-custom-field.cjs +26 -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 +23 -0
- package/dist/actions/delete-custom-field.mjs.map +1 -0
- package/dist/actions/delete-internal-note.cjs +20 -0
- package/dist/actions/delete-internal-note.cjs.map +1 -0
- package/dist/actions/delete-internal-note.d.cts +9 -0
- package/dist/actions/delete-internal-note.d.cts.map +1 -0
- package/dist/actions/delete-internal-note.d.mts +9 -0
- package/dist/actions/delete-internal-note.d.mts.map +1 -0
- package/dist/actions/delete-internal-note.mjs +17 -0
- package/dist/actions/delete-internal-note.mjs.map +1 -0
- package/dist/actions/delete-meeting.cjs +16 -0
- package/dist/actions/delete-meeting.cjs.map +1 -0
- package/dist/actions/delete-meeting.d.cts +9 -0
- package/dist/actions/delete-meeting.d.cts.map +1 -0
- package/dist/actions/delete-meeting.d.mts +9 -0
- package/dist/actions/delete-meeting.d.mts.map +1 -0
- package/dist/actions/delete-meeting.mjs +13 -0
- package/dist/actions/delete-meeting.mjs.map +1 -0
- package/dist/actions/delete-opportunity.cjs +16 -0
- package/dist/actions/delete-opportunity.cjs.map +1 -0
- package/dist/actions/delete-opportunity.d.cts +9 -0
- package/dist/actions/delete-opportunity.d.cts.map +1 -0
- package/dist/actions/delete-opportunity.d.mts +9 -0
- package/dist/actions/delete-opportunity.d.mts.map +1 -0
- package/dist/actions/delete-opportunity.mjs +13 -0
- package/dist/actions/delete-opportunity.mjs.map +1 -0
- package/dist/actions/delete-tag.cjs +16 -0
- package/dist/actions/delete-tag.cjs.map +1 -0
- package/dist/actions/delete-tag.d.cts +9 -0
- package/dist/actions/delete-tag.d.cts.map +1 -0
- package/dist/actions/delete-tag.d.mts +9 -0
- package/dist/actions/delete-tag.d.mts.map +1 -0
- package/dist/actions/delete-tag.mjs +13 -0
- package/dist/actions/delete-tag.mjs.map +1 -0
- package/dist/actions/delete-task.cjs +16 -0
- package/dist/actions/delete-task.cjs.map +1 -0
- package/dist/actions/delete-task.d.cts +9 -0
- package/dist/actions/delete-task.d.cts.map +1 -0
- package/dist/actions/delete-task.d.mts +9 -0
- package/dist/actions/delete-task.d.mts.map +1 -0
- package/dist/actions/delete-task.mjs +13 -0
- package/dist/actions/delete-task.mjs.map +1 -0
- package/dist/actions/get-account.cjs +80 -0
- package/dist/actions/get-account.cjs.map +1 -0
- package/dist/actions/get-account.d.cts +9 -0
- package/dist/actions/get-account.d.cts.map +1 -0
- package/dist/actions/get-account.d.mts +9 -0
- package/dist/actions/get-account.d.mts.map +1 -0
- package/dist/actions/get-account.mjs +79 -0
- package/dist/actions/get-account.mjs.map +1 -0
- package/dist/actions/get-ai-settings.cjs +28 -0
- package/dist/actions/get-ai-settings.cjs.map +1 -0
- package/dist/actions/get-ai-settings.d.cts +9 -0
- package/dist/actions/get-ai-settings.d.cts.map +1 -0
- package/dist/actions/get-ai-settings.d.mts +9 -0
- package/dist/actions/get-ai-settings.d.mts.map +1 -0
- package/dist/actions/get-ai-settings.mjs +27 -0
- package/dist/actions/get-ai-settings.mjs.map +1 -0
- package/dist/actions/get-contact.cjs +102 -0
- package/dist/actions/get-contact.cjs.map +1 -0
- package/dist/actions/get-contact.d.cts +9 -0
- package/dist/actions/get-contact.d.cts.map +1 -0
- package/dist/actions/get-contact.d.mts +9 -0
- package/dist/actions/get-contact.d.mts.map +1 -0
- package/dist/actions/get-contact.mjs +101 -0
- package/dist/actions/get-contact.mjs.map +1 -0
- package/dist/actions/get-current-user.cjs +177 -0
- package/dist/actions/get-current-user.cjs.map +1 -0
- package/dist/actions/get-current-user.d.cts +9 -0
- package/dist/actions/get-current-user.d.cts.map +1 -0
- package/dist/actions/get-current-user.d.mts +9 -0
- package/dist/actions/get-current-user.d.mts.map +1 -0
- package/dist/actions/get-current-user.mjs +176 -0
- package/dist/actions/get-current-user.mjs.map +1 -0
- package/dist/actions/get-custom-field.cjs +53 -0
- package/dist/actions/get-custom-field.cjs.map +1 -0
- package/dist/actions/get-custom-field.d.cts +9 -0
- package/dist/actions/get-custom-field.d.cts.map +1 -0
- package/dist/actions/get-custom-field.d.mts +9 -0
- package/dist/actions/get-custom-field.d.mts.map +1 -0
- package/dist/actions/get-custom-field.mjs +52 -0
- package/dist/actions/get-custom-field.mjs.map +1 -0
- package/dist/actions/get-meeting.cjs +32 -0
- package/dist/actions/get-meeting.cjs.map +1 -0
- package/dist/actions/get-meeting.d.cts +9 -0
- package/dist/actions/get-meeting.d.cts.map +1 -0
- package/dist/actions/get-meeting.d.mts +9 -0
- package/dist/actions/get-meeting.d.mts.map +1 -0
- package/dist/actions/get-meeting.mjs +31 -0
- package/dist/actions/get-meeting.mjs.map +1 -0
- package/dist/actions/get-opportunity.cjs +122 -0
- package/dist/actions/get-opportunity.cjs.map +1 -0
- package/dist/actions/get-opportunity.d.cts +9 -0
- package/dist/actions/get-opportunity.d.cts.map +1 -0
- package/dist/actions/get-opportunity.d.mts +9 -0
- package/dist/actions/get-opportunity.d.mts.map +1 -0
- package/dist/actions/get-opportunity.mjs +121 -0
- package/dist/actions/get-opportunity.mjs.map +1 -0
- package/dist/actions/get-stage.cjs +31 -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 +30 -0
- package/dist/actions/get-stage.mjs.map +1 -0
- package/dist/actions/get-tag-usage.cjs +35 -0
- package/dist/actions/get-tag-usage.cjs.map +1 -0
- package/dist/actions/get-tag-usage.d.cts +9 -0
- package/dist/actions/get-tag-usage.d.cts.map +1 -0
- package/dist/actions/get-tag-usage.d.mts +9 -0
- package/dist/actions/get-tag-usage.d.mts.map +1 -0
- package/dist/actions/get-tag-usage.mjs +34 -0
- package/dist/actions/get-tag-usage.mjs.map +1 -0
- package/dist/actions/get-user.cjs +79 -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 +78 -0
- package/dist/actions/get-user.mjs.map +1 -0
- package/dist/actions/get-workflow-merge-fields.cjs +24 -0
- package/dist/actions/get-workflow-merge-fields.cjs.map +1 -0
- package/dist/actions/get-workflow-merge-fields.d.cts +9 -0
- package/dist/actions/get-workflow-merge-fields.d.cts.map +1 -0
- package/dist/actions/get-workflow-merge-fields.d.mts +9 -0
- package/dist/actions/get-workflow-merge-fields.d.mts.map +1 -0
- package/dist/actions/get-workflow-merge-fields.mjs +23 -0
- package/dist/actions/get-workflow-merge-fields.mjs.map +1 -0
- package/dist/actions/get-workflow.cjs +111 -0
- package/dist/actions/get-workflow.cjs.map +1 -0
- package/dist/actions/get-workflow.d.cts +9 -0
- package/dist/actions/get-workflow.d.cts.map +1 -0
- package/dist/actions/get-workflow.d.mts +9 -0
- package/dist/actions/get-workflow.d.mts.map +1 -0
- package/dist/actions/get-workflow.mjs +110 -0
- package/dist/actions/get-workflow.mjs.map +1 -0
- package/dist/actions/index.cjs +127 -0
- package/dist/actions/index.d.cts +64 -0
- package/dist/actions/index.d.mts +64 -0
- package/dist/actions/index.mjs +64 -0
- package/dist/actions/list-account-messages.cjs +42 -0
- package/dist/actions/list-account-messages.cjs.map +1 -0
- package/dist/actions/list-account-messages.d.cts +9 -0
- package/dist/actions/list-account-messages.d.cts.map +1 -0
- package/dist/actions/list-account-messages.d.mts +9 -0
- package/dist/actions/list-account-messages.d.mts.map +1 -0
- package/dist/actions/list-account-messages.mjs +41 -0
- package/dist/actions/list-account-messages.mjs.map +1 -0
- package/dist/actions/list-accounts.cjs +82 -0
- package/dist/actions/list-accounts.cjs.map +1 -0
- package/dist/actions/list-accounts.d.cts +9 -0
- package/dist/actions/list-accounts.d.cts.map +1 -0
- package/dist/actions/list-accounts.d.mts +9 -0
- package/dist/actions/list-accounts.d.mts.map +1 -0
- package/dist/actions/list-accounts.mjs +81 -0
- package/dist/actions/list-accounts.mjs.map +1 -0
- package/dist/actions/list-contacts.cjs +128 -0
- package/dist/actions/list-contacts.cjs.map +1 -0
- package/dist/actions/list-contacts.d.cts +9 -0
- package/dist/actions/list-contacts.d.cts.map +1 -0
- package/dist/actions/list-contacts.d.mts +9 -0
- package/dist/actions/list-contacts.d.mts.map +1 -0
- package/dist/actions/list-contacts.mjs +127 -0
- package/dist/actions/list-contacts.mjs.map +1 -0
- package/dist/actions/list-currencies.cjs +21 -0
- package/dist/actions/list-currencies.cjs.map +1 -0
- package/dist/actions/list-currencies.d.cts +9 -0
- package/dist/actions/list-currencies.d.cts.map +1 -0
- package/dist/actions/list-currencies.d.mts +9 -0
- package/dist/actions/list-currencies.d.mts.map +1 -0
- package/dist/actions/list-currencies.mjs +20 -0
- package/dist/actions/list-currencies.mjs.map +1 -0
- package/dist/actions/list-custom-field-options.cjs +24 -0
- package/dist/actions/list-custom-field-options.cjs.map +1 -0
- package/dist/actions/list-custom-field-options.d.cts +9 -0
- package/dist/actions/list-custom-field-options.d.cts.map +1 -0
- package/dist/actions/list-custom-field-options.d.mts +9 -0
- package/dist/actions/list-custom-field-options.d.mts.map +1 -0
- package/dist/actions/list-custom-field-options.mjs +21 -0
- package/dist/actions/list-custom-field-options.mjs.map +1 -0
- package/dist/actions/list-custom-field-types.cjs +22 -0
- package/dist/actions/list-custom-field-types.cjs.map +1 -0
- package/dist/actions/list-custom-field-types.d.cts +9 -0
- package/dist/actions/list-custom-field-types.d.cts.map +1 -0
- package/dist/actions/list-custom-field-types.d.mts +9 -0
- package/dist/actions/list-custom-field-types.d.mts.map +1 -0
- package/dist/actions/list-custom-field-types.mjs +21 -0
- package/dist/actions/list-custom-field-types.mjs.map +1 -0
- package/dist/actions/list-custom-fields.cjs +53 -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 +52 -0
- package/dist/actions/list-custom-fields.mjs.map +1 -0
- package/dist/actions/list-email-datasources.cjs +56 -0
- package/dist/actions/list-email-datasources.cjs.map +1 -0
- package/dist/actions/list-email-datasources.d.cts +9 -0
- package/dist/actions/list-email-datasources.d.cts.map +1 -0
- package/dist/actions/list-email-datasources.d.mts +9 -0
- package/dist/actions/list-email-datasources.d.mts.map +1 -0
- package/dist/actions/list-email-datasources.mjs +55 -0
- package/dist/actions/list-email-datasources.mjs.map +1 -0
- package/dist/actions/list-filter-fields.cjs +131 -0
- package/dist/actions/list-filter-fields.cjs.map +1 -0
- package/dist/actions/list-filter-fields.d.cts +9 -0
- package/dist/actions/list-filter-fields.d.cts.map +1 -0
- package/dist/actions/list-filter-fields.d.mts +9 -0
- package/dist/actions/list-filter-fields.d.mts.map +1 -0
- package/dist/actions/list-filter-fields.mjs +130 -0
- package/dist/actions/list-filter-fields.mjs.map +1 -0
- package/dist/actions/list-groups.cjs +20 -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 +19 -0
- package/dist/actions/list-groups.mjs.map +1 -0
- package/dist/actions/list-my-contacts.cjs +128 -0
- package/dist/actions/list-my-contacts.cjs.map +1 -0
- package/dist/actions/list-my-contacts.d.cts +9 -0
- package/dist/actions/list-my-contacts.d.cts.map +1 -0
- package/dist/actions/list-my-contacts.d.mts +9 -0
- package/dist/actions/list-my-contacts.d.mts.map +1 -0
- package/dist/actions/list-my-contacts.mjs +127 -0
- package/dist/actions/list-my-contacts.mjs.map +1 -0
- package/dist/actions/list-opportunities.cjs +114 -0
- package/dist/actions/list-opportunities.cjs.map +1 -0
- package/dist/actions/list-opportunities.d.cts +9 -0
- package/dist/actions/list-opportunities.d.cts.map +1 -0
- package/dist/actions/list-opportunities.d.mts +9 -0
- package/dist/actions/list-opportunities.d.mts.map +1 -0
- package/dist/actions/list-opportunities.mjs +113 -0
- package/dist/actions/list-opportunities.mjs.map +1 -0
- package/dist/actions/list-persons.cjs +56 -0
- package/dist/actions/list-persons.cjs.map +1 -0
- package/dist/actions/list-persons.d.cts +9 -0
- package/dist/actions/list-persons.d.cts.map +1 -0
- package/dist/actions/list-persons.d.mts +9 -0
- package/dist/actions/list-persons.d.mts.map +1 -0
- package/dist/actions/list-persons.mjs +55 -0
- package/dist/actions/list-persons.mjs.map +1 -0
- package/dist/actions/list-pipelines.cjs +55 -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 +54 -0
- package/dist/actions/list-pipelines.mjs.map +1 -0
- package/dist/actions/list-stages.cjs +39 -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 +38 -0
- package/dist/actions/list-stages.mjs.map +1 -0
- package/dist/actions/list-tags.cjs +34 -0
- package/dist/actions/list-tags.cjs.map +1 -0
- package/dist/actions/list-tags.d.cts +9 -0
- package/dist/actions/list-tags.d.cts.map +1 -0
- package/dist/actions/list-tags.d.mts +9 -0
- package/dist/actions/list-tags.d.mts.map +1 -0
- package/dist/actions/list-tags.mjs +33 -0
- package/dist/actions/list-tags.mjs.map +1 -0
- package/dist/actions/list-tasks.cjs +68 -0
- package/dist/actions/list-tasks.cjs.map +1 -0
- package/dist/actions/list-tasks.d.cts +9 -0
- package/dist/actions/list-tasks.d.cts.map +1 -0
- package/dist/actions/list-tasks.d.mts +9 -0
- package/dist/actions/list-tasks.d.mts.map +1 -0
- package/dist/actions/list-tasks.mjs +67 -0
- package/dist/actions/list-tasks.mjs.map +1 -0
- package/dist/actions/list-users.cjs +89 -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 +88 -0
- package/dist/actions/list-users.mjs.map +1 -0
- package/dist/actions/list-workflows.cjs +81 -0
- package/dist/actions/list-workflows.cjs.map +1 -0
- package/dist/actions/list-workflows.d.cts +9 -0
- package/dist/actions/list-workflows.d.cts.map +1 -0
- package/dist/actions/list-workflows.d.mts +9 -0
- package/dist/actions/list-workflows.d.mts.map +1 -0
- package/dist/actions/list-workflows.mjs +80 -0
- package/dist/actions/list-workflows.mjs.map +1 -0
- package/dist/actions/update-account-contacts.cjs +23 -0
- package/dist/actions/update-account-contacts.cjs.map +1 -0
- package/dist/actions/update-account-contacts.d.cts +9 -0
- package/dist/actions/update-account-contacts.d.cts.map +1 -0
- package/dist/actions/update-account-contacts.d.mts +9 -0
- package/dist/actions/update-account-contacts.d.mts.map +1 -0
- package/dist/actions/update-account-contacts.mjs +20 -0
- package/dist/actions/update-account-contacts.mjs.map +1 -0
- package/dist/actions/update-account-users.cjs +23 -0
- package/dist/actions/update-account-users.cjs.map +1 -0
- package/dist/actions/update-account-users.d.cts +9 -0
- package/dist/actions/update-account-users.d.cts.map +1 -0
- package/dist/actions/update-account-users.d.mts +9 -0
- package/dist/actions/update-account-users.d.mts.map +1 -0
- package/dist/actions/update-account-users.mjs +20 -0
- package/dist/actions/update-account-users.mjs.map +1 -0
- package/dist/actions/update-account.cjs +105 -0
- package/dist/actions/update-account.cjs.map +1 -0
- package/dist/actions/update-account.d.cts +9 -0
- package/dist/actions/update-account.d.cts.map +1 -0
- package/dist/actions/update-account.d.mts +9 -0
- package/dist/actions/update-account.d.mts.map +1 -0
- package/dist/actions/update-account.mjs +104 -0
- package/dist/actions/update-account.mjs.map +1 -0
- package/dist/actions/update-ai-settings.cjs +26 -0
- package/dist/actions/update-ai-settings.cjs.map +1 -0
- package/dist/actions/update-ai-settings.d.cts +9 -0
- package/dist/actions/update-ai-settings.d.cts.map +1 -0
- package/dist/actions/update-ai-settings.d.mts +9 -0
- package/dist/actions/update-ai-settings.d.mts.map +1 -0
- package/dist/actions/update-ai-settings.mjs +23 -0
- package/dist/actions/update-ai-settings.mjs.map +1 -0
- package/dist/actions/update-contact.cjs +88 -0
- package/dist/actions/update-contact.cjs.map +1 -0
- package/dist/actions/update-contact.d.cts +9 -0
- package/dist/actions/update-contact.d.cts.map +1 -0
- package/dist/actions/update-contact.d.mts +9 -0
- package/dist/actions/update-contact.d.mts.map +1 -0
- package/dist/actions/update-contact.mjs +85 -0
- package/dist/actions/update-contact.mjs.map +1 -0
- package/dist/actions/update-custom-field.cjs +67 -0
- package/dist/actions/update-custom-field.cjs.map +1 -0
- package/dist/actions/update-custom-field.d.cts +9 -0
- package/dist/actions/update-custom-field.d.cts.map +1 -0
- package/dist/actions/update-custom-field.d.mts +9 -0
- package/dist/actions/update-custom-field.d.mts.map +1 -0
- package/dist/actions/update-custom-field.mjs +66 -0
- package/dist/actions/update-custom-field.mjs.map +1 -0
- package/dist/actions/update-email-datasource.cjs +23 -0
- package/dist/actions/update-email-datasource.cjs.map +1 -0
- package/dist/actions/update-email-datasource.d.cts +9 -0
- package/dist/actions/update-email-datasource.d.cts.map +1 -0
- package/dist/actions/update-email-datasource.d.mts +9 -0
- package/dist/actions/update-email-datasource.d.mts.map +1 -0
- package/dist/actions/update-email-datasource.mjs +20 -0
- package/dist/actions/update-email-datasource.mjs.map +1 -0
- package/dist/actions/update-internal-note.cjs +30 -0
- package/dist/actions/update-internal-note.cjs.map +1 -0
- package/dist/actions/update-internal-note.d.cts +9 -0
- package/dist/actions/update-internal-note.d.cts.map +1 -0
- package/dist/actions/update-internal-note.d.mts +9 -0
- package/dist/actions/update-internal-note.d.mts.map +1 -0
- package/dist/actions/update-internal-note.mjs +27 -0
- package/dist/actions/update-internal-note.mjs.map +1 -0
- package/dist/actions/update-opportunity.cjs +46 -0
- package/dist/actions/update-opportunity.cjs.map +1 -0
- package/dist/actions/update-opportunity.d.cts +9 -0
- package/dist/actions/update-opportunity.d.cts.map +1 -0
- package/dist/actions/update-opportunity.d.mts +9 -0
- package/dist/actions/update-opportunity.d.mts.map +1 -0
- package/dist/actions/update-opportunity.mjs +43 -0
- package/dist/actions/update-opportunity.mjs.map +1 -0
- package/dist/actions/update-tag.cjs +19 -0
- package/dist/actions/update-tag.cjs.map +1 -0
- package/dist/actions/update-tag.d.cts +9 -0
- package/dist/actions/update-tag.d.cts.map +1 -0
- package/dist/actions/update-tag.d.mts +9 -0
- package/dist/actions/update-tag.d.mts.map +1 -0
- package/dist/actions/update-tag.mjs +16 -0
- package/dist/actions/update-tag.mjs.map +1 -0
- package/dist/actions/update-task.cjs +23 -0
- package/dist/actions/update-task.cjs.map +1 -0
- package/dist/actions/update-task.d.cts +9 -0
- package/dist/actions/update-task.d.cts.map +1 -0
- package/dist/actions/update-task.d.mts +9 -0
- package/dist/actions/update-task.d.mts.map +1 -0
- package/dist/actions/update-task.mjs +20 -0
- package/dist/actions/update-task.mjs.map +1 -0
- package/dist/actions/update-workflow-audience.cjs +21 -0
- package/dist/actions/update-workflow-audience.cjs.map +1 -0
- package/dist/actions/update-workflow-audience.d.cts +9 -0
- package/dist/actions/update-workflow-audience.d.cts.map +1 -0
- package/dist/actions/update-workflow-audience.d.mts +9 -0
- package/dist/actions/update-workflow-audience.d.mts.map +1 -0
- package/dist/actions/update-workflow-audience.mjs +18 -0
- package/dist/actions/update-workflow-audience.mjs.map +1 -0
- package/dist/actions/update-workflow.cjs +64 -0
- package/dist/actions/update-workflow.cjs.map +1 -0
- package/dist/actions/update-workflow.d.cts +9 -0
- package/dist/actions/update-workflow.d.cts.map +1 -0
- package/dist/actions/update-workflow.d.mts +9 -0
- package/dist/actions/update-workflow.d.mts.map +1 -0
- package/dist/actions/update-workflow.mjs +61 -0
- package/dist/actions/update-workflow.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 +132 -0
- package/dist/index.d.cts +66 -0
- package/dist/index.d.mts +66 -0
- package/dist/index.mjs +67 -0
- package/package.json +49 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-current-user.mjs","names":[],"sources":["../../src/actions/get-current-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SalesflareGetCurrentUserInput: z.ZodTypeAny = z.object({}).describe(\"Request model for getting current user's details.\");\nconst SalesflareGetCurrentUser_RolePermissionsSchema: z.ZodTypeAny = z.object({\n ced: z.string().describe(\"Create, edit, delete permissions\").nullable().optional(),\n view: z.string().describe(\"View permissions\").nullable().optional(),\n}).describe(\"Permissions for a role.\");\nconst SalesflareGetCurrentUser_RoleSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the role\").nullable().optional(),\n name: z.string().describe(\"Name of the role\").nullable().optional(),\n permissions: SalesflareGetCurrentUser_RolePermissionsSchema.nullable().optional(),\n}).describe(\"Role information.\");\nconst SalesflareGetCurrentUser_BillingCurrencySchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the currency\").nullable().optional(),\n iso: z.string().describe(\"ISO currency code\").nullable().optional(),\n html: z.string().describe(\"HTML representation of the currency symbol\").nullable().optional(),\n}).describe(\"Billing currency information.\");\nconst SalesflareGetCurrentUser_EmailTrackingDomainSchema: z.ZodTypeAny = z.object({\n url: z.string().describe(\"Email tracking domain URL\"),\n enabled: z.boolean().describe(\"Whether email tracking is enabled\"),\n timeZones: z.array(z.string()).describe(\"Time zones for email tracking\").nullable().optional(),\n}).describe(\"Email tracking domain configuration.\");\nconst SalesflareGetCurrentUser_TeamSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the team\").nullable().optional(),\n name: z.string().describe(\"Team name\").nullable().optional(),\n plan: z.number().int().describe(\"Plan identifier\").nullable().optional(),\n domain: z.string().describe(\"Team domain\").nullable().optional(),\n campaign: z.string().describe(\"Campaign identifier\").nullable().optional(),\n currency: SalesflareGetCurrentUser_BillingCurrencySchema.nullable().optional(),\n time_zone: z.string().describe(\"Team time zone\").nullable().optional(),\n free_users: z.number().int().describe(\"Number of free users\").nullable().optional(),\n promo_code: z.string().describe(\"Promo code applied\").nullable().optional(),\n subscribed: z.boolean().describe(\"Whether the team is subscribed\").nullable().optional(),\n credit_quota: z.number().int().describe(\"Credit quota for the team\").nullable().optional(),\n credit_usage: z.number().int().describe(\"Current credit usage\").nullable().optional(),\n payment_type: z.string().describe(\"Payment type (stripe/free/appstack)\").nullable().optional(),\n creation_date: z.string().describe(\"Date when the team was created\").nullable().optional(),\n discount_code: z.string().describe(\"Discount code applied to the team\").nullable().optional(),\n discount_type: z.string().describe(\"Type of discount\").nullable().optional(),\n credit_package: z.string().describe(\"Credit package (S/M/L/XL)\").nullable().optional(),\n tracking_token: z.string().describe(\"Tracking token for analytics\").nullable().optional(),\n paid_user_count: z.number().int().describe(\"Number of paid users\").nullable().optional(),\n promo_redeem_by: z.string().describe(\"Date by which promo must be redeemed\").nullable().optional(),\n billing_currency: SalesflareGetCurrentUser_BillingCurrencySchema.nullable().optional(),\n total_user_count: z.number().int().describe(\"Total number of users\").nullable().optional(),\n automated_tagging: z.boolean().describe(\"Whether automated tagging is enabled\").nullable().optional(),\n billing_frequency: z.string().describe(\"Billing frequency (monthly/annually)\").nullable().optional(),\n input_token_usage: z.number().int().describe(\"Input token usage\").nullable().optional(),\n promo_description: z.string().describe(\"Description of the promo\").nullable().optional(),\n ai_inference_quota: z.number().int().describe(\"AI inference quota for the team\").nullable().optional(),\n ai_inference_usage: z.number().int().describe(\"Current AI inference usage\").nullable().optional(),\n enabled_user_count: z.number().int().describe(\"Number of enabled users\").nullable().optional(),\n output_token_usage: z.number().int().describe(\"Output token usage\").nullable().optional(),\n stripe_customer_id: z.string().describe(\"Stripe customer identifier\").nullable().optional(),\n email_tracking_domain: SalesflareGetCurrentUser_EmailTrackingDomainSchema.nullable().optional(),\n email_tracking_subdomain: z.string().describe(\"Email tracking subdomain\").nullable().optional(),\n days_until_account_inactive: z.number().int().describe(\"Days until account becomes inactive\").nullable().optional(),\n}).describe(\"Team information for the user.\");\nconst SalesflareGetCurrentUser_FlagSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the flag\").nullable().optional(),\n flag: z.number().int().describe(\"Flag identifier\"),\n name: z.string().describe(\"Name of the flag\"),\n plan: z.number().int().describe(\"Plan associated with the flag\").nullable().optional(),\n user: z.number().int().describe(\"User ID associated with the flag\").nullable().optional(),\n state: z.boolean().describe(\"Current state of the flag (enabled/disabled)\"),\n creation_date: z.string().describe(\"Date when the flag was created\").nullable().optional(),\n modification_date: z.string().describe(\"Date when the flag was last modified\").nullable().optional(),\n}).describe(\"Feature flag configuration.\");\nconst SalesflareGetCurrentUser_AddressSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the address\").nullable().optional(),\n zip: z.string().describe(\"ZIP or postal code\").nullable().optional(),\n city: z.string().describe(\"City\").nullable().optional(),\n region: z.string().describe(\"Region\").nullable().optional(),\n street: z.string().describe(\"Street address\").nullable().optional(),\n country: z.string().describe(\"Country\").nullable().optional(),\n state_region: z.string().describe(\"State or region\").nullable().optional(),\n}).describe(\"Address information.\");\nconst SalesflareGetCurrentUser_PositionSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the position\").nullable().optional(),\n role: z.string().describe(\"Role or position title\").nullable().optional(),\n organisation: z.string().describe(\"Organization name\").nullable().optional(),\n}).describe(\"Position/role information.\");\nconst SalesflareGetCurrentUser_DataSourceSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the data source\").nullable().optional(),\n type: z.string().describe(\"Type of data source\").nullable().optional(),\n email: z.string().describe(\"Email address associated with the data source\").nullable().optional(),\n status: z.string().describe(\"Current status of the data source\").nullable().optional(),\n sync_status: z.string().describe(\"Synchronization status\").nullable().optional(),\n status_message: z.string().describe(\"Status message for the data source\").nullable().optional(),\n}).describe(\"Data source configuration for the user.\");\nconst SalesflareGetCurrentUser_PhoneNumberSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the phone number\").nullable().optional(),\n type: z.string().describe(\"Type of phone number (e.g., mobile, work)\").nullable().optional(),\n number: z.string().describe(\"Phone number\").nullable().optional(),\n}).describe(\"Phone number information.\");\nconst SalesflareGetCurrentUser_SocialProfileSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the social profile\").nullable().optional(),\n url: z.string().describe(\"URL to the social profile\").nullable().optional(),\n type: z.string().describe(\"Type of social media platform\").nullable().optional(),\n username: z.string().describe(\"Username on the social platform\").nullable().optional(),\n}).describe(\"Social media profile information.\");\nconst SalesflareGetCurrentUser_DataSourceToReconnectSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the data source\").nullable().optional(),\n type: z.string().describe(\"Type of data source\").nullable().optional(),\n email: z.string().describe(\"Email address associated with the data source\").nullable().optional(),\n}).describe(\"Data source that needs reconnection.\");\nexport const SalesflareGetCurrentUserOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the user\").nullable().optional(),\n name: z.string().describe(\"Full name of the user\").nullable().optional(),\n role: SalesflareGetCurrentUser_RoleSchema.nullable().optional(),\n tags: z.array(z.object({})).describe(\"List of tags\").nullable().optional(),\n team: SalesflareGetCurrentUser_TeamSchema.nullable().optional(),\n type: z.string().describe(\"Type of user\").nullable().optional(),\n email: z.string().describe(\"Email address of the user\").nullable().optional(),\n flags: z.array(SalesflareGetCurrentUser_FlagSchema).describe(\"List of feature flags\").nullable().optional(),\n group: z.number().int().describe(\"Group identifier\").nullable().optional(),\n theme: z.string().describe(\"User's theme preference (system/light/dark)\").nullable().optional(),\n domain: z.string().describe(\"User's domain\").nullable().optional(),\n middle: z.string().describe(\"Middle name of the user\").nullable().optional(),\n prefix: z.string().describe(\"Name prefix\").nullable().optional(),\n suffix: z.string().describe(\"Name suffix\").nullable().optional(),\n picture: z.string().describe(\"URL to the user's profile picture\").nullable().optional(),\n disabled: z.boolean().describe(\"Whether the user is disabled\").nullable().optional(),\n is_admin: z.boolean().describe(\"Whether the user is an admin\").nullable().optional(),\n language: z.string().describe(\"User's preferred language (en/nl/fr/de/pt/br/it/es)\").nullable().optional(),\n lastname: z.string().describe(\"Last name of the user\").nullable().optional(),\n addresses: z.array(SalesflareGetCurrentUser_AddressSchema).describe(\"List of addresses\").nullable().optional(),\n firstname: z.string().describe(\"First name of the user\").nullable().optional(),\n positions: z.array(SalesflareGetCurrentUser_PositionSchema).describe(\"List of positions/roles\").nullable().optional(),\n plan_flags: z.object({}).describe(\"Plan-specific flags\").nullable().optional(),\n restricted: z.boolean().describe(\"Whether the user is restricted\").nullable().optional(),\n sync_status: z.string().describe(\"Overall synchronization status\").nullable().optional(),\n credit_usage: z.number().int().describe(\"Current credit usage\").nullable().optional(),\n data_sources: z.array(SalesflareGetCurrentUser_DataSourceSchema).describe(\"List of connected data sources\").nullable().optional(),\n is_importing: z.boolean().describe(\"Whether data is currently being imported\").nullable().optional(),\n creation_date: z.string().describe(\"Date when the user account was created\").nullable().optional(),\n intercom_hash: z.string().describe(\"Intercom hash for user identification\").nullable().optional(),\n is_delinquent: z.boolean().describe(\"Whether the account is delinquent\").nullable().optional(),\n phone_numbers: z.array(SalesflareGetCurrentUser_PhoneNumberSchema).describe(\"List of phone numbers\").nullable().optional(),\n trial_expired: z.boolean().describe(\"Whether the trial has expired\").nullable().optional(),\n am_pm_notation: z.boolean().describe(\"Whether AM/PM notation is used\").nullable().optional(),\n needs_password: z.boolean().describe(\"Whether the user needs to set a password\").nullable().optional(),\n trial_extended: z.boolean().describe(\"Whether the trial has been extended\").nullable().optional(),\n two_fa_enabled: z.boolean().describe(\"Whether two-factor authentication is enabled\").nullable().optional(),\n social_profiles: z.array(SalesflareGetCurrentUser_SocialProfileSchema).describe(\"List of social media profiles\").nullable().optional(),\n first_day_of_week: z.number().int().describe(\"First day of the week (0-6)\").nullable().optional(),\n input_token_usage: z.number().int().describe(\"Input token usage\").nullable().optional(),\n modification_date: z.string().describe(\"Date when the user account was last modified\").nullable().optional(),\n restricted_reason: z.string().describe(\"Reason for restriction\").nullable().optional(),\n trial_expiry_date: z.string().describe(\"Date when the trial expires\").nullable().optional(),\n ai_inference_usage: z.number().int().describe(\"AI inference usage\").nullable().optional(),\n call_log_sync_date: z.string().describe(\"Date of last call log synchronization\").nullable().optional(),\n output_token_usage: z.number().int().describe(\"Output token usage\").nullable().optional(),\n team_discount_code: z.string().describe(\"Team discount code\").nullable().optional(),\n calendar_sync_status: z.string().describe(\"Calendar synchronization status\").nullable().optional(),\n has_archived_contacts: z.boolean().describe(\"Whether the user has archived contacts\").nullable().optional(),\n notification_channel_id: z.string().describe(\"Notification channel identifier\").nullable().optional(),\n auto_find_email_linkedin: z.boolean().describe(\"Whether to automatically find emails on LinkedIn\").nullable().optional(),\n first_calendar_sync_done: z.boolean().describe(\"Whether the first calendar sync is complete\").nullable().optional(),\n data_sources_to_reconnect: z.array(SalesflareGetCurrentUser_DataSourceToReconnectSchema).describe(\"List of data sources that need reconnection\").nullable().optional(),\n amount_of_failed_workflows: z.number().int().describe(\"Number of failed workflows\").nullable().optional(),\n amount_of_trial_days_earned: z.number().int().describe(\"Number of trial days earned\").nullable().optional(),\n has_recently_failed_workflows: z.boolean().describe(\"Whether there are recently failed workflows\").nullable().optional(),\n has_received_account_suggestions: z.boolean().describe(\"Whether the user has received account suggestions\").nullable().optional(),\n}).describe(\"Response model for getting current user's details.\");\n\nexport const salesflareGetCurrentUser = action(\"SALESFLARE_GET_CURRENT_USER\", {\n slug: \"salesflare-get-current-user\",\n name: \"Get Current User\",\n description: \"Tool to retrieve the details of the currently authenticated user. Use when you need to get information about the current user's profile, settings, permissions, or team configuration.\",\n input: SalesflareGetCurrentUserInput,\n output: SalesflareGetCurrentUserOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-custom-field.ts
|
|
4
|
+
const SalesflareGetCustomFieldInput = zod.z.object({
|
|
5
|
+
id: zod.z.number().int().describe("The unique identifier of the custom field to retrieve"),
|
|
6
|
+
item_class: zod.z.enum([
|
|
7
|
+
"accounts",
|
|
8
|
+
"contacts",
|
|
9
|
+
"opportunities"
|
|
10
|
+
]).describe("The class of item the custom field belongs to (accounts, contacts, or opportunities)")
|
|
11
|
+
}).describe("Request model for retrieving a custom field.");
|
|
12
|
+
const SalesflareGetCustomField_CustomFieldTypeSchema = zod.z.object({
|
|
13
|
+
id: zod.z.number().int().describe("Unique identifier of the type").nullable().optional(),
|
|
14
|
+
name: zod.z.string().describe("Name of the type").nullable().optional(),
|
|
15
|
+
type: zod.z.string().describe("Type string identifier (e.g., 'text', 'number', 'select')").nullable().optional()
|
|
16
|
+
}).describe("Model for custom field type information.");
|
|
17
|
+
const SalesflareGetCustomField_CustomFieldOptionSchema = zod.z.object({
|
|
18
|
+
id: zod.z.number().int().describe("Unique identifier for the option").nullable().optional(),
|
|
19
|
+
name: zod.z.string().describe("Display name of the option").nullable().optional(),
|
|
20
|
+
order: zod.z.number().int().describe("Order position of the option in the list").nullable().optional(),
|
|
21
|
+
archived: zod.z.boolean().describe("Whether the option is archived").nullable().optional()
|
|
22
|
+
}).describe("Model for custom field option.");
|
|
23
|
+
const SalesflareGetCustomFieldOutput = zod.z.object({
|
|
24
|
+
id: zod.z.number().int().describe("Unique identifier of the custom field").nullable().optional(),
|
|
25
|
+
name: zod.z.string().describe("Name of the custom field").nullable().optional(),
|
|
26
|
+
type: SalesflareGetCustomField_CustomFieldTypeSchema.nullable().optional(),
|
|
27
|
+
order: zod.z.number().int().describe("Order position of the custom field").nullable().optional(),
|
|
28
|
+
enabled: zod.z.boolean().describe("Whether the custom field is enabled").nullable().optional(),
|
|
29
|
+
options: zod.z.array(SalesflareGetCustomField_CustomFieldOptionSchema).describe("List of available options for this custom field (for select/multi-select types)").nullable().optional(),
|
|
30
|
+
archived: zod.z.boolean().describe("Whether the custom field is archived").nullable().optional(),
|
|
31
|
+
max_date: zod.z.string().describe("Maximum date constraint for date-type custom fields (ISO 8601 format)").nullable().optional(),
|
|
32
|
+
min_date: zod.z.string().describe("Minimum date constraint for date-type custom fields (ISO 8601 format)").nullable().optional(),
|
|
33
|
+
pipeline: zod.z.number().int().describe("Pipeline identifier the custom field is associated with").nullable().optional(),
|
|
34
|
+
required: zod.z.boolean().describe("Whether the custom field is required").nullable().optional(),
|
|
35
|
+
max_number: zod.z.number().describe("Maximum value constraint for number-type custom fields").nullable().optional(),
|
|
36
|
+
min_number: zod.z.number().describe("Minimum value constraint for number-type custom fields").nullable().optional(),
|
|
37
|
+
pipelineName: zod.z.string().describe("Name of the pipeline the custom field is associated with").nullable().optional(),
|
|
38
|
+
order_alphabetically: zod.z.boolean().describe("Whether options should be ordered alphabetically").nullable().optional(),
|
|
39
|
+
default_boolean_value: zod.z.boolean().describe("Default value for boolean-type custom fields").nullable().optional(),
|
|
40
|
+
users_can_add_options: zod.z.boolean().describe("Whether users can add new options to this custom field").nullable().optional(),
|
|
41
|
+
predefined_customfield: zod.z.number().int().describe("Identifier of the predefined custom field this is based on, if any").nullable().optional()
|
|
42
|
+
}).describe("Response model for a custom field.");
|
|
43
|
+
const salesflareGetCustomField = require_action.action("SALESFLARE_GET_CUSTOM_FIELD", {
|
|
44
|
+
slug: "salesflare-get-custom-field",
|
|
45
|
+
name: "Get Custom Field Details",
|
|
46
|
+
description: "Tool to retrieve details of a specific custom field. Use when you need to fetch information about a custom field configuration for accounts, contacts, or opportunities.",
|
|
47
|
+
input: SalesflareGetCustomFieldInput,
|
|
48
|
+
output: SalesflareGetCustomFieldOutput
|
|
49
|
+
});
|
|
50
|
+
//#endregion
|
|
51
|
+
exports.salesflareGetCustomField = salesflareGetCustomField;
|
|
52
|
+
|
|
53
|
+
//# sourceMappingURL=get-custom-field.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-custom-field.cjs","names":["z","action"],"sources":["../../src/actions/get-custom-field.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SalesflareGetCustomFieldInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"The unique identifier of the custom field to retrieve\"),\n item_class: z.enum([\"accounts\", \"contacts\", \"opportunities\"]).describe(\"The class of item the custom field belongs to (accounts, contacts, or opportunities)\"),\n}).describe(\"Request model for retrieving a custom field.\");\nconst SalesflareGetCustomField_CustomFieldTypeSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the type\").nullable().optional(),\n name: z.string().describe(\"Name of the type\").nullable().optional(),\n type: z.string().describe(\"Type string identifier (e.g., 'text', 'number', 'select')\").nullable().optional(),\n}).describe(\"Model for custom field type information.\");\nconst SalesflareGetCustomField_CustomFieldOptionSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the option\").nullable().optional(),\n name: z.string().describe(\"Display name of the option\").nullable().optional(),\n order: z.number().int().describe(\"Order position of the option in the list\").nullable().optional(),\n archived: z.boolean().describe(\"Whether the option is archived\").nullable().optional(),\n}).describe(\"Model for custom field option.\");\nexport const SalesflareGetCustomFieldOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the custom field\").nullable().optional(),\n name: z.string().describe(\"Name of the custom field\").nullable().optional(),\n type: SalesflareGetCustomField_CustomFieldTypeSchema.nullable().optional(),\n order: z.number().int().describe(\"Order position of the custom field\").nullable().optional(),\n enabled: z.boolean().describe(\"Whether the custom field is enabled\").nullable().optional(),\n options: z.array(SalesflareGetCustomField_CustomFieldOptionSchema).describe(\"List of available options for this custom field (for select/multi-select types)\").nullable().optional(),\n archived: z.boolean().describe(\"Whether the custom field is archived\").nullable().optional(),\n max_date: z.string().describe(\"Maximum date constraint for date-type custom fields (ISO 8601 format)\").nullable().optional(),\n min_date: z.string().describe(\"Minimum date constraint for date-type custom fields (ISO 8601 format)\").nullable().optional(),\n pipeline: z.number().int().describe(\"Pipeline identifier the custom field is associated with\").nullable().optional(),\n required: z.boolean().describe(\"Whether the custom field is required\").nullable().optional(),\n max_number: z.number().describe(\"Maximum value constraint for number-type custom fields\").nullable().optional(),\n min_number: z.number().describe(\"Minimum value constraint for number-type custom fields\").nullable().optional(),\n pipelineName: z.string().describe(\"Name of the pipeline the custom field is associated with\").nullable().optional(),\n order_alphabetically: z.boolean().describe(\"Whether options should be ordered alphabetically\").nullable().optional(),\n default_boolean_value: z.boolean().describe(\"Default value for boolean-type custom fields\").nullable().optional(),\n users_can_add_options: z.boolean().describe(\"Whether users can add new options to this custom field\").nullable().optional(),\n predefined_customfield: z.number().int().describe(\"Identifier of the predefined custom field this is based on, if any\").nullable().optional(),\n}).describe(\"Response model for a custom field.\");\n\nexport const salesflareGetCustomField = action(\"SALESFLARE_GET_CUSTOM_FIELD\", {\n slug: \"salesflare-get-custom-field\",\n name: \"Get Custom Field Details\",\n description: \"Tool to retrieve details of a specific custom field. Use when you need to fetch information about a custom field configuration for accounts, contacts, or opportunities.\",\n input: SalesflareGetCustomFieldInput,\n output: SalesflareGetCustomFieldOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-custom-field.d.ts
|
|
4
|
+
declare const SalesflareGetCustomFieldInput: z.ZodTypeAny;
|
|
5
|
+
declare const SalesflareGetCustomFieldOutput: z.ZodTypeAny;
|
|
6
|
+
declare const salesflareGetCustomField: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { salesflareGetCustomField };
|
|
9
|
+
//# sourceMappingURL=get-custom-field.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-custom-field.d.cts","names":[],"sources":["../../src/actions/get-custom-field.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAGa;AAAA,cAY9C,8BAAA,EAAgC,CAAA,CAAE,UAmBE;AAAA,cAEpC,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-custom-field.d.ts
|
|
4
|
+
declare const SalesflareGetCustomFieldInput: z.ZodTypeAny;
|
|
5
|
+
declare const SalesflareGetCustomFieldOutput: z.ZodTypeAny;
|
|
6
|
+
declare const salesflareGetCustomField: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { salesflareGetCustomField };
|
|
9
|
+
//# sourceMappingURL=get-custom-field.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-custom-field.d.mts","names":[],"sources":["../../src/actions/get-custom-field.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAGa;AAAA,cAY9C,8BAAA,EAAgC,CAAA,CAAE,UAmBE;AAAA,cAEpC,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-custom-field.ts
|
|
4
|
+
const SalesflareGetCustomFieldInput = z.object({
|
|
5
|
+
id: z.number().int().describe("The unique identifier of the custom field to retrieve"),
|
|
6
|
+
item_class: z.enum([
|
|
7
|
+
"accounts",
|
|
8
|
+
"contacts",
|
|
9
|
+
"opportunities"
|
|
10
|
+
]).describe("The class of item the custom field belongs to (accounts, contacts, or opportunities)")
|
|
11
|
+
}).describe("Request model for retrieving a custom field.");
|
|
12
|
+
const SalesflareGetCustomField_CustomFieldTypeSchema = z.object({
|
|
13
|
+
id: z.number().int().describe("Unique identifier of the type").nullable().optional(),
|
|
14
|
+
name: z.string().describe("Name of the type").nullable().optional(),
|
|
15
|
+
type: z.string().describe("Type string identifier (e.g., 'text', 'number', 'select')").nullable().optional()
|
|
16
|
+
}).describe("Model for custom field type information.");
|
|
17
|
+
const SalesflareGetCustomField_CustomFieldOptionSchema = z.object({
|
|
18
|
+
id: z.number().int().describe("Unique identifier for the option").nullable().optional(),
|
|
19
|
+
name: z.string().describe("Display name of the option").nullable().optional(),
|
|
20
|
+
order: z.number().int().describe("Order position of the option in the list").nullable().optional(),
|
|
21
|
+
archived: z.boolean().describe("Whether the option is archived").nullable().optional()
|
|
22
|
+
}).describe("Model for custom field option.");
|
|
23
|
+
const salesflareGetCustomField = action("SALESFLARE_GET_CUSTOM_FIELD", {
|
|
24
|
+
slug: "salesflare-get-custom-field",
|
|
25
|
+
name: "Get Custom Field Details",
|
|
26
|
+
description: "Tool to retrieve details of a specific custom field. Use when you need to fetch information about a custom field configuration for accounts, contacts, or opportunities.",
|
|
27
|
+
input: SalesflareGetCustomFieldInput,
|
|
28
|
+
output: z.object({
|
|
29
|
+
id: z.number().int().describe("Unique identifier of the custom field").nullable().optional(),
|
|
30
|
+
name: z.string().describe("Name of the custom field").nullable().optional(),
|
|
31
|
+
type: SalesflareGetCustomField_CustomFieldTypeSchema.nullable().optional(),
|
|
32
|
+
order: z.number().int().describe("Order position of the custom field").nullable().optional(),
|
|
33
|
+
enabled: z.boolean().describe("Whether the custom field is enabled").nullable().optional(),
|
|
34
|
+
options: z.array(SalesflareGetCustomField_CustomFieldOptionSchema).describe("List of available options for this custom field (for select/multi-select types)").nullable().optional(),
|
|
35
|
+
archived: z.boolean().describe("Whether the custom field is archived").nullable().optional(),
|
|
36
|
+
max_date: z.string().describe("Maximum date constraint for date-type custom fields (ISO 8601 format)").nullable().optional(),
|
|
37
|
+
min_date: z.string().describe("Minimum date constraint for date-type custom fields (ISO 8601 format)").nullable().optional(),
|
|
38
|
+
pipeline: z.number().int().describe("Pipeline identifier the custom field is associated with").nullable().optional(),
|
|
39
|
+
required: z.boolean().describe("Whether the custom field is required").nullable().optional(),
|
|
40
|
+
max_number: z.number().describe("Maximum value constraint for number-type custom fields").nullable().optional(),
|
|
41
|
+
min_number: z.number().describe("Minimum value constraint for number-type custom fields").nullable().optional(),
|
|
42
|
+
pipelineName: z.string().describe("Name of the pipeline the custom field is associated with").nullable().optional(),
|
|
43
|
+
order_alphabetically: z.boolean().describe("Whether options should be ordered alphabetically").nullable().optional(),
|
|
44
|
+
default_boolean_value: z.boolean().describe("Default value for boolean-type custom fields").nullable().optional(),
|
|
45
|
+
users_can_add_options: z.boolean().describe("Whether users can add new options to this custom field").nullable().optional(),
|
|
46
|
+
predefined_customfield: z.number().int().describe("Identifier of the predefined custom field this is based on, if any").nullable().optional()
|
|
47
|
+
}).describe("Response model for a custom field.")
|
|
48
|
+
});
|
|
49
|
+
//#endregion
|
|
50
|
+
export { salesflareGetCustomField };
|
|
51
|
+
|
|
52
|
+
//# sourceMappingURL=get-custom-field.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-custom-field.mjs","names":[],"sources":["../../src/actions/get-custom-field.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SalesflareGetCustomFieldInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"The unique identifier of the custom field to retrieve\"),\n item_class: z.enum([\"accounts\", \"contacts\", \"opportunities\"]).describe(\"The class of item the custom field belongs to (accounts, contacts, or opportunities)\"),\n}).describe(\"Request model for retrieving a custom field.\");\nconst SalesflareGetCustomField_CustomFieldTypeSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the type\").nullable().optional(),\n name: z.string().describe(\"Name of the type\").nullable().optional(),\n type: z.string().describe(\"Type string identifier (e.g., 'text', 'number', 'select')\").nullable().optional(),\n}).describe(\"Model for custom field type information.\");\nconst SalesflareGetCustomField_CustomFieldOptionSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the option\").nullable().optional(),\n name: z.string().describe(\"Display name of the option\").nullable().optional(),\n order: z.number().int().describe(\"Order position of the option in the list\").nullable().optional(),\n archived: z.boolean().describe(\"Whether the option is archived\").nullable().optional(),\n}).describe(\"Model for custom field option.\");\nexport const SalesflareGetCustomFieldOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the custom field\").nullable().optional(),\n name: z.string().describe(\"Name of the custom field\").nullable().optional(),\n type: SalesflareGetCustomField_CustomFieldTypeSchema.nullable().optional(),\n order: z.number().int().describe(\"Order position of the custom field\").nullable().optional(),\n enabled: z.boolean().describe(\"Whether the custom field is enabled\").nullable().optional(),\n options: z.array(SalesflareGetCustomField_CustomFieldOptionSchema).describe(\"List of available options for this custom field (for select/multi-select types)\").nullable().optional(),\n archived: z.boolean().describe(\"Whether the custom field is archived\").nullable().optional(),\n max_date: z.string().describe(\"Maximum date constraint for date-type custom fields (ISO 8601 format)\").nullable().optional(),\n min_date: z.string().describe(\"Minimum date constraint for date-type custom fields (ISO 8601 format)\").nullable().optional(),\n pipeline: z.number().int().describe(\"Pipeline identifier the custom field is associated with\").nullable().optional(),\n required: z.boolean().describe(\"Whether the custom field is required\").nullable().optional(),\n max_number: z.number().describe(\"Maximum value constraint for number-type custom fields\").nullable().optional(),\n min_number: z.number().describe(\"Minimum value constraint for number-type custom fields\").nullable().optional(),\n pipelineName: z.string().describe(\"Name of the pipeline the custom field is associated with\").nullable().optional(),\n order_alphabetically: z.boolean().describe(\"Whether options should be ordered alphabetically\").nullable().optional(),\n default_boolean_value: z.boolean().describe(\"Default value for boolean-type custom fields\").nullable().optional(),\n users_can_add_options: z.boolean().describe(\"Whether users can add new options to this custom field\").nullable().optional(),\n predefined_customfield: z.number().int().describe(\"Identifier of the predefined custom field this is based on, if any\").nullable().optional(),\n}).describe(\"Response model for a custom field.\");\n\nexport const salesflareGetCustomField = action(\"SALESFLARE_GET_CUSTOM_FIELD\", {\n slug: \"salesflare-get-custom-field\",\n name: \"Get Custom Field Details\",\n description: \"Tool to retrieve details of a specific custom field. Use when you need to fetch information about a custom field configuration for accounts, contacts, or opportunities.\",\n input: SalesflareGetCustomFieldInput,\n output: SalesflareGetCustomFieldOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-meeting.ts
|
|
4
|
+
const SalesflareGetMeetingInput = zod.z.object({ meeting_id: zod.z.number().int().describe("The unique identifier of the meeting to retrieve. Must be a valid meeting ID from Salesflare.") }).describe("Request model for retrieving meeting details.");
|
|
5
|
+
const SalesflareGetMeeting_ParticipantSchema = zod.z.object({
|
|
6
|
+
id: zod.z.number().int().describe("Unique identifier of the participant").nullable().optional(),
|
|
7
|
+
name: zod.z.string().describe("Name of the participant").nullable().optional(),
|
|
8
|
+
email: zod.z.string().describe("Email address of the participant").nullable().optional()
|
|
9
|
+
}).describe("Model representing a meeting participant.");
|
|
10
|
+
const SalesflareGetMeetingOutput = zod.z.object({
|
|
11
|
+
id: zod.z.number().int().describe("Unique identifier of the meeting"),
|
|
12
|
+
date: zod.z.string().describe("Start date and time of the meeting in ISO 8601 format").nullable().optional(),
|
|
13
|
+
type: zod.z.string().describe("Type of meeting (e.g., 'meeting-live', 'meeting-phone')").nullable().optional(),
|
|
14
|
+
notes: zod.z.string().describe("Notes about the meeting (replaces deprecated 'minutes' field)").nullable().optional(),
|
|
15
|
+
subject: zod.z.string().describe("Subject or title of the meeting").nullable().optional(),
|
|
16
|
+
end_date: zod.z.string().describe("End date and time of the meeting in ISO 8601 format").nullable().optional(),
|
|
17
|
+
phone_type: zod.z.string().describe("Type of phone call if meeting type is phone").nullable().optional(),
|
|
18
|
+
description: zod.z.string().describe("Detailed description of the meeting").nullable().optional(),
|
|
19
|
+
participants: zod.z.array(SalesflareGetMeeting_ParticipantSchema).describe("List of participants in the meeting").nullable().optional(),
|
|
20
|
+
phone_number_hash: zod.z.string().describe("Hashed phone number associated with the meeting").nullable().optional()
|
|
21
|
+
}).passthrough().describe("Response model containing meeting details.");
|
|
22
|
+
const salesflareGetMeeting = require_action.action("SALESFLARE_GET_MEETING", {
|
|
23
|
+
slug: "salesflare-get-meeting",
|
|
24
|
+
name: "Get Meeting Details",
|
|
25
|
+
description: "Tool to retrieve detailed information about a specific meeting by its ID. Use when you need to fetch meeting details such as subject, date, participants, notes, and other metadata.",
|
|
26
|
+
input: SalesflareGetMeetingInput,
|
|
27
|
+
output: SalesflareGetMeetingOutput
|
|
28
|
+
});
|
|
29
|
+
//#endregion
|
|
30
|
+
exports.salesflareGetMeeting = salesflareGetMeeting;
|
|
31
|
+
|
|
32
|
+
//# sourceMappingURL=get-meeting.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-meeting.cjs","names":["z","action"],"sources":["../../src/actions/get-meeting.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SalesflareGetMeetingInput: z.ZodTypeAny = z.object({\n meeting_id: z.number().int().describe(\"The unique identifier of the meeting to retrieve. Must be a valid meeting ID from Salesflare.\"),\n}).describe(\"Request model for retrieving meeting details.\");\nconst SalesflareGetMeeting_ParticipantSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the participant\").nullable().optional(),\n name: z.string().describe(\"Name of the participant\").nullable().optional(),\n email: z.string().describe(\"Email address of the participant\").nullable().optional(),\n}).describe(\"Model representing a meeting participant.\");\nexport const SalesflareGetMeetingOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the meeting\"),\n date: z.string().describe(\"Start date and time of the meeting in ISO 8601 format\").nullable().optional(),\n type: z.string().describe(\"Type of meeting (e.g., 'meeting-live', 'meeting-phone')\").nullable().optional(),\n notes: z.string().describe(\"Notes about the meeting (replaces deprecated 'minutes' field)\").nullable().optional(),\n subject: z.string().describe(\"Subject or title of the meeting\").nullable().optional(),\n end_date: z.string().describe(\"End date and time of the meeting in ISO 8601 format\").nullable().optional(),\n phone_type: z.string().describe(\"Type of phone call if meeting type is phone\").nullable().optional(),\n description: z.string().describe(\"Detailed description of the meeting\").nullable().optional(),\n participants: z.array(SalesflareGetMeeting_ParticipantSchema).describe(\"List of participants in the meeting\").nullable().optional(),\n phone_number_hash: z.string().describe(\"Hashed phone number associated with the meeting\").nullable().optional(),\n}).passthrough().describe(\"Response model containing meeting details.\");\n\nexport const salesflareGetMeeting = action(\"SALESFLARE_GET_MEETING\", {\n slug: \"salesflare-get-meeting\",\n name: \"Get Meeting Details\",\n description: \"Tool to retrieve detailed information about a specific meeting by its ID. Use when you need to fetch meeting details such as subject, date, participants, notes, and other metadata.\",\n input: SalesflareGetMeetingInput,\n output: SalesflareGetMeetingOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0CA,IAAAA,EAAE,OAAO,EAC9D,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+FAA+F,EACvI,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAC3D,MAAM,yCAAuDA,IAAAA,EAAE,OAAO;CACpE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrF,CAAC,CAAC,CAAC,SAAS,2CAA2C;AACvD,MAAa,6BAA2CA,IAAAA,EAAE,OAAO;CAC/D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC;CAChE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChH,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,cAAcA,IAAAA,EAAE,MAAM,sCAAsC,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClI,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAChH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,4CAA4C;AAEtE,MAAa,uBAAuBC,eAAAA,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-meeting.d.ts
|
|
4
|
+
declare const SalesflareGetMeetingInput: z.ZodTypeAny;
|
|
5
|
+
declare const SalesflareGetMeetingOutput: z.ZodTypeAny;
|
|
6
|
+
declare const salesflareGetMeeting: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { salesflareGetMeeting };
|
|
9
|
+
//# sourceMappingURL=get-meeting.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-meeting.d.cts","names":[],"sources":["../../src/actions/get-meeting.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAEkB;AAAA,cAM/C,0BAAA,EAA4B,CAAA,CAAE,UAW4B;AAAA,cAE1D,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-meeting.d.ts
|
|
4
|
+
declare const SalesflareGetMeetingInput: z.ZodTypeAny;
|
|
5
|
+
declare const SalesflareGetMeetingOutput: z.ZodTypeAny;
|
|
6
|
+
declare const salesflareGetMeeting: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { salesflareGetMeeting };
|
|
9
|
+
//# sourceMappingURL=get-meeting.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-meeting.d.mts","names":[],"sources":["../../src/actions/get-meeting.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAEkB;AAAA,cAM/C,0BAAA,EAA4B,CAAA,CAAE,UAW4B;AAAA,cAE1D,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-meeting.ts
|
|
4
|
+
const SalesflareGetMeetingInput = z.object({ meeting_id: z.number().int().describe("The unique identifier of the meeting to retrieve. Must be a valid meeting ID from Salesflare.") }).describe("Request model for retrieving meeting details.");
|
|
5
|
+
const SalesflareGetMeeting_ParticipantSchema = z.object({
|
|
6
|
+
id: z.number().int().describe("Unique identifier of the participant").nullable().optional(),
|
|
7
|
+
name: z.string().describe("Name of the participant").nullable().optional(),
|
|
8
|
+
email: z.string().describe("Email address of the participant").nullable().optional()
|
|
9
|
+
}).describe("Model representing a meeting participant.");
|
|
10
|
+
const salesflareGetMeeting = action("SALESFLARE_GET_MEETING", {
|
|
11
|
+
slug: "salesflare-get-meeting",
|
|
12
|
+
name: "Get Meeting Details",
|
|
13
|
+
description: "Tool to retrieve detailed information about a specific meeting by its ID. Use when you need to fetch meeting details such as subject, date, participants, notes, and other metadata.",
|
|
14
|
+
input: SalesflareGetMeetingInput,
|
|
15
|
+
output: z.object({
|
|
16
|
+
id: z.number().int().describe("Unique identifier of the meeting"),
|
|
17
|
+
date: z.string().describe("Start date and time of the meeting in ISO 8601 format").nullable().optional(),
|
|
18
|
+
type: z.string().describe("Type of meeting (e.g., 'meeting-live', 'meeting-phone')").nullable().optional(),
|
|
19
|
+
notes: z.string().describe("Notes about the meeting (replaces deprecated 'minutes' field)").nullable().optional(),
|
|
20
|
+
subject: z.string().describe("Subject or title of the meeting").nullable().optional(),
|
|
21
|
+
end_date: z.string().describe("End date and time of the meeting in ISO 8601 format").nullable().optional(),
|
|
22
|
+
phone_type: z.string().describe("Type of phone call if meeting type is phone").nullable().optional(),
|
|
23
|
+
description: z.string().describe("Detailed description of the meeting").nullable().optional(),
|
|
24
|
+
participants: z.array(SalesflareGetMeeting_ParticipantSchema).describe("List of participants in the meeting").nullable().optional(),
|
|
25
|
+
phone_number_hash: z.string().describe("Hashed phone number associated with the meeting").nullable().optional()
|
|
26
|
+
}).passthrough().describe("Response model containing meeting details.")
|
|
27
|
+
});
|
|
28
|
+
//#endregion
|
|
29
|
+
export { salesflareGetMeeting };
|
|
30
|
+
|
|
31
|
+
//# sourceMappingURL=get-meeting.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-meeting.mjs","names":[],"sources":["../../src/actions/get-meeting.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SalesflareGetMeetingInput: z.ZodTypeAny = z.object({\n meeting_id: z.number().int().describe(\"The unique identifier of the meeting to retrieve. Must be a valid meeting ID from Salesflare.\"),\n}).describe(\"Request model for retrieving meeting details.\");\nconst SalesflareGetMeeting_ParticipantSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the participant\").nullable().optional(),\n name: z.string().describe(\"Name of the participant\").nullable().optional(),\n email: z.string().describe(\"Email address of the participant\").nullable().optional(),\n}).describe(\"Model representing a meeting participant.\");\nexport const SalesflareGetMeetingOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the meeting\"),\n date: z.string().describe(\"Start date and time of the meeting in ISO 8601 format\").nullable().optional(),\n type: z.string().describe(\"Type of meeting (e.g., 'meeting-live', 'meeting-phone')\").nullable().optional(),\n notes: z.string().describe(\"Notes about the meeting (replaces deprecated 'minutes' field)\").nullable().optional(),\n subject: z.string().describe(\"Subject or title of the meeting\").nullable().optional(),\n end_date: z.string().describe(\"End date and time of the meeting in ISO 8601 format\").nullable().optional(),\n phone_type: z.string().describe(\"Type of phone call if meeting type is phone\").nullable().optional(),\n description: z.string().describe(\"Detailed description of the meeting\").nullable().optional(),\n participants: z.array(SalesflareGetMeeting_ParticipantSchema).describe(\"List of participants in the meeting\").nullable().optional(),\n phone_number_hash: z.string().describe(\"Hashed phone number associated with the meeting\").nullable().optional(),\n}).passthrough().describe(\"Response model containing meeting details.\");\n\nexport const salesflareGetMeeting = action(\"SALESFLARE_GET_MEETING\", {\n slug: \"salesflare-get-meeting\",\n name: \"Get Meeting Details\",\n description: \"Tool to retrieve detailed information about a specific meeting by its ID. Use when you need to fetch meeting details such as subject, date, participants, notes, and other metadata.\",\n input: SalesflareGetMeetingInput,\n output: SalesflareGetMeetingOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0C,EAAE,OAAO,EAC9D,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+FAA+F,EACvI,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAC3D,MAAM,yCAAuD,EAAE,OAAO;CACpE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrF,CAAC,CAAC,CAAC,SAAS,2CAA2C;AAcvD,MAAa,uBAAuB,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAlBsD,EAAE,OAAO;EAC/D,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC;EAChE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvG,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzG,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChH,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5F,cAAc,EAAE,MAAM,sCAAsC,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClI,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,4CAOhB;AACV,CAAC"}
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-opportunity.ts
|
|
4
|
+
const SalesflareGetOpportunityInput = zod.z.object({ id: zod.z.number().int().describe("Unique identifier of the opportunity to retrieve") }).describe("Request to get opportunity details by ID.");
|
|
5
|
+
const SalesflareGetOpportunity_TagInfoSchema = zod.z.object({
|
|
6
|
+
id: zod.z.number().int().describe("Unique identifier of the tag"),
|
|
7
|
+
name: zod.z.string().describe("Name of the tag").nullable().optional()
|
|
8
|
+
}).describe("Tag information for the opportunity.");
|
|
9
|
+
const SalesflareGetOpportunity_OwnerInfoSchema = zod.z.object({
|
|
10
|
+
id: zod.z.number().int().describe("Unique identifier of the owner"),
|
|
11
|
+
name: zod.z.string().describe("Name of the owner").nullable().optional(),
|
|
12
|
+
email: zod.z.string().describe("Email address of the owner").nullable().optional(),
|
|
13
|
+
picture: zod.z.string().describe("URL to the owner's picture").nullable().optional(),
|
|
14
|
+
disabled: zod.z.boolean().describe("Whether the owner account is disabled").nullable().optional()
|
|
15
|
+
}).describe("Owner information for the opportunity.");
|
|
16
|
+
const SalesflareGetOpportunity_StageInfoSchema = zod.z.object({
|
|
17
|
+
id: zod.z.number().int().describe("Unique identifier of the stage"),
|
|
18
|
+
name: zod.z.string().describe("Name of the stage").nullable().optional(),
|
|
19
|
+
color: zod.z.string().describe("Color code for the stage").nullable().optional(),
|
|
20
|
+
order: zod.z.number().int().describe("Display order of the stage").nullable().optional(),
|
|
21
|
+
pipeline: zod.z.number().int().describe("Pipeline ID this stage belongs to").nullable().optional(),
|
|
22
|
+
fixed_stage: zod.z.number().int().describe("Fixed stage identifier").nullable().optional(),
|
|
23
|
+
probability: zod.z.number().describe("Win probability percentage for this stage").nullable().optional()
|
|
24
|
+
}).describe("Stage information for the opportunity.");
|
|
25
|
+
const SalesflareGetOpportunity_AccountInfoSchema = zod.z.object({
|
|
26
|
+
id: zod.z.number().int().describe("Unique identifier of the account"),
|
|
27
|
+
name: zod.z.string().describe("Name of the account").nullable().optional(),
|
|
28
|
+
owner: zod.z.number().int().describe("Owner ID of the account").nullable().optional(),
|
|
29
|
+
hotness: zod.z.number().describe("Hotness score of the account").nullable().optional(),
|
|
30
|
+
picture: zod.z.string().describe("URL to the account's picture").nullable().optional()
|
|
31
|
+
}).describe("Account information associated with the opportunity.");
|
|
32
|
+
const SalesflareGetOpportunity_AssigneeInfoSchema = zod.z.object({
|
|
33
|
+
id: zod.z.number().int().describe("Unique identifier of the assignee"),
|
|
34
|
+
name: zod.z.string().describe("Name of the assignee").nullable().optional(),
|
|
35
|
+
email: zod.z.string().describe("Email address of the assignee").nullable().optional(),
|
|
36
|
+
picture: zod.z.string().describe("URL to the assignee's picture").nullable().optional()
|
|
37
|
+
}).describe("Assignee information for the opportunity.");
|
|
38
|
+
const SalesflareGetOpportunity_CurrencyInfoSchema = zod.z.object({
|
|
39
|
+
id: zod.z.number().int().describe("Unique identifier of the currency"),
|
|
40
|
+
iso: zod.z.string().describe("ISO code of the currency (e.g., 'USD', 'EUR')").nullable().optional(),
|
|
41
|
+
html: zod.z.string().describe("HTML representation of the currency symbol").nullable().optional()
|
|
42
|
+
}).describe("Currency information for the opportunity.");
|
|
43
|
+
const SalesflareGetOpportunity_PipelineInfoSchema = zod.z.object({
|
|
44
|
+
id: zod.z.number().int().describe("Unique identifier of the pipeline").nullable().optional(),
|
|
45
|
+
name: zod.z.string().describe("Name of the pipeline").nullable().optional()
|
|
46
|
+
}).describe("Pipeline information for the opportunity.");
|
|
47
|
+
const SalesflareGetOpportunity_LeadSourceInfoSchema = zod.z.object({
|
|
48
|
+
id: zod.z.number().int().describe("Unique identifier of the lead source"),
|
|
49
|
+
name: zod.z.string().describe("Name of the lead source").nullable().optional()
|
|
50
|
+
}).describe("Lead source information for the opportunity.");
|
|
51
|
+
const SalesflareGetOpportunity_LostReasonInfoSchema = zod.z.object({
|
|
52
|
+
id: zod.z.number().int().describe("Unique identifier of the lost reason"),
|
|
53
|
+
name: zod.z.string().describe("Name of the lost reason").nullable().optional(),
|
|
54
|
+
order: zod.z.number().int().describe("Display order of the lost reason").nullable().optional()
|
|
55
|
+
}).describe("Lost reason information for closed-lost opportunities.");
|
|
56
|
+
const SalesflareGetOpportunity_MainContactInfoSchema = zod.z.object({
|
|
57
|
+
id: zod.z.number().int().describe("Unique identifier of the main contact"),
|
|
58
|
+
name: zod.z.string().describe("Name of the main contact").nullable().optional(),
|
|
59
|
+
email: zod.z.string().describe("Email address of the main contact").nullable().optional(),
|
|
60
|
+
entity: zod.z.string().describe("Entity type, typically 'contact'").nullable().optional(),
|
|
61
|
+
picture: zod.z.string().describe("URL to the main contact's picture").nullable().optional()
|
|
62
|
+
}).describe("Main contact information for the opportunity.");
|
|
63
|
+
const SalesflareGetOpportunity_StageUpdateInfoSchema = zod.z.object({
|
|
64
|
+
stage: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Stage details for this update").nullable().optional(),
|
|
65
|
+
duration_in_seconds: zod.z.number().int().describe("Duration spent in this stage in seconds")
|
|
66
|
+
}).describe("Stage update history information.");
|
|
67
|
+
const SalesflareGetOpportunity_PersonInfoSchema = zod.z.object({
|
|
68
|
+
id: zod.z.number().int().describe("Unique identifier of the person").nullable().optional(),
|
|
69
|
+
name: zod.z.string().describe("Name of the person").nullable().optional(),
|
|
70
|
+
picture: zod.z.string().describe("URL to the person's picture").nullable().optional()
|
|
71
|
+
}).describe("Person information in last interaction.");
|
|
72
|
+
const SalesflareGetOpportunity_LastInteractionInfoSchema = zod.z.object({
|
|
73
|
+
date: zod.z.string().describe("Date of the last interaction (ISO 8601 format)").nullable().optional(),
|
|
74
|
+
type: zod.z.string().describe("Type of the last interaction").nullable().optional(),
|
|
75
|
+
person: SalesflareGetOpportunity_PersonInfoSchema.nullable().optional(),
|
|
76
|
+
description: zod.z.string().describe("Description of the last interaction").nullable().optional()
|
|
77
|
+
}).describe("Last interaction information for the opportunity.");
|
|
78
|
+
const SalesflareGetOpportunityOutput = zod.z.object({
|
|
79
|
+
id: zod.z.number().int().describe("Unique identifier of the opportunity"),
|
|
80
|
+
done: zod.z.boolean().describe("Whether the opportunity is closed (won or lost)").nullable().optional(),
|
|
81
|
+
name: zod.z.string().describe("Name of the opportunity").nullable().optional(),
|
|
82
|
+
tags: zod.z.array(SalesflareGetOpportunity_TagInfoSchema).describe("Tags associated with the opportunity").nullable().optional(),
|
|
83
|
+
files: zod.z.array(zod.z.record(zod.z.string(), zod.z.unknown())).describe("Files attached to the opportunity").nullable().optional(),
|
|
84
|
+
owner: SalesflareGetOpportunity_OwnerInfoSchema.nullable().optional(),
|
|
85
|
+
stage: SalesflareGetOpportunity_StageInfoSchema.nullable().optional(),
|
|
86
|
+
units: zod.z.number().describe("Number of units").nullable().optional(),
|
|
87
|
+
value: zod.z.number().describe("Total value of the opportunity").nullable().optional(),
|
|
88
|
+
custom: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Custom fields for the opportunity").nullable().optional(),
|
|
89
|
+
account: SalesflareGetOpportunity_AccountInfoSchema.nullable().optional(),
|
|
90
|
+
creator: zod.z.number().int().describe("User ID who created the opportunity").nullable().optional(),
|
|
91
|
+
assignee: SalesflareGetOpportunity_AssigneeInfoSchema.nullable().optional(),
|
|
92
|
+
can_edit: zod.z.boolean().describe("Whether the current user can edit this opportunity").nullable().optional(),
|
|
93
|
+
currency: SalesflareGetOpportunity_CurrencyInfoSchema.nullable().optional(),
|
|
94
|
+
pipeline: SalesflareGetOpportunity_PipelineInfoSchema.nullable().optional(),
|
|
95
|
+
frequency: zod.z.string().describe("Frequency of recurring revenue").nullable().optional(),
|
|
96
|
+
close_date: zod.z.string().describe("Expected close date of the opportunity").nullable().optional(),
|
|
97
|
+
start_date: zod.z.string().describe("Start date of the opportunity").nullable().optional(),
|
|
98
|
+
lead_source: SalesflareGetOpportunity_LeadSourceInfoSchema.nullable().optional(),
|
|
99
|
+
lost_reason: SalesflareGetOpportunity_LostReasonInfoSchema.nullable().optional(),
|
|
100
|
+
probability: zod.z.number().describe("Win probability percentage").nullable().optional(),
|
|
101
|
+
main_contact: SalesflareGetOpportunity_MainContactInfoSchema.nullable().optional(),
|
|
102
|
+
creation_date: zod.z.string().describe("Date when the opportunity was created (ISO 8601 format)").nullable().optional(),
|
|
103
|
+
stage_updates: zod.z.array(SalesflareGetOpportunity_StageUpdateInfoSchema).describe("History of stage changes").nullable().optional(),
|
|
104
|
+
calculated_value: zod.z.number().describe("Calculated value of the opportunity").nullable().optional(),
|
|
105
|
+
last_interaction: SalesflareGetOpportunity_LastInteractionInfoSchema.nullable().optional(),
|
|
106
|
+
last_modified_by: zod.z.number().int().describe("User ID who last modified the opportunity").nullable().optional(),
|
|
107
|
+
contract_end_date: zod.z.string().describe("End date of the contract").nullable().optional(),
|
|
108
|
+
modification_date: zod.z.string().describe("Date when the opportunity was last modified (ISO 8601 format)").nullable().optional(),
|
|
109
|
+
contract_start_date: zod.z.string().describe("Start date of the contract").nullable().optional(),
|
|
110
|
+
recurring_price_per_unit: zod.z.number().describe("Recurring price per unit for subscription-based opportunities").nullable().optional()
|
|
111
|
+
}).describe("Response containing detailed opportunity information.");
|
|
112
|
+
const salesflareGetOpportunity = require_action.action("SALESFLARE_GET_OPPORTUNITY", {
|
|
113
|
+
slug: "salesflare-get-opportunity",
|
|
114
|
+
name: "Get Opportunity",
|
|
115
|
+
description: "Get detailed information about a specific opportunity by ID. Tool to retrieve complete opportunity details including account, contacts, pipeline stage, value, dates, and other metadata. Use when you need to fetch information about a specific opportunity in Salesflare.",
|
|
116
|
+
input: SalesflareGetOpportunityInput,
|
|
117
|
+
output: SalesflareGetOpportunityOutput
|
|
118
|
+
});
|
|
119
|
+
//#endregion
|
|
120
|
+
exports.salesflareGetOpportunity = salesflareGetOpportunity;
|
|
121
|
+
|
|
122
|
+
//# sourceMappingURL=get-opportunity.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-opportunity.cjs","names":["z","action"],"sources":["../../src/actions/get-opportunity.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SalesflareGetOpportunityInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the opportunity to retrieve\"),\n}).describe(\"Request to get opportunity details by ID.\");\nconst SalesflareGetOpportunity_TagInfoSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the tag\"),\n name: z.string().describe(\"Name of the tag\").nullable().optional(),\n}).describe(\"Tag information for the opportunity.\");\nconst SalesflareGetOpportunity_OwnerInfoSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the owner\"),\n name: z.string().describe(\"Name of the owner\").nullable().optional(),\n email: z.string().describe(\"Email address of the owner\").nullable().optional(),\n picture: z.string().describe(\"URL to the owner's picture\").nullable().optional(),\n disabled: z.boolean().describe(\"Whether the owner account is disabled\").nullable().optional(),\n}).describe(\"Owner information for the opportunity.\");\nconst SalesflareGetOpportunity_StageInfoSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the stage\"),\n name: z.string().describe(\"Name of the stage\").nullable().optional(),\n color: z.string().describe(\"Color code for the stage\").nullable().optional(),\n order: z.number().int().describe(\"Display order of the stage\").nullable().optional(),\n pipeline: z.number().int().describe(\"Pipeline ID this stage belongs to\").nullable().optional(),\n fixed_stage: z.number().int().describe(\"Fixed stage identifier\").nullable().optional(),\n probability: z.number().describe(\"Win probability percentage for this stage\").nullable().optional(),\n}).describe(\"Stage information for the opportunity.\");\nconst SalesflareGetOpportunity_AccountInfoSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the account\"),\n name: z.string().describe(\"Name of the account\").nullable().optional(),\n owner: z.number().int().describe(\"Owner ID of the account\").nullable().optional(),\n hotness: z.number().describe(\"Hotness score of the account\").nullable().optional(),\n picture: z.string().describe(\"URL to the account's picture\").nullable().optional(),\n}).describe(\"Account information associated with the opportunity.\");\nconst SalesflareGetOpportunity_AssigneeInfoSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the assignee\"),\n name: z.string().describe(\"Name of the assignee\").nullable().optional(),\n email: z.string().describe(\"Email address of the assignee\").nullable().optional(),\n picture: z.string().describe(\"URL to the assignee's picture\").nullable().optional(),\n}).describe(\"Assignee information for the opportunity.\");\nconst SalesflareGetOpportunity_CurrencyInfoSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the currency\"),\n iso: z.string().describe(\"ISO code of the currency (e.g., 'USD', 'EUR')\").nullable().optional(),\n html: z.string().describe(\"HTML representation of the currency symbol\").nullable().optional(),\n}).describe(\"Currency information for the opportunity.\");\nconst SalesflareGetOpportunity_PipelineInfoSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the pipeline\").nullable().optional(),\n name: z.string().describe(\"Name of the pipeline\").nullable().optional(),\n}).describe(\"Pipeline information for the opportunity.\");\nconst SalesflareGetOpportunity_LeadSourceInfoSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the lead source\"),\n name: z.string().describe(\"Name of the lead source\").nullable().optional(),\n}).describe(\"Lead source information for the opportunity.\");\nconst SalesflareGetOpportunity_LostReasonInfoSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the lost reason\"),\n name: z.string().describe(\"Name of the lost reason\").nullable().optional(),\n order: z.number().int().describe(\"Display order of the lost reason\").nullable().optional(),\n}).describe(\"Lost reason information for closed-lost opportunities.\");\nconst SalesflareGetOpportunity_MainContactInfoSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the main contact\"),\n name: z.string().describe(\"Name of the main contact\").nullable().optional(),\n email: z.string().describe(\"Email address of the main contact\").nullable().optional(),\n entity: z.string().describe(\"Entity type, typically 'contact'\").nullable().optional(),\n picture: z.string().describe(\"URL to the main contact's picture\").nullable().optional(),\n}).describe(\"Main contact information for the opportunity.\");\nconst SalesflareGetOpportunity_StageUpdateInfoSchema: z.ZodTypeAny = z.object({\n stage: z.record(z.string(), z.unknown()).describe(\"Stage details for this update\").nullable().optional(),\n duration_in_seconds: z.number().int().describe(\"Duration spent in this stage in seconds\"),\n}).describe(\"Stage update history information.\");\nconst SalesflareGetOpportunity_PersonInfoSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the person\").nullable().optional(),\n name: z.string().describe(\"Name of the person\").nullable().optional(),\n picture: z.string().describe(\"URL to the person's picture\").nullable().optional(),\n}).describe(\"Person information in last interaction.\");\nconst SalesflareGetOpportunity_LastInteractionInfoSchema: z.ZodTypeAny = z.object({\n date: z.string().describe(\"Date of the last interaction (ISO 8601 format)\").nullable().optional(),\n type: z.string().describe(\"Type of the last interaction\").nullable().optional(),\n person: SalesflareGetOpportunity_PersonInfoSchema.nullable().optional(),\n description: z.string().describe(\"Description of the last interaction\").nullable().optional(),\n}).describe(\"Last interaction information for the opportunity.\");\nexport const SalesflareGetOpportunityOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the opportunity\"),\n done: z.boolean().describe(\"Whether the opportunity is closed (won or lost)\").nullable().optional(),\n name: z.string().describe(\"Name of the opportunity\").nullable().optional(),\n tags: z.array(SalesflareGetOpportunity_TagInfoSchema).describe(\"Tags associated with the opportunity\").nullable().optional(),\n files: z.array(z.record(z.string(), z.unknown())).describe(\"Files attached to the opportunity\").nullable().optional(),\n owner: SalesflareGetOpportunity_OwnerInfoSchema.nullable().optional(),\n stage: SalesflareGetOpportunity_StageInfoSchema.nullable().optional(),\n units: z.number().describe(\"Number of units\").nullable().optional(),\n value: z.number().describe(\"Total value of the opportunity\").nullable().optional(),\n custom: z.record(z.string(), z.unknown()).describe(\"Custom fields for the opportunity\").nullable().optional(),\n account: SalesflareGetOpportunity_AccountInfoSchema.nullable().optional(),\n creator: z.number().int().describe(\"User ID who created the opportunity\").nullable().optional(),\n assignee: SalesflareGetOpportunity_AssigneeInfoSchema.nullable().optional(),\n can_edit: z.boolean().describe(\"Whether the current user can edit this opportunity\").nullable().optional(),\n currency: SalesflareGetOpportunity_CurrencyInfoSchema.nullable().optional(),\n pipeline: SalesflareGetOpportunity_PipelineInfoSchema.nullable().optional(),\n frequency: z.string().describe(\"Frequency of recurring revenue\").nullable().optional(),\n close_date: z.string().describe(\"Expected close date of the opportunity\").nullable().optional(),\n start_date: z.string().describe(\"Start date of the opportunity\").nullable().optional(),\n lead_source: SalesflareGetOpportunity_LeadSourceInfoSchema.nullable().optional(),\n lost_reason: SalesflareGetOpportunity_LostReasonInfoSchema.nullable().optional(),\n probability: z.number().describe(\"Win probability percentage\").nullable().optional(),\n main_contact: SalesflareGetOpportunity_MainContactInfoSchema.nullable().optional(),\n creation_date: z.string().describe(\"Date when the opportunity was created (ISO 8601 format)\").nullable().optional(),\n stage_updates: z.array(SalesflareGetOpportunity_StageUpdateInfoSchema).describe(\"History of stage changes\").nullable().optional(),\n calculated_value: z.number().describe(\"Calculated value of the opportunity\").nullable().optional(),\n last_interaction: SalesflareGetOpportunity_LastInteractionInfoSchema.nullable().optional(),\n last_modified_by: z.number().int().describe(\"User ID who last modified the opportunity\").nullable().optional(),\n contract_end_date: z.string().describe(\"End date of the contract\").nullable().optional(),\n modification_date: z.string().describe(\"Date when the opportunity was last modified (ISO 8601 format)\").nullable().optional(),\n contract_start_date: z.string().describe(\"Start date of the contract\").nullable().optional(),\n recurring_price_per_unit: z.number().describe(\"Recurring price per unit for subscription-based opportunities\").nullable().optional(),\n}).describe(\"Response containing detailed opportunity information.\");\n\nexport const salesflareGetOpportunity = action(\"SALESFLARE_GET_OPPORTUNITY\", {\n slug: \"salesflare-get-opportunity\",\n name: \"Get Opportunity\",\n description: \"Get detailed information about a specific opportunity by ID. Tool to retrieve complete opportunity details including account, contacts, pipeline stage, value, dates, and other metadata. Use when you need to fetch information about a specific opportunity in Salesflare.\",\n input: SalesflareGetOpportunityInput,\n output: SalesflareGetOpportunityOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-opportunity.d.ts
|
|
4
|
+
declare const SalesflareGetOpportunityInput: z.ZodTypeAny;
|
|
5
|
+
declare const SalesflareGetOpportunityOutput: z.ZodTypeAny;
|
|
6
|
+
declare const salesflareGetOpportunity: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { salesflareGetOpportunity };
|
|
9
|
+
//# sourceMappingURL=get-opportunity.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-opportunity.d.cts","names":[],"sources":["../../src/actions/get-opportunity.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAEU;AAAA,cA0E3C,8BAAA,EAAgC,CAAA,CAAE,UAiCqB;AAAA,cAEvD,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-opportunity.d.ts
|
|
4
|
+
declare const SalesflareGetOpportunityInput: z.ZodTypeAny;
|
|
5
|
+
declare const SalesflareGetOpportunityOutput: z.ZodTypeAny;
|
|
6
|
+
declare const salesflareGetOpportunity: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { salesflareGetOpportunity };
|
|
9
|
+
//# sourceMappingURL=get-opportunity.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-opportunity.d.mts","names":[],"sources":["../../src/actions/get-opportunity.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAEU;AAAA,cA0E3C,8BAAA,EAAgC,CAAA,CAAE,UAiCqB;AAAA,cAEvD,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|