types-nora-api 0.0.323 → 0.0.324

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,30 @@ declare const ARQUIVOS_INTERNOS: {
3
3
  readonly caminhoArquivo: "RecursosInternos/861fb939-1658-4310-a522-02d4acb7edea.webp";
4
4
  readonly id: 68;
5
5
  };
6
+ readonly BOTAO_CRIACAO__FICHA__IMAGEM__COPIA: {
7
+ readonly caminhoArquivo: "RecursosInternos/43aec7b5-bc08-408f-95d3-bc2116706829.webp";
8
+ readonly id: 81;
9
+ };
10
+ readonly BOTAO_CRIACAO__FICHA__IMAGEM__CRIA: {
11
+ readonly caminhoArquivo: "RecursosInternos/443a5cb8-3dde-4e85-8b3e-d860cd5dd8b6.webp";
12
+ readonly id: 80;
13
+ };
14
+ readonly BOTAO_CRIACAO__FUNDO: {
15
+ readonly caminhoArquivo: "RecursosInternos/293f0bdc-9d1b-4796-8a79-3a23cf1e4e57.webp";
16
+ readonly id: 78;
17
+ };
18
+ readonly BOTAO_CRIACAO__ORNAMENTO: {
19
+ readonly caminhoArquivo: "RecursosInternos/f1a2b62d-e322-47b3-81b0-b788320e59b1.svg";
20
+ readonly id: 79;
21
+ };
22
+ readonly BOTAO_CRIACAO__PERSONAGEM__IMAGEM__COPIA: {
23
+ readonly caminhoArquivo: "RecursosInternos/432f9fac-a4dd-4f7a-9aad-dc69b8452543.webp";
24
+ readonly id: 84;
25
+ };
26
+ readonly BOTAO_CRIACAO__PERSONAGEM__IMAGEM__NOVO: {
27
+ readonly caminhoArquivo: "RecursosInternos/6f88f8e2-ad3d-45ae-bbb9-6a3eae43b3cf.webp";
28
+ readonly id: 83;
29
+ };
6
30
  readonly CARD_ACESSAR: {
7
31
  readonly caminhoArquivo: "RecursosInternos/cce6bdea-0aee-4424-86a1-36a5279cee0d.webp";
8
32
  readonly id: 69;
@@ -1122,6 +1146,8 @@ interface IFichaTemporaria {
1122
1146
  nivel: NivelDto;
1123
1147
  dataAtualizacao: Date;
1124
1148
  historicoDetalhesEvolucao: HistoricoDetalhesEvolucao;
1149
+ nome: string;
1150
+ descricao: string | null;
1125
1151
  }
1126
1152
  type FichaTemporariaDto = IFichaTemporaria;
1127
1153
  type HistoricoDetalhesEvolucao = DetalheEvolucao[][];
package/dist/classes.js CHANGED
@@ -5,6 +5,12 @@
5
5
  // Para atualizar: npm run codegen:contratos
6
6
  const ARQUIVOS_INTERNOS = {
7
7
  BACKGROUND_ACESSAR: { caminhoArquivo: 'RecursosInternos/861fb939-1658-4310-a522-02d4acb7edea.webp', id: 68 },
8
+ BOTAO_CRIACAO__FICHA__IMAGEM__COPIA: { caminhoArquivo: 'RecursosInternos/43aec7b5-bc08-408f-95d3-bc2116706829.webp', id: 81 },
9
+ BOTAO_CRIACAO__FICHA__IMAGEM__CRIA: { caminhoArquivo: 'RecursosInternos/443a5cb8-3dde-4e85-8b3e-d860cd5dd8b6.webp', id: 80 },
10
+ BOTAO_CRIACAO__FUNDO: { caminhoArquivo: 'RecursosInternos/293f0bdc-9d1b-4796-8a79-3a23cf1e4e57.webp', id: 78 },
11
+ BOTAO_CRIACAO__ORNAMENTO: { caminhoArquivo: 'RecursosInternos/f1a2b62d-e322-47b3-81b0-b788320e59b1.svg', id: 79 },
12
+ BOTAO_CRIACAO__PERSONAGEM__IMAGEM__COPIA: { caminhoArquivo: 'RecursosInternos/432f9fac-a4dd-4f7a-9aad-dc69b8452543.webp', id: 84 },
13
+ BOTAO_CRIACAO__PERSONAGEM__IMAGEM__NOVO: { caminhoArquivo: 'RecursosInternos/6f88f8e2-ad3d-45ae-bbb9-6a3eae43b3cf.webp', id: 83 },
8
14
  CARD_ACESSAR: { caminhoArquivo: 'RecursosInternos/cce6bdea-0aee-4424-86a1-36a5279cee0d.webp', id: 69 },
9
15
  IMAGENS_CLASSES__DOMINANTE: { caminhoArquivo: 'RecursosInternos/c2dea8b3-18bd-4860-850f-30affcd9b9e6.webp', id: 65 },
10
16
  IMAGENS_CLASSES__MARCADO: { caminhoArquivo: 'RecursosInternos/47bc5d7f-0dbc-4be5-a793-5773c25f93f7.webp', id: 67 },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "types-nora-api",
3
- "version": "0.0.323",
3
+ "version": "0.0.324",
4
4
  "description": "Tipagem da Nora-Api compartilhada com o universodomedo.com",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",