@coveo/platform-client
Version:
The main goal of this package is to provide an easy to configure and straightforward way of querying Coveo Cloud APIs using JavaScript.
24 lines • 1.07 kB
JavaScript
export var ModifierType;
(function (ModifierType) {
ModifierType["system"] = "SYSTEM";
ModifierType["license"] = "LICENSE";
ModifierType["integration"] = "INTEGRATION";
ModifierType["extension"] = "EXTENSION";
ModifierType["feature"] = "FEATURE";
})(ModifierType || (ModifierType = {}));
export var StatementOperation;
(function (StatementOperation) {
StatementOperation["set"] = "SET";
StatementOperation["append"] = "APPEND";
StatementOperation["remove"] = "REMOVE";
})(StatementOperation || (StatementOperation = {}));
export var MergeStrategy;
(function (MergeStrategy) {
MergeStrategy["integerBiggerWins"] = "INTEGER_BIGGER_WINS";
MergeStrategy["integerLowerWins"] = "INTEGER_LOWER_WINS";
MergeStrategy["booleanFalseWins"] = "BOOLEAN_FALSE_WINS";
MergeStrategy["booleanTrueWins"] = "BOOLEAN_TRUE_WINS";
MergeStrategy["specificEnumValueWins"] = "SPECIFIC_ENUM_VALUE_WINS";
MergeStrategy["noMerge"] = "NO_MERGE";
})(MergeStrategy || (MergeStrategy = {}));
//# sourceMappingURL=ModifierTemplateInterfaces.js.map