@konplit-services/common 1.0.350 → 1.0.351

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.
@@ -8,7 +8,7 @@ export declare enum Subjects {
8
8
  AccountCreated = "events.account.created",
9
9
  AccountUpdated = "events.account.updated",
10
10
  UserCreated = "events.user.created",
11
- UserUpdated = "events.account.updated",
11
+ UserUpdated = "events.user.updated",
12
12
  MerchantCreated = "events.merchant.created",
13
13
  MerchantUpdated = "events.merchant.updated",
14
14
  MerchantKeyUpdated = "events.merchant.key.updated",
@@ -16,7 +16,7 @@ var Subjects;
16
16
  Subjects["AccountUpdated"] = "events.account.updated";
17
17
  //users
18
18
  Subjects["UserCreated"] = "events.user.created";
19
- Subjects["UserUpdated"] = "events.account.updated";
19
+ Subjects["UserUpdated"] = "events.user.updated";
20
20
  //Merchants Subjects
21
21
  Subjects["MerchantCreated"] = "events.merchant.created";
22
22
  Subjects["MerchantUpdated"] = "events.merchant.updated";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@konplit-services/common",
3
- "version": "1.0.350",
3
+ "version": "1.0.351",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",