@modernlock/common 1.0.40 → 1.0.42

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.
@@ -9,6 +9,7 @@ export declare enum Queues {
9
9
  propertiesReplyQeueu = "propertiesReplyQeueu",
10
10
  updatePropertyCalendarQeueu = "updatePropertyCalendarQeueu",
11
11
  coordinatorDeviceMappingQueue = "coordinatorDeviceMappingQueue",
12
+ coordinatorDeviceDeleteMappingQueue = "coordinatorDeviceDeleteMappingQueue",
12
13
  deviceCommandQueue = "deviceCommandQueue",
13
14
  FileRemoveQeueu = "FileRemoveQeueu",
14
15
  createLogQueue = "createLogQueue",
@@ -20,5 +21,7 @@ export declare enum Queues {
20
21
  chatNotificationAppQueue = "chatNotificationAppQueue",
21
22
  notificationEmailQueue = "notificationEmailQueue",
22
23
  groupNotificationEmailQueue = "groupNotificationEmailQueue",
23
- chatNotificationEmailQueue = "chatNotificationEmailQueue"
24
+ chatNotificationEmailQueue = "chatNotificationEmailQueue",
25
+ thingsNotificationQueue = "thingsNotificationQueue",
26
+ saveMessageOnDbQueue = "saveMessageOnDbQueue"
24
27
  }
@@ -16,6 +16,7 @@ var Queues;
16
16
  Queues["propertiesReplyQeueu"] = "propertiesReplyQeueu";
17
17
  Queues["updatePropertyCalendarQeueu"] = "updatePropertyCalendarQeueu";
18
18
  Queues["coordinatorDeviceMappingQueue"] = "coordinatorDeviceMappingQueue";
19
+ Queues["coordinatorDeviceDeleteMappingQueue"] = "coordinatorDeviceDeleteMappingQueue";
19
20
  // device command queue
20
21
  Queues["deviceCommandQueue"] = "deviceCommandQueue";
21
22
  // File-server queues
@@ -34,5 +35,8 @@ var Queues;
34
35
  Queues["notificationEmailQueue"] = "notificationEmailQueue";
35
36
  Queues["groupNotificationEmailQueue"] = "groupNotificationEmailQueue";
36
37
  Queues["chatNotificationEmailQueue"] = "chatNotificationEmailQueue";
38
+ // chat service queues
39
+ Queues["thingsNotificationQueue"] = "thingsNotificationQueue";
40
+ Queues["saveMessageOnDbQueue"] = "saveMessageOnDbQueue";
37
41
  })(Queues = exports.Queues || (exports.Queues = {}));
38
42
  ;
@@ -7,6 +7,7 @@ export declare enum RoutingKeys {
7
7
  propertiesReplyKey = "properties:reply",
8
8
  updatePropertyCalendarKey = "propertyCalendar:update",
9
9
  coordinatorDeviceMappingKey = "coordinator:deviceMapping",
10
+ coordinatorDeviceDeleteMappingKey = "coordinator:deviceDeleteMapping",
10
11
  createLog = "log:create",
11
12
  deviceCommandKey = "device:command",
12
13
  userCreated = "user:created",
@@ -23,5 +24,7 @@ export declare enum RoutingKeys {
23
24
  chatNotificationEmailWorkers = "chatNotification:email-workers",
24
25
  notificationAppWorkers = "notification:app-workers",
25
26
  groupNotificationAppWorkers = "groupNotification:app-workers",
26
- chatNotificationAppWorkers = "chatNotification:app-workers"
27
+ chatNotificationAppWorkers = "chatNotification:app-workers",
28
+ thingsNotification = "things:notification",
29
+ saveMessageOnDb = "saveMessageOnDb"
27
30
  }
@@ -14,6 +14,7 @@ var RoutingKeys;
14
14
  RoutingKeys["propertiesReplyKey"] = "properties:reply";
15
15
  RoutingKeys["updatePropertyCalendarKey"] = "propertyCalendar:update";
16
16
  RoutingKeys["coordinatorDeviceMappingKey"] = "coordinator:deviceMapping";
17
+ RoutingKeys["coordinatorDeviceDeleteMappingKey"] = "coordinator:deviceDeleteMapping";
17
18
  // log key
18
19
  RoutingKeys["createLog"] = "log:create";
19
20
  // device command key
@@ -36,5 +37,8 @@ var RoutingKeys;
36
37
  RoutingKeys["notificationAppWorkers"] = "notification:app-workers";
37
38
  RoutingKeys["groupNotificationAppWorkers"] = "groupNotification:app-workers";
38
39
  RoutingKeys["chatNotificationAppWorkers"] = "chatNotification:app-workers";
40
+ //chat service routing keys
41
+ RoutingKeys["thingsNotification"] = "things:notification";
42
+ RoutingKeys["saveMessageOnDb"] = "saveMessageOnDb";
39
43
  })(RoutingKeys = exports.RoutingKeys || (exports.RoutingKeys = {}));
40
44
  ;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modernlock/common",
3
- "version": "1.0.40",
3
+ "version": "1.0.42",
4
4
  "main": "./build/index.js",
5
5
  "types": "./build/index.d.ts",
6
6
  "files": [