@servicelabsco/slabs-access-manager 1.0.0 → 1.0.2
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/access/controllers/business.report.controller.d.ts +2 -0
- package/dist/access/controllers/business.report.controller.js +13 -0
- package/dist/access/controllers/business.report.controller.js.map +1 -1
- package/dist/access/controllers/choice.type.controller.js +2 -2
- package/dist/access/controllers/choice.type.controller.js.map +1 -1
- package/dist/access/controllers/scheduled.report.item.controller.js.map +1 -1
- package/dist/access/dtos/add.business.preference.dto.js.map +1 -1
- package/dist/access/dtos/add.short.url.dto.js.map +1 -1
- package/dist/access/dtos/add.user.secret.dto.js.map +1 -1
- package/dist/access/dtos/generate.report.dto.d.ts +3 -1
- package/dist/access/dtos/generate.report.dto.js +11 -0
- package/dist/access/dtos/generate.report.dto.js.map +1 -1
- package/dist/access/dtos/gst.mapping.find.dto.js.map +1 -1
- package/dist/access/dtos/gst.mapping.list.filter.dto.js.map +1 -1
- package/dist/access/dtos/process.common.list.config.dto.d.ts +1 -0
- package/dist/access/dtos/process.common.list.config.dto.js +6 -0
- package/dist/access/dtos/process.common.list.config.dto.js.map +1 -1
- package/dist/access/dtos/tagged.user.dto.js.map +1 -1
- package/dist/access/entities/finnoto.user.entity.d.ts +8 -0
- package/dist/access/entities/finnoto.user.entity.js +41 -0
- package/dist/access/entities/finnoto.user.entity.js.map +1 -0
- package/dist/access/entities/gchat.webhook.message.entity.js.map +1 -1
- package/dist/access/entities/gst.mapping.entity.js.map +1 -1
- package/dist/access/entities/index.d.ts +1 -0
- package/dist/access/entities/index.js +1 -0
- package/dist/access/entities/index.js.map +1 -1
- package/dist/access/entities/listing.page.entity.d.ts +1 -0
- package/dist/access/entities/listing.page.entity.js +4 -0
- package/dist/access/entities/listing.page.entity.js.map +1 -1
- package/dist/access/entities/slack.webhook.entity.js.map +1 -1
- package/dist/access/entities/slack.webhook.message.entity.js.map +1 -1
- package/dist/access/entities/ui.action.entity.d.ts +1 -0
- package/dist/access/entities/ui.action.entity.js +4 -0
- package/dist/access/entities/ui.action.entity.js.map +1 -1
- package/dist/access/entities/user.preference.entity.d.ts +1 -2
- package/dist/access/entities/user.preference.entity.js +2 -3
- package/dist/access/entities/user.preference.entity.js.map +1 -1
- package/dist/access/entities/webhook.log.entity.js.map +1 -1
- package/dist/access/es6.classes.d.ts +4 -3
- package/dist/access/es6.classes.js +2 -0
- package/dist/access/es6.classes.js.map +1 -1
- package/dist/access/libraries/evaluate.email.rule.js +1 -1
- package/dist/access/libraries/evaluate.email.rule.js.map +1 -1
- package/dist/access/libraries/process.business.script.creation.js.map +1 -1
- package/dist/access/libraries/process.common.list.js +2 -1
- package/dist/access/libraries/process.common.list.js.map +1 -1
- package/dist/access/libraries/process.dashboard.report.data.js.map +1 -1
- package/dist/access/libraries/process.email.rule.list.d.ts +0 -6
- package/dist/access/libraries/process.email.rule.list.js +1 -6
- package/dist/access/libraries/process.email.rule.list.js.map +1 -1
- package/dist/access/libraries/process.generate.report.js +2 -0
- package/dist/access/libraries/process.generate.report.js.map +1 -1
- package/dist/access/services/business.email.service.js.map +1 -1
- package/dist/access/services/gchat.service.js.map +1 -1
- package/dist/access/services/gmail.integration.service.js.map +1 -1
- package/dist/access/services/listing.service.js +3 -0
- package/dist/access/services/listing.service.js.map +1 -1
- package/dist/access/services/send.email.service.js.map +1 -1
- package/dist/accessWorkflow/jobs/handle.duplicate.workflow.activity.job.js.map +1 -1
- package/dist/accessWorkflow/jobs/sync.workflow.activity.job.js.map +1 -1
- package/dist/app.module.js +9 -2
- package/dist/app.module.js.map +1 -1
- package/dist/auth.controller.d.ts +10 -0
- package/dist/auth.controller.js +71 -0
- package/dist/auth.controller.js.map +1 -0
- package/dist/config/entity.constants.d.ts +2 -0
- package/dist/config/entity.constants.js +2 -0
- package/dist/config/entity.constants.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/login.service.d.ts +22 -0
- package/dist/login.service.js +64 -0
- package/dist/login.service.js.map +1 -0
- package/dist/migrations/1773986991156-AddApiConfigColumnUtlListingPagesTable.d.ts +5 -0
- package/dist/migrations/1773986991156-AddApiConfigColumnUtlListingPagesTable.js +15 -0
- package/dist/migrations/1773986991156-AddApiConfigColumnUtlListingPagesTable.js.map +1 -0
- package/dist/migrations/1773987104365-AddConfigurationColumnUtlUiActionsTable.d.ts +5 -0
- package/dist/migrations/1773987104365-AddConfigurationColumnUtlUiActionsTable.js +15 -0
- package/dist/migrations/1773987104365-AddConfigurationColumnUtlUiActionsTable.js.map +1 -0
- package/package.json +1 -1
|
@@ -7,6 +7,7 @@ import { BusinessDownloadableReportEntity } from '../entities/business.downloada
|
|
|
7
7
|
import { BusinessReportEntity } from '../entities/business.report.entity';
|
|
8
8
|
import { AccessBusinessService } from '../services/access.business.service';
|
|
9
9
|
import { ListingService } from '../services/listing.service';
|
|
10
|
+
import { GenerateReportDto } from '../dtos/generate.report.dto';
|
|
10
11
|
export declare class BusinessReportController {
|
|
11
12
|
private readonly accessBusinessService;
|
|
12
13
|
private readonly listingService;
|
|
@@ -15,6 +16,7 @@ export declare class BusinessReportController {
|
|
|
15
16
|
search(body: BusinessReportListFilterDto): Promise<import("..").ListResponseDto>;
|
|
16
17
|
find(body: DbFindDto): Promise<any>;
|
|
17
18
|
getAvailableReport(): Promise<BusinessDownloadableReportEntity[]>;
|
|
19
|
+
addGenericReport(body: GenerateReportDto): Promise<void>;
|
|
18
20
|
getGeneratedReport(): Promise<BusinessReportEntity[]>;
|
|
19
21
|
downloadReport(param: BusinessParamDto): Promise<{
|
|
20
22
|
url: string;
|
|
@@ -25,6 +25,8 @@ const process_business_report_list_1 = require("../libraries/process.business.re
|
|
|
25
25
|
const process_db_find_1 = require("../libraries/process.db.find");
|
|
26
26
|
const access_business_service_1 = require("../services/access.business.service");
|
|
27
27
|
const listing_service_1 = require("../services/listing.service");
|
|
28
|
+
const generate_report_dto_1 = require("../dtos/generate.report.dto");
|
|
29
|
+
const process_generate_report_1 = require("../libraries/process.generate.report");
|
|
28
30
|
let BusinessReportController = class BusinessReportController {
|
|
29
31
|
constructor(accessBusinessService, listingService, sqlService) {
|
|
30
32
|
this.accessBusinessService = accessBusinessService;
|
|
@@ -65,6 +67,10 @@ let BusinessReportController = class BusinessReportController {
|
|
|
65
67
|
relations: ['sys_report'],
|
|
66
68
|
});
|
|
67
69
|
}
|
|
70
|
+
async addGenericReport(body) {
|
|
71
|
+
const business = await this.accessBusinessService.validateAccess();
|
|
72
|
+
return new process_generate_report_1.ProcessGenerateReport().process(body);
|
|
73
|
+
}
|
|
68
74
|
async getGeneratedReport() {
|
|
69
75
|
const business = await this.accessBusinessService.validateAccess();
|
|
70
76
|
return business_report_entity_1.BusinessReportEntity.find({
|
|
@@ -121,6 +127,13 @@ __decorate([
|
|
|
121
127
|
__metadata("design:paramtypes", []),
|
|
122
128
|
__metadata("design:returntype", Promise)
|
|
123
129
|
], BusinessReportController.prototype, "getAvailableReport", null);
|
|
130
|
+
__decorate([
|
|
131
|
+
(0, common_1.Post)('add-generic-report'),
|
|
132
|
+
__param(0, (0, common_1.Body)()),
|
|
133
|
+
__metadata("design:type", Function),
|
|
134
|
+
__metadata("design:paramtypes", [generate_report_dto_1.GenerateReportDto]),
|
|
135
|
+
__metadata("design:returntype", Promise)
|
|
136
|
+
], BusinessReportController.prototype, "addGenericReport", null);
|
|
124
137
|
__decorate([
|
|
125
138
|
(0, common_1.Get)('generated-report'),
|
|
126
139
|
__metadata("design:type", Function),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"business.report.controller.js","sourceRoot":"","sources":["../../../src/access/controllers/business.report.controller.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,2CAAoE;AACpE,oFAAwF;AACxF,8GAAuG;AACvG,mEAA8D;AAC9D,qDAAgD;AAEhD,uFAAiF;AACjF,yGAAmG;AACnG,+EAA0E;AAC1E,4FAAsF;AACtF,kEAA6D;AAC7D,iFAA4E;AAC5E,iEAA6D;
|
|
1
|
+
{"version":3,"file":"business.report.controller.js","sourceRoot":"","sources":["../../../src/access/controllers/business.report.controller.ts"],"names":[],"mappings":"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"}
|
|
@@ -15,18 +15,18 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
15
15
|
exports.ChoiceTypeController = void 0;
|
|
16
16
|
const common_1 = require("@nestjs/common");
|
|
17
17
|
const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
|
|
18
|
+
const SourceHash = require("../../config/source.hash");
|
|
18
19
|
const add_choice_type_dto_1 = require("../dtos/add.choice.type.dto");
|
|
19
20
|
const business_param_dto_1 = require("../dtos/business.param.dto");
|
|
20
21
|
const choice_type_list_filter_dto_1 = require("../dtos/choice.type.list.filter.dto");
|
|
21
22
|
const db_find_dto_1 = require("../dtos/db.find.dto");
|
|
22
23
|
const choice_type_entity_1 = require("../entities/choice.type.entity");
|
|
24
|
+
const process_choice_type_data_1 = require("../libraries/process.choice.type.data");
|
|
23
25
|
const process_choice_type_list_1 = require("../libraries/process.choice.type.list");
|
|
24
26
|
const process_db_find_1 = require("../libraries/process.db.find");
|
|
25
27
|
const access_business_service_1 = require("../services/access.business.service");
|
|
26
28
|
const audit_log_service_1 = require("../services/audit.log.service");
|
|
27
29
|
const listing_service_1 = require("../services/listing.service");
|
|
28
|
-
const SourceHash = require("../../config/source.hash");
|
|
29
|
-
const process_choice_type_data_1 = require("../libraries/process.choice.type.data");
|
|
30
30
|
let ChoiceTypeController = class ChoiceTypeController {
|
|
31
31
|
constructor(accessBusinessService, sqlService, auditLogService, listingService) {
|
|
32
32
|
this.accessBusinessService = accessBusinessService;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"choice.type.controller.js","sourceRoot":"","sources":["../../../src/access/controllers/choice.type.controller.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,2CAAuF;AACvF,oFAAyG;AACzG,qEAA+D;AAC/D,mEAA8D;AAC9D,qFAA8E;AAC9E,qDAAgD;AAEhD,uEAAkE;AAClE,oFAA8E;AAC9E,kEAA6D;AAC7D,iFAA4E;AAC5E,qEAAgE;AAChE,iEAA6D;
|
|
1
|
+
{"version":3,"file":"choice.type.controller.js","sourceRoot":"","sources":["../../../src/access/controllers/choice.type.controller.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,2CAAuF;AACvF,oFAAyG;AACzG,uDAAwD;AACxD,qEAA+D;AAC/D,mEAA8D;AAC9D,qFAA8E;AAC9E,qDAAgD;AAEhD,uEAAkE;AAClE,oFAA8E;AAC9E,oFAA8E;AAC9E,kEAA6D;AAC7D,iFAA4E;AAC5E,qEAAgE;AAChE,iEAA6D;AAkBtD,IAAM,oBAAoB,GAA1B,MAAM,oBAAoB;IAC7B,YACqB,qBAA4C,EAC5C,UAAsB,EACtB,eAAgC,EAChC,cAA8B;QAH9B,0BAAqB,GAArB,qBAAqB,CAAuB;QAC5C,eAAU,GAAV,UAAU,CAAY;QACtB,oBAAe,GAAf,eAAe,CAAiB;QAChC,mBAAc,GAAd,cAAc,CAAgB;IAChD,CAAC;IAUE,AAAN,KAAK,CAAC,MAAM,CAAU,MAAwB,EAAU,IAA6B;QACjF,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,qBAAqB,CAAC,cAAc,EAAE,CAAC;QAEnE,OAAO,IAAI,gDAAqB,CAAC,QAAQ,EAAE,IAAI,CAAC,cAAc,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;IAClF,CAAC;IAUK,AAAN,KAAK,CAAC,IAAI,CAAU,MAAwB;QACxC,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,qBAAqB,CAAC,cAAc,EAAE,CAAC;QAEnE,MAAM,CAAC,GAAG,MAAM,qCAAgB,CAAC,OAAO,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,EAAE,MAAM,CAAC,EAAE,EAAE,WAAW,EAAE,QAAQ,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;QAEjG,IAAI,CAAC,CAAC;YAAE,MAAM,IAAI,0BAAiB,EAAE,CAAC;QAEtC,OAAO,CAAC,CAAC;IACb,CAAC;IASK,AAAN,KAAK,CAAC,IAAI,CAAS,IAAe;QAC9B,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,qBAAqB,CAAC,cAAc,EAAE,CAAC;QAEnE,MAAM,MAAM,GAAqB;YAC7B,gBAAgB,EAAE,4CAA4C,QAAQ,CAAC,EAAE,EAAE;YAC3E,iBAAiB,EAAE,CAAC,QAAQ,CAAC;YAC7B,SAAS,EAAE,mBAAmB;YAC9B,OAAO,EAAE;gBACL,MAAM;gBACN,eAAe;gBACf,QAAQ;gBACR,eAAe;gBACf,UAAU;gBACV,gCAAgC;gBAChC,cAAc;gBACd,cAAc;gBACd,cAAc;gBACd,cAAc;aACjB;YACD,KAAK,EAAE,UAAU;YACjB,aAAa,EAAE,MAAM;YACrB,GAAG,IAAI;SACV,CAAC;QAEF,OAAO,IAAI,+BAAa,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;IAC9D,CAAC;IAUK,AAAN,KAAK,CAAC,MAAM,CAAS,IAAsB;QACvC,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,qBAAqB,CAAC,QAAQ,CAAC,CAAC,wBAAwB,CAAC,CAAC,CAAC;QAEvF,OAAO,IAAI,gDAAqB,CAAC,QAAQ,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;IAC7D,CAAC;IAWK,AAAN,KAAK,CAAC,QAAQ,CAAU,MAAwB;QAC5C,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,qBAAqB,CAAC,QAAQ,CAAC,CAAC,wBAAwB,CAAC,CAAC,CAAC;QAEvF,MAAM,CAAC,GAAG,MAAM,qCAAgB,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;QAElD,IAAI,CAAC,EAAE,WAAW,KAAK,QAAQ,CAAC,EAAE;YAAE,MAAM,IAAI,yCAAe,EAAE,CAAC;QAChE,IAAI,CAAC,CAAC,MAAM;YAAE,MAAM,IAAI,4CAAkB,CAAC,mBAAmB,CAAC,CAAC;QAEhE,CAAC,CAAC,MAAM,GAAG,IAAI,CAAC;QAEhB,OAAO,CAAC,CAAC,IAAI,EAAE,CAAC;IACpB,CAAC;IAWK,AAAN,KAAK,CAAC,UAAU,CAAU,MAAwB;QAC9C,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,qBAAqB,CAAC,QAAQ,CAAC,CAAC,wBAAwB,CAAC,CAAC,CAAC;QAEvF,MAAM,CAAC,GAAG,MAAM,qCAAgB,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;QAElD,IAAI,CAAC,EAAE,WAAW,KAAK,QAAQ,CAAC,EAAE;YAAE,MAAM,IAAI,yCAAe,EAAE,CAAC;QAChE,IAAI,CAAC,CAAC,CAAC,MAAM;YAAE,MAAM,IAAI,4CAAkB,CAAC,mBAAmB,CAAC,CAAC;QAEjE,CAAC,CAAC,MAAM,GAAG,KAAK,CAAC;QAEjB,OAAO,CAAC,CAAC,IAAI,EAAE,CAAC;IACpB,CAAC;IAUK,AAAN,KAAK,CAAC,YAAY,CAAU,MAAwB;QAChD,MAAM,UAAU,GAAG,MAAM,IAAI,CAAC,gBAAgB,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;QAE1D,OAAO,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,UAAU,CAAC,UAAU,EAAE,UAAU,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;IACrF,CAAC;IASD,KAAK,CAAC,gBAAgB,CAAC,EAAU;QAC7B,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,qBAAqB,CAAC,QAAQ,CAAC,CAAC,wBAAwB,CAAC,CAAC,CAAC;QACvF,MAAM,MAAM,GAAG,MAAM,qCAAgB,CAAC,OAAO,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,EAAE,WAAW,EAAE,QAAQ,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;QAC3F,IAAI,CAAC,MAAM;YAAE,MAAM,IAAI,yCAAe,CAAC,2CAA2C,CAAC,CAAC;QAEpF,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,CAAC;IAChC,CAAC;CACJ,CAAA;AAhKY,oDAAoB;AAgBvB;IADL,IAAA,aAAI,EAAC,QAAQ,CAAC;IACD,WAAA,IAAA,cAAK,GAAE,CAAA;IAA4B,WAAA,IAAA,aAAI,GAAE,CAAA;;qCAAzB,qCAAgB,EAAgB,qDAAuB;;kDAIpF;AAUK;IADL,IAAA,YAAG,EAAC,KAAK,CAAC;IACC,WAAA,IAAA,cAAK,GAAE,CAAA;;qCAAS,qCAAgB;;gDAQ3C;AASK;IADL,IAAA,aAAI,EAAC,MAAM,CAAC;IACD,WAAA,IAAA,aAAI,GAAE,CAAA;;qCAAO,uBAAS;;gDAyBjC;AAUK;IADL,IAAA,aAAI,GAAE;IACO,WAAA,IAAA,aAAI,GAAE,CAAA;;qCAAO,sCAAgB;;kDAI1C;AAWK;IADL,IAAA,aAAI,EAAC,cAAc,CAAC;IACL,WAAA,IAAA,cAAK,GAAE,CAAA;;qCAAS,qCAAgB;;oDAW/C;AAWK;IADL,IAAA,aAAI,EAAC,gBAAgB,CAAC;IACL,WAAA,IAAA,cAAK,GAAE,CAAA;;qCAAS,qCAAgB;;sDAWjD;AAUK;IADL,IAAA,YAAG,EAAC,WAAW,CAAC;IACG,WAAA,IAAA,cAAK,GAAE,CAAA;;qCAAS,qCAAgB;;wDAInD;+BAhJQ,oBAAoB;IADhC,IAAA,mBAAU,EAAC,mBAAmB,CAAC;qCAGgB,+CAAqB;QAChC,oCAAU;QACL,mCAAe;QAChB,gCAAc;GAL1C,oBAAoB,CAgKhC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scheduled.report.item.controller.js","sourceRoot":"","sources":["../../../src/access/controllers/scheduled.report.item.controller.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"scheduled.report.item.controller.js","sourceRoot":"","sources":["../../../src/access/controllers/scheduled.report.item.controller.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,2CAAwD;AACxD,yGAAiG;AACjG,wGAAiG;AACjG,iFAA4E;AAC5E,iEAA6D;AAYtD,IAAM,6BAA6B,GAAnC,MAAM,6BAA6B;IACtC,YACqB,qBAA4C,EAC5C,cAA8B;QAD9B,0BAAqB,GAArB,qBAAqB,CAAuB;QAC5C,mBAAc,GAAd,cAAc,CAAgB;IAChD,CAAC;IASE,AAAN,KAAK,CAAC,MAAM,CAAS,IAAsC;QACvD,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,qBAAqB,CAAC,cAAc,EAAE,CAAC;QAEnE,OAAO,IAAI,mEAA8B,CAAC,QAAQ,EAAE,IAAI,CAAC,cAAc,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;IAC3F,CAAC;CACJ,CAAA;AAlBY,sEAA6B;AAahC;IADL,IAAA,aAAI,EAAC,QAAQ,CAAC;IACD,WAAA,IAAA,aAAI,GAAE,CAAA;;qCAAO,wEAAgC;;2DAI1D;wCAjBQ,6BAA6B;IADzC,IAAA,mBAAU,GAAE;qCAGmC,+CAAqB;QAC5B,gCAAc;GAH1C,6BAA6B,CAkBzC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"add.business.preference.dto.js","sourceRoot":"","sources":["../../../src/access/dtos/add.business.preference.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,
|
|
1
|
+
{"version":3,"file":"add.business.preference.dto.js","sourceRoot":"","sources":["../../../src/access/dtos/add.business.preference.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,qDAA6C;AAQ7C,MAAa,wBAAwB;CAKpC;AALD,4DAKC;AADG;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,4BAAU,GAAE;;4DACG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"add.short.url.dto.js","sourceRoot":"","sources":["../../../src/access/dtos/add.short.url.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,
|
|
1
|
+
{"version":3,"file":"add.short.url.dto.js","sourceRoot":"","sources":["../../../src/access/dtos/add.short.url.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,qDAAoD;AAQpD,MAAa,cAAc;CAW1B;AAXD,wCAWC;AANG;IAHC,IAAA,0BAAM,GAAE;IACR,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;2CACI;AAKZ;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,4BAAU,GAAE;8BACA,IAAI;kDAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"add.user.secret.dto.js","sourceRoot":"","sources":["../../../src/access/dtos/add.user.secret.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,
|
|
1
|
+
{"version":3,"file":"add.user.secret.dto.js","sourceRoot":"","sources":["../../../src/access/dtos/add.user.secret.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,qDAAuD;AAQvD,MAAa,gBAAgB;CAM5B;AAND,4CAMC;AADG;IAHC,IAAA,0BAAM,GAAE;IACR,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;8CACE"}
|
|
@@ -33,4 +33,15 @@ __decorate([
|
|
|
33
33
|
(0, class_validator_1.IsString)(),
|
|
34
34
|
__metadata("design:type", String)
|
|
35
35
|
], GenerateReportDto.prototype, "report_name", void 0);
|
|
36
|
+
__decorate([
|
|
37
|
+
(0, class_transformer_1.Expose)(),
|
|
38
|
+
(0, class_validator_1.IsOptional)(),
|
|
39
|
+
(0, class_validator_1.IsString)(),
|
|
40
|
+
__metadata("design:type", String)
|
|
41
|
+
], GenerateReportDto.prototype, "description", void 0);
|
|
42
|
+
__decorate([
|
|
43
|
+
(0, class_transformer_1.Expose)(),
|
|
44
|
+
(0, class_validator_1.IsOptional)(),
|
|
45
|
+
__metadata("design:type", Object)
|
|
46
|
+
], GenerateReportDto.prototype, "configuration", void 0);
|
|
36
47
|
//# sourceMappingURL=generate.report.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generate.report.dto.js","sourceRoot":"","sources":["../../../src/access/dtos/generate.report.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,qDAAmE;AAEnE,MAAa,iBAAiB;
|
|
1
|
+
{"version":3,"file":"generate.report.dto.js","sourceRoot":"","sources":["../../../src/access/dtos/generate.report.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,qDAAmE;AAEnE,MAAa,iBAAiB;CAwB7B;AAxBD,8CAwBC;AApBG;IAHC,IAAA,0BAAM,GAAE;IACR,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;8CACC;AAKZ;IAHC,IAAA,0BAAM,GAAE;IACR,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;+CACE;AAKb;IAHC,IAAA,0BAAM,GAAE;IACR,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;sDACU;AAKrB;IAHC,IAAA,0BAAM,GAAE;IACR,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;sDACU;AAIrB;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,4BAAU,GAAE;;wDACO"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"gst.mapping.find.dto.js","sourceRoot":"","sources":["../../../src/access/dtos/gst.mapping.find.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,
|
|
1
|
+
{"version":3,"file":"gst.mapping.find.dto.js","sourceRoot":"","sources":["../../../src/access/dtos/gst.mapping.find.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,qDAAkE;AAClE,+CAA0C;AAE1C,MAAa,iBAAkB,SAAQ,uBAAS;CAyB/C;AAzBD,8CAyBC;AArBG;IAHC,IAAA,0BAAM,GAAE;IACR,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,GAAE;;mDACO;AAKnB;IAHC,IAAA,0BAAM,GAAE;IACR,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,GAAE;;iDACK;AAKjB;IAHC,IAAA,0BAAM,GAAE;IACR,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;uDACW;AAKtB;IAHC,IAAA,0BAAM,GAAE;IACR,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;kDACM;AAKjB;IAHC,IAAA,0BAAM,GAAE;IACR,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;qDACS"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"gst.mapping.list.filter.dto.js","sourceRoot":"","sources":["../../../src/access/dtos/gst.mapping.list.filter.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,
|
|
1
|
+
{"version":3,"file":"gst.mapping.list.filter.dto.js","sourceRoot":"","sources":["../../../src/access/dtos/gst.mapping.list.filter.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,qDAAkE;AAClE,qEAA+D;AAE/D,MAAa,uBAAwB,SAAQ,4CAAmB;CAyB/D;AAzBD,0DAyBC;AArBG;IAHC,IAAA,0BAAM,GAAE;IACR,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;2DACS;AAKpB;IAHC,IAAA,0BAAM,GAAE;IACR,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;6DACW;AAKtB;IAHC,IAAA,0BAAM,GAAE;IACR,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;wDACM;AAKjB;IAHC,IAAA,0BAAM,GAAE;IACR,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,GAAE;;uDACK;AAKjB;IAHC,IAAA,0BAAM,GAAE;IACR,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,GAAE;;yDACO"}
|
|
@@ -15,6 +15,12 @@ const class_validator_1 = require("class-validator");
|
|
|
15
15
|
class ProcessCommonListConfigDto {
|
|
16
16
|
}
|
|
17
17
|
exports.ProcessCommonListConfigDto = ProcessCommonListConfigDto;
|
|
18
|
+
__decorate([
|
|
19
|
+
(0, class_validator_1.IsObject)(),
|
|
20
|
+
(0, class_validator_1.IsOptional)(),
|
|
21
|
+
(0, class_transformer_1.Expose)(),
|
|
22
|
+
__metadata("design:type", Object)
|
|
23
|
+
], ProcessCommonListConfigDto.prototype, "api_config", void 0);
|
|
18
24
|
__decorate([
|
|
19
25
|
(0, class_validator_1.IsString)(),
|
|
20
26
|
(0, class_validator_1.IsOptional)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"process.common.list.config.dto.js","sourceRoot":"","sources":["../../../src/access/dtos/process.common.list.config.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,
|
|
1
|
+
{"version":3,"file":"process.common.list.config.dto.js","sourceRoot":"","sources":["../../../src/access/dtos/process.common.list.config.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,qDAA0E;AAQ1E,MAAa,0BAA0B;CAuCtC;AAvCD,gEAuCC;AAlCG;IAHC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;;8DACQ;AAMjB;IAHC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;;uDACI;AAMb;IAHC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;IACV,IAAA,0BAAM,GAAE;;4DACS;AAMlB;IAHC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;IACV,IAAA,0BAAM,GAAE;;yDACM;AAMf;IAHC,IAAA,yBAAO,GAAE;IACT,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;;2DACU;AAMnB;IAHC,IAAA,yBAAO,GAAE;IACT,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;;2DACU"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tagged.user.dto.js","sourceRoot":"","sources":["../../../src/access/dtos/tagged.user.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,
|
|
1
|
+
{"version":3,"file":"tagged.user.dto.js","sourceRoot":"","sources":["../../../src/access/dtos/tagged.user.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,qDAAuD;AAQvD,MAAa,aAAa;CAkBzB;AAlBD,sCAkBC;AAbG;IAHC,IAAA,0BAAM,GAAE;IACR,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;8CACK;AAMhB;IAHC,IAAA,0BAAM,GAAE;IACR,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,EAAC,EAAE,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;8CACX"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.FinnotoUserEntity = void 0;
|
|
13
|
+
const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
|
|
14
|
+
const typeorm_1 = require("typeorm");
|
|
15
|
+
let FinnotoUserEntity = class FinnotoUserEntity extends nestjs_utility_services_1.UserEntity {
|
|
16
|
+
};
|
|
17
|
+
exports.FinnotoUserEntity = FinnotoUserEntity;
|
|
18
|
+
__decorate([
|
|
19
|
+
(0, typeorm_1.Column)(),
|
|
20
|
+
__metadata("design:type", String)
|
|
21
|
+
], FinnotoUserEntity.prototype, "name", void 0);
|
|
22
|
+
__decorate([
|
|
23
|
+
(0, typeorm_1.Column)(),
|
|
24
|
+
__metadata("design:type", String)
|
|
25
|
+
], FinnotoUserEntity.prototype, "password", void 0);
|
|
26
|
+
__decorate([
|
|
27
|
+
(0, typeorm_1.Column)(),
|
|
28
|
+
__metadata("design:type", String)
|
|
29
|
+
], FinnotoUserEntity.prototype, "email", void 0);
|
|
30
|
+
__decorate([
|
|
31
|
+
(0, typeorm_1.Column)(),
|
|
32
|
+
__metadata("design:type", Number)
|
|
33
|
+
], FinnotoUserEntity.prototype, "meta_server_id", void 0);
|
|
34
|
+
__decorate([
|
|
35
|
+
(0, typeorm_1.Column)('json'),
|
|
36
|
+
__metadata("design:type", Object)
|
|
37
|
+
], FinnotoUserEntity.prototype, "attributes", void 0);
|
|
38
|
+
exports.FinnotoUserEntity = FinnotoUserEntity = __decorate([
|
|
39
|
+
(0, typeorm_1.Entity)('sys_users')
|
|
40
|
+
], FinnotoUserEntity);
|
|
41
|
+
//# sourceMappingURL=finnoto.user.entity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"finnoto.user.entity.js","sourceRoot":"","sources":["../../../src/access/entities/finnoto.user.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAAoE;AACpE,qCAAyC;AASlC,IAAM,iBAAiB,GAAvB,MAAM,iBAAkB,SAAQ,oCAAU;CAiBhD,CAAA;AAjBY,8CAAiB;AAE1B;IADC,IAAA,gBAAM,GAAE;;+CACI;AAGb;IADC,IAAA,gBAAM,GAAE;;mDACQ;AAGjB;IADC,IAAA,gBAAM,GAAE;;gDACK;AAGd;IADC,IAAA,gBAAM,GAAE;;yDACc;AAGvB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;;qDACC;4BAdP,iBAAiB;IAD7B,IAAA,gBAAM,EAAC,WAAW,CAAC;GACP,iBAAiB,CAiB7B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"gchat.webhook.message.entity.js","sourceRoot":"","sources":["../../../src/access/entities/gchat.webhook.message.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAgE;AAChE,
|
|
1
|
+
{"version":3,"file":"gchat.webhook.message.entity.js","sourceRoot":"","sources":["../../../src/access/entities/gchat.webhook.message.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAgE;AAChE,oFAAsE;AACtE,uGAAgG;AAChG,iEAA4D;AAC5D,qEAAgE;AASzD,IAAM,yBAAyB,GAA/B,MAAM,yBAA0B,SAAQ,sCAAY;CAyB1D,CAAA;AAzBY,8DAAyB;AAElC;IADC,IAAA,gBAAM,GAAE;;8DACW;AAGpB;IADC,IAAA,gBAAM,GAAE;;mEACgB;AAGzB;IADC,IAAA,gBAAM,GAAE;;qEACkB;AAG3B;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;;0DACF;AAGb;IADC,IAAA,gBAAM,GAAE;;8DACW;AAGpB;IADC,IAAA,gBAAM,GAAE;;4DACS;AAGlB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;8BACH,uEAAgC;6DAAC;AAG+B;IAA3E,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,6CAAoB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,aAAa,EAAE,CAAC;8BAAW,6CAAoB;2DAAC;AAC5B;IAA9E,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,yCAAkB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,kBAAkB,EAAE,CAAC;8BAAgB,yCAAkB;gEAAC;oCAxBxG,yBAAyB;IADrC,IAAA,gBAAM,EAAC,4BAA4B,CAAC;GACxB,yBAAyB,CAyBrC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"gst.mapping.entity.js","sourceRoot":"","sources":["../../../src/access/entities/gst.mapping.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"gst.mapping.entity.js","sourceRoot":"","sources":["../../../src/access/entities/gst.mapping.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAAsE;AACtE,qCAAyC;AACzC,mFAA6E;AAStE,IAAM,gBAAgB,GAAtB,MAAM,gBAAiB,SAAQ,sCAAY;CA0BjD,CAAA;AA1BY,4CAAgB;AAEzB;IADC,IAAA,gBAAM,GAAE;;qDACW;AAGpB;IADC,IAAA,gBAAM,GAAE;;oDACU;AAGnB;IADC,IAAA,gBAAM,GAAE;;sDACY;AAGrB;IADC,IAAA,gBAAM,GAAE;;iDACO;AAGhB;IADC,IAAA,gBAAM,GAAE;;gDACO;AAGhB;IADC,IAAA,gBAAM,GAAE;;kDACS;AAGlB;IADC,IAAA,gBAAM,GAAE;;8CACI;AAGb;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;8BACH,oDAAuB;oDAAC;2BAvB3B,gBAAgB;IAD5B,IAAA,gBAAM,EAAC,kBAAkB,CAAC;GACd,gBAAgB,CA0B5B"}
|
|
@@ -41,6 +41,7 @@ export * from './fcm.message.entity';
|
|
|
41
41
|
export * from './fcm.token.entity';
|
|
42
42
|
export * from './feature.entity';
|
|
43
43
|
export * from './feature.menu.entity';
|
|
44
|
+
export * from './finnoto.user.entity';
|
|
44
45
|
export * from './gchat.message.entity';
|
|
45
46
|
export * from './gchat.template.entity';
|
|
46
47
|
export * from './gchat.user.entity';
|
|
@@ -57,6 +57,7 @@ __exportStar(require("./fcm.message.entity"), exports);
|
|
|
57
57
|
__exportStar(require("./fcm.token.entity"), exports);
|
|
58
58
|
__exportStar(require("./feature.entity"), exports);
|
|
59
59
|
__exportStar(require("./feature.menu.entity"), exports);
|
|
60
|
+
__exportStar(require("./finnoto.user.entity"), exports);
|
|
60
61
|
__exportStar(require("./gchat.message.entity"), exports);
|
|
61
62
|
__exportStar(require("./gchat.template.entity"), exports);
|
|
62
63
|
__exportStar(require("./gchat.user.entity"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/access/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2DAAyC;AAAA,2DAAyC;AAAA,uDAAqC;AAAA,2DAAyC;AAAA,+EAA6D;AAAA,oEAAkD;AAAA,6EAA2D;AAAA,wEAAsD;AAAA,0DAAwC;AAAA,4DAA0C;AAAA,+DAA6C;AAAA,yDAAuC;AAAA,+DAA6C;AAAA,6DAA2C;AAAA,2DAAyC;AAAA,2DAAyC;AAAA,yDAAuC;AAAA,+DAA6C;AAAA,iFAA+D;AAAA,8DAA4C;AAAA,4DAA0C;AAAA,8EAA4D;AAAA,sDAAoC;AAAA,uDAAqC;AAAA,uDAAqC;AAAA,wDAAsC;AAAA,wDAAsC;AAAA,yDAAuC;AAAA,+DAA6C;AAAA,qDAAmC;AAAA,wDAAsC;AAAA,4DAA0C;AAAA,yDAAuC;AAAA,2DAAyC;AAAA,sDAAoC;AAAA,uDAAqC;AAAA,8DAA4C;AAAA,oEAAkD;AAAA,yDAAuC;AAAA,uDAAqC;AAAA,qDAAmC;AAAA,mDAAiC;AAAA,wDAAsC;AAAA,yDAAuC;AAAA,0DAAwC;AAAA,sDAAoC;AAAA,yDAAuC;AAAA,iEAA+C;AAAA,wDAAsC;AAAA,sDAAoC;AAAA,uDAAqC;AAAA,2DAAyC;AAAA,0DAAwC;AAAA,wDAAsC;AAAA,8DAA4C;AAAA,uDAAqC;AAAA,uDAAqC;AAAA,gDAA8B;AAAA,qDAAmC;AAAA,kDAAgC;AAAA,uDAAqC;AAAA,2DAAyC;AAAA,2DAAyC;AAAA,iEAA+C;AAAA,mDAAiC;AAAA,sDAAoC;AAAA,uDAAqC;AAAA,sDAAoC;AAAA,kEAAgD;AAAA,4DAA0C;AAAA,iEAA+C;AAAA,6DAA2C;AAAA,yDAAuC;AAAA,0DAAwC;AAAA,sDAAoC;AAAA,yDAAuC;AAAA,iEAA+C;AAAA,qDAAmC;AAAA,0DAAwC;AAAA,gEAA8C;AAAA,6DAA2C;AAAA,2DAAyC;AAAA,qDAAmC;AAAA,gEAA8C;AAAA,yDAAuC;AAAA,uDAAqC;AAAA,wDAAsC;AAAA,wDAAsC;AAAA,4DAA0C;AAAA,+DAA6C;AAAA,6DAA2C;AAAA,uEAAoD"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/access/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2DAAyC;AAAA,2DAAyC;AAAA,uDAAqC;AAAA,2DAAyC;AAAA,+EAA6D;AAAA,oEAAkD;AAAA,6EAA2D;AAAA,wEAAsD;AAAA,0DAAwC;AAAA,4DAA0C;AAAA,+DAA6C;AAAA,yDAAuC;AAAA,+DAA6C;AAAA,6DAA2C;AAAA,2DAAyC;AAAA,2DAAyC;AAAA,yDAAuC;AAAA,+DAA6C;AAAA,iFAA+D;AAAA,8DAA4C;AAAA,4DAA0C;AAAA,8EAA4D;AAAA,sDAAoC;AAAA,uDAAqC;AAAA,uDAAqC;AAAA,wDAAsC;AAAA,wDAAsC;AAAA,yDAAuC;AAAA,+DAA6C;AAAA,qDAAmC;AAAA,wDAAsC;AAAA,4DAA0C;AAAA,yDAAuC;AAAA,2DAAyC;AAAA,sDAAoC;AAAA,uDAAqC;AAAA,8DAA4C;AAAA,oEAAkD;AAAA,yDAAuC;AAAA,uDAAqC;AAAA,qDAAmC;AAAA,mDAAiC;AAAA,wDAAsC;AAAA,wDAAsC;AAAA,yDAAuC;AAAA,0DAAwC;AAAA,sDAAoC;AAAA,yDAAuC;AAAA,iEAA+C;AAAA,wDAAsC;AAAA,sDAAoC;AAAA,uDAAqC;AAAA,2DAAyC;AAAA,0DAAwC;AAAA,wDAAsC;AAAA,8DAA4C;AAAA,uDAAqC;AAAA,uDAAqC;AAAA,gDAA8B;AAAA,qDAAmC;AAAA,kDAAgC;AAAA,uDAAqC;AAAA,2DAAyC;AAAA,2DAAyC;AAAA,iEAA+C;AAAA,mDAAiC;AAAA,sDAAoC;AAAA,uDAAqC;AAAA,sDAAoC;AAAA,kEAAgD;AAAA,4DAA0C;AAAA,iEAA+C;AAAA,6DAA2C;AAAA,yDAAuC;AAAA,0DAAwC;AAAA,sDAAoC;AAAA,yDAAuC;AAAA,iEAA+C;AAAA,qDAAmC;AAAA,0DAAwC;AAAA,gEAA8C;AAAA,6DAA2C;AAAA,2DAAyC;AAAA,qDAAmC;AAAA,gEAA8C;AAAA,yDAAuC;AAAA,uDAAqC;AAAA,wDAAsC;AAAA,wDAAsC;AAAA,4DAA0C;AAAA,+DAA6C;AAAA,6DAA2C;AAAA,uEAAoD"}
|
|
@@ -45,6 +45,10 @@ __decorate([
|
|
|
45
45
|
(0, typeorm_1.Column)('json'),
|
|
46
46
|
__metadata("design:type", listing_page_attributes_dto_1.ListingPageAttributesDto)
|
|
47
47
|
], ListingPageEntity.prototype, "attributes", void 0);
|
|
48
|
+
__decorate([
|
|
49
|
+
(0, typeorm_1.Column)('json'),
|
|
50
|
+
__metadata("design:type", Object)
|
|
51
|
+
], ListingPageEntity.prototype, "api_config", void 0);
|
|
48
52
|
__decorate([
|
|
49
53
|
(0, typeorm_1.Column)(),
|
|
50
54
|
__metadata("design:type", String)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"listing.page.entity.js","sourceRoot":"","sources":["../../../src/access/entities/listing.page.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAAoH;AACpH,qCAA2E;AAC3E,qFAA+E;AAC/E,mEAA8D;AASvD,IAAM,iBAAiB,GAAvB,MAAM,iBAAkB,SAAQ,sCAAY;
|
|
1
|
+
{"version":3,"file":"listing.page.entity.js","sourceRoot":"","sources":["../../../src/access/entities/listing.page.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAAoH;AACpH,qCAA2E;AAC3E,qFAA+E;AAC/E,mEAA8D;AASvD,IAAM,iBAAiB,GAAvB,MAAM,iBAAkB,SAAQ,sCAAY;CAqClD,CAAA;AArCY,8CAAiB;AAE1B;IADC,IAAA,gBAAM,GAAE;;kDACO;AAGhB;IADC,IAAA,gBAAM,GAAE;;oDACS;AAGlB;IADC,IAAA,gBAAM,GAAE;;+CACI;AAGb;IADC,IAAA,gBAAM,GAAE;;qDACU;AAGnB;IADC,IAAA,gBAAM,GAAE;;mDACQ;AAGjB;IADC,IAAA,gBAAM,GAAE;;sDACW;AAGpB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;8BACH,sDAAwB;qDAAC;AAGrC;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;;qDACC;AAGhB;IADC,IAAA,gBAAM,GAAE;;2DACgB;AAGzB;IADC,IAAA,gBAAM,EAAC,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;;wDACH;AAGuC;IAA7D,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,oCAAU,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;8BAAO,oCAAU;+CAAC;AACb;IAAjE,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,sCAAY,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,WAAW,EAAE,CAAC;8BAAS,sCAAY;iDAAC;AACrB;IAAjE,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,2CAAmB,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,MAAM,CAAC,OAAO,CAAC;;kDAAgC;AAE1B;IAAtE,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,4CAAkB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,UAAU,EAAE,CAAC;8BAAQ,4CAAkB;gDAAC;4BApCxF,iBAAiB;IAD7B,IAAA,gBAAM,EAAC,mBAAmB,CAAC;GACf,iBAAiB,CAqC7B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"slack.webhook.entity.js","sourceRoot":"","sources":["../../../src/access/entities/slack.webhook.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"slack.webhook.entity.js","sourceRoot":"","sources":["../../../src/access/entities/slack.webhook.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAAsE;AACtE,qCAAgE;AAChE,0FAAsF;AACtF,uFAAiF;AACjF,qDAAiD;AACjD,mEAA8D;AAC9D,iEAA4D;AASrD,IAAM,kBAAkB,GAAxB,MAAM,kBAAmB,SAAQ,sCAAY;CAiCnD,CAAA;AAjCY,gDAAkB;AAE3B;IADC,IAAA,gBAAM,GAAE;;uDACW;AAGpB;IADC,IAAA,gBAAM,GAAE;;2DACe;AAGxB;IADC,IAAA,gBAAM,GAAE;;sDACU;AAGnB;IADC,IAAA,gBAAM,GAAE;;gDACI;AAGb;IADC,IAAA,gBAAM,GAAE;;uDACW;AAGpB;IADC,IAAA,gBAAM,GAAE;;uDACW;AAGpB;IADC,IAAA,gBAAM,GAAE;;kDACO;AAGhB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;8BACH,wDAAyB;sDAAC;AAGoC;IAAzE,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,yCAAkB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,aAAa,EAAE,CAAC;8BAAW,yCAAkB;oDAAC;AAEzB;IAA7E,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,wCAAkB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,iBAAiB,EAAE,CAAC;8BAAe,wCAAkB;wDAAC;AAE3C;IAAnE,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,8BAAa,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,YAAY,EAAE,CAAC;8BAAU,8BAAa;mDAAC;AAEhB;IAA1E,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,2CAAmB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,aAAa,EAAE,CAAC;8BAAW,2CAAmB;oDAAC;6BAhChG,kBAAkB;IAD9B,IAAA,gBAAM,EAAC,mBAAmB,CAAC;GACf,kBAAkB,CAiC9B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"slack.webhook.message.entity.js","sourceRoot":"","sources":["../../../src/access/entities/slack.webhook.message.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAgE;AAChE,
|
|
1
|
+
{"version":3,"file":"slack.webhook.message.entity.js","sourceRoot":"","sources":["../../../src/access/entities/slack.webhook.message.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAgE;AAChE,oFAAsE;AACtE,uGAAgG;AAChG,qEAAgE;AAChE,iEAA4D;AASrD,IAAM,yBAAyB,GAA/B,MAAM,yBAA0B,SAAQ,sCAAY;CAyB1D,CAAA;AAzBY,8DAAyB;AAElC;IADC,IAAA,gBAAM,GAAE;;8DACW;AAGpB;IADC,IAAA,gBAAM,GAAE;;mEACgB;AAGzB;IADC,IAAA,gBAAM,GAAE;;2DACQ;AAGjB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;;0DACF;AAGb;IADC,IAAA,gBAAM,GAAE;;8DACW;AAGpB;IADC,IAAA,gBAAM,GAAE;;4DACS;AAGlB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;8BACH,uEAAgC;6DAAC;AAG+B;IAA3E,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,6CAAoB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,aAAa,EAAE,CAAC;8BAAW,6CAAoB;2DAAC;AAC5B;IAA9E,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,yCAAkB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,kBAAkB,EAAE,CAAC;8BAAgB,yCAAkB;gEAAC;oCAxBxG,yBAAyB;IADrC,IAAA,gBAAM,EAAC,4BAA4B,CAAC;GACxB,yBAAyB,CAyBrC"}
|
|
@@ -10,6 +10,7 @@ export declare class UiActionEntity extends CommonEntity {
|
|
|
10
10
|
action_id: number;
|
|
11
11
|
validation_id: number;
|
|
12
12
|
attributes: UiActionAttributesDto;
|
|
13
|
+
configuration: any;
|
|
13
14
|
action: SystemScriptEntity;
|
|
14
15
|
validation: SystemScriptEntity;
|
|
15
16
|
roles: UiActionRoleEntity[];
|
|
@@ -49,6 +49,10 @@ __decorate([
|
|
|
49
49
|
(0, typeorm_1.Column)('json'),
|
|
50
50
|
__metadata("design:type", ui_action_attributes_dto_1.UiActionAttributesDto)
|
|
51
51
|
], UiActionEntity.prototype, "attributes", void 0);
|
|
52
|
+
__decorate([
|
|
53
|
+
(0, typeorm_1.Column)('json'),
|
|
54
|
+
__metadata("design:type", Object)
|
|
55
|
+
], UiActionEntity.prototype, "configuration", void 0);
|
|
52
56
|
__decorate([
|
|
53
57
|
(0, typeorm_1.ManyToOne)(() => nestjs_utility_services_1.SystemScriptEntity),
|
|
54
58
|
(0, typeorm_1.JoinColumn)({ name: 'action_id' }),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui.action.entity.js","sourceRoot":"","sources":["../../../src/access/entities/ui.action.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAA0F;AAC1F,qCAA2E;AAC3E,+EAAyE;AACzE,mEAA6D;AAStD,IAAM,cAAc,GAApB,MAAM,cAAe,SAAQ,sCAAY;
|
|
1
|
+
{"version":3,"file":"ui.action.entity.js","sourceRoot":"","sources":["../../../src/access/entities/ui.action.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAA0F;AAC1F,qCAA2E;AAC3E,+EAAyE;AACzE,mEAA6D;AAStD,IAAM,cAAc,GAApB,MAAM,cAAe,SAAQ,sCAAY;CAiC/C,CAAA;AAjCY,wCAAc;AAEvB;IADC,IAAA,gBAAM,GAAE;;4CACI;AAGb;IADC,IAAA,gBAAM,GAAE;;6CACK;AAGd;IADC,IAAA,gBAAM,GAAE;;oDACY;AAGrB;IADC,IAAA,gBAAM,GAAE;;6CACK;AAGd;IADC,IAAA,gBAAM,GAAE;;mDACW;AAGpB;IADC,IAAA,gBAAM,GAAE;;iDACS;AAGlB;IADC,IAAA,gBAAM,GAAE;;qDACa;AAGtB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;8BACH,gDAAqB;kDAAC;AAGlC;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;;qDACI;AAGqD;IAAvE,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,4CAAkB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,WAAW,EAAE,CAAC;8BAAS,4CAAkB;8CAAC;AACvB;IAA3E,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,4CAAkB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,eAAe,EAAE,CAAC;8BAAa,4CAAkB;kDAAC;AAE5C;IAA9D,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,0CAAkB,EAAE,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC;;6CAA6B;yBAhClF,cAAc;IAD1B,IAAA,gBAAM,EAAC,gBAAgB,CAAC;GACZ,cAAc,CAiC1B"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { CommonEntity } from '@servicelabsco/nestjs-utility-services';
|
|
1
|
+
import { CommonEntity, UserEntity } from '@servicelabsco/nestjs-utility-services';
|
|
2
2
|
import { UserPreferenceAttributesDto } from '../dtos/user.preference.attributes.dto';
|
|
3
3
|
import { AccessBusinessEntity } from './access.business.entity';
|
|
4
|
-
import { UserEntity } from '@servicelabsco/nestjs-utility-services';
|
|
5
4
|
import { ProductEntity } from './product.entity';
|
|
6
5
|
export declare class UserPreferenceEntity extends CommonEntity {
|
|
7
6
|
business_id: number;
|
|
@@ -14,7 +14,6 @@ const typeorm_1 = require("typeorm");
|
|
|
14
14
|
const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
|
|
15
15
|
const user_preference_attributes_dto_1 = require("../dtos/user.preference.attributes.dto");
|
|
16
16
|
const access_business_entity_1 = require("./access.business.entity");
|
|
17
|
-
const nestjs_utility_services_2 = require("@servicelabsco/nestjs-utility-services");
|
|
18
17
|
const product_entity_1 = require("./product.entity");
|
|
19
18
|
let UserPreferenceEntity = class UserPreferenceEntity extends nestjs_utility_services_1.CommonEntity {
|
|
20
19
|
};
|
|
@@ -49,9 +48,9 @@ __decorate([
|
|
|
49
48
|
__metadata("design:type", access_business_entity_1.AccessBusinessEntity)
|
|
50
49
|
], UserPreferenceEntity.prototype, "business", void 0);
|
|
51
50
|
__decorate([
|
|
52
|
-
(0, typeorm_1.ManyToOne)(() =>
|
|
51
|
+
(0, typeorm_1.ManyToOne)(() => nestjs_utility_services_1.UserEntity),
|
|
53
52
|
(0, typeorm_1.JoinColumn)({ name: 'user_id' }),
|
|
54
|
-
__metadata("design:type",
|
|
53
|
+
__metadata("design:type", nestjs_utility_services_1.UserEntity)
|
|
55
54
|
], UserPreferenceEntity.prototype, "user", void 0);
|
|
56
55
|
__decorate([
|
|
57
56
|
(0, typeorm_1.ManyToOne)(() => product_entity_1.ProductEntity),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user.preference.entity.js","sourceRoot":"","sources":["../../../src/access/entities/user.preference.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAgE;AAChE,
|
|
1
|
+
{"version":3,"file":"user.preference.entity.js","sourceRoot":"","sources":["../../../src/access/entities/user.preference.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAgE;AAChE,oFAAkF;AAClF,2FAAqF;AACrF,qEAAgE;AAChE,qDAAiD;AAS1C,IAAM,oBAAoB,GAA1B,MAAM,oBAAqB,SAAQ,sCAAY;CAuBrD,CAAA;AAvBY,oDAAoB;AAE7B;IADC,IAAA,gBAAM,GAAE;;yDACW;AAGpB;IADC,IAAA,gBAAM,GAAE;;qDACO;AAGhB;IADC,IAAA,gBAAM,GAAE;;wDACU;AAGnB;IADC,IAAA,gBAAM,GAAE;;kDACI;AAGb;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;;wDACC;AAGhB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;8BACH,4DAA2B;wDAAC;AAGoC;IAA3E,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,6CAAoB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,aAAa,EAAE,CAAC;8BAAW,6CAAoB;sDAAC;AAC7C;IAA7D,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,oCAAU,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;8BAAO,oCAAU;kDAAC;AACV;IAApE,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,8BAAa,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,aAAa,EAAE,CAAC;8BAAU,8BAAa;qDAAC;+BAtBnF,oBAAoB;IADhC,IAAA,gBAAM,EAAC,qBAAqB,CAAC;GACjB,oBAAoB,CAuBhC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"webhook.log.entity.js","sourceRoot":"","sources":["../../../src/access/entities/webhook.log.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAgE;AAChE,
|
|
1
|
+
{"version":3,"file":"webhook.log.entity.js","sourceRoot":"","sources":["../../../src/access/entities/webhook.log.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAgE;AAChE,oFAAsE;AACtE,mFAA6E;AAC7E,uEAAkE;AAClE,iEAA4D;AASrD,IAAM,gBAAgB,GAAtB,MAAM,gBAAiB,SAAQ,sCAAY;CA4BjD,CAAA;AA5BY,4CAAgB;AAEzB;IADC,IAAA,gBAAM,GAAE;;oDACU;AAGnB;IADC,IAAA,gBAAM,GAAE;;kDACQ;AAGjB;IADC,IAAA,gBAAM,GAAE;;uDACa;AAGtB;IADC,IAAA,gBAAM,GAAE;8BACK,IAAI;sDAAC;AAGnB;IADC,IAAA,gBAAM,GAAE;;oDACW;AAGpB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;;iDACF;AAGb;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;;uDACI;AAGnB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;8BACH,oDAAuB;oDAAC;AAGwC;IAA3E,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,+CAAqB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,YAAY,EAAE,CAAC;8BAAU,+CAAqB;iDAAC;AACpC;IAAtE,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,yCAAkB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,UAAU,EAAE,CAAC;8BAAQ,yCAAkB;+CAAC;2BA3BxF,gBAAgB;IAD5B,IAAA,gBAAM,EAAC,kBAAkB,CAAC;GACd,gBAAgB,CA4B5B"}
|
|
@@ -112,6 +112,7 @@ import { ExecutionLogEntity } from './entities/execution.log.entity';
|
|
|
112
112
|
import { FcmMessageEntity } from './entities/fcm.message.entity';
|
|
113
113
|
import { FcmTokenEntity } from './entities/fcm.token.entity';
|
|
114
114
|
import { FeatureMenuEntity } from './entities/feature.menu.entity';
|
|
115
|
+
import { FinnotoUserEntity } from './entities/finnoto.user.entity';
|
|
115
116
|
import { GchatMessageEntity } from './entities/gchat.message.entity';
|
|
116
117
|
import { GchatUserEntity } from './entities/gchat.user.entity';
|
|
117
118
|
import { GchatWebhookMessageEntity } from './entities/gchat.webhook.message.entity';
|
|
@@ -468,11 +469,11 @@ import { WhitelistedWhatsappNumberSubscriber } from './subscribers/whitelisted.w
|
|
|
468
469
|
declare const es6Classes: {
|
|
469
470
|
commands: (typeof WebhookPollCommand)[];
|
|
470
471
|
controllers: (typeof AccessMenuController | typeof ApiAccountController | typeof BulkUploadController | typeof BulkUploadItemController | typeof BusinessAppIntegrationController | typeof BusinessEmailController | typeof BusinessNotificationChannelPreferenceController | typeof BusinessPreferenceController | typeof BusinessPropertyController | typeof BusinessReportController | typeof BusinessScriptController | typeof BusinessUserGroupController | typeof BusinessUserNotificationPreferenceController | typeof BusinessWebhookController | typeof ChoiceListController | typeof ChoiceTypeController | typeof CommonWebhookController | typeof CustomFieldController | typeof DashboardBuilderController | typeof DashboardComponentController | typeof DashboardController | typeof DashboardReportController | typeof DeveloperModeController | typeof DownloadLogController | typeof EmailRuleController | typeof FcmTokenController | typeof GroupMemberController | typeof GroupRoleController | typeof GstMappingController | typeof ListingController | typeof ListingPreferenceController | typeof ScheduledReportController | typeof ScheduledReportItemController | typeof TagController | typeof UserBusinessSecretController | typeof UserNotificationController | typeof UserPreferenceController)[];
|
|
471
|
-
dtos: (typeof EmailRuleAttributesDto | typeof EmailMessageNormalizedDto | typeof NotificationPayloadDto | typeof SendEmailNotificationDataDto | typeof EmailRecipientToDto | typeof GchatPostingPayloadDto | typeof BoardCastInternalStatusMessageDto | typeof WhatsappPostingPayloadDto | typeof SendWhatsappMessagePayloadDto | typeof AddShortUrlDto | typeof BankAccountPayloadDto | typeof RecurringDefinitionDto | typeof DbFindDto | typeof AddListingPreferenceDto | typeof ListResponseDto | typeof DateRangeFilterDto | typeof DateFilterDto | typeof ListResponseFormatDto | typeof NumberRangeFilterDto | typeof CommonListFilterDto | typeof ProcessCommonListConfigDto | typeof SendWebhookRequestPayload | typeof AccessBusinessParamDto | typeof AddIntegrationPreferenceDto | typeof GmailIntegrationOauthDto | typeof ServerEmailRecipientsDto | typeof ServerEmailMessageDto | typeof AddBusinessPreferenceDto | typeof GenerateBusinessReportDto | typeof AddBusinessUserNotificationPreferenceDto | typeof AddWebhookDto | typeof ModifyCustomFieldStatusDto | typeof GetScriptValuesDto | typeof AddDashboardComponentPropertiesDto | typeof AddDashboardComponentDto | typeof StringSearchDto | typeof EditQueryDto | typeof TokenPayloadDto | typeof AddGroupMemberDto | typeof AddRoleDto | typeof AddGstMappingDto | typeof AddScheduledReportDto | typeof AddBusinessAppIntegrationDto | typeof AddConversationDto | typeof AddTagDto | typeof BusinessAppIntegrationMessagePayloadDto | typeof
|
|
472
|
-
entities: (typeof AccessBusinessEntity | typeof BusinessEmailEntity | typeof EmailMessageEntity | typeof EmailRecipientEntity | typeof BusinessUserEntity | typeof ProductEntity | typeof EmailStyleEntity | typeof EmailTemplateLogEntity | typeof EmailTemplateRecipientEntity | typeof FcmMessageEntity | typeof FcmTokenEntity | typeof GchatUserEntity | typeof GchatMessageEntity | typeof GchatWebhookMessageEntity | typeof SlackMessageEntity | typeof BzNotificationChannelPreferenceEntity | typeof SlackIntegrationEntity | typeof SlackUserEntity | typeof WhatsappMessageEntity | typeof WhatsappPreferenceEntity | typeof BusinessAppIntegrationCredentialEntity | typeof BusinessAppIntegrationMessagesEntity | typeof BusinessDownloadableReportEntity | typeof ChildMenuEntity | typeof MenuEntity | typeof UiActionRoleEntity | typeof MenuActionEntity | typeof MenuRoleEntity | typeof FeatureMenuEntity | typeof BusinessFeatureEntity | typeof BusinessGroupRoleEntity | typeof BusinessMenuEntity | typeof BusinessReportEntity | typeof ExecutionLogEntity | typeof GroupRoleEntity | typeof BusinessUserRoleEntity | typeof BusinessWebhookEntity | typeof ConversationEntity | typeof DashboardComponentEntity | typeof DownloadLogEntity | typeof GroupMemberEntity | typeof GstMappingEntity | typeof PreferenceUserEntity | typeof PreferenceUserGroupEntity | typeof LockScriptEntity | typeof ModuleMenuEntity | typeof OnholdDocumentEntity | typeof ReportLogEntity | typeof RequestLogEntity | typeof ScheduledReportEntity | typeof ScheduledReportEmailEntity | typeof ScheduledReportItemEntity | typeof SlackWebhookMessageEntity | typeof UserNotificationEntity | typeof UserRoleEntity | typeof WatchlistAssignmentEntity | typeof WebhookLogEntity | typeof WebhookSlugEntity)[];
|
|
472
|
+
dtos: (typeof EmailRuleAttributesDto | typeof EmailMessageNormalizedDto | typeof NotificationPayloadDto | typeof SendEmailNotificationDataDto | typeof EmailRecipientToDto | typeof GchatPostingPayloadDto | typeof BoardCastInternalStatusMessageDto | typeof WhatsappPostingPayloadDto | typeof SendWhatsappMessagePayloadDto | typeof AddShortUrlDto | typeof BankAccountPayloadDto | typeof RecurringDefinitionDto | typeof DbFindDto | typeof AddListingPreferenceDto | typeof ListResponseDto | typeof DateRangeFilterDto | typeof DateFilterDto | typeof ListResponseFormatDto | typeof NumberRangeFilterDto | typeof CommonListFilterDto | typeof ProcessCommonListConfigDto | typeof SendWebhookRequestPayload | typeof AccessBusinessParamDto | typeof AddIntegrationPreferenceDto | typeof GmailIntegrationOauthDto | typeof ServerEmailRecipientsDto | typeof ServerEmailMessageDto | typeof AddBusinessPreferenceDto | typeof GenerateBusinessReportDto | typeof GenerateReportDto | typeof AddBusinessUserNotificationPreferenceDto | typeof AddWebhookDto | typeof ModifyCustomFieldStatusDto | typeof GetScriptValuesDto | typeof AddDashboardComponentPropertiesDto | typeof AddDashboardComponentDto | typeof StringSearchDto | typeof EditQueryDto | typeof TokenPayloadDto | typeof AddGroupMemberDto | typeof AddRoleDto | typeof AddGstMappingDto | typeof AddScheduledReportDto | typeof AddBusinessAppIntegrationDto | typeof AddConversationDto | typeof AddTagDto | typeof BusinessAppIntegrationMessagePayloadDto | typeof ProcessListingPayloadDto | typeof RequestLogOptionsDto | typeof SlackMessageDataDto)[];
|
|
473
|
+
entities: (typeof AccessBusinessEntity | typeof BusinessEmailEntity | typeof EmailMessageEntity | typeof EmailRecipientEntity | typeof BusinessUserEntity | typeof ProductEntity | typeof EmailStyleEntity | typeof EmailTemplateLogEntity | typeof EmailTemplateRecipientEntity | typeof FcmMessageEntity | typeof FcmTokenEntity | typeof GchatUserEntity | typeof GchatMessageEntity | typeof GchatWebhookMessageEntity | typeof SlackMessageEntity | typeof BzNotificationChannelPreferenceEntity | typeof SlackIntegrationEntity | typeof SlackUserEntity | typeof WhatsappMessageEntity | typeof WhatsappPreferenceEntity | typeof BusinessAppIntegrationCredentialEntity | typeof BusinessAppIntegrationMessagesEntity | typeof BusinessDownloadableReportEntity | typeof ChildMenuEntity | typeof MenuEntity | typeof UiActionRoleEntity | typeof MenuActionEntity | typeof MenuRoleEntity | typeof FeatureMenuEntity | typeof BusinessFeatureEntity | typeof BusinessGroupRoleEntity | typeof BusinessMenuEntity | typeof BusinessReportEntity | typeof ExecutionLogEntity | typeof GroupRoleEntity | typeof BusinessUserRoleEntity | typeof BusinessWebhookEntity | typeof ConversationEntity | typeof DashboardComponentEntity | typeof DownloadLogEntity | typeof FinnotoUserEntity | typeof GroupMemberEntity | typeof GstMappingEntity | typeof PreferenceUserEntity | typeof PreferenceUserGroupEntity | typeof LockScriptEntity | typeof ModuleMenuEntity | typeof OnholdDocumentEntity | typeof ReportLogEntity | typeof RequestLogEntity | typeof ScheduledReportEntity | typeof ScheduledReportEmailEntity | typeof ScheduledReportItemEntity | typeof SlackWebhookMessageEntity | typeof UserNotificationEntity | typeof UserRoleEntity | typeof WatchlistAssignmentEntity | typeof WebhookLogEntity | typeof WebhookSlugEntity)[];
|
|
473
474
|
enums: (typeof NotificationTypeEnum | typeof NotificationChannelTypeEnum | typeof RecurringPeriodEnum | typeof CustomColumnTypeEnum | typeof ProductTypeEnum | typeof PlatformTypeEnum)[];
|
|
474
475
|
jobs: (typeof EvaluateEmailRuleJob | typeof WhatsappMessagePayloadDto | typeof AccessTestJob | typeof ApiAccountJob | typeof AppIntegrationJob | typeof BusinessAppIntegrationCredentialJob | typeof BusinessAppIntegrationJob | typeof BusinessAppIntegrationMessagesJob | typeof BusinessDownloadableReportJob | typeof BusinessEmailJob | typeof BusinessFeatureJob | typeof BusinessGroupRoleJob | typeof BusinessMenuJob | typeof BusinessPreferenceJob | typeof BusinessPropertyJob | typeof GenerateBusinessReportJob | typeof SendBusinessReportNotificationJob | typeof BusinessReportJob | typeof SetBusinessScriptScheduleJob | typeof BusinessScriptJob | typeof BusinessUserGroupJob | typeof BusinessUserJob | typeof BusinessUserNotificationPreferenceJob | typeof BusinessUserRoleJob | typeof BusinessWebhookJob | typeof BzNotificationChannelPreferenceJob | typeof ChildMenuJob | typeof ChoiceListJob | typeof ChoiceTypeJob | typeof ConversationJob | typeof CustomFieldJob | typeof CustomReportJob | typeof DashboardComponentJob | typeof DashboardJob | typeof DownloadLogJob | typeof EmailAttachmentJob | typeof EmailMessageJob | typeof EmailRecipientJob | typeof EmailRuleJob | typeof EmailStyleJob | typeof EmailTemplateLogJob | typeof EmailTemplateRecipientJob | typeof ExecuteBusinessScriptJob | typeof ExecutionLogJob | typeof FcmMessageJob | typeof FcmNotificationJob | typeof FcmTemplateJob | typeof FcmTokenJob | typeof FeatureJob | typeof FeatureMenuJob | typeof GchatIncomingWebhookJob | typeof GchatMessageJob | typeof GchatTemplateJob | typeof GchatUserJob | typeof GchatWebhookJob | typeof GchatWebhookMessageJob | typeof GmailIntegrationFetchMessagesJob | typeof GroupMemberJob | typeof GroupRoleJob | typeof GstMappingJob | typeof ListPreferenceJob | typeof ListingColumnJob | typeof ListingPageJob | typeof ListingPreferenceJob | typeof LockScriptJob | typeof MenuActionJob | typeof MenuJob | typeof MenuRoleJob | typeof ModuleJob | typeof ModuleMenuJob | typeof OnholdDocumentJob | typeof PreferenceUserGroupJob | typeof PreferenceUsersJob | typeof ProcessServerEmailJob | typeof ProductJob | typeof ReportLogJob | typeof RequestLogJob | typeof RoleGroupJob | typeof ScheduledReportEmailJob | typeof ScheduledReportItemJob | typeof ScheduledReportJob | typeof SlackIncomingWebhookJob | typeof SlackIntegrationJob | typeof SlackMessageJob | typeof SlackTemplateJob | typeof SlackUserJob | typeof SlackWebhookJob | typeof SlackWebhookMessageJob | typeof SyncBURoleJob | typeof SyncEmailMessagesJob | typeof SyncMenuJob | typeof UiActionJob | typeof UiActionRoleJob | typeof UserBusinessSecretJob | typeof UserNotificationJob | typeof UserPreferenceJob | typeof UserRoleJob | typeof WatchlistAssignmentJob | typeof WebhookEventJob | typeof WebhookLogJob | typeof WebhookSlugJob | typeof WebhookTypeJob | typeof WhatsappIncomingWebhookJob | typeof WhatsappMessageJob | typeof WhatsappTemplateJob | typeof WhitelistedWhatsappNumberJob)[];
|
|
475
|
-
libraries: (typeof DateFn | typeof EvaluateEmailRule | typeof ProcessEmailNotification | typeof SendEmailNotification | typeof SendFcmNotification | typeof SendGchatMessageNotification | typeof SendGchatWebhookNotification | typeof SendSlackMessageNotification | typeof SendSlackWebhookNotification | typeof ProcessWhatsappMessage | typeof SendWhatsappMessageNotification | typeof ProcessDbFind | typeof ProcessDateFilter | typeof ProcessCommonList | typeof ProcessListingCsvFile | typeof SendWebhookRequest | typeof ProcessApplicationMenu | typeof ProcessMenuDetails | typeof ProcessApiAccountData | typeof ProcessApiAccountList | typeof ProcessBulkUploadItemList | typeof ProcessBulkUploadList | typeof ProcessWhatsappIntegration | typeof ProcessAppIntegration | typeof ProcessBusinessEmailList | typeof ProcessBusinessNotificationChannelPreferenceList | typeof ProcessBusinessPropertyData | typeof ProcessBusinessPropertyList | typeof ProcessBusinessReportList | typeof ExecuteBusinessScript | typeof ProcessBusinessScriptCreation | typeof ProcessBusinessScriptList | typeof ProcessBusinessUserGroupList | typeof ProcessUserGroupCreation | typeof ProcessBusinessUserNotificationPreferenceList | typeof ProcessChoiceListData | typeof
|
|
476
|
+
libraries: (typeof DateFn | typeof EvaluateEmailRule | typeof ProcessEmailNotification | typeof SendEmailNotification | typeof SendFcmNotification | typeof SendGchatMessageNotification | typeof SendGchatWebhookNotification | typeof SendSlackMessageNotification | typeof SendSlackWebhookNotification | typeof ProcessWhatsappMessage | typeof SendWhatsappMessageNotification | typeof ProcessDbFind | typeof ProcessDateFilter | typeof ProcessCommonList | typeof ProcessListingCsvFile | typeof SendWebhookRequest | typeof ProcessApplicationMenu | typeof ProcessMenuDetails | typeof ProcessApiAccountData | typeof ProcessApiAccountList | typeof ProcessBulkUploadItemList | typeof ProcessBulkUploadList | typeof ProcessWhatsappIntegration | typeof ProcessAppIntegration | typeof ProcessBusinessEmailList | typeof ProcessBusinessNotificationChannelPreferenceList | typeof ProcessBusinessPropertyData | typeof ProcessBusinessPropertyList | typeof ProcessBusinessReportList | typeof ProcessGenerateReport | typeof ExecuteBusinessScript | typeof ProcessBusinessScriptCreation | typeof ProcessBusinessScriptList | typeof ProcessBusinessUserGroupList | typeof ProcessUserGroupCreation | typeof ProcessBusinessUserNotificationPreferenceList | typeof ProcessChoiceListData | typeof ProcessChoiceTypeData | typeof ProcessChoiceTypeList | typeof ProcessSlackIntegration | typeof ProcessZohoIntegration | typeof ProcessCustomFieldList | typeof ProcessCustomFieldCreation | typeof ProcessDashboardReportData | typeof ProcessReportData | typeof ProcessCreateDashboardComponent | typeof ProcessDashboardComponent | typeof ProcessDashboardReport | typeof ProcessDownloadLogList | typeof ProcessEmailRuleData | typeof ProcessEmailRuleList | typeof SetFcmToken | typeof ProcessGroupMemberList | typeof ProcessGroupRoleList | typeof ProcessGstMappingData | typeof ProcessGstMappingList | typeof ProcessPreferenceData | typeof ProcessScheduledReportData | typeof ProcessScheduledReportList | typeof ProcessScheduledReportItemList | typeof CreateUserBusinessSecret | typeof ProcessUserNotificationList | typeof ProcessRevokeSlackIntegration | typeof ProcessRevokeZohoIntegration | typeof ProcessBusinessFeatureAddition | typeof ProcessBusinessFeatureDeletion | typeof ProcessBusinessGroupRoleUpdation | typeof ProcessInternalNotification | typeof ProcessBusinessUserRoleUpdate | typeof ProcessFeatureMenuAddition | typeof ProcessFeatureMenuDeletion | typeof ProcessGmailMessage | typeof ProcessGroupMemberUpdation | typeof SyncBusinessUserRole | typeof CommonTagController | typeof ProcessConversationData | typeof ConversationController | typeof ProcessBusinessScriptData | typeof ValidateCustomFieldData | typeof ProcessCommonCustomField | typeof ProcessNotification | typeof ProcessSlackMessage | typeof ProcessTestList)[];
|
|
476
477
|
middlewares: (typeof BusinessMiddleware | typeof ExternalAccessMiddleware | typeof UserBusinessAccessMiddleware)[];
|
|
477
478
|
services: (typeof SendEmailService | typeof GchatService | typeof SlackService | typeof WhatsappService | typeof NotificationService | typeof SlabsService | typeof UtilityService | typeof AccessBusinessService | typeof ListingService | typeof CustomFieldService | typeof WebhookService | typeof BusinessEmailService | typeof GmailIntegrationService | typeof BusinessScriptService | typeof AuditLogService | typeof AccessReportService | typeof PlatformService | typeof ListingPreferenceService | typeof ScheduledReportService | typeof BusinessUserRoleService | typeof ApiAccountService | typeof UserBusinessAccessService | typeof AppIntegrationService | typeof BusinessPreferenceService | typeof BusinessPropertyService | typeof Es6JobsService | typeof Es6Service | typeof GptService | typeof LoadEntityService | typeof RequestLogService | typeof UserNotificationService | typeof UserPreferenceService)[];
|
|
478
479
|
subscribers: (typeof ApiAccountSubscriber | typeof AppIntegrationSubscriber | typeof BusinessAppIntegrationCredentialSubscriber | typeof BusinessAppIntegrationMessagesSubscriber | typeof BusinessAppIntegrationSubscriber | typeof BusinessDownloadableReportSubscriber | typeof BusinessEmailSubscriber | typeof BusinessFeatureSubscriber | typeof BusinessGroupRoleSubscriber | typeof BusinessMenuSubscriber | typeof BusinessPreferenceSubscriber | typeof BusinessPropertySubscriber | typeof BusinessReportSubscriber | typeof BusinessScriptSubscriber | typeof BusinessUserGroupSubscriber | typeof BusinessUserNotificationPreferenceSubscriber | typeof BusinessUserRoleSubscriber | typeof BusinessUserSubscriber | typeof BusinessWebhookSubscriber | typeof BzNotificationChannelPreferenceSubscriber | typeof ChildMenuSubscriber | typeof ChoiceListSubscriber | typeof ChoiceTypeSubscriber | typeof ConversationSubscriber | typeof CustomFieldSubscriber | typeof CustomReportSubscriber | typeof DashboardComponentSubscriber | typeof DashboardSubscriber | typeof DownloadLogSubscriber | typeof EmailAttachmentSubscriber | typeof EmailMessageSubscriber | typeof EmailRecipientSubscriber | typeof EmailRuleSubscriber | typeof EmailStyleSubscriber | typeof EmailTemplateLogSubscriber | typeof EmailTemplateRecipientSubscriber | typeof ExecutionLogSubscriber | typeof FcmMessageSubscriber | typeof FcmNotificationSubscriber | typeof FcmTemplateSubscriber | typeof FcmTokenSubscriber | typeof FeatureMenuSubscriber | typeof FeatureSubscriber | typeof GchatMessageSubscriber | typeof GchatTemplateSubscriber | typeof GchatUserSubscriber | typeof GchatWebhookMessageSubscriber | typeof GchatWebhookSubscriber | typeof GroupMemberSubscriber | typeof GroupRoleSubscriber | typeof GstMappingSubscriber | typeof ListPreferenceSubscriber | typeof ListingColumnSubscriber | typeof ListingPageSubscriber | typeof ListingPreferenceSubscriber | typeof LockScriptSubscriber | typeof MenuActionSubscriber | typeof MenuRoleSubscriber | typeof MenuSubscriber | typeof ModuleMenuSubscriber | typeof ModuleSubscriber | typeof OnholdDocumentSubscriber | typeof PreferenceUserGroupSubscriber | typeof PreferenceUserSubscriber | typeof ProductSubscriber | typeof ReportLogSubscriber | typeof RequestLogSubscriber | typeof RoleGroupSubscriber | typeof ScheduledReportEmailSubscriber | typeof ScheduledReportItemSubscriber | typeof ScheduledReportSubscriber | typeof SlackIntegrationSubscriber | typeof SlackMessageSubscriber | typeof SlackTemplateSubscriber | typeof SlackUserSubscriber | typeof SlackWebhookMessageSubscriber | typeof SlackWebhookSubscriber | typeof UiActionRoleSubscriber | typeof UiActionSubscriber | typeof UserBusinessSecretSubscriber | typeof UserNotificationSubscriber | typeof UserPreferenceSubscriber | typeof UserRoleSubscriber | typeof WatchlistAssignmentSubscriber | typeof WebhookEventSubscriber | typeof WebhookLogSubscriber | typeof WebhookSlugSubscriber | typeof WebhookTypeSubscriber | typeof WhatsappMessageSubscriber | typeof WhatsappTemplateSubscriber | typeof WhitelistedWhatsappNumberSubscriber)[];
|
|
@@ -261,6 +261,7 @@ const fcm_message_entity_1 = require("./entities/fcm.message.entity");
|
|
|
261
261
|
const fcm_token_entity_1 = require("./entities/fcm.token.entity");
|
|
262
262
|
const feature_entity_1 = require("./entities/feature.entity");
|
|
263
263
|
const feature_menu_entity_1 = require("./entities/feature.menu.entity");
|
|
264
|
+
const finnoto_user_entity_1 = require("./entities/finnoto.user.entity");
|
|
264
265
|
const gchat_message_entity_1 = require("./entities/gchat.message.entity");
|
|
265
266
|
const gchat_template_entity_1 = require("./entities/gchat.template.entity");
|
|
266
267
|
const gchat_user_entity_1 = require("./entities/gchat.user.entity");
|
|
@@ -899,6 +900,7 @@ const es6Classes = {
|
|
|
899
900
|
fcm_token_entity_1.FcmTokenEntity,
|
|
900
901
|
feature_entity_1.FeatureEntity,
|
|
901
902
|
feature_menu_entity_1.FeatureMenuEntity,
|
|
903
|
+
finnoto_user_entity_1.FinnotoUserEntity,
|
|
902
904
|
gchat_message_entity_1.GchatMessageEntity,
|
|
903
905
|
gchat_template_entity_1.GchatTemplateEntity,
|
|
904
906
|
gchat_user_entity_1.GchatUserEntity,
|