gemcap-be-common 1.5.34 → 1.5.35

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.
@@ -1,3 +1,4 @@
1
+ export type TExchange = (typeof MESSAGE_CHANNELS)[keyof typeof MESSAGE_CHANNELS];
1
2
  export declare const MESSAGE_CHANNELS: {
2
3
  readonly AI: "ai.exchange";
3
4
  readonly AUTH: "auth.exchange";
@@ -1,4 +1,4 @@
1
- type TExchange = (typeof MESSAGE_CHANNELS)[keyof typeof MESSAGE_CHANNELS];
1
+ export type TExchange = (typeof MESSAGE_CHANNELS)[keyof typeof MESSAGE_CHANNELS];
2
2
 
3
3
  export const MESSAGE_CHANNELS = {
4
4
  AI: 'ai.exchange',
@@ -1,3 +1,4 @@
1
+ export type TEventKey = (typeof EVENT_KEYS)[keyof typeof EVENT_KEYS][keyof (typeof EVENT_KEYS)[keyof typeof EVENT_KEYS]];
1
2
  export declare const EVENT_KEYS: {
2
3
  /**
3
4
  * ========= AI DOMAIN EVENTS =========
@@ -1,4 +1,4 @@
1
- type TEventKey = (typeof EVENT_KEYS)[keyof typeof EVENT_KEYS][keyof (typeof EVENT_KEYS)[keyof typeof EVENT_KEYS]];
1
+ export type TEventKey = (typeof EVENT_KEYS)[keyof typeof EVENT_KEYS][keyof (typeof EVENT_KEYS)[keyof typeof EVENT_KEYS]];
2
2
 
3
3
  export const EVENT_KEYS = {
4
4
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gemcap-be-common",
3
- "version": "1.5.34",
3
+ "version": "1.5.35",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {