@aldb2b/common 1.0.174 → 1.0.175

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.
@@ -2,9 +2,10 @@ import { Subjects } from './subjects';
2
2
  export declare namespace HasSubscription {
3
3
  interface Context {
4
4
  subject: Subjects.HasSubscription;
5
- data: any;
5
+ data: Data;
6
6
  }
7
7
  interface Data {
8
- attendeeIds: string[];
8
+ company: string;
9
+ eventId: string;
9
10
  }
10
11
  }
@@ -6,5 +6,6 @@ export declare namespace SubtractSubscriptionPoint {
6
6
  }
7
7
  interface Data {
8
8
  point: number;
9
+ id: string;
9
10
  }
10
11
  }
@@ -582,13 +582,13 @@
582
582
  "affectsGlobalScope": false
583
583
  },
584
584
  "../src/events/has-subscription.interface.ts": {
585
- "version": "2016a7a37361cfb85243357b3e5087f01d6431a9237e67c937474e2c0f0f6294",
586
- "signature": "05693e2eb6048609f2339915e08c63b689e375be57a2808666e7027683ccea49",
585
+ "version": "b326d4bacc43a5c2b4b742f8e041b6378c1d2b2a5b1cf583d92cca44ad621a98",
586
+ "signature": "c095ca7231ddf32803f2c909d8dcd9ec34bc44e15862b041e70138d410a0a4d4",
587
587
  "affectsGlobalScope": false
588
588
  },
589
589
  "../src/events/subtract-subscription-point.interface.ts": {
590
- "version": "509d105349b41e9895c8292aad2d7a2200e11bde7599216548da4fa55013a860",
591
- "signature": "9e1e5b2527799c0fd2ae7f6b8b486fcc0ab4f7e0984e51e1995b1e046f633c87",
590
+ "version": "c7195a6074d1e185b66cc9b392ef0cad11553e46470e5715194ab20c08846b37",
591
+ "signature": "14611e6258d18e8e0e5fb8a86e3927c7fa5afe23f6ec0e55bdc0a121447c7f60",
592
592
  "affectsGlobalScope": false
593
593
  },
594
594
  "../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.174",
3
+ "version": "1.0.175",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",