types-nora-api 0.0.68 → 0.0.69

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
@@ -385,6 +385,10 @@ type FichaDeJogo = {
385
385
  estatisticasDanificaveis: EstatisticaDanificavelFicha[];
386
386
  detalhe: DetalheFicha;
387
387
  classe: ClasseDto;
388
+ detalhesUsoEvolucaoPericiasLivres: {
389
+ idPericia: number;
390
+ idPatente: number;
391
+ }[];
388
392
  };
389
393
  type AtributoFicha = {
390
394
  atributo: AtributoDto;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "types-nora-api",
3
- "version": "0.0.68",
3
+ "version": "0.0.69",
4
4
  "description": "Tipagem da Nora-Api compartilhada com o universodomedo.com",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",