types-nora-api 0.0.359 → 0.0.361

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
@@ -1036,7 +1036,7 @@ interface IParticipanteSessaoUnica {
1036
1036
  detalheSessaoUnica: DetalheSessaoUnicaDto;
1037
1037
  usuario: UsuarioDto;
1038
1038
  personagem: PersonagemDto | null;
1039
- fichaAmarrada: FichaAmarradaParticipanteSessaoUnicaDto | null;
1039
+ amarracaoFichaSessaoUnica: FichaAmarradaParticipanteSessaoUnicaDto | null;
1040
1040
  valido: boolean;
1041
1041
  participantePendente: boolean;
1042
1042
  }
@@ -1184,10 +1184,12 @@ interface IFichaTemporaria {
1184
1184
  usuario: UsuarioDto;
1185
1185
  ficha: FichaDto;
1186
1186
  nivel: NivelDto;
1187
+ amarracaoFichaSessaoUnica: FichaAmarradaParticipanteSessaoUnicaDto | null;
1187
1188
  dataAtualizacao: Date;
1188
1189
  historicoDetalhesEvolucao: HistoricoDetalhesEvolucao;
1189
1190
  nome: string;
1190
1191
  descricao: string | null;
1192
+ detalheSessaoUnicaAmarrada: DetalheSessaoUnicaDto | null;
1191
1193
  }
1192
1194
  type FichaTemporariaDto = IFichaTemporaria;
1193
1195
  type HistoricoDetalhesEvolucao = DetalheEvolucao[][];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "types-nora-api",
3
- "version": "0.0.359",
3
+ "version": "0.0.361",
4
4
  "description": "Tipagem da Nora-Api compartilhada com o universodomedo.com",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",