@aldb2b/common 1.0.262 → 1.0.264

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.
@@ -15,5 +15,6 @@ export declare namespace CreateContact {
15
15
  role?: string;
16
16
  roleType?: string;
17
17
  operationType: operationTypes;
18
+ companyDataObj: any;
18
19
  }
19
20
  }
@@ -6,8 +6,8 @@ export declare namespace UnsetContactDetails {
6
6
  }
7
7
  interface Data {
8
8
  contactIds: string[];
9
- reason: string;
10
- message: string;
11
9
  deletedBy: string;
10
+ reason?: string;
11
+ message?: string;
12
12
  }
13
13
  }
@@ -347,8 +347,8 @@
347
347
  "affectsGlobalScope": false
348
348
  },
349
349
  "../src/events/create-contact.interface.ts": {
350
- "version": "9de546d11d4c00871b529ad296db33517442f48fb1382a40e212bc74f38e4cd8",
351
- "signature": "63bf867c49e241aafbe664764ff1fa985dbf6c35b8aabc39053c2a0833a2f642",
350
+ "version": "909d7caa71e8ef412edf0f69c790888fa8dbf3acc5fb239f736f2548453339e6",
351
+ "signature": "9e4fa46e6795a575c9bd6aa3c4d22d28f7ea297fade9b4525571aab5e0e284c7",
352
352
  "affectsGlobalScope": false
353
353
  },
354
354
  "../src/types/record-type.enum.ts": {
@@ -662,8 +662,8 @@
662
662
  "affectsGlobalScope": false
663
663
  },
664
664
  "../src/events/unset-contact-details.interface.ts": {
665
- "version": "7f40abfefa08cc1fdd3897cdafd8ea5eb10a458e278d3058862ebfba483365d6",
666
- "signature": "b858e63133901d4f4fb9ef72c7bab6578ab974421e67982033f0d11f6971cd2b",
665
+ "version": "e86cf6e2141534a0c38f2d33b3a3d1425349ae120107f21b00efbc28e8f06994",
666
+ "signature": "6fea5b9a8507ee0b003915d7bf41aa475d85161d3277a48600d5064dac04b94a",
667
667
  "affectsGlobalScope": false
668
668
  },
669
669
  "../src/events/cancel-meetings-and-requests.interface.ts": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aldb2b/common",
3
- "version": "1.0.262",
3
+ "version": "1.0.264",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",