@aldb2b/common 1.0.310 → 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.
@@ -201,7 +201,7 @@ class AggregateConvertor {
201
201
  getLimit(limit) {
202
202
  if (limit) {
203
203
  const castedLimit = Number(limit);
204
- return castedLimit > 100 ? 100 : castedLimit;
204
+ return castedLimit > 300 ? 300 : castedLimit;
205
205
  }
206
206
  else {
207
207
  return 100;
@@ -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": {
@@ -3807,7 +3807,7 @@
3807
3807
  "affectsGlobalScope": false
3808
3808
  },
3809
3809
  "../src/db/aggregate/AggregateConvertor.ts": {
3810
- "version": "a47c6900f83868e55b69c1e01fb13ed6f3f89bdd6bb9218e5a946ef7c46f6a5f",
3810
+ "version": "580158884352850c2a4aac0aeebe434356f68b5d553bcede1c1d39903af386c1",
3811
3811
  "signature": "5f778efd00c5b0f275dfa4efb7bd948e07168cc0231065d718b7ee770edeae7a",
3812
3812
  "affectsGlobalScope": false
3813
3813
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aldb2b/common",
3
- "version": "1.0.310",
3
+ "version": "1.0.312",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",