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 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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "types-nora-api",
3
- "version": "0.0.85",
3
+ "version": "0.0.87",
4
4
  "description": "Tipagem da Nora-Api compartilhada com o universodomedo.com",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",