Versão migrada do pacote antigo

This commit is contained in:
Luiz Silva 2026-02-25 12:53:17 -03:00
commit eab9e5269f
17 changed files with 5304 additions and 0 deletions

5
.env.modelo Normal file
View file

@ -0,0 +1,5 @@
endPoint= ""
useSSL= true
accessKey= ""
secretKey= ""
port= 443

2
.gitignore vendored Executable file
View file

@ -0,0 +1,2 @@
node_modules
.env

1
.npmrc Executable file
View file

@ -0,0 +1 @@
auto-install-peers=true

14
.vscode/launch.json vendored Executable file
View file

@ -0,0 +1,14 @@
{
// Use o IntelliSense para saber mais sobre os atributos possíveis.
// Focalizar para exibir as descrições dos atributos existentes.
// Para obter mais informações, acesse: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "pnpm run gerar",
"type": "node-terminal",
"request": "launch",
"command": "pnpm run gerar"
}
]
}

2
PREFIXO.ts Executable file
View file

@ -0,0 +1,2 @@
export const PREFIXO = '/estaticos'
export const PORTA = '5020'

19
README.md Executable file
View file

@ -0,0 +1,19 @@
A branch **producao** é a que será executada pelo ser humano
---
# Compartilhamento de arquivos estaticos comuns
Este projeto agora mapeia automaticamente os arquivos hospedados em bucket (S3/MinIO) para distribuição.
**Configuração Local**
1. Crie uma cópia do arquivo `.env.modelo` para `.env` e preencha com as credenciais de acesso ao MinIO (por padrão, o bucket configurado é o `estaticos`).
**Procedimento para atualização de arquivos**
1. Adicionar os novos arquivos diretamente no bucket (S3/MinIO);
2. Rodar `pnpm run gerar` para conectar no bucket e reconstruir o arquivo `src/estaticos.ts` com as rotas absolutas (ex: `https://paiol.idz.one/estaticos/...`). O objeto gerado manterá ordenação estrita alfabética (`pt-BR` case-insensitive);
3. Rodar `pnpm run build` para compilar o projeto. Este comando também irá incrementar a versão automaticamente, rodar o `gerar`, fazer `check` do estilo (Biome/TS) e compilar todo o pacote usando `tsup`;
4. Depois de validados atualizar para branch **producao**;
5. Nas aplicações que importam esse pacote rodar comando **pnpm i** ou **pnpm up p-***.

15
biome.json Executable file
View file

@ -0,0 +1,15 @@
{
"$schema": "node_modules/@biomejs/biome/configuration_schema.json",
"extends": ["node_modules/p-comuns/Documentos/biome.json"],
"files": {},
"formatter": { "formatWithErrors": true },
"linter": {
"enabled": true,
"rules": {
"complexity": {
"useLiteralKeys": "off"
}
}
}
}

675
dist-back/estaticos.js Normal file
View file

@ -0,0 +1,675 @@
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 estaticos_exports = {};
__export(estaticos_exports, {
estaticos: () => estaticos
});
module.exports = __toCommonJS(estaticos_exports);
const estaticos = () => ({
background: {
"Paisagem.jpg": "https://paiol.idz.one/estaticos/background/Paisagem.jpg"
},
dados: {
"acondicionamento.json": "https://paiol.idz.one/estaticos/dados/acondicionamento.json",
"classes.json": "https://paiol.idz.one/estaticos/dados/classes.json",
"estadoFisico.json": "https://paiol.idz.one/estaticos/dados/estadoFisico.json",
"municipios.json": "https://paiol.idz.one/estaticos/dados/municipios.json",
"tabela_ibama_sinir.json": "https://paiol.idz.one/estaticos/dados/tabela_ibama_sinir.json",
"tabela_ibama.json": "https://paiol.idz.one/estaticos/dados/tabela_ibama.json",
"tratamentos.json": "https://paiol.idz.one/estaticos/dados/tratamentos.json",
"unidades.json": "https://paiol.idz.one/estaticos/dados/unidades.json"
},
email: {
"Cabe\xE7alho 1.png": "https://paiol.idz.one/estaticos/email/Cabe%C3%A7alho%201.png",
"cabe\xE7alho 2.2.png": "https://paiol.idz.one/estaticos/email/cabe%C3%A7alho%202.2.png",
"cabe\xE7alho tempo.png": "https://paiol.idz.one/estaticos/email/cabe%C3%A7alho%20tempo.png",
"cabe\xE7alho ultimo dia.png": "https://paiol.idz.one/estaticos/email/cabe%C3%A7alho%20ultimo%20dia.png",
"rodap\xE9.png": "https://paiol.idz.one/estaticos/email/rodap%C3%A9.png",
"video2.png": "https://paiol.idz.one/estaticos/email/video2.png"
},
"fonts-master": {
metropolis: {
"Metropolis-Black.otf": "https://paiol.idz.one/estaticos/fonts-master/metropolis/Metropolis-Black.otf",
"Metropolis-BlackItalic.otf": "https://paiol.idz.one/estaticos/fonts-master/metropolis/Metropolis-BlackItalic.otf",
"Metropolis-Bold.otf": "https://paiol.idz.one/estaticos/fonts-master/metropolis/Metropolis-Bold.otf",
"Metropolis-BoldItalic.otf": "https://paiol.idz.one/estaticos/fonts-master/metropolis/Metropolis-BoldItalic.otf",
"Metropolis-ExtraBold.otf": "https://paiol.idz.one/estaticos/fonts-master/metropolis/Metropolis-ExtraBold.otf",
"Metropolis-ExtraBoldItalic.otf": "https://paiol.idz.one/estaticos/fonts-master/metropolis/Metropolis-ExtraBoldItalic.otf",
"Metropolis-ExtraLight.otf": "https://paiol.idz.one/estaticos/fonts-master/metropolis/Metropolis-ExtraLight.otf",
"Metropolis-ExtraLightItalic.otf": "https://paiol.idz.one/estaticos/fonts-master/metropolis/Metropolis-ExtraLightItalic.otf",
"Metropolis-Light.otf": "https://paiol.idz.one/estaticos/fonts-master/metropolis/Metropolis-Light.otf",
"Metropolis-LightItalic.otf": "https://paiol.idz.one/estaticos/fonts-master/metropolis/Metropolis-LightItalic.otf",
"Metropolis-Medium.otf": "https://paiol.idz.one/estaticos/fonts-master/metropolis/Metropolis-Medium.otf",
"Metropolis-MediumItalic.otf": "https://paiol.idz.one/estaticos/fonts-master/metropolis/Metropolis-MediumItalic.otf",
"Metropolis-Regular.otf": "https://paiol.idz.one/estaticos/fonts-master/metropolis/Metropolis-Regular.otf",
"Metropolis-RegularItalic.otf": "https://paiol.idz.one/estaticos/fonts-master/metropolis/Metropolis-RegularItalic.otf",
"Metropolis-SemiBold.otf": "https://paiol.idz.one/estaticos/fonts-master/metropolis/Metropolis-SemiBold.otf",
"Metropolis-SemiBoldItalic.otf": "https://paiol.idz.one/estaticos/fonts-master/metropolis/Metropolis-SemiBoldItalic.otf",
"Metropolis-Thin.otf": "https://paiol.idz.one/estaticos/fonts-master/metropolis/Metropolis-Thin.otf",
"Metropolis-ThinItalic.otf": "https://paiol.idz.one/estaticos/fonts-master/metropolis/Metropolis-ThinItalic.otf",
"SIL Open Font License.txt": "https://paiol.idz.one/estaticos/fonts-master/metropolis/SIL%20Open%20Font%20License.txt"
},
"noto-sans": {
"fonts.json": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/fonts.json",
LICENSE: "https://paiol.idz.one/estaticos/fonts-master/noto-sans/LICENSE",
"NotoNaskhArabic-Bold.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoNaskhArabic-Bold.ttf",
"NotoNaskhArabic-Regular.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoNaskhArabic-Regular.ttf",
"NotoSans-Bold.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSans-Bold.ttf",
"NotoSans-Italic.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSans-Italic.ttf",
"NotoSans-Regular.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSans-Regular.ttf",
"NotoSansArmenian-Bold.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansArmenian-Bold.ttf",
"NotoSansArmenian-Regular.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansArmenian-Regular.ttf",
"NotoSansBalinese-Regular.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansBalinese-Regular.ttf",
"NotoSansBengali-Bold.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansBengali-Bold.ttf",
"NotoSansBengali-Regular.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansBengali-Regular.ttf",
"NotoSansCJKtc-Bold.otf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansCJKtc-Bold.otf",
"NotoSansCJKtc-Regular.otf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansCJKtc-Regular.otf",
"NotoSansDevanagari-Bold.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansDevanagari-Bold.ttf",
"NotoSansDevanagari-Regular.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansDevanagari-Regular.ttf",
"NotoSansEthiopic-Bold.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansEthiopic-Bold.ttf",
"NotoSansEthiopic-Regular.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansEthiopic-Regular.ttf",
"NotoSansGeorgian-Bold.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansGeorgian-Bold.ttf",
"NotoSansGeorgian-Regular.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansGeorgian-Regular.ttf",
"NotoSansGujarati-Bold.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansGujarati-Bold.ttf",
"NotoSansGujarati-Regular.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansGujarati-Regular.ttf",
"NotoSansGurmukhi-Bold.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansGurmukhi-Bold.ttf",
"NotoSansGurmukhi-Regular.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansGurmukhi-Regular.ttf",
"NotoSansHebrew-Bold.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansHebrew-Bold.ttf",
"NotoSansHebrew-Regular.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansHebrew-Regular.ttf",
"NotoSansJavanese-Regular.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansJavanese-Regular.ttf",
"NotoSansKannada-Bold.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansKannada-Bold.ttf",
"NotoSansKannada-Regular.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansKannada-Regular.ttf",
"NotoSansKhmer-Bold.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansKhmer-Bold.ttf",
"NotoSansKhmer-Regular.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansKhmer-Regular.ttf",
"NotoSansLao-Bold.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansLao-Bold.ttf",
"NotoSansLao-Regular.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansLao-Regular.ttf",
"NotoSansMongolian-Regular.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansMongolian-Regular.ttf",
"NotoSansMyanmar-Bold.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansMyanmar-Bold.ttf",
"NotoSansMyanmar-Regular.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansMyanmar-Regular.ttf",
"NotoSansOriya-Bold.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansOriya-Bold.ttf",
"NotoSansOriya-Regular.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansOriya-Regular.ttf",
"NotoSansSinhala-Bold.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansSinhala-Bold.ttf",
"NotoSansSinhala-Regular.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansSinhala-Regular.ttf",
"NotoSansTamil-Bold.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansTamil-Bold.ttf",
"NotoSansTamil-Regular.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansTamil-Regular.ttf",
"NotoSansThai-Bold.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansThai-Bold.ttf",
"NotoSansThai-Regular.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansThai-Regular.ttf",
"NotoSansTibetan-Bold.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansTibetan-Bold.ttf",
"NotoSansTibetan-Regular.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansTibetan-Regular.ttf",
"NotoSansTifinagh-Regular.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansTifinagh-Regular.ttf"
},
"open-sans": {
"Apache License.txt": "https://paiol.idz.one/estaticos/fonts-master/open-sans/Apache%20License.txt",
"LICENSE.txt": "https://paiol.idz.one/estaticos/fonts-master/open-sans/LICENSE.txt",
"OpenSans-Bold.ttf": "https://paiol.idz.one/estaticos/fonts-master/open-sans/OpenSans-Bold.ttf",
"OpenSans-BoldItalic.ttf": "https://paiol.idz.one/estaticos/fonts-master/open-sans/OpenSans-BoldItalic.ttf",
"OpenSans-ExtraBold.ttf": "https://paiol.idz.one/estaticos/fonts-master/open-sans/OpenSans-ExtraBold.ttf",
"OpenSans-ExtraBoldItalic.ttf": "https://paiol.idz.one/estaticos/fonts-master/open-sans/OpenSans-ExtraBoldItalic.ttf",
"OpenSans-Italic.ttf": "https://paiol.idz.one/estaticos/fonts-master/open-sans/OpenSans-Italic.ttf",
"OpenSans-Light.ttf": "https://paiol.idz.one/estaticos/fonts-master/open-sans/OpenSans-Light.ttf",
"OpenSans-LightItalic.ttf": "https://paiol.idz.one/estaticos/fonts-master/open-sans/OpenSans-LightItalic.ttf",
"OpenSans-Regular.ttf": "https://paiol.idz.one/estaticos/fonts-master/open-sans/OpenSans-Regular.ttf",
"OpenSans-Semibold.ttf": "https://paiol.idz.one/estaticos/fonts-master/open-sans/OpenSans-Semibold.ttf",
"OpenSans-SemiboldItalic.ttf": "https://paiol.idz.one/estaticos/fonts-master/open-sans/OpenSans-SemiboldItalic.ttf"
},
"pt-sans": {
"OFL.txt": "https://paiol.idz.one/estaticos/fonts-master/pt-sans/OFL.txt",
"PTSans-Bold.ttf": "https://paiol.idz.one/estaticos/fonts-master/pt-sans/PTSans-Bold.ttf",
"PTSans-BoldItalic.ttf": "https://paiol.idz.one/estaticos/fonts-master/pt-sans/PTSans-BoldItalic.ttf",
"PTSans-CaptionRegular.ttf": "https://paiol.idz.one/estaticos/fonts-master/pt-sans/PTSans-CaptionRegular.ttf",
"PTSans-CaptionWebBold.ttf": "https://paiol.idz.one/estaticos/fonts-master/pt-sans/PTSans-CaptionWebBold.ttf",
"PTSans-Italic.ttf": "https://paiol.idz.one/estaticos/fonts-master/pt-sans/PTSans-Italic.ttf",
"PTSans-NarrowBold.ttf": "https://paiol.idz.one/estaticos/fonts-master/pt-sans/PTSans-NarrowBold.ttf",
"PTSans-NarrowRegular.ttf": "https://paiol.idz.one/estaticos/fonts-master/pt-sans/PTSans-NarrowRegular.ttf",
"PTSans-Regular.ttf": "https://paiol.idz.one/estaticos/fonts-master/pt-sans/PTSans-Regular.ttf"
},
roboto: {
"COPYRIGHT.txt": "https://paiol.idz.one/estaticos/fonts-master/roboto/COPYRIGHT.txt",
"LICENSE.txt": "https://paiol.idz.one/estaticos/fonts-master/roboto/LICENSE.txt",
"Roboto-Black.ttf": "https://paiol.idz.one/estaticos/fonts-master/roboto/Roboto-Black.ttf",
"Roboto-BlackItalic.ttf": "https://paiol.idz.one/estaticos/fonts-master/roboto/Roboto-BlackItalic.ttf",
"Roboto-Bold.ttf": "https://paiol.idz.one/estaticos/fonts-master/roboto/Roboto-Bold.ttf",
"Roboto-BoldItalic.ttf": "https://paiol.idz.one/estaticos/fonts-master/roboto/Roboto-BoldItalic.ttf",
"Roboto-CondensedBold.ttf": "https://paiol.idz.one/estaticos/fonts-master/roboto/Roboto-CondensedBold.ttf",
"Roboto-CondensedBoldItalic.ttf": "https://paiol.idz.one/estaticos/fonts-master/roboto/Roboto-CondensedBoldItalic.ttf",
"Roboto-CondensedItalic.ttf": "https://paiol.idz.one/estaticos/fonts-master/roboto/Roboto-CondensedItalic.ttf",
"Roboto-CondensedLight.ttf": "https://paiol.idz.one/estaticos/fonts-master/roboto/Roboto-CondensedLight.ttf",
"Roboto-CondensedLightItalic.ttf": "https://paiol.idz.one/estaticos/fonts-master/roboto/Roboto-CondensedLightItalic.ttf",
"Roboto-CondensedRegular.ttf": "https://paiol.idz.one/estaticos/fonts-master/roboto/Roboto-CondensedRegular.ttf",
"Roboto-Italic.ttf": "https://paiol.idz.one/estaticos/fonts-master/roboto/Roboto-Italic.ttf",
"Roboto-Light.ttf": "https://paiol.idz.one/estaticos/fonts-master/roboto/Roboto-Light.ttf",
"Roboto-LightItalic.ttf": "https://paiol.idz.one/estaticos/fonts-master/roboto/Roboto-LightItalic.ttf",
"Roboto-Medium.ttf": "https://paiol.idz.one/estaticos/fonts-master/roboto/Roboto-Medium.ttf",
"Roboto-MediumItalic.ttf": "https://paiol.idz.one/estaticos/fonts-master/roboto/Roboto-MediumItalic.ttf",
"Roboto-Regular.ttf": "https://paiol.idz.one/estaticos/fonts-master/roboto/Roboto-Regular.ttf",
"Roboto-Thin.ttf": "https://paiol.idz.one/estaticos/fonts-master/roboto/Roboto-Thin.ttf",
"Roboto-ThinItalic.ttf": "https://paiol.idz.one/estaticos/fonts-master/roboto/Roboto-ThinItalic.ttf"
},
"sobre.txt": "https://paiol.idz.one/estaticos/fonts-master/sobre.txt"
},
fundos: {
"fundo-01.jpg": "https://paiol.idz.one/estaticos/fundos/fundo-01.jpg",
"fundo-02.jpg": "https://paiol.idz.one/estaticos/fundos/fundo-02.jpg",
"fundo-03.jpg": "https://paiol.idz.one/estaticos/fundos/fundo-03.jpg",
"fundo-04.jpg": "https://paiol.idz.one/estaticos/fundos/fundo-04.jpg",
"fundo-05.jpg": "https://paiol.idz.one/estaticos/fundos/fundo-05.jpg",
"fundo-06.jpg": "https://paiol.idz.one/estaticos/fundos/fundo-06.jpg",
"fundo-07.jpg": "https://paiol.idz.one/estaticos/fundos/fundo-07.jpg",
"fundo-08.jpg": "https://paiol.idz.one/estaticos/fundos/fundo-08.jpg",
"fundo-09.jpg": "https://paiol.idz.one/estaticos/fundos/fundo-09.jpg",
"fundo-10.jpg": "https://paiol.idz.one/estaticos/fundos/fundo-10.jpg",
"fundo-11.jpg": "https://paiol.idz.one/estaticos/fundos/fundo-11.jpg",
"fundo-12.jpg": "https://paiol.idz.one/estaticos/fundos/fundo-12.jpg",
"fundo-13.jpg": "https://paiol.idz.one/estaticos/fundos/fundo-13.jpg",
"fundo-14.jpg": "https://paiol.idz.one/estaticos/fundos/fundo-14.jpg",
"fundo-15.jpg": "https://paiol.idz.one/estaticos/fundos/fundo-15.jpg",
"fundo-16.jpg": "https://paiol.idz.one/estaticos/fundos/fundo-16.jpg"
},
GoogleSans: {
"GoogleSans-Italic-VariableFont_GRAD,opsz,wght.ttf": "https://paiol.idz.one/estaticos/GoogleSans/GoogleSans-Italic-VariableFont_GRAD,opsz,wght.ttf",
"GoogleSans-VariableFont_GRAD,opsz,wght.ttf": "https://paiol.idz.one/estaticos/GoogleSans/GoogleSans-VariableFont_GRAD,opsz,wght.ttf",
"OFL.txt": "https://paiol.idz.one/estaticos/GoogleSans/OFL.txt",
"README.txt": "https://paiol.idz.one/estaticos/GoogleSans/README.txt",
static: {
"GoogleSans_17pt-Bold.ttf": "https://paiol.idz.one/estaticos/GoogleSans/static/GoogleSans_17pt-Bold.ttf",
"GoogleSans_17pt-BoldItalic.ttf": "https://paiol.idz.one/estaticos/GoogleSans/static/GoogleSans_17pt-BoldItalic.ttf",
"GoogleSans_17pt-Italic.ttf": "https://paiol.idz.one/estaticos/GoogleSans/static/GoogleSans_17pt-Italic.ttf",
"GoogleSans_17pt-Medium.ttf": "https://paiol.idz.one/estaticos/GoogleSans/static/GoogleSans_17pt-Medium.ttf",
"GoogleSans_17pt-MediumItalic.ttf": "https://paiol.idz.one/estaticos/GoogleSans/static/GoogleSans_17pt-MediumItalic.ttf",
"GoogleSans_17pt-Regular.ttf": "https://paiol.idz.one/estaticos/GoogleSans/static/GoogleSans_17pt-Regular.ttf",
"GoogleSans_17pt-SemiBold.ttf": "https://paiol.idz.one/estaticos/GoogleSans/static/GoogleSans_17pt-SemiBold.ttf",
"GoogleSans_17pt-SemiBoldItalic.ttf": "https://paiol.idz.one/estaticos/GoogleSans/static/GoogleSans_17pt-SemiBoldItalic.ttf",
"GoogleSans-Bold.ttf": "https://paiol.idz.one/estaticos/GoogleSans/static/GoogleSans-Bold.ttf",
"GoogleSans-BoldItalic.ttf": "https://paiol.idz.one/estaticos/GoogleSans/static/GoogleSans-BoldItalic.ttf",
"GoogleSans-Italic.ttf": "https://paiol.idz.one/estaticos/GoogleSans/static/GoogleSans-Italic.ttf",
"GoogleSans-Medium.ttf": "https://paiol.idz.one/estaticos/GoogleSans/static/GoogleSans-Medium.ttf",
"GoogleSans-MediumItalic.ttf": "https://paiol.idz.one/estaticos/GoogleSans/static/GoogleSans-MediumItalic.ttf",
"GoogleSans-Regular.ttf": "https://paiol.idz.one/estaticos/GoogleSans/static/GoogleSans-Regular.ttf",
"GoogleSans-SemiBold.ttf": "https://paiol.idz.one/estaticos/GoogleSans/static/GoogleSans-SemiBold.ttf",
"GoogleSans-SemiBoldItalic.ttf": "https://paiol.idz.one/estaticos/GoogleSans/static/GoogleSans-SemiBoldItalic.ttf"
}
},
html: {
"404.html": "https://paiol.idz.one/estaticos/html/404.html"
},
"icones-funcionalidades": {
"analise-de-dados.png": "https://paiol.idz.one/estaticos/icones-funcionalidades/analise-de-dados.png",
"exame.png": "https://paiol.idz.one/estaticos/icones-funcionalidades/exame.png",
"leia-me.txt": "https://paiol.idz.one/estaticos/icones-funcionalidades/leia-me.txt",
"licenca.png": "https://paiol.idz.one/estaticos/icones-funcionalidades/licenca.png",
"lista-de-tarefas.png": "https://paiol.idz.one/estaticos/icones-funcionalidades/lista-de-tarefas.png",
"projeto.png": "https://paiol.idz.one/estaticos/icones-funcionalidades/projeto.png"
},
"icones-tipos-arquivos": {
"3g2.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/3g2.svg",
"3ga.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/3ga.svg",
"3gp.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/3gp.svg",
"7z.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/7z.svg",
"aa.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/aa.svg",
"aac.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/aac.svg",
"ac.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ac.svg",
"accdb.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/accdb.svg",
"accdt.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/accdt.svg",
"ace.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ace.svg",
"adn.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/adn.svg",
"ai.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ai.svg",
"aif.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/aif.svg",
"aifc.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/aifc.svg",
"aiff.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/aiff.svg",
"ait.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ait.svg",
"amr.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/amr.svg",
"ani.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ani.svg",
"apk.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/apk.svg",
"app.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/app.svg",
"applescript.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/applescript.svg",
"asax.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/asax.svg",
"asc.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/asc.svg",
"ascx.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ascx.svg",
"asf.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/asf.svg",
"ash.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ash.svg",
"ashx.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ashx.svg",
"asm.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/asm.svg",
"asmx.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/asmx.svg",
"asp.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/asp.svg",
"aspx.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/aspx.svg",
"asx.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/asx.svg",
"au.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/au.svg",
"aup.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/aup.svg",
"avi.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/avi.svg",
"axd.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/axd.svg",
"aze.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/aze.svg",
"bak.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/bak.svg",
"bash.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/bash.svg",
"bat.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/bat.svg",
"bin.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/bin.svg",
"blank.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/blank.svg",
"bmp.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/bmp.svg",
"bowerrc.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/bowerrc.svg",
"bpg.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/bpg.svg",
"browser.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/browser.svg",
"bz2.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/bz2.svg",
"bzempty.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/bzempty.svg",
"c.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/c.svg",
"cab.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/cab.svg",
"cad.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/cad.svg",
"caf.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/caf.svg",
"cal.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/cal.svg",
"catalog.json": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/catalog.json",
"cd.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/cd.svg",
"cdda.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/cdda.svg",
"cer.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/cer.svg",
"cfg.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/cfg.svg",
"cfm.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/cfm.svg",
"cfml.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/cfml.svg",
"cgi.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/cgi.svg",
"chm.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/chm.svg",
"class.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/class.svg",
"cmd.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/cmd.svg",
"code-workspace.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/code-workspace.svg",
"codekit.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/codekit.svg",
"coffee.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/coffee.svg",
"coffeelintignore.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/coffeelintignore.svg",
"com.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/com.svg",
"compile.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/compile.svg",
"conf.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/conf.svg",
"config.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/config.svg",
"cpp.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/cpp.svg",
"cptx.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/cptx.svg",
"cr2.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/cr2.svg",
"crdownload.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/crdownload.svg",
"crt.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/crt.svg",
"crypt.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/crypt.svg",
"cs.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/cs.svg",
"csh.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/csh.svg",
"cson.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/cson.svg",
"csproj.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/csproj.svg",
"css.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/css.svg",
"csv.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/csv.svg",
"cue.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/cue.svg",
"cur.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/cur.svg",
"dart.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/dart.svg",
"dat.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/dat.svg",
"data.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/data.svg",
"db.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/db.svg",
"dbf.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/dbf.svg",
"deb.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/deb.svg",
"default.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/default.svg",
"dgn.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/dgn.svg",
"dist.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/dist.svg",
"diz.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/diz.svg",
"dll.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/dll.svg",
"dmg.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/dmg.svg",
"dng.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/dng.svg",
"doc.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/doc.svg",
"docb.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/docb.svg",
"docm.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/docm.svg",
"docx.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/docx.svg",
"dot.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/dot.svg",
"dotm.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/dotm.svg",
"dotx.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/dotx.svg",
"download.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/download.svg",
"dpj.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/dpj.svg",
"ds_store.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ds_store.svg",
"dsn.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/dsn.svg",
"dtd.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/dtd.svg",
"dwg.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/dwg.svg",
"dxf.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/dxf.svg",
"editorconfig.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/editorconfig.svg",
"el.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/el.svg",
"elf.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/elf.svg",
"eml.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/eml.svg",
"enc.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/enc.svg",
"eot.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/eot.svg",
"eps.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/eps.svg",
"epub.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/epub.svg",
"eslintignore.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/eslintignore.svg",
"exe.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/exe.svg",
"f4v.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/f4v.svg",
"fax.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/fax.svg",
"fb2.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/fb2.svg",
"fla.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/fla.svg",
"flac.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/flac.svg",
"flv.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/flv.svg",
"fnt.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/fnt.svg",
"folder.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/folder.svg",
"fon.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/fon.svg",
"gadget.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/gadget.svg",
"gdp.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/gdp.svg",
"gem.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/gem.svg",
"gif.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/gif.svg",
"gitattributes.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/gitattributes.svg",
"gitignore.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/gitignore.svg",
"go.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/go.svg",
"gpg.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/gpg.svg",
"gpl.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/gpl.svg",
"gradle.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/gradle.svg",
"gz.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/gz.svg",
"h.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/h.svg",
"handlebars.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/handlebars.svg",
"hbs.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/hbs.svg",
"heic.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/heic.svg",
"hlp.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/hlp.svg",
"hs.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/hs.svg",
"hsl.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/hsl.svg",
"htm.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/htm.svg",
"html.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/html.svg",
"ibooks.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ibooks.svg",
"icns.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/icns.svg",
"ico.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ico.svg",
"ics.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ics.svg",
"idx.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/idx.svg",
"iff.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/iff.svg",
"ifo.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ifo.svg",
"image.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/image.svg",
"img.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/img.svg",
"iml.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/iml.svg",
"in.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/in.svg",
"inc.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/inc.svg",
"indd.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/indd.svg",
"inf.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/inf.svg",
"info.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/info.svg",
"ini.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ini.svg",
"inv.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/inv.svg",
"iso.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/iso.svg",
"j2.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/j2.svg",
"jar.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/jar.svg",
"java.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/java.svg",
"jpe.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/jpe.svg",
"jpeg.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/jpeg.svg",
"jpg.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/jpg.svg",
"js.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/js.svg",
"json.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/json.svg",
"jsp.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/jsp.svg",
"jsx.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/jsx.svg",
"key.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/key.svg",
"kf8.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/kf8.svg",
"kmk.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/kmk.svg",
"ksh.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ksh.svg",
"kt.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/kt.svg",
"kts.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/kts.svg",
"kup.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/kup.svg",
"less.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/less.svg",
"lex.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/lex.svg",
"licx.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/licx.svg",
"lisp.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/lisp.svg",
"lit.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/lit.svg",
"lnk.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/lnk.svg",
"lock.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/lock.svg",
"log.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/log.svg",
"lua.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/lua.svg",
"m.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/m.svg",
"m2v.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/m2v.svg",
"m3u.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/m3u.svg",
"m3u8.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/m3u8.svg",
"m4.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/m4.svg",
"m4a.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/m4a.svg",
"m4r.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/m4r.svg",
"m4v.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/m4v.svg",
"map.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/map.svg",
"master.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/master.svg",
"mc.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/mc.svg",
"md.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/md.svg",
"mdb.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/mdb.svg",
"mdf.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/mdf.svg",
"me.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/me.svg",
"mi.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/mi.svg",
"mid.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/mid.svg",
"midi.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/midi.svg",
"mk.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/mk.svg",
"mkv.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/mkv.svg",
"mm.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/mm.svg",
"mng.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/mng.svg",
"mo.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/mo.svg",
"mobi.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/mobi.svg",
"mod.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/mod.svg",
"mov.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/mov.svg",
"mp2.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/mp2.svg",
"mp3.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/mp3.svg",
"mp4.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/mp4.svg",
"mpa.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/mpa.svg",
"mpd.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/mpd.svg",
"mpe.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/mpe.svg",
"mpeg.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/mpeg.svg",
"mpg.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/mpg.svg",
"mpga.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/mpga.svg",
"mpp.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/mpp.svg",
"mpt.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/mpt.svg",
"msg.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/msg.svg",
"msi.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/msi.svg",
"msu.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/msu.svg",
"nef.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/nef.svg",
"nes.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/nes.svg",
"nfo.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/nfo.svg",
"nix.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/nix.svg",
"npmignore.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/npmignore.svg",
"ocx.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ocx.svg",
"odb.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/odb.svg",
"ods.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ods.svg",
"odt.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/odt.svg",
"ogg.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ogg.svg",
"ogv.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ogv.svg",
"ost.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ost.svg",
"otf.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/otf.svg",
"ott.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ott.svg",
"ova.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ova.svg",
"ovf.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ovf.svg",
"p12.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/p12.svg",
"p7b.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/p7b.svg",
"pages.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/pages.svg",
"part.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/part.svg",
"pcd.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/pcd.svg",
"pdb.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/pdb.svg",
"pdf.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/pdf.svg",
"pem.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/pem.svg",
"pfx.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/pfx.svg",
"pgp.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/pgp.svg",
"ph.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ph.svg",
"phar.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/phar.svg",
"php.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/php.svg",
"pid.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/pid.svg",
"pkg.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/pkg.svg",
"pl.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/pl.svg",
"plist.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/plist.svg",
"pm.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/pm.svg",
"png.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/png.svg",
"po.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/po.svg",
"pom.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/pom.svg",
"pot.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/pot.svg",
"potx.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/potx.svg",
"pps.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/pps.svg",
"ppsx.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ppsx.svg",
"ppt.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ppt.svg",
"pptm.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/pptm.svg",
"pptx.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/pptx.svg",
"prop.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/prop.svg",
"ps.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ps.svg",
"ps1.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ps1.svg",
"psd.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/psd.svg",
"psp.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/psp.svg",
"pst.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/pst.svg",
"pub.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/pub.svg",
"py.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/py.svg",
"pyc.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/pyc.svg",
"qt.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/qt.svg",
"ra.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ra.svg",
"ram.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ram.svg",
"rar.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/rar.svg",
"raw.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/raw.svg",
"rb.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/rb.svg",
"rdf.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/rdf.svg",
"rdl.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/rdl.svg",
"reg.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/reg.svg",
"resx.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/resx.svg",
"retry.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/retry.svg",
"rm.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/rm.svg",
"rom.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/rom.svg",
"rpm.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/rpm.svg",
"rpt.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/rpt.svg",
"rsa.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/rsa.svg",
"rss.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/rss.svg",
"rst.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/rst.svg",
"rtf.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/rtf.svg",
"ru.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ru.svg",
"rub.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/rub.svg",
"sass.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/sass.svg",
"scss.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/scss.svg",
"sdf.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/sdf.svg",
"sed.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/sed.svg",
"sh.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/sh.svg",
"sit.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/sit.svg",
"sitemap.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/sitemap.svg",
"skin.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/skin.svg",
"sldm.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/sldm.svg",
"sldx.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/sldx.svg",
"sln.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/sln.svg",
"sol.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/sol.svg",
"sphinx.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/sphinx.svg",
"sql.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/sql.svg",
"sqlite.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/sqlite.svg",
"step.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/step.svg",
"stl.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/stl.svg",
"svg.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/svg.svg",
"swd.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/swd.svg",
"swf.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/swf.svg",
"swift.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/swift.svg",
"swp.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/swp.svg",
"sys.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/sys.svg",
"tar.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/tar.svg",
"tax.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/tax.svg",
"tcsh.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/tcsh.svg",
"tex.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/tex.svg",
"tfignore.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/tfignore.svg",
"tga.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/tga.svg",
"tgz.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/tgz.svg",
"tif.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/tif.svg",
"tiff.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/tiff.svg",
"tmp.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/tmp.svg",
"tmx.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/tmx.svg",
"torrent.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/torrent.svg",
"tpl.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/tpl.svg",
"ts.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ts.svg",
"tsv.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/tsv.svg",
"ttf.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ttf.svg",
"twig.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/twig.svg",
"txt.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/txt.svg",
"udf.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/udf.svg",
"vb.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/vb.svg",
"vbproj.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/vbproj.svg",
"vbs.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/vbs.svg",
"vcd.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/vcd.svg",
"vcf.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/vcf.svg",
"vcs.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/vcs.svg",
"vdi.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/vdi.svg",
"vdx.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/vdx.svg",
"vmdk.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/vmdk.svg",
"vob.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/vob.svg",
"vox.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/vox.svg",
"vscodeignore.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/vscodeignore.svg",
"vsd.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/vsd.svg",
"vss.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/vss.svg",
"vst.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/vst.svg",
"vsx.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/vsx.svg",
"vtx.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/vtx.svg",
"war.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/war.svg",
"wav.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/wav.svg",
"wbk.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/wbk.svg",
"webinfo.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/webinfo.svg",
"webm.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/webm.svg",
"webp.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/webp.svg",
"wma.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/wma.svg",
"wmf.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/wmf.svg",
"wmv.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/wmv.svg",
"woff.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/woff.svg",
"woff2.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/woff2.svg",
"wps.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/wps.svg",
"wsf.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/wsf.svg",
"xaml.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/xaml.svg",
"xcf.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/xcf.svg",
"xfl.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/xfl.svg",
"xlm.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/xlm.svg",
"xls.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/xls.svg",
"xlsm.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/xlsm.svg",
"xlsx.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/xlsx.svg",
"xlt.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/xlt.svg",
"xltm.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/xltm.svg",
"xltx.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/xltx.svg",
"xml.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/xml.svg",
"xpi.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/xpi.svg",
"xps.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/xps.svg",
"xrb.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/xrb.svg",
"xsd.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/xsd.svg",
"xsl.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/xsl.svg",
"xspf.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/xspf.svg",
"xz.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/xz.svg",
"yaml.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/yaml.svg",
"yml.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/yml.svg",
"z.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/z.svg",
"zip.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/zip.svg",
"zsh.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/zsh.svg"
},
imagens: {
"exemplo_brasao.jpeg": "https://paiol.idz.one/estaticos/imagens/exemplo_brasao.jpeg",
"favicon.ico": "https://paiol.idz.one/estaticos/imagens/favicon.ico",
"quero-quero.gif": "https://paiol.idz.one/estaticos/imagens/quero-quero.gif"
},
logos: {
"betha-meio-ambiente": {
"Logo-betha-meio-ambiente-brasao.png": "https://paiol.idz.one/estaticos/logos/betha-meio-ambiente/Logo-betha-meio-ambiente-brasao.png",
"Logo-betha-meio-ambiente-brasao.svg": "https://paiol.idz.one/estaticos/logos/betha-meio-ambiente/Logo-betha-meio-ambiente-brasao.svg",
"Logo-betha-meio-ambiente-horizontal-branco.png": "https://paiol.idz.one/estaticos/logos/betha-meio-ambiente/Logo-betha-meio-ambiente-horizontal-branco.png",
"Logo-betha-meio-ambiente-horizontal-branco.svg": "https://paiol.idz.one/estaticos/logos/betha-meio-ambiente/Logo-betha-meio-ambiente-horizontal-branco.svg",
"Logo-betha-meio-ambiente-horizontal.png": "https://paiol.idz.one/estaticos/logos/betha-meio-ambiente/Logo-betha-meio-ambiente-horizontal.png",
"Logo-betha-meio-ambiente-horizontal.svg": "https://paiol.idz.one/estaticos/logos/betha-meio-ambiente/Logo-betha-meio-ambiente-horizontal.svg",
"Logo-betha-meio-ambiente-vertical.png": "https://paiol.idz.one/estaticos/logos/betha-meio-ambiente/Logo-betha-meio-ambiente-vertical.png",
"Logo-betha-meio-ambiente-vertical.svg": "https://paiol.idz.one/estaticos/logos/betha-meio-ambiente/Logo-betha-meio-ambiente-vertical.svg"
},
"betha-sistemas": {
"logo.png": "https://paiol.idz.one/estaticos/logos/betha-sistemas/logo.png"
},
"e-licencie-gov": {
"Logo-e-licencie-gov-horizontal-branco.png": "https://paiol.idz.one/estaticos/logos/e-licencie-gov/Logo-e-licencie-gov-horizontal-branco.png",
"Logo-e-licencie-gov-horizontal-branco.svg": "https://paiol.idz.one/estaticos/logos/e-licencie-gov/Logo-e-licencie-gov-horizontal-branco.svg",
"Logo-e-licencie-gov-horizontal.png": "https://paiol.idz.one/estaticos/logos/e-licencie-gov/Logo-e-licencie-gov-horizontal.png",
"Logo-e-licencie-gov-horizontal.svg": "https://paiol.idz.one/estaticos/logos/e-licencie-gov/Logo-e-licencie-gov-horizontal.svg",
"Logo-e-licencie-gov-vertical.___": "https://paiol.idz.one/estaticos/logos/e-licencie-gov/Logo-e-licencie-gov-vertical.___",
"Logo-e-licencie-gov-vertical.svg": "https://paiol.idz.one/estaticos/logos/e-licencie-gov/Logo-e-licencie-gov-vertical.svg"
},
"e-licencie": {
"branco-branco.png": "https://paiol.idz.one/estaticos/logos/e-licencie/branco-branco.png",
"escala-branco_.png": "https://paiol.idz.one/estaticos/logos/e-licencie/escala-branco_.png",
"escala-branco.png": "https://paiol.idz.one/estaticos/logos/e-licencie/escala-branco.png",
"logo_verde_plantula_branca.png": "https://paiol.idz.one/estaticos/logos/e-licencie/logo_verde_plantula_branca.png",
"verde-verde_.png": "https://paiol.idz.one/estaticos/logos/e-licencie/verde-verde_.png",
"verde-verde.png": "https://paiol.idz.one/estaticos/logos/e-licencie/verde-verde.png"
},
outros: {
"whatsapp.png": "https://paiol.idz.one/estaticos/logos/outros/whatsapp.png"
}
},
modulos: {
"conversor_para_svg.md": "https://paiol.idz.one/estaticos/modulos/conversor_para_svg.md",
"modulo_e_licencie.svg": "https://paiol.idz.one/estaticos/modulos/modulo_e_licencie.svg",
"modulo_orcamento.svg": "https://paiol.idz.one/estaticos/modulos/modulo_orcamento.svg",
"modulo_residuos.svg": "https://paiol.idz.one/estaticos/modulos/modulo_residuos.svg"
},
"quero-quero.gif": "https://paiol.idz.one/estaticos/quero-quero.gif"
});
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {
estaticos
});

27
dist-back/index.js Normal file
View file

@ -0,0 +1,27 @@
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 index_exports = {};
__export(index_exports, {
estaticos: () => import_estaticos.estaticos
});
module.exports = __toCommonJS(index_exports);
var import_estaticos = require("./estaticos");
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {
estaticos
});

654
dist-front/index.d.mts Normal file
View file

@ -0,0 +1,654 @@
/**
* URLs fixas de estáticos no bucket
*/
declare const estaticos: () => {
readonly background: {
readonly "Paisagem.jpg": "https://paiol.idz.one/estaticos/background/Paisagem.jpg";
};
readonly dados: {
readonly "acondicionamento.json": "https://paiol.idz.one/estaticos/dados/acondicionamento.json";
readonly "classes.json": "https://paiol.idz.one/estaticos/dados/classes.json";
readonly "estadoFisico.json": "https://paiol.idz.one/estaticos/dados/estadoFisico.json";
readonly "municipios.json": "https://paiol.idz.one/estaticos/dados/municipios.json";
readonly "tabela_ibama_sinir.json": "https://paiol.idz.one/estaticos/dados/tabela_ibama_sinir.json";
readonly "tabela_ibama.json": "https://paiol.idz.one/estaticos/dados/tabela_ibama.json";
readonly "tratamentos.json": "https://paiol.idz.one/estaticos/dados/tratamentos.json";
readonly "unidades.json": "https://paiol.idz.one/estaticos/dados/unidades.json";
};
readonly email: {
readonly "Cabe\u00E7alho 1.png": "https://paiol.idz.one/estaticos/email/Cabe%C3%A7alho%201.png";
readonly "cabe\u00E7alho 2.2.png": "https://paiol.idz.one/estaticos/email/cabe%C3%A7alho%202.2.png";
readonly "cabe\u00E7alho tempo.png": "https://paiol.idz.one/estaticos/email/cabe%C3%A7alho%20tempo.png";
readonly "cabe\u00E7alho ultimo dia.png": "https://paiol.idz.one/estaticos/email/cabe%C3%A7alho%20ultimo%20dia.png";
readonly "rodap\u00E9.png": "https://paiol.idz.one/estaticos/email/rodap%C3%A9.png";
readonly "video2.png": "https://paiol.idz.one/estaticos/email/video2.png";
};
readonly "fonts-master": {
readonly metropolis: {
readonly "Metropolis-Black.otf": "https://paiol.idz.one/estaticos/fonts-master/metropolis/Metropolis-Black.otf";
readonly "Metropolis-BlackItalic.otf": "https://paiol.idz.one/estaticos/fonts-master/metropolis/Metropolis-BlackItalic.otf";
readonly "Metropolis-Bold.otf": "https://paiol.idz.one/estaticos/fonts-master/metropolis/Metropolis-Bold.otf";
readonly "Metropolis-BoldItalic.otf": "https://paiol.idz.one/estaticos/fonts-master/metropolis/Metropolis-BoldItalic.otf";
readonly "Metropolis-ExtraBold.otf": "https://paiol.idz.one/estaticos/fonts-master/metropolis/Metropolis-ExtraBold.otf";
readonly "Metropolis-ExtraBoldItalic.otf": "https://paiol.idz.one/estaticos/fonts-master/metropolis/Metropolis-ExtraBoldItalic.otf";
readonly "Metropolis-ExtraLight.otf": "https://paiol.idz.one/estaticos/fonts-master/metropolis/Metropolis-ExtraLight.otf";
readonly "Metropolis-ExtraLightItalic.otf": "https://paiol.idz.one/estaticos/fonts-master/metropolis/Metropolis-ExtraLightItalic.otf";
readonly "Metropolis-Light.otf": "https://paiol.idz.one/estaticos/fonts-master/metropolis/Metropolis-Light.otf";
readonly "Metropolis-LightItalic.otf": "https://paiol.idz.one/estaticos/fonts-master/metropolis/Metropolis-LightItalic.otf";
readonly "Metropolis-Medium.otf": "https://paiol.idz.one/estaticos/fonts-master/metropolis/Metropolis-Medium.otf";
readonly "Metropolis-MediumItalic.otf": "https://paiol.idz.one/estaticos/fonts-master/metropolis/Metropolis-MediumItalic.otf";
readonly "Metropolis-Regular.otf": "https://paiol.idz.one/estaticos/fonts-master/metropolis/Metropolis-Regular.otf";
readonly "Metropolis-RegularItalic.otf": "https://paiol.idz.one/estaticos/fonts-master/metropolis/Metropolis-RegularItalic.otf";
readonly "Metropolis-SemiBold.otf": "https://paiol.idz.one/estaticos/fonts-master/metropolis/Metropolis-SemiBold.otf";
readonly "Metropolis-SemiBoldItalic.otf": "https://paiol.idz.one/estaticos/fonts-master/metropolis/Metropolis-SemiBoldItalic.otf";
readonly "Metropolis-Thin.otf": "https://paiol.idz.one/estaticos/fonts-master/metropolis/Metropolis-Thin.otf";
readonly "Metropolis-ThinItalic.otf": "https://paiol.idz.one/estaticos/fonts-master/metropolis/Metropolis-ThinItalic.otf";
readonly "SIL Open Font License.txt": "https://paiol.idz.one/estaticos/fonts-master/metropolis/SIL%20Open%20Font%20License.txt";
};
readonly "noto-sans": {
readonly "fonts.json": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/fonts.json";
readonly LICENSE: "https://paiol.idz.one/estaticos/fonts-master/noto-sans/LICENSE";
readonly "NotoNaskhArabic-Bold.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoNaskhArabic-Bold.ttf";
readonly "NotoNaskhArabic-Regular.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoNaskhArabic-Regular.ttf";
readonly "NotoSans-Bold.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSans-Bold.ttf";
readonly "NotoSans-Italic.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSans-Italic.ttf";
readonly "NotoSans-Regular.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSans-Regular.ttf";
readonly "NotoSansArmenian-Bold.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansArmenian-Bold.ttf";
readonly "NotoSansArmenian-Regular.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansArmenian-Regular.ttf";
readonly "NotoSansBalinese-Regular.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansBalinese-Regular.ttf";
readonly "NotoSansBengali-Bold.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansBengali-Bold.ttf";
readonly "NotoSansBengali-Regular.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansBengali-Regular.ttf";
readonly "NotoSansCJKtc-Bold.otf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansCJKtc-Bold.otf";
readonly "NotoSansCJKtc-Regular.otf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansCJKtc-Regular.otf";
readonly "NotoSansDevanagari-Bold.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansDevanagari-Bold.ttf";
readonly "NotoSansDevanagari-Regular.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansDevanagari-Regular.ttf";
readonly "NotoSansEthiopic-Bold.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansEthiopic-Bold.ttf";
readonly "NotoSansEthiopic-Regular.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansEthiopic-Regular.ttf";
readonly "NotoSansGeorgian-Bold.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansGeorgian-Bold.ttf";
readonly "NotoSansGeorgian-Regular.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansGeorgian-Regular.ttf";
readonly "NotoSansGujarati-Bold.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansGujarati-Bold.ttf";
readonly "NotoSansGujarati-Regular.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansGujarati-Regular.ttf";
readonly "NotoSansGurmukhi-Bold.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansGurmukhi-Bold.ttf";
readonly "NotoSansGurmukhi-Regular.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansGurmukhi-Regular.ttf";
readonly "NotoSansHebrew-Bold.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansHebrew-Bold.ttf";
readonly "NotoSansHebrew-Regular.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansHebrew-Regular.ttf";
readonly "NotoSansJavanese-Regular.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansJavanese-Regular.ttf";
readonly "NotoSansKannada-Bold.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansKannada-Bold.ttf";
readonly "NotoSansKannada-Regular.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansKannada-Regular.ttf";
readonly "NotoSansKhmer-Bold.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansKhmer-Bold.ttf";
readonly "NotoSansKhmer-Regular.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansKhmer-Regular.ttf";
readonly "NotoSansLao-Bold.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansLao-Bold.ttf";
readonly "NotoSansLao-Regular.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansLao-Regular.ttf";
readonly "NotoSansMongolian-Regular.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansMongolian-Regular.ttf";
readonly "NotoSansMyanmar-Bold.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansMyanmar-Bold.ttf";
readonly "NotoSansMyanmar-Regular.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansMyanmar-Regular.ttf";
readonly "NotoSansOriya-Bold.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansOriya-Bold.ttf";
readonly "NotoSansOriya-Regular.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansOriya-Regular.ttf";
readonly "NotoSansSinhala-Bold.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansSinhala-Bold.ttf";
readonly "NotoSansSinhala-Regular.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansSinhala-Regular.ttf";
readonly "NotoSansTamil-Bold.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansTamil-Bold.ttf";
readonly "NotoSansTamil-Regular.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansTamil-Regular.ttf";
readonly "NotoSansThai-Bold.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansThai-Bold.ttf";
readonly "NotoSansThai-Regular.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansThai-Regular.ttf";
readonly "NotoSansTibetan-Bold.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansTibetan-Bold.ttf";
readonly "NotoSansTibetan-Regular.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansTibetan-Regular.ttf";
readonly "NotoSansTifinagh-Regular.ttf": "https://paiol.idz.one/estaticos/fonts-master/noto-sans/NotoSansTifinagh-Regular.ttf";
};
readonly "open-sans": {
readonly "Apache License.txt": "https://paiol.idz.one/estaticos/fonts-master/open-sans/Apache%20License.txt";
readonly "LICENSE.txt": "https://paiol.idz.one/estaticos/fonts-master/open-sans/LICENSE.txt";
readonly "OpenSans-Bold.ttf": "https://paiol.idz.one/estaticos/fonts-master/open-sans/OpenSans-Bold.ttf";
readonly "OpenSans-BoldItalic.ttf": "https://paiol.idz.one/estaticos/fonts-master/open-sans/OpenSans-BoldItalic.ttf";
readonly "OpenSans-ExtraBold.ttf": "https://paiol.idz.one/estaticos/fonts-master/open-sans/OpenSans-ExtraBold.ttf";
readonly "OpenSans-ExtraBoldItalic.ttf": "https://paiol.idz.one/estaticos/fonts-master/open-sans/OpenSans-ExtraBoldItalic.ttf";
readonly "OpenSans-Italic.ttf": "https://paiol.idz.one/estaticos/fonts-master/open-sans/OpenSans-Italic.ttf";
readonly "OpenSans-Light.ttf": "https://paiol.idz.one/estaticos/fonts-master/open-sans/OpenSans-Light.ttf";
readonly "OpenSans-LightItalic.ttf": "https://paiol.idz.one/estaticos/fonts-master/open-sans/OpenSans-LightItalic.ttf";
readonly "OpenSans-Regular.ttf": "https://paiol.idz.one/estaticos/fonts-master/open-sans/OpenSans-Regular.ttf";
readonly "OpenSans-Semibold.ttf": "https://paiol.idz.one/estaticos/fonts-master/open-sans/OpenSans-Semibold.ttf";
readonly "OpenSans-SemiboldItalic.ttf": "https://paiol.idz.one/estaticos/fonts-master/open-sans/OpenSans-SemiboldItalic.ttf";
};
readonly "pt-sans": {
readonly "OFL.txt": "https://paiol.idz.one/estaticos/fonts-master/pt-sans/OFL.txt";
readonly "PTSans-Bold.ttf": "https://paiol.idz.one/estaticos/fonts-master/pt-sans/PTSans-Bold.ttf";
readonly "PTSans-BoldItalic.ttf": "https://paiol.idz.one/estaticos/fonts-master/pt-sans/PTSans-BoldItalic.ttf";
readonly "PTSans-CaptionRegular.ttf": "https://paiol.idz.one/estaticos/fonts-master/pt-sans/PTSans-CaptionRegular.ttf";
readonly "PTSans-CaptionWebBold.ttf": "https://paiol.idz.one/estaticos/fonts-master/pt-sans/PTSans-CaptionWebBold.ttf";
readonly "PTSans-Italic.ttf": "https://paiol.idz.one/estaticos/fonts-master/pt-sans/PTSans-Italic.ttf";
readonly "PTSans-NarrowBold.ttf": "https://paiol.idz.one/estaticos/fonts-master/pt-sans/PTSans-NarrowBold.ttf";
readonly "PTSans-NarrowRegular.ttf": "https://paiol.idz.one/estaticos/fonts-master/pt-sans/PTSans-NarrowRegular.ttf";
readonly "PTSans-Regular.ttf": "https://paiol.idz.one/estaticos/fonts-master/pt-sans/PTSans-Regular.ttf";
};
readonly roboto: {
readonly "COPYRIGHT.txt": "https://paiol.idz.one/estaticos/fonts-master/roboto/COPYRIGHT.txt";
readonly "LICENSE.txt": "https://paiol.idz.one/estaticos/fonts-master/roboto/LICENSE.txt";
readonly "Roboto-Black.ttf": "https://paiol.idz.one/estaticos/fonts-master/roboto/Roboto-Black.ttf";
readonly "Roboto-BlackItalic.ttf": "https://paiol.idz.one/estaticos/fonts-master/roboto/Roboto-BlackItalic.ttf";
readonly "Roboto-Bold.ttf": "https://paiol.idz.one/estaticos/fonts-master/roboto/Roboto-Bold.ttf";
readonly "Roboto-BoldItalic.ttf": "https://paiol.idz.one/estaticos/fonts-master/roboto/Roboto-BoldItalic.ttf";
readonly "Roboto-CondensedBold.ttf": "https://paiol.idz.one/estaticos/fonts-master/roboto/Roboto-CondensedBold.ttf";
readonly "Roboto-CondensedBoldItalic.ttf": "https://paiol.idz.one/estaticos/fonts-master/roboto/Roboto-CondensedBoldItalic.ttf";
readonly "Roboto-CondensedItalic.ttf": "https://paiol.idz.one/estaticos/fonts-master/roboto/Roboto-CondensedItalic.ttf";
readonly "Roboto-CondensedLight.ttf": "https://paiol.idz.one/estaticos/fonts-master/roboto/Roboto-CondensedLight.ttf";
readonly "Roboto-CondensedLightItalic.ttf": "https://paiol.idz.one/estaticos/fonts-master/roboto/Roboto-CondensedLightItalic.ttf";
readonly "Roboto-CondensedRegular.ttf": "https://paiol.idz.one/estaticos/fonts-master/roboto/Roboto-CondensedRegular.ttf";
readonly "Roboto-Italic.ttf": "https://paiol.idz.one/estaticos/fonts-master/roboto/Roboto-Italic.ttf";
readonly "Roboto-Light.ttf": "https://paiol.idz.one/estaticos/fonts-master/roboto/Roboto-Light.ttf";
readonly "Roboto-LightItalic.ttf": "https://paiol.idz.one/estaticos/fonts-master/roboto/Roboto-LightItalic.ttf";
readonly "Roboto-Medium.ttf": "https://paiol.idz.one/estaticos/fonts-master/roboto/Roboto-Medium.ttf";
readonly "Roboto-MediumItalic.ttf": "https://paiol.idz.one/estaticos/fonts-master/roboto/Roboto-MediumItalic.ttf";
readonly "Roboto-Regular.ttf": "https://paiol.idz.one/estaticos/fonts-master/roboto/Roboto-Regular.ttf";
readonly "Roboto-Thin.ttf": "https://paiol.idz.one/estaticos/fonts-master/roboto/Roboto-Thin.ttf";
readonly "Roboto-ThinItalic.ttf": "https://paiol.idz.one/estaticos/fonts-master/roboto/Roboto-ThinItalic.ttf";
};
readonly "sobre.txt": "https://paiol.idz.one/estaticos/fonts-master/sobre.txt";
};
readonly fundos: {
readonly "fundo-01.jpg": "https://paiol.idz.one/estaticos/fundos/fundo-01.jpg";
readonly "fundo-02.jpg": "https://paiol.idz.one/estaticos/fundos/fundo-02.jpg";
readonly "fundo-03.jpg": "https://paiol.idz.one/estaticos/fundos/fundo-03.jpg";
readonly "fundo-04.jpg": "https://paiol.idz.one/estaticos/fundos/fundo-04.jpg";
readonly "fundo-05.jpg": "https://paiol.idz.one/estaticos/fundos/fundo-05.jpg";
readonly "fundo-06.jpg": "https://paiol.idz.one/estaticos/fundos/fundo-06.jpg";
readonly "fundo-07.jpg": "https://paiol.idz.one/estaticos/fundos/fundo-07.jpg";
readonly "fundo-08.jpg": "https://paiol.idz.one/estaticos/fundos/fundo-08.jpg";
readonly "fundo-09.jpg": "https://paiol.idz.one/estaticos/fundos/fundo-09.jpg";
readonly "fundo-10.jpg": "https://paiol.idz.one/estaticos/fundos/fundo-10.jpg";
readonly "fundo-11.jpg": "https://paiol.idz.one/estaticos/fundos/fundo-11.jpg";
readonly "fundo-12.jpg": "https://paiol.idz.one/estaticos/fundos/fundo-12.jpg";
readonly "fundo-13.jpg": "https://paiol.idz.one/estaticos/fundos/fundo-13.jpg";
readonly "fundo-14.jpg": "https://paiol.idz.one/estaticos/fundos/fundo-14.jpg";
readonly "fundo-15.jpg": "https://paiol.idz.one/estaticos/fundos/fundo-15.jpg";
readonly "fundo-16.jpg": "https://paiol.idz.one/estaticos/fundos/fundo-16.jpg";
};
readonly GoogleSans: {
readonly "GoogleSans-Italic-VariableFont_GRAD,opsz,wght.ttf": "https://paiol.idz.one/estaticos/GoogleSans/GoogleSans-Italic-VariableFont_GRAD,opsz,wght.ttf";
readonly "GoogleSans-VariableFont_GRAD,opsz,wght.ttf": "https://paiol.idz.one/estaticos/GoogleSans/GoogleSans-VariableFont_GRAD,opsz,wght.ttf";
readonly "OFL.txt": "https://paiol.idz.one/estaticos/GoogleSans/OFL.txt";
readonly "README.txt": "https://paiol.idz.one/estaticos/GoogleSans/README.txt";
readonly static: {
readonly "GoogleSans_17pt-Bold.ttf": "https://paiol.idz.one/estaticos/GoogleSans/static/GoogleSans_17pt-Bold.ttf";
readonly "GoogleSans_17pt-BoldItalic.ttf": "https://paiol.idz.one/estaticos/GoogleSans/static/GoogleSans_17pt-BoldItalic.ttf";
readonly "GoogleSans_17pt-Italic.ttf": "https://paiol.idz.one/estaticos/GoogleSans/static/GoogleSans_17pt-Italic.ttf";
readonly "GoogleSans_17pt-Medium.ttf": "https://paiol.idz.one/estaticos/GoogleSans/static/GoogleSans_17pt-Medium.ttf";
readonly "GoogleSans_17pt-MediumItalic.ttf": "https://paiol.idz.one/estaticos/GoogleSans/static/GoogleSans_17pt-MediumItalic.ttf";
readonly "GoogleSans_17pt-Regular.ttf": "https://paiol.idz.one/estaticos/GoogleSans/static/GoogleSans_17pt-Regular.ttf";
readonly "GoogleSans_17pt-SemiBold.ttf": "https://paiol.idz.one/estaticos/GoogleSans/static/GoogleSans_17pt-SemiBold.ttf";
readonly "GoogleSans_17pt-SemiBoldItalic.ttf": "https://paiol.idz.one/estaticos/GoogleSans/static/GoogleSans_17pt-SemiBoldItalic.ttf";
readonly "GoogleSans-Bold.ttf": "https://paiol.idz.one/estaticos/GoogleSans/static/GoogleSans-Bold.ttf";
readonly "GoogleSans-BoldItalic.ttf": "https://paiol.idz.one/estaticos/GoogleSans/static/GoogleSans-BoldItalic.ttf";
readonly "GoogleSans-Italic.ttf": "https://paiol.idz.one/estaticos/GoogleSans/static/GoogleSans-Italic.ttf";
readonly "GoogleSans-Medium.ttf": "https://paiol.idz.one/estaticos/GoogleSans/static/GoogleSans-Medium.ttf";
readonly "GoogleSans-MediumItalic.ttf": "https://paiol.idz.one/estaticos/GoogleSans/static/GoogleSans-MediumItalic.ttf";
readonly "GoogleSans-Regular.ttf": "https://paiol.idz.one/estaticos/GoogleSans/static/GoogleSans-Regular.ttf";
readonly "GoogleSans-SemiBold.ttf": "https://paiol.idz.one/estaticos/GoogleSans/static/GoogleSans-SemiBold.ttf";
readonly "GoogleSans-SemiBoldItalic.ttf": "https://paiol.idz.one/estaticos/GoogleSans/static/GoogleSans-SemiBoldItalic.ttf";
};
};
readonly html: {
readonly "404.html": "https://paiol.idz.one/estaticos/html/404.html";
};
readonly "icones-funcionalidades": {
readonly "analise-de-dados.png": "https://paiol.idz.one/estaticos/icones-funcionalidades/analise-de-dados.png";
readonly "exame.png": "https://paiol.idz.one/estaticos/icones-funcionalidades/exame.png";
readonly "leia-me.txt": "https://paiol.idz.one/estaticos/icones-funcionalidades/leia-me.txt";
readonly "licenca.png": "https://paiol.idz.one/estaticos/icones-funcionalidades/licenca.png";
readonly "lista-de-tarefas.png": "https://paiol.idz.one/estaticos/icones-funcionalidades/lista-de-tarefas.png";
readonly "projeto.png": "https://paiol.idz.one/estaticos/icones-funcionalidades/projeto.png";
};
readonly "icones-tipos-arquivos": {
readonly "3g2.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/3g2.svg";
readonly "3ga.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/3ga.svg";
readonly "3gp.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/3gp.svg";
readonly "7z.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/7z.svg";
readonly "aa.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/aa.svg";
readonly "aac.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/aac.svg";
readonly "ac.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ac.svg";
readonly "accdb.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/accdb.svg";
readonly "accdt.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/accdt.svg";
readonly "ace.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ace.svg";
readonly "adn.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/adn.svg";
readonly "ai.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ai.svg";
readonly "aif.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/aif.svg";
readonly "aifc.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/aifc.svg";
readonly "aiff.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/aiff.svg";
readonly "ait.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ait.svg";
readonly "amr.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/amr.svg";
readonly "ani.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ani.svg";
readonly "apk.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/apk.svg";
readonly "app.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/app.svg";
readonly "applescript.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/applescript.svg";
readonly "asax.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/asax.svg";
readonly "asc.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/asc.svg";
readonly "ascx.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ascx.svg";
readonly "asf.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/asf.svg";
readonly "ash.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ash.svg";
readonly "ashx.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ashx.svg";
readonly "asm.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/asm.svg";
readonly "asmx.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/asmx.svg";
readonly "asp.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/asp.svg";
readonly "aspx.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/aspx.svg";
readonly "asx.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/asx.svg";
readonly "au.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/au.svg";
readonly "aup.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/aup.svg";
readonly "avi.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/avi.svg";
readonly "axd.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/axd.svg";
readonly "aze.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/aze.svg";
readonly "bak.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/bak.svg";
readonly "bash.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/bash.svg";
readonly "bat.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/bat.svg";
readonly "bin.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/bin.svg";
readonly "blank.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/blank.svg";
readonly "bmp.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/bmp.svg";
readonly "bowerrc.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/bowerrc.svg";
readonly "bpg.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/bpg.svg";
readonly "browser.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/browser.svg";
readonly "bz2.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/bz2.svg";
readonly "bzempty.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/bzempty.svg";
readonly "c.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/c.svg";
readonly "cab.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/cab.svg";
readonly "cad.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/cad.svg";
readonly "caf.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/caf.svg";
readonly "cal.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/cal.svg";
readonly "catalog.json": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/catalog.json";
readonly "cd.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/cd.svg";
readonly "cdda.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/cdda.svg";
readonly "cer.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/cer.svg";
readonly "cfg.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/cfg.svg";
readonly "cfm.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/cfm.svg";
readonly "cfml.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/cfml.svg";
readonly "cgi.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/cgi.svg";
readonly "chm.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/chm.svg";
readonly "class.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/class.svg";
readonly "cmd.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/cmd.svg";
readonly "code-workspace.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/code-workspace.svg";
readonly "codekit.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/codekit.svg";
readonly "coffee.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/coffee.svg";
readonly "coffeelintignore.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/coffeelintignore.svg";
readonly "com.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/com.svg";
readonly "compile.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/compile.svg";
readonly "conf.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/conf.svg";
readonly "config.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/config.svg";
readonly "cpp.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/cpp.svg";
readonly "cptx.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/cptx.svg";
readonly "cr2.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/cr2.svg";
readonly "crdownload.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/crdownload.svg";
readonly "crt.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/crt.svg";
readonly "crypt.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/crypt.svg";
readonly "cs.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/cs.svg";
readonly "csh.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/csh.svg";
readonly "cson.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/cson.svg";
readonly "csproj.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/csproj.svg";
readonly "css.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/css.svg";
readonly "csv.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/csv.svg";
readonly "cue.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/cue.svg";
readonly "cur.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/cur.svg";
readonly "dart.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/dart.svg";
readonly "dat.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/dat.svg";
readonly "data.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/data.svg";
readonly "db.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/db.svg";
readonly "dbf.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/dbf.svg";
readonly "deb.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/deb.svg";
readonly "default.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/default.svg";
readonly "dgn.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/dgn.svg";
readonly "dist.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/dist.svg";
readonly "diz.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/diz.svg";
readonly "dll.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/dll.svg";
readonly "dmg.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/dmg.svg";
readonly "dng.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/dng.svg";
readonly "doc.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/doc.svg";
readonly "docb.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/docb.svg";
readonly "docm.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/docm.svg";
readonly "docx.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/docx.svg";
readonly "dot.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/dot.svg";
readonly "dotm.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/dotm.svg";
readonly "dotx.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/dotx.svg";
readonly "download.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/download.svg";
readonly "dpj.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/dpj.svg";
readonly "ds_store.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ds_store.svg";
readonly "dsn.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/dsn.svg";
readonly "dtd.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/dtd.svg";
readonly "dwg.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/dwg.svg";
readonly "dxf.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/dxf.svg";
readonly "editorconfig.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/editorconfig.svg";
readonly "el.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/el.svg";
readonly "elf.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/elf.svg";
readonly "eml.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/eml.svg";
readonly "enc.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/enc.svg";
readonly "eot.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/eot.svg";
readonly "eps.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/eps.svg";
readonly "epub.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/epub.svg";
readonly "eslintignore.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/eslintignore.svg";
readonly "exe.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/exe.svg";
readonly "f4v.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/f4v.svg";
readonly "fax.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/fax.svg";
readonly "fb2.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/fb2.svg";
readonly "fla.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/fla.svg";
readonly "flac.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/flac.svg";
readonly "flv.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/flv.svg";
readonly "fnt.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/fnt.svg";
readonly "folder.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/folder.svg";
readonly "fon.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/fon.svg";
readonly "gadget.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/gadget.svg";
readonly "gdp.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/gdp.svg";
readonly "gem.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/gem.svg";
readonly "gif.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/gif.svg";
readonly "gitattributes.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/gitattributes.svg";
readonly "gitignore.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/gitignore.svg";
readonly "go.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/go.svg";
readonly "gpg.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/gpg.svg";
readonly "gpl.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/gpl.svg";
readonly "gradle.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/gradle.svg";
readonly "gz.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/gz.svg";
readonly "h.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/h.svg";
readonly "handlebars.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/handlebars.svg";
readonly "hbs.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/hbs.svg";
readonly "heic.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/heic.svg";
readonly "hlp.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/hlp.svg";
readonly "hs.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/hs.svg";
readonly "hsl.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/hsl.svg";
readonly "htm.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/htm.svg";
readonly "html.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/html.svg";
readonly "ibooks.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ibooks.svg";
readonly "icns.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/icns.svg";
readonly "ico.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ico.svg";
readonly "ics.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ics.svg";
readonly "idx.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/idx.svg";
readonly "iff.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/iff.svg";
readonly "ifo.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ifo.svg";
readonly "image.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/image.svg";
readonly "img.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/img.svg";
readonly "iml.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/iml.svg";
readonly "in.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/in.svg";
readonly "inc.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/inc.svg";
readonly "indd.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/indd.svg";
readonly "inf.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/inf.svg";
readonly "info.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/info.svg";
readonly "ini.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ini.svg";
readonly "inv.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/inv.svg";
readonly "iso.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/iso.svg";
readonly "j2.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/j2.svg";
readonly "jar.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/jar.svg";
readonly "java.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/java.svg";
readonly "jpe.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/jpe.svg";
readonly "jpeg.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/jpeg.svg";
readonly "jpg.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/jpg.svg";
readonly "js.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/js.svg";
readonly "json.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/json.svg";
readonly "jsp.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/jsp.svg";
readonly "jsx.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/jsx.svg";
readonly "key.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/key.svg";
readonly "kf8.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/kf8.svg";
readonly "kmk.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/kmk.svg";
readonly "ksh.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ksh.svg";
readonly "kt.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/kt.svg";
readonly "kts.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/kts.svg";
readonly "kup.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/kup.svg";
readonly "less.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/less.svg";
readonly "lex.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/lex.svg";
readonly "licx.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/licx.svg";
readonly "lisp.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/lisp.svg";
readonly "lit.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/lit.svg";
readonly "lnk.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/lnk.svg";
readonly "lock.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/lock.svg";
readonly "log.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/log.svg";
readonly "lua.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/lua.svg";
readonly "m.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/m.svg";
readonly "m2v.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/m2v.svg";
readonly "m3u.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/m3u.svg";
readonly "m3u8.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/m3u8.svg";
readonly "m4.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/m4.svg";
readonly "m4a.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/m4a.svg";
readonly "m4r.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/m4r.svg";
readonly "m4v.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/m4v.svg";
readonly "map.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/map.svg";
readonly "master.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/master.svg";
readonly "mc.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/mc.svg";
readonly "md.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/md.svg";
readonly "mdb.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/mdb.svg";
readonly "mdf.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/mdf.svg";
readonly "me.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/me.svg";
readonly "mi.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/mi.svg";
readonly "mid.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/mid.svg";
readonly "midi.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/midi.svg";
readonly "mk.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/mk.svg";
readonly "mkv.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/mkv.svg";
readonly "mm.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/mm.svg";
readonly "mng.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/mng.svg";
readonly "mo.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/mo.svg";
readonly "mobi.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/mobi.svg";
readonly "mod.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/mod.svg";
readonly "mov.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/mov.svg";
readonly "mp2.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/mp2.svg";
readonly "mp3.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/mp3.svg";
readonly "mp4.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/mp4.svg";
readonly "mpa.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/mpa.svg";
readonly "mpd.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/mpd.svg";
readonly "mpe.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/mpe.svg";
readonly "mpeg.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/mpeg.svg";
readonly "mpg.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/mpg.svg";
readonly "mpga.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/mpga.svg";
readonly "mpp.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/mpp.svg";
readonly "mpt.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/mpt.svg";
readonly "msg.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/msg.svg";
readonly "msi.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/msi.svg";
readonly "msu.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/msu.svg";
readonly "nef.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/nef.svg";
readonly "nes.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/nes.svg";
readonly "nfo.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/nfo.svg";
readonly "nix.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/nix.svg";
readonly "npmignore.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/npmignore.svg";
readonly "ocx.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ocx.svg";
readonly "odb.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/odb.svg";
readonly "ods.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ods.svg";
readonly "odt.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/odt.svg";
readonly "ogg.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ogg.svg";
readonly "ogv.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ogv.svg";
readonly "ost.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ost.svg";
readonly "otf.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/otf.svg";
readonly "ott.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ott.svg";
readonly "ova.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ova.svg";
readonly "ovf.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ovf.svg";
readonly "p12.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/p12.svg";
readonly "p7b.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/p7b.svg";
readonly "pages.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/pages.svg";
readonly "part.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/part.svg";
readonly "pcd.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/pcd.svg";
readonly "pdb.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/pdb.svg";
readonly "pdf.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/pdf.svg";
readonly "pem.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/pem.svg";
readonly "pfx.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/pfx.svg";
readonly "pgp.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/pgp.svg";
readonly "ph.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ph.svg";
readonly "phar.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/phar.svg";
readonly "php.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/php.svg";
readonly "pid.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/pid.svg";
readonly "pkg.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/pkg.svg";
readonly "pl.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/pl.svg";
readonly "plist.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/plist.svg";
readonly "pm.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/pm.svg";
readonly "png.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/png.svg";
readonly "po.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/po.svg";
readonly "pom.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/pom.svg";
readonly "pot.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/pot.svg";
readonly "potx.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/potx.svg";
readonly "pps.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/pps.svg";
readonly "ppsx.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ppsx.svg";
readonly "ppt.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ppt.svg";
readonly "pptm.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/pptm.svg";
readonly "pptx.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/pptx.svg";
readonly "prop.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/prop.svg";
readonly "ps.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ps.svg";
readonly "ps1.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ps1.svg";
readonly "psd.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/psd.svg";
readonly "psp.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/psp.svg";
readonly "pst.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/pst.svg";
readonly "pub.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/pub.svg";
readonly "py.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/py.svg";
readonly "pyc.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/pyc.svg";
readonly "qt.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/qt.svg";
readonly "ra.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ra.svg";
readonly "ram.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ram.svg";
readonly "rar.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/rar.svg";
readonly "raw.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/raw.svg";
readonly "rb.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/rb.svg";
readonly "rdf.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/rdf.svg";
readonly "rdl.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/rdl.svg";
readonly "reg.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/reg.svg";
readonly "resx.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/resx.svg";
readonly "retry.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/retry.svg";
readonly "rm.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/rm.svg";
readonly "rom.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/rom.svg";
readonly "rpm.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/rpm.svg";
readonly "rpt.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/rpt.svg";
readonly "rsa.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/rsa.svg";
readonly "rss.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/rss.svg";
readonly "rst.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/rst.svg";
readonly "rtf.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/rtf.svg";
readonly "ru.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ru.svg";
readonly "rub.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/rub.svg";
readonly "sass.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/sass.svg";
readonly "scss.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/scss.svg";
readonly "sdf.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/sdf.svg";
readonly "sed.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/sed.svg";
readonly "sh.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/sh.svg";
readonly "sit.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/sit.svg";
readonly "sitemap.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/sitemap.svg";
readonly "skin.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/skin.svg";
readonly "sldm.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/sldm.svg";
readonly "sldx.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/sldx.svg";
readonly "sln.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/sln.svg";
readonly "sol.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/sol.svg";
readonly "sphinx.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/sphinx.svg";
readonly "sql.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/sql.svg";
readonly "sqlite.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/sqlite.svg";
readonly "step.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/step.svg";
readonly "stl.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/stl.svg";
readonly "svg.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/svg.svg";
readonly "swd.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/swd.svg";
readonly "swf.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/swf.svg";
readonly "swift.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/swift.svg";
readonly "swp.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/swp.svg";
readonly "sys.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/sys.svg";
readonly "tar.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/tar.svg";
readonly "tax.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/tax.svg";
readonly "tcsh.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/tcsh.svg";
readonly "tex.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/tex.svg";
readonly "tfignore.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/tfignore.svg";
readonly "tga.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/tga.svg";
readonly "tgz.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/tgz.svg";
readonly "tif.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/tif.svg";
readonly "tiff.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/tiff.svg";
readonly "tmp.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/tmp.svg";
readonly "tmx.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/tmx.svg";
readonly "torrent.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/torrent.svg";
readonly "tpl.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/tpl.svg";
readonly "ts.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ts.svg";
readonly "tsv.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/tsv.svg";
readonly "ttf.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/ttf.svg";
readonly "twig.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/twig.svg";
readonly "txt.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/txt.svg";
readonly "udf.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/udf.svg";
readonly "vb.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/vb.svg";
readonly "vbproj.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/vbproj.svg";
readonly "vbs.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/vbs.svg";
readonly "vcd.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/vcd.svg";
readonly "vcf.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/vcf.svg";
readonly "vcs.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/vcs.svg";
readonly "vdi.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/vdi.svg";
readonly "vdx.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/vdx.svg";
readonly "vmdk.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/vmdk.svg";
readonly "vob.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/vob.svg";
readonly "vox.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/vox.svg";
readonly "vscodeignore.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/vscodeignore.svg";
readonly "vsd.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/vsd.svg";
readonly "vss.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/vss.svg";
readonly "vst.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/vst.svg";
readonly "vsx.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/vsx.svg";
readonly "vtx.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/vtx.svg";
readonly "war.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/war.svg";
readonly "wav.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/wav.svg";
readonly "wbk.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/wbk.svg";
readonly "webinfo.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/webinfo.svg";
readonly "webm.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/webm.svg";
readonly "webp.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/webp.svg";
readonly "wma.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/wma.svg";
readonly "wmf.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/wmf.svg";
readonly "wmv.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/wmv.svg";
readonly "woff.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/woff.svg";
readonly "woff2.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/woff2.svg";
readonly "wps.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/wps.svg";
readonly "wsf.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/wsf.svg";
readonly "xaml.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/xaml.svg";
readonly "xcf.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/xcf.svg";
readonly "xfl.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/xfl.svg";
readonly "xlm.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/xlm.svg";
readonly "xls.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/xls.svg";
readonly "xlsm.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/xlsm.svg";
readonly "xlsx.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/xlsx.svg";
readonly "xlt.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/xlt.svg";
readonly "xltm.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/xltm.svg";
readonly "xltx.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/xltx.svg";
readonly "xml.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/xml.svg";
readonly "xpi.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/xpi.svg";
readonly "xps.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/xps.svg";
readonly "xrb.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/xrb.svg";
readonly "xsd.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/xsd.svg";
readonly "xsl.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/xsl.svg";
readonly "xspf.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/xspf.svg";
readonly "xz.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/xz.svg";
readonly "yaml.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/yaml.svg";
readonly "yml.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/yml.svg";
readonly "z.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/z.svg";
readonly "zip.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/zip.svg";
readonly "zsh.svg": "https://paiol.idz.one/estaticos/icones-tipos-arquivos/zsh.svg";
};
readonly imagens: {
readonly "exemplo_brasao.jpeg": "https://paiol.idz.one/estaticos/imagens/exemplo_brasao.jpeg";
readonly "favicon.ico": "https://paiol.idz.one/estaticos/imagens/favicon.ico";
readonly "quero-quero.gif": "https://paiol.idz.one/estaticos/imagens/quero-quero.gif";
};
readonly logos: {
readonly "betha-meio-ambiente": {
readonly "Logo-betha-meio-ambiente-brasao.png": "https://paiol.idz.one/estaticos/logos/betha-meio-ambiente/Logo-betha-meio-ambiente-brasao.png";
readonly "Logo-betha-meio-ambiente-brasao.svg": "https://paiol.idz.one/estaticos/logos/betha-meio-ambiente/Logo-betha-meio-ambiente-brasao.svg";
readonly "Logo-betha-meio-ambiente-horizontal-branco.png": "https://paiol.idz.one/estaticos/logos/betha-meio-ambiente/Logo-betha-meio-ambiente-horizontal-branco.png";
readonly "Logo-betha-meio-ambiente-horizontal-branco.svg": "https://paiol.idz.one/estaticos/logos/betha-meio-ambiente/Logo-betha-meio-ambiente-horizontal-branco.svg";
readonly "Logo-betha-meio-ambiente-horizontal.png": "https://paiol.idz.one/estaticos/logos/betha-meio-ambiente/Logo-betha-meio-ambiente-horizontal.png";
readonly "Logo-betha-meio-ambiente-horizontal.svg": "https://paiol.idz.one/estaticos/logos/betha-meio-ambiente/Logo-betha-meio-ambiente-horizontal.svg";
readonly "Logo-betha-meio-ambiente-vertical.png": "https://paiol.idz.one/estaticos/logos/betha-meio-ambiente/Logo-betha-meio-ambiente-vertical.png";
readonly "Logo-betha-meio-ambiente-vertical.svg": "https://paiol.idz.one/estaticos/logos/betha-meio-ambiente/Logo-betha-meio-ambiente-vertical.svg";
};
readonly "betha-sistemas": {
readonly "logo.png": "https://paiol.idz.one/estaticos/logos/betha-sistemas/logo.png";
};
readonly "e-licencie-gov": {
readonly "Logo-e-licencie-gov-horizontal-branco.png": "https://paiol.idz.one/estaticos/logos/e-licencie-gov/Logo-e-licencie-gov-horizontal-branco.png";
readonly "Logo-e-licencie-gov-horizontal-branco.svg": "https://paiol.idz.one/estaticos/logos/e-licencie-gov/Logo-e-licencie-gov-horizontal-branco.svg";
readonly "Logo-e-licencie-gov-horizontal.png": "https://paiol.idz.one/estaticos/logos/e-licencie-gov/Logo-e-licencie-gov-horizontal.png";
readonly "Logo-e-licencie-gov-horizontal.svg": "https://paiol.idz.one/estaticos/logos/e-licencie-gov/Logo-e-licencie-gov-horizontal.svg";
readonly "Logo-e-licencie-gov-vertical.___": "https://paiol.idz.one/estaticos/logos/e-licencie-gov/Logo-e-licencie-gov-vertical.___";
readonly "Logo-e-licencie-gov-vertical.svg": "https://paiol.idz.one/estaticos/logos/e-licencie-gov/Logo-e-licencie-gov-vertical.svg";
};
readonly "e-licencie": {
readonly "branco-branco.png": "https://paiol.idz.one/estaticos/logos/e-licencie/branco-branco.png";
readonly "escala-branco_.png": "https://paiol.idz.one/estaticos/logos/e-licencie/escala-branco_.png";
readonly "escala-branco.png": "https://paiol.idz.one/estaticos/logos/e-licencie/escala-branco.png";
readonly "logo_verde_plantula_branca.png": "https://paiol.idz.one/estaticos/logos/e-licencie/logo_verde_plantula_branca.png";
readonly "verde-verde_.png": "https://paiol.idz.one/estaticos/logos/e-licencie/verde-verde_.png";
readonly "verde-verde.png": "https://paiol.idz.one/estaticos/logos/e-licencie/verde-verde.png";
};
readonly outros: {
readonly "whatsapp.png": "https://paiol.idz.one/estaticos/logos/outros/whatsapp.png";
};
};
readonly modulos: {
readonly "conversor_para_svg.md": "https://paiol.idz.one/estaticos/modulos/conversor_para_svg.md";
readonly "modulo_e_licencie.svg": "https://paiol.idz.one/estaticos/modulos/modulo_e_licencie.svg";
readonly "modulo_orcamento.svg": "https://paiol.idz.one/estaticos/modulos/modulo_orcamento.svg";
readonly "modulo_residuos.svg": "https://paiol.idz.one/estaticos/modulos/modulo_residuos.svg";
};
readonly "quero-quero.gif": "https://paiol.idz.one/estaticos/quero-quero.gif";
};
export { estaticos };

1
dist-front/index.mjs Normal file

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,93 @@
import fs from "node:fs"
import path from "node:path"
import dotenv from "dotenv"
import * as Minio from "minio"
dotenv.config()
const pasta_src = path.resolve(process.cwd(), "src")
const arquivoDestino = path.resolve(pasta_src, "estaticos.ts")
const endPoint = process.env.endPoint as string
const port = Number(process.env.port) || 443
const useSSL = process.env.useSSL === "true"
const accessKey = process.env.accessKey as string
const secretKey = process.env.secretKey as string
const bucket = "estaticos"
if (!endPoint || !accessKey || !secretKey || !bucket) {
console.error("Variáveis de ambiente do MinIO incompletas em .env")
process.exit(1)
}
const minioClient = new Minio.Client({
endPoint,
port,
useSSL,
accessKey,
secretKey,
})
export const gerar = (async () => {
const objectsList: string[] = []
const stream = minioClient.listObjectsV2(bucket, "", true)
stream.on("data", (obj) => {
if (obj.name && !obj.name.endsWith("/")) {
objectsList.push(`/${obj.name}`) // Minio doesn't return leading slashes usually
}
})
stream.on("end", () => {
const arquivo_ts = `
/**
* URLs fixas de estáticos no bucket
*/
export const estaticos = ()=> (${(() => {
type tp = {
[key: string]: string | tp
}
const arquivos = {} as tp
objectsList.sort((a, b) =>
a.localeCompare(b, "pt-BR", { sensitivity: "base" }),
) // Pre-sort the array alphabetically with pt-BR case-insensitivity
for (const arquivo of objectsList) {
// arquivo already starts with '/'
const partes = arquivo.slice(1).split("/")
let pasta: any = arquivos
for (const [i, parte] of partes.entries()) {
if (i === partes.length - 1) {
pasta[parte] =
`~~~https://paiol.idz.one/estaticos${encodeURI(arquivo)}~~~`
} else {
pasta[parte] = pasta[parte] || {}
pasta = pasta[parte]
}
}
}
return JSON.stringify(arquivos, null, 2)
.replace(/"~~~/g, "'")
.replace(/~~~"/g, "'")
})()}) as const;
`
// criar pasta de arquivo destino
const pastaDestino = path.dirname(arquivoDestino)
if (!fs.existsSync(pastaDestino)) {
fs.mkdirSync(pastaDestino, { recursive: true })
}
// escrever arquivo
fs.writeFileSync(arquivoDestino, arquivo_ts)
console.log("Arquivo gerado com sucesso")
})
stream.on("error", (err) =>
console.log("Erro ao listar objetos do MinIO:", err),
)
})()

48
package.json Executable file
View file

@ -0,0 +1,48 @@
{
"name": "p-estaticos",
"version": "0.104.0",
"description": "",
"main": "./dist-back/index.js",
"module": "./dist-front/index.mjs",
"types": "./src/index.ts",
"exports": {
".": {
"types": "./src/index.ts",
"import": "./dist-front/index.mjs",
"require": "./dist-back/index.js"
}
},
"scripts": {
"build": "npm --no-git-tag-version version minor && pnpm run gerar && pnpm run check && tsup --config ./node_modules/p-comuns/tsup/tsup.config.ts",
"nodev": "check-node-version --node '>= 20'",
"gerar": "dotenv -e .env tsx ferramentas/mapear_minio.ts gerar",
"biome": "npx @biomejs/biome check --write ./src && npx @biomejs/biome check --write ./ferramentas",
"check": "pnpm run biome && tsc --noEmit"
},
"author": {
"name": "AZTECA SOFTWARE LTDA",
"email": "ti@e-licencie.com.br",
"url": "https://e-licencie.com.br"
},
"license": "ISC",
"dependencies": {
"dayjs": "1.11.13"
},
"devDependencies": {
"minio": "^8.0.6",
"p-comuns": "git+https://git2.idz.one/publico/_comuns.git",
"@biomejs/biome": "2.4.0",
"@types/node": "^20.19.11",
"dotenv": "^16.6.1",
"dotenv-cli": "^7.4.4",
"glob": "10.4.5",
"kill-port-process": "^3.2.1",
"tsup": "^8.5.0",
"typescript": "~5.9.2"
},
"pnpm": {
"onlyBuiltDependencies": [
"@biomejs/biome"
]
}
}

2540
pnpm-lock.yaml generated Executable file

File diff suppressed because it is too large Load diff

1184
src/estaticos.ts Executable file

File diff suppressed because it is too large Load diff

2
src/index.ts Executable file
View file

@ -0,0 +1,2 @@
import { estaticos } from "./estaticos"
export { estaticos }

22
tsconfig.json Executable file
View file

@ -0,0 +1,22 @@
{
"compilerOptions": {
"outDir": "dist",
"esModuleInterop": true,
"noImplicitAny": true,
"target": "ES2020",
"jsx": "react",
"declaration": true,
"declarationDir": "dist",
"sourceMap": true,
"module": "CommonJS",
"moduleResolution": "node"
},
"include": [
"src/**/*.ts",
"src/**/*.tsx"
],
"exclude": [
"node_modules"
]
}