tango-app-api-analysis-traffic 3.8.2-alpha.3 → 3.8.2-alpha.4

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-app-api-analysis-traffic",
3
- "version": "3.8.2-alpha.3",
3
+ "version": "3.8.2-alpha.4",
4
4
  "description": "Traffic Analysis",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -211,6 +211,7 @@ export const validateHeaderSchema = joi.object( {
211
211
  clientId: joi.string().required().allow( '' ),
212
212
  city: joi.array().required(),
213
213
  group: joi.array().required(),
214
+ status: joi.array().required(),
214
215
  country: joi.array().optional().empty(),
215
216
  } );
216
217