🎩 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.5.6
to
1.5.7
+12
-5
bin/models/FiadoIncCentralPaymentTxModel.js

@@ -22,7 +22,14 @@ "use strict";

type: String,
index: {
type: 'global',
name: 'tenant_id-createdAt-index',
rangeKey: 'createdAt',
},
index: [
{
type: 'global',
name: 'tenant_id-createdAt-index',
rangeKey: 'createdAt',
},
{
type: 'global',
name: 'tenant_id-transaction_datetime-index',
rangeKey: 'transaction_datetime',
},
],
},

@@ -29,0 +36,0 @@ transaction_type: { type: String },

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

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

@@ -17,7 +17,14 @@ import dynamoose from 'dynamoose';

type: String,
index: {
type: 'global',
name: 'tenant_id-createdAt-index',
rangeKey: 'createdAt',
},
index: [
{
type: 'global',
name: 'tenant_id-createdAt-index',
rangeKey: 'createdAt',
},
{
type: 'global',
name: 'tenant_id-transaction_datetime-index',
rangeKey: 'transaction_datetime',
},
],
},

@@ -24,0 +31,0 @@ transaction_type: { type: String },