diff --git a/dist-back/NPS/index.js b/dist-back/NPS/index.js new file mode 100644 index 0000000..67c7dce --- /dev/null +++ b/dist-back/NPS/index.js @@ -0,0 +1,72 @@ +"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 NPS_exports = {}; +__export(NPS_exports, { + abrirNps: () => abrirNps +}); +module.exports = __toCommonJS(NPS_exports); +var import_p_respostas = require("p-respostas"); +const abrirNps = (emDesenvolvimento) => async (parametros) => { + const base_site = emDesenvolvimento ? "http://localhost:5040/nps" : "https://carro-de-boi.idz.one/nps"; + const base_api = `${base_site}/api`; + const { sistema, inquilino, codigo_usuario } = parametros; + const nome_local_storage_proxima = `nps_proxima_avaliacao_${sistema}_${codigo_usuario}_${inquilino}_0`; + const proxima_avaliacao = localStorage.getItem(nome_local_storage_proxima); + if (!proxima_avaliacao) { + const url_proxima_avaliacao = new URL( + `${base_api}/${sistema}/proxima_avaliacao` + ); + for (const [chave, valor] of Object.entries(parametros)) { + url_proxima_avaliacao.searchParams.append(chave, valor); + } + const response = await fetch(url_proxima_avaliacao.href).then( + (resposta) => resposta.json() + ).catch((error) => import_p_respostas.respostaComuns.erro(error.message)); + const proxima_avaliacao2 = response.valor; + proxima_avaliacao2 && localStorage.setItem(nome_local_storage_proxima, proxima_avaliacao2); + } + const abrir_modal = proxima_avaliacao && (/* @__PURE__ */ new Date()).toISOString().slice(0, 10) >= proxima_avaliacao; + if (!abrir_modal) { + return; + } + localStorage.removeItem(nome_local_storage_proxima); + const urlIfrma = new URL(base_site); + for (const [chave, valor] of Object.entries(parametros)) { + urlIfrma.searchParams.append(chave, valor); + } + const iframe = document.createElement("iframe"); + iframe.src = urlIfrma.href; + iframe.style.position = "fixed"; + iframe.style.top = "0"; + iframe.style.left = "0"; + iframe.style.width = "100%"; + iframe.style.height = "100%"; + iframe.style.border = "none"; + iframe.style.zIndex = "999999"; + document.body.appendChild(iframe); + window.addEventListener("message", (event) => { + if (event.data === "fechar") { + document.body.removeChild(iframe); + } + }); +}; +// Annotate the CommonJS export names for ESM import in node: +0 && (module.exports = { + abrirNps +}); diff --git a/dist-back/NPS/tipos_nps.js b/dist-back/NPS/tipos_nps.js new file mode 100644 index 0000000..b7824a0 --- /dev/null +++ b/dist-back/NPS/tipos_nps.js @@ -0,0 +1,16 @@ +"use strict"; +var __defProp = Object.defineProperty; +var __getOwnPropDesc = Object.getOwnPropertyDescriptor; +var __getOwnPropNames = Object.getOwnPropertyNames; +var __hasOwnProp = Object.prototype.hasOwnProperty; +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 tipos_nps_exports = {}; +module.exports = __toCommonJS(tipos_nps_exports); diff --git a/dist-back/e-licencie/Alertas/funcoes_alertas.js b/dist-back/e-licencie/Alertas/funcoes_alertas.js new file mode 100644 index 0000000..21536b8 --- /dev/null +++ b/dist-back/e-licencie/Alertas/funcoes_alertas.js @@ -0,0 +1,83 @@ +"use strict"; +var __create = Object.create; +var __defProp = Object.defineProperty; +var __getOwnPropDesc = Object.getOwnPropertyDescriptor; +var __getOwnPropNames = Object.getOwnPropertyNames; +var __getProtoOf = Object.getPrototypeOf; +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 __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps( + // If the importer is in node compatibility mode or this is not an ESM + // file that has been converted to a CommonJS file using a Babel- + // compatible transform (i.e. "__esModule" has not been set), then set + // "default" to the CommonJS "module.exports" for node compatibility. + isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, + mod +)); +var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); +var funcoes_alertas_exports = {}; +__export(funcoes_alertas_exports, { + enviarHoje: () => enviarHoje, + intervalosTipos: () => intervalosTipos +}); +module.exports = __toCommonJS(funcoes_alertas_exports); +var import_dayjs = __toESM(require("dayjs")); +var import_weekOfYear = __toESM(require("dayjs/plugin/weekOfYear")); +import_dayjs.default.extend(import_weekOfYear.default); +const enviarHoje = (inter, data) => { + const hoje = (0, import_dayjs.default)(data || void 0); + if (!inter) return true; + if (inter == "D") return true; + if (inter == "M" && hoje.get("D") == 1) return true; + if (inter == "S" && hoje.get("d") == 1) return true; + if (inter == "S" && hoje.get("d") == 1 && hoje.week() % 2 == 1) return true; + return false; +}; +const intervalosTipos = (tipoEntrada, log) => { + log.push(`intervalosTipos -> tipoEntrada:${tipoEntrada}`); + const config = { + M: { + campo_situacao: "situacao_texto_30", + prefixo_assunto: "(Previs\xE3o para os pr\xF3ximos 30 dias) ", + tipo: "M", + enviar_hoje: enviarHoje("M") + }, + Q: { + campo_situacao: "situacao_texto_15", + prefixo_assunto: "(Previs\xE3o para os pr\xF3ximos 15 dias) ", + tipo: "Q", + enviar_hoje: enviarHoje("Q") + }, + S: { + campo_situacao: "situacao_texto_7", + prefixo_assunto: "(Previs\xE3o para os pr\xF3ximos 7 dias) ", + tipo: "S", + enviar_hoje: enviarHoje("S") + }, + D: { + campo_situacao: "situacao_texto", + prefixo_assunto: "", + tipo: "D", + enviar_hoje: enviarHoje("D") + } + }; + const { campo_situacao, enviar_hoje, prefixo_assunto, tipo } = config[tipoEntrada || "D"] || config.D; + log.push(campo_situacao, prefixo_assunto, tipo, enviar_hoje ? "S" : "N"); + return { campo_situacao, prefixo_assunto, tipo, enviar_hoje }; +}; +// Annotate the CommonJS export names for ESM import in node: +0 && (module.exports = { + enviarHoje, + intervalosTipos +}); diff --git a/dist-back/e-licencie/Alertas/index.js b/dist-back/e-licencie/Alertas/index.js new file mode 100644 index 0000000..8d897b9 --- /dev/null +++ b/dist-back/e-licencie/Alertas/index.js @@ -0,0 +1,24 @@ +"use strict"; +var __defProp = Object.defineProperty; +var __getOwnPropDesc = Object.getOwnPropertyDescriptor; +var __getOwnPropNames = Object.getOwnPropertyNames; +var __hasOwnProp = Object.prototype.hasOwnProperty; +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 __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default")); +var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); +var Alertas_exports = {}; +module.exports = __toCommonJS(Alertas_exports); +__reExport(Alertas_exports, require("./funcoes_alertas"), module.exports); +__reExport(Alertas_exports, require("./tipos"), module.exports); +// Annotate the CommonJS export names for ESM import in node: +0 && (module.exports = { + ...require("./funcoes_alertas"), + ...require("./tipos") +}); diff --git a/dist-back/e-licencie/Alertas/tipos.js b/dist-back/e-licencie/Alertas/tipos.js new file mode 100644 index 0000000..49a50be --- /dev/null +++ b/dist-back/e-licencie/Alertas/tipos.js @@ -0,0 +1,33 @@ +"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 tipos_exports = {}; +__export(tipos_exports, { + intervalosDosAlertas: () => intervalosDosAlertas +}); +module.exports = __toCommonJS(tipos_exports); +const intervalosDosAlertas = { + D: "Di\xE1rio", + S: "Semanal, nas segundas-feira", + Q: "Quinzenal, nas segundas-feira", + M: "Mensal, primeiro dia de cada m\xEAs" +}; +// Annotate the CommonJS export names for ESM import in node: +0 && (module.exports = { + intervalosDosAlertas +}); diff --git a/dist-back/e-licencie/index.js b/dist-back/e-licencie/index.js new file mode 100644 index 0000000..ca37ea7 --- /dev/null +++ b/dist-back/e-licencie/index.js @@ -0,0 +1,22 @@ +"use strict"; +var __defProp = Object.defineProperty; +var __getOwnPropDesc = Object.getOwnPropertyDescriptor; +var __getOwnPropNames = Object.getOwnPropertyNames; +var __hasOwnProp = Object.prototype.hasOwnProperty; +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 __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default")); +var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); +var e_licencie_exports = {}; +module.exports = __toCommonJS(e_licencie_exports); +__reExport(e_licencie_exports, require("./Alertas"), module.exports); +// Annotate the CommonJS export names for ESM import in node: +0 && (module.exports = { + ...require("./Alertas") +}); diff --git a/dist-back/index.js b/dist-back/index.js new file mode 100644 index 0000000..584d756 --- /dev/null +++ b/dist-back/index.js @@ -0,0 +1,28 @@ +"use strict"; +var __defProp = Object.defineProperty; +var __getOwnPropDesc = Object.getOwnPropertyDescriptor; +var __getOwnPropNames = Object.getOwnPropertyNames; +var __hasOwnProp = Object.prototype.hasOwnProperty; +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 __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default")); +var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); +var index_exports = {}; +module.exports = __toCommonJS(index_exports); +__reExport(index_exports, require("./e-licencie"), module.exports); +__reExport(index_exports, require("./NPS"), module.exports); +__reExport(index_exports, require("./residuos"), module.exports); +__reExport(index_exports, require("./variaveis"), module.exports); +// Annotate the CommonJS export names for ESM import in node: +0 && (module.exports = { + ...require("./e-licencie"), + ...require("./NPS"), + ...require("./residuos"), + ...require("./variaveis") +}); diff --git a/dist-back/residuos/index.js b/dist-back/residuos/index.js new file mode 100644 index 0000000..b4bf728 --- /dev/null +++ b/dist-back/residuos/index.js @@ -0,0 +1,101 @@ +"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 residuos_exports = {}; +__export(residuos_exports, { + nomesSincronizacoes: () => nomesSincronizacoes, + zAuntenticacaoResiduosSolicitar: () => zAuntenticacaoResiduosSolicitar, + zEmpreendedorSincronizar: () => zEmpreendedorSincronizar, + zEmpreendimentoSincronizar: () => zEmpreendimentoSincronizar, + zUsuarioSincronizar: () => zUsuarioSincronizar +}); +module.exports = __toCommonJS(residuos_exports); +var import_zod = require("zod"); +const zAuntenticacaoResiduosSolicitar = import_zod.z.object({ + // codigo_token: "aaaaaaaa-bbbb-1ccc-8ddd-eeeeeeeeeeee", + codigo_token: import_zod.z.string().optional(), + //codigo_usuario: "aaaaaaaa-bbbb-1ccc-8ddd-eeeeeeeeeeef", + codigo_usuario: import_zod.z.string().uuid(), + //nome_usuario: "Jaci Tupi", + nome_usuario: import_zod.z.string(), + //email_usuario: "jaci@maillinator.com", + email_usuario: import_zod.z.string(), + //documento_usuario: "111.111.111-11", + documento_usuario: import_zod.z.string(), + //organizacao: "aaaaaaaa-bbbb-1ccc-8ddd-eeeeeeeeeeee", + inquilino: import_zod.z.string(), + //rotas: {}, + rotas: import_zod.z.object({}), + //url_usuarios: "http://127.0.0.1:5010/residuos/exemplos/usuarios", + url_usuarios: import_zod.z.string().url(), + //url_empreendedores: "http://127.0.0.1:5010/residuos/exemplos/empreendedores", + url_empreendedores: import_zod.z.string().url(), + //url_empreendimentos: "http://127.0.0.1:5010/residuos/exemplos/empreendimentos", + url_empreendimentos: import_zod.z.string().url(), + //tipo_usuario: "usuario", + tipo_usuario: import_zod.z.string(), + //sistema: "gov-criciuma", + sistema: import_zod.z.string(), + //sistema_cor: "#688c00", + sistema_cor: import_zod.z.string(), + //sistema_nome: "e-licencie", + sistema_nome: import_zod.z.string(), + //sistema_logo: "http://0.0.0.0:5020/estaticos/logos/e-licencie/branco-branco.png", + sistema_logo: import_zod.z.string() +}); +const zUsuarioSincronizar = import_zod.z.object({ + codigo: import_zod.z.string().uuid(), + documento: import_zod.z.string(), + excluido: import_zod.z.boolean(), + nome: import_zod.z.string(), + permicoes: import_zod.z.record(import_zod.z.any()), + versao: import_zod.z.number().int(), + credenciais_sinir: import_zod.z.object({ + login: import_zod.z.string().optional(), + senha: import_zod.z.string().optional() + }).optional() +}); +const zEmpreendedorSincronizar = import_zod.z.object({ + codigo: import_zod.z.string().uuid(), + documento: import_zod.z.string(), + excluido: import_zod.z.boolean(), + nome: import_zod.z.string(), + versao: import_zod.z.number().int() +}); +const zEmpreendimentoSincronizar = import_zod.z.object({ + codigo: import_zod.z.string().uuid(), + codigo_empreendedor: import_zod.z.string().uuid(), + documento: import_zod.z.string(), + excluido: import_zod.z.boolean(), + nome: import_zod.z.string(), + unidade_sinir: import_zod.z.string().nullable().optional(), + versao: import_zod.z.number().int() +}); +const nomesSincronizacoes = import_zod.z.enum([ + "usuarios", + "empreendedores", + "empreendimentos" +]); +// Annotate the CommonJS export names for ESM import in node: +0 && (module.exports = { + nomesSincronizacoes, + zAuntenticacaoResiduosSolicitar, + zEmpreendedorSincronizar, + zEmpreendimentoSincronizar, + zUsuarioSincronizar +}); diff --git a/dist-back/ts/ambiente.js b/dist-back/ts/ambiente.js new file mode 100644 index 0000000..1f92e67 --- /dev/null +++ b/dist-back/ts/ambiente.js @@ -0,0 +1,29 @@ +"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 ambiente_exports = {}; +__export(ambiente_exports, { + zAmbiente: () => zAmbiente +}); +module.exports = __toCommonJS(ambiente_exports); +var import_zod = require("zod"); +const zAmbiente = import_zod.z.enum(["desenvolvimento", "producao"]); +// Annotate the CommonJS export names for ESM import in node: +0 && (module.exports = { + zAmbiente +}); diff --git a/dist-back/variaveis.js b/dist-back/variaveis.js new file mode 100644 index 0000000..459e978 --- /dev/null +++ b/dist-back/variaveis.js @@ -0,0 +1,32 @@ +"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 variaveis_exports = {}; +__export(variaveis_exports, { + inquilinoStatus: () => inquilinoStatus, + statusinquilino: () => statusinquilino +}); +module.exports = __toCommonJS(variaveis_exports); +var import_zod = require("zod"); +const inquilinoStatus = import_zod.z.enum(["ativo", "inativo"]); +const statusinquilino = inquilinoStatus; +// Annotate the CommonJS export names for ESM import in node: +0 && (module.exports = { + inquilinoStatus, + statusinquilino +}); diff --git a/dist-front/NPS/index.js b/dist-front/NPS/index.js new file mode 100644 index 0000000..440a4c1 --- /dev/null +++ b/dist-front/NPS/index.js @@ -0,0 +1,48 @@ +import { respostaComuns } from "p-respostas"; +const abrirNps = (emDesenvolvimento) => async (parametros) => { + const base_site = emDesenvolvimento ? "http://localhost:5040/nps" : "https://carro-de-boi.idz.one/nps"; + const base_api = `${base_site}/api`; + const { sistema, inquilino, codigo_usuario } = parametros; + const nome_local_storage_proxima = `nps_proxima_avaliacao_${sistema}_${codigo_usuario}_${inquilino}_0`; + const proxima_avaliacao = localStorage.getItem(nome_local_storage_proxima); + if (!proxima_avaliacao) { + const url_proxima_avaliacao = new URL( + `${base_api}/${sistema}/proxima_avaliacao` + ); + for (const [chave, valor] of Object.entries(parametros)) { + url_proxima_avaliacao.searchParams.append(chave, valor); + } + const response = await fetch(url_proxima_avaliacao.href).then( + (resposta) => resposta.json() + ).catch((error) => respostaComuns.erro(error.message)); + const proxima_avaliacao2 = response.valor; + proxima_avaliacao2 && localStorage.setItem(nome_local_storage_proxima, proxima_avaliacao2); + } + const abrir_modal = proxima_avaliacao && (/* @__PURE__ */ new Date()).toISOString().slice(0, 10) >= proxima_avaliacao; + if (!abrir_modal) { + return; + } + localStorage.removeItem(nome_local_storage_proxima); + const urlIfrma = new URL(base_site); + for (const [chave, valor] of Object.entries(parametros)) { + urlIfrma.searchParams.append(chave, valor); + } + const iframe = document.createElement("iframe"); + iframe.src = urlIfrma.href; + iframe.style.position = "fixed"; + iframe.style.top = "0"; + iframe.style.left = "0"; + iframe.style.width = "100%"; + iframe.style.height = "100%"; + iframe.style.border = "none"; + iframe.style.zIndex = "999999"; + document.body.appendChild(iframe); + window.addEventListener("message", (event) => { + if (event.data === "fechar") { + document.body.removeChild(iframe); + } + }); +}; +export { + abrirNps +}; diff --git a/dist-front/NPS/tipos_nps.js b/dist-front/NPS/tipos_nps.js new file mode 100644 index 0000000..e69de29 diff --git a/dist-front/e-licencie/Alertas/funcoes_alertas.js b/dist-front/e-licencie/Alertas/funcoes_alertas.js new file mode 100644 index 0000000..1d13700 --- /dev/null +++ b/dist-front/e-licencie/Alertas/funcoes_alertas.js @@ -0,0 +1,48 @@ +import dayjs from "dayjs"; +import weekOfYear from "dayjs/plugin/weekOfYear"; +dayjs.extend(weekOfYear); +const enviarHoje = (inter, data) => { + const hoje = dayjs(data || void 0); + if (!inter) return true; + if (inter == "D") return true; + if (inter == "M" && hoje.get("D") == 1) return true; + if (inter == "S" && hoje.get("d") == 1) return true; + if (inter == "S" && hoje.get("d") == 1 && hoje.week() % 2 == 1) return true; + return false; +}; +const intervalosTipos = (tipoEntrada, log) => { + log.push(`intervalosTipos -> tipoEntrada:${tipoEntrada}`); + const config = { + M: { + campo_situacao: "situacao_texto_30", + prefixo_assunto: "(Previs\xE3o para os pr\xF3ximos 30 dias) ", + tipo: "M", + enviar_hoje: enviarHoje("M") + }, + Q: { + campo_situacao: "situacao_texto_15", + prefixo_assunto: "(Previs\xE3o para os pr\xF3ximos 15 dias) ", + tipo: "Q", + enviar_hoje: enviarHoje("Q") + }, + S: { + campo_situacao: "situacao_texto_7", + prefixo_assunto: "(Previs\xE3o para os pr\xF3ximos 7 dias) ", + tipo: "S", + enviar_hoje: enviarHoje("S") + }, + D: { + campo_situacao: "situacao_texto", + prefixo_assunto: "", + tipo: "D", + enviar_hoje: enviarHoje("D") + } + }; + const { campo_situacao, enviar_hoje, prefixo_assunto, tipo } = config[tipoEntrada || "D"] || config.D; + log.push(campo_situacao, prefixo_assunto, tipo, enviar_hoje ? "S" : "N"); + return { campo_situacao, prefixo_assunto, tipo, enviar_hoje }; +}; +export { + enviarHoje, + intervalosTipos +}; diff --git a/dist-front/e-licencie/Alertas/index.js b/dist-front/e-licencie/Alertas/index.js new file mode 100644 index 0000000..61d76f4 --- /dev/null +++ b/dist-front/e-licencie/Alertas/index.js @@ -0,0 +1,2 @@ +export * from "./funcoes_alertas"; +export * from "./tipos"; diff --git a/dist-front/e-licencie/Alertas/tipos.js b/dist-front/e-licencie/Alertas/tipos.js new file mode 100644 index 0000000..28d2ed1 --- /dev/null +++ b/dist-front/e-licencie/Alertas/tipos.js @@ -0,0 +1,9 @@ +const intervalosDosAlertas = { + D: "Di\xE1rio", + S: "Semanal, nas segundas-feira", + Q: "Quinzenal, nas segundas-feira", + M: "Mensal, primeiro dia de cada m\xEAs" +}; +export { + intervalosDosAlertas +}; diff --git a/dist-front/e-licencie/index.js b/dist-front/e-licencie/index.js new file mode 100644 index 0000000..59f7ce7 --- /dev/null +++ b/dist-front/e-licencie/index.js @@ -0,0 +1 @@ +export * from "./Alertas"; diff --git a/dist-front/index.js b/dist-front/index.js new file mode 100644 index 0000000..cb64153 --- /dev/null +++ b/dist-front/index.js @@ -0,0 +1,4 @@ +export * from "./e-licencie"; +export * from "./NPS"; +export * from "./residuos"; +export * from "./variaveis"; diff --git a/dist-front/residuos/index.js b/dist-front/residuos/index.js new file mode 100644 index 0000000..10c3603 --- /dev/null +++ b/dist-front/residuos/index.js @@ -0,0 +1,73 @@ +import { z } from "zod"; +const zAuntenticacaoResiduosSolicitar = z.object({ + // codigo_token: "aaaaaaaa-bbbb-1ccc-8ddd-eeeeeeeeeeee", + codigo_token: z.string().optional(), + //codigo_usuario: "aaaaaaaa-bbbb-1ccc-8ddd-eeeeeeeeeeef", + codigo_usuario: z.string().uuid(), + //nome_usuario: "Jaci Tupi", + nome_usuario: z.string(), + //email_usuario: "jaci@maillinator.com", + email_usuario: z.string(), + //documento_usuario: "111.111.111-11", + documento_usuario: z.string(), + //organizacao: "aaaaaaaa-bbbb-1ccc-8ddd-eeeeeeeeeeee", + inquilino: z.string(), + //rotas: {}, + rotas: z.object({}), + //url_usuarios: "http://127.0.0.1:5010/residuos/exemplos/usuarios", + url_usuarios: z.string().url(), + //url_empreendedores: "http://127.0.0.1:5010/residuos/exemplos/empreendedores", + url_empreendedores: z.string().url(), + //url_empreendimentos: "http://127.0.0.1:5010/residuos/exemplos/empreendimentos", + url_empreendimentos: z.string().url(), + //tipo_usuario: "usuario", + tipo_usuario: z.string(), + //sistema: "gov-criciuma", + sistema: z.string(), + //sistema_cor: "#688c00", + sistema_cor: z.string(), + //sistema_nome: "e-licencie", + sistema_nome: z.string(), + //sistema_logo: "http://0.0.0.0:5020/estaticos/logos/e-licencie/branco-branco.png", + sistema_logo: z.string() +}); +const zUsuarioSincronizar = z.object({ + codigo: z.string().uuid(), + documento: z.string(), + excluido: z.boolean(), + nome: z.string(), + permicoes: z.record(z.any()), + versao: z.number().int(), + credenciais_sinir: z.object({ + login: z.string().optional(), + senha: z.string().optional() + }).optional() +}); +const zEmpreendedorSincronizar = z.object({ + codigo: z.string().uuid(), + documento: z.string(), + excluido: z.boolean(), + nome: z.string(), + versao: z.number().int() +}); +const zEmpreendimentoSincronizar = z.object({ + codigo: z.string().uuid(), + codigo_empreendedor: z.string().uuid(), + documento: z.string(), + excluido: z.boolean(), + nome: z.string(), + unidade_sinir: z.string().nullable().optional(), + versao: z.number().int() +}); +const nomesSincronizacoes = z.enum([ + "usuarios", + "empreendedores", + "empreendimentos" +]); +export { + nomesSincronizacoes, + zAuntenticacaoResiduosSolicitar, + zEmpreendedorSincronizar, + zEmpreendimentoSincronizar, + zUsuarioSincronizar +}; diff --git a/dist-front/ts/ambiente.js b/dist-front/ts/ambiente.js new file mode 100644 index 0000000..2297177 --- /dev/null +++ b/dist-front/ts/ambiente.js @@ -0,0 +1,5 @@ +import { z } from "zod"; +const zAmbiente = z.enum(["desenvolvimento", "producao"]); +export { + zAmbiente +}; diff --git a/dist-front/variaveis.js b/dist-front/variaveis.js new file mode 100644 index 0000000..2cbf3cf --- /dev/null +++ b/dist-front/variaveis.js @@ -0,0 +1,7 @@ +import { z } from "zod"; +const inquilinoStatus = z.enum(["ativo", "inativo"]); +const statusinquilino = inquilinoStatus; +export { + inquilinoStatus, + statusinquilino +}; diff --git a/dist-import/index.d.mts b/dist-import/index.d.mts deleted file mode 100644 index d135c40..0000000 --- a/dist-import/index.d.mts +++ /dev/null @@ -1,177 +0,0 @@ -import { tipoResposta } from 'p-respostas'; -import { z } from 'zod'; - -type tipos_alertas = { - intervalo_alertas: "D" | "S" | "Q" | "M"; -}; -declare const intervalosDosAlertas: { - [k in tipos_alertas["intervalo_alertas"]]: string; -}; - -declare const enviarHoje: (inter: tipos_alertas["intervalo_alertas"] | null | undefined, data?: string) => boolean; -declare const intervalosTipos: (tipoEntrada: keyof typeof intervalosDosAlertas | undefined | null, log: string[]) => { - campo_situacao: string; - prefixo_assunto: string; - tipo: string; - enviar_hoje: boolean; -}; - -type tipo_proxima_avaliacao = { - parametros: { - sistema: string; - inquilino: string; - codigo_usuario: string; - nome_organizacao: string; - nome_usuario: string; - contatos_usuario: string; - data_criacao_conta: string; - }; - retorno: tipoResposta; -}; - -declare const abrirNps: (emDesenvolvimento: boolean) => (parametros: tipo_proxima_avaliacao["parametros"]) => Promise; - -/** Estrutura que deve ser aplicada para solictação de autenticação, deve ser feito via back */ -declare const zAuntenticacaoResiduosSolicitar: z.ZodObject<{ - codigo_token: z.ZodOptional; - codigo_usuario: z.ZodString; - nome_usuario: z.ZodString; - email_usuario: z.ZodString; - documento_usuario: z.ZodString; - inquilino: z.ZodString; - rotas: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>; - url_usuarios: z.ZodString; - url_empreendedores: z.ZodString; - url_empreendimentos: z.ZodString; - tipo_usuario: z.ZodString; - sistema: z.ZodString; - sistema_cor: z.ZodString; - sistema_nome: z.ZodString; - sistema_logo: z.ZodString; -}, "strip", z.ZodTypeAny, { - sistema: string; - inquilino: string; - codigo_usuario: string; - nome_usuario: string; - email_usuario: string; - documento_usuario: string; - rotas: {}; - url_usuarios: string; - url_empreendedores: string; - url_empreendimentos: string; - tipo_usuario: string; - sistema_cor: string; - sistema_nome: string; - sistema_logo: string; - codigo_token?: string | undefined; -}, { - sistema: string; - inquilino: string; - codigo_usuario: string; - nome_usuario: string; - email_usuario: string; - documento_usuario: string; - rotas: {}; - url_usuarios: string; - url_empreendedores: string; - url_empreendimentos: string; - tipo_usuario: string; - sistema_cor: string; - sistema_nome: string; - sistema_logo: string; - codigo_token?: string | undefined; -}>; -/** Tipagem usada para o processo de sincronização entre modulos */ -declare const zUsuarioSincronizar: z.ZodObject<{ - codigo: z.ZodString; - documento: z.ZodString; - excluido: z.ZodBoolean; - nome: z.ZodString; - permicoes: z.ZodRecord; - versao: z.ZodNumber; - credenciais_sinir: z.ZodOptional; - senha: z.ZodOptional; - }, "strip", z.ZodTypeAny, { - login?: string | undefined; - senha?: string | undefined; - }, { - login?: string | undefined; - senha?: string | undefined; - }>>; -}, "strip", z.ZodTypeAny, { - codigo: string; - documento: string; - excluido: boolean; - nome: string; - permicoes: Record; - versao: number; - credenciais_sinir?: { - login?: string | undefined; - senha?: string | undefined; - } | undefined; -}, { - codigo: string; - documento: string; - excluido: boolean; - nome: string; - permicoes: Record; - versao: number; - credenciais_sinir?: { - login?: string | undefined; - senha?: string | undefined; - } | undefined; -}>; -type tipo_zUsuarioSincronizar = z.infer; -/** Tipagem usada para o processo de sincronização entre modulos */ -declare const zEmpreendedorSincronizar: z.ZodObject<{ - codigo: z.ZodString; - documento: z.ZodString; - excluido: z.ZodBoolean; - nome: z.ZodString; - versao: z.ZodNumber; -}, "strip", z.ZodTypeAny, { - codigo: string; - documento: string; - excluido: boolean; - nome: string; - versao: number; -}, { - codigo: string; - documento: string; - excluido: boolean; - nome: string; - versao: number; -}>; -/** Tipagem usada para o processo de sincronização entre modulos */ -declare const zEmpreendimentoSincronizar: z.ZodObject<{ - codigo: z.ZodString; - codigo_empreendedor: z.ZodString; - documento: z.ZodString; - excluido: z.ZodBoolean; - nome: z.ZodString; - unidade_sinir: z.ZodOptional>; - versao: z.ZodNumber; -}, "strip", z.ZodTypeAny, { - codigo: string; - documento: string; - excluido: boolean; - nome: string; - versao: number; - codigo_empreendedor: string; - unidade_sinir?: string | null | undefined; -}, { - codigo: string; - documento: string; - excluido: boolean; - nome: string; - versao: number; - codigo_empreendedor: string; - unidade_sinir?: string | null | undefined; -}>; -declare const nomesSincronizacoes: z.ZodEnum<["usuarios", "empreendedores", "empreendimentos"]>; - -declare const inquilinoStatus: z.ZodEnum<["ativo", "inativo"]>; -declare const statusinquilino: z.ZodEnum<["ativo", "inativo"]>; - -export { abrirNps, enviarHoje, inquilinoStatus, intervalosDosAlertas, intervalosTipos, nomesSincronizacoes, statusinquilino, type tipo_proxima_avaliacao, type tipo_zUsuarioSincronizar, type tipos_alertas, zAuntenticacaoResiduosSolicitar, zEmpreendedorSincronizar, zEmpreendimentoSincronizar, zUsuarioSincronizar }; diff --git a/dist-import/index.mjs b/dist-import/index.mjs deleted file mode 100644 index 3df46cd..0000000 --- a/dist-import/index.mjs +++ /dev/null @@ -1 +0,0 @@ -import x from"dayjs";import h from"dayjs/plugin/weekOfYear";x.extend(h);var l=(e,i)=>{let t=x(i||void 0);return!e||e=="D"||e=="M"&&t.get("D")==1||e=="S"&&t.get("d")==1||e=="S"&&t.get("d")==1&&t.week()%2==1},w=(e,i)=>{i.push(`intervalosTipos -> tipoEntrada:${e}`);let t={M:{campo_situacao:"situacao_texto_30",prefixo_assunto:"(Previs\xE3o para os pr\xF3ximos 30 dias) ",tipo:"M",enviar_hoje:l("M")},Q:{campo_situacao:"situacao_texto_15",prefixo_assunto:"(Previs\xE3o para os pr\xF3ximos 15 dias) ",tipo:"Q",enviar_hoje:l("Q")},S:{campo_situacao:"situacao_texto_7",prefixo_assunto:"(Previs\xE3o para os pr\xF3ximos 7 dias) ",tipo:"S",enviar_hoje:l("S")},D:{campo_situacao:"situacao_texto",prefixo_assunto:"",tipo:"D",enviar_hoje:l("D")}},{campo_situacao:p,enviar_hoje:s,prefixo_assunto:c,tipo:u}=t[e||"D"]||t.D;return i.push(p,c,u,s?"S":"N"),{campo_situacao:p,prefixo_assunto:c,tipo:u,enviar_hoje:s}};var M={D:"Di\xE1rio",S:"Semanal, nas segundas-feira",Q:"Quinzenal, nas segundas-feira",M:"Mensal, primeiro dia de cada m\xEAs"};import{respostaComuns as b}from"p-respostas";var E=e=>async i=>{let t=e?"http://localhost:5040/nps":"https://carro-de-boi.idz.one/nps",p=`${t}/api`,{sistema:s,inquilino:c,codigo_usuario:u}=i,m=`nps_proxima_avaliacao_${s}_${u}_${c}_0`,_=localStorage.getItem(m);if(!_){let a=new URL(`${p}/${s}/proxima_avaliacao`);for(let[n,v]of Object.entries(i))a.searchParams.append(n,v);let f=(await fetch(a.href).then(n=>n.json()).catch(n=>b.erro(n.message))).valor;f&&localStorage.setItem(m,f)}if(!(_&&new Date().toISOString().slice(0,10)>=_))return;localStorage.removeItem(m);let d=new URL(t);for(let[a,g]of Object.entries(i))d.searchParams.append(a,g);let r=document.createElement("iframe");r.src=d.href,r.style.position="fixed",r.style.top="0",r.style.left="0",r.style.width="100%",r.style.height="100%",r.style.border="none",r.style.zIndex="999999",document.body.appendChild(r),window.addEventListener("message",a=>{a.data==="fechar"&&document.body.removeChild(r)})};import{z as o}from"zod";var L=o.object({codigo_token:o.string().optional(),codigo_usuario:o.string().uuid(),nome_usuario:o.string(),email_usuario:o.string(),documento_usuario:o.string(),inquilino:o.string(),rotas:o.object({}),url_usuarios:o.string().url(),url_empreendedores:o.string().url(),url_empreendimentos:o.string().url(),tipo_usuario:o.string(),sistema:o.string(),sistema_cor:o.string(),sistema_nome:o.string(),sistema_logo:o.string()}),R=o.object({codigo:o.string().uuid(),documento:o.string(),excluido:o.boolean(),nome:o.string(),permicoes:o.record(o.any()),versao:o.number().int(),credenciais_sinir:o.object({login:o.string().optional(),senha:o.string().optional()}).optional()}),N=o.object({codigo:o.string().uuid(),documento:o.string(),excluido:o.boolean(),nome:o.string(),versao:o.number().int()}),T=o.object({codigo:o.string().uuid(),codigo_empreendedor:o.string().uuid(),documento:o.string(),excluido:o.boolean(),nome:o.string(),unidade_sinir:o.string().nullable().optional(),versao:o.number().int()}),H=o.enum(["usuarios","empreendedores","empreendimentos"]);import{z as y}from"zod";var S=y.enum(["ativo","inativo"]),F=S;export{E as abrirNps,l as enviarHoje,S as inquilinoStatus,M as intervalosDosAlertas,w as intervalosTipos,H as nomesSincronizacoes,F as statusinquilino,L as zAuntenticacaoResiduosSolicitar,N as zEmpreendedorSincronizar,T as zEmpreendimentoSincronizar,R as zUsuarioSincronizar}; diff --git a/dist-require/index.d.ts b/dist-require/index.d.ts deleted file mode 100644 index d135c40..0000000 --- a/dist-require/index.d.ts +++ /dev/null @@ -1,177 +0,0 @@ -import { tipoResposta } from 'p-respostas'; -import { z } from 'zod'; - -type tipos_alertas = { - intervalo_alertas: "D" | "S" | "Q" | "M"; -}; -declare const intervalosDosAlertas: { - [k in tipos_alertas["intervalo_alertas"]]: string; -}; - -declare const enviarHoje: (inter: tipos_alertas["intervalo_alertas"] | null | undefined, data?: string) => boolean; -declare const intervalosTipos: (tipoEntrada: keyof typeof intervalosDosAlertas | undefined | null, log: string[]) => { - campo_situacao: string; - prefixo_assunto: string; - tipo: string; - enviar_hoje: boolean; -}; - -type tipo_proxima_avaliacao = { - parametros: { - sistema: string; - inquilino: string; - codigo_usuario: string; - nome_organizacao: string; - nome_usuario: string; - contatos_usuario: string; - data_criacao_conta: string; - }; - retorno: tipoResposta; -}; - -declare const abrirNps: (emDesenvolvimento: boolean) => (parametros: tipo_proxima_avaliacao["parametros"]) => Promise; - -/** Estrutura que deve ser aplicada para solictação de autenticação, deve ser feito via back */ -declare const zAuntenticacaoResiduosSolicitar: z.ZodObject<{ - codigo_token: z.ZodOptional; - codigo_usuario: z.ZodString; - nome_usuario: z.ZodString; - email_usuario: z.ZodString; - documento_usuario: z.ZodString; - inquilino: z.ZodString; - rotas: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>; - url_usuarios: z.ZodString; - url_empreendedores: z.ZodString; - url_empreendimentos: z.ZodString; - tipo_usuario: z.ZodString; - sistema: z.ZodString; - sistema_cor: z.ZodString; - sistema_nome: z.ZodString; - sistema_logo: z.ZodString; -}, "strip", z.ZodTypeAny, { - sistema: string; - inquilino: string; - codigo_usuario: string; - nome_usuario: string; - email_usuario: string; - documento_usuario: string; - rotas: {}; - url_usuarios: string; - url_empreendedores: string; - url_empreendimentos: string; - tipo_usuario: string; - sistema_cor: string; - sistema_nome: string; - sistema_logo: string; - codigo_token?: string | undefined; -}, { - sistema: string; - inquilino: string; - codigo_usuario: string; - nome_usuario: string; - email_usuario: string; - documento_usuario: string; - rotas: {}; - url_usuarios: string; - url_empreendedores: string; - url_empreendimentos: string; - tipo_usuario: string; - sistema_cor: string; - sistema_nome: string; - sistema_logo: string; - codigo_token?: string | undefined; -}>; -/** Tipagem usada para o processo de sincronização entre modulos */ -declare const zUsuarioSincronizar: z.ZodObject<{ - codigo: z.ZodString; - documento: z.ZodString; - excluido: z.ZodBoolean; - nome: z.ZodString; - permicoes: z.ZodRecord; - versao: z.ZodNumber; - credenciais_sinir: z.ZodOptional; - senha: z.ZodOptional; - }, "strip", z.ZodTypeAny, { - login?: string | undefined; - senha?: string | undefined; - }, { - login?: string | undefined; - senha?: string | undefined; - }>>; -}, "strip", z.ZodTypeAny, { - codigo: string; - documento: string; - excluido: boolean; - nome: string; - permicoes: Record; - versao: number; - credenciais_sinir?: { - login?: string | undefined; - senha?: string | undefined; - } | undefined; -}, { - codigo: string; - documento: string; - excluido: boolean; - nome: string; - permicoes: Record; - versao: number; - credenciais_sinir?: { - login?: string | undefined; - senha?: string | undefined; - } | undefined; -}>; -type tipo_zUsuarioSincronizar = z.infer; -/** Tipagem usada para o processo de sincronização entre modulos */ -declare const zEmpreendedorSincronizar: z.ZodObject<{ - codigo: z.ZodString; - documento: z.ZodString; - excluido: z.ZodBoolean; - nome: z.ZodString; - versao: z.ZodNumber; -}, "strip", z.ZodTypeAny, { - codigo: string; - documento: string; - excluido: boolean; - nome: string; - versao: number; -}, { - codigo: string; - documento: string; - excluido: boolean; - nome: string; - versao: number; -}>; -/** Tipagem usada para o processo de sincronização entre modulos */ -declare const zEmpreendimentoSincronizar: z.ZodObject<{ - codigo: z.ZodString; - codigo_empreendedor: z.ZodString; - documento: z.ZodString; - excluido: z.ZodBoolean; - nome: z.ZodString; - unidade_sinir: z.ZodOptional>; - versao: z.ZodNumber; -}, "strip", z.ZodTypeAny, { - codigo: string; - documento: string; - excluido: boolean; - nome: string; - versao: number; - codigo_empreendedor: string; - unidade_sinir?: string | null | undefined; -}, { - codigo: string; - documento: string; - excluido: boolean; - nome: string; - versao: number; - codigo_empreendedor: string; - unidade_sinir?: string | null | undefined; -}>; -declare const nomesSincronizacoes: z.ZodEnum<["usuarios", "empreendedores", "empreendimentos"]>; - -declare const inquilinoStatus: z.ZodEnum<["ativo", "inativo"]>; -declare const statusinquilino: z.ZodEnum<["ativo", "inativo"]>; - -export { abrirNps, enviarHoje, inquilinoStatus, intervalosDosAlertas, intervalosTipos, nomesSincronizacoes, statusinquilino, type tipo_proxima_avaliacao, type tipo_zUsuarioSincronizar, type tipos_alertas, zAuntenticacaoResiduosSolicitar, zEmpreendedorSincronizar, zEmpreendimentoSincronizar, zUsuarioSincronizar }; diff --git a/dist-require/index.js b/dist-require/index.js deleted file mode 100644 index 6eb877f..0000000 --- a/dist-require/index.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";var w=Object.create;var m=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var M=Object.getOwnPropertyNames;var $=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var P=(e,t)=>{for(var r in t)m(e,r,{get:t[r],enumerable:!0})},h=(e,t,r,s)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of M(t))!I.call(e,i)&&i!==r&&m(e,i,{get:()=>t[i],enumerable:!(s=k(t,i))||s.enumerable});return e};var b=(e,t,r)=>(r=e!=null?w($(e)):{},h(t||!e||!e.__esModule?m(r,"default",{value:e,enumerable:!0}):r,e)),Q=e=>h(m({},"__esModule",{value:!0}),e);var T={};P(T,{abrirNps:()=>q,enviarHoje:()=>c,inquilinoStatus:()=>z,intervalosDosAlertas:()=>U,intervalosTipos:()=>A,nomesSincronizacoes:()=>R,statusinquilino:()=>N,zAuntenticacaoResiduosSolicitar:()=>E,zEmpreendedorSincronizar:()=>C,zEmpreendimentoSincronizar:()=>L,zUsuarioSincronizar:()=>O});module.exports=Q(T);var g=b(require("dayjs")),y=b(require("dayjs/plugin/weekOfYear"));g.default.extend(y.default);var c=(e,t)=>{let r=(0,g.default)(t||void 0);return!e||e=="D"||e=="M"&&r.get("D")==1||e=="S"&&r.get("d")==1||e=="S"&&r.get("d")==1&&r.week()%2==1},A=(e,t)=>{t.push(`intervalosTipos -> tipoEntrada:${e}`);let r={M:{campo_situacao:"situacao_texto_30",prefixo_assunto:"(Previs\xE3o para os pr\xF3ximos 30 dias) ",tipo:"M",enviar_hoje:c("M")},Q:{campo_situacao:"situacao_texto_15",prefixo_assunto:"(Previs\xE3o para os pr\xF3ximos 15 dias) ",tipo:"Q",enviar_hoje:c("Q")},S:{campo_situacao:"situacao_texto_7",prefixo_assunto:"(Previs\xE3o para os pr\xF3ximos 7 dias) ",tipo:"S",enviar_hoje:c("S")},D:{campo_situacao:"situacao_texto",prefixo_assunto:"",tipo:"D",enviar_hoje:c("D")}},{campo_situacao:s,enviar_hoje:i,prefixo_assunto:u,tipo:l}=r[e||"D"]||r.D;return t.push(s,u,l,i?"S":"N"),{campo_situacao:s,prefixo_assunto:u,tipo:l,enviar_hoje:i}};var U={D:"Di\xE1rio",S:"Semanal, nas segundas-feira",Q:"Quinzenal, nas segundas-feira",M:"Mensal, primeiro dia de cada m\xEAs"};var S=require("p-respostas"),q=e=>async t=>{let r=e?"http://localhost:5040/nps":"https://carro-de-boi.idz.one/nps",s=`${r}/api`,{sistema:i,inquilino:u,codigo_usuario:l}=t,_=`nps_proxima_avaliacao_${i}_${l}_${u}_0`,d=localStorage.getItem(_);if(!d){let n=new URL(`${s}/${i}/proxima_avaliacao`);for(let[p,D]of Object.entries(t))n.searchParams.append(p,D);let v=(await fetch(n.href).then(p=>p.json()).catch(p=>S.respostaComuns.erro(p.message))).valor;v&&localStorage.setItem(_,v)}if(!(d&&new Date().toISOString().slice(0,10)>=d))return;localStorage.removeItem(_);let f=new URL(r);for(let[n,x]of Object.entries(t))f.searchParams.append(n,x);let a=document.createElement("iframe");a.src=f.href,a.style.position="fixed",a.style.top="0",a.style.left="0",a.style.width="100%",a.style.height="100%",a.style.border="none",a.style.zIndex="999999",document.body.appendChild(a),window.addEventListener("message",n=>{n.data==="fechar"&&document.body.removeChild(a)})};var o=require("zod"),E=o.z.object({codigo_token:o.z.string().optional(),codigo_usuario:o.z.string().uuid(),nome_usuario:o.z.string(),email_usuario:o.z.string(),documento_usuario:o.z.string(),inquilino:o.z.string(),rotas:o.z.object({}),url_usuarios:o.z.string().url(),url_empreendedores:o.z.string().url(),url_empreendimentos:o.z.string().url(),tipo_usuario:o.z.string(),sistema:o.z.string(),sistema_cor:o.z.string(),sistema_nome:o.z.string(),sistema_logo:o.z.string()}),O=o.z.object({codigo:o.z.string().uuid(),documento:o.z.string(),excluido:o.z.boolean(),nome:o.z.string(),permicoes:o.z.record(o.z.any()),versao:o.z.number().int(),credenciais_sinir:o.z.object({login:o.z.string().optional(),senha:o.z.string().optional()}).optional()}),C=o.z.object({codigo:o.z.string().uuid(),documento:o.z.string(),excluido:o.z.boolean(),nome:o.z.string(),versao:o.z.number().int()}),L=o.z.object({codigo:o.z.string().uuid(),codigo_empreendedor:o.z.string().uuid(),documento:o.z.string(),excluido:o.z.boolean(),nome:o.z.string(),unidade_sinir:o.z.string().nullable().optional(),versao:o.z.number().int()}),R=o.z.enum(["usuarios","empreendedores","empreendimentos"]);var j=require("zod"),z=j.z.enum(["ativo","inativo"]),N=z;0&&(module.exports={abrirNps,enviarHoje,inquilinoStatus,intervalosDosAlertas,intervalosTipos,nomesSincronizacoes,statusinquilino,zAuntenticacaoResiduosSolicitar,zEmpreendedorSincronizar,zEmpreendimentoSincronizar,zUsuarioSincronizar}); diff --git a/package.json b/package.json index 8e9cf06..e409760 100755 --- a/package.json +++ b/package.json @@ -1,25 +1,22 @@ { "name": "p-drives", - "version": "0.247.0", + "version": "0.248.0", "description": "", - "main": "src/index.ts", + "main": "./src/index.ts", "exports": { ".": { - "import": "./dist-import/index.mjs", - "require": "./dist-require/index.js" + "types": "./src/index.ts", + "import": "./dist-front/index.js", + "require": "./dist-back/index.js" } }, + "types": "./src/index.ts", "scripts": { - "preinstall": "bun pm cache rm", - "at": "pnpm up p-* @biomejs/biome typescript", "clean": "rm -rf dist-require dist-import", - "build-back": "tsup src/index.ts --dts --format cjs --out-dir dist-require --minify", - "build-front": "tsup src/index.ts --dts --format esm --out-dir dist-import --minify", - "build": "pnpm run biome && npm --no-git-tag-version version minor && pnpm run clean && (pnpm run build-back & pnpm run build-front) && echo Fim", + "build": "pnpm run biome && npm --no-git-tag-version version minor && tsup --config ./node_modules/p-comuns/src/tsup/tsup.config.ts", "biome": "npx @biomejs/biome check --write ./src", - "nodev": "check-node-version --node '>= 20'" + "nodev": "npx check-node-version --node '>= 20'" }, - "devDependencies": {}, "keywords": [], "author": { "name": "AZTECA SOFTWARE LTDA", @@ -28,8 +25,6 @@ }, "license": "ISC", "dependencies": { - "-": "^0.0.1", - "@biomejs/biome": "2.0.6", "@types/node": "^20.19.8", "autenticacao-drive": "git+https://git2.idz.one/publico/autenticacao-drive.git", "check-node-version": "^4.2.1", @@ -37,8 +32,11 @@ "dayjs": "1.11.13", "p-comuns": "git+https://git2.idz.one/publico/_comuns.git", "p-respostas": "git+https://git2.idz.one/publico/_respostas.git", - "tsup": "^8.5.0", - "typescript": "5.5.4", "zod": "3.24.1" + }, + "devDependencies": { + "@biomejs/biome": "2.0.6", + "typescript": "5.5.4", + "tsup": "8.5.0" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml new file mode 100644 index 0000000..93cff3b --- /dev/null +++ b/pnpm-lock.yaml @@ -0,0 +1,1436 @@ +lockfileVersion: '9.0' + +settings: + autoInstallPeers: true + excludeLinksFromLockfile: false + +importers: + + .: + dependencies: + '@types/node': + specifier: ^20.19.8 + version: 20.19.8 + autenticacao-drive: + specifier: git+https://git2.idz.one/publico/autenticacao-drive.git + version: p-autenticacao-drive@git+https://git2.idz.one/publico/autenticacao-drive.git#175d767d273f0b784f49ecadef3835af7c654938 + check-node-version: + specifier: ^4.2.1 + version: 4.2.1 + cross-fetch: + specifier: 4.1.0 + version: 4.1.0 + dayjs: + specifier: 1.11.13 + version: 1.11.13 + p-comuns: + specifier: git+https://git2.idz.one/publico/_comuns.git + version: git+https://git2.idz.one/publico/_comuns.git#17aee620b3e66f14605d0ab851e7b80ec6553d76 + p-respostas: + specifier: git+https://git2.idz.one/publico/_respostas.git + version: git+https://git2.idz.one/publico/_respostas.git#431364ade4bc85aa163b970e0a94807dcc73585c + zod: + specifier: 3.24.1 + version: 3.24.1 + devDependencies: + '@biomejs/biome': + specifier: 2.0.6 + version: 2.0.6 + tsup: + specifier: 8.5.0 + version: 8.5.0(typescript@5.5.4) + typescript: + specifier: 5.5.4 + version: 5.5.4 + +packages: + + '@biomejs/biome@2.0.6': + resolution: {integrity: sha512-RRP+9cdh5qwe2t0gORwXaa27oTOiQRQvrFf49x2PA1tnpsyU7FIHX4ZOFMtBC4QNtyWsN7Dqkf5EDbg4X+9iqA==} + engines: {node: '>=14.21.3'} + hasBin: true + + '@biomejs/cli-darwin-arm64@2.0.6': + resolution: {integrity: sha512-AzdiNNjNzsE6LfqWyBvcL29uWoIuZUkndu+wwlXW13EKcBHbbKjNQEZIJKYDc6IL+p7bmWGx3v9ZtcRyIoIz5A==} + engines: {node: '>=14.21.3'} + cpu: [arm64] + os: [darwin] + + '@biomejs/cli-darwin-x64@2.0.6': + resolution: {integrity: sha512-wJjjP4E7bO4WJmiQaLnsdXMa516dbtC6542qeRkyJg0MqMXP0fvs4gdsHhZ7p9XWTAmGIjZHFKXdsjBvKGIJJQ==} + engines: {node: '>=14.21.3'} + cpu: [x64] + os: [darwin] + + '@biomejs/cli-linux-arm64-musl@2.0.6': + resolution: {integrity: sha512-CVPEMlin3bW49sBqLBg2x016Pws7eUXA27XYDFlEtponD0luYjg2zQaMJ2nOqlkKG9fqzzkamdYxHdMDc2gZFw==} + engines: {node: '>=14.21.3'} + cpu: [arm64] + os: [linux] + + '@biomejs/cli-linux-arm64@2.0.6': + resolution: {integrity: sha512-ZSVf6TYo5rNMUHIW1tww+rs/krol7U5A1Is/yzWyHVZguuB0lBnIodqyFuwCNqG9aJGyk7xIMS8HG0qGUPz0SA==} + engines: {node: '>=14.21.3'} + cpu: [arm64] + os: [linux] + + '@biomejs/cli-linux-x64-musl@2.0.6': + resolution: {integrity: sha512-mKHE/e954hR/hSnAcJSjkf4xGqZc/53Kh39HVW1EgO5iFi0JutTN07TSjEMg616julRtfSNJi0KNyxvc30Y4rQ==} + engines: {node: '>=14.21.3'} + cpu: [x64] + os: [linux] + + '@biomejs/cli-linux-x64@2.0.6': + resolution: {integrity: sha512-geM1MkHTV1Kh2Cs/Xzot9BOF3WBacihw6bkEmxkz4nSga8B9/hWy5BDiOG3gHDGIBa8WxT0nzsJs2f/hPqQIQw==} + engines: {node: '>=14.21.3'} + cpu: [x64] + os: [linux] + + '@biomejs/cli-win32-arm64@2.0.6': + resolution: {integrity: sha512-290V4oSFoKaprKE1zkYVsDfAdn0An5DowZ+GIABgjoq1ndhvNxkJcpxPsiYtT7slbVe3xmlT0ncdfOsN7KruzA==} + engines: {node: '>=14.21.3'} + cpu: [arm64] + os: [win32] + + '@biomejs/cli-win32-x64@2.0.6': + resolution: {integrity: sha512-bfM1Bce0d69Ao7pjTjUS+AWSZ02+5UHdiAP85Th8e9yV5xzw6JrHXbL5YWlcEKQ84FIZMdDc7ncuti1wd2sdbw==} + engines: {node: '>=14.21.3'} + cpu: [x64] + os: [win32] + + '@esbuild/aix-ppc64@0.25.6': + resolution: {integrity: sha512-ShbM/3XxwuxjFiuVBHA+d3j5dyac0aEVVq1oluIDf71hUw0aRF59dV/efUsIwFnR6m8JNM2FjZOzmaZ8yG61kw==} + engines: {node: '>=18'} + cpu: [ppc64] + os: [aix] + + '@esbuild/android-arm64@0.25.6': + resolution: {integrity: sha512-hd5zdUarsK6strW+3Wxi5qWws+rJhCCbMiC9QZyzoxfk5uHRIE8T287giQxzVpEvCwuJ9Qjg6bEjcRJcgfLqoA==} + engines: {node: '>=18'} + cpu: [arm64] + os: [android] + + '@esbuild/android-arm@0.25.6': + resolution: {integrity: sha512-S8ToEOVfg++AU/bHwdksHNnyLyVM+eMVAOf6yRKFitnwnbwwPNqKr3srzFRe7nzV69RQKb5DgchIX5pt3L53xg==} + engines: {node: '>=18'} + cpu: [arm] + os: [android] + + '@esbuild/android-x64@0.25.6': + resolution: {integrity: sha512-0Z7KpHSr3VBIO9A/1wcT3NTy7EB4oNC4upJ5ye3R7taCc2GUdeynSLArnon5G8scPwaU866d3H4BCrE5xLW25A==} + engines: {node: '>=18'} + cpu: [x64] + os: [android] + + '@esbuild/darwin-arm64@0.25.6': + resolution: {integrity: sha512-FFCssz3XBavjxcFxKsGy2DYK5VSvJqa6y5HXljKzhRZ87LvEi13brPrf/wdyl/BbpbMKJNOr1Sd0jtW4Ge1pAA==} + engines: {node: '>=18'} + cpu: [arm64] + os: [darwin] + + '@esbuild/darwin-x64@0.25.6': + resolution: {integrity: sha512-GfXs5kry/TkGM2vKqK2oyiLFygJRqKVhawu3+DOCk7OxLy/6jYkWXhlHwOoTb0WqGnWGAS7sooxbZowy+pK9Yg==} + engines: {node: '>=18'} + cpu: [x64] + os: [darwin] + + '@esbuild/freebsd-arm64@0.25.6': + resolution: {integrity: sha512-aoLF2c3OvDn2XDTRvn8hN6DRzVVpDlj2B/F66clWd/FHLiHaG3aVZjxQX2DYphA5y/evbdGvC6Us13tvyt4pWg==} + engines: {node: '>=18'} + cpu: [arm64] + os: [freebsd] + + '@esbuild/freebsd-x64@0.25.6': + resolution: {integrity: sha512-2SkqTjTSo2dYi/jzFbU9Plt1vk0+nNg8YC8rOXXea+iA3hfNJWebKYPs3xnOUf9+ZWhKAaxnQNUf2X9LOpeiMQ==} + engines: {node: '>=18'} + cpu: [x64] + os: [freebsd] + + '@esbuild/linux-arm64@0.25.6': + resolution: {integrity: sha512-b967hU0gqKd9Drsh/UuAm21Khpoh6mPBSgz8mKRq4P5mVK8bpA+hQzmm/ZwGVULSNBzKdZPQBRT3+WuVavcWsQ==} + engines: {node: '>=18'} + cpu: [arm64] + os: [linux] + + '@esbuild/linux-arm@0.25.6': + resolution: {integrity: sha512-SZHQlzvqv4Du5PrKE2faN0qlbsaW/3QQfUUc6yO2EjFcA83xnwm91UbEEVx4ApZ9Z5oG8Bxz4qPE+HFwtVcfyw==} + engines: {node: '>=18'} + cpu: [arm] + os: [linux] + + '@esbuild/linux-ia32@0.25.6': + resolution: {integrity: sha512-aHWdQ2AAltRkLPOsKdi3xv0mZ8fUGPdlKEjIEhxCPm5yKEThcUjHpWB1idN74lfXGnZ5SULQSgtr5Qos5B0bPw==} + engines: {node: '>=18'} + cpu: [ia32] + os: [linux] + + '@esbuild/linux-loong64@0.25.6': + resolution: {integrity: sha512-VgKCsHdXRSQ7E1+QXGdRPlQ/e08bN6WMQb27/TMfV+vPjjTImuT9PmLXupRlC90S1JeNNW5lzkAEO/McKeJ2yg==} + engines: {node: '>=18'} + cpu: [loong64] + os: [linux] + + '@esbuild/linux-mips64el@0.25.6': + resolution: {integrity: sha512-WViNlpivRKT9/py3kCmkHnn44GkGXVdXfdc4drNmRl15zVQ2+D2uFwdlGh6IuK5AAnGTo2qPB1Djppj+t78rzw==} + engines: {node: '>=18'} + cpu: [mips64el] + os: [linux] + + '@esbuild/linux-ppc64@0.25.6': + resolution: {integrity: sha512-wyYKZ9NTdmAMb5730I38lBqVu6cKl4ZfYXIs31Baf8aoOtB4xSGi3THmDYt4BTFHk7/EcVixkOV2uZfwU3Q2Jw==} + engines: {node: '>=18'} + cpu: [ppc64] + os: [linux] + + '@esbuild/linux-riscv64@0.25.6': + resolution: {integrity: sha512-KZh7bAGGcrinEj4qzilJ4hqTY3Dg2U82c8bv+e1xqNqZCrCyc+TL9AUEn5WGKDzm3CfC5RODE/qc96OcbIe33w==} + engines: {node: '>=18'} + cpu: [riscv64] + os: [linux] + + '@esbuild/linux-s390x@0.25.6': + resolution: {integrity: sha512-9N1LsTwAuE9oj6lHMyyAM+ucxGiVnEqUdp4v7IaMmrwb06ZTEVCIs3oPPplVsnjPfyjmxwHxHMF8b6vzUVAUGw==} + engines: {node: '>=18'} + cpu: [s390x] + os: [linux] + + '@esbuild/linux-x64@0.25.6': + resolution: {integrity: sha512-A6bJB41b4lKFWRKNrWoP2LHsjVzNiaurf7wyj/XtFNTsnPuxwEBWHLty+ZE0dWBKuSK1fvKgrKaNjBS7qbFKig==} + engines: {node: '>=18'} + cpu: [x64] + os: [linux] + + '@esbuild/netbsd-arm64@0.25.6': + resolution: {integrity: sha512-IjA+DcwoVpjEvyxZddDqBY+uJ2Snc6duLpjmkXm/v4xuS3H+3FkLZlDm9ZsAbF9rsfP3zeA0/ArNDORZgrxR/Q==} + engines: {node: '>=18'} + cpu: [arm64] + os: [netbsd] + + '@esbuild/netbsd-x64@0.25.6': + resolution: {integrity: sha512-dUXuZr5WenIDlMHdMkvDc1FAu4xdWixTCRgP7RQLBOkkGgwuuzaGSYcOpW4jFxzpzL1ejb8yF620UxAqnBrR9g==} + engines: {node: '>=18'} + cpu: [x64] + os: [netbsd] + + '@esbuild/openbsd-arm64@0.25.6': + resolution: {integrity: sha512-l8ZCvXP0tbTJ3iaqdNf3pjaOSd5ex/e6/omLIQCVBLmHTlfXW3zAxQ4fnDmPLOB1x9xrcSi/xtCWFwCZRIaEwg==} + engines: {node: '>=18'} + cpu: [arm64] + os: [openbsd] + + '@esbuild/openbsd-x64@0.25.6': + resolution: {integrity: sha512-hKrmDa0aOFOr71KQ/19JC7az1P0GWtCN1t2ahYAf4O007DHZt/dW8ym5+CUdJhQ/qkZmI1HAF8KkJbEFtCL7gw==} + engines: {node: '>=18'} + cpu: [x64] + os: [openbsd] + + '@esbuild/openharmony-arm64@0.25.6': + resolution: {integrity: sha512-+SqBcAWoB1fYKmpWoQP4pGtx+pUUC//RNYhFdbcSA16617cchuryuhOCRpPsjCblKukAckWsV+aQ3UKT/RMPcA==} + engines: {node: '>=18'} + cpu: [arm64] + os: [openharmony] + + '@esbuild/sunos-x64@0.25.6': + resolution: {integrity: sha512-dyCGxv1/Br7MiSC42qinGL8KkG4kX0pEsdb0+TKhmJZgCUDBGmyo1/ArCjNGiOLiIAgdbWgmWgib4HoCi5t7kA==} + engines: {node: '>=18'} + cpu: [x64] + os: [sunos] + + '@esbuild/win32-arm64@0.25.6': + resolution: {integrity: sha512-42QOgcZeZOvXfsCBJF5Afw73t4veOId//XD3i+/9gSkhSV6Gk3VPlWncctI+JcOyERv85FUo7RxuxGy+z8A43Q==} + engines: {node: '>=18'} + cpu: [arm64] + os: [win32] + + '@esbuild/win32-ia32@0.25.6': + resolution: {integrity: sha512-4AWhgXmDuYN7rJI6ORB+uU9DHLq/erBbuMoAuB4VWJTu5KtCgcKYPynF0YI1VkBNuEfjNlLrFr9KZPJzrtLkrQ==} + engines: {node: '>=18'} + cpu: [ia32] + os: [win32] + + '@esbuild/win32-x64@0.25.6': + resolution: {integrity: sha512-NgJPHHbEpLQgDH2MjQu90pzW/5vvXIZ7KOnPyNBm92A6WgZ/7b6fJyUBjoumLqeOQQGqY2QjQxRo97ah4Sj0cA==} + engines: {node: '>=18'} + cpu: [x64] + os: [win32] + + '@isaacs/cliui@8.0.2': + resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==} + engines: {node: '>=12'} + + '@jridgewell/gen-mapping@0.3.12': + resolution: {integrity: sha512-OuLGC46TjB5BbN1dH8JULVVZY4WTdkF7tV9Ys6wLL1rubZnCMstOhNHueU5bLCrnRuDhKPDM4g6sw4Bel5Gzqg==} + + '@jridgewell/resolve-uri@3.1.2': + resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==} + engines: {node: '>=6.0.0'} + + '@jridgewell/sourcemap-codec@1.5.4': + resolution: {integrity: sha512-VT2+G1VQs/9oz078bLrYbecdZKs912zQlkelYpuf+SXF+QvZDYJlbx/LSx+meSAwdDFnF8FVXW92AVjjkVmgFw==} + + '@jridgewell/trace-mapping@0.3.29': + resolution: {integrity: sha512-uw6guiW/gcAGPDhLmd77/6lW8QLeiV5RUTsAX46Db6oLhGaVj4lhnPwb184s1bkc8kdVg/+h988dro8GRDpmYQ==} + + '@pkgjs/parseargs@0.11.0': + resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==} + engines: {node: '>=14'} + + '@rollup/rollup-android-arm-eabi@4.45.1': + resolution: {integrity: sha512-NEySIFvMY0ZQO+utJkgoMiCAjMrGvnbDLHvcmlA33UXJpYBCvlBEbMMtV837uCkS+plG2umfhn0T5mMAxGrlRA==} + cpu: [arm] + os: [android] + + '@rollup/rollup-android-arm64@4.45.1': + resolution: {integrity: sha512-ujQ+sMXJkg4LRJaYreaVx7Z/VMgBBd89wGS4qMrdtfUFZ+TSY5Rs9asgjitLwzeIbhwdEhyj29zhst3L1lKsRQ==} + cpu: [arm64] + os: [android] + + '@rollup/rollup-darwin-arm64@4.45.1': + resolution: {integrity: sha512-FSncqHvqTm3lC6Y13xncsdOYfxGSLnP+73k815EfNmpewPs+EyM49haPS105Rh4aF5mJKywk9X0ogzLXZzN9lA==} + cpu: [arm64] + os: [darwin] + + '@rollup/rollup-darwin-x64@4.45.1': + resolution: {integrity: sha512-2/vVn/husP5XI7Fsf/RlhDaQJ7x9zjvC81anIVbr4b/f0xtSmXQTFcGIQ/B1cXIYM6h2nAhJkdMHTnD7OtQ9Og==} + cpu: [x64] + os: [darwin] + + '@rollup/rollup-freebsd-arm64@4.45.1': + resolution: {integrity: sha512-4g1kaDxQItZsrkVTdYQ0bxu4ZIQ32cotoQbmsAnW1jAE4XCMbcBPDirX5fyUzdhVCKgPcrwWuucI8yrVRBw2+g==} + cpu: [arm64] + os: [freebsd] + + '@rollup/rollup-freebsd-x64@4.45.1': + resolution: {integrity: sha512-L/6JsfiL74i3uK1Ti2ZFSNsp5NMiM4/kbbGEcOCps99aZx3g8SJMO1/9Y0n/qKlWZfn6sScf98lEOUe2mBvW9A==} + cpu: [x64] + os: [freebsd] + + '@rollup/rollup-linux-arm-gnueabihf@4.45.1': + resolution: {integrity: sha512-RkdOTu2jK7brlu+ZwjMIZfdV2sSYHK2qR08FUWcIoqJC2eywHbXr0L8T/pONFwkGukQqERDheaGTeedG+rra6Q==} + cpu: [arm] + os: [linux] + + '@rollup/rollup-linux-arm-musleabihf@4.45.1': + resolution: {integrity: sha512-3kJ8pgfBt6CIIr1o+HQA7OZ9mp/zDk3ctekGl9qn/pRBgrRgfwiffaUmqioUGN9hv0OHv2gxmvdKOkARCtRb8Q==} + cpu: [arm] + os: [linux] + + '@rollup/rollup-linux-arm64-gnu@4.45.1': + resolution: {integrity: sha512-k3dOKCfIVixWjG7OXTCOmDfJj3vbdhN0QYEqB+OuGArOChek22hn7Uy5A/gTDNAcCy5v2YcXRJ/Qcnm4/ma1xw==} + cpu: [arm64] + os: [linux] + + '@rollup/rollup-linux-arm64-musl@4.45.1': + resolution: {integrity: sha512-PmI1vxQetnM58ZmDFl9/Uk2lpBBby6B6rF4muJc65uZbxCs0EA7hhKCk2PKlmZKuyVSHAyIw3+/SiuMLxKxWog==} + cpu: [arm64] + os: [linux] + + '@rollup/rollup-linux-loongarch64-gnu@4.45.1': + resolution: {integrity: sha512-9UmI0VzGmNJ28ibHW2GpE2nF0PBQqsyiS4kcJ5vK+wuwGnV5RlqdczVocDSUfGX/Na7/XINRVoUgJyFIgipoRg==} + cpu: [loong64] + os: [linux] + + '@rollup/rollup-linux-powerpc64le-gnu@4.45.1': + resolution: {integrity: sha512-7nR2KY8oEOUTD3pBAxIBBbZr0U7U+R9HDTPNy+5nVVHDXI4ikYniH1oxQz9VoB5PbBU1CZuDGHkLJkd3zLMWsg==} + cpu: [ppc64] + os: [linux] + + '@rollup/rollup-linux-riscv64-gnu@4.45.1': + resolution: {integrity: sha512-nlcl3jgUultKROfZijKjRQLUu9Ma0PeNv/VFHkZiKbXTBQXhpytS8CIj5/NfBeECZtY2FJQubm6ltIxm/ftxpw==} + cpu: [riscv64] + os: [linux] + + '@rollup/rollup-linux-riscv64-musl@4.45.1': + resolution: {integrity: sha512-HJV65KLS51rW0VY6rvZkiieiBnurSzpzore1bMKAhunQiECPuxsROvyeaot/tcK3A3aGnI+qTHqisrpSgQrpgA==} + cpu: [riscv64] + os: [linux] + + '@rollup/rollup-linux-s390x-gnu@4.45.1': + resolution: {integrity: sha512-NITBOCv3Qqc6hhwFt7jLV78VEO/il4YcBzoMGGNxznLgRQf43VQDae0aAzKiBeEPIxnDrACiMgbqjuihx08OOw==} + cpu: [s390x] + os: [linux] + + '@rollup/rollup-linux-x64-gnu@4.45.1': + resolution: {integrity: sha512-+E/lYl6qu1zqgPEnTrs4WysQtvc/Sh4fC2nByfFExqgYrqkKWp1tWIbe+ELhixnenSpBbLXNi6vbEEJ8M7fiHw==} + cpu: [x64] + os: [linux] + + '@rollup/rollup-linux-x64-musl@4.45.1': + resolution: {integrity: sha512-a6WIAp89p3kpNoYStITT9RbTbTnqarU7D8N8F2CV+4Cl9fwCOZraLVuVFvlpsW0SbIiYtEnhCZBPLoNdRkjQFw==} + cpu: [x64] + os: [linux] + + '@rollup/rollup-win32-arm64-msvc@4.45.1': + resolution: {integrity: sha512-T5Bi/NS3fQiJeYdGvRpTAP5P02kqSOpqiopwhj0uaXB6nzs5JVi2XMJb18JUSKhCOX8+UE1UKQufyD6Or48dJg==} + cpu: [arm64] + os: [win32] + + '@rollup/rollup-win32-ia32-msvc@4.45.1': + resolution: {integrity: sha512-lxV2Pako3ujjuUe9jiU3/s7KSrDfH6IgTSQOnDWr9aJ92YsFd7EurmClK0ly/t8dzMkDtd04g60WX6yl0sGfdw==} + cpu: [ia32] + os: [win32] + + '@rollup/rollup-win32-x64-msvc@4.45.1': + resolution: {integrity: sha512-M/fKi4sasCdM8i0aWJjCSFm2qEnYRR8AMLG2kxp6wD13+tMGA4Z1tVAuHkNRjud5SW2EM3naLuK35w9twvf6aA==} + cpu: [x64] + os: [win32] + + '@types/estree@1.0.8': + resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==} + + '@types/node@20.19.8': + resolution: {integrity: sha512-HzbgCY53T6bfu4tT7Aq3TvViJyHjLjPNaAS3HOuMc9pw97KHsUtXNX4L+wu59g1WnjsZSko35MbEqnO58rihhw==} + + acorn@8.15.0: + resolution: {integrity: sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==} + engines: {node: '>=0.4.0'} + hasBin: true + + ansi-regex@5.0.1: + resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} + engines: {node: '>=8'} + + ansi-regex@6.1.0: + resolution: {integrity: sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==} + engines: {node: '>=12'} + + ansi-styles@4.3.0: + resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==} + engines: {node: '>=8'} + + ansi-styles@6.2.1: + resolution: {integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==} + engines: {node: '>=12'} + + any-promise@1.3.0: + resolution: {integrity: sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==} + + balanced-match@1.0.2: + resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} + + brace-expansion@2.0.2: + resolution: {integrity: sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==} + + bundle-require@5.1.0: + resolution: {integrity: sha512-3WrrOuZiyaaZPWiEt4G3+IffISVC9HYlWueJEBWED4ZH4aIAC2PnkdnuRrR94M+w6yGWn4AglWtJtBI8YqvgoA==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + peerDependencies: + esbuild: '>=0.18' + + cac@6.7.14: + resolution: {integrity: sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==} + engines: {node: '>=8'} + + chalk@3.0.0: + resolution: {integrity: sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==} + engines: {node: '>=8'} + + check-node-version@4.2.1: + resolution: {integrity: sha512-YYmFYHV/X7kSJhuN/QYHUu998n/TRuDe8UenM3+m5NrkiH670lb9ILqHIvBencvJc4SDh+XcbXMR4b+TtubJiw==} + engines: {node: '>=8.3.0'} + hasBin: true + + chokidar@4.0.3: + resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==} + engines: {node: '>= 14.16.0'} + + color-convert@2.0.1: + resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==} + engines: {node: '>=7.0.0'} + + color-name@1.1.4: + resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} + + commander@4.1.1: + resolution: {integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==} + engines: {node: '>= 6'} + + confbox@0.1.8: + resolution: {integrity: sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==} + + consola@3.4.2: + resolution: {integrity: sha512-5IKcdX0nnYavi6G7TtOhwkYzyjfJlatbjMjuLSfE2kYT5pMDOilZ4OvMhi637CcDICTmz3wARPoyhqyX1Y+XvA==} + engines: {node: ^14.18.0 || >=16.10.0} + + cross-fetch@4.1.0: + resolution: {integrity: sha512-uKm5PU+MHTootlWEY+mZ4vvXoCn4fLQxT9dSc1sXVMSFkINTJVN8cAQROpwcKm8bJ/c7rgZVIBWzH5T78sNZZw==} + + cross-spawn@7.0.6: + resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==} + engines: {node: '>= 8'} + + dayjs@1.11.13: + resolution: {integrity: sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==} + + debug@4.4.1: + resolution: {integrity: sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==} + engines: {node: '>=6.0'} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + + eastasianwidth@0.2.0: + resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} + + emoji-regex@8.0.0: + resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} + + emoji-regex@9.2.2: + resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==} + + esbuild@0.25.6: + resolution: {integrity: sha512-GVuzuUwtdsghE3ocJ9Bs8PNoF13HNQ5TXbEi2AhvVb8xU1Iwt9Fos9FEamfoee+u/TOsn7GUWc04lz46n2bbTg==} + engines: {node: '>=18'} + hasBin: true + + fdir@6.4.6: + resolution: {integrity: sha512-hiFoqpyZcfNm1yc4u8oWCf9A2c4D3QjCrks3zmoVKVxpQRzmPNar1hUJcBG2RQHvEVGDN+Jm81ZheVLAQMK6+w==} + peerDependencies: + picomatch: ^3 || ^4 + peerDependenciesMeta: + picomatch: + optional: true + + fix-dts-default-cjs-exports@1.0.1: + resolution: {integrity: sha512-pVIECanWFC61Hzl2+oOCtoJ3F17kglZC/6N94eRWycFgBH35hHx0Li604ZIzhseh97mf2p0cv7vVrOZGoqhlEg==} + + foreground-child@3.3.1: + resolution: {integrity: sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==} + engines: {node: '>=14'} + + fsevents@2.3.3: + resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==} + engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} + os: [darwin] + + glob@10.4.5: + resolution: {integrity: sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==} + hasBin: true + + has-flag@4.0.0: + resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==} + engines: {node: '>=8'} + + is-fullwidth-code-point@3.0.0: + resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==} + engines: {node: '>=8'} + + isexe@2.0.0: + resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} + + jackspeak@3.4.3: + resolution: {integrity: sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==} + + joycon@3.1.1: + resolution: {integrity: sha512-34wB/Y7MW7bzjKRjUKTa46I2Z7eV62Rkhva+KkopW7Qvv/OSWBqvkSY7vusOPrNuZcUG3tApvdVgNB8POj3SPw==} + engines: {node: '>=10'} + + lilconfig@3.1.3: + resolution: {integrity: sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==} + engines: {node: '>=14'} + + lines-and-columns@1.2.4: + resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} + + load-tsconfig@0.2.5: + resolution: {integrity: sha512-IXO6OCs9yg8tMKzfPZ1YmheJbZCiEsnBdcB03l0OcfK9prKnJb96siuHCr5Fl37/yo9DnKU+TLpxzTUspw9shg==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + + lodash.sortby@4.7.0: + resolution: {integrity: sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==} + + lru-cache@10.4.3: + resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==} + + magic-string@0.30.17: + resolution: {integrity: sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==} + + map-values@1.0.1: + resolution: {integrity: sha512-BbShUnr5OartXJe1GeccAWtfro11hhgNJg6G9/UtWKjVGvV5U4C09cg5nk8JUevhXODaXY+hQ3xxMUKSs62ONQ==} + + minimatch@9.0.5: + resolution: {integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==} + engines: {node: '>=16 || 14 >=14.17'} + + minimist@1.2.8: + resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==} + + minipass@7.1.2: + resolution: {integrity: sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==} + engines: {node: '>=16 || 14 >=14.17'} + + mlly@1.7.4: + resolution: {integrity: sha512-qmdSIPC4bDJXgZTCR7XosJiNKySV7O215tsPtDN9iEO/7q/76b/ijtgRu/+epFXSJhijtTCCGp3DWS549P3xKw==} + + ms@2.1.3: + resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} + + mz@2.7.0: + resolution: {integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==} + + node-fetch@2.7.0: + resolution: {integrity: sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==} + engines: {node: 4.x || >=6.0.0} + peerDependencies: + encoding: ^0.1.0 + peerDependenciesMeta: + encoding: + optional: true + + object-assign@4.1.1: + resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==} + engines: {node: '>=0.10.0'} + + object-filter@1.0.2: + resolution: {integrity: sha512-NahvP2vZcy1ZiiYah30CEPw0FpDcSkSePJBMpzl5EQgCmISijiGuJm3SPYp7U+Lf2TljyaIw3E5EgkEx/TNEVA==} + + p-autenticacao-drive@git+https://git2.idz.one/publico/autenticacao-drive.git#175d767d273f0b784f49ecadef3835af7c654938: + resolution: {commit: 175d767d273f0b784f49ecadef3835af7c654938, repo: https://git2.idz.one/publico/autenticacao-drive.git, type: git} + version: 1.28.0 + + p-comuns@git+https://git2.idz.one/publico/_comuns.git#17aee620b3e66f14605d0ab851e7b80ec6553d76: + resolution: {commit: 17aee620b3e66f14605d0ab851e7b80ec6553d76, repo: https://git2.idz.one/publico/_comuns.git, type: git} + version: 0.158.0 + + p-respostas@git+https://git2.idz.one/publico/_respostas.git#431364ade4bc85aa163b970e0a94807dcc73585c: + resolution: {commit: 431364ade4bc85aa163b970e0a94807dcc73585c, repo: https://git2.idz.one/publico/_respostas.git, type: git} + version: 0.43.0 + + package-json-from-dist@1.0.1: + resolution: {integrity: sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==} + + path-key@3.1.1: + resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==} + engines: {node: '>=8'} + + path-scurry@1.11.1: + resolution: {integrity: sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==} + engines: {node: '>=16 || 14 >=14.18'} + + pathe@2.0.3: + resolution: {integrity: sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==} + + picocolors@1.1.1: + resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==} + + picomatch@4.0.3: + resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==} + engines: {node: '>=12'} + + pirates@4.0.7: + resolution: {integrity: sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==} + engines: {node: '>= 6'} + + pkg-types@1.3.1: + resolution: {integrity: sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==} + + postcss-load-config@6.0.1: + resolution: {integrity: sha512-oPtTM4oerL+UXmx+93ytZVN82RrlY/wPUV8IeDxFrzIjXOLF1pN+EmKPLbubvKHT2HC20xXsCAH2Z+CKV6Oz/g==} + engines: {node: '>= 18'} + peerDependencies: + jiti: '>=1.21.0' + postcss: '>=8.0.9' + tsx: ^4.8.1 + yaml: ^2.4.2 + peerDependenciesMeta: + jiti: + optional: true + postcss: + optional: true + tsx: + optional: true + yaml: + optional: true + + punycode@2.3.1: + resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==} + engines: {node: '>=6'} + + queue-microtask@1.2.3: + resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} + + readdirp@4.1.2: + resolution: {integrity: sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==} + engines: {node: '>= 14.18.0'} + + resolve-from@5.0.0: + resolution: {integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==} + engines: {node: '>=8'} + + rollup@4.45.1: + resolution: {integrity: sha512-4iya7Jb76fVpQyLoiVpzUrsjQ12r3dM7fIVz+4NwoYvZOShknRmiv+iu9CClZml5ZLGb0XMcYLutK6w9tgxHDw==} + engines: {node: '>=18.0.0', npm: '>=8.0.0'} + hasBin: true + + run-parallel@1.2.0: + resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==} + + semver@6.3.1: + resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==} + hasBin: true + + shebang-command@2.0.0: + resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==} + engines: {node: '>=8'} + + shebang-regex@3.0.0: + resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} + engines: {node: '>=8'} + + signal-exit@4.1.0: + resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==} + engines: {node: '>=14'} + + source-map@0.8.0-beta.0: + resolution: {integrity: sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==} + engines: {node: '>= 8'} + + string-width@4.2.3: + resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==} + engines: {node: '>=8'} + + string-width@5.1.2: + resolution: {integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==} + engines: {node: '>=12'} + + strip-ansi@6.0.1: + resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} + engines: {node: '>=8'} + + strip-ansi@7.1.0: + resolution: {integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==} + engines: {node: '>=12'} + + sucrase@3.35.0: + resolution: {integrity: sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==} + engines: {node: '>=16 || 14 >=14.17'} + hasBin: true + + supports-color@7.2.0: + resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==} + engines: {node: '>=8'} + + thenify-all@1.6.0: + resolution: {integrity: sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==} + engines: {node: '>=0.8'} + + thenify@3.3.1: + resolution: {integrity: sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==} + + tinyexec@0.3.2: + resolution: {integrity: sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==} + + tinyglobby@0.2.14: + resolution: {integrity: sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==} + engines: {node: '>=12.0.0'} + + tr46@0.0.3: + resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==} + + tr46@1.0.1: + resolution: {integrity: sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==} + + tree-kill@1.2.2: + resolution: {integrity: sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==} + hasBin: true + + ts-interface-checker@0.1.13: + resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==} + + tsup@8.5.0: + resolution: {integrity: sha512-VmBp77lWNQq6PfuMqCHD3xWl22vEoWsKajkF8t+yMBawlUS8JzEI+vOVMeuNZIuMML8qXRizFKi9oD5glKQVcQ==} + engines: {node: '>=18'} + hasBin: true + peerDependencies: + '@microsoft/api-extractor': ^7.36.0 + '@swc/core': ^1 + postcss: ^8.4.12 + typescript: '>=4.5.0' + peerDependenciesMeta: + '@microsoft/api-extractor': + optional: true + '@swc/core': + optional: true + postcss: + optional: true + typescript: + optional: true + + typescript@5.5.4: + resolution: {integrity: sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==} + engines: {node: '>=14.17'} + hasBin: true + + ufo@1.6.1: + resolution: {integrity: sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA==} + + undici-types@6.21.0: + resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==} + + uuid@11.1.0: + resolution: {integrity: sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==} + hasBin: true + + webidl-conversions@3.0.1: + resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==} + + webidl-conversions@4.0.2: + resolution: {integrity: sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==} + + whatwg-url@5.0.0: + resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==} + + whatwg-url@7.1.0: + resolution: {integrity: sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==} + + which@2.0.2: + resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==} + engines: {node: '>= 8'} + hasBin: true + + wrap-ansi@7.0.0: + resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==} + engines: {node: '>=10'} + + wrap-ansi@8.1.0: + resolution: {integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==} + engines: {node: '>=12'} + + zod@3.24.1: + resolution: {integrity: sha512-muH7gBL9sI1nciMZV67X5fTKKBLtwpZ5VBp1vsOQzj1MhrBZ4wlVCm3gedKZWLp0Oyel8sIGfeiz54Su+OVT+A==} + +snapshots: + + '@biomejs/biome@2.0.6': + optionalDependencies: + '@biomejs/cli-darwin-arm64': 2.0.6 + '@biomejs/cli-darwin-x64': 2.0.6 + '@biomejs/cli-linux-arm64': 2.0.6 + '@biomejs/cli-linux-arm64-musl': 2.0.6 + '@biomejs/cli-linux-x64': 2.0.6 + '@biomejs/cli-linux-x64-musl': 2.0.6 + '@biomejs/cli-win32-arm64': 2.0.6 + '@biomejs/cli-win32-x64': 2.0.6 + + '@biomejs/cli-darwin-arm64@2.0.6': + optional: true + + '@biomejs/cli-darwin-x64@2.0.6': + optional: true + + '@biomejs/cli-linux-arm64-musl@2.0.6': + optional: true + + '@biomejs/cli-linux-arm64@2.0.6': + optional: true + + '@biomejs/cli-linux-x64-musl@2.0.6': + optional: true + + '@biomejs/cli-linux-x64@2.0.6': + optional: true + + '@biomejs/cli-win32-arm64@2.0.6': + optional: true + + '@biomejs/cli-win32-x64@2.0.6': + optional: true + + '@esbuild/aix-ppc64@0.25.6': + optional: true + + '@esbuild/android-arm64@0.25.6': + optional: true + + '@esbuild/android-arm@0.25.6': + optional: true + + '@esbuild/android-x64@0.25.6': + optional: true + + '@esbuild/darwin-arm64@0.25.6': + optional: true + + '@esbuild/darwin-x64@0.25.6': + optional: true + + '@esbuild/freebsd-arm64@0.25.6': + optional: true + + '@esbuild/freebsd-x64@0.25.6': + optional: true + + '@esbuild/linux-arm64@0.25.6': + optional: true + + '@esbuild/linux-arm@0.25.6': + optional: true + + '@esbuild/linux-ia32@0.25.6': + optional: true + + '@esbuild/linux-loong64@0.25.6': + optional: true + + '@esbuild/linux-mips64el@0.25.6': + optional: true + + '@esbuild/linux-ppc64@0.25.6': + optional: true + + '@esbuild/linux-riscv64@0.25.6': + optional: true + + '@esbuild/linux-s390x@0.25.6': + optional: true + + '@esbuild/linux-x64@0.25.6': + optional: true + + '@esbuild/netbsd-arm64@0.25.6': + optional: true + + '@esbuild/netbsd-x64@0.25.6': + optional: true + + '@esbuild/openbsd-arm64@0.25.6': + optional: true + + '@esbuild/openbsd-x64@0.25.6': + optional: true + + '@esbuild/openharmony-arm64@0.25.6': + optional: true + + '@esbuild/sunos-x64@0.25.6': + optional: true + + '@esbuild/win32-arm64@0.25.6': + optional: true + + '@esbuild/win32-ia32@0.25.6': + optional: true + + '@esbuild/win32-x64@0.25.6': + optional: true + + '@isaacs/cliui@8.0.2': + dependencies: + string-width: 5.1.2 + string-width-cjs: string-width@4.2.3 + strip-ansi: 7.1.0 + strip-ansi-cjs: strip-ansi@6.0.1 + wrap-ansi: 8.1.0 + wrap-ansi-cjs: wrap-ansi@7.0.0 + + '@jridgewell/gen-mapping@0.3.12': + dependencies: + '@jridgewell/sourcemap-codec': 1.5.4 + '@jridgewell/trace-mapping': 0.3.29 + + '@jridgewell/resolve-uri@3.1.2': {} + + '@jridgewell/sourcemap-codec@1.5.4': {} + + '@jridgewell/trace-mapping@0.3.29': + dependencies: + '@jridgewell/resolve-uri': 3.1.2 + '@jridgewell/sourcemap-codec': 1.5.4 + + '@pkgjs/parseargs@0.11.0': + optional: true + + '@rollup/rollup-android-arm-eabi@4.45.1': + optional: true + + '@rollup/rollup-android-arm64@4.45.1': + optional: true + + '@rollup/rollup-darwin-arm64@4.45.1': + optional: true + + '@rollup/rollup-darwin-x64@4.45.1': + optional: true + + '@rollup/rollup-freebsd-arm64@4.45.1': + optional: true + + '@rollup/rollup-freebsd-x64@4.45.1': + optional: true + + '@rollup/rollup-linux-arm-gnueabihf@4.45.1': + optional: true + + '@rollup/rollup-linux-arm-musleabihf@4.45.1': + optional: true + + '@rollup/rollup-linux-arm64-gnu@4.45.1': + optional: true + + '@rollup/rollup-linux-arm64-musl@4.45.1': + optional: true + + '@rollup/rollup-linux-loongarch64-gnu@4.45.1': + optional: true + + '@rollup/rollup-linux-powerpc64le-gnu@4.45.1': + optional: true + + '@rollup/rollup-linux-riscv64-gnu@4.45.1': + optional: true + + '@rollup/rollup-linux-riscv64-musl@4.45.1': + optional: true + + '@rollup/rollup-linux-s390x-gnu@4.45.1': + optional: true + + '@rollup/rollup-linux-x64-gnu@4.45.1': + optional: true + + '@rollup/rollup-linux-x64-musl@4.45.1': + optional: true + + '@rollup/rollup-win32-arm64-msvc@4.45.1': + optional: true + + '@rollup/rollup-win32-ia32-msvc@4.45.1': + optional: true + + '@rollup/rollup-win32-x64-msvc@4.45.1': + optional: true + + '@types/estree@1.0.8': {} + + '@types/node@20.19.8': + dependencies: + undici-types: 6.21.0 + + acorn@8.15.0: {} + + ansi-regex@5.0.1: {} + + ansi-regex@6.1.0: {} + + ansi-styles@4.3.0: + dependencies: + color-convert: 2.0.1 + + ansi-styles@6.2.1: {} + + any-promise@1.3.0: {} + + balanced-match@1.0.2: {} + + brace-expansion@2.0.2: + dependencies: + balanced-match: 1.0.2 + + bundle-require@5.1.0(esbuild@0.25.6): + dependencies: + esbuild: 0.25.6 + load-tsconfig: 0.2.5 + + cac@6.7.14: {} + + chalk@3.0.0: + dependencies: + ansi-styles: 4.3.0 + supports-color: 7.2.0 + + check-node-version@4.2.1: + dependencies: + chalk: 3.0.0 + map-values: 1.0.1 + minimist: 1.2.8 + object-filter: 1.0.2 + run-parallel: 1.2.0 + semver: 6.3.1 + + chokidar@4.0.3: + dependencies: + readdirp: 4.1.2 + + color-convert@2.0.1: + dependencies: + color-name: 1.1.4 + + color-name@1.1.4: {} + + commander@4.1.1: {} + + confbox@0.1.8: {} + + consola@3.4.2: {} + + cross-fetch@4.1.0: + dependencies: + node-fetch: 2.7.0 + transitivePeerDependencies: + - encoding + + cross-spawn@7.0.6: + dependencies: + path-key: 3.1.1 + shebang-command: 2.0.0 + which: 2.0.2 + + dayjs@1.11.13: {} + + debug@4.4.1: + dependencies: + ms: 2.1.3 + + eastasianwidth@0.2.0: {} + + emoji-regex@8.0.0: {} + + emoji-regex@9.2.2: {} + + esbuild@0.25.6: + optionalDependencies: + '@esbuild/aix-ppc64': 0.25.6 + '@esbuild/android-arm': 0.25.6 + '@esbuild/android-arm64': 0.25.6 + '@esbuild/android-x64': 0.25.6 + '@esbuild/darwin-arm64': 0.25.6 + '@esbuild/darwin-x64': 0.25.6 + '@esbuild/freebsd-arm64': 0.25.6 + '@esbuild/freebsd-x64': 0.25.6 + '@esbuild/linux-arm': 0.25.6 + '@esbuild/linux-arm64': 0.25.6 + '@esbuild/linux-ia32': 0.25.6 + '@esbuild/linux-loong64': 0.25.6 + '@esbuild/linux-mips64el': 0.25.6 + '@esbuild/linux-ppc64': 0.25.6 + '@esbuild/linux-riscv64': 0.25.6 + '@esbuild/linux-s390x': 0.25.6 + '@esbuild/linux-x64': 0.25.6 + '@esbuild/netbsd-arm64': 0.25.6 + '@esbuild/netbsd-x64': 0.25.6 + '@esbuild/openbsd-arm64': 0.25.6 + '@esbuild/openbsd-x64': 0.25.6 + '@esbuild/openharmony-arm64': 0.25.6 + '@esbuild/sunos-x64': 0.25.6 + '@esbuild/win32-arm64': 0.25.6 + '@esbuild/win32-ia32': 0.25.6 + '@esbuild/win32-x64': 0.25.6 + + fdir@6.4.6(picomatch@4.0.3): + optionalDependencies: + picomatch: 4.0.3 + + fix-dts-default-cjs-exports@1.0.1: + dependencies: + magic-string: 0.30.17 + mlly: 1.7.4 + rollup: 4.45.1 + + foreground-child@3.3.1: + dependencies: + cross-spawn: 7.0.6 + signal-exit: 4.1.0 + + fsevents@2.3.3: + optional: true + + glob@10.4.5: + dependencies: + foreground-child: 3.3.1 + jackspeak: 3.4.3 + minimatch: 9.0.5 + minipass: 7.1.2 + package-json-from-dist: 1.0.1 + path-scurry: 1.11.1 + + has-flag@4.0.0: {} + + is-fullwidth-code-point@3.0.0: {} + + isexe@2.0.0: {} + + jackspeak@3.4.3: + dependencies: + '@isaacs/cliui': 8.0.2 + optionalDependencies: + '@pkgjs/parseargs': 0.11.0 + + joycon@3.1.1: {} + + lilconfig@3.1.3: {} + + lines-and-columns@1.2.4: {} + + load-tsconfig@0.2.5: {} + + lodash.sortby@4.7.0: {} + + lru-cache@10.4.3: {} + + magic-string@0.30.17: + dependencies: + '@jridgewell/sourcemap-codec': 1.5.4 + + map-values@1.0.1: {} + + minimatch@9.0.5: + dependencies: + brace-expansion: 2.0.2 + + minimist@1.2.8: {} + + minipass@7.1.2: {} + + mlly@1.7.4: + dependencies: + acorn: 8.15.0 + pathe: 2.0.3 + pkg-types: 1.3.1 + ufo: 1.6.1 + + ms@2.1.3: {} + + mz@2.7.0: + dependencies: + any-promise: 1.3.0 + object-assign: 4.1.1 + thenify-all: 1.6.0 + + node-fetch@2.7.0: + dependencies: + whatwg-url: 5.0.0 + + object-assign@4.1.1: {} + + object-filter@1.0.2: {} + + p-autenticacao-drive@git+https://git2.idz.one/publico/autenticacao-drive.git#175d767d273f0b784f49ecadef3835af7c654938: + dependencies: + cross-fetch: 4.1.0 + p-comuns: git+https://git2.idz.one/publico/_comuns.git#17aee620b3e66f14605d0ab851e7b80ec6553d76 + p-respostas: git+https://git2.idz.one/publico/_respostas.git#431364ade4bc85aa163b970e0a94807dcc73585c + uuid: 11.1.0 + transitivePeerDependencies: + - encoding + + p-comuns@git+https://git2.idz.one/publico/_comuns.git#17aee620b3e66f14605d0ab851e7b80ec6553d76: + dependencies: + cross-fetch: 4.1.0 + zod: 3.24.1 + transitivePeerDependencies: + - encoding + + p-respostas@git+https://git2.idz.one/publico/_respostas.git#431364ade4bc85aa163b970e0a94807dcc73585c: + dependencies: + p-comuns: git+https://git2.idz.one/publico/_comuns.git#17aee620b3e66f14605d0ab851e7b80ec6553d76 + zod: 3.24.1 + transitivePeerDependencies: + - encoding + + package-json-from-dist@1.0.1: {} + + path-key@3.1.1: {} + + path-scurry@1.11.1: + dependencies: + lru-cache: 10.4.3 + minipass: 7.1.2 + + pathe@2.0.3: {} + + picocolors@1.1.1: {} + + picomatch@4.0.3: {} + + pirates@4.0.7: {} + + pkg-types@1.3.1: + dependencies: + confbox: 0.1.8 + mlly: 1.7.4 + pathe: 2.0.3 + + postcss-load-config@6.0.1: + dependencies: + lilconfig: 3.1.3 + + punycode@2.3.1: {} + + queue-microtask@1.2.3: {} + + readdirp@4.1.2: {} + + resolve-from@5.0.0: {} + + rollup@4.45.1: + dependencies: + '@types/estree': 1.0.8 + optionalDependencies: + '@rollup/rollup-android-arm-eabi': 4.45.1 + '@rollup/rollup-android-arm64': 4.45.1 + '@rollup/rollup-darwin-arm64': 4.45.1 + '@rollup/rollup-darwin-x64': 4.45.1 + '@rollup/rollup-freebsd-arm64': 4.45.1 + '@rollup/rollup-freebsd-x64': 4.45.1 + '@rollup/rollup-linux-arm-gnueabihf': 4.45.1 + '@rollup/rollup-linux-arm-musleabihf': 4.45.1 + '@rollup/rollup-linux-arm64-gnu': 4.45.1 + '@rollup/rollup-linux-arm64-musl': 4.45.1 + '@rollup/rollup-linux-loongarch64-gnu': 4.45.1 + '@rollup/rollup-linux-powerpc64le-gnu': 4.45.1 + '@rollup/rollup-linux-riscv64-gnu': 4.45.1 + '@rollup/rollup-linux-riscv64-musl': 4.45.1 + '@rollup/rollup-linux-s390x-gnu': 4.45.1 + '@rollup/rollup-linux-x64-gnu': 4.45.1 + '@rollup/rollup-linux-x64-musl': 4.45.1 + '@rollup/rollup-win32-arm64-msvc': 4.45.1 + '@rollup/rollup-win32-ia32-msvc': 4.45.1 + '@rollup/rollup-win32-x64-msvc': 4.45.1 + fsevents: 2.3.3 + + run-parallel@1.2.0: + dependencies: + queue-microtask: 1.2.3 + + semver@6.3.1: {} + + shebang-command@2.0.0: + dependencies: + shebang-regex: 3.0.0 + + shebang-regex@3.0.0: {} + + signal-exit@4.1.0: {} + + source-map@0.8.0-beta.0: + dependencies: + whatwg-url: 7.1.0 + + string-width@4.2.3: + dependencies: + emoji-regex: 8.0.0 + is-fullwidth-code-point: 3.0.0 + strip-ansi: 6.0.1 + + string-width@5.1.2: + dependencies: + eastasianwidth: 0.2.0 + emoji-regex: 9.2.2 + strip-ansi: 7.1.0 + + strip-ansi@6.0.1: + dependencies: + ansi-regex: 5.0.1 + + strip-ansi@7.1.0: + dependencies: + ansi-regex: 6.1.0 + + sucrase@3.35.0: + dependencies: + '@jridgewell/gen-mapping': 0.3.12 + commander: 4.1.1 + glob: 10.4.5 + lines-and-columns: 1.2.4 + mz: 2.7.0 + pirates: 4.0.7 + ts-interface-checker: 0.1.13 + + supports-color@7.2.0: + dependencies: + has-flag: 4.0.0 + + thenify-all@1.6.0: + dependencies: + thenify: 3.3.1 + + thenify@3.3.1: + dependencies: + any-promise: 1.3.0 + + tinyexec@0.3.2: {} + + tinyglobby@0.2.14: + dependencies: + fdir: 6.4.6(picomatch@4.0.3) + picomatch: 4.0.3 + + tr46@0.0.3: {} + + tr46@1.0.1: + dependencies: + punycode: 2.3.1 + + tree-kill@1.2.2: {} + + ts-interface-checker@0.1.13: {} + + tsup@8.5.0(typescript@5.5.4): + dependencies: + bundle-require: 5.1.0(esbuild@0.25.6) + cac: 6.7.14 + chokidar: 4.0.3 + consola: 3.4.2 + debug: 4.4.1 + esbuild: 0.25.6 + fix-dts-default-cjs-exports: 1.0.1 + joycon: 3.1.1 + picocolors: 1.1.1 + postcss-load-config: 6.0.1 + resolve-from: 5.0.0 + rollup: 4.45.1 + source-map: 0.8.0-beta.0 + sucrase: 3.35.0 + tinyexec: 0.3.2 + tinyglobby: 0.2.14 + tree-kill: 1.2.2 + optionalDependencies: + typescript: 5.5.4 + transitivePeerDependencies: + - jiti + - supports-color + - tsx + - yaml + + typescript@5.5.4: {} + + ufo@1.6.1: {} + + undici-types@6.21.0: {} + + uuid@11.1.0: {} + + webidl-conversions@3.0.1: {} + + webidl-conversions@4.0.2: {} + + whatwg-url@5.0.0: + dependencies: + tr46: 0.0.3 + webidl-conversions: 3.0.1 + + whatwg-url@7.1.0: + dependencies: + lodash.sortby: 4.7.0 + tr46: 1.0.1 + webidl-conversions: 4.0.2 + + which@2.0.2: + dependencies: + isexe: 2.0.0 + + wrap-ansi@7.0.0: + dependencies: + ansi-styles: 4.3.0 + string-width: 4.2.3 + strip-ansi: 6.0.1 + + wrap-ansi@8.1.0: + dependencies: + ansi-styles: 6.2.1 + string-width: 5.1.2 + strip-ansi: 7.1.0 + + zod@3.24.1: {}