types-nora-api 0.0.462 → 0.0.465

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
@@ -1089,9 +1089,9 @@ type GrupoAventuraCompletaDto = {
1089
1089
  linkTrailerYoutube: LinkCompletaDto | null;
1090
1090
  linkPlaylistYoutube: LinkCompletaDto | null;
1091
1091
  linkSerieSpotify: LinkCompletaDto | null;
1092
- detalhesSessoesAventuras: DetalheSessaoAventuraCompletaDto[];
1092
+ detalhesSessoesAventuras: DetalheSessaoAventuraSemGrupoDto[];
1093
1093
  personagensDaAventura: GrupoAventuraPersonagemSemGrupoAventuraDto[];
1094
- sessaoFinal: SessaoCompletaDto | null;
1094
+ sessaoFinal: SessaoEmVisualizacaoDto | null;
1095
1095
  dataPrevisaoInicio: Date | null;
1096
1096
  ddsPadrao: number | null;
1097
1097
  recorrencia: string | null;
@@ -1101,7 +1101,7 @@ type GrupoAventuraCompletaDto = {
1101
1101
  dataQueEncerrou: Date | null;
1102
1102
  estadoAtual: AventuraEstado;
1103
1103
  obtemTextoInformacionalOcorrencia: string | null;
1104
- sessaoMaisRecente: SessaoCompletaDto | null;
1104
+ sessaoMaisRecente: SessaoEmVisualizacaoDto | null;
1105
1105
  numeroSessoesFinalizadasGrupoAventura: number;
1106
1106
  duracaoGrupoAventuraEmSegundos: number | null;
1107
1107
  tempoProximaSessao: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "types-nora-api",
3
- "version": "0.0.462",
3
+ "version": "0.0.465",
4
4
  "description": "Tipagem da Nora-Api compartilhada com o universodomedo.com",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",