@orbe-agro/client-core 5.3.131 → 5.3.132
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/configs/api.config.d.ts.map +1 -1
- package/dist/@types/base/configs/endpoints.config/centralNfe/centralNfe.d.ts +26 -0
- package/dist/@types/base/configs/endpoints.config/centralNfe/centralNfe.d.ts.map +1 -1
- package/dist/@types/base/configs/endpoints.config/centralNfe/config/vinculoIva.d.ts +28 -0
- package/dist/@types/base/configs/endpoints.config/centralNfe/config/vinculoIva.d.ts.map +1 -0
- package/dist/@types/base/configs/endpoints.config/compras/compras.d.ts +4 -0
- package/dist/@types/base/configs/endpoints.config/compras/compras.d.ts.map +1 -1
- package/dist/@types/base/configs/endpoints.config/compras/config/ordemCompra.d.ts +4 -0
- package/dist/@types/base/configs/endpoints.config/compras/config/ordemCompra.d.ts.map +1 -1
- package/dist/@types/base/configs/endpoints.config/dm/config/businessPartner.d.ts +8 -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/condicaoPagamento.d.ts +4 -0
- package/dist/@types/base/configs/endpoints.config/dm/config/condicaoPagamento.d.ts.map +1 -1
- package/dist/@types/base/configs/endpoints.config/dm/config/grupoComprador.d.ts +8 -0
- package/dist/@types/base/configs/endpoints.config/dm/config/grupoComprador.d.ts.map +1 -0
- package/dist/@types/base/configs/endpoints.config/dm/config/iva.d.ts +8 -0
- package/dist/@types/base/configs/endpoints.config/dm/config/iva.d.ts.map +1 -0
- package/dist/@types/base/configs/endpoints.config/dm/dm.d.ts +24 -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 +54 -0
- package/dist/@types/base/configs/endpoints.config/endpoints.navigation.d.ts.map +1 -1
- package/dist/@types/base/services/modules/centralNfe/vinculoIva/VinculoIvaService.d.ts +7 -0
- package/dist/@types/base/services/modules/centralNfe/vinculoIva/VinculoIvaService.d.ts.map +1 -0
- package/dist/@types/base/services/modules/compras/ordemCompra/OrdemCompraService.d.ts +1 -0
- package/dist/@types/base/services/modules/compras/ordemCompra/OrdemCompraService.d.ts.map +1 -1
- package/dist/@types/base/services/modules/dm/businessPartner/BusinessPartnerService.d.ts +2 -0
- package/dist/@types/base/services/modules/dm/businessPartner/BusinessPartnerService.d.ts.map +1 -1
- package/dist/@types/base/services/modules/dm/condicaoPagamento/CondicaoPagamentoService.d.ts +1 -0
- package/dist/@types/base/services/modules/dm/condicaoPagamento/CondicaoPagamentoService.d.ts.map +1 -1
- package/dist/@types/base/services/modules/dm/grupoComprador/GrupoCompradorService.d.ts +3 -0
- package/dist/@types/base/services/modules/dm/grupoComprador/GrupoCompradorService.d.ts.map +1 -0
- package/dist/@types/base/services/modules/dm/index.d.ts +3 -1
- package/dist/@types/base/services/modules/dm/index.d.ts.map +1 -1
- package/dist/@types/base/services/modules/dm/iva/IvaService.d.ts +3 -0
- package/dist/@types/base/services/modules/dm/iva/IvaService.d.ts.map +1 -0
- package/dist/base/configs/api.config.js +5 -5
- package/dist/base/configs/api.config.js.map +1 -1
- package/dist/base/configs/endpoints.config/centralNfe/centralNfe.js +10 -8
- package/dist/base/configs/endpoints.config/centralNfe/centralNfe.js.map +1 -1
- package/dist/base/configs/endpoints.config/centralNfe/config/vinculoIva.js +12 -0
- package/dist/base/configs/endpoints.config/centralNfe/config/vinculoIva.js.map +1 -0
- package/dist/base/configs/endpoints.config/compras/config/ordemCompra.js +7 -6
- package/dist/base/configs/endpoints.config/compras/config/ordemCompra.js.map +1 -1
- package/dist/base/configs/endpoints.config/dm/config/businessPartner.js +2 -0
- package/dist/base/configs/endpoints.config/dm/config/businessPartner.js.map +1 -1
- package/dist/base/configs/endpoints.config/dm/config/condicaoPagamento.js +2 -1
- package/dist/base/configs/endpoints.config/dm/config/condicaoPagamento.js.map +1 -1
- package/dist/base/configs/endpoints.config/dm/config/grupoComprador.js +7 -0
- package/dist/base/configs/endpoints.config/dm/config/grupoComprador.js.map +1 -0
- package/dist/base/configs/endpoints.config/dm/config/iva.js +7 -0
- package/dist/base/configs/endpoints.config/dm/config/iva.js.map +1 -0
- package/dist/base/configs/endpoints.config/dm/dm.js +16 -12
- package/dist/base/configs/endpoints.config/dm/dm.js.map +1 -1
- package/dist/base/index.js +395 -387
- package/dist/base/index.js.map +1 -1
- package/dist/base/services/index.js +377 -369
- package/dist/base/services/index.js.map +1 -1
- package/dist/base/services/modules/centralNfe/vinculoIva/VinculoIvaService.js +52 -0
- package/dist/base/services/modules/centralNfe/vinculoIva/VinculoIvaService.js.map +1 -0
- package/dist/base/services/modules/compras/index.js +18 -17
- package/dist/base/services/modules/compras/ordemCompra/OrdemCompraService.js +24 -16
- package/dist/base/services/modules/compras/ordemCompra/OrdemCompraService.js.map +1 -1
- package/dist/base/services/modules/dm/businessPartner/BusinessPartnerService.js +25 -11
- package/dist/base/services/modules/dm/businessPartner/BusinessPartnerService.js.map +1 -1
- package/dist/base/services/modules/dm/condicaoPagamento/CondicaoPagamentoService.js +15 -8
- package/dist/base/services/modules/dm/condicaoPagamento/CondicaoPagamentoService.js.map +1 -1
- package/dist/base/services/modules/dm/grupoComprador/GrupoCompradorService.js +15 -0
- package/dist/base/services/modules/dm/grupoComprador/GrupoCompradorService.js.map +1 -0
- package/dist/base/services/modules/dm/index.js +77 -70
- package/dist/base/services/modules/dm/index.js.map +1 -1
- package/dist/base/services/modules/dm/iva/IvaService.js +15 -0
- package/dist/base/services/modules/dm/iva/IvaService.js.map +1 -0
- package/dist/base/services/modules/index.js +380 -372
- package/dist/base/services/modules/index.js.map +1 -1
- package/lib/base/configs/api.config.ts +1 -1
- package/lib/base/configs/endpoints.config/centralNfe/centralNfe.ts +3 -1
- package/lib/base/configs/endpoints.config/centralNfe/config/vinculoIva.ts +12 -0
- package/lib/base/configs/endpoints.config/compras/config/ordemCompra.ts +2 -1
- package/lib/base/configs/endpoints.config/dm/config/businessPartner.ts +3 -1
- package/lib/base/configs/endpoints.config/dm/config/condicaoPagamento.ts +2 -1
- package/lib/base/configs/endpoints.config/dm/config/grupoComprador.ts +7 -0
- package/lib/base/configs/endpoints.config/dm/config/iva.ts +7 -0
- package/lib/base/configs/endpoints.config/dm/dm.ts +4 -0
- package/lib/base/services/modules/centralNfe/vinculoIva/VinculoIvaService.ts +53 -0
- package/lib/base/services/modules/compras/ordemCompra/OrdemCompraService.ts +8 -0
- package/lib/base/services/modules/dm/businessPartner/BusinessPartnerService.ts +14 -0
- package/lib/base/services/modules/dm/condicaoPagamento/CondicaoPagamentoService.ts +7 -0
- package/lib/base/services/modules/dm/grupoComprador/GrupoCompradorService.ts +13 -0
- package/lib/base/services/modules/dm/index.ts +4 -2
- package/lib/base/services/modules/dm/iva/IvaService.ts +13 -0
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api.config.d.ts","sourceRoot":"","sources":["../../../../lib/base/configs/api.config.ts"],"names":[],"mappings":"AAiCA;;IAEI;AAEJ,eAAO,MAAM,OAAO,
|
|
1
|
+
{"version":3,"file":"api.config.d.ts","sourceRoot":"","sources":["../../../../lib/base/configs/api.config.ts"],"names":[],"mappings":"AAiCA;;IAEI;AAEJ,eAAO,MAAM,OAAO,QAAgK,CAAA;AAEpL,eAAO,MAAM,kBAAkB,KAA8C,CAAA;AAC7E,eAAO,MAAM,iBAAiB,KAA6C,CAAA;AAE3E,QAAA,MAAM,SAAS;;;;;;;CAOd,CAAA;AAED,eAAe,SAAS,CAAA"}
|
|
@@ -97,6 +97,32 @@ declare const centralNfe: {
|
|
|
97
97
|
httpMethod: string;
|
|
98
98
|
};
|
|
99
99
|
};
|
|
100
|
+
vinculoIva: {
|
|
101
|
+
findMonitor: {
|
|
102
|
+
endpoint: string;
|
|
103
|
+
httpMethod: string;
|
|
104
|
+
};
|
|
105
|
+
findOne: {
|
|
106
|
+
endpoint: string;
|
|
107
|
+
httpMethod: string;
|
|
108
|
+
};
|
|
109
|
+
update: {
|
|
110
|
+
endpoint: string;
|
|
111
|
+
httpMethod: string;
|
|
112
|
+
};
|
|
113
|
+
create: {
|
|
114
|
+
endpoint: string;
|
|
115
|
+
httpMethod: string;
|
|
116
|
+
};
|
|
117
|
+
findIdIvaByMaterialAndIdFornecedorAndClassificacaoContabil: {
|
|
118
|
+
endpoint: string;
|
|
119
|
+
httpMethod: string;
|
|
120
|
+
};
|
|
121
|
+
save: {
|
|
122
|
+
endpoint: string;
|
|
123
|
+
httpMethod: string;
|
|
124
|
+
};
|
|
125
|
+
};
|
|
100
126
|
};
|
|
101
127
|
export default centralNfe;
|
|
102
128
|
//# 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":"
|
|
1
|
+
{"version":3,"file":"centralNfe.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/configs/endpoints.config/centralNfe/centralNfe.ts"],"names":[],"mappings":"AAOA,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOf,CAAA;AAED,eAAe,UAAU,CAAA"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
declare const vinculoIva: {
|
|
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
|
+
findIdIvaByMaterialAndIdFornecedorAndClassificacaoContabil: {
|
|
19
|
+
endpoint: string;
|
|
20
|
+
httpMethod: string;
|
|
21
|
+
};
|
|
22
|
+
save: {
|
|
23
|
+
endpoint: string;
|
|
24
|
+
httpMethod: string;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
export default vinculoIva;
|
|
28
|
+
//# sourceMappingURL=vinculoIva.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vinculoIva.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/configs/endpoints.config/centralNfe/config/vinculoIva.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;CAOf,CAAA;AAED,eAAe,UAAU,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"compras.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/configs/endpoints.config/compras/compras.ts"],"names":[],"mappings":"AAQA,QAAA,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"compras.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/configs/endpoints.config/compras/compras.ts"],"names":[],"mappings":"AAQA,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQZ,CAAA;AAED,eAAe,OAAO,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ordemCompra.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/configs/endpoints.config/compras/config/ordemCompra.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"ordemCompra.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/configs/endpoints.config/compras/config/ordemCompra.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;CAMhB,CAAA;AAED,eAAe,WAAW,CAAA"}
|
|
@@ -23,6 +23,10 @@ declare const businessPartner: {
|
|
|
23
23
|
endpoint: string;
|
|
24
24
|
httpMethod: string;
|
|
25
25
|
};
|
|
26
|
+
findEmpresasIdsByCnpj: {
|
|
27
|
+
endpoint: string;
|
|
28
|
+
httpMethod: string;
|
|
29
|
+
};
|
|
26
30
|
findBusinessPartnerFiliais: {
|
|
27
31
|
endpoint: string;
|
|
28
32
|
method: string;
|
|
@@ -31,6 +35,10 @@ declare const businessPartner: {
|
|
|
31
35
|
endpoint: string;
|
|
32
36
|
method: string;
|
|
33
37
|
};
|
|
38
|
+
findFornecedorNfeByCnpj: {
|
|
39
|
+
endpoint: string;
|
|
40
|
+
httpMethod: string;
|
|
41
|
+
};
|
|
34
42
|
findBusinessPartnerFuncoesParceirosClientes: {
|
|
35
43
|
endpoint: string;
|
|
36
44
|
method: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"businessPartner.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/configs/endpoints.config/dm/config/businessPartner.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"businessPartner.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/configs/endpoints.config/dm/config/businessPartner.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAepB,CAAA;AAED,eAAe,eAAe,CAAA"}
|
|
@@ -7,6 +7,10 @@ declare const condicaoPagamento: {
|
|
|
7
7
|
endpoint: string;
|
|
8
8
|
httpMethod: string;
|
|
9
9
|
};
|
|
10
|
+
verificaCadastroCompletoByCondicaoPagamento: {
|
|
11
|
+
endpoint: string;
|
|
12
|
+
httpMethod: string;
|
|
13
|
+
};
|
|
10
14
|
};
|
|
11
15
|
export default condicaoPagamento;
|
|
12
16
|
//# sourceMappingURL=condicaoPagamento.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"condicaoPagamento.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/configs/endpoints.config/dm/config/condicaoPagamento.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,iBAAiB
|
|
1
|
+
{"version":3,"file":"condicaoPagamento.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/configs/endpoints.config/dm/config/condicaoPagamento.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;CAItB,CAAA;AAED,eAAe,iBAAiB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"grupoComprador.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/configs/endpoints.config/dm/config/grupoComprador.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,cAAc;;;;;CAEnB,CAAA;AAED,eAAe,cAAc,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"iva.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/configs/endpoints.config/dm/config/iva.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,GAAG;;;;;CAER,CAAA;AAED,eAAe,GAAG,CAAA"}
|
|
@@ -24,6 +24,10 @@ declare const dm: {
|
|
|
24
24
|
endpoint: string;
|
|
25
25
|
httpMethod: string;
|
|
26
26
|
};
|
|
27
|
+
findEmpresasIdsByCnpj: {
|
|
28
|
+
endpoint: string;
|
|
29
|
+
httpMethod: string;
|
|
30
|
+
};
|
|
27
31
|
findBusinessPartnerFiliais: {
|
|
28
32
|
endpoint: string;
|
|
29
33
|
method: string;
|
|
@@ -32,6 +36,10 @@ declare const dm: {
|
|
|
32
36
|
endpoint: string;
|
|
33
37
|
method: string;
|
|
34
38
|
};
|
|
39
|
+
findFornecedorNfeByCnpj: {
|
|
40
|
+
endpoint: string;
|
|
41
|
+
httpMethod: string;
|
|
42
|
+
};
|
|
35
43
|
findBusinessPartnerFuncoesParceirosClientes: {
|
|
36
44
|
endpoint: string;
|
|
37
45
|
method: string;
|
|
@@ -82,6 +90,10 @@ declare const dm: {
|
|
|
82
90
|
endpoint: string;
|
|
83
91
|
httpMethod: string;
|
|
84
92
|
};
|
|
93
|
+
verificaCadastroCompletoByCondicaoPagamento: {
|
|
94
|
+
endpoint: string;
|
|
95
|
+
httpMethod: string;
|
|
96
|
+
};
|
|
85
97
|
};
|
|
86
98
|
equipeVenda: {
|
|
87
99
|
find: {
|
|
@@ -245,6 +257,18 @@ declare const dm: {
|
|
|
245
257
|
httpMethod: string;
|
|
246
258
|
};
|
|
247
259
|
};
|
|
260
|
+
iva: {
|
|
261
|
+
findMonitor: {
|
|
262
|
+
endpoint: string;
|
|
263
|
+
httpMethod: string;
|
|
264
|
+
};
|
|
265
|
+
};
|
|
266
|
+
grupoComprador: {
|
|
267
|
+
findMonitor: {
|
|
268
|
+
endpoint: string;
|
|
269
|
+
httpMethod: string;
|
|
270
|
+
};
|
|
271
|
+
};
|
|
248
272
|
tipoVeiculo: {
|
|
249
273
|
find: {
|
|
250
274
|
endpoint: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dm.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/configs/endpoints.config/dm/dm.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"dm.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/configs/endpoints.config/dm/dm.ts"],"names":[],"mappings":"AAwBA,QAAA,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwBP,CAAA;AAED,eAAe,EAAE,CAAC"}
|
|
@@ -300,6 +300,10 @@ declare const endpointNavigationConfig: {
|
|
|
300
300
|
endpoint: string;
|
|
301
301
|
httpMethod: string;
|
|
302
302
|
};
|
|
303
|
+
findEmpresasIdsByCnpj: {
|
|
304
|
+
endpoint: string;
|
|
305
|
+
httpMethod: string;
|
|
306
|
+
};
|
|
303
307
|
findBusinessPartnerFiliais: {
|
|
304
308
|
endpoint: string;
|
|
305
309
|
method: string;
|
|
@@ -308,6 +312,10 @@ declare const endpointNavigationConfig: {
|
|
|
308
312
|
endpoint: string;
|
|
309
313
|
method: string;
|
|
310
314
|
};
|
|
315
|
+
findFornecedorNfeByCnpj: {
|
|
316
|
+
endpoint: string;
|
|
317
|
+
httpMethod: string;
|
|
318
|
+
};
|
|
311
319
|
findBusinessPartnerFuncoesParceirosClientes: {
|
|
312
320
|
endpoint: string;
|
|
313
321
|
method: string;
|
|
@@ -358,6 +366,10 @@ declare const endpointNavigationConfig: {
|
|
|
358
366
|
endpoint: string;
|
|
359
367
|
httpMethod: string;
|
|
360
368
|
};
|
|
369
|
+
verificaCadastroCompletoByCondicaoPagamento: {
|
|
370
|
+
endpoint: string;
|
|
371
|
+
httpMethod: string;
|
|
372
|
+
};
|
|
361
373
|
};
|
|
362
374
|
equipeVenda: {
|
|
363
375
|
find: {
|
|
@@ -521,6 +533,18 @@ declare const endpointNavigationConfig: {
|
|
|
521
533
|
httpMethod: string;
|
|
522
534
|
};
|
|
523
535
|
};
|
|
536
|
+
iva: {
|
|
537
|
+
findMonitor: {
|
|
538
|
+
endpoint: string;
|
|
539
|
+
httpMethod: string;
|
|
540
|
+
};
|
|
541
|
+
};
|
|
542
|
+
grupoComprador: {
|
|
543
|
+
findMonitor: {
|
|
544
|
+
endpoint: string;
|
|
545
|
+
httpMethod: string;
|
|
546
|
+
};
|
|
547
|
+
};
|
|
524
548
|
tipoVeiculo: {
|
|
525
549
|
find: {
|
|
526
550
|
endpoint: string;
|
|
@@ -938,6 +962,10 @@ declare const endpointNavigationConfig: {
|
|
|
938
962
|
endpoint: string;
|
|
939
963
|
httpMethod: string;
|
|
940
964
|
};
|
|
965
|
+
findOrdensComprasNfeByIdsFornecedores: {
|
|
966
|
+
endpoint: string;
|
|
967
|
+
httpMethod: string;
|
|
968
|
+
};
|
|
941
969
|
};
|
|
942
970
|
historicoAcao: {
|
|
943
971
|
findHistoricoAcaoByIdEntidade: {
|
|
@@ -1338,6 +1366,32 @@ declare const endpointNavigationConfig: {
|
|
|
1338
1366
|
httpMethod: string;
|
|
1339
1367
|
};
|
|
1340
1368
|
};
|
|
1369
|
+
vinculoIva: {
|
|
1370
|
+
findMonitor: {
|
|
1371
|
+
endpoint: string;
|
|
1372
|
+
httpMethod: string;
|
|
1373
|
+
};
|
|
1374
|
+
findOne: {
|
|
1375
|
+
endpoint: string;
|
|
1376
|
+
httpMethod: string;
|
|
1377
|
+
};
|
|
1378
|
+
update: {
|
|
1379
|
+
endpoint: string;
|
|
1380
|
+
httpMethod: string;
|
|
1381
|
+
};
|
|
1382
|
+
create: {
|
|
1383
|
+
endpoint: string;
|
|
1384
|
+
httpMethod: string;
|
|
1385
|
+
};
|
|
1386
|
+
findIdIvaByMaterialAndIdFornecedorAndClassificacaoContabil: {
|
|
1387
|
+
endpoint: string;
|
|
1388
|
+
httpMethod: string;
|
|
1389
|
+
};
|
|
1390
|
+
save: {
|
|
1391
|
+
endpoint: string;
|
|
1392
|
+
httpMethod: string;
|
|
1393
|
+
};
|
|
1394
|
+
};
|
|
1341
1395
|
};
|
|
1342
1396
|
qualidade: {
|
|
1343
1397
|
inspecaoVeiculo: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"endpoints.navigation.d.ts","sourceRoot":"","sources":["../../../../../lib/base/configs/endpoints.config/endpoints.navigation.ts"],"names":[],"mappings":"AA4CA,eAAO,MAAM,SAAS,SAAS,CAAC;AAEhC,QAAA,MAAM,wBAAwB
|
|
1
|
+
{"version":3,"file":"endpoints.navigation.d.ts","sourceRoot":"","sources":["../../../../../lib/base/configs/endpoints.config/endpoints.navigation.ts"],"names":[],"mappings":"AA4CA,eAAO,MAAM,SAAS,SAAS,CAAC;AAEhC,QAAA,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4C7B,CAAC;AAEF,eAAe,wBAAwB,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export declare function apiFindMonitorVinculoIva(body: any): Promise<any>;
|
|
2
|
+
export declare function apiFindOneVinculoIva(id: number): Promise<any>;
|
|
3
|
+
export declare function apiUpdateVinculoIva(body: any): Promise<any>;
|
|
4
|
+
export declare function apiCreateVinculoIva(values: any): Promise<any>;
|
|
5
|
+
export declare function apiFindIdIvaByMaterialAndIdFornecedorAndClassificacaoContabil(material: string, idFornecedor: number, classificacaoContabil: string): Promise<number>;
|
|
6
|
+
export declare function apiSaveVinculoIva(data: any): Promise<number>;
|
|
7
|
+
//# sourceMappingURL=VinculoIvaService.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VinculoIvaService.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/services/modules/centralNfe/vinculoIva/VinculoIvaService.ts"],"names":[],"mappings":"AAKA,wBAAsB,wBAAwB,CAAC,IAAI,KAAA,gBAMlD;AAED,wBAAsB,oBAAoB,CAAC,EAAE,EAAE,MAAM,gBAKpD;AAED,wBAAsB,mBAAmB,CAAC,IAAI,KAAA,gBAM7C;AAED,wBAAsB,mBAAmB,CAAC,MAAM,EAAE,GAAG,gBAMpD;AAED,wBAAsB,6DAA6D,CAAC,QAAQ,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,qBAAqB,EAAE,MAAM,mBAQxJ;AAED,wBAAsB,iBAAiB,CAAC,IAAI,EAAE,GAAG,mBAMhD"}
|
|
@@ -2,4 +2,5 @@ export declare function apiFindMonitorOrdemCompra(body: any): Promise<any>;
|
|
|
2
2
|
export declare function apiFindOneOrdemCompra(id: number): Promise<any>;
|
|
3
3
|
export declare function apiUpdateOrdemCompra(body: any): Promise<any>;
|
|
4
4
|
export declare function apiCancelarOrdemCompra(id: number): Promise<any>;
|
|
5
|
+
export declare function apiFindOrdensComprasNfeByIdsFornecedores(data: any): Promise<any>;
|
|
5
6
|
//# sourceMappingURL=OrdemCompraService.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OrdemCompraService.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/services/modules/compras/ordemCompra/OrdemCompraService.ts"],"names":[],"mappings":"AAKA,wBAAsB,yBAAyB,CAAC,IAAI,KAAA,gBAMnD;AAED,wBAAsB,qBAAqB,CAAC,EAAE,EAAE,MAAM,gBAKrD;AAED,wBAAsB,oBAAoB,CAAC,IAAI,KAAA,gBAM9C;AAED,wBAAsB,sBAAsB,CAAC,EAAE,EAAE,MAAM,gBAKtD"}
|
|
1
|
+
{"version":3,"file":"OrdemCompraService.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/services/modules/compras/ordemCompra/OrdemCompraService.ts"],"names":[],"mappings":"AAKA,wBAAsB,yBAAyB,CAAC,IAAI,KAAA,gBAMnD;AAED,wBAAsB,qBAAqB,CAAC,EAAE,EAAE,MAAM,gBAKrD;AAED,wBAAsB,oBAAoB,CAAC,IAAI,KAAA,gBAM9C;AAED,wBAAsB,sBAAsB,CAAC,EAAE,EAAE,MAAM,gBAKtD;AAED,wBAAsB,wCAAwC,CAAC,IAAI,KAAA,gBAMlE"}
|
|
@@ -5,9 +5,11 @@ export declare function apiFindDmBusinessPartner(body?: IFilterParams): Promise<
|
|
|
5
5
|
export declare function apiFindDmBusinessPartnerCliente(body?: IFilterParams): Promise<TBusinessPartner[] | undefined>;
|
|
6
6
|
export declare function apiFindDmBusinessPartnerFornecedor(body?: IFilterParams): Promise<TBusinessPartner[] | undefined>;
|
|
7
7
|
export declare function apiFindMonitorFornecedor(body?: IFilterParams): Promise<TQueryResponse<any>>;
|
|
8
|
+
export declare function apiFindEmpresasIdsByCnpj(cnpj: string): Promise<any>;
|
|
8
9
|
export declare function apiFindMonitorTransportadora(body?: IFilterParams): Promise<TQueryResponse<any>>;
|
|
9
10
|
export declare function apiFindDmBusinessPartnerFiliais(body?: IFilterParams): Promise<TBusinessPartner[] | undefined>;
|
|
10
11
|
export declare function apiFindDmBusinessPartnerMatrizes(body?: IFilterParams): Promise<TBusinessPartner[] | undefined>;
|
|
12
|
+
export declare function apiFindFornecedorNfeByCnpj(cnpj: string): Promise<any>;
|
|
11
13
|
export declare function apiFindDmBusinessPartnerFuncoesParceirosClientes(body?: IFilterParams): Promise<TBusinessPartner[] | undefined>;
|
|
12
14
|
export declare function apiFindDmBusinessPartnerFuncoesParceirosFornecedores(body?: IFilterParams): Promise<TBusinessPartner[] | undefined>;
|
|
13
15
|
export declare function apiFindDmVendedoresAKARepresentantesVendas(data?: {}): Promise<TBusinessPartner[]>;
|
package/dist/@types/base/services/modules/dm/businessPartner/BusinessPartnerService.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BusinessPartnerService.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/services/modules/dm/businessPartner/BusinessPartnerService.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AACjE,OAAO,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,MAAM,wCAAwC,CAAC;AAK7F,wBAAsB,uBAAuB,CAAC,EAAE,EAAE,MAAM,6BAKvD;AAED,wBAAsB,wBAAwB,CAAC,IAAI,CAAC,EAAE,aAAa,+CAMlE;AAED,wBAAsB,+BAA+B,CAAC,IAAI,CAAC,EAAE,aAAa,2CASzE;AAED,wBAAsB,kCAAkC,CAAC,IAAI,CAAC,EAAE,aAAa,2CAS5E;AAED,wBAAsB,wBAAwB,CAAC,IAAI,CAAC,EAAE,aAAa,gCAMlE;AAED,wBAAsB,4BAA4B,CAAC,IAAI,CAAC,EAAE,aAAa,gCAMtE;AAED,wBAAsB,+BAA+B,CAAC,IAAI,CAAC,EAAE,aAAa,2CASzE;AAED,wBAAsB,gCAAgC,CAAC,IAAI,CAAC,EAAE,aAAa,2CAS1E;AAED,wBAAsB,gDAAgD,CAAC,IAAI,CAAC,EAAE,aAAa,2CAS1F;AAED,wBAAsB,oDAAoD,CAAC,IAAI,CAAC,EAAE,aAAa,2CAS9F;AAED,wBAAsB,0CAA0C,CAAC,IAAI,KAAK,+BAMzE;AAED,wBAAsB,yDAAyD,CAAC,eAAe,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,gCAK9H"}
|
|
1
|
+
{"version":3,"file":"BusinessPartnerService.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/services/modules/dm/businessPartner/BusinessPartnerService.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AACjE,OAAO,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,MAAM,wCAAwC,CAAC;AAK7F,wBAAsB,uBAAuB,CAAC,EAAE,EAAE,MAAM,6BAKvD;AAED,wBAAsB,wBAAwB,CAAC,IAAI,CAAC,EAAE,aAAa,+CAMlE;AAED,wBAAsB,+BAA+B,CAAC,IAAI,CAAC,EAAE,aAAa,2CASzE;AAED,wBAAsB,kCAAkC,CAAC,IAAI,CAAC,EAAE,aAAa,2CAS5E;AAED,wBAAsB,wBAAwB,CAAC,IAAI,CAAC,EAAE,aAAa,gCAMlE;AAED,wBAAsB,wBAAwB,CAAC,IAAI,EAAE,MAAM,gBAK1D;AAED,wBAAsB,4BAA4B,CAAC,IAAI,CAAC,EAAE,aAAa,gCAMtE;AAED,wBAAsB,+BAA+B,CAAC,IAAI,CAAC,EAAE,aAAa,2CASzE;AAED,wBAAsB,gCAAgC,CAAC,IAAI,CAAC,EAAE,aAAa,2CAS1E;AAED,wBAAsB,0BAA0B,CAAC,IAAI,EAAE,MAAM,gBAK5D;AAED,wBAAsB,gDAAgD,CAAC,IAAI,CAAC,EAAE,aAAa,2CAS1F;AAED,wBAAsB,oDAAoD,CAAC,IAAI,CAAC,EAAE,aAAa,2CAS9F;AAED,wBAAsB,0CAA0C,CAAC,IAAI,KAAK,+BAMzE;AAED,wBAAsB,yDAAyD,CAAC,eAAe,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,gCAK9H"}
|
package/dist/@types/base/services/modules/dm/condicaoPagamento/CondicaoPagamentoService.d.ts
CHANGED
|
@@ -2,4 +2,5 @@ import { IFilterParams, TQueryResponse } from "@base/@types";
|
|
|
2
2
|
import { TCondicaoPagamento } from "@base/@types/models/dm/condicaoPagamento";
|
|
3
3
|
export declare function apiFindDmCondicaoPagamento(data?: {}): Promise<TCondicaoPagamento[]>;
|
|
4
4
|
export declare function apiFindMonitorCondicaoPagamento(body?: IFilterParams): Promise<TQueryResponse<any>>;
|
|
5
|
+
export declare function apiFindVerificaCadastroCompletoByCondicaoPagamento(condicaoPagamento: string): Promise<TQueryResponse<any>>;
|
|
5
6
|
//# sourceMappingURL=CondicaoPagamentoService.d.ts.map
|
package/dist/@types/base/services/modules/dm/condicaoPagamento/CondicaoPagamentoService.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CondicaoPagamentoService.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/services/modules/dm/condicaoPagamento/CondicaoPagamentoService.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAC7D,OAAO,EAAE,kBAAkB,EAAE,MAAM,0CAA0C,CAAC;AAK9E,wBAAsB,0BAA0B,CAAC,IAAI,KAAK,iCAMzD;AAED,wBAAsB,+BAA+B,CAAC,IAAI,CAAC,EAAE,aAAa,gCAMzE"}
|
|
1
|
+
{"version":3,"file":"CondicaoPagamentoService.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/services/modules/dm/condicaoPagamento/CondicaoPagamentoService.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAC7D,OAAO,EAAE,kBAAkB,EAAE,MAAM,0CAA0C,CAAC;AAK9E,wBAAsB,0BAA0B,CAAC,IAAI,KAAK,iCAMzD;AAED,wBAAsB,+BAA+B,CAAC,IAAI,CAAC,EAAE,aAAa,gCAMzE;AAED,wBAAsB,kDAAkD,CAAC,iBAAiB,EAAE,MAAM,gCAKjG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GrupoCompradorService.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/services/modules/dm/grupoComprador/GrupoCompradorService.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAKjE,wBAAsB,4BAA4B,CAAC,IAAI,CAAC,EAAE,aAAa,gCAMtE"}
|
|
@@ -14,8 +14,10 @@ export * from './incoterms/IncotermsService';
|
|
|
14
14
|
export * from './produto/ProdutoService';
|
|
15
15
|
export * from './setorAtividade/SetorAtividadeService';
|
|
16
16
|
export * from './tipoDocumentoVenda/TipoDocumentoVendaService';
|
|
17
|
+
export * from './user/UserService';
|
|
18
|
+
export * from './iva/IvaService';
|
|
19
|
+
export * from './grupoComprador/GrupoCompradorService';
|
|
17
20
|
export * from './tipoOrdemVenda/TipoOrdemVendaService';
|
|
18
21
|
export * from './tipoVeiculo/TipoVeiculoService';
|
|
19
22
|
export * from './municipio/MunicipioService';
|
|
20
|
-
export * from './user/UserService';
|
|
21
23
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/services/modules/dm/index.ts"],"names":[],"mappings":"AACA,cAAc,0CAA0C,CAAC;AACzD,cAAc,8CAA8C,CAAC;AAC7D,cAAc,wBAAwB,CAAC;AACvC,cAAc,kCAAkC,CAAC;AACjD,cAAc,8CAA8C,CAAC;AAC7D,cAAc,sCAAsC,CAAC;AACrD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,kCAAkC,CAAC;AACjD,cAAc,0CAA0C,CAAC;AACzD,cAAc,wCAAwC,CAAC;AACvD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,kCAAkC,CAAC;AACjD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,0BAA0B,CAAC;AACzC,cAAc,wCAAwC,CAAC;AACvD,cAAc,gDAAgD,CAAC;AAC/D,cAAc,wCAAwC,CAAC;AACvD,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/services/modules/dm/index.ts"],"names":[],"mappings":"AACA,cAAc,0CAA0C,CAAC;AACzD,cAAc,8CAA8C,CAAC;AAC7D,cAAc,wBAAwB,CAAC;AACvC,cAAc,kCAAkC,CAAC;AACjD,cAAc,8CAA8C,CAAC;AAC7D,cAAc,sCAAsC,CAAC;AACrD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,kCAAkC,CAAC;AACjD,cAAc,0CAA0C,CAAC;AACzD,cAAc,wCAAwC,CAAC;AACvD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,kCAAkC,CAAC;AACjD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,0BAA0B,CAAC;AACzC,cAAc,wCAAwC,CAAC;AACvD,cAAc,gDAAgD,CAAC;AAC/D,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC;AACjC,cAAc,wCAAwC,CAAC;AACvD,cAAc,wCAAwC,CAAC;AACvD,cAAc,kCAAkC,CAAC;AACjD,cAAc,8BAA8B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IvaService.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/services/modules/dm/iva/IvaService.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAKjE,wBAAsB,iBAAiB,CAAC,IAAI,CAAC,EAAE,aAAa,gCAM3D"}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
const n = "production", t = "http://localhost:8081", o = "http://172.16.14.27:30001",
|
|
2
|
-
API_URL:
|
|
1
|
+
const n = "production", t = "http://localhost:8081", o = "http://172.16.14.27:30001", e = n === "development" || !o ? t : window?.location?.origin?.replace(":5173", ":8081").replace(":31000", ":30001") ?? o, c = void 0, _ = void 0, i = {
|
|
2
|
+
API_URL: e,
|
|
3
3
|
GOOGLE_MAP_API_KEY: c,
|
|
4
|
-
GOOGLE_MAP_MAP_ID:
|
|
4
|
+
GOOGLE_MAP_MAP_ID: _,
|
|
5
5
|
NODE_ENV: n,
|
|
6
6
|
DEV_API_URL: t,
|
|
7
7
|
BUILD_API_URL: o
|
|
8
8
|
};
|
|
9
9
|
export {
|
|
10
|
-
|
|
10
|
+
e as API_URL,
|
|
11
11
|
c as GOOGLE_MAP_API_KEY,
|
|
12
|
-
|
|
12
|
+
_ as GOOGLE_MAP_MAP_ID,
|
|
13
13
|
i as default
|
|
14
14
|
};
|
|
15
15
|
//# sourceMappingURL=api.config.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api.config.js","sources":["../../../lib/base/configs/api.config.ts"],"sourcesContent":["/**\n * @desc Ambiente atual.\n *\n * \"development\" -> iniciado com \"yarn start\".\n *\n * \"production\" -> versão gerado com \"yarn build\".\n **/\nconst NODE_ENV = import.meta.env.MODE\n\n/**\n * @desc Endereço da API usado em modo de desenvolvimento, quando rodando a aplicação com \"yarn start\".\n *\n * @see http://localhost:8080/api (LOCAL)\n *\n * @see http://172.16.14.27:30001/api (QAS)\n *\n * */\n\nconst DEV_API_URL = 'http://localhost:8081'\n\n/**\n * @desc Endereço da API usado em versão de produção.\n *\n * VITE_APP_API_URL é definido no arquivo \".env.development\" e \".env.production\".\n *\n * Ambiente \".env.development\" é usado com o comando \"yarn build:dev\".\n *\n * Ambiente \".env.production\" é usado com o comando \"yarn build:prod\".\n *\n * Os ambientes sobrescrevem qualquer outro ambiente e as variáveis carregadas neles.\n **/\nconst BUILD_API_URL = import.meta.env.VITE_APP_API_URL\n\n/**\n * @desc Endereço atual da API.\n **/\n\nexport const API_URL = NODE_ENV === 'development' || !BUILD_API_URL ? DEV_API_URL : window?.location?.origin?.replace(':31000', ':30001') ?? BUILD_API_URL\n\nexport const GOOGLE_MAP_API_KEY = import.meta.env.VITE_APP_GOOGLE_MAP_API_KEY\nexport const GOOGLE_MAP_MAP_ID = import.meta.env.VITE_APP_GOOGLE_MAP_MAP_ID\n\nconst apiConfig = {\n API_URL,\n GOOGLE_MAP_API_KEY,\n GOOGLE_MAP_MAP_ID,\n NODE_ENV,\n DEV_API_URL,\n BUILD_API_URL,\n}\n\nexport default apiConfig\n"],"names":["NODE_ENV","DEV_API_URL","BUILD_API_URL","API_URL","GOOGLE_MAP_API_KEY","GOOGLE_MAP_MAP_ID","apiConfig"],"mappings":"AAOA,MAAMA,IAAW,cAWXC,IAAc,yBAadC,IAAgB,6BAMTC,IAAUH,MAAa,iBAAiB,CAACE,IAAgBD,IAAc,QAAQ,UAAU,QAAQ,QAAQ,UAAU,QAAQ,KAAKC,
|
|
1
|
+
{"version":3,"file":"api.config.js","sources":["../../../lib/base/configs/api.config.ts"],"sourcesContent":["/**\n * @desc Ambiente atual.\n *\n * \"development\" -> iniciado com \"yarn start\".\n *\n * \"production\" -> versão gerado com \"yarn build\".\n **/\nconst NODE_ENV = import.meta.env.MODE\n\n/**\n * @desc Endereço da API usado em modo de desenvolvimento, quando rodando a aplicação com \"yarn start\".\n *\n * @see http://localhost:8080/api (LOCAL)\n *\n * @see http://172.16.14.27:30001/api (QAS)\n *\n * */\n\nconst DEV_API_URL = 'http://localhost:8081'\n\n/**\n * @desc Endereço da API usado em versão de produção.\n *\n * VITE_APP_API_URL é definido no arquivo \".env.development\" e \".env.production\".\n *\n * Ambiente \".env.development\" é usado com o comando \"yarn build:dev\".\n *\n * Ambiente \".env.production\" é usado com o comando \"yarn build:prod\".\n *\n * Os ambientes sobrescrevem qualquer outro ambiente e as variáveis carregadas neles.\n **/\nconst BUILD_API_URL = import.meta.env.VITE_APP_API_URL\n\n/**\n * @desc Endereço atual da API.\n **/\n\nexport const API_URL = NODE_ENV === 'development' || !BUILD_API_URL ? DEV_API_URL : window?.location?.origin?.replace(':5173', ':8081').replace(':31000', ':30001') ?? BUILD_API_URL\n\nexport const GOOGLE_MAP_API_KEY = import.meta.env.VITE_APP_GOOGLE_MAP_API_KEY\nexport const GOOGLE_MAP_MAP_ID = import.meta.env.VITE_APP_GOOGLE_MAP_MAP_ID\n\nconst apiConfig = {\n API_URL,\n GOOGLE_MAP_API_KEY,\n GOOGLE_MAP_MAP_ID,\n NODE_ENV,\n DEV_API_URL,\n BUILD_API_URL,\n}\n\nexport default apiConfig\n"],"names":["NODE_ENV","DEV_API_URL","BUILD_API_URL","API_URL","GOOGLE_MAP_API_KEY","GOOGLE_MAP_MAP_ID","apiConfig"],"mappings":"AAOA,MAAMA,IAAW,cAWXC,IAAc,yBAadC,IAAgB,6BAMTC,IAAUH,MAAa,iBAAiB,CAACE,IAAgBD,IAAc,QAAQ,UAAU,QAAQ,QAAQ,SAAS,OAAO,EAAE,QAAQ,UAAU,QAAQ,KAAKC,GAE1JE,IAAqB,QACrBC,IAAoB,QAE3BC,IAAY;AAAA,EACd,SAAAH;AAAA,EACA,oBAAAC;AAAA,EACA,mBAAAC;AAAA,EACA,UAAAL;AAAA,EACA,aAAAC;AAAA,EACA,eAAAC;AACJ;"}
|
|
@@ -1,16 +1,18 @@
|
|
|
1
1
|
import o from "./config/intervaloPrecoXml.js";
|
|
2
2
|
import r from "./config/notificacaoCentralNfe.js";
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
|
|
3
|
+
import i from "./config/vinculoUnidadeMedida.js";
|
|
4
|
+
import t from "./config/cnpjLiberadoNota.js";
|
|
5
|
+
import m from "./config/nfe.js";
|
|
6
|
+
import a from "./config/vinculoIva.js";
|
|
7
|
+
const d = {
|
|
7
8
|
notificacaoCentralNfe: r,
|
|
8
9
|
intervaloPrecoXml: o,
|
|
9
|
-
vinculoUnidadeMedida:
|
|
10
|
-
cnpjLiberadoNota:
|
|
11
|
-
nfe:
|
|
10
|
+
vinculoUnidadeMedida: i,
|
|
11
|
+
cnpjLiberadoNota: t,
|
|
12
|
+
nfe: m,
|
|
13
|
+
vinculoIva: a
|
|
12
14
|
};
|
|
13
15
|
export {
|
|
14
|
-
|
|
16
|
+
d as default
|
|
15
17
|
};
|
|
16
18
|
//# 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\"\n\nconst centralNfe = {\n notificacaoCentralNfe,\n intervaloPrecoXml,\n vinculoUnidadeMedida,\n cnpjLiberadoNota,\n nfe\n}\n\nexport default centralNfe"],"names":["centralNfe","notificacaoCentralNfe","intervaloPrecoXml","vinculoUnidadeMedida","cnpjLiberadoNota","nfe"],"mappings":"
|
|
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\"\n\nconst centralNfe = {\n notificacaoCentralNfe,\n intervaloPrecoXml,\n vinculoUnidadeMedida,\n cnpjLiberadoNota,\n nfe,\n vinculoIva\n}\n\nexport default centralNfe"],"names":["centralNfe","notificacaoCentralNfe","intervaloPrecoXml","vinculoUnidadeMedida","cnpjLiberadoNota","nfe","vinculoIva"],"mappings":";;;;;;AAOA,MAAMA,IAAa;AAAA,EACf,uBAAAC;AAAA,EACA,mBAAAC;AAAA,EACA,sBAAAC;AAAA,EACA,kBAAAC;AAAA,EACA,KAAAC;AAAA,EACA,YAAAC;AACJ;"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
const t = "/central-nfe/api/vinculo-iva", n = {
|
|
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
|
+
findIdIvaByMaterialAndIdFornecedorAndClassificacaoContabil: { endpoint: `${t}/{nMaterial}/{idFornecedor}/{classificacaoContabil}/id-iva`, httpMethod: "get" },
|
|
7
|
+
save: { endpoint: `${t}/save`, httpMethod: "post" }
|
|
8
|
+
};
|
|
9
|
+
export {
|
|
10
|
+
n as default
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=vinculoIva.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vinculoIva.js","sources":["../../../../../../lib/base/configs/endpoints.config/centralNfe/config/vinculoIva.ts"],"sourcesContent":["const VINCULO_IVA_BASE_URL = '/central-nfe/api/vinculo-iva'\n\nconst vinculoIva = {\n findMonitor: { endpoint: `${VINCULO_IVA_BASE_URL}/find-monitor`, httpMethod: 'post' },\n findOne: { endpoint: VINCULO_IVA_BASE_URL, httpMethod: 'get' },\n update: { endpoint: VINCULO_IVA_BASE_URL, httpMethod: 'patch' },\n create: { endpoint: VINCULO_IVA_BASE_URL, httpMethod: 'post' },\n findIdIvaByMaterialAndIdFornecedorAndClassificacaoContabil: { endpoint: `${VINCULO_IVA_BASE_URL}/{nMaterial}/{idFornecedor}/{classificacaoContabil}/id-iva`, httpMethod: 'get' },\n save: { endpoint: `${VINCULO_IVA_BASE_URL}/save`, httpMethod: 'post' },\n}\n\nexport default vinculoIva"],"names":["VINCULO_IVA_BASE_URL","vinculoIva"],"mappings":"AAAA,MAAMA,IAAuB,gCAEvBC,IAAa;AAAA,EACf,aAAa,EAAE,UAAU,GAAGD,CAAoB,iBAAiB,YAAY,OAAA;AAAA,EAC7E,SAAS,EAAE,UAAUA,GAAsB,YAAY,MAAA;AAAA,EACvD,QAAQ,EAAE,UAAUA,GAAsB,YAAY,QAAA;AAAA,EACtD,QAAQ,EAAE,UAAUA,GAAsB,YAAY,OAAA;AAAA,EACtD,4DAA4D,EAAE,UAAU,GAAGA,CAAoB,8DAA8D,YAAY,MAAA;AAAA,EACzK,MAAM,EAAE,UAAU,GAAGA,CAAoB,SAAS,YAAY,OAAA;AAClE;"}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
const
|
|
2
|
-
findMonitor: { endpoint: `${
|
|
3
|
-
findOne: { endpoint:
|
|
4
|
-
update: { endpoint:
|
|
5
|
-
cancelar: { endpoint: `${
|
|
1
|
+
const o = "/compras/api/ordem-compra", t = {
|
|
2
|
+
findMonitor: { endpoint: `${o}/find-monitor`, httpMethod: "post" },
|
|
3
|
+
findOne: { endpoint: o, httpMethod: "get" },
|
|
4
|
+
update: { endpoint: o, httpMethod: "put" },
|
|
5
|
+
cancelar: { endpoint: `${o}/{id}/cancelar`, httpMethod: "post" },
|
|
6
|
+
findOrdensComprasNfeByIdsFornecedores: { endpoint: `${o}/find-ordens-compras-by-ids-fornecedores`, httpMethod: "post" }
|
|
6
7
|
};
|
|
7
8
|
export {
|
|
8
|
-
|
|
9
|
+
t as default
|
|
9
10
|
};
|
|
10
11
|
//# sourceMappingURL=ordemCompra.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ordemCompra.js","sources":["../../../../../../lib/base/configs/endpoints.config/compras/config/ordemCompra.ts"],"sourcesContent":["const ORDEM_COMPRA_BASE_URL = '/compras/api/ordem-compra'\n\nconst ordemCompra = {\n findMonitor: { endpoint: `${ORDEM_COMPRA_BASE_URL}/find-monitor`, httpMethod: 'post' },\n findOne: { endpoint: ORDEM_COMPRA_BASE_URL, httpMethod: 'get' },\n update: { endpoint: ORDEM_COMPRA_BASE_URL, httpMethod: 'put' },\n cancelar: { endpoint: `${ORDEM_COMPRA_BASE_URL}/{id}/cancelar`, httpMethod: 'post' }
|
|
1
|
+
{"version":3,"file":"ordemCompra.js","sources":["../../../../../../lib/base/configs/endpoints.config/compras/config/ordemCompra.ts"],"sourcesContent":["const ORDEM_COMPRA_BASE_URL = '/compras/api/ordem-compra'\n\nconst ordemCompra = {\n findMonitor: { endpoint: `${ORDEM_COMPRA_BASE_URL}/find-monitor`, httpMethod: 'post' },\n findOne: { endpoint: ORDEM_COMPRA_BASE_URL, httpMethod: 'get' },\n update: { endpoint: ORDEM_COMPRA_BASE_URL, httpMethod: 'put' },\n cancelar: { endpoint: `${ORDEM_COMPRA_BASE_URL}/{id}/cancelar`, httpMethod: 'post' },\n findOrdensComprasNfeByIdsFornecedores: { endpoint: `${ORDEM_COMPRA_BASE_URL}/find-ordens-compras-by-ids-fornecedores`, httpMethod: 'post' },\n}\n\nexport default ordemCompra"],"names":["ORDEM_COMPRA_BASE_URL","ordemCompra"],"mappings":"AAAA,MAAMA,IAAwB,6BAExBC,IAAc;AAAA,EAChB,aAAa,EAAE,UAAU,GAAGD,CAAqB,iBAAiB,YAAY,OAAA;AAAA,EAC9E,SAAS,EAAE,UAAUA,GAAuB,YAAY,MAAA;AAAA,EACxD,QAAQ,EAAE,UAAUA,GAAuB,YAAY,MAAA;AAAA,EACvD,UAAU,EAAE,UAAU,GAAGA,CAAqB,kBAAkB,YAAY,OAAA;AAAA,EAC5E,uCAAuC,EAAE,UAAU,GAAGA,CAAqB,4CAA4C,YAAY,OAAA;AACvI;"}
|
|
@@ -5,8 +5,10 @@ const n = "/dados-mestres/api/dm/business-partner", e = {
|
|
|
5
5
|
findBusinessPartnerFornecedor: { endpoint: `${n}/find-business-partner-is-fornecedor`, method: "post" },
|
|
6
6
|
findMonitorFornecedor: { endpoint: `${n}/find-monitor-fornecedor`, httpMethod: "post" },
|
|
7
7
|
findMonitorTransportadora: { endpoint: `${n}/find-monitor-transportadora`, httpMethod: "post" },
|
|
8
|
+
findEmpresasIdsByCnpj: { endpoint: `${n}/{cnpj}/find-empresas-ids`, httpMethod: "get" },
|
|
8
9
|
findBusinessPartnerFiliais: { endpoint: `${n}/find-business-partner-filiais`, method: "post" },
|
|
9
10
|
findBusinessPartnerMatrizes: { endpoint: `${n}/find-business-partner-matrizes`, method: "post" },
|
|
11
|
+
findFornecedorNfeByCnpj: { endpoint: `${n}/{cnpj}/find-fornecedor-nfe`, httpMethod: "get" },
|
|
10
12
|
findBusinessPartnerFuncoesParceirosClientes: { endpoint: `${n}/find-bp-vinculo-funcao-parceiros-clientes`, method: "post" },
|
|
11
13
|
findBusinessPartnerFuncoesParceirosFornecedores: { endpoint: `${n}/find-bp-vinculo-funcao-parceiros-fornecedores`, method: "post" },
|
|
12
14
|
findBusinessPartnerByClientOrSupplierFunction: { endpoint: `${n}/find-vendedores-aka-representantes-vendas`, method: "get" },
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"businessPartner.js","sources":["../../../../../../lib/base/configs/endpoints.config/dm/config/businessPartner.ts"],"sourcesContent":["const BUSINESS_PARTNER_BASE_URL = '/dados-mestres/api/dm/business-partner'\n\nconst businessPartner = {\n findOne: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/`, method: 'get' },\n find: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/find`, method: 'post' },\n findBusinessPartnerCliente: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/find-business-partner-is-cliente`, method: 'post' },\n findBusinessPartnerFornecedor: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/find-business-partner-is-fornecedor`, method: 'post' },\n findMonitorFornecedor: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/find-monitor-fornecedor`, httpMethod: 'post' },\n findMonitorTransportadora: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/find-monitor-transportadora`, httpMethod: 'post' },\n findBusinessPartnerFiliais: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/find-business-partner-filiais`, method: 'post' },\n findBusinessPartnerMatrizes: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/find-business-partner-matrizes`, method: 'post' },\n findBusinessPartnerFuncoesParceirosClientes: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/find-bp-vinculo-funcao-parceiros-clientes`, method: 'post' },\n findBusinessPartnerFuncoesParceirosFornecedores: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/find-bp-vinculo-funcao-parceiros-fornecedores`, method: 'post' },\n findBusinessPartnerByClientOrSupplierFunction: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/find-vendedores-aka-representantes-vendas`, method: 'get' },\n findSalesAreasByBusinessPartnerAndSetorAtividade: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/find-sales-areas-client-by-business-partner-and-setor-atividade/`, method: 'get' }
|
|
1
|
+
{"version":3,"file":"businessPartner.js","sources":["../../../../../../lib/base/configs/endpoints.config/dm/config/businessPartner.ts"],"sourcesContent":["const BUSINESS_PARTNER_BASE_URL = '/dados-mestres/api/dm/business-partner'\n\nconst businessPartner = {\n findOne: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/`, method: 'get' },\n find: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/find`, method: 'post' },\n findBusinessPartnerCliente: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/find-business-partner-is-cliente`, method: 'post' },\n findBusinessPartnerFornecedor: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/find-business-partner-is-fornecedor`, method: 'post' },\n findMonitorFornecedor: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/find-monitor-fornecedor`, httpMethod: 'post' },\n findMonitorTransportadora: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/find-monitor-transportadora`, httpMethod: 'post' },\n findEmpresasIdsByCnpj: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/{cnpj}/find-empresas-ids`, httpMethod: 'get' },\n findBusinessPartnerFiliais: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/find-business-partner-filiais`, method: 'post' },\n findBusinessPartnerMatrizes: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/find-business-partner-matrizes`, method: 'post' },\n findFornecedorNfeByCnpj: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/{cnpj}/find-fornecedor-nfe`, httpMethod: 'get' },\n findBusinessPartnerFuncoesParceirosClientes: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/find-bp-vinculo-funcao-parceiros-clientes`, method: 'post' },\n findBusinessPartnerFuncoesParceirosFornecedores: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/find-bp-vinculo-funcao-parceiros-fornecedores`, method: 'post' },\n findBusinessPartnerByClientOrSupplierFunction: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/find-vendedores-aka-representantes-vendas`, method: 'get' },\n findSalesAreasByBusinessPartnerAndSetorAtividade: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/find-sales-areas-client-by-business-partner-and-setor-atividade/`, method: 'get' }\n}\n\nexport default businessPartner"],"names":["BUSINESS_PARTNER_BASE_URL","businessPartner"],"mappings":"AAAA,MAAMA,IAA4B,0CAE5BC,IAAkB;AAAA,EACpB,SAAS,EAAE,UAAU,GAAGD,CAAyB,KAAK,QAAQ,MAAA;AAAA,EAC9D,MAAM,EAAE,UAAU,GAAGA,CAAyB,SAAS,QAAQ,OAAA;AAAA,EAC/D,4BAA4B,EAAE,UAAU,GAAGA,CAAyB,qCAAqC,QAAQ,OAAA;AAAA,EACjH,+BAA+B,EAAE,UAAU,GAAGA,CAAyB,wCAAwC,QAAQ,OAAA;AAAA,EACvH,uBAAuB,EAAE,UAAU,GAAGA,CAAyB,4BAA4B,YAAY,OAAA;AAAA,EACvG,2BAA2B,EAAE,UAAU,GAAGA,CAAyB,gCAAgC,YAAY,OAAA;AAAA,EAC/G,uBAAuB,EAAE,UAAU,GAAGA,CAAyB,6BAA6B,YAAY,MAAA;AAAA,EACxG,4BAA4B,EAAE,UAAU,GAAGA,CAAyB,kCAAkC,QAAQ,OAAA;AAAA,EAC9G,6BAA6B,EAAE,UAAU,GAAGA,CAAyB,mCAAmC,QAAQ,OAAA;AAAA,EAChH,yBAAyB,EAAE,UAAU,GAAGA,CAAyB,+BAA+B,YAAY,MAAA;AAAA,EAC5G,6CAA6C,EAAE,UAAU,GAAGA,CAAyB,8CAA8C,QAAQ,OAAA;AAAA,EAC3I,iDAAiD,EAAE,UAAU,GAAGA,CAAyB,kDAAkD,QAAQ,OAAA;AAAA,EACnJ,+CAA+C,EAAE,UAAU,GAAGA,CAAyB,8CAA8C,QAAQ,MAAA;AAAA,EAC7I,kDAAkD,EAAE,UAAU,GAAGA,CAAyB,qEAAqE,QAAQ,MAAA;AAC3K;"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
const o = "/dados-mestres/api/dm/condicao-pagamento", t = {
|
|
2
2
|
find: { endpoint: `${o}/find`, method: "post" },
|
|
3
|
-
findMonitor: { endpoint: `${o}/find-monitor`, httpMethod: "post" }
|
|
3
|
+
findMonitor: { endpoint: `${o}/find-monitor`, httpMethod: "post" },
|
|
4
|
+
verificaCadastroCompletoByCondicaoPagamento: { endpoint: `${o}/{condicaoPagamento}/verifica-cadastro-completo`, httpMethod: "get" }
|
|
4
5
|
};
|
|
5
6
|
export {
|
|
6
7
|
t as default
|