You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -32,7 +32,7 @@ import flatten from 'lodash/flatten';
/**
* State object
* @typedef {Object} SalesforceResultState
* @property data - Result object of the form <code>\{ success, completed, errors \}</code>. Will be <code>\{ id, success, errors \}</code> for single result.
* @property data - Result object(s) of the form <code>\{ success, completed, errors \}</code>.
* @property references - History of all previous operations results.