hcl-hh-chatbot 1.7.13 → 1.7.14
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.es.js +2 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -46316,7 +46316,8 @@ ${de.join(`
|
|
|
46316
46316
|
description: ke,
|
|
46317
46317
|
type: "General Query",
|
|
46318
46318
|
uhid: R == null ? void 0 : R.uhid,
|
|
46319
|
-
cug_code: O.cug_code
|
|
46319
|
+
cug_code: O.cug_code,
|
|
46320
|
+
email: O.emailAddress || ""
|
|
46320
46321
|
};
|
|
46321
46322
|
Qe.append("payload", JSON.stringify(pe)), f.forEach((oe) => {
|
|
46322
46323
|
Qe.append("attachments", oe);
|