@orbe-agro/client-core 5.3.229 → 5.3.231
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/@ecme/services/axios/AxiosBase.js +1 -1
- package/dist/@ecme/services/axios/AxiosBase.js.map +1 -1
- package/dist/@types/base/@types/api/request/originacao/TLiquidarContratoRequest.d.ts +1 -0
- package/dist/@types/base/@types/api/request/originacao/TLiquidarContratoRequest.d.ts.map +1 -1
- package/dist/@types/base/@types/api/response/originacao/TDeveAlterarDataPagamentoResponse.d.ts +4 -0
- package/dist/@types/base/@types/api/response/originacao/TDeveAlterarDataPagamentoResponse.d.ts.map +1 -0
- package/dist/@types/base/@types/models/dm/produto.d.ts +8 -0
- package/dist/@types/base/@types/models/dm/produto.d.ts.map +1 -1
- package/dist/@types/base/@types/models/racao/jurosCompostos.d.ts +24 -0
- package/dist/@types/base/@types/models/racao/jurosCompostos.d.ts.map +1 -0
- package/dist/@types/base/@types/models/racao/tabelaPreco.d.ts +2 -0
- package/dist/@types/base/@types/models/racao/tabelaPreco.d.ts.map +1 -1
- package/dist/@types/base/configs/endpoints.config/endpoints.navigation.d.ts +24 -0
- package/dist/@types/base/configs/endpoints.config/endpoints.navigation.d.ts.map +1 -1
- package/dist/@types/base/configs/endpoints.config/originacao/config/pagamento.d.ts +2 -0
- package/dist/@types/base/configs/endpoints.config/originacao/config/pagamento.d.ts.map +1 -1
- package/dist/@types/base/configs/endpoints.config/originacao/originacao.d.ts +2 -0
- package/dist/@types/base/configs/endpoints.config/originacao/originacao.d.ts.map +1 -1
- package/dist/@types/base/configs/endpoints.config/racao/config/jurosCompostos.d.ts +24 -0
- package/dist/@types/base/configs/endpoints.config/racao/config/jurosCompostos.d.ts.map +1 -0
- package/dist/@types/base/configs/endpoints.config/racao/racao.d.ts +22 -0
- package/dist/@types/base/configs/endpoints.config/racao/racao.d.ts.map +1 -1
- package/dist/@types/base/services/modules/originacao/pagamento/pagamentoService.d.ts +3 -0
- package/dist/@types/base/services/modules/originacao/pagamento/pagamentoService.d.ts.map +1 -1
- package/dist/@types/base/services/modules/racao/index.d.ts +6 -2
- package/dist/@types/base/services/modules/racao/index.d.ts.map +1 -1
- package/dist/@types/base/services/modules/racao/jurosCompostos/JurosCompostosService.d.ts +8 -0
- package/dist/@types/base/services/modules/racao/jurosCompostos/JurosCompostosService.d.ts.map +1 -0
- package/dist/@types/base/utils/colorClassName/badge.d.ts.map +1 -1
- package/dist/@types/base/utils/functions/stringUtils.d.ts.map +1 -1
- package/dist/base/@types/api/response/originacao/TDeveAlterarDataPagamentoResponse.js +2 -0
- package/dist/base/@types/api/response/originacao/TDeveAlterarDataPagamentoResponse.js.map +1 -0
- package/dist/base/@types/models/racao/jurosCompostos.js +5 -0
- package/dist/base/@types/models/racao/jurosCompostos.js.map +1 -0
- package/dist/base/configs/endpoints.config/originacao/config/pagamento.js +3 -1
- package/dist/base/configs/endpoints.config/originacao/config/pagamento.js.map +1 -1
- package/dist/base/configs/endpoints.config/racao/config/jurosCompostos.js +11 -0
- package/dist/base/configs/endpoints.config/racao/config/jurosCompostos.js.map +1 -0
- package/dist/base/configs/endpoints.config/racao/racao.js +19 -17
- package/dist/base/configs/endpoints.config/racao/racao.js.map +1 -1
- package/dist/base/index.js +376 -350
- package/dist/base/index.js.map +1 -1
- package/dist/base/services/index.js +357 -331
- package/dist/base/services/index.js.map +1 -1
- package/dist/base/services/modules/index.js +358 -332
- package/dist/base/services/modules/index.js.map +1 -1
- package/dist/base/services/modules/originacao/pagamento/pagamentoService.js +24 -10
- package/dist/base/services/modules/originacao/pagamento/pagamentoService.js.map +1 -1
- package/dist/base/services/modules/racao/index.js +79 -53
- package/dist/base/services/modules/racao/index.js.map +1 -1
- package/dist/base/services/modules/racao/jurosCompostos/JurosCompostosService.js +44 -0
- package/dist/base/services/modules/racao/jurosCompostos/JurosCompostosService.js.map +1 -0
- package/dist/base/utils/colorClassName/badge.js +4 -1
- package/dist/base/utils/colorClassName/badge.js.map +1 -1
- package/dist/base/utils/functions/stringUtils.js +4 -1
- package/dist/base/utils/functions/stringUtils.js.map +1 -1
- package/lib/@ecme/services/axios/AxiosBase.ts +1 -1
- package/lib/base/@types/api/request/originacao/TLiquidarContratoRequest.ts +1 -0
- package/lib/base/@types/api/response/originacao/TDeveAlterarDataPagamentoResponse.ts +3 -0
- package/lib/base/@types/models/dm/produto.ts +9 -0
- package/lib/base/@types/models/racao/jurosCompostos.ts +25 -0
- package/lib/base/@types/models/racao/tabelaPreco.ts +2 -0
- package/lib/base/configs/endpoints.config/originacao/config/pagamento.ts +2 -0
- package/lib/base/configs/endpoints.config/racao/config/jurosCompostos.ts +11 -0
- package/lib/base/configs/endpoints.config/racao/racao.ts +2 -0
- package/lib/base/services/modules/originacao/pagamento/pagamentoService.ts +15 -0
- package/lib/base/services/modules/racao/index.ts +7 -3
- package/lib/base/services/modules/racao/jurosCompostos/JurosCompostosService.ts +44 -0
- package/lib/base/utils/colorClassName/badge.ts +3 -0
- package/lib/base/utils/functions/stringUtils.ts +3 -0
- package/package.json +1 -1
|
@@ -7,7 +7,7 @@ import l from "./AxiosResponseIntrceptorErrorCallback.js";
|
|
|
7
7
|
import { getCurrentMicrofrontendId as n, useLoadingConfigStore as i } from "../../../base/store/loadingConfigStore.js";
|
|
8
8
|
import { useThemeStore as a } from "../../store/themeStore.js";
|
|
9
9
|
const g = s.create({
|
|
10
|
-
timeout:
|
|
10
|
+
timeout: 6e5,
|
|
11
11
|
baseURL: f
|
|
12
12
|
});
|
|
13
13
|
let t = 0;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AxiosBase.js","sources":["../../../../lib/@ecme/services/axios/AxiosBase.ts"],"sourcesContent":["import type { AxiosError } from \"axios\";\nimport axios from \"axios\";\nimport { API_URL } from \"~/base/configs/api.config\";\nimport { useThemeStore } from \"@/store\";\nimport { useLoadingConfigStore, getCurrentMicrofrontendId } from \"@base/store\";\nimport AxiosRequestIntrceptorConfigCallback from \"./AxiosRequestIntrceptorConfigCallback\";\nimport AxiosResponseIntrceptorErrorCallback from \"./AxiosResponseIntrceptorErrorCallback\";\n\nconst AxiosBase = axios.create({\n timeout:
|
|
1
|
+
{"version":3,"file":"AxiosBase.js","sources":["../../../../lib/@ecme/services/axios/AxiosBase.ts"],"sourcesContent":["import type { AxiosError } from \"axios\";\nimport axios from \"axios\";\nimport { API_URL } from \"~/base/configs/api.config\";\nimport { useThemeStore } from \"@/store\";\nimport { useLoadingConfigStore, getCurrentMicrofrontendId } from \"@base/store\";\nimport AxiosRequestIntrceptorConfigCallback from \"./AxiosRequestIntrceptorConfigCallback\";\nimport AxiosResponseIntrceptorErrorCallback from \"./AxiosResponseIntrceptorErrorCallback\";\n\nconst AxiosBase = axios.create({\n timeout: 600000,\n baseURL: API_URL,\n});\n\nlet activeRequests = 0;\n\nAxiosBase.interceptors.request.use(\n (config) => {\n activeRequests++;\n if (activeRequests === 1) {\n const microfrontendId = getCurrentMicrofrontendId();\n const loadingConfig = useLoadingConfigStore.getState();\n if (loadingConfig.getGlobalLoadingEnabled(microfrontendId)) {\n useThemeStore.getState().setLoading(true);\n }\n }\n return AxiosRequestIntrceptorConfigCallback(config);\n },\n (error) => {\n activeRequests = Math.max(0, activeRequests - 1);\n if (activeRequests === 0) {\n const microfrontendId = getCurrentMicrofrontendId();\n const loadingConfig = useLoadingConfigStore.getState();\n if (loadingConfig.getGlobalLoadingEnabled(microfrontendId)) {\n useThemeStore.getState().setLoading(false);\n }\n }\n return Promise.reject(error);\n }\n);\n\nAxiosBase.interceptors.response.use(\n (response) => {\n activeRequests = Math.max(0, activeRequests - 1);\n if (activeRequests === 0) {\n const microfrontendId = getCurrentMicrofrontendId();\n const loadingConfig = useLoadingConfigStore.getState();\n if (loadingConfig.getGlobalLoadingEnabled(microfrontendId)) {\n useThemeStore.getState().setLoading(false);\n }\n }\n return response;\n },\n (error: AxiosError) => {\n activeRequests = Math.max(0, activeRequests - 1);\n if (activeRequests === 0) {\n const microfrontendId = getCurrentMicrofrontendId();\n const loadingConfig = useLoadingConfigStore.getState();\n if (loadingConfig.getGlobalLoadingEnabled(microfrontendId)) {\n useThemeStore.getState().setLoading(false);\n }\n }\n AxiosResponseIntrceptorErrorCallback(error);\n return Promise.reject(error);\n }\n);\n\nexport default AxiosBase;\n"],"names":["AxiosBase","axios","API_URL","activeRequests","config","microfrontendId","getCurrentMicrofrontendId","useLoadingConfigStore","useThemeStore","AxiosRequestIntrceptorConfigCallback","error","response","AxiosResponseIntrceptorErrorCallback"],"mappings":";;;;;;;;AAQM,MAAAA,IAAYC,EAAM,OAAO;AAAA,EAC7B,SAAS;AAAA,EACT,SAASC;AACX,CAAC;AAED,IAAIC,IAAiB;AAErBH,EAAU,aAAa,QAAQ;AAAA,EAC7B,CAACI,MAAW;AAEV,QADAD,KACIA,MAAmB,GAAG;AACxB,YAAME,IAAkBC,EAA0B;AAE9C,MADkBC,EAAsB,SAAS,EACnC,wBAAwBF,CAAe,KACzCG,EAAA,SAAA,EAAW,WAAW,EAAI;AAAA,IAC1C;AAEF,WAAOC,EAAqCL,CAAM;AAAA,EACpD;AAAA,EACA,CAACM,MAAU;AAET,QADAP,IAAiB,KAAK,IAAI,GAAGA,IAAiB,CAAC,GAC3CA,MAAmB,GAAG;AACxB,YAAME,IAAkBC,EAA0B;AAE9C,MADkBC,EAAsB,SAAS,EACnC,wBAAwBF,CAAe,KACzCG,EAAA,SAAA,EAAW,WAAW,EAAK;AAAA,IAC3C;AAEK,WAAA,QAAQ,OAAOE,CAAK;AAAA,EAAA;AAE/B;AAEAV,EAAU,aAAa,SAAS;AAAA,EAC9B,CAACW,MAAa;AAEZ,QADAR,IAAiB,KAAK,IAAI,GAAGA,IAAiB,CAAC,GAC3CA,MAAmB,GAAG;AACxB,YAAME,IAAkBC,EAA0B;AAE9C,MADkBC,EAAsB,SAAS,EACnC,wBAAwBF,CAAe,KACzCG,EAAA,SAAA,EAAW,WAAW,EAAK;AAAA,IAC3C;AAEK,WAAAG;AAAA,EACT;AAAA,EACA,CAACD,MAAsB;AAErB,QADAP,IAAiB,KAAK,IAAI,GAAGA,IAAiB,CAAC,GAC3CA,MAAmB,GAAG;AACxB,YAAME,IAAkBC,EAA0B;AAE9C,MADkBC,EAAsB,SAAS,EACnC,wBAAwBF,CAAe,KACzCG,EAAA,SAAA,EAAW,WAAW,EAAK;AAAA,IAC3C;AAEF,WAAAI,EAAqCF,CAAK,GACnC,QAAQ,OAAOA,CAAK;AAAA,EAAA;AAE/B;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TLiquidarContratoRequest.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/@types/api/request/originacao/TLiquidarContratoRequest.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,wBAAwB,GAAG;IACnC,QAAQ,EAAE,MAAM,CAAC;IACjB,eAAe,EAAE,MAAM,CAAC;IACxB,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"TLiquidarContratoRequest.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/@types/api/request/originacao/TLiquidarContratoRequest.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,wBAAwB,GAAG;IACnC,QAAQ,EAAE,MAAM,CAAC;IACjB,eAAe,EAAE,MAAM,CAAC;IACxB,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,aAAa,CAAC,EAAE,MAAM,CAAC;CAC1B,CAAA"}
|
package/dist/@types/base/@types/api/response/originacao/TDeveAlterarDataPagamentoResponse.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TDeveAlterarDataPagamentoResponse.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/@types/api/response/originacao/TDeveAlterarDataPagamentoResponse.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,iCAAiC,GAAG;IAC5C,WAAW,EAAE,OAAO,CAAC;CACxB,CAAA"}
|
|
@@ -15,6 +15,7 @@ export type TProduto = {
|
|
|
15
15
|
grupoCategoriaItem: string;
|
|
16
16
|
margem: number;
|
|
17
17
|
centrosProduto: TCentroProduto[];
|
|
18
|
+
areasAvaliacao: TAreaAvaliacao[];
|
|
18
19
|
unidadesMedida: TUnidadeMedida[];
|
|
19
20
|
};
|
|
20
21
|
export type TCentroProduto = {
|
|
@@ -31,6 +32,13 @@ export type TLocalArmazenamentoProduto = {
|
|
|
31
32
|
localizacaoArmazenamento: string;
|
|
32
33
|
marcadoExclusao: boolean;
|
|
33
34
|
};
|
|
35
|
+
export type TAreaAvaliacao = {
|
|
36
|
+
id: number;
|
|
37
|
+
areaAvaliacao: string;
|
|
38
|
+
utilizacaoMaterial: string;
|
|
39
|
+
origemMaterial: string;
|
|
40
|
+
precoStandard: number;
|
|
41
|
+
};
|
|
34
42
|
export type TUnidadeMedida = {
|
|
35
43
|
id: number;
|
|
36
44
|
ativo: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"produto.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/@types/models/dm/produto.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,QAAQ,GAAG;IACnB,EAAE,EAAE,MAAM,CAAC;IACX,kBAAkB,EAAE,OAAO,CAAC;IAC5B,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,eAAe,EAAE,OAAO,CAAC;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,MAAM,EAAE,MAAM,CAAC;IACf,cAAc,EAAE,cAAc,EAAE,CAAC;IACjC,cAAc,EAAE,cAAc,EAAE,CAAC;CACpC,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,MAAM,CAAC;IACf,YAAY,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;IAClB,0BAA0B,EAAE,0BAA0B,EAAE,CAAC;CAC5D,CAAC;AAEF,MAAM,MAAM,0BAA0B,GAAG;IACrC,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,OAAO,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,wBAAwB,EAAE,MAAM,CAAC;IACjC,eAAe,EAAE,OAAO,CAAC;CAC5B,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,OAAO,CAAC;IACf,kBAAkB,EAAE,MAAM,CAAC;IAC3B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,qBAAqB,EAAE,MAAM,CAAC;IAC9B,cAAc,EAAE,MAAM,CAAC;IACvB,aAAa,EAAE,MAAM,CAAC;IACtB,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,wBAAwB,EAAE,MAAM,CAAC;IACjC,iCAAiC,EAAE,MAAM,CAAC;IAC1C,mCAAmC,EAAE,MAAM,CAAC;IAC5C,+BAA+B,EAAE,MAAM,CAAC;IACxC,8BAA8B,EAAE,MAAM,CAAC;IACvC,oBAAoB,EAAE,MAAM,CAAC;IAC7B,6BAA6B,EAAE,MAAM,CAAC;IACtC,6BAA6B,EAAE,MAAM,CAAC;IACtC,uBAAuB,EAAE,MAAM,CAAC;IAChC,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF,MAAM,MAAM,2BAA2B,GAAG;IACtC,EAAE,EAAE,MAAM,CAAA;IACV,MAAM,EAAE,MAAM,CAAA;IACd,SAAS,EAAE,MAAM,CAAA;IACjB,cAAc,EAAE,MAAM,EAAE,CAAA;CAC3B,CAAA;AAED,MAAM,MAAM,kBAAkB,GAAG,QAAQ,CAAA"}
|
|
1
|
+
{"version":3,"file":"produto.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/@types/models/dm/produto.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,QAAQ,GAAG;IACnB,EAAE,EAAE,MAAM,CAAC;IACX,kBAAkB,EAAE,OAAO,CAAC;IAC5B,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,eAAe,EAAE,OAAO,CAAC;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,MAAM,EAAE,MAAM,CAAC;IACf,cAAc,EAAE,cAAc,EAAE,CAAC;IACjC,cAAc,EAAE,cAAc,EAAE,CAAC;IACjC,cAAc,EAAE,cAAc,EAAE,CAAC;CACpC,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,MAAM,CAAC;IACf,YAAY,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;IAClB,0BAA0B,EAAE,0BAA0B,EAAE,CAAC;CAC5D,CAAC;AAEF,MAAM,MAAM,0BAA0B,GAAG;IACrC,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,OAAO,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,wBAAwB,EAAE,MAAM,CAAC;IACjC,eAAe,EAAE,OAAO,CAAC;CAC5B,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,aAAa,EAAE,MAAM,CAAC;IACtB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,cAAc,EAAE,MAAM,CAAC;IACvB,aAAa,EAAE,MAAM,CAAC;CACzB,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,OAAO,CAAC;IACf,kBAAkB,EAAE,MAAM,CAAC;IAC3B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,qBAAqB,EAAE,MAAM,CAAC;IAC9B,cAAc,EAAE,MAAM,CAAC;IACvB,aAAa,EAAE,MAAM,CAAC;IACtB,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,wBAAwB,EAAE,MAAM,CAAC;IACjC,iCAAiC,EAAE,MAAM,CAAC;IAC1C,mCAAmC,EAAE,MAAM,CAAC;IAC5C,+BAA+B,EAAE,MAAM,CAAC;IACxC,8BAA8B,EAAE,MAAM,CAAC;IACvC,oBAAoB,EAAE,MAAM,CAAC;IAC7B,6BAA6B,EAAE,MAAM,CAAC;IACtC,6BAA6B,EAAE,MAAM,CAAC;IACtC,uBAAuB,EAAE,MAAM,CAAC;IAChC,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF,MAAM,MAAM,2BAA2B,GAAG;IACtC,EAAE,EAAE,MAAM,CAAA;IACV,MAAM,EAAE,MAAM,CAAA;IACd,SAAS,EAAE,MAAM,CAAA;IACjB,cAAc,EAAE,MAAM,EAAE,CAAA;CAC3B,CAAA;AAED,MAAM,MAAM,kBAAkB,GAAG,QAAQ,CAAA"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export declare enum tipoJurosCompostos {
|
|
2
|
+
DENTRO_ESTADO = "DENTRO_ESTADO",
|
|
3
|
+
FORA_ESTADO = "FORA_ESTADO"
|
|
4
|
+
}
|
|
5
|
+
export type TJurosCompostosColumnDef = {
|
|
6
|
+
id: number;
|
|
7
|
+
dataCriacao: string;
|
|
8
|
+
usuarioCriacaoId: number;
|
|
9
|
+
usuarioCriacaoNome: string;
|
|
10
|
+
produtoId?: number;
|
|
11
|
+
codigoProduto?: string;
|
|
12
|
+
descricaoProduto?: string;
|
|
13
|
+
percentual: number;
|
|
14
|
+
prazo: string;
|
|
15
|
+
tipoJurosCompostos: string;
|
|
16
|
+
};
|
|
17
|
+
export type TJurosCompostos = {
|
|
18
|
+
id?: number;
|
|
19
|
+
produtoId: number;
|
|
20
|
+
percentual: number;
|
|
21
|
+
prazo: string;
|
|
22
|
+
tipoJurosCompostos: tipoJurosCompostos | string;
|
|
23
|
+
};
|
|
24
|
+
//# sourceMappingURL=jurosCompostos.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"jurosCompostos.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/@types/models/racao/jurosCompostos.ts"],"names":[],"mappings":"AAAA,oBAAY,kBAAkB;IAC1B,aAAa,kBAAkB;IAC/B,WAAW,gBAAgB;CAC9B;AAED,MAAM,MAAM,wBAAwB,GAAG;IACnC,EAAE,EAAE,MAAM,CAAA;IACV,WAAW,EAAE,MAAM,CAAA;IACnB,gBAAgB,EAAE,MAAM,CAAA;IACxB,kBAAkB,EAAE,MAAM,CAAA;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB,UAAU,EAAE,MAAM,CAAA;IAClB,KAAK,EAAE,MAAM,CAAA;IACb,kBAAkB,EAAE,MAAM,CAAA;CAC7B,CAAA;AAED,MAAM,MAAM,eAAe,GAAG;IAC1B,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,SAAS,EAAE,MAAM,CAAA;IACjB,UAAU,EAAE,MAAM,CAAA;IAClB,KAAK,EAAE,MAAM,CAAA;IACb,kBAAkB,EAAE,kBAAkB,GAAG,MAAM,CAAA;CAClD,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tabelaPreco.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/@types/models/racao/tabelaPreco.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAA;AAE9C,MAAM,MAAM,qBAAqB,GAAG;IAChC,EAAE,EAAE,MAAM,CAAA;IACV,WAAW,EAAE,MAAM,CAAA;IACnB,gBAAgB,EAAE,MAAM,CAAA;IACxB,kBAAkB,EAAE,MAAM,CAAA;CAC7B,CAAA;AAED,MAAM,MAAM,YAAY,GAAG;IACvB,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,eAAe,EAAE,gBAAgB,CAAA;IACjC,QAAQ,EAAE,mBAAmB,EAAE,CAAA;IAC/B,YAAY,EAAE,aAAa,EAAE,CAAA;CAChC,CAAA;AAED,MAAM,MAAM,gBAAgB,GAAG;IAC3B,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,OAAO,EAAE,MAAM,CAAA;IACf,QAAQ,EAAE,MAAM,CAAA;IAChB,MAAM,EAAE,MAAM,CAAA;IACd,SAAS,EAAE,MAAM,CAAA;CACpB,CAAA;AAED,MAAM,MAAM,mBAAmB,GAAG;IAC9B,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,SAAS,EAAE,MAAM,CAAA;IACjB,MAAM,EAAE,MAAM,CAAA;IACd,WAAW,EAAE,MAAM,CAAA;IACnB,YAAY,EAAE,MAAM,CAAA;IACpB,SAAS,EAAE,MAAM,CAAA;IACjB,MAAM,EAAE,MAAM,CAAA;
|
|
1
|
+
{"version":3,"file":"tabelaPreco.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/@types/models/racao/tabelaPreco.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAA;AAE9C,MAAM,MAAM,qBAAqB,GAAG;IAChC,EAAE,EAAE,MAAM,CAAA;IACV,WAAW,EAAE,MAAM,CAAA;IACnB,gBAAgB,EAAE,MAAM,CAAA;IACxB,kBAAkB,EAAE,MAAM,CAAA;CAC7B,CAAA;AAED,MAAM,MAAM,YAAY,GAAG;IACvB,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,eAAe,EAAE,gBAAgB,CAAA;IACjC,QAAQ,EAAE,mBAAmB,EAAE,CAAA;IAC/B,YAAY,EAAE,aAAa,EAAE,CAAA;CAChC,CAAA;AAED,MAAM,MAAM,gBAAgB,GAAG;IAC3B,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,OAAO,EAAE,MAAM,CAAA;IACf,QAAQ,EAAE,MAAM,CAAA;IAChB,MAAM,EAAE,MAAM,CAAA;IACd,SAAS,EAAE,MAAM,CAAA;CACpB,CAAA;AAED,MAAM,MAAM,mBAAmB,GAAG;IAC9B,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,SAAS,EAAE,MAAM,CAAA;IACjB,MAAM,EAAE,MAAM,CAAA;IACd,WAAW,EAAE,MAAM,CAAA;IACnB,YAAY,EAAE,MAAM,CAAA;IACpB,SAAS,EAAE,MAAM,CAAA;IACjB,aAAa,EAAE,MAAM,CAAA;IACrB,MAAM,EAAE,MAAM,CAAA;IACd,cAAc,EAAE,MAAM,CAAA;CACzB,CAAA"}
|
|
@@ -301,6 +301,28 @@ declare const endpointNavigationConfig: {
|
|
|
301
301
|
method: string;
|
|
302
302
|
};
|
|
303
303
|
};
|
|
304
|
+
jurosCompostos: {
|
|
305
|
+
findOne: {
|
|
306
|
+
endpoint: string;
|
|
307
|
+
method: string;
|
|
308
|
+
};
|
|
309
|
+
add: {
|
|
310
|
+
endpoint: string;
|
|
311
|
+
method: string;
|
|
312
|
+
};
|
|
313
|
+
update: {
|
|
314
|
+
endpoint: string;
|
|
315
|
+
method: string;
|
|
316
|
+
};
|
|
317
|
+
delete: {
|
|
318
|
+
endpoint: string;
|
|
319
|
+
method: string;
|
|
320
|
+
};
|
|
321
|
+
findMonitor: {
|
|
322
|
+
endpoint: string;
|
|
323
|
+
method: string;
|
|
324
|
+
};
|
|
325
|
+
};
|
|
304
326
|
};
|
|
305
327
|
roles: {
|
|
306
328
|
add: string;
|
|
@@ -1514,6 +1536,8 @@ declare const endpointNavigationConfig: {
|
|
|
1514
1536
|
findAll: (params?: string) => string;
|
|
1515
1537
|
prorrogarData: (id: string) => string;
|
|
1516
1538
|
liberarPagamento: (id: string) => string;
|
|
1539
|
+
bloquearPagamento: (id: string) => string;
|
|
1540
|
+
deveAlterarDataPagamento: (contratoId: string) => string;
|
|
1517
1541
|
};
|
|
1518
1542
|
termoFunrural: {
|
|
1519
1543
|
add: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"endpoints.navigation.d.ts","sourceRoot":"","sources":["../../../../../lib/base/configs/endpoints.config/endpoints.navigation.ts"],"names":[],"mappings":"AAgDA,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":"AAgDA,eAAO,MAAM,SAAS,SAAS,CAAC;AAEhC,QAAA,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgD7B,CAAC;AAEF,eAAe,wBAAwB,CAAC"}
|
|
@@ -2,6 +2,8 @@ declare const pagamento: {
|
|
|
2
2
|
findAll: (params?: string) => string;
|
|
3
3
|
prorrogarData: (id: string) => string;
|
|
4
4
|
liberarPagamento: (id: string) => string;
|
|
5
|
+
bloquearPagamento: (id: string) => string;
|
|
6
|
+
deveAlterarDataPagamento: (contratoId: string) => string;
|
|
5
7
|
};
|
|
6
8
|
export default pagamento;
|
|
7
9
|
//# sourceMappingURL=pagamento.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pagamento.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/configs/endpoints.config/originacao/config/pagamento.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;uBACQ,MAAM;wBACL,MAAM;2BACH,MAAM;
|
|
1
|
+
{"version":3,"file":"pagamento.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/configs/endpoints.config/originacao/config/pagamento.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;uBACQ,MAAM;wBACL,MAAM;2BACH,MAAM;4BACL,MAAM;2CACS,MAAM;CAChD,CAAA;AAED,eAAe,SAAS,CAAC"}
|
|
@@ -294,6 +294,8 @@ declare const originacao: {
|
|
|
294
294
|
findAll: (params?: string) => string;
|
|
295
295
|
prorrogarData: (id: string) => string;
|
|
296
296
|
liberarPagamento: (id: string) => string;
|
|
297
|
+
bloquearPagamento: (id: string) => string;
|
|
298
|
+
deveAlterarDataPagamento: (contratoId: string) => string;
|
|
297
299
|
};
|
|
298
300
|
termoFunrural: {
|
|
299
301
|
add: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"originacao.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/configs/endpoints.config/originacao/originacao.ts"],"names":[],"mappings":"AA+BA,QAAA,MAAM,UAAU
|
|
1
|
+
{"version":3,"file":"originacao.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/configs/endpoints.config/originacao/originacao.ts"],"names":[],"mappings":"AA+BA,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+Bf,CAAA;AAED,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
declare const jurosCompostos: {
|
|
2
|
+
findOne: {
|
|
3
|
+
endpoint: string;
|
|
4
|
+
method: string;
|
|
5
|
+
};
|
|
6
|
+
add: {
|
|
7
|
+
endpoint: string;
|
|
8
|
+
method: string;
|
|
9
|
+
};
|
|
10
|
+
update: {
|
|
11
|
+
endpoint: string;
|
|
12
|
+
method: string;
|
|
13
|
+
};
|
|
14
|
+
delete: {
|
|
15
|
+
endpoint: string;
|
|
16
|
+
method: string;
|
|
17
|
+
};
|
|
18
|
+
findMonitor: {
|
|
19
|
+
endpoint: string;
|
|
20
|
+
method: string;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
export default jurosCompostos;
|
|
24
|
+
//# sourceMappingURL=jurosCompostos.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"jurosCompostos.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/configs/endpoints.config/racao/config/jurosCompostos.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;CAMnB,CAAA;AAED,eAAe,cAAc,CAAA"}
|
|
@@ -277,6 +277,28 @@ declare const racao: {
|
|
|
277
277
|
method: string;
|
|
278
278
|
};
|
|
279
279
|
};
|
|
280
|
+
jurosCompostos: {
|
|
281
|
+
findOne: {
|
|
282
|
+
endpoint: string;
|
|
283
|
+
method: string;
|
|
284
|
+
};
|
|
285
|
+
add: {
|
|
286
|
+
endpoint: string;
|
|
287
|
+
method: string;
|
|
288
|
+
};
|
|
289
|
+
update: {
|
|
290
|
+
endpoint: string;
|
|
291
|
+
method: string;
|
|
292
|
+
};
|
|
293
|
+
delete: {
|
|
294
|
+
endpoint: string;
|
|
295
|
+
method: string;
|
|
296
|
+
};
|
|
297
|
+
findMonitor: {
|
|
298
|
+
endpoint: string;
|
|
299
|
+
method: string;
|
|
300
|
+
};
|
|
301
|
+
};
|
|
280
302
|
};
|
|
281
303
|
export default racao;
|
|
282
304
|
//# sourceMappingURL=racao.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"racao.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/configs/endpoints.config/racao/racao.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"racao.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/configs/endpoints.config/racao/racao.ts"],"names":[],"mappings":"AAaA,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAaV,CAAA;AAED,eAAe,KAAK,CAAA"}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { TQueryResponse } from "@base/@types/api";
|
|
2
|
+
import { TDeveAlterarDataPagamentoResponse } from "@base/@types/api/response/originacao/TDeveAlterarDataPagamentoResponse";
|
|
2
3
|
import { TFindAllPagamentoResponse } from "@base/@types/api/response/originacao/TFindAllPagamentoResponse";
|
|
3
4
|
export declare function apiFindAllPagamento(params?: string): Promise<TQueryResponse<TFindAllPagamentoResponse>>;
|
|
4
5
|
export declare function apiProrrogarDataPagamento(id: number | string, novaDataPagamento: string): Promise<void>;
|
|
5
6
|
export declare function apiLiberarPagamento(id: number | string): Promise<void>;
|
|
7
|
+
export declare function apiBloquearPagamento(id: number | string): Promise<void>;
|
|
8
|
+
export declare function apiDeveAlterarDataPagamento(contratoId: number | string): Promise<TDeveAlterarDataPagamentoResponse>;
|
|
6
9
|
//# sourceMappingURL=pagamentoService.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pagamentoService.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/services/modules/originacao/pagamento/pagamentoService.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,yBAAyB,EAAE,MAAM,gEAAgE,CAAC;AAK3G,wBAAsB,mBAAmB,CAAC,MAAM,CAAC,EAAE,MAAM,sDAKxD;AAED,wBAAsB,yBAAyB,CAAC,EAAE,EAAE,MAAM,GAAG,MAAM,EAAE,iBAAiB,EAAE,MAAM,iBAM7F;AAED,wBAAsB,mBAAmB,CAAC,EAAE,EAAE,MAAM,GAAG,MAAM,iBAK5D"}
|
|
1
|
+
{"version":3,"file":"pagamentoService.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/services/modules/originacao/pagamento/pagamentoService.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,iCAAiC,EAAE,MAAM,wEAAwE,CAAC;AAC3H,OAAO,EAAE,yBAAyB,EAAE,MAAM,gEAAgE,CAAC;AAK3G,wBAAsB,mBAAmB,CAAC,MAAM,CAAC,EAAE,MAAM,sDAKxD;AAED,wBAAsB,yBAAyB,CAAC,EAAE,EAAE,MAAM,GAAG,MAAM,EAAE,iBAAiB,EAAE,MAAM,iBAM7F;AAED,wBAAsB,mBAAmB,CAAC,EAAE,EAAE,MAAM,GAAG,MAAM,iBAK5D;AAED,wBAAsB,oBAAoB,CAAC,EAAE,EAAE,MAAM,GAAG,MAAM,iBAK7D;AAED,wBAAsB,2BAA2B,CAAC,UAAU,EAAE,MAAM,GAAG,MAAM,8CAK5E"}
|
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
export * from './autorizacaoAtendimentoCliente/AutorizacaoAtendimentoClienteService';
|
|
2
|
+
export * from './carga/CargaService';
|
|
3
|
+
export * from './contratoCredito/ContratoCreditoService';
|
|
4
|
+
export * from './desconto/DescontoService';
|
|
2
5
|
export * from './gestaoComissaoRepresentante/GestaoComissaoRepresentanteService';
|
|
6
|
+
export * from './jurosCompostos/JurosCompostosService';
|
|
3
7
|
export * from './metaMensal/MetaMensalService';
|
|
8
|
+
export * from './metaVendaRepresentante/MetaVendaRepresentanteService';
|
|
9
|
+
export * from './pedidoVenda/PedidoVendaService';
|
|
4
10
|
export * from './segmentoProduto/SegmentoProdutoService';
|
|
5
11
|
export * from './tabelaPreco/TabelaPrecoService';
|
|
6
12
|
export * from './vinculoMaterialCentro/VinculoMaterialCentroService';
|
|
7
|
-
export * from './pedidoVenda/PedidoVendaService';
|
|
8
|
-
export * from './carga/CargaService';
|
|
9
13
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/services/modules/racao/index.ts"],"names":[],"mappings":"AACA,cAAc,sEAAsE,CAAC;AACrF,cAAc,kEAAkE,CAAC;AACjF,cAAc,gCAAgC,CAAC;AAC/C,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/services/modules/racao/index.ts"],"names":[],"mappings":"AACA,cAAc,sEAAsE,CAAC;AACrF,cAAc,sBAAsB,CAAC;AACrC,cAAc,0CAA0C,CAAC;AACzD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,kEAAkE,CAAC;AACjF,cAAc,wCAAwC,CAAC;AACvD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,wDAAwD,CAAC;AACvE,cAAc,kCAAkC,CAAC;AACjD,cAAc,0CAA0C,CAAC;AACzD,cAAc,kCAAkC,CAAC;AACjD,cAAc,sDAAsD,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { IFilterParams, TQueryResponse } from "@base/@types/api";
|
|
2
|
+
import { TJurosCompostos } from "@base/@types/models/racao/jurosCompostos";
|
|
3
|
+
export declare function apiGetRacaoJurosCompostos(id: number): Promise<TJurosCompostos>;
|
|
4
|
+
export declare function apiAddRacaoJurosCompostos(body: TJurosCompostos): Promise<TQueryResponse<TJurosCompostos>>;
|
|
5
|
+
export declare function apiUpdateRacaoJurosCompostos(body: TJurosCompostos): Promise<TQueryResponse<TJurosCompostos>>;
|
|
6
|
+
export declare function apiDeleteRacaoJurosCompostos(id: number): Promise<TQueryResponse<TJurosCompostos>>;
|
|
7
|
+
export declare function apiFindMonitorRacaoJurosCompostos(body?: IFilterParams): Promise<TQueryResponse<TJurosCompostos>>;
|
|
8
|
+
//# sourceMappingURL=JurosCompostosService.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"JurosCompostosService.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/services/modules/racao/jurosCompostos/JurosCompostosService.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AACjE,OAAO,EAAE,eAAe,EAAE,MAAM,0CAA0C,CAAC;AAK3E,wBAAsB,yBAAyB,CAAC,EAAE,EAAE,MAAM,4BAKzD;AAED,wBAAsB,yBAAyB,CAAC,IAAI,EAAE,eAAe,4CAMpE;AAED,wBAAsB,4BAA4B,CAAC,IAAI,EAAE,eAAe,4CAMvE;AAED,wBAAsB,4BAA4B,CAAC,EAAE,EAAE,MAAM,4CAK5D;AAED,wBAAsB,iCAAiC,CAAC,IAAI,CAAC,EAAE,aAAa,4CAM3E"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"badge.d.ts","sourceRoot":"","sources":["../../../../../lib/base/utils/colorClassName/badge.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,kBAAkB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"badge.d.ts","sourceRoot":"","sources":["../../../../../lib/base/utils/colorClassName/badge.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,kBAAkB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CA0DrD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stringUtils.d.ts","sourceRoot":"","sources":["../../../../../lib/base/utils/functions/stringUtils.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,KAAK,YAAY,GAAG;IAChB,QAAQ,CAAC,EAAE;QACP,IAAI,CAAC,EAAE;YACH,MAAM,CAAC,EAAE,MAAM,CAAC;YAChB,OAAO,CAAC,EAAE,MAAM,CAAC;SACpB,CAAC;KACL,CAAC;IACF,QAAQ,CAAC,EAAE,MAAM,GAAG;QAAE,MAAM,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;IACxC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE;QACH,OAAO,CAAC,EAAE,MAAM,CAAC;KACpB,GAAG,MAAM,CAAC;CACd,CAAC;AAEF;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,YAAY,GAAG,MAAM,GAAG,MAAM,CAqBxE;
|
|
1
|
+
{"version":3,"file":"stringUtils.d.ts","sourceRoot":"","sources":["../../../../../lib/base/utils/functions/stringUtils.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,KAAK,YAAY,GAAG;IAChB,QAAQ,CAAC,EAAE;QACP,IAAI,CAAC,EAAE;YACH,MAAM,CAAC,EAAE,MAAM,CAAC;YAChB,OAAO,CAAC,EAAE,MAAM,CAAC;SACpB,CAAC;KACL,CAAC;IACF,QAAQ,CAAC,EAAE,MAAM,GAAG;QAAE,MAAM,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;IACxC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE;QACH,OAAO,CAAC,EAAE,MAAM,CAAC;KACpB,GAAG,MAAM,CAAC;CACd,CAAC;AAEF;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,YAAY,GAAG,MAAM,GAAG,MAAM,CAqBxE;AAwED;;;;;;GAMG;AACH,wBAAgB,aAAa,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAGpD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TDeveAlterarDataPagamentoResponse.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"jurosCompostos.js","sources":["../../../../../lib/base/@types/models/racao/jurosCompostos.ts"],"sourcesContent":["export enum tipoJurosCompostos {\n DENTRO_ESTADO = 'DENTRO_ESTADO',\n FORA_ESTADO = 'FORA_ESTADO'\n}\n\nexport type TJurosCompostosColumnDef = {\n id: number\n dataCriacao: string\n usuarioCriacaoId: number\n usuarioCriacaoNome: string\n produtoId?: number\n codigoProduto?: string\n descricaoProduto?: string\n percentual: number\n prazo: string\n tipoJurosCompostos: string\n}\n\nexport type TJurosCompostos = {\n id?: number\n produtoId: number\n percentual: number\n prazo: string\n tipoJurosCompostos: tipoJurosCompostos | string\n}"],"names":["tipoJurosCompostos"],"mappings":"AAAY,IAAAA,sBAAAA,OACRA,EAAA,gBAAgB,iBAChBA,EAAA,cAAc,eAFNA,IAAAA,KAAA,CAAA,CAAA;"}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
const o = {
|
|
2
2
|
findAll: (a) => `/originacao/api/pagamentos${a ? `?${a}` : ""}`,
|
|
3
3
|
prorrogarData: (a) => `/originacao/api/pagamentos/${a}/prorrogar-data`,
|
|
4
|
-
liberarPagamento: (a) => `/originacao/api/pagamentos/${a}/liberar-pagamento
|
|
4
|
+
liberarPagamento: (a) => `/originacao/api/pagamentos/${a}/liberar-pagamento`,
|
|
5
|
+
bloquearPagamento: (a) => `/originacao/api/pagamentos/${a}/bloquear-pagamento`,
|
|
6
|
+
deveAlterarDataPagamento: (a) => `/originacao/api/pagamentos/deve-alterar-data-pagamento${a ? `?contratoId=${a}` : ""}`
|
|
5
7
|
};
|
|
6
8
|
export {
|
|
7
9
|
o as default
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pagamento.js","sources":["../../../../../../lib/base/configs/endpoints.config/originacao/config/pagamento.ts"],"sourcesContent":["const pagamento = {\n findAll: (params?: string) => `/originacao/api/pagamentos${params ? `?${params}` : ''}`,\n prorrogarData: (id: string) => `/originacao/api/pagamentos/${id}/prorrogar-data`,\n liberarPagamento: (id: string) => `/originacao/api/pagamentos/${id}/liberar-pagamento`,\n}\n\nexport default pagamento;\n"],"names":["pagamento","params","id"],"mappings":"AAAA,MAAMA,IAAY;AAAA,EACd,SAAS,CAACC,MAAoB,6BAA6BA,IAAS,IAAIA,CAAM,KAAK,EAAE;AAAA,EACrF,eAAe,CAACC,MAAe,8BAA8BA,CAAE;AAAA,EAC/D,kBAAkB,CAACA,MAAe,8BAA8BA,CAAE;
|
|
1
|
+
{"version":3,"file":"pagamento.js","sources":["../../../../../../lib/base/configs/endpoints.config/originacao/config/pagamento.ts"],"sourcesContent":["const pagamento = {\n findAll: (params?: string) => `/originacao/api/pagamentos${params ? `?${params}` : ''}`,\n prorrogarData: (id: string) => `/originacao/api/pagamentos/${id}/prorrogar-data`,\n liberarPagamento: (id: string) => `/originacao/api/pagamentos/${id}/liberar-pagamento`,\n bloquearPagamento: (id: string) => `/originacao/api/pagamentos/${id}/bloquear-pagamento`,\n deveAlterarDataPagamento: (contratoId: string) => `/originacao/api/pagamentos/deve-alterar-data-pagamento${contratoId ? `?contratoId=${contratoId}` : ''}`,\n}\n\nexport default pagamento;\n"],"names":["pagamento","params","id","contratoId"],"mappings":"AAAA,MAAMA,IAAY;AAAA,EACd,SAAS,CAACC,MAAoB,6BAA6BA,IAAS,IAAIA,CAAM,KAAK,EAAE;AAAA,EACrF,eAAe,CAACC,MAAe,8BAA8BA,CAAE;AAAA,EAC/D,kBAAkB,CAACA,MAAe,8BAA8BA,CAAE;AAAA,EAClE,mBAAmB,CAACA,MAAe,8BAA8BA,CAAE;AAAA,EACnE,0BAA0B,CAACC,MAAuB,yDAAyDA,IAAa,eAAeA,CAAU,KAAK,EAAE;AAC5J;"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
const o = "/racao/api/racao/juros-compostos", t = {
|
|
2
|
+
findOne: { endpoint: `${o}/`, method: "get" },
|
|
3
|
+
add: { endpoint: `${o}`, method: "post" },
|
|
4
|
+
update: { endpoint: `${o}`, method: "put" },
|
|
5
|
+
delete: { endpoint: `${o}/`, method: "delete" },
|
|
6
|
+
findMonitor: { endpoint: `${o}/find-monitor`, method: "post" }
|
|
7
|
+
};
|
|
8
|
+
export {
|
|
9
|
+
t as default
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=jurosCompostos.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"jurosCompostos.js","sources":["../../../../../../lib/base/configs/endpoints.config/racao/config/jurosCompostos.ts"],"sourcesContent":["const JUROS_COMPOSTOS_BASE_URL = '/racao/api/racao/juros-compostos'\n\nconst jurosCompostos = {\n findOne: { endpoint: `${JUROS_COMPOSTOS_BASE_URL}/`, method: 'get' },\n add: { endpoint: `${JUROS_COMPOSTOS_BASE_URL}`, method: 'post' },\n update: { endpoint: `${JUROS_COMPOSTOS_BASE_URL}`, method: 'put' },\n delete: { endpoint: `${JUROS_COMPOSTOS_BASE_URL}/`, method: 'delete' },\n findMonitor: { endpoint: `${JUROS_COMPOSTOS_BASE_URL}/find-monitor`, method: 'post' },\n}\n\nexport default jurosCompostos"],"names":["JUROS_COMPOSTOS_BASE_URL","jurosCompostos"],"mappings":"AAAA,MAAMA,IAA2B,oCAE3BC,IAAiB;AAAA,EACnB,SAAS,EAAE,UAAU,GAAGD,CAAwB,KAAK,QAAQ,MAAM;AAAA,EACnE,KAAK,EAAE,UAAU,GAAGA,CAAwB,IAAI,QAAQ,OAAO;AAAA,EAC/D,QAAQ,EAAE,UAAU,GAAGA,CAAwB,IAAI,QAAQ,MAAM;AAAA,EACjE,QAAQ,EAAE,UAAU,GAAGA,CAAwB,KAAK,QAAQ,SAAS;AAAA,EACrE,aAAa,EAAE,UAAU,GAAGA,CAAwB,iBAAiB,QAAQ,OAAO;AACxF;"}
|
|
@@ -1,28 +1,30 @@
|
|
|
1
1
|
import o from "./config/autorizacaoAtendimentoCliente.js";
|
|
2
2
|
import r from "./config/carga.js";
|
|
3
3
|
import t from "./config/contratoCredito.js";
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import a from "./config/
|
|
7
|
-
import i from "./config/
|
|
4
|
+
import m from "./config/desconto.js";
|
|
5
|
+
import e from "./config/gestaoComissaoRepresentante.js";
|
|
6
|
+
import a from "./config/jurosCompostos.js";
|
|
7
|
+
import i from "./config/metaMensal.js";
|
|
8
|
+
import p from "./config/metaVendaRepresentante.js";
|
|
8
9
|
import n from "./config/pedidoVenda.js";
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
const
|
|
13
|
-
segmentoProduto:
|
|
14
|
-
vinculoMaterialCentro:
|
|
15
|
-
gestaoComissaoRepresentante:
|
|
16
|
-
metaMensal:
|
|
10
|
+
import f from "./config/segmentoProduto.js";
|
|
11
|
+
import s from "./config/tabelaPreco.js";
|
|
12
|
+
import d from "./config/vinculoMaterialCentro.js";
|
|
13
|
+
const x = {
|
|
14
|
+
segmentoProduto: f,
|
|
15
|
+
vinculoMaterialCentro: d,
|
|
16
|
+
gestaoComissaoRepresentante: e,
|
|
17
|
+
metaMensal: i,
|
|
17
18
|
autorizacaoAtendimentoCliente: o,
|
|
18
|
-
tabelaPreco:
|
|
19
|
+
tabelaPreco: s,
|
|
19
20
|
pedidoVenda: n,
|
|
20
21
|
carga: r,
|
|
21
|
-
desconto:
|
|
22
|
-
metaVendaRepresentante:
|
|
23
|
-
contratoCredito: t
|
|
22
|
+
desconto: m,
|
|
23
|
+
metaVendaRepresentante: p,
|
|
24
|
+
contratoCredito: t,
|
|
25
|
+
jurosCompostos: a
|
|
24
26
|
};
|
|
25
27
|
export {
|
|
26
|
-
|
|
28
|
+
x as default
|
|
27
29
|
};
|
|
28
30
|
//# sourceMappingURL=racao.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"racao.js","sources":["../../../../../lib/base/configs/endpoints.config/racao/racao.ts"],"sourcesContent":["import autorizacaoAtendimentoCliente from \"./config/autorizacaoAtendimentoCliente\"\nimport carga from \"./config/carga\"\nimport contratoCredito from \"./config/contratoCredito\"\nimport desconto from \"./config/desconto\"\nimport gestaoComissaoRepresentante from \"./config/gestaoComissaoRepresentante\"\nimport metaMensal from \"./config/metaMensal\"\nimport metaVendaRepresentante from \"./config/metaVendaRepresentante\"\nimport pedidoVenda from \"./config/pedidoVenda\"\nimport segmentoProduto from \"./config/segmentoProduto\"\nimport tabelaPreco from \"./config/tabelaPreco\"\nimport vinculoMaterialCentro from \"./config/vinculoMaterialCentro\"\n\nconst racao = {\n segmentoProduto: segmentoProduto,\n vinculoMaterialCentro: vinculoMaterialCentro,\n gestaoComissaoRepresentante: gestaoComissaoRepresentante,\n metaMensal: metaMensal,\n autorizacaoAtendimentoCliente: autorizacaoAtendimentoCliente,\n tabelaPreco: tabelaPreco,\n pedidoVenda: pedidoVenda,\n carga: carga,\n desconto: desconto,\n metaVendaRepresentante: metaVendaRepresentante,\n contratoCredito: contratoCredito,\n}\n\nexport default racao"],"names":["racao","segmentoProduto","vinculoMaterialCentro","gestaoComissaoRepresentante","metaMensal","autorizacaoAtendimentoCliente","tabelaPreco","pedidoVenda","carga","desconto","metaVendaRepresentante","contratoCredito"],"mappings":"
|
|
1
|
+
{"version":3,"file":"racao.js","sources":["../../../../../lib/base/configs/endpoints.config/racao/racao.ts"],"sourcesContent":["import autorizacaoAtendimentoCliente from \"./config/autorizacaoAtendimentoCliente\"\nimport carga from \"./config/carga\"\nimport contratoCredito from \"./config/contratoCredito\"\nimport desconto from \"./config/desconto\"\nimport gestaoComissaoRepresentante from \"./config/gestaoComissaoRepresentante\"\nimport jurosCompostos from \"./config/jurosCompostos\"\nimport metaMensal from \"./config/metaMensal\"\nimport metaVendaRepresentante from \"./config/metaVendaRepresentante\"\nimport pedidoVenda from \"./config/pedidoVenda\"\nimport segmentoProduto from \"./config/segmentoProduto\"\nimport tabelaPreco from \"./config/tabelaPreco\"\nimport vinculoMaterialCentro from \"./config/vinculoMaterialCentro\"\n\nconst racao = {\n segmentoProduto: segmentoProduto,\n vinculoMaterialCentro: vinculoMaterialCentro,\n gestaoComissaoRepresentante: gestaoComissaoRepresentante,\n metaMensal: metaMensal,\n autorizacaoAtendimentoCliente: autorizacaoAtendimentoCliente,\n tabelaPreco: tabelaPreco,\n pedidoVenda: pedidoVenda,\n carga: carga,\n desconto: desconto,\n metaVendaRepresentante: metaVendaRepresentante,\n contratoCredito: contratoCredito,\n jurosCompostos: jurosCompostos,\n}\n\nexport default racao"],"names":["racao","segmentoProduto","vinculoMaterialCentro","gestaoComissaoRepresentante","metaMensal","autorizacaoAtendimentoCliente","tabelaPreco","pedidoVenda","carga","desconto","metaVendaRepresentante","contratoCredito","jurosCompostos"],"mappings":";;;;;;;;;;;;AAaA,MAAMA,IAAQ;AAAA,EACV,iBAAAC;AAAA,EACA,uBAAAC;AAAA,EACA,6BAAAC;AAAA,EACA,YAAAC;AAAA,EACA,+BAAAC;AAAA,EACA,aAAAC;AAAA,EACA,aAAAC;AAAA,EACA,OAAAC;AAAA,EACA,UAAAC;AAAA,EACA,wBAAAC;AAAA,EACA,iBAAAC;AAAA,EACA,gBAAAC;AACJ;"}
|