types-nora-api 0.0.379 → 0.0.380

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
@@ -1732,7 +1732,7 @@ type SessaoCompletaDto = {
1732
1732
  detalheData: string;
1733
1733
  tipo: TipoSessao;
1734
1734
  tipoPorExtenso: string;
1735
- usuarioMestre: UsuarioCompletaDto;
1735
+ usuarioMestre: UsuarioSemPersonagensDto;
1736
1736
  tituloInteligente: TituloSessaoInteligente;
1737
1737
  imagemCapa: {
1738
1738
  temCapaConfigurada: boolean;
@@ -1751,7 +1751,7 @@ type SessaoEmVisualizacaoDto = {
1751
1751
  detalheData: string;
1752
1752
  tipo: TipoSessao;
1753
1753
  tipoPorExtenso: string;
1754
- usuarioMestre: UsuarioCompletaDto;
1754
+ usuarioMestre: UsuarioSemPersonagensDto;
1755
1755
  tituloInteligente: TituloSessaoInteligente;
1756
1756
  imagemCapa: {
1757
1757
  temCapaConfigurada: boolean;
@@ -2560,7 +2560,7 @@ type CargosUsuario = {
2560
2560
  cargos: string[];
2561
2561
  };
2562
2562
  type ObjetoAutenticacao = {
2563
- usuarioLogado: UsuarioCompletaDto | null;
2563
+ usuarioLogado: UsuarioSemPersonagensDto | null;
2564
2564
  variaveisAmbiente: VariavelAmbienteCompletaDto[];
2565
2565
  capacidadesConcedidas: Record<string, true>;
2566
2566
  cadastroPermitido: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "types-nora-api",
3
- "version": "0.0.379",
3
+ "version": "0.0.380",
4
4
  "description": "Tipagem da Nora-Api compartilhada com o universodomedo.com",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",