@keystrokehq/salesforce 0.1.3 → 0.1.5
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 +2 -2
- package/dist/actions/add-contact-to-campaign.d.cts +13 -1
- package/dist/actions/add-contact-to-campaign.d.cts.map +1 -1
- package/dist/actions/add-contact-to-campaign.d.mts +13 -1
- package/dist/actions/add-contact-to-campaign.d.mts.map +1 -1
- package/dist/actions/add-lead-to-campaign.d.cts +13 -1
- package/dist/actions/add-lead-to-campaign.d.cts.map +1 -1
- package/dist/actions/add-lead-to-campaign.d.mts +13 -1
- package/dist/actions/add-lead-to-campaign.d.mts.map +1 -1
- package/dist/actions/add-opportunity-line-item.cjs +1 -1
- package/dist/actions/add-opportunity-line-item.cjs.map +1 -1
- package/dist/actions/add-opportunity-line-item.d.cts +13 -1
- package/dist/actions/add-opportunity-line-item.d.cts.map +1 -1
- package/dist/actions/add-opportunity-line-item.d.mts +13 -1
- package/dist/actions/add-opportunity-line-item.d.mts.map +1 -1
- package/dist/actions/add-opportunity-line-item.mjs +1 -1
- package/dist/actions/add-opportunity-line-item.mjs.map +1 -1
- package/dist/actions/apply-lead-assignment-rules.d.cts +13 -1
- package/dist/actions/apply-lead-assignment-rules.d.mts +13 -1
- package/dist/actions/associate-contact-to-account.d.cts +13 -1
- package/dist/actions/associate-contact-to-account.d.cts.map +1 -1
- package/dist/actions/associate-contact-to-account.d.mts +13 -1
- package/dist/actions/associate-contact-to-account.d.mts.map +1 -1
- package/dist/actions/clone-opportunity-with-products.d.cts +13 -1
- package/dist/actions/clone-opportunity-with-products.d.mts +13 -1
- package/dist/actions/clone-record.d.cts +13 -1
- package/dist/actions/clone-record.d.mts +13 -1
- package/dist/actions/close-or-abort-job.d.cts +13 -1
- package/dist/actions/close-or-abort-job.d.mts +13 -1
- package/dist/actions/complete-task.d.cts +13 -1
- package/dist/actions/complete-task.d.cts.map +1 -1
- package/dist/actions/complete-task.d.mts +13 -1
- package/dist/actions/complete-task.d.mts.map +1 -1
- package/dist/actions/create-a-record.d.cts +13 -1
- package/dist/actions/create-a-record.d.cts.map +1 -1
- package/dist/actions/create-a-record.d.mts +13 -1
- package/dist/actions/create-a-record.d.mts.map +1 -1
- package/dist/actions/create-account.d.cts +13 -1
- package/dist/actions/create-account.d.cts.map +1 -1
- package/dist/actions/create-account.d.mts +13 -1
- package/dist/actions/create-account.d.mts.map +1 -1
- package/dist/actions/create-bulk-ingest-job.cjs +53 -0
- package/dist/actions/create-bulk-ingest-job.cjs.map +1 -0
- package/dist/actions/create-bulk-ingest-job.d.cts +69 -0
- package/dist/actions/create-bulk-ingest-job.d.cts.map +1 -0
- package/dist/actions/create-bulk-ingest-job.d.mts +69 -0
- package/dist/actions/create-bulk-ingest-job.d.mts.map +1 -0
- package/dist/actions/create-bulk-ingest-job.mjs +50 -0
- package/dist/actions/create-bulk-ingest-job.mjs.map +1 -0
- package/dist/actions/create-bulk-query-job.cjs +43 -0
- package/dist/actions/create-bulk-query-job.cjs.map +1 -0
- package/dist/actions/create-bulk-query-job.d.cts +60 -0
- package/dist/actions/create-bulk-query-job.d.cts.map +1 -0
- package/dist/actions/create-bulk-query-job.d.mts +60 -0
- package/dist/actions/create-bulk-query-job.d.mts.map +1 -0
- package/dist/actions/create-bulk-query-job.mjs +40 -0
- package/dist/actions/create-bulk-query-job.mjs.map +1 -0
- package/dist/actions/create-campaign.d.cts +13 -1
- package/dist/actions/create-campaign.d.cts.map +1 -1
- package/dist/actions/create-campaign.d.mts +13 -1
- package/dist/actions/create-campaign.d.mts.map +1 -1
- package/dist/actions/create-contact.d.cts +13 -1
- package/dist/actions/create-contact.d.cts.map +1 -1
- package/dist/actions/create-contact.d.mts +13 -1
- package/dist/actions/create-contact.d.mts.map +1 -1
- package/dist/actions/create-custom-field.cjs +1 -1
- package/dist/actions/create-custom-field.cjs.map +1 -1
- package/dist/actions/create-custom-field.d.cts +13 -1
- package/dist/actions/create-custom-field.d.mts +13 -1
- package/dist/actions/create-custom-field.mjs +1 -1
- package/dist/actions/create-custom-field.mjs.map +1 -1
- package/dist/actions/create-custom-object.d.cts +13 -1
- package/dist/actions/create-custom-object.d.mts +13 -1
- package/dist/actions/create-lead.d.cts +13 -1
- package/dist/actions/create-lead.d.cts.map +1 -1
- package/dist/actions/create-lead.d.mts +13 -1
- package/dist/actions/create-lead.d.mts.map +1 -1
- package/dist/actions/create-note.d.cts +13 -1
- package/dist/actions/create-note.d.cts.map +1 -1
- package/dist/actions/create-note.d.mts +13 -1
- package/dist/actions/create-note.d.mts.map +1 -1
- package/dist/actions/create-opportunity.d.cts +13 -1
- package/dist/actions/create-opportunity.d.cts.map +1 -1
- package/dist/actions/create-opportunity.d.mts +13 -1
- package/dist/actions/create-opportunity.d.mts.map +1 -1
- package/dist/actions/create-s-object-record.d.cts +13 -1
- package/dist/actions/create-s-object-record.d.cts.map +1 -1
- package/dist/actions/create-s-object-record.d.mts +13 -1
- package/dist/actions/create-s-object-record.d.mts.map +1 -1
- package/dist/actions/create-sobject-tree.d.cts +13 -1
- package/dist/actions/create-sobject-tree.d.cts.map +1 -1
- package/dist/actions/create-sobject-tree.d.mts +13 -1
- package/dist/actions/create-sobject-tree.d.mts.map +1 -1
- package/dist/actions/create-task.d.cts +13 -1
- package/dist/actions/create-task.d.cts.map +1 -1
- package/dist/actions/create-task.d.mts +13 -1
- package/dist/actions/create-task.d.mts.map +1 -1
- package/dist/actions/delete-account.d.cts +13 -1
- package/dist/actions/delete-account.d.mts +13 -1
- package/dist/actions/delete-campaign.d.cts +13 -1
- package/dist/actions/delete-campaign.d.mts +13 -1
- package/dist/actions/delete-contact.d.cts +13 -1
- package/dist/actions/delete-contact.d.mts +13 -1
- package/dist/actions/delete-file.d.cts +13 -1
- package/dist/actions/delete-file.d.mts +13 -1
- package/dist/actions/delete-job-query.d.cts +13 -1
- package/dist/actions/delete-job-query.d.mts +13 -1
- package/dist/actions/delete-lead.d.cts +13 -1
- package/dist/actions/delete-lead.d.mts +13 -1
- package/dist/actions/delete-note.d.cts +13 -1
- package/dist/actions/delete-note.d.mts +13 -1
- package/dist/actions/delete-opportunity.d.cts +13 -1
- package/dist/actions/delete-opportunity.d.mts +13 -1
- package/dist/actions/delete-sobject-collections.d.cts +13 -1
- package/dist/actions/delete-sobject-collections.d.mts +13 -1
- package/dist/actions/delete-sobject.d.cts +13 -1
- package/dist/actions/delete-sobject.d.mts +13 -1
- package/dist/actions/execute-global-quick-action.cjs +32 -0
- package/dist/actions/execute-global-quick-action.cjs.map +1 -0
- package/dist/actions/execute-global-quick-action.d.cts +40 -0
- package/dist/actions/execute-global-quick-action.d.cts.map +1 -0
- package/dist/actions/execute-global-quick-action.d.mts +40 -0
- package/dist/actions/execute-global-quick-action.d.mts.map +1 -0
- package/dist/actions/execute-global-quick-action.mjs +31 -0
- package/dist/actions/execute-global-quick-action.mjs.map +1 -0
- package/dist/actions/execute-invocable-action.cjs +28 -0
- package/dist/actions/execute-invocable-action.cjs.map +1 -0
- package/dist/actions/execute-invocable-action.d.cts +41 -0
- package/dist/actions/execute-invocable-action.d.cts.map +1 -0
- package/dist/actions/execute-invocable-action.d.mts +41 -0
- package/dist/actions/execute-invocable-action.d.mts.map +1 -0
- package/dist/actions/execute-invocable-action.mjs +27 -0
- package/dist/actions/execute-invocable-action.mjs.map +1 -0
- package/dist/actions/execute-sobject-quick-action.d.cts +13 -1
- package/dist/actions/execute-sobject-quick-action.d.cts.map +1 -1
- package/dist/actions/execute-sobject-quick-action.d.mts +13 -1
- package/dist/actions/execute-sobject-quick-action.d.mts.map +1 -1
- package/dist/actions/execute-sosl-search.d.cts +13 -1
- package/dist/actions/execute-sosl-search.d.mts +13 -1
- package/dist/actions/get-a-batch-of-records.d.cts +13 -1
- package/dist/actions/get-a-batch-of-records.d.mts +13 -1
- package/dist/actions/get-account.d.cts +13 -1
- package/dist/actions/get-account.d.mts +13 -1
- package/dist/actions/get-all-custom-objects.cjs +1 -1
- package/dist/actions/get-all-custom-objects.cjs.map +1 -1
- package/dist/actions/get-all-custom-objects.d.cts +13 -1
- package/dist/actions/get-all-custom-objects.d.mts +13 -1
- package/dist/actions/get-all-custom-objects.mjs +1 -1
- package/dist/actions/get-all-custom-objects.mjs.map +1 -1
- package/dist/actions/get-all-fields-for-object.d.cts +13 -1
- package/dist/actions/get-all-fields-for-object.d.mts +13 -1
- package/dist/actions/get-all-navigation-items.d.cts +13 -1
- package/dist/actions/get-all-navigation-items.d.mts +13 -1
- package/dist/actions/get-api.d.cts +13 -1
- package/dist/actions/get-api.d.mts +13 -1
- package/dist/actions/get-app.cjs +1 -1
- package/dist/actions/get-app.cjs.map +1 -1
- package/dist/actions/get-app.d.cts +15 -3
- package/dist/actions/get-app.d.mts +15 -3
- package/dist/actions/get-app.mjs +1 -1
- package/dist/actions/get-app.mjs.map +1 -1
- package/dist/actions/get-apps.d.cts +13 -1
- package/dist/actions/get-apps.d.mts +13 -1
- package/dist/actions/get-campaign.d.cts +13 -1
- package/dist/actions/get-campaign.d.mts +13 -1
- package/dist/actions/get-chatter-resources.d.cts +13 -1
- package/dist/actions/get-chatter-resources.d.cts.map +1 -1
- package/dist/actions/get-chatter-resources.d.mts +13 -1
- package/dist/actions/get-chatter-resources.d.mts.map +1 -1
- package/dist/actions/get-child-records.d.cts +13 -1
- package/dist/actions/get-child-records.d.mts +13 -1
- package/dist/actions/get-compact-layouts.d.cts +13 -1
- package/dist/actions/get-compact-layouts.d.mts +13 -1
- package/dist/actions/get-composite-resources.d.cts +13 -1
- package/dist/actions/get-composite-resources.d.cts.map +1 -1
- package/dist/actions/get-composite-resources.d.mts +13 -1
- package/dist/actions/get-composite-resources.d.mts.map +1 -1
- package/dist/actions/get-composite-sobjects.d.cts +13 -1
- package/dist/actions/get-composite-sobjects.d.mts +13 -1
- package/dist/actions/get-consent-action.cjs +1 -1
- package/dist/actions/get-consent-action.cjs.map +1 -1
- package/dist/actions/get-consent-action.d.cts +13 -1
- package/dist/actions/get-consent-action.d.mts +13 -1
- package/dist/actions/get-consent-action.mjs +1 -1
- package/dist/actions/get-consent-action.mjs.map +1 -1
- package/dist/actions/get-contact-by-id.d.cts +13 -1
- package/dist/actions/get-contact-by-id.d.mts +13 -1
- package/dist/actions/get-contact.d.cts +13 -1
- package/dist/actions/get-contact.d.mts +13 -1
- package/dist/actions/get-dashboard.d.cts +13 -1
- package/dist/actions/get-dashboard.d.mts +13 -1
- package/dist/actions/get-file-content.d.cts +13 -1
- package/dist/actions/get-file-content.d.mts +13 -1
- package/dist/actions/get-file-information.d.cts +13 -1
- package/dist/actions/get-file-information.d.mts +13 -1
- package/dist/actions/get-file-shares.d.cts +13 -1
- package/dist/actions/get-file-shares.d.mts +13 -1
- package/dist/actions/get-global-actions.d.cts +13 -1
- package/dist/actions/get-global-actions.d.mts +13 -1
- package/dist/actions/get-job-failed-record-results.d.cts +13 -1
- package/dist/actions/get-job-failed-record-results.d.mts +13 -1
- package/dist/actions/get-job-successful-record-results.d.cts +13 -1
- package/dist/actions/get-job-successful-record-results.d.mts +13 -1
- package/dist/actions/get-job-unprocessed-record-results.d.cts +13 -1
- package/dist/actions/get-job-unprocessed-record-results.d.mts +13 -1
- package/dist/actions/get-last-selected-app.cjs +1 -1
- package/dist/actions/get-last-selected-app.cjs.map +1 -1
- package/dist/actions/get-last-selected-app.d.cts +15 -3
- package/dist/actions/get-last-selected-app.d.mts +15 -3
- package/dist/actions/get-last-selected-app.mjs +1 -1
- package/dist/actions/get-last-selected-app.mjs.map +1 -1
- package/dist/actions/get-lead.d.cts +13 -1
- package/dist/actions/get-lead.d.mts +13 -1
- package/dist/actions/get-list-view-actions.d.cts +13 -1
- package/dist/actions/get-list-view-actions.d.mts +13 -1
- package/dist/actions/get-list-view-metadata-batch.d.cts +13 -1
- package/dist/actions/get-list-view-metadata-batch.d.mts +13 -1
- package/dist/actions/get-list-view-metadata-by-name.d.cts +13 -1
- package/dist/actions/get-list-view-metadata-by-name.d.mts +13 -1
- package/dist/actions/get-list-view-records-by-id.d.cts +13 -1
- package/dist/actions/get-list-view-records-by-id.d.mts +13 -1
- package/dist/actions/get-list-view-records-by-name.d.cts +13 -1
- package/dist/actions/get-list-view-records-by-name.d.mts +13 -1
- package/dist/actions/get-list-view-results.d.cts +13 -1
- package/dist/actions/get-list-view-results.d.mts +13 -1
- package/dist/actions/get-lookup-field-suggestions.d.cts +13 -1
- package/dist/actions/get-lookup-field-suggestions.d.mts +13 -1
- package/dist/actions/get-lookup-suggestions-case-contact.d.cts +13 -1
- package/dist/actions/get-lookup-suggestions-case-contact.d.cts.map +1 -1
- package/dist/actions/get-lookup-suggestions-case-contact.d.mts +13 -1
- package/dist/actions/get-lookup-suggestions-case-contact.d.mts.map +1 -1
- package/dist/actions/get-note.d.cts +13 -1
- package/dist/actions/get-note.d.mts +13 -1
- package/dist/actions/get-object-list-views.d.cts +13 -1
- package/dist/actions/get-object-list-views.d.mts +13 -1
- package/dist/actions/get-opportunity.d.cts +13 -1
- package/dist/actions/get-opportunity.d.mts +13 -1
- package/dist/actions/get-org-limits.d.cts +13 -1
- package/dist/actions/get-org-limits.d.cts.map +1 -1
- package/dist/actions/get-org-limits.d.mts +13 -1
- package/dist/actions/get-org-limits.d.mts.map +1 -1
- package/dist/actions/get-photo-actions.d.cts +13 -1
- package/dist/actions/get-photo-actions.d.mts +13 -1
- package/dist/actions/get-picklist-values-by-record-type.d.cts +13 -1
- package/dist/actions/get-picklist-values-by-record-type.d.mts +13 -1
- package/dist/actions/get-query-job-info.d.cts +13 -1
- package/dist/actions/get-query-job-info.d.mts +13 -1
- package/dist/actions/get-query-job-results.d.cts +13 -1
- package/dist/actions/get-query-job-results.d.mts +13 -1
- package/dist/actions/get-quick-actions.d.cts +13 -1
- package/dist/actions/get-quick-actions.d.cts.map +1 -1
- package/dist/actions/get-quick-actions.d.mts +13 -1
- package/dist/actions/get-quick-actions.d.mts.map +1 -1
- package/dist/actions/get-record-counts.d.cts +13 -1
- package/dist/actions/get-record-counts.d.mts +13 -1
- package/dist/actions/get-record-edit-page-actions.d.cts +13 -1
- package/dist/actions/get-record-edit-page-actions.d.mts +13 -1
- package/dist/actions/get-related-list-actions.d.cts +13 -1
- package/dist/actions/get-related-list-actions.d.mts +13 -1
- package/dist/actions/get-related-list-preferences-batch.d.cts +13 -1
- package/dist/actions/get-related-list-preferences-batch.d.mts +13 -1
- package/dist/actions/get-related-list-records-contacts.d.cts +13 -1
- package/dist/actions/get-related-list-records-contacts.d.mts +13 -1
- package/dist/actions/get-report-instance.cjs +117 -0
- package/dist/actions/get-report-instance.cjs.map +1 -0
- package/dist/actions/get-report-instance.d.cts +128 -0
- package/dist/actions/get-report-instance.d.cts.map +1 -0
- package/dist/actions/get-report-instance.d.mts +128 -0
- package/dist/actions/get-report-instance.d.mts.map +1 -0
- package/dist/actions/get-report-instance.mjs +116 -0
- package/dist/actions/get-report-instance.mjs.map +1 -0
- package/dist/actions/get-s-object-quick-action-default-values.d.cts +13 -1
- package/dist/actions/get-s-object-quick-action-default-values.d.mts +13 -1
- package/dist/actions/get-s-object-record.d.cts +13 -1
- package/dist/actions/get-s-object-record.d.mts +13 -1
- package/dist/actions/get-s-objects-describe-layouts-record-type-id.d.cts +13 -1
- package/dist/actions/get-s-objects-describe-layouts-record-type-id.d.mts +13 -1
- package/dist/actions/get-s-objects-updated.d.cts +13 -1
- package/dist/actions/get-s-objects-updated.d.mts +13 -1
- package/dist/actions/get-search-layout.d.cts +13 -1
- package/dist/actions/get-search-layout.d.mts +13 -1
- package/dist/actions/get-search-suggestions.d.cts +13 -1
- package/dist/actions/get-search-suggestions.d.mts +13 -1
- package/dist/actions/get-sobject-by-external-id.d.cts +13 -1
- package/dist/actions/get-sobject-by-external-id.d.mts +13 -1
- package/dist/actions/get-sobject-collections.d.cts +13 -1
- package/dist/actions/get-sobject-collections.d.mts +13 -1
- package/dist/actions/get-sobject-list-view.d.cts +13 -1
- package/dist/actions/get-sobject-list-view.d.mts +13 -1
- package/dist/actions/get-sobject-list-views.d.cts +13 -1
- package/dist/actions/get-sobject-list-views.d.mts +13 -1
- package/dist/actions/get-sobject-platformaction.d.cts +13 -1
- package/dist/actions/get-sobject-platformaction.d.cts.map +1 -1
- package/dist/actions/get-sobject-platformaction.d.mts +13 -1
- package/dist/actions/get-sobject-platformaction.d.mts.map +1 -1
- package/dist/actions/get-sobject-quick-action-default-values.d.cts +13 -1
- package/dist/actions/get-sobject-quick-action-default-values.d.mts +13 -1
- package/dist/actions/get-sobject-relationship.d.cts +13 -1
- package/dist/actions/get-sobject-relationship.d.mts +13 -1
- package/dist/actions/get-sobjects-sobject-describe-approvallayouts.d.cts +13 -1
- package/dist/actions/get-sobjects-sobject-describe-approvallayouts.d.mts +13 -1
- package/dist/actions/get-support-knowledge-articles.d.cts +13 -1
- package/dist/actions/get-support-knowledge-articles.d.mts +13 -1
- package/dist/actions/get-support.cjs +6 -6
- package/dist/actions/get-support.cjs.map +1 -1
- package/dist/actions/get-support.d.cts +19 -7
- package/dist/actions/get-support.d.cts.map +1 -1
- package/dist/actions/get-support.d.mts +19 -7
- package/dist/actions/get-support.d.mts.map +1 -1
- package/dist/actions/get-support.mjs +6 -6
- package/dist/actions/get-support.mjs.map +1 -1
- package/dist/actions/get-supported-objects-directory.d.cts +13 -1
- package/dist/actions/get-supported-objects-directory.d.mts +13 -1
- package/dist/actions/get-theme.d.cts +13 -1
- package/dist/actions/get-theme.d.cts.map +1 -1
- package/dist/actions/get-theme.d.mts +13 -1
- package/dist/actions/get-theme.d.mts.map +1 -1
- package/dist/actions/get-ui-api-actions-lookup-account.d.cts +13 -1
- package/dist/actions/get-ui-api-actions-lookup-account.d.mts +13 -1
- package/dist/actions/get-ui-api-actions-record-related-list.d.cts +13 -1
- package/dist/actions/get-ui-api-actions-record-related-list.d.mts +13 -1
- package/dist/actions/get-ui-api-apps-user-nav-items.d.cts +13 -1
- package/dist/actions/get-ui-api-apps-user-nav-items.d.mts +13 -1
- package/dist/actions/get-ui-api-list-info-recent.d.cts +13 -1
- package/dist/actions/get-ui-api-list-info-recent.d.mts +13 -1
- package/dist/actions/get-ui-api-record-ui.d.cts +13 -1
- package/dist/actions/get-ui-api-record-ui.d.mts +13 -1
- package/dist/actions/get-uiapi-actions-mru-list-account.d.cts +13 -1
- package/dist/actions/get-uiapi-actions-mru-list-account.d.mts +13 -1
- package/dist/actions/get-uiapi-list-info-account-all-accounts.d.cts +13 -1
- package/dist/actions/get-uiapi-list-info-account-all-accounts.d.cts.map +1 -1
- package/dist/actions/get-uiapi-list-info-account-all-accounts.d.mts +13 -1
- package/dist/actions/get-uiapi-list-info-account-all-accounts.d.mts.map +1 -1
- package/dist/actions/get-uiapi-list-info-account-recent.d.cts +13 -1
- package/dist/actions/get-uiapi-list-info-account-recent.d.mts +13 -1
- package/dist/actions/get-uiapi-list-info-account-search-result.d.cts +13 -1
- package/dist/actions/get-uiapi-list-info-account-search-result.d.cts.map +1 -1
- package/dist/actions/get-uiapi-list-info-account-search-result.d.mts +13 -1
- package/dist/actions/get-uiapi-list-info-account-search-result.d.mts.map +1 -1
- package/dist/actions/get-uiapi-related-list-preferences.d.cts +13 -1
- package/dist/actions/get-uiapi-related-list-preferences.d.mts +13 -1
- package/dist/actions/get-user-info.d.cts +13 -1
- package/dist/actions/get-user-info.d.mts +13 -1
- package/dist/actions/head-actions-custom.d.cts +13 -1
- package/dist/actions/head-actions-custom.d.mts +13 -1
- package/dist/actions/head-actions-standard.d.cts +13 -1
- package/dist/actions/head-actions-standard.d.mts +13 -1
- package/dist/actions/head-appmenu-salesforce1.d.cts +13 -1
- package/dist/actions/head-appmenu-salesforce1.d.mts +13 -1
- package/dist/actions/head-process-rules-s-object.d.cts +13 -1
- package/dist/actions/head-process-rules-s-object.d.mts +13 -1
- package/dist/actions/head-quick-actions.d.cts +13 -1
- package/dist/actions/head-quick-actions.d.cts.map +1 -1
- package/dist/actions/head-quick-actions.d.mts +13 -1
- package/dist/actions/head-quick-actions.d.mts.map +1 -1
- package/dist/actions/head-sobject-quick-action-default-values.d.cts +13 -1
- package/dist/actions/head-sobject-quick-action-default-values.d.mts +13 -1
- package/dist/actions/head-sobjects-global-describe-layouts.d.cts +13 -1
- package/dist/actions/head-sobjects-global-describe-layouts.d.mts +13 -1
- package/dist/actions/head-sobjects-quick-action.d.cts +13 -1
- package/dist/actions/head-sobjects-quick-action.d.mts +13 -1
- package/dist/actions/head-sobjects-user-password.d.cts +13 -1
- package/dist/actions/head-sobjects-user-password.d.mts +13 -1
- package/dist/actions/index.cjs +14 -4
- package/dist/actions/index.d.cts +8 -3
- package/dist/actions/index.d.mts +8 -3
- package/dist/actions/index.mjs +8 -3
- package/dist/actions/list-accounts.d.cts +13 -1
- package/dist/actions/list-accounts.d.mts +13 -1
- package/dist/actions/list-analytics-templates.d.cts +13 -1
- package/dist/actions/list-analytics-templates.d.mts +13 -1
- package/dist/actions/list-campaigns.d.cts +13 -1
- package/dist/actions/list-campaigns.d.mts +13 -1
- package/dist/actions/list-contacts.d.cts +13 -1
- package/dist/actions/list-contacts.d.mts +13 -1
- package/dist/actions/list-custom-invocable-actions.d.cts +13 -1
- package/dist/actions/list-custom-invocable-actions.d.cts.map +1 -1
- package/dist/actions/list-custom-invocable-actions.d.mts +13 -1
- package/dist/actions/list-custom-invocable-actions.d.mts.map +1 -1
- package/dist/actions/list-dashboards.cjs +1 -1
- package/dist/actions/list-dashboards.cjs.map +1 -1
- package/dist/actions/list-dashboards.d.cts +13 -1
- package/dist/actions/list-dashboards.d.cts.map +1 -1
- package/dist/actions/list-dashboards.d.mts +13 -1
- package/dist/actions/list-dashboards.d.mts.map +1 -1
- package/dist/actions/list-dashboards.mjs +1 -1
- package/dist/actions/list-dashboards.mjs.map +1 -1
- package/dist/actions/list-email-templates.d.cts +13 -1
- package/dist/actions/list-email-templates.d.mts +13 -1
- package/dist/actions/list-leads.d.cts +13 -1
- package/dist/actions/list-leads.d.mts +13 -1
- package/dist/actions/list-notes.d.cts +13 -1
- package/dist/actions/list-notes.d.mts +13 -1
- package/dist/actions/list-opportunities.d.cts +13 -1
- package/dist/actions/list-opportunities.d.mts +13 -1
- package/dist/actions/list-pricebook-entries.d.cts +13 -1
- package/dist/actions/list-pricebook-entries.d.mts +13 -1
- package/dist/actions/list-pricebooks.d.cts +13 -1
- package/dist/actions/list-pricebooks.d.mts +13 -1
- package/dist/actions/list-reports.cjs +1 -1
- package/dist/actions/list-reports.cjs.map +1 -1
- package/dist/actions/list-reports.d.cts +13 -1
- package/dist/actions/list-reports.d.cts.map +1 -1
- package/dist/actions/list-reports.d.mts +13 -1
- package/dist/actions/list-reports.d.mts.map +1 -1
- package/dist/actions/list-reports.mjs +1 -1
- package/dist/actions/list-reports.mjs.map +1 -1
- package/dist/actions/list-standard-invocable-actions.d.cts +13 -1
- package/dist/actions/list-standard-invocable-actions.d.cts.map +1 -1
- package/dist/actions/list-standard-invocable-actions.d.mts +13 -1
- package/dist/actions/list-standard-invocable-actions.d.mts.map +1 -1
- package/dist/actions/log-call.d.cts +13 -1
- package/dist/actions/log-call.d.cts.map +1 -1
- package/dist/actions/log-call.d.mts +13 -1
- package/dist/actions/log-call.d.mts.map +1 -1
- package/dist/actions/log-email-activity.d.cts +13 -1
- package/dist/actions/log-email-activity.d.cts.map +1 -1
- package/dist/actions/log-email-activity.d.mts +13 -1
- package/dist/actions/log-email-activity.d.mts.map +1 -1
- package/dist/actions/mass-transfer-ownership.cjs +1 -1
- package/dist/actions/mass-transfer-ownership.cjs.map +1 -1
- package/dist/actions/mass-transfer-ownership.d.cts +13 -1
- package/dist/actions/mass-transfer-ownership.d.mts +13 -1
- package/dist/actions/mass-transfer-ownership.mjs +1 -1
- package/dist/actions/mass-transfer-ownership.mjs.map +1 -1
- package/dist/actions/parameterized-search.d.cts +13 -1
- package/dist/actions/parameterized-search.d.mts +13 -1
- package/dist/actions/patch-composite-sobjects.d.cts +13 -1
- package/dist/actions/patch-composite-sobjects.d.cts.map +1 -1
- package/dist/actions/patch-composite-sobjects.d.mts +13 -1
- package/dist/actions/patch-composite-sobjects.d.mts.map +1 -1
- package/dist/actions/post-composite-graph.d.cts +13 -1
- package/dist/actions/post-composite-graph.d.cts.map +1 -1
- package/dist/actions/post-composite-graph.d.mts +13 -1
- package/dist/actions/post-composite-graph.d.mts.map +1 -1
- package/dist/actions/post-composite-sobjects.d.cts +13 -1
- package/dist/actions/post-composite-sobjects.d.mts +13 -1
- package/dist/actions/post-parameterized-search.d.cts +13 -1
- package/dist/actions/post-parameterized-search.d.mts +13 -1
- package/dist/actions/query-all.d.cts +13 -1
- package/dist/actions/query-all.d.mts +13 -1
- package/dist/actions/query-more.cjs +21 -0
- package/dist/actions/query-more.cjs.map +1 -0
- package/dist/actions/query-more.d.cts +30 -0
- package/dist/actions/query-more.d.cts.map +1 -0
- package/dist/actions/query-more.d.mts +30 -0
- package/dist/actions/query-more.d.mts.map +1 -0
- package/dist/actions/query-more.mjs +18 -0
- package/dist/actions/query-more.mjs.map +1 -0
- package/dist/actions/remove-from-campaign.d.cts +13 -1
- package/dist/actions/remove-from-campaign.d.mts +13 -1
- package/dist/actions/retrieve-lead-by-id.d.cts +13 -1
- package/dist/actions/retrieve-lead-by-id.d.mts +13 -1
- package/dist/actions/retrieve-opportunities-data.d.cts +13 -1
- package/dist/actions/retrieve-opportunities-data.d.cts.map +1 -1
- package/dist/actions/retrieve-opportunities-data.d.mts +13 -1
- package/dist/actions/retrieve-opportunities-data.d.mts.map +1 -1
- package/dist/actions/run-report-async.cjs +30 -0
- package/dist/actions/run-report-async.cjs.map +1 -0
- package/dist/actions/run-report-async.d.cts +39 -0
- package/dist/actions/run-report-async.d.cts.map +1 -0
- package/dist/actions/run-report-async.d.mts +39 -0
- package/dist/actions/run-report-async.d.mts.map +1 -0
- package/dist/actions/run-report-async.mjs +27 -0
- package/dist/actions/run-report-async.mjs.map +1 -0
- package/dist/actions/run-report.cjs +1 -1
- package/dist/actions/run-report.cjs.map +1 -1
- package/dist/actions/run-report.d.cts +13 -1
- package/dist/actions/run-report.d.mts +13 -1
- package/dist/actions/run-report.mjs +1 -1
- package/dist/actions/run-report.mjs.map +1 -1
- package/dist/actions/run-soql-query.d.cts +13 -1
- package/dist/actions/run-soql-query.d.mts +13 -1
- package/dist/actions/search-accounts.d.cts +13 -1
- package/dist/actions/search-accounts.d.mts +13 -1
- package/dist/actions/search-campaigns.d.cts +13 -1
- package/dist/actions/search-campaigns.d.mts +13 -1
- package/dist/actions/search-contacts.d.cts +13 -1
- package/dist/actions/search-contacts.d.mts +13 -1
- package/dist/actions/search-knowledge-articles.cjs +2 -2
- package/dist/actions/search-knowledge-articles.cjs.map +1 -1
- package/dist/actions/search-knowledge-articles.d.cts +18 -6
- package/dist/actions/search-knowledge-articles.d.mts +18 -6
- package/dist/actions/search-knowledge-articles.mjs +2 -2
- package/dist/actions/search-knowledge-articles.mjs.map +1 -1
- package/dist/actions/search-leads.d.cts +13 -1
- package/dist/actions/search-leads.d.mts +13 -1
- package/dist/actions/search-notes.d.cts +13 -1
- package/dist/actions/search-notes.d.mts +13 -1
- package/dist/actions/search-opportunities.d.cts +13 -1
- package/dist/actions/search-opportunities.d.mts +13 -1
- package/dist/actions/search-tasks.d.cts +13 -1
- package/dist/actions/search-tasks.d.mts +13 -1
- package/dist/actions/send-email-from-template.d.cts +13 -1
- package/dist/actions/send-email-from-template.d.mts +13 -1
- package/dist/actions/send-email.d.cts +13 -1
- package/dist/actions/send-email.d.mts +13 -1
- package/dist/actions/send-mass-email.cjs +1 -1
- package/dist/actions/send-mass-email.cjs.map +1 -1
- package/dist/actions/send-mass-email.d.cts +13 -1
- package/dist/actions/send-mass-email.d.mts +13 -1
- package/dist/actions/send-mass-email.mjs +1 -1
- package/dist/actions/send-mass-email.mjs.map +1 -1
- package/dist/actions/set-user-password.cjs +6 -3
- package/dist/actions/set-user-password.cjs.map +1 -1
- package/dist/actions/set-user-password.d.cts +15 -2
- package/dist/actions/set-user-password.d.cts.map +1 -1
- package/dist/actions/set-user-password.d.mts +15 -2
- package/dist/actions/set-user-password.d.mts.map +1 -1
- package/dist/actions/set-user-password.mjs +6 -3
- package/dist/actions/set-user-password.mjs.map +1 -1
- package/dist/actions/sobject-rows-update.d.cts +13 -1
- package/dist/actions/sobject-rows-update.d.cts.map +1 -1
- package/dist/actions/sobject-rows-update.d.mts +13 -1
- package/dist/actions/sobject-rows-update.d.mts.map +1 -1
- package/dist/actions/sobject-user-password.d.cts +13 -1
- package/dist/actions/sobject-user-password.d.mts +13 -1
- package/dist/actions/tooling-query.d.cts +13 -1
- package/dist/actions/tooling-query.d.mts +13 -1
- package/dist/actions/update-account.d.cts +13 -1
- package/dist/actions/update-account.d.cts.map +1 -1
- package/dist/actions/update-account.d.mts +13 -1
- package/dist/actions/update-account.d.mts.map +1 -1
- package/dist/actions/update-campaign.d.cts +13 -1
- package/dist/actions/update-campaign.d.cts.map +1 -1
- package/dist/actions/update-campaign.d.mts +13 -1
- package/dist/actions/update-campaign.d.mts.map +1 -1
- package/dist/actions/update-contact.d.cts +13 -1
- package/dist/actions/update-contact.d.cts.map +1 -1
- package/dist/actions/update-contact.d.mts +13 -1
- package/dist/actions/update-contact.d.mts.map +1 -1
- package/dist/actions/update-favorite.d.cts +13 -1
- package/dist/actions/update-favorite.d.mts +13 -1
- package/dist/actions/update-lead.d.cts +13 -1
- package/dist/actions/update-lead.d.cts.map +1 -1
- package/dist/actions/update-lead.d.mts +13 -1
- package/dist/actions/update-lead.d.mts.map +1 -1
- package/dist/actions/update-list-view-preferences.d.cts +13 -1
- package/dist/actions/update-list-view-preferences.d.cts.map +1 -1
- package/dist/actions/update-list-view-preferences.d.mts +13 -1
- package/dist/actions/update-list-view-preferences.d.mts.map +1 -1
- package/dist/actions/update-note.d.cts +13 -1
- package/dist/actions/update-note.d.cts.map +1 -1
- package/dist/actions/update-note.d.mts +13 -1
- package/dist/actions/update-note.d.mts.map +1 -1
- package/dist/actions/update-opportunity.d.cts +13 -1
- package/dist/actions/update-opportunity.d.cts.map +1 -1
- package/dist/actions/update-opportunity.d.mts +13 -1
- package/dist/actions/update-opportunity.d.mts.map +1 -1
- package/dist/actions/update-record.d.cts +13 -1
- package/dist/actions/update-record.d.cts.map +1 -1
- package/dist/actions/update-record.d.mts +13 -1
- package/dist/actions/update-record.d.mts.map +1 -1
- package/dist/actions/update-related-list-preferences.d.cts +13 -1
- package/dist/actions/update-related-list-preferences.d.cts.map +1 -1
- package/dist/actions/update-related-list-preferences.d.mts +13 -1
- package/dist/actions/update-related-list-preferences.d.mts.map +1 -1
- package/dist/actions/update-task.d.cts +13 -1
- package/dist/actions/update-task.d.cts.map +1 -1
- package/dist/actions/update-task.d.mts +13 -1
- package/dist/actions/update-task.d.mts.map +1 -1
- package/dist/actions/upload-file.d.cts +13 -1
- package/dist/actions/upload-file.d.mts +13 -1
- package/dist/actions/upload-job-data.d.cts +13 -1
- package/dist/actions/upload-job-data.d.mts +13 -1
- package/dist/actions/upsert-sobject-by-external-id.d.cts +13 -1
- package/dist/actions/upsert-sobject-by-external-id.d.cts.map +1 -1
- package/dist/actions/upsert-sobject-by-external-id.d.mts +13 -1
- package/dist/actions/upsert-sobject-by-external-id.d.mts.map +1 -1
- package/dist/app.cjs +5 -2
- package/dist/app.cjs.map +1 -1
- package/dist/app.d.cts +9 -1
- package/dist/app.d.cts.map +1 -1
- package/dist/app.d.mts +9 -1
- package/dist/app.d.mts.map +1 -1
- package/dist/app.mjs +3 -1
- package/dist/app.mjs.map +1 -1
- package/dist/execute.cjs +1 -1
- package/dist/execute.cjs.map +1 -1
- package/dist/execute.mjs +1 -1
- package/dist/execute.mjs.map +1 -1
- package/dist/index.cjs +14 -4
- package/dist/index.d.cts +8 -3
- package/dist/index.d.mts +8 -3
- package/dist/index.mjs +8 -3
- package/package.json +1 -1
- package/dist/actions/get-mru-list-view-metadata.cjs +0 -72
- package/dist/actions/get-mru-list-view-metadata.cjs.map +0 -1
- package/dist/actions/get-mru-list-view-metadata.d.cts +0 -58
- package/dist/actions/get-mru-list-view-metadata.d.cts.map +0 -1
- package/dist/actions/get-mru-list-view-metadata.d.mts +0 -58
- package/dist/actions/get-mru-list-view-metadata.d.mts.map +0 -1
- package/dist/actions/get-mru-list-view-metadata.mjs +0 -71
- package/dist/actions/get-mru-list-view-metadata.mjs.map +0 -1
- package/dist/actions/get-mru-list-view-records.cjs +0 -52
- package/dist/actions/get-mru-list-view-records.cjs.map +0 -1
- package/dist/actions/get-mru-list-view-records.d.cts +0 -50
- package/dist/actions/get-mru-list-view-records.d.cts.map +0 -1
- package/dist/actions/get-mru-list-view-records.d.mts +0 -50
- package/dist/actions/get-mru-list-view-records.d.mts.map +0 -1
- package/dist/actions/get-mru-list-view-records.mjs +0 -51
- package/dist/actions/get-mru-list-view-records.mjs.map +0 -1
|
@@ -29,7 +29,7 @@ const SalesforceSendMassEmail_SendEmailResultSchema = z.object({
|
|
|
29
29
|
const salesforceSendMassEmail = action("SALESFORCE_SEND_MASS_EMAIL", {
|
|
30
30
|
slug: "salesforce-send-mass-email",
|
|
31
31
|
name: "Send mass email",
|
|
32
|
-
description: "Sends
|
|
32
|
+
description: "Sends an email to each recipient immediately and irreversibly, using a template or custom subject/body (requires either a valid template_id or both subject and body). Recipients are processed in batches of up to 150 via the emailSimple action. IMPORTANT: this sends one individual email per recipient, so it consumes the org's daily single-email allocation and can hit send/rate limits on large recipient lists — it is not a true bulk/marketing-email mechanism. The response is a `results` array with one entry per recipient; inspect each entry's `success` and `errors`, since individual recipients can fail even when the overall call succeeds.",
|
|
33
33
|
input: SalesforceSendMassEmailInput,
|
|
34
34
|
output: z.object({ results: z.array(SalesforceSendMassEmail_SendEmailResultSchema).describe("Array of SendEmailResult objects, one for each recipient email send operation.") }).passthrough().describe("Response containing results for all email send operations.")
|
|
35
35
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"send-mass-email.mjs","names":[],"sources":["../../src/actions/send-mass-email.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SalesforceSendMassEmailInput = z.object({\n body: z.string().default(\"\").describe(\"Body content of the email. Required if template_id is not provided.\").optional(),\n is_html: z.boolean().default(false).describe(\"Whether the email body is HTML formatted. Only applies when not using a template.\").optional(),\n subject: z.string().default(\"\").describe(\"Subject line of the email. Required if template_id is not provided.\").optional(),\n batch_size: z.number().int().default(50).describe(\"Number of recipients to process in each batch. Maximum is 150.\").optional(),\n log_emails: z.boolean().default(true).describe(\"Whether to log the emails on each recipient's activity timeline.\").optional(),\n sender_type: z.enum([\"CurrentUser\", \"DefaultWorkflowUser\", \"OrgWideEmailAddress\"]).default(\"CurrentUser\").describe(\"Type of sender.\").optional(),\n template_id: z.string().default(\"\").describe(\"ID of the email template to use. If not specified, subject and body must be provided.\").optional(),\n recipient_ids: z.array(z.string()).describe(\"List of IDs for leads, contacts, or person accounts to send emails to. Maximum 150 recipients per call. All recipient records must have a non-null Email field; null emails generate per-recipient errors.\"),\n sender_address: z.string().default(\"\").describe(\"Organization-wide email address. Required only when sender_type is OrgWideEmailAddress.\").optional(),\n});\nconst SalesforceSendMassEmail_SendEmailErrorSchema = z.object({\n fields: z.array(z.string()).describe(\"Array of field names that were affected by or caused this error.\").nullable().optional(),\n message: z.string().describe(\"The error message describing what went wrong with the email send operation.\").nullable(),\n statusCode: z.string().describe(\"The status code indicating the type of error that occurred (e.g., INVALID_EMAIL_ADDRESS, REQUIRED_FIELD_MISSING, UNVERIFIED_SENDER_ADDRESS, UNKNOWN_EXCEPTION).\").nullable(),\n targetObjectId: z.string().describe(\"The ID of the target object (Contact, Lead, or User) related to the error, if applicable.\").nullable().optional(),\n}).passthrough().describe(\"Error information when an email send operation fails.\");\nconst SalesforceSendMassEmail_SendEmailResultSchema = z.object({\n errors: z.array(SalesforceSendMassEmail_SendEmailErrorSchema).describe(\"Array of SendEmailError objects containing detailed error information when the email send operation fails. Null or empty array when success is true.\").nullable().optional(),\n success: z.boolean().describe(\"Indicates whether the email was successfully accepted by Salesforce for delivery. Note: true means Salesforce accepted the request to send the email, but does not guarantee actual delivery as email sending is handled asynchronously.\").nullable(),\n}).passthrough().describe(\"Result of a single email send operation.\");\nexport const SalesforceSendMassEmailOutput = z.object({\n results: z.array(SalesforceSendMassEmail_SendEmailResultSchema).describe(\"Array of SendEmailResult objects, one for each recipient email send operation.\"),\n}).passthrough().describe(\"Response containing results for all email send operations.\");\n\nexport const salesforceSendMassEmail = action(\"SALESFORCE_SEND_MASS_EMAIL\", {\n slug: \"salesforce-send-mass-email\",\n name: \"Send mass email\",\n description: \"Sends
|
|
1
|
+
{"version":3,"file":"send-mass-email.mjs","names":[],"sources":["../../src/actions/send-mass-email.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SalesforceSendMassEmailInput = z.object({\n body: z.string().default(\"\").describe(\"Body content of the email. Required if template_id is not provided.\").optional(),\n is_html: z.boolean().default(false).describe(\"Whether the email body is HTML formatted. Only applies when not using a template.\").optional(),\n subject: z.string().default(\"\").describe(\"Subject line of the email. Required if template_id is not provided.\").optional(),\n batch_size: z.number().int().default(50).describe(\"Number of recipients to process in each batch. Maximum is 150.\").optional(),\n log_emails: z.boolean().default(true).describe(\"Whether to log the emails on each recipient's activity timeline.\").optional(),\n sender_type: z.enum([\"CurrentUser\", \"DefaultWorkflowUser\", \"OrgWideEmailAddress\"]).default(\"CurrentUser\").describe(\"Type of sender.\").optional(),\n template_id: z.string().default(\"\").describe(\"ID of the email template to use. If not specified, subject and body must be provided.\").optional(),\n recipient_ids: z.array(z.string()).describe(\"List of IDs for leads, contacts, or person accounts to send emails to. Maximum 150 recipients per call. All recipient records must have a non-null Email field; null emails generate per-recipient errors.\"),\n sender_address: z.string().default(\"\").describe(\"Organization-wide email address. Required only when sender_type is OrgWideEmailAddress.\").optional(),\n});\nconst SalesforceSendMassEmail_SendEmailErrorSchema = z.object({\n fields: z.array(z.string()).describe(\"Array of field names that were affected by or caused this error.\").nullable().optional(),\n message: z.string().describe(\"The error message describing what went wrong with the email send operation.\").nullable(),\n statusCode: z.string().describe(\"The status code indicating the type of error that occurred (e.g., INVALID_EMAIL_ADDRESS, REQUIRED_FIELD_MISSING, UNVERIFIED_SENDER_ADDRESS, UNKNOWN_EXCEPTION).\").nullable(),\n targetObjectId: z.string().describe(\"The ID of the target object (Contact, Lead, or User) related to the error, if applicable.\").nullable().optional(),\n}).passthrough().describe(\"Error information when an email send operation fails.\");\nconst SalesforceSendMassEmail_SendEmailResultSchema = z.object({\n errors: z.array(SalesforceSendMassEmail_SendEmailErrorSchema).describe(\"Array of SendEmailError objects containing detailed error information when the email send operation fails. Null or empty array when success is true.\").nullable().optional(),\n success: z.boolean().describe(\"Indicates whether the email was successfully accepted by Salesforce for delivery. Note: true means Salesforce accepted the request to send the email, but does not guarantee actual delivery as email sending is handled asynchronously.\").nullable(),\n}).passthrough().describe(\"Result of a single email send operation.\");\nexport const SalesforceSendMassEmailOutput = z.object({\n results: z.array(SalesforceSendMassEmail_SendEmailResultSchema).describe(\"Array of SendEmailResult objects, one for each recipient email send operation.\"),\n}).passthrough().describe(\"Response containing results for all email send operations.\");\n\nexport const salesforceSendMassEmail = action(\"SALESFORCE_SEND_MASS_EMAIL\", {\n slug: \"salesforce-send-mass-email\",\n name: \"Send mass email\",\n description: \"Sends an email to each recipient immediately and irreversibly, using a template or custom subject/body (requires either a valid template_id or both subject and body). Recipients are processed in batches of up to 150 via the emailSimple action. IMPORTANT: this sends one individual email per recipient, so it consumes the org's daily single-email allocation and can hit send/rate limits on large recipient lists — it is not a true bulk/marketing-email mechanism. The response is a `results` array with one entry per recipient; inspect each entry's `success` and `errors`, since individual recipients can fail even when the overall call succeeds.\",\n input: SalesforceSendMassEmailInput,\n output: SalesforceSendMassEmailOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA+B,EAAE,OAAO;CACnD,MAAM,EAAE,OAAO,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS;CACtH,SAAS,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS;CAC3I,SAAS,EAAE,OAAO,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS;CACzH,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS;CAC7H,YAAY,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS;CAC5H,aAAa,EAAE,KAAK;EAAC;EAAe;EAAuB;CAAqB,CAAC,CAAC,CAAC,QAAQ,aAAa,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS;CAC/I,aAAa,EAAE,OAAO,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,uFAAuF,CAAC,CAAC,SAAS;CAC/I,eAAe,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,4MAA4M;CACxP,gBAAgB,EAAE,OAAO,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,yFAAyF,CAAC,CAAC,SAAS;AACtJ,CAAC;AACD,MAAM,+CAA+C,EAAE,OAAO;CAC5D,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7H,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,6EAA6E,CAAC,CAAC,SAAS;CACrH,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,iKAAiK,CAAC,CAAC,SAAS;CAC5M,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,2FAA2F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvJ,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,uDAAuD;AACjF,MAAM,gDAAgD,EAAE,OAAO;CAC7D,QAAQ,EAAE,MAAM,4CAA4C,CAAC,CAAC,SAAS,sJAAsJ,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnP,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,0OAA0O,CAAC,CAAC,SAAS;AACrR,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0CAA0C;AAKpE,MAAa,0BAA0B,OAAO,8BAA8B;CAC1E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT2C,EAAE,OAAO,EACpD,SAAS,EAAE,MAAM,6CAA6C,CAAC,CAAC,SAAS,gFAAgF,EAC3J,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,4DAOhB;AACV,CAAC"}
|
|
@@ -3,13 +3,16 @@ let zod = require("zod");
|
|
|
3
3
|
//#region src/actions/set-user-password.ts
|
|
4
4
|
const SalesforceSetUserPasswordInput = zod.z.object({
|
|
5
5
|
user_id: zod.z.string().describe("The Salesforce User ID for which to set the password. Must be a valid 15 or 18-character Salesforce User ID."),
|
|
6
|
-
new_password: zod.z.string().describe("The new password to set for the user.
|
|
6
|
+
new_password: zod.z.string().describe("The new password to set for the user. Must meet the org's password policies (length/complexity). DESTRUCTIVE if omitted: leaving this blank does NOT generate a password you can read back — it triggers a password RESET (HTTP DELETE) that invalidates the user's current password and emails them a reset link. Only omit it if you intend to reset and notify the user.").optional()
|
|
7
7
|
});
|
|
8
|
-
const SalesforceSetUserPasswordOutput = zod.z.object({
|
|
8
|
+
const SalesforceSetUserPasswordOutput = zod.z.object({
|
|
9
|
+
reset: zod.z.boolean().default(false).describe("True when this call performed a password RESET (no new_password provided): the user's password was invalidated and Salesforce emailed them a reset link. No password is returned in either case.").nullable().optional(),
|
|
10
|
+
success: zod.z.boolean().default(true).describe("True when the password was set or reset successfully (Salesforce returns HTTP 204 No Content).").nullable().optional()
|
|
11
|
+
}).passthrough().describe("Response from setting or resetting a user password in Salesforce.\n\nBoth operations return HTTP 204 with no body on success:\n - Set (POST, new_password provided): sets the password to the given value.\n - Reset (DELETE, new_password omitted): invalidates the password and emails\n the user a reset link. No password is returned by this REST endpoint.");
|
|
9
12
|
const salesforceSetUserPassword = require_action.action("SALESFORCE_SET_USER_PASSWORD", {
|
|
10
13
|
slug: "salesforce-set-user-password",
|
|
11
14
|
name: "Set user password",
|
|
12
|
-
description: "
|
|
15
|
+
description: "Set or reset a Salesforce user's password. Provide new_password to set a specific value (silent). Omit new_password to RESET: this is destructive — it invalidates the user's current password and emails them a reset link, and does NOT return a password. This endpoint never returns a generated password.",
|
|
13
16
|
input: SalesforceSetUserPasswordInput,
|
|
14
17
|
output: SalesforceSetUserPasswordOutput
|
|
15
18
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"set-user-password.cjs","names":["z","action"],"sources":["../../src/actions/set-user-password.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SalesforceSetUserPasswordInput = z.object({\n user_id: z.string().describe(\"The Salesforce User ID for which to set the password. Must be a valid 15 or 18-character Salesforce User ID.\"),\n new_password: z.string().describe(\"The new password to set for the user.
|
|
1
|
+
{"version":3,"file":"set-user-password.cjs","names":["z","action"],"sources":["../../src/actions/set-user-password.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SalesforceSetUserPasswordInput = z.object({\n user_id: z.string().describe(\"The Salesforce User ID for which to set the password. Must be a valid 15 or 18-character Salesforce User ID.\"),\n new_password: z.string().describe(\"The new password to set for the user. Must meet the org's password policies (length/complexity). DESTRUCTIVE if omitted: leaving this blank does NOT generate a password you can read back — it triggers a password RESET (HTTP DELETE) that invalidates the user's current password and emails them a reset link. Only omit it if you intend to reset and notify the user.\").optional(),\n});\nexport const SalesforceSetUserPasswordOutput = z.object({\n reset: z.boolean().default(false).describe(\"True when this call performed a password RESET (no new_password provided): the user's password was invalidated and Salesforce emailed them a reset link. No password is returned in either case.\").nullable().optional(),\n success: z.boolean().default(true).describe(\"True when the password was set or reset successfully (Salesforce returns HTTP 204 No Content).\").nullable().optional(),\n}).passthrough().describe(\"Response from setting or resetting a user password in Salesforce.\\n\\nBoth operations return HTTP 204 with no body on success:\\n - Set (POST, new_password provided): sets the password to the given value.\\n - Reset (DELETE, new_password omitted): invalidates the password and emails\\n the user a reset link. No password is returned by this REST endpoint.\");\n\nexport const salesforceSetUserPassword = action(\"SALESFORCE_SET_USER_PASSWORD\", {\n slug: \"salesforce-set-user-password\",\n name: \"Set user password\",\n description: \"Set or reset a Salesforce user's password. Provide new_password to set a specific value (silent). Omit new_password to RESET: this is destructive — it invalidates the user's current password and emails them a reset link, and does NOT return a password. This endpoint never returns a generated password.\",\n input: SalesforceSetUserPasswordInput,\n output: SalesforceSetUserPasswordOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAAiCA,IAAAA,EAAE,OAAO;CACrD,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8GAA8G;CAC3I,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6WAA6W,CAAC,CAAC,SAAS;AAC5Z,CAAC;AACD,MAAa,kCAAkCA,IAAAA,EAAE,OAAO;CACtD,OAAOA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,kMAAkM,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnQ,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,gGAAgG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpK,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,uWAAuW;AAEjY,MAAa,4BAA4BC,eAAAA,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -6,12 +6,25 @@ declare const SalesforceSetUserPasswordInput: z.ZodObject<{
|
|
|
6
6
|
new_password: z.ZodOptional<z.ZodString>;
|
|
7
7
|
}, z.core.$strip>;
|
|
8
8
|
declare const SalesforceSetUserPasswordOutput: z.ZodObject<{
|
|
9
|
-
|
|
9
|
+
reset: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodBoolean>>>;
|
|
10
|
+
success: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodBoolean>>>;
|
|
10
11
|
}, z.core.$loose>;
|
|
11
12
|
declare const salesforceSetUserPassword: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
12
13
|
user_id: string;
|
|
13
14
|
new_password?: string | undefined;
|
|
14
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
15
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"salesforce", z.ZodObject<{
|
|
16
|
+
connectionId: z.ZodString;
|
|
17
|
+
entityId: z.ZodString;
|
|
18
|
+
instanceId: z.ZodString;
|
|
19
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
20
|
+
accessToken: z.ZodString;
|
|
21
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce", z.ZodObject<{
|
|
22
|
+
connectionId: z.ZodString;
|
|
23
|
+
entityId: z.ZodString;
|
|
24
|
+
instanceId: z.ZodString;
|
|
25
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
26
|
+
accessToken: z.ZodString;
|
|
27
|
+
}, z.core.$strip>>]>;
|
|
15
28
|
//#endregion
|
|
16
29
|
export { salesforceSetUserPassword };
|
|
17
30
|
//# sourceMappingURL=set-user-password.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"set-user-password.d.cts","names":[],"sources":["../../src/actions/set-user-password.ts"],"mappings":";;;cAIa,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;cAI9B,+BAAA,EAA+B,CAAA,CAAA,SAAA
|
|
1
|
+
{"version":3,"file":"set-user-password.d.cts","names":[],"sources":["../../src/actions/set-user-password.ts"],"mappings":";;;cAIa,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;cAI9B,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;cAK/B,yBAAA,gCAAyB,wBAAA"}
|
|
@@ -6,12 +6,25 @@ declare const SalesforceSetUserPasswordInput: z.ZodObject<{
|
|
|
6
6
|
new_password: z.ZodOptional<z.ZodString>;
|
|
7
7
|
}, z.core.$strip>;
|
|
8
8
|
declare const SalesforceSetUserPasswordOutput: z.ZodObject<{
|
|
9
|
-
|
|
9
|
+
reset: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodBoolean>>>;
|
|
10
|
+
success: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodBoolean>>>;
|
|
10
11
|
}, z.core.$loose>;
|
|
11
12
|
declare const salesforceSetUserPassword: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
12
13
|
user_id: string;
|
|
13
14
|
new_password?: string | undefined;
|
|
14
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
15
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"salesforce", z.ZodObject<{
|
|
16
|
+
connectionId: z.ZodString;
|
|
17
|
+
entityId: z.ZodString;
|
|
18
|
+
instanceId: z.ZodString;
|
|
19
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
20
|
+
accessToken: z.ZodString;
|
|
21
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce", z.ZodObject<{
|
|
22
|
+
connectionId: z.ZodString;
|
|
23
|
+
entityId: z.ZodString;
|
|
24
|
+
instanceId: z.ZodString;
|
|
25
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
26
|
+
accessToken: z.ZodString;
|
|
27
|
+
}, z.core.$strip>>]>;
|
|
15
28
|
//#endregion
|
|
16
29
|
export { salesforceSetUserPassword };
|
|
17
30
|
//# sourceMappingURL=set-user-password.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"set-user-password.d.mts","names":[],"sources":["../../src/actions/set-user-password.ts"],"mappings":";;;cAIa,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;cAI9B,+BAAA,EAA+B,CAAA,CAAA,SAAA
|
|
1
|
+
{"version":3,"file":"set-user-password.d.mts","names":[],"sources":["../../src/actions/set-user-password.ts"],"mappings":";;;cAIa,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;cAI9B,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;cAK/B,yBAAA,gCAAyB,wBAAA"}
|
|
@@ -3,12 +3,15 @@ import { z } from "zod";
|
|
|
3
3
|
const salesforceSetUserPassword = action("SALESFORCE_SET_USER_PASSWORD", {
|
|
4
4
|
slug: "salesforce-set-user-password",
|
|
5
5
|
name: "Set user password",
|
|
6
|
-
description: "
|
|
6
|
+
description: "Set or reset a Salesforce user's password. Provide new_password to set a specific value (silent). Omit new_password to RESET: this is destructive — it invalidates the user's current password and emails them a reset link, and does NOT return a password. This endpoint never returns a generated password.",
|
|
7
7
|
input: z.object({
|
|
8
8
|
user_id: z.string().describe("The Salesforce User ID for which to set the password. Must be a valid 15 or 18-character Salesforce User ID."),
|
|
9
|
-
new_password: z.string().describe("The new password to set for the user.
|
|
9
|
+
new_password: z.string().describe("The new password to set for the user. Must meet the org's password policies (length/complexity). DESTRUCTIVE if omitted: leaving this blank does NOT generate a password you can read back — it triggers a password RESET (HTTP DELETE) that invalidates the user's current password and emails them a reset link. Only omit it if you intend to reset and notify the user.").optional()
|
|
10
10
|
}),
|
|
11
|
-
output: z.object({
|
|
11
|
+
output: z.object({
|
|
12
|
+
reset: z.boolean().default(false).describe("True when this call performed a password RESET (no new_password provided): the user's password was invalidated and Salesforce emailed them a reset link. No password is returned in either case.").nullable().optional(),
|
|
13
|
+
success: z.boolean().default(true).describe("True when the password was set or reset successfully (Salesforce returns HTTP 204 No Content).").nullable().optional()
|
|
14
|
+
}).passthrough().describe("Response from setting or resetting a user password in Salesforce.\n\nBoth operations return HTTP 204 with no body on success:\n - Set (POST, new_password provided): sets the password to the given value.\n - Reset (DELETE, new_password omitted): invalidates the password and emails\n the user a reset link. No password is returned by this REST endpoint.")
|
|
12
15
|
});
|
|
13
16
|
//#endregion
|
|
14
17
|
export { salesforceSetUserPassword };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"set-user-password.mjs","names":[],"sources":["../../src/actions/set-user-password.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SalesforceSetUserPasswordInput = z.object({\n user_id: z.string().describe(\"The Salesforce User ID for which to set the password. Must be a valid 15 or 18-character Salesforce User ID.\"),\n new_password: z.string().describe(\"The new password to set for the user.
|
|
1
|
+
{"version":3,"file":"set-user-password.mjs","names":[],"sources":["../../src/actions/set-user-password.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SalesforceSetUserPasswordInput = z.object({\n user_id: z.string().describe(\"The Salesforce User ID for which to set the password. Must be a valid 15 or 18-character Salesforce User ID.\"),\n new_password: z.string().describe(\"The new password to set for the user. Must meet the org's password policies (length/complexity). DESTRUCTIVE if omitted: leaving this blank does NOT generate a password you can read back — it triggers a password RESET (HTTP DELETE) that invalidates the user's current password and emails them a reset link. Only omit it if you intend to reset and notify the user.\").optional(),\n});\nexport const SalesforceSetUserPasswordOutput = z.object({\n reset: z.boolean().default(false).describe(\"True when this call performed a password RESET (no new_password provided): the user's password was invalidated and Salesforce emailed them a reset link. No password is returned in either case.\").nullable().optional(),\n success: z.boolean().default(true).describe(\"True when the password was set or reset successfully (Salesforce returns HTTP 204 No Content).\").nullable().optional(),\n}).passthrough().describe(\"Response from setting or resetting a user password in Salesforce.\\n\\nBoth operations return HTTP 204 with no body on success:\\n - Set (POST, new_password provided): sets the password to the given value.\\n - Reset (DELETE, new_password omitted): invalidates the password and emails\\n the user a reset link. No password is returned by this REST endpoint.\");\n\nexport const salesforceSetUserPassword = action(\"SALESFORCE_SET_USER_PASSWORD\", {\n slug: \"salesforce-set-user-password\",\n name: \"Set user password\",\n description: \"Set or reset a Salesforce user's password. Provide new_password to set a specific value (silent). Omit new_password to RESET: this is destructive — it invalidates the user's current password and emails them a reset link, and does NOT return a password. This endpoint never returns a generated password.\",\n input: SalesforceSetUserPasswordInput,\n output: SalesforceSetUserPasswordOutput,\n});\n"],"mappings":";;AAaA,MAAa,4BAA4B,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAb4C,EAAE,OAAO;EACrD,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,8GAA8G;EAC3I,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,6WAA6W,CAAC,CAAC,SAAS;CAC5Z,CAUS;CACP,QAV6C,EAAE,OAAO;EACtD,OAAO,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,kMAAkM,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnQ,SAAS,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,gGAAgG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpK,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,uWAOhB;AACV,CAAC"}
|
|
@@ -11,7 +11,19 @@ declare const salesforceSobjectRowsUpdate: import("@keystrokehq/action").Workflo
|
|
|
11
11
|
fields: Record<string, unknown>;
|
|
12
12
|
record_id: string;
|
|
13
13
|
sobject_api_name: string;
|
|
14
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
14
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"salesforce", z.ZodObject<{
|
|
15
|
+
connectionId: z.ZodString;
|
|
16
|
+
entityId: z.ZodString;
|
|
17
|
+
instanceId: z.ZodString;
|
|
18
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
19
|
+
accessToken: z.ZodString;
|
|
20
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce", z.ZodObject<{
|
|
21
|
+
connectionId: z.ZodString;
|
|
22
|
+
entityId: z.ZodString;
|
|
23
|
+
instanceId: z.ZodString;
|
|
24
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
25
|
+
accessToken: z.ZodString;
|
|
26
|
+
}, z.core.$strip>>]>;
|
|
15
27
|
//#endregion
|
|
16
28
|
export { salesforceSobjectRowsUpdate };
|
|
17
29
|
//# sourceMappingURL=sobject-rows-update.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sobject-rows-update.d.cts","names":[],"sources":["../../src/actions/sobject-rows-update.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;cAKhC,iCAAA,EAAiC,CAAA,CAAA,SAAA,CAAA,CAAA,CAAA,SAAA,EAAA,CAAA,CAAA,UAAA;AAAA,cAEjC,2BAAA,gCAA2B,wBAAA
|
|
1
|
+
{"version":3,"file":"sobject-rows-update.d.cts","names":[],"sources":["../../src/actions/sobject-rows-update.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;cAKhC,iCAAA,EAAiC,CAAA,CAAA,SAAA,CAAA,CAAA,CAAA,SAAA,EAAA,CAAA,CAAA,UAAA;AAAA,cAEjC,2BAAA,gCAA2B,wBAAA"}
|
|
@@ -11,7 +11,19 @@ declare const salesforceSobjectRowsUpdate: import("@keystrokehq/action").Workflo
|
|
|
11
11
|
fields: Record<string, unknown>;
|
|
12
12
|
record_id: string;
|
|
13
13
|
sobject_api_name: string;
|
|
14
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
14
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"salesforce", z.ZodObject<{
|
|
15
|
+
connectionId: z.ZodString;
|
|
16
|
+
entityId: z.ZodString;
|
|
17
|
+
instanceId: z.ZodString;
|
|
18
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
19
|
+
accessToken: z.ZodString;
|
|
20
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce", z.ZodObject<{
|
|
21
|
+
connectionId: z.ZodString;
|
|
22
|
+
entityId: z.ZodString;
|
|
23
|
+
instanceId: z.ZodString;
|
|
24
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
25
|
+
accessToken: z.ZodString;
|
|
26
|
+
}, z.core.$strip>>]>;
|
|
15
27
|
//#endregion
|
|
16
28
|
export { salesforceSobjectRowsUpdate };
|
|
17
29
|
//# sourceMappingURL=sobject-rows-update.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sobject-rows-update.d.mts","names":[],"sources":["../../src/actions/sobject-rows-update.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;cAKhC,iCAAA,EAAiC,CAAA,CAAA,SAAA,CAAA,CAAA,CAAA,SAAA,EAAA,CAAA,CAAA,UAAA;AAAA,cAEjC,2BAAA,gCAA2B,wBAAA
|
|
1
|
+
{"version":3,"file":"sobject-rows-update.d.mts","names":[],"sources":["../../src/actions/sobject-rows-update.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;cAKhC,iCAAA,EAAiC,CAAA,CAAA,SAAA,CAAA,CAAA,CAAA,SAAA,EAAA,CAAA,CAAA,UAAA;AAAA,cAEjC,2BAAA,gCAA2B,wBAAA"}
|
|
@@ -9,7 +9,19 @@ declare const SalesforceSobjectUserPasswordOutput: z.ZodObject<{
|
|
|
9
9
|
}, z.core.$loose>;
|
|
10
10
|
declare const salesforceSobjectUserPassword: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
11
11
|
user_id: string;
|
|
12
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
12
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"salesforce", z.ZodObject<{
|
|
13
|
+
connectionId: z.ZodString;
|
|
14
|
+
entityId: z.ZodString;
|
|
15
|
+
instanceId: z.ZodString;
|
|
16
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
17
|
+
accessToken: z.ZodString;
|
|
18
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce", z.ZodObject<{
|
|
19
|
+
connectionId: z.ZodString;
|
|
20
|
+
entityId: z.ZodString;
|
|
21
|
+
instanceId: z.ZodString;
|
|
22
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
23
|
+
accessToken: z.ZodString;
|
|
24
|
+
}, z.core.$strip>>]>;
|
|
13
25
|
//#endregion
|
|
14
26
|
export { salesforceSobjectUserPassword };
|
|
15
27
|
//# sourceMappingURL=sobject-user-password.d.cts.map
|
|
@@ -9,7 +9,19 @@ declare const SalesforceSobjectUserPasswordOutput: z.ZodObject<{
|
|
|
9
9
|
}, z.core.$loose>;
|
|
10
10
|
declare const salesforceSobjectUserPassword: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
11
11
|
user_id: string;
|
|
12
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
12
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"salesforce", z.ZodObject<{
|
|
13
|
+
connectionId: z.ZodString;
|
|
14
|
+
entityId: z.ZodString;
|
|
15
|
+
instanceId: z.ZodString;
|
|
16
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
17
|
+
accessToken: z.ZodString;
|
|
18
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce", z.ZodObject<{
|
|
19
|
+
connectionId: z.ZodString;
|
|
20
|
+
entityId: z.ZodString;
|
|
21
|
+
instanceId: z.ZodString;
|
|
22
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
23
|
+
accessToken: z.ZodString;
|
|
24
|
+
}, z.core.$strip>>]>;
|
|
13
25
|
//#endregion
|
|
14
26
|
export { salesforceSobjectUserPassword };
|
|
15
27
|
//# sourceMappingURL=sobject-user-password.d.mts.map
|
|
@@ -17,7 +17,19 @@ declare const SalesforceToolingQueryOutput: z.ZodObject<{
|
|
|
17
17
|
}, z.core.$loose>;
|
|
18
18
|
declare const salesforceToolingQuery: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
19
19
|
query: string;
|
|
20
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
20
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"salesforce", z.ZodObject<{
|
|
21
|
+
connectionId: z.ZodString;
|
|
22
|
+
entityId: z.ZodString;
|
|
23
|
+
instanceId: z.ZodString;
|
|
24
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
25
|
+
accessToken: z.ZodString;
|
|
26
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce", z.ZodObject<{
|
|
27
|
+
connectionId: z.ZodString;
|
|
28
|
+
entityId: z.ZodString;
|
|
29
|
+
instanceId: z.ZodString;
|
|
30
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
31
|
+
accessToken: z.ZodString;
|
|
32
|
+
}, z.core.$strip>>]>;
|
|
21
33
|
//#endregion
|
|
22
34
|
export { salesforceToolingQuery };
|
|
23
35
|
//# sourceMappingURL=tooling-query.d.cts.map
|
|
@@ -17,7 +17,19 @@ declare const SalesforceToolingQueryOutput: z.ZodObject<{
|
|
|
17
17
|
}, z.core.$loose>;
|
|
18
18
|
declare const salesforceToolingQuery: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
19
19
|
query: string;
|
|
20
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
20
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"salesforce", z.ZodObject<{
|
|
21
|
+
connectionId: z.ZodString;
|
|
22
|
+
entityId: z.ZodString;
|
|
23
|
+
instanceId: z.ZodString;
|
|
24
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
25
|
+
accessToken: z.ZodString;
|
|
26
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce", z.ZodObject<{
|
|
27
|
+
connectionId: z.ZodString;
|
|
28
|
+
entityId: z.ZodString;
|
|
29
|
+
instanceId: z.ZodString;
|
|
30
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
31
|
+
accessToken: z.ZodString;
|
|
32
|
+
}, z.core.$strip>>]>;
|
|
21
33
|
//#endregion
|
|
22
34
|
export { salesforceToolingQuery };
|
|
23
35
|
//# sourceMappingURL=tooling-query.d.mts.map
|
|
@@ -53,7 +53,19 @@ declare const salesforceUpdateAccount: import("@keystrokehq/action").WorkflowAct
|
|
|
53
53
|
billing_postal_code?: string | undefined;
|
|
54
54
|
number_of_employees?: number | undefined;
|
|
55
55
|
shipping_postal_code?: string | undefined;
|
|
56
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
56
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"salesforce", z.ZodObject<{
|
|
57
|
+
connectionId: z.ZodString;
|
|
58
|
+
entityId: z.ZodString;
|
|
59
|
+
instanceId: z.ZodString;
|
|
60
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
61
|
+
accessToken: z.ZodString;
|
|
62
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce", z.ZodObject<{
|
|
63
|
+
connectionId: z.ZodString;
|
|
64
|
+
entityId: z.ZodString;
|
|
65
|
+
instanceId: z.ZodString;
|
|
66
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
67
|
+
accessToken: z.ZodString;
|
|
68
|
+
}, z.core.$strip>>]>;
|
|
57
69
|
//#endregion
|
|
58
70
|
export { salesforceUpdateAccount };
|
|
59
71
|
//# sourceMappingURL=update-account.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-account.d.cts","names":[],"sources":["../../src/actions/update-account.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;cA0B5B,6BAAA,EAA6B,CAAA,CAAA,SAAA,CAAA,CAAA,CAAA,SAAA,EAAA,CAAA,CAAA,UAAA;AAAA,cAE7B,uBAAA,gCAAuB,wBAAA
|
|
1
|
+
{"version":3,"file":"update-account.d.cts","names":[],"sources":["../../src/actions/update-account.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;cA0B5B,6BAAA,EAA6B,CAAA,CAAA,SAAA,CAAA,CAAA,CAAA,SAAA,EAAA,CAAA,CAAA,UAAA;AAAA,cAE7B,uBAAA,gCAAuB,wBAAA"}
|
|
@@ -53,7 +53,19 @@ declare const salesforceUpdateAccount: import("@keystrokehq/action").WorkflowAct
|
|
|
53
53
|
billing_postal_code?: string | undefined;
|
|
54
54
|
number_of_employees?: number | undefined;
|
|
55
55
|
shipping_postal_code?: string | undefined;
|
|
56
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
56
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"salesforce", z.ZodObject<{
|
|
57
|
+
connectionId: z.ZodString;
|
|
58
|
+
entityId: z.ZodString;
|
|
59
|
+
instanceId: z.ZodString;
|
|
60
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
61
|
+
accessToken: z.ZodString;
|
|
62
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce", z.ZodObject<{
|
|
63
|
+
connectionId: z.ZodString;
|
|
64
|
+
entityId: z.ZodString;
|
|
65
|
+
instanceId: z.ZodString;
|
|
66
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
67
|
+
accessToken: z.ZodString;
|
|
68
|
+
}, z.core.$strip>>]>;
|
|
57
69
|
//#endregion
|
|
58
70
|
export { salesforceUpdateAccount };
|
|
59
71
|
//# sourceMappingURL=update-account.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-account.d.mts","names":[],"sources":["../../src/actions/update-account.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;cA0B5B,6BAAA,EAA6B,CAAA,CAAA,SAAA,CAAA,CAAA,CAAA,SAAA,EAAA,CAAA,CAAA,UAAA;AAAA,cAE7B,uBAAA,gCAAuB,wBAAA
|
|
1
|
+
{"version":3,"file":"update-account.d.mts","names":[],"sources":["../../src/actions/update-account.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;cA0B5B,6BAAA,EAA6B,CAAA,CAAA,SAAA,CAAA,CAAA,CAAA,SAAA,EAAA,CAAA,CAAA,UAAA;AAAA,cAE7B,uBAAA,gCAAuB,wBAAA"}
|
|
@@ -35,7 +35,19 @@ declare const salesforceUpdateCampaign: import("@keystrokehq/action").WorkflowAc
|
|
|
35
35
|
custom_fields?: Record<string, unknown> | undefined;
|
|
36
36
|
expected_revenue?: number | undefined;
|
|
37
37
|
expected_response?: number | undefined;
|
|
38
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
38
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"salesforce", z.ZodObject<{
|
|
39
|
+
connectionId: z.ZodString;
|
|
40
|
+
entityId: z.ZodString;
|
|
41
|
+
instanceId: z.ZodString;
|
|
42
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
43
|
+
accessToken: z.ZodString;
|
|
44
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce", z.ZodObject<{
|
|
45
|
+
connectionId: z.ZodString;
|
|
46
|
+
entityId: z.ZodString;
|
|
47
|
+
instanceId: z.ZodString;
|
|
48
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
49
|
+
accessToken: z.ZodString;
|
|
50
|
+
}, z.core.$strip>>]>;
|
|
39
51
|
//#endregion
|
|
40
52
|
export { salesforceUpdateCampaign };
|
|
41
53
|
//# sourceMappingURL=update-campaign.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-campaign.d.cts","names":[],"sources":["../../src/actions/update-campaign.ts"],"mappings":";;;cAIa,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;cAiB7B,8BAAA,EAA8B,CAAA,CAAA,SAAA,CAAA,CAAA,CAAA,SAAA,EAAA,CAAA,CAAA,UAAA;AAAA,cAE9B,wBAAA,gCAAwB,wBAAA
|
|
1
|
+
{"version":3,"file":"update-campaign.d.cts","names":[],"sources":["../../src/actions/update-campaign.ts"],"mappings":";;;cAIa,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;cAiB7B,8BAAA,EAA8B,CAAA,CAAA,SAAA,CAAA,CAAA,CAAA,SAAA,EAAA,CAAA,CAAA,UAAA;AAAA,cAE9B,wBAAA,gCAAwB,wBAAA"}
|
|
@@ -35,7 +35,19 @@ declare const salesforceUpdateCampaign: import("@keystrokehq/action").WorkflowAc
|
|
|
35
35
|
custom_fields?: Record<string, unknown> | undefined;
|
|
36
36
|
expected_revenue?: number | undefined;
|
|
37
37
|
expected_response?: number | undefined;
|
|
38
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
38
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"salesforce", z.ZodObject<{
|
|
39
|
+
connectionId: z.ZodString;
|
|
40
|
+
entityId: z.ZodString;
|
|
41
|
+
instanceId: z.ZodString;
|
|
42
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
43
|
+
accessToken: z.ZodString;
|
|
44
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce", z.ZodObject<{
|
|
45
|
+
connectionId: z.ZodString;
|
|
46
|
+
entityId: z.ZodString;
|
|
47
|
+
instanceId: z.ZodString;
|
|
48
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
49
|
+
accessToken: z.ZodString;
|
|
50
|
+
}, z.core.$strip>>]>;
|
|
39
51
|
//#endregion
|
|
40
52
|
export { salesforceUpdateCampaign };
|
|
41
53
|
//# sourceMappingURL=update-campaign.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-campaign.d.mts","names":[],"sources":["../../src/actions/update-campaign.ts"],"mappings":";;;cAIa,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;cAiB7B,8BAAA,EAA8B,CAAA,CAAA,SAAA,CAAA,CAAA,CAAA,SAAA,EAAA,CAAA,CAAA,UAAA;AAAA,cAE9B,wBAAA,gCAAwB,wBAAA
|
|
1
|
+
{"version":3,"file":"update-campaign.d.mts","names":[],"sources":["../../src/actions/update-campaign.ts"],"mappings":";;;cAIa,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;cAiB7B,8BAAA,EAA8B,CAAA,CAAA,SAAA,CAAA,CAAA,CAAA,SAAA,EAAA,CAAA,CAAA,UAAA;AAAA,cAE9B,wBAAA,gCAAwB,wBAAA"}
|
|
@@ -37,7 +37,19 @@ declare const salesforceUpdateContact: import("@keystrokehq/action").WorkflowAct
|
|
|
37
37
|
mailing_street?: string | undefined;
|
|
38
38
|
mailing_country?: string | undefined;
|
|
39
39
|
mailing_postal_code?: string | undefined;
|
|
40
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
40
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"salesforce", z.ZodObject<{
|
|
41
|
+
connectionId: z.ZodString;
|
|
42
|
+
entityId: z.ZodString;
|
|
43
|
+
instanceId: z.ZodString;
|
|
44
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
45
|
+
accessToken: z.ZodString;
|
|
46
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce", z.ZodObject<{
|
|
47
|
+
connectionId: z.ZodString;
|
|
48
|
+
entityId: z.ZodString;
|
|
49
|
+
instanceId: z.ZodString;
|
|
50
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
51
|
+
accessToken: z.ZodString;
|
|
52
|
+
}, z.core.$strip>>]>;
|
|
41
53
|
//#endregion
|
|
42
54
|
export { salesforceUpdateContact };
|
|
43
55
|
//# sourceMappingURL=update-contact.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-contact.d.cts","names":[],"sources":["../../src/actions/update-contact.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;cAkB5B,6BAAA,EAA6B,CAAA,CAAA,SAAA,CAAA,CAAA,CAAA,SAAA,EAAA,CAAA,CAAA,UAAA;AAAA,cAE7B,uBAAA,gCAAuB,wBAAA
|
|
1
|
+
{"version":3,"file":"update-contact.d.cts","names":[],"sources":["../../src/actions/update-contact.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;cAkB5B,6BAAA,EAA6B,CAAA,CAAA,SAAA,CAAA,CAAA,CAAA,SAAA,EAAA,CAAA,CAAA,UAAA;AAAA,cAE7B,uBAAA,gCAAuB,wBAAA"}
|
|
@@ -37,7 +37,19 @@ declare const salesforceUpdateContact: import("@keystrokehq/action").WorkflowAct
|
|
|
37
37
|
mailing_street?: string | undefined;
|
|
38
38
|
mailing_country?: string | undefined;
|
|
39
39
|
mailing_postal_code?: string | undefined;
|
|
40
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
40
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"salesforce", z.ZodObject<{
|
|
41
|
+
connectionId: z.ZodString;
|
|
42
|
+
entityId: z.ZodString;
|
|
43
|
+
instanceId: z.ZodString;
|
|
44
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
45
|
+
accessToken: z.ZodString;
|
|
46
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce", z.ZodObject<{
|
|
47
|
+
connectionId: z.ZodString;
|
|
48
|
+
entityId: z.ZodString;
|
|
49
|
+
instanceId: z.ZodString;
|
|
50
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
51
|
+
accessToken: z.ZodString;
|
|
52
|
+
}, z.core.$strip>>]>;
|
|
41
53
|
//#endregion
|
|
42
54
|
export { salesforceUpdateContact };
|
|
43
55
|
//# sourceMappingURL=update-contact.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-contact.d.mts","names":[],"sources":["../../src/actions/update-contact.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;cAkB5B,6BAAA,EAA6B,CAAA,CAAA,SAAA,CAAA,CAAA,CAAA,SAAA,EAAA,CAAA,CAAA,UAAA;AAAA,cAE7B,uBAAA,gCAAuB,wBAAA
|
|
1
|
+
{"version":3,"file":"update-contact.d.mts","names":[],"sources":["../../src/actions/update-contact.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;cAkB5B,6BAAA,EAA6B,CAAA,CAAA,SAAA,CAAA,CAAA,CAAA,SAAA,EAAA,CAAA,CAAA,UAAA;AAAA,cAE7B,uBAAA,gCAAuB,wBAAA"}
|
|
@@ -28,7 +28,19 @@ declare const salesforceUpdateFavorite: import("@keystrokehq/action").WorkflowAc
|
|
|
28
28
|
favorite_id: string;
|
|
29
29
|
name?: string | undefined;
|
|
30
30
|
sort_order?: number | undefined;
|
|
31
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
31
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"salesforce", z.ZodObject<{
|
|
32
|
+
connectionId: z.ZodString;
|
|
33
|
+
entityId: z.ZodString;
|
|
34
|
+
instanceId: z.ZodString;
|
|
35
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
36
|
+
accessToken: z.ZodString;
|
|
37
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce", z.ZodObject<{
|
|
38
|
+
connectionId: z.ZodString;
|
|
39
|
+
entityId: z.ZodString;
|
|
40
|
+
instanceId: z.ZodString;
|
|
41
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
42
|
+
accessToken: z.ZodString;
|
|
43
|
+
}, z.core.$strip>>]>;
|
|
32
44
|
//#endregion
|
|
33
45
|
export { salesforceUpdateFavorite };
|
|
34
46
|
//# sourceMappingURL=update-favorite.d.cts.map
|
|
@@ -28,7 +28,19 @@ declare const salesforceUpdateFavorite: import("@keystrokehq/action").WorkflowAc
|
|
|
28
28
|
favorite_id: string;
|
|
29
29
|
name?: string | undefined;
|
|
30
30
|
sort_order?: number | undefined;
|
|
31
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
31
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"salesforce", z.ZodObject<{
|
|
32
|
+
connectionId: z.ZodString;
|
|
33
|
+
entityId: z.ZodString;
|
|
34
|
+
instanceId: z.ZodString;
|
|
35
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
36
|
+
accessToken: z.ZodString;
|
|
37
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce", z.ZodObject<{
|
|
38
|
+
connectionId: z.ZodString;
|
|
39
|
+
entityId: z.ZodString;
|
|
40
|
+
instanceId: z.ZodString;
|
|
41
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
42
|
+
accessToken: z.ZodString;
|
|
43
|
+
}, z.core.$strip>>]>;
|
|
32
44
|
//#endregion
|
|
33
45
|
export { salesforceUpdateFavorite };
|
|
34
46
|
//# sourceMappingURL=update-favorite.d.mts.map
|
|
@@ -56,7 +56,19 @@ declare const salesforceUpdateLead: import("@keystrokehq/action").WorkflowAction
|
|
|
56
56
|
custom_fields?: Record<string, unknown> | undefined;
|
|
57
57
|
annual_revenue?: number | undefined;
|
|
58
58
|
number_of_employees?: number | undefined;
|
|
59
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
59
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"salesforce", z.ZodObject<{
|
|
60
|
+
connectionId: z.ZodString;
|
|
61
|
+
entityId: z.ZodString;
|
|
62
|
+
instanceId: z.ZodString;
|
|
63
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
64
|
+
accessToken: z.ZodString;
|
|
65
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce", z.ZodObject<{
|
|
66
|
+
connectionId: z.ZodString;
|
|
67
|
+
entityId: z.ZodString;
|
|
68
|
+
instanceId: z.ZodString;
|
|
69
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
70
|
+
accessToken: z.ZodString;
|
|
71
|
+
}, z.core.$strip>>]>;
|
|
60
72
|
//#endregion
|
|
61
73
|
export { salesforceUpdateLead };
|
|
62
74
|
//# sourceMappingURL=update-lead.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-lead.d.cts","names":[],"sources":["../../src/actions/update-lead.ts"],"mappings":";;;cAIa,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;cA4BzB,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;;;;cAO1B,oBAAA,gCAAoB,wBAAA
|
|
1
|
+
{"version":3,"file":"update-lead.d.cts","names":[],"sources":["../../src/actions/update-lead.ts"],"mappings":";;;cAIa,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;cA4BzB,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;;;;cAO1B,oBAAA,gCAAoB,wBAAA"}
|
|
@@ -56,7 +56,19 @@ declare const salesforceUpdateLead: import("@keystrokehq/action").WorkflowAction
|
|
|
56
56
|
custom_fields?: Record<string, unknown> | undefined;
|
|
57
57
|
annual_revenue?: number | undefined;
|
|
58
58
|
number_of_employees?: number | undefined;
|
|
59
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
59
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"salesforce", z.ZodObject<{
|
|
60
|
+
connectionId: z.ZodString;
|
|
61
|
+
entityId: z.ZodString;
|
|
62
|
+
instanceId: z.ZodString;
|
|
63
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
64
|
+
accessToken: z.ZodString;
|
|
65
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce", z.ZodObject<{
|
|
66
|
+
connectionId: z.ZodString;
|
|
67
|
+
entityId: z.ZodString;
|
|
68
|
+
instanceId: z.ZodString;
|
|
69
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
70
|
+
accessToken: z.ZodString;
|
|
71
|
+
}, z.core.$strip>>]>;
|
|
60
72
|
//#endregion
|
|
61
73
|
export { salesforceUpdateLead };
|
|
62
74
|
//# sourceMappingURL=update-lead.d.mts.map
|