UNPKG

scv-connector-base

Version:
3,027 lines (737 loc) 36.5 kB
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>JSDoc: Global</title> <script src="scripts/prettify/prettify.js"> </script> <script src="scripts/prettify/lang-css.js"> </script> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css"> <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css"> </head> <body> <div id="main"> <h1 class="page-title">Global</h1> <section> <header> <h2></h2> </header> <article> <div class="container-overview"> <dl class="details"> </dl> </div> <h3 class="subsection-title">Members</h3> <h4 class="name" id="CONNECTOR_CONFIG_EXCEPTION_FIELDS"><span class="type-signature">(constant) </span>CONNECTOR_CONFIG_EXCEPTION_FIELDS<span class="type-signature"></span></h4> <div class="description"> Fields in the connector configuration that are NOT logged. </div> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="constants.js.html">constants.js</a>, <a href="constants.js.html#line281">line 281</a> </li></ul></dd> </dl> <h4 class="name" id="CONNECTOR_CONFIG_EXPOSED_FIELDS"><span class="type-signature">(constant) </span>CONNECTOR_CONFIG_EXPOSED_FIELDS<span class="type-signature"></span></h4> <div class="description"> Fields in the connector configuration that are logged. </div> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="constants.js.html">constants.js</a>, <a href="constants.js.html#line260">line 260</a> </li></ul></dd> </dl> <h4 class="name" id="CONNECTOR_CONFIG_EXPOSED_FIELDS_STARTSWITH"><span class="type-signature">(constant) </span>CONNECTOR_CONFIG_EXPOSED_FIELDS_STARTSWITH<span class="type-signature"></span></h4> <div class="description"> Fields that starts with string in the connector configuration that are logged. </div> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="constants.js.html">constants.js</a>, <a href="constants.js.html#line274">line 274</a> </li></ul></dd> </dl> <h3 class="subsection-title">Methods</h3> <h4 class="name" id="dispatchCustomError"><span class="type-signature"></span>dispatchCustomError<span class="signature">(error, eventType)</span><span class="type-signature"></span></h4> <div class="description"> Dispatch a telephony integration error to Salesforce </div> <h5>Parameters:</h5> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>error</code></td> <td class="type"> <span class="param-type"><a href="CustomError.html">CustomError</a></span> </td> <td class="description last">Error object representing the custom error</td> </tr> <tr> <td class="name"><code>eventType</code></td> <td class="type"> <span class="param-type">string</span> </td> <td class="description last">The event that caused this error, ex: constants.MESSAGE_TYPE.ACCEPT_CALL</td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="baseConnector.js.html">baseConnector.js</a>, <a href="baseConnector.js.html#line121">line 121</a> </li></ul></dd> </dl> <h4 class="name" id="dispatchError"><span class="type-signature"></span>dispatchError<span class="signature">(errorType, error, eventType)</span><span class="type-signature"></span></h4> <div class="description"> Dispatch a telephony integration error to Salesforce </div> <h5>Parameters:</h5> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>errorType</code></td> <td class="type"> <span class="param-type">string</span> </td> <td class="description last">Error Type, ex: constants.ErrorType.VOICE.MICROPHONE_NOT_SHARED</td> </tr> <tr> <td class="name"><code>error</code></td> <td class="type"> <span class="param-type">object</span> </td> <td class="description last">Error object representing the error</td> </tr> <tr> <td class="name"><code>eventType</code></td> <td class="type"> <span class="param-type">string</span> </td> <td class="description last">The event that caused this error, ex: constants.MESSAGE_TYPE.VOICE.ACCEPT_CALL</td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="baseConnector.js.html">baseConnector.js</a>, <a href="baseConnector.js.html#line109">line 109</a> </li></ul></dd> </dl> <h4 class="name" id="dispatchEvent"><span class="type-signature"></span>dispatchEvent<span class="signature">(eventType, payload, registerLog)</span><span class="type-signature"></span></h4> <div class="description"> Dispatch a telephony event to Salesforce </div> <h5>Parameters:</h5> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Default</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>eventType</code></td> <td class="type"> <span class="param-type">String</span> </td> <td class="default"> </td> <td class="description last">event type, i.e. constants.EVENT_TYPE.VOICE.CALL_STARTED</td> </tr> <tr> <td class="name"><code>payload</code></td> <td class="type"> <span class="param-type">Object</span> </td> <td class="default"> </td> <td class="description last">event payload</td> </tr> <tr> <td class="name"><code>registerLog</code></td> <td class="type"> <span class="param-type">Boolean</span> </td> <td class="default"> true </td> <td class="description last">optional argument to not register the event</td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="baseConnector.js.html">baseConnector.js</a>, <a href="baseConnector.js.html#line93">line 93</a> </li></ul></dd> </dl> <h4 class="name" id="dispatchEventLog"><span class="type-signature"></span>dispatchEventLog<span class="signature">(eventType, payload, isError)</span><span class="type-signature"></span></h4> <div class="description"> Dispatch a telephony event log to Salesforce </div> <h5>Parameters:</h5> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>eventType</code></td> <td class="type"> <span class="param-type">String</span> </td> <td class="description last">event type, i.e. constants.EVENT_TYPE.VOICE.CALL_STARTED</td> </tr> <tr> <td class="name"><code>payload</code></td> <td class="type"> <span class="param-type">Object</span> </td> <td class="description last">event payload</td> </tr> <tr> <td class="name"><code>isError</code></td> <td class="type"> <span class="param-type">Boolean</span> </td> <td class="description last">error scenario</td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="baseConnector.js.html">baseConnector.js</a>, <a href="baseConnector.js.html#line77">line 77</a> </li></ul></dd> </dl> <h4 class="name" id="downloadData"><span class="type-signature"></span>downloadData<span class="signature">(data, fileName, fileType)</span><span class="type-signature"></span></h4> <div class="description"> Download data as a file. </div> <h5>Parameters:</h5> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>data</code></td> <td class="type"> <span class="param-type">object</span> </td> <td class="description last"></td> </tr> <tr> <td class="name"><code>fileName</code></td> <td class="type"> <span class="param-type">string</span> </td> <td class="description last"></td> </tr> <tr> <td class="name"><code>fileType</code></td> <td class="type"> <span class="param-type">string</span> </td> <td class="description last"></td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="downloadData.js.html">downloadData.js</a>, <a href="downloadData.js.html#line14">line 14</a> </li></ul></dd> </dl> <h4 class="name" id="downloadLogs"><span class="type-signature"></span>downloadLogs<span class="signature">()</span><span class="type-signature"></span></h4> <div class="description"> Download the logs as a file </div> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="logger.js.html">logger.js</a>, <a href="logger.js.html#line58">line 58</a> </li></ul></dd> </dl> <h4 class="name" id="getErrorMessage"><span class="type-signature"></span>getErrorMessage<span class="signature">(e)</span><span class="type-signature"></span></h4> <div class="description"> Gets the error message from the error object </div> <h5>Parameters:</h5> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>e</code></td> <td class="type"> <span class="param-type">object</span> </td> <td class="description last">Error object representing the error</td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="baseConnector.js.html">baseConnector.js</a>, <a href="baseConnector.js.html#line68">line 68</a> </li></ul></dd> </dl> <h4 class="name" id="getErrorType"><span class="type-signature"></span>getErrorType<span class="signature">(e)</span><span class="type-signature"></span></h4> <div class="description"> Gets the error type from the error object </div> <h5>Parameters:</h5> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>e</code></td> <td class="type"> <span class="param-type">object</span> </td> <td class="description last">Error object representing the error</td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="baseConnector.js.html">baseConnector.js</a>, <a href="baseConnector.js.html#line27">line 27</a> </li></ul></dd> </dl> <h4 class="name" id="getLogs"><span class="type-signature"></span>getLogs<span class="signature">()</span><span class="type-signature"></span></h4> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="logger.js.html">logger.js</a>, <a href="logger.js.html#line51">line 51</a> </li></ul></dd> </dl> <h5>Returns:</h5> <div class="param-desc"> a deep copy of the logs array </div> <h4 class="name" id="initializeConnector"><span class="type-signature"></span>initializeConnector<span class="signature">(connector)</span><span class="type-signature"></span></h4> <div class="description"> Initialize a vendor connector </div> <h5>Parameters:</h5> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>connector</code></td> <td class="type"> <span class="param-type"><a href="VendorConnector.html">VendorConnector</a></span> </td> <td class="description last"></td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="baseConnector.js.html">baseConnector.js</a>, <a href="baseConnector.js.html#line806">line 806</a> </li></ul></dd> </dl> <h4 class="name" id="log"><span class="type-signature"></span>log<span class="signature">(logMessage, logLevel, logSource<span class="signature-attributes">opt</span>)</span><span class="type-signature"></span></h4> <div class="description"> Log a message at a custom level. </div> <h5>Parameters:</h5> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Attributes</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>logMessage</code></td> <td class="type"> <span class="param-type">object</span> </td> <td class="attributes"> </td> <td class="description last"></td> </tr> <tr> <td class="name"><code>logLevel</code></td> <td class="type"> <span class="param-type">string</span> </td> <td class="attributes"> </td> <td class="description last"></td> </tr> <tr> <td class="name"><code>logSource</code></td> <td class="type"> <span class="param-type">string</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="description last"></td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="logger.js.html">logger.js</a>, <a href="logger.js.html#line43">line 43</a> </li></ul></dd> </dl> <h4 class="name" id="publishError"><span class="type-signature"></span>publishError<span class="signature">(param)</span><span class="type-signature"></span></h4> <div class="description"> Publish a telephony error to Salesforce </div> <h5>Parameters:</h5> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>param</code></td> <td class="type"> <span class="param-type">object</span> </td> <td class="description last"> <h6>Properties</h6> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>eventType</code></td> <td class="type"> <span class="param-type">"LOGIN_RESULT"</span> | <span class="param-type">"LOGOUT_RESULT"</span> | <span class="param-type">"CALL_STARTED"</span> | <span class="param-type">"QUEUED_CALL_STARTED"</span> | <span class="param-type">"CALL_CONNECTED"</span> | <span class="param-type">"HANGUP"</span> | <span class="param-type">"PARTICIPANT_CONNECTED"</span> | <span class="param-type">"PARTICIPANT_ADDED"</span> | <span class="param-type">"PARTICIPANTS_SWAPPED"</span> | <span class="param-type">"PARTICIPANTS_CONFERENCED"</span> | <span class="param-type">"MESSAGE"</span> | <span class="param-type">"MUTE_TOGGLE"</span> | <span class="param-type">"HOLD_TOGGLE"</span> | <span class="param-type">"RECORDING_TOGGLE"</span> | <span class="param-type">"AGENT_ERROR"</span> | <span class="param-type">"SOFTPHONE_ERROR"</span> </td> <td class="description last">Event type to publish.</td> </tr> <tr> <td class="name"><code>error</code></td> <td class="type"> <span class="param-type">object</span> </td> <td class="description last">Error object representing the error</td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="baseConnector.js.html">baseConnector.js</a>, <a href="baseConnector.js.html#line828">line 828</a> </li></ul></dd> </dl> <h4 class="name" id="publishEvent"><span class="type-signature"></span>publishEvent<span class="signature">(param)</span><span class="type-signature"></span></h4> <div class="description"> Publish an event to Sfdc. The event payload will be verified to be the correct type before being published. </div> <h5>Parameters:</h5> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>param</code></td> <td class="type"> <span class="param-type">object</span> </td> <td class="description last"> <h6>Properties</h6> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>eventType</code></td> <td class="type"> <span class="param-type">"LOGIN_RESULT"</span> | <span class="param-type">"LOGOUT_RESULT"</span> | <span class="param-type">"CALL_STARTED"</span> | <span class="param-type">"QUEUED_CALL_STARTED"</span> | <span class="param-type">"CALL_CONNECTED"</span> | <span class="param-type">"HANGUP"</span> | <span class="param-type">"PARTICIPANT_CONNECTED"</span> | <span class="param-type">"PARTICIPANT_ADDED"</span> | <span class="param-type">"PARTICIPANTS_SWAPPED"</span> | <span class="param-type">"PARTICIPANTS_CONFERENCED"</span> | <span class="param-type">"MESSAGE"</span> | <span class="param-type">"MUTE_TOGGLE"</span> | <span class="param-type">"HOLD_TOGGLE"</span> | <span class="param-type">"RECORDING_TOGGLE"</span> </td> <td class="description last">Event type to publish</td> </tr> <tr> <td class="name"><code>payload</code></td> <td class="type"> <span class="param-type">object</span> </td> <td class="description last">Payload for the event. Must to be an object of the payload class associated with the EVENT_TYPE else the event is NOT dispatched</td> </tr> <tr> <td class="name"><code>registerLog</code></td> <td class="type"> <span class="param-type">boolean</span> </td> <td class="description last">Boolean to opt out of registering logs for events LOGIN_RESULT - GenericResult LOGOUT_RESULT - LogoutResult CALL_STARTED - CallResult QUEUED_CALL_STARTED - CallResult CALL_CONNECTED - CallResult HANGUP - CallResult PARTICIPANT_CONNECTED - ParticipantResult PARTICIPANT_ADDED - ParticipantResult PARTICIPANTS_SWAPPED - HoldToggleResult PARTICIPANTS_CONFERENCED - HoldToggleResult MESSAGE - object MUTE_TOGGLE - MuteToggleResult HOLD_TOGGLE - HoldToggleResult RECORDING_TOGGLE - RecordingToggleResult</td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="baseConnector.js.html">baseConnector.js</a>, <a href="baseConnector.js.html#line918">line 918</a> </li></ul></dd> </dl> <h4 class="name" id="publishLog"><span class="type-signature"></span>publishLog<span class="signature">(param)</span><span class="type-signature"></span></h4> <div class="description"> Publish an event or error log to Salesforce </div> <h5>Parameters:</h5> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>param</code></td> <td class="type"> <span class="param-type">object</span> </td> <td class="description last"> <h6>Properties</h6> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>eventType</code></td> <td class="type"> <span class="param-type">string</span> </td> <td class="description last">Any event type to be logged</td> </tr> <tr> <td class="name"><code>payload</code></td> <td class="type"> <span class="param-type">object</span> </td> <td class="description last">Any payload for the log that needs to be logged</td> </tr> <tr> <td class="name"><code>isError</code></td> <td class="type"> <span class="param-type">boolean</span> </td> <td class="description last"></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="baseConnector.js.html">baseConnector.js</a>, <a href="baseConnector.js.html#line818">line 818</a> </li></ul></dd> </dl> <h4 class="name" id="sanitizePayload"><span class="type-signature"></span>sanitizePayload<span class="signature">(payload)</span><span class="type-signature"></span></h4> <div class="description"> Sanitizes the object by removing any PII data </div> <h5>Parameters:</h5> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>payload</code></td> <td class="type"> <span class="param-type">object</span> </td> <td class="description last"></td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="baseConnector.js.html">baseConnector.js</a>, <a href="baseConnector.js.html#line35">line 35</a> </li></ul></dd> </dl> <h4 class="name" id="setConnectorReady"><span class="type-signature">(async) </span>setConnectorReady<span class="signature">()</span><span class="type-signature"></span></h4> <div class="description"> Notify Salesforce that the connector is ready </div> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="baseConnector.js.html">baseConnector.js</a>, <a href="baseConnector.js.html#line145">line 145</a> </li></ul></dd> </dl> </article> </section> </div> <nav> <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="ActiveCallsResult.html">ActiveCallsResult</a></li><li><a href="AgentConfig.html">AgentConfig</a></li><li><a href="AgentConfigResult.html">AgentConfigResult</a></li><li><a href="AgentStatusInfo.html">AgentStatusInfo</a></li><li><a href="AgentVendorStatusInfo.html">AgentVendorStatusInfo</a></li><li><a href="AgentWork.html">AgentWork</a></li><li><a href="AudioStats.html">AudioStats</a></li><li><a href="AudioStatsElement.html">AudioStatsElement</a></li><li><a href="CallInfo.html">CallInfo</a></li><li><a href="CallResult.html">CallResult</a></li><li><a href="CapabilitiesResult.html">CapabilitiesResult</a></li><li><a href="Contact.html">Contact</a></li><li><a href="CustomError.html">CustomError</a></li><li><a href="DialOptions.html">DialOptions</a></li><li><a href="GenericResult.html">GenericResult</a></li><li><a href="HangupResult.html">HangupResult</a></li><li><a href="HoldToggleResult.html">HoldToggleResult</a></li><li><a href="InitResult.html">InitResult</a></li><li><a href="LogoutResult.html">LogoutResult</a></li><li><a href="MuteToggleResult.html">MuteToggleResult</a></li><li><a href="ParticipantResult.html">ParticipantResult</a></li><li><a href="Phone.html">Phone</a></li><li><a href="PhoneCall.html">PhoneCall</a></li><li><a href="PhoneCallAttributes.html">PhoneCallAttributes</a></li><li><a href="PhoneContactsResult.html">PhoneContactsResult</a></li><li><a href="RecordingToggleResult.html">RecordingToggleResult</a></li><li><a href="ShowStorageAccessResult.html">ShowStorageAccessResult</a></li><li><a href="SignedRecordingUrlResult.html">SignedRecordingUrlResult</a></li><li><a href="StateChangeResult.html">StateChangeResult</a></li><li><a href="StatsInfo.html">StatsInfo</a></li><li><a href="SuperviseCallResult.html">SuperviseCallResult</a></li><li><a href="SupervisedCallInfo.html">SupervisedCallInfo</a></li><li><a href="SupervisorHangupResult.html">SupervisorHangupResult</a></li><li><a href="TelephonyConnector.html">TelephonyConnector</a></li><li><a href="VendorConnector.html">VendorConnector</a></li></ul><h3>Global</h3><ul><li><a href="global.html#CONNECTOR_CONFIG_EXCEPTION_FIELDS">CONNECTOR_CONFIG_EXCEPTION_FIELDS</a></li><li><a href="global.html#CONNECTOR_CONFIG_EXPOSED_FIELDS">CONNECTOR_CONFIG_EXPOSED_FIELDS</a></li><li><a href="global.html#CONNECTOR_CONFIG_EXPOSED_FIELDS_STARTSWITH">CONNECTOR_CONFIG_EXPOSED_FIELDS_STARTSWITH</a></li><li><a href="global.html#dispatchCustomError">dispatchCustomError</a></li><li><a href="global.html#dispatchError">dispatchError</a></li><li><a href="global.html#dispatchEvent">dispatchEvent</a></li><li><a href="global.html#dispatchEventLog">dispatchEventLog</a></li><li><a href="global.html#downloadData">downloadData</a></li><li><a href="global.html#downloadLogs">downloadLogs</a></li><li><a href="global.html#getErrorMessage">getErrorMessage</a></li><li><a href="global.html#getErrorType">getErrorType</a></li><li><a href="global.html#getLogs">getLogs</a></li><li><a href="global.html#initializeConnector">initializeConnector</a></li><li><a href="global.html#log">log</a></li><li><a href="global.html#publishError">publishError</a></li><li><a href="global.html#publishEvent">publishEvent</a></li><li><a href="global.html#publishLog">publishLog</a></li><li><a href="global.html#sanitizePayload">sanitizePayload</a></li><li><a href="global.html#setConnectorReady">setConnectorReady</a></li></ul> </nav> <br class="clear"> <footer> Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.4</a> on Thu Jan 11 2024 12:54:29 GMT-0800 (Pacific Standard Time) </footer> <script> prettyPrint(); </script> <script src="scripts/linenumber.js"> </script> </body> </html>