payservedb 4.9.0 → 4.9.2

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "payservedb",
3
- "version": "4.9.0",
3
+ "version": "4.9.2",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -17,7 +17,6 @@ const purchaseOrderSchema = new mongoose.Schema({
17
17
  },
18
18
  prNumber: {
19
19
  type: String,
20
- required: true,
21
20
  trim: true,
22
21
  index: true,
23
22
  ref: 'PurchaseRequest'
@@ -105,7 +105,7 @@ const userSchema = new mongoose.Schema({
105
105
  delete: false,
106
106
  approve: false,
107
107
  },
108
- campaings: {
108
+ campaigns: {
109
109
  create: false,
110
110
  read: false,
111
111
  update: false,