isdata-customer-sdk 0.2.45 → 0.2.46
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/dist/index.common.js
CHANGED
|
@@ -29552,7 +29552,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
29552
29552
|
// EXPORTS
|
|
29553
29553
|
__webpack_require__.d(__webpack_exports__, {
|
|
29554
29554
|
ChatClientMgr: function() { return /* reexport */ ChatClientMgr; },
|
|
29555
|
-
SendSms: function() { return /* reexport */ SendSms; },
|
|
29556
29555
|
addEventAction: function() { return /* reexport */ addEventAction; },
|
|
29557
29556
|
addIMMapping: function() { return /* reexport */ addIMMapping; },
|
|
29558
29557
|
addObjectUsedTimes: function() { return /* reexport */ addObjectUsedTimes; },
|
|
@@ -29639,6 +29638,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
29639
29638
|
removeWindowTrustedOrigin: function() { return /* reexport */ removeWindowTrustedOrigin; },
|
|
29640
29639
|
savePortalI18nText: function() { return /* reexport */ savePortalI18nText; },
|
|
29641
29640
|
sendPostToAIAgent: function() { return /* reexport */ sendPostToAIAgent; },
|
|
29641
|
+
sendSms: function() { return /* reexport */ sendSms; },
|
|
29642
29642
|
sendWindowMessage: function() { return /* reexport */ sendWindowMessage; },
|
|
29643
29643
|
setPortalPageConfig: function() { return /* reexport */ setPortalPageConfig; },
|
|
29644
29644
|
switchPortalLogin: function() { return /* reexport */ switchPortalLogin; },
|
|
@@ -34566,7 +34566,7 @@ const dify_extractFilenameFromUrl = url => {
|
|
|
34566
34566
|
;// ./src/api/sms.js
|
|
34567
34567
|
|
|
34568
34568
|
|
|
34569
|
-
const
|
|
34569
|
+
const sendSms = async (queryData, successCallback, errorCallback) => {
|
|
34570
34570
|
let appid = getPoratlAppID();
|
|
34571
34571
|
let appCustomData = await getAppCustomData(appid);
|
|
34572
34572
|
let smsServerIP = appCustomData?.smsServerIP || "";
|