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 CHANGED
@@ -2380,7 +2380,7 @@ type PayloadEmitirFichaEmJogo = {
2380
2380
  idFicha: number;
2381
2381
  };
2382
2382
  type SOCKET_AcessoUsuario = {
2383
- usuario: UsuarioSemPersonagensDto;
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: UsuarioSemPersonagensDto | null;
2684
+ usuarioLogado: UsuarioParaObjetoAutenticacaoDto | null;
2685
2685
  variaveisAmbiente: VariavelAmbienteCompletaDto[];
2686
2686
  capacidadesConcedidas: Record<string, true>;
2687
2687
  cadastroPermitido: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "types-nora-api",
3
- "version": "0.0.416",
3
+ "version": "0.0.417",
4
4
  "description": "Tipagem da Nora-Api compartilhada com o universodomedo.com",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",