@aldb2b/common 1.0.311 → 1.0.312

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,5 +7,6 @@ export declare namespace HasSubscription {
7
7
  interface Data {
8
8
  eventId: string;
9
9
  user: string;
10
+ company: string;
10
11
  }
11
12
  }
@@ -597,8 +597,8 @@
597
597
  "affectsGlobalScope": false
598
598
  },
599
599
  "../src/events/has-subscription.interface.ts": {
600
- "version": "e78111a48c1710233e6f7aef608e244e8c2f0363e875965696cf6e13cf3b3810",
601
- "signature": "2513fb13c6e84c510f48d5bc3a06d826d25e80aa3af86db53ddae72cb7315c30",
600
+ "version": "643a3a4861743106d42c1bf497e16e724e6b07cc68764937401c79e08b29d3b8",
601
+ "signature": "33c07aade66b015eaa0e962c38dca8a873936eb406f4c7ee417cd7c8e39b446b",
602
602
  "affectsGlobalScope": false
603
603
  },
604
604
  "../src/events/subtract-subscription-point.interface.ts": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aldb2b/common",
3
- "version": "1.0.311",
3
+ "version": "1.0.312",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",