@ttahub/common 2.1.8 → 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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/constants.js +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttahub/common",
3
- "version": "2.1.8",
3
+ "version": "2.1.9",
4
4
  "description": "The purpose of this package is to reduce code duplication between the frontend and backend projects.",
5
5
  "main": "src/index.js",
6
6
  "author": "",
package/src/constants.js CHANGED
@@ -277,6 +277,7 @@ const COMMUNICATION_METHODS = [
277
277
  exports.COMMUNICATION_METHODS = COMMUNICATION_METHODS;
278
278
 
279
279
  const COMMUNICATION_PURPOSES = [
280
+ 'General Check-In',
280
281
  'New TTA request',
281
282
  'Program Specialist or Regional Office meeting',
282
283
  'Program Specialist\'s Monthly contact',