@keystrokehq/salesflare 0.1.0 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/action.cjs.map +1 -1
- package/dist/action.mjs.map +1 -1
- package/dist/actions/add-account-contacts.cjs +2 -2
- package/dist/actions/add-account-contacts.cjs.map +1 -1
- package/dist/actions/add-account-contacts.d.cts +16 -3
- package/dist/actions/add-account-contacts.d.cts.map +1 -1
- package/dist/actions/add-account-contacts.d.mts +16 -3
- package/dist/actions/add-account-contacts.d.mts.map +1 -1
- package/dist/actions/add-account-contacts.mjs +2 -2
- package/dist/actions/add-account-contacts.mjs.map +1 -1
- package/dist/actions/create-account.cjs +11 -11
- package/dist/actions/create-account.cjs.map +1 -1
- package/dist/actions/create-account.d.cts +111 -3
- package/dist/actions/create-account.d.cts.map +1 -1
- package/dist/actions/create-account.d.mts +111 -3
- package/dist/actions/create-account.d.mts.map +1 -1
- package/dist/actions/create-account.mjs +11 -11
- package/dist/actions/create-account.mjs.map +1 -1
- package/dist/actions/create-call.cjs +3 -3
- package/dist/actions/create-call.cjs.map +1 -1
- package/dist/actions/create-call.d.cts +33 -3
- package/dist/actions/create-call.d.cts.map +1 -1
- package/dist/actions/create-call.d.mts +33 -3
- package/dist/actions/create-call.d.mts.map +1 -1
- package/dist/actions/create-call.mjs +3 -3
- package/dist/actions/create-call.mjs.map +1 -1
- package/dist/actions/create-contact.cjs +6 -6
- package/dist/actions/create-contact.cjs.map +1 -1
- package/dist/actions/create-contact.d.cts +120 -3
- package/dist/actions/create-contact.d.cts.map +1 -1
- package/dist/actions/create-contact.d.mts +120 -3
- package/dist/actions/create-contact.d.mts.map +1 -1
- package/dist/actions/create-contact.mjs +6 -6
- package/dist/actions/create-contact.mjs.map +1 -1
- package/dist/actions/create-custom-field.cjs +2 -2
- package/dist/actions/create-custom-field.cjs.map +1 -1
- package/dist/actions/create-custom-field.d.cts +54 -3
- package/dist/actions/create-custom-field.d.cts.map +1 -1
- package/dist/actions/create-custom-field.d.mts +54 -3
- package/dist/actions/create-custom-field.d.mts.map +1 -1
- package/dist/actions/create-custom-field.mjs +2 -2
- package/dist/actions/create-custom-field.mjs.map +1 -1
- package/dist/actions/create-internal-note.cjs +1 -1
- package/dist/actions/create-internal-note.cjs.map +1 -1
- package/dist/actions/create-internal-note.d.cts +21 -3
- package/dist/actions/create-internal-note.d.cts.map +1 -1
- package/dist/actions/create-internal-note.d.mts +21 -3
- package/dist/actions/create-internal-note.d.mts.map +1 -1
- package/dist/actions/create-internal-note.mjs +1 -1
- package/dist/actions/create-internal-note.mjs.map +1 -1
- package/dist/actions/create-meeting.cjs +1 -1
- package/dist/actions/create-meeting.cjs.map +1 -1
- package/dist/actions/create-meeting.d.cts +31 -3
- package/dist/actions/create-meeting.d.cts.map +1 -1
- package/dist/actions/create-meeting.d.mts +31 -3
- package/dist/actions/create-meeting.d.mts.map +1 -1
- package/dist/actions/create-meeting.mjs +1 -1
- package/dist/actions/create-meeting.mjs.map +1 -1
- package/dist/actions/create-opportunity.cjs +2 -2
- package/dist/actions/create-opportunity.cjs.map +1 -1
- package/dist/actions/create-opportunity.d.cts +56 -3
- package/dist/actions/create-opportunity.d.cts.map +1 -1
- package/dist/actions/create-opportunity.d.mts +56 -3
- package/dist/actions/create-opportunity.d.mts.map +1 -1
- package/dist/actions/create-opportunity.mjs +2 -2
- package/dist/actions/create-opportunity.mjs.map +1 -1
- package/dist/actions/create-tag.cjs +1 -1
- package/dist/actions/create-tag.cjs.map +1 -1
- package/dist/actions/create-tag.d.cts +9 -3
- package/dist/actions/create-tag.d.cts.map +1 -1
- package/dist/actions/create-tag.d.mts +9 -3
- package/dist/actions/create-tag.d.mts.map +1 -1
- package/dist/actions/create-tag.mjs +1 -1
- package/dist/actions/create-tag.mjs.map +1 -1
- package/dist/actions/create-task.cjs +1 -1
- package/dist/actions/create-task.cjs.map +1 -1
- package/dist/actions/create-task.d.cts +15 -3
- package/dist/actions/create-task.d.cts.map +1 -1
- package/dist/actions/create-task.d.mts +15 -3
- package/dist/actions/create-task.d.mts.map +1 -1
- package/dist/actions/create-task.mjs +1 -1
- package/dist/actions/create-task.mjs.map +1 -1
- package/dist/actions/create-workflow.cjs +4 -4
- package/dist/actions/create-workflow.cjs.map +1 -1
- package/dist/actions/create-workflow.d.cts +150 -3
- package/dist/actions/create-workflow.d.cts.map +1 -1
- package/dist/actions/create-workflow.d.mts +150 -3
- package/dist/actions/create-workflow.d.mts.map +1 -1
- package/dist/actions/create-workflow.mjs +4 -4
- package/dist/actions/create-workflow.mjs.map +1 -1
- package/dist/actions/delete-account.cjs +1 -1
- package/dist/actions/delete-account.cjs.map +1 -1
- package/dist/actions/delete-account.d.cts +9 -3
- package/dist/actions/delete-account.d.cts.map +1 -1
- package/dist/actions/delete-account.d.mts +9 -3
- package/dist/actions/delete-account.d.mts.map +1 -1
- package/dist/actions/delete-account.mjs +1 -1
- package/dist/actions/delete-account.mjs.map +1 -1
- package/dist/actions/delete-contact.cjs +3 -3
- package/dist/actions/delete-contact.cjs.map +1 -1
- package/dist/actions/delete-contact.d.cts +10 -3
- package/dist/actions/delete-contact.d.cts.map +1 -1
- package/dist/actions/delete-contact.d.mts +10 -3
- package/dist/actions/delete-contact.d.mts.map +1 -1
- package/dist/actions/delete-contact.mjs +3 -3
- package/dist/actions/delete-contact.mjs.map +1 -1
- package/dist/actions/delete-custom-field.cjs +3 -3
- package/dist/actions/delete-custom-field.cjs.map +1 -1
- package/dist/actions/delete-custom-field.d.cts +16 -3
- package/dist/actions/delete-custom-field.d.cts.map +1 -1
- package/dist/actions/delete-custom-field.d.mts +16 -3
- package/dist/actions/delete-custom-field.d.mts.map +1 -1
- package/dist/actions/delete-custom-field.mjs +3 -3
- package/dist/actions/delete-custom-field.mjs.map +1 -1
- package/dist/actions/delete-internal-note.cjs +4 -4
- package/dist/actions/delete-internal-note.cjs.map +1 -1
- package/dist/actions/delete-internal-note.d.cts +11 -3
- package/dist/actions/delete-internal-note.d.cts.map +1 -1
- package/dist/actions/delete-internal-note.d.mts +11 -3
- package/dist/actions/delete-internal-note.d.mts.map +1 -1
- package/dist/actions/delete-internal-note.mjs +4 -4
- package/dist/actions/delete-internal-note.mjs.map +1 -1
- package/dist/actions/delete-meeting.cjs +1 -1
- package/dist/actions/delete-meeting.cjs.map +1 -1
- package/dist/actions/delete-meeting.d.cts +9 -3
- package/dist/actions/delete-meeting.d.cts.map +1 -1
- package/dist/actions/delete-meeting.d.mts +9 -3
- package/dist/actions/delete-meeting.d.mts.map +1 -1
- package/dist/actions/delete-meeting.mjs +1 -1
- package/dist/actions/delete-meeting.mjs.map +1 -1
- package/dist/actions/delete-opportunity.cjs +1 -1
- package/dist/actions/delete-opportunity.cjs.map +1 -1
- package/dist/actions/delete-opportunity.d.cts +9 -3
- package/dist/actions/delete-opportunity.d.cts.map +1 -1
- package/dist/actions/delete-opportunity.d.mts +9 -3
- package/dist/actions/delete-opportunity.d.mts.map +1 -1
- package/dist/actions/delete-opportunity.mjs +1 -1
- package/dist/actions/delete-opportunity.mjs.map +1 -1
- package/dist/actions/delete-tag.cjs +1 -1
- package/dist/actions/delete-tag.cjs.map +1 -1
- package/dist/actions/delete-tag.d.cts +9 -3
- package/dist/actions/delete-tag.d.cts.map +1 -1
- package/dist/actions/delete-tag.d.mts +9 -3
- package/dist/actions/delete-tag.d.mts.map +1 -1
- package/dist/actions/delete-tag.mjs +1 -1
- package/dist/actions/delete-tag.mjs.map +1 -1
- package/dist/actions/delete-task.cjs +1 -1
- package/dist/actions/delete-task.cjs.map +1 -1
- package/dist/actions/delete-task.d.cts +9 -3
- package/dist/actions/delete-task.d.cts.map +1 -1
- package/dist/actions/delete-task.d.mts +9 -3
- package/dist/actions/delete-task.d.mts.map +1 -1
- package/dist/actions/delete-task.mjs +1 -1
- package/dist/actions/delete-task.mjs.map +1 -1
- package/dist/actions/get-account.cjs +9 -9
- package/dist/actions/get-account.cjs.map +1 -1
- package/dist/actions/get-account.d.cts +72 -3
- package/dist/actions/get-account.d.cts.map +1 -1
- package/dist/actions/get-account.d.mts +72 -3
- package/dist/actions/get-account.d.mts.map +1 -1
- package/dist/actions/get-account.mjs +9 -9
- package/dist/actions/get-account.mjs.map +1 -1
- package/dist/actions/get-ai-settings.cjs +3 -3
- package/dist/actions/get-ai-settings.cjs.map +1 -1
- package/dist/actions/get-ai-settings.d.cts +13 -3
- package/dist/actions/get-ai-settings.d.cts.map +1 -1
- package/dist/actions/get-ai-settings.d.mts +13 -3
- package/dist/actions/get-ai-settings.d.mts.map +1 -1
- package/dist/actions/get-ai-settings.mjs +3 -3
- package/dist/actions/get-ai-settings.mjs.map +1 -1
- package/dist/actions/get-contact.cjs +12 -12
- package/dist/actions/get-contact.cjs.map +1 -1
- package/dist/actions/get-contact.d.cts +98 -3
- package/dist/actions/get-contact.d.cts.map +1 -1
- package/dist/actions/get-contact.d.mts +98 -3
- package/dist/actions/get-contact.d.mts.map +1 -1
- package/dist/actions/get-contact.mjs +12 -12
- package/dist/actions/get-contact.mjs.map +1 -1
- package/dist/actions/get-current-user.cjs +20 -20
- package/dist/actions/get-current-user.cjs.map +1 -1
- package/dist/actions/get-current-user.d.cts +156 -3
- package/dist/actions/get-current-user.d.cts.map +1 -1
- package/dist/actions/get-current-user.d.mts +156 -3
- package/dist/actions/get-current-user.d.mts.map +1 -1
- package/dist/actions/get-current-user.mjs +20 -20
- package/dist/actions/get-current-user.mjs.map +1 -1
- package/dist/actions/get-custom-field.cjs +3 -3
- package/dist/actions/get-custom-field.cjs.map +1 -1
- package/dist/actions/get-custom-field.d.cts +41 -3
- package/dist/actions/get-custom-field.d.cts.map +1 -1
- package/dist/actions/get-custom-field.d.mts +41 -3
- package/dist/actions/get-custom-field.d.mts.map +1 -1
- package/dist/actions/get-custom-field.mjs +3 -3
- package/dist/actions/get-custom-field.mjs.map +1 -1
- package/dist/actions/get-meeting.cjs +2 -2
- package/dist/actions/get-meeting.cjs.map +1 -1
- package/dist/actions/get-meeting.d.cts +22 -3
- package/dist/actions/get-meeting.d.cts.map +1 -1
- package/dist/actions/get-meeting.d.mts +22 -3
- package/dist/actions/get-meeting.d.mts.map +1 -1
- package/dist/actions/get-meeting.mjs +2 -2
- package/dist/actions/get-meeting.mjs.map +1 -1
- package/dist/actions/get-opportunity.cjs +25 -25
- package/dist/actions/get-opportunity.cjs.map +1 -1
- package/dist/actions/get-opportunity.d.cts +100 -3
- package/dist/actions/get-opportunity.d.cts.map +1 -1
- package/dist/actions/get-opportunity.d.mts +100 -3
- package/dist/actions/get-opportunity.d.mts.map +1 -1
- package/dist/actions/get-opportunity.mjs +25 -25
- package/dist/actions/get-opportunity.mjs.map +1 -1
- package/dist/actions/get-stage.cjs +3 -3
- package/dist/actions/get-stage.cjs.map +1 -1
- package/dist/actions/get-stage.d.cts +21 -3
- package/dist/actions/get-stage.d.cts.map +1 -1
- package/dist/actions/get-stage.d.mts +21 -3
- package/dist/actions/get-stage.d.mts.map +1 -1
- package/dist/actions/get-stage.mjs +3 -3
- package/dist/actions/get-stage.mjs.map +1 -1
- package/dist/actions/get-tag-usage.cjs +4 -4
- package/dist/actions/get-tag-usage.cjs.map +1 -1
- package/dist/actions/get-tag-usage.d.cts +23 -3
- package/dist/actions/get-tag-usage.d.cts.map +1 -1
- package/dist/actions/get-tag-usage.d.mts +23 -3
- package/dist/actions/get-tag-usage.d.mts.map +1 -1
- package/dist/actions/get-tag-usage.mjs +4 -4
- package/dist/actions/get-tag-usage.mjs.map +1 -1
- package/dist/actions/get-user.cjs +8 -8
- package/dist/actions/get-user.cjs.map +1 -1
- package/dist/actions/get-user.d.cts +64 -3
- package/dist/actions/get-user.d.cts.map +1 -1
- package/dist/actions/get-user.d.mts +64 -3
- package/dist/actions/get-user.d.mts.map +1 -1
- package/dist/actions/get-user.mjs +8 -8
- package/dist/actions/get-user.mjs.map +1 -1
- package/dist/actions/get-workflow-merge-fields.cjs +3 -3
- package/dist/actions/get-workflow-merge-fields.cjs.map +1 -1
- package/dist/actions/get-workflow-merge-fields.d.cts +14 -3
- package/dist/actions/get-workflow-merge-fields.d.cts.map +1 -1
- package/dist/actions/get-workflow-merge-fields.d.mts +14 -3
- package/dist/actions/get-workflow-merge-fields.d.mts.map +1 -1
- package/dist/actions/get-workflow-merge-fields.mjs +3 -3
- package/dist/actions/get-workflow-merge-fields.mjs.map +1 -1
- package/dist/actions/get-workflow.cjs +11 -11
- package/dist/actions/get-workflow.cjs.map +1 -1
- package/dist/actions/get-workflow.d.cts +140 -3
- package/dist/actions/get-workflow.d.cts.map +1 -1
- package/dist/actions/get-workflow.d.mts +140 -3
- package/dist/actions/get-workflow.d.mts.map +1 -1
- package/dist/actions/get-workflow.mjs +11 -11
- package/dist/actions/get-workflow.mjs.map +1 -1
- package/dist/actions/list-account-messages.cjs +3 -3
- package/dist/actions/list-account-messages.cjs.map +1 -1
- package/dist/actions/list-account-messages.d.cts +35 -3
- package/dist/actions/list-account-messages.d.cts.map +1 -1
- package/dist/actions/list-account-messages.d.mts +35 -3
- package/dist/actions/list-account-messages.d.mts.map +1 -1
- package/dist/actions/list-account-messages.mjs +3 -3
- package/dist/actions/list-account-messages.mjs.map +1 -1
- package/dist/actions/list-accounts.cjs +7 -7
- package/dist/actions/list-accounts.cjs.map +1 -1
- package/dist/actions/list-accounts.d.cts +84 -3
- package/dist/actions/list-accounts.d.cts.map +1 -1
- package/dist/actions/list-accounts.d.mts +84 -3
- package/dist/actions/list-accounts.d.mts.map +1 -1
- package/dist/actions/list-accounts.mjs +7 -7
- package/dist/actions/list-accounts.mjs.map +1 -1
- package/dist/actions/list-contacts.cjs +14 -14
- package/dist/actions/list-contacts.cjs.map +1 -1
- package/dist/actions/list-contacts.d.cts +137 -3
- package/dist/actions/list-contacts.d.cts.map +1 -1
- package/dist/actions/list-contacts.d.mts +137 -3
- package/dist/actions/list-contacts.d.mts.map +1 -1
- package/dist/actions/list-contacts.mjs +14 -14
- package/dist/actions/list-contacts.mjs.map +1 -1
- package/dist/actions/list-currencies.cjs +5 -5
- package/dist/actions/list-currencies.cjs.map +1 -1
- package/dist/actions/list-currencies.d.cts +9 -3
- package/dist/actions/list-currencies.d.cts.map +1 -1
- package/dist/actions/list-currencies.d.mts +9 -3
- package/dist/actions/list-currencies.d.mts.map +1 -1
- package/dist/actions/list-currencies.mjs +5 -5
- package/dist/actions/list-currencies.mjs.map +1 -1
- package/dist/actions/list-custom-field-options.cjs +1 -1
- package/dist/actions/list-custom-field-options.cjs.map +1 -1
- package/dist/actions/list-custom-field-options.d.cts +17 -3
- package/dist/actions/list-custom-field-options.d.cts.map +1 -1
- package/dist/actions/list-custom-field-options.d.mts +17 -3
- package/dist/actions/list-custom-field-options.d.mts.map +1 -1
- package/dist/actions/list-custom-field-options.mjs +1 -1
- package/dist/actions/list-custom-field-options.mjs.map +1 -1
- package/dist/actions/list-custom-field-types.cjs +6 -6
- package/dist/actions/list-custom-field-types.cjs.map +1 -1
- package/dist/actions/list-custom-field-types.d.cts +10 -3
- package/dist/actions/list-custom-field-types.d.cts.map +1 -1
- package/dist/actions/list-custom-field-types.d.mts +10 -3
- package/dist/actions/list-custom-field-types.d.mts.map +1 -1
- package/dist/actions/list-custom-field-types.mjs +6 -6
- package/dist/actions/list-custom-field-types.mjs.map +1 -1
- package/dist/actions/list-custom-fields.cjs +4 -4
- package/dist/actions/list-custom-fields.cjs.map +1 -1
- package/dist/actions/list-custom-fields.d.cts +45 -3
- package/dist/actions/list-custom-fields.d.cts.map +1 -1
- package/dist/actions/list-custom-fields.d.mts +45 -3
- package/dist/actions/list-custom-fields.d.mts.map +1 -1
- package/dist/actions/list-custom-fields.mjs +4 -4
- package/dist/actions/list-custom-fields.mjs.map +1 -1
- package/dist/actions/list-email-datasources.cjs +13 -13
- package/dist/actions/list-email-datasources.cjs.map +1 -1
- package/dist/actions/list-email-datasources.d.cts +45 -3
- package/dist/actions/list-email-datasources.d.cts.map +1 -1
- package/dist/actions/list-email-datasources.d.mts +45 -3
- package/dist/actions/list-email-datasources.d.mts.map +1 -1
- package/dist/actions/list-email-datasources.mjs +13 -13
- package/dist/actions/list-email-datasources.mjs.map +1 -1
- package/dist/actions/list-filter-fields.cjs +9 -9
- package/dist/actions/list-filter-fields.cjs.map +1 -1
- package/dist/actions/list-filter-fields.d.cts +116 -3
- package/dist/actions/list-filter-fields.d.cts.map +1 -1
- package/dist/actions/list-filter-fields.d.mts +116 -3
- package/dist/actions/list-filter-fields.d.mts.map +1 -1
- package/dist/actions/list-filter-fields.mjs +9 -9
- package/dist/actions/list-filter-fields.mjs.map +1 -1
- package/dist/actions/list-groups.cjs +2 -2
- package/dist/actions/list-groups.cjs.map +1 -1
- package/dist/actions/list-groups.d.cts +8 -3
- package/dist/actions/list-groups.d.cts.map +1 -1
- package/dist/actions/list-groups.d.mts +8 -3
- package/dist/actions/list-groups.d.mts.map +1 -1
- package/dist/actions/list-groups.mjs +2 -2
- package/dist/actions/list-groups.mjs.map +1 -1
- package/dist/actions/list-my-contacts.cjs +15 -15
- package/dist/actions/list-my-contacts.cjs.map +1 -1
- package/dist/actions/list-my-contacts.d.cts +138 -3
- package/dist/actions/list-my-contacts.d.cts.map +1 -1
- package/dist/actions/list-my-contacts.d.mts +138 -3
- package/dist/actions/list-my-contacts.d.mts.map +1 -1
- package/dist/actions/list-my-contacts.mjs +15 -15
- package/dist/actions/list-my-contacts.mjs.map +1 -1
- package/dist/actions/list-opportunities.cjs +8 -8
- package/dist/actions/list-opportunities.cjs.map +1 -1
- package/dist/actions/list-opportunities.d.cts +130 -3
- package/dist/actions/list-opportunities.d.cts.map +1 -1
- package/dist/actions/list-opportunities.d.mts +130 -3
- package/dist/actions/list-opportunities.d.mts.map +1 -1
- package/dist/actions/list-opportunities.mjs +8 -8
- package/dist/actions/list-opportunities.mjs.map +1 -1
- package/dist/actions/list-persons.cjs +7 -7
- package/dist/actions/list-persons.cjs.map +1 -1
- package/dist/actions/list-persons.d.cts +46 -3
- package/dist/actions/list-persons.d.cts.map +1 -1
- package/dist/actions/list-persons.d.mts +46 -3
- package/dist/actions/list-persons.d.mts.map +1 -1
- package/dist/actions/list-persons.mjs +7 -7
- package/dist/actions/list-persons.mjs.map +1 -1
- package/dist/actions/list-pipelines.cjs +5 -5
- package/dist/actions/list-pipelines.cjs.map +1 -1
- package/dist/actions/list-pipelines.d.cts +44 -3
- package/dist/actions/list-pipelines.d.cts.map +1 -1
- package/dist/actions/list-pipelines.d.mts +44 -3
- package/dist/actions/list-pipelines.d.mts.map +1 -1
- package/dist/actions/list-pipelines.mjs +5 -5
- package/dist/actions/list-pipelines.mjs.map +1 -1
- package/dist/actions/list-stages.cjs +3 -3
- package/dist/actions/list-stages.cjs.map +1 -1
- package/dist/actions/list-stages.d.cts +32 -3
- package/dist/actions/list-stages.d.cts.map +1 -1
- package/dist/actions/list-stages.d.mts +32 -3
- package/dist/actions/list-stages.d.mts.map +1 -1
- package/dist/actions/list-stages.mjs +3 -3
- package/dist/actions/list-stages.mjs.map +1 -1
- package/dist/actions/list-tags.cjs +2 -2
- package/dist/actions/list-tags.cjs.map +1 -1
- package/dist/actions/list-tags.d.cts +28 -3
- package/dist/actions/list-tags.d.cts.map +1 -1
- package/dist/actions/list-tags.d.mts +28 -3
- package/dist/actions/list-tags.d.mts.map +1 -1
- package/dist/actions/list-tags.mjs +2 -2
- package/dist/actions/list-tags.mjs.map +1 -1
- package/dist/actions/list-tasks.cjs +8 -8
- package/dist/actions/list-tasks.cjs.map +1 -1
- package/dist/actions/list-tasks.d.cts +64 -3
- package/dist/actions/list-tasks.d.cts.map +1 -1
- package/dist/actions/list-tasks.d.mts +64 -3
- package/dist/actions/list-tasks.d.mts.map +1 -1
- package/dist/actions/list-tasks.mjs +8 -8
- package/dist/actions/list-tasks.mjs.map +1 -1
- package/dist/actions/list-users.cjs +9 -9
- package/dist/actions/list-users.cjs.map +1 -1
- package/dist/actions/list-users.d.cts +80 -3
- package/dist/actions/list-users.d.cts.map +1 -1
- package/dist/actions/list-users.d.mts +80 -3
- package/dist/actions/list-users.d.mts.map +1 -1
- package/dist/actions/list-users.mjs +9 -9
- package/dist/actions/list-users.mjs.map +1 -1
- package/dist/actions/list-workflows.cjs +14 -14
- package/dist/actions/list-workflows.cjs.map +1 -1
- package/dist/actions/list-workflows.d.cts +74 -3
- package/dist/actions/list-workflows.d.cts.map +1 -1
- package/dist/actions/list-workflows.d.mts +74 -3
- package/dist/actions/list-workflows.d.mts.map +1 -1
- package/dist/actions/list-workflows.mjs +14 -14
- package/dist/actions/list-workflows.mjs.map +1 -1
- package/dist/actions/update-account-contacts.cjs +2 -2
- package/dist/actions/update-account-contacts.cjs.map +1 -1
- package/dist/actions/update-account-contacts.d.cts +20 -3
- package/dist/actions/update-account-contacts.d.cts.map +1 -1
- package/dist/actions/update-account-contacts.d.mts +20 -3
- package/dist/actions/update-account-contacts.d.mts.map +1 -1
- package/dist/actions/update-account-contacts.mjs +2 -2
- package/dist/actions/update-account-contacts.mjs.map +1 -1
- package/dist/actions/update-account-users.cjs +2 -2
- package/dist/actions/update-account-users.cjs.map +1 -1
- package/dist/actions/update-account-users.d.cts +20 -3
- package/dist/actions/update-account-users.d.cts.map +1 -1
- package/dist/actions/update-account-users.d.mts +20 -3
- package/dist/actions/update-account-users.d.mts.map +1 -1
- package/dist/actions/update-account-users.mjs +2 -2
- package/dist/actions/update-account-users.mjs.map +1 -1
- package/dist/actions/update-account.cjs +12 -12
- package/dist/actions/update-account.cjs.map +1 -1
- package/dist/actions/update-account.d.cts +135 -3
- package/dist/actions/update-account.d.cts.map +1 -1
- package/dist/actions/update-account.d.mts +135 -3
- package/dist/actions/update-account.d.mts.map +1 -1
- package/dist/actions/update-account.mjs +12 -12
- package/dist/actions/update-account.mjs.map +1 -1
- package/dist/actions/update-ai-settings.cjs +1 -1
- package/dist/actions/update-ai-settings.cjs.map +1 -1
- package/dist/actions/update-ai-settings.d.cts +25 -3
- package/dist/actions/update-ai-settings.d.cts.map +1 -1
- package/dist/actions/update-ai-settings.d.mts +25 -3
- package/dist/actions/update-ai-settings.d.mts.map +1 -1
- package/dist/actions/update-ai-settings.mjs +1 -1
- package/dist/actions/update-ai-settings.mjs.map +1 -1
- package/dist/actions/update-contact.cjs +4 -4
- package/dist/actions/update-contact.cjs.map +1 -1
- package/dist/actions/update-contact.d.cts +134 -3
- package/dist/actions/update-contact.d.cts.map +1 -1
- package/dist/actions/update-contact.d.mts +134 -3
- package/dist/actions/update-contact.d.mts.map +1 -1
- package/dist/actions/update-contact.mjs +4 -4
- package/dist/actions/update-contact.mjs.map +1 -1
- package/dist/actions/update-custom-field.cjs +4 -4
- package/dist/actions/update-custom-field.cjs.map +1 -1
- package/dist/actions/update-custom-field.d.cts +77 -3
- package/dist/actions/update-custom-field.d.cts.map +1 -1
- package/dist/actions/update-custom-field.d.mts +77 -3
- package/dist/actions/update-custom-field.d.mts.map +1 -1
- package/dist/actions/update-custom-field.mjs +4 -4
- package/dist/actions/update-custom-field.mjs.map +1 -1
- package/dist/actions/update-email-datasource.cjs +1 -1
- package/dist/actions/update-email-datasource.cjs.map +1 -1
- package/dist/actions/update-email-datasource.d.cts +19 -3
- package/dist/actions/update-email-datasource.d.cts.map +1 -1
- package/dist/actions/update-email-datasource.d.mts +19 -3
- package/dist/actions/update-email-datasource.d.mts.map +1 -1
- package/dist/actions/update-email-datasource.mjs +1 -1
- package/dist/actions/update-email-datasource.mjs.map +1 -1
- package/dist/actions/update-internal-note.cjs +1 -1
- package/dist/actions/update-internal-note.cjs.map +1 -1
- package/dist/actions/update-internal-note.d.cts +23 -3
- package/dist/actions/update-internal-note.d.cts.map +1 -1
- package/dist/actions/update-internal-note.d.mts +23 -3
- package/dist/actions/update-internal-note.d.mts.map +1 -1
- package/dist/actions/update-internal-note.mjs +1 -1
- package/dist/actions/update-internal-note.mjs.map +1 -1
- package/dist/actions/update-opportunity.cjs +3 -3
- package/dist/actions/update-opportunity.cjs.map +1 -1
- package/dist/actions/update-opportunity.d.cts +60 -3
- package/dist/actions/update-opportunity.d.cts.map +1 -1
- package/dist/actions/update-opportunity.d.mts +60 -3
- package/dist/actions/update-opportunity.d.mts.map +1 -1
- package/dist/actions/update-opportunity.mjs +3 -3
- package/dist/actions/update-opportunity.mjs.map +1 -1
- package/dist/actions/update-tag.cjs +1 -1
- package/dist/actions/update-tag.cjs.map +1 -1
- package/dist/actions/update-tag.d.cts +11 -3
- package/dist/actions/update-tag.d.cts.map +1 -1
- package/dist/actions/update-tag.d.mts +11 -3
- package/dist/actions/update-tag.d.mts.map +1 -1
- package/dist/actions/update-tag.mjs +1 -1
- package/dist/actions/update-tag.mjs.map +1 -1
- package/dist/actions/update-task.cjs +1 -1
- package/dist/actions/update-task.cjs.map +1 -1
- package/dist/actions/update-task.d.cts +19 -3
- package/dist/actions/update-task.d.cts.map +1 -1
- package/dist/actions/update-task.d.mts +19 -3
- package/dist/actions/update-task.d.mts.map +1 -1
- package/dist/actions/update-task.mjs +1 -1
- package/dist/actions/update-task.mjs.map +1 -1
- package/dist/actions/update-workflow-audience.cjs +1 -1
- package/dist/actions/update-workflow-audience.cjs.map +1 -1
- package/dist/actions/update-workflow-audience.d.cts +15 -3
- package/dist/actions/update-workflow-audience.d.cts.map +1 -1
- package/dist/actions/update-workflow-audience.d.mts +15 -3
- package/dist/actions/update-workflow-audience.d.mts.map +1 -1
- package/dist/actions/update-workflow-audience.mjs +1 -1
- package/dist/actions/update-workflow-audience.mjs.map +1 -1
- package/dist/actions/update-workflow.cjs +7 -7
- package/dist/actions/update-workflow.cjs.map +1 -1
- package/dist/actions/update-workflow.d.cts +102 -3
- package/dist/actions/update-workflow.d.cts.map +1 -1
- package/dist/actions/update-workflow.d.mts +102 -3
- package/dist/actions/update-workflow.d.mts.map +1 -1
- package/dist/actions/update-workflow.mjs +7 -7
- package/dist/actions/update-workflow.mjs.map +1 -1
- package/dist/catalog.cjs +7 -1
- package/dist/catalog.cjs.map +1 -1
- package/dist/catalog.d.cts +8 -0
- package/dist/catalog.d.mts +8 -0
- package/dist/catalog.mjs +7 -1
- package/dist/catalog.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1,9 +1,144 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/list-my-contacts.d.ts
|
|
4
|
-
declare const SalesflareListMyContactsInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const SalesflareListMyContactsInput: z.ZodObject<{
|
|
5
|
+
q: z.ZodOptional<z.ZodString>;
|
|
6
|
+
id: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
7
|
+
tag: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
8
|
+
name: z.ZodOptional<z.ZodString>;
|
|
9
|
+
type: z.ZodOptional<z.ZodEnum<{
|
|
10
|
+
customer: "customer";
|
|
11
|
+
mycontacts: "mycontacts";
|
|
12
|
+
}>>;
|
|
13
|
+
email: z.ZodOptional<z.ZodString>;
|
|
14
|
+
limit: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
15
|
+
custom: z.ZodOptional<z.ZodString>;
|
|
16
|
+
domain: z.ZodOptional<z.ZodString>;
|
|
17
|
+
export: z.ZodOptional<z.ZodString>;
|
|
18
|
+
offset: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
19
|
+
search: z.ZodOptional<z.ZodString>;
|
|
20
|
+
account: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
21
|
+
order_by: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
22
|
+
"tag.name": z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
23
|
+
"address.city": z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
24
|
+
phone_number: z.ZodOptional<z.ZodString>;
|
|
25
|
+
"position.role": z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
26
|
+
creation_after: z.ZodOptional<z.ZodString>;
|
|
27
|
+
"address.country": z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
28
|
+
creation_before: z.ZodOptional<z.ZodString>;
|
|
29
|
+
include_archived: z.ZodOptional<z.ZodBoolean>;
|
|
30
|
+
modification_after: z.ZodOptional<z.ZodString>;
|
|
31
|
+
modification_before: z.ZodOptional<z.ZodString>;
|
|
32
|
+
"address.state_region": z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
33
|
+
}, z.core.$strip>;
|
|
34
|
+
declare const SalesflareListMyContactsOutput: z.ZodObject<{
|
|
35
|
+
contacts: z.ZodArray<z.ZodObject<{
|
|
36
|
+
id: z.ZodNullable<z.ZodNumber>;
|
|
37
|
+
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
38
|
+
role: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
39
|
+
tags: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
40
|
+
id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
41
|
+
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
42
|
+
team: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
43
|
+
creation_date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
44
|
+
modification_date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
45
|
+
}, z.core.$loose>>>>;
|
|
46
|
+
type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
47
|
+
email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
48
|
+
files: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>>;
|
|
49
|
+
owner: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
50
|
+
id: z.ZodNullable<z.ZodNumber>;
|
|
51
|
+
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
52
|
+
email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
53
|
+
picture: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
54
|
+
}, z.core.$loose>>>;
|
|
55
|
+
custom: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
56
|
+
domain: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
57
|
+
middle: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
58
|
+
prefix: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
59
|
+
suffix: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
60
|
+
account: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
61
|
+
id: z.ZodNullable<z.ZodNumber>;
|
|
62
|
+
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
63
|
+
domain: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
64
|
+
picture: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
65
|
+
}, z.core.$loose>>>;
|
|
66
|
+
bounced: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
67
|
+
"opt-out": z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
68
|
+
picture: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
69
|
+
archived: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
70
|
+
can_edit: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
71
|
+
lastname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
72
|
+
addresses: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
73
|
+
zip: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74
|
+
city: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
75
|
+
type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
76
|
+
street: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
77
|
+
country: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
78
|
+
state_region: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
79
|
+
}, z.core.$loose>>>>;
|
|
80
|
+
firstname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
81
|
+
positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
82
|
+
role: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
83
|
+
current: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
84
|
+
primary: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
85
|
+
end_date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
86
|
+
start_date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
87
|
+
organisation: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
88
|
+
}, z.core.$loose>>>>;
|
|
89
|
+
birth_date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
90
|
+
fax_number: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
91
|
+
not_viewed: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
92
|
+
bounced_date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
93
|
+
"opt-out_date": z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
94
|
+
organisation: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
95
|
+
phone_number: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
96
|
+
creation_date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
97
|
+
phone_numbers: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
98
|
+
type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
99
|
+
number: z.ZodNullable<z.ZodString>;
|
|
100
|
+
}, z.core.$loose>>>>;
|
|
101
|
+
last_email_date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
102
|
+
social_profiles: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
103
|
+
url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
104
|
+
type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
105
|
+
username: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
106
|
+
}, z.core.$loose>>>>;
|
|
107
|
+
"opt-out_campaign": z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
108
|
+
home_phone_number: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
109
|
+
last_meeting_date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
110
|
+
modification_date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
111
|
+
connection_strength: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
112
|
+
mobile_phone_number: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
113
|
+
}, z.core.$loose>>;
|
|
114
|
+
}, z.core.$loose>;
|
|
115
|
+
declare const salesflareListMyContacts: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
116
|
+
q?: string | undefined;
|
|
117
|
+
id?: number[] | undefined;
|
|
118
|
+
tag?: number[] | undefined;
|
|
119
|
+
name?: string | undefined;
|
|
120
|
+
type?: "customer" | "mycontacts" | undefined;
|
|
121
|
+
email?: string | undefined;
|
|
122
|
+
limit?: number | undefined;
|
|
123
|
+
custom?: string | undefined;
|
|
124
|
+
domain?: string | undefined;
|
|
125
|
+
export?: string | undefined;
|
|
126
|
+
offset?: number | undefined;
|
|
127
|
+
search?: string | undefined;
|
|
128
|
+
account?: number[] | undefined;
|
|
129
|
+
order_by?: string[] | undefined;
|
|
130
|
+
"tag.name"?: string[] | undefined;
|
|
131
|
+
"address.city"?: string[] | undefined;
|
|
132
|
+
phone_number?: string | undefined;
|
|
133
|
+
"position.role"?: string[] | undefined;
|
|
134
|
+
creation_after?: string | undefined;
|
|
135
|
+
"address.country"?: string[] | undefined;
|
|
136
|
+
creation_before?: string | undefined;
|
|
137
|
+
include_archived?: boolean | undefined;
|
|
138
|
+
modification_after?: string | undefined;
|
|
139
|
+
modification_before?: string | undefined;
|
|
140
|
+
"address.state_region"?: string[] | undefined;
|
|
141
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
142
|
//#endregion
|
|
8
143
|
export { salesflareListMyContacts };
|
|
9
144
|
//# sourceMappingURL=list-my-contacts.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-my-contacts.d.cts","names":[],"sources":["../../src/actions/list-my-contacts.ts"],"mappings":";;;cAIa,6BAAA,
|
|
1
|
+
{"version":3,"file":"list-my-contacts.d.cts","names":[],"sources":["../../src/actions/list-my-contacts.ts"],"mappings":";;;cAIa,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAiH7B,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAI9B,wBAAA,gCAAwB,wBAAA"}
|
|
@@ -1,9 +1,144 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/list-my-contacts.d.ts
|
|
4
|
-
declare const SalesflareListMyContactsInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const SalesflareListMyContactsInput: z.ZodObject<{
|
|
5
|
+
q: z.ZodOptional<z.ZodString>;
|
|
6
|
+
id: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
7
|
+
tag: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
8
|
+
name: z.ZodOptional<z.ZodString>;
|
|
9
|
+
type: z.ZodOptional<z.ZodEnum<{
|
|
10
|
+
customer: "customer";
|
|
11
|
+
mycontacts: "mycontacts";
|
|
12
|
+
}>>;
|
|
13
|
+
email: z.ZodOptional<z.ZodString>;
|
|
14
|
+
limit: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
15
|
+
custom: z.ZodOptional<z.ZodString>;
|
|
16
|
+
domain: z.ZodOptional<z.ZodString>;
|
|
17
|
+
export: z.ZodOptional<z.ZodString>;
|
|
18
|
+
offset: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
19
|
+
search: z.ZodOptional<z.ZodString>;
|
|
20
|
+
account: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
21
|
+
order_by: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
22
|
+
"tag.name": z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
23
|
+
"address.city": z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
24
|
+
phone_number: z.ZodOptional<z.ZodString>;
|
|
25
|
+
"position.role": z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
26
|
+
creation_after: z.ZodOptional<z.ZodString>;
|
|
27
|
+
"address.country": z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
28
|
+
creation_before: z.ZodOptional<z.ZodString>;
|
|
29
|
+
include_archived: z.ZodOptional<z.ZodBoolean>;
|
|
30
|
+
modification_after: z.ZodOptional<z.ZodString>;
|
|
31
|
+
modification_before: z.ZodOptional<z.ZodString>;
|
|
32
|
+
"address.state_region": z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
33
|
+
}, z.core.$strip>;
|
|
34
|
+
declare const SalesflareListMyContactsOutput: z.ZodObject<{
|
|
35
|
+
contacts: z.ZodArray<z.ZodObject<{
|
|
36
|
+
id: z.ZodNullable<z.ZodNumber>;
|
|
37
|
+
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
38
|
+
role: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
39
|
+
tags: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
40
|
+
id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
41
|
+
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
42
|
+
team: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
43
|
+
creation_date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
44
|
+
modification_date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
45
|
+
}, z.core.$loose>>>>;
|
|
46
|
+
type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
47
|
+
email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
48
|
+
files: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>>;
|
|
49
|
+
owner: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
50
|
+
id: z.ZodNullable<z.ZodNumber>;
|
|
51
|
+
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
52
|
+
email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
53
|
+
picture: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
54
|
+
}, z.core.$loose>>>;
|
|
55
|
+
custom: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
56
|
+
domain: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
57
|
+
middle: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
58
|
+
prefix: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
59
|
+
suffix: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
60
|
+
account: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
61
|
+
id: z.ZodNullable<z.ZodNumber>;
|
|
62
|
+
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
63
|
+
domain: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
64
|
+
picture: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
65
|
+
}, z.core.$loose>>>;
|
|
66
|
+
bounced: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
67
|
+
"opt-out": z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
68
|
+
picture: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
69
|
+
archived: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
70
|
+
can_edit: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
71
|
+
lastname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
72
|
+
addresses: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
73
|
+
zip: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74
|
+
city: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
75
|
+
type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
76
|
+
street: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
77
|
+
country: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
78
|
+
state_region: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
79
|
+
}, z.core.$loose>>>>;
|
|
80
|
+
firstname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
81
|
+
positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
82
|
+
role: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
83
|
+
current: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
84
|
+
primary: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
85
|
+
end_date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
86
|
+
start_date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
87
|
+
organisation: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
88
|
+
}, z.core.$loose>>>>;
|
|
89
|
+
birth_date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
90
|
+
fax_number: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
91
|
+
not_viewed: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
92
|
+
bounced_date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
93
|
+
"opt-out_date": z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
94
|
+
organisation: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
95
|
+
phone_number: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
96
|
+
creation_date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
97
|
+
phone_numbers: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
98
|
+
type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
99
|
+
number: z.ZodNullable<z.ZodString>;
|
|
100
|
+
}, z.core.$loose>>>>;
|
|
101
|
+
last_email_date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
102
|
+
social_profiles: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
103
|
+
url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
104
|
+
type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
105
|
+
username: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
106
|
+
}, z.core.$loose>>>>;
|
|
107
|
+
"opt-out_campaign": z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
108
|
+
home_phone_number: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
109
|
+
last_meeting_date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
110
|
+
modification_date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
111
|
+
connection_strength: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
112
|
+
mobile_phone_number: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
113
|
+
}, z.core.$loose>>;
|
|
114
|
+
}, z.core.$loose>;
|
|
115
|
+
declare const salesflareListMyContacts: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
116
|
+
q?: string | undefined;
|
|
117
|
+
id?: number[] | undefined;
|
|
118
|
+
tag?: number[] | undefined;
|
|
119
|
+
name?: string | undefined;
|
|
120
|
+
type?: "customer" | "mycontacts" | undefined;
|
|
121
|
+
email?: string | undefined;
|
|
122
|
+
limit?: number | undefined;
|
|
123
|
+
custom?: string | undefined;
|
|
124
|
+
domain?: string | undefined;
|
|
125
|
+
export?: string | undefined;
|
|
126
|
+
offset?: number | undefined;
|
|
127
|
+
search?: string | undefined;
|
|
128
|
+
account?: number[] | undefined;
|
|
129
|
+
order_by?: string[] | undefined;
|
|
130
|
+
"tag.name"?: string[] | undefined;
|
|
131
|
+
"address.city"?: string[] | undefined;
|
|
132
|
+
phone_number?: string | undefined;
|
|
133
|
+
"position.role"?: string[] | undefined;
|
|
134
|
+
creation_after?: string | undefined;
|
|
135
|
+
"address.country"?: string[] | undefined;
|
|
136
|
+
creation_before?: string | undefined;
|
|
137
|
+
include_archived?: boolean | undefined;
|
|
138
|
+
modification_after?: string | undefined;
|
|
139
|
+
modification_before?: string | undefined;
|
|
140
|
+
"address.state_region"?: string[] | undefined;
|
|
141
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
142
|
//#endregion
|
|
8
143
|
export { salesflareListMyContacts };
|
|
9
144
|
//# sourceMappingURL=list-my-contacts.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-my-contacts.d.mts","names":[],"sources":["../../src/actions/list-my-contacts.ts"],"mappings":";;;cAIa,6BAAA,
|
|
1
|
+
{"version":3,"file":"list-my-contacts.d.mts","names":[],"sources":["../../src/actions/list-my-contacts.ts"],"mappings":";;;cAIa,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAiH7B,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAI9B,wBAAA,gCAAwB,wBAAA"}
|
|
@@ -34,19 +34,19 @@ const SalesflareListMyContacts_TagSchema = z.object({
|
|
|
34
34
|
team: z.number().int().describe("Team ID associated with the tag").nullable().optional(),
|
|
35
35
|
creation_date: z.string().describe("Date when tag was created").nullable().optional(),
|
|
36
36
|
modification_date: z.string().describe("Date when tag was last modified").nullable().optional()
|
|
37
|
-
}).describe("Tag information.");
|
|
37
|
+
}).passthrough().describe("Tag information.");
|
|
38
38
|
const SalesflareListMyContacts_OwnerSummarySchema = z.object({
|
|
39
|
-
id: z.number().int().describe("Unique identifier of the owner"),
|
|
39
|
+
id: z.number().int().describe("Unique identifier of the owner").nullable(),
|
|
40
40
|
name: z.string().describe("Name of the owner").nullable().optional(),
|
|
41
41
|
email: z.string().describe("Email address of the owner").nullable().optional(),
|
|
42
42
|
picture: z.string().describe("URL to the owner's picture").nullable().optional()
|
|
43
|
-
}).describe("Summary information about the contact owner.");
|
|
43
|
+
}).passthrough().describe("Summary information about the contact owner.");
|
|
44
44
|
const SalesflareListMyContacts_AccountSummarySchema = z.object({
|
|
45
|
-
id: z.number().int().describe("Unique identifier of the account"),
|
|
45
|
+
id: z.number().int().describe("Unique identifier of the account").nullable(),
|
|
46
46
|
name: z.string().describe("Name of the account").nullable().optional(),
|
|
47
47
|
domain: z.string().describe("Domain of the account").nullable().optional(),
|
|
48
48
|
picture: z.string().describe("URL to the account's picture").nullable().optional()
|
|
49
|
-
}).describe("Summary information about an account.");
|
|
49
|
+
}).passthrough().describe("Summary information about an account.");
|
|
50
50
|
const SalesflareListMyContacts_AddressSchema = z.object({
|
|
51
51
|
zip: z.string().describe("Zip or postal code").nullable().optional(),
|
|
52
52
|
city: z.string().describe("City name").nullable().optional(),
|
|
@@ -54,7 +54,7 @@ const SalesflareListMyContacts_AddressSchema = z.object({
|
|
|
54
54
|
street: z.string().describe("Street address").nullable().optional(),
|
|
55
55
|
country: z.string().describe("Country name").nullable().optional(),
|
|
56
56
|
state_region: z.string().describe("State or region").nullable().optional()
|
|
57
|
-
}).describe("Address information.");
|
|
57
|
+
}).passthrough().describe("Address information.");
|
|
58
58
|
const SalesflareListMyContacts_PositionSchema = z.object({
|
|
59
59
|
role: z.string().describe("Job role or title").nullable().optional(),
|
|
60
60
|
current: z.boolean().describe("Whether this is the current position").nullable().optional(),
|
|
@@ -62,26 +62,26 @@ const SalesflareListMyContacts_PositionSchema = z.object({
|
|
|
62
62
|
end_date: z.string().describe("End date of position").nullable().optional(),
|
|
63
63
|
start_date: z.string().describe("Start date of position").nullable().optional(),
|
|
64
64
|
organisation: z.string().describe("Organization name").nullable().optional()
|
|
65
|
-
}).describe("Position or employment information.");
|
|
65
|
+
}).passthrough().describe("Position or employment information.");
|
|
66
66
|
const SalesflareListMyContacts_PhoneNumberSchema = z.object({
|
|
67
67
|
type: z.string().describe("Phone type (e.g., mobile, work, home)").nullable().optional(),
|
|
68
|
-
number: z.string().describe("Phone number")
|
|
69
|
-
}).describe("Phone number information.");
|
|
68
|
+
number: z.string().describe("Phone number").nullable()
|
|
69
|
+
}).passthrough().describe("Phone number information.");
|
|
70
70
|
const SalesflareListMyContacts_SocialProfileSchema = z.object({
|
|
71
71
|
url: z.string().describe("URL to the social profile").nullable().optional(),
|
|
72
72
|
type: z.string().describe("Social media platform type (e.g., linkedin, twitter)").nullable().optional(),
|
|
73
73
|
username: z.string().describe("Username on the platform").nullable().optional()
|
|
74
|
-
}).describe("Social media profile information.");
|
|
74
|
+
}).passthrough().describe("Social media profile information.");
|
|
75
75
|
const SalesflareListMyContacts_ContactSchema = z.object({
|
|
76
|
-
id: z.number().int().describe("Unique identifier of the contact"),
|
|
76
|
+
id: z.number().int().describe("Unique identifier of the contact").nullable(),
|
|
77
77
|
name: z.string().describe("Full name of the contact").nullable().optional(),
|
|
78
78
|
role: z.string().describe("Role or job title of the contact").nullable().optional(),
|
|
79
79
|
tags: z.array(SalesflareListMyContacts_TagSchema).describe("List of tags assigned to the contact").nullable().optional(),
|
|
80
80
|
type: z.string().describe("Type of the contact").nullable().optional(),
|
|
81
81
|
email: z.string().describe("Primary email address of the contact").nullable().optional(),
|
|
82
|
-
files: z.array(z.
|
|
82
|
+
files: z.array(z.record(z.string(), z.unknown())).describe("List of files attached to the contact").nullable().optional(),
|
|
83
83
|
owner: SalesflareListMyContacts_OwnerSummarySchema.nullable().optional(),
|
|
84
|
-
custom: z.
|
|
84
|
+
custom: z.record(z.string(), z.unknown()).describe("Custom fields for the contact").nullable().optional(),
|
|
85
85
|
domain: z.string().describe("Domain of the contact's organization").nullable().optional(),
|
|
86
86
|
middle: z.string().describe("Middle name of the contact").nullable().optional(),
|
|
87
87
|
prefix: z.string().describe("Name prefix (e.g., Mr., Dr.)").nullable().optional(),
|
|
@@ -113,13 +113,13 @@ const SalesflareListMyContacts_ContactSchema = z.object({
|
|
|
113
113
|
modification_date: z.string().describe("Date when the contact was last modified (ISO 8601 format)").nullable().optional(),
|
|
114
114
|
connection_strength: z.number().describe("Strength of connection with the contact (0-1)").nullable().optional(),
|
|
115
115
|
mobile_phone_number: z.string().describe("Mobile phone number").nullable().optional()
|
|
116
|
-
}).describe("Detailed information about a contact.");
|
|
116
|
+
}).passthrough().describe("Detailed information about a contact.");
|
|
117
117
|
const salesflareListMyContacts = action("SALESFLARE_LIST_MY_CONTACTS", {
|
|
118
118
|
slug: "salesflare-list-my-contacts",
|
|
119
119
|
name: "List My Contacts",
|
|
120
120
|
description: "Tool to list contacts belonging to the current user. Use when you need to retrieve, search, or filter contacts from Salesflare. Supports extensive filtering options including by name, email, phone, date ranges, tags, and custom fields.",
|
|
121
121
|
input: SalesflareListMyContactsInput,
|
|
122
|
-
output: z.object({ contacts: z.array(SalesflareListMyContacts_ContactSchema).describe("List of contacts belonging to the current user") }).describe("Response model containing a list of contacts.")
|
|
122
|
+
output: z.object({ contacts: z.array(SalesflareListMyContacts_ContactSchema).describe("List of contacts belonging to the current user") }).passthrough().describe("Response model containing a list of contacts.")
|
|
123
123
|
});
|
|
124
124
|
//#endregion
|
|
125
125
|
export { salesflareListMyContacts };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-my-contacts.mjs","names":[],"sources":["../../src/actions/list-my-contacts.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SalesflareListMyContactsInput: z.ZodTypeAny = z.object({\n q: z.string().describe(\"Query string for advanced filtering. Use for complex search queries.\").optional(),\n id: z.array(z.number().int()).describe(\"Filter contacts by specific IDs. Provide a list of contact IDs to retrieve.\").optional(),\n tag: z.array(z.number().int()).describe(\"Filter contacts by tag IDs. Provide a list of tag IDs.\").optional(),\n name: z.string().describe(\"Filter contacts by name. Partial matches are supported.\").optional(),\n type: z.enum([\"customer\", \"mycontacts\"]).describe(\"Contact type filter options.\").optional(),\n email: z.string().describe(\"Filter contacts by email address. Partial matches are supported.\").optional(),\n limit: z.number().int().default(20).describe(\"Maximum number of contacts to return. Defaults to 20.\").optional(),\n custom: z.string().describe(\"Filter by custom fields. Format depends on your custom field configuration.\").optional(),\n domain: z.string().describe(\"Filter contacts by domain. Useful for finding contacts from specific companies.\").optional(),\n \"export\": z.string().describe(\"Export format for the contacts. Specify the desired export format.\").optional(),\n offset: z.number().int().default(0).describe(\"Number of contacts to skip for pagination. Defaults to 0.\").optional(),\n search: z.string().describe(\"Search contacts by keyword. Searches across multiple fields like name, email, and company.\").optional(),\n account: z.array(z.number().int()).describe(\"Filter contacts by account IDs. Provide a list of account IDs.\").optional(),\n order_by: z.array(z.string()).describe(\"Order results by specified fields. Can be just 'key' (e.g., 'name') or 'key sortOrder' (e.g., 'name desc'). Defaults to ascending order.\").optional(),\n \"tag.name\": z.array(z.string()).describe(\"Filter contacts by tag names. Provide a list of tag names.\").optional(),\n \"address.city\": z.array(z.string()).describe(\"Filter contacts by city. Provide a list of city names.\").optional(),\n phone_number: z.string().describe(\"Filter contacts by phone number. Partial matches are supported.\").optional(),\n \"position.role\": z.array(z.string()).describe(\"Filter contacts by their position/role. Provide a list of role names.\").optional(),\n creation_after: z.string().describe(\"Filter contacts created after this date. Use ISO 8601 date format (YYYY-MM-DD or YYYY-MM-DDTHH:MM:SSZ).\").optional(),\n \"address.country\": z.array(z.string()).describe(\"Filter contacts by country. Provide a list of country names or codes.\").optional(),\n creation_before: z.string().describe(\"Filter contacts created before this date. Use ISO 8601 date format (YYYY-MM-DD or YYYY-MM-DDTHH:MM:SSZ).\").optional(),\n include_archived: z.boolean().describe(\"Include archived contacts in the results. Set to true to include archived contacts.\").optional(),\n modification_after: z.string().describe(\"Filter contacts modified after this date. Use ISO 8601 date format (YYYY-MM-DD or YYYY-MM-DDTHH:MM:SSZ).\").optional(),\n modification_before: z.string().describe(\"Filter contacts modified before this date. Use ISO 8601 date format (YYYY-MM-DD or YYYY-MM-DDTHH:MM:SSZ).\").optional(),\n \"address.state_region\": z.array(z.string()).describe(\"Filter contacts by state or region. Provide a list of state/region names.\").optional(),\n}).describe(\"Request model for listing current user's contacts.\");\nconst SalesflareListMyContacts_TagSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the tag\").nullable().optional(),\n name: z.string().describe(\"Name of the tag\").nullable().optional(),\n team: z.number().int().describe(\"Team ID associated with the tag\").nullable().optional(),\n creation_date: z.string().describe(\"Date when tag was created\").nullable().optional(),\n modification_date: z.string().describe(\"Date when tag was last modified\").nullable().optional(),\n}).describe(\"Tag information.\");\nconst SalesflareListMyContacts_OwnerSummarySchema: 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}).describe(\"Summary information about the contact owner.\");\nconst SalesflareListMyContacts_AccountSummarySchema: 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 domain: z.string().describe(\"Domain of the account\").nullable().optional(),\n picture: z.string().describe(\"URL to the account's picture\").nullable().optional(),\n}).describe(\"Summary information about an account.\");\nconst SalesflareListMyContacts_AddressSchema: z.ZodTypeAny = z.object({\n zip: z.string().describe(\"Zip or postal code\").nullable().optional(),\n city: z.string().describe(\"City name\").nullable().optional(),\n type: z.string().describe(\"Address type (e.g., work, home)\").nullable().optional(),\n street: z.string().describe(\"Street address\").nullable().optional(),\n country: z.string().describe(\"Country name\").nullable().optional(),\n state_region: z.string().describe(\"State or region\").nullable().optional(),\n}).describe(\"Address information.\");\nconst SalesflareListMyContacts_PositionSchema: z.ZodTypeAny = z.object({\n role: z.string().describe(\"Job role or title\").nullable().optional(),\n current: z.boolean().describe(\"Whether this is the current position\").nullable().optional(),\n primary: z.boolean().describe(\"Whether this is the primary position\").nullable().optional(),\n end_date: z.string().describe(\"End date of position\").nullable().optional(),\n start_date: z.string().describe(\"Start date of position\").nullable().optional(),\n organisation: z.string().describe(\"Organization name\").nullable().optional(),\n}).describe(\"Position or employment information.\");\nconst SalesflareListMyContacts_PhoneNumberSchema: z.ZodTypeAny = z.object({\n type: z.string().describe(\"Phone type (e.g., mobile, work, home)\").nullable().optional(),\n number: z.string().describe(\"Phone number\"),\n}).describe(\"Phone number information.\");\nconst SalesflareListMyContacts_SocialProfileSchema: z.ZodTypeAny = z.object({\n url: z.string().describe(\"URL to the social profile\").nullable().optional(),\n type: z.string().describe(\"Social media platform type (e.g., linkedin, twitter)\").nullable().optional(),\n username: z.string().describe(\"Username on the platform\").nullable().optional(),\n}).describe(\"Social media profile information.\");\nconst SalesflareListMyContacts_ContactSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the contact\"),\n name: z.string().describe(\"Full name of the contact\").nullable().optional(),\n role: z.string().describe(\"Role or job title of the contact\").nullable().optional(),\n tags: z.array(SalesflareListMyContacts_TagSchema).describe(\"List of tags assigned to the contact\").nullable().optional(),\n type: z.string().describe(\"Type of the contact\").nullable().optional(),\n email: z.string().describe(\"Primary email address of the contact\").nullable().optional(),\n files: z.array(z.object({})).describe(\"List of files attached to the contact\").nullable().optional(),\n owner: SalesflareListMyContacts_OwnerSummarySchema.nullable().optional(),\n custom: z.object({}).describe(\"Custom fields for the contact\").nullable().optional(),\n domain: z.string().describe(\"Domain of the contact's organization\").nullable().optional(),\n middle: z.string().describe(\"Middle name of the contact\").nullable().optional(),\n prefix: z.string().describe(\"Name prefix (e.g., Mr., Dr.)\").nullable().optional(),\n suffix: z.string().describe(\"Name suffix (e.g., Jr., Sr.)\").nullable().optional(),\n account: SalesflareListMyContacts_AccountSummarySchema.nullable().optional(),\n bounced: z.boolean().describe(\"Whether emails to this contact have bounced\").nullable().optional(),\n \"opt-out\": z.boolean().describe(\"Whether the contact has opted out of communications\").nullable().optional(),\n picture: z.string().describe(\"URL to the contact's picture\").nullable().optional(),\n archived: z.boolean().describe(\"Whether the contact is archived\").nullable().optional(),\n can_edit: z.boolean().describe(\"Whether the current user can edit this contact\").nullable().optional(),\n lastname: z.string().describe(\"Last name of the contact\").nullable().optional(),\n addresses: z.array(SalesflareListMyContacts_AddressSchema).describe(\"List of addresses associated with the contact\").nullable().optional(),\n firstname: z.string().describe(\"First name of the contact\").nullable().optional(),\n positions: z.array(SalesflareListMyContacts_PositionSchema).describe(\"List of positions held by the contact\").nullable().optional(),\n birth_date: z.string().describe(\"Birth date of the contact\").nullable().optional(),\n fax_number: z.string().describe(\"Fax number\").nullable().optional(),\n not_viewed: z.boolean().describe(\"Whether the contact has not been viewed\").nullable().optional(),\n bounced_date: z.string().describe(\"Date when the email bounced (ISO 8601 format)\").nullable().optional(),\n \"opt-out_date\": z.string().describe(\"Date when the contact opted out (ISO 8601 format)\").nullable().optional(),\n organisation: z.string().describe(\"Organization name\").nullable().optional(),\n phone_number: z.string().describe(\"Primary phone number of the contact\").nullable().optional(),\n creation_date: z.string().describe(\"Date when the contact was created (ISO 8601 format)\").nullable().optional(),\n phone_numbers: z.array(SalesflareListMyContacts_PhoneNumberSchema).describe(\"List of all phone numbers associated with the contact\").nullable().optional(),\n last_email_date: z.string().describe(\"Date of last email interaction (ISO 8601 format)\").nullable().optional(),\n social_profiles: z.array(SalesflareListMyContacts_SocialProfileSchema).describe(\"List of social media profiles\").nullable().optional(),\n \"opt-out_campaign\": z.string().describe(\"Campaign from which the contact opted out\").nullable().optional(),\n home_phone_number: z.string().describe(\"Home phone number\").nullable().optional(),\n last_meeting_date: z.string().describe(\"Date of last meeting (ISO 8601 format)\").nullable().optional(),\n modification_date: z.string().describe(\"Date when the contact was last modified (ISO 8601 format)\").nullable().optional(),\n connection_strength: z.number().describe(\"Strength of connection with the contact (0-1)\").nullable().optional(),\n mobile_phone_number: z.string().describe(\"Mobile phone number\").nullable().optional(),\n}).describe(\"Detailed information about a contact.\");\nexport const SalesflareListMyContactsOutput: z.ZodTypeAny = z.object({\n contacts: z.array(SalesflareListMyContacts_ContactSchema).describe(\"List of contacts belonging to the current user\"),\n}).describe(\"Response model containing a list of contacts.\");\n\nexport const salesflareListMyContacts = action(\"SALESFLARE_LIST_MY_CONTACTS\", {\n slug: \"salesflare-list-my-contacts\",\n name: \"List My Contacts\",\n description: \"Tool to list contacts belonging to the current user. Use when you need to retrieve, search, or filter contacts from Salesflare. Supports extensive filtering options including by name, email, phone, date ranges, tags, and custom fields.\",\n input: SalesflareListMyContactsInput,\n output: SalesflareListMyContactsOutput,\n});\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"list-my-contacts.mjs","names":[],"sources":["../../src/actions/list-my-contacts.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SalesflareListMyContactsInput = z.object({\n q: z.string().describe(\"Query string for advanced filtering. Use for complex search queries.\").optional(),\n id: z.array(z.number().int()).describe(\"Filter contacts by specific IDs. Provide a list of contact IDs to retrieve.\").optional(),\n tag: z.array(z.number().int()).describe(\"Filter contacts by tag IDs. Provide a list of tag IDs.\").optional(),\n name: z.string().describe(\"Filter contacts by name. Partial matches are supported.\").optional(),\n type: z.enum([\"customer\", \"mycontacts\"]).describe(\"Contact type filter options.\").optional(),\n email: z.string().describe(\"Filter contacts by email address. Partial matches are supported.\").optional(),\n limit: z.number().int().default(20).describe(\"Maximum number of contacts to return. Defaults to 20.\").optional(),\n custom: z.string().describe(\"Filter by custom fields. Format depends on your custom field configuration.\").optional(),\n domain: z.string().describe(\"Filter contacts by domain. Useful for finding contacts from specific companies.\").optional(),\n \"export\": z.string().describe(\"Export format for the contacts. Specify the desired export format.\").optional(),\n offset: z.number().int().default(0).describe(\"Number of contacts to skip for pagination. Defaults to 0.\").optional(),\n search: z.string().describe(\"Search contacts by keyword. Searches across multiple fields like name, email, and company.\").optional(),\n account: z.array(z.number().int()).describe(\"Filter contacts by account IDs. Provide a list of account IDs.\").optional(),\n order_by: z.array(z.string()).describe(\"Order results by specified fields. Can be just 'key' (e.g., 'name') or 'key sortOrder' (e.g., 'name desc'). Defaults to ascending order.\").optional(),\n \"tag.name\": z.array(z.string()).describe(\"Filter contacts by tag names. Provide a list of tag names.\").optional(),\n \"address.city\": z.array(z.string()).describe(\"Filter contacts by city. Provide a list of city names.\").optional(),\n phone_number: z.string().describe(\"Filter contacts by phone number. Partial matches are supported.\").optional(),\n \"position.role\": z.array(z.string()).describe(\"Filter contacts by their position/role. Provide a list of role names.\").optional(),\n creation_after: z.string().describe(\"Filter contacts created after this date. Use ISO 8601 date format (YYYY-MM-DD or YYYY-MM-DDTHH:MM:SSZ).\").optional(),\n \"address.country\": z.array(z.string()).describe(\"Filter contacts by country. Provide a list of country names or codes.\").optional(),\n creation_before: z.string().describe(\"Filter contacts created before this date. Use ISO 8601 date format (YYYY-MM-DD or YYYY-MM-DDTHH:MM:SSZ).\").optional(),\n include_archived: z.boolean().describe(\"Include archived contacts in the results. Set to true to include archived contacts.\").optional(),\n modification_after: z.string().describe(\"Filter contacts modified after this date. Use ISO 8601 date format (YYYY-MM-DD or YYYY-MM-DDTHH:MM:SSZ).\").optional(),\n modification_before: z.string().describe(\"Filter contacts modified before this date. Use ISO 8601 date format (YYYY-MM-DD or YYYY-MM-DDTHH:MM:SSZ).\").optional(),\n \"address.state_region\": z.array(z.string()).describe(\"Filter contacts by state or region. Provide a list of state/region names.\").optional(),\n}).describe(\"Request model for listing current user's contacts.\");\nconst SalesflareListMyContacts_TagSchema = z.object({\n id: z.number().int().describe(\"Unique identifier of the tag\").nullable().optional(),\n name: z.string().describe(\"Name of the tag\").nullable().optional(),\n team: z.number().int().describe(\"Team ID associated with the tag\").nullable().optional(),\n creation_date: z.string().describe(\"Date when tag was created\").nullable().optional(),\n modification_date: z.string().describe(\"Date when tag was last modified\").nullable().optional(),\n}).passthrough().describe(\"Tag information.\");\nconst SalesflareListMyContacts_OwnerSummarySchema = z.object({\n id: z.number().int().describe(\"Unique identifier of the owner\").nullable(),\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}).passthrough().describe(\"Summary information about the contact owner.\");\nconst SalesflareListMyContacts_AccountSummarySchema = z.object({\n id: z.number().int().describe(\"Unique identifier of the account\").nullable(),\n name: z.string().describe(\"Name of the account\").nullable().optional(),\n domain: z.string().describe(\"Domain of the account\").nullable().optional(),\n picture: z.string().describe(\"URL to the account's picture\").nullable().optional(),\n}).passthrough().describe(\"Summary information about an account.\");\nconst SalesflareListMyContacts_AddressSchema = z.object({\n zip: z.string().describe(\"Zip or postal code\").nullable().optional(),\n city: z.string().describe(\"City name\").nullable().optional(),\n type: z.string().describe(\"Address type (e.g., work, home)\").nullable().optional(),\n street: z.string().describe(\"Street address\").nullable().optional(),\n country: z.string().describe(\"Country name\").nullable().optional(),\n state_region: z.string().describe(\"State or region\").nullable().optional(),\n}).passthrough().describe(\"Address information.\");\nconst SalesflareListMyContacts_PositionSchema = z.object({\n role: z.string().describe(\"Job role or title\").nullable().optional(),\n current: z.boolean().describe(\"Whether this is the current position\").nullable().optional(),\n primary: z.boolean().describe(\"Whether this is the primary position\").nullable().optional(),\n end_date: z.string().describe(\"End date of position\").nullable().optional(),\n start_date: z.string().describe(\"Start date of position\").nullable().optional(),\n organisation: z.string().describe(\"Organization name\").nullable().optional(),\n}).passthrough().describe(\"Position or employment information.\");\nconst SalesflareListMyContacts_PhoneNumberSchema = z.object({\n type: z.string().describe(\"Phone type (e.g., mobile, work, home)\").nullable().optional(),\n number: z.string().describe(\"Phone number\").nullable(),\n}).passthrough().describe(\"Phone number information.\");\nconst SalesflareListMyContacts_SocialProfileSchema = z.object({\n url: z.string().describe(\"URL to the social profile\").nullable().optional(),\n type: z.string().describe(\"Social media platform type (e.g., linkedin, twitter)\").nullable().optional(),\n username: z.string().describe(\"Username on the platform\").nullable().optional(),\n}).passthrough().describe(\"Social media profile information.\");\nconst SalesflareListMyContacts_ContactSchema = z.object({\n id: z.number().int().describe(\"Unique identifier of the contact\").nullable(),\n name: z.string().describe(\"Full name of the contact\").nullable().optional(),\n role: z.string().describe(\"Role or job title of the contact\").nullable().optional(),\n tags: z.array(SalesflareListMyContacts_TagSchema).describe(\"List of tags assigned to the contact\").nullable().optional(),\n type: z.string().describe(\"Type of the contact\").nullable().optional(),\n email: z.string().describe(\"Primary email address of the contact\").nullable().optional(),\n files: z.array(z.record(z.string(), z.unknown())).describe(\"List of files attached to the contact\").nullable().optional(),\n owner: SalesflareListMyContacts_OwnerSummarySchema.nullable().optional(),\n custom: z.record(z.string(), z.unknown()).describe(\"Custom fields for the contact\").nullable().optional(),\n domain: z.string().describe(\"Domain of the contact's organization\").nullable().optional(),\n middle: z.string().describe(\"Middle name of the contact\").nullable().optional(),\n prefix: z.string().describe(\"Name prefix (e.g., Mr., Dr.)\").nullable().optional(),\n suffix: z.string().describe(\"Name suffix (e.g., Jr., Sr.)\").nullable().optional(),\n account: SalesflareListMyContacts_AccountSummarySchema.nullable().optional(),\n bounced: z.boolean().describe(\"Whether emails to this contact have bounced\").nullable().optional(),\n \"opt-out\": z.boolean().describe(\"Whether the contact has opted out of communications\").nullable().optional(),\n picture: z.string().describe(\"URL to the contact's picture\").nullable().optional(),\n archived: z.boolean().describe(\"Whether the contact is archived\").nullable().optional(),\n can_edit: z.boolean().describe(\"Whether the current user can edit this contact\").nullable().optional(),\n lastname: z.string().describe(\"Last name of the contact\").nullable().optional(),\n addresses: z.array(SalesflareListMyContacts_AddressSchema).describe(\"List of addresses associated with the contact\").nullable().optional(),\n firstname: z.string().describe(\"First name of the contact\").nullable().optional(),\n positions: z.array(SalesflareListMyContacts_PositionSchema).describe(\"List of positions held by the contact\").nullable().optional(),\n birth_date: z.string().describe(\"Birth date of the contact\").nullable().optional(),\n fax_number: z.string().describe(\"Fax number\").nullable().optional(),\n not_viewed: z.boolean().describe(\"Whether the contact has not been viewed\").nullable().optional(),\n bounced_date: z.string().describe(\"Date when the email bounced (ISO 8601 format)\").nullable().optional(),\n \"opt-out_date\": z.string().describe(\"Date when the contact opted out (ISO 8601 format)\").nullable().optional(),\n organisation: z.string().describe(\"Organization name\").nullable().optional(),\n phone_number: z.string().describe(\"Primary phone number of the contact\").nullable().optional(),\n creation_date: z.string().describe(\"Date when the contact was created (ISO 8601 format)\").nullable().optional(),\n phone_numbers: z.array(SalesflareListMyContacts_PhoneNumberSchema).describe(\"List of all phone numbers associated with the contact\").nullable().optional(),\n last_email_date: z.string().describe(\"Date of last email interaction (ISO 8601 format)\").nullable().optional(),\n social_profiles: z.array(SalesflareListMyContacts_SocialProfileSchema).describe(\"List of social media profiles\").nullable().optional(),\n \"opt-out_campaign\": z.string().describe(\"Campaign from which the contact opted out\").nullable().optional(),\n home_phone_number: z.string().describe(\"Home phone number\").nullable().optional(),\n last_meeting_date: z.string().describe(\"Date of last meeting (ISO 8601 format)\").nullable().optional(),\n modification_date: z.string().describe(\"Date when the contact was last modified (ISO 8601 format)\").nullable().optional(),\n connection_strength: z.number().describe(\"Strength of connection with the contact (0-1)\").nullable().optional(),\n mobile_phone_number: z.string().describe(\"Mobile phone number\").nullable().optional(),\n}).passthrough().describe(\"Detailed information about a contact.\");\nexport const SalesflareListMyContactsOutput = z.object({\n contacts: z.array(SalesflareListMyContacts_ContactSchema).describe(\"List of contacts belonging to the current user\"),\n}).passthrough().describe(\"Response model containing a list of contacts.\");\n\nexport const salesflareListMyContacts = action(\"SALESFLARE_LIST_MY_CONTACTS\", {\n slug: \"salesflare-list-my-contacts\",\n name: \"List My Contacts\",\n description: \"Tool to list contacts belonging to the current user. Use when you need to retrieve, search, or filter contacts from Salesflare. Supports extensive filtering options including by name, email, phone, date ranges, tags, and custom fields.\",\n input: SalesflareListMyContactsInput,\n output: SalesflareListMyContactsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAAgC,EAAE,OAAO;CACpD,GAAG,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS;CACxG,IAAI,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,6EAA6E,CAAC,CAAC,SAAS;CAC/H,KAAK,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS;CAC3G,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;CAC9F,MAAM,EAAE,KAAK,CAAC,YAAY,YAAY,CAAC,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;CAC3F,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS;CACxG,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS;CAC/G,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,6EAA6E,CAAC,CAAC,SAAS;CACpH,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,iFAAiF,CAAC,CAAC,SAAS;CACxH,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS;CAC7G,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS;CACnH,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,4FAA4F,CAAC,CAAC,SAAS;CACnI,SAAS,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS;CACvH,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,0IAA0I,CAAC,CAAC,SAAS;CAC5L,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CAChH,gBAAgB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS;CAChH,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS;CAC9G,iBAAiB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS;CAChI,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,yGAAyG,CAAC,CAAC,SAAS;CACxJ,mBAAmB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS;CAClI,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,0GAA0G,CAAC,CAAC,SAAS;CAC1J,kBAAkB,EAAE,QAAQ,CAAC,CAAC,SAAS,qFAAqF,CAAC,CAAC,SAAS;CACvI,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,0GAA0G,CAAC,CAAC,SAAS;CAC7J,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,2GAA2G,CAAC,CAAC,SAAS;CAC/J,wBAAwB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,2EAA2E,CAAC,CAAC,SAAS;AAC7I,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAM,qCAAqC,EAAE,OAAO;CAClD,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAChG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,kBAAkB;AAC5C,MAAM,8CAA8C,EAAE,OAAO;CAC3D,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CACzE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8CAA8C;AACxE,MAAM,gDAAgD,EAAE,OAAO;CAC7D,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CAC3E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,uCAAuC;AACjE,MAAM,yCAAyC,EAAE,OAAO;CACtD,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,WAAW,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,cAAc,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjE,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3E,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,sBAAsB;AAChD,MAAM,0CAA0C,EAAE,OAAO;CACvD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnE,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC7E,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,qCAAqC;AAC/D,MAAM,6CAA6C,EAAE,OAAO;CAC1D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,cAAc,CAAC,CAAC,SAAS;AACvD,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,2BAA2B;AACrD,MAAM,+CAA+C,EAAE,OAAO;CAC5D,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAChF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,mCAAmC;AAC7D,MAAM,yCAAyC,EAAE,OAAO;CACtD,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CAC3E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,MAAM,EAAE,MAAM,kCAAkC,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvH,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxH,OAAO,4CAA4C,SAAS,CAAC,CAAC,SAAS;CACvE,QAAQ,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,SAAS,8CAA8C,SAAS,CAAC,CAAC,SAAS;CAC3E,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,WAAW,EAAE,MAAM,sCAAsC,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzI,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,WAAW,EAAE,MAAM,uCAAuC,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClI,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,YAAY,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClE,YAAY,EAAE,QAAQ,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9G,eAAe,EAAE,MAAM,0CAA0C,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzJ,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,iBAAiB,EAAE,MAAM,4CAA4C,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrI,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxH,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9G,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,uCAAuC;AAKjE,MAAa,2BAA2B,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT4C,EAAE,OAAO,EACrD,UAAU,EAAE,MAAM,sCAAsC,CAAC,CAAC,SAAS,gDAAgD,EACrH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,+CAOhB;AACV,CAAC"}
|
|
@@ -41,36 +41,36 @@ const SalesflareListOpportunitiesInput = zod.z.object({
|
|
|
41
41
|
const SalesflareListOpportunities_OpportunityTagSchema = zod.z.object({
|
|
42
42
|
id: zod.z.number().int().describe("Tag ID.").nullable().optional(),
|
|
43
43
|
name: zod.z.string().describe("Tag name.").nullable().optional()
|
|
44
|
-
}).describe("Opportunity tag information.");
|
|
44
|
+
}).passthrough().describe("Opportunity tag information.");
|
|
45
45
|
const SalesflareListOpportunities_OpportunityUserSchema = zod.z.object({
|
|
46
46
|
id: zod.z.number().int().describe("User ID.").nullable().optional(),
|
|
47
47
|
name: zod.z.string().describe("User name.").nullable().optional(),
|
|
48
48
|
email: zod.z.string().describe("User email address.").nullable().optional(),
|
|
49
49
|
picture: zod.z.string().describe("User picture URL.").nullable().optional(),
|
|
50
50
|
disabled: zod.z.boolean().describe("Whether the user is disabled.").nullable().optional()
|
|
51
|
-
}).describe("User information for an opportunity.");
|
|
51
|
+
}).passthrough().describe("User information for an opportunity.");
|
|
52
52
|
const SalesflareListOpportunities_OpportunityStageSchema = zod.z.object({
|
|
53
53
|
id: zod.z.number().int().describe("Stage ID.").nullable().optional(),
|
|
54
54
|
name: zod.z.string().describe("Stage name.").nullable().optional(),
|
|
55
55
|
order: zod.z.number().int().describe("Stage order in the pipeline.").nullable().optional(),
|
|
56
56
|
probability: zod.z.number().describe("Probability percentage for this stage.").nullable().optional()
|
|
57
|
-
}).describe("Opportunity stage information.");
|
|
57
|
+
}).passthrough().describe("Opportunity stage information.");
|
|
58
58
|
const SalesflareListOpportunities_OpportunityAccountSchema = zod.z.object({
|
|
59
59
|
id: zod.z.number().int().describe("Account ID.").nullable().optional(),
|
|
60
60
|
name: zod.z.string().describe("Account name.").nullable().optional(),
|
|
61
61
|
hotness: zod.z.number().int().describe("Account hotness level.").nullable().optional(),
|
|
62
62
|
picture: zod.z.string().describe("Account picture URL.").nullable().optional()
|
|
63
|
-
}).describe("Account information for an opportunity.");
|
|
63
|
+
}).passthrough().describe("Account information for an opportunity.");
|
|
64
64
|
const SalesflareListOpportunities_OpportunityCurrencySchema = zod.z.object({
|
|
65
65
|
id: zod.z.number().int().describe("Currency ID.").nullable().optional(),
|
|
66
66
|
iso: zod.z.string().describe("ISO currency code.").nullable().optional(),
|
|
67
67
|
html: zod.z.string().describe("HTML entity for currency symbol.").nullable().optional()
|
|
68
|
-
}).describe("Currency information for an opportunity.");
|
|
68
|
+
}).passthrough().describe("Currency information for an opportunity.");
|
|
69
69
|
const SalesflareListOpportunities_OpportunityContactSchema = zod.z.object({
|
|
70
70
|
id: zod.z.number().int().describe("Contact ID.").nullable().optional(),
|
|
71
71
|
name: zod.z.string().describe("Contact name.").nullable().optional(),
|
|
72
72
|
email: zod.z.string().describe("Contact email address.").nullable().optional()
|
|
73
|
-
}).describe("Contact information for an opportunity.");
|
|
73
|
+
}).passthrough().describe("Contact information for an opportunity.");
|
|
74
74
|
const SalesflareListOpportunities_OpportunitySchema = zod.z.object({
|
|
75
75
|
id: zod.z.number().int().describe("Unique opportunity ID.").nullable().optional(),
|
|
76
76
|
name: zod.z.string().describe("Opportunity name.").nullable().optional(),
|
|
@@ -99,8 +99,8 @@ const SalesflareListOpportunities_OpportunitySchema = zod.z.object({
|
|
|
99
99
|
modification_date: zod.z.string().describe("Date when opportunity was last modified (ISO 8601 format).").nullable().optional(),
|
|
100
100
|
contract_start_date: zod.z.string().describe("Contract start date for recurring opportunities (ISO 8601 format).").nullable().optional(),
|
|
101
101
|
recurring_price_per_unit: zod.z.number().describe("Recurring price per unit for subscription opportunities.").nullable().optional()
|
|
102
|
-
}).describe("Individual opportunity object.");
|
|
103
|
-
const SalesflareListOpportunitiesOutput = zod.z.object({ opportunities: zod.z.array(SalesflareListOpportunities_OpportunitySchema).describe("Array of opportunity objects matching the filter criteria.") }).describe("Response model containing the list of opportunities.");
|
|
102
|
+
}).passthrough().describe("Individual opportunity object.");
|
|
103
|
+
const SalesflareListOpportunitiesOutput = zod.z.object({ opportunities: zod.z.array(SalesflareListOpportunities_OpportunitySchema).describe("Array of opportunity objects matching the filter criteria.") }).passthrough().describe("Response model containing the list of opportunities.");
|
|
104
104
|
const salesflareListOpportunities = require_action.action("SALESFLARE_LIST_OPPORTUNITIES", {
|
|
105
105
|
slug: "salesflare-list-opportunities",
|
|
106
106
|
name: "List Opportunities",
|