types-nora-api 0.0.304 → 0.0.305
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/classes.d.ts +4 -0
- package/dist/classes.js +1 -0
- package/package.json +1 -1
package/dist/classes.d.ts
CHANGED
|
@@ -131,6 +131,10 @@ declare const ARQUIVOS_INTERNOS: {
|
|
|
131
131
|
readonly caminhoArquivo: "RecursosInternos/d825ef40-3d64-4be5-879d-357f0a14b815.svg";
|
|
132
132
|
readonly id: 49;
|
|
133
133
|
};
|
|
134
|
+
readonly PAGINA_ATERRISSAGEM__MASCARA_CARROSSEL: {
|
|
135
|
+
readonly caminhoArquivo: "RecursosInternos/463d4bf4-1ce9-4004-a2d8-d3796d01f6e5.svg";
|
|
136
|
+
readonly id: 56;
|
|
137
|
+
};
|
|
134
138
|
readonly PAGINA_ATERRISSAGEM__MOLDURA_MISSAO: {
|
|
135
139
|
readonly caminhoArquivo: "RecursosInternos/84c75e7f-7393-402f-9b63-8efce24fc8fc.svg";
|
|
136
140
|
readonly id: 54;
|
package/dist/classes.js
CHANGED
|
@@ -37,6 +37,7 @@ const ARQUIVOS_INTERNOS = {
|
|
|
37
37
|
PAGINA_ATERRISSAGEM__MARCA_PAGINA__BASE: { caminhoArquivo: 'RecursosInternos/b1d3ead1-69df-456d-be65-b3d03c2a8e45.webp', id: 43 },
|
|
38
38
|
PAGINA_ATERRISSAGEM__MARCA_PAGINA__DETALHE_BORDA: { caminhoArquivo: 'RecursosInternos/b0dd4e07-c7fd-4b10-9a43-2419fb2bf244.webp', id: 42 },
|
|
39
39
|
PAGINA_ATERRISSAGEM__MARCA_PAGINA__VETOR: { caminhoArquivo: 'RecursosInternos/d825ef40-3d64-4be5-879d-357f0a14b815.svg', id: 49 },
|
|
40
|
+
PAGINA_ATERRISSAGEM__MASCARA_CARROSSEL: { caminhoArquivo: 'RecursosInternos/463d4bf4-1ce9-4004-a2d8-d3796d01f6e5.svg', id: 56 },
|
|
40
41
|
PAGINA_ATERRISSAGEM__MOLDURA_MISSAO: { caminhoArquivo: 'RecursosInternos/84c75e7f-7393-402f-9b63-8efce24fc8fc.svg', id: 54 },
|
|
41
42
|
PAGINA_ATERRISSAGEM__MOLDURA_TITULO_DIREITA: { caminhoArquivo: 'RecursosInternos/dbb87df4-3812-443a-a6f0-26acd7a755d8.svg', id: 38 },
|
|
42
43
|
PAGINA_ATERRISSAGEM__MOLDURA_TITULO_ESQUERDA: { caminhoArquivo: 'RecursosInternos/6f1858e0-2826-4b5a-bfc3-61017fec5c99.svg', id: 52 },
|