types-nora-api 0.0.297 → 0.0.298

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
@@ -91,6 +91,10 @@ declare const ARQUIVOS_INTERNOS: {
91
91
  readonly caminhoArquivo: "RecursosInternos/2b42443e-a8f2-44d0-90b6-e8234e8d4074.webp";
92
92
  readonly id: 23;
93
93
  };
94
+ readonly PAGINA_ATERRISSAGEM__FUNDO_TINTA: {
95
+ readonly caminhoArquivo: "RecursosInternos/9bcc2643-f20d-457b-9052-f2b31ed146c6.svg";
96
+ readonly id: 35;
97
+ };
94
98
  readonly PAGINA_ATERRISSAGEM__RODAPE: {
95
99
  readonly caminhoArquivo: "RecursosInternos/6eb1dde2-d63b-4622-a667-bf316a9062ca.webp";
96
100
  readonly id: 17;
@@ -111,6 +115,10 @@ declare const ARQUIVOS_INTERNOS: {
111
115
  readonly caminhoArquivo: "RecursosInternos/c74b5064-8ca7-472b-a17a-553829959f50.webp";
112
116
  readonly id: 26;
113
117
  };
118
+ readonly PAGINA_ATERRISSAGEM__SIMBOLOS_FUNDO: {
119
+ readonly caminhoArquivo: "RecursosInternos/cd7505b7-4176-4d61-b12d-d8ead8277765.webp";
120
+ readonly id: 36;
121
+ };
114
122
  };
115
123
  type ArquivoInternoDef = (typeof ARQUIVOS_INTERNOS)[keyof typeof ARQUIVOS_INTERNOS];
116
124
  type ArquivoInternoKey = keyof typeof ARQUIVOS_INTERNOS;
package/dist/classes.js CHANGED
@@ -27,11 +27,13 @@ const ARQUIVOS_INTERNOS = {
27
27
  PAGINA_ATERRISSAGEM__CARROSSEL_PRINCIPAL__SETA_PROXIMO: { caminhoArquivo: 'RecursosInternos/2bb90801-ae5b-4cca-b6d1-868a15ce38be.svg', id: 15 },
28
28
  PAGINA_ATERRISSAGEM__EXTERNO_MISSAO: { caminhoArquivo: 'RecursosInternos/739ea312-6d25-4f0d-97ae-ba4f22395867.webp', id: 24 },
29
29
  PAGINA_ATERRISSAGEM__FUNDO_MISSAO: { caminhoArquivo: 'RecursosInternos/2b42443e-a8f2-44d0-90b6-e8234e8d4074.webp', id: 23 },
30
+ PAGINA_ATERRISSAGEM__FUNDO_TINTA: { caminhoArquivo: 'RecursosInternos/9bcc2643-f20d-457b-9052-f2b31ed146c6.svg', id: 35 },
30
31
  PAGINA_ATERRISSAGEM__RODAPE: { caminhoArquivo: 'RecursosInternos/6eb1dde2-d63b-4622-a667-bf316a9062ca.webp', id: 17 },
31
32
  PAGINA_ATERRISSAGEM__SECAO_PRINCIPAL__BOTAO_JOGUE_AGORA: { caminhoArquivo: 'RecursosInternos/e272cc23-a845-4889-91ab-c83c17a99865.webp', id: 25 },
32
33
  PAGINA_ATERRISSAGEM__SECAO_PRINCIPAL__FUNDO: { caminhoArquivo: 'RecursosInternos/a318a6c7-0791-4286-99d1-414af9a17b66.webp', id: 9 },
33
34
  PAGINA_ATERRISSAGEM__SECAO_PRINCIPAL__MOLDURA_TITULO: { caminhoArquivo: 'RecursosInternos/fdd4a955-47d9-41fa-86c8-a510640f5353.svg', id: 10 },
34
35
  PAGINA_ATERRISSAGEM__SECAO_PRINCIPAL__SETA_JOGUE_AGORA: { caminhoArquivo: 'RecursosInternos/c74b5064-8ca7-472b-a17a-553829959f50.webp', id: 26 },
36
+ PAGINA_ATERRISSAGEM__SIMBOLOS_FUNDO: { caminhoArquivo: 'RecursosInternos/cd7505b7-4176-4d61-b12d-d8ead8277765.webp', id: 36 },
35
37
  };
36
38
  /* eslint-disable */
37
39
  // Arquivo gerado automaticamente. Não edite manualmente.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "types-nora-api",
3
- "version": "0.0.297",
3
+ "version": "0.0.298",
4
4
  "description": "Tipagem da Nora-Api compartilhada com o universodomedo.com",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",