payservedb 8.1.9 → 8.2.1

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/index.js CHANGED
@@ -227,8 +227,8 @@ const models = {
227
227
  CustomerSurvey: require("./src/models/customer_surveys"),
228
228
  KnowledgeBase: require("./src/models/knowledge_base"),
229
229
  KnowledgeBaseRating: require("./src/models/knowledge_base_rating"),
230
- AgentNotification: require("./src/models/notifications"),
231
- TicketCategory: require("./src/models/ticket_category"),
230
+ AgentNotification: require("./src/models/agent_notifications"),
231
+ TicketCategory: require("./src/models/tickets_category"),
232
232
  InspectionCategory: require("./src/models/inspection_category"),
233
233
  };
234
234
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "payservedb",
3
- "version": "8.1.9",
3
+ "version": "8.2.1",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -186,7 +186,7 @@ const waterInvoiceSchema = new mongoose.Schema(
186
186
  type: String,
187
187
  required: true,
188
188
  enum: ['Pending', 'Paid', 'Partially Paid', 'Cancelled', 'Overdue', 'Unpaid'],
189
- default: 'Pending'
189
+ default: 'Unpaid'
190
190
  },
191
191
 
192
192
  // Currency Info