@orbe-agro/client-core-prod 5.5.48 → 5.5.49

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.
@@ -2,10 +2,28 @@ export type TCondicaoPagamento = {
2
2
  id: number;
3
3
  codigo: string;
4
4
  nome: string;
5
- tipoDataBase: string;
5
+ compras: boolean;
6
+ racao: boolean;
7
+ commodities: boolean;
6
8
  diaLimite: string;
9
+ chaveCondicaoPagamento: string;
10
+ tipoDataBase: string;
11
+ bloqueio: string;
7
12
  diasVencimento: string;
8
13
  indicadorParcelamento: boolean;
14
+ parcelas: TCondicaoPagamentoParcelas[];
15
+ };
16
+ export type TCondicaoPagamentoParcelas = {
17
+ id: number;
18
+ codigo: string;
19
+ nome: string;
20
+ numeroPrestacao: number;
21
+ percentualParcela: number;
22
+ condicaoParcela: string;
23
+ diasVencimento: string;
24
+ diaLimite: string;
25
+ bloqueioParcela: string;
26
+ bloqueio: boolean;
9
27
  };
10
28
  export type TCondicaoPagamentoFormSchema = TCondicaoPagamento;
11
29
  //# sourceMappingURL=condicaoPagamento.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"condicaoPagamento.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/@types/models/dm/condicaoPagamento.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,kBAAkB,GAAG;IAC7B,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,EAAE,MAAM,CAAC;IACvB,qBAAqB,EAAE,OAAO,CAAA;CACjC,CAAC;AAEF,MAAM,MAAM,4BAA4B,GAAG,kBAAkB,CAAA"}
1
+ {"version":3,"file":"condicaoPagamento.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/@types/models/dm/condicaoPagamento.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,kBAAkB,GAAG;IAC7B,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,OAAO,CAAA;IAChB,KAAK,EAAE,OAAO,CAAA;IACd,WAAW,EAAE,OAAO,CAAA;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,sBAAsB,EAAE,MAAM,CAAA;IAC9B,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,cAAc,EAAE,MAAM,CAAC;IACvB,qBAAqB,EAAE,OAAO,CAAA;IAC9B,QAAQ,EAAE,0BAA0B,EAAE,CAAA;CACzC,CAAC;AAEF,MAAM,MAAM,0BAA0B,GAAG;IACrC,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,eAAe,EAAE,MAAM,CAAC;IACxB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,eAAe,EAAE,MAAM,CAAC;IACxB,cAAc,EAAE,MAAM,CAAC;IACvB,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,EAAE,MAAM,CAAC;IACxB,QAAQ,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,4BAA4B,GAAG,kBAAkB,CAAA"}
@@ -2,10 +2,29 @@ export type TCondicaoPagamento = {
2
2
  id: number;
3
3
  codigo: string;
4
4
  nome: string;
5
- tipoDataBase: string;
5
+ compras: boolean
6
+ racao: boolean
7
+ commodities: boolean
6
8
  diaLimite: string;
9
+ chaveCondicaoPagamento: string
10
+ tipoDataBase: string;
11
+ bloqueio: string;
7
12
  diasVencimento: string;
8
13
  indicadorParcelamento: boolean
14
+ parcelas: TCondicaoPagamentoParcelas[]
15
+ };
16
+
17
+ export type TCondicaoPagamentoParcelas = {
18
+ id: number;
19
+ codigo: string;
20
+ nome: string;
21
+ numeroPrestacao: number;
22
+ percentualParcela: number;
23
+ condicaoParcela: string;
24
+ diasVencimento: string;
25
+ diaLimite: string;
26
+ bloqueioParcela: string;
27
+ bloqueio: boolean;
9
28
  };
10
29
 
11
30
  export type TCondicaoPagamentoFormSchema = TCondicaoPagamento
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orbe-agro/client-core-prod",
3
- "version": "5.5.48",
3
+ "version": "5.5.49",
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",