"use strict"; var __defProp = Object.defineProperty; var __getOwnPropDesc = Object.getOwnPropertyDescriptor; var __getOwnPropNames = Object.getOwnPropertyNames; var __hasOwnProp = Object.prototype.hasOwnProperty; var __export = (target, all) => { for (var name in all) __defProp(target, name, { get: all[name], enumerable: true }); }; var __copyProps = (to, from, except, desc) => { if (from && typeof from === "object" || typeof from === "function") { for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); } return to; }; var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); var constantes_exports = {}; __export(constantes_exports, { camposComuns: () => camposComuns, tipoUsuarioResiduos: () => tipoUsuarioResiduos, tx: () => tx, uuid_null: () => uuid_null }); module.exports = __toCommonJS(constantes_exports); const uuid_null = "00000000-0000-0000-0000-000000000000"; var camposComuns = /* @__PURE__ */ ((camposComuns2) => { camposComuns2["codigo"] = "codigo"; camposComuns2["excluido"] = "excluido"; camposComuns2["data_hora_criacao"] = "data_hora_criacao"; camposComuns2["data_hora_atualizacao"] = "data_hora_atualizacao"; camposComuns2["codigo_usuario_criacao"] = "codigo_usuario_criacao"; camposComuns2["codigo_usuario_atualizacao"] = "codigo_usuario_atualizacao"; camposComuns2["versao"] = "versao"; return camposComuns2; })(camposComuns || {}); var tx = /* @__PURE__ */ ((tx2) => { tx2["token"] = "token"; return tx2; })(tx || {}); var tipoUsuarioResiduos = /* @__PURE__ */ ((tipoUsuarioResiduos2) => { tipoUsuarioResiduos2["Usuario"] = "usuario"; tipoUsuarioResiduos2["Fornecedor"] = "fornecedor"; return tipoUsuarioResiduos2; })(tipoUsuarioResiduos || {}); // Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = { camposComuns, tipoUsuarioResiduos, tx, uuid_null }); //# sourceMappingURL=constantes.js.map