UNPKG

@elsikora/nestjs-crud-automator

Version:

A library for automating the creation of CRUD operations in NestJS.

18 lines (15 loc) 560 B
'use strict'; const AUTHORIZED_ENTITY = Symbol("AUTHORIZED_ENTITY"); const REQUEST_IP = Symbol("REQUEST_IP"); const REQUEST_USER_AGENT = Symbol("REQUEST_USER_AGENT"); const REQUEST_TIMESTAMP = Symbol("REQUEST_TIMESTAMP"); const REQUEST_SIGNATURE = Symbol("REQUEST_SIGNATURE"); const TRANSFORMER_VALUE_DTO_CONSTANT = { AUTHORIZED_ENTITY, REQUEST_IP, REQUEST_SIGNATURE, REQUEST_TIMESTAMP, REQUEST_USER_AGENT, }; exports.TRANSFORMER_VALUE_DTO_CONSTANT = TRANSFORMER_VALUE_DTO_CONSTANT; //# sourceMappingURL=transformer-value.constant.js.map