UNPKG

naga-audit-service

Version:

A comprehensive audit service library for NestJS applications with MongoDB support

16 lines 662 B
import { RequestMethod } from '@nestjs/common'; export declare enum ExcludedApiRoutes { HEALTH = "health", ADDRESSES_LOCATE = "addresses/locate", ADMIN_AUTH_LOGIN = "admin-auth/login", ADMIN_AUTH_REFRESH = "admin-auth/refresh", AUTH_GENERATE_OTP = "auth/generate-otp", AUTH_SIGNIN = "auth/signin", AUTH_REFRESH_TOKEN = "auth/refresh-token", AUTH_CREATE_USER = "auth/create-user", AUTH_VERIFY_OTP = "auth/verify-otp", USERS_KIT_19_WEBHOOK = "users/kit-19/webhook", USERS_LEADS = "users/leads" } export declare const ExcludedApiMethods: Record<ExcludedApiRoutes, RequestMethod>; //# sourceMappingURL=common.enum.d.ts.map