Skip to content

Commit

Permalink
one more doc tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
josephjclark committed Jan 10, 2025
1 parent b4a0289 commit 4100706
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/salesforce/src/Adaptor.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@ import flatten from 'lodash/flatten';
* State object
* @typedef {Object} SalesforceState
* @property data - API response data. Can be either an object or array of objects
* @property references - History of all previous results
* @property references - History of all previous states
**/

/**
* State object
* @typedef {Object} SalesforceResultState
* @property data - Contains a summary of the operation and any errors
* @property data - Summary of the response fom Salesforce
* @property data.success - `true` if Salesforce reports no errors from the operation
* @property data.completed - Array of ids for every successful completion
* @property data.errors - Array of errors reported by Salesforce
* @property references - History of all previous results
* @property references - History of all previous states
**/

/**
Expand Down

0 comments on commit 4100706

Please sign in to comment.