@cristian.aragao/milharis-core 1.30.38 → 1.30.39
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.
- package/dist/index.d.mts +5 -0
- package/dist/index.d.ts +5 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -2217,6 +2217,11 @@ type TypePremiacaoItem = {
|
|
|
2217
2217
|
* @example limiteSimulado = 10
|
|
2218
2218
|
*/
|
|
2219
2219
|
limiteSimulado: number;
|
|
2220
|
+
/**
|
|
2221
|
+
* @description Valor que foi enviado para a associação
|
|
2222
|
+
* @example 2
|
|
2223
|
+
*/
|
|
2224
|
+
valorEnviadoParaAssociacao: number;
|
|
2220
2225
|
/**
|
|
2221
2226
|
* @description Valor do número na pule específica
|
|
2222
2227
|
* @example 25.50
|
package/dist/index.d.ts
CHANGED
|
@@ -2217,6 +2217,11 @@ type TypePremiacaoItem = {
|
|
|
2217
2217
|
* @example limiteSimulado = 10
|
|
2218
2218
|
*/
|
|
2219
2219
|
limiteSimulado: number;
|
|
2220
|
+
/**
|
|
2221
|
+
* @description Valor que foi enviado para a associação
|
|
2222
|
+
* @example 2
|
|
2223
|
+
*/
|
|
2224
|
+
valorEnviadoParaAssociacao: number;
|
|
2220
2225
|
/**
|
|
2221
2226
|
* @description Valor do número na pule específica
|
|
2222
2227
|
* @example 25.50
|