types-nora-api 0.0.461 → 0.0.463

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,7 +1089,7 @@ 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
1094
  sessaoFinal: SessaoCompletaDto | null;
1095
1095
  dataPrevisaoInicio: Date | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "types-nora-api",
3
- "version": "0.0.461",
3
+ "version": "0.0.463",
4
4
  "description": "Tipagem da Nora-Api compartilhada com o universodomedo.com",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",