types-nora-api 0.0.416 → 0.0.417
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 -2
- package/package.json +1 -1
package/dist/classes.d.ts
CHANGED
|
@@ -2380,7 +2380,7 @@ type PayloadEmitirFichaEmJogo = {
|
|
|
2380
2380
|
idFicha: number;
|
|
2381
2381
|
};
|
|
2382
2382
|
type SOCKET_AcessoUsuario = {
|
|
2383
|
-
usuario:
|
|
2383
|
+
usuario: UsuarioParaObjetoAutenticacaoDto;
|
|
2384
2384
|
paginaAtual?: PaginaTemplate | null;
|
|
2385
2385
|
dataAtualizacao: Date;
|
|
2386
2386
|
};
|
|
@@ -2681,7 +2681,7 @@ type CargosUsuario = {
|
|
|
2681
2681
|
cargos: string[];
|
|
2682
2682
|
};
|
|
2683
2683
|
type ObjetoAutenticacao = {
|
|
2684
|
-
usuarioLogado:
|
|
2684
|
+
usuarioLogado: UsuarioParaObjetoAutenticacaoDto | null;
|
|
2685
2685
|
variaveisAmbiente: VariavelAmbienteCompletaDto[];
|
|
2686
2686
|
capacidadesConcedidas: Record<string, true>;
|
|
2687
2687
|
cadastroPermitido: boolean;
|