@meetelise/chat 1.20.108 → 1.20.110
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/package.json +1 -1
- package/public/demo/index.html +4 -1
- package/public/dist/index.js +331 -257
- package/src/WebComponent/launcher/Launcher.ts +11 -5
- package/src/WebComponent/me-chat.ts +133 -95
- package/src/WebComponent/pubnub-chat-styles.ts +33 -0
- package/src/WebComponent/pubnub-chat.ts +75 -4
- package/src/fetchFeatureFlag.ts +25 -1
- package/src/fetchWebchatPreferences.ts +20 -15
- package/src/insertDNIIntoWebsite.ts +104 -0
- package/src/utils.ts +24 -0
package/package.json
CHANGED
package/public/demo/index.html
CHANGED
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
building: "3fc93384-91f5-11ed-98a3-43f5a2f42588",
|
|
124
124
|
|
|
125
125
|
// organization: "d1a1060d-3844-48d4-a454-1ba26292bc69",
|
|
126
|
-
// building: "
|
|
126
|
+
// building: "25fead9e-c76f-11ed-83b2-7b1e7b442e9f",
|
|
127
127
|
|
|
128
128
|
// Taylor Street Apartments
|
|
129
129
|
// organization: "test-company",
|
|
@@ -141,6 +141,9 @@
|
|
|
141
141
|
|
|
142
142
|
// organization: "Pacific Urban Residential",
|
|
143
143
|
// building: "1ac49f90-6150-11ed-b327-1b3f05e7b9db",
|
|
144
|
+
|
|
145
|
+
// organization: "sparrow",
|
|
146
|
+
// building: "8e87ae6e-eae8-11ed-aae8-fb82f4692a79"
|
|
144
147
|
});
|
|
145
148
|
</script>
|
|
146
149
|
<main>
|