@orbe-agro/client-core 5.3.180 → 5.3.181

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,9 +1,9 @@
1
1
  const t = "/orcamento/api/grupo-conta-contabil", o = {
2
- findOne: { endpoint: `${t}/`, method: "get" },
2
+ findOne: { endpoint: `${t}`, method: "get" },
3
3
  find: { endpoint: `${t}/find`, method: "post" },
4
4
  add: { endpoint: `${t}`, method: "post" },
5
5
  update: { endpoint: `${t}`, method: "put" },
6
- delete: { endpoint: `${t}/`, method: "delete" },
6
+ delete: { endpoint: `${t}`, method: "delete" },
7
7
  findAll: { endpoint: `${t}/listar`, method: "post" },
8
8
  findMonitor: { endpoint: `${t}/find-monitor`, httpMethod: "post" }
9
9
  };
@@ -1 +1 @@
1
- {"version":3,"file":"grupoContaContabil.js","sources":["../../../../../../lib/base/configs/endpoints.config/orcamento/config/grupoContaContabil.ts"],"sourcesContent":["const GRUPO_CONTA_CONTABIL_BASE_URL = '/orcamento/api/grupo-conta-contabil'\n\nconst grupoContaContabil = {\n findOne: {endpoint: `${GRUPO_CONTA_CONTABIL_BASE_URL}/`, method: 'get'},\n find: {endpoint: `${GRUPO_CONTA_CONTABIL_BASE_URL}/find`, method: 'post'},\n add: {endpoint: `${GRUPO_CONTA_CONTABIL_BASE_URL}`, method: 'post'},\n update: {endpoint: `${GRUPO_CONTA_CONTABIL_BASE_URL}`, method: 'put'},\n delete: {endpoint: `${GRUPO_CONTA_CONTABIL_BASE_URL}/`, method: 'delete'},\n findAll: {endpoint: `${GRUPO_CONTA_CONTABIL_BASE_URL}/listar`, method: 'post'},\n findMonitor: {endpoint: `${GRUPO_CONTA_CONTABIL_BASE_URL}/find-monitor`, httpMethod: 'post'},\n}\n\nexport default grupoContaContabil"],"names":["GRUPO_CONTA_CONTABIL_BASE_URL","grupoContaContabil"],"mappings":"AAAA,MAAMA,IAAgC,uCAEhCC,IAAqB;AAAA,EACvB,SAAS,EAAC,UAAU,GAAGD,CAA6B,KAAK,QAAQ,MAAK;AAAA,EACtE,MAAM,EAAC,UAAU,GAAGA,CAA6B,SAAS,QAAQ,OAAM;AAAA,EACxE,KAAK,EAAC,UAAU,GAAGA,CAA6B,IAAI,QAAQ,OAAM;AAAA,EAClE,QAAQ,EAAC,UAAU,GAAGA,CAA6B,IAAI,QAAQ,MAAK;AAAA,EACpE,QAAQ,EAAC,UAAU,GAAGA,CAA6B,KAAK,QAAQ,SAAQ;AAAA,EACxE,SAAS,EAAC,UAAU,GAAGA,CAA6B,WAAW,QAAQ,OAAM;AAAA,EAC7E,aAAa,EAAC,UAAU,GAAGA,CAA6B,iBAAiB,YAAY,OAAM;AAC/F;"}
1
+ {"version":3,"file":"grupoContaContabil.js","sources":["../../../../../../lib/base/configs/endpoints.config/orcamento/config/grupoContaContabil.ts"],"sourcesContent":["const GRUPO_CONTA_CONTABIL_BASE_URL = '/orcamento/api/grupo-conta-contabil'\n\nconst grupoContaContabil = {\n findOne: {endpoint: `${GRUPO_CONTA_CONTABIL_BASE_URL}`, method: 'get'},\n find: {endpoint: `${GRUPO_CONTA_CONTABIL_BASE_URL}/find`, method: 'post'},\n add: {endpoint: `${GRUPO_CONTA_CONTABIL_BASE_URL}`, method: 'post'},\n update: {endpoint: `${GRUPO_CONTA_CONTABIL_BASE_URL}`, method: 'put'},\n delete: {endpoint: `${GRUPO_CONTA_CONTABIL_BASE_URL}`, method: 'delete'},\n findAll: {endpoint: `${GRUPO_CONTA_CONTABIL_BASE_URL}/listar`, method: 'post'},\n findMonitor: {endpoint: `${GRUPO_CONTA_CONTABIL_BASE_URL}/find-monitor`, httpMethod: 'post'},\n}\n\nexport default grupoContaContabil"],"names":["GRUPO_CONTA_CONTABIL_BASE_URL","grupoContaContabil"],"mappings":"AAAA,MAAMA,IAAgC,uCAEhCC,IAAqB;AAAA,EACvB,SAAS,EAAC,UAAU,GAAGD,CAA6B,IAAI,QAAQ,MAAK;AAAA,EACrE,MAAM,EAAC,UAAU,GAAGA,CAA6B,SAAS,QAAQ,OAAM;AAAA,EACxE,KAAK,EAAC,UAAU,GAAGA,CAA6B,IAAI,QAAQ,OAAM;AAAA,EAClE,QAAQ,EAAC,UAAU,GAAGA,CAA6B,IAAI,QAAQ,MAAK;AAAA,EACpE,QAAQ,EAAC,UAAU,GAAGA,CAA6B,IAAI,QAAQ,SAAQ;AAAA,EACvE,SAAS,EAAC,UAAU,GAAGA,CAA6B,WAAW,QAAQ,OAAM;AAAA,EAC7E,aAAa,EAAC,UAAU,GAAGA,CAA6B,iBAAiB,YAAY,OAAM;AAC/F;"}
@@ -1,11 +1,11 @@
1
1
  const GRUPO_CONTA_CONTABIL_BASE_URL = '/orcamento/api/grupo-conta-contabil'
2
2
 
3
3
  const grupoContaContabil = {
4
- findOne: {endpoint: `${GRUPO_CONTA_CONTABIL_BASE_URL}/`, method: 'get'},
4
+ findOne: {endpoint: `${GRUPO_CONTA_CONTABIL_BASE_URL}`, method: 'get'},
5
5
  find: {endpoint: `${GRUPO_CONTA_CONTABIL_BASE_URL}/find`, method: 'post'},
6
6
  add: {endpoint: `${GRUPO_CONTA_CONTABIL_BASE_URL}`, method: 'post'},
7
7
  update: {endpoint: `${GRUPO_CONTA_CONTABIL_BASE_URL}`, method: 'put'},
8
- delete: {endpoint: `${GRUPO_CONTA_CONTABIL_BASE_URL}/`, method: 'delete'},
8
+ delete: {endpoint: `${GRUPO_CONTA_CONTABIL_BASE_URL}`, method: 'delete'},
9
9
  findAll: {endpoint: `${GRUPO_CONTA_CONTABIL_BASE_URL}/listar`, method: 'post'},
10
10
  findMonitor: {endpoint: `${GRUPO_CONTA_CONTABIL_BASE_URL}/find-monitor`, httpMethod: 'post'},
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orbe-agro/client-core",
3
- "version": "5.3.180",
3
+ "version": "5.3.181",
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",