gemcap-be-common 1.4.184 → 1.4.185

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.
@@ -4,4 +4,5 @@ export declare const MESSAGE_CHANNELS: {
4
4
  readonly FINANCE: "finance.exchange";
5
5
  readonly PORTFOLIO: "portfolio.exchange";
6
6
  readonly NOTIFICATIONS: "notifications.exchange";
7
+ readonly SEARCH: "search.exchange";
7
8
  };
@@ -7,4 +7,5 @@ exports.MESSAGE_CHANNELS = {
7
7
  FINANCE: 'finance.exchange',
8
8
  PORTFOLIO: 'portfolio.exchange',
9
9
  NOTIFICATIONS: 'notifications.exchange',
10
+ SEARCH: 'search.exchange',
10
11
  };
@@ -4,4 +4,5 @@ export const MESSAGE_CHANNELS = {
4
4
  FINANCE: 'finance.exchange',
5
5
  PORTFOLIO: 'portfolio.exchange',
6
6
  NOTIFICATIONS: 'notifications.exchange',
7
+ SEARCH: 'search.exchange',
7
8
  } as const;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gemcap-be-common",
3
- "version": "1.4.184",
3
+ "version": "1.4.185",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {