@aldb2b/common 1.0.293 → 1.0.294

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.
@@ -6,8 +6,7 @@ export declare namespace CreateMeetingEvent {
6
6
  data: Data;
7
7
  }
8
8
  interface Data {
9
- event?: object;
10
- eventId?: string;
11
- operationType: operationTypes;
9
+ operation: operationTypes;
10
+ data: any;
12
11
  }
13
12
  }
@@ -577,8 +577,8 @@
577
577
  "affectsGlobalScope": false
578
578
  },
579
579
  "../src/events/create-meeting-event.interface.ts": {
580
- "version": "d586fd0a34c5a05e907a9aaf9cb1eacfb0651dfbe23a0ec2c898f68dea37c24f",
581
- "signature": "35b6ad43bcea9c65edca7b685b31671cbdc3a964f9115ea5af9e7a850bbd3eb2",
580
+ "version": "56f09f073fa0dd44f55a905808fda235abb2a013ddbfb6d859f262c1ebb1f284",
581
+ "signature": "61cfc8aec3c4fcf8b9c795a77fc777f1a917d1607e6dbd365bb669def20311ad",
582
582
  "affectsGlobalScope": false
583
583
  },
584
584
  "../src/events/exchanges.ts": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aldb2b/common",
3
- "version": "1.0.293",
3
+ "version": "1.0.294",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",