@servicelabsco/slabs-access-manager 0.1.130 → 0.1.132
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 +7 -0
- package/dist/access/controllers/common.webhook.controller.js +46 -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 +4 -1
- package/dist/access/dtos/index.js +4 -1
- package/dist/access/dtos/index.js.map +1 -1
- 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 -1
- package/dist/access/entities/index.js +3 -1
- package/dist/access/entities/index.js.map +1 -1
- package/dist/access/es6.classes.d.ts +20 -9
- package/dist/access/es6.classes.js +35 -7
- 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/fcm.template.job.d.ts +1 -1
- 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 +2 -0
- package/dist/access/libraries/index.js +2 -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.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/libraries/send.fcm.notification.d.ts +7 -4
- package/dist/access/libraries/send.fcm.notification.js +44 -6
- package/dist/access/libraries/send.fcm.notification.js.map +1 -1
- 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/services/notification.service.js +1 -1
- package/dist/access/services/notification.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/fcm.template.subscriber.d.ts +1 -1
- package/dist/access/subscribers/fcm.template.subscriber.js +1 -1
- package/dist/access/subscribers/fcm.template.subscriber.js.map +1 -1
- 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/fcm.notification.attributes.dto.js.map +1 -0
- package/dist/accessUtility/dtos/index.d.ts +1 -0
- package/dist/accessUtility/dtos/index.js +1 -0
- package/dist/accessUtility/dtos/index.js.map +1 -1
- package/dist/accessUtility/entities/fcm.notification.entity.d.ts +2 -2
- package/dist/accessUtility/entities/fcm.notification.entity.js +2 -2
- package/dist/accessUtility/entities/fcm.notification.entity.js.map +1 -1
- package/dist/{access → accessUtility}/entities/fcm.template.entity.d.ts +1 -1
- package/dist/{access → accessUtility}/entities/fcm.template.entity.js +1 -1
- package/dist/accessUtility/entities/fcm.template.entity.js.map +1 -0
- package/dist/accessUtility/entities/index.d.ts +1 -0
- package/dist/accessUtility/entities/index.js +1 -0
- package/dist/accessUtility/entities/index.js.map +1 -1
- package/dist/accessUtility/es6.classes.d.ts +3 -2
- package/dist/accessUtility/es6.classes.js +6 -0
- package/dist/accessUtility/es6.classes.js.map +1 -1
- package/dist/config/entity.constants.d.ts +9 -3
- package/dist/config/entity.constants.js +9 -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/1723015380987-CreateAppIntegrationTable.d.ts +5 -0
- package/dist/migrations/1723015380987-CreateAppIntegrationTable.js +23 -0
- package/dist/migrations/1723015380987-CreateAppIntegrationTable.js.map +1 -0
- package/dist/migrations/1723018503948-CreateBusinessAppIntegrationTable.d.ts +5 -0
- package/dist/migrations/1723018503948-CreateBusinessAppIntegrationTable.js +22 -0
- package/dist/migrations/1723018503948-CreateBusinessAppIntegrationTable.js.map +1 -0
- package/dist/migrations/1723020352925-CreateBusinessAppIntegrationCredentialTable.d.ts +5 -0
- package/dist/migrations/1723020352925-CreateBusinessAppIntegrationCredentialTable.js +21 -0
- package/dist/migrations/1723020352925-CreateBusinessAppIntegrationCredentialTable.js.map +1 -0
- package/package.json +2 -1
- package/dist/access/dtos/fcm.notification.attributes.dto.js.map +0 -1
- package/dist/access/entities/fcm.template.entity.js.map +0 -1
- /package/dist/{access → accessUtility}/dtos/fcm.notification.attributes.dto.d.ts +0 -0
- /package/dist/{access → accessUtility}/dtos/fcm.notification.attributes.dto.js +0 -0
|
@@ -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';
|
|
@@ -19,7 +22,6 @@ export * from './email.attachment.entity';
|
|
|
19
22
|
export * from './email.message.entity';
|
|
20
23
|
export * from './email.recipient.entity';
|
|
21
24
|
export * from './fcm.message.entity';
|
|
22
|
-
export * from './fcm.template.entity';
|
|
23
25
|
export * from './fcm.token.entity';
|
|
24
26
|
export * from './gchat.message.entity';
|
|
25
27
|
export * from './gchat.template.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);
|
|
@@ -35,7 +38,6 @@ __exportStar(require("./email.attachment.entity"), exports);
|
|
|
35
38
|
__exportStar(require("./email.message.entity"), exports);
|
|
36
39
|
__exportStar(require("./email.recipient.entity"), exports);
|
|
37
40
|
__exportStar(require("./fcm.message.entity"), exports);
|
|
38
|
-
__exportStar(require("./fcm.template.entity"), exports);
|
|
39
41
|
__exportStar(require("./fcm.token.entity"), exports);
|
|
40
42
|
__exportStar(require("./gchat.message.entity"), exports);
|
|
41
43
|
__exportStar(require("./gchat.template.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,
|
|
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';
|
|
@@ -58,6 +61,7 @@ import { ServerEmailRecipientsDto } from './dtos/server.email.recipients.dto';
|
|
|
58
61
|
import { StringSearchDto } from './dtos/string.search.dto';
|
|
59
62
|
import { TokenPayloadDto } from './dtos/token.payload.dto';
|
|
60
63
|
import { AccessBusinessEntity } from './entities/access.business.entity';
|
|
64
|
+
import { BusinessAppIntegrationCredentialEntity } from './entities/business.app.integration.credential.entity';
|
|
61
65
|
import { BusinessEmailEntity } from './entities/business.email.entity';
|
|
62
66
|
import { BusinessGroupRoleEntity } from './entities/business.group.role.entity';
|
|
63
67
|
import { BusinessUserEntity } from './entities/business.user.entity';
|
|
@@ -69,7 +73,6 @@ import { DownloadLogEntity } from './entities/download.log.entity';
|
|
|
69
73
|
import { EmailMessageEntity } from './entities/email.message.entity';
|
|
70
74
|
import { EmailRecipientEntity } from './entities/email.recipient.entity';
|
|
71
75
|
import { FcmMessageEntity } from './entities/fcm.message.entity';
|
|
72
|
-
import { FcmNotificationEntity } from '../accessUtility/entities/fcm.notification.entity';
|
|
73
76
|
import { FcmTokenEntity } from './entities/fcm.token.entity';
|
|
74
77
|
import { GchatMessageEntity } from './entities/gchat.message.entity';
|
|
75
78
|
import { GchatUserEntity } from './entities/gchat.user.entity';
|
|
@@ -103,6 +106,9 @@ import { PlatformTypeEnum } from './enums/platform.type.enum';
|
|
|
103
106
|
import { RecurringPeriodEnum } from './enums/recurring.period.enum';
|
|
104
107
|
import { AccessTestJob } from './jobs/access.test.job';
|
|
105
108
|
import { ApiAccountJob } from './jobs/api.account.job';
|
|
109
|
+
import { AppIntegrationJob } from './jobs/app.integration.job';
|
|
110
|
+
import { BusinessAppIntegrationCredentialJob } from './jobs/business.app.integration.credential.job';
|
|
111
|
+
import { BusinessAppIntegrationJob } from './jobs/business.app.integration.job';
|
|
106
112
|
import { BusinessEmailJob } from './jobs/business.email.job';
|
|
107
113
|
import { BusinessGroupRoleJob } from './jobs/business.group.role.job';
|
|
108
114
|
import { BusinessPreferenceJob } from './jobs/business.preference.job';
|
|
@@ -189,8 +195,8 @@ import { ProcessCreateDashboardComponent } from './libraries/process.create.dash
|
|
|
189
195
|
import { ProcessCustomFieldCreation } from './libraries/process.custom.field.creation';
|
|
190
196
|
import { ProcessCustomFieldList } from './libraries/process.custom.field.list';
|
|
191
197
|
import { ProcessDashboardComponent } from './libraries/process.dashboard.component';
|
|
192
|
-
import { ProcessDashboardReportData } from './libraries/process.dashboard.report.data';
|
|
193
198
|
import { ProcessDashboardReport } from './libraries/process.dashboard.report';
|
|
199
|
+
import { ProcessDashboardReportData } from './libraries/process.dashboard.report.data';
|
|
194
200
|
import { ProcessDateFilter } from './libraries/process.date.filter';
|
|
195
201
|
import { ProcessDbFind } from './libraries/process.db.find';
|
|
196
202
|
import { ProcessDownloadLogList } from './libraries/process.download.log.list';
|
|
@@ -206,9 +212,11 @@ import { ProcessReportData } from './libraries/process.report.data';
|
|
|
206
212
|
import { ProcessScheduledReportData } from './libraries/process.scheduled.report.data';
|
|
207
213
|
import { ProcessScheduledReportItemList } from './libraries/process.scheduled.report.item.list';
|
|
208
214
|
import { ProcessScheduledReportList } from './libraries/process.scheduled.report.list';
|
|
215
|
+
import { ProcessSlackIntegration } from './libraries/process.slack.integration';
|
|
209
216
|
import { ProcessTestList } from './libraries/process.test.list';
|
|
210
217
|
import { ProcessUserGroupCreation } from './libraries/process.user.group.creation';
|
|
211
218
|
import { ProcessUserNotificationList } from './libraries/process.user.notification.list';
|
|
219
|
+
import { ProcessWhatsappIntegration } from './libraries/process.whatsapp.integration';
|
|
212
220
|
import { SendEmailNotification } from './libraries/send.email.notification';
|
|
213
221
|
import { SendFcmNotification } from './libraries/send.fcm.notification';
|
|
214
222
|
import { SendGchatMessageNotification } from './libraries/send.gchat.message.notification';
|
|
@@ -245,6 +253,9 @@ import { UtilityService } from './services/utility.service';
|
|
|
245
253
|
import { WebhookService } from './services/webhook.service';
|
|
246
254
|
import { WhatsappService } from './services/whatsapp.service';
|
|
247
255
|
import { ApiAccountSubscriber } from './subscribers/api.account.subscriber';
|
|
256
|
+
import { AppIntegrationSubscriber } from './subscribers/app.integration.subscriber';
|
|
257
|
+
import { BusinessAppIntegrationCredentialSubscriber } from './subscribers/business.app.integration.credential.subscriber';
|
|
258
|
+
import { BusinessAppIntegrationSubscriber } from './subscribers/business.app.integration.subscriber';
|
|
248
259
|
import { BusinessEmailSubscriber } from './subscribers/business.email.subscriber';
|
|
249
260
|
import { BusinessGroupRoleSubscriber } from './subscribers/business.group.role.subscriber';
|
|
250
261
|
import { BusinessPreferenceSubscriber } from './subscribers/business.preference.subscriber';
|
|
@@ -308,14 +319,14 @@ import { WhatsappMessageSubscriber } from './subscribers/whatsapp.message.subscr
|
|
|
308
319
|
import { WhatsappTemplateSubscriber } from './subscribers/whatsapp.template.subscriber';
|
|
309
320
|
declare const es6Classes: {
|
|
310
321
|
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
|
|
322
|
+
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)[];
|
|
323
|
+
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)[];
|
|
324
|
+
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
325
|
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)[];
|
|
326
|
+
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)[];
|
|
327
|
+
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 ProcessTestList)[];
|
|
317
328
|
middlewares: (typeof BusinessMiddleware | typeof ExternalAccessMiddleware)[];
|
|
318
329
|
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)[];
|
|
330
|
+
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
331
|
};
|
|
321
332
|
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("./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");
|
|
@@ -151,6 +156,9 @@ const whatsapp_posting_payload_dto_1 = require("./dtos/whatsapp.posting.payload.
|
|
|
151
156
|
const whatsapp_template_attributes_dto_1 = require("./dtos/whatsapp.template.attributes.dto");
|
|
152
157
|
const access_business_entity_1 = require("./entities/access.business.entity");
|
|
153
158
|
const api_account_entity_1 = require("./entities/api.account.entity");
|
|
159
|
+
const app_integration_entity_1 = require("./entities/app.integration.entity");
|
|
160
|
+
const business_app_integration_credential_entity_1 = require("./entities/business.app.integration.credential.entity");
|
|
161
|
+
const business_app_integration_entity_1 = require("./entities/business.app.integration.entity");
|
|
154
162
|
const business_email_entity_1 = require("./entities/business.email.entity");
|
|
155
163
|
const business_group_role_entity_1 = require("./entities/business.group.role.entity");
|
|
156
164
|
const business_preference_entity_1 = require("./entities/business.preference.entity");
|
|
@@ -170,8 +178,6 @@ const email_attachment_entity_1 = require("./entities/email.attachment.entity");
|
|
|
170
178
|
const email_message_entity_1 = require("./entities/email.message.entity");
|
|
171
179
|
const email_recipient_entity_1 = require("./entities/email.recipient.entity");
|
|
172
180
|
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("./entities/fcm.template.entity");
|
|
175
181
|
const fcm_token_entity_1 = require("./entities/fcm.token.entity");
|
|
176
182
|
const gchat_message_entity_1 = require("./entities/gchat.message.entity");
|
|
177
183
|
const gchat_template_entity_1 = require("./entities/gchat.template.entity");
|
|
@@ -219,6 +225,9 @@ const platform_type_enum_1 = require("./enums/platform.type.enum");
|
|
|
219
225
|
const recurring_period_enum_1 = require("./enums/recurring.period.enum");
|
|
220
226
|
const access_test_job_1 = require("./jobs/access.test.job");
|
|
221
227
|
const api_account_job_1 = require("./jobs/api.account.job");
|
|
228
|
+
const app_integration_job_1 = require("./jobs/app.integration.job");
|
|
229
|
+
const business_app_integration_credential_job_1 = require("./jobs/business.app.integration.credential.job");
|
|
230
|
+
const business_app_integration_job_1 = require("./jobs/business.app.integration.job");
|
|
222
231
|
const business_email_job_1 = require("./jobs/business.email.job");
|
|
223
232
|
const business_group_role_job_1 = require("./jobs/business.group.role.job");
|
|
224
233
|
const business_preference_job_1 = require("./jobs/business.preference.job");
|
|
@@ -305,8 +314,8 @@ const process_create_dashboard_component_1 = require("./libraries/process.create
|
|
|
305
314
|
const process_custom_field_creation_1 = require("./libraries/process.custom.field.creation");
|
|
306
315
|
const process_custom_field_list_1 = require("./libraries/process.custom.field.list");
|
|
307
316
|
const process_dashboard_component_1 = require("./libraries/process.dashboard.component");
|
|
308
|
-
const process_dashboard_report_data_1 = require("./libraries/process.dashboard.report.data");
|
|
309
317
|
const process_dashboard_report_1 = require("./libraries/process.dashboard.report");
|
|
318
|
+
const process_dashboard_report_data_1 = require("./libraries/process.dashboard.report.data");
|
|
310
319
|
const process_date_filter_1 = require("./libraries/process.date.filter");
|
|
311
320
|
const process_db_find_1 = require("./libraries/process.db.find");
|
|
312
321
|
const process_download_log_list_1 = require("./libraries/process.download.log.list");
|
|
@@ -322,9 +331,11 @@ const process_report_data_1 = require("./libraries/process.report.data");
|
|
|
322
331
|
const process_scheduled_report_data_1 = require("./libraries/process.scheduled.report.data");
|
|
323
332
|
const process_scheduled_report_item_list_1 = require("./libraries/process.scheduled.report.item.list");
|
|
324
333
|
const process_scheduled_report_list_1 = require("./libraries/process.scheduled.report.list");
|
|
334
|
+
const process_slack_integration_1 = require("./libraries/process.slack.integration");
|
|
325
335
|
const process_test_list_1 = require("./libraries/process.test.list");
|
|
326
336
|
const process_user_group_creation_1 = require("./libraries/process.user.group.creation");
|
|
327
337
|
const process_user_notification_list_1 = require("./libraries/process.user.notification.list");
|
|
338
|
+
const process_whatsapp_integration_1 = require("./libraries/process.whatsapp.integration");
|
|
328
339
|
const send_email_notification_1 = require("./libraries/send.email.notification");
|
|
329
340
|
const send_fcm_notification_1 = require("./libraries/send.fcm.notification");
|
|
330
341
|
const send_gchat_message_notification_1 = require("./libraries/send.gchat.message.notification");
|
|
@@ -361,6 +372,9 @@ const utility_service_1 = require("./services/utility.service");
|
|
|
361
372
|
const webhook_service_1 = require("./services/webhook.service");
|
|
362
373
|
const whatsapp_service_1 = require("./services/whatsapp.service");
|
|
363
374
|
const api_account_subscriber_1 = require("./subscribers/api.account.subscriber");
|
|
375
|
+
const app_integration_subscriber_1 = require("./subscribers/app.integration.subscriber");
|
|
376
|
+
const business_app_integration_credential_subscriber_1 = require("./subscribers/business.app.integration.credential.subscriber");
|
|
377
|
+
const business_app_integration_subscriber_1 = require("./subscribers/business.app.integration.subscriber");
|
|
364
378
|
const business_email_subscriber_1 = require("./subscribers/business.email.subscriber");
|
|
365
379
|
const business_group_role_subscriber_1 = require("./subscribers/business.group.role.subscriber");
|
|
366
380
|
const business_preference_subscriber_1 = require("./subscribers/business.preference.subscriber");
|
|
@@ -429,10 +443,12 @@ const es6Classes = {
|
|
|
429
443
|
api_account_controller_1.ApiAccountController,
|
|
430
444
|
bulk_upload_controller_1.BulkUploadController,
|
|
431
445
|
bulk_upload_item_controller_1.BulkUploadItemController,
|
|
446
|
+
business_app_integration_controller_1.BusinessAppIntegrationController,
|
|
432
447
|
business_preference_controller_1.BusinessPreferenceController,
|
|
433
448
|
business_user_group_controller_1.BusinessUserGroupController,
|
|
434
449
|
choice_list_controller_1.ChoiceListController,
|
|
435
450
|
choice_type_controller_1.ChoiceTypeController,
|
|
451
|
+
common_webhook_controller_1.CommonWebhookController,
|
|
436
452
|
custom_field_controller_1.CustomFieldController,
|
|
437
453
|
dashboard_builder_controller_1.DashboardBuilderController,
|
|
438
454
|
dashboard_component_controller_1.DashboardComponentController,
|
|
@@ -454,6 +470,7 @@ const es6Classes = {
|
|
|
454
470
|
dtos: [
|
|
455
471
|
access_business_param_dto_1.AccessBusinessParamDto,
|
|
456
472
|
add_api_account_dto_1.AddApiAccountDto,
|
|
473
|
+
add_business_app_integration_dto_1.AddBusinessAppIntegrationDto,
|
|
457
474
|
add_business_preference_dto_1.AddBusinessPreferenceDto,
|
|
458
475
|
add_business_user_group_dto_1.AddBusinessUserGroupDto,
|
|
459
476
|
add_choice_list_dto_1.AddChoiceListDto,
|
|
@@ -471,9 +488,12 @@ const es6Classes = {
|
|
|
471
488
|
add_user_preference_dto_1.AddUserPreferenceDto,
|
|
472
489
|
api_account_attributes_dto_1.ApiAccountAttributesDto,
|
|
473
490
|
api_account_list_filter_dto_1.ApiAccountListFilterDto,
|
|
491
|
+
app_integration_attributes_dto_1.AppIntegrationAttributesDto,
|
|
474
492
|
bank_account_payload_dto_1.BankAccountPayloadDto,
|
|
475
493
|
bulk_upload_item_list_filter_dto_1.BulkUploadItemListFilterDto,
|
|
476
494
|
bulk_upload_list_filter_dto_1.BulkUploadListFilterDto,
|
|
495
|
+
business_app_integration_attributes_dto_1.BusinessAppIntegrationAttributesDto,
|
|
496
|
+
business_app_integration_credential_attributes_dto_1.BusinessAppIntegrationCredentialAttributesDto,
|
|
477
497
|
business_email_attributes_dto_1.BusinessEmailAttributesDto,
|
|
478
498
|
business_param_dto_1.BusinessParamDto,
|
|
479
499
|
business_preference_attributes_dto_1.BusinessPreferenceAttributesDto,
|
|
@@ -506,7 +526,6 @@ const es6Classes = {
|
|
|
506
526
|
email_notification_payload_dto_1.EmailNotificationPayloadDto,
|
|
507
527
|
email_recipient_attributes_dto_1.EmailRecipientAttributesDto,
|
|
508
528
|
fcm_message_attributes_dto_1.FcmMessageAttributesDto,
|
|
509
|
-
fcm_notification_attributes_dto_1.FcmNotificationAttributesDto,
|
|
510
529
|
fcm_template_attributes_dto_1.FcmTemplateAttributesDto,
|
|
511
530
|
fcm_token_attributes_dto_1.FcmTokenAttributesDto,
|
|
512
531
|
gchat_message_attributes_dto_1.GchatMessageAttributesDto,
|
|
@@ -579,6 +598,9 @@ const es6Classes = {
|
|
|
579
598
|
entities: [
|
|
580
599
|
access_business_entity_1.AccessBusinessEntity,
|
|
581
600
|
api_account_entity_1.ApiAccountEntity,
|
|
601
|
+
app_integration_entity_1.AppIntegrationEntity,
|
|
602
|
+
business_app_integration_credential_entity_1.BusinessAppIntegrationCredentialEntity,
|
|
603
|
+
business_app_integration_entity_1.BusinessAppIntegrationEntity,
|
|
582
604
|
business_email_entity_1.BusinessEmailEntity,
|
|
583
605
|
business_group_role_entity_1.BusinessGroupRoleEntity,
|
|
584
606
|
business_preference_entity_1.BusinessPreferenceEntity,
|
|
@@ -598,8 +620,6 @@ const es6Classes = {
|
|
|
598
620
|
email_message_entity_1.EmailMessageEntity,
|
|
599
621
|
email_recipient_entity_1.EmailRecipientEntity,
|
|
600
622
|
fcm_message_entity_1.FcmMessageEntity,
|
|
601
|
-
fcm_notification_entity_1.FcmNotificationEntity,
|
|
602
|
-
fcm_template_entity_1.FcmTemplateEntity,
|
|
603
623
|
fcm_token_entity_1.FcmTokenEntity,
|
|
604
624
|
gchat_message_entity_1.GchatMessageEntity,
|
|
605
625
|
gchat_template_entity_1.GchatTemplateEntity,
|
|
@@ -646,6 +666,9 @@ const es6Classes = {
|
|
|
646
666
|
jobs: [
|
|
647
667
|
access_test_job_1.AccessTestJob,
|
|
648
668
|
api_account_job_1.ApiAccountJob,
|
|
669
|
+
app_integration_job_1.AppIntegrationJob,
|
|
670
|
+
business_app_integration_credential_job_1.BusinessAppIntegrationCredentialJob,
|
|
671
|
+
business_app_integration_job_1.BusinessAppIntegrationJob,
|
|
649
672
|
business_email_job_1.BusinessEmailJob,
|
|
650
673
|
business_group_role_job_1.BusinessGroupRoleJob,
|
|
651
674
|
business_preference_job_1.BusinessPreferenceJob,
|
|
@@ -751,9 +774,11 @@ const es6Classes = {
|
|
|
751
774
|
process_scheduled_report_data_1.ProcessScheduledReportData,
|
|
752
775
|
process_scheduled_report_item_list_1.ProcessScheduledReportItemList,
|
|
753
776
|
process_scheduled_report_list_1.ProcessScheduledReportList,
|
|
777
|
+
process_slack_integration_1.ProcessSlackIntegration,
|
|
754
778
|
process_test_list_1.ProcessTestList,
|
|
755
779
|
process_user_group_creation_1.ProcessUserGroupCreation,
|
|
756
780
|
process_user_notification_list_1.ProcessUserNotificationList,
|
|
781
|
+
process_whatsapp_integration_1.ProcessWhatsappIntegration,
|
|
757
782
|
send_email_notification_1.SendEmailNotification,
|
|
758
783
|
send_fcm_notification_1.SendFcmNotification,
|
|
759
784
|
send_gchat_message_notification_1.SendGchatMessageNotification,
|
|
@@ -793,6 +818,9 @@ const es6Classes = {
|
|
|
793
818
|
],
|
|
794
819
|
subscribers: [
|
|
795
820
|
api_account_subscriber_1.ApiAccountSubscriber,
|
|
821
|
+
app_integration_subscriber_1.AppIntegrationSubscriber,
|
|
822
|
+
business_app_integration_credential_subscriber_1.BusinessAppIntegrationCredentialSubscriber,
|
|
823
|
+
business_app_integration_subscriber_1.BusinessAppIntegrationSubscriber,
|
|
796
824
|
business_email_subscriber_1.BusinessEmailSubscriber,
|
|
797
825
|
business_group_role_subscriber_1.BusinessGroupRoleSubscriber,
|
|
798
826
|
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":";;AAAA,0EAAqE;AACrE,iFAA4E;AAC5E,iFAA4E;AAC5E,iFAA4E;AAC5E,2FAAqF;AACrF,2GAAqG;AACrG,iGAA4F;AAC5F,iGAA2F;AAC3F,iFAA4E;AAC5E,iFAA4E;AAC5E,uFAAkF;AAClF,mFAA8E;AAC9E,6FAAwF;AACxF,iGAA4F;AAC5F,6EAAyE;AACzE,2FAAsF;AACtF,uFAAkF;AAClF,mFAA8E;AAC9E,6EAAwE;AACxE,mFAA8E;AAC9E,+EAA0E;AAC1E,yEAAqE;AACrE,+FAA0F;AAC1F,2FAAsF;AACtF,qGAA+F;AAC/F,iEAA6D;AAC7D,6FAAwF;AACxF,yFAAoF;AACpF,gFAA0E;AAC1E,oEAA8D;AAC9D,8FAAuF;AACvF,oFAA8E;AAC9E,oFAA6E;AAC7E,oEAA8D;AAC9D,oEAA8D;AAC9D,sEAAiE;AACjE,sEAAgE;AAChE,oFAA8E;AAC9E,0GAAmG;AACnG,sEAAgE;AAChE,kFAA4E;AAC5E,sDAAiD;AACjD,8EAAwE;AACxE,gEAA0D;AAC1D,oDAA+C;AAC/C,4EAAsE;AACtE,kFAA4E;AAC5E,oFAA6E;AAC7E,0FAAoF;AACpF,8EAAwE;AACxE,8FAAsF;AACtF,oFAA6E;AAC7E,4GAAqG;AACrG,kIAA0H;AAC1H,wFAAkF;AAClF,kEAA6D;AAC7D,kGAA4F;AAC5F,sFAAgF;AAChF,kGAA2F;AAC3F,oGAA4F;AAC5F,gGAAyF;AACzF,gFAA0E;AAC1E,kFAA4E;AAC5E,kFAA4E;AAC5E,oFAA6E;AAC7E,0EAAoE;AACpE,oFAA+E;AAC/E,0FAAoF;AACpF,oFAA8E;AAC9E,sFAA+E;AAC/E,sFAAgF;AAChF,8EAAyE;AACzE,kGAA4F;AAC5F,4DAAuD;AACvD,wEAAkE;AAClE,oDAA+C;AAC/C,oEAA8D;AAC9D,0FAAmF;AACnF,oFAA8E;AAC9E,sFAA+E;AAC/E,0DAAqD;AACrD,4FAAsF;AACtF,sFAAgF;AAChF,0FAAoF;AACpF,0FAAoF;AACpF,kFAA4E;AAC5E,oFAA8E;AAC9E,8EAAwE;AACxE,sFAAgF;AAChF,gFAA0E;AAC1E,wFAAkF;AAClF,gFAA0E;AAC1E,sFAAgF;AAChF,sGAA+F;AAC/F,wEAAkE;AAClE,oFAA8E;AAC9E,sFAA+E;AAC/E,gFAA0E;AAC1E,kFAA2E;AAC3E,0FAAoF;AACpF,gEAA2D;AAC3D,8EAAwE;AACxE,wFAAkF;AAClF,oFAA8E;AAC9E,gGAA0F;AAC1F,kFAA4E;AAC5E,oEAA+D;AAC/D,8EAAwE;AACxE,0FAAmF;AACnF,wEAAmE;AACnE,kFAA4E;AAC5E,8EAAyE;AACzE,4EAAsE;AACtE,4DAAuD;AACvD,sGAA+F;AAC/F,4FAAsF;AACtF,0FAAmF;AACnF,oFAA8E;AAC9E,0EAAqE;AACrE,8EAAyE;AACzE,gFAA0E;AAC1E,4FAAsF;AACtF,wGAAiG;AACjG,sGAA+F;AAC/F,wGAAgG;AAChG,8FAAuF;AACvF,8FAAuF;AACvF,oFAA8E;AAC9E,8EAAwE;AACxE,kFAA4E;AAC5E,oFAA8E;AAC9E,8FAAwF;AACxF,sFAAgF;AAChF,gFAA0E;AAC1E,wFAAkF;AAClF,gFAA0E;AAC1E,sFAAgF;AAChF,sGAA+F;AAC/F,gEAA2D;AAC3D,4DAAuD;AACvD,gEAA2D;AAC3D,8EAAwE;AACxE,wFAAiF;AACjF,oEAA8D;AAC9D,8FAAwF;AACxF,gGAAyF;AACzF,0FAAoF;AACpF,8EAAwE;AACxE,oGAA8F;AAC9F,oFAA8E;AAC9E,oFAA8E;AAC9E,4FAAsF;AACtF,sFAAgF;AAChF,8FAAwF;AACxF,8EAAyE;AACzE,sEAAiE;AACjE,8EAAyE;AACzE,sHAA+G;AAC/G,gGAA0F;AAC1F,4EAAuE;AACvE,sFAAgF;AAChF,sFAAiF;AACjF,0EAAqE;AACrE,sFAAgF;AAChF,oFAA8E;AAC9E,oEAA+D;AAC/D,sEAAiE;AACjE,sEAAiE;AACjE,wEAAoE;AACpE,wEAAmE;AACnE,0EAAqE;AACrE,sFAAiF;AACjF,kEAA8D;AAC9D,wEAAmE;AACnE,gFAA2E;AAC3E,0EAAqE;AACrE,8EAAyE;AACzE,sEAAiE;AACjE,kEAA6D;AAC7D,0EAAqE;AACrE,4EAAuE;AACvE,oEAA+D;AAC/D,0EAAqE;AACrE,0FAAoF;AACpF,wEAAmE;AACnE,oEAA+D;AAC/D,8EAAyE;AACzE,4EAAuE;AACvE,wEAAmE;AACnE,oFAA+E;AAC/E,sEAAiE;AACjE,wDAAoD;AACpD,kEAA6D;AAC7D,4DAAwD;AACxD,sEAAiE;AACjE,8EAAyE;AACzE,0FAAoF;AACpF,8DAA0D;AAC1D,oEAA+D;AAC/D,4FAAsF;AACtF,gFAA2E;AAC3E,0FAAoF;AACpF,kFAA6E;AAC7E,0EAAqE;AACrE,4EAAuE;AACvE,oEAA+D;AAC/D,0EAAqE;AACrE,0FAAoF;AACpF,kEAA6D;AAC7D,4EAAsE;AACtE,kFAA6E;AAC7E,8EAAyE;AACzE,kEAA6D;AAC7D,wFAAmF;AACnF,wEAAmE;AACnE,wEAAmE;AACnE,gFAA2E;AAC3E,sFAAiF;AACjF,kFAA6E;AAC7E,6EAAuE;AACvE,2EAAsE;AACtE,mEAA8D;AAC9D,yEAAoE;AACpE,4DAAuD;AACvD,4DAAuD;AACvD,oEAA+D;AAC/D,4GAAqG;AACrG,sFAAgF;AAChF,kEAA6D;AAC7D,4EAAsE;AACtE,4EAAuE;AACvE,4EAAsE;AACtE,gEAA2D;AAC3D,0EAAoE;AACpE,0DAAqD;AACrD,4DAAuD;AACvD,4DAAuD;AACvD,8DAA0D;AAC1D,8DAAyD;AACzD,gEAA2D;AAC3D,4EAAuE;AACvE,wDAAoD;AACpD,8DAAyD;AACzD,sEAAiE;AACjE,gEAA2D;AAC3D,oEAA+D;AAC/D,4DAAuD;AACvD,sEAAiE;AACjE,8DAAyD;AACzD,wDAAmD;AACnD,kFAA4E;AAC5E,gEAA2D;AAC3D,kEAA6D;AAC7D,0DAAqD;AACrD,gEAA2D;AAC3D,gFAA0E;AAC1E,8DAAyD;AACzD,0DAAqD;AACrD,oEAA+D;AAC/D,kEAA6D;AAC7D,8DAAyD;AACzD,0EAAqE;AACrE,4DAAuD;AACvD,8CAA0C;AAC1C,wDAAmD;AACnD,kDAA8C;AAC9C,4DAAuD;AACvD,gFAA0E;AAC1E,sEAAiE;AACjE,8EAAwE;AACxE,oDAAgD;AAChD,0DAAqD;AACrD,kFAA4E;AAC5E,gFAA0E;AAC1E,sEAAiE;AACjE,kFAA4E;AAC5E,wEAAmE;AACnE,gEAA2D;AAC3D,kEAA6D;AAC7D,0DAAqD;AACrD,gEAA2D;AAC3D,gFAA0E;AAC1E,gEAAyD;AACzD,wDAAmD;AACnD,kEAA4D;AAC5D,wEAAmE;AACnE,oEAA+D;AAC/D,wDAAmD;AACnD,8EAAyE;AACzE,8DAAyD;AACzD,8DAAyD;AACzD,wFAAkF;AAClF,sEAAiE;AACjE,wEAAmE;AACnE,6EAAwE;AACxE,iFAA6E;AAC7E,mFAA6E;AAC7E,mFAA6E;AAC7E,mFAA8E;AAC9E,6FAAsF;AACtF,mFAA6E;AAC7E,2GAAoG;AACpG,mGAA4F;AAC5F,qGAA8F;AAC9F,mFAA6E;AAC7E,mFAA6E;AAC7E,mFAA6E;AAC7E,yFAAmF;AACnF,yEAAoE;AACpE,qFAAgF;AAChF,uGAAiG;AACjG,6FAAuF;AACvF,qFAA+E;AAC/E,yFAAoF;AACpF,mFAA8E;AAC9E,6FAAuF;AACvF,yEAAoE;AACpE,iEAA4D;AAC5D,qFAA+E;AAC/E,uFAAkF;AAClF,qFAA+E;AAC/E,6FAAuF;AACvF,iFAA2E;AAC3E,mFAA6E;AAC7E,2EAAsE;AACtE,2EAAuE;AACvE,iFAA4E;AAC5E,yEAAoE;AACpE,6FAAuF;AACvF,uGAAgG;AAChG,6FAAuF;AACvF,qFAAgF;AAChF,qEAAgE;AAChE,yFAAmF;AACnF,+FAAyF;AACzF,2FAAsF;AACtF,iFAA4E;AAC5E,6EAAwE;AACxE,iGAA2F;AAC3F,iGAA2F;AAC3F,iGAA2F;AAC3F,kGAA4F;AAC5F,uGAAiG;AACjG,6DAAwD;AACxD,iFAA2E;AAC3E,uFAAiF;AACjF,2EAAuE;AACvE,yFAAoF;AACpF,gFAA2E;AAC3E,4EAAuE;AACvE,wEAAmE;AACnE,oEAA+D;AAC/D,wFAAmF;AACnF,sFAAgF;AAChF,0EAAqE;AACrE,kEAA6D;AAC7D,4DAAwD;AACxD,sFAAiF;AACjF,gEAA4D;AAC5D,wEAAmE;AACnE,0EAAsE;AACtE,kEAA8D;AAC9D,kFAA6E;AAC7E,sEAAiE;AACjE,4DAAwD;AACxD,4DAAwD;AACxD,oFAA+E;AAC/E,gFAA2E;AAC3E,gEAA4D;AAC5D,gEAA4D;AAC5D,kEAA8D;AAC9D,iFAA4E;AAC5E,yFAAoF;AACpF,iIAA0H;AAC1H,2GAAqG;AACrG,uFAAkF;AAClF,iGAA2F;AAC3F,iGAA4F;AAC5F,iGAA2F;AAC3F,+FAAyF;AACzF,qFAAgF;AAChF,+EAA0E;AAC1E,iFAA4E;AAC5E,iFAA4E;AAC5E,mFAA+E;AAC/E,mFAA8E;AAC9E,qFAAgF;AAChF,iGAA4F;AAC5F,6EAAyE;AACzE,mFAA8E;AAC9E,2FAAsF;AACtF,qFAAgF;AAChF,yFAAoF;AACpF,iFAA4E;AAC5E,2FAAsF;AACtF,mFAA8E;AAC9E,6EAAwE;AACxE,qFAAgF;AAChF,uFAAkF;AAClF,+EAA0E;AAC1E,qGAA+F;AAC/F,qFAAgF;AAChF,mFAA8E;AAC9E,+EAA0E;AAC1E,yFAAoF;AACpF,uFAAkF;AAClF,mFAA8E;AAC9E,+FAA0F;AAC1F,iFAA4E;AAC5E,6EAAwE;AACxE,mEAA+D;AAC/D,iFAA4E;AAC5E,uEAAmE;AACnE,qGAA+F;AAC/F,yFAAoF;AACpF,yEAAqE;AACrE,+EAA0E;AAC1E,uGAAiG;AACjG,qGAA+F;AAC/F,2FAAsF;AACtF,6FAAwF;AACxF,qFAAgF;AAChF,uFAAkF;AAClF,+EAA0E;AAC1E,qGAA+F;AAC/F,qFAAgF;AAChF,uFAAiF;AACjF,6EAAwE;AACxE,6FAAwF;AACxF,yFAAoF;AACpF,6EAAwE;AACxE,mGAA8F;AAC9F,mFAA8E;AAC9E,mFAA8E;AAC9E,2FAAsF;AACtF,6FAAwF;AAExF,MAAM,UAAU,GAAG;IACf,QAAQ,EAAE,CAAC,yCAAkB,CAAC;IAC9B,WAAW,EAAE;QACT,6CAAoB;QACpB,6CAAoB;QACpB,6CAAoB;QACpB,sDAAwB;QACxB,sEAAgC;QAChC,6DAA4B;QAC5B,4DAA2B;QAC3B,6CAAoB;QACpB,6CAAoB;QACpB,mDAAuB;QACvB,+CAAqB;QACrB,yDAA0B;QAC1B,6DAA4B;QAC5B,0CAAmB;QACnB,uDAAyB;QACzB,mDAAuB;QACvB,+CAAqB;QACrB,yCAAkB;QAClB,+CAAqB;QACrB,2CAAmB;QACnB,sCAAiB;QACjB,2DAA2B;QAC3B,uDAAyB;QACzB,gEAA6B;QAC7B,8BAAa;QACb,yDAA0B;QAC1B,qDAAwB;KAC3B;IACD,IAAI,EAAE;QACF,kDAAsB;QACtB,sCAAgB;QAChB,+DAA4B;QAC5B,sDAAwB;QACxB,qDAAuB;QACvB,sCAAgB;QAChB,sCAAgB;QAChB,yCAAkB;QAClB,wCAAiB;QACjB,sDAAwB;QACxB,2EAAkC;QAClC,wCAAiB;QACjB,oDAAuB;QACvB,yBAAU;QACV,gDAAqB;QACrB,kCAAc;QACd,uBAAS;QACT,8CAAoB;QACpB,oDAAuB;QACvB,qDAAuB;QACvB,4DAA2B;QAC3B,gDAAqB;QACrB,8DAA2B;QAC3B,qDAAuB;QACvB,6EAAmC;QACnC,kGAA6C;QAC7C,0DAA0B;QAC1B,qCAAgB;QAChB,oEAA+B;QAC/B,wDAAyB;QACzB,mEAA8B;QAC9B,oEAA8B;QAC9B,iEAA6B;QAC7B,kDAAsB;QACtB,oDAAuB;QACvB,oDAAuB;QACvB,qDAAuB;QACvB,4CAAmB;QACnB,uDAAyB;QACzB,4DAA2B;QAC3B,sDAAwB;QACxB,uDAAwB;QACxB,wDAAyB;QACzB,iDAAsB;QACtB,oEAA+B;QAC/B,+BAAa;QACb,0CAAkB;QAClB,uBAAS;QACT,sCAAgB;QAChB,2DAA0B;QAC1B,sDAAwB;QACxB,uDAAwB;QACxB,6BAAY;QACZ,8DAA4B;QAC5B,wDAAyB;QACzB,4DAA2B;QAC3B,4DAA2B;QAC3B,oDAAuB;QACvB,sDAAwB;QACxB,gDAAqB;QACrB,wDAAyB;QACzB,kDAAsB;QACtB,0DAA0B;QAC1B,kDAAsB;QACtB,wDAAyB;QACzB,uEAAgC;QAChC,0CAAkB;QAClB,sDAAwB;QACxB,uDAAwB;QACxB,kDAAsB;QACtB,mDAAsB;QACtB,4DAA2B;QAC3B,mCAAe;QACf,gDAAqB;QACrB,0DAA0B;QAC1B,sDAAwB;QACxB,kEAA8B;QAC9B,oDAAuB;QACvB,uCAAiB;QACjB,gDAAqB;QACrB,2DAA0B;QAC1B,2CAAmB;QACnB,oDAAuB;QACvB,iDAAsB;QACtB,8CAAoB;QACpB,+BAAa;QACb,uEAAgC;QAChC,8DAA4B;QAC5B,2DAA0B;QAC1B,sDAAwB;QACxB,6CAAoB;QACpB,iDAAsB;QACtB,kDAAsB;QACtB,8DAA4B;QAC5B,yEAAiC;QACjC,uEAAgC;QAChC,wEAAgC;QAChC,+DAA4B;QAC5B,+DAA4B;QAC5B,sDAAwB;QACxB,gDAAqB;QACrB,oDAAuB;QACvB,sDAAwB;QACxB,gEAA6B;QAC7B,wDAAyB;QACzB,kDAAsB;QACtB,0DAA0B;QAC1B,kDAAsB;QACtB,wDAAyB;QACzB,uEAAgC;QAChC,mCAAe;QACf,+BAAa;QACb,mCAAe;QACf,gDAAqB;QACrB,yDAAyB;QACzB,sCAAgB;QAChB,gEAA6B;QAC7B,iEAA6B;QAC7B,4DAA2B;QAC3B,gDAAqB;QACrB,sEAAgC;QAChC,sDAAwB;QACxB,sDAAwB;QACxB,8DAA4B;QAC5B,wDAAyB;QACzB,gEAA6B;KAChC;IACD,QAAQ,EAAE;QACN,6CAAoB;QACpB,qCAAgB;QAChB,6CAAoB;QACpB,mFAAsC;QACtC,8DAA4B;QAC5B,2CAAmB;QACnB,oDAAuB;QACvB,qDAAwB;QACxB,yCAAkB;QAClB,oDAAuB;QACvB,kDAAsB;QACtB,mCAAe;QACf,qCAAgB;QAChB,qCAAgB;QAChB,wCAAkB;QAClB,uCAAiB;QACjB,yCAAkB;QAClB,qDAAwB;QACxB,kCAAe;QACf,uCAAiB;QACjB,+CAAqB;QACrB,yCAAkB;QAClB,6CAAoB;QACpB,qCAAgB;QAChB,iCAAc;QACd,yCAAkB;QAClB,2CAAmB;QACnB,mCAAe;QACf,yCAAkB;QAClB,wDAAyB;QACzB,uCAAiB;QACjB,mCAAe;QACf,6CAAoB;QACpB,2CAAmB;QACnB,uCAAiB;QACjB,mDAAuB;QACvB,qCAAgB;QAChB,wBAAU;QACV,iCAAc;QACd,4BAAY;QACZ,qCAAgB;QAChB,6CAAoB;QACpB,wDAAyB;QACzB,8BAAa;QACb,mCAAe;QACf,0DAA0B;QAC1B,+CAAqB;QACrB,wDAAyB;QACzB,iDAAsB;QACtB,yCAAkB;QAClB,2CAAmB;QACnB,mCAAe;QACf,yCAAkB;QAClB,wDAAyB;QACzB,iCAAc;QACd,0CAAkB;QAClB,iDAAsB;QACtB,6CAAoB;QACpB,iCAAc;QACd,uDAAyB;QACzB,uCAAiB;QACjB,uCAAiB;QACjB,+CAAqB;QACrB,qDAAwB;QACxB,iDAAsB;KACzB;IACD,KAAK,EAAE,CAAC,8CAAoB,EAAE,6CAAoB,EAAE,qCAAgB,EAAE,2CAAmB,CAAC;IAC1F,IAAI,EAAE;QACF,+BAAa;QACb,+BAAa;QACb,uCAAiB;QACjB,6EAAmC;QACnC,wDAAyB;QACzB,qCAAgB;QAChB,8CAAoB;QACpB,+CAAqB;QACrB,8CAAoB;QACpB,mCAAe;QACf,4CAAmB;QACnB,6BAAY;QACZ,+BAAa;QACb,+BAAa;QACb,kCAAe;QACf,iCAAc;QACd,mCAAe;QACf,+CAAqB;QACrB,4BAAY;QACZ,iCAAc;QACd,yCAAkB;QAClB,mCAAe;QACf,uCAAiB;QACjB,+BAAa;QACb,yCAAkB;QAClB,iCAAc;QACd,2BAAW;QACX,oDAAuB;QACvB,mCAAe;QACf,qCAAgB;QAChB,6BAAY;QACZ,mCAAe;QACf,kDAAsB;QACtB,iCAAc;QACd,6BAAY;QACZ,uCAAiB;QACjB,qCAAgB;QAChB,iCAAc;QACd,6CAAoB;QACpB,+BAAa;QACb,kBAAO;QACP,2BAAW;QACX,sBAAS;QACT,+BAAa;QACb,kDAAsB;QACtB,yCAAkB;QAClB,gDAAqB;QACrB,wBAAU;QACV,6BAAY;QACZ,oDAAuB;QACvB,kDAAsB;QACtB,yCAAkB;QAClB,oDAAuB;QACvB,2CAAmB;QACnB,mCAAe;QACf,qCAAgB;QAChB,6BAAY;QACZ,mCAAe;QACf,kDAAsB;QACtB,iCAAa;QACb,2BAAW;QACX,oCAAe;QACf,2CAAmB;QACnB,uCAAiB;QACjB,2BAAW;QACX,iDAAsB;QACtB,iCAAc;QACd,iCAAc;QACd,0DAA0B;QAC1B,yCAAkB;QAClB,2CAAmB;KACtB;IACD,SAAS,EAAE;QACP,2CAAmB;QACnB,gDAAsB;QACtB,gDAAqB;QACrB,gDAAqB;QACrB,iDAAsB;QACtB,yDAAyB;QACzB,gDAAqB;QACrB,uEAAgC;QAChC,+DAA4B;QAC5B,iEAA6B;QAC7B,gDAAqB;QACrB,gDAAqB;QACrB,gDAAqB;QACrB,sDAAwB;QACxB,uCAAiB;QACjB,mDAAuB;QACvB,oEAA+B;QAC/B,0DAA0B;QAC1B,kDAAsB;QACtB,uDAAyB;QACzB,0DAA0B;QAC1B,iDAAsB;QACtB,uCAAiB;QACjB,+BAAa;QACb,kDAAsB;QACtB,qDAAwB;QACxB,kDAAsB;QACtB,0DAA0B;QAC1B,8CAAoB;QACpB,gDAAqB;QACrB,yCAAkB;QAClB,0CAAmB;QACnB,+CAAqB;QACrB,uCAAiB;QACjB,0DAA0B;QAC1B,mEAA8B;QAC9B,0DAA0B;QAC1B,mDAAuB;QACvB,mCAAe;QACf,sDAAwB;QACxB,4DAA2B;QAC3B,yDAA0B;QAC1B,+CAAqB;QACrB,2CAAmB;QACnB,8DAA4B;QAC5B,8DAA4B;QAC5B,8DAA4B;QAC5B,8DAA4B;QAC5B,oEAA+B;QAC/B,2BAAW;QACX,8CAAoB;QACpB,oDAAuB;KAC1B;IACD,WAAW,EAAE,CAAC,wCAAkB,EAAE,qDAAwB,CAAC;IAC3D,QAAQ,EAAE;QACN,+CAAqB;QACrB,2CAAmB;QACnB,uCAAiB;QACjB,mCAAe;QACf,uDAAyB;QACzB,oDAAuB;QACvB,yCAAkB;QAClB,iCAAc;QACd,4BAAY;QACZ,qDAAwB;QACxB,gCAAc;QACd,uCAAiB;QACjB,0CAAmB;QACnB,kCAAe;QACf,iDAAsB;QACtB,qCAAgB;QAChB,4BAAY;QACZ,4BAAY;QACZ,mDAAuB;QACvB,+CAAqB;QACrB,gCAAc;QACd,gCAAc;QACd,kCAAe;KAClB;IACD,WAAW,EAAE;QACT,6CAAoB;QACpB,qDAAwB;QACxB,2FAA0C;QAC1C,sEAAgC;QAChC,mDAAuB;QACvB,4DAA2B;QAC3B,6DAA4B;QAC5B,4DAA2B;QAC3B,0DAA0B;QAC1B,iDAAsB;QACtB,2CAAmB;QACnB,6CAAoB;QACpB,6CAAoB;QACpB,gDAAsB;QACtB,+CAAqB;QACrB,iDAAsB;QACtB,6DAA4B;QAC5B,0CAAmB;QACnB,+CAAqB;QACrB,uDAAyB;QACzB,iDAAsB;QACtB,qDAAwB;QACxB,6CAAoB;QACpB,uDAAyB;QACzB,+CAAqB;QACrB,yCAAkB;QAClB,iDAAsB;QACtB,mDAAuB;QACvB,2CAAmB;QACnB,gEAA6B;QAC7B,iDAAsB;QACtB,+CAAqB;QACrB,2CAAmB;QACnB,qDAAwB;QACxB,mDAAuB;QACvB,+CAAqB;QACrB,2DAA2B;QAC3B,6CAAoB;QACpB,yCAAkB;QAClB,gCAAc;QACd,6CAAoB;QACpB,oCAAgB;QAChB,gEAA6B;QAC7B,qDAAwB;QACxB,sCAAiB;QACjB,2CAAmB;QACnB,kEAA8B;QAC9B,gEAA6B;QAC7B,uDAAyB;QACzB,yDAA0B;QAC1B,iDAAsB;QACtB,mDAAuB;QACvB,2CAAmB;QACnB,gEAA6B;QAC7B,iDAAsB;QACtB,kDAAsB;QACtB,yCAAkB;QAClB,yDAA0B;QAC1B,qDAAwB;QACxB,yCAAkB;QAClB,+DAA6B;QAC7B,+CAAqB;QACrB,+CAAqB;QACrB,uDAAyB;QACzB,yDAA0B;KAC7B;CACJ,CAAC;AAEF,kBAAe,UAAU,CAAC"}
|
|
@@ -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
|
+
}
|