goldstars-services 1.0.11 → 1.0.12

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.
@@ -55,7 +55,8 @@ var UserSchema = Schema({
55
55
  default: null
56
56
  },
57
57
  subscription: {
58
- type: String
58
+ type: Object,
59
+ default: null
59
60
  },
60
61
  rejected: {
61
62
  type: Boolean,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "goldstars-services",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "description": "This is the services layer for GoldStars",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {