tabletcommand-backend-models 5.36.21 → 5.36.22

Sign up to get free protection for your applications and to get access to all the features.
@@ -90,7 +90,7 @@ async function DepartmentModule(mongoose) {
90
90
  "transformationRequired": false,
91
91
  },
92
92
  {
93
- "key": "agencyIncidentCallTypeDescription",
93
+ "key": "AgencyIncidentCallTypeDescription",
94
94
  "value": "incidentTypeDescription",
95
95
  "required": false,
96
96
  "enabled": true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabletcommand-backend-models",
3
- "version": "5.36.21",
3
+ "version": "5.36.22",
4
4
  "description": "Tablet Command Backend Models",
5
5
  "scripts": {
6
6
  "build": "gulp build",
@@ -104,7 +104,7 @@ export async function DepartmentModule(mongoose: MongooseModule) {
104
104
  "transformationRequired": false,
105
105
  },
106
106
  {
107
- "key": "agencyIncidentCallTypeDescription",
107
+ "key": "AgencyIncidentCallTypeDescription",
108
108
  "value": "incidentTypeDescription",
109
109
  "required": false,
110
110
  "enabled": true,