@routebot/constants 0.3.1 → 0.3.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.
@@ -9,6 +9,7 @@ const USER_TYPES = {
9
9
  DRIVER: "50",
10
10
  SCHOOL_PARENT: "2",
11
11
  PERSONEL: "10",
12
+ ADMIN: "1000",
12
13
  };
13
14
 
14
15
  const CLIENT_ROLES = {
@@ -4,10 +4,10 @@ const SMS_PROVIDERS = {
4
4
  };
5
5
 
6
6
  const SUPPORTED_SMS_COUNTRIES = [
7
- "TR", // Türkiye
8
- "DE", // Almanya
9
- "GB", // İngiltere
10
- "FR", // Fransa
7
+ "TR", // Turkey
8
+ "DE", // Germany
9
+ "GB", // United Kingdom
10
+ "FR", // France
11
11
  ];
12
12
 
13
13
  const SMS_TYPES = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@routebot/constants",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Shared constants for RouteBot FE/BE",
5
5
  "main": "index.js",
6
6
  "files": [