drapcode-utility 1.0.3 → 1.0.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.
@@ -744,7 +744,7 @@ var getSearchObjQuery = function (searchObj, searchQueryTypeObj, timezone) {
744
744
  },
745
745
  _j));
746
746
  }
747
- else if (["date", "createdAt"].includes(searchQueryTypeKey)) {
747
+ else if (["date", "createdAt", "time_slot"].includes(searchQueryTypeKey)) {
748
748
  if (key.startsWith("start_") || key.startsWith("end_")) {
749
749
  var fieldKey = key.replace("start_", "");
750
750
  fieldKey = fieldKey.replace("end_", "");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drapcode-utility",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",