@orbe-agro/client-core 5.3.119 → 5.3.120

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,14 +1,4 @@
1
1
  export type TLimiteCredito = {
2
- /** Tipo de câmbio usado */
3
- tipoCambio?: string;
4
- /** Moeda de exibição */
5
- moedaExibicao?: string;
6
- /** Data de referência (/Date(…)/) */
7
- dataReferencia?: string;
8
- /** Percentual de utilização crítica */
9
- percentualCritico?: number;
10
- /** Indicador se inclui exposição financeira (Y/N) */
11
- incluirExposicaoFinanceira?: string;
12
2
  /** Segmento de crédito */
13
3
  segmentoCredito?: string;
14
4
  /** Número do parceiro de negócios (BP) */
@@ -21,26 +11,26 @@ export type TLimiteCredito = {
21
11
  pais?: string;
22
12
  /** Região (Estado, Província) */
23
13
  regiao?: string;
24
- /** Grupo de conta de crédito (obsoleto) */
14
+ /** Grupo de conta de crédito */
25
15
  grupoContaCredito?: string;
26
16
  /** Grupo de gestão de BP */
27
17
  grupoGestaoBP?: string;
28
- /** Moeda de exibição (repetida) */
29
- moedaExibicao2?: string;
18
+ /** Moeda de exibição */
19
+ moedaExibicao?: string;
30
20
  /** Moeda do segmento de crédito */
31
21
  moedaSegmentoCredito?: string;
32
- /** Tipo de câmbio (repetido) */
33
- tipoCambio2?: string;
34
- /** Data de referência (repetida) */
35
- dataReferencia2?: string;
36
- /** Percentual crítico (repetido) */
37
- percentualCritico2?: number;
22
+ /** Tipo de câmbio */
23
+ tipoCambio?: string;
24
+ /** Data de referência */
25
+ dataReferencia?: string;
26
+ /** Percentual crítico */
27
+ percentualCritico?: number;
38
28
  /** Valor da exposição de crédito do cliente */
39
29
  exposicaoCreditoCliente?: number;
40
30
  /** Valor protegido/hedged */
41
31
  exposicaoHedge?: number;
42
32
  /** Limite total de crédito do cliente */
43
- limiteCreditoCliente: number;
33
+ limiteCreditoCliente?: number;
44
34
  /** 1 se acima do limite, 0 caso contrário */
45
35
  acimaLimite?: number;
46
36
  /** Valor que excedeu o limite */
@@ -48,6 +38,8 @@ export type TLimiteCredito = {
48
38
  /** Crédito restante disponível */
49
39
  creditoRestante?: number;
50
40
  /** Crédito utilizado dentro do limite */
51
- creditoUtilizadoDentroLimite: number;
41
+ creditoUtilizadoDentroLimite?: number;
42
+ /** Data atual */
43
+ dataAtual?: string;
52
44
  };
53
45
  //# sourceMappingURL=limiteCredito.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"limiteCredito.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/@types/models/sap/limiteCredito.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,cAAc,GAAG;IACzB,2BAA2B;IAC3B,UAAU,CAAC,EAAE,MAAM,CAAA;IAEnB,wBAAwB;IACxB,aAAa,CAAC,EAAE,MAAM,CAAA;IAEtB,qCAAqC;IACrC,cAAc,CAAC,EAAE,MAAM,CAAA;IAEvB,uCAAuC;IACvC,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAE1B,qDAAqD;IACrD,0BAA0B,CAAC,EAAE,MAAM,CAAA;IAEnC,0BAA0B;IAC1B,eAAe,CAAC,EAAE,MAAM,CAAA;IAExB,0CAA0C;IAC1C,eAAe,CAAC,EAAE,MAAM,CAAA;IAExB,8BAA8B;IAC9B,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB,iCAAiC;IACjC,WAAW,CAAC,EAAE,MAAM,CAAA;IAEpB,iBAAiB;IACjB,IAAI,CAAC,EAAE,MAAM,CAAA;IAEb,iCAAiC;IACjC,MAAM,CAAC,EAAE,MAAM,CAAA;IAEf,2CAA2C;IAC3C,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAE1B,4BAA4B;IAC5B,aAAa,CAAC,EAAE,MAAM,CAAA;IAEtB,mCAAmC;IACnC,cAAc,CAAC,EAAE,MAAM,CAAA;IAEvB,mCAAmC;IACnC,oBAAoB,CAAC,EAAE,MAAM,CAAA;IAE7B,gCAAgC;IAChC,WAAW,CAAC,EAAE,MAAM,CAAA;IAEpB,oCAAoC;IACpC,eAAe,CAAC,EAAE,MAAM,CAAA;IAExB,oCAAoC;IACpC,kBAAkB,CAAC,EAAE,MAAM,CAAA;IAE3B,+CAA+C;IAC/C,uBAAuB,CAAC,EAAE,MAAM,CAAA;IAEhC,6BAA6B;IAC7B,cAAc,CAAC,EAAE,MAAM,CAAA;IAEvB,yCAAyC;IACzC,oBAAoB,EAAE,MAAM,CAAA;IAE5B,6CAA6C;IAC7C,WAAW,CAAC,EAAE,MAAM,CAAA;IAEpB,iCAAiC;IACjC,cAAc,CAAC,EAAE,MAAM,CAAA;IAEvB,kCAAkC;IAClC,eAAe,CAAC,EAAE,MAAM,CAAA;IAExB,yCAAyC;IACzC,4BAA4B,EAAE,MAAM,CAAA;CACvC,CAAA"}
1
+ {"version":3,"file":"limiteCredito.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/@types/models/sap/limiteCredito.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,cAAc,GAAG;IACzB,0BAA0B;IAC1B,eAAe,CAAC,EAAE,MAAM,CAAA;IAExB,0CAA0C;IAC1C,eAAe,CAAC,EAAE,MAAM,CAAA;IAExB,8BAA8B;IAC9B,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB,iCAAiC;IACjC,WAAW,CAAC,EAAE,MAAM,CAAA;IAEpB,iBAAiB;IACjB,IAAI,CAAC,EAAE,MAAM,CAAA;IAEb,iCAAiC;IACjC,MAAM,CAAC,EAAE,MAAM,CAAA;IAEf,gCAAgC;IAChC,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAE1B,4BAA4B;IAC5B,aAAa,CAAC,EAAE,MAAM,CAAA;IAEtB,wBAAwB;IACxB,aAAa,CAAC,EAAE,MAAM,CAAA;IAEtB,mCAAmC;IACnC,oBAAoB,CAAC,EAAE,MAAM,CAAA;IAE7B,qBAAqB;IACrB,UAAU,CAAC,EAAE,MAAM,CAAA;IAEnB,yBAAyB;IACzB,cAAc,CAAC,EAAE,MAAM,CAAA;IAEvB,yBAAyB;IACzB,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAE1B,+CAA+C;IAC/C,uBAAuB,CAAC,EAAE,MAAM,CAAA;IAEhC,6BAA6B;IAC7B,cAAc,CAAC,EAAE,MAAM,CAAA;IAEvB,yCAAyC;IACzC,oBAAoB,CAAC,EAAE,MAAM,CAAA;IAE7B,6CAA6C;IAC7C,WAAW,CAAC,EAAE,MAAM,CAAA;IAEpB,iCAAiC;IACjC,cAAc,CAAC,EAAE,MAAM,CAAA;IAEvB,kCAAkC;IAClC,eAAe,CAAC,EAAE,MAAM,CAAA;IAExB,yCAAyC;IACzC,4BAA4B,CAAC,EAAE,MAAM,CAAA;IAErC,iBAAiB;IACjB,SAAS,CAAC,EAAE,MAAM,CAAA;CACrB,CAAA"}
@@ -1,19 +1,4 @@
1
1
  export type TLimiteCredito = {
2
- /** Tipo de câmbio usado */
3
- tipoCambio?: string
4
-
5
- /** Moeda de exibição */
6
- moedaExibicao?: string
7
-
8
- /** Data de referência (/Date(…)/) */
9
- dataReferencia?: string
10
-
11
- /** Percentual de utilização crítica */
12
- percentualCritico?: number
13
-
14
- /** Indicador se inclui exposição financeira (Y/N) */
15
- incluirExposicaoFinanceira?: string
16
-
17
2
  /** Segmento de crédito */
18
3
  segmentoCredito?: string
19
4
 
@@ -32,26 +17,26 @@ export type TLimiteCredito = {
32
17
  /** Região (Estado, Província) */
33
18
  regiao?: string
34
19
 
35
- /** Grupo de conta de crédito (obsoleto) */
20
+ /** Grupo de conta de crédito */
36
21
  grupoContaCredito?: string
37
22
 
38
23
  /** Grupo de gestão de BP */
39
24
  grupoGestaoBP?: string
40
25
 
41
- /** Moeda de exibição (repetida) */
42
- moedaExibicao2?: string
26
+ /** Moeda de exibição */
27
+ moedaExibicao?: string
43
28
 
44
29
  /** Moeda do segmento de crédito */
45
30
  moedaSegmentoCredito?: string
46
31
 
47
- /** Tipo de câmbio (repetido) */
48
- tipoCambio2?: string
32
+ /** Tipo de câmbio */
33
+ tipoCambio?: string
49
34
 
50
- /** Data de referência (repetida) */
51
- dataReferencia2?: string
35
+ /** Data de referência */
36
+ dataReferencia?: string
52
37
 
53
- /** Percentual crítico (repetido) */
54
- percentualCritico2?: number
38
+ /** Percentual crítico */
39
+ percentualCritico?: number
55
40
 
56
41
  /** Valor da exposição de crédito do cliente */
57
42
  exposicaoCreditoCliente?: number
@@ -60,7 +45,7 @@ export type TLimiteCredito = {
60
45
  exposicaoHedge?: number
61
46
 
62
47
  /** Limite total de crédito do cliente */
63
- limiteCreditoCliente: number
48
+ limiteCreditoCliente?: number
64
49
 
65
50
  /** 1 se acima do limite, 0 caso contrário */
66
51
  acimaLimite?: number
@@ -72,5 +57,8 @@ export type TLimiteCredito = {
72
57
  creditoRestante?: number
73
58
 
74
59
  /** Crédito utilizado dentro do limite */
75
- creditoUtilizadoDentroLimite: number
60
+ creditoUtilizadoDentroLimite?: number
61
+
62
+ /** Data atual */
63
+ dataAtual?: string
76
64
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orbe-agro/client-core",
3
- "version": "5.3.119",
3
+ "version": "5.3.120",
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",