types-nora-api 0.0.411 → 0.0.412
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 +0 -3
- package/package.json +1 -1
package/dist/classes.d.ts
CHANGED
|
@@ -1027,7 +1027,6 @@ type GrupoAventuraParaAssistirDto = {
|
|
|
1027
1027
|
linkSerieSpotify: LinkCompletaDto | null;
|
|
1028
1028
|
detalhesSessoesAventuras: DetalheSessaoAventuraSemGrupoDto[];
|
|
1029
1029
|
personagensDaAventura: GrupoAventuraPersonagemSemGrupoAventuraDto[];
|
|
1030
|
-
sessaoFinal: SessaoCompletaDto | null;
|
|
1031
1030
|
dataPrevisaoInicio: Date | null;
|
|
1032
1031
|
ddsPadrao: number | null;
|
|
1033
1032
|
recorrencia: string | null;
|
|
@@ -1036,8 +1035,6 @@ type GrupoAventuraParaAssistirDto = {
|
|
|
1036
1035
|
dataQueIniciou: Date | null;
|
|
1037
1036
|
dataQueEncerrou: Date | null;
|
|
1038
1037
|
estadoAtual: AventuraEstado;
|
|
1039
|
-
obtemTextoInformacionalOcorrencia: string | null;
|
|
1040
|
-
sessaoMaisRecente: SessaoCompletaDto | null;
|
|
1041
1038
|
numeroSessoesFinalizadasGrupoAventura: number;
|
|
1042
1039
|
duracaoGrupoAventuraEmSegundos: number | null;
|
|
1043
1040
|
tempoProximaSessao: string | null;
|