@fiado/credit-data
Advanced tools
@@ -21,3 +21,10 @@ "use strict"; | ||
| }, | ||
| partner_id: { type: String }, | ||
| partner_id: { | ||
| type: String, | ||
| index: { | ||
| type: 'global', | ||
| name: 'partner_id-status-index', | ||
| rangeKey: 'status', | ||
| }, | ||
| }, | ||
| status: { type: String }, | ||
@@ -24,0 +31,0 @@ amount_mxn: { type: Number }, |
+1
-1
| { | ||
| "name": "@fiado/credit-data", | ||
| "version": "1.5.0", | ||
| "version": "1.5.1", | ||
| "description": "Modelos Dynamoose compartidos para el dominio Credit (worker, engine, admin, collector)", | ||
@@ -5,0 +5,0 @@ "main": "bin/index.js", |
@@ -16,3 +16,10 @@ import dynamoose from 'dynamoose'; | ||
| }, | ||
| partner_id: { type: String }, | ||
| partner_id: { | ||
| type: String, | ||
| index: { | ||
| type: 'global', | ||
| name: 'partner_id-status-index', | ||
| rangeKey: 'status', | ||
| }, | ||
| }, | ||
| status: { type: String }, | ||
@@ -19,0 +26,0 @@ amount_mxn: { type: Number }, |
83061
0.35%1917
0.74%