@aldb2b/common 1.0.248 → 1.0.249
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/get-contact-by-id.interface.d.ts +10 -0
- package/build/events/get-contact-by-id.interface.js +3 -0
- package/build/events/get-contact-by-id.interface.js.map +1 -0
- package/build/events/queues.d.ts +2 -1
- package/build/events/queues.js +1 -0
- package/build/events/queues.js.map +1 -1
- package/build/events/send-notifications.interface.d.ts +1 -3
- package/build/events/subjects.d.ts +2 -1
- package/build/events/subjects.js +1 -0
- package/build/events/subjects.js.map +1 -1
- package/build/index.d.ts +1 -1
- package/build/index.js +1 -1
- package/build/index.js.map +1 -1
- package/build/tsconfig.tsbuildinfo +22 -18
- package/package.json +1 -1
- package/build/types/bulk-users.enum.d.ts +0 -5
- package/build/types/bulk-users.enum.js +0 -10
- package/build/types/bulk-users.enum.js.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-contact-by-id.interface.js","sourceRoot":"","sources":["../../src/events/get-contact-by-id.interface.ts"],"names":[],"mappings":""}
|
package/build/events/queues.d.ts
CHANGED
|
@@ -47,5 +47,6 @@ export declare enum Queues {
|
|
|
47
47
|
SHARED_LIST_BY_TOKEN_QUEUE = "shared_list_by_token_queue",
|
|
48
48
|
GET_USER_BY_EMAIL_QUEUE = "get_user_by_email",
|
|
49
49
|
SESSIONS_BY_IDS_QUEUE = "sessions_by_ids_queue",
|
|
50
|
-
GROUPS_BY_COMPANIES_QUEUE = "groups_by_companies_queue"
|
|
50
|
+
GROUPS_BY_COMPANIES_QUEUE = "groups_by_companies_queue",
|
|
51
|
+
GET_CONTACT_BY_ID_QUEUE = "get_contact_by_id_queue"
|
|
51
52
|
}
|
package/build/events/queues.js
CHANGED
|
@@ -52,5 +52,6 @@ var Queues;
|
|
|
52
52
|
Queues["GET_USER_BY_EMAIL_QUEUE"] = "get_user_by_email";
|
|
53
53
|
Queues["SESSIONS_BY_IDS_QUEUE"] = "sessions_by_ids_queue";
|
|
54
54
|
Queues["GROUPS_BY_COMPANIES_QUEUE"] = "groups_by_companies_queue";
|
|
55
|
+
Queues["GET_CONTACT_BY_ID_QUEUE"] = "get_contact_by_id_queue";
|
|
55
56
|
})(Queues = exports.Queues || (exports.Queues = {}));
|
|
56
57
|
//# 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,MAmDX;AAnDD,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,uEAA6D,CAAA;IAC7D,iEAAuD,CAAA;IACvD,iEAAuD,CAAA;IACvD,yDAA+C,CAAA;IAC/C,qEAA2D,CAAA;IAC3D,6DAAmD,CAAA;IACnD,6FAAmF,CAAA;IACnF,2DAAiD,CAAA;IACjD,wEAA8D,CAAA;IAC9D,qEAA2D,CAAA;IAC3D,mDAAyC,CAAA;IACzC,2DAAiD,CAAA;IACjD,4DAAkD,CAAA;IAClD,mEAAyD,CAAA;IACzD,uDAA6C,CAAA;IAC7C,yDAA+C,CAAA;IAC/C,iEAAuD,CAAA;IACvD,6DAAmD,CAAA;AACrD,CAAC,EAnDW,MAAM,GAAN,cAAM,KAAN,cAAM,QAmDjB"}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { Subjects } from './subjects';
|
|
2
2
|
import { RecordType } from 'src/types/record-type.enum';
|
|
3
|
-
import { UserLanguage } from
|
|
3
|
+
import { UserLanguage } from "../types/user-language.enum";
|
|
4
4
|
import { NotificationType } from '../types/notification-type.enum';
|
|
5
5
|
import { NotificationEvent } from '../types/notification-event.enum';
|
|
6
|
-
import { BulkUsers } from 'src/types/bulk-users.enum';
|
|
7
6
|
export declare namespace SendNotifications {
|
|
8
7
|
interface Context {
|
|
9
8
|
subject: Subjects.SendNotifications;
|
|
@@ -27,6 +26,5 @@ export declare namespace SendNotifications {
|
|
|
27
26
|
relatedRecordType?: RecordType;
|
|
28
27
|
relatedRecordId?: string;
|
|
29
28
|
language?: UserLanguage;
|
|
30
|
-
bulkUsers?: BulkUsers;
|
|
31
29
|
}
|
|
32
30
|
}
|
|
@@ -80,5 +80,6 @@ export declare enum Subjects {
|
|
|
80
80
|
UserMeetingAgendaEmail = "UserMeetingAgendaEmail",
|
|
81
81
|
GetUserByEmail = "getUserByEmail",
|
|
82
82
|
GetSessionsByIds = "getSessionsByIds",
|
|
83
|
-
GroupsByCompanies = "groupsByCompanies"
|
|
83
|
+
GroupsByCompanies = "groupsByCompanies",
|
|
84
|
+
ContactsById = "contactsById"
|
|
84
85
|
}
|
package/build/events/subjects.js
CHANGED
|
@@ -85,5 +85,6 @@ var Subjects;
|
|
|
85
85
|
Subjects["GetUserByEmail"] = "getUserByEmail";
|
|
86
86
|
Subjects["GetSessionsByIds"] = "getSessionsByIds";
|
|
87
87
|
Subjects["GroupsByCompanies"] = "groupsByCompanies";
|
|
88
|
+
Subjects["ContactsById"] = "contactsById";
|
|
88
89
|
})(Subjects = exports.Subjects || (exports.Subjects = {}));
|
|
89
90
|
//# sourceMappingURL=subjects.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"subjects.js","sourceRoot":"","sources":["../../src/events/subjects.ts"],"names":[],"mappings":";;;AAGA,IAAY,
|
|
1
|
+
{"version":3,"file":"subjects.js","sourceRoot":"","sources":["../../src/events/subjects.ts"],"names":[],"mappings":";;;AAGA,IAAY,QAoFX;AApFD,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,4EAAgE,CAAA;IAChE,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,6CAAiC,CAAA;IACjC,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,qDAAyC,CAAA;IACzC,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,oDAAwC,CAAA;IACxC,oEAAwD,CAAA;IACxD,0CAA8B,CAAA;IAC9B,sCAA0B,CAAA;IAC1B,sCAA0B,CAAA;IAC1B,kDAAsC,CAAA;IACtC,kDAAsC,CAAA;IACtC,8CAAkC,CAAA;IAClC,8CAAkC,CAAA;IAClC,4DAAgD,CAAA;IAChD,4DAAgD,CAAA;IAChD,qDAAyC,CAAA;IACzC,iDAAqC,CAAA;IACrC,qDAAyC,CAAA;IACzC,+CAAmC,CAAA;IACnC,qEAAyD,CAAA;IACzD,qEAAyD,CAAA;IACzD,mEAAuD,CAAA;IACvD,iDAAqC,CAAA;IACrC,yDAA6C,CAAA;IAC7C,uEAA2D,CAAA;IAC3D,6DAAiD,CAAA;IACjD,6CAAiC,CAAA;IACjC,iDAAqC,CAAA;IACrC,mDAAuC,CAAA;IACvC,yCAA6B,CAAA;AAC/B,CAAC,EApFW,QAAQ,GAAR,gBAAQ,KAAR,gBAAQ,QAoFnB"}
|
package/build/index.d.ts
CHANGED
|
@@ -82,6 +82,7 @@ export * from './events/get-shared-list-by-token.interface';
|
|
|
82
82
|
export * from './events/get-user-by-email.interface';
|
|
83
83
|
export * from './events/get-sessions-by-ids.interface';
|
|
84
84
|
export * from './events/groups-by-companies.interface';
|
|
85
|
+
export * from './events/get-contact-by-id.interface';
|
|
85
86
|
export * from './validators/conditional-required';
|
|
86
87
|
export * from './validators/date-validator';
|
|
87
88
|
export * from './validators/validateNewItem';
|
|
@@ -140,7 +141,6 @@ export * from './types/endpoint-type.enum';
|
|
|
140
141
|
export * from './types/feature-mappings';
|
|
141
142
|
export * from './types/feature-type.enum';
|
|
142
143
|
export * from './types/event-status.enum';
|
|
143
|
-
export * from './types/bulk-users.enum';
|
|
144
144
|
export * from './middlewares/app.middleware';
|
|
145
145
|
export * from './middlewares/authorizer.middleware';
|
|
146
146
|
export * from './middlewares/subscription-subtractor.middleware';
|
package/build/index.js
CHANGED
|
@@ -94,6 +94,7 @@ __exportStar(require("./events/get-shared-list-by-token.interface"), exports);
|
|
|
94
94
|
__exportStar(require("./events/get-user-by-email.interface"), exports);
|
|
95
95
|
__exportStar(require("./events/get-sessions-by-ids.interface"), exports);
|
|
96
96
|
__exportStar(require("./events/groups-by-companies.interface"), exports);
|
|
97
|
+
__exportStar(require("./events/get-contact-by-id.interface"), exports);
|
|
97
98
|
__exportStar(require("./validators/conditional-required"), exports);
|
|
98
99
|
__exportStar(require("./validators/date-validator"), exports);
|
|
99
100
|
__exportStar(require("./validators/validateNewItem"), exports);
|
|
@@ -152,7 +153,6 @@ __exportStar(require("./types/endpoint-type.enum"), exports);
|
|
|
152
153
|
__exportStar(require("./types/feature-mappings"), exports);
|
|
153
154
|
__exportStar(require("./types/feature-type.enum"), exports);
|
|
154
155
|
__exportStar(require("./types/event-status.enum"), exports);
|
|
155
|
-
__exportStar(require("./types/bulk-users.enum"), exports);
|
|
156
156
|
__exportStar(require("./middlewares/app.middleware"), exports);
|
|
157
157
|
__exportStar(require("./middlewares/authorizer.middleware"), exports);
|
|
158
158
|
__exportStar(require("./middlewares/subscription-subtractor.middleware"), 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,0EAAuD;AACvD,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;AAClC,yEAAsD;AACtD,iFAA8D;AAC9D,sFAAmE;AACnE,sEAAmD;AACnD,iFAA8D;AAC9D,iFAA8D;AAC9D,kFAA+D;AAC/D,yEAAsD;AACtD,wEAAqD;AACrD,8EAA2D;AAC3D,uEAAoD;AACpD,yEAAsD;AACtD,yEAAsD;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -172,8 +172,8 @@
|
|
|
172
172
|
"affectsGlobalScope": false
|
|
173
173
|
},
|
|
174
174
|
"../src/events/subjects.ts": {
|
|
175
|
-
"version": "
|
|
176
|
-
"signature": "
|
|
175
|
+
"version": "7aec3060246b234b2ba9a40b77ea0fd2634401763d09e75c034fb2d4fdc15459",
|
|
176
|
+
"signature": "9fd3c898f5e4cba67dcdffdafe57c6825f2b2ac416a9917303755392ab2bcfe5",
|
|
177
177
|
"affectsGlobalScope": false
|
|
178
178
|
},
|
|
179
179
|
"../src/events/email-specs.interface.ts": {
|
|
@@ -376,14 +376,9 @@
|
|
|
376
376
|
"signature": "21e4e20781cf0aa5239b888d3fac98fe1d7559e8b538bc3205d6e3807151d64a",
|
|
377
377
|
"affectsGlobalScope": false
|
|
378
378
|
},
|
|
379
|
-
"../src/types/bulk-users.enum.ts": {
|
|
380
|
-
"version": "0bf1c85fc0abdf5db89362cbe9ae1b26b8666b724f6f685f1ea3acbd003ee183",
|
|
381
|
-
"signature": "489e03e7c9f7e648ce011175063038022d0c2dac20be2c49d79b5d3f436c231e",
|
|
382
|
-
"affectsGlobalScope": false
|
|
383
|
-
},
|
|
384
379
|
"../src/events/send-notifications.interface.ts": {
|
|
385
|
-
"version": "
|
|
386
|
-
"signature": "
|
|
380
|
+
"version": "f14086172a74470590e4bcf0ccb49af583bd6256e862dee75f0cda0928f14417",
|
|
381
|
+
"signature": "03a244f41cc2eeb8d6b1e208b7e95f849fd82e35164db1a14eef9c5923c9335f",
|
|
387
382
|
"affectsGlobalScope": false
|
|
388
383
|
},
|
|
389
384
|
"../src/events/get-contacts-by-query.interface.ts": {
|
|
@@ -402,8 +397,8 @@
|
|
|
402
397
|
"affectsGlobalScope": false
|
|
403
398
|
},
|
|
404
399
|
"../src/events/queues.ts": {
|
|
405
|
-
"version": "
|
|
406
|
-
"signature": "
|
|
400
|
+
"version": "55590756e4d2b8847f105a7679c38f94959639ba1844d3822c2de1492db6cddc",
|
|
401
|
+
"signature": "d847e1151de472ce5cbf070b35d7b055b242622b08c1bdecc6047c8fd533db33",
|
|
407
402
|
"affectsGlobalScope": false
|
|
408
403
|
},
|
|
409
404
|
"../src/events/create-default-templates.ts": {
|
|
@@ -646,6 +641,11 @@
|
|
|
646
641
|
"signature": "c302d8ca6ab8a308615475880ba5a74257653cceb8f081c600f29fb9082fc77c",
|
|
647
642
|
"affectsGlobalScope": false
|
|
648
643
|
},
|
|
644
|
+
"../src/events/get-contact-by-id.interface.ts": {
|
|
645
|
+
"version": "f400ed00cc0cc455ff048ce971114acb316f7d85eca2ac5c277ccf1969f73d45",
|
|
646
|
+
"signature": "d258ba0dba9a07af6441d21e4c8a0efd113fec8883ede9e07d8ccc24ffab224b",
|
|
647
|
+
"affectsGlobalScope": false
|
|
648
|
+
},
|
|
649
649
|
"../node_modules/class-validator/types/validation/ValidationError.d.ts": {
|
|
650
650
|
"version": "e69d0b59db23f59172cb087ee44a71438f809bd214d4f4105abd6090b341cbdc",
|
|
651
651
|
"signature": "e69d0b59db23f59172cb087ee44a71438f809bd214d4f4105abd6090b341cbdc",
|
|
@@ -6522,8 +6522,8 @@
|
|
|
6522
6522
|
"affectsGlobalScope": false
|
|
6523
6523
|
},
|
|
6524
6524
|
"../src/index.ts": {
|
|
6525
|
-
"version": "
|
|
6526
|
-
"signature": "
|
|
6525
|
+
"version": "a487d2cda2aaa9067035c283baa3edd230662ebb2e550d979a53b24109a367bf",
|
|
6526
|
+
"signature": "4f978a425019358e6fd540d73f66bdd4fd79bee1dbdd05263bfdb8ab6a81d44d",
|
|
6527
6527
|
"affectsGlobalScope": false
|
|
6528
6528
|
},
|
|
6529
6529
|
"../src/events/meeting-request-updated.interface.ts": {
|
|
@@ -11349,6 +11349,9 @@
|
|
|
11349
11349
|
"../src/events/get-companies.interface.ts": [
|
|
11350
11350
|
"../src/events/subjects.ts"
|
|
11351
11351
|
],
|
|
11352
|
+
"../src/events/get-contact-by-id.interface.ts": [
|
|
11353
|
+
"../src/events/subjects.ts"
|
|
11354
|
+
],
|
|
11352
11355
|
"../src/events/get-contacts-by-query.interface.ts": [
|
|
11353
11356
|
"../src/events/subjects.ts"
|
|
11354
11357
|
],
|
|
@@ -11466,7 +11469,6 @@
|
|
|
11466
11469
|
],
|
|
11467
11470
|
"../src/events/send-notifications.interface.ts": [
|
|
11468
11471
|
"../src/events/subjects.ts",
|
|
11469
|
-
"../src/types/bulk-users.enum.ts",
|
|
11470
11472
|
"../src/types/notification-event.enum.ts",
|
|
11471
11473
|
"../src/types/notification-type.enum.ts",
|
|
11472
11474
|
"../src/types/record-type.enum.ts",
|
|
@@ -11557,6 +11559,7 @@
|
|
|
11557
11559
|
"../src/events/get-city-country-by-id.interface.ts",
|
|
11558
11560
|
"../src/events/get-companies-by-query.interface.ts",
|
|
11559
11561
|
"../src/events/get-companies.interface.ts",
|
|
11562
|
+
"../src/events/get-contact-by-id.interface.ts",
|
|
11560
11563
|
"../src/events/get-contacts-by-query.interface.ts",
|
|
11561
11564
|
"../src/events/get-event.interface.ts",
|
|
11562
11565
|
"../src/events/get-hall-event-topic.interface.ts",
|
|
@@ -11618,7 +11621,6 @@
|
|
|
11618
11621
|
"../src/middlewares/subscription-subtractor.middleware.ts",
|
|
11619
11622
|
"../src/middlewares/subscription-validator.middleware.ts",
|
|
11620
11623
|
"../src/types/analytic-group.interface.ts",
|
|
11621
|
-
"../src/types/bulk-users.enum.ts",
|
|
11622
11624
|
"../src/types/calendar-source-type.enum.ts",
|
|
11623
11625
|
"../src/types/chat-group.interface.ts",
|
|
11624
11626
|
"../src/types/default-visibility.interface.ts",
|
|
@@ -16589,6 +16591,9 @@
|
|
|
16589
16591
|
"../src/events/get-companies.interface.ts": [
|
|
16590
16592
|
"../src/events/subjects.ts"
|
|
16591
16593
|
],
|
|
16594
|
+
"../src/events/get-contact-by-id.interface.ts": [
|
|
16595
|
+
"../src/events/subjects.ts"
|
|
16596
|
+
],
|
|
16592
16597
|
"../src/events/get-contacts-by-query.interface.ts": [
|
|
16593
16598
|
"../src/events/subjects.ts"
|
|
16594
16599
|
],
|
|
@@ -16706,7 +16711,6 @@
|
|
|
16706
16711
|
],
|
|
16707
16712
|
"../src/events/send-notifications.interface.ts": [
|
|
16708
16713
|
"../src/events/subjects.ts",
|
|
16709
|
-
"../src/types/bulk-users.enum.ts",
|
|
16710
16714
|
"../src/types/notification-event.enum.ts",
|
|
16711
16715
|
"../src/types/notification-type.enum.ts",
|
|
16712
16716
|
"../src/types/record-type.enum.ts",
|
|
@@ -16793,6 +16797,7 @@
|
|
|
16793
16797
|
"../src/events/get-city-country-by-id.interface.ts",
|
|
16794
16798
|
"../src/events/get-companies-by-query.interface.ts",
|
|
16795
16799
|
"../src/events/get-companies.interface.ts",
|
|
16800
|
+
"../src/events/get-contact-by-id.interface.ts",
|
|
16796
16801
|
"../src/events/get-contacts-by-query.interface.ts",
|
|
16797
16802
|
"../src/events/get-event.interface.ts",
|
|
16798
16803
|
"../src/events/get-hall-event-topic.interface.ts",
|
|
@@ -16854,7 +16859,6 @@
|
|
|
16854
16859
|
"../src/middlewares/subscription-subtractor.middleware.ts",
|
|
16855
16860
|
"../src/middlewares/subscription-validator.middleware.ts",
|
|
16856
16861
|
"../src/types/analytic-group.interface.ts",
|
|
16857
|
-
"../src/types/bulk-users.enum.ts",
|
|
16858
16862
|
"../src/types/calendar-source-type.enum.ts",
|
|
16859
16863
|
"../src/types/chat-group.interface.ts",
|
|
16860
16864
|
"../src/types/default-visibility.interface.ts",
|
|
@@ -18208,6 +18212,7 @@
|
|
|
18208
18212
|
"../src/events/get-city-country-by-id.interface.ts",
|
|
18209
18213
|
"../src/events/get-companies-by-query.interface.ts",
|
|
18210
18214
|
"../src/events/get-companies.interface.ts",
|
|
18215
|
+
"../src/events/get-contact-by-id.interface.ts",
|
|
18211
18216
|
"../src/events/get-contacts-by-query.interface.ts",
|
|
18212
18217
|
"../src/events/get-event.interface.ts",
|
|
18213
18218
|
"../src/events/get-hall-event-topic.interface.ts",
|
|
@@ -18271,7 +18276,6 @@
|
|
|
18271
18276
|
"../src/middlewares/subscription-subtractor.middleware.ts",
|
|
18272
18277
|
"../src/middlewares/subscription-validator.middleware.ts",
|
|
18273
18278
|
"../src/types/analytic-group.interface.ts",
|
|
18274
|
-
"../src/types/bulk-users.enum.ts",
|
|
18275
18279
|
"../src/types/calendar-source-type.enum.ts",
|
|
18276
18280
|
"../src/types/chat-group.interface.ts",
|
|
18277
18281
|
"../src/types/default-visibility.interface.ts",
|
package/package.json
CHANGED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BulkUsers = void 0;
|
|
4
|
-
var BulkUsers;
|
|
5
|
-
(function (BulkUsers) {
|
|
6
|
-
BulkUsers["ALL_GUESTS"] = "allGuests";
|
|
7
|
-
BulkUsers["ALL_USERS"] = "allUsers";
|
|
8
|
-
BulkUsers["ALL_HOSTS"] = "allHosts";
|
|
9
|
-
})(BulkUsers = exports.BulkUsers || (exports.BulkUsers = {}));
|
|
10
|
-
//# sourceMappingURL=bulk-users.enum.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"bulk-users.enum.js","sourceRoot":"","sources":["../../src/types/bulk-users.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,SAIX;AAJD,WAAY,SAAS;IACnB,qCAAwB,CAAA;IACxB,mCAAsB,CAAA;IACtB,mCAAsB,CAAA;AACxB,CAAC,EAJW,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAIpB"}
|