@eqxjs/nest-logger 3.1.0-beta.14 → 3.1.0-beta.15

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.
@@ -10,7 +10,7 @@ export interface DataServiceI extends Record<string, unknown> {
10
10
  session?: string;
11
11
  transaction?: string;
12
12
  token?: string;
13
- orgService: string;
13
+ orgService?: string;
14
14
  communication?: string;
15
15
  groupTags?: string[];
16
16
  identity: {
@@ -16,4 +16,4 @@ export interface DataM2I extends IDataM {
16
16
  export interface DataM3I extends IDataM {
17
17
  service: DataServiceI;
18
18
  }
19
- export type DataM = DataM1I | DataM2I | DataM3I;
19
+ export type DataM = any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eqxjs/nest-logger",
3
- "version": "3.1.0-beta.14",
3
+ "version": "3.1.0-beta.15",
4
4
  "description": "NestJS logger module for EQXJS",
5
5
  "author": "Atit Plangson",
6
6
  "license": "ISC",