@orbe-agro/client-core 5.3.112 → 5.3.114
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/@types/base/@types/models/commodities/pedidoVenda.d.ts +3 -0
- package/dist/@types/base/@types/models/commodities/pedidoVenda.d.ts.map +1 -1
- package/dist/@types/base/@types/models/racao/pedidoVenda.d.ts +4 -1
- package/dist/@types/base/@types/models/racao/pedidoVenda.d.ts.map +1 -1
- package/dist/@types/base/@types/store/dm/businessPartner/findAreasVendasCliente/index.d.ts +12 -0
- package/dist/@types/base/@types/store/dm/businessPartner/findAreasVendasCliente/index.d.ts.map +1 -0
- package/dist/@types/base/configs/endpoints.config/dm/config/businessPartner.d.ts +4 -0
- package/dist/@types/base/configs/endpoints.config/dm/config/businessPartner.d.ts.map +1 -1
- package/dist/@types/base/configs/endpoints.config/dm/config/produto.d.ts +4 -0
- package/dist/@types/base/configs/endpoints.config/dm/config/produto.d.ts.map +1 -1
- package/dist/@types/base/configs/endpoints.config/dm/dm.d.ts +8 -0
- package/dist/@types/base/configs/endpoints.config/dm/dm.d.ts.map +1 -1
- package/dist/@types/base/configs/endpoints.config/endpoints.navigation.d.ts +8 -0
- package/dist/@types/base/configs/endpoints.config/endpoints.navigation.d.ts.map +1 -1
- package/dist/@types/base/hooks/dm/businessPartner/useFindSalesAreasByBusinessPartnerAndSetorAtividadeList.d.ts +12 -0
- package/dist/@types/base/hooks/dm/businessPartner/useFindSalesAreasByBusinessPartnerAndSetorAtividadeList.d.ts.map +1 -0
- package/dist/@types/base/hooks/dm/produto/useFindProdutosByCanalDistribuicaoAndOrganizacaoVendaList.d.ts +12 -0
- package/dist/@types/base/hooks/dm/produto/useFindProdutosByCanalDistribuicaoAndOrganizacaoVendaList.d.ts.map +1 -0
- package/dist/@types/base/hooks/index.d.ts +2 -0
- package/dist/@types/base/hooks/index.d.ts.map +1 -1
- package/dist/@types/base/services/modules/dm/businessPartner/BusinessPartnerService.d.ts +2 -1
- package/dist/@types/base/services/modules/dm/businessPartner/BusinessPartnerService.d.ts.map +1 -1
- package/dist/@types/base/services/modules/dm/produto/ProdutoService.d.ts +1 -0
- package/dist/@types/base/services/modules/dm/produto/ProdutoService.d.ts.map +1 -1
- package/dist/@types/base/store/dm/businesPartner/businessPartnerFindSalesAreasByBusinessPartnerAndSetorAtividadeListStore.d.ts +4 -0
- package/dist/@types/base/store/dm/businesPartner/businessPartnerFindSalesAreasByBusinessPartnerAndSetorAtividadeListStore.d.ts.map +1 -0
- package/dist/base/@types/models/commodities/pedidoVenda.js.map +1 -1
- package/dist/base/@types/models/racao/pedidoVenda.js.map +1 -1
- package/dist/base/@types/store/dm/businessPartner/findAreasVendasCliente/index.js +2 -0
- package/dist/base/@types/store/dm/businessPartner/findAreasVendasCliente/index.js.map +1 -0
- package/dist/base/configs/endpoints.config/dm/config/businessPartner.js +2 -1
- package/dist/base/configs/endpoints.config/dm/config/businessPartner.js.map +1 -1
- package/dist/base/configs/endpoints.config/dm/config/produto.js +2 -1
- package/dist/base/configs/endpoints.config/dm/config/produto.js.map +1 -1
- package/dist/base/hooks/dm/businessPartner/useFindSalesAreasByBusinessPartnerAndSetorAtividadeList.js +32 -0
- package/dist/base/hooks/dm/businessPartner/useFindSalesAreasByBusinessPartnerAndSetorAtividadeList.js.map +1 -0
- package/dist/base/hooks/dm/produto/useFindProdutosByCanalDistribuicaoAndOrganizacaoVendaList.js +34 -0
- package/dist/base/hooks/dm/produto/useFindProdutosByCanalDistribuicaoAndOrganizacaoVendaList.js.map +1 -0
- package/dist/base/hooks/index.js +78 -74
- package/dist/base/hooks/index.js.map +1 -1
- package/dist/base/index.js +475 -469
- package/dist/base/index.js.map +1 -1
- package/dist/base/services/index.js +363 -361
- package/dist/base/services/modules/dm/businessPartner/BusinessPartnerService.js +29 -22
- package/dist/base/services/modules/dm/businessPartner/BusinessPartnerService.js.map +1 -1
- package/dist/base/services/modules/dm/index.js +67 -65
- package/dist/base/services/modules/dm/produto/ProdutoService.js +19 -12
- package/dist/base/services/modules/dm/produto/ProdutoService.js.map +1 -1
- package/dist/base/services/modules/index.js +361 -359
- package/dist/base/store/dm/businesPartner/businessPartnerFindSalesAreasByBusinessPartnerAndSetorAtividadeListStore.js +14 -0
- package/dist/base/store/dm/businesPartner/businessPartnerFindSalesAreasByBusinessPartnerAndSetorAtividadeListStore.js.map +1 -0
- package/lib/base/@types/models/commodities/pedidoVenda.ts +3 -0
- package/lib/base/@types/models/racao/pedidoVenda.ts +4 -1
- package/lib/base/@types/store/dm/businessPartner/findAreasVendasCliente/index.ts +15 -0
- package/lib/base/configs/endpoints.config/dm/config/businessPartner.ts +1 -0
- package/lib/base/configs/endpoints.config/dm/config/produto.ts +2 -1
- package/lib/base/hooks/dm/businessPartner/useFindSalesAreasByBusinessPartnerAndSetorAtividadeList.tsx +43 -0
- package/lib/base/hooks/dm/produto/useFindProdutosByCanalDistribuicaoAndOrganizacaoVendaList.tsx +46 -0
- package/lib/base/hooks/index.ts +2 -0
- package/lib/base/services/modules/dm/businessPartner/BusinessPartnerService.ts +8 -1
- package/lib/base/services/modules/dm/produto/ProdutoService.ts +7 -0
- package/lib/base/store/dm/businesPartner/businessPartnerFindSalesAreasByBusinessPartnerAndSetorAtividadeListStore.ts +19 -0
- package/package.json +1 -1
package/dist/base/hooks/index.js
CHANGED
|
@@ -3,95 +3,99 @@ import { default as r } from "./adm/users/useUsersList.js";
|
|
|
3
3
|
import { default as u } from "./dm/businessPartner/useBusinessPartnerById.js";
|
|
4
4
|
import { default as d } from "./dm/businessPartner/useBusinessPartnerClienteList.js";
|
|
5
5
|
import { default as p } from "./dm/businessPartner/useBusinessPartnerFiliaisList.js";
|
|
6
|
-
import { default as
|
|
6
|
+
import { default as l } from "./dm/businessPartner/useBusinessPartnerFornecedorList.js";
|
|
7
7
|
import { default as x } from "./dm/businessPartner/useBusinessPartnerFuncoesParceirosClientesList.js";
|
|
8
8
|
import { default as B } from "./dm/businessPartner/useBusinessPartnerFuncoesParceirosFornecedoresList.js";
|
|
9
9
|
import { default as c } from "./dm/businessPartner/useBusinessPartnerList.js";
|
|
10
10
|
import { default as V } from "./dm/businessPartner/useBusinessPartnerMatrizesList.js";
|
|
11
11
|
import { default as g } from "./dm/businessPartner/useVendedoresAKARepresentantesVendasList.js";
|
|
12
|
-
import { default as D } from "./dm/
|
|
13
|
-
import { default as
|
|
14
|
-
import { default as
|
|
15
|
-
import { default as
|
|
16
|
-
import { default as
|
|
17
|
-
import { default as
|
|
18
|
-
import { default as
|
|
19
|
-
import { default as
|
|
20
|
-
import { default as h } from "./dm/
|
|
21
|
-
import { default as k } from "./dm/equipeVenda/
|
|
22
|
-
import { default as H } from "./dm/equipeVenda/
|
|
23
|
-
import { default as N } from "./dm/
|
|
24
|
-
import { default as W } from "./dm/escritorioVenda/
|
|
25
|
-
import { default as Y } from "./dm/
|
|
26
|
-
import { default as _ } from "./dm/formaPagamento/
|
|
27
|
-
import { default as ee } from "./dm/
|
|
28
|
-
import { default as oe } from "./dm/grupoVenda/
|
|
29
|
-
import { default as re } from "./dm/
|
|
30
|
-
import { default as ue } from "./dm/
|
|
31
|
-
import { default as de } from "./dm/municipio/
|
|
32
|
-
import { default as pe } from "./dm/
|
|
33
|
-
import { default as
|
|
34
|
-
import { default as xe } from "./dm/produto/
|
|
35
|
-
import { default as Be } from "./dm/produto/
|
|
36
|
-
import { default as ce } from "./dm/produto/
|
|
37
|
-
import { default as Ve } from "./dm/produto/
|
|
38
|
-
import { default as ge } from "./dm/produto/
|
|
39
|
-
import { default as De } from "./dm/
|
|
40
|
-
import { default as
|
|
41
|
-
import { default as
|
|
42
|
-
import { default as
|
|
43
|
-
import { default as
|
|
44
|
-
import { default as
|
|
45
|
-
import { default as
|
|
46
|
-
import { default as
|
|
47
|
-
import { default as he } from "./
|
|
12
|
+
import { default as D } from "./dm/businessPartner/useFindSalesAreasByBusinessPartnerAndSetorAtividadeList.js";
|
|
13
|
+
import { default as E } from "./dm/canalDistribuicao/useCanalDistribuicaoByCodigoList.js";
|
|
14
|
+
import { default as T } from "./dm/canalDistribuicao/useCanalDistribuicaoList.js";
|
|
15
|
+
import { default as b } from "./dm/centro/useCentroByCodigoList.js";
|
|
16
|
+
import { default as G } from "./dm/centro/useCentroList.js";
|
|
17
|
+
import { default as O } from "./dm/condicaoPagamento/useCondicaoPagamentoList.js";
|
|
18
|
+
import { default as S } from "./dm/deposito/useDepositoByCodigoList.js";
|
|
19
|
+
import { default as z } from "./dm/deposito/useDepositoList.js";
|
|
20
|
+
import { default as h } from "./dm/deposito/useDepositosByCodigoCentroList.js";
|
|
21
|
+
import { default as k } from "./dm/equipeVenda/useEquipeVendaByCodigoList.js";
|
|
22
|
+
import { default as H } from "./dm/equipeVenda/useEquipeVendaList.js";
|
|
23
|
+
import { default as N } from "./dm/equipeVenda/useEquipeVendaListUseMulti.js";
|
|
24
|
+
import { default as W } from "./dm/escritorioVenda/useEscritorioVendaByCodigoList.js";
|
|
25
|
+
import { default as Y } from "./dm/escritorioVenda/useEscritorioVendaList.js";
|
|
26
|
+
import { default as _ } from "./dm/formaPagamento/useFormaPagamentoByCodigoList.js";
|
|
27
|
+
import { default as ee } from "./dm/formaPagamento/useFormaPagamentoList.js";
|
|
28
|
+
import { default as oe } from "./dm/grupoVenda/useGrupoVendaByCodigoList.js";
|
|
29
|
+
import { default as re } from "./dm/grupoVenda/useGrupoVendaList.js";
|
|
30
|
+
import { default as ue } from "./dm/incoterms/useIncotermsList.js";
|
|
31
|
+
import { default as de } from "./dm/municipio/useMunicipioByCodigoList.js";
|
|
32
|
+
import { default as pe } from "./dm/municipio/useMunicipioList.js";
|
|
33
|
+
import { default as le } from "./dm/produto/useFindProdutosByCanalDistribuicaoAndOrganizacaoVendaList.js";
|
|
34
|
+
import { default as xe } from "./dm/produto/useProdutoByCodigoList.js";
|
|
35
|
+
import { default as Be } from "./dm/produto/useProdutoByGrupoProdutoList.js";
|
|
36
|
+
import { default as ce } from "./dm/produto/useProdutoFindList.js";
|
|
37
|
+
import { default as Ve } from "./dm/produto/useProdutoFindMonitorList.js";
|
|
38
|
+
import { default as ge } from "./dm/produto/useProdutoIsPrecificadoRacaoList.js";
|
|
39
|
+
import { default as De } from "./dm/produto/useValidaProdutoByEmissorPedidoVendaList.js";
|
|
40
|
+
import { default as Ee } from "./dm/produto/useValidaProdutoByEmissorPedidoVendaListUseMulti.js";
|
|
41
|
+
import { default as Te } from "./dm/setorAtividade/useSetorAtividadeList.js";
|
|
42
|
+
import { default as be } from "./dm/tipoDocumentoVenda/useTipoDocumentoVendaByCodigoList.js";
|
|
43
|
+
import { default as Ge } from "./dm/tipoDocumentoVenda/useTipoDocumentoVendaList.js";
|
|
44
|
+
import { default as Oe } from "./dm/tipoOrdemVenda/useTipoOrdemVendaByCodigoList.js";
|
|
45
|
+
import { default as Se } from "./dm/tipoOrdemVenda/useTipoOrdemVendaList.js";
|
|
46
|
+
import { default as ze } from "./dm/tipoVeiculo/useTipoVeiculoByCodigoList.js";
|
|
47
|
+
import { default as he } from "./dm/tipoVeiculo/useTipoVeiculoList.js";
|
|
48
|
+
import { default as ke } from "./dm/user/useUserList.js";
|
|
49
|
+
import { default as He } from "./useList.js";
|
|
48
50
|
export {
|
|
49
51
|
u as useBusinessPartnerById,
|
|
50
52
|
d as useBusinessPartnerClienteList,
|
|
51
53
|
p as useBusinessPartnerFiliaisList,
|
|
52
|
-
|
|
54
|
+
l as useBusinessPartnerFornecedorList,
|
|
53
55
|
x as useBusinessPartnerFuncoesParceirosClientesList,
|
|
54
56
|
B as useBusinessPartnerFuncoesParceirosFornecedoresList,
|
|
55
57
|
c as useBusinessPartnerList,
|
|
56
58
|
V as useBusinessPartnerMatrizesList,
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
ue as
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
xe as
|
|
81
|
-
Be as
|
|
82
|
-
ce as
|
|
59
|
+
E as useCanalDistribuicaoByCodigoList,
|
|
60
|
+
T as useCanalDistribuicaoList,
|
|
61
|
+
b as useCentroByCodigoList,
|
|
62
|
+
G as useCentroList,
|
|
63
|
+
O as useCondicaoPagamentoList,
|
|
64
|
+
S as useDepositoByCodigoList,
|
|
65
|
+
z as useDepositoList,
|
|
66
|
+
h as useDepositosByCodigoCentroList,
|
|
67
|
+
k as useEquipeVendaByCodigoList,
|
|
68
|
+
H as useEquipeVendaList,
|
|
69
|
+
N as useEquipeVendaListUseMulti,
|
|
70
|
+
W as useEscritorioVendaByCodigoList,
|
|
71
|
+
Y as useEscritorioVendaList,
|
|
72
|
+
le as useFindProdutosByCanalDistribuicaoAndOrganizacaoVendaList,
|
|
73
|
+
D as useFindSalesAreasByBusinessPartnerAndSetorAtividadeList,
|
|
74
|
+
_ as useFormaPagamentoByCodigoList,
|
|
75
|
+
ee as useFormaPagamentoList,
|
|
76
|
+
oe as useGrupoVendaByCodigoList,
|
|
77
|
+
re as useGrupoVendaList,
|
|
78
|
+
ue as useIncotermsList,
|
|
79
|
+
He as useList,
|
|
80
|
+
de as useMunicipioByCodigoList,
|
|
81
|
+
pe as useMunicipioList,
|
|
82
|
+
xe as useProdutoByCodigoList,
|
|
83
|
+
Be as useProdutoByGrupoProdutoList,
|
|
84
|
+
ce as useProdutoFindList,
|
|
85
|
+
Ve as useProdutoFindMonitorList,
|
|
86
|
+
ge as useProdutoIsPrecificadoRacaoList,
|
|
83
87
|
o as useRolesList,
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
88
|
+
Te as useSetorAtividadeList,
|
|
89
|
+
be as useTipoDocumentoVendaByCodigoList,
|
|
90
|
+
Ge as useTipoDocumentoVendaList,
|
|
91
|
+
Oe as useTipoOrdemVendaByCodigoList,
|
|
92
|
+
Se as useTipoOrdemVendaList,
|
|
93
|
+
ze as useTipoVeiculoByCodigoList,
|
|
94
|
+
he as useTipoVeiculoList,
|
|
95
|
+
ke as useUserList,
|
|
92
96
|
r as useUsersList,
|
|
93
|
-
|
|
94
|
-
|
|
97
|
+
De as useValidaProdutoByEmissorPedidoVendaList,
|
|
98
|
+
Ee as useValidaProdutoByEmissorPedidoVendaListUseMulti,
|
|
95
99
|
g as useVendedoresAKARepresentantesVendasList
|
|
96
100
|
};
|
|
97
101
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|