types-nora-api 0.0.55 → 0.0.57

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
@@ -410,7 +410,6 @@ type DetalheFicha = {
410
410
  interface IInformacaoPersonagem {
411
411
  fkPersonagensId: number;
412
412
  personagem: PersonagemDto;
413
- nivelAtual: NivelDto;
414
413
  nome: string;
415
414
  anoNascimento: number;
416
415
  }
@@ -615,6 +614,7 @@ type CargosUsuario = {
615
614
  type ObjetoAutenticacao = {
616
615
  usuarioLogado: UsuarioDto | null;
617
616
  variaveisAmbiente: VariavelAmbienteDto[];
617
+ pendenciasDePersonagem: number;
618
618
  };
619
619
  type ObjetoPendeciaPersonagem = {
620
620
  pendeciaUsuario: EstadoPendenciaPersonagem;
@@ -624,6 +624,7 @@ type TipoVariavelAmbiente = 'boolean' | 'string' | 'number';
624
624
  type ObjetoGanhosEvolucao = {
625
625
  personagem: PersonagemDto;
626
626
  fichaDeJogoVigente: FichaDeJogo;
627
+ nivelDoProcedimento: NivelDto;
627
628
  listaReferenciaTodosAtributos: AtributoDto[];
628
629
  listaReferenciaTodasPericias: PericiaDto[];
629
630
  listaReferenciaTodasPatentes: PatentePericiaDto[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "types-nora-api",
3
- "version": "0.0.55",
3
+ "version": "0.0.57",
4
4
  "description": "Tipagem da Nora-Api compartilhada com o universodomedo.com",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",