@ttahub/common 2.0.0 → 2.0.2

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 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttahub/common",
3
- "version": "2.0.0",
3
+ "version": "2.0.2",
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
@@ -227,11 +227,11 @@ const RECIPIENT_PARTICIPANTS = [
227
227
  SITE_ACCESS: 1,
228
228
  ADMIN: 2,
229
229
  READ_WRITE_ACTIVITY_REPORTS: 3,
230
+ READ_REPORTS: 3,
230
231
  READ_ACTIVITY_REPORTS: 4,
231
232
  APPROVE_ACTIVITY_REPORTS: 5,
232
233
  UNLOCK_APPROVED_REPORTS: 6,
233
234
  READ_WRITE_TRAINING_REPORTS: 7,
234
- READ_TRAINING_REPORTS: 8,
235
235
  POC_TRAINING_REPORTS: 9,
236
236
  };
237
237
  exports.SCOPE_IDS = SCOPE_IDS;