types-nora-api 0.0.322 → 0.0.323

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
@@ -2178,6 +2178,12 @@ type TipoVariavelAmbiente = 'boolean' | 'string' | 'number';
2178
2178
  type ObjetoEvolucaoCompleto = ObjetoEvolucao & ObjetoGanhosEvolucao;
2179
2179
  type ObjetoEvolucao = {
2180
2180
  fichaEmProcessoDeEvolucao: FichaEmProcessoDeEvolucaoDto;
2181
+ listaReferenciaTodosAtributos: AtributoDto[];
2182
+ listaReferenciaPericiasDisponiveis: PericiaDto[];
2183
+ listaReferenciaTodasPatentes: PatentePericiaDto[];
2184
+ listaReferenciaTodasEstatisticasDanificaveis: EstatisticaDanificavelDto[];
2185
+ listaReferenciaTodasClasses: ClasseDto[];
2186
+ listaReferenciaTodosTiposGanho: TipoGanhoNivelDto[];
2181
2187
  };
2182
2188
  type ObjetoGanhosEvolucao = {
2183
2189
  listaGanhos: GanhoNivelClasseDto[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "types-nora-api",
3
- "version": "0.0.322",
3
+ "version": "0.0.323",
4
4
  "description": "Tipagem da Nora-Api compartilhada com o universodomedo.com",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",