nestjs-api-tools
Version:
Wrappers for convenient API development including validation, logging and i18n wrappers
14 lines • 842 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.POSTGRES_MAX_INT = exports.IP_ALLOWLIST = exports.SIZE_PARAM = exports.PAGE_PARAM = exports.OFFSET_PARAM = exports.LIMIT_PARAM = exports.VALIDATION_PIPE_OPTIONS = exports.IP_ALLOWLIST_GUARD_OPTIONS = exports.DISCORD_SERVICE_OPTIONS = exports.CACHE_SERVICE_OPTIONS = void 0;
exports.CACHE_SERVICE_OPTIONS = 'CACHE_SERVICE_OPTIONS';
exports.DISCORD_SERVICE_OPTIONS = 'DISCORD_SERVICE_OPTIONS';
exports.IP_ALLOWLIST_GUARD_OPTIONS = 'IP_WHITELIST_GUARD_OPTIONS';
exports.VALIDATION_PIPE_OPTIONS = 'VALIDATION_PIPE_OPTIONS';
exports.LIMIT_PARAM = 'limit';
exports.OFFSET_PARAM = 'offset';
exports.PAGE_PARAM = 'page';
exports.SIZE_PARAM = 'size';
exports.IP_ALLOWLIST = 'ip-allowlist';
exports.POSTGRES_MAX_INT = 2147483647;
//# sourceMappingURL=constants.js.map