@francesco_ksh/app-ksh-mgd-schemas 1.8.2 → 1.8.3

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.
Files changed (2) hide show
  1. package/models/User.js +4 -0
  2. package/package.json +1 -1
package/models/User.js CHANGED
@@ -219,6 +219,10 @@ const userSchema = new Schema(
219
219
  stripeCustomer: {
220
220
  type: Object,
221
221
  },
222
+ // Former stripe account
223
+ oldStripeCustomerData: {
224
+ type: Object,
225
+ },
222
226
 
223
227
  accountBalance: {
224
228
  type: Number,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@francesco_ksh/app-ksh-mgd-schemas",
3
- "version": "1.8.2",
3
+ "version": "1.8.3",
4
4
  "description": "Mongoose schema definitions",
5
5
  "main": "index.js",
6
6
  "repository": {