@cristian-israel/giganet_lib_conecta 1.0.7 → 1.0.9
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/index.d.mts +789 -11
- package/dist/index.d.ts +789 -11
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -7673,16 +7673,16 @@ declare class PlanejamentoAnalitico extends Model<PlanejamentoAnaliticoAttribute
|
|
|
7673
7673
|
setIdPlanejamentoPlanejamento: Sequelize.BelongsToSetAssociationMixin<Planejamento, PlanejamentoId>;
|
|
7674
7674
|
createIdPlanejamentoPlanejamento: Sequelize.BelongsToCreateAssociationMixin<Planejamento>;
|
|
7675
7675
|
contas: Contas[];
|
|
7676
|
-
|
|
7677
|
-
|
|
7678
|
-
|
|
7679
|
-
|
|
7680
|
-
|
|
7681
|
-
|
|
7682
|
-
|
|
7683
|
-
|
|
7684
|
-
|
|
7685
|
-
|
|
7676
|
+
getContas: Sequelize.HasManyGetAssociationsMixin<Contas>;
|
|
7677
|
+
setContas: Sequelize.HasManySetAssociationsMixin<Contas, ContasId>;
|
|
7678
|
+
addConta: Sequelize.HasManyAddAssociationMixin<Contas, ContasId>;
|
|
7679
|
+
addContas: Sequelize.HasManyAddAssociationsMixin<Contas, ContasId>;
|
|
7680
|
+
createConta: Sequelize.HasManyCreateAssociationMixin<Contas>;
|
|
7681
|
+
removeConta: Sequelize.HasManyRemoveAssociationMixin<Contas, ContasId>;
|
|
7682
|
+
removeContas: Sequelize.HasManyRemoveAssociationsMixin<Contas, ContasId>;
|
|
7683
|
+
hasConta: Sequelize.HasManyHasAssociationMixin<Contas, ContasId>;
|
|
7684
|
+
hasContas: Sequelize.HasManyHasAssociationsMixin<Contas, ContasId>;
|
|
7685
|
+
countContas: Sequelize.HasManyCountAssociationsMixin;
|
|
7686
7686
|
fnMovimFinans: FnMovimFinan[];
|
|
7687
7687
|
getFnMovimFinans: Sequelize.HasManyGetAssociationsMixin<FnMovimFinan>;
|
|
7688
7688
|
setFnMovimFinans: Sequelize.HasManySetAssociationsMixin<FnMovimFinan, FnMovimFinanId>;
|
|
@@ -34237,6 +34237,784 @@ declare class IXCSoftService {
|
|
|
34237
34237
|
};
|
|
34238
34238
|
}
|
|
34239
34239
|
|
|
34240
|
+
declare function initModels(sequelize: Sequelize$1): {
|
|
34241
|
+
AcsActionDevice: typeof AcsActionDevice;
|
|
34242
|
+
AcsDevice: typeof AcsDevice;
|
|
34243
|
+
AcsDeviceWifi: typeof AcsDeviceWifi;
|
|
34244
|
+
AcsIntegration: typeof AcsIntegration;
|
|
34245
|
+
AgeNegociacoes: typeof AgeNegociacoes;
|
|
34246
|
+
AgeNegociacoesEntradas: typeof AgeNegociacoesEntradas;
|
|
34247
|
+
AgeNegociacoesSaidas: typeof AgeNegociacoesSaidas;
|
|
34248
|
+
AgeVeiculos: typeof AgeVeiculos;
|
|
34249
|
+
AgeVeiculosMarca: typeof AgeVeiculosMarca;
|
|
34250
|
+
AgeVeiculosModelo: typeof AgeVeiculosModelo;
|
|
34251
|
+
AgendaFiltro: typeof AgendaFiltro;
|
|
34252
|
+
AjusteInventario: typeof AjusteInventario;
|
|
34253
|
+
Alcada: typeof Alcada;
|
|
34254
|
+
AlcadaLog: typeof AlcadaLog;
|
|
34255
|
+
Almox: typeof Almox;
|
|
34256
|
+
AlmoxUsuario: typeof AlmoxUsuario;
|
|
34257
|
+
AltPlanoAcrescimo: typeof AltPlanoAcrescimo;
|
|
34258
|
+
AltPlanoDesconto: typeof AltPlanoDesconto;
|
|
34259
|
+
AltPlanoLogTitulo: typeof AltPlanoLogTitulo;
|
|
34260
|
+
AltPlanoProdutoServico: typeof AltPlanoProdutoServico;
|
|
34261
|
+
ApiUsageSummary: typeof ApiUsageSummary;
|
|
34262
|
+
ArquivoSpedContribuicoes: typeof ArquivoSpedContribuicoes;
|
|
34263
|
+
ArquivosConvenio: typeof ArquivosConvenio;
|
|
34264
|
+
AssinaturaCliente: typeof AssinaturaCliente;
|
|
34265
|
+
AssinaturaClienteProduto: typeof AssinaturaClienteProduto;
|
|
34266
|
+
AssinaturaClienteProdutoSubproduto: typeof AssinaturaClienteProdutoSubproduto;
|
|
34267
|
+
AssinaturaClienteProdutoSubprodutoTmp: typeof AssinaturaClienteProdutoSubprodutoTmp;
|
|
34268
|
+
AssinaturaClienteProdutoTmp: typeof AssinaturaClienteProdutoTmp;
|
|
34269
|
+
AssinaturaClienteTmp: typeof AssinaturaClienteTmp;
|
|
34270
|
+
AssinaturaDigitalHistorico: typeof AssinaturaDigitalHistorico;
|
|
34271
|
+
AssinaturaDigitalSignatario: typeof AssinaturaDigitalSignatario;
|
|
34272
|
+
AssinaturaIntegracao: typeof AssinaturaIntegracao;
|
|
34273
|
+
AssinaturaNotificacaoGrupo: typeof AssinaturaNotificacaoGrupo;
|
|
34274
|
+
AssinaturaNotificacaoGrupoParametros: typeof AssinaturaNotificacaoGrupoParametros;
|
|
34275
|
+
AssinaturaPlano: typeof AssinaturaPlano;
|
|
34276
|
+
AssinaturaPlanoProduto: typeof AssinaturaPlanoProduto;
|
|
34277
|
+
AssinaturaPlanoProdutoSubproduto: typeof AssinaturaPlanoProdutoSubproduto;
|
|
34278
|
+
Atividade: typeof Atividade;
|
|
34279
|
+
AutenticacaoSuporteOpa: typeof AutenticacaoSuporteOpa;
|
|
34280
|
+
AuthUsuarios: typeof AuthUsuarios;
|
|
34281
|
+
AuxConfirmaEmail: typeof AuxConfirmaEmail;
|
|
34282
|
+
BackupDrive: typeof BackupDrive;
|
|
34283
|
+
BackupGrupo: typeof BackupGrupo;
|
|
34284
|
+
BackupGrupoDrive: typeof BackupGrupoDrive;
|
|
34285
|
+
BackupHistorico: typeof BackupHistorico;
|
|
34286
|
+
BaixaLote: typeof BaixaLote;
|
|
34287
|
+
BaixasSerasa: typeof BaixasSerasa;
|
|
34288
|
+
CaixaMensagem: typeof CaixaMensagem;
|
|
34289
|
+
CaixasUsuario: typeof CaixasUsuario;
|
|
34290
|
+
Carregamento: typeof Carregamento;
|
|
34291
|
+
CarteirasRelacionadasFatura: typeof CarteirasRelacionadasFatura;
|
|
34292
|
+
CartoesFixadosKanban: typeof CartoesFixadosKanban;
|
|
34293
|
+
CategoriaDepreciacao: typeof CategoriaDepreciacao;
|
|
34294
|
+
CategoriaPatrimonio: typeof CategoriaPatrimonio;
|
|
34295
|
+
CategoriaSummit: typeof CategoriaSummit;
|
|
34296
|
+
CategoriasAtividade: typeof CategoriasAtividade;
|
|
34297
|
+
Cdr: typeof Cdr;
|
|
34298
|
+
Cel: typeof Cel;
|
|
34299
|
+
CentralBloqueioIp: typeof CentralBloqueioIp;
|
|
34300
|
+
CentralClienteAprovacao: typeof CentralClienteAprovacao;
|
|
34301
|
+
CentralLoginLog: typeof CentralLoginLog;
|
|
34302
|
+
CentroCustoSummit: typeof CentroCustoSummit;
|
|
34303
|
+
ChaveAssinaturaDigital: typeof ChaveAssinaturaDigital;
|
|
34304
|
+
ChaveAssinaturaDigitalDocumentos: typeof ChaveAssinaturaDigitalDocumentos;
|
|
34305
|
+
ChaveCarteira: typeof ChaveCarteira;
|
|
34306
|
+
ChaveCarteiraTitulos: typeof ChaveCarteiraTitulos;
|
|
34307
|
+
Checklist: typeof Checklist;
|
|
34308
|
+
ChecklistItem: typeof ChecklistItem;
|
|
34309
|
+
Cidade: typeof Cidade;
|
|
34310
|
+
CidadeBairro: typeof CidadeBairro;
|
|
34311
|
+
ClassTribNatOperacao: typeof ClassTribNatOperacao;
|
|
34312
|
+
Cliente: typeof Cliente;
|
|
34313
|
+
ClienteArquivos: typeof ClienteArquivos;
|
|
34314
|
+
ClienteBancos: typeof ClienteBancos;
|
|
34315
|
+
ClienteBens: typeof ClienteBens;
|
|
34316
|
+
ClienteBuilderSession: typeof ClienteBuilderSession;
|
|
34317
|
+
ClienteChave: typeof ClienteChave;
|
|
34318
|
+
ClienteChaveN: typeof ClienteChaveN;
|
|
34319
|
+
ClienteChaveRecuperacao: typeof ClienteChaveRecuperacao;
|
|
34320
|
+
ClienteCondominio: typeof ClienteCondominio;
|
|
34321
|
+
ClienteContrato: typeof ClienteContrato;
|
|
34322
|
+
ClienteContratoAcrescimos: typeof ClienteContratoAcrescimos;
|
|
34323
|
+
ClienteContratoAltPlano: typeof ClienteContratoAltPlano;
|
|
34324
|
+
ClienteContratoAssinaturaTermo: typeof ClienteContratoAssinaturaTermo;
|
|
34325
|
+
ClienteContratoDescRetroativosParam: typeof ClienteContratoDescRetroativosParam;
|
|
34326
|
+
ClienteContratoDescontos: typeof ClienteContratoDescontos;
|
|
34327
|
+
ClienteContratoGeracaoFatura: typeof ClienteContratoGeracaoFatura;
|
|
34328
|
+
ClienteContratoGeracaoFinanceiro: typeof ClienteContratoGeracaoFinanceiro;
|
|
34329
|
+
ClienteContratoGeracaoFinanceiroLog: typeof ClienteContratoGeracaoFinanceiroLog;
|
|
34330
|
+
ClienteContratoHistorico: typeof ClienteContratoHistorico;
|
|
34331
|
+
ClienteContratoIndexadores: typeof ClienteContratoIndexadores;
|
|
34332
|
+
ClienteContratoInfoAdicVoip: typeof ClienteContratoInfoAdicVoip;
|
|
34333
|
+
ClienteContratoModelo: typeof ClienteContratoModelo;
|
|
34334
|
+
ClienteContratoModeloLista: typeof ClienteContratoModeloLista;
|
|
34335
|
+
ClienteContratoMotivoDesistencia: typeof ClienteContratoMotivoDesistencia;
|
|
34336
|
+
ClienteContratoProdutos: typeof ClienteContratoProdutos;
|
|
34337
|
+
ClienteContratoProdutosReajusteValor: typeof ClienteContratoProdutosReajusteValor;
|
|
34338
|
+
ClienteContratoServicos: typeof ClienteContratoServicos;
|
|
34339
|
+
ClienteContratoServicosAdicionaisCodigosIntegrador: typeof ClienteContratoServicosAdicionaisCodigosIntegrador;
|
|
34340
|
+
ClienteContratoServicosAdicionaisIntegrador: typeof ClienteContratoServicosAdicionaisIntegrador;
|
|
34341
|
+
ClienteContratoServicosAlt: typeof ClienteContratoServicosAlt;
|
|
34342
|
+
ClienteContratoServicosParam: typeof ClienteContratoServicosParam;
|
|
34343
|
+
ClienteContratoTelefonia: typeof ClienteContratoTelefonia;
|
|
34344
|
+
ClienteContratoTipo: typeof ClienteContratoTipo;
|
|
34345
|
+
ClienteDevice: typeof ClienteDevice;
|
|
34346
|
+
ClienteIntegracaoComissao: typeof ClienteIntegracaoComissao;
|
|
34347
|
+
ClienteIntegracaoExternalId: typeof ClienteIntegracaoExternalId;
|
|
34348
|
+
ClienteNeutro: typeof ClienteNeutro;
|
|
34349
|
+
ClienteNeutroPlanosVelocidade: typeof ClienteNeutroPlanosVelocidade;
|
|
34350
|
+
ClienteTrial: typeof ClienteTrial;
|
|
34351
|
+
ClienteTrialChave: typeof ClienteTrialChave;
|
|
34352
|
+
ClienteValidaCelular: typeof ClienteValidaCelular;
|
|
34353
|
+
CnfCfop: typeof CnfCfop;
|
|
34354
|
+
CnfCfopEntrada: typeof CnfCfopEntrada;
|
|
34355
|
+
CnfClassificacaoTributaria: typeof CnfClassificacaoTributaria;
|
|
34356
|
+
CnfDocumentoNumero: typeof CnfDocumentoNumero;
|
|
34357
|
+
CnfDocumentoNumeroMes: typeof CnfDocumentoNumeroMes;
|
|
34358
|
+
CnfGradeCtb: typeof CnfGradeCtb;
|
|
34359
|
+
CnfGradeCtbItem: typeof CnfGradeCtbItem;
|
|
34360
|
+
CnfListaConta: typeof CnfListaConta;
|
|
34361
|
+
CnfListaContaItem: typeof CnfListaContaItem;
|
|
34362
|
+
CnfNfeInutilizada: typeof CnfNfeInutilizada;
|
|
34363
|
+
CnfTratamentoTributario: typeof CnfTratamentoTributario;
|
|
34364
|
+
Comentario: typeof Comentario;
|
|
34365
|
+
CondicoesPagamento: typeof CondicoesPagamento;
|
|
34366
|
+
ConfigCompressaoArquivos: typeof ConfigCompressaoArquivos;
|
|
34367
|
+
ConfigSmartTube: typeof ConfigSmartTube;
|
|
34368
|
+
ConfiguracaoCallcenter: typeof ConfiguracaoCallcenter;
|
|
34369
|
+
ConfiguracaoGeral: typeof ConfiguracaoGeral;
|
|
34370
|
+
ConfiguracaoMvno: typeof ConfiguracaoMvno;
|
|
34371
|
+
ConsultaSpcSerasa: typeof ConsultaSpcSerasa;
|
|
34372
|
+
Contador: typeof Contador;
|
|
34373
|
+
Contas: typeof Contas;
|
|
34374
|
+
Contato: typeof Contato;
|
|
34375
|
+
ContatoTipo: typeof ContatoTipo;
|
|
34376
|
+
ContratoModeloRelTermo: typeof ContratoModeloRelTermo;
|
|
34377
|
+
ContratoMotivoNegativacao: typeof ContratoMotivoNegativacao;
|
|
34378
|
+
ConvenioNotasVinculadas: typeof ConvenioNotasVinculadas;
|
|
34379
|
+
ConverterCofinsEntradaXml: typeof ConverterCofinsEntradaXml;
|
|
34380
|
+
ConverterCstCfopEntradaXml: typeof ConverterCstCfopEntradaXml;
|
|
34381
|
+
ConverterIpiEntradaXml: typeof ConverterIpiEntradaXml;
|
|
34382
|
+
ConverterPisEntradaXml: typeof ConverterPisEntradaXml;
|
|
34383
|
+
CotacaoCompra: typeof CotacaoCompra;
|
|
34384
|
+
CotacaoCompraItens: typeof CotacaoCompraItens;
|
|
34385
|
+
CrmAgenda: typeof CrmAgenda;
|
|
34386
|
+
CrmAgendaTextoPadrao: typeof CrmAgendaTextoPadrao;
|
|
34387
|
+
CrmAgendaTipo: typeof CrmAgendaTipo;
|
|
34388
|
+
CrmAnotacaoPadrao: typeof CrmAnotacaoPadrao;
|
|
34389
|
+
CrmCampanha: typeof CrmCampanha;
|
|
34390
|
+
CrmCobranca: typeof CrmCobranca;
|
|
34391
|
+
CrmCobrancaHistorico: typeof CrmCobrancaHistorico;
|
|
34392
|
+
CrmCobrancaParametros: typeof CrmCobrancaParametros;
|
|
34393
|
+
CrmConcorrente: typeof CrmConcorrente;
|
|
34394
|
+
CrmConcorrenteHistorico: typeof CrmConcorrenteHistorico;
|
|
34395
|
+
CrmConfiguracoes: typeof CrmConfiguracoes;
|
|
34396
|
+
CrmCores: typeof CrmCores;
|
|
34397
|
+
CrmEmailFila: typeof CrmEmailFila;
|
|
34398
|
+
CrmEmailLog: typeof CrmEmailLog;
|
|
34399
|
+
CrmEmailMarketing: typeof CrmEmailMarketing;
|
|
34400
|
+
CrmEmails: typeof CrmEmails;
|
|
34401
|
+
CrmFiltros: typeof CrmFiltros;
|
|
34402
|
+
CrmFunil: typeof CrmFunil;
|
|
34403
|
+
CrmFunilEstagios: typeof CrmFunilEstagios;
|
|
34404
|
+
CrmHistorico: typeof CrmHistorico;
|
|
34405
|
+
CrmModeloDocumento: typeof CrmModeloDocumento;
|
|
34406
|
+
CrmModeloEmail: typeof CrmModeloEmail;
|
|
34407
|
+
CrmNegociacoes: typeof CrmNegociacoes;
|
|
34408
|
+
CrmNegociacoesArquivos: typeof CrmNegociacoesArquivos;
|
|
34409
|
+
CrmNegociacoesEstagios: typeof CrmNegociacoesEstagios;
|
|
34410
|
+
CrmNegociacoesProdutos: typeof CrmNegociacoesProdutos;
|
|
34411
|
+
CrmPerfil: typeof CrmPerfil;
|
|
34412
|
+
CrmPesoCalculo: typeof CrmPesoCalculo;
|
|
34413
|
+
CrmPlanosNegociacoes: typeof CrmPlanosNegociacoes;
|
|
34414
|
+
CrmPlanosNegociacoesProjeto: typeof CrmPlanosNegociacoesProjeto;
|
|
34415
|
+
CrmPlanosNegociacoesRegioesViaveis: typeof CrmPlanosNegociacoesRegioesViaveis;
|
|
34416
|
+
CrmProspeccaoAnotacoes: typeof CrmProspeccaoAnotacoes;
|
|
34417
|
+
CrmProspeccaoPropostas: typeof CrmProspeccaoPropostas;
|
|
34418
|
+
CrmProspeccaoPropostasArquivos: typeof CrmProspeccaoPropostasArquivos;
|
|
34419
|
+
CrmProspeccaoPropostasTipos: typeof CrmProspeccaoPropostasTipos;
|
|
34420
|
+
CrmSecretaria: typeof CrmSecretaria;
|
|
34421
|
+
CrmSecretariaPerguntas: typeof CrmSecretariaPerguntas;
|
|
34422
|
+
CrmSmsFila: typeof CrmSmsFila;
|
|
34423
|
+
CrmSmsLog: typeof CrmSmsLog;
|
|
34424
|
+
CrmSmsMarketing: typeof CrmSmsMarketing;
|
|
34425
|
+
CrmSubstatus: typeof CrmSubstatus;
|
|
34426
|
+
CrmTelegramMarketing: typeof CrmTelegramMarketing;
|
|
34427
|
+
CrmTipoCandidato: typeof CrmTipoCandidato;
|
|
34428
|
+
CronRelatorios: typeof CronRelatorios;
|
|
34429
|
+
CsosnCst: typeof CsosnCst;
|
|
34430
|
+
CxMensagens: typeof CxMensagens;
|
|
34431
|
+
DadosBancarios: typeof DadosBancarios;
|
|
34432
|
+
DashCardsMemcached: typeof DashCardsMemcached;
|
|
34433
|
+
Departamento: typeof Departamento;
|
|
34434
|
+
DfCategoriaTipo: typeof DfCategoriaTipo;
|
|
34435
|
+
DfConexaoElemento: typeof DfConexaoElemento;
|
|
34436
|
+
DfConexoes: typeof DfConexoes;
|
|
34437
|
+
DfConexoesElementosCoordenadas: typeof DfConexoesElementosCoordenadas;
|
|
34438
|
+
DfConfig: typeof DfConfig;
|
|
34439
|
+
DfCoordenada: typeof DfCoordenada;
|
|
34440
|
+
DfCoordenadas: typeof DfCoordenadas;
|
|
34441
|
+
DfDiretorio: typeof DfDiretorio;
|
|
34442
|
+
DfElemento: typeof DfElemento;
|
|
34443
|
+
DfElementoCoordenada: typeof DfElementoCoordenada;
|
|
34444
|
+
DfElementos: typeof DfElementos;
|
|
34445
|
+
DfElementosCoordenadas: typeof DfElementosCoordenadas;
|
|
34446
|
+
DfFusao: typeof DfFusao;
|
|
34447
|
+
DfFusaoTipo: typeof DfFusaoTipo;
|
|
34448
|
+
DfMesclaProjeto: typeof DfMesclaProjeto;
|
|
34449
|
+
DfPadraoCores: typeof DfPadraoCores;
|
|
34450
|
+
DfParametro: typeof DfParametro;
|
|
34451
|
+
DfProjeto: typeof DfProjeto;
|
|
34452
|
+
DfProjetoFuncionarios: typeof DfProjetoFuncionarios;
|
|
34453
|
+
DfRompimentoFibraCabo: typeof DfRompimentoFibraCabo;
|
|
34454
|
+
DfTipoElemento: typeof DfTipoElemento;
|
|
34455
|
+
DfTipoElementoRegiaoPlano: typeof DfTipoElementoRegiaoPlano;
|
|
34456
|
+
DiciInfraestrutura: typeof DiciInfraestrutura;
|
|
34457
|
+
Dictionary: typeof Dictionary;
|
|
34458
|
+
DocFiltros: typeof DocFiltros;
|
|
34459
|
+
ElementoArquivos: typeof ElementoArquivos;
|
|
34460
|
+
Empresa: typeof Empresa;
|
|
34461
|
+
EmpresaSetor: typeof EmpresaSetor;
|
|
34462
|
+
Entrada: typeof Entrada;
|
|
34463
|
+
EntradaDfe: typeof EntradaDfe;
|
|
34464
|
+
EntradaNfeDiAdicao: typeof EntradaNfeDiAdicao;
|
|
34465
|
+
EntradaPedido: typeof EntradaPedido;
|
|
34466
|
+
EquipamentoFuncionario: typeof EquipamentoFuncionario;
|
|
34467
|
+
EquipamentoTermoModelo: typeof EquipamentoTermoModelo;
|
|
34468
|
+
EstoqueMinMax: typeof EstoqueMinMax;
|
|
34469
|
+
EstoqueProdutosAlmoxFilial: typeof EstoqueProdutosAlmoxFilial;
|
|
34470
|
+
Estrutura: typeof Estrutura;
|
|
34471
|
+
EstruturaHistorico: typeof EstruturaHistorico;
|
|
34472
|
+
Fabricantes: typeof Fabricantes;
|
|
34473
|
+
Fatura: typeof Fatura;
|
|
34474
|
+
FaturaFnAreceber: typeof FaturaFnAreceber;
|
|
34475
|
+
FaturaGeracaoFinanceiroLog: typeof FaturaGeracaoFinanceiroLog;
|
|
34476
|
+
FaturaGeracaoLog: typeof FaturaGeracaoLog;
|
|
34477
|
+
FaturaMigracaoLog: typeof FaturaMigracaoLog;
|
|
34478
|
+
FaturaMovimentoProdutos: typeof FaturaMovimentoProdutos;
|
|
34479
|
+
Favorite: typeof Favorite;
|
|
34480
|
+
FechamentoAnual: typeof FechamentoAnual;
|
|
34481
|
+
Fiador: typeof Fiador;
|
|
34482
|
+
FiberdocsUsuarioConfig: typeof FiberdocsUsuarioConfig;
|
|
34483
|
+
Filial: typeof Filial;
|
|
34484
|
+
FilialIssExig: typeof FilialIssExig;
|
|
34485
|
+
FilialUsuario: typeof FilialUsuario;
|
|
34486
|
+
FlAdtoSalario: typeof FlAdtoSalario;
|
|
34487
|
+
FlFolha: typeof FlFolha;
|
|
34488
|
+
FlFuncoes: typeof FlFuncoes;
|
|
34489
|
+
FnAdtoCliente: typeof FnAdtoCliente;
|
|
34490
|
+
FnAdtoFornecedor: typeof FnAdtoFornecedor;
|
|
34491
|
+
FnApagar: typeof FnApagar;
|
|
34492
|
+
FnApagarArquivos: typeof FnApagarArquivos;
|
|
34493
|
+
FnApagarAuditoria: typeof FnApagarAuditoria;
|
|
34494
|
+
FnApagarLote: typeof FnApagarLote;
|
|
34495
|
+
FnApagarLoteArquivo: typeof FnApagarLoteArquivo;
|
|
34496
|
+
FnApagarLoteLog: typeof FnApagarLoteLog;
|
|
34497
|
+
FnApagarLotePagamento: typeof FnApagarLotePagamento;
|
|
34498
|
+
FnApagarLotePagamentoLog: typeof FnApagarLotePagamentoLog;
|
|
34499
|
+
FnApagarRemessaLote: typeof FnApagarRemessaLote;
|
|
34500
|
+
FnApagarRetornoLote: typeof FnApagarRetornoLote;
|
|
34501
|
+
FnApagarRetornoLoteRegistros: typeof FnApagarRetornoLoteRegistros;
|
|
34502
|
+
FnAreceber: typeof FnAreceber;
|
|
34503
|
+
FnAreceberAcrescimo: typeof FnAreceberAcrescimo;
|
|
34504
|
+
FnAreceberAltCarteira: typeof FnAreceberAltCarteira;
|
|
34505
|
+
FnAreceberArquivoBoleto: typeof FnAreceberArquivoBoleto;
|
|
34506
|
+
FnAreceberArquivos: typeof FnAreceberArquivos;
|
|
34507
|
+
FnAreceberBackup: typeof FnAreceberBackup;
|
|
34508
|
+
FnAreceberCedente: typeof FnAreceberCedente;
|
|
34509
|
+
FnAreceberCedenteLote: typeof FnAreceberCedenteLote;
|
|
34510
|
+
FnAreceberCedenteLoteArquivo: typeof FnAreceberCedenteLoteArquivo;
|
|
34511
|
+
FnAreceberCedenteRemessaArquivo: typeof FnAreceberCedenteRemessaArquivo;
|
|
34512
|
+
FnAreceberDesconto: typeof FnAreceberDesconto;
|
|
34513
|
+
FnAreceberHistBoleto: typeof FnAreceberHistBoleto;
|
|
34514
|
+
FnAreceberModelo: typeof FnAreceberModelo;
|
|
34515
|
+
FnAreceberMotCancelamento: typeof FnAreceberMotCancelamento;
|
|
34516
|
+
FnAreceberMotCancelamentoAdicional: typeof FnAreceberMotCancelamentoAdicional;
|
|
34517
|
+
FnAreceberMotivoDesconto: typeof FnAreceberMotivoDesconto;
|
|
34518
|
+
FnAreceberNotasGeradas: typeof FnAreceberNotasGeradas;
|
|
34519
|
+
FnAreceberRemessas: typeof FnAreceberRemessas;
|
|
34520
|
+
FnAreceberRemessasArquivo: typeof FnAreceberRemessasArquivo;
|
|
34521
|
+
FnAreceberXml: typeof FnAreceberXml;
|
|
34522
|
+
FnCarteiraCobranca: typeof FnCarteiraCobranca;
|
|
34523
|
+
FnCarteiraCobrancaAlternativas: typeof FnCarteiraCobrancaAlternativas;
|
|
34524
|
+
FnCarteiraCobrancaParam: typeof FnCarteiraCobrancaParam;
|
|
34525
|
+
FnCheque: typeof FnCheque;
|
|
34526
|
+
FnChequeMovimento: typeof FnChequeMovimento;
|
|
34527
|
+
FnConciliacaoLote: typeof FnConciliacaoLote;
|
|
34528
|
+
FnConciliacaoLoteLog: typeof FnConciliacaoLoteLog;
|
|
34529
|
+
FnDespesaTipo: typeof FnDespesaTipo;
|
|
34530
|
+
FnExtrato: typeof FnExtrato;
|
|
34531
|
+
FnExtratoBackup: typeof FnExtratoBackup;
|
|
34532
|
+
FnFeriados: typeof FnFeriados;
|
|
34533
|
+
FnMovimFinan: typeof FnMovimFinan;
|
|
34534
|
+
FnMovimFinanBackup: typeof FnMovimFinanBackup;
|
|
34535
|
+
FnMovimFinanClasse: typeof FnMovimFinanClasse;
|
|
34536
|
+
FnMovimFinanLanc: typeof FnMovimFinanLanc;
|
|
34537
|
+
FnMovimFinanLiquidacoes: typeof FnMovimFinanLiquidacoes;
|
|
34538
|
+
FnRenegociacao: typeof FnRenegociacao;
|
|
34539
|
+
FnTipoDespesa: typeof FnTipoDespesa;
|
|
34540
|
+
FnTransferenciaCaixa: typeof FnTransferenciaCaixa;
|
|
34541
|
+
FolhaTurno: typeof FolhaTurno;
|
|
34542
|
+
Fornecedor: typeof Fornecedor;
|
|
34543
|
+
FornecedorArquivos: typeof FornecedorArquivos;
|
|
34544
|
+
FornecedorContratoModelo: typeof FornecedorContratoModelo;
|
|
34545
|
+
FornecedorTipo: typeof FornecedorTipo;
|
|
34546
|
+
FrFaturamentoClassificacoes: typeof FrFaturamentoClassificacoes;
|
|
34547
|
+
FuncionarioSetores: typeof FuncionarioSetores;
|
|
34548
|
+
Funcionarios: typeof Funcionarios;
|
|
34549
|
+
FuncionariosArquivos: typeof FuncionariosArquivos;
|
|
34550
|
+
FuncionariosEquipes: typeof FuncionariosEquipes;
|
|
34551
|
+
GatewayOmnichannel: typeof GatewayOmnichannel;
|
|
34552
|
+
GeracaoFinanceiroFatura: typeof GeracaoFinanceiroFatura;
|
|
34553
|
+
GeracaoLote: typeof GeracaoLote;
|
|
34554
|
+
GeracaoLoteAgrupFinan: typeof GeracaoLoteAgrupFinan;
|
|
34555
|
+
GeracaoLoteAssinaturas: typeof GeracaoLoteAssinaturas;
|
|
34556
|
+
GeracaoLoteLog: typeof GeracaoLoteLog;
|
|
34557
|
+
GeracaoVinculoConvenioNfContrato: typeof GeracaoVinculoConvenioNfContrato;
|
|
34558
|
+
GrupoProdutos: typeof GrupoProdutos;
|
|
34559
|
+
HistoricoGeracaoSped: typeof HistoricoGeracaoSped;
|
|
34560
|
+
HistoricoNotasFiscais: typeof HistoricoNotasFiscais;
|
|
34561
|
+
HotsiteModeloNotificacoesPush: typeof HotsiteModeloNotificacoesPush;
|
|
34562
|
+
HsAdmArtigos: typeof HsAdmArtigos;
|
|
34563
|
+
HsAdmCategorias: typeof HsAdmCategorias;
|
|
34564
|
+
HsAdmItemMenu: typeof HsAdmItemMenu;
|
|
34565
|
+
HsAdmSecao: typeof HsAdmSecao;
|
|
34566
|
+
HsAdminMenu: typeof HsAdminMenu;
|
|
34567
|
+
HsBanner: typeof HsBanner;
|
|
34568
|
+
HsBannerCategorias: typeof HsBannerCategorias;
|
|
34569
|
+
HsConfigEcommerce: typeof HsConfigEcommerce;
|
|
34570
|
+
HsContatos: typeof HsContatos;
|
|
34571
|
+
HsContatosCategoria: typeof HsContatosCategoria;
|
|
34572
|
+
HsEnquete: typeof HsEnquete;
|
|
34573
|
+
HsFilmes: typeof HsFilmes;
|
|
34574
|
+
HsFilmesCategoria: typeof HsFilmesCategoria;
|
|
34575
|
+
HsHtml: typeof HsHtml;
|
|
34576
|
+
HsLinks: typeof HsLinks;
|
|
34577
|
+
HsLinksCategorias: typeof HsLinksCategorias;
|
|
34578
|
+
HsLogomarca: typeof HsLogomarca;
|
|
34579
|
+
HsModuloMenu: typeof HsModuloMenu;
|
|
34580
|
+
HsModulos: typeof HsModulos;
|
|
34581
|
+
HsOpcao: typeof HsOpcao;
|
|
34582
|
+
HsProdutosDados: typeof HsProdutosDados;
|
|
34583
|
+
HsPublicidade: typeof HsPublicidade;
|
|
34584
|
+
HsSlideshow: typeof HsSlideshow;
|
|
34585
|
+
HsSlideshowImg: typeof HsSlideshowImg;
|
|
34586
|
+
HsSsl: typeof HsSsl;
|
|
34587
|
+
HsStatsPaginas: typeof HsStatsPaginas;
|
|
34588
|
+
HsStatsVisitante: typeof HsStatsVisitante;
|
|
34589
|
+
HsTipoModulo: typeof HsTipoModulo;
|
|
34590
|
+
ImCondominio: typeof ImCondominio;
|
|
34591
|
+
ImCondominioLancMensal: typeof ImCondominioLancMensal;
|
|
34592
|
+
ImCondominioLancPadrao: typeof ImCondominioLancPadrao;
|
|
34593
|
+
ImContrato: typeof ImContrato;
|
|
34594
|
+
ImContratosAluguel: typeof ImContratosAluguel;
|
|
34595
|
+
ImImovel: typeof ImImovel;
|
|
34596
|
+
ImImovelImg: typeof ImImovelImg;
|
|
34597
|
+
ImImovelVantagem: typeof ImImovelVantagem;
|
|
34598
|
+
ImTipoImovel: typeof ImTipoImovel;
|
|
34599
|
+
ImVantagens: typeof ImVantagens;
|
|
34600
|
+
IndicacaoContrato: typeof IndicacaoContrato;
|
|
34601
|
+
InmapAnalytics: typeof InmapAnalytics;
|
|
34602
|
+
InmapSalesEtiqueta: typeof InmapSalesEtiqueta;
|
|
34603
|
+
InmapSalesItemEtiqueta: typeof InmapSalesItemEtiqueta;
|
|
34604
|
+
IntegracaoFiscalCol: typeof IntegracaoFiscalCol;
|
|
34605
|
+
IntegracaoFiscalFilialCol: typeof IntegracaoFiscalFilialCol;
|
|
34606
|
+
IntegracaoSerasa: typeof IntegracaoSerasa;
|
|
34607
|
+
Integracoes: typeof Integracoes;
|
|
34608
|
+
IntegracoesAssinaturaDigital: typeof IntegracoesAssinaturaDigital;
|
|
34609
|
+
IntegracoesCgnat: typeof IntegracoesCgnat;
|
|
34610
|
+
IntegracoesIot: typeof IntegracoesIot;
|
|
34611
|
+
IntegracoesOidc: typeof IntegracoesOidc;
|
|
34612
|
+
IntegracoesRedes: typeof IntegracoesRedes;
|
|
34613
|
+
Inventario: typeof Inventario;
|
|
34614
|
+
ItemPatrimonio: typeof ItemPatrimonio;
|
|
34615
|
+
ItensCarga: typeof ItensCarga;
|
|
34616
|
+
ItensPedido: typeof ItensPedido;
|
|
34617
|
+
ItensRequisicaoDevolucaoMaterial: typeof ItensRequisicaoDevolucaoMaterial;
|
|
34618
|
+
IxcFalhaTarefa: typeof IxcFalhaTarefa;
|
|
34619
|
+
IxcLogs: typeof IxcLogs;
|
|
34620
|
+
IxcNotificationUsuarios: typeof IxcNotificationUsuarios;
|
|
34621
|
+
IxcNotifications: typeof IxcNotifications;
|
|
34622
|
+
IxcPermissoes: typeof IxcPermissoes;
|
|
34623
|
+
IxcPermissoesAbas: typeof IxcPermissoesAbas;
|
|
34624
|
+
IxcPermissoesBotoes: typeof IxcPermissoesBotoes;
|
|
34625
|
+
IxcPermissoesCampos: typeof IxcPermissoesCampos;
|
|
34626
|
+
KmlImportacaoLog: typeof KmlImportacaoLog;
|
|
34627
|
+
LeadArquivos: typeof LeadArquivos;
|
|
34628
|
+
LicencaSummit: typeof LicencaSummit;
|
|
34629
|
+
LicencasIot: typeof LicencasIot;
|
|
34630
|
+
LicencasProdutosIot: typeof LicencasProdutosIot;
|
|
34631
|
+
LinhaMvno: typeof LinhaMvno;
|
|
34632
|
+
LinhaMvnoDadosAdicionais: typeof LinhaMvnoDadosAdicionais;
|
|
34633
|
+
LinhaMvnoTmp: typeof LinhaMvnoTmp;
|
|
34634
|
+
ListarBackupsDrive: typeof ListarBackupsDrive;
|
|
34635
|
+
LogAcesso: typeof LogAcesso;
|
|
34636
|
+
LogAtualizacoes: typeof LogAtualizacoes;
|
|
34637
|
+
LogBackup: typeof LogBackup;
|
|
34638
|
+
LogImportacaoCdrSummit: typeof LogImportacaoCdrSummit;
|
|
34639
|
+
LogIntegracaoAtualizado: typeof LogIntegracaoAtualizado;
|
|
34640
|
+
LogRadPortaFtth: typeof LogRadPortaFtth;
|
|
34641
|
+
LogRotinasCobrancas: typeof LogRotinasCobrancas;
|
|
34642
|
+
LogTarefaGateway: typeof LogTarefaGateway;
|
|
34643
|
+
LogVoip: typeof LogVoip;
|
|
34644
|
+
LoginBg: typeof LoginBg;
|
|
34645
|
+
LogsAtualizacaoSoftware: typeof LogsAtualizacaoSoftware;
|
|
34646
|
+
LogsConfig: typeof LogsConfig;
|
|
34647
|
+
LogsErrosIntegracoes: typeof LogsErrosIntegracoes;
|
|
34648
|
+
LogsExclusao: typeof LogsExclusao;
|
|
34649
|
+
LogsOmnichannel: typeof LogsOmnichannel;
|
|
34650
|
+
LogsPatrimonioSerieMac: typeof LogsPatrimonioSerieMac;
|
|
34651
|
+
LogsTarefas: typeof LogsTarefas;
|
|
34652
|
+
Lote: typeof Lote;
|
|
34653
|
+
LoteEnvio: typeof LoteEnvio;
|
|
34654
|
+
LoteEnvios: typeof LoteEnvios;
|
|
34655
|
+
ManifestaNfe: typeof ManifestaNfe;
|
|
34656
|
+
MessageIntegrations: typeof MessageIntegrations;
|
|
34657
|
+
MessageIntegrationsTemplates: typeof MessageIntegrationsTemplates;
|
|
34658
|
+
MessageQueue: typeof MessageQueue;
|
|
34659
|
+
Migrations: typeof Migrations;
|
|
34660
|
+
MkInterfaces: typeof MkInterfaces;
|
|
34661
|
+
ModeloAutoprovisionamento: typeof ModeloAutoprovisionamento;
|
|
34662
|
+
Moedas: typeof Moedas;
|
|
34663
|
+
MoedasCotacao: typeof MoedasCotacao;
|
|
34664
|
+
MonitoraIndice: typeof MonitoraIndice;
|
|
34665
|
+
MovimentoProdutos: typeof MovimentoProdutos;
|
|
34666
|
+
MovimentoProdutosNumerosSerie: typeof MovimentoProdutosNumerosSerie;
|
|
34667
|
+
MpElemento: typeof MpElemento;
|
|
34668
|
+
MpElementoCoordenada: typeof MpElementoCoordenada;
|
|
34669
|
+
MpMiniProjeto: typeof MpMiniProjeto;
|
|
34670
|
+
Nas: typeof Nas;
|
|
34671
|
+
NasCgnat: typeof NasCgnat;
|
|
34672
|
+
NasCgnatIpPortas: typeof NasCgnatIpPortas;
|
|
34673
|
+
NasConfig: typeof NasConfig;
|
|
34674
|
+
NasConfigNas: typeof NasConfigNas;
|
|
34675
|
+
NasRedeLocal: typeof NasRedeLocal;
|
|
34676
|
+
NasRedeNat: typeof NasRedeNat;
|
|
34677
|
+
NegativacaoSpcSerasa: typeof NegativacaoSpcSerasa;
|
|
34678
|
+
NfArquivoMestre: typeof NfArquivoMestre;
|
|
34679
|
+
NfeCartaCorrecao: typeof NfeCartaCorrecao;
|
|
34680
|
+
NfeXmlPdf: typeof NfeXmlPdf;
|
|
34681
|
+
NfseXmlPreConsulta: typeof NfseXmlPreConsulta;
|
|
34682
|
+
NumerosBinagemDids: typeof NumerosBinagemDids;
|
|
34683
|
+
Observer2FaModify: typeof Observer2FaModify;
|
|
34684
|
+
OmnichannelMarketing: typeof OmnichannelMarketing;
|
|
34685
|
+
OmnichannelMessageQueue: typeof OmnichannelMessageQueue;
|
|
34686
|
+
OnusAutorizacaoMassaConfig: typeof OnusAutorizacaoMassaConfig;
|
|
34687
|
+
OnusAutorizacaoMassaLogs: typeof OnusAutorizacaoMassaLogs;
|
|
34688
|
+
OperadoraTelefonia: typeof OperadoraTelefonia;
|
|
34689
|
+
OsRedeNeutra: typeof OsRedeNeutra;
|
|
34690
|
+
Pais: typeof Pais;
|
|
34691
|
+
Parametros: typeof Parametros;
|
|
34692
|
+
ParticaoAssinanteSummit: typeof ParticaoAssinanteSummit;
|
|
34693
|
+
Patrimonio: typeof Patrimonio;
|
|
34694
|
+
PatrimonioAlteracaoProduto: typeof PatrimonioAlteracaoProduto;
|
|
34695
|
+
PatrimonioCategoria: typeof PatrimonioCategoria;
|
|
34696
|
+
PatrimonioCategoriaDepreciacao: typeof PatrimonioCategoriaDepreciacao;
|
|
34697
|
+
PatrimonioDepreciacao: typeof PatrimonioDepreciacao;
|
|
34698
|
+
PatrimonioModeloImpressaoEtiqueta: typeof PatrimonioModeloImpressaoEtiqueta;
|
|
34699
|
+
PatrimonioMotivoInutilizacao: typeof PatrimonioMotivoInutilizacao;
|
|
34700
|
+
PatrimonioMovimentacao: typeof PatrimonioMovimentacao;
|
|
34701
|
+
PatrimonioSerieMacArquivo: typeof PatrimonioSerieMacArquivo;
|
|
34702
|
+
PatrimonioTransferido: typeof PatrimonioTransferido;
|
|
34703
|
+
PcpApAcabamento: typeof PcpApAcabamento;
|
|
34704
|
+
PcpApAssistencia: typeof PcpApAssistencia;
|
|
34705
|
+
PcpApProducao: typeof PcpApProducao;
|
|
34706
|
+
PdvConfig: typeof PdvConfig;
|
|
34707
|
+
Pedido: typeof Pedido;
|
|
34708
|
+
PedidoCompra: typeof PedidoCompra;
|
|
34709
|
+
PedidoCompraArquivos: typeof PedidoCompraArquivos;
|
|
34710
|
+
PedidoCompraItens: typeof PedidoCompraItens;
|
|
34711
|
+
PedidoOs: typeof PedidoOs;
|
|
34712
|
+
PedidoRequiasicao: typeof PedidoRequiasicao;
|
|
34713
|
+
PercursoMdfe: typeof PercursoMdfe;
|
|
34714
|
+
PerfilJornadaTrabalho: typeof PerfilJornadaTrabalho;
|
|
34715
|
+
PerfisVoip: typeof PerfisVoip;
|
|
34716
|
+
PeriodoJornadaTrabalho: typeof PeriodoJornadaTrabalho;
|
|
34717
|
+
Planejamento: typeof Planejamento;
|
|
34718
|
+
PlanejamentoAnalitico: typeof PlanejamentoAnalitico;
|
|
34719
|
+
PlanejamentoAnaliticoFinan: typeof PlanejamentoAnaliticoFinan;
|
|
34720
|
+
PlanejamentoFinan: typeof PlanejamentoFinan;
|
|
34721
|
+
PlanosVoip: typeof PlanosVoip;
|
|
34722
|
+
Plays: typeof Plays;
|
|
34723
|
+
PortaSbcSummit: typeof PortaSbcSummit;
|
|
34724
|
+
PppAnatelFiltros: typeof PppAnatelFiltros;
|
|
34725
|
+
PppAnatelTrafego: typeof PppAnatelTrafego;
|
|
34726
|
+
Prioridade: typeof Prioridade;
|
|
34727
|
+
PrjProjeto: typeof PrjProjeto;
|
|
34728
|
+
PrjProjetoAlocacao: typeof PrjProjetoAlocacao;
|
|
34729
|
+
PrjProjetoHistorico: typeof PrjProjetoHistorico;
|
|
34730
|
+
Produtos: typeof Produtos;
|
|
34731
|
+
ProdutosAnexos: typeof ProdutosAnexos;
|
|
34732
|
+
ProdutosCnfClassificacaoTributariaCol: typeof ProdutosCnfClassificacaoTributariaCol;
|
|
34733
|
+
ProdutosCodServicos: typeof ProdutosCodServicos;
|
|
34734
|
+
ProdutosComposicao: typeof ProdutosComposicao;
|
|
34735
|
+
ProdutosContratoMvno: typeof ProdutosContratoMvno;
|
|
34736
|
+
ProdutosFornecedores: typeof ProdutosFornecedores;
|
|
34737
|
+
ProdutosImg: typeof ProdutosImg;
|
|
34738
|
+
ProdutosIntegracao: typeof ProdutosIntegracao;
|
|
34739
|
+
ProdutosIxcMvno: typeof ProdutosIxcMvno;
|
|
34740
|
+
ProdutosNcm: typeof ProdutosNcm;
|
|
34741
|
+
ProdutosNcmCest: typeof ProdutosNcmCest;
|
|
34742
|
+
ProdutosTabalaFipe: typeof ProdutosTabalaFipe;
|
|
34743
|
+
ProdutosUnidades: typeof ProdutosUnidades;
|
|
34744
|
+
ProdutosWizardRequisicao: typeof ProdutosWizardRequisicao;
|
|
34745
|
+
ProspeccaoAnotacoes: typeof ProspeccaoAnotacoes;
|
|
34746
|
+
ProvSnmp: typeof ProvSnmp;
|
|
34747
|
+
PushNotificationQueue: typeof PushNotificationQueue;
|
|
34748
|
+
PvGrupoBackup: typeof PvGrupoBackup;
|
|
34749
|
+
PvGrupoMonitoramento: typeof PvGrupoMonitoramento;
|
|
34750
|
+
PvMarketing: typeof PvMarketing;
|
|
34751
|
+
PvMonitoramentoHosts: typeof PvMonitoramentoHosts;
|
|
34752
|
+
PvPublicidade: typeof PvPublicidade;
|
|
34753
|
+
PvPublicidadeGrupo: typeof PvPublicidadeGrupo;
|
|
34754
|
+
PvPublicidadeGrupoCliente: typeof PvPublicidadeGrupoCliente;
|
|
34755
|
+
PvPublicidadeGrupoConcentradores: typeof PvPublicidadeGrupoConcentradores;
|
|
34756
|
+
PvTipoPublicidade: typeof PvTipoPublicidade;
|
|
34757
|
+
QuerybuilderVisoes: typeof QuerybuilderVisoes;
|
|
34758
|
+
RadCaixaFtth: typeof RadCaixaFtth;
|
|
34759
|
+
RadCaixaFtthTecnologia: typeof RadCaixaFtthTecnologia;
|
|
34760
|
+
RadDici: typeof RadDici;
|
|
34761
|
+
RadDiciItem: typeof RadDiciItem;
|
|
34762
|
+
RadDiciSeac: typeof RadDiciSeac;
|
|
34763
|
+
RadDiciSeacItem: typeof RadDiciSeacItem;
|
|
34764
|
+
RadDiciStfc: typeof RadDiciStfc;
|
|
34765
|
+
RadDiciStfcItem: typeof RadDiciStfcItem;
|
|
34766
|
+
RadDns: typeof RadDns;
|
|
34767
|
+
RadHardware: typeof RadHardware;
|
|
34768
|
+
RadSici: typeof RadSici;
|
|
34769
|
+
RadSiciCapacidades: typeof RadSiciCapacidades;
|
|
34770
|
+
RadSiciEmpregos: typeof RadSiciEmpregos;
|
|
34771
|
+
RadSiciParametros: typeof RadSiciParametros;
|
|
34772
|
+
RadSiciRegistros: typeof RadSiciRegistros;
|
|
34773
|
+
Radacct: typeof Radacct;
|
|
34774
|
+
RadacctCgnat: typeof RadacctCgnat;
|
|
34775
|
+
Radacessoslte: typeof Radacessoslte;
|
|
34776
|
+
RadauthIpsAutorizados: typeof RadauthIpsAutorizados;
|
|
34777
|
+
RadauthNas: typeof RadauthNas;
|
|
34778
|
+
RadauthRadacct: typeof RadauthRadacct;
|
|
34779
|
+
RadauthRadcheck: typeof RadauthRadcheck;
|
|
34780
|
+
RadauthRadgroupcheck: typeof RadauthRadgroupcheck;
|
|
34781
|
+
RadauthRadgroupreply: typeof RadauthRadgroupreply;
|
|
34782
|
+
RadauthRadpostauth: typeof RadauthRadpostauth;
|
|
34783
|
+
RadauthRadreply: typeof RadauthRadreply;
|
|
34784
|
+
RadauthRadusergroup: typeof RadauthRadusergroup;
|
|
34785
|
+
Radcache: typeof Radcache;
|
|
34786
|
+
RadcacheNocache: typeof RadcacheNocache;
|
|
34787
|
+
Radcheck: typeof Radcheck;
|
|
34788
|
+
Radgroupcheck: typeof Radgroupcheck;
|
|
34789
|
+
Radgroupreply: typeof Radgroupreply;
|
|
34790
|
+
RadgrupoPlanos: typeof RadgrupoPlanos;
|
|
34791
|
+
RadgrupoPlanosConf: typeof RadgrupoPlanosConf;
|
|
34792
|
+
Radgrupos: typeof Radgrupos;
|
|
34793
|
+
RadgruposPools: typeof RadgruposPools;
|
|
34794
|
+
Radhotspot: typeof Radhotspot;
|
|
34795
|
+
Radintegracao: typeof Radintegracao;
|
|
34796
|
+
Radippool: typeof Radippool;
|
|
34797
|
+
Radippoolfixo: typeof Radippoolfixo;
|
|
34798
|
+
Radippoolfixoipv6: typeof Radippoolfixoipv6;
|
|
34799
|
+
Radippoolv6: typeof Radippoolv6;
|
|
34800
|
+
Radpool: typeof Radpool;
|
|
34801
|
+
Radpop: typeof Radpop;
|
|
34802
|
+
RadpopEstrutura: typeof RadpopEstrutura;
|
|
34803
|
+
RadpopOcorrencias: typeof RadpopOcorrencias;
|
|
34804
|
+
RadpopOltSlot: typeof RadpopOltSlot;
|
|
34805
|
+
RadpopRadio: typeof RadpopRadio;
|
|
34806
|
+
RadpopRadioBackups: typeof RadpopRadioBackups;
|
|
34807
|
+
RadpopRadioCliente: typeof RadpopRadioCliente;
|
|
34808
|
+
RadpopRadioClienteFibra: typeof RadpopRadioClienteFibra;
|
|
34809
|
+
RadpopRadioClienteFibraHistorico: typeof RadpopRadioClienteFibraHistorico;
|
|
34810
|
+
RadpopRadioClienteFibraPerfil: typeof RadpopRadioClienteFibraPerfil;
|
|
34811
|
+
RadpopRadioClienteLog: typeof RadpopRadioClienteLog;
|
|
34812
|
+
RadpopRadioLog: typeof RadpopRadioLog;
|
|
34813
|
+
RadpopRadioPorta: typeof RadpopRadioPorta;
|
|
34814
|
+
RadpopRadioPortaLog: typeof RadpopRadioPortaLog;
|
|
34815
|
+
Radpostauth: typeof Radpostauth;
|
|
34816
|
+
Radreply: typeof Radreply;
|
|
34817
|
+
Radusergroup: typeof Radusergroup;
|
|
34818
|
+
Radusuarios: typeof Radusuarios;
|
|
34819
|
+
RadusuariosCircuito: typeof RadusuariosCircuito;
|
|
34820
|
+
RadusuariosClienteFibra: typeof RadusuariosClienteFibra;
|
|
34821
|
+
RadusuariosConsumo: typeof RadusuariosConsumo;
|
|
34822
|
+
RadusuariosConsumoD: typeof RadusuariosConsumoD;
|
|
34823
|
+
RadusuariosConsumoM: typeof RadusuariosConsumoM;
|
|
34824
|
+
RadusuariosCunsumoMensal: typeof RadusuariosCunsumoMensal;
|
|
34825
|
+
RadusuariosRadacct: typeof RadusuariosRadacct;
|
|
34826
|
+
RadusuariosRedesAdicionais: typeof RadusuariosRedesAdicionais;
|
|
34827
|
+
RamaisCallcenter: typeof RamaisCallcenter;
|
|
34828
|
+
RamaisSip: typeof RamaisSip;
|
|
34829
|
+
RastreadoresAcessosApi: typeof RastreadoresAcessosApi;
|
|
34830
|
+
RedeNeutraOperador: typeof RedeNeutraOperador;
|
|
34831
|
+
RedesAutorizadas: typeof RedesAutorizadas;
|
|
34832
|
+
ReguaCobrancaCobrancas: typeof ReguaCobrancaCobrancas;
|
|
34833
|
+
ReguaCobrancaCobrancasLogs: typeof ReguaCobrancaCobrancasLogs;
|
|
34834
|
+
ReguaCobrancaCobrancasOs: typeof ReguaCobrancaCobrancasOs;
|
|
34835
|
+
ReguaCobrancaEnvios: typeof ReguaCobrancaEnvios;
|
|
34836
|
+
ReguaCobrancaLoteCobranca: typeof ReguaCobrancaLoteCobranca;
|
|
34837
|
+
ReguaCobrancaLotes: typeof ReguaCobrancaLotes;
|
|
34838
|
+
ReguaCobrancaNegativacoes: typeof ReguaCobrancaNegativacoes;
|
|
34839
|
+
ReguaCobrancaParametros: typeof ReguaCobrancaParametros;
|
|
34840
|
+
ReguaCobrancaParametrosDias: typeof ReguaCobrancaParametrosDias;
|
|
34841
|
+
RelClienteContrato: typeof RelClienteContrato;
|
|
34842
|
+
RelatorioEmailParametros: typeof RelatorioEmailParametros;
|
|
34843
|
+
RelatorioEnvioEmailParametro: typeof RelatorioEnvioEmailParametro;
|
|
34844
|
+
RelatorioFnAreceber: typeof RelatorioFnAreceber;
|
|
34845
|
+
RelatorioFuncionarioEquipamento: typeof RelatorioFuncionarioEquipamento;
|
|
34846
|
+
RelatorioPatrimonio: typeof RelatorioPatrimonio;
|
|
34847
|
+
RelatorioPatrimonioDivergencia: typeof RelatorioPatrimonioDivergencia;
|
|
34848
|
+
RelatorioSuOssChamado: typeof RelatorioSuOssChamado;
|
|
34849
|
+
RelatorioVdSaida: typeof RelatorioVdSaida;
|
|
34850
|
+
RelatoriosClienteContratoEmail: typeof RelatoriosClienteContratoEmail;
|
|
34851
|
+
RelatoriosResponsavelCancelNegatDesist: typeof RelatoriosResponsavelCancelNegatDesist;
|
|
34852
|
+
RemocaoSpcSerasa: typeof RemocaoSpcSerasa;
|
|
34853
|
+
RequisicaoCompra: typeof RequisicaoCompra;
|
|
34854
|
+
RequisicaoCompraArquivos: typeof RequisicaoCompraArquivos;
|
|
34855
|
+
RequisicaoCompraItens: typeof RequisicaoCompraItens;
|
|
34856
|
+
RequisicaoDevolucaoMaterial: typeof RequisicaoDevolucaoMaterial;
|
|
34857
|
+
RequisicaoMaterial: typeof RequisicaoMaterial;
|
|
34858
|
+
RequisicaoMaterialItem: typeof RequisicaoMaterialItem;
|
|
34859
|
+
RequisicaoMaterialPatrimonioWizard: typeof RequisicaoMaterialPatrimonioWizard;
|
|
34860
|
+
RequisicaoPatrimonio: typeof RequisicaoPatrimonio;
|
|
34861
|
+
ReservaRedeNeutra: typeof ReservaRedeNeutra;
|
|
34862
|
+
RestricoesSerasa: typeof RestricoesSerasa;
|
|
34863
|
+
RestricoesSerasaCreditonm: typeof RestricoesSerasaCreditonm;
|
|
34864
|
+
RetornoEnvioNfe: typeof RetornoEnvioNfe;
|
|
34865
|
+
RotinaImportacaoServicosAdicionais: typeof RotinaImportacaoServicosAdicionais;
|
|
34866
|
+
RotinaImportacaoServicosAdicionaisDados: typeof RotinaImportacaoServicosAdicionaisDados;
|
|
34867
|
+
RotinaStatusAtendimento: typeof RotinaStatusAtendimento;
|
|
34868
|
+
SalaDeConferencia: typeof SalaDeConferencia;
|
|
34869
|
+
SalesUsuarioConfig: typeof SalesUsuarioConfig;
|
|
34870
|
+
ScriptsAjustes: typeof ScriptsAjustes;
|
|
34871
|
+
SegmentoCrm: typeof SegmentoCrm;
|
|
34872
|
+
ServerInterfaces: typeof ServerInterfaces;
|
|
34873
|
+
ServiceCores: typeof ServiceCores;
|
|
34874
|
+
ServiceFiltros: typeof ServiceFiltros;
|
|
34875
|
+
ServiceRoteirizacaoConfig: typeof ServiceRoteirizacaoConfig;
|
|
34876
|
+
ServidorSpeedTest: typeof ServidorSpeedTest;
|
|
34877
|
+
ServidoresExternos: typeof ServidoresExternos;
|
|
34878
|
+
ServidoresExternosIxc: typeof ServidoresExternosIxc;
|
|
34879
|
+
ServidoresExternosNas: typeof ServidoresExternosNas;
|
|
34880
|
+
ServidoresExternosRadusuarios: typeof ServidoresExternosRadusuarios;
|
|
34881
|
+
SetorAssunto: typeof SetorAssunto;
|
|
34882
|
+
SipConf: typeof SipConf;
|
|
34883
|
+
SmartCardPanaccess: typeof SmartCardPanaccess;
|
|
34884
|
+
SmartCards: typeof SmartCards;
|
|
34885
|
+
SmartTubeDeviceLimit: typeof SmartTubeDeviceLimit;
|
|
34886
|
+
SmartTubeDevices: typeof SmartTubeDevices;
|
|
34887
|
+
SmartTubeProdutos: typeof SmartTubeProdutos;
|
|
34888
|
+
Sms: typeof Sms;
|
|
34889
|
+
Smtp: typeof Smtp;
|
|
34890
|
+
SpedContribuicoes: typeof SpedContribuicoes;
|
|
34891
|
+
SpeedTestResultados: typeof SpeedTestResultados;
|
|
34892
|
+
Status: typeof Status;
|
|
34893
|
+
StatusItem: typeof StatusItem;
|
|
34894
|
+
SuAtendimentoStatus: typeof SuAtendimentoStatus;
|
|
34895
|
+
SuCanalAtendimento: typeof SuCanalAtendimento;
|
|
34896
|
+
SuDeptoSubGrupoProd: typeof SuDeptoSubGrupoProd;
|
|
34897
|
+
SuDiagnostico: typeof SuDiagnostico;
|
|
34898
|
+
SuEquipe: typeof SuEquipe;
|
|
34899
|
+
SuEventoStatus: typeof SuEventoStatus;
|
|
34900
|
+
SuMensagens: typeof SuMensagens;
|
|
34901
|
+
SuMovTransfAtendimento: typeof SuMovTransfAtendimento;
|
|
34902
|
+
SuOssAssunto: typeof SuOssAssunto;
|
|
34903
|
+
SuOssChamado: typeof SuOssChamado;
|
|
34904
|
+
SuOssChamadoArquivos: typeof SuOssChamadoArquivos;
|
|
34905
|
+
SuOssChamadoComissao: typeof SuOssChamadoComissao;
|
|
34906
|
+
SuOssChamadoMensagem: typeof SuOssChamadoMensagem;
|
|
34907
|
+
SuOssChamadoMpMiniProjeto: typeof SuOssChamadoMpMiniProjeto;
|
|
34908
|
+
SuOssChamadoRegiaoManutencao: typeof SuOssChamadoRegiaoManutencao;
|
|
34909
|
+
SuOssChamadoRegiaoManutencaoCaixaAtendimento: typeof SuOssChamadoRegiaoManutencaoCaixaAtendimento;
|
|
34910
|
+
SuOssChamadoRegiaoManutencaoCaixaEmenda: typeof SuOssChamadoRegiaoManutencaoCaixaEmenda;
|
|
34911
|
+
SuOssChamadoRegiaoManutencaoRadusuarios: typeof SuOssChamadoRegiaoManutencaoRadusuarios;
|
|
34912
|
+
SuOssEvento: typeof SuOssEvento;
|
|
34913
|
+
SuOssKit: typeof SuOssKit;
|
|
34914
|
+
SuOssKitEquipamento: typeof SuOssKitEquipamento;
|
|
34915
|
+
SuOssModeloImpressao: typeof SuOssModeloImpressao;
|
|
34916
|
+
SuOssRespostas: typeof SuOssRespostas;
|
|
34917
|
+
SuTicket: typeof SuTicket;
|
|
34918
|
+
SuTicketArquivos: typeof SuTicketArquivos;
|
|
34919
|
+
SuTicketSetor: typeof SuTicketSetor;
|
|
34920
|
+
SuTicketStatus: typeof SuTicketStatus;
|
|
34921
|
+
SuTransfAtendimento: typeof SuTransfAtendimento;
|
|
34922
|
+
SubGrupoProdudos: typeof SubGrupoProdudos;
|
|
34923
|
+
SvaConfiguracoes: typeof SvaConfiguracoes;
|
|
34924
|
+
SvaUsuarios: typeof SvaUsuarios;
|
|
34925
|
+
TabelaPrecos: typeof TabelaPrecos;
|
|
34926
|
+
TabelaPrecosCalculo: typeof TabelaPrecosCalculo;
|
|
34927
|
+
TabelaPrecosProdutos: typeof TabelaPrecosProdutos;
|
|
34928
|
+
TableTest: typeof TableTest;
|
|
34929
|
+
Tarifas: typeof Tarifas;
|
|
34930
|
+
TarifasGrupos: typeof TarifasGrupos;
|
|
34931
|
+
TerminalSmartTube: typeof TerminalSmartTube;
|
|
34932
|
+
Teste: typeof Teste;
|
|
34933
|
+
TipoCliente: typeof TipoCliente;
|
|
34934
|
+
TipoDocumento: typeof TipoDocumento;
|
|
34935
|
+
TipoDocumentoCnfClassificacaoTributariaCol: typeof TipoDocumentoCnfClassificacaoTributariaCol;
|
|
34936
|
+
TransfAlmox: typeof TransfAlmox;
|
|
34937
|
+
TransfAlmoxItem: typeof TransfAlmoxItem;
|
|
34938
|
+
TransfAlmoxPatrimonioWizard: typeof TransfAlmoxPatrimonioWizard;
|
|
34939
|
+
TransfMotCancelamento: typeof TransfMotCancelamento;
|
|
34940
|
+
Transportadora: typeof Transportadora;
|
|
34941
|
+
TransportadoraServicos: typeof TransportadoraServicos;
|
|
34942
|
+
TransportadoraServicosCep: typeof TransportadoraServicosCep;
|
|
34943
|
+
TransportadoraVeiculos: typeof TransportadoraVeiculos;
|
|
34944
|
+
TvCanais: typeof TvCanais;
|
|
34945
|
+
TvEquipamentos: typeof TvEquipamentos;
|
|
34946
|
+
TvPacotes: typeof TvPacotes;
|
|
34947
|
+
TvUsuarios: typeof TvUsuarios;
|
|
34948
|
+
TvUsuariosTmp: typeof TvUsuariosTmp;
|
|
34949
|
+
Uf: typeof Uf;
|
|
34950
|
+
UltimasAlteracoesSenha: typeof UltimasAlteracoesSenha;
|
|
34951
|
+
Unidades: typeof Unidades;
|
|
34952
|
+
Usuarios: typeof Usuarios;
|
|
34953
|
+
UsuariosAgenda: typeof UsuariosAgenda;
|
|
34954
|
+
UsuariosAgendaCompromisso: typeof UsuariosAgendaCompromisso;
|
|
34955
|
+
UsuariosGrupo: typeof UsuariosGrupo;
|
|
34956
|
+
UsuariosGrupoDashboard: typeof UsuariosGrupoDashboard;
|
|
34957
|
+
UsuariosGrupoMapa: typeof UsuariosGrupoMapa;
|
|
34958
|
+
UsuariosPermissoes: typeof UsuariosPermissoes;
|
|
34959
|
+
UsuariosVisao: typeof UsuariosVisao;
|
|
34960
|
+
VdContratos: typeof VdContratos;
|
|
34961
|
+
VdContratosProdutos: typeof VdContratosProdutos;
|
|
34962
|
+
VdSaida: typeof VdSaida;
|
|
34963
|
+
VdSaidaFaturamento: typeof VdSaidaFaturamento;
|
|
34964
|
+
VdSaidaPedidoVenda: typeof VdSaidaPedidoVenda;
|
|
34965
|
+
VdSaidaRpsModeloImpressao: typeof VdSaidaRpsModeloImpressao;
|
|
34966
|
+
VdSaidaTransporteReboque: typeof VdSaidaTransporteReboque;
|
|
34967
|
+
VdSaidaTransporteVolumes: typeof VdSaidaTransporteVolumes;
|
|
34968
|
+
Veiculos: typeof Veiculos;
|
|
34969
|
+
VeiculosArquivos: typeof VeiculosArquivos;
|
|
34970
|
+
VeiculosCondutor: typeof VeiculosCondutor;
|
|
34971
|
+
VeiculosDespesas: typeof VeiculosDespesas;
|
|
34972
|
+
VeiculosDespesasArquivos: typeof VeiculosDespesasArquivos;
|
|
34973
|
+
VeiculosDespesasTipo: typeof VeiculosDespesasTipo;
|
|
34974
|
+
VeiculosMdfe: typeof VeiculosMdfe;
|
|
34975
|
+
VeiculosMdfeCondutor: typeof VeiculosMdfeCondutor;
|
|
34976
|
+
VeiculosMdfeDocumentos: typeof VeiculosMdfeDocumentos;
|
|
34977
|
+
VeiculosTracker: typeof VeiculosTracker;
|
|
34978
|
+
Vendedor: typeof Vendedor;
|
|
34979
|
+
VinculoRegiaoClienteNeutro: typeof VinculoRegiaoClienteNeutro;
|
|
34980
|
+
VinculoVeiculosDespesasTipo: typeof VinculoVeiculosDespesasTipo;
|
|
34981
|
+
VoipDid: typeof VoipDid;
|
|
34982
|
+
VoipExtension: typeof VoipExtension;
|
|
34983
|
+
VoipExtensionGrupo: typeof VoipExtensionGrupo;
|
|
34984
|
+
VoipFollowme: typeof VoipFollowme;
|
|
34985
|
+
VoipFollowmeNumbers: typeof VoipFollowmeNumbers;
|
|
34986
|
+
VoipIax: typeof VoipIax;
|
|
34987
|
+
VoipLigacoes: typeof VoipLigacoes;
|
|
34988
|
+
VoipMensagensUra: typeof VoipMensagensUra;
|
|
34989
|
+
VoipNumeroEntrante: typeof VoipNumeroEntrante;
|
|
34990
|
+
VoipNumeroEntrantePool: typeof VoipNumeroEntrantePool;
|
|
34991
|
+
VoipQueueLog: typeof VoipQueueLog;
|
|
34992
|
+
VoipQueueMembers: typeof VoipQueueMembers;
|
|
34993
|
+
VoipQueueRules: typeof VoipQueueRules;
|
|
34994
|
+
VoipQueues: typeof VoipQueues;
|
|
34995
|
+
VoipSippeers: typeof VoipSippeers;
|
|
34996
|
+
VoipUra: typeof VoipUra;
|
|
34997
|
+
VoipUraHorariosRange: typeof VoipUraHorariosRange;
|
|
34998
|
+
VoipUraModulos: typeof VoipUraModulos;
|
|
34999
|
+
VoipUraModulosAu: typeof VoipUraModulosAu;
|
|
35000
|
+
VoipUraModulosHo: typeof VoipUraModulosHo;
|
|
35001
|
+
VoipUraModulosMe: typeof VoipUraModulosMe;
|
|
35002
|
+
VscBatch: typeof VscBatch;
|
|
35003
|
+
WflInteracoes: typeof WflInteracoes;
|
|
35004
|
+
WflParametroAtendimento: typeof WflParametroAtendimento;
|
|
35005
|
+
WflParametroOss: typeof WflParametroOss;
|
|
35006
|
+
WflProcesso: typeof WflProcesso;
|
|
35007
|
+
WflProcessoArquivos: typeof WflProcessoArquivos;
|
|
35008
|
+
WflTarefa: typeof WflTarefa;
|
|
35009
|
+
WizardOsPatrimonio: typeof WizardOsPatrimonio;
|
|
35010
|
+
WizardOsPatrimonioAssunto: typeof WizardOsPatrimonioAssunto;
|
|
35011
|
+
WizardOsPatrimonioComodato: typeof WizardOsPatrimonioComodato;
|
|
35012
|
+
WizardPatrimonioAlteracaoProduto: typeof WizardPatrimonioAlteracaoProduto;
|
|
35013
|
+
XmlNfse: typeof XmlNfse;
|
|
35014
|
+
};
|
|
35015
|
+
|
|
35016
|
+
type IXCSoftModels = ReturnType<typeof initModels>;
|
|
35017
|
+
|
|
34240
35018
|
type MongoConnectionConfig = {
|
|
34241
35019
|
host: string;
|
|
34242
35020
|
port: number;
|
|
@@ -34276,4 +35054,4 @@ type LoggerParams = {
|
|
|
34276
35054
|
};
|
|
34277
35055
|
declare function logger({ level, context, domain, message, }: LoggerParams): void;
|
|
34278
35056
|
|
|
34279
|
-
export { IXCSoftService, OPASuiteService, logger };
|
|
35057
|
+
export { type IXCSoftModels, IXCSoftService, OPASuiteService, logger };
|