@aldb2b/common 1.0.156 → 1.0.159
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/build/events/create-meeting-event.interface.d.ts +12 -0
- package/build/events/create-meeting-event.interface.js +3 -0
- package/build/events/create-meeting-event.interface.js.map +1 -0
- package/build/events/get-tables-by-group.interface.d.ts +10 -0
- package/build/events/get-tables-by-group.interface.js +3 -0
- package/build/events/get-tables-by-group.interface.js.map +1 -0
- package/build/events/subjects.d.ts +3 -1
- package/build/events/subjects.js +2 -0
- package/build/events/subjects.js.map +1 -1
- package/build/index.d.ts +2 -0
- package/build/index.js +2 -0
- package/build/index.js.map +1 -1
- package/build/middlewares/authorizer.middleware.js +1 -1
- package/build/middlewares/authorizer.middleware.js.map +1 -1
- package/build/tsconfig.tsbuildinfo +35 -5
- package/package.json +1 -1
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Subjects } from './subjects';
|
|
2
|
+
import { operationTypes } from "..";
|
|
3
|
+
export declare namespace CreateMeetingEvent {
|
|
4
|
+
interface Context {
|
|
5
|
+
subject: Subjects.CreateMeetingEvent;
|
|
6
|
+
data: Data;
|
|
7
|
+
}
|
|
8
|
+
interface Data {
|
|
9
|
+
event?: object;
|
|
10
|
+
operationType: operationTypes;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-meeting-event.interface.js","sourceRoot":"","sources":["../../src/events/create-meeting-event.interface.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-tables-by-group.interface.js","sourceRoot":"","sources":["../../src/events/get-tables-by-group.interface.ts"],"names":[],"mappings":""}
|
|
@@ -44,6 +44,7 @@ export declare enum Subjects {
|
|
|
44
44
|
AddCompanyCRM = "addCompany:crm",
|
|
45
45
|
AddContactCRM = "addContact:crm",
|
|
46
46
|
TableByIdEventTopic = "tableByIdEventTopic",
|
|
47
|
+
TablesByGroup = "tablesByGroup",
|
|
47
48
|
CompanyCreated = "company:created",
|
|
48
49
|
CompanyUpdated = "company:updated",
|
|
49
50
|
ProductCreated = "product:created",
|
|
@@ -62,5 +63,6 @@ export declare enum Subjects {
|
|
|
62
63
|
MeetingUpdated = "meeting:updated",
|
|
63
64
|
MeetingRequestUpdated = "meetingRequest:updated",
|
|
64
65
|
GetCityCountryById = "getCityCountryById",
|
|
65
|
-
CompaniesByQuery = "companiesByQuery"
|
|
66
|
+
CompaniesByQuery = "companiesByQuery",
|
|
67
|
+
CreateMeetingEvent = "createMeetingEvent"
|
|
66
68
|
}
|
package/build/events/subjects.js
CHANGED
|
@@ -48,6 +48,7 @@ var Subjects;
|
|
|
48
48
|
Subjects["AddCompanyCRM"] = "addCompany:crm";
|
|
49
49
|
Subjects["AddContactCRM"] = "addContact:crm";
|
|
50
50
|
Subjects["TableByIdEventTopic"] = "tableByIdEventTopic";
|
|
51
|
+
Subjects["TablesByGroup"] = "tablesByGroup";
|
|
51
52
|
Subjects["CompanyCreated"] = "company:created";
|
|
52
53
|
Subjects["CompanyUpdated"] = "company:updated";
|
|
53
54
|
Subjects["ProductCreated"] = "product:created";
|
|
@@ -67,5 +68,6 @@ var Subjects;
|
|
|
67
68
|
Subjects["MeetingRequestUpdated"] = "meetingRequest:updated";
|
|
68
69
|
Subjects["GetCityCountryById"] = "getCityCountryById";
|
|
69
70
|
Subjects["CompaniesByQuery"] = "companiesByQuery";
|
|
71
|
+
Subjects["CreateMeetingEvent"] = "createMeetingEvent";
|
|
70
72
|
})(Subjects = exports.Subjects || (exports.Subjects = {}));
|
|
71
73
|
//# sourceMappingURL=subjects.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"subjects.js","sourceRoot":"","sources":["../../src/events/subjects.ts"],"names":[],"mappings":";;;AAAA,IAAY,
|
|
1
|
+
{"version":3,"file":"subjects.js","sourceRoot":"","sources":["../../src/events/subjects.ts"],"names":[],"mappings":";;;AAAA,IAAY,QAmEX;AAnED,WAAY,QAAQ;IAClB,yCAA6B,CAAA;IAC7B,mCAAuB,CAAA;IACvB,4CAAgC,CAAA;IAChC,iCAAqB,CAAA;IACrB,uCAA2B,CAAA;IAC3B,+CAAmC,CAAA;IACnC,+CAAmC,CAAA;IACnC,6CAAiC,CAAA;IACjC,4CAAgC,CAAA;IAChC,4CAAgC,CAAA;IAChC,gDAAoC,CAAA;IACpC,4DAAgD,CAAA;IAChD,wDAA4C,CAAA;IAC5C,yDAA6C,CAAA;IAC7C,qCAAyB,CAAA;IACzB,4CAAgC,CAAA;IAChC,4CAAgC,CAAA;IAChC,2DAA+C,CAAA;IAC/C,2DAA+C,CAAA;IAC/C,iDAAqC,CAAA;IACrC,mDAAuC,CAAA;IACvC,mDAAuC,CAAA;IACvC,yCAA6B,CAAA;IAC7B,2DAA+C,CAAA;IAC/C,yCAA6B,CAAA;IAC7B,2CAA+B,CAAA;IAC/B,oDAAwC,CAAA;IACxC,mDAAuC,CAAA;IACvC,mDAAuC,CAAA;IACvC,iEAAqD,CAAA;IACrD,yCAA6B,CAAA;IAC7B,8DAAkD,CAAA;IAClD,iDAAqC,CAAA;IACrC,yCAA6B,CAAA;IAC7B,kDAAsC,CAAA;IACtC,kDAAsC,CAAA;IACtC,0CAA8B,CAAA;IAC9B,0CAA8B,CAAA;IAC9B,sDAA0C,CAAA;IAC1C,0DAA8C,CAAA;IAC9C,8CAAkC,CAAA;IAClC,kDAAsC,CAAA;IACtC,4CAAgC,CAAA;IAChC,4CAAgC,CAAA;IAChC,uDAA2C,CAAA;IAC3C,2CAA+B,CAAA;IAC/B,8CAAkC,CAAA;IAClC,8CAAkC,CAAA;IAClC,8CAAkC,CAAA;IAClC,8CAAkC,CAAA;IAClC,8CAAkC,CAAA;IAClC,8CAAkC,CAAA;IAClC,8CAAkC,CAAA;IAClC,8CAAkC,CAAA;IAClC,0CAA8B,CAAA;IAC9B,0CAA8B,CAAA;IAC9B,sCAA0B,CAAA;IAC1B,sCAA0B,CAAA;IAC1B,kDAAsC,CAAA;IACtC,kDAAsC,CAAA;IACtC,8CAAkC,CAAA;IAClC,8CAAkC,CAAA;IAClC,4DAAgD,CAAA;IAChD,qDAAyC,CAAA;IACzC,iDAAqC,CAAA;IACrC,qDAAyC,CAAA;AAC3C,CAAC,EAnEW,QAAQ,GAAR,gBAAQ,KAAR,gBAAQ,QAmEnB"}
|
package/build/index.d.ts
CHANGED
|
@@ -45,6 +45,7 @@ export * from './events/rfq-create-crm.interface';
|
|
|
45
45
|
export * from './events/rfq-update-crm.interface';
|
|
46
46
|
export * from './events/update-meeting-crm.interface';
|
|
47
47
|
export * from './events/get-table-event-topic.interface';
|
|
48
|
+
export * from './events/get-tables-by-group.interface';
|
|
48
49
|
export * from './events/get-meeting-request-by-query.interface';
|
|
49
50
|
export * from './events/company-created.interface';
|
|
50
51
|
export * from './events/company-updated.interface';
|
|
@@ -65,6 +66,7 @@ export * from './events/service-created.interface';
|
|
|
65
66
|
export * from './events/service-updated.interface';
|
|
66
67
|
export * from './events/get-city-country-by-id.interface';
|
|
67
68
|
export * from './events/get-companies-by-query.interface';
|
|
69
|
+
export * from './events/create-meeting-event.interface';
|
|
68
70
|
export * from './events/exchanges';
|
|
69
71
|
export * from './validators/conditional-required';
|
|
70
72
|
export * from './validators/date-validator';
|
package/build/index.js
CHANGED
|
@@ -57,6 +57,7 @@ __exportStar(require("./events/rfq-create-crm.interface"), exports);
|
|
|
57
57
|
__exportStar(require("./events/rfq-update-crm.interface"), exports);
|
|
58
58
|
__exportStar(require("./events/update-meeting-crm.interface"), exports);
|
|
59
59
|
__exportStar(require("./events/get-table-event-topic.interface"), exports);
|
|
60
|
+
__exportStar(require("./events/get-tables-by-group.interface"), exports);
|
|
60
61
|
__exportStar(require("./events/get-meeting-request-by-query.interface"), exports);
|
|
61
62
|
__exportStar(require("./events/company-created.interface"), exports);
|
|
62
63
|
__exportStar(require("./events/company-updated.interface"), exports);
|
|
@@ -77,6 +78,7 @@ __exportStar(require("./events/service-created.interface"), exports);
|
|
|
77
78
|
__exportStar(require("./events/service-updated.interface"), exports);
|
|
78
79
|
__exportStar(require("./events/get-city-country-by-id.interface"), exports);
|
|
79
80
|
__exportStar(require("./events/get-companies-by-query.interface"), exports);
|
|
81
|
+
__exportStar(require("./events/create-meeting-event.interface"), exports);
|
|
80
82
|
__exportStar(require("./events/exchanges"), exports);
|
|
81
83
|
__exportStar(require("./validators/conditional-required"), exports);
|
|
82
84
|
__exportStar(require("./validators/date-validator"), exports);
|
package/build/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oDAAiC;AACjC,iEAA8C;AAC9C,mEAAgD;AAChD,+DAA4C;AAC5C,oEAAiD;AACjD,qEAAkD;AAClD,oEAAiD;AACjD,sEAAmD;AACnD,6EAA0D;AAC1D,uEAAoD;AACpD,sEAAmD;AACnD,6EAA0D;AAC1D,2EAAwD;AACxD,4EAAyD;AACzD,iEAA8C;AAC9C,4EAAyD;AACzD,4EAAyD;AACzD,wEAAqD;AACrD,yEAAsD;AACtD,yEAAsD;AACtD,oEAAiD;AACjD,6EAA0D;AAC1D,2EAAwD;AACxD,8EAA2D;AAC3D,mEAAgD;AAChD,oEAAiD;AACjD,oEAAiD;AACjD,oEAAiD;AACjD,wEAAqD;AACrD,2EAAwD;AACxD,0EAAuD;AACvD,mEAAgD;AAChD,kDAA+B;AAC/B,oEAAiD;AACjD,2EAAwD;AACxD,oEAAiD;AACjD,qEAAkD;AAClD,qEAAkD;AAClD,wEAAqD;AACrD,sEAAmD;AACnD,0EAAuD;AACvD,wEAAqD;AACrD,4EAAyD;AACzD,oEAAiD;AACjD,oEAAiD;AACjD,wEAAqD;AACrD,2EAAwD;AACxD,kFAA+D;AAC/D,qEAAkD;AAClD,qEAAkD;AAClD,qEAAkD;AAClD,qEAAkD;AAClD,mEAAgD;AAChD,mEAAgD;AAChD,qEAAkD;AAClD,6EAA0D;AAC1D,qEAAkD;AAClD,qEAAkD;AAClD,qEAAkD;AAClD,uEAAoD;AACpD,uEAAoD;AACpD,iEAA8C;AAC9C,iEAA8C;AAC9C,qEAAkD;AAClD,qEAAkD;AAClD,4EAAyD;AACzD,4EAAyD;AACzD,qDAAkC;AAElC,oEAAiD;AACjD,8DAA2C;AAC3C,+DAA4C;AAC5C,kEAA+C;AAC/C,wEAAqD;AACrD,kEAA+C;AAC/C,gFAA6D;AAC7D,+DAA4C;AAC5C,yEAAsD;AACtD,mFAAgE;AAChE,iFAA8D;AAC9D,iEAA8C;AAC9C,2EAAwD;AAExD,kEAA+C;AAC/C,sEAAmD;AAEnD,sEAAmD;AACnD,uEAAoD;AAEpD,mDAAgC;AAChC,oDAAiC;AACjC,6DAA0C;AAC1C,oEAAiD;AACjD,yEAAsD;AAEtD,gEAA6C;AAC7C,sEAAmD;AACnD,yDAAsC;AACtC,yDAAsC;AACtC,gEAA6C;AAC7C,yEAAsD;AACtD,2EAAwD;AACxD,4DAAyC;AACzC,0EAAuD;AACvD,0DAAuC;AACvC,gEAA6C;AAC7C,0DAAuC;AACvC,qEAAkD;AAClD,qEAAkD;AAClD,uEAAoD;AACpD,mEAAgD;AAChD,+DAA4C;AAC5C,uEAAoD;AACpD,qEAAkD;AAClD,kEAA+C;AAC/C,oEAAiD;AACjD,iEAA8C;AAE9C,+DAA4C;AAC5C,sEAAmD;AAEnD,qEAAkD;AAClD,6DAA0C;AAC1C,uDAAoC;AACpC,sDAAmC;AACnC,qDAAkC;AAClC,mDAAgC;AAChC,4DAAyC;AACzC,2DAAwC;AACxC,oDAAiC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oDAAiC;AACjC,iEAA8C;AAC9C,mEAAgD;AAChD,+DAA4C;AAC5C,oEAAiD;AACjD,qEAAkD;AAClD,oEAAiD;AACjD,sEAAmD;AACnD,6EAA0D;AAC1D,uEAAoD;AACpD,sEAAmD;AACnD,6EAA0D;AAC1D,2EAAwD;AACxD,4EAAyD;AACzD,iEAA8C;AAC9C,4EAAyD;AACzD,4EAAyD;AACzD,wEAAqD;AACrD,yEAAsD;AACtD,yEAAsD;AACtD,oEAAiD;AACjD,6EAA0D;AAC1D,2EAAwD;AACxD,8EAA2D;AAC3D,mEAAgD;AAChD,oEAAiD;AACjD,oEAAiD;AACjD,oEAAiD;AACjD,wEAAqD;AACrD,2EAAwD;AACxD,0EAAuD;AACvD,mEAAgD;AAChD,kDAA+B;AAC/B,oEAAiD;AACjD,2EAAwD;AACxD,oEAAiD;AACjD,qEAAkD;AAClD,qEAAkD;AAClD,wEAAqD;AACrD,sEAAmD;AACnD,0EAAuD;AACvD,wEAAqD;AACrD,4EAAyD;AACzD,oEAAiD;AACjD,oEAAiD;AACjD,wEAAqD;AACrD,2EAAwD;AACxD,yEAAsD;AACtD,kFAA+D;AAC/D,qEAAkD;AAClD,qEAAkD;AAClD,qEAAkD;AAClD,qEAAkD;AAClD,mEAAgD;AAChD,mEAAgD;AAChD,qEAAkD;AAClD,6EAA0D;AAC1D,qEAAkD;AAClD,qEAAkD;AAClD,qEAAkD;AAClD,uEAAoD;AACpD,uEAAoD;AACpD,iEAA8C;AAC9C,iEAA8C;AAC9C,qEAAkD;AAClD,qEAAkD;AAClD,4EAAyD;AACzD,4EAAyD;AACzD,0EAAuD;AACvD,qDAAkC;AAElC,oEAAiD;AACjD,8DAA2C;AAC3C,+DAA4C;AAC5C,kEAA+C;AAC/C,wEAAqD;AACrD,kEAA+C;AAC/C,gFAA6D;AAC7D,+DAA4C;AAC5C,yEAAsD;AACtD,mFAAgE;AAChE,iFAA8D;AAC9D,iEAA8C;AAC9C,2EAAwD;AAExD,kEAA+C;AAC/C,sEAAmD;AAEnD,sEAAmD;AACnD,uEAAoD;AAEpD,mDAAgC;AAChC,oDAAiC;AACjC,6DAA0C;AAC1C,oEAAiD;AACjD,yEAAsD;AAEtD,gEAA6C;AAC7C,sEAAmD;AACnD,yDAAsC;AACtC,yDAAsC;AACtC,gEAA6C;AAC7C,yEAAsD;AACtD,2EAAwD;AACxD,4DAAyC;AACzC,0EAAuD;AACvD,0DAAuC;AACvC,gEAA6C;AAC7C,0DAAuC;AACvC,qEAAkD;AAClD,qEAAkD;AAClD,uEAAoD;AACpD,mEAAgD;AAChD,+DAA4C;AAC5C,uEAAoD;AACpD,qEAAkD;AAClD,kEAA+C;AAC/C,oEAAiD;AACjD,iEAA8C;AAE9C,+DAA4C;AAC5C,sEAAmD;AAEnD,qEAAkD;AAClD,6DAA0C;AAC1C,uDAAoC;AACpC,sDAAmC;AACnC,qDAAkC;AAClC,mDAAgC;AAChC,4DAAyC;AACzC,2DAAwC;AACxC,oDAAiC"}
|
|
@@ -17,7 +17,7 @@ const common_1 = require("@nestjs/common");
|
|
|
17
17
|
const microservices_1 = require("@nestjs/microservices");
|
|
18
18
|
const rxjs_1 = require("rxjs");
|
|
19
19
|
const redis_1 = require("redis");
|
|
20
|
-
const subjects_1 = require("
|
|
20
|
+
const subjects_1 = require("../events/subjects");
|
|
21
21
|
class RedisClient {
|
|
22
22
|
constructor() {
|
|
23
23
|
this.redisClient = redis_1.createClient({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"authorizer.middleware.js","sourceRoot":"","sources":["../../src/middlewares/authorizer.middleware.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AA+JA,2CAKuB;AACvB,yDAAmD;AAEnD,+BAAqC;AACrC,iCAAoC;AACpC,
|
|
1
|
+
{"version":3,"file":"authorizer.middleware.js","sourceRoot":"","sources":["../../src/middlewares/authorizer.middleware.ts"],"names":[],"mappings":"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"}
|
|
@@ -162,8 +162,8 @@
|
|
|
162
162
|
"affectsGlobalScope": false
|
|
163
163
|
},
|
|
164
164
|
"../src/events/subjects.ts": {
|
|
165
|
-
"version": "
|
|
166
|
-
"signature": "
|
|
165
|
+
"version": "e7d27e80320839c4dcf3456c74c2eaa85940adcb1caf04d969f546a7ec66d800",
|
|
166
|
+
"signature": "1a8e1d77afba308efda409e207cfbac17c8a1a7b5cbeae95721cf9c575aeaa90",
|
|
167
167
|
"affectsGlobalScope": false
|
|
168
168
|
},
|
|
169
169
|
"../src/events/email-specs.interface.ts": {
|
|
@@ -451,6 +451,11 @@
|
|
|
451
451
|
"signature": "7cec2abf6045e8e624877415e2e6fcc0f724883f342e26f87ed7d18765ac0367",
|
|
452
452
|
"affectsGlobalScope": false
|
|
453
453
|
},
|
|
454
|
+
"../src/events/get-tables-by-group.interface.ts": {
|
|
455
|
+
"version": "241275e974c3cfdfa1c5522d4c8a2e81365e8003a5e968b8b4482a12753f4c31",
|
|
456
|
+
"signature": "df00592ae06c6f41ed3c4d06dbbb3500cb43cebeecf523a88aad41d87363d8c8",
|
|
457
|
+
"affectsGlobalScope": false
|
|
458
|
+
},
|
|
454
459
|
"../src/events/get-meeting-request-by-query.interface.ts": {
|
|
455
460
|
"version": "26af6d365027dfe8e74c52d7e6f430b7c1b6fff707d8c8fc7393f67daa9f8f10",
|
|
456
461
|
"signature": "81ec79934d502db54296825b532dcc0b0e6218857c6b1b60fd286af21da436a8",
|
|
@@ -546,6 +551,11 @@
|
|
|
546
551
|
"signature": "ffebc5673f89c7696d99df58c29805018d04157f96a4636cd55126235f8cc7e7",
|
|
547
552
|
"affectsGlobalScope": false
|
|
548
553
|
},
|
|
554
|
+
"../src/events/create-meeting-event.interface.ts": {
|
|
555
|
+
"version": "e6274e689911a92d5b8dbf460c9b327f7a1f46181a15409627c320d93d8a3884",
|
|
556
|
+
"signature": "369b0c67474753070ba37a166be4381a7d72b13e75693a1890feb591c4a31b7f",
|
|
557
|
+
"affectsGlobalScope": false
|
|
558
|
+
},
|
|
549
559
|
"../src/events/exchanges.ts": {
|
|
550
560
|
"version": "743fc12eafc6647756cc56bc57c2a5573988c90a42cc197d6031b292491a60c6",
|
|
551
561
|
"signature": "5b1d183287d8fa30787af2d3d69eb1e62cd3325022d10290a3105df283689d25",
|
|
@@ -6227,7 +6237,7 @@
|
|
|
6227
6237
|
"affectsGlobalScope": false
|
|
6228
6238
|
},
|
|
6229
6239
|
"../src/middlewares/authorizer.middleware.ts": {
|
|
6230
|
-
"version": "
|
|
6240
|
+
"version": "af80ac1058af62621e2ee97606c00b70b511e31384eccde4f03789aa8ce97d90",
|
|
6231
6241
|
"signature": "1c5d65c5ec5568c3946d80a9e2b43427afdbddcbbf889ec56985b5209cdaab7c",
|
|
6232
6242
|
"affectsGlobalScope": false
|
|
6233
6243
|
},
|
|
@@ -6327,8 +6337,8 @@
|
|
|
6327
6337
|
"affectsGlobalScope": false
|
|
6328
6338
|
},
|
|
6329
6339
|
"../src/index.ts": {
|
|
6330
|
-
"version": "
|
|
6331
|
-
"signature": "
|
|
6340
|
+
"version": "9b7bee790fe1ae6e2626785ad914f90dfd5607987635e7b4d0a3312dbb250b1c",
|
|
6341
|
+
"signature": "f28ef6631c3cead603c1066bdd9a259380239baa7d05085c1f8db86247bbe6d9",
|
|
6332
6342
|
"affectsGlobalScope": false
|
|
6333
6343
|
},
|
|
6334
6344
|
"../src/events/meeting-request-updated.interface.ts": {
|
|
@@ -11117,6 +11127,10 @@
|
|
|
11117
11127
|
"../src/events/create-meeting-crm.interface.ts": [
|
|
11118
11128
|
"../src/events/subjects.ts"
|
|
11119
11129
|
],
|
|
11130
|
+
"../src/events/create-meeting-event.interface.ts": [
|
|
11131
|
+
"../src/events/subjects.ts",
|
|
11132
|
+
"../src/index.ts"
|
|
11133
|
+
],
|
|
11120
11134
|
"../src/events/create-order-crm.interface.ts": [
|
|
11121
11135
|
"../src/events/subjects.ts"
|
|
11122
11136
|
],
|
|
@@ -11162,6 +11176,9 @@
|
|
|
11162
11176
|
"../src/events/get-table-event-topic.interface.ts": [
|
|
11163
11177
|
"../src/events/subjects.ts"
|
|
11164
11178
|
],
|
|
11179
|
+
"../src/events/get-tables-by-group.interface.ts": [
|
|
11180
|
+
"../src/events/subjects.ts"
|
|
11181
|
+
],
|
|
11165
11182
|
"../src/events/get-templates.interface.ts": [
|
|
11166
11183
|
"../src/events/subjects.ts"
|
|
11167
11184
|
],
|
|
@@ -11292,6 +11309,7 @@
|
|
|
11292
11309
|
"../src/events/create-contact.interface.ts",
|
|
11293
11310
|
"../src/events/create-default-templates.ts",
|
|
11294
11311
|
"../src/events/create-meeting-crm.interface.ts",
|
|
11312
|
+
"../src/events/create-meeting-event.interface.ts",
|
|
11295
11313
|
"../src/events/create-order-crm.interface.ts",
|
|
11296
11314
|
"../src/events/create-quotation-crm.interface.ts",
|
|
11297
11315
|
"../src/events/data-by-search.interface.ts",
|
|
@@ -11308,6 +11326,7 @@
|
|
|
11308
11326
|
"../src/events/get-meeting-by-query.interface.ts",
|
|
11309
11327
|
"../src/events/get-meeting-request-by-query.interface.ts",
|
|
11310
11328
|
"../src/events/get-table-event-topic.interface.ts",
|
|
11329
|
+
"../src/events/get-tables-by-group.interface.ts",
|
|
11311
11330
|
"../src/events/get-templates.interface.ts",
|
|
11312
11331
|
"../src/events/get-unavailable-by-user.interface.ts",
|
|
11313
11332
|
"../src/events/get-user-by-id.interface.ts",
|
|
@@ -16200,6 +16219,10 @@
|
|
|
16200
16219
|
"../src/events/create-meeting-crm.interface.ts": [
|
|
16201
16220
|
"../src/events/subjects.ts"
|
|
16202
16221
|
],
|
|
16222
|
+
"../src/events/create-meeting-event.interface.ts": [
|
|
16223
|
+
"../src/events/subjects.ts",
|
|
16224
|
+
"../src/index.ts"
|
|
16225
|
+
],
|
|
16203
16226
|
"../src/events/create-order-crm.interface.ts": [
|
|
16204
16227
|
"../src/events/subjects.ts"
|
|
16205
16228
|
],
|
|
@@ -16245,6 +16268,9 @@
|
|
|
16245
16268
|
"../src/events/get-table-event-topic.interface.ts": [
|
|
16246
16269
|
"../src/events/subjects.ts"
|
|
16247
16270
|
],
|
|
16271
|
+
"../src/events/get-tables-by-group.interface.ts": [
|
|
16272
|
+
"../src/events/subjects.ts"
|
|
16273
|
+
],
|
|
16248
16274
|
"../src/events/get-templates.interface.ts": [
|
|
16249
16275
|
"../src/events/subjects.ts"
|
|
16250
16276
|
],
|
|
@@ -16375,6 +16401,7 @@
|
|
|
16375
16401
|
"../src/events/create-contact.interface.ts",
|
|
16376
16402
|
"../src/events/create-default-templates.ts",
|
|
16377
16403
|
"../src/events/create-meeting-crm.interface.ts",
|
|
16404
|
+
"../src/events/create-meeting-event.interface.ts",
|
|
16378
16405
|
"../src/events/create-order-crm.interface.ts",
|
|
16379
16406
|
"../src/events/create-quotation-crm.interface.ts",
|
|
16380
16407
|
"../src/events/data-by-search.interface.ts",
|
|
@@ -16391,6 +16418,7 @@
|
|
|
16391
16418
|
"../src/events/get-meeting-by-query.interface.ts",
|
|
16392
16419
|
"../src/events/get-meeting-request-by-query.interface.ts",
|
|
16393
16420
|
"../src/events/get-table-event-topic.interface.ts",
|
|
16421
|
+
"../src/events/get-tables-by-group.interface.ts",
|
|
16394
16422
|
"../src/events/get-templates.interface.ts",
|
|
16395
16423
|
"../src/events/get-unavailable-by-user.interface.ts",
|
|
16396
16424
|
"../src/events/get-user-by-id.interface.ts",
|
|
@@ -17715,6 +17743,7 @@
|
|
|
17715
17743
|
"../src/events/create-contact.interface.ts",
|
|
17716
17744
|
"../src/events/create-default-templates.ts",
|
|
17717
17745
|
"../src/events/create-meeting-crm.interface.ts",
|
|
17746
|
+
"../src/events/create-meeting-event.interface.ts",
|
|
17718
17747
|
"../src/events/create-order-crm.interface.ts",
|
|
17719
17748
|
"../src/events/create-quotation-crm.interface.ts",
|
|
17720
17749
|
"../src/events/data-by-search.interface.ts",
|
|
@@ -17731,6 +17760,7 @@
|
|
|
17731
17760
|
"../src/events/get-meeting-by-query.interface.ts",
|
|
17732
17761
|
"../src/events/get-meeting-request-by-query.interface.ts",
|
|
17733
17762
|
"../src/events/get-table-event-topic.interface.ts",
|
|
17763
|
+
"../src/events/get-tables-by-group.interface.ts",
|
|
17734
17764
|
"../src/events/get-templates.interface.ts",
|
|
17735
17765
|
"../src/events/get-unavailable-by-user.interface.ts",
|
|
17736
17766
|
"../src/events/get-user-by-id.interface.ts",
|