UNPKG

@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.

11 lines 668 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HostedInterfaceConditionOperator = void 0; var HostedInterfaceConditionOperator; (function (HostedInterfaceConditionOperator) { HostedInterfaceConditionOperator["IsDefined"] = "isDefined"; HostedInterfaceConditionOperator["IsNotDefined"] = "isNotDefined"; HostedInterfaceConditionOperator["MustMatch"] = "mustMatch"; HostedInterfaceConditionOperator["MustNotMatch"] = "mustNotMatch"; })(HostedInterfaceConditionOperator || (exports.HostedInterfaceConditionOperator = HostedInterfaceConditionOperator = {})); //# sourceMappingURL=HostedInterfaceCoreConfig.model.js.map