@meetelise/chat 1.43.34 → 1.43.35

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.
@@ -0,0 +1,18 @@
1
+ /**
2
+ * Phone numbers that must never be replaced with DNI numbers.
3
+ *
4
+ * National emergency/crisis hotlines:
5
+ * - https://telehealth.hhs.gov/patients/additional-resources/emergency-numbers
6
+ * - https://nfound.org/resources/
7
+ * - https://connect.usa.gov/four-important-phone-numbers-you-should-save
8
+ *
9
+ * HUD (Housing and Urban Development):
10
+ * - https://www.hud.gov/contactus
11
+ * - https://www.hud.gov/contactus/fairhousing
12
+ * - https://www.hud.gov/contactus/multifamily-housing-complaint
13
+ * - https://www.hudoig.gov/hotline
14
+ *
15
+ * NJ state helplines & hotlines:
16
+ * - https://www.nj.gov/humanservices/dds/home/helplinesindex.html
17
+ */
18
+ export declare const PROTECTED_NUMBERS: Set<string>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meetelise/chat",
3
- "version": "1.43.34",
3
+ "version": "1.43.35",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "homepage": "https://github.com/MeetElise/chat-ui#readme",