@servicelabsco/nestjs-utility-services 1.1.102 → 1.1.103
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/dist/platformUtility/dtos/index.d.ts +0 -6
- package/dist/platformUtility/dtos/index.js +0 -6
- package/dist/platformUtility/dtos/index.js.map +1 -1
- package/dist/platformUtility/es6.classes.d.ts +2 -10
- package/dist/platformUtility/es6.classes.js +0 -16
- package/dist/platformUtility/es6.classes.js.map +1 -1
- package/dist/platformUtility/libraries/index.d.ts +0 -2
- package/dist/platformUtility/libraries/index.js +0 -2
- package/dist/platformUtility/libraries/index.js.map +1 -1
- package/dist/system/dtos/add.comment.dto.d.ts +1 -1
- package/dist/system/dtos/add.comment.dto.js.map +1 -1
- package/package.json +1 -1
@@ -1,14 +1,8 @@
|
|
1
1
|
export * from './common.attributes.dto';
|
2
|
-
export * from './common.list.filter.dto';
|
3
|
-
export * from './date.filter.dto';
|
4
|
-
export * from './date.range.filter.dto';
|
5
2
|
export * from './failed.bull.job.attributes.dto';
|
6
3
|
export * from './fcm.response.dto';
|
7
4
|
export * from './job.payload.dto';
|
8
|
-
export * from './list.response.dto';
|
9
|
-
export * from './list.response.format.dto';
|
10
5
|
export * from './mail.options.dto';
|
11
|
-
export * from './number.range.filter.dto';
|
12
6
|
export * from './pending.bull.job.attributes.dto';
|
13
7
|
export * from './push.notification.response.dto';
|
14
8
|
export * from './push.notification.template.dto';
|
@@ -15,16 +15,10 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
15
15
|
};
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
17
17
|
__exportStar(require("./common.attributes.dto"), exports);
|
18
|
-
__exportStar(require("./common.list.filter.dto"), exports);
|
19
|
-
__exportStar(require("./date.filter.dto"), exports);
|
20
|
-
__exportStar(require("./date.range.filter.dto"), exports);
|
21
18
|
__exportStar(require("./failed.bull.job.attributes.dto"), exports);
|
22
19
|
__exportStar(require("./fcm.response.dto"), exports);
|
23
20
|
__exportStar(require("./job.payload.dto"), exports);
|
24
|
-
__exportStar(require("./list.response.dto"), exports);
|
25
|
-
__exportStar(require("./list.response.format.dto"), exports);
|
26
21
|
__exportStar(require("./mail.options.dto"), exports);
|
27
|
-
__exportStar(require("./number.range.filter.dto"), exports);
|
28
22
|
__exportStar(require("./pending.bull.job.attributes.dto"), exports);
|
29
23
|
__exportStar(require("./push.notification.response.dto"), exports);
|
30
24
|
__exportStar(require("./push.notification.template.dto"), exports);
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/platformUtility/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0DAAwC;AACxC,
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/platformUtility/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0DAAwC;AACxC,mEAAiD;AACjD,qDAAmC;AACnC,oDAAkC;AAClC,qDAAmC;AACnC,oEAAkD;AAClD,mEAAiD;AACjD,mEAAiD;AACjD,sDAAoC;AACpC,4DAA0C;AAC1C,oDAAkC;AAClC,sDAAoC;AACpC,sDAAoC"}
|
@@ -7,15 +7,9 @@ import { JobConsumer } from './consumers/job.consumer';
|
|
7
7
|
import { BullJobController } from './controllers/bull.job.controller';
|
8
8
|
import { QueueController } from './controllers/queue.controller';
|
9
9
|
import { CommonAttributesDto } from './dtos/common.attributes.dto';
|
10
|
-
import { CommonListFilterDto } from './dtos/common.list.filter.dto';
|
11
|
-
import { DateFilterDto } from './dtos/date.filter.dto';
|
12
|
-
import { DateRangeFilterDto } from './dtos/date.range.filter.dto';
|
13
10
|
import { FcmResponseDto } from './dtos/fcm.response.dto';
|
14
11
|
import { JobPayloadDto } from './dtos/job.payload.dto';
|
15
|
-
import { ListResponseDto } from './dtos/list.response.dto';
|
16
|
-
import { ListResponseFormatDto } from './dtos/list.response.format.dto';
|
17
12
|
import { MailOptionsDto } from './dtos/mail.options.dto';
|
18
|
-
import { NumberRangeFilterDto } from './dtos/number.range.filter.dto';
|
19
13
|
import { PushNotificationResponseDto } from './dtos/push.notification.response.dto';
|
20
14
|
import { PushNotificationTemplateDto } from './dtos/push.notification.template.dto';
|
21
15
|
import { QueueOptionsDto } from './dtos/queue.options.dto';
|
@@ -37,9 +31,7 @@ import { CreateEs6ServiceFile } from './libraries/create.es6.service.file';
|
|
37
31
|
import { CreateIndexFile } from './libraries/create.index.file';
|
38
32
|
import { FileSystemUtility } from './libraries/file.system.utility';
|
39
33
|
import { ProcessAuditLogData } from './libraries/process.audit.log.data';
|
40
|
-
import { ProcessCommonList } from './libraries/process.common.list';
|
41
34
|
import { ProcessCommonMail } from './libraries/process.common.mail';
|
42
|
-
import { ProcessDateFilter } from './libraries/process.date.filter';
|
43
35
|
import { ProcessKaleyraSms } from './libraries/process.kaleyra.sms';
|
44
36
|
import { ProcessSmtpMail } from './libraries/process.smtp.mail';
|
45
37
|
import { MaintenanceMiddleware } from './middlewares/maintenance.middleware';
|
@@ -64,10 +56,10 @@ declare const es6Classes: {
|
|
64
56
|
commands: (typeof MaintenanceCommand | typeof SqsWorkerCommand | typeof SyncClassCommand | typeof EntityGeneratorCommand)[];
|
65
57
|
consumers: (typeof EventConsumer | typeof JobConsumer)[];
|
66
58
|
controllers: (typeof BullJobController | typeof QueueController)[];
|
67
|
-
dtos: (typeof JobPayloadDto | typeof QueueOptionsDto | typeof RemoteRawResponseDto | typeof CommonAttributesDto | typeof SmsPayloadDto | typeof SourceColumnDto | typeof FcmResponseDto | typeof PushNotificationResponseDto | typeof PushNotificationTemplateDto | typeof MailOptionsDto | typeof
|
59
|
+
dtos: (typeof JobPayloadDto | typeof QueueOptionsDto | typeof RemoteRawResponseDto | typeof CommonAttributesDto | typeof SmsPayloadDto | typeof SourceColumnDto | typeof FcmResponseDto | typeof PushNotificationResponseDto | typeof PushNotificationTemplateDto | typeof MailOptionsDto | typeof StringSearchDto)[];
|
68
60
|
entities: (typeof PendingBullJobEntity | typeof FailedBullJobEntity)[];
|
69
61
|
jobs: (typeof LoadFailedBullJob | typeof RecordWatcherJob | typeof ReloadPendingBullJob | typeof TestJob)[];
|
70
|
-
libraries: (typeof FileSystemUtility | typeof ProcessAuditLogData | typeof ProcessKaleyraSms | typeof ProcessCommonMail | typeof ProcessSmtpMail | typeof CommonSqsPolling | typeof CreateEntityConstantsFile | typeof CreateEs6ClassesFile | typeof CreateEs6JobsFile | typeof CreateEs6ServiceFile | typeof CreateIndexFile
|
62
|
+
libraries: (typeof FileSystemUtility | typeof ProcessAuditLogData | typeof ProcessKaleyraSms | typeof ProcessCommonMail | typeof ProcessSmtpMail | typeof CommonSqsPolling | typeof CreateEntityConstantsFile | typeof CreateEs6ClassesFile | typeof CreateEs6JobsFile | typeof CreateEs6ServiceFile | typeof CreateIndexFile)[];
|
71
63
|
middlewares: (typeof MaintenanceMiddleware | typeof TrimPipe)[];
|
72
64
|
services: (typeof CacheService | typeof RemoteRequestService | typeof DynamoService | typeof MaintenanceService | typeof SqlService | typeof AuditService | typeof SmsService | typeof FcmNotificationService | typeof MailService | typeof ShutdownService | typeof SqsService | typeof StartupService | typeof Es6JobsService | typeof LocalPropertyService | typeof QueueService)[];
|
73
65
|
subscribers: (typeof BaseSubscriber)[];
|
@@ -9,16 +9,10 @@ const job_consumer_1 = require("./consumers/job.consumer");
|
|
9
9
|
const bull_job_controller_1 = require("./controllers/bull.job.controller");
|
10
10
|
const queue_controller_1 = require("./controllers/queue.controller");
|
11
11
|
const common_attributes_dto_1 = require("./dtos/common.attributes.dto");
|
12
|
-
const common_list_filter_dto_1 = require("./dtos/common.list.filter.dto");
|
13
|
-
const date_filter_dto_1 = require("./dtos/date.filter.dto");
|
14
|
-
const date_range_filter_dto_1 = require("./dtos/date.range.filter.dto");
|
15
12
|
const failed_bull_job_attributes_dto_1 = require("./dtos/failed.bull.job.attributes.dto");
|
16
13
|
const fcm_response_dto_1 = require("./dtos/fcm.response.dto");
|
17
14
|
const job_payload_dto_1 = require("./dtos/job.payload.dto");
|
18
|
-
const list_response_dto_1 = require("./dtos/list.response.dto");
|
19
|
-
const list_response_format_dto_1 = require("./dtos/list.response.format.dto");
|
20
15
|
const mail_options_dto_1 = require("./dtos/mail.options.dto");
|
21
|
-
const number_range_filter_dto_1 = require("./dtos/number.range.filter.dto");
|
22
16
|
const pending_bull_job_attributes_dto_1 = require("./dtos/pending.bull.job.attributes.dto");
|
23
17
|
const push_notification_response_dto_1 = require("./dtos/push.notification.response.dto");
|
24
18
|
const push_notification_template_dto_1 = require("./dtos/push.notification.template.dto");
|
@@ -41,9 +35,7 @@ const create_es6_service_file_1 = require("./libraries/create.es6.service.file")
|
|
41
35
|
const create_index_file_1 = require("./libraries/create.index.file");
|
42
36
|
const file_system_utility_1 = require("./libraries/file.system.utility");
|
43
37
|
const process_audit_log_data_1 = require("./libraries/process.audit.log.data");
|
44
|
-
const process_common_list_1 = require("./libraries/process.common.list");
|
45
38
|
const process_common_mail_1 = require("./libraries/process.common.mail");
|
46
|
-
const process_date_filter_1 = require("./libraries/process.date.filter");
|
47
39
|
const process_kaleyra_sms_1 = require("./libraries/process.kaleyra.sms");
|
48
40
|
const process_smtp_mail_1 = require("./libraries/process.smtp.mail");
|
49
41
|
const maintenance_middleware_1 = require("./middlewares/maintenance.middleware");
|
@@ -70,16 +62,10 @@ const es6Classes = {
|
|
70
62
|
controllers: [bull_job_controller_1.BullJobController, queue_controller_1.QueueController],
|
71
63
|
dtos: [
|
72
64
|
common_attributes_dto_1.CommonAttributesDto,
|
73
|
-
common_list_filter_dto_1.CommonListFilterDto,
|
74
|
-
date_filter_dto_1.DateFilterDto,
|
75
|
-
date_range_filter_dto_1.DateRangeFilterDto,
|
76
65
|
failed_bull_job_attributes_dto_1.FailedBullJobAttributesDto,
|
77
66
|
fcm_response_dto_1.FcmResponseDto,
|
78
67
|
job_payload_dto_1.JobPayloadDto,
|
79
|
-
list_response_dto_1.ListResponseDto,
|
80
|
-
list_response_format_dto_1.ListResponseFormatDto,
|
81
68
|
mail_options_dto_1.MailOptionsDto,
|
82
|
-
number_range_filter_dto_1.NumberRangeFilterDto,
|
83
69
|
pending_bull_job_attributes_dto_1.PendingBullJobAttributesDto,
|
84
70
|
push_notification_response_dto_1.PushNotificationResponseDto,
|
85
71
|
push_notification_template_dto_1.PushNotificationTemplateDto,
|
@@ -100,9 +86,7 @@ const es6Classes = {
|
|
100
86
|
create_index_file_1.CreateIndexFile,
|
101
87
|
file_system_utility_1.FileSystemUtility,
|
102
88
|
process_audit_log_data_1.ProcessAuditLogData,
|
103
|
-
process_common_list_1.ProcessCommonList,
|
104
89
|
process_common_mail_1.ProcessCommonMail,
|
105
|
-
process_date_filter_1.ProcessDateFilter,
|
106
90
|
process_kaleyra_sms_1.ProcessKaleyraSms,
|
107
91
|
process_smtp_mail_1.ProcessSmtpMail,
|
108
92
|
],
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"es6.classes.js","sourceRoot":"","sources":["../../src/platformUtility/es6.classes.ts"],"names":[],"mappings":";;AAAA,kFAA6E;AAC7E,wEAAoE;AACpE,sEAAiE;AACjE,sEAAiE;AACjE,+DAA2D;AAC3D,2DAAuD;AACvD,2EAAsE;AACtE,qEAAiE;AACjE,wEAAmE;AACnE,
|
1
|
+
{"version":3,"file":"es6.classes.js","sourceRoot":"","sources":["../../src/platformUtility/es6.classes.ts"],"names":[],"mappings":";;AAAA,kFAA6E;AAC7E,wEAAoE;AACpE,sEAAiE;AACjE,sEAAiE;AACjE,+DAA2D;AAC3D,2DAAuD;AACvD,2EAAsE;AACtE,qEAAiE;AACjE,wEAAmE;AACnE,0FAAmF;AACnF,8DAAyD;AACzD,4DAAuD;AACvD,8DAAyD;AACzD,4FAAqF;AACrF,0FAAoF;AACpF,0FAAoF;AACpF,gEAA2D;AAC3D,4EAAsE;AACtE,4DAAuD;AACvD,gEAA2D;AAC3D,gEAA2D;AAC3D,8EAAwE;AACxE,gFAA0E;AAC1E,sEAAgE;AAChE,kEAA6D;AAC7D,4EAAsE;AACtE,8CAA0C;AAC1C,uEAAkE;AAClE,2FAAqF;AACrF,iFAA2E;AAC3E,2EAAqE;AACrE,iFAA2E;AAC3E,qEAAgE;AAChE,yEAAoE;AACpE,+EAAyE;AACzE,yEAAoE;AACpE,yEAAoE;AACpE,qEAAgE;AAChE,iFAA6E;AAC7E,uDAAmD;AACnD,4DAAwD;AACxD,4DAAwD;AACxD,8DAA0D;AAC1D,kEAA6D;AAC7D,kFAA6E;AAC7E,8EAAyE;AACzE,0DAAsD;AACtD,wEAAoE;AACpE,4DAAwD;AACxD,8EAAyE;AACzE,kEAA8D;AAC9D,wDAAoD;AACpD,wDAAoD;AACpD,wDAAoD;AACpD,gEAA4D;AAC5D,mEAA+D;AAE/D,MAAM,UAAU,GAAG;IACf,QAAQ,EAAE,CAAC,iDAAsB,EAAE,wCAAkB,EAAE,qCAAgB,EAAE,qCAAgB,CAAC;IAC1F,SAAS,EAAE,CAAC,8BAAa,EAAE,0BAAW,CAAC;IACvC,WAAW,EAAE,CAAC,uCAAiB,EAAE,kCAAe,CAAC;IACjD,IAAI,EAAE;QACF,2CAAmB;QACnB,2DAA0B;QAC1B,iCAAc;QACd,+BAAa;QACb,iCAAc;QACd,6DAA2B;QAC3B,4DAA2B;QAC3B,4DAA2B;QAC3B,mCAAe;QACf,8CAAoB;QACpB,+BAAa;QACb,mCAAe;QACf,mCAAe;KAClB;IACD,QAAQ,EAAE,CAAC,4CAAmB,EAAE,8CAAoB,CAAC;IACrD,IAAI,EAAE,CAAC,wCAAiB,EAAE,qCAAgB,EAAE,8CAAoB,EAAE,kBAAO,CAAC;IAC1E,SAAS,EAAE;QACP,qCAAgB;QAChB,wDAAyB;QACzB,8CAAoB;QACpB,wCAAiB;QACjB,8CAAoB;QACpB,mCAAe;QACf,uCAAiB;QACjB,4CAAmB;QACnB,uCAAiB;QACjB,uCAAiB;QACjB,mCAAe;KAClB;IACD,WAAW,EAAE,CAAC,8CAAqB,EAAE,oBAAQ,CAAC;IAC9C,QAAQ,EAAE;QACN,4BAAY;QACZ,4BAAY;QACZ,8BAAa;QACb,iCAAc;QACd,iDAAsB;QACtB,6CAAoB;QACpB,0BAAW;QACX,wCAAkB;QAClB,4BAAY;QACZ,6CAAoB;QACpB,kCAAe;QACf,wBAAU;QACV,wBAAU;QACV,wBAAU;QACV,gCAAc;KACjB;IACD,WAAW,EAAE,CAAC,gCAAc,CAAC;CAChC,CAAC;AAEF,kBAAe,UAAU,CAAC"}
|
@@ -6,8 +6,6 @@ export * from './create.es6.service.file';
|
|
6
6
|
export * from './create.index.file';
|
7
7
|
export * from './file.system.utility';
|
8
8
|
export * from './process.audit.log.data';
|
9
|
-
export * from './process.common.list';
|
10
9
|
export * from './process.common.mail';
|
11
|
-
export * from './process.date.filter';
|
12
10
|
export * from './process.kaleyra.sms';
|
13
11
|
export * from './process.smtp.mail';
|
@@ -22,9 +22,7 @@ __exportStar(require("./create.es6.service.file"), exports);
|
|
22
22
|
__exportStar(require("./create.index.file"), exports);
|
23
23
|
__exportStar(require("./file.system.utility"), exports);
|
24
24
|
__exportStar(require("./process.audit.log.data"), exports);
|
25
|
-
__exportStar(require("./process.common.list"), exports);
|
26
25
|
__exportStar(require("./process.common.mail"), exports);
|
27
|
-
__exportStar(require("./process.date.filter"), exports);
|
28
26
|
__exportStar(require("./process.kaleyra.sms"), exports);
|
29
27
|
__exportStar(require("./process.smtp.mail"), exports);
|
30
28
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/platformUtility/libraries/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAqC;AACrC,iEAA+C;AAC/C,4DAA0C;AAC1C,yDAAuC;AACvC,4DAA0C;AAC1C,sDAAoC;AACpC,wDAAsC;AACtC,2DAAyC;AACzC,wDAAsC;AACtC,wDAAsC;AACtC,
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/platformUtility/libraries/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAqC;AACrC,iEAA+C;AAC/C,4DAA0C;AAC1C,yDAAuC;AACvC,4DAA0C;AAC1C,sDAAoC;AACpC,wDAAsC;AACtC,2DAAyC;AACzC,wDAAsC;AACtC,wDAAsC;AACtC,sDAAoC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"add.comment.dto.js","sourceRoot":"","sources":["../../../src/system/dtos/add.comment.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,qDAA8E;AAE9E,MAAa,aAAa;CAmBzB;AAlBG;IAAC,IAAA,0BAAM,GAAE;IACR,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;yCACD;AAEZ;IAAC,IAAA,0BAAM,GAAE;IACR,IAAA,4BAAU,GAAE;;+CACI;AAEjB;IAAC,IAAA,0BAAM,GAAE;IACR,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;8CACI;AAEjB;IAAC,IAAA,0BAAM,GAAE;IACR,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;
|
1
|
+
{"version":3,"file":"add.comment.dto.js","sourceRoot":"","sources":["../../../src/system/dtos/add.comment.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,qDAA8E;AAE9E,MAAa,aAAa;CAmBzB;AAlBG;IAAC,IAAA,0BAAM,GAAE;IACR,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;yCACD;AAEZ;IAAC,IAAA,0BAAM,GAAE;IACR,IAAA,4BAAU,GAAE;;+CACI;AAEjB;IAAC,IAAA,0BAAM,GAAE;IACR,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;8CACI;AAEjB;IAAC,IAAA,0BAAM,GAAE;IACR,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;0DACiB;AAlBlC,sCAmBC"}
|
package/package.json
CHANGED