@routebot/constants 0.3.11 → 0.3.12

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.
@@ -21,6 +21,12 @@ const CLIENT_ROLES = {
21
21
  DEMO: "demo",
22
22
  };
23
23
 
24
+ const CLIENT_STATUSES = {
25
+ ACTIVE: "ACTIVE",
26
+ PENDING: "PENDING",
27
+ DISABLED: "DISABLED",
28
+ };
29
+
24
30
  const SCHOOL_TYPES = {
25
31
  SCHOOL: "1",
26
32
  PERSONEL: "2",
@@ -169,4 +175,5 @@ module.exports = {
169
175
  isSchoolPersonel,
170
176
  QR_CODE_TYPES,
171
177
  COLORS,
178
+ CLIENT_STATUSES,
172
179
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@routebot/constants",
3
- "version": "0.3.11",
3
+ "version": "0.3.12",
4
4
  "description": "Shared constants for RouteBot FE/BE",
5
5
  "main": "index.js",
6
6
  "files": [