fixa-admin 0.0.72 → 0.0.74

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.
@@ -94,11 +94,11 @@ export declare enum FilterOperator {
94
94
  lessThanOrEqual = "LTE",
95
95
  greaterThan = "GT",
96
96
  greaterThanOrEqual = "GTE",
97
- startsWith = "STARTSWITH",
98
- endsWith = "ENDSWITH",
97
+ startsWith = "STARTS_WITH",
98
+ endsWith = "ENDS_WITH",
99
99
  inRange = "IN",
100
100
  contains = "LIKE",
101
- notContains = "NOTLIKE",
101
+ notContains = "NOT_LIKE",
102
102
  truncEqual = "TRUNC_EQ",
103
103
  truncNotEqual = "TRUNC_NEQ",
104
104
  truncGreaterThanEqual = "TRUNC_GTE",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fixa-admin",
3
- "version": "0.0.72",
3
+ "version": "0.0.74",
4
4
  "peerDependencies": {
5
5
  "@ag-grid-community/angular": "^32.2.2",
6
6
  "@ag-grid-community/client-side-row-model": "^32.2.2",