types-nora-api 0.0.409 → 0.0.410
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 +1 -1
- package/dist/classes.js +0 -4
- package/package.json +1 -1
package/dist/classes.d.ts
CHANGED
|
@@ -966,7 +966,7 @@ type AventuraCompletaDto = {
|
|
|
966
966
|
imagemCapa: ImagemCompletaDto | null;
|
|
967
967
|
detalheRascunhoAventura: DetalheRascunhoAventuraCompletaDto | null;
|
|
968
968
|
arco: ArcoAventuraCompletaDto | null;
|
|
969
|
-
gruposAventura:
|
|
969
|
+
gruposAventura: GrupoAventuraParaAssistirDto[] | null;
|
|
970
970
|
titulo: string;
|
|
971
971
|
dataCriacao: Date;
|
|
972
972
|
nomeCompletoAventura: string;
|
package/dist/classes.js
CHANGED
|
@@ -637,8 +637,6 @@ const PAGINAS = {
|
|
|
637
637
|
home: pagina('/', { label: 'Página Inicial', comCabecalho: true }),
|
|
638
638
|
acessar: pagina('/acessar', { label: 'Acessar' }),
|
|
639
639
|
cadastrar: pagina('/cadastrar', { label: 'Cadastrar', acesso: { cadastroPermitido: true } }),
|
|
640
|
-
// aventura: paginaComLayoutContextualizado('/aventura/[id]', { label: 'Aventura' }, { titulo: 'TROCAR', proporcaoConteudo: 87 }),
|
|
641
|
-
// aventuras: paginaComLayoutContextualizado('/aventuras', { label: 'Aventuras' }, { titulo: 'Assistir Aventuras', proporcaoConteudo: 80 }),
|
|
642
640
|
definicoes: pagina('/definicoes/[[...slug]]', { label: 'Definições', comCabecalho: true }),
|
|
643
641
|
dicas: pagina('/dicas/[[...slug]]', { label: 'Dicas', comCabecalho: true }),
|
|
644
642
|
jogo: {
|
|
@@ -833,8 +831,6 @@ const MENUS_INTERNOS = {
|
|
|
833
831
|
};
|
|
834
832
|
const MENUS_INTERNOS_LAYOUTCONTEXTO = {
|
|
835
833
|
PAGINAS: {
|
|
836
|
-
// aventura: menuDinamico(),
|
|
837
|
-
// aventuras: menuDinamico(),
|
|
838
834
|
assistir: menuDinamico(),
|
|
839
835
|
jogo: {
|
|
840
836
|
menu: MENUS_INTERNOS.PAGINAS.jogo,
|