payservedb 8.1.9 → 8.2.0

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/index.js +2 -2
  2. package/package.json +1 -1
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.0",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"