@meetelise/chat 1.22.73 → 1.22.75
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
CHANGED
package/public/demo/index.html
CHANGED
|
@@ -172,61 +172,14 @@
|
|
|
172
172
|
console.log(`Chat widget loaded`);
|
|
173
173
|
};
|
|
174
174
|
|
|
175
|
-
MEChat.start({
|
|
176
|
-
|
|
177
|
-
|
|
175
|
+
// MEChat.start({
|
|
176
|
+
// organization: "a55b5275-cfe6-44a3-ac17-b10f6fe85cce",
|
|
177
|
+
// building: "ce4ab608-2e7c-11ef-910a-873d6fb25892",
|
|
178
|
+
// });
|
|
178
179
|
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
// organization: "conam",
|
|
183
|
-
// building: "b912c9ee-61f8-11ed-bbed-07208d4c2146",
|
|
184
|
-
|
|
185
|
-
// organization: "e357e665-8152-494b-8059-5243cf7c4d7b",
|
|
186
|
-
// building: "c4d23fee-17c3-11ef-a8f9-2793b21baae2",
|
|
187
|
-
|
|
188
|
-
// organization: "lincoln",
|
|
189
|
-
// building: "8c47ac2a-0485-11ed-ad73-e74957fe3493",
|
|
190
|
-
|
|
191
|
-
// organization: "c259a157-cff3-470a-9ded-f6c5c8d917b8",
|
|
192
|
-
// building: "2c75381a-2286-11ee-a434-7bc2192a0c0e",
|
|
193
|
-
|
|
194
|
-
// organization: "ff17ce03-4528-4d75-b603-1f188e44559c",
|
|
195
|
-
// building: '03d354cc-9626-11ef-80ab-bf00a330bb81'
|
|
196
|
-
|
|
197
|
-
// organization: "conam",
|
|
198
|
-
// building: "b912c9ee-61f8-11ed-bbed-07208d4c2146"
|
|
199
|
-
// organization: "radco",
|
|
200
|
-
// building: "7eba79d2-22f5-11ed-9af3-4b3e8b1acfb4",
|
|
201
|
-
|
|
202
|
-
// organization: "c259a157-cff3-470a-9ded-f6c5c8d917b8",
|
|
203
|
-
// building: "22ea2d7e-5df4-11ee-a665-63eeb20a5762",
|
|
204
|
-
// onSstClose: () => {
|
|
205
|
-
// const meetEliseChats = document.getElementsByTagName("me-chat");
|
|
206
|
-
// if (!meetEliseChats || meetEliseChats.length === 0) {
|
|
207
|
-
// return;
|
|
208
|
-
// }
|
|
209
|
-
// const meetEliseChat = meetEliseChats[0];
|
|
210
|
-
// meetEliseChat.setAttribute("style", "display: none;");
|
|
211
|
-
// },
|
|
212
|
-
// onWidgetLoaded: onWidgetLoaded,
|
|
213
|
-
|
|
214
|
-
// organization: "4c78cac8-017a-4497-8b71-3df15779a83c",
|
|
215
|
-
|
|
216
|
-
// building: "43e3b1bc-d1b2-11ee-acb9-d77ba815aaac",
|
|
217
|
-
|
|
218
|
-
// organization: "cardinal-group",
|
|
219
|
-
// widgetType: "utilities",
|
|
220
|
-
|
|
221
|
-
// organization: "test-company",
|
|
222
|
-
// building: "e2e-test-yardi-building",
|
|
223
|
-
// overrideRentgrata: true,
|
|
224
|
-
// onWidgetLoaded: onWidgetLoaded,
|
|
225
|
-
|
|
226
|
-
// MEChat.healthcareStart({
|
|
227
|
-
// id: "6a9e65e5-9699-4c96-af75-1741d0df79aa",
|
|
180
|
+
MEChat.healthcareStart({
|
|
181
|
+
id: "6a9e65e5-9699-4c96-af75-1741d0df79aa",
|
|
228
182
|
});
|
|
229
|
-
// MEChat.healthcareStart({ id: "6a9e65e5-9699-4c96-af75-1741d0df79aa", });
|
|
230
183
|
</script>
|
|
231
184
|
<main>
|
|
232
185
|
<h1>Example Page</h1>
|
package/public/dist/index.js
CHANGED
|
@@ -560,7 +560,7 @@ var e={8005:function(e,t,i){var n,r=this&&this.__extends||(n=function(e,t){retur
|
|
|
560
560
|
rel="noopener noreferrer"
|
|
561
561
|
>privacy policy</a
|
|
562
562
|
>, including having your email address and communications collected and
|
|
563
|
-
recorded by a third party.
|
|
563
|
+
recorded and used by a third party.
|
|
564
564
|
</div>`:U``,Xi=l`
|
|
565
565
|
* {
|
|
566
566
|
box-sizing: border-box;
|
|
@@ -3346,7 +3346,7 @@ xmlns="http://www.w3.org/2000/svg"
|
|
|
3346
3346
|
margin: 0 auto;
|
|
3347
3347
|
}
|
|
3348
3348
|
.healthcare-disclaimer-message {
|
|
3349
|
-
font-size:
|
|
3349
|
+
font-size: 10px;
|
|
3350
3350
|
color: #737373;
|
|
3351
3351
|
line-height: 12px;
|
|
3352
3352
|
font-weight: 400;
|
|
@@ -4191,17 +4191,16 @@ xmlns="http://www.w3.org/2000/svg"
|
|
|
4191
4191
|
>
|
|
4192
4192
|
<li class="healthcare-disclaimer-message">
|
|
4193
4193
|
<p class="healthcare-disclaimer-inner">
|
|
4194
|
-
|
|
4195
|
-
by Forefront Dermatology and our vendors. By replying, you
|
|
4196
|
-
consent to
|
|
4194
|
+
By interacting with this system, you consent to
|
|
4197
4195
|
<a
|
|
4198
|
-
href="
|
|
4196
|
+
href="http://bit.ly/me_privacy_policy"
|
|
4199
4197
|
target="_blank"
|
|
4200
4198
|
rel="noopener noreferrer"
|
|
4201
4199
|
>
|
|
4202
4200
|
this privacy policy</a
|
|
4203
4201
|
>
|
|
4204
|
-
|
|
4202
|
+
, including being contacted by AI or a human & having your
|
|
4203
|
+
conversation recorded and used by a third party.
|
|
4205
4204
|
</p>
|
|
4206
4205
|
</li>
|
|
4207
4206
|
<li class="message-container ai-message">
|
|
@@ -4390,7 +4389,7 @@ xmlns="http://www.w3.org/2000/svg"
|
|
|
4390
4389
|
>
|
|
4391
4390
|
this privacy policy</a
|
|
4392
4391
|
>, including being contacted by AI or a human & having your conversation
|
|
4393
|
-
recorded by a third party.
|
|
4392
|
+
recorded and used by a third party.
|
|
4394
4393
|
</p>
|
|
4395
4394
|
</li>`,co=(e,t,i,n)=>"avb"!==e||localStorage.getItem(null!=i?i:"")?"mill-creek"===e?U`<div class="legal-confirmation-inner-container">
|
|
4396
4395
|
<div>${Yn()}</div>
|
|
@@ -4477,7 +4476,7 @@ xmlns="http://www.w3.org/2000/svg"
|
|
|
4477
4476
|
class="privacy-policy-link"
|
|
4478
4477
|
>U.S. State Privacy Notice</a
|
|
4479
4478
|
>, and that chats may use automated or AI responses from a bot and
|
|
4480
|
-
may be recorded by us and our vendors.
|
|
4479
|
+
may be recorded and used by us and our vendors.
|
|
4481
4480
|
</p>
|
|
4482
4481
|
</div>
|
|
4483
4482
|
|
|
@@ -469,17 +469,16 @@ export class PubnubChat extends LitElement {
|
|
|
469
469
|
>
|
|
470
470
|
<li class="healthcare-disclaimer-message">
|
|
471
471
|
<p class="healthcare-disclaimer-inner">
|
|
472
|
-
|
|
473
|
-
by Forefront Dermatology and our vendors. By replying, you
|
|
474
|
-
consent to
|
|
472
|
+
By interacting with this system, you consent to
|
|
475
473
|
<a
|
|
476
|
-
href="
|
|
474
|
+
href="http://bit.ly/me_privacy_policy"
|
|
477
475
|
target="_blank"
|
|
478
476
|
rel="noopener noreferrer"
|
|
479
477
|
>
|
|
480
478
|
this privacy policy</a
|
|
481
479
|
>
|
|
482
|
-
|
|
480
|
+
, including being contacted by AI or a human & having your
|
|
481
|
+
conversation recorded and used by a third party.
|
|
483
482
|
</p>
|
|
484
483
|
</li>
|
|
485
484
|
<li class="message-container ai-message">
|
|
@@ -800,7 +799,7 @@ const getChatDisclaimer = (orgSlug: string) => {
|
|
|
800
799
|
>
|
|
801
800
|
this privacy policy</a
|
|
802
801
|
>, including being contacted by AI or a human & having your conversation
|
|
803
|
-
recorded by a third party.
|
|
802
|
+
recorded and used by a third party.
|
|
804
803
|
</p>
|
|
805
804
|
</li>`;
|
|
806
805
|
};
|
|
@@ -840,7 +839,7 @@ const getConsentPreChatDisclaimer = (
|
|
|
840
839
|
class="privacy-policy-link"
|
|
841
840
|
>U.S. State Privacy Notice</a
|
|
842
841
|
>, and that chats may use automated or AI responses from a bot and
|
|
843
|
-
may be recorded by us and our vendors.
|
|
842
|
+
may be recorded and used by us and our vendors.
|
|
844
843
|
</p>
|
|
845
844
|
</div>
|
|
846
845
|
|
package/src/disclaimers.ts
CHANGED