payservedb 7.8.3 → 7.8.4

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 +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -201,6 +201,7 @@ const models = {
201
201
  PowerMeterSettings: require("./src/models/powerMeterSettings"),
202
202
  PowerPrepaidDebit: require("./src/models/power_prepaid_debits"),
203
203
  PowerPrepaidCredit: require("./src/models/power_prepaid_credits"),
204
+ PowerCommandQueue: require("./src/models/power_meter_command_queue"),
204
205
  FacilityWalletTransactionsMetadata: require("./src/models/facilityWalletTransactionsMetadata"),
205
206
  SmsNotification: require("./src/models/sms_balance_notification"),
206
207
  NegativeBalance: require("./src/models/water_meter_negative_amounts"),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "payservedb",
3
- "version": "7.8.3",
3
+ "version": "7.8.4",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"