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 +6 -0
- package/package.json +1 -1
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[];
|