@orbe-agro/client-core 5.3.200 → 5.3.201

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.
Files changed (42) hide show
  1. package/dist/@types/base/configs/endpoints.config/centralNfe/centralNfe.d.ts +24 -0
  2. package/dist/@types/base/configs/endpoints.config/centralNfe/centralNfe.d.ts.map +1 -1
  3. package/dist/@types/base/configs/endpoints.config/centralNfe/config/cfop.d.ts +8 -0
  4. package/dist/@types/base/configs/endpoints.config/centralNfe/config/cfop.d.ts.map +1 -0
  5. package/dist/@types/base/configs/endpoints.config/centralNfe/config/vinculoOperacao.d.ts +20 -0
  6. package/dist/@types/base/configs/endpoints.config/centralNfe/config/vinculoOperacao.d.ts.map +1 -0
  7. package/dist/@types/base/configs/endpoints.config/endpoints.navigation.d.ts +24 -0
  8. package/dist/@types/base/configs/endpoints.config/endpoints.navigation.d.ts.map +1 -1
  9. package/dist/@types/base/configs/navigation.config/modules.submenu/centralNfe/submenu.centralNfe.d.ts.map +1 -1
  10. package/dist/@types/base/services/modules/centralNfe/cfop/CfopService.d.ts +2 -0
  11. package/dist/@types/base/services/modules/centralNfe/cfop/CfopService.d.ts.map +1 -0
  12. package/dist/@types/base/services/modules/centralNfe/vinculoOperacao/VinculoOperacaoService.d.ts +5 -0
  13. package/dist/@types/base/services/modules/centralNfe/vinculoOperacao/VinculoOperacaoService.d.ts.map +1 -0
  14. package/dist/@types/base/utils/constOptions/operacoesNfe.d.ts +5 -0
  15. package/dist/@types/base/utils/constOptions/operacoesNfe.d.ts.map +1 -0
  16. package/dist/@types/base/utils/constOptions/tarefasOperacoesNfe.d.ts +5 -0
  17. package/dist/@types/base/utils/constOptions/tarefasOperacoesNfe.d.ts.map +1 -0
  18. package/dist/base/configs/endpoints.config/centralNfe/centralNfe.js +14 -10
  19. package/dist/base/configs/endpoints.config/centralNfe/centralNfe.js.map +1 -1
  20. package/dist/base/configs/endpoints.config/centralNfe/config/cfop.js +7 -0
  21. package/dist/base/configs/endpoints.config/centralNfe/config/cfop.js.map +1 -0
  22. package/dist/base/configs/endpoints.config/centralNfe/config/vinculoOperacao.js +10 -0
  23. package/dist/base/configs/endpoints.config/centralNfe/config/vinculoOperacao.js.map +1 -0
  24. package/dist/base/configs/navigation.config/modules.submenu/centralNfe/submenu.centralNfe.js +18 -8
  25. package/dist/base/configs/navigation.config/modules.submenu/centralNfe/submenu.centralNfe.js.map +1 -1
  26. package/dist/base/services/modules/centralNfe/cfop/CfopService.js +14 -0
  27. package/dist/base/services/modules/centralNfe/cfop/CfopService.js.map +1 -0
  28. package/dist/base/services/modules/centralNfe/vinculoOperacao/VinculoOperacaoService.js +37 -0
  29. package/dist/base/services/modules/centralNfe/vinculoOperacao/VinculoOperacaoService.js.map +1 -0
  30. package/dist/base/utils/constOptions/operacoesNfe.js +30 -0
  31. package/dist/base/utils/constOptions/operacoesNfe.js.map +1 -0
  32. package/dist/base/utils/constOptions/tarefasOperacoesNfe.js +42 -0
  33. package/dist/base/utils/constOptions/tarefasOperacoesNfe.js.map +1 -0
  34. package/lib/base/configs/endpoints.config/centralNfe/centralNfe.ts +5 -1
  35. package/lib/base/configs/endpoints.config/centralNfe/config/cfop.ts +7 -0
  36. package/lib/base/configs/endpoints.config/centralNfe/config/vinculoOperacao.ts +10 -0
  37. package/lib/base/configs/navigation.config/modules.submenu/centralNfe/submenu.centralNfe.ts +10 -0
  38. package/lib/base/services/modules/centralNfe/cfop/CfopService.ts +12 -0
  39. package/lib/base/services/modules/centralNfe/vinculoOperacao/VinculoOperacaoService.ts +35 -0
  40. package/lib/base/utils/constOptions/operacoesNfe.ts +26 -0
  41. package/lib/base/utils/constOptions/tarefasOperacoesNfe.ts +38 -0
  42. package/package.json +1 -1
@@ -129,6 +129,30 @@ declare const centralNfe: {
129
129
  httpMethod: string;
130
130
  };
131
131
  };
132
+ vinculoOperacao: {
133
+ findMonitor: {
134
+ endpoint: string;
135
+ httpMethod: string;
136
+ };
137
+ findOne: {
138
+ endpoint: string;
139
+ httpMethod: string;
140
+ };
141
+ update: {
142
+ endpoint: string;
143
+ httpMethod: string;
144
+ };
145
+ create: {
146
+ endpoint: string;
147
+ httpMethod: string;
148
+ };
149
+ };
150
+ cfop: {
151
+ findMonitor: {
152
+ endpoint: string;
153
+ httpMethod: string;
154
+ };
155
+ };
132
156
  };
133
157
  export default centralNfe;
134
158
  //# sourceMappingURL=centralNfe.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"centralNfe.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/configs/endpoints.config/centralNfe/centralNfe.ts"],"names":[],"mappings":"AAQA,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQf,CAAA;AAED,eAAe,UAAU,CAAA"}
1
+ {"version":3,"file":"centralNfe.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/configs/endpoints.config/centralNfe/centralNfe.ts"],"names":[],"mappings":"AAUA,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAUf,CAAA;AAED,eAAe,UAAU,CAAA"}
@@ -0,0 +1,8 @@
1
+ declare const cfop: {
2
+ findMonitor: {
3
+ endpoint: string;
4
+ httpMethod: string;
5
+ };
6
+ };
7
+ export default cfop;
8
+ //# sourceMappingURL=cfop.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cfop.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/configs/endpoints.config/centralNfe/config/cfop.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,IAAI;;;;;CAET,CAAA;AAED,eAAe,IAAI,CAAA"}
@@ -0,0 +1,20 @@
1
+ declare const vinculoOperacao: {
2
+ findMonitor: {
3
+ endpoint: string;
4
+ httpMethod: string;
5
+ };
6
+ findOne: {
7
+ endpoint: string;
8
+ httpMethod: string;
9
+ };
10
+ update: {
11
+ endpoint: string;
12
+ httpMethod: string;
13
+ };
14
+ create: {
15
+ endpoint: string;
16
+ httpMethod: string;
17
+ };
18
+ };
19
+ export default vinculoOperacao;
20
+ //# sourceMappingURL=vinculoOperacao.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vinculoOperacao.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/configs/endpoints.config/centralNfe/config/vinculoOperacao.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;CAKpB,CAAA;AAED,eAAe,eAAe,CAAA"}
@@ -1619,6 +1619,30 @@ declare const endpointNavigationConfig: {
1619
1619
  httpMethod: string;
1620
1620
  };
1621
1621
  };
1622
+ vinculoOperacao: {
1623
+ findMonitor: {
1624
+ endpoint: string;
1625
+ httpMethod: string;
1626
+ };
1627
+ findOne: {
1628
+ endpoint: string;
1629
+ httpMethod: string;
1630
+ };
1631
+ update: {
1632
+ endpoint: string;
1633
+ httpMethod: string;
1634
+ };
1635
+ create: {
1636
+ endpoint: string;
1637
+ httpMethod: string;
1638
+ };
1639
+ };
1640
+ cfop: {
1641
+ findMonitor: {
1642
+ endpoint: string;
1643
+ httpMethod: string;
1644
+ };
1645
+ };
1622
1646
  };
1623
1647
  qualidade: {
1624
1648
  inspecaoVeiculo: {
@@ -1 +1 @@
1
- {"version":3,"file":"endpoints.navigation.d.ts","sourceRoot":"","sources":["../../../../../lib/base/configs/endpoints.config/endpoints.navigation.ts"],"names":[],"mappings":"AA+CA,eAAO,MAAM,SAAS,SAAS,CAAC;AAEhC,QAAA,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+C7B,CAAC;AAEF,eAAe,wBAAwB,CAAC"}
1
+ {"version":3,"file":"endpoints.navigation.d.ts","sourceRoot":"","sources":["../../../../../lib/base/configs/endpoints.config/endpoints.navigation.ts"],"names":[],"mappings":"AA+CA,eAAO,MAAM,SAAS,SAAS,CAAC;AAEhC,QAAA,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+C7B,CAAC;AAEF,eAAe,wBAAwB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"submenu.centralNfe.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/configs/navigation.config/modules.submenu/centralNfe/submenu.centralNfe.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAA;AAEpD,QAAA,MAAM,iBAAiB,EAAE,cAuExB,CAAA;AAED,eAAe,iBAAiB,CAAA"}
1
+ {"version":3,"file":"submenu.centralNfe.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/configs/navigation.config/modules.submenu/centralNfe/submenu.centralNfe.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAA;AAEpD,QAAA,MAAM,iBAAiB,EAAE,cAiFxB,CAAA;AAED,eAAe,iBAAiB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export declare function apiFindMonitorCfop(body: any): Promise<any>;
2
+ //# sourceMappingURL=CfopService.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CfopService.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/services/modules/centralNfe/cfop/CfopService.ts"],"names":[],"mappings":"AAKA,wBAAsB,kBAAkB,CAAC,IAAI,KAAA,gBAM5C"}
@@ -0,0 +1,5 @@
1
+ export declare function apiFindMonitorVinculoOperacao(body: any): Promise<any>;
2
+ export declare function apiFindOneVinculoOperacao(id: number): Promise<any>;
3
+ export declare function apiUpdateVinculoOperacao(body: any): Promise<any>;
4
+ export declare function apiCreateVinculoOperacao(values: any): Promise<any>;
5
+ //# sourceMappingURL=VinculoOperacaoService.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VinculoOperacaoService.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/services/modules/centralNfe/vinculoOperacao/VinculoOperacaoService.ts"],"names":[],"mappings":"AAKA,wBAAsB,6BAA6B,CAAC,IAAI,KAAA,gBAMvD;AAED,wBAAsB,yBAAyB,CAAC,EAAE,EAAE,MAAM,gBAKzD;AAED,wBAAsB,wBAAwB,CAAC,IAAI,KAAA,gBAMlD;AAED,wBAAsB,wBAAwB,CAAC,MAAM,EAAE,GAAG,gBAMzD"}
@@ -0,0 +1,5 @@
1
+ export declare const operacoesNfe: {
2
+ label: string;
3
+ value: string;
4
+ }[];
5
+ //# sourceMappingURL=operacoesNfe.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"operacoesNfe.d.ts","sourceRoot":"","sources":["../../../../../lib/base/utils/constOptions/operacoesNfe.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY;;;GAyBxB,CAAC"}
@@ -0,0 +1,5 @@
1
+ export declare const tarefasOperacoesNfe: {
2
+ label: string;
3
+ value: string;
4
+ }[];
5
+ //# sourceMappingURL=tarefasOperacoesNfe.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tarefasOperacoesNfe.d.ts","sourceRoot":"","sources":["../../../../../lib/base/utils/constOptions/tarefasOperacoesNfe.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,mBAAmB;;;GAqC/B,CAAC"}
@@ -1,20 +1,24 @@
1
1
  import o from "./config/intervaloPrecoXml.js";
2
2
  import r from "./config/notificacaoCentralNfe.js";
3
- import t from "./config/vinculoUnidadeMedida.js";
3
+ import m from "./config/vinculoUnidadeMedida.js";
4
4
  import i from "./config/cnpjLiberadoNota.js";
5
- import m from "./config/nfe.js";
6
- import e from "./config/vinculoIva.js";
7
- import f from "./config/nfeProduto.js";
8
- const v = {
5
+ import t from "./config/nfe.js";
6
+ import f from "./config/vinculoIva.js";
7
+ import a from "./config/nfeProduto.js";
8
+ import e from "./config/vinculoOperacao.js";
9
+ import p from "./config/cfop.js";
10
+ const b = {
9
11
  notificacaoCentralNfe: r,
10
12
  intervaloPrecoXml: o,
11
- vinculoUnidadeMedida: t,
13
+ vinculoUnidadeMedida: m,
12
14
  cnpjLiberadoNota: i,
13
- nfe: m,
14
- vinculoIva: e,
15
- nfeProduto: f
15
+ nfe: t,
16
+ vinculoIva: f,
17
+ nfeProduto: a,
18
+ vinculoOperacao: e,
19
+ cfop: p
16
20
  };
17
21
  export {
18
- v as default
22
+ b as default
19
23
  };
20
24
  //# sourceMappingURL=centralNfe.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"centralNfe.js","sources":["../../../../../lib/base/configs/endpoints.config/centralNfe/centralNfe.ts"],"sourcesContent":["import intervaloPrecoXml from \"./config/intervaloPrecoXml\"\nimport notificacaoCentralNfe from \"./config/notificacaoCentralNfe\"\nimport vinculoUnidadeMedida from \"./config/vinculoUnidadeMedida\"\nimport cnpjLiberadoNota from \"./config/cnpjLiberadoNota\"\nimport nfe from \"./config/nfe\"\nimport vinculoIva from \"./config/vinculoIva\"\nimport nfeProduto from \"./config/nfeProduto\"\n\nconst centralNfe = {\n notificacaoCentralNfe,\n intervaloPrecoXml,\n vinculoUnidadeMedida,\n cnpjLiberadoNota,\n nfe,\n vinculoIva,\n nfeProduto\n}\n\nexport default centralNfe"],"names":["centralNfe","notificacaoCentralNfe","intervaloPrecoXml","vinculoUnidadeMedida","cnpjLiberadoNota","nfe","vinculoIva","nfeProduto"],"mappings":";;;;;;;AAQA,MAAMA,IAAa;AAAA,EACf,uBAAAC;AAAA,EACA,mBAAAC;AAAA,EACA,sBAAAC;AAAA,EACA,kBAAAC;AAAA,EACA,KAAAC;AAAA,EACA,YAAAC;AAAA,EACA,YAAAC;AACJ;"}
1
+ {"version":3,"file":"centralNfe.js","sources":["../../../../../lib/base/configs/endpoints.config/centralNfe/centralNfe.ts"],"sourcesContent":["import intervaloPrecoXml from \"./config/intervaloPrecoXml\"\nimport notificacaoCentralNfe from \"./config/notificacaoCentralNfe\"\nimport vinculoUnidadeMedida from \"./config/vinculoUnidadeMedida\"\nimport cnpjLiberadoNota from \"./config/cnpjLiberadoNota\"\nimport nfe from \"./config/nfe\"\nimport vinculoIva from \"./config/vinculoIva\"\nimport nfeProduto from \"./config/nfeProduto\"\nimport vinculoOperacao from \"./config/vinculoOperacao\"\nimport cfop from \"./config/cfop\"\n\nconst centralNfe = {\n notificacaoCentralNfe,\n intervaloPrecoXml,\n vinculoUnidadeMedida,\n cnpjLiberadoNota,\n nfe,\n vinculoIva,\n nfeProduto,\n vinculoOperacao,\n cfop\n}\n\nexport default centralNfe"],"names":["centralNfe","notificacaoCentralNfe","intervaloPrecoXml","vinculoUnidadeMedida","cnpjLiberadoNota","nfe","vinculoIva","nfeProduto","vinculoOperacao","cfop"],"mappings":";;;;;;;;;AAUA,MAAMA,IAAa;AAAA,EACf,uBAAAC;AAAA,EACA,mBAAAC;AAAA,EACA,sBAAAC;AAAA,EACA,kBAAAC;AAAA,EACA,KAAAC;AAAA,EACA,YAAAC;AAAA,EACA,YAAAC;AAAA,EACA,iBAAAC;AAAA,EACA,MAAAC;AACJ;"}
@@ -0,0 +1,7 @@
1
+ const o = "/central-nfe/api/cfop", t = {
2
+ findMonitor: { endpoint: `${o}/find-monitor`, httpMethod: "post" }
3
+ };
4
+ export {
5
+ t as default
6
+ };
7
+ //# sourceMappingURL=cfop.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cfop.js","sources":["../../../../../../lib/base/configs/endpoints.config/centralNfe/config/cfop.ts"],"sourcesContent":["const CFOP_BASE_URL = '/central-nfe/api/cfop'\n\nconst cfop = {\n findMonitor: { endpoint: `${CFOP_BASE_URL}/find-monitor`, httpMethod: 'post' }\n}\n\nexport default cfop"],"names":["CFOP_BASE_URL","cfop"],"mappings":"AAAA,MAAMA,IAAgB,yBAEhBC,IAAO;AAAA,EACT,aAAa,EAAE,UAAU,GAAGD,CAAa,iBAAiB,YAAY,OAAO;AACjF;"}
@@ -0,0 +1,10 @@
1
+ const t = "/central-nfe/api/vinculo-operacao", o = {
2
+ findMonitor: { endpoint: `${t}/find-monitor`, httpMethod: "post" },
3
+ findOne: { endpoint: t, httpMethod: "get" },
4
+ update: { endpoint: t, httpMethod: "patch" },
5
+ create: { endpoint: t, httpMethod: "post" }
6
+ };
7
+ export {
8
+ o as default
9
+ };
10
+ //# sourceMappingURL=vinculoOperacao.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vinculoOperacao.js","sources":["../../../../../../lib/base/configs/endpoints.config/centralNfe/config/vinculoOperacao.ts"],"sourcesContent":["const VINCULO_OPERACAO_BASE_URL = '/central-nfe/api/vinculo-operacao'\n\nconst vinculoOperacao = {\n findMonitor: { endpoint: `${VINCULO_OPERACAO_BASE_URL}/find-monitor`, httpMethod: 'post' },\n findOne: { endpoint: VINCULO_OPERACAO_BASE_URL, httpMethod: 'get' },\n update: { endpoint: VINCULO_OPERACAO_BASE_URL, httpMethod: 'patch' },\n create: { endpoint: VINCULO_OPERACAO_BASE_URL, httpMethod: 'post' }\n}\n\nexport default vinculoOperacao"],"names":["VINCULO_OPERACAO_BASE_URL","vinculoOperacao"],"mappings":"AAAA,MAAMA,IAA4B,qCAE5BC,IAAkB;AAAA,EACpB,aAAa,EAAE,UAAU,GAAGD,CAAyB,iBAAiB,YAAY,OAAO;AAAA,EACzF,SAAS,EAAE,UAAUA,GAA2B,YAAY,MAAM;AAAA,EAClE,QAAQ,EAAE,UAAUA,GAA2B,YAAY,QAAQ;AAAA,EACnE,QAAQ,EAAE,UAAUA,GAA2B,YAAY,OAAO;AACtE;"}
@@ -1,4 +1,4 @@
1
- import { NAV_ITEM_TYPE_ITEM as t, NAV_ITEM_TYPE_COLLAPSE as a } from "../../../../../@ecme/constants/navigation.constant.js";
1
+ import { NAV_ITEM_TYPE_ITEM as a, NAV_ITEM_TYPE_COLLAPSE as t } from "../../../../../@ecme/constants/navigation.constant.js";
2
2
  import { ADMIN as e } from "../../../../../@ecme/constants/roles.constant.js";
3
3
  const o = {
4
4
  key: "modules.centralNfe",
@@ -6,7 +6,7 @@ const o = {
6
6
  title: "Central NFe",
7
7
  translateKey: "nav.modules.centralNfe.title",
8
8
  icon: "centralNfe",
9
- type: a,
9
+ type: t,
10
10
  authority: [e],
11
11
  subMenu: [
12
12
  {
@@ -15,7 +15,7 @@ const o = {
15
15
  title: "CNPJ liberado nota",
16
16
  translateKey: "nav.modules.centralNfe.cnpjLiberadoNota",
17
17
  icon: "cnpjLiberadoNota",
18
- type: t,
18
+ type: a,
19
19
  authority: [e],
20
20
  subMenu: []
21
21
  },
@@ -25,7 +25,7 @@ const o = {
25
25
  title: "Intervalo de preço do xml",
26
26
  translateKey: "nav.modules.centralNfe.intervaloPrecoXml",
27
27
  icon: "intervaloPrecoXml",
28
- type: t,
28
+ type: a,
29
29
  authority: [e],
30
30
  subMenu: []
31
31
  },
@@ -35,7 +35,7 @@ const o = {
35
35
  title: "Monitor - Central NFe",
36
36
  translateKey: "nav.modules.centralNfe.nfe",
37
37
  icon: "nfe",
38
- type: t,
38
+ type: a,
39
39
  authority: [e],
40
40
  subMenu: []
41
41
  },
@@ -45,7 +45,7 @@ const o = {
45
45
  title: "Notificação da central NFe",
46
46
  translateKey: "nav.modules.centralNfe.notificacaoCentralNfe",
47
47
  icon: "notificacalCentralNfe",
48
- type: t,
48
+ type: a,
49
49
  authority: [e],
50
50
  subMenu: []
51
51
  },
@@ -55,7 +55,17 @@ const o = {
55
55
  title: "Vínculo iva",
56
56
  translateKey: "nav.modules.centralNfe.vinculoIva",
57
57
  icon: "vinculoIva",
58
- type: t,
58
+ type: a,
59
+ authority: [e],
60
+ subMenu: []
61
+ },
62
+ {
63
+ key: "modules.centralNfe.vinculoOperacao",
64
+ path: "/central-nfe/vinculo-operacao",
65
+ title: "Vínculo operação",
66
+ translateKey: "nav.modules.centralNfe.vinculoOperacao",
67
+ icon: "vinculoOperacao",
68
+ type: a,
59
69
  authority: [e],
60
70
  subMenu: []
61
71
  },
@@ -65,7 +75,7 @@ const o = {
65
75
  title: "Vínculo de unidade de medida",
66
76
  translateKey: "nav.modules.centralNfe.vinculoUnidadeMedida",
67
77
  icon: "vinculoUnidadeMedida",
68
- type: t,
78
+ type: a,
69
79
  authority: [e],
70
80
  subMenu: []
71
81
  }
@@ -1 +1 @@
1
- {"version":3,"file":"submenu.centralNfe.js","sources":["../../../../../../lib/base/configs/navigation.config/modules.submenu/centralNfe/submenu.centralNfe.ts"],"sourcesContent":["import { NAV_ITEM_TYPE_COLLAPSE, NAV_ITEM_TYPE_ITEM } from '@/constants/navigation.constant'\nimport { ADMIN } from '@/constants/roles.constant'\nimport { NavigationTree } from '@/@types/navigation'\n\nconst subMenuCentralNfe: NavigationTree =\n{\n key: 'modules.centralNfe',\n path: '',\n title: 'Central NFe',\n translateKey: 'nav.modules.centralNfe.title',\n icon: 'centralNfe',\n type: NAV_ITEM_TYPE_COLLAPSE,\n authority: [ADMIN],\n subMenu: [\n {\n key: 'modules.centralNfe.cnpjLiberadoNota',\n path: '/central-nfe/cnpj-liberado-nota',\n title: 'CNPJ liberado nota',\n translateKey: 'nav.modules.centralNfe.cnpjLiberadoNota',\n icon: 'cnpjLiberadoNota',\n type: NAV_ITEM_TYPE_ITEM,\n authority: [ADMIN],\n subMenu: [],\n },\n {\n key: 'modules.centralNfe.intervaloPrecoXml',\n path: '/central-nfe/intervalo-preco-xml',\n title: 'Intervalo de preço do xml',\n translateKey: 'nav.modules.centralNfe.intervaloPrecoXml',\n icon: 'intervaloPrecoXml',\n type: NAV_ITEM_TYPE_ITEM,\n authority: [ADMIN],\n subMenu: [],\n },\n {\n key: 'modules.centralNfe.nfe',\n path: '/central-nfe/nfe',\n title: 'Monitor - Central NFe',\n translateKey: 'nav.modules.centralNfe.nfe',\n icon: 'nfe',\n type: NAV_ITEM_TYPE_ITEM,\n authority: [ADMIN],\n subMenu: [],\n },\n {\n key: 'modules.centralNfe.notificacaoCentralNfe',\n path: '/central-nfe/notificacao-central-nfe',\n title: 'Notificação da central NFe',\n translateKey: 'nav.modules.centralNfe.notificacaoCentralNfe',\n icon: 'notificacalCentralNfe',\n type: NAV_ITEM_TYPE_ITEM,\n authority: [ADMIN],\n subMenu: [],\n },\n {\n key: 'modules.centralNfe.vinculoIva',\n path: '/central-nfe/vinculo-iva',\n title: 'Vínculo iva',\n translateKey: 'nav.modules.centralNfe.vinculoIva',\n icon: 'vinculoIva',\n type: NAV_ITEM_TYPE_ITEM,\n authority: [ADMIN],\n subMenu: [],\n },\n {\n key: 'modules.centralNfe.vinculoUnidadeMedida',\n path: '/central-nfe/vinculo-unidade-medida',\n title: 'Vínculo de unidade de medida',\n translateKey: 'nav.modules.centralNfe.vinculoUnidadeMedida',\n icon: 'vinculoUnidadeMedida',\n type: NAV_ITEM_TYPE_ITEM,\n authority: [ADMIN],\n subMenu: [],\n },\n ],\n}\n\nexport default subMenuCentralNfe"],"names":["subMenuCentralNfe","NAV_ITEM_TYPE_COLLAPSE","ADMIN","NAV_ITEM_TYPE_ITEM"],"mappings":";;AAIA,MAAMA,IACN;AAAA,EACI,KAAK;AAAA,EACL,MAAM;AAAA,EACN,OAAO;AAAA,EACP,cAAc;AAAA,EACd,MAAM;AAAA,EACN,MAAMC;AAAA,EACN,WAAW,CAACC,CAAK;AAAA,EACjB,SAAS;AAAA,IACL;AAAA,MACI,KAAK;AAAA,MACL,MAAM;AAAA,MACN,OAAO;AAAA,MACP,cAAc;AAAA,MACd,MAAM;AAAA,MACN,MAAMC;AAAA,MACN,WAAW,CAACD,CAAK;AAAA,MACjB,SAAS,CAAA;AAAA,IACb;AAAA,IACA;AAAA,MACI,KAAK;AAAA,MACL,MAAM;AAAA,MACN,OAAO;AAAA,MACP,cAAc;AAAA,MACd,MAAM;AAAA,MACN,MAAMC;AAAA,MACN,WAAW,CAACD,CAAK;AAAA,MACjB,SAAS,CAAA;AAAA,IACb;AAAA,IACA;AAAA,MACI,KAAK;AAAA,MACL,MAAM;AAAA,MACN,OAAO;AAAA,MACP,cAAc;AAAA,MACd,MAAM;AAAA,MACN,MAAMC;AAAA,MACN,WAAW,CAACD,CAAK;AAAA,MACjB,SAAS,CAAA;AAAA,IACb;AAAA,IACA;AAAA,MACI,KAAK;AAAA,MACL,MAAM;AAAA,MACN,OAAO;AAAA,MACP,cAAc;AAAA,MACd,MAAM;AAAA,MACN,MAAMC;AAAA,MACN,WAAW,CAACD,CAAK;AAAA,MACjB,SAAS,CAAA;AAAA,IACb;AAAA,IACA;AAAA,MACI,KAAK;AAAA,MACL,MAAM;AAAA,MACN,OAAO;AAAA,MACP,cAAc;AAAA,MACd,MAAM;AAAA,MACN,MAAMC;AAAA,MACN,WAAW,CAACD,CAAK;AAAA,MACjB,SAAS,CAAA;AAAA,IACb;AAAA,IACA;AAAA,MACI,KAAK;AAAA,MACL,MAAM;AAAA,MACN,OAAO;AAAA,MACP,cAAc;AAAA,MACd,MAAM;AAAA,MACN,MAAMC;AAAA,MACN,WAAW,CAACD,CAAK;AAAA,MACjB,SAAS,CAAA;AAAA,IAAC;AAAA,EACd;AAER;"}
1
+ {"version":3,"file":"submenu.centralNfe.js","sources":["../../../../../../lib/base/configs/navigation.config/modules.submenu/centralNfe/submenu.centralNfe.ts"],"sourcesContent":["import { NAV_ITEM_TYPE_COLLAPSE, NAV_ITEM_TYPE_ITEM } from '@/constants/navigation.constant'\nimport { ADMIN } from '@/constants/roles.constant'\nimport { NavigationTree } from '@/@types/navigation'\n\nconst subMenuCentralNfe: NavigationTree =\n{\n key: 'modules.centralNfe',\n path: '',\n title: 'Central NFe',\n translateKey: 'nav.modules.centralNfe.title',\n icon: 'centralNfe',\n type: NAV_ITEM_TYPE_COLLAPSE,\n authority: [ADMIN],\n subMenu: [\n {\n key: 'modules.centralNfe.cnpjLiberadoNota',\n path: '/central-nfe/cnpj-liberado-nota',\n title: 'CNPJ liberado nota',\n translateKey: 'nav.modules.centralNfe.cnpjLiberadoNota',\n icon: 'cnpjLiberadoNota',\n type: NAV_ITEM_TYPE_ITEM,\n authority: [ADMIN],\n subMenu: [],\n },\n {\n key: 'modules.centralNfe.intervaloPrecoXml',\n path: '/central-nfe/intervalo-preco-xml',\n title: 'Intervalo de preço do xml',\n translateKey: 'nav.modules.centralNfe.intervaloPrecoXml',\n icon: 'intervaloPrecoXml',\n type: NAV_ITEM_TYPE_ITEM,\n authority: [ADMIN],\n subMenu: [],\n },\n {\n key: 'modules.centralNfe.nfe',\n path: '/central-nfe/nfe',\n title: 'Monitor - Central NFe',\n translateKey: 'nav.modules.centralNfe.nfe',\n icon: 'nfe',\n type: NAV_ITEM_TYPE_ITEM,\n authority: [ADMIN],\n subMenu: [],\n },\n {\n key: 'modules.centralNfe.notificacaoCentralNfe',\n path: '/central-nfe/notificacao-central-nfe',\n title: 'Notificação da central NFe',\n translateKey: 'nav.modules.centralNfe.notificacaoCentralNfe',\n icon: 'notificacalCentralNfe',\n type: NAV_ITEM_TYPE_ITEM,\n authority: [ADMIN],\n subMenu: [],\n },\n {\n key: 'modules.centralNfe.vinculoIva',\n path: '/central-nfe/vinculo-iva',\n title: 'Vínculo iva',\n translateKey: 'nav.modules.centralNfe.vinculoIva',\n icon: 'vinculoIva',\n type: NAV_ITEM_TYPE_ITEM,\n authority: [ADMIN],\n subMenu: [],\n },\n {\n key: 'modules.centralNfe.vinculoOperacao',\n path: '/central-nfe/vinculo-operacao',\n title: 'Vínculo operação',\n translateKey: 'nav.modules.centralNfe.vinculoOperacao',\n icon: 'vinculoOperacao',\n type: NAV_ITEM_TYPE_ITEM,\n authority: [ADMIN],\n subMenu: [],\n },\n {\n key: 'modules.centralNfe.vinculoUnidadeMedida',\n path: '/central-nfe/vinculo-unidade-medida',\n title: 'Vínculo de unidade de medida',\n translateKey: 'nav.modules.centralNfe.vinculoUnidadeMedida',\n icon: 'vinculoUnidadeMedida',\n type: NAV_ITEM_TYPE_ITEM,\n authority: [ADMIN],\n subMenu: [],\n },\n ],\n}\n\nexport default subMenuCentralNfe"],"names":["subMenuCentralNfe","NAV_ITEM_TYPE_COLLAPSE","ADMIN","NAV_ITEM_TYPE_ITEM"],"mappings":";;AAIA,MAAMA,IACN;AAAA,EACI,KAAK;AAAA,EACL,MAAM;AAAA,EACN,OAAO;AAAA,EACP,cAAc;AAAA,EACd,MAAM;AAAA,EACN,MAAMC;AAAA,EACN,WAAW,CAACC,CAAK;AAAA,EACjB,SAAS;AAAA,IACL;AAAA,MACI,KAAK;AAAA,MACL,MAAM;AAAA,MACN,OAAO;AAAA,MACP,cAAc;AAAA,MACd,MAAM;AAAA,MACN,MAAMC;AAAA,MACN,WAAW,CAACD,CAAK;AAAA,MACjB,SAAS,CAAA;AAAA,IACb;AAAA,IACA;AAAA,MACI,KAAK;AAAA,MACL,MAAM;AAAA,MACN,OAAO;AAAA,MACP,cAAc;AAAA,MACd,MAAM;AAAA,MACN,MAAMC;AAAA,MACN,WAAW,CAACD,CAAK;AAAA,MACjB,SAAS,CAAA;AAAA,IACb;AAAA,IACA;AAAA,MACI,KAAK;AAAA,MACL,MAAM;AAAA,MACN,OAAO;AAAA,MACP,cAAc;AAAA,MACd,MAAM;AAAA,MACN,MAAMC;AAAA,MACN,WAAW,CAACD,CAAK;AAAA,MACjB,SAAS,CAAA;AAAA,IACb;AAAA,IACA;AAAA,MACI,KAAK;AAAA,MACL,MAAM;AAAA,MACN,OAAO;AAAA,MACP,cAAc;AAAA,MACd,MAAM;AAAA,MACN,MAAMC;AAAA,MACN,WAAW,CAACD,CAAK;AAAA,MACjB,SAAS,CAAA;AAAA,IACb;AAAA,IACA;AAAA,MACI,KAAK;AAAA,MACL,MAAM;AAAA,MACN,OAAO;AAAA,MACP,cAAc;AAAA,MACd,MAAM;AAAA,MACN,MAAMC;AAAA,MACN,WAAW,CAACD,CAAK;AAAA,MACjB,SAAS,CAAA;AAAA,IACb;AAAA,IACA;AAAA,MACI,KAAK;AAAA,MACL,MAAM;AAAA,MACN,OAAO;AAAA,MACP,cAAc;AAAA,MACd,MAAM;AAAA,MACN,MAAMC;AAAA,MACN,WAAW,CAACD,CAAK;AAAA,MACjB,SAAS,CAAA;AAAA,IACb;AAAA,IACA;AAAA,MACI,KAAK;AAAA,MACL,MAAM;AAAA,MACN,OAAO;AAAA,MACP,cAAc;AAAA,MACd,MAAM;AAAA,MACN,MAAMC;AAAA,MACN,WAAW,CAACD,CAAK;AAAA,MACjB,SAAS,CAAA;AAAA,IAAC;AAAA,EACd;AAER;"}
@@ -0,0 +1,14 @@
1
+ import i from "../../../../../@ecme/services/ApiService.js";
2
+ import n from "../../../../configs/endpoints.config/endpoints.navigation.js";
3
+ const o = n.centralNfe.cfop;
4
+ async function f(t) {
5
+ return i.fetchDataWithAxios({
6
+ url: o.findMonitor.endpoint,
7
+ method: o.findMonitor.httpMethod,
8
+ data: t
9
+ });
10
+ }
11
+ export {
12
+ f as apiFindMonitorCfop
13
+ };
14
+ //# sourceMappingURL=CfopService.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CfopService.js","sources":["../../../../../../lib/base/services/modules/centralNfe/cfop/CfopService.ts"],"sourcesContent":["import ApiService from \"@/services/ApiService\";\nimport endpointConfig from \"@base/configs/endpoints.config/endpoints.navigation\";\n\nconst CFOP_ENDPOINT = endpointConfig.centralNfe.cfop;\n\nexport async function apiFindMonitorCfop(body) {\n return ApiService.fetchDataWithAxios<any>({\n url: CFOP_ENDPOINT.findMonitor.endpoint,\n method: CFOP_ENDPOINT.findMonitor.httpMethod,\n data: body,\n })\n}"],"names":["CFOP_ENDPOINT","endpointConfig","apiFindMonitorCfop","body","ApiService"],"mappings":";;AAGA,MAAMA,IAAgBC,EAAe,WAAW;AAEhD,eAAsBC,EAAmBC,GAAM;AAC3C,SAAOC,EAAW,mBAAwB;AAAA,IACtC,KAAKJ,EAAc,YAAY;AAAA,IAC/B,QAAQA,EAAc,YAAY;AAAA,IAClC,MAAMG;AAAA,EAAA,CACT;AACL;"}
@@ -0,0 +1,37 @@
1
+ import o from "../../../../../@ecme/services/ApiService.js";
2
+ import e from "../../../../configs/endpoints.config/endpoints.navigation.js";
3
+ const t = e.centralNfe.vinculoOperacao;
4
+ async function r(n) {
5
+ return o.fetchDataWithAxios({
6
+ url: t.findMonitor.endpoint,
7
+ method: t.findMonitor.httpMethod,
8
+ data: n
9
+ });
10
+ }
11
+ async function c(n) {
12
+ return o.fetchDataWithAxios({
13
+ url: `${t.findOne.endpoint}/${n}`,
14
+ method: t.findOne.httpMethod
15
+ });
16
+ }
17
+ async function d(n) {
18
+ return o.fetchDataWithAxios({
19
+ url: t.update.endpoint,
20
+ method: t.update.httpMethod,
21
+ data: n
22
+ });
23
+ }
24
+ async function p(n) {
25
+ return o.fetchDataWithAxios({
26
+ url: t.create.endpoint,
27
+ method: t.create.httpMethod,
28
+ data: n
29
+ });
30
+ }
31
+ export {
32
+ p as apiCreateVinculoOperacao,
33
+ r as apiFindMonitorVinculoOperacao,
34
+ c as apiFindOneVinculoOperacao,
35
+ d as apiUpdateVinculoOperacao
36
+ };
37
+ //# sourceMappingURL=VinculoOperacaoService.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VinculoOperacaoService.js","sources":["../../../../../../lib/base/services/modules/centralNfe/vinculoOperacao/VinculoOperacaoService.ts"],"sourcesContent":["import ApiService from \"@/services/ApiService\";\nimport endpointConfig from \"@base/configs/endpoints.config/endpoints.navigation\";\n\nconst VINCULO_OPERACAO_ENDPOINT = endpointConfig.centralNfe.vinculoOperacao;\n\nexport async function apiFindMonitorVinculoOperacao(body) {\n return ApiService.fetchDataWithAxios<any>({\n url: VINCULO_OPERACAO_ENDPOINT.findMonitor.endpoint,\n method: VINCULO_OPERACAO_ENDPOINT.findMonitor.httpMethod,\n data: body,\n })\n}\n\nexport async function apiFindOneVinculoOperacao(id: number) {\n return ApiService.fetchDataWithAxios<any>({\n url: `${VINCULO_OPERACAO_ENDPOINT.findOne.endpoint}/${id}`,\n method: VINCULO_OPERACAO_ENDPOINT.findOne.httpMethod\n })\n}\n\nexport async function apiUpdateVinculoOperacao(body) {\n return ApiService.fetchDataWithAxios<any>({\n url: VINCULO_OPERACAO_ENDPOINT.update.endpoint,\n method: VINCULO_OPERACAO_ENDPOINT.update.httpMethod,\n data: body,\n })\n}\n\nexport async function apiCreateVinculoOperacao(values: any) {\n return ApiService.fetchDataWithAxios<any>({\n url: VINCULO_OPERACAO_ENDPOINT.create.endpoint,\n method: VINCULO_OPERACAO_ENDPOINT.create.httpMethod,\n data: values\n })\n}"],"names":["VINCULO_OPERACAO_ENDPOINT","endpointConfig","apiFindMonitorVinculoOperacao","body","ApiService","apiFindOneVinculoOperacao","id","apiUpdateVinculoOperacao","apiCreateVinculoOperacao","values"],"mappings":";;AAGA,MAAMA,IAA4BC,EAAe,WAAW;AAE5D,eAAsBC,EAA8BC,GAAM;AACtD,SAAOC,EAAW,mBAAwB;AAAA,IACtC,KAAKJ,EAA0B,YAAY;AAAA,IAC3C,QAAQA,EAA0B,YAAY;AAAA,IAC9C,MAAMG;AAAA,EAAA,CACT;AACL;AAEA,eAAsBE,EAA0BC,GAAY;AACxD,SAAOF,EAAW,mBAAwB;AAAA,IACtC,KAAK,GAAGJ,EAA0B,QAAQ,QAAQ,IAAIM,CAAE;AAAA,IACxD,QAAQN,EAA0B,QAAQ;AAAA,EAAA,CAC7C;AACL;AAEA,eAAsBO,EAAyBJ,GAAM;AACjD,SAAOC,EAAW,mBAAwB;AAAA,IACtC,KAAKJ,EAA0B,OAAO;AAAA,IACtC,QAAQA,EAA0B,OAAO;AAAA,IACzC,MAAMG;AAAA,EAAA,CACT;AACL;AAEA,eAAsBK,EAAyBC,GAAa;AACxD,SAAOL,EAAW,mBAAwB;AAAA,IACtC,KAAKJ,EAA0B,OAAO;AAAA,IACtC,QAAQA,EAA0B,OAAO;AAAA,IACzC,MAAMS;AAAA,EAAA,CACT;AACL;"}
@@ -0,0 +1,30 @@
1
+ const a = [
2
+ {
3
+ label: "7000 - Entrada NF-e Venda",
4
+ value: "OP_7000"
5
+ },
6
+ {
7
+ label: "7001 - Entrada NF-e Writer",
8
+ value: "OP_7001"
9
+ },
10
+ {
11
+ label: "7002 - Entrada NF-e Entrega Futura",
12
+ value: "OP_7002"
13
+ },
14
+ {
15
+ label: "7003- Entrada NF-e Com CT-e ",
16
+ value: "OP_7003"
17
+ },
18
+ {
19
+ label: "7004 - Entrada NF-e com Reembolso",
20
+ value: "OP_7004"
21
+ },
22
+ {
23
+ label: "7005 - Entrada NF-e Prestação de contas",
24
+ value: "OP_7005"
25
+ }
26
+ ];
27
+ export {
28
+ a as operacoesNfe
29
+ };
30
+ //# sourceMappingURL=operacoesNfe.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"operacoesNfe.js","sources":["../../../../lib/base/utils/constOptions/operacoesNfe.ts"],"sourcesContent":["export const operacoesNfe = [\n {\n label: '7000 - Entrada NF-e Venda',\n value: 'OP_7000'\n },\n {\n label: '7001 - Entrada NF-e Writer',\n value: 'OP_7001'\n },\n {\n label: '7002 - Entrada NF-e Entrega Futura',\n value: 'OP_7002'\n },\n {\n label: '7003- Entrada NF-e Com CT-e\t',\n value: 'OP_7003'\n },\n {\n label: '7004 - Entrada NF-e com Reembolso',\n value: 'OP_7004'\n },\n {\n label: '7005 - Entrada NF-e Prestação de contas',\n value: 'OP_7005'\n },\n];"],"names":["operacoesNfe"],"mappings":"AAAO,MAAMA,IAAe;AAAA,EACxB;AAAA,IACI,OAAO;AAAA,IACP,OAAO;AAAA,EACX;AAAA,EACA;AAAA,IACI,OAAO;AAAA,IACP,OAAO;AAAA,EACX;AAAA,EACA;AAAA,IACI,OAAO;AAAA,IACP,OAAO;AAAA,EACX;AAAA,EACA;AAAA,IACI,OAAO;AAAA,IACP,OAAO;AAAA,EACX;AAAA,EACA;AAAA,IACI,OAAO;AAAA,IACP,OAAO;AAAA,EACX;AAAA,EACA;AAAA,IACI,OAAO;AAAA,IACP,OAAO;AAAA,EAAA;AAEf;"}
@@ -0,0 +1,42 @@
1
+ const a = [
2
+ {
3
+ label: "Criar MIGO",
4
+ value: "N002"
5
+ },
6
+ {
7
+ label: "Criar MIRO",
8
+ value: "N003"
9
+ },
10
+ {
11
+ label: "Criar DOC. NF-e Writer",
12
+ value: "N004"
13
+ },
14
+ {
15
+ label: "Débito Posterior",
16
+ value: "N005"
17
+ },
18
+ {
19
+ label: '"Criar MIGO + NF-e',
20
+ value: "N006"
21
+ },
22
+ {
23
+ label: "Atualizar DOC. NF-e (Escrituração)",
24
+ value: "N007"
25
+ },
26
+ {
27
+ label: "Atualizar DOC. CT-e (Escrituração)",
28
+ value: "N008"
29
+ },
30
+ {
31
+ label: "Criar MIRO Futura",
32
+ value: "N010"
33
+ },
34
+ {
35
+ label: "Criar MIGO Futura Parcial",
36
+ value: "N011"
37
+ }
38
+ ];
39
+ export {
40
+ a as tarefasOperacoesNfe
41
+ };
42
+ //# sourceMappingURL=tarefasOperacoesNfe.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tarefasOperacoesNfe.js","sources":["../../../../lib/base/utils/constOptions/tarefasOperacoesNfe.ts"],"sourcesContent":["export const tarefasOperacoesNfe = [\n {\n label: 'Criar MIGO',\n value: 'N002'\n },\n {\n label: 'Criar MIRO',\n value: 'N003'\n },\n {\n label: 'Criar DOC. NF-e Writer',\n value: 'N004'\n },\n {\n label: 'Débito Posterior',\n value: 'N005'\n },\n {\n label: '\"Criar MIGO + NF-e',\n value: 'N006'\n },\n {\n label: 'Atualizar DOC. NF-e (Escrituração)',\n value: 'N007'\n },\n {\n label: 'Atualizar DOC. CT-e (Escrituração)',\n value: 'N008'\n },\n {\n label: 'Criar MIRO Futura',\n value: 'N010'\n },\n {\n label: 'Criar MIGO Futura Parcial',\n value: 'N011'\n },\n];"],"names":["tarefasOperacoesNfe"],"mappings":"AAAO,MAAMA,IAAsB;AAAA,EAC/B;AAAA,IACI,OAAO;AAAA,IACP,OAAO;AAAA,EACX;AAAA,EACA;AAAA,IACI,OAAO;AAAA,IACP,OAAO;AAAA,EACX;AAAA,EACA;AAAA,IACI,OAAO;AAAA,IACP,OAAO;AAAA,EACX;AAAA,EACA;AAAA,IACI,OAAO;AAAA,IACP,OAAO;AAAA,EACX;AAAA,EACA;AAAA,IACI,OAAO;AAAA,IACP,OAAO;AAAA,EACX;AAAA,EACA;AAAA,IACI,OAAO;AAAA,IACP,OAAO;AAAA,EACX;AAAA,EACA;AAAA,IACI,OAAO;AAAA,IACP,OAAO;AAAA,EACX;AAAA,EACA;AAAA,IACI,OAAO;AAAA,IACP,OAAO;AAAA,EACX;AAAA,EACA;AAAA,IACI,OAAO;AAAA,IACP,OAAO;AAAA,EAAA;AAEf;"}
@@ -5,6 +5,8 @@ import cnpjLiberadoNota from "./config/cnpjLiberadoNota"
5
5
  import nfe from "./config/nfe"
6
6
  import vinculoIva from "./config/vinculoIva"
7
7
  import nfeProduto from "./config/nfeProduto"
8
+ import vinculoOperacao from "./config/vinculoOperacao"
9
+ import cfop from "./config/cfop"
8
10
 
9
11
  const centralNfe = {
10
12
  notificacaoCentralNfe,
@@ -13,7 +15,9 @@ const centralNfe = {
13
15
  cnpjLiberadoNota,
14
16
  nfe,
15
17
  vinculoIva,
16
- nfeProduto
18
+ nfeProduto,
19
+ vinculoOperacao,
20
+ cfop
17
21
  }
18
22
 
19
23
  export default centralNfe
@@ -0,0 +1,7 @@
1
+ const CFOP_BASE_URL = '/central-nfe/api/cfop'
2
+
3
+ const cfop = {
4
+ findMonitor: { endpoint: `${CFOP_BASE_URL}/find-monitor`, httpMethod: 'post' }
5
+ }
6
+
7
+ export default cfop
@@ -0,0 +1,10 @@
1
+ const VINCULO_OPERACAO_BASE_URL = '/central-nfe/api/vinculo-operacao'
2
+
3
+ const vinculoOperacao = {
4
+ findMonitor: { endpoint: `${VINCULO_OPERACAO_BASE_URL}/find-monitor`, httpMethod: 'post' },
5
+ findOne: { endpoint: VINCULO_OPERACAO_BASE_URL, httpMethod: 'get' },
6
+ update: { endpoint: VINCULO_OPERACAO_BASE_URL, httpMethod: 'patch' },
7
+ create: { endpoint: VINCULO_OPERACAO_BASE_URL, httpMethod: 'post' }
8
+ }
9
+
10
+ export default vinculoOperacao
@@ -62,6 +62,16 @@ const subMenuCentralNfe: NavigationTree =
62
62
  authority: [ADMIN],
63
63
  subMenu: [],
64
64
  },
65
+ {
66
+ key: 'modules.centralNfe.vinculoOperacao',
67
+ path: '/central-nfe/vinculo-operacao',
68
+ title: 'Vínculo operação',
69
+ translateKey: 'nav.modules.centralNfe.vinculoOperacao',
70
+ icon: 'vinculoOperacao',
71
+ type: NAV_ITEM_TYPE_ITEM,
72
+ authority: [ADMIN],
73
+ subMenu: [],
74
+ },
65
75
  {
66
76
  key: 'modules.centralNfe.vinculoUnidadeMedida',
67
77
  path: '/central-nfe/vinculo-unidade-medida',
@@ -0,0 +1,12 @@
1
+ import ApiService from "@/services/ApiService";
2
+ import endpointConfig from "@base/configs/endpoints.config/endpoints.navigation";
3
+
4
+ const CFOP_ENDPOINT = endpointConfig.centralNfe.cfop;
5
+
6
+ export async function apiFindMonitorCfop(body) {
7
+ return ApiService.fetchDataWithAxios<any>({
8
+ url: CFOP_ENDPOINT.findMonitor.endpoint,
9
+ method: CFOP_ENDPOINT.findMonitor.httpMethod,
10
+ data: body,
11
+ })
12
+ }
@@ -0,0 +1,35 @@
1
+ import ApiService from "@/services/ApiService";
2
+ import endpointConfig from "@base/configs/endpoints.config/endpoints.navigation";
3
+
4
+ const VINCULO_OPERACAO_ENDPOINT = endpointConfig.centralNfe.vinculoOperacao;
5
+
6
+ export async function apiFindMonitorVinculoOperacao(body) {
7
+ return ApiService.fetchDataWithAxios<any>({
8
+ url: VINCULO_OPERACAO_ENDPOINT.findMonitor.endpoint,
9
+ method: VINCULO_OPERACAO_ENDPOINT.findMonitor.httpMethod,
10
+ data: body,
11
+ })
12
+ }
13
+
14
+ export async function apiFindOneVinculoOperacao(id: number) {
15
+ return ApiService.fetchDataWithAxios<any>({
16
+ url: `${VINCULO_OPERACAO_ENDPOINT.findOne.endpoint}/${id}`,
17
+ method: VINCULO_OPERACAO_ENDPOINT.findOne.httpMethod
18
+ })
19
+ }
20
+
21
+ export async function apiUpdateVinculoOperacao(body) {
22
+ return ApiService.fetchDataWithAxios<any>({
23
+ url: VINCULO_OPERACAO_ENDPOINT.update.endpoint,
24
+ method: VINCULO_OPERACAO_ENDPOINT.update.httpMethod,
25
+ data: body,
26
+ })
27
+ }
28
+
29
+ export async function apiCreateVinculoOperacao(values: any) {
30
+ return ApiService.fetchDataWithAxios<any>({
31
+ url: VINCULO_OPERACAO_ENDPOINT.create.endpoint,
32
+ method: VINCULO_OPERACAO_ENDPOINT.create.httpMethod,
33
+ data: values
34
+ })
35
+ }
@@ -0,0 +1,26 @@
1
+ export const operacoesNfe = [
2
+ {
3
+ label: '7000 - Entrada NF-e Venda',
4
+ value: 'OP_7000'
5
+ },
6
+ {
7
+ label: '7001 - Entrada NF-e Writer',
8
+ value: 'OP_7001'
9
+ },
10
+ {
11
+ label: '7002 - Entrada NF-e Entrega Futura',
12
+ value: 'OP_7002'
13
+ },
14
+ {
15
+ label: '7003- Entrada NF-e Com CT-e ',
16
+ value: 'OP_7003'
17
+ },
18
+ {
19
+ label: '7004 - Entrada NF-e com Reembolso',
20
+ value: 'OP_7004'
21
+ },
22
+ {
23
+ label: '7005 - Entrada NF-e Prestação de contas',
24
+ value: 'OP_7005'
25
+ },
26
+ ];
@@ -0,0 +1,38 @@
1
+ export const tarefasOperacoesNfe = [
2
+ {
3
+ label: 'Criar MIGO',
4
+ value: 'N002'
5
+ },
6
+ {
7
+ label: 'Criar MIRO',
8
+ value: 'N003'
9
+ },
10
+ {
11
+ label: 'Criar DOC. NF-e Writer',
12
+ value: 'N004'
13
+ },
14
+ {
15
+ label: 'Débito Posterior',
16
+ value: 'N005'
17
+ },
18
+ {
19
+ label: '"Criar MIGO + NF-e',
20
+ value: 'N006'
21
+ },
22
+ {
23
+ label: 'Atualizar DOC. NF-e (Escrituração)',
24
+ value: 'N007'
25
+ },
26
+ {
27
+ label: 'Atualizar DOC. CT-e (Escrituração)',
28
+ value: 'N008'
29
+ },
30
+ {
31
+ label: 'Criar MIRO Futura',
32
+ value: 'N010'
33
+ },
34
+ {
35
+ label: 'Criar MIGO Futura Parcial',
36
+ value: 'N011'
37
+ },
38
+ ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orbe-agro/client-core",
3
- "version": "5.3.200",
3
+ "version": "5.3.201",
4
4
  "description": "Biblioteca principal de componentes e utilidades para os microfrontends do Orbe Agro.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",