🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@fiado/credit-data

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fiado/credit-data - npm Package Compare versions

Comparing version
1.6.0
to
1.6.1
+1
-0
bin/models/__tests__/WhitelistClientsModel.test.js

@@ -0,1 +1,2 @@

"use strict";
// En Dynamoose 4.x, Model.schemas[0] no existe como propiedad pública.

@@ -2,0 +3,0 @@ // El schema exportado por el módulo expone hashKey y rangeKey directamente.

@@ -28,2 +28,7 @@ "use strict";

last_calculated_at: { type: String },
// Reflejo del profile en el momento del ultimo calculo — permite que
// consumidores del banner (frontend, ofertas) muestren el nivel/monto
// sin hacer un segundo query al profile.
credit_level: { type: String },
max_credit_amount_mxn: { type: Number },
}, {

@@ -30,0 +35,0 @@ saveUnknown: false,

+1
-1
{
"name": "@fiado/credit-data",
"version": "1.6.0",
"version": "1.6.1",
"description": "Modelos Dynamoose compartidos para el dominio Credit (worker, engine, admin, collector)",

@@ -5,0 +5,0 @@ "main": "bin/index.js",

@@ -23,2 +23,7 @@ import dynamoose from 'dynamoose';

last_calculated_at: { type: String },
// Reflejo del profile en el momento del ultimo calculo — permite que
// consumidores del banner (frontend, ofertas) muestren el nivel/monto
// sin hacer un segundo query al profile.
credit_level: { type: String },
max_credit_amount_mxn: { type: Number },
}, {

@@ -25,0 +30,0 @@ saveUnknown: false,