flit-models 3.3.47 → 3.3.48
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/lib/index.d.ts +1 -1
- package/lib/index.js +44 -28
- package/lib/models/contas/shared/index.d.ts +8 -17
- package/lib/models/contas/usuario/index.d.ts +93 -110
- package/lib/models/contas/usuario/index.js +89 -101
- package/lib/models/contas/usuario/usuario-elastic-convert.d.ts +72 -47
- package/lib/models/contas/usuario/usuario-elastic-convert.js +8 -2
- package/lib/models/contas/usuario/usuario-fire-convert.d.ts +54 -44
- package/lib/models/contas/usuario/usuario-fire-convert.js +2 -2
- package/lib/models/contas/usuario/usuario-json-convert.d.ts +53 -43
- package/lib/models/contas/usuario/usuario-json-convert.js +38 -41
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { AuditoriaModificador, AuditoriaModificadorBase, AuditoriaModificadorFireConvert, AuditoriaModificadorFirestoreData, Cargo, CargoBase, CargoFireConvert, CargoFirestoreData,
|
|
1
|
+
export { AuditoriaModificador, AuditoriaModificadorBase, AuditoriaModificadorFireConvert, AuditoriaModificadorFirestoreData, CamposFormulaDeCalculoAbsenteismoEnum, Cargo, CargoBase, CargoElasticConvert, CargoElasticSource, CargoFireConvert, CargoFirestoreData, CargoJsonConvert, CargoJsonData, ColunasAbsenteismoEnum, Departamento, DepartamentoBase, DepartamentoElasticConvert, DepartamentoElasticSource, DepartamentoFireConvert, DepartamentoFirestoreData, Dispositivo, DispositivoBase, DispositivoElasticConvert, DispositivoElasticSource, DispositivoFireConvert, DispositivoFirestoreData, Empresa, EmpresaBase, EmpresaElasticConvert, EmpresaElasticSource, EmpresaFeriado, EmpresaFeriadoBase, EmpresaFeriadoFireConvert, EmpresaFeriadoFirestoreData, EmpresaFireConvert, EmpresaFirestoreData, Endereco, EnumAuditoriaModificadorTipo, EnumConfiguracaoTipoFaltaJornada, EnumEmpresasConfiguracaoNome, EnumExcecaoStatus, EnumExcecaoTipo, EnumFormatoArquivo, EnumStatusHistoricoRelatorioPontoApp, EnumStatusHistoricoRelatorioPontoAppLog, EnumStatusRelatorio, EnumTipoRelatorio, Escala, EscalaBase, EscalaFireConvert, EscalaFirestoreData, EscalaHelpers, Evento, EventoBase, EventoElasticConvert, EventoElasticSource, EventoFireConvert, EventoFirestoreData, Excecao, ExportarRelatorioRequest, ExportarRelatorioResponse, FaixaHoraExtraDiasSemana, FaixaHoraExtraDiferenciada, Feriado, FeriadoBase, FeriadoFireConvert, FeriadoFirestoreData, FeriadoJsonConvert, FeriadoJsonData, FeriadoTipoEnum, HistoricoRelatorioPontoApp, HistoricoRelatorioPontoAppBase, HistoricoRelatorioPontoAppElasticConvert, HistoricoRelatorioPontoAppElasticData, HistoricoRelatorioPontoAppFireConvert, HistoricoRelatorioPontoAppFirestoreData, HistoricoRelatorioPontoAppLog, HistoricoRelatorioPontoAppLogAppInfo, HistoricoRelatorioPontoAppLogBase, HistoricoRelatorioPontoAppLogFireConvert, HistoricoRelatorioPontoAppLogFirestoreData, IEmpresasEcontador, IExcecao, IUsuarioStatusProgramado, Lancamento, LancamentoBase, LancamentoElasticConvert, LancamentoElasticSource, LancamentoFireConvert, LancamentoFirestoreData, LancamentoIntegracaoTipoEnum, LancamentoJsonConvert, LancamentoJsonData, LancamentoPeriodo, LancamentoPeriodoBase, LancamentoStatusEnum, ModeloAbsenteismo, ModeloFaixaHoraExtra, ModeloFaixaHoraExtraBase, ModeloFaixaHoraExtraFireConvert, ModeloFaixaHoraExtraFirestoreData, NiveisDeFaixaDeHorasExtras, OcorrenciaFrequenciaCopiaEmDocumento, OcorrenciaFrequenciaRelacaoJornadas, OcorrenciaFrequenciaRelacaoJornadasValue, OnCallBuscarRelatorioAbsenteismoRequestModel, OnCallBuscarRelatorioAbsenteismoRequestModelBase, OnCallBuscarRelatorioAbsenteismoResponseModel, OnCallExportarRelatorioAbsenteismoRequestModel, OnCallExportarRelatorioAbsenteismoRequestModelBase, ParametrosEmpresa, PercentuaisBancoHoras, Perfil, PerfilBase, PerfilFireConvert, PerfilFirestoreData, RegimesCompensacaoEscala, RelatorioAbsenteismo, RelatorioAbsenteismoBase, RelatorioAbsenteismoDadosDiarios, RelatorioAbsenteismoDadosDiariosBase, SolicitacoesUsuario, SolicitacoesUsuarioBase, SolicitacoesUsuarioFireConvert, SolicitacoesUsuarioFirestoreData, StatusSolicitacaoUsuario, TipoAcaoLancamentoEnum, TipoAnexoExtensao, TipoDispositivo, TipoEventoFrequenciaEnum, TipoFaixaDeHorasExtras, TipoOcorrenciaFrequenciaEnum, TipoReferenciaVerificacaoLancamento, TipoSolicitacaoUsuario, ToleranciaIntervalosTipo, Usuario, UsuarioBase, UsuarioBeneficios, UsuarioElasticConvert, UsuarioElasticSource, UsuarioEnumParametrosTipoHorarioNoturno, UsuarioFireConvert, UsuarioFirestoreData, UsuarioIntegracao, UsuarioJsonConvert, UsuarioJsonData, UsuarioKeys, UsuarioParametros, UsuarioParametrosHorarioNoturno, UsuarioStatus, UsuarioStatusArray, UsuarioStatusProgramado, UsuarioTipoIntegracao, VerificacaoLancamento, VerificacaoLancamentoBase, VerificacaoLancamentoFireConvert, VerificacaoLancamentoFirestoreData, } from './models/index';
|
package/lib/index.js
CHANGED
|
@@ -1,24 +1,36 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
3
|
+
exports.FeriadoFirestoreData = exports.FeriadoFireConvert = exports.Feriado = exports.FaixaHoraExtraDiasSemana = exports.Excecao = exports.EventoFirestoreData = exports.EventoFireConvert = exports.EventoElasticConvert = exports.Evento = exports.EscalaHelpers = exports.EscalaFirestoreData = exports.EscalaFireConvert = exports.Escala = exports.EnumTipoRelatorio = exports.EnumStatusRelatorio = exports.EnumStatusHistoricoRelatorioPontoAppLog = exports.EnumStatusHistoricoRelatorioPontoApp = exports.EnumFormatoArquivo = exports.EnumExcecaoTipo = exports.EnumExcecaoStatus = exports.EnumEmpresasConfiguracaoNome = exports.EnumConfiguracaoTipoFaltaJornada = exports.EnumAuditoriaModificadorTipo = exports.Endereco = exports.EmpresaFirestoreData = exports.EmpresaFireConvert = exports.EmpresaFeriadoFirestoreData = exports.EmpresaFeriadoFireConvert = exports.EmpresaFeriado = exports.EmpresaElasticConvert = exports.Empresa = exports.DispositivoFirestoreData = exports.DispositivoFireConvert = exports.DispositivoElasticConvert = exports.Dispositivo = exports.DepartamentoFirestoreData = exports.DepartamentoFireConvert = exports.DepartamentoElasticConvert = exports.Departamento = exports.ColunasAbsenteismoEnum = exports.CargoJsonData = exports.CargoJsonConvert = exports.CargoFirestoreData = exports.CargoFireConvert = exports.CargoElasticConvert = exports.Cargo = exports.CamposFormulaDeCalculoAbsenteismoEnum = exports.AuditoriaModificadorFirestoreData = exports.AuditoriaModificadorFireConvert = exports.AuditoriaModificador = void 0;
|
|
4
|
+
exports.UsuarioElasticConvert = exports.UsuarioBeneficios = exports.Usuario = exports.ToleranciaIntervalosTipo = exports.TipoSolicitacaoUsuario = exports.TipoReferenciaVerificacaoLancamento = exports.TipoOcorrenciaFrequenciaEnum = exports.TipoFaixaDeHorasExtras = exports.TipoEventoFrequenciaEnum = exports.TipoDispositivo = exports.TipoAnexoExtensao = exports.TipoAcaoLancamentoEnum = exports.StatusSolicitacaoUsuario = exports.SolicitacoesUsuarioFirestoreData = exports.SolicitacoesUsuarioFireConvert = exports.SolicitacoesUsuario = exports.RelatorioAbsenteismoDadosDiarios = exports.RelatorioAbsenteismo = exports.RegimesCompensacaoEscala = exports.PerfilFirestoreData = exports.PerfilFireConvert = exports.Perfil = exports.PercentuaisBancoHoras = exports.ParametrosEmpresa = exports.OcorrenciaFrequenciaRelacaoJornadas = exports.NiveisDeFaixaDeHorasExtras = exports.ModeloFaixaHoraExtraFirestoreData = exports.ModeloFaixaHoraExtraFireConvert = exports.ModeloFaixaHoraExtra = exports.ModeloAbsenteismo = exports.LancamentoStatusEnum = exports.LancamentoPeriodo = exports.LancamentoJsonData = exports.LancamentoJsonConvert = exports.LancamentoIntegracaoTipoEnum = exports.LancamentoFirestoreData = exports.LancamentoFireConvert = exports.LancamentoElasticConvert = exports.Lancamento = exports.HistoricoRelatorioPontoAppLogFirestoreData = exports.HistoricoRelatorioPontoAppLogFireConvert = exports.HistoricoRelatorioPontoAppLog = exports.HistoricoRelatorioPontoAppFirestoreData = exports.HistoricoRelatorioPontoAppFireConvert = exports.HistoricoRelatorioPontoAppElasticData = exports.HistoricoRelatorioPontoAppElasticConvert = exports.HistoricoRelatorioPontoApp = exports.FeriadoTipoEnum = exports.FeriadoJsonData = exports.FeriadoJsonConvert = void 0;
|
|
5
|
+
exports.VerificacaoLancamentoFirestoreData = exports.VerificacaoLancamentoFireConvert = exports.VerificacaoLancamento = exports.UsuarioTipoIntegracao = exports.UsuarioStatusArray = exports.UsuarioStatus = exports.UsuarioParametrosHorarioNoturno = exports.UsuarioParametros = exports.UsuarioJsonData = exports.UsuarioJsonConvert = exports.UsuarioIntegracao = exports.UsuarioFirestoreData = exports.UsuarioFireConvert = exports.UsuarioEnumParametrosTipoHorarioNoturno = exports.UsuarioElasticSource = void 0;
|
|
5
6
|
var index_1 = require("./models/index");
|
|
6
7
|
Object.defineProperty(exports, "AuditoriaModificador", { enumerable: true, get: function () { return index_1.AuditoriaModificador; } });
|
|
7
8
|
Object.defineProperty(exports, "AuditoriaModificadorFireConvert", { enumerable: true, get: function () { return index_1.AuditoriaModificadorFireConvert; } });
|
|
8
9
|
Object.defineProperty(exports, "AuditoriaModificadorFirestoreData", { enumerable: true, get: function () { return index_1.AuditoriaModificadorFirestoreData; } });
|
|
10
|
+
Object.defineProperty(exports, "CamposFormulaDeCalculoAbsenteismoEnum", { enumerable: true, get: function () { return index_1.CamposFormulaDeCalculoAbsenteismoEnum; } });
|
|
9
11
|
Object.defineProperty(exports, "Cargo", { enumerable: true, get: function () { return index_1.Cargo; } });
|
|
12
|
+
Object.defineProperty(exports, "CargoElasticConvert", { enumerable: true, get: function () { return index_1.CargoElasticConvert; } });
|
|
10
13
|
Object.defineProperty(exports, "CargoFireConvert", { enumerable: true, get: function () { return index_1.CargoFireConvert; } });
|
|
11
14
|
Object.defineProperty(exports, "CargoFirestoreData", { enumerable: true, get: function () { return index_1.CargoFirestoreData; } });
|
|
12
|
-
Object.defineProperty(exports, "CargoElasticConvert", { enumerable: true, get: function () { return index_1.CargoElasticConvert; } });
|
|
13
|
-
Object.defineProperty(exports, "CargoJsonData", { enumerable: true, get: function () { return index_1.CargoJsonData; } });
|
|
14
15
|
Object.defineProperty(exports, "CargoJsonConvert", { enumerable: true, get: function () { return index_1.CargoJsonConvert; } });
|
|
16
|
+
Object.defineProperty(exports, "CargoJsonData", { enumerable: true, get: function () { return index_1.CargoJsonData; } });
|
|
17
|
+
Object.defineProperty(exports, "ColunasAbsenteismoEnum", { enumerable: true, get: function () { return index_1.ColunasAbsenteismoEnum; } });
|
|
15
18
|
Object.defineProperty(exports, "Departamento", { enumerable: true, get: function () { return index_1.Departamento; } });
|
|
19
|
+
Object.defineProperty(exports, "DepartamentoElasticConvert", { enumerable: true, get: function () { return index_1.DepartamentoElasticConvert; } });
|
|
16
20
|
Object.defineProperty(exports, "DepartamentoFireConvert", { enumerable: true, get: function () { return index_1.DepartamentoFireConvert; } });
|
|
17
21
|
Object.defineProperty(exports, "DepartamentoFirestoreData", { enumerable: true, get: function () { return index_1.DepartamentoFirestoreData; } });
|
|
18
|
-
Object.defineProperty(exports, "
|
|
22
|
+
Object.defineProperty(exports, "Dispositivo", { enumerable: true, get: function () { return index_1.Dispositivo; } });
|
|
23
|
+
Object.defineProperty(exports, "DispositivoElasticConvert", { enumerable: true, get: function () { return index_1.DispositivoElasticConvert; } });
|
|
24
|
+
Object.defineProperty(exports, "DispositivoFireConvert", { enumerable: true, get: function () { return index_1.DispositivoFireConvert; } });
|
|
25
|
+
Object.defineProperty(exports, "DispositivoFirestoreData", { enumerable: true, get: function () { return index_1.DispositivoFirestoreData; } });
|
|
26
|
+
Object.defineProperty(exports, "Empresa", { enumerable: true, get: function () { return index_1.Empresa; } });
|
|
27
|
+
Object.defineProperty(exports, "EmpresaElasticConvert", { enumerable: true, get: function () { return index_1.EmpresaElasticConvert; } });
|
|
19
28
|
Object.defineProperty(exports, "EmpresaFeriado", { enumerable: true, get: function () { return index_1.EmpresaFeriado; } });
|
|
20
29
|
Object.defineProperty(exports, "EmpresaFeriadoFireConvert", { enumerable: true, get: function () { return index_1.EmpresaFeriadoFireConvert; } });
|
|
21
30
|
Object.defineProperty(exports, "EmpresaFeriadoFirestoreData", { enumerable: true, get: function () { return index_1.EmpresaFeriadoFirestoreData; } });
|
|
31
|
+
Object.defineProperty(exports, "EmpresaFireConvert", { enumerable: true, get: function () { return index_1.EmpresaFireConvert; } });
|
|
32
|
+
Object.defineProperty(exports, "EmpresaFirestoreData", { enumerable: true, get: function () { return index_1.EmpresaFirestoreData; } });
|
|
33
|
+
Object.defineProperty(exports, "Endereco", { enumerable: true, get: function () { return index_1.Endereco; } });
|
|
22
34
|
Object.defineProperty(exports, "EnumAuditoriaModificadorTipo", { enumerable: true, get: function () { return index_1.EnumAuditoriaModificadorTipo; } });
|
|
23
35
|
Object.defineProperty(exports, "EnumConfiguracaoTipoFaltaJornada", { enumerable: true, get: function () { return index_1.EnumConfiguracaoTipoFaltaJornada; } });
|
|
24
36
|
Object.defineProperty(exports, "EnumEmpresasConfiguracaoNome", { enumerable: true, get: function () { return index_1.EnumEmpresasConfiguracaoNome; } });
|
|
@@ -33,7 +45,12 @@ Object.defineProperty(exports, "Escala", { enumerable: true, get: function () {
|
|
|
33
45
|
Object.defineProperty(exports, "EscalaFireConvert", { enumerable: true, get: function () { return index_1.EscalaFireConvert; } });
|
|
34
46
|
Object.defineProperty(exports, "EscalaFirestoreData", { enumerable: true, get: function () { return index_1.EscalaFirestoreData; } });
|
|
35
47
|
Object.defineProperty(exports, "EscalaHelpers", { enumerable: true, get: function () { return index_1.EscalaHelpers; } });
|
|
48
|
+
Object.defineProperty(exports, "Evento", { enumerable: true, get: function () { return index_1.Evento; } });
|
|
49
|
+
Object.defineProperty(exports, "EventoElasticConvert", { enumerable: true, get: function () { return index_1.EventoElasticConvert; } });
|
|
50
|
+
Object.defineProperty(exports, "EventoFireConvert", { enumerable: true, get: function () { return index_1.EventoFireConvert; } });
|
|
51
|
+
Object.defineProperty(exports, "EventoFirestoreData", { enumerable: true, get: function () { return index_1.EventoFirestoreData; } });
|
|
36
52
|
Object.defineProperty(exports, "Excecao", { enumerable: true, get: function () { return index_1.Excecao; } });
|
|
53
|
+
Object.defineProperty(exports, "FaixaHoraExtraDiasSemana", { enumerable: true, get: function () { return index_1.FaixaHoraExtraDiasSemana; } });
|
|
37
54
|
Object.defineProperty(exports, "Feriado", { enumerable: true, get: function () { return index_1.Feriado; } });
|
|
38
55
|
Object.defineProperty(exports, "FeriadoFireConvert", { enumerable: true, get: function () { return index_1.FeriadoFireConvert; } });
|
|
39
56
|
Object.defineProperty(exports, "FeriadoFirestoreData", { enumerable: true, get: function () { return index_1.FeriadoFirestoreData; } });
|
|
@@ -57,11 +74,17 @@ Object.defineProperty(exports, "LancamentoJsonConvert", { enumerable: true, get:
|
|
|
57
74
|
Object.defineProperty(exports, "LancamentoJsonData", { enumerable: true, get: function () { return index_1.LancamentoJsonData; } });
|
|
58
75
|
Object.defineProperty(exports, "LancamentoPeriodo", { enumerable: true, get: function () { return index_1.LancamentoPeriodo; } });
|
|
59
76
|
Object.defineProperty(exports, "LancamentoStatusEnum", { enumerable: true, get: function () { return index_1.LancamentoStatusEnum; } });
|
|
77
|
+
Object.defineProperty(exports, "ModeloAbsenteismo", { enumerable: true, get: function () { return index_1.ModeloAbsenteismo; } });
|
|
60
78
|
Object.defineProperty(exports, "ModeloFaixaHoraExtra", { enumerable: true, get: function () { return index_1.ModeloFaixaHoraExtra; } });
|
|
61
79
|
Object.defineProperty(exports, "ModeloFaixaHoraExtraFireConvert", { enumerable: true, get: function () { return index_1.ModeloFaixaHoraExtraFireConvert; } });
|
|
62
80
|
Object.defineProperty(exports, "ModeloFaixaHoraExtraFirestoreData", { enumerable: true, get: function () { return index_1.ModeloFaixaHoraExtraFirestoreData; } });
|
|
63
81
|
Object.defineProperty(exports, "NiveisDeFaixaDeHorasExtras", { enumerable: true, get: function () { return index_1.NiveisDeFaixaDeHorasExtras; } });
|
|
64
82
|
Object.defineProperty(exports, "OcorrenciaFrequenciaRelacaoJornadas", { enumerable: true, get: function () { return index_1.OcorrenciaFrequenciaRelacaoJornadas; } });
|
|
83
|
+
Object.defineProperty(exports, "ParametrosEmpresa", { enumerable: true, get: function () { return index_1.ParametrosEmpresa; } });
|
|
84
|
+
Object.defineProperty(exports, "PercentuaisBancoHoras", { enumerable: true, get: function () { return index_1.PercentuaisBancoHoras; } });
|
|
85
|
+
Object.defineProperty(exports, "Perfil", { enumerable: true, get: function () { return index_1.Perfil; } });
|
|
86
|
+
Object.defineProperty(exports, "PerfilFireConvert", { enumerable: true, get: function () { return index_1.PerfilFireConvert; } });
|
|
87
|
+
Object.defineProperty(exports, "PerfilFirestoreData", { enumerable: true, get: function () { return index_1.PerfilFirestoreData; } });
|
|
65
88
|
Object.defineProperty(exports, "RegimesCompensacaoEscala", { enumerable: true, get: function () { return index_1.RegimesCompensacaoEscala; } });
|
|
66
89
|
Object.defineProperty(exports, "RelatorioAbsenteismo", { enumerable: true, get: function () { return index_1.RelatorioAbsenteismo; } });
|
|
67
90
|
Object.defineProperty(exports, "RelatorioAbsenteismoDadosDiarios", { enumerable: true, get: function () { return index_1.RelatorioAbsenteismoDadosDiarios; } });
|
|
@@ -71,35 +94,28 @@ Object.defineProperty(exports, "SolicitacoesUsuarioFirestoreData", { enumerable:
|
|
|
71
94
|
Object.defineProperty(exports, "StatusSolicitacaoUsuario", { enumerable: true, get: function () { return index_1.StatusSolicitacaoUsuario; } });
|
|
72
95
|
Object.defineProperty(exports, "TipoAcaoLancamentoEnum", { enumerable: true, get: function () { return index_1.TipoAcaoLancamentoEnum; } });
|
|
73
96
|
Object.defineProperty(exports, "TipoAnexoExtensao", { enumerable: true, get: function () { return index_1.TipoAnexoExtensao; } });
|
|
97
|
+
Object.defineProperty(exports, "TipoDispositivo", { enumerable: true, get: function () { return index_1.TipoDispositivo; } });
|
|
98
|
+
Object.defineProperty(exports, "TipoEventoFrequenciaEnum", { enumerable: true, get: function () { return index_1.TipoEventoFrequenciaEnum; } });
|
|
74
99
|
Object.defineProperty(exports, "TipoFaixaDeHorasExtras", { enumerable: true, get: function () { return index_1.TipoFaixaDeHorasExtras; } });
|
|
75
100
|
Object.defineProperty(exports, "TipoOcorrenciaFrequenciaEnum", { enumerable: true, get: function () { return index_1.TipoOcorrenciaFrequenciaEnum; } });
|
|
76
101
|
Object.defineProperty(exports, "TipoReferenciaVerificacaoLancamento", { enumerable: true, get: function () { return index_1.TipoReferenciaVerificacaoLancamento; } });
|
|
77
102
|
Object.defineProperty(exports, "TipoSolicitacaoUsuario", { enumerable: true, get: function () { return index_1.TipoSolicitacaoUsuario; } });
|
|
78
|
-
Object.defineProperty(exports, "VerificacaoLancamento", { enumerable: true, get: function () { return index_1.VerificacaoLancamento; } });
|
|
79
|
-
Object.defineProperty(exports, "VerificacaoLancamentoFireConvert", { enumerable: true, get: function () { return index_1.VerificacaoLancamentoFireConvert; } });
|
|
80
|
-
Object.defineProperty(exports, "VerificacaoLancamentoFirestoreData", { enumerable: true, get: function () { return index_1.VerificacaoLancamentoFirestoreData; } });
|
|
81
|
-
Object.defineProperty(exports, "Empresa", { enumerable: true, get: function () { return index_1.Empresa; } });
|
|
82
|
-
Object.defineProperty(exports, "ParametrosEmpresa", { enumerable: true, get: function () { return index_1.ParametrosEmpresa; } });
|
|
83
103
|
Object.defineProperty(exports, "ToleranciaIntervalosTipo", { enumerable: true, get: function () { return index_1.ToleranciaIntervalosTipo; } });
|
|
84
|
-
Object.defineProperty(exports, "EmpresaFireConvert", { enumerable: true, get: function () { return index_1.EmpresaFireConvert; } });
|
|
85
|
-
Object.defineProperty(exports, "EmpresaFirestoreData", { enumerable: true, get: function () { return index_1.EmpresaFirestoreData; } });
|
|
86
|
-
Object.defineProperty(exports, "PercentuaisBancoHoras", { enumerable: true, get: function () { return index_1.PercentuaisBancoHoras; } });
|
|
87
|
-
Object.defineProperty(exports, "Evento", { enumerable: true, get: function () { return index_1.Evento; } });
|
|
88
|
-
Object.defineProperty(exports, "EventoElasticConvert", { enumerable: true, get: function () { return index_1.EventoElasticConvert; } });
|
|
89
|
-
Object.defineProperty(exports, "EventoFireConvert", { enumerable: true, get: function () { return index_1.EventoFireConvert; } });
|
|
90
|
-
Object.defineProperty(exports, "EventoFirestoreData", { enumerable: true, get: function () { return index_1.EventoFirestoreData; } });
|
|
91
|
-
Object.defineProperty(exports, "TipoEventoFrequenciaEnum", { enumerable: true, get: function () { return index_1.TipoEventoFrequenciaEnum; } });
|
|
92
|
-
Object.defineProperty(exports, "Dispositivo", { enumerable: true, get: function () { return index_1.Dispositivo; } });
|
|
93
|
-
Object.defineProperty(exports, "TipoDispositivo", { enumerable: true, get: function () { return index_1.TipoDispositivo; } });
|
|
94
|
-
Object.defineProperty(exports, "DispositivoElasticConvert", { enumerable: true, get: function () { return index_1.DispositivoElasticConvert; } });
|
|
95
|
-
Object.defineProperty(exports, "DispositivoFireConvert", { enumerable: true, get: function () { return index_1.DispositivoFireConvert; } });
|
|
96
|
-
Object.defineProperty(exports, "DispositivoFirestoreData", { enumerable: true, get: function () { return index_1.DispositivoFirestoreData; } });
|
|
97
|
-
Object.defineProperty(exports, "Perfil", { enumerable: true, get: function () { return index_1.Perfil; } });
|
|
98
|
-
Object.defineProperty(exports, "PerfilFireConvert", { enumerable: true, get: function () { return index_1.PerfilFireConvert; } });
|
|
99
|
-
Object.defineProperty(exports, "PerfilFirestoreData", { enumerable: true, get: function () { return index_1.PerfilFirestoreData; } });
|
|
100
104
|
Object.defineProperty(exports, "Usuario", { enumerable: true, get: function () { return index_1.Usuario; } });
|
|
105
|
+
Object.defineProperty(exports, "UsuarioBeneficios", { enumerable: true, get: function () { return index_1.UsuarioBeneficios; } });
|
|
101
106
|
Object.defineProperty(exports, "UsuarioElasticConvert", { enumerable: true, get: function () { return index_1.UsuarioElasticConvert; } });
|
|
107
|
+
Object.defineProperty(exports, "UsuarioElasticSource", { enumerable: true, get: function () { return index_1.UsuarioElasticSource; } });
|
|
108
|
+
Object.defineProperty(exports, "UsuarioEnumParametrosTipoHorarioNoturno", { enumerable: true, get: function () { return index_1.UsuarioEnumParametrosTipoHorarioNoturno; } });
|
|
102
109
|
Object.defineProperty(exports, "UsuarioFireConvert", { enumerable: true, get: function () { return index_1.UsuarioFireConvert; } });
|
|
103
|
-
Object.defineProperty(exports, "UsuarioJsonConvert", { enumerable: true, get: function () { return index_1.UsuarioJsonConvert; } });
|
|
104
110
|
Object.defineProperty(exports, "UsuarioFirestoreData", { enumerable: true, get: function () { return index_1.UsuarioFirestoreData; } });
|
|
105
|
-
Object.defineProperty(exports, "
|
|
111
|
+
Object.defineProperty(exports, "UsuarioIntegracao", { enumerable: true, get: function () { return index_1.UsuarioIntegracao; } });
|
|
112
|
+
Object.defineProperty(exports, "UsuarioJsonConvert", { enumerable: true, get: function () { return index_1.UsuarioJsonConvert; } });
|
|
113
|
+
Object.defineProperty(exports, "UsuarioJsonData", { enumerable: true, get: function () { return index_1.UsuarioJsonData; } });
|
|
114
|
+
Object.defineProperty(exports, "UsuarioParametros", { enumerable: true, get: function () { return index_1.UsuarioParametros; } });
|
|
115
|
+
Object.defineProperty(exports, "UsuarioParametrosHorarioNoturno", { enumerable: true, get: function () { return index_1.UsuarioParametrosHorarioNoturno; } });
|
|
116
|
+
Object.defineProperty(exports, "UsuarioStatus", { enumerable: true, get: function () { return index_1.UsuarioStatus; } });
|
|
117
|
+
Object.defineProperty(exports, "UsuarioStatusArray", { enumerable: true, get: function () { return index_1.UsuarioStatusArray; } });
|
|
118
|
+
Object.defineProperty(exports, "UsuarioTipoIntegracao", { enumerable: true, get: function () { return index_1.UsuarioTipoIntegracao; } });
|
|
119
|
+
Object.defineProperty(exports, "VerificacaoLancamento", { enumerable: true, get: function () { return index_1.VerificacaoLancamento; } });
|
|
120
|
+
Object.defineProperty(exports, "VerificacaoLancamentoFireConvert", { enumerable: true, get: function () { return index_1.VerificacaoLancamentoFireConvert; } });
|
|
121
|
+
Object.defineProperty(exports, "VerificacaoLancamentoFirestoreData", { enumerable: true, get: function () { return index_1.VerificacaoLancamentoFirestoreData; } });
|
|
@@ -1,20 +1,11 @@
|
|
|
1
1
|
export declare class Endereco {
|
|
2
|
-
bairro
|
|
3
|
-
cep
|
|
4
|
-
cidade
|
|
5
|
-
complemento
|
|
6
|
-
logradouro
|
|
7
|
-
numero
|
|
8
|
-
uf
|
|
2
|
+
bairro: string;
|
|
3
|
+
cep: string;
|
|
4
|
+
cidade: string;
|
|
5
|
+
complemento: string;
|
|
6
|
+
logradouro: string;
|
|
7
|
+
numero: string;
|
|
8
|
+
uf: string;
|
|
9
9
|
fuso_horario?: string;
|
|
10
|
-
constructor({ bairro, cep, cidade, complemento, logradouro, numero, uf, fuso_horario, }:
|
|
11
|
-
bairro?: string;
|
|
12
|
-
cep?: string;
|
|
13
|
-
cidade?: string;
|
|
14
|
-
complemento?: string;
|
|
15
|
-
logradouro?: string;
|
|
16
|
-
numero?: string;
|
|
17
|
-
uf?: string;
|
|
18
|
-
fuso_horario?: string;
|
|
19
|
-
});
|
|
10
|
+
constructor({ bairro, cep, cidade, complemento, logradouro, numero, uf, fuso_horario, }: Endereco);
|
|
20
11
|
}
|
|
@@ -1,15 +1,10 @@
|
|
|
1
1
|
import { AuditoriaModificadorBase } from '../auditoria/modificador';
|
|
2
|
-
import { Cargo } from '../cargo';
|
|
3
|
-
import { Departamento } from '../departamento';
|
|
4
|
-
import { Empresa } from '../empresa';
|
|
5
|
-
import { Escala } from '../escala';
|
|
6
|
-
import { Perfil } from '../perfis';
|
|
7
2
|
import { Endereco } from '../shared';
|
|
8
3
|
export * from './usuario-elastic-convert';
|
|
9
4
|
export * from './usuario-fire-convert';
|
|
10
5
|
export * from './usuario-json-convert';
|
|
11
6
|
export type UsuarioKeys = keyof Usuario;
|
|
12
|
-
export declare enum
|
|
7
|
+
export declare enum UsuarioStatus {
|
|
13
8
|
Afastado = "Afastado",
|
|
14
9
|
Ativo = "Ativo",
|
|
15
10
|
AguardandoAtivacao = "Aguardando Ativa\u00E7\u00E3o",
|
|
@@ -17,96 +12,84 @@ export declare enum StatusUsuario {
|
|
|
17
12
|
Ferias = "F\u00E9rias",
|
|
18
13
|
SuspensaoContrato = "Suspens\u00E3o de contrato"
|
|
19
14
|
}
|
|
20
|
-
export declare enum
|
|
15
|
+
export declare enum UsuarioEnumParametrosTipoHorarioNoturno {
|
|
21
16
|
URBANO = "URBANO",
|
|
22
17
|
RURAL = "RURAL",
|
|
23
18
|
PECUARIA = "PECUARIA",
|
|
24
19
|
CUSTOMIZADO = "CUSTOMIZADO"
|
|
25
20
|
}
|
|
26
|
-
export declare const
|
|
21
|
+
export declare const UsuarioStatusArray: {
|
|
27
22
|
label: string;
|
|
28
|
-
key:
|
|
23
|
+
key: UsuarioStatus;
|
|
29
24
|
}[];
|
|
30
25
|
export interface UsuarioStatusProgramado {
|
|
31
26
|
executado: boolean;
|
|
32
27
|
tipo: 'Ativo' | 'Demitido';
|
|
33
|
-
data_prevista:
|
|
28
|
+
data_prevista: Date;
|
|
34
29
|
}
|
|
35
|
-
export type UsuarioBase = Omit<
|
|
30
|
+
export type UsuarioBase = Omit<{
|
|
31
|
+
[key in keyof Usuario]: any;
|
|
32
|
+
}, '_id' | '_path' | '_joins' | '_avatarBlob' | '_avatarBlobThumbnail'>;
|
|
36
33
|
export declare class Usuario {
|
|
37
|
-
_id
|
|
38
|
-
_path
|
|
34
|
+
_id: string;
|
|
35
|
+
_path: string;
|
|
39
36
|
_avatarBlob?: Blob;
|
|
40
37
|
_avatarBlobThumbnail?: Blob;
|
|
41
|
-
_jornadaAtual?: any;
|
|
42
38
|
_joins?: {
|
|
43
|
-
cargo?:
|
|
44
|
-
esocial_categoria_de_trabalhador?:
|
|
39
|
+
cargo?: any;
|
|
40
|
+
esocial_categoria_de_trabalhador?: any;
|
|
45
41
|
conta?: any;
|
|
46
|
-
departamento?:
|
|
47
|
-
empresa?:
|
|
48
|
-
escala?:
|
|
42
|
+
departamento?: any;
|
|
43
|
+
empresa?: any;
|
|
44
|
+
escala?: any;
|
|
49
45
|
perimetros?: any[];
|
|
50
|
-
perfil?:
|
|
51
|
-
multiplosPerimetros?: any[];
|
|
46
|
+
perfil?: any;
|
|
52
47
|
};
|
|
53
|
-
cargo_ref
|
|
54
|
-
esocial_categoria_de_trabalhador_ref
|
|
55
|
-
conta_ref
|
|
56
|
-
departamento_ref
|
|
57
|
-
empresa_ref
|
|
58
|
-
escala_ref
|
|
59
|
-
perimetros_refs
|
|
60
|
-
perfil_ref
|
|
61
|
-
admissao
|
|
62
|
-
ativo
|
|
63
|
-
avatar_atualizacao
|
|
64
|
-
avatar_thumbnail_path
|
|
65
|
-
avatar_thumbnail_url
|
|
66
|
-
avatarUrl
|
|
67
|
-
beneficios
|
|
68
|
-
celular
|
|
69
|
-
cpf
|
|
70
|
-
data_atualizacao_doc
|
|
71
|
-
data_criacao_doc
|
|
72
|
-
desligamento
|
|
73
|
-
email
|
|
74
|
-
endereco
|
|
75
|
-
endereco_prestacao_diferente_empresa
|
|
76
|
-
endereco_prestacao
|
|
77
|
-
excluido
|
|
78
|
-
id_externo
|
|
79
|
-
integracao
|
|
80
|
-
interno
|
|
81
|
-
nascimento
|
|
82
|
-
nome
|
|
83
|
-
nomeCompleto
|
|
84
|
-
observacoes
|
|
85
|
-
parametros
|
|
86
|
-
pin
|
|
87
|
-
pis
|
|
88
|
-
sem_autenticacao
|
|
89
|
-
status
|
|
90
|
-
status_data_ini
|
|
91
|
-
status_data_fim
|
|
92
|
-
status_programado
|
|
93
|
-
telefone
|
|
94
|
-
modificador
|
|
95
|
-
constructor(usuarioPayload:
|
|
96
|
-
}
|
|
97
|
-
export declare class EsocialCategoriaDeTrabalhador {
|
|
98
|
-
_id: string;
|
|
99
|
-
_path: string;
|
|
100
|
-
codigo?: number;
|
|
101
|
-
descricao?: string;
|
|
102
|
-
grupo?: string;
|
|
103
|
-
constructor({ codigo, descricao, grupo, }: {
|
|
104
|
-
codigo?: number;
|
|
105
|
-
descricao?: string;
|
|
106
|
-
grupo?: string;
|
|
107
|
-
});
|
|
48
|
+
cargo_ref: string;
|
|
49
|
+
esocial_categoria_de_trabalhador_ref: string;
|
|
50
|
+
conta_ref: string;
|
|
51
|
+
departamento_ref: string;
|
|
52
|
+
empresa_ref: string;
|
|
53
|
+
escala_ref: string;
|
|
54
|
+
perimetros_refs: string[];
|
|
55
|
+
perfil_ref: string;
|
|
56
|
+
admissao: Date;
|
|
57
|
+
ativo: boolean;
|
|
58
|
+
avatar_atualizacao: Date;
|
|
59
|
+
avatar_thumbnail_path: string;
|
|
60
|
+
avatar_thumbnail_url: string;
|
|
61
|
+
avatarUrl: string;
|
|
62
|
+
beneficios: UsuarioBeneficios;
|
|
63
|
+
celular: string;
|
|
64
|
+
cpf: string;
|
|
65
|
+
data_atualizacao_doc: Date;
|
|
66
|
+
data_criacao_doc: Date;
|
|
67
|
+
desligamento: Date;
|
|
68
|
+
email: string;
|
|
69
|
+
endereco: Endereco;
|
|
70
|
+
endereco_prestacao_diferente_empresa: boolean;
|
|
71
|
+
endereco_prestacao: Endereco;
|
|
72
|
+
excluido: boolean;
|
|
73
|
+
id_externo: string;
|
|
74
|
+
integracao: UsuarioIntegracao;
|
|
75
|
+
interno: boolean;
|
|
76
|
+
nascimento: Date;
|
|
77
|
+
nome: string;
|
|
78
|
+
nomeCompleto: string;
|
|
79
|
+
observacoes: string;
|
|
80
|
+
parametros: UsuarioParametros;
|
|
81
|
+
pin: number;
|
|
82
|
+
pis: string;
|
|
83
|
+
sem_autenticacao: boolean;
|
|
84
|
+
status: UsuarioStatus;
|
|
85
|
+
status_data_ini: Date;
|
|
86
|
+
status_data_fim: Date;
|
|
87
|
+
status_programado: UsuarioStatusProgramado;
|
|
88
|
+
telefone: string;
|
|
89
|
+
modificador: Partial<AuditoriaModificadorBase>;
|
|
90
|
+
constructor(usuarioPayload: Usuario);
|
|
108
91
|
}
|
|
109
|
-
export declare enum
|
|
92
|
+
export declare enum UsuarioTipoIntegracao {
|
|
110
93
|
EPLUGIN = "EPLUGIN",
|
|
111
94
|
ECONTADOR = "ECONTADOR",
|
|
112
95
|
CONTROL_ID = "CONTROL_ID"
|
|
@@ -114,49 +97,49 @@ export declare enum EnumTipoIntegracao {
|
|
|
114
97
|
export interface IUsuarioStatusProgramado {
|
|
115
98
|
executado: boolean;
|
|
116
99
|
tipo: 'Ativo' | 'Demitido';
|
|
117
|
-
data_prevista:
|
|
100
|
+
data_prevista: Date;
|
|
118
101
|
}
|
|
119
|
-
export declare class
|
|
102
|
+
export declare class UsuarioIntegracao {
|
|
120
103
|
id: string;
|
|
121
104
|
id_externo: string;
|
|
122
|
-
lancamento_data_base:
|
|
123
|
-
lancamentos_refs:
|
|
124
|
-
tipo:
|
|
105
|
+
lancamento_data_base: Date;
|
|
106
|
+
lancamentos_refs: string[];
|
|
107
|
+
tipo: UsuarioTipoIntegracao;
|
|
125
108
|
constructor({ id, tipo }: {
|
|
126
109
|
id: string;
|
|
127
|
-
tipo:
|
|
110
|
+
tipo: UsuarioTipoIntegracao;
|
|
128
111
|
});
|
|
129
112
|
}
|
|
130
|
-
export declare class
|
|
131
|
-
vale_transporte
|
|
132
|
-
vale_refeicao
|
|
133
|
-
vale_alimentacao
|
|
134
|
-
constructor({ vale_transporte, vale_refeicao, vale_alimentacao, }:
|
|
113
|
+
export declare class UsuarioBeneficios {
|
|
114
|
+
vale_transporte: boolean;
|
|
115
|
+
vale_refeicao: boolean;
|
|
116
|
+
vale_alimentacao: boolean;
|
|
117
|
+
constructor({ vale_transporte, vale_refeicao, vale_alimentacao, }: UsuarioBeneficios);
|
|
135
118
|
}
|
|
136
|
-
export declare class
|
|
137
|
-
tipo:
|
|
119
|
+
export declare class UsuarioParametrosHorarioNoturno {
|
|
120
|
+
tipo: UsuarioEnumParametrosTipoHorarioNoturno;
|
|
138
121
|
inicio: string;
|
|
139
122
|
fim: string;
|
|
140
123
|
hora_reduzida_segundos: number;
|
|
141
|
-
constructor({ fim, hora_reduzida_segundos, inicio, tipo, }:
|
|
124
|
+
constructor({ fim, hora_reduzida_segundos, inicio, tipo, }: UsuarioParametrosHorarioNoturno);
|
|
142
125
|
}
|
|
143
|
-
export declare class
|
|
144
|
-
acessar_manager
|
|
145
|
-
cargo_confianca
|
|
146
|
-
codigo_externo
|
|
147
|
-
configuracao_tipo_falta_jornada
|
|
148
|
-
horario_noturno
|
|
149
|
-
horista
|
|
150
|
-
limite_minutos_interjornada
|
|
151
|
-
marca_ponto_apenas_online
|
|
152
|
-
marca_ponto_flit
|
|
153
|
-
marca_ponto_multi_empresa
|
|
154
|
-
marca_ponto_web
|
|
155
|
-
reconhecimento_facial_obrigatorio
|
|
156
|
-
reconhecimento_facial
|
|
157
|
-
regime_compensacao
|
|
158
|
-
marcacao_whatsapp
|
|
159
|
-
capturar_foto_marcacao_externa
|
|
160
|
-
capturar_localizacao_marcacao_externa
|
|
161
|
-
constructor({ acessar_manager, capturar_foto_marcacao_externa, capturar_localizacao_marcacao_externa, cargo_confianca, codigo_externo, configuracao_tipo_falta_jornada, horario_noturno, horista, limite_minutos_interjornada, marca_ponto_apenas_online, marca_ponto_flit, marca_ponto_multi_empresa, marca_ponto_web, marcacao_whatsapp, reconhecimento_facial_obrigatorio, reconhecimento_facial, regime_compensacao, }:
|
|
126
|
+
export declare class UsuarioParametros {
|
|
127
|
+
acessar_manager: boolean;
|
|
128
|
+
cargo_confianca: boolean;
|
|
129
|
+
codigo_externo: string;
|
|
130
|
+
configuracao_tipo_falta_jornada: string;
|
|
131
|
+
horario_noturno: UsuarioParametrosHorarioNoturno;
|
|
132
|
+
horista: boolean;
|
|
133
|
+
limite_minutos_interjornada: number;
|
|
134
|
+
marca_ponto_apenas_online: boolean;
|
|
135
|
+
marca_ponto_flit: boolean;
|
|
136
|
+
marca_ponto_multi_empresa: boolean;
|
|
137
|
+
marca_ponto_web: boolean;
|
|
138
|
+
reconhecimento_facial_obrigatorio: boolean;
|
|
139
|
+
reconhecimento_facial: boolean;
|
|
140
|
+
regime_compensacao: string;
|
|
141
|
+
marcacao_whatsapp: boolean;
|
|
142
|
+
capturar_foto_marcacao_externa: boolean;
|
|
143
|
+
capturar_localizacao_marcacao_externa: boolean;
|
|
144
|
+
constructor({ acessar_manager, capturar_foto_marcacao_externa, capturar_localizacao_marcacao_externa, cargo_confianca, codigo_externo, configuracao_tipo_falta_jornada, horario_noturno, horista, limite_minutos_interjornada, marca_ponto_apenas_online, marca_ponto_flit, marca_ponto_multi_empresa, marca_ponto_web, marcacao_whatsapp, reconhecimento_facial_obrigatorio, reconhecimento_facial, regime_compensacao, }: UsuarioParametros);
|
|
162
145
|
}
|