@orbe-agro/client-core 5.6.256 → 5.6.257

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.
@@ -3,7 +3,7 @@ import Container from "../shared/Container.js";
3
3
  import classNames from "../../utils/classNames.js";
4
4
  import { APP_NAME } from "../../constants/app.constant.js";
5
5
  import { PAGE_CONTAINER_GUTTER_X } from "../../constants/theme.constant.js";
6
- const version = true ? "5.6.256" : "0.0.0";
6
+ const version = true ? "5.6.257" : "0.0.0";
7
7
  const FooterContent = () => {
8
8
  return /* @__PURE__ */ jsxs("div", { className: "flex w-full flex-auto items-center justify-between", children: [
9
9
  /* @__PURE__ */ jsxs("span", { children: [
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ExampleObjectService.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/services/modules/template/exampleObject/ExampleObjectService.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AACjE,OAAO,EAAE,cAAc,EAAE,MAAM,4CAA4C,CAAC;AAK5E,wBAAsB,2BAA2B,CAAC,EAAE,EAAE,MAAM,2BAK3D;AAED,wBAAsB,2BAA2B,CAAC,IAAI,EAAE,cAAc,2CAMrE;AAED,wBAAsB,8BAA8B,CAAC,IAAI,EAAE,cAAc,2CAMxE;AAED,wBAAsB,8BAA8B,CAAC,EAAE,EAAE,MAAM,2CAK9D;AAED,wBAAsB,mCAAmC,CAAC,IAAI,CAAC,EAAE,aAAa,2CAM7E"}
@@ -1,3 +1,3 @@
1
- export * from './example/ExampleObjectService';
1
+ export * from './exampleObject/ExampleObjectService';
2
2
  export * from './example/ExampleService';
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/services/modules/template/index.ts"],"names":[],"mappings":"AAAA,cAAc,gCAAgC,CAAC;AAC/C,cAAc,0BAA0B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/services/modules/template/index.ts"],"names":[],"mappings":"AAAA,cAAc,sCAAsC,CAAC;AACrD,cAAc,0BAA0B,CAAC"}
@@ -98,7 +98,7 @@ import { apiAddRota, apiFindAllRota, apiFindRotas, apiGetRota, apiUpdateRota, ap
98
98
  import { apiAddSeloSocial, apiChangeToAssinaturaFisica, apiFindAllSeloSocial, apiFindCounterDigitalSeloSocial, apiFindCounterFisicoSeloSocial, apiGetSeloSocial, apiGetSeloSocialHistoricos, apiUpdateSeloSocial, apiUploadAssinaturaFisica } from "./services/modules/originacao/seloSocial/SeloSocialService.js";
99
99
  import { apiAddTaxaCessaoCredito, apiDeleteTaxaCessaoCredito, apiFindAllTaxaCessaoCredito, apiGetTaxaCessaoCredito, apiUpdateTaxaCessaoCredito } from "./services/modules/originacao/adm/taxaCessaoCredito/TaxaCessaoCreditoService.js";
100
100
  import { apiAddTemplateExample, apiDeleteTemplateExample, apiFindMonitorTemplateExample, apiGetTemplateExample, apiUpdateTemplateExample } from "./services/modules/template/example/ExampleService.js";
101
- import { apiAddTemplateExampleObject, apiDeleteTemplateExampleObject, apiFindMonitorTemplateExampleObject, apiGetTemplateExampleObject, apiUpdateTemplateExampleObject } from "./services/modules/template/example/ExampleObjectService.js";
101
+ import { apiAddTemplateExampleObject, apiDeleteTemplateExampleObject, apiFindMonitorTemplateExampleObject, apiGetTemplateExampleObject, apiUpdateTemplateExampleObject } from "./services/modules/template/exampleObject/ExampleObjectService.js";
102
102
  import { apiAddTermoFundeinfra, apiAprovarTermoFundeinfra, apiCancelarTermoFundeinfra, apiFindMonitorTermoFundeinfra, apiGetTermoFundeinfra, apiReabrirTermoFundeinfra, apiReprovarTermoFundeinfra, apiUploadArquivoFundeinfra } from "./services/modules/originacao/termoFundeinfra/termoFundeinfraService.js";
103
103
  import { apiAddTermoFunrural, apiAprovarTermoFunrural, apiCancelarTermoFunrural, apiExistePorCpfTermoFunrural, apiFindMonitorTermoFunrural, apiFindTermoFunruralMetrics, apiGetTermoFunrural, apiReabrirTermoFunrural, apiReprovarTermoFunrural, apiUploadArquivoAssinado } from "./services/modules/originacao/termoFunrural/termoFunruralService.js";
104
104
  import { apiAddTipoCarga, apiFindAllTipoCarga, apiGetCodigoTipoCarga, apiGetTipoCarga, apiUpdateTipoCarga } from "./services/modules/transportadora/TiposCarga/TipoCargaService.js";
@@ -91,7 +91,7 @@ import { apiAddRota, apiFindAllRota, apiFindRotas, apiGetRota, apiUpdateRota, ap
91
91
  import { apiAddSeloSocial, apiChangeToAssinaturaFisica, apiFindAllSeloSocial, apiFindCounterDigitalSeloSocial, apiFindCounterFisicoSeloSocial, apiGetSeloSocial, apiGetSeloSocialHistoricos, apiUpdateSeloSocial, apiUploadAssinaturaFisica } from "./modules/originacao/seloSocial/SeloSocialService.js";
92
92
  import { apiAddTaxaCessaoCredito, apiDeleteTaxaCessaoCredito, apiFindAllTaxaCessaoCredito, apiGetTaxaCessaoCredito, apiUpdateTaxaCessaoCredito } from "./modules/originacao/adm/taxaCessaoCredito/TaxaCessaoCreditoService.js";
93
93
  import { apiAddTemplateExample, apiDeleteTemplateExample, apiFindMonitorTemplateExample, apiGetTemplateExample, apiUpdateTemplateExample } from "./modules/template/example/ExampleService.js";
94
- import { apiAddTemplateExampleObject, apiDeleteTemplateExampleObject, apiFindMonitorTemplateExampleObject, apiGetTemplateExampleObject, apiUpdateTemplateExampleObject } from "./modules/template/example/ExampleObjectService.js";
94
+ import { apiAddTemplateExampleObject, apiDeleteTemplateExampleObject, apiFindMonitorTemplateExampleObject, apiGetTemplateExampleObject, apiUpdateTemplateExampleObject } from "./modules/template/exampleObject/ExampleObjectService.js";
95
95
  import { apiAddTermoFundeinfra, apiAprovarTermoFundeinfra, apiCancelarTermoFundeinfra, apiFindMonitorTermoFundeinfra, apiGetTermoFundeinfra, apiReabrirTermoFundeinfra, apiReprovarTermoFundeinfra, apiUploadArquivoFundeinfra } from "./modules/originacao/termoFundeinfra/termoFundeinfraService.js";
96
96
  import { apiAddTermoFunrural, apiAprovarTermoFunrural, apiCancelarTermoFunrural, apiExistePorCpfTermoFunrural, apiFindMonitorTermoFunrural, apiFindTermoFunruralMetrics, apiGetTermoFunrural, apiReabrirTermoFunrural, apiReprovarTermoFunrural, apiUploadArquivoAssinado } from "./modules/originacao/termoFunrural/termoFunruralService.js";
97
97
  import { apiAddTipoCarga, apiFindAllTipoCarga, apiGetCodigoTipoCarga, apiGetTipoCarga, apiUpdateTipoCarga } from "./modules/transportadora/TiposCarga/TipoCargaService.js";
@@ -88,7 +88,7 @@ import { apiAddRota, apiFindAllRota, apiFindRotas, apiGetRota, apiUpdateRota, ap
88
88
  import { apiAddSeloSocial, apiChangeToAssinaturaFisica, apiFindAllSeloSocial, apiFindCounterDigitalSeloSocial, apiFindCounterFisicoSeloSocial, apiGetSeloSocial, apiGetSeloSocialHistoricos, apiUpdateSeloSocial, apiUploadAssinaturaFisica } from "./originacao/seloSocial/SeloSocialService.js";
89
89
  import { apiAddTaxaCessaoCredito, apiDeleteTaxaCessaoCredito, apiFindAllTaxaCessaoCredito, apiGetTaxaCessaoCredito, apiUpdateTaxaCessaoCredito } from "./originacao/adm/taxaCessaoCredito/TaxaCessaoCreditoService.js";
90
90
  import { apiAddTemplateExample, apiDeleteTemplateExample, apiFindMonitorTemplateExample, apiGetTemplateExample, apiUpdateTemplateExample } from "./template/example/ExampleService.js";
91
- import { apiAddTemplateExampleObject, apiDeleteTemplateExampleObject, apiFindMonitorTemplateExampleObject, apiGetTemplateExampleObject, apiUpdateTemplateExampleObject } from "./template/example/ExampleObjectService.js";
91
+ import { apiAddTemplateExampleObject, apiDeleteTemplateExampleObject, apiFindMonitorTemplateExampleObject, apiGetTemplateExampleObject, apiUpdateTemplateExampleObject } from "./template/exampleObject/ExampleObjectService.js";
92
92
  import { apiAddTermoFundeinfra, apiAprovarTermoFundeinfra, apiCancelarTermoFundeinfra, apiFindMonitorTermoFundeinfra, apiGetTermoFundeinfra, apiReabrirTermoFundeinfra, apiReprovarTermoFundeinfra, apiUploadArquivoFundeinfra } from "./originacao/termoFundeinfra/termoFundeinfraService.js";
93
93
  import { apiAddTermoFunrural, apiAprovarTermoFunrural, apiCancelarTermoFunrural, apiExistePorCpfTermoFunrural, apiFindMonitorTermoFunrural, apiFindTermoFunruralMetrics, apiGetTermoFunrural, apiReabrirTermoFunrural, apiReprovarTermoFunrural, apiUploadArquivoAssinado } from "./originacao/termoFunrural/termoFunruralService.js";
94
94
  import { apiAddTipoCarga, apiFindAllTipoCarga, apiGetCodigoTipoCarga, apiGetTipoCarga, apiUpdateTipoCarga } from "./transportadora/TiposCarga/TipoCargaService.js";
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ExampleObjectService.js","sources":["../../../../../../lib/base/services/modules/template/exampleObject/ExampleObjectService.ts"],"sourcesContent":["import ApiService from \"@/services/ApiService\";\nimport { IFilterParams, TQueryResponse } from \"@base/@types/api\";\nimport { TExampleObject } from \"@base/@types/models/template/exampleObject\";\nimport endpointConfig from \"@base/configs/endpoints.config/endpoints.navigation\";\n\nconst EXAMPLE_OBJECT_ENDPOINT = endpointConfig.template.exampleObject;\n\nexport async function apiGetTemplateExampleObject(id: number) {\n return ApiService.fetchDataWithAxios<TExampleObject>({\n url: EXAMPLE_OBJECT_ENDPOINT.findOne.endpoint + `${id}`,\n method: EXAMPLE_OBJECT_ENDPOINT.findOne.method,\n })\n}\n\nexport async function apiAddTemplateExampleObject(body: TExampleObject) {\n return ApiService.fetchDataWithAxios<TQueryResponse<TExampleObject>>({\n url: EXAMPLE_OBJECT_ENDPOINT.add.endpoint,\n method: EXAMPLE_OBJECT_ENDPOINT.add.method,\n data: body,\n })\n}\n\nexport async function apiUpdateTemplateExampleObject(body: TExampleObject) {\n return ApiService.fetchDataWithAxios<TQueryResponse<TExampleObject>>({\n url: EXAMPLE_OBJECT_ENDPOINT.update.endpoint,\n method: EXAMPLE_OBJECT_ENDPOINT.update.method,\n data: body,\n })\n}\n\nexport async function apiDeleteTemplateExampleObject(id: number) {\n return ApiService.fetchDataWithAxios<TQueryResponse<TExampleObject>>({\n url: EXAMPLE_OBJECT_ENDPOINT.delete.endpoint + `${id}`,\n method: EXAMPLE_OBJECT_ENDPOINT.delete.method,\n })\n}\n\nexport async function apiFindMonitorTemplateExampleObject(body?: IFilterParams) {\n return ApiService.fetchDataWithAxios<TQueryResponse<TExampleObject>>({\n url: EXAMPLE_OBJECT_ENDPOINT.findMonitor.endpoint,\n method: EXAMPLE_OBJECT_ENDPOINT.findMonitor.method,\n data: body,\n })\n}\n"],"names":["endpointConfig"],"mappings":";;AAKA,MAAM,0BAA0BA,yBAAe,SAAS;AAExD,eAAsB,4BAA4B,IAAY;AAC5D,SAAO,WAAW,mBAAmC;AAAA,IACnD,KAAK,wBAAwB,QAAQ,WAAW,GAAG,EAAE;AAAA,IACrD,QAAQ,wBAAwB,QAAQ;AAAA,EAAA,CACzC;AACH;AAEA,eAAsB,4BAA4B,MAAsB;AACtE,SAAO,WAAW,mBAAmD;AAAA,IACnE,KAAK,wBAAwB,IAAI;AAAA,IACjC,QAAQ,wBAAwB,IAAI;AAAA,IACpC,MAAM;AAAA,EAAA,CACP;AACH;AAEA,eAAsB,+BAA+B,MAAsB;AACzE,SAAO,WAAW,mBAAmD;AAAA,IACnE,KAAK,wBAAwB,OAAO;AAAA,IACpC,QAAQ,wBAAwB,OAAO;AAAA,IACvC,MAAM;AAAA,EAAA,CACP;AACH;AAEA,eAAsB,+BAA+B,IAAY;AAC/D,SAAO,WAAW,mBAAmD;AAAA,IACnE,KAAK,wBAAwB,OAAO,WAAW,GAAG,EAAE;AAAA,IACpD,QAAQ,wBAAwB,OAAO;AAAA,EAAA,CACxC;AACH;AAEA,eAAsB,oCAAoC,MAAsB;AAC9E,SAAO,WAAW,mBAAmD;AAAA,IACnE,KAAK,wBAAwB,YAAY;AAAA,IACzC,QAAQ,wBAAwB,YAAY;AAAA,IAC5C,MAAM;AAAA,EAAA,CACP;AACH;"}
@@ -1,4 +1,4 @@
1
- import { apiAddTemplateExampleObject, apiDeleteTemplateExampleObject, apiFindMonitorTemplateExampleObject, apiGetTemplateExampleObject, apiUpdateTemplateExampleObject } from "./example/ExampleObjectService.js";
1
+ import { apiAddTemplateExampleObject, apiDeleteTemplateExampleObject, apiFindMonitorTemplateExampleObject, apiGetTemplateExampleObject, apiUpdateTemplateExampleObject } from "./exampleObject/ExampleObjectService.js";
2
2
  import { apiAddTemplateExample, apiDeleteTemplateExample, apiFindMonitorTemplateExample, apiGetTemplateExample, apiUpdateTemplateExample } from "./example/ExampleService.js";
3
3
  export {
4
4
  apiAddTemplateExample,
@@ -1,2 +1,2 @@
1
- export * from './example/ExampleObjectService';
1
+ export * from './exampleObject/ExampleObjectService';
2
2
  export * from './example/ExampleService';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orbe-agro/client-core",
3
- "version": "5.6.256",
3
+ "version": "5.6.257",
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",
@@ -1 +0,0 @@
1
- {"version":3,"file":"ExampleObjectService.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/services/modules/template/example/ExampleObjectService.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AACjE,OAAO,EAAE,cAAc,EAAE,MAAM,4CAA4C,CAAC;AAK5E,wBAAsB,2BAA2B,CAAC,EAAE,EAAE,MAAM,2BAK3D;AAED,wBAAsB,2BAA2B,CAAC,IAAI,EAAE,cAAc,2CAMrE;AAED,wBAAsB,8BAA8B,CAAC,IAAI,EAAE,cAAc,2CAMxE;AAED,wBAAsB,8BAA8B,CAAC,EAAE,EAAE,MAAM,2CAK9D;AAED,wBAAsB,mCAAmC,CAAC,IAAI,CAAC,EAAE,aAAa,2CAM7E"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ExampleObjectService.js","sources":["../../../../../../lib/base/services/modules/template/example/ExampleObjectService.ts"],"sourcesContent":["import ApiService from \"@/services/ApiService\";\nimport { IFilterParams, TQueryResponse } from \"@base/@types/api\";\nimport { TExampleObject } from \"@base/@types/models/template/exampleObject\";\nimport endpointConfig from \"@base/configs/endpoints.config/endpoints.navigation\";\n\nconst EXAMPLE_OBJECT_ENDPOINT = endpointConfig.template.exampleObject;\n\nexport async function apiGetTemplateExampleObject(id: number) {\n return ApiService.fetchDataWithAxios<TExampleObject>({\n url: EXAMPLE_OBJECT_ENDPOINT.findOne.endpoint + `${id}`,\n method: EXAMPLE_OBJECT_ENDPOINT.findOne.method,\n })\n}\n\nexport async function apiAddTemplateExampleObject(body: TExampleObject) {\n return ApiService.fetchDataWithAxios<TQueryResponse<TExampleObject>>({\n url: EXAMPLE_OBJECT_ENDPOINT.add.endpoint,\n method: EXAMPLE_OBJECT_ENDPOINT.add.method,\n data: body,\n })\n}\n\nexport async function apiUpdateTemplateExampleObject(body: TExampleObject) {\n return ApiService.fetchDataWithAxios<TQueryResponse<TExampleObject>>({\n url: EXAMPLE_OBJECT_ENDPOINT.update.endpoint,\n method: EXAMPLE_OBJECT_ENDPOINT.update.method,\n data: body,\n })\n}\n\nexport async function apiDeleteTemplateExampleObject(id: number) {\n return ApiService.fetchDataWithAxios<TQueryResponse<TExampleObject>>({\n url: EXAMPLE_OBJECT_ENDPOINT.delete.endpoint + `${id}`,\n method: EXAMPLE_OBJECT_ENDPOINT.delete.method,\n })\n}\n\nexport async function apiFindMonitorTemplateExampleObject(body?: IFilterParams) {\n return ApiService.fetchDataWithAxios<TQueryResponse<TExampleObject>>({\n url: EXAMPLE_OBJECT_ENDPOINT.findMonitor.endpoint,\n method: EXAMPLE_OBJECT_ENDPOINT.findMonitor.method,\n data: body,\n })\n}\n"],"names":["endpointConfig"],"mappings":";;AAKA,MAAM,0BAA0BA,yBAAe,SAAS;AAExD,eAAsB,4BAA4B,IAAY;AAC5D,SAAO,WAAW,mBAAmC;AAAA,IACnD,KAAK,wBAAwB,QAAQ,WAAW,GAAG,EAAE;AAAA,IACrD,QAAQ,wBAAwB,QAAQ;AAAA,EAAA,CACzC;AACH;AAEA,eAAsB,4BAA4B,MAAsB;AACtE,SAAO,WAAW,mBAAmD;AAAA,IACnE,KAAK,wBAAwB,IAAI;AAAA,IACjC,QAAQ,wBAAwB,IAAI;AAAA,IACpC,MAAM;AAAA,EAAA,CACP;AACH;AAEA,eAAsB,+BAA+B,MAAsB;AACzE,SAAO,WAAW,mBAAmD;AAAA,IACnE,KAAK,wBAAwB,OAAO;AAAA,IACpC,QAAQ,wBAAwB,OAAO;AAAA,IACvC,MAAM;AAAA,EAAA,CACP;AACH;AAEA,eAAsB,+BAA+B,IAAY;AAC/D,SAAO,WAAW,mBAAmD;AAAA,IACnE,KAAK,wBAAwB,OAAO,WAAW,GAAG,EAAE;AAAA,IACpD,QAAQ,wBAAwB,OAAO;AAAA,EAAA,CACxC;AACH;AAEA,eAAsB,oCAAoC,MAAsB;AAC9E,SAAO,WAAW,mBAAmD;AAAA,IACnE,KAAK,wBAAwB,YAAY;AAAA,IACzC,QAAQ,wBAAwB,YAAY;AAAA,IAC5C,MAAM;AAAA,EAAA,CACP;AACH;"}