@orbe-agro/client-core 5.6.71 → 5.6.83
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/@ecme/locales/lang/ptBR/nav.js +3 -1
- package/dist/@ecme/locales/lang/ptBR/nav.js.map +1 -1
- package/dist/@ecme/services/axios/AxiosRequestIntrceptorConfigCallback.js +12 -0
- package/dist/@ecme/services/axios/AxiosRequestIntrceptorConfigCallback.js.map +1 -1
- package/dist/@types/@ecme/locales/lang/ptBR/nav.d.ts.map +1 -1
- package/dist/@types/@ecme/services/axios/AxiosRequestIntrceptorConfigCallback.d.ts.map +1 -1
- package/dist/@types/base/@types/api/response/bayer/TFindAllEntregaBayerResponse.d.ts +1 -0
- package/dist/@types/base/@types/api/response/bayer/TFindAllEntregaBayerResponse.d.ts.map +1 -1
- package/dist/@types/base/@types/models/agendamento/agendamento.d.ts +197 -0
- package/dist/@types/base/@types/models/agendamento/agendamento.d.ts.map +1 -0
- package/dist/@types/base/@types/models/agendamento/contratoVenda.d.ts +118 -0
- package/dist/@types/base/@types/models/agendamento/contratoVenda.d.ts.map +1 -0
- package/dist/@types/base/@types/models/agendamento/janela.d.ts +39 -0
- package/dist/@types/base/@types/models/agendamento/janela.d.ts.map +1 -0
- package/dist/@types/base/@types/models/agendamento/listaEmbarque.d.ts +62 -0
- package/dist/@types/base/@types/models/agendamento/listaEmbarque.d.ts.map +1 -0
- package/dist/@types/base/@types/models/agendamento/local.d.ts +66 -0
- package/dist/@types/base/@types/models/agendamento/local.d.ts.map +1 -0
- package/dist/@types/base/@types/models/agendamento/motivoCancelamento.d.ts +15 -0
- package/dist/@types/base/@types/models/agendamento/motivoCancelamento.d.ts.map +1 -0
- package/dist/@types/base/@types/models/agendamento/restricao.d.ts +38 -0
- package/dist/@types/base/@types/models/agendamento/restricao.d.ts.map +1 -0
- package/dist/@types/base/@types/models/ativos/{AnexoComponente.d.ts → anexoComponente.d.ts} +1 -1
- package/dist/@types/base/@types/models/ativos/{AnexoComponente.d.ts.map → anexoComponente.d.ts.map} +1 -1
- package/dist/@types/base/@types/models/ativos/ativo.d.ts +34 -0
- package/dist/@types/base/@types/models/ativos/ativo.d.ts.map +1 -0
- package/dist/@types/base/@types/models/ativos/documentacao.d.ts +57 -0
- package/dist/@types/base/@types/models/ativos/documentacao.d.ts.map +1 -0
- package/dist/@types/base/@types/models/ativos/formularioCampos.d.ts +22 -0
- package/dist/@types/base/@types/models/ativos/formularioCampos.d.ts.map +1 -0
- package/dist/@types/base/@types/models/ativos/index.d.ts +22 -0
- package/dist/@types/base/@types/models/ativos/index.d.ts.map +1 -0
- package/dist/@types/base/@types/models/ativos/sistemaOperacional.d.ts +1 -1
- package/dist/@types/base/@types/models/ativos/software.d.ts +1 -1
- package/dist/@types/base/@types/models/ativos/versaoMSOffice.d.ts +1 -1
- package/dist/@types/base/@types/models/index.d.ts +1 -0
- package/dist/@types/base/@types/models/index.d.ts.map +1 -1
- package/dist/@types/base/@types/models/transportadora/contratoFrete.d.ts +1 -0
- package/dist/@types/base/@types/models/transportadora/contratoFrete.d.ts.map +1 -1
- package/dist/@types/base/configs/endpoints.config/HubFiscal/nfe.endpoint.config.d.ts +5 -0
- package/dist/@types/base/configs/endpoints.config/HubFiscal/nfe.endpoint.config.d.ts.map +1 -0
- package/dist/@types/base/configs/endpoints.config/agendamento/agendamento.d.ts +57 -0
- package/dist/@types/base/configs/endpoints.config/agendamento/agendamento.d.ts.map +1 -1
- package/dist/@types/base/configs/endpoints.config/agendamento/config/agendamentoCrud.d.ts +22 -0
- package/dist/@types/base/configs/endpoints.config/agendamento/config/agendamentoCrud.d.ts.map +1 -0
- package/dist/@types/base/configs/endpoints.config/agendamento/config/contratoVenda.d.ts +11 -0
- package/dist/@types/base/configs/endpoints.config/agendamento/config/contratoVenda.d.ts.map +1 -0
- package/dist/@types/base/configs/endpoints.config/agendamento/config/listaEmbarque.d.ts +6 -0
- package/dist/@types/base/configs/endpoints.config/agendamento/config/listaEmbarque.d.ts.map +1 -0
- package/dist/@types/base/configs/endpoints.config/agendamento/config/local.d.ts +11 -0
- package/dist/@types/base/configs/endpoints.config/agendamento/config/local.d.ts.map +1 -0
- package/dist/@types/base/configs/endpoints.config/agendamento/config/motivoCancelamento.d.ts +9 -0
- package/dist/@types/base/configs/endpoints.config/agendamento/config/motivoCancelamento.d.ts.map +1 -0
- package/dist/@types/base/configs/endpoints.config/agendamento/config/restricao.d.ts +10 -0
- package/dist/@types/base/configs/endpoints.config/agendamento/config/restricao.d.ts.map +1 -0
- package/dist/@types/base/configs/endpoints.config/ativos/ativos.d.ts +70 -0
- package/dist/@types/base/configs/endpoints.config/ativos/ativos.d.ts.map +1 -1
- package/dist/@types/base/configs/endpoints.config/ativos/config/ativo.d.ts +28 -0
- package/dist/@types/base/configs/endpoints.config/ativos/config/ativo.d.ts.map +1 -0
- package/dist/@types/base/configs/endpoints.config/ativos/config/documentacao.d.ts +24 -0
- package/dist/@types/base/configs/endpoints.config/ativos/config/documentacao.d.ts.map +1 -0
- package/dist/@types/base/configs/endpoints.config/ativos/config/formularioCampos.d.ts +24 -0
- package/dist/@types/base/configs/endpoints.config/ativos/config/formularioCampos.d.ts.map +1 -0
- package/dist/@types/base/configs/endpoints.config/endpoints.navigation.d.ts +129 -13
- package/dist/@types/base/configs/endpoints.config/endpoints.navigation.d.ts.map +1 -1
- package/dist/@types/base/configs/endpoints.config/flux/config/grupoAtendimento.d.ts +1 -0
- package/dist/@types/base/configs/endpoints.config/flux/config/grupoAtendimento.d.ts.map +1 -1
- package/dist/@types/base/configs/endpoints.config/flux/flux.d.ts +1 -0
- package/dist/@types/base/configs/endpoints.config/flux/flux.d.ts.map +1 -1
- package/dist/@types/base/configs/endpoints.config/insumos/config/vendas.d.ts +1 -13
- package/dist/@types/base/configs/endpoints.config/insumos/config/vendas.d.ts.map +1 -1
- package/dist/@types/base/configs/endpoints.config/insumos/insumos.d.ts +1 -13
- package/dist/@types/base/configs/endpoints.config/insumos/insumos.d.ts.map +1 -1
- package/dist/@types/base/configs/navigation.config/modules.navigation.d.ts.map +1 -1
- package/dist/@types/base/configs/navigation.config/modules.submenu/HubFiscal/hubFiscal.navigation.d.ts +4 -0
- package/dist/@types/base/configs/navigation.config/modules.submenu/HubFiscal/hubFiscal.navigation.d.ts.map +1 -0
- package/dist/@types/base/configs/navigation.config/modules.submenu/ativos/contratos/submenu.contratos.d.ts +4 -0
- package/dist/@types/base/configs/navigation.config/modules.submenu/ativos/contratos/submenu.contratos.d.ts.map +1 -0
- package/dist/@types/base/configs/navigation.config/submenu/ativos/ativos.submenu.d.ts.map +1 -1
- package/dist/@types/base/configs/navigation.config/submenu/ativos/cadastros.submenu.d.ts.map +1 -1
- package/dist/@types/base/configs/navigation.config/submenu/ativos/config/ativo.submenu.d.ts +4 -0
- package/dist/@types/base/configs/navigation.config/submenu/ativos/config/ativo.submenu.d.ts.map +1 -0
- package/dist/@types/base/configs/navigation.config/submenu/ativos/config/documentacao.submenu.d.ts +4 -0
- package/dist/@types/base/configs/navigation.config/submenu/ativos/config/documentacao.submenu.d.ts.map +1 -0
- package/dist/@types/base/configs/navigation.config/submenu/ativos/config/formularioCampos.submenu.d.ts +4 -0
- package/dist/@types/base/configs/navigation.config/submenu/ativos/config/formularioCampos.submenu.d.ts.map +1 -0
- package/dist/@types/base/configs/navigation.config/submenu/ativos/contratos.submenu.d.ts +4 -0
- package/dist/@types/base/configs/navigation.config/submenu/ativos/contratos.submenu.d.ts.map +1 -0
- package/dist/@types/base/hooks/dm/businessPartner/useBusinessPartnerFindMonitorFornecedorList.d.ts +3 -1
- package/dist/@types/base/hooks/dm/businessPartner/useBusinessPartnerFindMonitorFornecedorList.d.ts.map +1 -1
- package/dist/@types/base/locales/lang/ptBR/modules/HubFiscal/hubFiscal.nav.d.ts +9 -0
- package/dist/@types/base/locales/lang/ptBR/modules/HubFiscal/hubFiscal.nav.d.ts.map +1 -0
- package/dist/@types/base/services/http.d.ts +25 -0
- package/dist/@types/base/services/http.d.ts.map +1 -0
- package/dist/@types/base/services/index.d.ts +1 -0
- package/dist/@types/base/services/index.d.ts.map +1 -1
- package/dist/@types/base/services/modules/HubFiscal/NfeService.d.ts +2 -0
- package/dist/@types/base/services/modules/HubFiscal/NfeService.d.ts.map +1 -0
- package/dist/@types/base/services/modules/agendamento/AgendamentoService.d.ts +32 -0
- package/dist/@types/base/services/modules/agendamento/AgendamentoService.d.ts.map +1 -0
- package/dist/@types/base/services/modules/agendamento/ContratoVendaService.d.ts +18 -0
- package/dist/@types/base/services/modules/agendamento/ContratoVendaService.d.ts.map +1 -0
- package/dist/@types/base/services/modules/agendamento/ListaEmbarqueService.d.ts +5 -0
- package/dist/@types/base/services/modules/agendamento/ListaEmbarqueService.d.ts.map +1 -0
- package/dist/@types/base/services/modules/agendamento/LocalService.d.ts +11 -0
- package/dist/@types/base/services/modules/agendamento/LocalService.d.ts.map +1 -0
- package/dist/@types/base/services/modules/agendamento/MotivoCancelamentoService.d.ts +10 -0
- package/dist/@types/base/services/modules/agendamento/MotivoCancelamentoService.d.ts.map +1 -0
- package/dist/@types/base/services/modules/agendamento/RestricaoService.d.ts +33 -0
- package/dist/@types/base/services/modules/agendamento/RestricaoService.d.ts.map +1 -0
- package/dist/@types/base/services/modules/ativos/ativo/AtivoService.d.ts +9 -0
- package/dist/@types/base/services/modules/ativos/ativo/AtivoService.d.ts.map +1 -0
- package/dist/@types/base/services/modules/ativos/documentacao/DocumentacaoService.d.ts +8 -0
- package/dist/@types/base/services/modules/ativos/documentacao/DocumentacaoService.d.ts.map +1 -0
- package/dist/@types/base/services/modules/ativos/formularioCampos/FormularioCamposService.d.ts +8 -0
- package/dist/@types/base/services/modules/ativos/formularioCampos/FormularioCamposService.d.ts.map +1 -0
- package/dist/@types/base/services/modules/ativos/index.d.ts +18 -0
- package/dist/@types/base/services/modules/ativos/index.d.ts.map +1 -1
- package/dist/@types/base/services/modules/flux/FluxService.d.ts +1 -0
- package/dist/@types/base/services/modules/flux/FluxService.d.ts.map +1 -1
- package/dist/@types/base/services/modules/insumos/coberturaSeguroAgricola/CoberturaSeguroAgricolaService.d.ts +8 -0
- package/dist/@types/base/services/modules/insumos/coberturaSeguroAgricola/CoberturaSeguroAgricolaService.d.ts.map +1 -1
- package/dist/@types/base/services/modules/insumos/limiteAdiantamentoCliente/LimiteAdiantamentoClienteService.d.ts +4 -0
- package/dist/@types/base/services/modules/insumos/limiteAdiantamentoCliente/LimiteAdiantamentoClienteService.d.ts.map +1 -1
- package/dist/@types/base/services/modules/insumos/limiteAdiantamentoGeral/LimiteAdiantamentoGeralService.d.ts +4 -0
- package/dist/@types/base/services/modules/insumos/limiteAdiantamentoGeral/LimiteAdiantamentoGeralService.d.ts.map +1 -1
- package/dist/@types/base/services/modules/insumos/seguradoraAgricola/SeguradoraAgricolaService.d.ts +6 -0
- package/dist/@types/base/services/modules/insumos/seguradoraAgricola/SeguradoraAgricolaService.d.ts.map +1 -1
- package/dist/@types/base/services/modules/insumos/vendas/VendasService.d.ts +1 -4
- package/dist/@types/base/services/modules/insumos/vendas/VendasService.d.ts.map +1 -1
- package/dist/base/@types/models/agendamento/agendamento.js +2 -0
- package/dist/base/@types/models/agendamento/agendamento.js.map +1 -0
- package/dist/base/@types/models/agendamento/contratoVenda.js +2 -0
- package/dist/base/@types/models/agendamento/contratoVenda.js.map +1 -0
- package/dist/base/@types/models/agendamento/janela.js +2 -0
- package/dist/base/@types/models/agendamento/janela.js.map +1 -0
- package/dist/base/@types/models/agendamento/listaEmbarque.js +2 -0
- package/dist/base/@types/models/agendamento/listaEmbarque.js.map +1 -0
- package/dist/base/@types/models/agendamento/local.js +2 -0
- package/dist/base/@types/models/agendamento/local.js.map +1 -0
- package/dist/base/@types/models/agendamento/motivoCancelamento.js +2 -0
- package/dist/base/@types/models/agendamento/motivoCancelamento.js.map +1 -0
- package/dist/base/@types/models/agendamento/restricao.js +2 -0
- package/dist/base/@types/models/agendamento/restricao.js.map +1 -0
- package/dist/base/@types/models/ativos/anexoComponente.js +2 -0
- package/dist/base/@types/models/ativos/anexoComponente.js.map +1 -0
- package/dist/base/@types/models/ativos/ativo.js +2 -0
- package/dist/base/@types/models/ativos/ativo.js.map +1 -0
- package/dist/base/@types/models/ativos/documentacao.js +2 -0
- package/dist/base/@types/models/ativos/documentacao.js.map +1 -0
- package/dist/base/@types/models/ativos/formularioCampos.js +2 -0
- package/dist/base/@types/models/ativos/formularioCampos.js.map +1 -0
- package/dist/base/@types/models/ativos/index.js +22 -0
- package/dist/base/@types/models/ativos/index.js.map +1 -0
- package/dist/base/@types/models/index.js +1 -0
- package/dist/base/@types/models/index.js.map +1 -1
- package/dist/base/configs/endpoints.config/HubFiscal/nfe.endpoint.config.js +8 -0
- package/dist/base/configs/endpoints.config/HubFiscal/nfe.endpoint.config.js.map +1 -0
- package/dist/base/configs/endpoints.config/agendamento/agendamento.js +13 -1
- package/dist/base/configs/endpoints.config/agendamento/agendamento.js.map +1 -1
- package/dist/base/configs/endpoints.config/agendamento/config/agendamentoCrud.js +24 -0
- package/dist/base/configs/endpoints.config/agendamento/config/agendamentoCrud.js.map +1 -0
- package/dist/base/configs/endpoints.config/agendamento/config/contratoVenda.js +13 -0
- package/dist/base/configs/endpoints.config/agendamento/config/contratoVenda.js.map +1 -0
- package/dist/base/configs/endpoints.config/agendamento/config/listaEmbarque.js +8 -0
- package/dist/base/configs/endpoints.config/agendamento/config/listaEmbarque.js.map +1 -0
- package/dist/base/configs/endpoints.config/agendamento/config/local.js +13 -0
- package/dist/base/configs/endpoints.config/agendamento/config/local.js.map +1 -0
- package/dist/base/configs/endpoints.config/agendamento/config/motivoCancelamento.js +11 -0
- package/dist/base/configs/endpoints.config/agendamento/config/motivoCancelamento.js.map +1 -0
- package/dist/base/configs/endpoints.config/agendamento/config/restricao.js +12 -0
- package/dist/base/configs/endpoints.config/agendamento/config/restricao.js.map +1 -0
- package/dist/base/configs/endpoints.config/ativos/ativos.js +6 -0
- package/dist/base/configs/endpoints.config/ativos/ativos.js.map +1 -1
- package/dist/base/configs/endpoints.config/ativos/config/ativo.js +13 -0
- package/dist/base/configs/endpoints.config/ativos/config/ativo.js.map +1 -0
- package/dist/base/configs/endpoints.config/ativos/config/documentacao.js +12 -0
- package/dist/base/configs/endpoints.config/ativos/config/documentacao.js.map +1 -0
- package/dist/base/configs/endpoints.config/ativos/config/formularioCampos.js +12 -0
- package/dist/base/configs/endpoints.config/ativos/config/formularioCampos.js.map +1 -0
- package/dist/base/configs/endpoints.config/flux/config/grupoAtendimento.js +1 -0
- package/dist/base/configs/endpoints.config/flux/config/grupoAtendimento.js.map +1 -1
- package/dist/base/configs/endpoints.config/insumos/config/vendas.js +3 -6
- package/dist/base/configs/endpoints.config/insumos/config/vendas.js.map +1 -1
- package/dist/base/configs/navigation.config/modules.navigation.js +6 -4
- package/dist/base/configs/navigation.config/modules.navigation.js.map +1 -1
- package/dist/base/configs/navigation.config/modules.submenu/HubFiscal/hubFiscal.navigation.js +39 -0
- package/dist/base/configs/navigation.config/modules.submenu/HubFiscal/hubFiscal.navigation.js.map +1 -0
- package/dist/base/configs/navigation.config/modules.submenu/ativos/contratos/submenu.contratos.js +17 -0
- package/dist/base/configs/navigation.config/modules.submenu/ativos/contratos/submenu.contratos.js.map +1 -0
- package/dist/base/configs/navigation.config/submenu/ativos/ativos.submenu.js +5 -1
- package/dist/base/configs/navigation.config/submenu/ativos/ativos.submenu.js.map +1 -1
- package/dist/base/configs/navigation.config/submenu/ativos/cadastros.submenu.js +2 -0
- package/dist/base/configs/navigation.config/submenu/ativos/cadastros.submenu.js.map +1 -1
- package/dist/base/configs/navigation.config/submenu/ativos/config/ativo.submenu.js +16 -0
- package/dist/base/configs/navigation.config/submenu/ativos/config/ativo.submenu.js.map +1 -0
- package/dist/base/configs/navigation.config/submenu/ativos/config/documentacao.submenu.js +16 -0
- package/dist/base/configs/navigation.config/submenu/ativos/config/documentacao.submenu.js.map +1 -0
- package/dist/base/configs/navigation.config/submenu/ativos/config/formularioCampos.submenu.js +16 -0
- package/dist/base/configs/navigation.config/submenu/ativos/config/formularioCampos.submenu.js.map +1 -0
- package/dist/base/configs/navigation.config/submenu/ativos/contratos.submenu.js +8 -0
- package/dist/base/configs/navigation.config/submenu/ativos/contratos.submenu.js.map +1 -0
- package/dist/base/hooks/dm/businessPartner/useBusinessPartnerFindMonitorFornecedorList.js +4 -2
- package/dist/base/hooks/dm/businessPartner/useBusinessPartnerFindMonitorFornecedorList.js.map +1 -1
- package/dist/base/index.js +124 -9
- package/dist/base/index.js.map +1 -1
- package/dist/base/locales/lang/ptBR/modules/HubFiscal/hubFiscal.nav.js +11 -0
- package/dist/base/locales/lang/ptBR/modules/HubFiscal/hubFiscal.nav.js.map +1 -0
- package/dist/base/services/http.js +38 -0
- package/dist/base/services/http.js.map +1 -0
- package/dist/base/services/index.js +124 -9
- package/dist/base/services/index.js.map +1 -1
- package/dist/base/services/modules/HubFiscal/NfeService.js +13 -0
- package/dist/base/services/modules/HubFiscal/NfeService.js.map +1 -0
- package/dist/base/services/modules/agendamento/AgendamentoService.js +200 -0
- package/dist/base/services/modules/agendamento/AgendamentoService.js.map +1 -0
- package/dist/base/services/modules/agendamento/ContratoVendaService.js +108 -0
- package/dist/base/services/modules/agendamento/ContratoVendaService.js.map +1 -0
- package/dist/base/services/modules/agendamento/ListaEmbarqueService.js +29 -0
- package/dist/base/services/modules/agendamento/ListaEmbarqueService.js.map +1 -0
- package/dist/base/services/modules/agendamento/LocalService.js +103 -0
- package/dist/base/services/modules/agendamento/LocalService.js.map +1 -0
- package/dist/base/services/modules/agendamento/MotivoCancelamentoService.js +54 -0
- package/dist/base/services/modules/agendamento/MotivoCancelamentoService.js.map +1 -0
- package/dist/base/services/modules/agendamento/RestricaoService.js +115 -0
- package/dist/base/services/modules/agendamento/RestricaoService.js.map +1 -0
- package/dist/base/services/modules/ativos/ativo/AtivoService.js +52 -0
- package/dist/base/services/modules/ativos/ativo/AtivoService.js.map +1 -0
- package/dist/base/services/modules/ativos/documentacao/DocumentacaoService.js +44 -0
- package/dist/base/services/modules/ativos/documentacao/DocumentacaoService.js.map +1 -0
- package/dist/base/services/modules/ativos/formularioCampos/FormularioCamposService.js +44 -0
- package/dist/base/services/modules/ativos/formularioCampos/FormularioCamposService.js.map +1 -0
- package/dist/base/services/modules/ativos/index.js +110 -1
- package/dist/base/services/modules/ativos/index.js.map +1 -1
- package/dist/base/services/modules/flux/FluxService.js +8 -0
- package/dist/base/services/modules/flux/FluxService.js.map +1 -1
- package/dist/base/services/modules/index.js +119 -9
- package/dist/base/services/modules/index.js.map +1 -1
- package/dist/base/services/modules/insumos/coberturaSeguroAgricola/CoberturaSeguroAgricolaService.js +8 -0
- package/dist/base/services/modules/insumos/coberturaSeguroAgricola/CoberturaSeguroAgricolaService.js.map +1 -1
- package/dist/base/services/modules/insumos/index.js +10 -9
- package/dist/base/services/modules/insumos/limiteAdiantamentoCliente/LimiteAdiantamentoClienteService.js +18 -0
- package/dist/base/services/modules/insumos/limiteAdiantamentoCliente/LimiteAdiantamentoClienteService.js.map +1 -1
- package/dist/base/services/modules/insumos/limiteAdiantamentoGeral/LimiteAdiantamentoGeralService.js +17 -0
- package/dist/base/services/modules/insumos/limiteAdiantamentoGeral/LimiteAdiantamentoGeralService.js.map +1 -1
- package/dist/base/services/modules/insumos/seguradoraAgricola/SeguradoraAgricolaService.js +8 -0
- package/dist/base/services/modules/insumos/seguradoraAgricola/SeguradoraAgricolaService.js.map +1 -1
- package/dist/base/services/modules/insumos/vendas/VendasService.js +4 -28
- package/dist/base/services/modules/insumos/vendas/VendasService.js.map +1 -1
- package/lib/@ecme/locales/lang/ptBR/nav.ts +2 -0
- package/lib/@ecme/services/axios/AxiosRequestIntrceptorConfigCallback.ts +15 -0
- package/lib/base/@types/api/response/bayer/TFindAllEntregaBayerResponse.ts +1 -0
- package/lib/base/@types/models/agendamento/agendamento.ts +207 -0
- package/lib/base/@types/models/agendamento/contratoVenda.ts +118 -0
- package/lib/base/@types/models/agendamento/janela.ts +39 -0
- package/lib/base/@types/models/agendamento/listaEmbarque.ts +64 -0
- package/lib/base/@types/models/agendamento/local.ts +68 -0
- package/lib/base/@types/models/agendamento/motivoCancelamento.ts +15 -0
- package/lib/base/@types/models/agendamento/restricao.ts +41 -0
- package/lib/base/@types/models/ativos/{AnexoComponente.ts → anexoComponente.ts} +1 -0
- package/lib/base/@types/models/ativos/ativo.ts +36 -0
- package/lib/base/@types/models/ativos/documentacao.ts +63 -0
- package/lib/base/@types/models/ativos/formularioCampos.ts +23 -0
- package/lib/base/@types/models/ativos/index.ts +22 -0
- package/lib/base/@types/models/ativos/sistemaOperacional.ts +1 -1
- package/lib/base/@types/models/ativos/software.ts +1 -1
- package/lib/base/@types/models/ativos/versaoMSOffice.ts +1 -1
- package/lib/base/@types/models/index.ts +1 -0
- package/lib/base/@types/models/transportadora/contratoFrete.ts +1 -0
- package/lib/base/configs/endpoints.config/HubFiscal/nfe.endpoint.config.ts +7 -0
- package/lib/base/configs/endpoints.config/agendamento/agendamento.ts +12 -0
- package/lib/base/configs/endpoints.config/agendamento/config/agendamentoCrud.ts +22 -0
- package/lib/base/configs/endpoints.config/agendamento/config/contratoVenda.ts +11 -0
- package/lib/base/configs/endpoints.config/agendamento/config/listaEmbarque.ts +6 -0
- package/lib/base/configs/endpoints.config/agendamento/config/local.ts +11 -0
- package/lib/base/configs/endpoints.config/agendamento/config/motivoCancelamento.ts +9 -0
- package/lib/base/configs/endpoints.config/agendamento/config/restricao.ts +10 -0
- package/lib/base/configs/endpoints.config/ativos/ativos.ts +6 -0
- package/lib/base/configs/endpoints.config/ativos/config/ativo.ts +12 -0
- package/lib/base/configs/endpoints.config/ativos/config/documentacao.ts +11 -0
- package/lib/base/configs/endpoints.config/ativos/config/formularioCampos.ts +11 -0
- package/lib/base/configs/endpoints.config/flux/config/grupoAtendimento.ts +1 -0
- package/lib/base/configs/endpoints.config/insumos/config/vendas.ts +3 -6
- package/lib/base/configs/navigation.config/modules.navigation.ts +5 -3
- package/lib/base/configs/navigation.config/modules.submenu/HubFiscal/hubFiscal.navigation.ts +43 -0
- package/lib/base/configs/navigation.config/modules.submenu/ativos/contratos/submenu.contratos.ts +17 -0
- package/lib/base/configs/navigation.config/submenu/ativos/ativos.submenu.ts +4 -0
- package/lib/base/configs/navigation.config/submenu/ativos/cadastros.submenu.ts +2 -0
- package/lib/base/configs/navigation.config/submenu/ativos/config/ativo.submenu.ts +16 -0
- package/lib/base/configs/navigation.config/submenu/ativos/config/documentacao.submenu.ts +16 -0
- package/lib/base/configs/navigation.config/submenu/ativos/config/formularioCampos.submenu.ts +16 -0
- package/lib/base/configs/navigation.config/submenu/ativos/contratos.submenu.ts +8 -0
- package/lib/base/hooks/dm/businessPartner/useBusinessPartnerFindMonitorFornecedorList.tsx +11 -3
- package/lib/base/locales/lang/ptBR/modules/HubFiscal/hubFiscal.nav.ts +8 -0
- package/lib/base/services/http.ts +47 -0
- package/lib/base/services/index.ts +3 -0
- package/lib/base/services/modules/HubFiscal/NfeService.ts +10 -0
- package/lib/base/services/modules/agendamento/AgendamentoService.ts +234 -0
- package/lib/base/services/modules/agendamento/ContratoVendaService.ts +112 -0
- package/lib/base/services/modules/agendamento/ListaEmbarqueService.ts +34 -0
- package/lib/base/services/modules/agendamento/LocalService.ts +107 -0
- package/lib/base/services/modules/agendamento/MotivoCancelamentoService.ts +60 -0
- package/lib/base/services/modules/agendamento/RestricaoService.ts +155 -0
- package/lib/base/services/modules/ativos/ativo/AtivoService.ts +52 -0
- package/lib/base/services/modules/ativos/documentacao/DocumentacaoService.ts +44 -0
- package/lib/base/services/modules/ativos/formularioCampos/FormularioCamposService.ts +44 -0
- package/lib/base/services/modules/ativos/index.ts +19 -1
- package/lib/base/services/modules/flux/FluxService.ts +8 -0
- package/lib/base/services/modules/insumos/coberturaSeguroAgricola/CoberturaSeguroAgricolaService.ts +15 -0
- package/lib/base/services/modules/insumos/limiteAdiantamentoCliente/LimiteAdiantamentoClienteService.ts +22 -0
- package/lib/base/services/modules/insumos/limiteAdiantamentoGeral/LimiteAdiantamentoGeralService.ts +21 -0
- package/lib/base/services/modules/insumos/seguradoraAgricola/SeguradoraAgricolaService.ts +13 -0
- package/lib/base/services/modules/insumos/vendas/VendasService.ts +3 -27
- package/package.json +1 -1
- package/dist/base/@types/models/ativos/AnexoComponente.js +0 -2
- package/dist/base/@types/models/ativos/AnexoComponente.js.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DocumentacaoService.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/services/modules/ativos/documentacao/DocumentacaoService.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AACjE,OAAO,EAAE,aAAa,EAAE,MAAM,yCAAyC,CAAC;AAKxE,wBAAsB,wBAAwB,CAAC,EAAE,EAAE,MAAM,0BAKxD;AAED,wBAAsB,wBAAwB,CAAC,IAAI,EAAE,aAAa,0CAMjE;AAED,wBAAsB,2BAA2B,CAAC,IAAI,EAAE,aAAa,0CAMpE;AAED,wBAAsB,2BAA2B,CAAC,EAAE,EAAE,MAAM,0CAK3D;AAED,wBAAsB,gCAAgC,CAAC,IAAI,CAAC,EAAE,aAAa,0CAM1E"}
|
package/dist/@types/base/services/modules/ativos/formularioCampos/FormularioCamposService.d.ts
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { IFilterParams, TQueryResponse } from "@base/@types/api";
|
|
2
|
+
import { TFormularioCampos } from "@base/@types/models/ativos/formularioCampos";
|
|
3
|
+
export declare function apiGetAtivosFormularioCampos(id: number): Promise<TFormularioCampos>;
|
|
4
|
+
export declare function apiAddAtivosFormularioCampos(body: TFormularioCampos): Promise<TQueryResponse<TFormularioCampos>>;
|
|
5
|
+
export declare function apiUpdateAtivosFormularioCampos(body: TFormularioCampos): Promise<TQueryResponse<TFormularioCampos>>;
|
|
6
|
+
export declare function apiDeleteAtivosFormularioCampos(id: number): Promise<TQueryResponse<TFormularioCampos>>;
|
|
7
|
+
export declare function apiFindMonitorAtivosFormularioCampos(body?: IFilterParams): Promise<TQueryResponse<TFormularioCampos>>;
|
|
8
|
+
//# sourceMappingURL=FormularioCamposService.d.ts.map
|
package/dist/@types/base/services/modules/ativos/formularioCampos/FormularioCamposService.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FormularioCamposService.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/services/modules/ativos/formularioCampos/FormularioCamposService.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AACjE,OAAO,EAAE,iBAAiB,EAAE,MAAM,6CAA6C,CAAC;AAKhF,wBAAsB,4BAA4B,CAAC,EAAE,EAAE,MAAM,8BAK5D;AAED,wBAAsB,4BAA4B,CAAC,IAAI,EAAE,iBAAiB,8CAMzE;AAED,wBAAsB,+BAA+B,CAAC,IAAI,EAAE,iBAAiB,8CAM5E;AAED,wBAAsB,+BAA+B,CAAC,EAAE,EAAE,MAAM,8CAK/D;AAED,wBAAsB,oCAAoC,CAAC,IAAI,CAAC,EAAE,aAAa,8CAM9E"}
|
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
export * from './aplicacao/AplicacaoService';
|
|
2
|
+
export * from './ativo/AtivoService';
|
|
3
|
+
export * from './bancoDados/BancoDadosService';
|
|
1
4
|
export * from './categoria/CategoriaService';
|
|
5
|
+
export * from './documentacao/DocumentacaoService';
|
|
6
|
+
export * from './formularioCampos/FormularioCamposService';
|
|
7
|
+
export * from './hardDisk/HardDiskService';
|
|
8
|
+
export * from './internetProtocol/InternetProtocolService';
|
|
9
|
+
export * from './marca/MarcaService';
|
|
10
|
+
export * from './memoriaRam/MemoriaRamService';
|
|
11
|
+
export * from './modelo/ModeloService';
|
|
12
|
+
export * from './monitorTela/MonitorTelaService';
|
|
13
|
+
export * from './processador/ProcessadorService';
|
|
14
|
+
export * from './sistemaOperacional/SistemaOperacionalService';
|
|
15
|
+
export * from './software/SoftwareService';
|
|
2
16
|
export * from './subcategoria/SubcategoriaService';
|
|
17
|
+
export * from './tipo/TipoService';
|
|
18
|
+
export * from './versaoAndroid/VersaoAndroidService';
|
|
19
|
+
export * from './versaoMSOffice/VersaoMSOfficeService';
|
|
20
|
+
export * from './vlan/VlanService';
|
|
3
21
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/services/modules/ativos/index.ts"],"names":[],"mappings":"AACA,cAAc,8BAA8B,CAAC;AAC7C,cAAc,oCAAoC,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/services/modules/ativos/index.ts"],"names":[],"mappings":"AACA,cAAc,8BAA8B,CAAC;AAC7C,cAAc,sBAAsB,CAAC;AACrC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,oCAAoC,CAAC;AACnD,cAAc,4CAA4C,CAAC;AAC3D,cAAc,4BAA4B,CAAC;AAC3C,cAAc,4CAA4C,CAAC;AAC3D,cAAc,sBAAsB,CAAC;AACrC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,wBAAwB,CAAC;AACvC,cAAc,kCAAkC,CAAC;AACjD,cAAc,kCAAkC,CAAC;AACjD,cAAc,gDAAgD,CAAC;AAC/D,cAAc,4BAA4B,CAAC;AAC3C,cAAc,oCAAoC,CAAC;AACnD,cAAc,oBAAoB,CAAC;AACnC,cAAc,sCAAsC,CAAC;AACrD,cAAc,wCAAwC,CAAC;AACvD,cAAc,oBAAoB,CAAC"}
|
|
@@ -12,6 +12,7 @@ export declare function apiUpdateTipoProcesso(data?: TTipoProcesso): Promise<TQu
|
|
|
12
12
|
export declare function apiFindOneTipoProcesso(id: string): Promise<TTipoProcesso>;
|
|
13
13
|
export declare function apiDeleteTipoProcesso(id: string): Promise<TTipoProcesso>;
|
|
14
14
|
export declare function apiGetGrupoAtendimento(body?: IFilterParams): Promise<TQueryResponse<TGrupoAtendimento>>;
|
|
15
|
+
export declare function apiGetGrupoAtendimentoComUsuarios(body?: IFilterParams): Promise<TQueryResponse<any>>;
|
|
15
16
|
export declare function apiCreateGrupoAtendimento(data?: TGrupoAtendimento): Promise<TQueryResponse<TGrupoAtendimento>>;
|
|
16
17
|
export declare function apiUpdateGrupoAtendimento(data?: TGrupoAtendimento): Promise<TQueryResponse<TGrupoAtendimento>>;
|
|
17
18
|
export declare function apiFindOneGrupoAtendimento(id: string): Promise<TGrupoAtendimento>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FluxService.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/services/modules/flux/FluxService.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"FluxService.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/services/modules/flux/FluxService.ts"],"names":[],"mappings":"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"}
|
|
@@ -6,4 +6,12 @@ export declare function apiUpdateInsumosCoberturaSeguroAgricola(id: number, body
|
|
|
6
6
|
export declare function apiDeleteInsumosCoberturaSeguroAgricola(id: number): Promise<TQueryResponse<TCoberturaSeguroAgricola>>;
|
|
7
7
|
export declare function apiGetAllInsumosCoberturaSeguroAgricola(): Promise<TCoberturaSeguroAgricola[]>;
|
|
8
8
|
export declare function apiFindMonitorInsumosCoberturaSeguroAgricola(body?: IFilterParams): Promise<TQueryResponse<TCoberturaSeguroAgricola>>;
|
|
9
|
+
/**
|
|
10
|
+
* Search for cobertura seguro with specific filters
|
|
11
|
+
*/
|
|
12
|
+
export declare function apiSearchCoberturaSeguro(params: {
|
|
13
|
+
'seguradoraAgricola.id'?: number;
|
|
14
|
+
'safra.id'?: number;
|
|
15
|
+
'material.id'?: number;
|
|
16
|
+
}): Promise<TCoberturaSeguroAgricola[]>;
|
|
9
17
|
//# sourceMappingURL=CoberturaSeguroAgricolaService.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CoberturaSeguroAgricolaService.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/services/modules/insumos/coberturaSeguroAgricola/CoberturaSeguroAgricolaService.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAA;AAChE,OAAO,EAAE,wBAAwB,EAAE,MAAM,qDAAqD,CAAA;AAM9F,wBAAsB,oCAAoC,CAAC,EAAE,EAAE,MAAM,qCAKpE;AAED,wBAAsB,oCAAoC,CACtD,IAAI,EAAE,wBAAwB,qDASjC;AAED,wBAAsB,uCAAuC,CACzD,EAAE,EAAE,MAAM,EACV,IAAI,EAAE,OAAO,CAAC,wBAAwB,CAAC,qDAS1C;AAED,wBAAsB,uCAAuC,CAAC,EAAE,EAAE,MAAM,qDAOvE;AAED,wBAAsB,uCAAuC,wCAK5D;AAED,wBAAsB,4CAA4C,CAC9D,IAAI,CAAC,EAAE,aAAa,qDASvB"}
|
|
1
|
+
{"version":3,"file":"CoberturaSeguroAgricolaService.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/services/modules/insumos/coberturaSeguroAgricola/CoberturaSeguroAgricolaService.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAA;AAChE,OAAO,EAAE,wBAAwB,EAAE,MAAM,qDAAqD,CAAA;AAM9F,wBAAsB,oCAAoC,CAAC,EAAE,EAAE,MAAM,qCAKpE;AAED,wBAAsB,oCAAoC,CACtD,IAAI,EAAE,wBAAwB,qDASjC;AAED,wBAAsB,uCAAuC,CACzD,EAAE,EAAE,MAAM,EACV,IAAI,EAAE,OAAO,CAAC,wBAAwB,CAAC,qDAS1C;AAED,wBAAsB,uCAAuC,CAAC,EAAE,EAAE,MAAM,qDAOvE;AAED,wBAAsB,uCAAuC,wCAK5D;AAED,wBAAsB,4CAA4C,CAC9D,IAAI,CAAC,EAAE,aAAa,qDASvB;AAED;;GAEG;AACH,wBAAsB,wBAAwB,CAAC,MAAM,EAAE;IACnD,uBAAuB,CAAC,EAAE,MAAM,CAAA;IAChC,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,aAAa,CAAC,EAAE,MAAM,CAAA;CACzB,uCAMA"}
|
|
@@ -5,4 +5,8 @@ export declare function apiAddInsumosLimiteAdiantamentoCliente(body: TLimiteAdia
|
|
|
5
5
|
export declare function apiUpdateInsumosLimiteAdiantamentoCliente(id: number, body: Partial<TLimiteAdiantamentoCliente>): Promise<TQueryResponse<TLimiteAdiantamentoCliente>>;
|
|
6
6
|
export declare function apiDeleteInsumosLimiteAdiantamentoCliente(id: number): Promise<TQueryResponse<TLimiteAdiantamentoCliente>>;
|
|
7
7
|
export declare function apiFindMonitorInsumosLimiteAdiantamentoCliente(body?: IFilterParams): Promise<TQueryResponse<TLimiteAdiantamentoCliente>>;
|
|
8
|
+
/**
|
|
9
|
+
* Search for limite adiantamento cliente with specific filters
|
|
10
|
+
*/
|
|
11
|
+
export declare function apiSearchLimiteAdiantamentoCliente(safraId: number, clienteId: number): Promise<TQueryResponse<TLimiteAdiantamentoCliente>>;
|
|
8
12
|
//# sourceMappingURL=LimiteAdiantamentoClienteService.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LimiteAdiantamentoClienteService.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/services/modules/insumos/limiteAdiantamentoCliente/LimiteAdiantamentoClienteService.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAA;AAChE,OAAO,EAAE,0BAA0B,EAAE,MAAM,uDAAuD,CAAA;AAMlG,wBAAsB,sCAAsC,CAAC,EAAE,EAAE,MAAM,uCAKtE;AAED,wBAAsB,sCAAsC,CACxD,IAAI,EAAE,0BAA0B,uDASnC;AAED,wBAAsB,yCAAyC,CAC3D,EAAE,EAAE,MAAM,EACV,IAAI,EAAE,OAAO,CAAC,0BAA0B,CAAC,uDAS5C;AAED,wBAAsB,yCAAyC,CAAC,EAAE,EAAE,MAAM,uDAOzE;AAED,wBAAsB,8CAA8C,CAChE,IAAI,CAAC,EAAE,aAAa,uDASvB"}
|
|
1
|
+
{"version":3,"file":"LimiteAdiantamentoClienteService.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/services/modules/insumos/limiteAdiantamentoCliente/LimiteAdiantamentoClienteService.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAA;AAChE,OAAO,EAAE,0BAA0B,EAAE,MAAM,uDAAuD,CAAA;AAMlG,wBAAsB,sCAAsC,CAAC,EAAE,EAAE,MAAM,uCAKtE;AAED,wBAAsB,sCAAsC,CACxD,IAAI,EAAE,0BAA0B,uDASnC;AAED,wBAAsB,yCAAyC,CAC3D,EAAE,EAAE,MAAM,EACV,IAAI,EAAE,OAAO,CAAC,0BAA0B,CAAC,uDAS5C;AAED,wBAAsB,yCAAyC,CAAC,EAAE,EAAE,MAAM,uDAOzE;AAED,wBAAsB,8CAA8C,CAChE,IAAI,CAAC,EAAE,aAAa,uDASvB;AAED;;GAEG;AACH,wBAAsB,kCAAkC,CAAC,OAAO,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,uDAiB1F"}
|
|
@@ -5,4 +5,8 @@ export declare function apiAddInsumosLimiteAdiantamentoGeral(body: TLimiteAdiant
|
|
|
5
5
|
export declare function apiUpdateInsumosLimiteAdiantamentoGeral(id: number, body: Partial<TLimiteAdiantamentoGeral>): Promise<TQueryResponse<TLimiteAdiantamentoGeral>>;
|
|
6
6
|
export declare function apiDeleteInsumosLimiteAdiantamentoGeral(id: number): Promise<TQueryResponse<TLimiteAdiantamentoGeral>>;
|
|
7
7
|
export declare function apiFindMonitorInsumosLimiteAdiantamentoGeral(body?: IFilterParams): Promise<TQueryResponse<TLimiteAdiantamentoGeral>>;
|
|
8
|
+
/**
|
|
9
|
+
* Search for limite adiantamento geral with specific filters
|
|
10
|
+
*/
|
|
11
|
+
export declare function apiSearchLimiteAdiantamentoGeral(safraId: number): Promise<TQueryResponse<TLimiteAdiantamentoGeral>>;
|
|
8
12
|
//# sourceMappingURL=LimiteAdiantamentoGeralService.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LimiteAdiantamentoGeralService.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/services/modules/insumos/limiteAdiantamentoGeral/LimiteAdiantamentoGeralService.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAA;AAChE,OAAO,EAAE,wBAAwB,EAAE,MAAM,qDAAqD,CAAA;AAM9F,wBAAsB,oCAAoC,CAAC,EAAE,EAAE,MAAM,qCAKpE;AAED,wBAAsB,oCAAoC,CACtD,IAAI,EAAE,wBAAwB,qDASjC;AAED,wBAAsB,uCAAuC,CACzD,EAAE,EAAE,MAAM,EACV,IAAI,EAAE,OAAO,CAAC,wBAAwB,CAAC,qDAS1C;AAED,wBAAsB,uCAAuC,CAAC,EAAE,EAAE,MAAM,qDAOvE;AAED,wBAAsB,4CAA4C,CAC9D,IAAI,CAAC,EAAE,aAAa,qDASvB"}
|
|
1
|
+
{"version":3,"file":"LimiteAdiantamentoGeralService.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/services/modules/insumos/limiteAdiantamentoGeral/LimiteAdiantamentoGeralService.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAA;AAChE,OAAO,EAAE,wBAAwB,EAAE,MAAM,qDAAqD,CAAA;AAM9F,wBAAsB,oCAAoC,CAAC,EAAE,EAAE,MAAM,qCAKpE;AAED,wBAAsB,oCAAoC,CACtD,IAAI,EAAE,wBAAwB,qDASjC;AAED,wBAAsB,uCAAuC,CACzD,EAAE,EAAE,MAAM,EACV,IAAI,EAAE,OAAO,CAAC,wBAAwB,CAAC,qDAS1C;AAED,wBAAsB,uCAAuC,CAAC,EAAE,EAAE,MAAM,qDAOvE;AAED,wBAAsB,4CAA4C,CAC9D,IAAI,CAAC,EAAE,aAAa,qDASvB;AAED;;GAEG;AACH,wBAAsB,gCAAgC,CAAC,OAAO,EAAE,MAAM,qDAgBrE"}
|
package/dist/@types/base/services/modules/insumos/seguradoraAgricola/SeguradoraAgricolaService.d.ts
CHANGED
|
@@ -6,4 +6,10 @@ export declare function apiUpdateInsumosSeguradoraAgricola(id: number, body: Par
|
|
|
6
6
|
export declare function apiDeleteInsumosSeguradoraAgricola(id: number): Promise<TQueryResponse<TSeguradoraAgricola>>;
|
|
7
7
|
export declare function apiFindMonitorInsumosSeguradoraAgricola(body?: IFilterParams): Promise<TQueryResponse<TSeguradoraAgricola>>;
|
|
8
8
|
export declare function apiFindSeguradorasComCobertura(): Promise<TSeguradoraAgricola[]>;
|
|
9
|
+
/**
|
|
10
|
+
* Search for seguradoras agricolas with filters
|
|
11
|
+
*/
|
|
12
|
+
export declare function apiSearchSeguradorasAgricolas(params?: {
|
|
13
|
+
comCobertura?: boolean;
|
|
14
|
+
}): Promise<TSeguradoraAgricola[]>;
|
|
9
15
|
//# sourceMappingURL=SeguradoraAgricolaService.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SeguradoraAgricolaService.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/services/modules/insumos/seguradoraAgricola/SeguradoraAgricolaService.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAA;AAChE,OAAO,EAAE,mBAAmB,EAAE,MAAM,gDAAgD,CAAA;AAKpF,wBAAsB,+BAA+B,CAAC,EAAE,EAAE,MAAM,gCAK/D;AAED,wBAAsB,+BAA+B,CACjD,IAAI,EAAE,mBAAmB,gDAO5B;AAED,wBAAsB,kCAAkC,CACpD,EAAE,EAAE,MAAM,EACV,IAAI,EAAE,OAAO,CAAC,mBAAmB,CAAC,gDAOrC;AAED,wBAAsB,kCAAkC,CAAC,EAAE,EAAE,MAAM,gDAKlE;AAED,wBAAsB,uCAAuC,CACzD,IAAI,CAAC,EAAE,aAAa,gDAOvB;AAED,wBAAsB,8BAA8B,mCAKnD"}
|
|
1
|
+
{"version":3,"file":"SeguradoraAgricolaService.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/services/modules/insumos/seguradoraAgricola/SeguradoraAgricolaService.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAA;AAChE,OAAO,EAAE,mBAAmB,EAAE,MAAM,gDAAgD,CAAA;AAKpF,wBAAsB,+BAA+B,CAAC,EAAE,EAAE,MAAM,gCAK/D;AAED,wBAAsB,+BAA+B,CACjD,IAAI,EAAE,mBAAmB,gDAO5B;AAED,wBAAsB,kCAAkC,CACpD,EAAE,EAAE,MAAM,EACV,IAAI,EAAE,OAAO,CAAC,mBAAmB,CAAC,gDAOrC;AAED,wBAAsB,kCAAkC,CAAC,EAAE,EAAE,MAAM,gDAKlE;AAED,wBAAsB,uCAAuC,CACzD,IAAI,CAAC,EAAE,aAAa,gDAOvB;AAED,wBAAsB,8BAA8B,mCAKnD;AAED;;GAEG;AACH,wBAAsB,6BAA6B,CAAC,MAAM,CAAC,EAAE;IACzD,YAAY,CAAC,EAAE,OAAO,CAAA;CACzB,kCAMA"}
|
|
@@ -7,8 +7,5 @@ export declare function apiDeleteInsumosVendas(id: number): Promise<TQueryRespon
|
|
|
7
7
|
export declare function apiGetAllInsumosVendas(): Promise<TVendas[]>;
|
|
8
8
|
export declare function apiFindMonitorInsumosVendas(body?: IFilterParams): Promise<TQueryResponse<TVendas>>;
|
|
9
9
|
export declare function apiCalculoVendaInsumosVendas(body: any): Promise<any>;
|
|
10
|
-
export declare function
|
|
11
|
-
export declare function apiAprovarInsumosVendas(id: number, body?: any): Promise<TQueryResponse<TVendas>>;
|
|
12
|
-
export declare function apiReprovarInsumosVendas(id: number, body?: any): Promise<TQueryResponse<TVendas>>;
|
|
13
|
-
export declare function apiCancelarInsumosVendas(id: number, body?: any): Promise<TQueryResponse<TVendas>>;
|
|
10
|
+
export declare function apiExecuteAcaoVendas(id: number, body?: any): Promise<TQueryResponse<TVendas>>;
|
|
14
11
|
//# sourceMappingURL=VendasService.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VendasService.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/services/modules/insumos/vendas/VendasService.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AACjE,OAAO,EAAE,OAAO,EAAE,MAAM,oCAAoC,CAAC;AAK7D,wBAAsB,mBAAmB,CAAC,EAAE,EAAE,MAAM,oBAKnD;AAED,wBAAsB,mBAAmB,CAAC,IAAI,EAAE,OAAO,oCAMtD;AAED,wBAAsB,sBAAsB,CAAC,IAAI,EAAE,OAAO,oCAMzD;AAED,wBAAsB,sBAAsB,CAAC,EAAE,EAAE,MAAM,oCAKtD;AAED,wBAAsB,sBAAsB,uBAK3C;AAED,wBAAsB,2BAA2B,CAAC,IAAI,CAAC,EAAE,aAAa,oCAMrE;AAED,wBAAsB,4BAA4B,CAAC,IAAI,EAAE,GAAG,gBAM3D;AAED,wBAAsB,
|
|
1
|
+
{"version":3,"file":"VendasService.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/services/modules/insumos/vendas/VendasService.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AACjE,OAAO,EAAE,OAAO,EAAE,MAAM,oCAAoC,CAAC;AAK7D,wBAAsB,mBAAmB,CAAC,EAAE,EAAE,MAAM,oBAKnD;AAED,wBAAsB,mBAAmB,CAAC,IAAI,EAAE,OAAO,oCAMtD;AAED,wBAAsB,sBAAsB,CAAC,IAAI,EAAE,OAAO,oCAMzD;AAED,wBAAsB,sBAAsB,CAAC,EAAE,EAAE,MAAM,oCAKtD;AAED,wBAAsB,sBAAsB,uBAK3C;AAED,wBAAsB,2BAA2B,CAAC,IAAI,CAAC,EAAE,aAAa,oCAMrE;AAED,wBAAsB,4BAA4B,CAAC,IAAI,EAAE,GAAG,gBAM3D;AAED,wBAAsB,oBAAoB,CAAC,EAAE,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,GAAG,oCAMhE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"agendamento.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"contratoVenda.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"janela.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"listaEmbarque.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"local.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"motivoCancelamento.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"restricao.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"anexoComponente.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ativo.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"documentacao.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"formularioCampos.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import "./anexoComponente.js";
|
|
2
|
+
import "./aplicacao.js";
|
|
3
|
+
import "./ativo.js";
|
|
4
|
+
import "./bancoDados.js";
|
|
5
|
+
import "./categoria.js";
|
|
6
|
+
import "./documentacao.js";
|
|
7
|
+
import "./formularioCampos.js";
|
|
8
|
+
import "./hardDisk.js";
|
|
9
|
+
import "./internetProtocol.js";
|
|
10
|
+
import "./marca.js";
|
|
11
|
+
import "./memoriaRam.js";
|
|
12
|
+
import "./modelo.js";
|
|
13
|
+
import "./monitorTela.js";
|
|
14
|
+
import "./processador.js";
|
|
15
|
+
import "./sistemaOperacional.js";
|
|
16
|
+
import "./software.js";
|
|
17
|
+
import "./subcategoria.js";
|
|
18
|
+
import "./tipo.js";
|
|
19
|
+
import "./versaoAndroid.js";
|
|
20
|
+
import "./versaoMSOffice.js";
|
|
21
|
+
import "./vlan.js";
|
|
22
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"nfe.endpoint.config.js","sources":["../../../../../lib/base/configs/endpoints.config/HubFiscal/nfe.endpoint.config.ts"],"sourcesContent":["const NFE_API_PATH = '/hub-fiscal/api/nfe'\n\nconst nfeEndpointConfig = {\n findAll: `${NFE_API_PATH}/find`,\n}\n\nexport default nfeEndpointConfig\n"],"names":[],"mappings":"AAAA,MAAM,eAAe;AAErB,MAAM,oBAAoB;AAAA,EACtB,SAAS,GAAG,YAAY;AAC5B;"}
|
|
@@ -1,6 +1,18 @@
|
|
|
1
1
|
import ordemConsumo from "./config/ordemConsumo.js";
|
|
2
|
+
import local from "./config/local.js";
|
|
3
|
+
import motivoCancelamento from "./config/motivoCancelamento.js";
|
|
4
|
+
import agendamentoCrud from "./config/agendamentoCrud.js";
|
|
5
|
+
import contratoVenda from "./config/contratoVenda.js";
|
|
6
|
+
import restricao from "./config/restricao.js";
|
|
7
|
+
import listaEmbarque from "./config/listaEmbarque.js";
|
|
2
8
|
const agendamento = {
|
|
3
|
-
ordemConsumo
|
|
9
|
+
ordemConsumo,
|
|
10
|
+
local,
|
|
11
|
+
motivoCancelamento,
|
|
12
|
+
agendamentoCrud,
|
|
13
|
+
contratoVenda,
|
|
14
|
+
restricao,
|
|
15
|
+
listaEmbarque
|
|
4
16
|
};
|
|
5
17
|
export {
|
|
6
18
|
agendamento as default
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"agendamento.js","sources":["../../../../../lib/base/configs/endpoints.config/agendamento/agendamento.ts"],"sourcesContent":["import ordemConsumo from './config/ordemConsumo'\n\nconst agendamento = {\n ordemConsumo,\n}\n\nexport default agendamento\n"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"agendamento.js","sources":["../../../../../lib/base/configs/endpoints.config/agendamento/agendamento.ts"],"sourcesContent":["import ordemConsumo from './config/ordemConsumo'\nimport local from './config/local'\nimport motivoCancelamento from './config/motivoCancelamento'\nimport agendamentoCrud from './config/agendamentoCrud'\nimport contratoVenda from './config/contratoVenda'\nimport restricao from './config/restricao'\nimport listaEmbarque from './config/listaEmbarque'\n\nconst agendamento = {\n ordemConsumo,\n local,\n motivoCancelamento,\n agendamentoCrud,\n contratoVenda,\n restricao,\n listaEmbarque,\n}\n\nexport default agendamento\n"],"names":[],"mappings":";;;;;;;AAQA,MAAM,cAAc;AAAA,EAChB;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACJ;"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
const agendamentoCrud = {
|
|
2
|
+
findAll: "/agendamento/api/agendamento",
|
|
3
|
+
findOne: "/agendamento/api/agendamento",
|
|
4
|
+
add: "/agendamento/api/agendamento",
|
|
5
|
+
update: "/agendamento/api/agendamento",
|
|
6
|
+
delete: "/agendamento/api/agendamento",
|
|
7
|
+
cancel: "/agendamento/api/agendamento/cancel",
|
|
8
|
+
bi: "/agendamento/api/agendamento/bi",
|
|
9
|
+
painelJanelas: "/agendamento/api/agendamento/find-painel/janelas",
|
|
10
|
+
painelBi: "/agendamento/api/agendamento/painel/bi",
|
|
11
|
+
painelCalendario: "/agendamento/api/find-painel/calendario",
|
|
12
|
+
listaEmbarque: "/agendamento/api/agendamento/lista-embarque",
|
|
13
|
+
janelasDisponiveis: "/agendamento/api/agendamento/janelas/disponiveis",
|
|
14
|
+
janelasOcupadas: "/agendamento/api/janelas/ocupadas",
|
|
15
|
+
gerarRomaneios: "/agendamento/api/gerar-romaneios",
|
|
16
|
+
safrasVinculadas: "/agendamento/api/safras-vinculadas",
|
|
17
|
+
depositos: "/agendamento/api/depositos",
|
|
18
|
+
ordemCarregamento: "/agendamento/api/ordem-carregamento",
|
|
19
|
+
pdf: "/agendamento/api/agendamento"
|
|
20
|
+
};
|
|
21
|
+
export {
|
|
22
|
+
agendamentoCrud as default
|
|
23
|
+
};
|
|
24
|
+
//# sourceMappingURL=agendamentoCrud.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"agendamentoCrud.js","sources":["../../../../../../lib/base/configs/endpoints.config/agendamento/config/agendamentoCrud.ts"],"sourcesContent":["const agendamentoCrud = {\n findAll: '/agendamento/api/agendamento',\n findOne: '/agendamento/api/agendamento',\n add: '/agendamento/api/agendamento',\n update: '/agendamento/api/agendamento',\n delete: '/agendamento/api/agendamento',\n cancel: '/agendamento/api/agendamento/cancel',\n bi: '/agendamento/api/agendamento/bi',\n painelJanelas: '/agendamento/api/agendamento/find-painel/janelas',\n painelBi: '/agendamento/api/agendamento/painel/bi',\n painelCalendario: '/agendamento/api/find-painel/calendario',\n listaEmbarque: '/agendamento/api/agendamento/lista-embarque',\n janelasDisponiveis: '/agendamento/api/agendamento/janelas/disponiveis',\n janelasOcupadas: '/agendamento/api/janelas/ocupadas',\n gerarRomaneios: '/agendamento/api/gerar-romaneios',\n safrasVinculadas: '/agendamento/api/safras-vinculadas',\n depositos: '/agendamento/api/depositos',\n ordemCarregamento: '/agendamento/api/ordem-carregamento',\n pdf: '/agendamento/api/agendamento',\n}\n\nexport default agendamentoCrud\n"],"names":[],"mappings":"AAAA,MAAM,kBAAkB;AAAA,EACtB,SAAS;AAAA,EACT,SAAS;AAAA,EACT,KAAK;AAAA,EACL,QAAQ;AAAA,EACR,QAAQ;AAAA,EACR,QAAQ;AAAA,EACR,IAAI;AAAA,EACJ,eAAe;AAAA,EACf,UAAU;AAAA,EACV,kBAAkB;AAAA,EAClB,eAAe;AAAA,EACf,oBAAoB;AAAA,EACpB,iBAAiB;AAAA,EACjB,gBAAgB;AAAA,EAChB,kBAAkB;AAAA,EAClB,WAAW;AAAA,EACX,mBAAmB;AAAA,EACnB,KAAK;AACP;"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
const contratoVenda = {
|
|
2
|
+
findAll: "/agendamento/api/contrato-venda",
|
|
3
|
+
findOne: "/agendamento/api/contrato-venda",
|
|
4
|
+
findContratos: "/agendamento/api/vendas/contrato/find",
|
|
5
|
+
comSaldoByCliente: "/agendamento/api/contrato-venda/com-saldo/cliente",
|
|
6
|
+
relatorioCotas: "/agendamento/api/contrato-venda/find-relatorio-cotas",
|
|
7
|
+
periodo: "/agendamento/api/contrato-venda/periodo",
|
|
8
|
+
periodoCapacidade: "/agendamento/api/contrato-venda/periodo-capacidade"
|
|
9
|
+
};
|
|
10
|
+
export {
|
|
11
|
+
contratoVenda as default
|
|
12
|
+
};
|
|
13
|
+
//# sourceMappingURL=contratoVenda.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"contratoVenda.js","sources":["../../../../../../lib/base/configs/endpoints.config/agendamento/config/contratoVenda.ts"],"sourcesContent":["const contratoVenda = {\n findAll: '/agendamento/api/contrato-venda',\n findOne: '/agendamento/api/contrato-venda',\n findContratos: '/agendamento/api/vendas/contrato/find',\n comSaldoByCliente: '/agendamento/api/contrato-venda/com-saldo/cliente',\n relatorioCotas: '/agendamento/api/contrato-venda/find-relatorio-cotas',\n periodo: '/agendamento/api/contrato-venda/periodo',\n periodoCapacidade: '/agendamento/api/contrato-venda/periodo-capacidade',\n}\n\nexport default contratoVenda\n"],"names":[],"mappings":"AAAA,MAAM,gBAAgB;AAAA,EACpB,SAAS;AAAA,EACT,SAAS;AAAA,EACT,eAAe;AAAA,EACf,mBAAmB;AAAA,EACnB,gBAAgB;AAAA,EAChB,SAAS;AAAA,EACT,mBAAmB;AACrB;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"listaEmbarque.js","sources":["../../../../../../lib/base/configs/endpoints.config/agendamento/config/listaEmbarque.ts"],"sourcesContent":["const listaEmbarque = {\n find: '/agendamento/api/agendamento/lista-embarque',\n eventos: '/agendamento/api',\n}\n\nexport default listaEmbarque\n"],"names":[],"mappings":"AAAA,MAAM,gBAAgB;AAAA,EACpB,MAAM;AAAA,EACN,SAAS;AACX;"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
const local = {
|
|
2
|
+
findAll: "/agendamento/api/local",
|
|
3
|
+
findOne: "/agendamento/api/local",
|
|
4
|
+
add: "/agendamento/api/local",
|
|
5
|
+
update: "/agendamento/api/local",
|
|
6
|
+
janelas: "/agendamento/api/local/janelas",
|
|
7
|
+
updateJanela: "/agendamento/api/local/janela",
|
|
8
|
+
findOneJanela: "/agendamento/api/janela"
|
|
9
|
+
};
|
|
10
|
+
export {
|
|
11
|
+
local as default
|
|
12
|
+
};
|
|
13
|
+
//# sourceMappingURL=local.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"local.js","sources":["../../../../../../lib/base/configs/endpoints.config/agendamento/config/local.ts"],"sourcesContent":["const local = {\n findAll: '/agendamento/api/local',\n findOne: '/agendamento/api/local',\n add: '/agendamento/api/local',\n update: '/agendamento/api/local',\n janelas: '/agendamento/api/local/janelas',\n updateJanela: '/agendamento/api/local/janela',\n findOneJanela: '/agendamento/api/janela',\n}\n\nexport default local\n"],"names":[],"mappings":"AAAA,MAAM,QAAQ;AAAA,EACZ,SAAS;AAAA,EACT,SAAS;AAAA,EACT,KAAK;AAAA,EACL,QAAQ;AAAA,EACR,SAAS;AAAA,EACT,cAAc;AAAA,EACd,eAAe;AACjB;"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
const motivoCancelamento = {
|
|
2
|
+
findAll: "/agendamento/api/status-cancelamento",
|
|
3
|
+
findOne: "/agendamento/api/status-cancelamento",
|
|
4
|
+
add: "/agendamento/api/status-cancelamento",
|
|
5
|
+
update: "/agendamento/api/status-cancelamento",
|
|
6
|
+
delete: "/agendamento/api/status-cancelamento"
|
|
7
|
+
};
|
|
8
|
+
export {
|
|
9
|
+
motivoCancelamento as default
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=motivoCancelamento.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"motivoCancelamento.js","sources":["../../../../../../lib/base/configs/endpoints.config/agendamento/config/motivoCancelamento.ts"],"sourcesContent":["const motivoCancelamento = {\n findAll: '/agendamento/api/status-cancelamento',\n findOne: '/agendamento/api/status-cancelamento',\n add: '/agendamento/api/status-cancelamento',\n update: '/agendamento/api/status-cancelamento',\n delete: '/agendamento/api/status-cancelamento',\n}\n\nexport default motivoCancelamento\n"],"names":[],"mappings":"AAAA,MAAM,qBAAqB;AAAA,EACzB,SAAS;AAAA,EACT,SAAS;AAAA,EACT,KAAK;AAAA,EACL,QAAQ;AAAA,EACR,QAAQ;AACV;"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
const restricao = {
|
|
2
|
+
findAll: "/agendamento/api/restricoes",
|
|
3
|
+
findOne: "/agendamento/api/restricoes",
|
|
4
|
+
add: "/agendamento/api/restricoes",
|
|
5
|
+
update: "/agendamento/api/restricoes",
|
|
6
|
+
motoristasSemRestricao: "/agendamento/api/restricoes/motoristas-sem-restricao",
|
|
7
|
+
veiculosSemRestricao: "/agendamento/api/restricoes/veiculos-sem-restricao"
|
|
8
|
+
};
|
|
9
|
+
export {
|
|
10
|
+
restricao as default
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=restricao.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"restricao.js","sources":["../../../../../../lib/base/configs/endpoints.config/agendamento/config/restricao.ts"],"sourcesContent":["const restricao = {\n findAll: '/agendamento/api/restricoes',\n findOne: '/agendamento/api/restricoes',\n add: '/agendamento/api/restricoes',\n update: '/agendamento/api/restricoes',\n motoristasSemRestricao: '/agendamento/api/restricoes/motoristas-sem-restricao',\n veiculosSemRestricao: '/agendamento/api/restricoes/veiculos-sem-restricao',\n}\n\nexport default restricao\n"],"names":[],"mappings":"AAAA,MAAM,YAAY;AAAA,EAChB,SAAS;AAAA,EACT,SAAS;AAAA,EACT,KAAK;AAAA,EACL,QAAQ;AAAA,EACR,wBAAwB;AAAA,EACxB,sBAAsB;AACxB;"}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import aplicacao from "./config/aplicacao.js";
|
|
2
|
+
import ativo from "./config/ativo.js";
|
|
2
3
|
import bancoDados from "./config/bancoDados.js";
|
|
3
4
|
import categoria from "./config/categoria.js";
|
|
5
|
+
import documentacao from "./config/documentacao.js";
|
|
6
|
+
import formularioCampos from "./config/formularioCampos.js";
|
|
4
7
|
import hardDisk from "./config/hardDisk.js";
|
|
5
8
|
import internetProtocol from "./config/internetProtocol.js";
|
|
6
9
|
import marca from "./config/marca.js";
|
|
@@ -17,8 +20,11 @@ import versaoMSOffice from "./config/versaoMSOffice.js";
|
|
|
17
20
|
import vlan from "./config/vlan.js";
|
|
18
21
|
const ativos = {
|
|
19
22
|
aplicacao,
|
|
23
|
+
ativo,
|
|
20
24
|
bancoDados,
|
|
21
25
|
categoria,
|
|
26
|
+
documentacao,
|
|
27
|
+
formularioCampos,
|
|
22
28
|
hardDisk,
|
|
23
29
|
internetProtocol,
|
|
24
30
|
marca,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ativos.js","sources":["../../../../../lib/base/configs/endpoints.config/ativos/ativos.ts"],"sourcesContent":["import aplicacao from \"./config/aplicacao\"\nimport bancoDados from \"./config/bancoDados\"\nimport categoria from \"./config/categoria\"\nimport hardDisk from \"./config/hardDisk\"\nimport internetProtocol from \"./config/internetProtocol\"\nimport marca from \"./config/marca\"\nimport memoriaRam from \"./config/memoriaRam\"\nimport modelo from \"./config/modelo\"\nimport monitorTela from \"./config/monitorTela\"\nimport processador from \"./config/processador\"\nimport sistemaOperacional from \"./config/sistemaOperacional\"\nimport software from \"./config/software\"\nimport subcategoria from \"./config/subcategoria\"\nimport tipo from \"./config/tipo\"\nimport versaoAndroid from \"./config/versaoAndroid\"\nimport versaoMSOffice from \"./config/versaoMSOffice\"\nimport vlan from \"./config/vlan\"\n\nconst ativos = {\n aplicacao: aplicacao,\n bancoDados: bancoDados,\n categoria: categoria,\n hardDisk: hardDisk,\n internetProtocol: internetProtocol,\n marca: marca,\n memoriaRam: memoriaRam,\n modelo: modelo,\n monitorTela: monitorTela,\n processador: processador,\n sistemaOperacional: sistemaOperacional,\n software: software,\n subcategoria: subcategoria,\n tipo: tipo,\n versaoAndroid: versaoAndroid,\n versaoMSOffice: versaoMSOffice,\n vlan: vlan,\n}\n\nexport default ativos"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ativos.js","sources":["../../../../../lib/base/configs/endpoints.config/ativos/ativos.ts"],"sourcesContent":["import aplicacao from \"./config/aplicacao\"\nimport ativo from \"./config/ativo\"\nimport bancoDados from \"./config/bancoDados\"\nimport categoria from \"./config/categoria\"\nimport documentacao from \"./config/documentacao\"\nimport formularioCampos from \"./config/formularioCampos\"\nimport hardDisk from \"./config/hardDisk\"\nimport internetProtocol from \"./config/internetProtocol\"\nimport marca from \"./config/marca\"\nimport memoriaRam from \"./config/memoriaRam\"\nimport modelo from \"./config/modelo\"\nimport monitorTela from \"./config/monitorTela\"\nimport processador from \"./config/processador\"\nimport sistemaOperacional from \"./config/sistemaOperacional\"\nimport software from \"./config/software\"\nimport subcategoria from \"./config/subcategoria\"\nimport tipo from \"./config/tipo\"\nimport versaoAndroid from \"./config/versaoAndroid\"\nimport versaoMSOffice from \"./config/versaoMSOffice\"\nimport vlan from \"./config/vlan\"\n\nconst ativos = {\n aplicacao: aplicacao,\n ativo: ativo,\n bancoDados: bancoDados,\n categoria: categoria,\n documentacao: documentacao,\n formularioCampos: formularioCampos,\n hardDisk: hardDisk,\n internetProtocol: internetProtocol,\n marca: marca,\n memoriaRam: memoriaRam,\n modelo: modelo,\n monitorTela: monitorTela,\n processador: processador,\n sistemaOperacional: sistemaOperacional,\n software: software,\n subcategoria: subcategoria,\n tipo: tipo,\n versaoAndroid: versaoAndroid,\n versaoMSOffice: versaoMSOffice,\n vlan: vlan,\n}\n\nexport default ativos"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;AAqBA,MAAM,SAAS;AAAA,EACX;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACJ;"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
const ATIVO_BASE_URL = "/ativos/api/ativos/ativo";
|
|
2
|
+
const ativo = {
|
|
3
|
+
findOne: { endpoint: `${ATIVO_BASE_URL}/`, method: "get" },
|
|
4
|
+
add: { endpoint: `${ATIVO_BASE_URL}`, method: "post" },
|
|
5
|
+
update: { endpoint: `${ATIVO_BASE_URL}`, method: "put" },
|
|
6
|
+
delete: { endpoint: `${ATIVO_BASE_URL}/`, method: "delete" },
|
|
7
|
+
findMonitor: { endpoint: `${ATIVO_BASE_URL}/find-monitor`, method: "post" },
|
|
8
|
+
countByStatus: { endpoint: `${ATIVO_BASE_URL}/count-ativos`, method: "post" }
|
|
9
|
+
};
|
|
10
|
+
export {
|
|
11
|
+
ativo as default
|
|
12
|
+
};
|
|
13
|
+
//# sourceMappingURL=ativo.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ativo.js","sources":["../../../../../../lib/base/configs/endpoints.config/ativos/config/ativo.ts"],"sourcesContent":["const ATIVO_BASE_URL = '/ativos/api/ativos/ativo'\n\nconst ativo = {\n findOne: { endpoint: `${ATIVO_BASE_URL}/`, method: 'get' },\n add: { endpoint: `${ATIVO_BASE_URL}`, method: 'post' },\n update: { endpoint: `${ATIVO_BASE_URL}`, method: 'put' },\n delete: { endpoint: `${ATIVO_BASE_URL}/`, method: 'delete' },\n findMonitor: { endpoint: `${ATIVO_BASE_URL}/find-monitor`, method: 'post' },\n countByStatus: { endpoint: `${ATIVO_BASE_URL}/count-ativos`, method: 'post' },\n}\n\nexport default ativo"],"names":[],"mappings":"AAAA,MAAM,iBAAiB;AAEvB,MAAM,QAAQ;AAAA,EACV,SAAS,EAAE,UAAU,GAAG,cAAc,KAAK,QAAQ,MAAA;AAAA,EACnD,KAAK,EAAE,UAAU,GAAG,cAAc,IAAI,QAAQ,OAAA;AAAA,EAC9C,QAAQ,EAAE,UAAU,GAAG,cAAc,IAAI,QAAQ,MAAA;AAAA,EACjD,QAAQ,EAAE,UAAU,GAAG,cAAc,KAAK,QAAQ,SAAA;AAAA,EAClD,aAAa,EAAE,UAAU,GAAG,cAAc,iBAAiB,QAAQ,OAAA;AAAA,EACnE,eAAe,EAAE,UAAU,GAAG,cAAc,iBAAiB,QAAQ,OAAA;AACzE;"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
const DOCUMENTACAO_BASE_URL = "/ativos/api/ativos/documentacao";
|
|
2
|
+
const documentacao = {
|
|
3
|
+
findOne: { endpoint: `${DOCUMENTACAO_BASE_URL}/`, method: "get" },
|
|
4
|
+
add: { endpoint: `${DOCUMENTACAO_BASE_URL}`, method: "post" },
|
|
5
|
+
update: { endpoint: `${DOCUMENTACAO_BASE_URL}`, method: "put" },
|
|
6
|
+
delete: { endpoint: `${DOCUMENTACAO_BASE_URL}/`, method: "delete" },
|
|
7
|
+
findMonitor: { endpoint: `${DOCUMENTACAO_BASE_URL}/find-monitor`, method: "post" }
|
|
8
|
+
};
|
|
9
|
+
export {
|
|
10
|
+
documentacao as default
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=documentacao.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"documentacao.js","sources":["../../../../../../lib/base/configs/endpoints.config/ativos/config/documentacao.ts"],"sourcesContent":["const DOCUMENTACAO_BASE_URL = '/ativos/api/ativos/documentacao'\n\nconst documentacao = {\n findOne: { endpoint: `${DOCUMENTACAO_BASE_URL}/`, method: 'get' },\n add: { endpoint: `${DOCUMENTACAO_BASE_URL}`, method: 'post' },\n update: { endpoint: `${DOCUMENTACAO_BASE_URL}`, method: 'put' },\n delete: { endpoint: `${DOCUMENTACAO_BASE_URL}/`, method: 'delete' },\n findMonitor: { endpoint: `${DOCUMENTACAO_BASE_URL}/find-monitor`, method: 'post' },\n}\n\nexport default documentacao"],"names":[],"mappings":"AAAA,MAAM,wBAAwB;AAE9B,MAAM,eAAe;AAAA,EACjB,SAAS,EAAE,UAAU,GAAG,qBAAqB,KAAK,QAAQ,MAAA;AAAA,EAC1D,KAAK,EAAE,UAAU,GAAG,qBAAqB,IAAI,QAAQ,OAAA;AAAA,EACrD,QAAQ,EAAE,UAAU,GAAG,qBAAqB,IAAI,QAAQ,MAAA;AAAA,EACxD,QAAQ,EAAE,UAAU,GAAG,qBAAqB,KAAK,QAAQ,SAAA;AAAA,EACzD,aAAa,EAAE,UAAU,GAAG,qBAAqB,iBAAiB,QAAQ,OAAA;AAC9E;"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
const FORMULARIO_CAMPOS_BASE_URL = "/ativos/api/ativos/formulario-campos";
|
|
2
|
+
const formularioCampos = {
|
|
3
|
+
findOne: { endpoint: `${FORMULARIO_CAMPOS_BASE_URL}/`, method: "get" },
|
|
4
|
+
add: { endpoint: `${FORMULARIO_CAMPOS_BASE_URL}`, method: "post" },
|
|
5
|
+
update: { endpoint: `${FORMULARIO_CAMPOS_BASE_URL}`, method: "put" },
|
|
6
|
+
delete: { endpoint: `${FORMULARIO_CAMPOS_BASE_URL}/`, method: "delete" },
|
|
7
|
+
findMonitor: { endpoint: `${FORMULARIO_CAMPOS_BASE_URL}/find-monitor`, method: "post" }
|
|
8
|
+
};
|
|
9
|
+
export {
|
|
10
|
+
formularioCampos as default
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=formularioCampos.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"formularioCampos.js","sources":["../../../../../../lib/base/configs/endpoints.config/ativos/config/formularioCampos.ts"],"sourcesContent":["const FORMULARIO_CAMPOS_BASE_URL = '/ativos/api/ativos/formulario-campos'\n\nconst formularioCampos = {\n findOne: { endpoint: `${FORMULARIO_CAMPOS_BASE_URL}/`, method: 'get' },\n add: { endpoint: `${FORMULARIO_CAMPOS_BASE_URL}`, method: 'post' },\n update: { endpoint: `${FORMULARIO_CAMPOS_BASE_URL}`, method: 'put' },\n delete: { endpoint: `${FORMULARIO_CAMPOS_BASE_URL}/`, method: 'delete' },\n findMonitor: { endpoint: `${FORMULARIO_CAMPOS_BASE_URL}/find-monitor`, method: 'post' },\n}\n\nexport default formularioCampos"],"names":[],"mappings":"AAAA,MAAM,6BAA6B;AAEnC,MAAM,mBAAmB;AAAA,EACrB,SAAS,EAAE,UAAU,GAAG,0BAA0B,KAAK,QAAQ,MAAA;AAAA,EAC/D,KAAK,EAAE,UAAU,GAAG,0BAA0B,IAAI,QAAQ,OAAA;AAAA,EAC1D,QAAQ,EAAE,UAAU,GAAG,0BAA0B,IAAI,QAAQ,MAAA;AAAA,EAC7D,QAAQ,EAAE,UAAU,GAAG,0BAA0B,KAAK,QAAQ,SAAA;AAAA,EAC9D,aAAa,EAAE,UAAU,GAAG,0BAA0B,iBAAiB,QAAQ,OAAA;AACnF;"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
const grupoAtendimento = {
|
|
2
2
|
add: "/flux/api/grupo-atendimento/add",
|
|
3
3
|
findAll: "/flux/api/grupo-atendimento/find",
|
|
4
|
+
findAllWithUsers: "/flux/api/grupo-atendimento/find-with-users",
|
|
4
5
|
findOne: "/flux/api/grupo-atendimento",
|
|
5
6
|
update: "/flux/api/grupo-atendimento/update",
|
|
6
7
|
delete: "/flux/api/grupo-atendimento"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"grupoAtendimento.js","sources":["../../../../../../lib/base/configs/endpoints.config/flux/config/grupoAtendimento.ts"],"sourcesContent":["const grupoAtendimento = {\n add: \"/flux/api/grupo-atendimento/add\",\n findAll: \"/flux/api/grupo-atendimento/find\",\n findOne: \"/flux/api/grupo-atendimento\",\n update: \"/flux/api/grupo-atendimento/update\",\n delete: \"/flux/api/grupo-atendimento\",\n};\n\nexport default grupoAtendimento;\n"],"names":[],"mappings":"AAAA,MAAM,mBAAmB;AAAA,EACvB,KAAK;AAAA,EACL,SAAS;AAAA,EACT,SAAS;AAAA,EACT,QAAQ;AAAA,EACR,QAAQ;AACV;"}
|
|
1
|
+
{"version":3,"file":"grupoAtendimento.js","sources":["../../../../../../lib/base/configs/endpoints.config/flux/config/grupoAtendimento.ts"],"sourcesContent":["const grupoAtendimento = {\n add: \"/flux/api/grupo-atendimento/add\",\n findAll: \"/flux/api/grupo-atendimento/find\",\n findAllWithUsers: \"/flux/api/grupo-atendimento/find-with-users\",\n findOne: \"/flux/api/grupo-atendimento\",\n update: \"/flux/api/grupo-atendimento/update\",\n delete: \"/flux/api/grupo-atendimento\",\n};\n\nexport default grupoAtendimento;\n"],"names":[],"mappings":"AAAA,MAAM,mBAAmB;AAAA,EACvB,KAAK;AAAA,EACL,SAAS;AAAA,EACT,kBAAkB;AAAA,EAClB,SAAS;AAAA,EACT,QAAQ;AAAA,EACR,QAAQ;AACV;"}
|