types-nora-api 0.0.318 → 0.0.319

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
@@ -2141,8 +2141,7 @@ type ObjetoPendeciaPersonagem = {
2141
2141
  type TipoVariavelAmbiente = 'boolean' | 'string' | 'number';
2142
2142
  type ObjetoEvolucaoCompleto = ObjetoEvolucao & ObjetoGanhosEvolucao;
2143
2143
  type ObjetoEvolucao = {
2144
- fichaDeJogoVigente: FichaDeJogo;
2145
- nivelDoProcedimento: NivelDto;
2144
+ ficha: FichaDto;
2146
2145
  };
2147
2146
  type ObjetoGanhosEvolucao = {
2148
2147
  listaGanhos: GanhoNivelClasseDto[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "types-nora-api",
3
- "version": "0.0.318",
3
+ "version": "0.0.319",
4
4
  "description": "Tipagem da Nora-Api compartilhada com o universodomedo.com",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",