@aldb2b/common 1.0.153 → 1.0.154

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,10 +6,12 @@ export declare namespace CreateCompany {
6
6
  data: Data;
7
7
  }
8
8
  interface Data {
9
+ id: string;
9
10
  name: string;
10
11
  website: string;
11
12
  eventId: string;
12
13
  usertype: string;
14
+ contact: string;
13
15
  operationType: operationTypes;
14
16
  }
15
17
  }
@@ -332,8 +332,8 @@
332
332
  "affectsGlobalScope": false
333
333
  },
334
334
  "../src/events/create-company.interface.ts": {
335
- "version": "e0638477a6d9f1452ae157a2ad030605c550a4aa2038e03279b3cdb2d8f57884",
336
- "signature": "19ebbc35219e9b15c4a40a313db6a9c796ed5afe6cb23530c5fdda9a17539791",
335
+ "version": "5860b20d163a87a2070c820340a70b603b533cacdd657892b1ae4360d3dc4680",
336
+ "signature": "a4eb74f3246bb90faff6caa38062c43044fe7c84f9b8ca05453f95f9c3130ee4",
337
337
  "affectsGlobalScope": false
338
338
  },
339
339
  "../src/events/get-user-by-id.interface.ts": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aldb2b/common",
3
- "version": "1.0.153",
3
+ "version": "1.0.154",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",