@aldb2b/common 1.0.134 → 1.0.137
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/queues.d.ts +4 -1
- package/build/events/queues.js +3 -0
- package/build/events/queues.js.map +1 -1
- package/build/tsconfig.tsbuildinfo +12 -6
- package/build/types/calendar-source-type.enum.d.ts +7 -0
- package/build/types/calendar-source-type.enum.js +12 -0
- package/build/types/calendar-source-type.enum.js.map +1 -0
- package/build/types/meeting-request-token.interface.d.ts +0 -1
- package/build/types/meeting-type.enum.d.ts +1 -0
- package/build/types/meeting-type.enum.js +1 -0
- package/build/types/meeting-type.enum.js.map +1 -1
- package/package.json +1 -1
package/build/events/queues.d.ts
CHANGED
|
@@ -32,5 +32,8 @@ export declare enum Queues {
|
|
|
32
32
|
HAS_USER_RECORD = "has_user_record",
|
|
33
33
|
TABLE_BY_ID_EVENT_TOPIC_QUEUE = "table_by_id_event_topic_queue",
|
|
34
34
|
MEETING_CRM_HANDLER_QUEUE = "meeting_crm_handler_queue",
|
|
35
|
-
COMPANY_CRM_HANDLER_QUEUE = "company_crm_handler_queue"
|
|
35
|
+
COMPANY_CRM_HANDLER_QUEUE = "company_crm_handler_queue",
|
|
36
|
+
RFQ_CRM_HANDLER_QUEUE = "rfq_crm_handler_queue",
|
|
37
|
+
QUOTATION_CRM_HANDLER_QUEUE = "quotation_crm_handler_queue",
|
|
38
|
+
ORDER_CRM_HANDLER_QUEUE = "order_crm_handler_queue"
|
|
36
39
|
}
|
package/build/events/queues.js
CHANGED
|
@@ -37,5 +37,8 @@ var Queues;
|
|
|
37
37
|
Queues["TABLE_BY_ID_EVENT_TOPIC_QUEUE"] = "table_by_id_event_topic_queue";
|
|
38
38
|
Queues["MEETING_CRM_HANDLER_QUEUE"] = "meeting_crm_handler_queue";
|
|
39
39
|
Queues["COMPANY_CRM_HANDLER_QUEUE"] = "company_crm_handler_queue";
|
|
40
|
+
Queues["RFQ_CRM_HANDLER_QUEUE"] = "rfq_crm_handler_queue";
|
|
41
|
+
Queues["QUOTATION_CRM_HANDLER_QUEUE"] = "quotation_crm_handler_queue";
|
|
42
|
+
Queues["ORDER_CRM_HANDLER_QUEUE"] = "order_crm_handler_queue";
|
|
40
43
|
})(Queues = exports.Queues || (exports.Queues = {}));
|
|
41
44
|
//# sourceMappingURL=queues.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"queues.js","sourceRoot":"","sources":["../../src/events/queues.ts"],"names":[],"mappings":";;;AAAA,IAAY,
|
|
1
|
+
{"version":3,"file":"queues.js","sourceRoot":"","sources":["../../src/events/queues.ts"],"names":[],"mappings":";;;AAAA,IAAY,MAsCX;AAtCD,WAAY,MAAM;IAChB,mCAAyB,CAAA;IACzB,yDAA+C,CAAA;IAC/C,iDAAuC,CAAA;IACvC,+CAAqC,CAAA;IACrC,qCAA2B,CAAA;IAC3B,+DAAqD,CAAA;IACrD,qDAA2C,CAAA;IAC3C,qEAA2D,CAAA;IAC3D,qEAA2D,CAAA;IAC3D,6EAAmE,CAAA;IACnE,yDAA+C,CAAA;IAC/C,iDAAuC,CAAA;IACvC,mDAAyC,CAAA;IACzC,qDAA2C,CAAA;IAC3C,yDAA+C,CAAA;IAC/C,uDAA6C,CAAA;IAC7C,+DAAqD,CAAA;IACrD,iEAAuD,CAAA;IACvD,qEAA2D,CAAA;IAC3D,2EAAiE,CAAA;IACjE,yEAA+D,CAAA;IAC/D,2DAAiD,CAAA;IACjD,6DAAmD,CAAA;IACnD,uDAA6C,CAAA;IAC7C,+DAAqD,CAAA;IACrD,0EAAgE,CAAA;IAChE,6EAAmE,CAAA;IACnE,uDAA6C,CAAA;IAC7C,iEAAuD,CAAA;IACvD,iEAAuD,CAAA;IACvD,6CAAmC,CAAA;IACnC,yEAA+D,CAAA;IAC/D,iEAAuD,CAAA;IACvD,iEAAuD,CAAA;IACvD,yDAA+C,CAAA;IAC/C,qEAA2D,CAAA;IAC3D,6DAAmD,CAAA;AACrD,CAAC,EAtCW,MAAM,GAAN,cAAM,KAAN,cAAM,QAsCjB"}
|
|
@@ -377,8 +377,8 @@
|
|
|
377
377
|
"affectsGlobalScope": false
|
|
378
378
|
},
|
|
379
379
|
"../src/events/queues.ts": {
|
|
380
|
-
"version": "
|
|
381
|
-
"signature": "
|
|
380
|
+
"version": "a46ca95966c26b223d6f82dcc097261295ccabdebe1c11a3c52e061fd1ac2411",
|
|
381
|
+
"signature": "e5192d140e5d191c0efeba4617dd5a586689c3d4276f57ab3fd9bbf883af5409",
|
|
382
382
|
"affectsGlobalScope": false
|
|
383
383
|
},
|
|
384
384
|
"../src/events/create-default-templates.ts": {
|
|
@@ -3522,13 +3522,13 @@
|
|
|
3522
3522
|
"affectsGlobalScope": false
|
|
3523
3523
|
},
|
|
3524
3524
|
"../src/types/meeting-type.enum.ts": {
|
|
3525
|
-
"version": "
|
|
3526
|
-
"signature": "
|
|
3525
|
+
"version": "a8fa1f04a52e23c999e90961e2c40c05d6c22d97f4b69a428a620764b7ac6e67",
|
|
3526
|
+
"signature": "562f260425ba77f5cf2d8b54c362aeb5554bc54648fd8fdbf490cc43ed90f59a",
|
|
3527
3527
|
"affectsGlobalScope": false
|
|
3528
3528
|
},
|
|
3529
3529
|
"../src/types/meeting-request-token.interface.ts": {
|
|
3530
|
-
"version": "
|
|
3531
|
-
"signature": "
|
|
3530
|
+
"version": "fe66554492c1c92423d885dee654688daf7c4b8dfc015269b2aee38bf87f9877",
|
|
3531
|
+
"signature": "4b4a2e364e31da9454d76a90317b34887207f1edf0ac9592bd0d216cfa48fcd8",
|
|
3532
3532
|
"affectsGlobalScope": false
|
|
3533
3533
|
},
|
|
3534
3534
|
"../node_modules/@types/range-parser/index.d.ts": {
|
|
@@ -6156,6 +6156,11 @@
|
|
|
6156
6156
|
"signature": "46491225d7116faf685132b6f1d3e4e48d015862f2a6539d10022f85a2eeee7f",
|
|
6157
6157
|
"affectsGlobalScope": false
|
|
6158
6158
|
},
|
|
6159
|
+
"../src/types/calendar-source-type.enum.ts": {
|
|
6160
|
+
"version": "203b47309e5471443e8cf578b6f7ac4e8da400d21a84f490639ca4d9032329be",
|
|
6161
|
+
"signature": "734993bc270bebab85c84551c3f782db9357b6d1a9f347b48e88b0a9c716b46b",
|
|
6162
|
+
"affectsGlobalScope": false
|
|
6163
|
+
},
|
|
6159
6164
|
"../node_modules/@types/minimatch/index.d.ts": {
|
|
6160
6165
|
"version": "95c22bc19835e28e2e524a4bb8898eb5f2107b640d7279a6d3aade261916bbf2",
|
|
6161
6166
|
"signature": "95c22bc19835e28e2e524a4bb8898eb5f2107b640d7279a6d3aade261916bbf2",
|
|
@@ -17305,6 +17310,7 @@
|
|
|
17305
17310
|
"../src/middlewares/app.middleware.ts",
|
|
17306
17311
|
"../src/middlewares/authorizer.middleware.ts",
|
|
17307
17312
|
"../src/types/analytic-group.interface.ts",
|
|
17313
|
+
"../src/types/calendar-source-type.enum.ts",
|
|
17308
17314
|
"../src/types/chat-group.interface.ts",
|
|
17309
17315
|
"../src/types/default-visibility.interface.ts",
|
|
17310
17316
|
"../src/types/download-presigned-url.interface.ts",
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CalendarSourceType = void 0;
|
|
4
|
+
var CalendarSourceType;
|
|
5
|
+
(function (CalendarSourceType) {
|
|
6
|
+
CalendarSourceType["GOOGLE"] = "Google";
|
|
7
|
+
CalendarSourceType["OUTLOOK"] = "Outlook";
|
|
8
|
+
CalendarSourceType["CALENDLY"] = "Calendly";
|
|
9
|
+
CalendarSourceType["ALADDIN"] = "Aladdin";
|
|
10
|
+
CalendarSourceType["MANUAL"] = "Manually sey";
|
|
11
|
+
})(CalendarSourceType = exports.CalendarSourceType || (exports.CalendarSourceType = {}));
|
|
12
|
+
//# sourceMappingURL=calendar-source-type.enum.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar-source-type.enum.js","sourceRoot":"","sources":["../../src/types/calendar-source-type.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,kBAMX;AAND,WAAY,kBAAkB;IAC5B,uCAAiB,CAAA;IACjB,yCAAmB,CAAA;IACnB,2CAAqB,CAAA;IACrB,yCAAmB,CAAA;IACnB,6CAAuB,CAAA;AACzB,CAAC,EANW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAM7B"}
|
|
@@ -6,6 +6,7 @@ var MeetingType;
|
|
|
6
6
|
MeetingType["IN_PERSON"] = "In-person";
|
|
7
7
|
MeetingType["ZOOM"] = "Zoom";
|
|
8
8
|
MeetingType["TEAMS"] = "Teams";
|
|
9
|
+
MeetingType["WHERE_BY"] = "Where By";
|
|
9
10
|
MeetingType["ALADDIN_MEETING"] = "Aladdin Meeting";
|
|
10
11
|
})(MeetingType = exports.MeetingType || (exports.MeetingType = {}));
|
|
11
12
|
//# sourceMappingURL=meeting-type.enum.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"meeting-type.enum.js","sourceRoot":"","sources":["../../src/types/meeting-type.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,
|
|
1
|
+
{"version":3,"file":"meeting-type.enum.js","sourceRoot":"","sources":["../../src/types/meeting-type.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,WAMX;AAND,WAAY,WAAW;IACrB,sCAAuB,CAAA;IACvB,4BAAa,CAAA;IACb,8BAAe,CAAA;IACf,oCAAqB,CAAA;IACrB,kDAAmC,CAAA;AACrC,CAAC,EANW,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAMtB"}
|