@cerbos/core
Version:
Common types used by the Cerbos client libraries
20 lines • 1.06 kB
JavaScript
;
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
// source: buf/validate/validate.proto
Object.defineProperty(exports, "__esModule", { value: true });
exports.KnownRegex = exports.Ignore = exports.protobufPackage = void 0;
exports.protobufPackage = "buf.validate";
var Ignore;
(function (Ignore) {
Ignore[Ignore["IGNORE_UNSPECIFIED"] = 0] = "IGNORE_UNSPECIFIED";
Ignore[Ignore["IGNORE_IF_UNPOPULATED"] = 1] = "IGNORE_IF_UNPOPULATED";
Ignore[Ignore["IGNORE_IF_DEFAULT_VALUE"] = 2] = "IGNORE_IF_DEFAULT_VALUE";
Ignore[Ignore["IGNORE_ALWAYS"] = 3] = "IGNORE_ALWAYS";
})(Ignore || (exports.Ignore = Ignore = {}));
var KnownRegex;
(function (KnownRegex) {
KnownRegex[KnownRegex["KNOWN_REGEX_UNSPECIFIED"] = 0] = "KNOWN_REGEX_UNSPECIFIED";
KnownRegex[KnownRegex["KNOWN_REGEX_HTTP_HEADER_NAME"] = 1] = "KNOWN_REGEX_HTTP_HEADER_NAME";
KnownRegex[KnownRegex["KNOWN_REGEX_HTTP_HEADER_VALUE"] = 2] = "KNOWN_REGEX_HTTP_HEADER_VALUE";
})(KnownRegex || (exports.KnownRegex = KnownRegex = {}));
//# sourceMappingURL=validate.js.map