types-nora-api 0.0.384 → 0.0.385
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 +3 -1
- package/package.json +1 -1
package/dist/classes.d.ts
CHANGED
|
@@ -1684,6 +1684,8 @@ type RascunhoCompletaDto__Base = {
|
|
|
1684
1684
|
detalheUtilizacaoRascunho: DetalheUtilizacaoRascunho;
|
|
1685
1685
|
};
|
|
1686
1686
|
type RascunhoCompletaDto__Tipo = {
|
|
1687
|
+
idEstiloSessaoMestrada: number;
|
|
1688
|
+
} & ({
|
|
1687
1689
|
estiloSessaoMestrada: EstiloSessaoMestradaAventuraDto;
|
|
1688
1690
|
detalheRascunho: DetalheRascunhoAventuraCompletaDto | null;
|
|
1689
1691
|
} | {
|
|
@@ -1692,7 +1694,7 @@ type RascunhoCompletaDto__Tipo = {
|
|
|
1692
1694
|
} | {
|
|
1693
1695
|
estiloSessaoMestrada: EstiloSessaoMestradaSessaoUnicaNaoCanonicaDto;
|
|
1694
1696
|
detalheRascunho: DetalheRascunhoSessaoUnicaNaoCanonicaCompletaDto | null;
|
|
1695
|
-
};
|
|
1697
|
+
});
|
|
1696
1698
|
type RascunhoCompletaDto = RascunhoCompletaDto__Base & RascunhoCompletaDto__Tipo;
|
|
1697
1699
|
type RascunhoDetalhadoDto = {};
|
|
1698
1700
|
type RascunhoSessaoUnicaVisualizacaoDto = {};
|