@ttahub/common 2.2.7 → 2.2.8
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 +3 -0
- package/package.json +1 -1
- package/src/constants.js +1 -3
package/README.md
CHANGED
package/package.json
CHANGED
package/src/constants.js
CHANGED
|
@@ -280,9 +280,7 @@ const COMMUNICATION_METHODS = [
|
|
|
280
280
|
exports.COMMUNICATION_METHODS = COMMUNICATION_METHODS;
|
|
281
281
|
|
|
282
282
|
const COMMUNICATION_PURPOSES = [
|
|
283
|
-
'
|
|
284
|
-
'FEI',
|
|
285
|
-
'Monitoring',
|
|
283
|
+
'General Check-In',
|
|
286
284
|
'New TTA request',
|
|
287
285
|
'Program Specialist or Regional Office meeting',
|
|
288
286
|
'Program Specialist\'s Monthly contact',
|