@servicelabsco/slabs-access-manager 0.1.131 → 0.1.133
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.app.integration.controller.d.ts +23 -0
- package/dist/access/controllers/business.app.integration.controller.js +146 -0
- package/dist/access/controllers/business.app.integration.controller.js.map +1 -0
- package/dist/access/controllers/common.webhook.controller.d.ts +12 -0
- package/dist/access/controllers/common.webhook.controller.js +62 -0
- package/dist/access/controllers/common.webhook.controller.js.map +1 -0
- package/dist/access/controllers/index.d.ts +2 -0
- package/dist/access/controllers/index.js +2 -0
- package/dist/access/controllers/index.js.map +1 -1
- package/dist/access/dtos/add.business.app.integration.dto.d.ts +4 -0
- package/dist/access/dtos/add.business.app.integration.dto.js +30 -0
- package/dist/access/dtos/add.business.app.integration.dto.js.map +1 -0
- package/dist/access/dtos/app.integration.attributes.dto.d.ts +3 -0
- package/dist/access/dtos/app.integration.attributes.dto.js +8 -0
- package/dist/access/dtos/app.integration.attributes.dto.js.map +1 -0
- package/dist/access/dtos/business.app.integration.attributes.dto.d.ts +3 -0
- package/dist/access/dtos/business.app.integration.attributes.dto.js +8 -0
- package/dist/access/dtos/business.app.integration.attributes.dto.js.map +1 -0
- package/dist/access/dtos/business.app.integration.credential.attributes.dto.d.ts +3 -0
- package/dist/access/dtos/business.app.integration.credential.attributes.dto.js +8 -0
- package/dist/access/dtos/business.app.integration.credential.attributes.dto.js.map +1 -0
- package/dist/access/dtos/index.d.ts +5 -0
- package/dist/access/dtos/index.js +5 -0
- package/dist/access/dtos/index.js.map +1 -1
- package/dist/access/dtos/slack.message.data.dto.d.ts +10 -0
- package/dist/access/dtos/slack.message.data.dto.js +7 -0
- package/dist/access/dtos/slack.message.data.dto.js.map +1 -0
- package/dist/access/entities/app.integration.entity.d.ts +11 -0
- package/dist/access/entities/app.integration.entity.js +50 -0
- package/dist/access/entities/app.integration.entity.js.map +1 -0
- package/dist/access/entities/business.app.integration.credential.entity.d.ts +11 -0
- package/dist/access/entities/business.app.integration.credential.entity.js +48 -0
- package/dist/access/entities/business.app.integration.credential.entity.js.map +1 -0
- package/dist/access/entities/business.app.integration.entity.d.ts +14 -0
- package/dist/access/entities/business.app.integration.entity.js +58 -0
- package/dist/access/entities/business.app.integration.entity.js.map +1 -0
- package/dist/access/entities/index.d.ts +3 -0
- package/dist/access/entities/index.js +3 -0
- package/dist/access/entities/index.js.map +1 -1
- package/dist/access/es6.classes.d.ts +21 -8
- package/dist/access/es6.classes.js +38 -6
- package/dist/access/es6.classes.js.map +1 -1
- package/dist/access/jobs/app.integration.job.d.ts +7 -0
- package/dist/access/jobs/app.integration.job.js +29 -0
- package/dist/access/jobs/app.integration.job.js.map +1 -0
- package/dist/access/jobs/business.app.integration.credential.job.d.ts +7 -0
- package/dist/access/jobs/business.app.integration.credential.job.js +29 -0
- package/dist/access/jobs/business.app.integration.credential.job.js.map +1 -0
- package/dist/access/jobs/business.app.integration.job.d.ts +10 -0
- package/dist/access/jobs/business.app.integration.job.js +58 -0
- package/dist/access/jobs/business.app.integration.job.js.map +1 -0
- package/dist/access/jobs/index.d.ts +3 -0
- package/dist/access/jobs/index.js +3 -0
- package/dist/access/jobs/index.js.map +1 -1
- package/dist/access/libraries/index.d.ts +3 -0
- package/dist/access/libraries/index.js +3 -0
- package/dist/access/libraries/index.js.map +1 -1
- package/dist/access/libraries/process.slack.integration.d.ts +18 -0
- package/dist/access/libraries/process.slack.integration.js +107 -0
- package/dist/access/libraries/process.slack.integration.js.map +1 -0
- package/dist/access/libraries/process.slack.message.d.ts +16 -0
- package/dist/access/libraries/process.slack.message.js +81 -0
- package/dist/access/libraries/process.slack.message.js.map +1 -0
- package/dist/access/libraries/process.whatsapp.integration.d.ts +8 -0
- package/dist/access/libraries/process.whatsapp.integration.js +34 -0
- package/dist/access/libraries/process.whatsapp.integration.js.map +1 -0
- package/dist/access/services/es6.jobs.service.d.ts +7 -1
- package/dist/access/services/es6.jobs.service.js +13 -1
- package/dist/access/services/es6.jobs.service.js.map +1 -1
- package/dist/access/subscribers/app.integration.subscriber.d.ts +10 -0
- package/dist/access/subscribers/app.integration.subscriber.js +34 -0
- package/dist/access/subscribers/app.integration.subscriber.js.map +1 -0
- package/dist/access/subscribers/business.app.integration.credential.subscriber.d.ts +10 -0
- package/dist/access/subscribers/business.app.integration.credential.subscriber.js +34 -0
- package/dist/access/subscribers/business.app.integration.credential.subscriber.js.map +1 -0
- package/dist/access/subscribers/business.app.integration.subscriber.d.ts +10 -0
- package/dist/access/subscribers/business.app.integration.subscriber.js +34 -0
- package/dist/access/subscribers/business.app.integration.subscriber.js.map +1 -0
- package/dist/access/subscribers/index.d.ts +3 -0
- package/dist/access/subscribers/index.js +3 -0
- package/dist/access/subscribers/index.js.map +1 -1
- package/dist/accessUtility/dtos/index.d.ts +2 -0
- package/dist/accessUtility/dtos/index.js +2 -0
- package/dist/accessUtility/dtos/index.js.map +1 -1
- package/dist/accessUtility/dtos/pdf.document.attributes.dto.d.ts +5 -0
- package/dist/accessUtility/dtos/pdf.document.attributes.dto.js +8 -0
- package/dist/accessUtility/dtos/pdf.document.attributes.dto.js.map +1 -0
- package/dist/accessUtility/dtos/pdf.document.data.dto.d.ts +7 -0
- package/dist/accessUtility/dtos/pdf.document.data.dto.js +7 -0
- package/dist/accessUtility/dtos/pdf.document.data.dto.js.map +1 -0
- package/dist/accessUtility/entities/index.d.ts +2 -0
- package/dist/accessUtility/entities/index.js +2 -0
- package/dist/accessUtility/entities/index.js.map +1 -1
- package/dist/accessUtility/entities/pdf.documents.entity.d.ts +14 -0
- package/dist/accessUtility/entities/pdf.documents.entity.js +58 -0
- package/dist/accessUtility/entities/pdf.documents.entity.js.map +1 -0
- package/dist/accessUtility/entities/pdf.templates.entity.d.ts +9 -0
- package/dist/accessUtility/entities/pdf.templates.entity.js +46 -0
- package/dist/accessUtility/entities/pdf.templates.entity.js.map +1 -0
- package/dist/accessUtility/es6.classes.d.ts +18 -8
- package/dist/accessUtility/es6.classes.js +33 -3
- package/dist/accessUtility/es6.classes.js.map +1 -1
- package/dist/accessUtility/jobs/index.d.ts +1 -0
- package/dist/accessUtility/jobs/index.js +1 -0
- package/dist/accessUtility/jobs/index.js.map +1 -1
- package/dist/accessUtility/jobs/pdfDocument.job.d.ts +7 -0
- package/dist/accessUtility/jobs/pdfDocument.job.js +29 -0
- package/dist/accessUtility/jobs/pdfDocument.job.js.map +1 -0
- package/dist/accessUtility/libraries/index.d.ts +1 -0
- package/dist/accessUtility/libraries/index.js +1 -0
- package/dist/accessUtility/libraries/index.js.map +1 -1
- package/dist/accessUtility/libraries/process.pdf.document.d.ts +18 -0
- package/dist/accessUtility/libraries/process.pdf.document.js +67 -0
- package/dist/accessUtility/libraries/process.pdf.document.js.map +1 -0
- package/dist/accessUtility/services/es6.jobs.service.d.ts +3 -1
- package/dist/accessUtility/services/es6.jobs.service.js +5 -1
- package/dist/accessUtility/services/es6.jobs.service.js.map +1 -1
- package/dist/accessUtility/services/file.upload.service.d.ts +9 -0
- package/dist/accessUtility/services/file.upload.service.js +49 -0
- package/dist/accessUtility/services/file.upload.service.js.map +1 -0
- package/dist/accessUtility/services/index.d.ts +3 -1
- package/dist/accessUtility/services/index.js +3 -1
- package/dist/accessUtility/services/index.js.map +1 -1
- package/dist/accessUtility/services/lambda.service.d.ts +10 -0
- package/dist/accessUtility/services/lambda.service.js +55 -0
- package/dist/accessUtility/services/lambda.service.js.map +1 -0
- package/dist/accessUtility/services/pdf.document.service.d.ts +6 -0
- package/dist/accessUtility/services/pdf.document.service.js +33 -0
- package/dist/accessUtility/services/pdf.document.service.js.map +1 -0
- package/dist/accessUtility/subscribers/index.d.ts +1 -0
- package/dist/accessUtility/subscribers/index.js +1 -0
- package/dist/accessUtility/subscribers/index.js.map +1 -1
- package/dist/accessUtility/subscribers/pdf.document.subscriber.d.ts +10 -0
- package/dist/accessUtility/subscribers/pdf.document.subscriber.js +18 -0
- package/dist/accessUtility/subscribers/pdf.document.subscriber.js.map +1 -0
- package/dist/config/entity.constants.d.ts +13 -3
- package/dist/config/entity.constants.js +13 -3
- package/dist/config/entity.constants.js.map +1 -1
- package/dist/config/integration.type.constant.d.ts +6 -0
- package/dist/config/integration.type.constant.js +10 -0
- package/dist/config/integration.type.constant.js.map +1 -0
- package/dist/migrations/1707715461866-CreateUtlPdfTemplateTable.d.ts +5 -0
- package/dist/migrations/1707715461866-CreateUtlPdfTemplateTable.js +21 -0
- package/dist/migrations/1707715461866-CreateUtlPdfTemplateTable.js.map +1 -0
- package/dist/migrations/1707715461876-CreateUtlPdfDocumentsTable.d.ts +5 -0
- package/dist/migrations/1707715461876-CreateUtlPdfDocumentsTable.js +21 -0
- package/dist/migrations/1707715461876-CreateUtlPdfDocumentsTable.js.map +1 -0
- package/dist/migrations/1711015530235-CreateAppIntegrationTable.d.ts +5 -0
- package/dist/migrations/1711015530235-CreateAppIntegrationTable.js +23 -0
- package/dist/migrations/1711015530235-CreateAppIntegrationTable.js.map +1 -0
- package/dist/migrations/1711016228760-CreateBusinessAppIntegrationTable.d.ts +5 -0
- package/dist/migrations/1711016228760-CreateBusinessAppIntegrationTable.js +22 -0
- package/dist/migrations/1711016228760-CreateBusinessAppIntegrationTable.js.map +1 -0
- package/dist/migrations/1711083268259-CreateBusinessAppIntegrationCredentialTable.d.ts +5 -0
- package/dist/migrations/1711083268259-CreateBusinessAppIntegrationCredentialTable.js +21 -0
- package/dist/migrations/1711083268259-CreateBusinessAppIntegrationCredentialTable.js.map +1 -0
- package/package.json +2 -1
- package/dist/accessUtility/services/test.access.service.d.ts +0 -2
- package/dist/accessUtility/services/test.access.service.js +0 -17
- package/dist/accessUtility/services/test.access.service.js.map +0 -1
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { CommonEntity } from '@servicelabsco/nestjs-utility-services';
|
|
2
|
+
import { BusinessAppIntegrationAttributesDto } from '../dtos/business.app.integration.attributes.dto';
|
|
3
|
+
import { AppIntegrationEntity } from './app.integration.entity';
|
|
4
|
+
import { AccessBusinessEntity } from './access.business.entity';
|
|
5
|
+
export declare class BusinessAppIntegrationEntity extends CommonEntity {
|
|
6
|
+
business_id: number;
|
|
7
|
+
integration_id: number;
|
|
8
|
+
name: string;
|
|
9
|
+
description: string;
|
|
10
|
+
active: boolean;
|
|
11
|
+
attributes: BusinessAppIntegrationAttributesDto;
|
|
12
|
+
business: AccessBusinessEntity;
|
|
13
|
+
integration: AppIntegrationEntity;
|
|
14
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
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.BusinessAppIntegrationEntity = void 0;
|
|
13
|
+
const typeorm_1 = require("typeorm");
|
|
14
|
+
const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
|
|
15
|
+
const business_app_integration_attributes_dto_1 = require("../dtos/business.app.integration.attributes.dto");
|
|
16
|
+
const app_integration_entity_1 = require("./app.integration.entity");
|
|
17
|
+
const access_business_entity_1 = require("./access.business.entity");
|
|
18
|
+
let BusinessAppIntegrationEntity = class BusinessAppIntegrationEntity extends nestjs_utility_services_1.CommonEntity {
|
|
19
|
+
};
|
|
20
|
+
exports.BusinessAppIntegrationEntity = BusinessAppIntegrationEntity;
|
|
21
|
+
__decorate([
|
|
22
|
+
(0, typeorm_1.Column)(),
|
|
23
|
+
__metadata("design:type", Number)
|
|
24
|
+
], BusinessAppIntegrationEntity.prototype, "business_id", void 0);
|
|
25
|
+
__decorate([
|
|
26
|
+
(0, typeorm_1.Column)(),
|
|
27
|
+
__metadata("design:type", Number)
|
|
28
|
+
], BusinessAppIntegrationEntity.prototype, "integration_id", void 0);
|
|
29
|
+
__decorate([
|
|
30
|
+
(0, typeorm_1.Column)(),
|
|
31
|
+
__metadata("design:type", String)
|
|
32
|
+
], BusinessAppIntegrationEntity.prototype, "name", void 0);
|
|
33
|
+
__decorate([
|
|
34
|
+
(0, typeorm_1.Column)(),
|
|
35
|
+
__metadata("design:type", String)
|
|
36
|
+
], BusinessAppIntegrationEntity.prototype, "description", void 0);
|
|
37
|
+
__decorate([
|
|
38
|
+
(0, typeorm_1.Column)(),
|
|
39
|
+
__metadata("design:type", Boolean)
|
|
40
|
+
], BusinessAppIntegrationEntity.prototype, "active", void 0);
|
|
41
|
+
__decorate([
|
|
42
|
+
(0, typeorm_1.Column)('json'),
|
|
43
|
+
__metadata("design:type", business_app_integration_attributes_dto_1.BusinessAppIntegrationAttributesDto)
|
|
44
|
+
], BusinessAppIntegrationEntity.prototype, "attributes", void 0);
|
|
45
|
+
__decorate([
|
|
46
|
+
(0, typeorm_1.ManyToOne)(() => access_business_entity_1.AccessBusinessEntity),
|
|
47
|
+
(0, typeorm_1.JoinColumn)({ name: 'business_id' }),
|
|
48
|
+
__metadata("design:type", access_business_entity_1.AccessBusinessEntity)
|
|
49
|
+
], BusinessAppIntegrationEntity.prototype, "business", void 0);
|
|
50
|
+
__decorate([
|
|
51
|
+
(0, typeorm_1.ManyToOne)(() => app_integration_entity_1.AppIntegrationEntity),
|
|
52
|
+
(0, typeorm_1.JoinColumn)({ name: 'integration_id' }),
|
|
53
|
+
__metadata("design:type", app_integration_entity_1.AppIntegrationEntity)
|
|
54
|
+
], BusinessAppIntegrationEntity.prototype, "integration", void 0);
|
|
55
|
+
exports.BusinessAppIntegrationEntity = BusinessAppIntegrationEntity = __decorate([
|
|
56
|
+
(0, typeorm_1.Entity)('bz_app_integrations')
|
|
57
|
+
], BusinessAppIntegrationEntity);
|
|
58
|
+
//# sourceMappingURL=business.app.integration.entity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"business.app.integration.entity.js","sourceRoot":"","sources":["../../../src/access/entities/business.app.integration.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAgE;AAChE,oFAAsE;AACtE,6GAAsG;AACtG,qEAAgE;AAChE,qEAAgE;AASzD,IAAM,4BAA4B,GAAlC,MAAM,4BAA6B,SAAQ,sCAAY;CAsB7D,CAAA;AAtBY,oEAA4B;AAErC;IADC,IAAA,gBAAM,GAAE;;iEACW;AAGpB;IADC,IAAA,gBAAM,GAAE;;oEACc;AAGvB;IADC,IAAA,gBAAM,GAAE;;0DACI;AAGb;IADC,IAAA,gBAAM,GAAE;;iEACW;AAGpB;IADC,IAAA,gBAAM,GAAE;;4DACO;AAGhB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;8BACH,6EAAmC;gEAAC;AAG4B;IAA3E,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,6CAAoB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,aAAa,EAAE,CAAC;8BAAW,6CAAoB;8DAAC;AAC5B;IAA9E,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,6CAAoB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,gBAAgB,EAAE,CAAC;8BAAc,6CAAoB;iEAAC;uCArBxG,4BAA4B;IADxC,IAAA,gBAAM,EAAC,qBAAqB,CAAC;GACjB,4BAA4B,CAsBxC"}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
export * from './access.business.entity';
|
|
2
2
|
export * from './api.account.entity';
|
|
3
|
+
export * from './app.integration.entity';
|
|
4
|
+
export * from './business.app.integration.credential.entity';
|
|
5
|
+
export * from './business.app.integration.entity';
|
|
3
6
|
export * from './business.email.entity';
|
|
4
7
|
export * from './business.group.role.entity';
|
|
5
8
|
export * from './business.preference.entity';
|
|
@@ -16,6 +16,9 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./access.business.entity"), exports);
|
|
18
18
|
__exportStar(require("./api.account.entity"), exports);
|
|
19
|
+
__exportStar(require("./app.integration.entity"), exports);
|
|
20
|
+
__exportStar(require("./business.app.integration.credential.entity"), exports);
|
|
21
|
+
__exportStar(require("./business.app.integration.entity"), exports);
|
|
19
22
|
__exportStar(require("./business.email.entity"), exports);
|
|
20
23
|
__exportStar(require("./business.group.role.entity"), exports);
|
|
21
24
|
__exportStar(require("./business.preference.entity"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/access/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2DAAyC;AAAA,uDAAqC;AAAA,0DAAwC;AAAA,+DAA6C;AAAA,+DAA6C;AAAA,yDAAuC;AAAA,+DAA6C;AAAA,8DAA4C;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,uDAAqC;AAAA,qDAAmC;AAAA,yDAAuC;AAAA,0DAAwC;AAAA,sDAAoC;AAAA,yDAAuC;AAAA,iEAA+C;AAAA,wDAAsC;AAAA,sDAAoC;AAAA,2DAAyC;AAAA,0DAAwC;AAAA,wDAAsC;AAAA,8DAA4C;AAAA,uDAAqC;AAAA,gDAA8B;AAAA,qDAAmC;AAAA,kDAAgC;AAAA,uDAAqC;AAAA,2DAAyC;AAAA,iEAA+C;AAAA,mDAAiC;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,6DAA2C;AAAA,2DAAyC;AAAA,qDAAmC;AAAA,gEAA8C;AAAA,wDAAsC;AAAA,wDAAsC;AAAA,4DAA0C;AAAA,+DAA6C;AAAA,6DAA0C"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/access/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2DAAyC;AAAA,uDAAqC;AAAA,2DAAyC;AAAA,+EAA6D;AAAA,oEAAkD;AAAA,0DAAwC;AAAA,+DAA6C;AAAA,+DAA6C;AAAA,yDAAuC;AAAA,+DAA6C;AAAA,8DAA4C;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,uDAAqC;AAAA,qDAAmC;AAAA,yDAAuC;AAAA,0DAAwC;AAAA,sDAAoC;AAAA,yDAAuC;AAAA,iEAA+C;AAAA,wDAAsC;AAAA,sDAAoC;AAAA,2DAAyC;AAAA,0DAAwC;AAAA,wDAAsC;AAAA,8DAA4C;AAAA,uDAAqC;AAAA,gDAA8B;AAAA,qDAAmC;AAAA,kDAAgC;AAAA,uDAAqC;AAAA,2DAAyC;AAAA,iEAA+C;AAAA,mDAAiC;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,6DAA2C;AAAA,2DAAyC;AAAA,qDAAmC;AAAA,gEAA8C;AAAA,wDAAsC;AAAA,wDAAsC;AAAA,4DAA0C;AAAA,+DAA6C;AAAA,6DAA0C"}
|
|
@@ -3,10 +3,12 @@ import { AccessMenuController } from './controllers/access.menu.controller';
|
|
|
3
3
|
import { ApiAccountController } from './controllers/api.account.controller';
|
|
4
4
|
import { BulkUploadController } from './controllers/bulk.upload.controller';
|
|
5
5
|
import { BulkUploadItemController } from './controllers/bulk.upload.item.controller';
|
|
6
|
+
import { BusinessAppIntegrationController } from './controllers/business.app.integration.controller';
|
|
6
7
|
import { BusinessPreferenceController } from './controllers/business.preference.controller';
|
|
7
8
|
import { BusinessUserGroupController } from './controllers/business.user.group.controller';
|
|
8
9
|
import { ChoiceListController } from './controllers/choice.list.controller';
|
|
9
10
|
import { ChoiceTypeController } from './controllers/choice.type.controller';
|
|
11
|
+
import { CommonWebhookController } from './controllers/common.webhook.controller';
|
|
10
12
|
import { CustomFieldController } from './controllers/custom.field.controller';
|
|
11
13
|
import { DashboardBuilderController } from './controllers/dashboard.builder.controller';
|
|
12
14
|
import { DashboardComponentController } from './controllers/dashboard.component.controller';
|
|
@@ -25,6 +27,7 @@ import { TagController } from './controllers/tag.controller';
|
|
|
25
27
|
import { UserNotificationController } from './controllers/user.notification.controller';
|
|
26
28
|
import { UserPreferenceController } from './controllers/user.preference.controller';
|
|
27
29
|
import { AccessBusinessParamDto } from './dtos/access.business.param.dto';
|
|
30
|
+
import { AddBusinessAppIntegrationDto } from './dtos/add.business.app.integration.dto';
|
|
28
31
|
import { AddBusinessPreferenceDto } from './dtos/add.business.preference.dto';
|
|
29
32
|
import { AddConversationDto } from './dtos/add.conversation.dto';
|
|
30
33
|
import { AddDashboardComponentDto } from './dtos/add.dashboard.component.dto';
|
|
@@ -41,7 +44,7 @@ import { DateFilterDto } from './dtos/date.filter.dto';
|
|
|
41
44
|
import { DateRangeFilterDto } from './dtos/date.range.filter.dto';
|
|
42
45
|
import { DbFindDto } from './dtos/db.find.dto';
|
|
43
46
|
import { EditQueryDto } from './dtos/edit.query.dto';
|
|
44
|
-
import {
|
|
47
|
+
import { FcmTemplateAttributesDto } from './dtos/fcm.template.attributes.dto';
|
|
45
48
|
import { GchatPostingPayloadDto } from './dtos/gchat.posting.payload.dto';
|
|
46
49
|
import { GetScriptValuesDto } from './dtos/get.script.values.dto';
|
|
47
50
|
import { ListResponseDto } from './dtos/list.response.dto';
|
|
@@ -55,9 +58,11 @@ import { RecurringDefinitionDto } from './dtos/recurring.definition.dto';
|
|
|
55
58
|
import { SendEmailNotificationDataDto } from './dtos/send.email.notification.data.dto';
|
|
56
59
|
import { ServerEmailMessageDto } from './dtos/server.email.message.dto';
|
|
57
60
|
import { ServerEmailRecipientsDto } from './dtos/server.email.recipients.dto';
|
|
61
|
+
import { SlackMessageDataDto } from './dtos/slack.message.data.dto';
|
|
58
62
|
import { StringSearchDto } from './dtos/string.search.dto';
|
|
59
63
|
import { TokenPayloadDto } from './dtos/token.payload.dto';
|
|
60
64
|
import { AccessBusinessEntity } from './entities/access.business.entity';
|
|
65
|
+
import { BusinessAppIntegrationCredentialEntity } from './entities/business.app.integration.credential.entity';
|
|
61
66
|
import { BusinessEmailEntity } from './entities/business.email.entity';
|
|
62
67
|
import { BusinessGroupRoleEntity } from './entities/business.group.role.entity';
|
|
63
68
|
import { BusinessUserEntity } from './entities/business.user.entity';
|
|
@@ -69,7 +74,6 @@ import { DownloadLogEntity } from './entities/download.log.entity';
|
|
|
69
74
|
import { EmailMessageEntity } from './entities/email.message.entity';
|
|
70
75
|
import { EmailRecipientEntity } from './entities/email.recipient.entity';
|
|
71
76
|
import { FcmMessageEntity } from './entities/fcm.message.entity';
|
|
72
|
-
import { FcmNotificationEntity } from '../accessUtility/entities/fcm.notification.entity';
|
|
73
77
|
import { FcmTokenEntity } from './entities/fcm.token.entity';
|
|
74
78
|
import { GchatMessageEntity } from './entities/gchat.message.entity';
|
|
75
79
|
import { GchatUserEntity } from './entities/gchat.user.entity';
|
|
@@ -103,6 +107,9 @@ import { PlatformTypeEnum } from './enums/platform.type.enum';
|
|
|
103
107
|
import { RecurringPeriodEnum } from './enums/recurring.period.enum';
|
|
104
108
|
import { AccessTestJob } from './jobs/access.test.job';
|
|
105
109
|
import { ApiAccountJob } from './jobs/api.account.job';
|
|
110
|
+
import { AppIntegrationJob } from './jobs/app.integration.job';
|
|
111
|
+
import { BusinessAppIntegrationCredentialJob } from './jobs/business.app.integration.credential.job';
|
|
112
|
+
import { BusinessAppIntegrationJob } from './jobs/business.app.integration.job';
|
|
106
113
|
import { BusinessEmailJob } from './jobs/business.email.job';
|
|
107
114
|
import { BusinessGroupRoleJob } from './jobs/business.group.role.job';
|
|
108
115
|
import { BusinessPreferenceJob } from './jobs/business.preference.job';
|
|
@@ -206,9 +213,12 @@ import { ProcessReportData } from './libraries/process.report.data';
|
|
|
206
213
|
import { ProcessScheduledReportData } from './libraries/process.scheduled.report.data';
|
|
207
214
|
import { ProcessScheduledReportItemList } from './libraries/process.scheduled.report.item.list';
|
|
208
215
|
import { ProcessScheduledReportList } from './libraries/process.scheduled.report.list';
|
|
216
|
+
import { ProcessSlackIntegration } from './libraries/process.slack.integration';
|
|
217
|
+
import { ProcessSlackMessage } from './libraries/process.slack.message';
|
|
209
218
|
import { ProcessTestList } from './libraries/process.test.list';
|
|
210
219
|
import { ProcessUserGroupCreation } from './libraries/process.user.group.creation';
|
|
211
220
|
import { ProcessUserNotificationList } from './libraries/process.user.notification.list';
|
|
221
|
+
import { ProcessWhatsappIntegration } from './libraries/process.whatsapp.integration';
|
|
212
222
|
import { SendEmailNotification } from './libraries/send.email.notification';
|
|
213
223
|
import { SendFcmNotification } from './libraries/send.fcm.notification';
|
|
214
224
|
import { SendGchatMessageNotification } from './libraries/send.gchat.message.notification';
|
|
@@ -245,6 +255,9 @@ import { UtilityService } from './services/utility.service';
|
|
|
245
255
|
import { WebhookService } from './services/webhook.service';
|
|
246
256
|
import { WhatsappService } from './services/whatsapp.service';
|
|
247
257
|
import { ApiAccountSubscriber } from './subscribers/api.account.subscriber';
|
|
258
|
+
import { AppIntegrationSubscriber } from './subscribers/app.integration.subscriber';
|
|
259
|
+
import { BusinessAppIntegrationCredentialSubscriber } from './subscribers/business.app.integration.credential.subscriber';
|
|
260
|
+
import { BusinessAppIntegrationSubscriber } from './subscribers/business.app.integration.subscriber';
|
|
248
261
|
import { BusinessEmailSubscriber } from './subscribers/business.email.subscriber';
|
|
249
262
|
import { BusinessGroupRoleSubscriber } from './subscribers/business.group.role.subscriber';
|
|
250
263
|
import { BusinessPreferenceSubscriber } from './subscribers/business.preference.subscriber';
|
|
@@ -308,14 +321,14 @@ import { WhatsappMessageSubscriber } from './subscribers/whatsapp.message.subscr
|
|
|
308
321
|
import { WhatsappTemplateSubscriber } from './subscribers/whatsapp.template.subscriber';
|
|
309
322
|
declare const es6Classes: {
|
|
310
323
|
commands: (typeof WebhookPollCommand)[];
|
|
311
|
-
controllers: (typeof AccessMenuController | typeof ApiAccountController | typeof BulkUploadController | typeof BulkUploadItemController | typeof BusinessPreferenceController | typeof BusinessUserGroupController | typeof ChoiceListController | typeof ChoiceTypeController | typeof CustomFieldController | typeof DashboardBuilderController | typeof DashboardComponentController | typeof DashboardController | typeof DashboardReportController | typeof DeveloperModeController | typeof DownloadLogController | typeof FcmTokenController | typeof GroupMemberController | typeof GroupRoleController | typeof ListingController | typeof ListingPreferenceController | typeof ScheduledReportController | typeof ScheduledReportItemController | typeof TagController | typeof UserNotificationController | typeof UserPreferenceController)[];
|
|
312
|
-
dtos: (typeof
|
|
313
|
-
entities: (typeof
|
|
324
|
+
controllers: (typeof AccessMenuController | typeof ApiAccountController | typeof BulkUploadController | typeof BulkUploadItemController | typeof BusinessAppIntegrationController | typeof BusinessPreferenceController | typeof BusinessUserGroupController | typeof ChoiceListController | typeof ChoiceTypeController | typeof CommonWebhookController | typeof CustomFieldController | typeof DashboardBuilderController | typeof DashboardComponentController | typeof DashboardController | typeof DashboardReportController | typeof DeveloperModeController | typeof DownloadLogController | typeof FcmTokenController | typeof GroupMemberController | typeof GroupRoleController | typeof ListingController | typeof ListingPreferenceController | typeof ScheduledReportController | typeof ScheduledReportItemController | typeof TagController | typeof UserNotificationController | typeof UserPreferenceController)[];
|
|
325
|
+
dtos: (typeof FcmTemplateAttributesDto | typeof NotificationPayloadDto | typeof SendEmailNotificationDataDto | typeof GchatPostingPayloadDto | typeof AddShortUrlDto | typeof BankAccountPayloadDto | typeof RecurringDefinitionDto | typeof AccessBusinessParamDto | typeof DateRangeFilterDto | typeof DateFilterDto | typeof ListResponseFormatDto | typeof NumberRangeFilterDto | typeof CommonListFilterDto | typeof DbFindDto | typeof ListResponseDto | typeof AddListingPreferenceDto | typeof ProcessCommonListConfigDto | typeof AddBusinessAppIntegrationDto | typeof AddBusinessPreferenceDto | typeof ModifyCustomFieldStatusDto | typeof GetScriptValuesDto | typeof AddDashboardComponentPropertiesDto | typeof AddDashboardComponentDto | typeof StringSearchDto | typeof EditQueryDto | typeof TokenPayloadDto | typeof AddGroupMemberDto | typeof AddRoleDto | typeof AddScheduledReportDto | typeof AddConversationDto | typeof AddTagDto | typeof ProcessListingPayloadDto | typeof ServerEmailRecipientsDto | typeof ServerEmailMessageDto | typeof SlackMessageDataDto)[];
|
|
326
|
+
entities: (typeof AccessBusinessEntity | typeof BusinessUserEntity | typeof ProductEntity | typeof GchatUserEntity | typeof GchatMessageEntity | typeof GchatWebhookMessageEntity | typeof SlackIntegrationEntity | typeof SlackMessageEntity | typeof SlackUserEntity | typeof WhatsappMessageEntity | typeof WhatsappPreferenceEntity | typeof FcmMessageEntity | typeof FcmTokenEntity | typeof BusinessAppIntegrationCredentialEntity | typeof BusinessEmailEntity | typeof BusinessGroupRoleEntity | typeof GroupRoleEntity | typeof BusinessUserRoleEntity | typeof MenuRoleEntity | typeof MenuEntity | typeof UiActionRoleEntity | typeof MenuActionEntity | typeof ChildMenuEntity | typeof ConversationEntity | typeof DashboardComponentEntity | typeof DownloadLogEntity | typeof EmailRecipientEntity | typeof EmailMessageEntity | typeof GroupMemberEntity | typeof PreferenceUserEntity | typeof PreferenceUserGroupEntity | typeof ModuleMenuEntity | typeof ScheduledReportEntity | typeof ScheduledReportEmailEntity | typeof ScheduledReportItemEntity | typeof SlackWebhookMessageEntity | typeof UserNotificationEntity | typeof UserRoleEntity | typeof WatchlistAssignmentEntity | typeof WebhookSlugEntity)[];
|
|
314
327
|
enums: (typeof NotificationTypeEnum | typeof RecurringPeriodEnum | typeof CustomColumnTypeEnum | typeof PlatformTypeEnum)[];
|
|
315
|
-
jobs: (typeof AccessTestJob | typeof ApiAccountJob | typeof BusinessEmailJob | typeof BusinessGroupRoleJob | typeof BusinessPreferenceJob | typeof BusinessUserGroupJob | typeof BusinessUserJob | typeof BusinessUserRoleJob | 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 FcmMessageJob | typeof FcmNotificationJob | typeof FcmTemplateJob | typeof FcmTokenJob | typeof GchatIncomingWebhookJob | typeof GchatMessageJob | typeof GchatTemplateJob | typeof GchatUserJob | typeof GchatWebhookJob | typeof GchatWebhookMessageJob | typeof GroupMemberJob | typeof GroupRoleJob | typeof ListPreferenceJob | typeof ListingColumnJob | typeof ListingPageJob | typeof ListingPreferenceJob | typeof MenuActionJob | typeof MenuJob | typeof MenuRoleJob | typeof ModuleJob | typeof ModuleMenuJob | typeof PreferenceUserGroupJob | typeof PreferenceUsersJob | typeof ProcessServerEmailJob | typeof ProductJob | 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 UiActionJob | typeof UiActionRoleJob | typeof UserNotificationJob | typeof UserPreferenceJob | typeof UserRoleJob | typeof WatchlistAssignmentJob | typeof WebhookSlugJob | typeof WebhookTypeJob | typeof WhatsappIncomingWebhookJob | typeof WhatsappMessageJob | typeof WhatsappTemplateJob)[];
|
|
316
|
-
libraries: (typeof ProcessEmailNotification | typeof SendEmailNotification | typeof SendGchatMessageNotification | typeof SendGchatWebhookNotification | typeof SendSlackMessageNotification | typeof SendSlackWebhookNotification | typeof SendWhatsappMessageNotification | typeof SendFcmNotification | typeof ProcessApplicationMenu | typeof ProcessMenuDetails | typeof ProcessApiAccountData | typeof ProcessListingCsvFile | typeof ProcessDateFilter | typeof ProcessCommonList | typeof ProcessApiAccountList | typeof ProcessDbFind | typeof ProcessBulkUploadList | typeof ProcessBulkUploadItemList | typeof ProcessBusinessUserGroupList | typeof ProcessUserGroupCreation | typeof ProcessChoiceListData | typeof ProcessChoiceTypeList | typeof ProcessChoiceTypeData | typeof ProcessCustomFieldList | typeof ProcessCustomFieldCreation | typeof ProcessDashboardReportData | typeof ProcessReportData | typeof ProcessCreateDashboardComponent | typeof ProcessDashboardComponent | typeof ProcessDashboardReport | typeof ProcessDownloadLogList | typeof SetFcmToken | typeof ProcessGroupMemberList | typeof ProcessGroupRoleList | typeof ProcessPreferenceData | typeof ProcessScheduledReportData | typeof ProcessScheduledReportList | typeof ProcessScheduledReportItemList | typeof ProcessUserNotificationList | typeof ProcessBusinessGroupRoleUpdation | typeof ProcessBusinessUserRoleUpdate | typeof ProcessGroupMemberUpdation | typeof SyncBusinessUserRole | typeof CommonTagController | typeof ProcessConversationData | typeof ConversationController | typeof ValidateCustomFieldData | typeof ProcessCommonCustomField | typeof ProcessNotification | typeof ProcessTestList)[];
|
|
328
|
+
jobs: (typeof AccessTestJob | typeof ApiAccountJob | typeof AppIntegrationJob | typeof BusinessAppIntegrationCredentialJob | typeof BusinessAppIntegrationJob | typeof BusinessEmailJob | typeof BusinessGroupRoleJob | typeof BusinessPreferenceJob | typeof BusinessUserGroupJob | typeof BusinessUserJob | typeof BusinessUserRoleJob | 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 FcmMessageJob | typeof FcmNotificationJob | typeof FcmTemplateJob | typeof FcmTokenJob | typeof GchatIncomingWebhookJob | typeof GchatMessageJob | typeof GchatTemplateJob | typeof GchatUserJob | typeof GchatWebhookJob | typeof GchatWebhookMessageJob | typeof GroupMemberJob | typeof GroupRoleJob | typeof ListPreferenceJob | typeof ListingColumnJob | typeof ListingPageJob | typeof ListingPreferenceJob | typeof MenuActionJob | typeof MenuJob | typeof MenuRoleJob | typeof ModuleJob | typeof ModuleMenuJob | typeof PreferenceUserGroupJob | typeof PreferenceUsersJob | typeof ProcessServerEmailJob | typeof ProductJob | 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 UiActionJob | typeof UiActionRoleJob | typeof UserNotificationJob | typeof UserPreferenceJob | typeof UserRoleJob | typeof WatchlistAssignmentJob | typeof WebhookSlugJob | typeof WebhookTypeJob | typeof WhatsappIncomingWebhookJob | typeof WhatsappMessageJob | typeof WhatsappTemplateJob)[];
|
|
329
|
+
libraries: (typeof ProcessEmailNotification | typeof SendEmailNotification | typeof SendGchatMessageNotification | typeof SendGchatWebhookNotification | typeof SendSlackMessageNotification | typeof SendSlackWebhookNotification | typeof SendWhatsappMessageNotification | typeof SendFcmNotification | typeof ProcessApplicationMenu | typeof ProcessMenuDetails | typeof ProcessApiAccountData | typeof ProcessListingCsvFile | typeof ProcessDateFilter | typeof ProcessCommonList | typeof ProcessApiAccountList | typeof ProcessDbFind | typeof ProcessBulkUploadList | typeof ProcessBulkUploadItemList | typeof ProcessWhatsappIntegration | typeof ProcessBusinessUserGroupList | typeof ProcessUserGroupCreation | typeof ProcessChoiceListData | typeof ProcessChoiceTypeList | typeof ProcessChoiceTypeData | typeof ProcessSlackIntegration | typeof ProcessCustomFieldList | typeof ProcessCustomFieldCreation | typeof ProcessDashboardReportData | typeof ProcessReportData | typeof ProcessCreateDashboardComponent | typeof ProcessDashboardComponent | typeof ProcessDashboardReport | typeof ProcessDownloadLogList | typeof SetFcmToken | typeof ProcessGroupMemberList | typeof ProcessGroupRoleList | typeof ProcessPreferenceData | typeof ProcessScheduledReportData | typeof ProcessScheduledReportList | typeof ProcessScheduledReportItemList | typeof ProcessUserNotificationList | typeof ProcessBusinessGroupRoleUpdation | typeof ProcessBusinessUserRoleUpdate | typeof ProcessGroupMemberUpdation | typeof SyncBusinessUserRole | typeof CommonTagController | typeof ProcessConversationData | typeof ConversationController | typeof ValidateCustomFieldData | typeof ProcessCommonCustomField | typeof ProcessNotification | typeof ProcessSlackMessage | typeof ProcessTestList)[];
|
|
317
330
|
middlewares: (typeof BusinessMiddleware | typeof ExternalAccessMiddleware)[];
|
|
318
331
|
services: (typeof SendEmailService | typeof GchatService | typeof SlackService | typeof WhatsappService | typeof NotificationService | typeof SlabsService | typeof WebhookService | typeof AccessBusinessService | typeof ListingService | typeof AuditLogService | typeof AccessReportService | typeof PlatformService | typeof ListingPreferenceService | typeof ScheduledReportService | typeof BusinessUserRoleService | typeof UtilityService | typeof CustomFieldService | typeof ApiAccountService | typeof BusinessPreferenceService | typeof Es6JobsService | typeof LoadEntityService | typeof UserNotificationService | typeof UserPreferenceService)[];
|
|
319
|
-
subscribers: (typeof ApiAccountSubscriber | typeof BusinessEmailSubscriber | typeof BusinessGroupRoleSubscriber | typeof BusinessPreferenceSubscriber | typeof BusinessUserGroupSubscriber | typeof BusinessUserRoleSubscriber | typeof BusinessUserSubscriber | 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 FcmMessageSubscriber | typeof FcmNotificationSubscriber | typeof FcmTemplateSubscriber | typeof FcmTokenSubscriber | typeof GchatMessageSubscriber | typeof GchatTemplateSubscriber | typeof GchatUserSubscriber | typeof GchatWebhookMessageSubscriber | typeof GchatWebhookSubscriber | typeof GroupMemberSubscriber | typeof GroupRoleSubscriber | typeof ListPreferenceSubscriber | typeof ListingColumnSubscriber | typeof ListingPageSubscriber | typeof ListingPreferenceSubscriber | typeof MenuActionSubscriber | typeof MenuRoleSubscriber | typeof MenuSubscriber | typeof ModuleMenuSubscriber | typeof ModuleSubscriber | typeof PreferenceUserGroupSubscriber | typeof PreferenceUserSubscriber | typeof ProductSubscriber | 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 UserNotificationSubscriber | typeof UserPreferenceSubscriber | typeof UserRoleSubscriber | typeof WatchlistAssignmentSubscriber | typeof WebhookSlugSubscriber | typeof WebhookTypeSubscriber | typeof WhatsappMessageSubscriber | typeof WhatsappTemplateSubscriber)[];
|
|
332
|
+
subscribers: (typeof ApiAccountSubscriber | typeof AppIntegrationSubscriber | typeof BusinessAppIntegrationCredentialSubscriber | typeof BusinessAppIntegrationSubscriber | typeof BusinessEmailSubscriber | typeof BusinessGroupRoleSubscriber | typeof BusinessPreferenceSubscriber | typeof BusinessUserGroupSubscriber | typeof BusinessUserRoleSubscriber | typeof BusinessUserSubscriber | 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 FcmMessageSubscriber | typeof FcmNotificationSubscriber | typeof FcmTemplateSubscriber | typeof FcmTokenSubscriber | typeof GchatMessageSubscriber | typeof GchatTemplateSubscriber | typeof GchatUserSubscriber | typeof GchatWebhookMessageSubscriber | typeof GchatWebhookSubscriber | typeof GroupMemberSubscriber | typeof GroupRoleSubscriber | typeof ListPreferenceSubscriber | typeof ListingColumnSubscriber | typeof ListingPageSubscriber | typeof ListingPreferenceSubscriber | typeof MenuActionSubscriber | typeof MenuRoleSubscriber | typeof MenuSubscriber | typeof ModuleMenuSubscriber | typeof ModuleSubscriber | typeof PreferenceUserGroupSubscriber | typeof PreferenceUserSubscriber | typeof ProductSubscriber | 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 UserNotificationSubscriber | typeof UserPreferenceSubscriber | typeof UserRoleSubscriber | typeof WatchlistAssignmentSubscriber | typeof WebhookSlugSubscriber | typeof WebhookTypeSubscriber | typeof WhatsappMessageSubscriber | typeof WhatsappTemplateSubscriber)[];
|
|
320
333
|
};
|
|
321
334
|
export default es6Classes;
|
|
@@ -5,10 +5,12 @@ const access_menu_controller_1 = require("./controllers/access.menu.controller")
|
|
|
5
5
|
const api_account_controller_1 = require("./controllers/api.account.controller");
|
|
6
6
|
const bulk_upload_controller_1 = require("./controllers/bulk.upload.controller");
|
|
7
7
|
const bulk_upload_item_controller_1 = require("./controllers/bulk.upload.item.controller");
|
|
8
|
+
const business_app_integration_controller_1 = require("./controllers/business.app.integration.controller");
|
|
8
9
|
const business_preference_controller_1 = require("./controllers/business.preference.controller");
|
|
9
10
|
const business_user_group_controller_1 = require("./controllers/business.user.group.controller");
|
|
10
11
|
const choice_list_controller_1 = require("./controllers/choice.list.controller");
|
|
11
12
|
const choice_type_controller_1 = require("./controllers/choice.type.controller");
|
|
13
|
+
const common_webhook_controller_1 = require("./controllers/common.webhook.controller");
|
|
12
14
|
const custom_field_controller_1 = require("./controllers/custom.field.controller");
|
|
13
15
|
const dashboard_builder_controller_1 = require("./controllers/dashboard.builder.controller");
|
|
14
16
|
const dashboard_component_controller_1 = require("./controllers/dashboard.component.controller");
|
|
@@ -28,6 +30,7 @@ const user_notification_controller_1 = require("./controllers/user.notification.
|
|
|
28
30
|
const user_preference_controller_1 = require("./controllers/user.preference.controller");
|
|
29
31
|
const access_business_param_dto_1 = require("./dtos/access.business.param.dto");
|
|
30
32
|
const add_api_account_dto_1 = require("./dtos/add.api.account.dto");
|
|
33
|
+
const add_business_app_integration_dto_1 = require("./dtos/add.business.app.integration.dto");
|
|
31
34
|
const add_business_preference_dto_1 = require("./dtos/add.business.preference.dto");
|
|
32
35
|
const add_business_user_group_dto_1 = require("./dtos/add.business.user.group.dto");
|
|
33
36
|
const add_choice_list_dto_1 = require("./dtos/add.choice.list.dto");
|
|
@@ -45,9 +48,12 @@ const add_tag_dto_1 = require("./dtos/add.tag.dto");
|
|
|
45
48
|
const add_user_preference_dto_1 = require("./dtos/add.user.preference.dto");
|
|
46
49
|
const api_account_attributes_dto_1 = require("./dtos/api.account.attributes.dto");
|
|
47
50
|
const api_account_list_filter_dto_1 = require("./dtos/api.account.list.filter.dto");
|
|
51
|
+
const app_integration_attributes_dto_1 = require("./dtos/app.integration.attributes.dto");
|
|
48
52
|
const bank_account_payload_dto_1 = require("./dtos/bank.account.payload.dto");
|
|
49
53
|
const bulk_upload_item_list_filter_dto_1 = require("./dtos/bulk.upload.item.list.filter.dto");
|
|
50
54
|
const bulk_upload_list_filter_dto_1 = require("./dtos/bulk.upload.list.filter.dto");
|
|
55
|
+
const business_app_integration_attributes_dto_1 = require("./dtos/business.app.integration.attributes.dto");
|
|
56
|
+
const business_app_integration_credential_attributes_dto_1 = require("./dtos/business.app.integration.credential.attributes.dto");
|
|
51
57
|
const business_email_attributes_dto_1 = require("./dtos/business.email.attributes.dto");
|
|
52
58
|
const business_param_dto_1 = require("./dtos/business.param.dto");
|
|
53
59
|
const business_preference_attributes_dto_1 = require("./dtos/business.preference.attributes.dto");
|
|
@@ -80,7 +86,6 @@ const email_message_attributes_dto_1 = require("./dtos/email.message.attributes.
|
|
|
80
86
|
const email_notification_payload_dto_1 = require("./dtos/email.notification.payload.dto");
|
|
81
87
|
const email_recipient_attributes_dto_1 = require("./dtos/email.recipient.attributes.dto");
|
|
82
88
|
const fcm_message_attributes_dto_1 = require("./dtos/fcm.message.attributes.dto");
|
|
83
|
-
const fcm_notification_attributes_dto_1 = require("../accessUtility/dtos/fcm.notification.attributes.dto");
|
|
84
89
|
const fcm_template_attributes_dto_1 = require("./dtos/fcm.template.attributes.dto");
|
|
85
90
|
const fcm_token_attributes_dto_1 = require("./dtos/fcm.token.attributes.dto");
|
|
86
91
|
const gchat_message_attributes_dto_1 = require("./dtos/gchat.message.attributes.dto");
|
|
@@ -128,6 +133,7 @@ const server_email_recipient_dto_1 = require("./dtos/server.email.recipient.dto"
|
|
|
128
133
|
const server_email_recipients_dto_1 = require("./dtos/server.email.recipients.dto");
|
|
129
134
|
const slack_integration_attributes_dto_1 = require("./dtos/slack.integration.attributes.dto");
|
|
130
135
|
const slack_message_attributes_dto_1 = require("./dtos/slack.message.attributes.dto");
|
|
136
|
+
const slack_message_data_dto_1 = require("./dtos/slack.message.data.dto");
|
|
131
137
|
const slack_posting_payload_dto_1 = require("./dtos/slack.posting.payload.dto");
|
|
132
138
|
const slack_template_attributes_dto_1 = require("./dtos/slack.template.attributes.dto");
|
|
133
139
|
const slack_user_attributes_dto_1 = require("./dtos/slack.user.attributes.dto");
|
|
@@ -151,6 +157,9 @@ const whatsapp_posting_payload_dto_1 = require("./dtos/whatsapp.posting.payload.
|
|
|
151
157
|
const whatsapp_template_attributes_dto_1 = require("./dtos/whatsapp.template.attributes.dto");
|
|
152
158
|
const access_business_entity_1 = require("./entities/access.business.entity");
|
|
153
159
|
const api_account_entity_1 = require("./entities/api.account.entity");
|
|
160
|
+
const app_integration_entity_1 = require("./entities/app.integration.entity");
|
|
161
|
+
const business_app_integration_credential_entity_1 = require("./entities/business.app.integration.credential.entity");
|
|
162
|
+
const business_app_integration_entity_1 = require("./entities/business.app.integration.entity");
|
|
154
163
|
const business_email_entity_1 = require("./entities/business.email.entity");
|
|
155
164
|
const business_group_role_entity_1 = require("./entities/business.group.role.entity");
|
|
156
165
|
const business_preference_entity_1 = require("./entities/business.preference.entity");
|
|
@@ -170,8 +179,6 @@ const email_attachment_entity_1 = require("./entities/email.attachment.entity");
|
|
|
170
179
|
const email_message_entity_1 = require("./entities/email.message.entity");
|
|
171
180
|
const email_recipient_entity_1 = require("./entities/email.recipient.entity");
|
|
172
181
|
const fcm_message_entity_1 = require("./entities/fcm.message.entity");
|
|
173
|
-
const fcm_notification_entity_1 = require("../accessUtility/entities/fcm.notification.entity");
|
|
174
|
-
const fcm_template_entity_1 = require("../accessUtility/entities/fcm.template.entity");
|
|
175
182
|
const fcm_token_entity_1 = require("./entities/fcm.token.entity");
|
|
176
183
|
const gchat_message_entity_1 = require("./entities/gchat.message.entity");
|
|
177
184
|
const gchat_template_entity_1 = require("./entities/gchat.template.entity");
|
|
@@ -219,6 +226,9 @@ const platform_type_enum_1 = require("./enums/platform.type.enum");
|
|
|
219
226
|
const recurring_period_enum_1 = require("./enums/recurring.period.enum");
|
|
220
227
|
const access_test_job_1 = require("./jobs/access.test.job");
|
|
221
228
|
const api_account_job_1 = require("./jobs/api.account.job");
|
|
229
|
+
const app_integration_job_1 = require("./jobs/app.integration.job");
|
|
230
|
+
const business_app_integration_credential_job_1 = require("./jobs/business.app.integration.credential.job");
|
|
231
|
+
const business_app_integration_job_1 = require("./jobs/business.app.integration.job");
|
|
222
232
|
const business_email_job_1 = require("./jobs/business.email.job");
|
|
223
233
|
const business_group_role_job_1 = require("./jobs/business.group.role.job");
|
|
224
234
|
const business_preference_job_1 = require("./jobs/business.preference.job");
|
|
@@ -322,9 +332,12 @@ const process_report_data_1 = require("./libraries/process.report.data");
|
|
|
322
332
|
const process_scheduled_report_data_1 = require("./libraries/process.scheduled.report.data");
|
|
323
333
|
const process_scheduled_report_item_list_1 = require("./libraries/process.scheduled.report.item.list");
|
|
324
334
|
const process_scheduled_report_list_1 = require("./libraries/process.scheduled.report.list");
|
|
335
|
+
const process_slack_integration_1 = require("./libraries/process.slack.integration");
|
|
336
|
+
const process_slack_message_1 = require("./libraries/process.slack.message");
|
|
325
337
|
const process_test_list_1 = require("./libraries/process.test.list");
|
|
326
338
|
const process_user_group_creation_1 = require("./libraries/process.user.group.creation");
|
|
327
339
|
const process_user_notification_list_1 = require("./libraries/process.user.notification.list");
|
|
340
|
+
const process_whatsapp_integration_1 = require("./libraries/process.whatsapp.integration");
|
|
328
341
|
const send_email_notification_1 = require("./libraries/send.email.notification");
|
|
329
342
|
const send_fcm_notification_1 = require("./libraries/send.fcm.notification");
|
|
330
343
|
const send_gchat_message_notification_1 = require("./libraries/send.gchat.message.notification");
|
|
@@ -361,6 +374,9 @@ const utility_service_1 = require("./services/utility.service");
|
|
|
361
374
|
const webhook_service_1 = require("./services/webhook.service");
|
|
362
375
|
const whatsapp_service_1 = require("./services/whatsapp.service");
|
|
363
376
|
const api_account_subscriber_1 = require("./subscribers/api.account.subscriber");
|
|
377
|
+
const app_integration_subscriber_1 = require("./subscribers/app.integration.subscriber");
|
|
378
|
+
const business_app_integration_credential_subscriber_1 = require("./subscribers/business.app.integration.credential.subscriber");
|
|
379
|
+
const business_app_integration_subscriber_1 = require("./subscribers/business.app.integration.subscriber");
|
|
364
380
|
const business_email_subscriber_1 = require("./subscribers/business.email.subscriber");
|
|
365
381
|
const business_group_role_subscriber_1 = require("./subscribers/business.group.role.subscriber");
|
|
366
382
|
const business_preference_subscriber_1 = require("./subscribers/business.preference.subscriber");
|
|
@@ -429,10 +445,12 @@ const es6Classes = {
|
|
|
429
445
|
api_account_controller_1.ApiAccountController,
|
|
430
446
|
bulk_upload_controller_1.BulkUploadController,
|
|
431
447
|
bulk_upload_item_controller_1.BulkUploadItemController,
|
|
448
|
+
business_app_integration_controller_1.BusinessAppIntegrationController,
|
|
432
449
|
business_preference_controller_1.BusinessPreferenceController,
|
|
433
450
|
business_user_group_controller_1.BusinessUserGroupController,
|
|
434
451
|
choice_list_controller_1.ChoiceListController,
|
|
435
452
|
choice_type_controller_1.ChoiceTypeController,
|
|
453
|
+
common_webhook_controller_1.CommonWebhookController,
|
|
436
454
|
custom_field_controller_1.CustomFieldController,
|
|
437
455
|
dashboard_builder_controller_1.DashboardBuilderController,
|
|
438
456
|
dashboard_component_controller_1.DashboardComponentController,
|
|
@@ -454,6 +472,7 @@ const es6Classes = {
|
|
|
454
472
|
dtos: [
|
|
455
473
|
access_business_param_dto_1.AccessBusinessParamDto,
|
|
456
474
|
add_api_account_dto_1.AddApiAccountDto,
|
|
475
|
+
add_business_app_integration_dto_1.AddBusinessAppIntegrationDto,
|
|
457
476
|
add_business_preference_dto_1.AddBusinessPreferenceDto,
|
|
458
477
|
add_business_user_group_dto_1.AddBusinessUserGroupDto,
|
|
459
478
|
add_choice_list_dto_1.AddChoiceListDto,
|
|
@@ -471,9 +490,12 @@ const es6Classes = {
|
|
|
471
490
|
add_user_preference_dto_1.AddUserPreferenceDto,
|
|
472
491
|
api_account_attributes_dto_1.ApiAccountAttributesDto,
|
|
473
492
|
api_account_list_filter_dto_1.ApiAccountListFilterDto,
|
|
493
|
+
app_integration_attributes_dto_1.AppIntegrationAttributesDto,
|
|
474
494
|
bank_account_payload_dto_1.BankAccountPayloadDto,
|
|
475
495
|
bulk_upload_item_list_filter_dto_1.BulkUploadItemListFilterDto,
|
|
476
496
|
bulk_upload_list_filter_dto_1.BulkUploadListFilterDto,
|
|
497
|
+
business_app_integration_attributes_dto_1.BusinessAppIntegrationAttributesDto,
|
|
498
|
+
business_app_integration_credential_attributes_dto_1.BusinessAppIntegrationCredentialAttributesDto,
|
|
477
499
|
business_email_attributes_dto_1.BusinessEmailAttributesDto,
|
|
478
500
|
business_param_dto_1.BusinessParamDto,
|
|
479
501
|
business_preference_attributes_dto_1.BusinessPreferenceAttributesDto,
|
|
@@ -506,7 +528,6 @@ const es6Classes = {
|
|
|
506
528
|
email_notification_payload_dto_1.EmailNotificationPayloadDto,
|
|
507
529
|
email_recipient_attributes_dto_1.EmailRecipientAttributesDto,
|
|
508
530
|
fcm_message_attributes_dto_1.FcmMessageAttributesDto,
|
|
509
|
-
fcm_notification_attributes_dto_1.FcmNotificationAttributesDto,
|
|
510
531
|
fcm_template_attributes_dto_1.FcmTemplateAttributesDto,
|
|
511
532
|
fcm_token_attributes_dto_1.FcmTokenAttributesDto,
|
|
512
533
|
gchat_message_attributes_dto_1.GchatMessageAttributesDto,
|
|
@@ -554,6 +575,7 @@ const es6Classes = {
|
|
|
554
575
|
server_email_recipients_dto_1.ServerEmailRecipientsDto,
|
|
555
576
|
slack_integration_attributes_dto_1.SlackIntegrationAttributesDto,
|
|
556
577
|
slack_message_attributes_dto_1.SlackMessageAttributesDto,
|
|
578
|
+
slack_message_data_dto_1.SlackMessageDataDto,
|
|
557
579
|
slack_posting_payload_dto_1.SlackPostingPayloadDto,
|
|
558
580
|
slack_template_attributes_dto_1.SlackTemplateAttributesDto,
|
|
559
581
|
slack_user_attributes_dto_1.SlackUserAttributesDto,
|
|
@@ -579,6 +601,9 @@ const es6Classes = {
|
|
|
579
601
|
entities: [
|
|
580
602
|
access_business_entity_1.AccessBusinessEntity,
|
|
581
603
|
api_account_entity_1.ApiAccountEntity,
|
|
604
|
+
app_integration_entity_1.AppIntegrationEntity,
|
|
605
|
+
business_app_integration_credential_entity_1.BusinessAppIntegrationCredentialEntity,
|
|
606
|
+
business_app_integration_entity_1.BusinessAppIntegrationEntity,
|
|
582
607
|
business_email_entity_1.BusinessEmailEntity,
|
|
583
608
|
business_group_role_entity_1.BusinessGroupRoleEntity,
|
|
584
609
|
business_preference_entity_1.BusinessPreferenceEntity,
|
|
@@ -598,8 +623,6 @@ const es6Classes = {
|
|
|
598
623
|
email_message_entity_1.EmailMessageEntity,
|
|
599
624
|
email_recipient_entity_1.EmailRecipientEntity,
|
|
600
625
|
fcm_message_entity_1.FcmMessageEntity,
|
|
601
|
-
fcm_notification_entity_1.FcmNotificationEntity,
|
|
602
|
-
fcm_template_entity_1.FcmTemplateEntity,
|
|
603
626
|
fcm_token_entity_1.FcmTokenEntity,
|
|
604
627
|
gchat_message_entity_1.GchatMessageEntity,
|
|
605
628
|
gchat_template_entity_1.GchatTemplateEntity,
|
|
@@ -646,6 +669,9 @@ const es6Classes = {
|
|
|
646
669
|
jobs: [
|
|
647
670
|
access_test_job_1.AccessTestJob,
|
|
648
671
|
api_account_job_1.ApiAccountJob,
|
|
672
|
+
app_integration_job_1.AppIntegrationJob,
|
|
673
|
+
business_app_integration_credential_job_1.BusinessAppIntegrationCredentialJob,
|
|
674
|
+
business_app_integration_job_1.BusinessAppIntegrationJob,
|
|
649
675
|
business_email_job_1.BusinessEmailJob,
|
|
650
676
|
business_group_role_job_1.BusinessGroupRoleJob,
|
|
651
677
|
business_preference_job_1.BusinessPreferenceJob,
|
|
@@ -751,9 +777,12 @@ const es6Classes = {
|
|
|
751
777
|
process_scheduled_report_data_1.ProcessScheduledReportData,
|
|
752
778
|
process_scheduled_report_item_list_1.ProcessScheduledReportItemList,
|
|
753
779
|
process_scheduled_report_list_1.ProcessScheduledReportList,
|
|
780
|
+
process_slack_integration_1.ProcessSlackIntegration,
|
|
781
|
+
process_slack_message_1.ProcessSlackMessage,
|
|
754
782
|
process_test_list_1.ProcessTestList,
|
|
755
783
|
process_user_group_creation_1.ProcessUserGroupCreation,
|
|
756
784
|
process_user_notification_list_1.ProcessUserNotificationList,
|
|
785
|
+
process_whatsapp_integration_1.ProcessWhatsappIntegration,
|
|
757
786
|
send_email_notification_1.SendEmailNotification,
|
|
758
787
|
send_fcm_notification_1.SendFcmNotification,
|
|
759
788
|
send_gchat_message_notification_1.SendGchatMessageNotification,
|
|
@@ -793,6 +822,9 @@ const es6Classes = {
|
|
|
793
822
|
],
|
|
794
823
|
subscribers: [
|
|
795
824
|
api_account_subscriber_1.ApiAccountSubscriber,
|
|
825
|
+
app_integration_subscriber_1.AppIntegrationSubscriber,
|
|
826
|
+
business_app_integration_credential_subscriber_1.BusinessAppIntegrationCredentialSubscriber,
|
|
827
|
+
business_app_integration_subscriber_1.BusinessAppIntegrationSubscriber,
|
|
796
828
|
business_email_subscriber_1.BusinessEmailSubscriber,
|
|
797
829
|
business_group_role_subscriber_1.BusinessGroupRoleSubscriber,
|
|
798
830
|
business_preference_subscriber_1.BusinessPreferenceSubscriber,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"es6.classes.js","sourceRoot":"","sources":["../../src/access/es6.classes.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"es6.classes.js","sourceRoot":"","sources":["../../src/access/es6.classes.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { CommonJob, DatabaseEventDto, QueueService } from '@servicelabsco/nestjs-utility-services';
|
|
2
|
+
import { AppIntegrationEntity } from '../entities/app.integration.entity';
|
|
3
|
+
export declare class AppIntegrationJob extends CommonJob {
|
|
4
|
+
protected readonly queueService: QueueService;
|
|
5
|
+
constructor(queueService: QueueService);
|
|
6
|
+
handle(evt: DatabaseEventDto<AppIntegrationEntity>): Promise<AppIntegrationEntity>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
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.AppIntegrationJob = void 0;
|
|
13
|
+
const common_1 = require("@nestjs/common");
|
|
14
|
+
const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
|
|
15
|
+
let AppIntegrationJob = class AppIntegrationJob extends nestjs_utility_services_1.CommonJob {
|
|
16
|
+
constructor(queueService) {
|
|
17
|
+
super('613dfac5cdf9762465fab3ab08c2e72d');
|
|
18
|
+
this.queueService = queueService;
|
|
19
|
+
}
|
|
20
|
+
async handle(evt) {
|
|
21
|
+
return evt.entity;
|
|
22
|
+
}
|
|
23
|
+
};
|
|
24
|
+
exports.AppIntegrationJob = AppIntegrationJob;
|
|
25
|
+
exports.AppIntegrationJob = AppIntegrationJob = __decorate([
|
|
26
|
+
(0, common_1.Injectable)(),
|
|
27
|
+
__metadata("design:paramtypes", [nestjs_utility_services_1.QueueService])
|
|
28
|
+
], AppIntegrationJob);
|
|
29
|
+
//# sourceMappingURL=app.integration.job.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.integration.job.js","sourceRoot":"","sources":["../../../src/access/jobs/app.integration.job.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,2CAA4C;AAC5C,oFAAmG;AAI5F,IAAM,iBAAiB,GAAvB,MAAM,iBAAkB,SAAQ,mCAAS;IAC5C,YAA+B,YAA0B;QACrD,KAAK,CAAC,kCAAkC,CAAC,CAAC;QADf,iBAAY,GAAZ,YAAY,CAAc;IAEzD,CAAC;IACD,KAAK,CAAC,MAAM,CAAC,GAA2C;QACpD,OAAO,GAAG,CAAC,MAAM,CAAC;IACtB,CAAC;CACJ,CAAA;AAPY,8CAAiB;4BAAjB,iBAAiB;IAD7B,IAAA,mBAAU,GAAE;qCAEoC,sCAAY;GADhD,iBAAiB,CAO7B"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { CommonJob, DatabaseEventDto, QueueService } from '@servicelabsco/nestjs-utility-services';
|
|
2
|
+
import { BusinessAppIntegrationCredentialEntity } from '../entities/business.app.integration.credential.entity';
|
|
3
|
+
export declare class BusinessAppIntegrationCredentialJob extends CommonJob {
|
|
4
|
+
protected readonly queueService: QueueService;
|
|
5
|
+
constructor(queueService: QueueService);
|
|
6
|
+
handle(evt: DatabaseEventDto<BusinessAppIntegrationCredentialEntity>): Promise<BusinessAppIntegrationCredentialEntity>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
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.BusinessAppIntegrationCredentialJob = void 0;
|
|
13
|
+
const common_1 = require("@nestjs/common");
|
|
14
|
+
const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
|
|
15
|
+
let BusinessAppIntegrationCredentialJob = class BusinessAppIntegrationCredentialJob extends nestjs_utility_services_1.CommonJob {
|
|
16
|
+
constructor(queueService) {
|
|
17
|
+
super('d34b52a4445ce255082dad9416c0541e');
|
|
18
|
+
this.queueService = queueService;
|
|
19
|
+
}
|
|
20
|
+
async handle(evt) {
|
|
21
|
+
return evt.entity;
|
|
22
|
+
}
|
|
23
|
+
};
|
|
24
|
+
exports.BusinessAppIntegrationCredentialJob = BusinessAppIntegrationCredentialJob;
|
|
25
|
+
exports.BusinessAppIntegrationCredentialJob = BusinessAppIntegrationCredentialJob = __decorate([
|
|
26
|
+
(0, common_1.Injectable)(),
|
|
27
|
+
__metadata("design:paramtypes", [nestjs_utility_services_1.QueueService])
|
|
28
|
+
], BusinessAppIntegrationCredentialJob);
|
|
29
|
+
//# sourceMappingURL=business.app.integration.credential.job.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"business.app.integration.credential.job.js","sourceRoot":"","sources":["../../../src/access/jobs/business.app.integration.credential.job.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,2CAA4C;AAC5C,oFAAmG;AAI5F,IAAM,mCAAmC,GAAzC,MAAM,mCAAoC,SAAQ,mCAAS;IAC9D,YAA+B,YAA0B;QACrD,KAAK,CAAC,kCAAkC,CAAC,CAAC;QADf,iBAAY,GAAZ,YAAY,CAAc;IAEzD,CAAC;IACD,KAAK,CAAC,MAAM,CAAC,GAA6D;QACtE,OAAO,GAAG,CAAC,MAAM,CAAC;IACtB,CAAC;CACJ,CAAA;AAPY,kFAAmC;8CAAnC,mCAAmC;IAD/C,IAAA,mBAAU,GAAE;qCAEoC,sCAAY;GADhD,mCAAmC,CAO/C"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { CommonJob, DatabaseEventDto, QueueService } from '@servicelabsco/nestjs-utility-services';
|
|
2
|
+
import { BusinessAppIntegrationEntity } from '../entities/business.app.integration.entity';
|
|
3
|
+
import { SlackIntegrationEntity } from '../entities/slack.integration.entity';
|
|
4
|
+
export declare class BusinessAppIntegrationJob extends CommonJob {
|
|
5
|
+
protected readonly queueService: QueueService;
|
|
6
|
+
constructor(queueService: QueueService);
|
|
7
|
+
handle(evt: DatabaseEventDto<BusinessAppIntegrationEntity>): Promise<BusinessAppIntegrationEntity>;
|
|
8
|
+
updateSlackEntity(evt: DatabaseEventDto<BusinessAppIntegrationEntity>): Promise<SlackIntegrationEntity>;
|
|
9
|
+
updateWhatsappPreference(evt: DatabaseEventDto<BusinessAppIntegrationEntity>): Promise<SlackIntegrationEntity>;
|
|
10
|
+
}
|