digicust_types 1.8.60 → 1.8.61

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,6 +2,7 @@ export declare enum FilterCondition {
2
2
  greaterThan = "greaterThan",
3
3
  smallerThan = "smallerThan",
4
4
  equals = "equals",
5
+ notEqualsTo = "notEqualsTo",
5
6
  startsWith = "startsWith",
6
7
  endsWith = "endsWith",
7
8
  contains = "contains",
@@ -6,6 +6,7 @@ var FilterCondition;
6
6
  FilterCondition["greaterThan"] = "greaterThan";
7
7
  FilterCondition["smallerThan"] = "smallerThan";
8
8
  FilterCondition["equals"] = "equals";
9
+ FilterCondition["notEqualsTo"] = "notEqualsTo";
9
10
  FilterCondition["startsWith"] = "startsWith";
10
11
  FilterCondition["endsWith"] = "endsWith";
11
12
  FilterCondition["contains"] = "contains";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.60",
3
+ "version": "1.8.61",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",