@aldb2b/common 1.0.162 → 1.0.163

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.
@@ -7,6 +7,7 @@ export declare namespace CreateMeetingEvent {
7
7
  }
8
8
  interface Data {
9
9
  event?: object;
10
+ eventId?: string;
10
11
  operationType: operationTypes;
11
12
  }
12
13
  }
@@ -552,8 +552,8 @@
552
552
  "affectsGlobalScope": false
553
553
  },
554
554
  "../src/events/create-meeting-event.interface.ts": {
555
- "version": "e6274e689911a92d5b8dbf460c9b327f7a1f46181a15409627c320d93d8a3884",
556
- "signature": "369b0c67474753070ba37a166be4381a7d72b13e75693a1890feb591c4a31b7f",
555
+ "version": "d586fd0a34c5a05e907a9aaf9cb1eacfb0651dfbe23a0ec2c898f68dea37c24f",
556
+ "signature": "35b6ad43bcea9c65edca7b685b31671cbdc3a964f9115ea5af9e7a850bbd3eb2",
557
557
  "affectsGlobalScope": false
558
558
  },
559
559
  "../src/events/exchanges.ts": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aldb2b/common",
3
- "version": "1.0.162",
3
+ "version": "1.0.163",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",