@aldb2b/common 1.0.105 → 1.0.106

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.
@@ -0,0 +1,19 @@
1
+ import { Subjects } from './subjects';
2
+ export declare namespace SendNotifications {
3
+ interface Context {
4
+ subject: Subjects.SendNotifications;
5
+ data: Data[];
6
+ }
7
+ interface Data {
8
+ type: string;
9
+ trigger: string;
10
+ eventId?: string;
11
+ senderCompany?: string;
12
+ senderContact?: string;
13
+ subject?: string;
14
+ content?: string;
15
+ template?: string;
16
+ receiverCompany: string;
17
+ receiver: string;
18
+ }
19
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=send-notifications.interface.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"send-notifications.interface.js","sourceRoot":"","sources":["../../src/events/send-notifications.interface.ts"],"names":[],"mappings":""}
@@ -22,5 +22,6 @@ export declare enum Subjects {
22
22
  DataBySearch = "DataBySearch",
23
23
  MeetingRequestedUsers = "meetingRequestedUsers",
24
24
  MeetingCount = "MeetingCount",
25
- GroupsByIds = "groupsByIds:get"
25
+ GroupsByIds = "groupsByIds:get",
26
+ SendNotifications = "notifications:send"
26
27
  }
@@ -27,5 +27,6 @@ var Subjects;
27
27
  Subjects["MeetingRequestedUsers"] = "meetingRequestedUsers";
28
28
  Subjects["MeetingCount"] = "MeetingCount";
29
29
  Subjects["GroupsByIds"] = "groupsByIds:get";
30
+ Subjects["SendNotifications"] = "notifications:send";
30
31
  })(Subjects = exports.Subjects || (exports.Subjects = {}));
31
32
  //# sourceMappingURL=subjects.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"subjects.js","sourceRoot":"","sources":["../../src/events/subjects.ts"],"names":[],"mappings":";;;AAAA,IAAY,QAyBX;AAzBD,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,6CAAiC,CAAA;IACjC,6CAAiC,CAAA;IACjC,2DAA+C,CAAA;IAC/C,2DAA+C,CAAA;IAC/C,iDAAqC,CAAA;IACrC,yCAA6B,CAAA;IAC7B,2DAA+C,CAAA;IAC/C,yCAA6B,CAAA;IAC7B,2CAA+B,CAAA;AACjC,CAAC,EAzBW,QAAQ,GAAR,gBAAQ,KAAR,gBAAQ,QAyBnB"}
1
+ {"version":3,"file":"subjects.js","sourceRoot":"","sources":["../../src/events/subjects.ts"],"names":[],"mappings":";;;AAAA,IAAY,QA0BX;AA1BD,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,6CAAiC,CAAA;IACjC,6CAAiC,CAAA;IACjC,2DAA+C,CAAA;IAC/C,2DAA+C,CAAA;IAC/C,iDAAqC,CAAA;IACrC,yCAA6B,CAAA;IAC7B,2DAA+C,CAAA;IAC/C,yCAA6B,CAAA;IAC7B,2CAA+B,CAAA;IAC/B,oDAAwC,CAAA;AAC1C,CAAC,EA1BW,QAAQ,GAAR,gBAAQ,KAAR,gBAAQ,QA0BnB"}
package/build/index.d.ts CHANGED
@@ -24,6 +24,7 @@ export * from './events/groups-by-ids.interface';
24
24
  export * from './events/create-company.interface';
25
25
  export * from './events/get-user-by-id.interface';
26
26
  export * from './events/create-contact.interface';
27
+ export * from './events/send-notifications.interface';
27
28
  export * from './validators/conditional-required';
28
29
  export * from './validators/date-validator';
29
30
  export * from './validators/validateNewItem';
@@ -65,6 +66,8 @@ export * from './types/analytic-group.interface';
65
66
  export * from './types/chat-group.interface';
66
67
  export * from './types/default-visibility.interface';
67
68
  export * from './types/group-visibility.interface';
69
+ export * from './types/notification-event.enum';
70
+ export * from './types/notification-type.enum';
68
71
  export * from './middlewares/app.middleware';
69
72
  export * from './middlewares/authorizer.middleware';
70
73
  export * from './utils/create-default-directories';
package/build/index.js CHANGED
@@ -36,6 +36,7 @@ __exportStar(require("./events/groups-by-ids.interface"), exports);
36
36
  __exportStar(require("./events/create-company.interface"), exports);
37
37
  __exportStar(require("./events/get-user-by-id.interface"), exports);
38
38
  __exportStar(require("./events/create-contact.interface"), exports);
39
+ __exportStar(require("./events/send-notifications.interface"), exports);
39
40
  __exportStar(require("./validators/conditional-required"), exports);
40
41
  __exportStar(require("./validators/date-validator"), exports);
41
42
  __exportStar(require("./validators/validateNewItem"), exports);
@@ -77,6 +78,8 @@ __exportStar(require("./types/analytic-group.interface"), exports);
77
78
  __exportStar(require("./types/chat-group.interface"), exports);
78
79
  __exportStar(require("./types/default-visibility.interface"), exports);
79
80
  __exportStar(require("./types/group-visibility.interface"), exports);
81
+ __exportStar(require("./types/notification-event.enum"), exports);
82
+ __exportStar(require("./types/notification-type.enum"), exports);
80
83
  __exportStar(require("./middlewares/app.middleware"), exports);
81
84
  __exportStar(require("./middlewares/authorizer.middleware"), exports);
82
85
  __exportStar(require("./utils/create-default-directories"), exports);
@@ -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,oEAAiD;AACjD,6EAA0D;AAC1D,2EAAwD;AACxD,8EAA2D;AAC3D,mEAAgD;AAChD,oEAAiD;AACjD,oEAAiD;AACjD,oEAAiD;AAEjD,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;AAElD,+DAA4C;AAC5C,sEAAmD;AAEnD,qEAAkD;AAClD,6DAA0C;AAC1C,uDAAoC;AACpC,sDAAmC;AACnC,qDAAkC;AAClC,mDAAgC"}
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,oEAAiD;AACjD,6EAA0D;AAC1D,2EAAwD;AACxD,8EAA2D;AAC3D,mEAAgD;AAChD,oEAAiD;AACjD,oEAAiD;AACjD,oEAAiD;AACjD,wEAAqD;AAErD,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,iEAA8C;AAE9C,+DAA4C;AAC5C,sEAAmD;AAEnD,qEAAkD;AAClD,6DAA0C;AAC1C,uDAAoC;AACpC,sDAAmC;AACnC,qDAAkC;AAClC,mDAAgC"}
@@ -162,8 +162,8 @@
162
162
  "affectsGlobalScope": false
163
163
  },
164
164
  "../src/events/subjects.ts": {
165
- "version": "e83551c8c0abfdc17c29e08af54428b25c1b4ca5802f68ac0b7f3436fa36e586",
166
- "signature": "64454c9a213d25459491c372ef7a83766c334d653c8a06017c35854c869c0516",
165
+ "version": "220b3a61268a78f711a8360270a17de61182a261f774bb3841394bac744d6aff",
166
+ "signature": "ec77a74e52617dc7b350366ba12b9d816e6db4d35089d40eb73b8e23fa6611b9",
167
167
  "affectsGlobalScope": false
168
168
  },
169
169
  "../src/events/email-specs.interface.ts": {
@@ -336,6 +336,11 @@
336
336
  "signature": "b858b34c2be10c11a81cf34ef8870897869f9355a8099995695ceea1e1bdf8c4",
337
337
  "affectsGlobalScope": false
338
338
  },
339
+ "../src/events/send-notifications.interface.ts": {
340
+ "version": "76d40272775136719c64a2ccf13c63e028d8c93030db8ea01a1e9aa47b9f24f7",
341
+ "signature": "202d014445715d56ad91feb51cdad0fc71bc7ad1a7f0311269bf055ef9cc4c75",
342
+ "affectsGlobalScope": false
343
+ },
339
344
  "../node_modules/class-validator/types/validation/ValidationError.d.ts": {
340
345
  "version": "e69d0b59db23f59172cb087ee44a71438f809bd214d4f4105abd6090b341cbdc",
341
346
  "signature": "e69d0b59db23f59172cb087ee44a71438f809bd214d4f4105abd6090b341cbdc",
@@ -3416,6 +3421,16 @@
3416
3421
  "signature": "1b833b9ecb83bdf2998d5748a54a6b3b432cf528e65b7839538377f39207d16e",
3417
3422
  "affectsGlobalScope": false
3418
3423
  },
3424
+ "../src/types/notification-event.enum.ts": {
3425
+ "version": "6a4b3d8ca1cad275f0b121c7738e1367d9d78e9b49d6c0bad78e4a89fb0c5734",
3426
+ "signature": "5754cfecfac7b6b7944d49a5912c543b482ea83609e79ac431cd7b176c405c19",
3427
+ "affectsGlobalScope": false
3428
+ },
3429
+ "../src/types/notification-type.enum.ts": {
3430
+ "version": "54dcf54dd5504e71bf82d569c658cfeeb7b7c11d8bedb1ed86e7bd368d3e0130",
3431
+ "signature": "621b6c0acabc40a2ab15fa93bdc95c020ddd370525a8c2e5d0c79fe3476ae347",
3432
+ "affectsGlobalScope": false
3433
+ },
3419
3434
  "../node_modules/@types/range-parser/index.d.ts": {
3420
3435
  "version": "16d51f964ec125ad2024cf03f0af444b3bc3ec3614d9345cc54d09bab45c9a4c",
3421
3436
  "signature": "16d51f964ec125ad2024cf03f0af444b3bc3ec3614d9345cc54d09bab45c9a4c",
@@ -6037,8 +6052,8 @@
6037
6052
  "affectsGlobalScope": false
6038
6053
  },
6039
6054
  "../src/index.ts": {
6040
- "version": "d5c258e487f0e650b708ae135ab098cbe91dc42aa3f8c48e657177a249e056ab",
6041
- "signature": "a1c695cf05ccdfcd9a03befad7cdf74851e1b0a1c4b3d0aff10dc7f6715a9e26",
6055
+ "version": "aad3c39aeb3089b7a4eab1efdcf39d528a6d48efd5b197398bcd684737e1d1a4",
6056
+ "signature": "9e0b29213a846a7e020166de410f4960c8024186016bf29b3211cc07a26a462f",
6042
6057
  "affectsGlobalScope": false
6043
6058
  },
6044
6059
  "../node_modules/@types/minimatch/index.d.ts": {
@@ -10821,6 +10836,9 @@
10821
10836
  "../src/events/send-emails.interface.ts": [
10822
10837
  "../src/events/subjects.ts"
10823
10838
  ],
10839
+ "../src/events/send-notifications.interface.ts": [
10840
+ "../src/events/subjects.ts"
10841
+ ],
10824
10842
  "../src/events/update-company-setting.interface.ts": [
10825
10843
  "../src/events/subjects.ts",
10826
10844
  "../src/types/default-visibility.interface.ts",
@@ -10863,6 +10881,7 @@
10863
10881
  "../src/events/meeting-request-created.interface.ts",
10864
10882
  "../src/events/meeting-requested-users.interface.ts",
10865
10883
  "../src/events/send-emails.interface.ts",
10884
+ "../src/events/send-notifications.interface.ts",
10866
10885
  "../src/events/subjects.ts",
10867
10886
  "../src/events/update-company-setting.interface.ts",
10868
10887
  "../src/events/update-user-event-info.interface.ts",
@@ -10880,6 +10899,8 @@
10880
10899
  "../src/types/match.interface.ts",
10881
10900
  "../src/types/meeting-request-token.interface.ts",
10882
10901
  "../src/types/meeting-type.enum.ts",
10902
+ "../src/types/notification-event.enum.ts",
10903
+ "../src/types/notification-type.enum.ts",
10883
10904
  "../src/types/operation-types.ts",
10884
10905
  "../src/types/read-result.interface.ts",
10885
10906
  "../src/types/update-input-data.interface.ts",
@@ -15686,6 +15707,9 @@
15686
15707
  "../src/events/send-emails.interface.ts": [
15687
15708
  "../src/events/subjects.ts"
15688
15709
  ],
15710
+ "../src/events/send-notifications.interface.ts": [
15711
+ "../src/events/subjects.ts"
15712
+ ],
15689
15713
  "../src/events/update-company-setting.interface.ts": [
15690
15714
  "../src/events/subjects.ts",
15691
15715
  "../src/types/default-visibility.interface.ts",
@@ -15728,6 +15752,7 @@
15728
15752
  "../src/events/meeting-request-created.interface.ts",
15729
15753
  "../src/events/meeting-requested-users.interface.ts",
15730
15754
  "../src/events/send-emails.interface.ts",
15755
+ "../src/events/send-notifications.interface.ts",
15731
15756
  "../src/events/subjects.ts",
15732
15757
  "../src/events/update-company-setting.interface.ts",
15733
15758
  "../src/events/update-user-event-info.interface.ts",
@@ -15745,6 +15770,8 @@
15745
15770
  "../src/types/match.interface.ts",
15746
15771
  "../src/types/meeting-request-token.interface.ts",
15747
15772
  "../src/types/meeting-type.enum.ts",
15773
+ "../src/types/notification-event.enum.ts",
15774
+ "../src/types/notification-type.enum.ts",
15748
15775
  "../src/types/operation-types.ts",
15749
15776
  "../src/types/read-result.interface.ts",
15750
15777
  "../src/types/update-input-data.interface.ts",
@@ -16990,6 +17017,7 @@
16990
17017
  "../src/events/meeting-request-created.interface.ts",
16991
17018
  "../src/events/meeting-requested-users.interface.ts",
16992
17019
  "../src/events/send-emails.interface.ts",
17020
+ "../src/events/send-notifications.interface.ts",
16993
17021
  "../src/events/subjects.ts",
16994
17022
  "../src/events/update-company-setting.interface.ts",
16995
17023
  "../src/events/update-user-event-info.interface.ts",
@@ -17008,6 +17036,8 @@
17008
17036
  "../src/types/match.interface.ts",
17009
17037
  "../src/types/meeting-request-token.interface.ts",
17010
17038
  "../src/types/meeting-type.enum.ts",
17039
+ "../src/types/notification-event.enum.ts",
17040
+ "../src/types/notification-type.enum.ts",
17011
17041
  "../src/types/operation-types.ts",
17012
17042
  "../src/types/read-result.interface.ts",
17013
17043
  "../src/types/update-input-data.interface.ts",
@@ -0,0 +1,12 @@
1
+ export declare enum NotificationEvent {
2
+ INFORMATIONAL_MESSAGE = "InformationMessage",
3
+ NEW_REQUEST_MEETING = "NewRequestMeeting",
4
+ ACCEPT_REQUEST_MEETING = "AcceptRequestMeeting",
5
+ REJECT_REQUEST_MEETING = "RejectRequestMeeting",
6
+ RESCHEDULE_REQUEST_MEETING = "RescheduleRequestMeeting",
7
+ CANCEL_REQUEST_MEETING = "CancelRequestMeeting",
8
+ RESCHEDULE_MEETING = "RescheduleMeeting",
9
+ CONFERENCE_AGENDA_SESSION_REMINDER = "ConferenceAgendaSessionReminder",
10
+ SURVEY_NOTIFICATION = "SurveyNotificaiton",
11
+ MEETING_START_SOON = "MeetingStartSoon"
12
+ }
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.NotificationEvent = void 0;
4
+ var NotificationEvent;
5
+ (function (NotificationEvent) {
6
+ NotificationEvent["INFORMATIONAL_MESSAGE"] = "InformationMessage";
7
+ NotificationEvent["NEW_REQUEST_MEETING"] = "NewRequestMeeting";
8
+ NotificationEvent["ACCEPT_REQUEST_MEETING"] = "AcceptRequestMeeting";
9
+ NotificationEvent["REJECT_REQUEST_MEETING"] = "RejectRequestMeeting";
10
+ NotificationEvent["RESCHEDULE_REQUEST_MEETING"] = "RescheduleRequestMeeting";
11
+ NotificationEvent["CANCEL_REQUEST_MEETING"] = "CancelRequestMeeting";
12
+ NotificationEvent["RESCHEDULE_MEETING"] = "RescheduleMeeting";
13
+ NotificationEvent["CONFERENCE_AGENDA_SESSION_REMINDER"] = "ConferenceAgendaSessionReminder";
14
+ NotificationEvent["SURVEY_NOTIFICATION"] = "SurveyNotificaiton";
15
+ NotificationEvent["MEETING_START_SOON"] = "MeetingStartSoon";
16
+ })(NotificationEvent = exports.NotificationEvent || (exports.NotificationEvent = {}));
17
+ //# sourceMappingURL=notification-event.enum.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"notification-event.enum.js","sourceRoot":"","sources":["../../src/types/notification-event.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,iBAWX;AAXD,WAAY,iBAAiB;IAC3B,iEAA4C,CAAA;IAC5C,8DAAyC,CAAA;IACzC,oEAA+C,CAAA;IAC/C,oEAA+C,CAAA;IAC/C,4EAAuD,CAAA;IACvD,oEAA+C,CAAA;IAC/C,6DAAwC,CAAA;IACxC,2FAAsE,CAAA;IACtE,+DAA0C,CAAA;IAC1C,4DAAuC,CAAA;AACzC,CAAC,EAXW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAW5B"}
@@ -0,0 +1,6 @@
1
+ export declare enum NotificationType {
2
+ EMAIL = "Email",
3
+ PUSH_NOTIFICATION = "PushNotification",
4
+ SMS = "SMS",
5
+ SYSTEM = "System"
6
+ }
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.NotificationType = void 0;
4
+ var NotificationType;
5
+ (function (NotificationType) {
6
+ NotificationType["EMAIL"] = "Email";
7
+ NotificationType["PUSH_NOTIFICATION"] = "PushNotification";
8
+ NotificationType["SMS"] = "SMS";
9
+ NotificationType["SYSTEM"] = "System";
10
+ })(NotificationType = exports.NotificationType || (exports.NotificationType = {}));
11
+ //# sourceMappingURL=notification-type.enum.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"notification-type.enum.js","sourceRoot":"","sources":["../../src/types/notification-type.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,gBAKX;AALD,WAAY,gBAAgB;IAC1B,mCAAe,CAAA;IACf,0DAAsC,CAAA;IACtC,+BAAW,CAAA;IACX,qCAAiB,CAAA;AACnB,CAAC,EALW,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAK3B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aldb2b/common",
3
- "version": "1.0.105",
3
+ "version": "1.0.106",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",