agrs-sequelize-sdk 1.2.24 → 1.2.26
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.
|
@@ -54,6 +54,11 @@ module.exports = (sequelize, DataTypes) => {
|
|
|
54
54
|
defaultValue: 0,
|
|
55
55
|
// Number of purchase events recorded by the source platform
|
|
56
56
|
},
|
|
57
|
+
Lead: {
|
|
58
|
+
type: DataTypes.INTEGER,
|
|
59
|
+
defaultValue: 0,
|
|
60
|
+
// Number of lead events recorded by the source platform
|
|
61
|
+
},
|
|
57
62
|
ExternalRevenue: {
|
|
58
63
|
type: DataTypes.FLOAT,
|
|
59
64
|
defaultValue: 0,
|