@ttahub/common 2.2.18 → 2.2.19
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/README.md +0 -3
- package/package.json +1 -1
- package/src/constants.js +2 -14
package/README.md
CHANGED
package/package.json
CHANGED
package/src/constants.js
CHANGED
|
@@ -113,18 +113,6 @@ const DEPRECATED_REASONS = [
|
|
|
113
113
|
|
|
114
114
|
exports.DEPRECATED_REASONS = DEPRECATED_REASONS;
|
|
115
115
|
|
|
116
|
-
const PRIORITY_INDICATORS = [
|
|
117
|
-
'Child incidents',
|
|
118
|
-
'Deficiency',
|
|
119
|
-
'DRS',
|
|
120
|
-
'FEI',
|
|
121
|
-
'New recipient',
|
|
122
|
-
'New staff',
|
|
123
|
-
'No TTA',
|
|
124
|
-
];
|
|
125
|
-
|
|
126
|
-
exports.PRIORITY_INDICATORS = PRIORITY_INDICATORS;
|
|
127
|
-
|
|
128
116
|
const REPORT_STATUSES = {
|
|
129
117
|
DRAFT: 'draft',
|
|
130
118
|
DELETED: 'deleted',
|
|
@@ -463,7 +451,7 @@ const TOTAL_HOURS_AND_RECIPIENT_GRAPH_TRACE_IDS = {
|
|
|
463
451
|
"State HSA",
|
|
464
452
|
"State environmental health and safety systems",
|
|
465
453
|
"State family engagement systems",
|
|
466
|
-
"State health and
|
|
454
|
+
"State health and wellness systems",
|
|
467
455
|
"State homelessness agency/McKinney Vento liason",
|
|
468
456
|
"State Professional development system",
|
|
469
457
|
"TTA staff",
|
|
@@ -471,7 +459,7 @@ const TOTAL_HOURS_AND_RECIPIENT_GRAPH_TRACE_IDS = {
|
|
|
471
459
|
];
|
|
472
460
|
|
|
473
461
|
exports.COLLAB_REPORT_PARTICIPANTS = COLLAB_REPORT_PARTICIPANTS;
|
|
474
|
-
|
|
462
|
+
|
|
475
463
|
// List of states, by region
|
|
476
464
|
// see: https://www.acf.hhs.gov/oro/regional-offices
|
|
477
465
|
const ALL_STATES = [
|