@ttahub/common 2.2.1 → 2.2.3
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/src/constants.js +1 -2
package/package.json
CHANGED
package/src/constants.js
CHANGED
|
@@ -91,7 +91,6 @@ const REASONS = [
|
|
|
91
91
|
'Change in Scope',
|
|
92
92
|
'Child Incident',
|
|
93
93
|
'Complaint',
|
|
94
|
-
'COVID-19 response',
|
|
95
94
|
'Full Enrollment',
|
|
96
95
|
'New Recipient',
|
|
97
96
|
'New Director or Management',
|
|
@@ -142,7 +141,7 @@ exports.EVENT_REPORT_STATUSES = EVENT_REPORT_STATUSES;
|
|
|
142
141
|
const TARGET_POPULATIONS = [
|
|
143
142
|
'Infants and Toddlers (ages birth to 3)',
|
|
144
143
|
'Preschool Children (ages 3-5)',
|
|
145
|
-
'
|
|
144
|
+
'Expectant families',
|
|
146
145
|
'Affected by Child Welfare Involvement',
|
|
147
146
|
'Affected by Disaster',
|
|
148
147
|
'Affected by Substance Use',
|