@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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mass-transfer-ownership.cjs","names":["z","action"],"sources":["../../src/actions/mass-transfer-ownership.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SalesforceMassTransferOwnershipInput = z.object({\n record_ids: z.array(z.string()).describe(\"List of record IDs to transfer ownership.\"),\n object_type: z.string().describe(\"The Salesforce object type for the records to transfer (e.g., Account, Contact, Lead, Opportunity).\"),\n new_owner_id: z.string().describe(\"The user ID of the new owner to transfer records to.\"),\n trigger_assignment_rules: z.boolean().default(false).describe(\"Whether to trigger Salesforce assignment rules when transferring records. Applies mainly to Leads and Cases where assignment rules may reassign the record or send notifications.\").optional(),\n});\nconst SalesforceMassTransferOwnership_TransferErrorSchema = z.object({\n fields: z.array(z.string()).describe(\"Array of field names that caused or are related to the error. May be empty if the error is not field-specific.\"),\n message: z.string().describe(\"A human-readable description of the error that occurred during the ownership transfer operation.\").nullable(),\n statusCode: z.string().describe(\"The error status code identifying the type of error that occurred (e.g., MALFORMED_ID, FIELD_CUSTOM_VALIDATION_EXCEPTION, ENTITY_IS_DELETED).\").nullable(),\n}).passthrough().describe(\"Error details for a failed ownership transfer operation.\");\nconst SalesforceMassTransferOwnership_TransferResultSchema = z.object({\n id: z.string().describe(\"The Salesforce ID of the record that was successfully updated. This field contains a value when the operation was successful. If this field is null or empty, the operation was not successful for that record.\").nullable().optional(),\n errors: z.array(SalesforceMassTransferOwnership_TransferErrorSchema).describe(\"Array of error objects containing details about any errors that occurred during the ownership transfer. This array is empty when the operation succeeds.\"),\n success: z.boolean().describe(\"Indicates whether the ownership transfer operation was successful (true) or failed (false) for this record.\").nullable(),\n}).passthrough().describe(\"Result of an individual ownership transfer operation.\");\nexport const SalesforceMassTransferOwnershipOutput = z.object({\n results: z.array(SalesforceMassTransferOwnership_TransferResultSchema).describe(\"Array of transfer results, one for each record in the request.\"),\n}).passthrough().describe(\"Response from Salesforce mass transfer ownership operations using sObject Collections API.\");\n\nexport const salesforceMassTransferOwnership = action(\"SALESFORCE_MASS_TRANSFER_OWNERSHIP\", {\n slug: \"salesforce-mass-transfer-ownership\",\n name: \"Mass transfer ownership\",\n description: \"Transfers ownership of multiple records to a new owner in a single operation using Salesforce's composite API for better performance. Operation has no rollback; all provided records are reassigned immediately.\",\n input: SalesforceMassTransferOwnershipInput,\n output: SalesforceMassTransferOwnershipOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uCAAuCA,IAAAA,EAAE,OAAO;CAC3D,YAAYA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,
|
|
1
|
+
{"version":3,"file":"mass-transfer-ownership.cjs","names":["z","action"],"sources":["../../src/actions/mass-transfer-ownership.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SalesforceMassTransferOwnershipInput = z.object({\n record_ids: z.array(z.string()).describe(\"List of record IDs to transfer ownership. Maximum 200 records per request (sObject Collections PATCH cap).\"),\n object_type: z.string().describe(\"The Salesforce object type for the records to transfer (e.g., Account, Contact, Lead, Opportunity).\"),\n new_owner_id: z.string().describe(\"The user ID of the new owner to transfer records to.\"),\n trigger_assignment_rules: z.boolean().default(false).describe(\"Whether to trigger Salesforce assignment rules when transferring records. Applies mainly to Leads and Cases where assignment rules may reassign the record or send notifications.\").optional(),\n});\nconst SalesforceMassTransferOwnership_TransferErrorSchema = z.object({\n fields: z.array(z.string()).describe(\"Array of field names that caused or are related to the error. May be empty if the error is not field-specific.\"),\n message: z.string().describe(\"A human-readable description of the error that occurred during the ownership transfer operation.\").nullable(),\n statusCode: z.string().describe(\"The error status code identifying the type of error that occurred (e.g., MALFORMED_ID, FIELD_CUSTOM_VALIDATION_EXCEPTION, ENTITY_IS_DELETED).\").nullable(),\n}).passthrough().describe(\"Error details for a failed ownership transfer operation.\");\nconst SalesforceMassTransferOwnership_TransferResultSchema = z.object({\n id: z.string().describe(\"The Salesforce ID of the record that was successfully updated. This field contains a value when the operation was successful. If this field is null or empty, the operation was not successful for that record.\").nullable().optional(),\n errors: z.array(SalesforceMassTransferOwnership_TransferErrorSchema).describe(\"Array of error objects containing details about any errors that occurred during the ownership transfer. This array is empty when the operation succeeds.\"),\n success: z.boolean().describe(\"Indicates whether the ownership transfer operation was successful (true) or failed (false) for this record.\").nullable(),\n}).passthrough().describe(\"Result of an individual ownership transfer operation.\");\nexport const SalesforceMassTransferOwnershipOutput = z.object({\n results: z.array(SalesforceMassTransferOwnership_TransferResultSchema).describe(\"Array of transfer results, one for each record in the request.\"),\n}).passthrough().describe(\"Response from Salesforce mass transfer ownership operations using sObject Collections API.\");\n\nexport const salesforceMassTransferOwnership = action(\"SALESFORCE_MASS_TRANSFER_OWNERSHIP\", {\n slug: \"salesforce-mass-transfer-ownership\",\n name: \"Mass transfer ownership\",\n description: \"Transfers ownership of multiple records to a new owner in a single operation using Salesforce's composite API for better performance. Operation has no rollback; all provided records are reassigned immediately.\",\n input: SalesforceMassTransferOwnershipInput,\n output: SalesforceMassTransferOwnershipOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uCAAuCA,IAAAA,EAAE,OAAO;CAC3D,YAAYA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,4GAA4G;CACrJ,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qGAAqG;CACtI,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;CACxF,0BAA0BA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,mLAAmL,CAAC,CAAC,SAAS;AAC9P,CAAC;AACD,MAAM,sDAAsDA,IAAAA,EAAE,OAAO;CACnE,QAAQA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,gHAAgH;CACrJ,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kGAAkG,CAAC,CAAC,SAAS;CAC1I,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+IAA+I,CAAC,CAAC,SAAS;AAC5L,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0DAA0D;AACpF,MAAM,uDAAuDA,IAAAA,EAAE,OAAO;CACpE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iNAAiN,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/P,QAAQA,IAAAA,EAAE,MAAM,mDAAmD,CAAC,CAAC,SAAS,0JAA0J;CACxO,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,6GAA6G,CAAC,CAAC,SAAS;AACxJ,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,uDAAuD;AACjF,MAAa,wCAAwCA,IAAAA,EAAE,OAAO,EAC5D,SAASA,IAAAA,EAAE,MAAM,oDAAoD,CAAC,CAAC,SAAS,gEAAgE,EAClJ,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,4FAA4F;AAEtH,MAAa,kCAAkCC,eAAAA,OAAO,sCAAsC;CAC1F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -23,7 +23,19 @@ declare const salesforceMassTransferOwnership: import("@keystrokehq/action").Wor
|
|
|
23
23
|
object_type: string;
|
|
24
24
|
new_owner_id: string;
|
|
25
25
|
trigger_assignment_rules?: boolean | undefined;
|
|
26
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
26
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<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>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce", z.ZodObject<{
|
|
33
|
+
connectionId: z.ZodString;
|
|
34
|
+
entityId: z.ZodString;
|
|
35
|
+
instanceId: z.ZodString;
|
|
36
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
37
|
+
accessToken: z.ZodString;
|
|
38
|
+
}, z.core.$strip>>]>;
|
|
27
39
|
//#endregion
|
|
28
40
|
export { salesforceMassTransferOwnership };
|
|
29
41
|
//# sourceMappingURL=mass-transfer-ownership.d.cts.map
|
|
@@ -23,7 +23,19 @@ declare const salesforceMassTransferOwnership: import("@keystrokehq/action").Wor
|
|
|
23
23
|
object_type: string;
|
|
24
24
|
new_owner_id: string;
|
|
25
25
|
trigger_assignment_rules?: boolean | undefined;
|
|
26
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
26
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<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>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce", z.ZodObject<{
|
|
33
|
+
connectionId: z.ZodString;
|
|
34
|
+
entityId: z.ZodString;
|
|
35
|
+
instanceId: z.ZodString;
|
|
36
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
37
|
+
accessToken: z.ZodString;
|
|
38
|
+
}, z.core.$strip>>]>;
|
|
27
39
|
//#endregion
|
|
28
40
|
export { salesforceMassTransferOwnership };
|
|
29
41
|
//# sourceMappingURL=mass-transfer-ownership.d.mts.map
|
|
@@ -2,7 +2,7 @@ import { action } from "../action.mjs";
|
|
|
2
2
|
import { z } from "zod";
|
|
3
3
|
//#region src/actions/mass-transfer-ownership.ts
|
|
4
4
|
const SalesforceMassTransferOwnershipInput = z.object({
|
|
5
|
-
record_ids: z.array(z.string()).describe("List of record IDs to transfer ownership."),
|
|
5
|
+
record_ids: z.array(z.string()).describe("List of record IDs to transfer ownership. Maximum 200 records per request (sObject Collections PATCH cap)."),
|
|
6
6
|
object_type: z.string().describe("The Salesforce object type for the records to transfer (e.g., Account, Contact, Lead, Opportunity)."),
|
|
7
7
|
new_owner_id: z.string().describe("The user ID of the new owner to transfer records to."),
|
|
8
8
|
trigger_assignment_rules: z.boolean().default(false).describe("Whether to trigger Salesforce assignment rules when transferring records. Applies mainly to Leads and Cases where assignment rules may reassign the record or send notifications.").optional()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mass-transfer-ownership.mjs","names":[],"sources":["../../src/actions/mass-transfer-ownership.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SalesforceMassTransferOwnershipInput = z.object({\n record_ids: z.array(z.string()).describe(\"List of record IDs to transfer ownership.\"),\n object_type: z.string().describe(\"The Salesforce object type for the records to transfer (e.g., Account, Contact, Lead, Opportunity).\"),\n new_owner_id: z.string().describe(\"The user ID of the new owner to transfer records to.\"),\n trigger_assignment_rules: z.boolean().default(false).describe(\"Whether to trigger Salesforce assignment rules when transferring records. Applies mainly to Leads and Cases where assignment rules may reassign the record or send notifications.\").optional(),\n});\nconst SalesforceMassTransferOwnership_TransferErrorSchema = z.object({\n fields: z.array(z.string()).describe(\"Array of field names that caused or are related to the error. May be empty if the error is not field-specific.\"),\n message: z.string().describe(\"A human-readable description of the error that occurred during the ownership transfer operation.\").nullable(),\n statusCode: z.string().describe(\"The error status code identifying the type of error that occurred (e.g., MALFORMED_ID, FIELD_CUSTOM_VALIDATION_EXCEPTION, ENTITY_IS_DELETED).\").nullable(),\n}).passthrough().describe(\"Error details for a failed ownership transfer operation.\");\nconst SalesforceMassTransferOwnership_TransferResultSchema = z.object({\n id: z.string().describe(\"The Salesforce ID of the record that was successfully updated. This field contains a value when the operation was successful. If this field is null or empty, the operation was not successful for that record.\").nullable().optional(),\n errors: z.array(SalesforceMassTransferOwnership_TransferErrorSchema).describe(\"Array of error objects containing details about any errors that occurred during the ownership transfer. This array is empty when the operation succeeds.\"),\n success: z.boolean().describe(\"Indicates whether the ownership transfer operation was successful (true) or failed (false) for this record.\").nullable(),\n}).passthrough().describe(\"Result of an individual ownership transfer operation.\");\nexport const SalesforceMassTransferOwnershipOutput = z.object({\n results: z.array(SalesforceMassTransferOwnership_TransferResultSchema).describe(\"Array of transfer results, one for each record in the request.\"),\n}).passthrough().describe(\"Response from Salesforce mass transfer ownership operations using sObject Collections API.\");\n\nexport const salesforceMassTransferOwnership = action(\"SALESFORCE_MASS_TRANSFER_OWNERSHIP\", {\n slug: \"salesforce-mass-transfer-ownership\",\n name: \"Mass transfer ownership\",\n description: \"Transfers ownership of multiple records to a new owner in a single operation using Salesforce's composite API for better performance. Operation has no rollback; all provided records are reassigned immediately.\",\n input: SalesforceMassTransferOwnershipInput,\n output: SalesforceMassTransferOwnershipOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uCAAuC,EAAE,OAAO;CAC3D,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,
|
|
1
|
+
{"version":3,"file":"mass-transfer-ownership.mjs","names":[],"sources":["../../src/actions/mass-transfer-ownership.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SalesforceMassTransferOwnershipInput = z.object({\n record_ids: z.array(z.string()).describe(\"List of record IDs to transfer ownership. Maximum 200 records per request (sObject Collections PATCH cap).\"),\n object_type: z.string().describe(\"The Salesforce object type for the records to transfer (e.g., Account, Contact, Lead, Opportunity).\"),\n new_owner_id: z.string().describe(\"The user ID of the new owner to transfer records to.\"),\n trigger_assignment_rules: z.boolean().default(false).describe(\"Whether to trigger Salesforce assignment rules when transferring records. Applies mainly to Leads and Cases where assignment rules may reassign the record or send notifications.\").optional(),\n});\nconst SalesforceMassTransferOwnership_TransferErrorSchema = z.object({\n fields: z.array(z.string()).describe(\"Array of field names that caused or are related to the error. May be empty if the error is not field-specific.\"),\n message: z.string().describe(\"A human-readable description of the error that occurred during the ownership transfer operation.\").nullable(),\n statusCode: z.string().describe(\"The error status code identifying the type of error that occurred (e.g., MALFORMED_ID, FIELD_CUSTOM_VALIDATION_EXCEPTION, ENTITY_IS_DELETED).\").nullable(),\n}).passthrough().describe(\"Error details for a failed ownership transfer operation.\");\nconst SalesforceMassTransferOwnership_TransferResultSchema = z.object({\n id: z.string().describe(\"The Salesforce ID of the record that was successfully updated. This field contains a value when the operation was successful. If this field is null or empty, the operation was not successful for that record.\").nullable().optional(),\n errors: z.array(SalesforceMassTransferOwnership_TransferErrorSchema).describe(\"Array of error objects containing details about any errors that occurred during the ownership transfer. This array is empty when the operation succeeds.\"),\n success: z.boolean().describe(\"Indicates whether the ownership transfer operation was successful (true) or failed (false) for this record.\").nullable(),\n}).passthrough().describe(\"Result of an individual ownership transfer operation.\");\nexport const SalesforceMassTransferOwnershipOutput = z.object({\n results: z.array(SalesforceMassTransferOwnership_TransferResultSchema).describe(\"Array of transfer results, one for each record in the request.\"),\n}).passthrough().describe(\"Response from Salesforce mass transfer ownership operations using sObject Collections API.\");\n\nexport const salesforceMassTransferOwnership = action(\"SALESFORCE_MASS_TRANSFER_OWNERSHIP\", {\n slug: \"salesforce-mass-transfer-ownership\",\n name: \"Mass transfer ownership\",\n description: \"Transfers ownership of multiple records to a new owner in a single operation using Salesforce's composite API for better performance. Operation has no rollback; all provided records are reassigned immediately.\",\n input: SalesforceMassTransferOwnershipInput,\n output: SalesforceMassTransferOwnershipOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uCAAuC,EAAE,OAAO;CAC3D,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,4GAA4G;CACrJ,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,qGAAqG;CACtI,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;CACxF,0BAA0B,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,mLAAmL,CAAC,CAAC,SAAS;AAC9P,CAAC;AACD,MAAM,sDAAsD,EAAE,OAAO;CACnE,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,gHAAgH;CACrJ,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,kGAAkG,CAAC,CAAC,SAAS;CAC1I,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+IAA+I,CAAC,CAAC,SAAS;AAC5L,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0DAA0D;AACpF,MAAM,uDAAuD,EAAE,OAAO;CACpE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,iNAAiN,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/P,QAAQ,EAAE,MAAM,mDAAmD,CAAC,CAAC,SAAS,0JAA0J;CACxO,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,6GAA6G,CAAC,CAAC,SAAS;AACxJ,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,uDAAuD;AAKjF,MAAa,kCAAkC,OAAO,sCAAsC;CAC1F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATmD,EAAE,OAAO,EAC5D,SAAS,EAAE,MAAM,oDAAoD,CAAC,CAAC,SAAS,gEAAgE,EAClJ,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,4FAOhB;AACV,CAAC"}
|
|
@@ -43,7 +43,19 @@ declare const salesforceParameterizedSearch: import("@keystrokehq/action").Workf
|
|
|
43
43
|
overallLimit?: number | undefined;
|
|
44
44
|
spellCorrection?: boolean | undefined;
|
|
45
45
|
defaultSearchScope?: string | undefined;
|
|
46
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
46
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<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>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce", z.ZodObject<{
|
|
53
|
+
connectionId: z.ZodString;
|
|
54
|
+
entityId: z.ZodString;
|
|
55
|
+
instanceId: z.ZodString;
|
|
56
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
57
|
+
accessToken: z.ZodString;
|
|
58
|
+
}, z.core.$strip>>]>;
|
|
47
59
|
//#endregion
|
|
48
60
|
export { salesforceParameterizedSearch };
|
|
49
61
|
//# sourceMappingURL=parameterized-search.d.cts.map
|
|
@@ -43,7 +43,19 @@ declare const salesforceParameterizedSearch: import("@keystrokehq/action").Workf
|
|
|
43
43
|
overallLimit?: number | undefined;
|
|
44
44
|
spellCorrection?: boolean | undefined;
|
|
45
45
|
defaultSearchScope?: string | undefined;
|
|
46
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
46
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<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>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce", z.ZodObject<{
|
|
53
|
+
connectionId: z.ZodString;
|
|
54
|
+
entityId: z.ZodString;
|
|
55
|
+
instanceId: z.ZodString;
|
|
56
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
57
|
+
accessToken: z.ZodString;
|
|
58
|
+
}, z.core.$strip>>]>;
|
|
47
59
|
//#endregion
|
|
48
60
|
export { salesforceParameterizedSearch };
|
|
49
61
|
//# sourceMappingURL=parameterized-search.d.mts.map
|
|
@@ -24,7 +24,19 @@ declare const salesforcePatchCompositeSobjects: import("@keystrokehq/action").Wo
|
|
|
24
24
|
sobject_name: string;
|
|
25
25
|
external_id_field_name: string;
|
|
26
26
|
all_or_none?: boolean | undefined;
|
|
27
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
27
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"salesforce", z.ZodObject<{
|
|
28
|
+
connectionId: z.ZodString;
|
|
29
|
+
entityId: z.ZodString;
|
|
30
|
+
instanceId: z.ZodString;
|
|
31
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
32
|
+
accessToken: z.ZodString;
|
|
33
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce", z.ZodObject<{
|
|
34
|
+
connectionId: z.ZodString;
|
|
35
|
+
entityId: z.ZodString;
|
|
36
|
+
instanceId: z.ZodString;
|
|
37
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
38
|
+
accessToken: z.ZodString;
|
|
39
|
+
}, z.core.$strip>>]>;
|
|
28
40
|
//#endregion
|
|
29
41
|
export { salesforcePatchCompositeSobjects };
|
|
30
42
|
//# sourceMappingURL=patch-composite-sobjects.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"patch-composite-sobjects.d.cts","names":[],"sources":["../../src/actions/patch-composite-sobjects.ts"],"mappings":";;;cAIa,qCAAA,EAAqC,CAAA,CAAA,SAAA;;;;;;cAiBrC,sCAAA,EAAsC,CAAA,CAAA,SAAA;;;;;;;;;;;;cAItC,gCAAA,gCAAgC,wBAAA
|
|
1
|
+
{"version":3,"file":"patch-composite-sobjects.d.cts","names":[],"sources":["../../src/actions/patch-composite-sobjects.ts"],"mappings":";;;cAIa,qCAAA,EAAqC,CAAA,CAAA,SAAA;;;;;;cAiBrC,sCAAA,EAAsC,CAAA,CAAA,SAAA;;;;;;;;;;;;cAItC,gCAAA,gCAAgC,wBAAA"}
|
|
@@ -24,7 +24,19 @@ declare const salesforcePatchCompositeSobjects: import("@keystrokehq/action").Wo
|
|
|
24
24
|
sobject_name: string;
|
|
25
25
|
external_id_field_name: string;
|
|
26
26
|
all_or_none?: boolean | undefined;
|
|
27
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
27
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"salesforce", z.ZodObject<{
|
|
28
|
+
connectionId: z.ZodString;
|
|
29
|
+
entityId: z.ZodString;
|
|
30
|
+
instanceId: z.ZodString;
|
|
31
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
32
|
+
accessToken: z.ZodString;
|
|
33
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce", z.ZodObject<{
|
|
34
|
+
connectionId: z.ZodString;
|
|
35
|
+
entityId: z.ZodString;
|
|
36
|
+
instanceId: z.ZodString;
|
|
37
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
38
|
+
accessToken: z.ZodString;
|
|
39
|
+
}, z.core.$strip>>]>;
|
|
28
40
|
//#endregion
|
|
29
41
|
export { salesforcePatchCompositeSobjects };
|
|
30
42
|
//# sourceMappingURL=patch-composite-sobjects.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"patch-composite-sobjects.d.mts","names":[],"sources":["../../src/actions/patch-composite-sobjects.ts"],"mappings":";;;cAIa,qCAAA,EAAqC,CAAA,CAAA,SAAA;;;;;;cAiBrC,sCAAA,EAAsC,CAAA,CAAA,SAAA;;;;;;;;;;;;cAItC,gCAAA,gCAAgC,wBAAA
|
|
1
|
+
{"version":3,"file":"patch-composite-sobjects.d.mts","names":[],"sources":["../../src/actions/patch-composite-sobjects.ts"],"mappings":";;;cAIa,qCAAA,EAAqC,CAAA,CAAA,SAAA;;;;;;cAiBrC,sCAAA,EAAsC,CAAA,CAAA,SAAA;;;;;;;;;;;;cAItC,gCAAA,gCAAgC,wBAAA"}
|
|
@@ -42,7 +42,19 @@ declare const salesforcePostCompositeGraph: import("@keystrokehq/action").Workfl
|
|
|
42
42
|
body?: Record<string, unknown> | undefined;
|
|
43
43
|
}[];
|
|
44
44
|
}[];
|
|
45
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
45
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"salesforce", z.ZodObject<{
|
|
46
|
+
connectionId: z.ZodString;
|
|
47
|
+
entityId: z.ZodString;
|
|
48
|
+
instanceId: z.ZodString;
|
|
49
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
50
|
+
accessToken: z.ZodString;
|
|
51
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce", z.ZodObject<{
|
|
52
|
+
connectionId: z.ZodString;
|
|
53
|
+
entityId: z.ZodString;
|
|
54
|
+
instanceId: z.ZodString;
|
|
55
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
56
|
+
accessToken: z.ZodString;
|
|
57
|
+
}, z.core.$strip>>]>;
|
|
46
58
|
//#endregion
|
|
47
59
|
export { salesforcePostCompositeGraph };
|
|
48
60
|
//# sourceMappingURL=post-composite-graph.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"post-composite-graph.d.cts","names":[],"sources":["../../src/actions/post-composite-graph.ts"],"mappings":";;;cAIa,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;;;;;;cA8BjC,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;cAIlC,4BAAA,gCAA4B,wBAAA
|
|
1
|
+
{"version":3,"file":"post-composite-graph.d.cts","names":[],"sources":["../../src/actions/post-composite-graph.ts"],"mappings":";;;cAIa,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;;;;;;cA8BjC,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;cAIlC,4BAAA,gCAA4B,wBAAA"}
|
|
@@ -42,7 +42,19 @@ declare const salesforcePostCompositeGraph: import("@keystrokehq/action").Workfl
|
|
|
42
42
|
body?: Record<string, unknown> | undefined;
|
|
43
43
|
}[];
|
|
44
44
|
}[];
|
|
45
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
45
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"salesforce", z.ZodObject<{
|
|
46
|
+
connectionId: z.ZodString;
|
|
47
|
+
entityId: z.ZodString;
|
|
48
|
+
instanceId: z.ZodString;
|
|
49
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
50
|
+
accessToken: z.ZodString;
|
|
51
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce", z.ZodObject<{
|
|
52
|
+
connectionId: z.ZodString;
|
|
53
|
+
entityId: z.ZodString;
|
|
54
|
+
instanceId: z.ZodString;
|
|
55
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
56
|
+
accessToken: z.ZodString;
|
|
57
|
+
}, z.core.$strip>>]>;
|
|
46
58
|
//#endregion
|
|
47
59
|
export { salesforcePostCompositeGraph };
|
|
48
60
|
//# sourceMappingURL=post-composite-graph.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"post-composite-graph.d.mts","names":[],"sources":["../../src/actions/post-composite-graph.ts"],"mappings":";;;cAIa,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;;;;;;cA8BjC,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;cAIlC,4BAAA,gCAA4B,wBAAA
|
|
1
|
+
{"version":3,"file":"post-composite-graph.d.mts","names":[],"sources":["../../src/actions/post-composite-graph.ts"],"mappings":";;;cAIa,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;;;;;;cA8BjC,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;cAIlC,4BAAA,gCAA4B,wBAAA"}
|
|
@@ -28,7 +28,19 @@ declare const salesforcePostCompositeSobjects: import("@keystrokehq/action").Wor
|
|
|
28
28
|
};
|
|
29
29
|
}[];
|
|
30
30
|
all_or_none?: boolean | 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 { salesforcePostCompositeSobjects };
|
|
34
46
|
//# sourceMappingURL=post-composite-sobjects.d.cts.map
|
|
@@ -28,7 +28,19 @@ declare const salesforcePostCompositeSobjects: import("@keystrokehq/action").Wor
|
|
|
28
28
|
};
|
|
29
29
|
}[];
|
|
30
30
|
all_or_none?: boolean | 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 { salesforcePostCompositeSobjects };
|
|
34
46
|
//# sourceMappingURL=post-composite-sobjects.d.mts.map
|
|
@@ -46,7 +46,19 @@ declare const salesforcePostParameterizedSearch: import("@keystrokehq/action").W
|
|
|
46
46
|
defaultLimit?: number | undefined;
|
|
47
47
|
overallLimit?: number | undefined;
|
|
48
48
|
spellCorrection?: boolean | undefined;
|
|
49
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
49
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"salesforce", z.ZodObject<{
|
|
50
|
+
connectionId: z.ZodString;
|
|
51
|
+
entityId: z.ZodString;
|
|
52
|
+
instanceId: z.ZodString;
|
|
53
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
54
|
+
accessToken: z.ZodString;
|
|
55
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce", z.ZodObject<{
|
|
56
|
+
connectionId: z.ZodString;
|
|
57
|
+
entityId: z.ZodString;
|
|
58
|
+
instanceId: z.ZodString;
|
|
59
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
60
|
+
accessToken: z.ZodString;
|
|
61
|
+
}, z.core.$strip>>]>;
|
|
50
62
|
//#endregion
|
|
51
63
|
export { salesforcePostParameterizedSearch };
|
|
52
64
|
//# sourceMappingURL=post-parameterized-search.d.cts.map
|
|
@@ -46,7 +46,19 @@ declare const salesforcePostParameterizedSearch: import("@keystrokehq/action").W
|
|
|
46
46
|
defaultLimit?: number | undefined;
|
|
47
47
|
overallLimit?: number | undefined;
|
|
48
48
|
spellCorrection?: boolean | undefined;
|
|
49
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
49
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"salesforce", z.ZodObject<{
|
|
50
|
+
connectionId: z.ZodString;
|
|
51
|
+
entityId: z.ZodString;
|
|
52
|
+
instanceId: z.ZodString;
|
|
53
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
54
|
+
accessToken: z.ZodString;
|
|
55
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce", z.ZodObject<{
|
|
56
|
+
connectionId: z.ZodString;
|
|
57
|
+
entityId: z.ZodString;
|
|
58
|
+
instanceId: z.ZodString;
|
|
59
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
60
|
+
accessToken: z.ZodString;
|
|
61
|
+
}, z.core.$strip>>]>;
|
|
50
62
|
//#endregion
|
|
51
63
|
export { salesforcePostParameterizedSearch };
|
|
52
64
|
//# sourceMappingURL=post-parameterized-search.d.mts.map
|
|
@@ -17,7 +17,19 @@ declare const SalesforceQueryAllOutput: z.ZodObject<{
|
|
|
17
17
|
}, z.core.$loose>;
|
|
18
18
|
declare const salesforceQueryAll: 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 { salesforceQueryAll };
|
|
23
35
|
//# sourceMappingURL=query-all.d.cts.map
|
|
@@ -17,7 +17,19 @@ declare const SalesforceQueryAllOutput: z.ZodObject<{
|
|
|
17
17
|
}, z.core.$loose>;
|
|
18
18
|
declare const salesforceQueryAll: 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 { salesforceQueryAll };
|
|
23
35
|
//# sourceMappingURL=query-all.d.mts.map
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/query-more.ts
|
|
4
|
+
const SalesforceQueryMoreInput = zod.z.object({ next_records_url: zod.z.string().describe("The nextRecordsUrl from a previous query / queryAll / run_soql_query response where done=false. Pass it exactly as returned — the relative path '/services/data/v<ver>/query/<locator>' (or '/queryAll/<locator>'). Call this action repeatedly, passing each response's nextRecordsUrl, until done=true. (Bare locator tokens and absolute URLs are not accepted — the query vs queryAll resource is only known from the path.)") });
|
|
5
|
+
const SalesforceQueryMoreOutput = zod.z.object({
|
|
6
|
+
done: zod.z.boolean().describe("True when this is the final page. When false, pass this response's nextRecordsUrl back into this action to fetch the next page.").nullable(),
|
|
7
|
+
records: zod.z.array(zod.z.record(zod.z.string(), zod.z.unknown())).describe("The records in this page (up to ~2000). Each record includes an 'attributes' object plus the queried fields."),
|
|
8
|
+
totalSize: zod.z.number().int().describe("The total number of records matching the original query across all pages.").nullable(),
|
|
9
|
+
nextRecordsUrl: zod.z.string().describe("The query locator path for the next page. Present only when done is false.").nullable().optional()
|
|
10
|
+
}).passthrough().describe("A page of SOQL query results retrieved via a query locator.");
|
|
11
|
+
const salesforceQueryMore = require_action.action("SALESFORCE_QUERY_MORE", {
|
|
12
|
+
slug: "salesforce-query-more",
|
|
13
|
+
name: "Query more (next page of SOQL results)",
|
|
14
|
+
description: "Retrieve the next page of SOQL results using a query locator (GET /query/{queryLocator}). SOQL queries return at most ~2000 rows per response plus a nextRecordsUrl when more remain; this action follows that locator. Call it repeatedly, passing each response's nextRecordsUrl, until done=true. Without it, run_soql_query / query results beyond the first page are unreachable.",
|
|
15
|
+
input: SalesforceQueryMoreInput,
|
|
16
|
+
output: SalesforceQueryMoreOutput
|
|
17
|
+
});
|
|
18
|
+
//#endregion
|
|
19
|
+
exports.salesforceQueryMore = salesforceQueryMore;
|
|
20
|
+
|
|
21
|
+
//# sourceMappingURL=query-more.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"query-more.cjs","names":["z","action"],"sources":["../../src/actions/query-more.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SalesforceQueryMoreInput = z.object({\n next_records_url: z.string().describe(\"The nextRecordsUrl from a previous query / queryAll / run_soql_query response where done=false. Pass it exactly as returned — the relative path '/services/data/v<ver>/query/<locator>' (or '/queryAll/<locator>'). Call this action repeatedly, passing each response's nextRecordsUrl, until done=true. (Bare locator tokens and absolute URLs are not accepted — the query vs queryAll resource is only known from the path.)\"),\n});\nexport const SalesforceQueryMoreOutput = z.object({\n done: z.boolean().describe(\"True when this is the final page. When false, pass this response's nextRecordsUrl back into this action to fetch the next page.\").nullable(),\n records: z.array(z.record(z.string(), z.unknown())).describe(\"The records in this page (up to ~2000). Each record includes an 'attributes' object plus the queried fields.\"),\n totalSize: z.number().int().describe(\"The total number of records matching the original query across all pages.\").nullable(),\n nextRecordsUrl: z.string().describe(\"The query locator path for the next page. Present only when done is false.\").nullable().optional(),\n}).passthrough().describe(\"A page of SOQL query results retrieved via a query locator.\");\n\nexport const salesforceQueryMore = action(\"SALESFORCE_QUERY_MORE\", {\n slug: \"salesforce-query-more\",\n name: \"Query more (next page of SOQL results)\",\n description: \"Retrieve the next page of SOQL results using a query locator (GET /query/{queryLocator}). SOQL queries return at most ~2000 rows per response plus a nextRecordsUrl when more remain; this action follows that locator. Call it repeatedly, passing each response's nextRecordsUrl, until done=true. Without it, run_soql_query / query results beyond the first page are unreachable.\",\n input: SalesforceQueryMoreInput,\n output: SalesforceQueryMoreOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAA2BA,IAAAA,EAAE,OAAO,EAC/C,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kaAAka,EAC1c,CAAC;AACD,MAAa,4BAA4BA,IAAAA,EAAE,OAAO;CAChD,MAAMA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,iIAAiI,CAAC,CAAC,SAAS;CACvK,SAASA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,8GAA8G;CAC3K,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2EAA2E,CAAC,CAAC,SAAS;CAC3H,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxI,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,6DAA6D;AAEvF,MAAa,sBAAsBC,eAAAA,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/query-more.d.ts
|
|
4
|
+
declare const SalesforceQueryMoreInput: z.ZodObject<{
|
|
5
|
+
next_records_url: z.ZodString;
|
|
6
|
+
}, z.core.$strip>;
|
|
7
|
+
declare const SalesforceQueryMoreOutput: z.ZodObject<{
|
|
8
|
+
done: z.ZodNullable<z.ZodBoolean>;
|
|
9
|
+
records: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
10
|
+
totalSize: z.ZodNullable<z.ZodNumber>;
|
|
11
|
+
nextRecordsUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
12
|
+
}, z.core.$loose>;
|
|
13
|
+
declare const salesforceQueryMore: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
14
|
+
next_records_url: string;
|
|
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>>]>;
|
|
28
|
+
//#endregion
|
|
29
|
+
export { salesforceQueryMore };
|
|
30
|
+
//# sourceMappingURL=query-more.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"query-more.d.cts","names":[],"sources":["../../src/actions/query-more.ts"],"mappings":";;;cAIa,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;cAGxB,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;;;cAOzB,mBAAA,gCAAmB,wBAAA"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/query-more.d.ts
|
|
4
|
+
declare const SalesforceQueryMoreInput: z.ZodObject<{
|
|
5
|
+
next_records_url: z.ZodString;
|
|
6
|
+
}, z.core.$strip>;
|
|
7
|
+
declare const SalesforceQueryMoreOutput: z.ZodObject<{
|
|
8
|
+
done: z.ZodNullable<z.ZodBoolean>;
|
|
9
|
+
records: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
10
|
+
totalSize: z.ZodNullable<z.ZodNumber>;
|
|
11
|
+
nextRecordsUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
12
|
+
}, z.core.$loose>;
|
|
13
|
+
declare const salesforceQueryMore: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
14
|
+
next_records_url: string;
|
|
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>>]>;
|
|
28
|
+
//#endregion
|
|
29
|
+
export { salesforceQueryMore };
|
|
30
|
+
//# sourceMappingURL=query-more.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"query-more.d.mts","names":[],"sources":["../../src/actions/query-more.ts"],"mappings":";;;cAIa,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;cAGxB,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;;;cAOzB,mBAAA,gCAAmB,wBAAA"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const salesforceQueryMore = action("SALESFORCE_QUERY_MORE", {
|
|
4
|
+
slug: "salesforce-query-more",
|
|
5
|
+
name: "Query more (next page of SOQL results)",
|
|
6
|
+
description: "Retrieve the next page of SOQL results using a query locator (GET /query/{queryLocator}). SOQL queries return at most ~2000 rows per response plus a nextRecordsUrl when more remain; this action follows that locator. Call it repeatedly, passing each response's nextRecordsUrl, until done=true. Without it, run_soql_query / query results beyond the first page are unreachable.",
|
|
7
|
+
input: z.object({ next_records_url: z.string().describe("The nextRecordsUrl from a previous query / queryAll / run_soql_query response where done=false. Pass it exactly as returned — the relative path '/services/data/v<ver>/query/<locator>' (or '/queryAll/<locator>'). Call this action repeatedly, passing each response's nextRecordsUrl, until done=true. (Bare locator tokens and absolute URLs are not accepted — the query vs queryAll resource is only known from the path.)") }),
|
|
8
|
+
output: z.object({
|
|
9
|
+
done: z.boolean().describe("True when this is the final page. When false, pass this response's nextRecordsUrl back into this action to fetch the next page.").nullable(),
|
|
10
|
+
records: z.array(z.record(z.string(), z.unknown())).describe("The records in this page (up to ~2000). Each record includes an 'attributes' object plus the queried fields."),
|
|
11
|
+
totalSize: z.number().int().describe("The total number of records matching the original query across all pages.").nullable(),
|
|
12
|
+
nextRecordsUrl: z.string().describe("The query locator path for the next page. Present only when done is false.").nullable().optional()
|
|
13
|
+
}).passthrough().describe("A page of SOQL query results retrieved via a query locator.")
|
|
14
|
+
});
|
|
15
|
+
//#endregion
|
|
16
|
+
export { salesforceQueryMore };
|
|
17
|
+
|
|
18
|
+
//# sourceMappingURL=query-more.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"query-more.mjs","names":[],"sources":["../../src/actions/query-more.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SalesforceQueryMoreInput = z.object({\n next_records_url: z.string().describe(\"The nextRecordsUrl from a previous query / queryAll / run_soql_query response where done=false. Pass it exactly as returned — the relative path '/services/data/v<ver>/query/<locator>' (or '/queryAll/<locator>'). Call this action repeatedly, passing each response's nextRecordsUrl, until done=true. (Bare locator tokens and absolute URLs are not accepted — the query vs queryAll resource is only known from the path.)\"),\n});\nexport const SalesforceQueryMoreOutput = z.object({\n done: z.boolean().describe(\"True when this is the final page. When false, pass this response's nextRecordsUrl back into this action to fetch the next page.\").nullable(),\n records: z.array(z.record(z.string(), z.unknown())).describe(\"The records in this page (up to ~2000). Each record includes an 'attributes' object plus the queried fields.\"),\n totalSize: z.number().int().describe(\"The total number of records matching the original query across all pages.\").nullable(),\n nextRecordsUrl: z.string().describe(\"The query locator path for the next page. Present only when done is false.\").nullable().optional(),\n}).passthrough().describe(\"A page of SOQL query results retrieved via a query locator.\");\n\nexport const salesforceQueryMore = action(\"SALESFORCE_QUERY_MORE\", {\n slug: \"salesforce-query-more\",\n name: \"Query more (next page of SOQL results)\",\n description: \"Retrieve the next page of SOQL results using a query locator (GET /query/{queryLocator}). SOQL queries return at most ~2000 rows per response plus a nextRecordsUrl when more remain; this action follows that locator. Call it repeatedly, passing each response's nextRecordsUrl, until done=true. Without it, run_soql_query / query results beyond the first page are unreachable.\",\n input: SalesforceQueryMoreInput,\n output: SalesforceQueryMoreOutput,\n});\n"],"mappings":";;AAcA,MAAa,sBAAsB,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAdsC,EAAE,OAAO,EAC/C,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,kaAAka,EAC1c,CAYS;CACP,QAZuC,EAAE,OAAO;EAChD,MAAM,EAAE,QAAQ,CAAC,CAAC,SAAS,iIAAiI,CAAC,CAAC,SAAS;EACvK,SAAS,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,8GAA8G;EAC3K,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2EAA2E,CAAC,CAAC,SAAS;EAC3H,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxI,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,6DAOhB;AACV,CAAC"}
|
|
@@ -13,7 +13,19 @@ declare const salesforceRemoveFromCampaign: import("@keystrokehq/action").Workfl
|
|
|
13
13
|
campaign_id: string;
|
|
14
14
|
member_id?: string | undefined;
|
|
15
15
|
campaign_member_id?: string | undefined;
|
|
16
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
16
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"salesforce", z.ZodObject<{
|
|
17
|
+
connectionId: z.ZodString;
|
|
18
|
+
entityId: z.ZodString;
|
|
19
|
+
instanceId: z.ZodString;
|
|
20
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
21
|
+
accessToken: z.ZodString;
|
|
22
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce", z.ZodObject<{
|
|
23
|
+
connectionId: z.ZodString;
|
|
24
|
+
entityId: z.ZodString;
|
|
25
|
+
instanceId: z.ZodString;
|
|
26
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
27
|
+
accessToken: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>;
|
|
17
29
|
//#endregion
|
|
18
30
|
export { salesforceRemoveFromCampaign };
|
|
19
31
|
//# sourceMappingURL=remove-from-campaign.d.cts.map
|
|
@@ -13,7 +13,19 @@ declare const salesforceRemoveFromCampaign: import("@keystrokehq/action").Workfl
|
|
|
13
13
|
campaign_id: string;
|
|
14
14
|
member_id?: string | undefined;
|
|
15
15
|
campaign_member_id?: string | undefined;
|
|
16
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
16
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"salesforce", z.ZodObject<{
|
|
17
|
+
connectionId: z.ZodString;
|
|
18
|
+
entityId: z.ZodString;
|
|
19
|
+
instanceId: z.ZodString;
|
|
20
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
21
|
+
accessToken: z.ZodString;
|
|
22
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce", z.ZodObject<{
|
|
23
|
+
connectionId: z.ZodString;
|
|
24
|
+
entityId: z.ZodString;
|
|
25
|
+
instanceId: z.ZodString;
|
|
26
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
27
|
+
accessToken: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>;
|
|
17
29
|
//#endregion
|
|
18
30
|
export { salesforceRemoveFromCampaign };
|
|
19
31
|
//# sourceMappingURL=remove-from-campaign.d.mts.map
|
|
@@ -14,7 +14,19 @@ declare const salesforceRetrieveLeadById: import("@keystrokehq/action").Workflow
|
|
|
14
14
|
id: string;
|
|
15
15
|
fields?: string | undefined;
|
|
16
16
|
filtered_fields_message?: string | undefined;
|
|
17
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
17
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"salesforce", z.ZodObject<{
|
|
18
|
+
connectionId: z.ZodString;
|
|
19
|
+
entityId: z.ZodString;
|
|
20
|
+
instanceId: z.ZodString;
|
|
21
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
22
|
+
accessToken: z.ZodString;
|
|
23
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce", z.ZodObject<{
|
|
24
|
+
connectionId: z.ZodString;
|
|
25
|
+
entityId: z.ZodString;
|
|
26
|
+
instanceId: z.ZodString;
|
|
27
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
28
|
+
accessToken: z.ZodString;
|
|
29
|
+
}, z.core.$strip>>]>;
|
|
18
30
|
//#endregion
|
|
19
31
|
export { salesforceRetrieveLeadById };
|
|
20
32
|
//# sourceMappingURL=retrieve-lead-by-id.d.cts.map
|
|
@@ -14,7 +14,19 @@ declare const salesforceRetrieveLeadById: import("@keystrokehq/action").Workflow
|
|
|
14
14
|
id: string;
|
|
15
15
|
fields?: string | undefined;
|
|
16
16
|
filtered_fields_message?: string | undefined;
|
|
17
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
17
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"salesforce", z.ZodObject<{
|
|
18
|
+
connectionId: z.ZodString;
|
|
19
|
+
entityId: z.ZodString;
|
|
20
|
+
instanceId: z.ZodString;
|
|
21
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
22
|
+
accessToken: z.ZodString;
|
|
23
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce", z.ZodObject<{
|
|
24
|
+
connectionId: z.ZodString;
|
|
25
|
+
entityId: z.ZodString;
|
|
26
|
+
instanceId: z.ZodString;
|
|
27
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
28
|
+
accessToken: z.ZodString;
|
|
29
|
+
}, z.core.$strip>>]>;
|
|
18
30
|
//#endregion
|
|
19
31
|
export { salesforceRetrieveLeadById };
|
|
20
32
|
//# sourceMappingURL=retrieve-lead-by-id.d.mts.map
|