@aldb2b/common 1.0.198 → 1.0.200

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.
@@ -41,5 +41,6 @@ export declare enum Queues {
41
41
  GET_CITY_COUNTRY_BY_ID = "get_city_country_by_id",
42
42
  TABLE_DETAILS_BY_GROUP_QUEUE = "tables_details_by_group_queue",
43
43
  MANAGE_MEETING_EVENTS_QUEUE = "manage_meeting_events_queue",
44
- SUBSCRIPTION_QUEUE = "subscription_queue"
44
+ SUBSCRIPTION_QUEUE = "subscription_queue",
45
+ SET_EVENT_MAX_USERS_QUEUE = "set_max_users_queue"
45
46
  }
@@ -46,5 +46,6 @@ var Queues;
46
46
  Queues["TABLE_DETAILS_BY_GROUP_QUEUE"] = "tables_details_by_group_queue";
47
47
  Queues["MANAGE_MEETING_EVENTS_QUEUE"] = "manage_meeting_events_queue";
48
48
  Queues["SUBSCRIPTION_QUEUE"] = "subscription_queue";
49
+ Queues["SET_EVENT_MAX_USERS_QUEUE"] = "set_max_users_queue";
49
50
  })(Queues = exports.Queues || (exports.Queues = {}));
50
51
  //# sourceMappingURL=queues.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"queues.js","sourceRoot":"","sources":["../../src/events/queues.ts"],"names":[],"mappings":";;;AAAA,IAAY,MA4CX;AA5CD,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;AAC3C,CAAC,EA5CW,MAAM,GAAN,cAAM,KAAN,cAAM,QA4CjB"}
1
+ {"version":3,"file":"queues.js","sourceRoot":"","sources":["../../src/events/queues.ts"],"names":[],"mappings":";;;AAAA,IAAY,MA6CX;AA7CD,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;AACnD,CAAC,EA7CW,MAAM,GAAN,cAAM,KAAN,cAAM,QA6CjB"}
@@ -1,7 +1,8 @@
1
+ import { Subjects } from './subjects';
1
2
  import { RecordType } from 'src/types/record-type.enum';
2
- import { NotificationEvent } from '../types/notification-event.enum';
3
+ import { UserLanguage } from "../types/user-language.enum";
3
4
  import { NotificationType } from '../types/notification-type.enum';
4
- import { Subjects } from './subjects';
5
+ import { NotificationEvent } from '../types/notification-event.enum';
5
6
  export declare namespace SendNotifications {
6
7
  interface Context {
7
8
  subject: Subjects.SendNotifications;
@@ -24,5 +25,6 @@ export declare namespace SendNotifications {
24
25
  links?: any;
25
26
  relatedRecordType?: RecordType;
26
27
  relatedRecordId?: string;
28
+ language?: UserLanguage;
27
29
  }
28
30
  }
@@ -351,9 +351,9 @@
351
351
  "signature": "4f38880f9661a673fac3c3bdff289a4d67851ca53e9345aaf76e03ba3561e875",
352
352
  "affectsGlobalScope": false
353
353
  },
354
- "../src/types/notification-event.enum.ts": {
355
- "version": "d857cd78bca1efc847646f652eb4d7238f70cf74b3020360632a47c814e51bd4",
356
- "signature": "31410ca280de02a8895b6476f3c60f176e39391021ac7ceb4cfae54292aaaf60",
354
+ "../src/types/user-language.enum.ts": {
355
+ "version": "f29cc0e48b54d9c79439ded019db9245f143223b4c8afc36087d57c355c3c0d2",
356
+ "signature": "0fb846cf25e126d0a3d9865c80912c80bfa702291c4ad18ce7d03ee1bce4b025",
357
357
  "affectsGlobalScope": false
358
358
  },
359
359
  "../src/types/notification-type.enum.ts": {
@@ -361,9 +361,14 @@
361
361
  "signature": "621b6c0acabc40a2ab15fa93bdc95c020ddd370525a8c2e5d0c79fe3476ae347",
362
362
  "affectsGlobalScope": false
363
363
  },
364
+ "../src/types/notification-event.enum.ts": {
365
+ "version": "d857cd78bca1efc847646f652eb4d7238f70cf74b3020360632a47c814e51bd4",
366
+ "signature": "31410ca280de02a8895b6476f3c60f176e39391021ac7ceb4cfae54292aaaf60",
367
+ "affectsGlobalScope": false
368
+ },
364
369
  "../src/events/send-notifications.interface.ts": {
365
- "version": "5228f0899a57968c2ecfb39c9bcedebfdaf99213d47659ea3c9d37225faff702",
366
- "signature": "9b1aed21580451e09223f934638c2876e3c71dbfd36b83cb36d7cd1337bd611c",
370
+ "version": "f14086172a74470590e4bcf0ccb49af583bd6256e862dee75f0cda0928f14417",
371
+ "signature": "03a244f41cc2eeb8d6b1e208b7e95f849fd82e35164db1a14eef9c5923c9335f",
367
372
  "affectsGlobalScope": false
368
373
  },
369
374
  "../src/events/get-contacts-by-query.interface.ts": {
@@ -382,8 +387,8 @@
382
387
  "affectsGlobalScope": false
383
388
  },
384
389
  "../src/events/queues.ts": {
385
- "version": "927cad98ace301753d5ed1ee46ba9533d9b8940dd38c38770c1d9d8dbfa6dd16",
386
- "signature": "d9b03d0bf10a0a298666cc38574c927cb0ae309f54dc4cd98110f4e382e37c2e",
390
+ "version": "9dbd970aaa936567790897b3a322b83555f05897f8fc9bb73bfae6053e6bc6bb",
391
+ "signature": "72a4c7114a98465aa514b6359ddd3ab3a5e3c722085da96c3363aefe9ec60ff0",
387
392
  "affectsGlobalScope": false
388
393
  },
389
394
  "../src/events/create-default-templates.ts": {
@@ -3711,11 +3716,6 @@
3711
3716
  "signature": "9a59cc82f5bdd91001918d7fb7bf9ccb2b0555fc90d8fbcf09d0fd63ecd71305",
3712
3717
  "affectsGlobalScope": false
3713
3718
  },
3714
- "../src/types/user-language.enum.ts": {
3715
- "version": "f29cc0e48b54d9c79439ded019db9245f143223b4c8afc36087d57c355c3c0d2",
3716
- "signature": "0fb846cf25e126d0a3d9865c80912c80bfa702291c4ad18ce7d03ee1bce4b025",
3717
- "affectsGlobalScope": false
3718
- },
3719
3719
  "../src/types/feature.interface.ts": {
3720
3720
  "version": "2d48a02eca9863547f753dc87a3bdb55fa57b6b31dbd30d7e3ff5de8ce5ade82",
3721
3721
  "signature": "1979e4caad8391072949a1981fcd5f0ab425fbf834768f71cf38f1b4ec98b183",
@@ -11368,7 +11368,8 @@
11368
11368
  "../src/events/subjects.ts",
11369
11369
  "../src/types/notification-event.enum.ts",
11370
11370
  "../src/types/notification-type.enum.ts",
11371
- "../src/types/record-type.enum.ts"
11371
+ "../src/types/record-type.enum.ts",
11372
+ "../src/types/user-language.enum.ts"
11372
11373
  ],
11373
11374
  "../src/events/service-created.interface.ts": [
11374
11375
  "../src/events/subjects.ts"
@@ -16544,7 +16545,8 @@
16544
16545
  "../src/events/subjects.ts",
16545
16546
  "../src/types/notification-event.enum.ts",
16546
16547
  "../src/types/notification-type.enum.ts",
16547
- "../src/types/record-type.enum.ts"
16548
+ "../src/types/record-type.enum.ts",
16549
+ "../src/types/user-language.enum.ts"
16548
16550
  ],
16549
16551
  "../src/events/service-created.interface.ts": [
16550
16552
  "../src/events/subjects.ts"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aldb2b/common",
3
- "version": "1.0.198",
3
+ "version": "1.0.200",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",