@orbe-agro/client-core 5.3.41 → 5.3.42
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contratoFrete.js","sources":["../../../../../lib/base/configs/endpoints.config/transportadora/contratoFrete.ts"],"sourcesContent":["import { update } from \"lodash\"\n\nconst CONTRATO_FRETE_URL = '/api/contrato-frete-pamcard'\n\nconst contratoFrete = {\n findOne: {endpoint: `${CONTRATO_FRETE_URL}/`, method: 'get'},\n add: {endpoint: `${CONTRATO_FRETE_URL}`, method: 'post'},\n update: {endpoint: `${CONTRATO_FRETE_URL}`, method: 'put'},\n delete: {endpoint: `${CONTRATO_FRETE_URL}/`, method: 'delete'},\n findAll: {endpoint: `${CONTRATO_FRETE_URL}/find-monitor`, method: 'post'},\n updateStatusParcela: {endpoint: `${CONTRATO_FRETE_URL}/update/status-parcela/`, method: 'put'},\n findValorBrutoContrato: {endpoint: `${CONTRATO_FRETE_URL}/update/status-parcela/`, method: 'get'},\n findCalculoFrete: {endpoint: `${CONTRATO_FRETE_URL}/find-calculo-frete`, method: 'post'},\n findContratoPorDocumento: {endpoint: `${CONTRATO_FRETE_URL}/contrato-por-documento`, method: 'post'},\n}\nexport default contratoFrete\n"],"names":["CONTRATO_FRETE_URL","contratoFrete"],"mappings":"AAEA,MAAMA,IAAqB
|
|
1
|
+
{"version":3,"file":"contratoFrete.js","sources":["../../../../../lib/base/configs/endpoints.config/transportadora/contratoFrete.ts"],"sourcesContent":["import { update } from \"lodash\"\n\nconst CONTRATO_FRETE_URL = '/transportadora/api/contrato-frete-pamcard'\n\nconst contratoFrete = {\n findOne: {endpoint: `${CONTRATO_FRETE_URL}/`, method: 'get'},\n add: {endpoint: `${CONTRATO_FRETE_URL}`, method: 'post'},\n update: {endpoint: `${CONTRATO_FRETE_URL}`, method: 'put'},\n delete: {endpoint: `${CONTRATO_FRETE_URL}/`, method: 'delete'},\n findAll: {endpoint: `${CONTRATO_FRETE_URL}/find-monitor`, method: 'post'},\n updateStatusParcela: {endpoint: `${CONTRATO_FRETE_URL}/update/status-parcela/`, method: 'put'},\n findValorBrutoContrato: {endpoint: `${CONTRATO_FRETE_URL}/update/status-parcela/`, method: 'get'},\n findCalculoFrete: {endpoint: `${CONTRATO_FRETE_URL}/find-calculo-frete`, method: 'post'},\n findContratoPorDocumento: {endpoint: `${CONTRATO_FRETE_URL}/contrato-por-documento`, method: 'post'},\n}\nexport default contratoFrete\n"],"names":["CONTRATO_FRETE_URL","contratoFrete"],"mappings":"AAEA,MAAMA,IAAqB,8CAErBC,IAAgB;AAAA,EAClB,SAAS,EAAC,UAAU,GAAGD,CAAkB,KAAK,QAAQ,MAAA;AAAA,EACtD,KAAK,EAAC,UAAU,GAAGA,CAAkB,IAAI,QAAQ,OAAA;AAAA,EACjD,QAAQ,EAAC,UAAU,GAAGA,CAAkB,IAAI,QAAQ,MAAA;AAAA,EACpD,QAAQ,EAAC,UAAU,GAAGA,CAAkB,KAAK,QAAQ,SAAA;AAAA,EACrD,SAAS,EAAC,UAAU,GAAGA,CAAkB,iBAAiB,QAAQ,OAAA;AAAA,EAClE,qBAAqB,EAAC,UAAU,GAAGA,CAAkB,2BAA2B,QAAQ,MAAA;AAAA,EACxF,wBAAwB,EAAC,UAAU,GAAGA,CAAkB,2BAA2B,QAAQ,MAAA;AAAA,EAC3F,kBAAkB,EAAC,UAAU,GAAGA,CAAkB,uBAAuB,QAAQ,OAAA;AAAA,EACjF,0BAA0B,EAAC,UAAU,GAAGA,CAAkB,2BAA2B,QAAQ,OAAA;AACjG;"}
|