agrs-sequelize-sdk 1.1.81 → 1.1.82

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.
@@ -84,6 +84,11 @@ module.exports = (sequelize, DataTypes) => {
84
84
  allowNull: true,
85
85
  // Optional identifier for the AdSet, extracted from AdSet url if available
86
86
  },
87
+ originalRevenue: {
88
+ type: DataTypes.FLOAT,
89
+ defaultValue: 0,
90
+ // Original revenue value before any modifications or calculations
91
+ }
87
92
  },
88
93
  {
89
94
  tableName: "AdSetPerformance",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agrs-sequelize-sdk",
3
- "version": "1.1.81",
3
+ "version": "1.1.82",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "start": "node index.js",