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 CHANGED
@@ -1091,10 +1091,12 @@ type IdentificadorSessaoParaAssistir = {
1091
1091
  tipoSessao: 'SESSAO_UNICA_CANONICA';
1092
1092
  };
1093
1093
  type TituloSessaoParaAssistir = {
1094
- titulo: string;
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "types-nora-api",
3
- "version": "0.0.372",
3
+ "version": "0.0.373",
4
4
  "description": "Tipagem da Nora-Api compartilhada com o universodomedo.com",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",