types-nora-api 0.0.285 → 0.0.286

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
@@ -3,6 +3,14 @@ declare const ARQUIVOS_INTERNOS: {
3
3
  readonly caminhoArquivo: "RecursosInternos/c758f4fb-8866-4e13-a1d5-7162cbaf3482.svg";
4
4
  readonly id: 5;
5
5
  };
6
+ readonly PAGINA_ATERRISSAGEM__BOTAO_ACESSAR__FUNDO: {
7
+ readonly caminhoArquivo: "RecursosInternos/d338f07e-7685-407a-8814-d6d9b0f2d0cd.svg";
8
+ readonly id: 7;
9
+ };
10
+ readonly PAGINA_ATERRISSAGEM__BOTAO_ACESSAR__TEXTO: {
11
+ readonly caminhoArquivo: "RecursosInternos/c1f61701-a7b5-4a03-822b-c9e852988733.svg";
12
+ readonly id: 8;
13
+ };
6
14
  };
7
15
  type ARQUIVOS_INTERNOSDef = (typeof ARQUIVOS_INTERNOS)[keyof typeof ARQUIVOS_INTERNOS];
8
16
  declare const CAPACIDADES: {
package/dist/classes.js CHANGED
@@ -5,6 +5,8 @@
5
5
  // Para atualizar: npm run codegen:contratos
6
6
  const ARQUIVOS_INTERNOS = {
7
7
  PAGINA_ATERRISSAGEM__BOTAO_ACESSAR__BORDA: { caminhoArquivo: 'RecursosInternos/c758f4fb-8866-4e13-a1d5-7162cbaf3482.svg', id: 5 },
8
+ PAGINA_ATERRISSAGEM__BOTAO_ACESSAR__FUNDO: { caminhoArquivo: 'RecursosInternos/d338f07e-7685-407a-8814-d6d9b0f2d0cd.svg', id: 7 },
9
+ PAGINA_ATERRISSAGEM__BOTAO_ACESSAR__TEXTO: { caminhoArquivo: 'RecursosInternos/c1f61701-a7b5-4a03-822b-c9e852988733.svg', id: 8 },
8
10
  };
9
11
  /* eslint-disable */
10
12
  // 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.285",
3
+ "version": "0.0.286",
4
4
  "description": "Tipagem da Nora-Api compartilhada com o universodomedo.com",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",