types-nora-api 0.0.359 → 0.0.360
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 +2 -1
- package/package.json +1 -1
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
|
-
|
|
1039
|
+
amarracaoFichaSessaoUnica: FichaAmarradaParticipanteSessaoUnicaDto | null;
|
|
1040
1040
|
valido: boolean;
|
|
1041
1041
|
participantePendente: boolean;
|
|
1042
1042
|
}
|
|
@@ -1184,6 +1184,7 @@ 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;
|