drapcode-constant 1.6.2 → 1.6.3
Sign up to get free protection for your applications and to get access to all the features.
package/build/constants/query.js
CHANGED
@@ -9,7 +9,7 @@ var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
|
|
9
9
|
return to.concat(ar || Array.prototype.slice.call(from));
|
10
10
|
};
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
12
|
-
exports.DateRangeConstant = exports.DateConstant = exports.DateTimeUnit = exports.CURRENT_YEAR = exports.CURRENT_MONTH = exports.YEAR = exports.MONTH = exports.WEEK = exports.DAY = exports.HOUR = exports.CURRENT_DATE_TIME = exports.CURRENT_DATE = exports.CURRENT_TIME = exports.CURRENT_SETTINGS = exports.CURRENT_TENANT = exports.CURRENT_USER = exports.IS_BOOLEAN_FALSE = exports.IS_BOOLEAN_TRUE = exports.NOT_EQUAL = exports.BETWEEN = exports.GREATER_THAN_EQUALS_TO = exports.LESS_THAN_EQUALS_TO = exports.GREATER_THAN = exports.LESS_THAN = exports.NOT_IN_LIST = exports.IN_LIST = exports.LIKE = exports.IS_NULL = exports.IS_NOT_NULL = exports.EQUALS = void 0;
|
12
|
+
exports.EQUALS_OR_IGNORE = exports.DateRangeConstant = exports.DateConstant = exports.DateTimeUnit = exports.CURRENT_YEAR = exports.CURRENT_MONTH = exports.YEAR = exports.MONTH = exports.WEEK = exports.DAY = exports.HOUR = exports.CURRENT_DATE_TIME = exports.CURRENT_DATE = exports.CURRENT_TIME = exports.CURRENT_SETTINGS = exports.CURRENT_TENANT = exports.CURRENT_USER = exports.IS_BOOLEAN_FALSE = exports.IS_BOOLEAN_TRUE = exports.NOT_EQUAL = exports.BETWEEN = exports.GREATER_THAN_EQUALS_TO = exports.LESS_THAN_EQUALS_TO = exports.GREATER_THAN = exports.LESS_THAN = exports.NOT_IN_LIST = exports.IN_LIST = exports.LIKE = exports.IS_NULL = exports.IS_NOT_NULL = exports.EQUALS = void 0;
|
13
13
|
exports.EQUALS = "EQUALS";
|
14
14
|
exports.IS_NOT_NULL = "IS_NOT_NULL";
|
15
15
|
exports.IS_NULL = "IS_NULL";
|
@@ -44,6 +44,7 @@ exports.DateConstant = __spreadArray([
|
|
44
44
|
exports.CURRENT_DATE_TIME
|
45
45
|
], exports.DateTimeUnit, true);
|
46
46
|
exports.DateRangeConstant = [exports.CURRENT_MONTH, exports.CURRENT_YEAR];
|
47
|
+
exports.EQUALS_OR_IGNORE = "EQUALS_OR_IGNORE";
|
47
48
|
/*
|
48
49
|
export const dateRangeConstants = [
|
49
50
|
CURRENT_USER,
|