types-nora-api 0.0.324 → 0.0.325

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
@@ -1053,7 +1053,10 @@ interface IFicha {
1053
1053
  ficha: ObjetoFicha;
1054
1054
  detalhesEvolucao: DetalheEvolucao[];
1055
1055
  fichaDeJogo: FichaDeJogo | null;
1056
+ pai: PaiFichaRef;
1056
1057
  paiTipo: PaiFichaTipo;
1058
+ nome: string | null;
1059
+ nomeComDetalhe: string | null;
1057
1060
  nivel: NivelDto | null;
1058
1061
  }
1059
1062
  type FichaDto = IFicha;
@@ -1067,6 +1070,8 @@ type FichaEmProcessoDeEvolucaoDto = {
1067
1070
  detalhesEvolucao: DetalheEvolucao[];
1068
1071
  fichaDeJogo: FichaDeJogo;
1069
1072
  paiTipo: PaiFichaTipo;
1073
+ nome: string | null;
1074
+ nomeComDetalhe: string | null;
1070
1075
  nivel: NivelDto;
1071
1076
  };
1072
1077
  type ObjetoFicha = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "types-nora-api",
3
- "version": "0.0.324",
3
+ "version": "0.0.325",
4
4
  "description": "Tipagem da Nora-Api compartilhada com o universodomedo.com",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",