@aldb2b/common 1.0.2001 → 1.0.2002

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aldb2b/common",
3
- "version": "1.0.2001",
3
+ "version": "1.0.2002",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",
@@ -1,11 +0,0 @@
1
- import { Subjects } from './subjects';
2
- export declare namespace AutoScheduleMeetingInterface {
3
- interface Context {
4
- subject: Subjects.AutoScheduleMeeting;
5
- data: Data;
6
- }
7
- interface Data {
8
- eventId: string;
9
- perfectListIds: Array<string>;
10
- }
11
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=auto-schedule-meeting.interface.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"auto-schedule-meeting.interface.js","sourceRoot":"","sources":["../../src/events/auto-schedule-meeting.interface.ts"],"names":[],"mappings":""}
@@ -1,11 +0,0 @@
1
- import { Subjects } from "./subjects";
2
- export declare namespace GetEventUser {
3
- interface Context {
4
- subject: Subjects.GetEventUser;
5
- data: Data;
6
- }
7
- interface Data {
8
- userId: string;
9
- eventId: string;
10
- }
11
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"get-event-user.interface.js","sourceRoot":"","sources":["../../src/events/get-event-user.interface.ts"],"names":[],"mappings":""}
@@ -1,11 +0,0 @@
1
- import { Subjects } from "./subjects";
2
- export declare namespace GetPerfectList {
3
- interface Context {
4
- subject: Subjects.GetPerfectList;
5
- data: Data;
6
- }
7
- interface Data {
8
- eventId: string;
9
- perfectListId: string;
10
- }
11
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=get-perfect-list.interface.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"get-perfect-list.interface.js","sourceRoot":"","sources":["../../src/events/get-perfect-list.interface.ts"],"names":[],"mappings":""}
@@ -1,11 +0,0 @@
1
- import { Subjects } from "./subjects";
2
- export declare namespace GetPerfectLists {
3
- interface Context {
4
- subject: Subjects.GetPerfectLists;
5
- data: Data;
6
- }
7
- interface Data {
8
- eventId: string;
9
- perfectListIds: Array<string>;
10
- }
11
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=get-perfect-lists.interface.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"get-perfect-lists.interface.js","sourceRoot":"","sources":["../../src/events/get-perfect-lists.interface.ts"],"names":[],"mappings":""}