types-nora-api 0.0.66 → 0.0.68
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 +27 -14
- package/dist/classes.js +3 -3
- package/package.json +1 -1
package/dist/classes.d.ts
CHANGED
|
@@ -71,16 +71,14 @@ interface ITipoConquista {
|
|
|
71
71
|
nome: string;
|
|
72
72
|
}
|
|
73
73
|
type TipoConquistaDto = ITipoConquista;
|
|
74
|
-
interface
|
|
75
|
-
|
|
76
|
-
fkAtributosId: number;
|
|
77
|
-
fkClassesId: number;
|
|
78
|
-
estatisticaDanificavel: EstatisticaDanificavelDto;
|
|
79
|
-
atributo: AtributoDto;
|
|
74
|
+
interface ICoeficienteGanhoEstatisticaClasse {
|
|
75
|
+
id: number;
|
|
80
76
|
classe: ClasseDto;
|
|
81
|
-
|
|
77
|
+
estatisticaDanificavel: EstatisticaDanificavelDto;
|
|
78
|
+
ganhosRelativos: GanhoRelativoCoeficienteAtributoDto[];
|
|
79
|
+
coeficiente: number;
|
|
82
80
|
}
|
|
83
|
-
type
|
|
81
|
+
type CoeficienteGanhoEstatisticaClasseDto = ICoeficienteGanhoEstatisticaClasse;
|
|
84
82
|
interface IGanhoNivelClasse {
|
|
85
83
|
fkNivelId: number;
|
|
86
84
|
fkTipoGanhoNivelId: number;
|
|
@@ -126,6 +124,14 @@ type DadosGanho_PontosHabilidadesParanormais = {
|
|
|
126
124
|
type DadosGanho_PontosHabilidadeElemental = {
|
|
127
125
|
valorAumento: number;
|
|
128
126
|
};
|
|
127
|
+
interface IGanhoRelativoCoeficienteAtributo {
|
|
128
|
+
fkCoeficientesGanhoEstatisticaClasseId: number;
|
|
129
|
+
fkAtributosId: number;
|
|
130
|
+
coeficiente: CoeficienteGanhoEstatisticaClasseDto;
|
|
131
|
+
atributo: AtributoDto;
|
|
132
|
+
valorPorcentagem: number;
|
|
133
|
+
}
|
|
134
|
+
type GanhoRelativoCoeficienteAtributoDto = IGanhoRelativoCoeficienteAtributo;
|
|
129
135
|
interface ITipoGanhoNivel {
|
|
130
136
|
id: number;
|
|
131
137
|
nome: string;
|
|
@@ -239,7 +245,6 @@ interface ILinhaEfeito {
|
|
|
239
245
|
type LinhaEfeitoDto = ILinhaEfeito;
|
|
240
246
|
interface INivel {
|
|
241
247
|
id: number;
|
|
242
|
-
valoNivel: number | null;
|
|
243
248
|
nomeVisualizacao: string;
|
|
244
249
|
}
|
|
245
250
|
type NivelDto = INivel;
|
|
@@ -373,6 +378,7 @@ type DetalheEvolucao = {
|
|
|
373
378
|
etapa: string;
|
|
374
379
|
detalhes: string[];
|
|
375
380
|
};
|
|
381
|
+
type DetalhesExtras = {};
|
|
376
382
|
type FichaDeJogo = {
|
|
377
383
|
atributos: AtributoFicha[];
|
|
378
384
|
pericias: PericiaFicha[];
|
|
@@ -590,9 +596,9 @@ declare enum EstadoOcupacaoPersonagem {
|
|
|
590
596
|
EM_ESPERA = 2
|
|
591
597
|
}
|
|
592
598
|
declare enum EstadoSessao {
|
|
593
|
-
MARCADA =
|
|
594
|
-
EM_ANDAMENTO =
|
|
595
|
-
FINALIZADA =
|
|
599
|
+
MARCADA = "A Sess\u00E3o est\u00E1 marcada",
|
|
600
|
+
EM_ANDAMENTO = "A Sess\u00E3o est\u00E1 em andamento nesse momento",
|
|
601
|
+
FINALIZADA = "A Sess\u00E3o j\u00E1 foi realizada"
|
|
596
602
|
}
|
|
597
603
|
type dds = 1 | 2 | 3 | 4 | 5 | 6 | 7;
|
|
598
604
|
declare enum CargoExibicaoUsuario {
|
|
@@ -631,6 +637,13 @@ type ObjetoEvolucao = {
|
|
|
631
637
|
};
|
|
632
638
|
type ObjetoGanhosEvolucao = {
|
|
633
639
|
listaGanhos: GanhoNivelClasseDto[];
|
|
634
|
-
listaGanhosEstatisticasPorAtributos:
|
|
640
|
+
listaGanhosEstatisticasPorAtributos: GanhoEstatistica[];
|
|
641
|
+
};
|
|
642
|
+
type GanhoEstatistica = {
|
|
643
|
+
estatisticaDanificavel: EstatisticaDanificavelDto;
|
|
644
|
+
ganhosPorAtributo: {
|
|
645
|
+
atributo: AtributoDto;
|
|
646
|
+
valorPorUnidade: number;
|
|
647
|
+
}[];
|
|
635
648
|
};
|
|
636
|
-
export { IAventura, AventuraDto, IConviteGrupoAventuraPersonagem, ConviteGrupoAventuraPersonagemDto, IGrupoAventura, GrupoAventuraDto, IGrupoAventuraPersonagem, GrupoAventuraPersonagemDto, IRespostaConvite, RespostaConviteDto, IVariavelAmbiente, VariavelAmbienteDto, IConquista, ConquistaDto, ITipoConquista, TipoConquistaDto,
|
|
649
|
+
export { IAventura, AventuraDto, IConviteGrupoAventuraPersonagem, ConviteGrupoAventuraPersonagemDto, IGrupoAventura, GrupoAventuraDto, IGrupoAventuraPersonagem, GrupoAventuraPersonagemDto, IRespostaConvite, RespostaConviteDto, IVariavelAmbiente, VariavelAmbienteDto, IConquista, ConquistaDto, ITipoConquista, TipoConquistaDto, ICoeficienteGanhoEstatisticaClasse, CoeficienteGanhoEstatisticaClasseDto, IGanhoNivelClasse, GanhoNivelClasseDto, DadosDoTipoGanho, DadosGanho_Atributos, DadosGanho_Pericias, DadosGanho_Estatisticas, DadosGanho_Classes, DadosGanho_ValorMaximoAtributo, DadosGanho_PontosHabilidadesEspeciais, DadosGanho_PontosHabilidadesParanormais, DadosGanho_PontosHabilidadeElemental, IGanhoRelativoCoeficienteAtributo, GanhoRelativoCoeficienteAtributoDto, ITipoGanhoNivel, TipoGanhoNivelDto, IGeracao, GeracaoDto, IImagem, ImagemDto, ITipoImagem, TipoImagemDto, IAlcance, AlcanceDto, IAtributo, AtributoDto, ICategoriaRitual, CategoriaRitualDto, ICirculoRitual, CirculoRitualDto, IClasse, ClasseDto, IDuracao, DuracaoDto, IElemento, ElementoDto, IEstatisticaDanificavel, EstatisticaDanificavelDto, IExecucao, ExecucaoDto, IFormatoAlcance, FormatoAlcanceDto, ILinhaEfeito, LinhaEfeitoDto, INivel, NivelDto, INivelComponente, NivelComponenteDto, INivelProficiencia, NivelProficienciaDto, INivelRitual, NivelRitualDto, IPatentePericia, PatentePericiaDto, IPericia, PericiaDto, IProficiencia, ProficienciaDto, ITipoAlvo, TipoAlvoDto, ITipoCategoria, TipoCategoriaDto, ITipoDano, TipoDanoDto, ITipoEfeito, TipoEfeitoDto, ITipoItem, TipoItemDto, ITipoProficiencia, TipoProficienciaDto, IPerfilAdmin, PerfilAdminDto, IPerfilJogador, PerfilJogadorDto, IPerfilMestre, PerfilMestreDto, IFichaPersonagem, FichaPersonagemDto, ObjetoFicha, DetalheEvolucao, DetalhesExtras, FichaDeJogo, AtributoFicha, PericiaFicha, EstatisticaDanificavelFicha, DetalheFicha, IInformacaoPersonagem, InformacaoPersonagemDto, IPersonagem, PersonagemDto, IResumoPersonagemAventura, ResumoPersonagemAventuraDto, ITipoPersonagem, TipoPersonagemDto, IEstudo, EstudoDto, ILinkSessao, LinkSessaoDto, IRegistroSessao, RegistroSessaoDto, ISessao, SessaoDto, ITipoLinkSessao, TipoLinkSessaoDto, AuthSession, ICustomizacaoUsuario, CustomizacaoUsuarioDto, IDisponibilidadeUsuario, DisponibilidadeUsuarioDto, IUsuario, UsuarioDto, Done, SOCKET_UsuarioContato, PaletaCores, EstruturaPaginaDefinicao, ConteudoItem, DefinicaoElemento, ListaItem, DadosMinhasDisponibilidades, AventuraEstado, EstadoPendenciaPersonagem, EstadoPendenciaAdministrativaPersonagem, EstadoOcupacaoPersonagem, EstadoSessao, dds, CargoExibicaoUsuario, CargosUsuario, ObjetoAutenticacao, ObjetoPendeciaPersonagem, TipoVariavelAmbiente, ObjetoEvolucaoCompleto, ObjetoEvolucao, ObjetoGanhosEvolucao, GanhoEstatistica };
|
package/dist/classes.js
CHANGED
|
@@ -65,9 +65,9 @@ var EstadoOcupacaoPersonagem;
|
|
|
65
65
|
})(EstadoOcupacaoPersonagem || (EstadoOcupacaoPersonagem = {}));
|
|
66
66
|
var EstadoSessao;
|
|
67
67
|
(function (EstadoSessao) {
|
|
68
|
-
EstadoSessao[
|
|
69
|
-
EstadoSessao[
|
|
70
|
-
EstadoSessao[
|
|
68
|
+
EstadoSessao["MARCADA"] = "A Sess\u00E3o est\u00E1 marcada";
|
|
69
|
+
EstadoSessao["EM_ANDAMENTO"] = "A Sess\u00E3o est\u00E1 em andamento nesse momento";
|
|
70
|
+
EstadoSessao["FINALIZADA"] = "A Sess\u00E3o j\u00E1 foi realizada";
|
|
71
71
|
})(EstadoSessao || (EstadoSessao = {}));
|
|
72
72
|
// @tipoCompartilhadoFront
|
|
73
73
|
var CargoExibicaoUsuario;
|