@orbe-agro/client-core 5.3.69 → 5.3.70

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,12 +1,12 @@
1
- const t = "/transportadora/api/itinerario", n = {
1
+ const t = "/transportadora/api/itinerario", o = {
2
2
  findOne: { endpoint: `${t}/`, method: "get" },
3
3
  add: { endpoint: `${t}`, method: "post" },
4
4
  update: { endpoint: `${t}`, method: "put" },
5
- findAll: { endpoint: `${t}/find-all`, method: "get" },
5
+ findAll: { endpoint: `${t}/find-monitor`, method: "post" },
6
6
  findValorLiquidoFrete: { endpoint: `${t}/find/valor-frete`, method: "post" },
7
7
  findItinerarioFindRotaAndMaterial: { endpoint: `${t}/find/rota-material`, method: "post" }
8
8
  };
9
9
  export {
10
- n as default
10
+ o as default
11
11
  };
12
12
  //# sourceMappingURL=itinerario.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"itinerario.js","sources":["../../../../../lib/base/configs/endpoints.config/transportadora/itinerario.ts"],"sourcesContent":["const ITINERARIO_URL = '/transportadora/api/itinerario'\n\nconst itinerario = {\n findOne: { endpoint: `${ITINERARIO_URL}/`, method: 'get' },\n add: { endpoint: `${ITINERARIO_URL}`, method: 'post' },\n update: { endpoint: `${ITINERARIO_URL}`, method: 'put' },\n findAll: { endpoint: `${ITINERARIO_URL}/find-all`, method: 'get' },\n findValorLiquidoFrete: { endpoint: `${ITINERARIO_URL}/find/valor-frete`, method: 'post' },\n findItinerarioFindRotaAndMaterial: { endpoint: `${ITINERARIO_URL}/find/rota-material`, method: 'post' },\n}\n\nexport default itinerario"],"names":["ITINERARIO_URL","itinerario"],"mappings":"AAAA,MAAMA,IAAiB,kCAEjBC,IAAa;AAAA,EACf,SAAS,EAAE,UAAU,GAAGD,CAAc,KAAK,QAAQ,MAAA;AAAA,EACnD,KAAK,EAAE,UAAU,GAAGA,CAAc,IAAI,QAAQ,OAAA;AAAA,EAC9C,QAAQ,EAAE,UAAU,GAAGA,CAAc,IAAI,QAAQ,MAAA;AAAA,EACjD,SAAS,EAAE,UAAU,GAAGA,CAAc,aAAa,QAAQ,MAAA;AAAA,EAC3D,uBAAuB,EAAE,UAAU,GAAGA,CAAc,qBAAqB,QAAQ,OAAA;AAAA,EACjF,mCAAmC,EAAE,UAAU,GAAGA,CAAc,uBAAuB,QAAQ,OAAA;AACnG;"}
1
+ {"version":3,"file":"itinerario.js","sources":["../../../../../lib/base/configs/endpoints.config/transportadora/itinerario.ts"],"sourcesContent":["const ITINERARIO_URL = '/transportadora/api/itinerario'\n\nconst itinerario = {\n findOne: { endpoint: `${ITINERARIO_URL}/`, method: 'get' },\n add: { endpoint: `${ITINERARIO_URL}`, method: 'post' },\n update: { endpoint: `${ITINERARIO_URL}`, method: 'put' },\n findAll: { endpoint: `${ITINERARIO_URL}/find-monitor`, method: 'post' },\n findValorLiquidoFrete: { endpoint: `${ITINERARIO_URL}/find/valor-frete`, method: 'post' },\n findItinerarioFindRotaAndMaterial: { endpoint: `${ITINERARIO_URL}/find/rota-material`, method: 'post' },\n}\n\nexport default itinerario"],"names":["ITINERARIO_URL","itinerario"],"mappings":"AAAA,MAAMA,IAAiB,kCAEjBC,IAAa;AAAA,EACf,SAAS,EAAE,UAAU,GAAGD,CAAc,KAAK,QAAQ,MAAA;AAAA,EACnD,KAAK,EAAE,UAAU,GAAGA,CAAc,IAAI,QAAQ,OAAA;AAAA,EAC9C,QAAQ,EAAE,UAAU,GAAGA,CAAc,IAAI,QAAQ,MAAA;AAAA,EACjD,SAAS,EAAE,UAAU,GAAGA,CAAc,iBAAiB,QAAQ,OAAA;AAAA,EAC/D,uBAAuB,EAAE,UAAU,GAAGA,CAAc,qBAAqB,QAAQ,OAAA;AAAA,EACjF,mCAAmC,EAAE,UAAU,GAAGA,CAAc,uBAAuB,QAAQ,OAAA;AACnG;"}
@@ -1,12 +1,12 @@
1
- const t = "/transportadora/api/pamcard/rota", d = {
1
+ const t = "/transportadora/api/pamcard/rota", o = {
2
2
  findOne: { endpoint: `${t}/`, method: "get" },
3
3
  add: { endpoint: `${t}`, method: "post" },
4
4
  update: { endpoint: `${t}`, method: "put" },
5
- findAll: { endpoint: `${t}/find-all`, method: "get" },
5
+ findAll: { endpoint: `${t}/find-monitor`, method: "post" },
6
6
  habilitar: { endpoint: `${t}/habilitar/`, method: "put" },
7
7
  findRota: { endpoint: `${t}/find-rota`, method: "get" }
8
8
  };
9
9
  export {
10
- d as default
10
+ o as default
11
11
  };
12
12
  //# sourceMappingURL=rota.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"rota.js","sources":["../../../../../lib/base/configs/endpoints.config/transportadora/rota.ts"],"sourcesContent":["const TIPO_CARGA_URL = '/transportadora/api/pamcard/rota'\n\nconst rota = {\n findOne: {endpoint: `${TIPO_CARGA_URL}/`, method: 'get'},\n add: {endpoint: `${TIPO_CARGA_URL}`, method: 'post'},\n update: {endpoint: `${TIPO_CARGA_URL}`, method: 'put'},\n findAll: {endpoint: `${TIPO_CARGA_URL}/find-all`, method: 'get'},\n habilitar: {endpoint: `${TIPO_CARGA_URL}/habilitar/`, method: 'put'},\n findRota: {endpoint: `${TIPO_CARGA_URL}/find-rota`, method: 'get'},\n}\n\nexport default rota"],"names":["TIPO_CARGA_URL","rota"],"mappings":"AAAA,MAAMA,IAAiB,oCAEjBC,IAAO;AAAA,EACT,SAAS,EAAC,UAAU,GAAGD,CAAc,KAAK,QAAQ,MAAA;AAAA,EAClD,KAAK,EAAC,UAAU,GAAGA,CAAc,IAAI,QAAQ,OAAA;AAAA,EAC7C,QAAQ,EAAC,UAAU,GAAGA,CAAc,IAAI,QAAQ,MAAA;AAAA,EAChD,SAAS,EAAC,UAAU,GAAGA,CAAc,aAAa,QAAQ,MAAA;AAAA,EAC1D,WAAW,EAAC,UAAU,GAAGA,CAAc,eAAe,QAAQ,MAAA;AAAA,EAC9D,UAAU,EAAC,UAAU,GAAGA,CAAc,cAAc,QAAQ,MAAA;AAChE;"}
1
+ {"version":3,"file":"rota.js","sources":["../../../../../lib/base/configs/endpoints.config/transportadora/rota.ts"],"sourcesContent":["const TIPO_CARGA_URL = '/transportadora/api/pamcard/rota'\n\nconst rota = {\n findOne: {endpoint: `${TIPO_CARGA_URL}/`, method: 'get'},\n add: {endpoint: `${TIPO_CARGA_URL}`, method: 'post'},\n update: {endpoint: `${TIPO_CARGA_URL}`, method: 'put'},\n findAll: {endpoint: `${TIPO_CARGA_URL}/find-monitor`, method: 'post'},\n habilitar: {endpoint: `${TIPO_CARGA_URL}/habilitar/`, method: 'put'},\n findRota: {endpoint: `${TIPO_CARGA_URL}/find-rota`, method: 'get'},\n}\n\nexport default rota"],"names":["TIPO_CARGA_URL","rota"],"mappings":"AAAA,MAAMA,IAAiB,oCAEjBC,IAAO;AAAA,EACT,SAAS,EAAC,UAAU,GAAGD,CAAc,KAAK,QAAQ,MAAA;AAAA,EAClD,KAAK,EAAC,UAAU,GAAGA,CAAc,IAAI,QAAQ,OAAA;AAAA,EAC7C,QAAQ,EAAC,UAAU,GAAGA,CAAc,IAAI,QAAQ,MAAA;AAAA,EAChD,SAAS,EAAC,UAAU,GAAGA,CAAc,iBAAiB,QAAQ,OAAA;AAAA,EAC9D,WAAW,EAAC,UAAU,GAAGA,CAAc,eAAe,QAAQ,MAAA;AAAA,EAC9D,UAAU,EAAC,UAAU,GAAGA,CAAc,cAAc,QAAQ,MAAA;AAChE;"}
@@ -1,11 +1,11 @@
1
- const t = "/transportadora/api/tipo-carga-buonny", o = {
2
- findOne: { endpoint: `${t}/`, method: "get" },
3
- add: { endpoint: `${t}`, method: "post" },
4
- update: { endpoint: `${t}`, method: "put" },
5
- findAll: { endpoint: `${t}`, method: "get" },
6
- findCodigo: { endpoint: `${t}/find-codigo`, method: "get" }
1
+ const o = "/transportadora/api/tipo-carga-buonny", t = {
2
+ findOne: { endpoint: `${o}/`, method: "get" },
3
+ add: { endpoint: `${o}`, method: "post" },
4
+ update: { endpoint: `${o}`, method: "put" },
5
+ findAll: { endpoint: `${o}/find-monitor`, method: "post" },
6
+ findCodigo: { endpoint: `${o}/find-codigo`, method: "get" }
7
7
  };
8
8
  export {
9
- o as default
9
+ t as default
10
10
  };
11
11
  //# sourceMappingURL=tipoCarga.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"tipoCarga.js","sources":["../../../../../lib/base/configs/endpoints.config/transportadora/tipoCarga.ts"],"sourcesContent":["const TIPO_CARGA_URL = '/transportadora/api/tipo-carga-buonny'\n\nconst tipoCarga = {\n findOne: {endpoint: `${TIPO_CARGA_URL}/`, method: 'get'},\n add: {endpoint: `${TIPO_CARGA_URL}`, method: 'post'},\n update: {endpoint: `${TIPO_CARGA_URL}`, method: 'put'},\n findAll: {endpoint: `${TIPO_CARGA_URL}`, method: 'get'},\n findCodigo: {endpoint: `${TIPO_CARGA_URL}/find-codigo`, method: 'get'},\n}\n\nexport default tipoCarga"],"names":["TIPO_CARGA_URL","tipoCarga"],"mappings":"AAAA,MAAMA,IAAiB,yCAEjBC,IAAY;AAAA,EACd,SAAS,EAAC,UAAU,GAAGD,CAAc,KAAK,QAAQ,MAAA;AAAA,EAClD,KAAK,EAAC,UAAU,GAAGA,CAAc,IAAI,QAAQ,OAAA;AAAA,EAC7C,QAAQ,EAAC,UAAU,GAAGA,CAAc,IAAI,QAAQ,MAAA;AAAA,EAChD,SAAS,EAAC,UAAU,GAAGA,CAAc,IAAI,QAAQ,MAAA;AAAA,EACjD,YAAY,EAAC,UAAU,GAAGA,CAAc,gBAAgB,QAAQ,MAAA;AACpE;"}
1
+ {"version":3,"file":"tipoCarga.js","sources":["../../../../../lib/base/configs/endpoints.config/transportadora/tipoCarga.ts"],"sourcesContent":["const TIPO_CARGA_URL = '/transportadora/api/tipo-carga-buonny'\n\nconst tipoCarga = {\n findOne: {endpoint: `${TIPO_CARGA_URL}/`, method: 'get'},\n add: {endpoint: `${TIPO_CARGA_URL}`, method: 'post'},\n update: {endpoint: `${TIPO_CARGA_URL}`, method: 'put'},\n findAll: {endpoint: `${TIPO_CARGA_URL}/find-monitor`, method: 'post'},\n findCodigo: {endpoint: `${TIPO_CARGA_URL}/find-codigo`, method: 'get'},\n}\n\nexport default tipoCarga"],"names":["TIPO_CARGA_URL","tipoCarga"],"mappings":"AAAA,MAAMA,IAAiB,yCAEjBC,IAAY;AAAA,EACd,SAAS,EAAC,UAAU,GAAGD,CAAc,KAAK,QAAQ,MAAA;AAAA,EAClD,KAAK,EAAC,UAAU,GAAGA,CAAc,IAAI,QAAQ,OAAA;AAAA,EAC7C,QAAQ,EAAC,UAAU,GAAGA,CAAc,IAAI,QAAQ,MAAA;AAAA,EAChD,SAAS,EAAC,UAAU,GAAGA,CAAc,iBAAiB,QAAQ,OAAA;AAAA,EAC9D,YAAY,EAAC,UAAU,GAAGA,CAAc,gBAAgB,QAAQ,MAAA;AACpE;"}
@@ -4,7 +4,7 @@ const itinerario = {
4
4
  findOne: { endpoint: `${ITINERARIO_URL}/`, method: 'get' },
5
5
  add: { endpoint: `${ITINERARIO_URL}`, method: 'post' },
6
6
  update: { endpoint: `${ITINERARIO_URL}`, method: 'put' },
7
- findAll: { endpoint: `${ITINERARIO_URL}/find-all`, method: 'get' },
7
+ findAll: { endpoint: `${ITINERARIO_URL}/find-monitor`, method: 'post' },
8
8
  findValorLiquidoFrete: { endpoint: `${ITINERARIO_URL}/find/valor-frete`, method: 'post' },
9
9
  findItinerarioFindRotaAndMaterial: { endpoint: `${ITINERARIO_URL}/find/rota-material`, method: 'post' },
10
10
  }
@@ -4,7 +4,7 @@ const rota = {
4
4
  findOne: {endpoint: `${TIPO_CARGA_URL}/`, method: 'get'},
5
5
  add: {endpoint: `${TIPO_CARGA_URL}`, method: 'post'},
6
6
  update: {endpoint: `${TIPO_CARGA_URL}`, method: 'put'},
7
- findAll: {endpoint: `${TIPO_CARGA_URL}/find-all`, method: 'get'},
7
+ findAll: {endpoint: `${TIPO_CARGA_URL}/find-monitor`, method: 'post'},
8
8
  habilitar: {endpoint: `${TIPO_CARGA_URL}/habilitar/`, method: 'put'},
9
9
  findRota: {endpoint: `${TIPO_CARGA_URL}/find-rota`, method: 'get'},
10
10
  }
@@ -4,7 +4,7 @@ const tipoCarga = {
4
4
  findOne: {endpoint: `${TIPO_CARGA_URL}/`, method: 'get'},
5
5
  add: {endpoint: `${TIPO_CARGA_URL}`, method: 'post'},
6
6
  update: {endpoint: `${TIPO_CARGA_URL}`, method: 'put'},
7
- findAll: {endpoint: `${TIPO_CARGA_URL}`, method: 'get'},
7
+ findAll: {endpoint: `${TIPO_CARGA_URL}/find-monitor`, method: 'post'},
8
8
  findCodigo: {endpoint: `${TIPO_CARGA_URL}/find-codigo`, method: 'get'},
9
9
  }
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orbe-agro/client-core",
3
- "version": "5.3.69",
3
+ "version": "5.3.70",
4
4
  "description": "Biblioteca principal de componentes e utilidades para os microfrontends do Orbe Agro.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",