@aldb2b/common 1.0.143 → 1.0.144

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,7 +1,7 @@
1
1
  import { Subjects } from './subjects';
2
2
  export declare namespace GetMeetingRequestByQuery {
3
3
  interface Context {
4
- subject: Subjects.MeetingsByQuery;
4
+ subject: Subjects.MeetingRequestsByQuery;
5
5
  data: Data;
6
6
  }
7
7
  interface Data {
@@ -11,6 +11,7 @@ export declare namespace SendNotifications {
11
11
  trigger: NotificationEvent;
12
12
  eventId?: string;
13
13
  meeting?: string;
14
+ meetingRequest?: string;
14
15
  senderCompany?: string;
15
16
  senderContact?: string;
16
17
  subject?: string;
@@ -357,8 +357,8 @@
357
357
  "affectsGlobalScope": false
358
358
  },
359
359
  "../src/events/send-notifications.interface.ts": {
360
- "version": "8764976c2f782be21956efa0ac8bc3a980c8d371ae5e5cf5525d216fa931894c",
361
- "signature": "99d2c83a2b5b6a0ecea04fdccb0a63aa5477f82cebf444473039cb95039a2deb",
360
+ "version": "17bd4b147b206f0a9b3e8a4f6d65f268edd504db883c1e137285bc40c4b36179",
361
+ "signature": "b837bf5cbfb932e307f402ec9d5b832603dc3392617ca51fee8fa9614dd36d11",
362
362
  "affectsGlobalScope": false
363
363
  },
364
364
  "../src/events/get-contacts-by-query.interface.ts": {
@@ -452,8 +452,8 @@
452
452
  "affectsGlobalScope": false
453
453
  },
454
454
  "../src/events/get-meeting-request-by-query.interface.ts": {
455
- "version": "9e06ba413141e375c8a04d1b8767e0885034e5cb69daeb53fe22dabffae90d31",
456
- "signature": "b2a584bb3ed07f25251fb33e698125a6733616b47f382bda98c426dc23ee4353",
455
+ "version": "26af6d365027dfe8e74c52d7e6f430b7c1b6fff707d8c8fc7393f67daa9f8f10",
456
+ "signature": "81ec79934d502db54296825b532dcc0b0e6218857c6b1b60fd286af21da436a8",
457
457
  "affectsGlobalScope": false
458
458
  },
459
459
  "../node_modules/class-validator/types/validation/ValidationError.d.ts": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aldb2b/common",
3
- "version": "1.0.143",
3
+ "version": "1.0.144",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",