types-nora-api 0.0.372 → 0.0.373
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 +4 -2
- package/package.json +1 -1
package/dist/classes.d.ts
CHANGED
|
@@ -1091,10 +1091,12 @@ type IdentificadorSessaoParaAssistir = {
|
|
|
1091
1091
|
tipoSessao: 'SESSAO_UNICA_CANONICA';
|
|
1092
1092
|
};
|
|
1093
1093
|
type TituloSessaoParaAssistir = {
|
|
1094
|
-
|
|
1095
|
-
} | {
|
|
1094
|
+
tipoSessao: 'AVENTURA';
|
|
1096
1095
|
tituloPrincipal: string;
|
|
1097
1096
|
tituloDetalhado: string;
|
|
1097
|
+
} | {
|
|
1098
|
+
tipoSessao: 'SESSAO_UNICA_CANONICA';
|
|
1099
|
+
titulo: string;
|
|
1098
1100
|
};
|
|
1099
1101
|
type DetalheSessaoUnicaCompletaDto = {
|
|
1100
1102
|
fkSessaoId: number;
|