@provis/provis-common-be-module 2.2.8 → 2.2.9

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.
@@ -50,7 +50,7 @@ exports.default = ({ searchValue, searchKey, operatorValue, keyName = searchKey,
50
50
  key: searchKey,
51
51
  value: value.split(','),
52
52
  };
53
- case operator_1.default.v:
53
+ case operator_1.default.OPERATOR_NOT_IN:
54
54
  return {
55
55
  query: `${keyName} NOT IN (:...${searchKey})`,
56
56
  key: searchKey,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provis/provis-common-be-module",
3
- "version": "2.2.8",
3
+ "version": "2.2.9",
4
4
  "description": "This common module for Provis internal backend use lib",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {