payservedb 9.2.2 → 9.2.3

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 +0 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -192,7 +192,6 @@ const models = {
192
192
  BillerAddress: require("./src/models/billerAddress"),
193
193
  AssetAssignment: require("./src/models/assetsAssignment"),
194
194
  Wallet: require("./src/models/wallet"),
195
- WalletTransaction: require("./src/models/wallet_transactions"),
196
195
  GoodsReceivedNote: require("./src/models/goodsReceivedNotes"),
197
196
  CommunicationStatus: require("./src/models/communication_status"),
198
197
  MeterCommandQueue: require("./src/models/water_meter_Command_Queue"),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "payservedb",
3
- "version": "9.2.2",
3
+ "version": "9.2.3",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"