@orbe-agro/client-core 5.6.218 → 5.6.219

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.218" : "0.0.0";
6
+ const version = true ? "5.6.219" : "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: [
@@ -9,7 +9,7 @@ export type TContratoFreteViagemFavorecido = {
9
9
  contaAgenciaDigito: string;
10
10
  contaNumero: string;
11
11
  contaTipo: TipoContaEnum;
12
- empresaCnpj: number | undefined;
12
+ empresaCnpj: string | undefined;
13
13
  tipo: string;
14
14
  empresaNome: string | undefined;
15
15
  };
@@ -1 +1 @@
1
- {"version":3,"file":"contratoFreteViagemFavorecido.js","sources":["../../../../../lib/base/@types/models/transportadora/contratoFreteViagemFavorecido.ts"],"sourcesContent":["import { TipoContaEnum } from \"@base/@types/models/transportadora/tipoConta\";\nimport { TContratoFreteDocumentosComplementares } from \"./contratoFreteDocumentosComplementares\";\n\nexport type TContratoFreteViagemFavorecido = {\n cartaoNumero: number | undefined,\n documento: TContratoFreteDocumentosComplementares[],\n nome: string,\n contaBanco: string,\n contaAgencia: string,\n contaAgenciaDigito: string,\n contaNumero: string,\n contaTipo: TipoContaEnum,\n empresaCnpj: number | undefined,\n tipo: string,\n empresaNome: string | undefined,\n}\n\nexport enum TipoConta {\n Corrente = 1,\n Poupanca = 2,\n}\n"],"names":["TipoConta"],"mappings":"AAiBO,IAAK,8BAAAA,eAAL;AACLA,aAAAA,WAAA,cAAW,CAAA,IAAX;AACAA,aAAAA,WAAA,cAAW,CAAA,IAAX;AAFU,SAAAA;AAAA,GAAA,aAAA,CAAA,CAAA;"}
1
+ {"version":3,"file":"contratoFreteViagemFavorecido.js","sources":["../../../../../lib/base/@types/models/transportadora/contratoFreteViagemFavorecido.ts"],"sourcesContent":["import { TipoContaEnum } from \"@base/@types/models/transportadora/tipoConta\";\nimport { TContratoFreteDocumentosComplementares } from \"./contratoFreteDocumentosComplementares\";\n\nexport type TContratoFreteViagemFavorecido = {\n cartaoNumero: number | undefined,\n documento: TContratoFreteDocumentosComplementares[],\n nome: string,\n contaBanco: string,\n contaAgencia: string,\n contaAgenciaDigito: string,\n contaNumero: string,\n contaTipo: TipoContaEnum,\n empresaCnpj: string | undefined,\n tipo: string,\n empresaNome: string | undefined,\n}\n\nexport enum TipoConta {\n Corrente = 1,\n Poupanca = 2,\n}\n"],"names":["TipoConta"],"mappings":"AAiBO,IAAK,8BAAAA,eAAL;AACLA,aAAAA,WAAA,cAAW,CAAA,IAAX;AACAA,aAAAA,WAAA,cAAW,CAAA,IAAX;AAFU,SAAAA;AAAA,GAAA,aAAA,CAAA,CAAA;"}
@@ -10,7 +10,7 @@ export type TContratoFreteViagemFavorecido = {
10
10
  contaAgenciaDigito: string,
11
11
  contaNumero: string,
12
12
  contaTipo: TipoContaEnum,
13
- empresaCnpj: number | undefined,
13
+ empresaCnpj: string | undefined,
14
14
  tipo: string,
15
15
  empresaNome: string | undefined,
16
16
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orbe-agro/client-core",
3
- "version": "5.6.218",
3
+ "version": "5.6.219",
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",