@aldb2b/common 1.0.293 → 1.0.295

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
  }
@@ -6,5 +6,6 @@ export declare namespace GetContactsByEmail {
6
6
  }
7
7
  interface Data {
8
8
  email: string;
9
+ eventId: string;
9
10
  }
10
11
  }
@@ -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": {
@@ -677,8 +677,8 @@
677
677
  "affectsGlobalScope": false
678
678
  },
679
679
  "../src/events/get-contacts-by-email.interface.ts": {
680
- "version": "214bcb2ce4c6c39ad55c37fd48007a369a552f438951257bae1e9e9bc0134094",
681
- "signature": "5132861e5a8f11ee75b213a724085e4ed1043a04aa95a7dca6bf25affdb006ea",
680
+ "version": "a99580e4abd2923d0a3f3dd619a001a4c345c83a009e5973fb459470259ae36c",
681
+ "signature": "e0cfdb116cff289b6fab96600050935fe4458c2639408133b7322794c097cd9d",
682
682
  "affectsGlobalScope": false
683
683
  },
684
684
  "../src/events/demo-create-meeting-requests.interface.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.295",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",