@modernlock/common 1.0.65 → 1.0.66

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.
@@ -24,5 +24,6 @@ export declare enum Queues {
24
24
  chatNotificationEmailQueue = "chatNotificationEmailQueue",
25
25
  thingsNotificationQueue = "thingsNotificationQueue",
26
26
  saveMessageOnDbQueue = "saveMessageOnDbQueue",
27
- aiChatReplyQueue = "aiChatReplyQueue"
27
+ aiChatReplyQueue = "aiChatReplyQueue",
28
+ updateCalendarQeueu = "updateOverrideCalendarQeueu"
28
29
  }
@@ -39,5 +39,7 @@ var Queues;
39
39
  Queues["thingsNotificationQueue"] = "thingsNotificationQueue";
40
40
  Queues["saveMessageOnDbQueue"] = "saveMessageOnDbQueue";
41
41
  Queues["aiChatReplyQueue"] = "aiChatReplyQueue";
42
+ // override calendar queue
43
+ Queues["updateCalendarQeueu"] = "updateOverrideCalendarQeueu";
42
44
  })(Queues = exports.Queues || (exports.Queues = {}));
43
45
  ;
@@ -27,5 +27,6 @@ export declare enum RoutingKeys {
27
27
  chatNotificationAppWorkers = "chatNotification:app-workers",
28
28
  thingsNotification = "things:notification",
29
29
  saveMessageOnDb = "saveMessageOnDb",
30
- chatSmartReply = "chat.smart.reply"
30
+ chatSmartReply = "chat.smart.reply",
31
+ updateCalendarKey = "overrideCalendar:updateOverrideCalendar"
31
32
  }
@@ -42,5 +42,7 @@ var RoutingKeys;
42
42
  RoutingKeys["saveMessageOnDb"] = "saveMessageOnDb";
43
43
  // ai service routing keys
44
44
  RoutingKeys["chatSmartReply"] = "chat.smart.reply";
45
+ // override calendar routing keys
46
+ RoutingKeys["updateCalendarKey"] = "overrideCalendar:updateOverrideCalendar";
45
47
  })(RoutingKeys = exports.RoutingKeys || (exports.RoutingKeys = {}));
46
48
  ;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modernlock/common",
3
- "version": "1.0.65",
3
+ "version": "1.0.66",
4
4
  "main": "./build/index.js",
5
5
  "types": "./build/index.d.ts",
6
6
  "files": [