@felloh-org/lambda-wrapper 1.2.28 → 1.2.29

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.
@@ -151,6 +151,7 @@ let Transaction = (_dec = (0, _typeorm.Entity)({
151
151
  amount: this.amount,
152
152
  status: this.status.id,
153
153
  method: this.method.id,
154
+ message: this.message,
154
155
  type: this.type.id,
155
156
  created_at: this.created_at,
156
157
  completed_at: this.completed_at,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@felloh-org/lambda-wrapper",
3
- "version": "1.2.28",
3
+ "version": "1.2.29",
4
4
  "description": "Lambda wrapper for all Felloh Serverless Projects",
5
5
  "main": "dist/index.js",
6
6
  "engines": {