tango-app-api-infra 3.9.5-vms.50 → 3.9.5-vms.51

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-infra",
3
- "version": "3.9.5-vms.50",
3
+ "version": "3.9.5-vms.51",
4
4
  "description": "infra",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -867,6 +867,15 @@ export async function ticketList( req, res ) {
867
867
  query: {
868
868
  bool: {
869
869
  must: [
870
+ {
871
+ 'range': {
872
+ 'dateString': {
873
+ 'gte': inputData.fromDate,
874
+ 'lte': inputData.toDate,
875
+ 'format': 'yyyy-MM-dd',
876
+ },
877
+ },
878
+ },
870
879
  {
871
880
  terms: {
872
881
  'clientId.keyword': Array.isArray( inputData.clientId ) ?