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