types-nora-api 0.0.310 → 0.0.311

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 CHANGED
@@ -27,6 +27,18 @@ declare const ARQUIVOS_INTERNOS: {
27
27
  readonly caminhoArquivo: "RecursosInternos/77be9843-77e8-412e-9967-911908fc9308.svg";
28
28
  readonly id: 73;
29
29
  };
30
+ readonly MENU_PRINCIPAL__CAMADA_1: {
31
+ readonly caminhoArquivo: "RecursosInternos/5c938b7d-767d-4975-b19e-ff634e42b514.svg";
32
+ readonly id: 75;
33
+ };
34
+ readonly MENU_PRINCIPAL__CAMADA_2: {
35
+ readonly caminhoArquivo: "RecursosInternos/ba820662-3acb-4775-9c28-b3bf16e4b7d5.svg";
36
+ readonly id: 76;
37
+ };
38
+ readonly MENU_PRINCIPAL__CAMADA_3: {
39
+ readonly caminhoArquivo: "RecursosInternos/f707c9f5-fa85-4376-bb92-4a52a1eadb9b.svg";
40
+ readonly id: 77;
41
+ };
30
42
  readonly MENU_PRINCIPAL__MOLDURA: {
31
43
  readonly caminhoArquivo: "RecursosInternos/7ff3130f-dde0-43e0-bdc8-bb9e2295eb75.svg";
32
44
  readonly id: 74;
package/dist/classes.js CHANGED
@@ -11,6 +11,9 @@ const ARQUIVOS_INTERNOS = {
11
11
  IMAGENS_CLASSES__VERSATIL: { caminhoArquivo: 'RecursosInternos/4a72a81c-d084-4cca-9411-df93c85514ae.webp', id: 66 },
12
12
  LOGO: { caminhoArquivo: 'RecursosInternos/4cc77fa6-d0f3-4b1d-bdb0-2e42c89fe53b.svg', id: 71 },
13
13
  MENU_PRINCIPAL__BOTAO_ABRIR: { caminhoArquivo: 'RecursosInternos/77be9843-77e8-412e-9967-911908fc9308.svg', id: 73 },
14
+ MENU_PRINCIPAL__CAMADA_1: { caminhoArquivo: 'RecursosInternos/5c938b7d-767d-4975-b19e-ff634e42b514.svg', id: 75 },
15
+ MENU_PRINCIPAL__CAMADA_2: { caminhoArquivo: 'RecursosInternos/ba820662-3acb-4775-9c28-b3bf16e4b7d5.svg', id: 76 },
16
+ MENU_PRINCIPAL__CAMADA_3: { caminhoArquivo: 'RecursosInternos/f707c9f5-fa85-4376-bb92-4a52a1eadb9b.svg', id: 77 },
14
17
  MENU_PRINCIPAL__MOLDURA: { caminhoArquivo: 'RecursosInternos/7ff3130f-dde0-43e0-bdc8-bb9e2295eb75.svg', id: 74 },
15
18
  PAGINA_ATERRISSAGEM__BOTAO_ACESSAR__BORDA: { caminhoArquivo: 'RecursosInternos/c758f4fb-8866-4e13-a1d5-7162cbaf3482.svg', id: 5 },
16
19
  PAGINA_ATERRISSAGEM__BOTAO_ACESSAR__FUNDO: { caminhoArquivo: 'RecursosInternos/d338f07e-7685-407a-8814-d6d9b0f2d0cd.svg', id: 7 },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "types-nora-api",
3
- "version": "0.0.310",
3
+ "version": "0.0.311",
4
4
  "description": "Tipagem da Nora-Api compartilhada com o universodomedo.com",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",