types-nora-api 0.0.85 → 0.0.87
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 +2 -0
- package/package.json +1 -1
package/dist/classes.d.ts
CHANGED
|
@@ -333,6 +333,7 @@ interface ILink {
|
|
|
333
333
|
id: number;
|
|
334
334
|
tipoLink: TipoLinkDto;
|
|
335
335
|
sufixo: string;
|
|
336
|
+
descricao: string;
|
|
336
337
|
dataCriacao: Date;
|
|
337
338
|
urlCompleta: string;
|
|
338
339
|
}
|
|
@@ -506,6 +507,7 @@ interface ISessao {
|
|
|
506
507
|
dataFimReal: Date | null;
|
|
507
508
|
episodio: number;
|
|
508
509
|
estadoAtual: EstadoSessao;
|
|
510
|
+
episodioPorExtenso: string;
|
|
509
511
|
}
|
|
510
512
|
type SessaoDto = ISessao;
|
|
511
513
|
interface ITipoLinkSessao {
|